Variable MultiStringControlRendererConst
MultiStringControlRenderer: DefineComponent<{ cells?: JsonFormsCellRendererRegistryEntry[]; config?: any; enabled?: boolean; path: string; renderers?: JsonFormsRendererRegistryEntry[]; schema: JsonSchema; uischema: ControlElement; }, { control: ComputedRef<{ cells: JsonFormsCellRendererRegistryEntry[] & { cell: any; tester: RankedTester; }[]; config: any; data: any; description: string; enabled: boolean; errors: string; i18nKeyPrefix: string; id: string; label: string; path: string; renderers: JsonFormsRendererRegistryEntry[]; required: NonNullable<boolean | undefined>; rootSchema: NonNullable<JsonSchema>; schema: NonNullable<JsonSchema>; uischema: ControlElement; visible: boolean; }>; } & DispatchPropsOfControl & { appliedOptions: ComputedRef<any>; clearable: ComputedRef<any>; computedLabel: ComputedRef<string>; control: ComputedRef<{ config: any; description: string; enabled: boolean; errors: string; id: string; label: string; path: string; required: boolean; uischema: ControlElement; visible: boolean; } & { errors: string; }>; controlWrapper: ComputedRef<{ description: string; errors: string; id: string; label: string; required: boolean; visible: boolean; }>; handleBlur: (() => void); handleFocus: (() => void); isFocused: Ref<boolean, boolean>; onChange: ((value) => void); persistentHint: (() => boolean); rawErrors: ComputedRef<string>; styles: Styles; touched: Ref<boolean, boolean>; vuetifyProps: ((path) => any); }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{ cells?: JsonFormsCellRendererRegistryEntry[]; config?: any; enabled?: boolean; path: string; renderers?: JsonFormsRendererRegistryEntry[]; schema: JsonSchema; uischema: ControlElement; }> & Readonly<{}>, { cells: JsonFormsCellRendererRegistryEntry[]; config: Record<string, any>; enabled: boolean; renderers: JsonFormsRendererRegistryEntry[]; }, {}, { ControlWrapper: DefineComponent<{ appliedOptions?: AppliedOptions; description?: string; errors?: string; id?: string; isFocused?: boolean; label?: string; required?: boolean; styles?: Styles; visible?: boolean; }, { WrapperComponent: ControlWrapperType; props: ControlWrapperProps; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{ appliedOptions?: AppliedOptions; description?: string; errors?: string; id?: string; isFocused?: boolean; label?: string; required?: boolean; styles?: Styles; visible?: boolean; }> & Readonly<{}>, { isFocused: boolean; required: boolean; visible: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; VTextarea: { __isFragment?: never; __isSuspense?: never; __isTeleport?: never; new (...args): CreateComponentPublicInstanceWithMixins<{ active: boolean; autoGrow: boolean; autofocus: boolean; clearIcon: IconValue; clearable: boolean; density: Density; direction: "horizontal" | "vertical"; dirty: boolean; disabled: boolean; error: boolean; errorMessages: string | readonly string[] | null; flat: boolean; focused: boolean; glow: boolean; hideSpinButtons: boolean; maxErrors: string | number; messages: string | readonly string[]; noResize: boolean; persistentClear: boolean; persistentCounter: boolean; persistentHint: boolean; persistentPlaceholder: boolean; readonly: boolean | null; reverse: boolean; rows: string | number; rules: readonly ((...
) | (...
) | (...
) | (...
) | (...
) | (...
))[]; singleLine: boolean; style: StyleValue; tile: boolean; variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; } & { appendIcon?: IconValue; appendInnerIcon?: IconValue; baseColor?: string; bgColor?: string; centerAffix?: boolean; class?: any; color?: string; counter?: string | number | true; counterValue?: ((value) => number); hideDetails?: boolean | "auto"; hint?: string; iconColor?: string | boolean; id?: string; label?: string; loading?: string | boolean; maxRows?: string | number; maxWidth?: string | number; minWidth?: string | number; modelModifiers?: Record<string, boolean>; modelValue?: any; name?: string; onClick:append?: ((args_0) => void); onClick:appendInner?: ((args_0) => void); onClick:clear?: ((args_0) => void); onClick:prepend?: ((args_0) => void); onClick:prependInner?: ((args_0) => void); onUpdate:focused?: ((args_0) => void); placeholder?: string; prefix?: string; prependIcon?: IconValue; prependInnerIcon?: IconValue; rounded?: string | number | boolean; suffix?: string; theme?: string; validateOn?: "eager" | "lazy" | (...
) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input"; validationValue?: any; width?: string | number; } & { $children?: {} | VNodeChild | { append?: ...
; append-inner?: ...
; clear?: ...
; counter?: ...
; details?: ...
; label?: ...
; loader?: ...
; message?: ...
; prepend?: ...
; prepend-inner?: ...
; }; v-slots?: { append?: false | (...
); append-inner?: false | (...
); clear?: false | (...
); counter?: false | (...
); details?: false | (...
); label?: false | (...
); loader?: false | (...
); message?: false | (...
); prepend?: false | (...
); prepend-inner?: false | (...
); }; } & { v-slot:append?: false | ((arg) => VNodeChild); v-slot:append-inner?: false | ((arg) => VNodeChild); v-slot:clear?: false | ((arg) => VNodeChild); v-slot:counter?: false | ((arg) => VNodeChild); v-slot:details?: false | ((arg) => VNodeChild); v-slot:label?: false | ((arg) => VNodeChild); v-slot:loader?: false | ((arg) => VNodeChild); v-slot:message?: false | ((arg) => VNodeChild); v-slot:prepend?: false | ((arg) => VNodeChild); v-slot:prepend-inner?: false | ((arg) => VNodeChild); } & { onClick:control?: ((e) => any); onMousedown:control?: ((e) => any); onUpdate:focused?: ((focused) => any); onUpdate:modelValue?: ((val) => any); onUpdate:rows?: ((rows) => any); }, Omit<Omit<{ $: ComponentInternalInstance; $attrs: { [
x: ...]
: ...
; }; $data: {}; $el: any; $emit: ((event,
...args) => ...
); $forceUpdate: (() => ...
); $host: (...
) | (...
); $nextTick: nextTick; $options: (...
) & (...
); $parent: (...
) | (...
); $props: (...
) & (...
); $refs: { [
x: ...]
: ...
; }; $root: (...
) | (...
); $slots: Readonly<(...
)>; $watch<T>(source,
cb,
options?): WatchStopHandle; } & Readonly<{ centerAffix: ...
; density: ...
; direction: ...
; disabled: ...
; error: ...
; errorMessages: ...
; focused: ...
; glow: ...
; hideSpinButtons: ...
; maxErrors: ...
; messages: ...
; persistentHint: ...
; readonly: ...
; rules: ...
; style: ...
; }> & Omit<(...
) & (...
), (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
)> & ShallowUnwrapRef<{ errorMessages: ...
; isValid: ...
; reset: ...
; resetValidation: ...
; validate: ...
; }> & ComponentCustomProperties & GenericProps<{ modelValue?: ...
; onUpdate:modelValue?: ...
; }, VInputSlots>, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "disabled" | "density" | "width" | "color" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps
) | "readonly" | "persistentHint" | "direction" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & { _allExposed: { errorMessages: ComputedRef<(...
)[]>; isValid: ComputedRef<(...
) | (...
)>; reset: (() => Promise<(...
)>); resetValidation: (() => Promise<(...
)>); validate: ((silent?) => Promise<(...
)>); } | {}; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { click:control: ((e) => true); mousedown:control: ((e) => true); update:focused: ((focused) => true); update:modelValue: ((val) => true); update:rows: ((rows) => true); }, VNodeProps & AllowedComponentProps & ComponentCustomProps, { active: boolean; autoGrow: boolean; autofocus: boolean; centerAffix: boolean; clearIcon: IconValue; clearable: boolean; density: Density; direction: "horizontal" | "vertical"; dirty: boolean; disabled: boolean; error: boolean; errorMessages: string | readonly string[] | null; flat: boolean; focused: boolean; glow: boolean; hideSpinButtons: boolean; maxErrors: string | number; messages: string | readonly string[]; noResize: boolean; persistentClear: boolean; persistentCounter: boolean; persistentHint: boolean; persistentPlaceholder: boolean; readonly: boolean | null; reverse: boolean; rounded: string | number | boolean; rows: string | number; rules: readonly (string | boolean | PromiseLike<(...
)> | (...
) | (...
) | [(...
), (...
), (...
)])[]; singleLine: boolean; style: StyleValue; tile: boolean; variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; }, true, {}, SlotsType<Partial<{ append: ((arg) => VNode[]); append-inner: ((arg) => VNode[]); clear: ((arg) => VNode[]); counter: ((arg) => VNode[]); details: ((arg) => VNode[]); label: ((arg) => VNode[]); loader: ((arg) => VNode[]); message: ((arg) => VNode[]); prepend: ((arg) => VNode[]); prepend-inner: ((arg) => VNode[]); }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { B: {}; C: {}; D: {}; Defaults: {}; M: {}; P: {}; }, { active: boolean; autoGrow: boolean; autofocus: boolean; clearIcon: IconValue; clearable: boolean; density: Density; direction: "horizontal" | "vertical"; dirty: boolean; disabled: boolean; error: boolean; errorMessages: string | readonly string[] | null; flat: boolean; focused: boolean; glow: boolean; hideSpinButtons: boolean; maxErrors: string | number; messages: string | readonly string[]; noResize: boolean; persistentClear: boolean; persistentCounter: boolean; persistentHint: boolean; persistentPlaceholder: boolean; readonly: boolean | null; reverse: boolean; rows: string | number; rules: readonly ((...
) | (...
) | (...
) | (...
) | (...
) | (...
))[]; singleLine: boolean; style: StyleValue; tile: boolean; variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; } & { appendIcon?: IconValue; appendInnerIcon?: IconValue; baseColor?: string; bgColor?: string; centerAffix?: boolean; class?: any; color?: string; counter?: string | number | true; counterValue?: ((value) => number); hideDetails?: boolean | "auto"; hint?: string; iconColor?: string | boolean; id?: string; label?: string; loading?: string | boolean; maxRows?: string | number; maxWidth?: string | number; minWidth?: string | number; modelModifiers?: Record<string, boolean>; modelValue?: any; name?: string; onClick:append?: ((args_0) => void); onClick:appendInner?: ((args_0) => void); onClick:clear?: ((args_0) => void); onClick:prepend?: ((args_0) => void); onClick:prependInner?: ((args_0) => void); onUpdate:focused?: ((args_0) => void); placeholder?: string; prefix?: string; prependIcon?: IconValue; prependInnerIcon?: IconValue; rounded?: string | number | boolean; suffix?: string; theme?: string; validateOn?: "eager" | "lazy" | (...
) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input"; validationValue?: any; width?: string | number; } & { $children?: {} | VNodeChild | { append?: ...
; append-inner?: ...
; clear?: ...
; counter?: ...
; details?: ...
; label?: ...
; loader?: ...
; message?: ...
; prepend?: ...
; prepend-inner?: ...
; }; v-slots?: { append?: false | (...
); append-inner?: false | (...
); clear?: false | (...
); counter?: false | (...
); details?: false | (...
); label?: false | (...
); loader?: false | (...
); message?: false | (...
); prepend?: false | (...
); prepend-inner?: false | (...
); }; } & { v-slot:append?: false | ((arg) => VNodeChild); v-slot:append-inner?: false | ((arg) => VNodeChild); v-slot:clear?: false | ((arg) => VNodeChild); v-slot:counter?: false | ((arg) => VNodeChild); v-slot:details?: false | ((arg) => VNodeChild); v-slot:label?: false | ((arg) => VNodeChild); v-slot:loader?: false | ((arg) => VNodeChild); v-slot:message?: false | ((arg) => VNodeChild); v-slot:prepend?: false | ((arg) => VNodeChild); v-slot:prepend-inner?: false | ((arg) => VNodeChild); } & { onClick:control?: ((e) => any); onMousedown:control?: ((e) => any); onUpdate:focused?: ((focused) => any); onUpdate:modelValue?: ((val) => any); onUpdate:rows?: ((rows) => any); }, Omit<Omit<{ $: ComponentInternalInstance; $attrs: { [
x: ...]
: ...
; }; $data: {}; $el: any; $emit: ((event,
...args) => ...
); $forceUpdate: (() => ...
); $host: (...
) | (...
); $nextTick: nextTick; $options: (...
) & (...
); $parent: (...
) | (...
); $props: (...
) & (...
); $refs: { [
x: ...]
: ...
; }; $root: (...
) | (...
); $slots: Readonly<(...
)>; $watch<T>(source,
cb,
options?): WatchStopHandle; } & Readonly<{ centerAffix: ...
; density: ...
; direction: ...
; disabled: ...
; error: ...
; errorMessages: ...
; focused: ...
; glow: ...
; hideSpinButtons: ...
; maxErrors: ...
; messages: ...
; persistentHint: ...
; readonly: ...
; rules: ...
; style: ...
; }> & Omit<(...
) & (...
), (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
) | (...
)> & ShallowUnwrapRef<{ errorMessages: ...
; isValid: ...
; reset: ...
; resetValidation: ...
; validate: ...
; }> & ComponentCustomProperties & GenericProps<{ modelValue?: ...
; onUpdate:modelValue?: ...
; }, VInputSlots>, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "disabled" | "density" | "width" | "color" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps
) | "readonly" | "persistentHint" | "direction" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & { _allExposed: { errorMessages: ComputedRef<(...
)[]>; isValid: ComputedRef<(...
) | (...
)>; reset: (() => Promise<(...
)>); resetValidation: (() => Promise<(...
)>); validate: ((silent?) => Promise<(...
)>); } | {}; }, {}, {}, {}, { active: boolean; autoGrow: boolean; autofocus: boolean; centerAffix: boolean; clearIcon: IconValue; clearable: boolean; density: Density; direction: "horizontal" | "vertical"; dirty: boolean; disabled: boolean; error: boolean; errorMessages: string | readonly string[] | null; flat: boolean; focused: boolean; glow: boolean; hideSpinButtons: boolean; maxErrors: string | number; messages: string | readonly string[]; noResize: boolean; persistentClear: boolean; persistentCounter: boolean; persistentHint: boolean; persistentPlaceholder: boolean; readonly: boolean | null; reverse: boolean; rounded: string | number | boolean; rows: string | number; rules: readonly (string | boolean | PromiseLike<(...
)> | (...
) | (...
) | [(...
), (...
), (...
)])[]; singleLine: boolean; style: StyleValue; tile: boolean; variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; }>; } & ComponentOptionsBase<{ active: boolean; autoGrow: boolean; autofocus: boolean; clearIcon: IconValue; clearable: boolean; density: Density; direction: "horizontal" | "vertical"; dirty: boolean; disabled: boolean; error: boolean; errorMessages: string | readonly string[] | null; flat: boolean; focused: boolean; glow: boolean; hideSpinButtons: boolean; maxErrors: string | number; messages: string | readonly string[]; noResize: boolean; persistentClear: boolean; persistentCounter: boolean; persistentHint: boolean; persistentPlaceholder: boolean; readonly: boolean | null; reverse: boolean; rows: string | number; rules: readonly (string | boolean | PromiseLike<(...
)> | (...
) | (...
) | [(...
), (...
), (...
)])[]; singleLine: boolean; style: StyleValue; tile: boolean; variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; } & { appendIcon?: IconValue; appendInnerIcon?: IconValue; baseColor?: string; bgColor?: string; centerAffix?: boolean; class?: any; color?: string; counter?: string | number | true; counterValue?: ((value) => number); hideDetails?: boolean | "auto"; hint?: string; iconColor?: string | boolean; id?: string; label?: string; loading?: string | boolean; maxRows?: string | number; maxWidth?: string | number; minWidth?: string | number; modelModifiers?: Record<string, boolean>; modelValue?: any; name?: string; onClick:append?: ((args_0) => void); onClick:appendInner?: ((args_0) => void); onClick:clear?: ((args_0) => void); onClick:prepend?: ((args_0) => void); onClick:prependInner?: ((args_0) => void); onUpdate:focused?: ((args_0) => void); placeholder?: string; prefix?: string; prependIcon?: IconValue; prependInnerIcon?: IconValue; rounded?: string | number | boolean; suffix?: string; theme?: string; validateOn?: "eager" | "lazy" | (...
) | (...
) | (...
) | (...
) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input"; validationValue?: any; width?: string | number; } & { $children?: {} | VNodeChild | { append?: ((arg) => ...
); append-inner?: ((arg) => ...
); clear?: ((arg) => ...
); counter?: ((arg) => ...
); details?: ((arg) => ...
); label?: ((arg) => ...
); loader?: ((arg) => ...
); message?: ((arg) => ...
); prepend?: ((arg) => ...
); prepend-inner?: ((arg) => ...
); }; v-slots?: { append?: false | ((arg) => ...
); append-inner?: false | ((arg) => ...
); clear?: false | ((arg) => ...
); counter?: false | ((arg) => ...
); details?: false | ((arg) => ...
); label?: false | ((arg) => ...
); loader?: false | ((arg) => ...
); message?: false | ((arg) => ...
); prepend?: false | ((arg) => ...
); prepend-inner?: false | ((arg) => ...
); }; } & { v-slot:append?: false | ((arg) => VNodeChild); v-slot:append-inner?: false | ((arg) => VNodeChild); v-slot:clear?: false | ((arg) => VNodeChild); v-slot:counter?: false | ((arg) => VNodeChild); v-slot:details?: false | ((arg) => VNodeChild); v-slot:label?: false | ((arg) => VNodeChild); v-slot:loader?: false | ((arg) => VNodeChild); v-slot:message?: false | ((arg) => VNodeChild); v-slot:prepend?: false | ((arg) => VNodeChild); v-slot:prepend-inner?: false | ((arg) => VNodeChild); } & { onClick:control?: ((e) => any); onMousedown:control?: ((e) => any); onUpdate:focused?: ((focused) => any); onUpdate:modelValue?: ((val) => any); onUpdate:rows?: ((rows) => any); }, Omit<Omit<{ $: ComponentInternalInstance; $attrs: { [
x:
string]
: unknown; }; $data: {}; $el: any; $emit: ((event,
...args) => void); $forceUpdate: (() => void); $host: Element | null; $nextTick: nextTick; $options: ComponentOptionsBase<(...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
), (...
)> & { activated?: ...
; beforeCreate?: ...
; beforeDestroy?: ...
; beforeMount?: ...
; beforeUnmount?: ...
; beforeUpdate?: ...
; created?: ...
; deactivated?: ...
; destroyed?: ...
; errorCaptured?: ...
; mounted?: ...
; renderTracked?: ...
; renderTriggered?: ...
; unmounted?: ...
; updated?: ...
; }; $parent: ComponentPublicInstance | null; $props: Partial<(...
)> & Omit<(...
), (...
)>; $refs: { [
x:
string]
: unknown; }; $root: ComponentPublicInstance | null; $slots: Readonly<{ append?: ...
; default?: ...
; details?: ...
; message?: ...
; prepend?: ...
; }>; $watch<T>(source,
cb,
options?): WatchStopHandle; } & Readonly<{ centerAffix: boolean; density: Density; direction: (...
) | (...
); disabled: (...
) | (...
); error: boolean; errorMessages: (...
) | (...
) | (...
); focused: boolean; glow: boolean; hideSpinButtons: boolean; maxErrors: (...
) | (...
); messages: (...
) | (...
); persistentHint: boolean; readonly: (...
) | (...
); rules: readonly (...
); style: StyleValue; }> & Omit<{ centerAffix: ...
; density: ...
; direction: ...
; disabled: ...
; error: ...
; errorMessages: ...
; focused: ...
; glow: ...
; hideSpinButtons: ...
; maxErrors: ...
; messages: ...
; persistentHint: ...
; readonly: ...
; rules: ...
; style: ...
; } & { appendIcon?: ...
; baseColor?: ...
; class?: ...
; color?: ...
; hideDetails?: ...
; hint?: ...
; iconColor?: ...
; id?: ...
; label?: ...
; maxWidth?: ...
; minWidth?: ...
; name?: ...
; onClick:append?: ...
; onClick:prepend?: ...
; onUpdate:focused?: ...
; prependIcon?: ...
; theme?: ...
; validateOn?: ...
; validationValue?: ...
; width?: ...
; }, "error" | "style" | "disabled" | "density" | "readonly" | "validate" | "persistentHint" | "direction" | "reset" | "isValid" | "resetValidation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons"> & ShallowUnwrapRef<{ errorMessages: ComputedRef<(...
)>; isValid: ComputedRef<(...
)>; reset: (() => ...
); resetValidation: (() => ...
); validate: ((silent?) => ...
); }> & ComponentCustomProperties & GenericProps<{ modelValue?: unknown; onUpdate:modelValue?: (...
) | (...
); }, VInputSlots>, "label" | "id" | "error" | "color" | "theme" | "class" | "style" | "name" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "maxWidth" | "minWidth" | "width" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "density" | "baseColor" | "appendIcon" | "prependIcon" | "readonly" | "persistentHint" | "direction" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & { _allExposed: { errorMessages: ComputedRef<string[]>; isValid: ComputedRef<boolean | null>; reset: (() => Promise<void>); resetValidation: (() => Promise<void>); validate: ((silent?) => Promise<(...
)[]>); } | {}; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { click:control: ((e) => true); mousedown:control: ((e) => true); update:focused: ((focused) => true); update:modelValue: ((val) => true); update:rows: ((rows) => true); }, string, { active: boolean; autoGrow: boolean; autofocus: boolean; centerAffix: boolean; clearIcon: IconValue; clearable: boolean; density: Density; direction: "horizontal" | "vertical"; dirty: boolean; disabled: boolean; error: boolean; errorMessages: string | readonly string[] | null; flat: boolean; focused: boolean; glow: boolean; hideSpinButtons: boolean; maxErrors: string | number; messages: string | readonly string[]; noResize: boolean; persistentClear: boolean; persistentCounter: boolean; persistentHint: boolean; persistentPlaceholder: boolean; readonly: boolean | null; reverse: boolean; rounded: string | number | boolean; rows: string | number; rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...
) | ((value) => ...
) | [string, any, (...
)?])[]; singleLine: boolean; style: StyleValue; tile: boolean; variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; }, {}, string, SlotsType<Partial<{ append: ((arg) => VNode[]); append-inner: ((arg) => VNode[]); clear: ((arg) => VNode[]); counter: ((arg) => VNode[]); details: ((arg) => VNode[]); label: ((arg) => VNode[]); loader: ((arg) => VNode[]); message: ((arg) => VNode[]); prepend: ((arg) => VNode[]); prepend-inner: ((arg) => VNode[]); }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{ active: BooleanConstructor; appendIcon: PropType<IconValue>; appendInnerIcon: PropType<IconValue>; autoGrow: BooleanConstructor; autofocus: BooleanConstructor; baseColor: StringConstructor; bgColor: StringConstructor; centerAffix: { default: undefined; type: BooleanConstructor; }; class: PropType<ClassValue>; clearIcon: { default: string; type: PropType<IconValue>; }; clearable: BooleanConstructor; color: StringConstructor; counter: PropType<true | number | string>; counterValue: PropType<((value) => number)>; density: { default: string; type: PropType<Density>; validator: ((v) => boolean); }; direction: { default: string; type: PropType<"horizontal" | "vertical">; validator: ((v) => boolean); }; dirty: BooleanConstructor; disabled: { default: null; type: BooleanConstructor; }; error: BooleanConstructor; errorMessages: { default: (() => never[]); type: PropType<string | readonly string[] | null>; }; flat: BooleanConstructor; focused: BooleanConstructor; glow: BooleanConstructor; hideDetails: PropType<boolean | "auto">; hideSpinButtons: BooleanConstructor; hint: StringConstructor; iconColor: (StringConstructor | BooleanConstructor)[]; id: StringConstructor; label: StringConstructor; loading: (StringConstructor | BooleanConstructor)[]; maxErrors: { default: number; type: (StringConstructor | NumberConstructor)[]; }; maxRows: { type: (StringConstructor | NumberConstructor)[]; validator: ((v) => boolean); }; maxWidth: (StringConstructor | NumberConstructor)[]; messages: { default: (() => never[]); type: PropType<string | readonly string[]>; }; minWidth: (StringConstructor | NumberConstructor)[]; modelModifiers: PropType<Record<string, boolean>>; modelValue: null; name: StringConstructor; noResize: BooleanConstructor; onClick:append: PropType<((args_0) => void)>; onClick:appendInner: PropType<((args_0) => void)>; onClick:clear: PropType<((args_0) => void)>; onClick:prepend: PropType<((args_0) => void)>; onClick:prependInner: PropType<((args_0) => void)>; onUpdate:focused: PropType<((args_0) => void)>; persistentClear: BooleanConstructor; persistentCounter: BooleanConstructor; persistentHint: BooleanConstructor; persistentPlaceholder: BooleanConstructor; placeholder: StringConstructor; prefix: StringConstructor; prependIcon: PropType<IconValue>; prependInnerIcon: PropType<IconValue>; readonly: { default: null; type: PropType<boolean | null>; }; reverse: BooleanConstructor; rounded: { default: undefined; type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; }; rows: { default: number; type: (StringConstructor | NumberConstructor)[]; validator: ((v) => boolean); }; rules: { default: (() => never[]); type: PropType<readonly ((...
) | (...
))[]>; }; singleLine: BooleanConstructor; style: { default: null; type: PropType<StyleValue>; }; suffix: StringConstructor; theme: StringConstructor; tile: BooleanConstructor; validateOn: PropType<ValidationProps["validateOn"]>; validationValue: null; variant: { default: string; type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">; validator: ((v) => boolean); }; width: (StringConstructor | NumberConstructor)[]; }, ExtractPropTypes<{ active: BooleanConstructor; appendIcon: PropType<IconValue>; appendInnerIcon: PropType<IconValue>; autoGrow: BooleanConstructor; autofocus: BooleanConstructor; baseColor: StringConstructor; bgColor: StringConstructor; centerAffix: { default: undefined; type: BooleanConstructor; }; class: PropType<ClassValue>; clearIcon: { default: string; type: PropType<IconValue>; }; clearable: BooleanConstructor; color: StringConstructor; counter: PropType<true | number | string>; counterValue: PropType<((value) => number)>; density: { default: string; type: PropType<Density>; validator: ((v) => boolean); }; direction: { default: string; type: PropType<"horizontal" | "vertical">; validator: ((v) => boolean); }; dirty: BooleanConstructor; disabled: { default: null; type: BooleanConstructor; }; error: BooleanConstructor; errorMessages: { default: (() => never[]); type: PropType<string | readonly (...
)[] | null>; }; flat: BooleanConstructor; focused: BooleanConstructor; glow: BooleanConstructor; hideDetails: PropType<boolean | "auto">; hideSpinButtons: BooleanConstructor; hint: StringConstructor; iconColor: (StringConstructor | BooleanConstructor)[]; id: StringConstructor; label: StringConstructor; loading: (StringConstructor | BooleanConstructor)[]; maxErrors: { default: number; type: (StringConstructor | NumberConstructor)[]; }; maxRows: { type: (StringConstructor | NumberConstructor)[]; validator: ((v) => boolean); }; maxWidth: (StringConstructor | NumberConstructor)[]; messages: { default: (() => never[]); type: PropType<string | readonly (...
)[]>; }; minWidth: (StringConstructor | NumberConstructor)[]; modelModifiers: PropType<Record<string, boolean>>; modelValue: null; name: StringConstructor; noResize: BooleanConstructor; onClick:append: PropType<((args_0) => void)>; onClick:appendInner: PropType<((args_0) => void)>; onClick:clear: PropType<((args_0) => void)>; onClick:prepend: PropType<((args_0) => void)>; onClick:prependInner: PropType<((args_0) => void)>; onUpdate:focused: PropType<((args_0) => void)>; persistentClear: BooleanConstructor; persistentCounter: BooleanConstructor; persistentHint: BooleanConstructor; persistentPlaceholder: BooleanConstructor; placeholder: StringConstructor; prefix: StringConstructor; prependIcon: PropType<IconValue>; prependInnerIcon: PropType<IconValue>; readonly: { default: null; type: PropType<boolean | null>; }; reverse: BooleanConstructor; rounded: { default: undefined; type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; }; rows: { default: number; type: (StringConstructor | NumberConstructor)[]; validator: ((v) => boolean); }; rules: { default: (() => never[]); type: PropType<readonly (...
)[]>; }; singleLine: BooleanConstructor; style: { default: null; type: PropType<StyleValue>; }; suffix: StringConstructor; theme: StringConstructor; tile: BooleanConstructor; validateOn: PropType<ValidationProps["validateOn"]>; validationValue: null; variant: { default: string; type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">; validator: ((v) => boolean); }; width: (StringConstructor | NumberConstructor)[]; }>>; }, { DisabledIconFocus: { updated(el): void; }; }, string, ComponentProvideOptions, true, {}, any> Type declaration
Optional cells?: JsonFormsCellRendererRegistryEntry[]
Optional config?: any
Optional enabled?: boolean
path: string
Optional renderers?: JsonFormsRendererRegistryEntry[]
schema: JsonSchema
uischema: ControlElement
Type declaration
cells: JsonFormsCellRendererRegistryEntry[]
config: Record<string, any>
enabled: boolean
renderers: JsonFormsRendererRegistryEntry[]
Type declaration
ControlWrapper: DefineComponent<{
appliedOptions?: AppliedOptions;
description?: string;
errors?: string;
id?: string;
isFocused?: boolean;
label?: string;
required?: boolean;
styles?: Styles;
visible?: boolean;
}, {
WrapperComponent: ControlWrapperType;
props: ControlWrapperProps;
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
appliedOptions?: AppliedOptions;
description?: string;
errors?: string;
id?: string;
isFocused?: boolean;
label?: string;
required?: boolean;
styles?: Styles;
visible?: boolean;
}> & Readonly<{}>, {
isFocused: boolean;
required: boolean;
visible: boolean;
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>
VTextarea: {
__isFragment?: never;
__isSuspense?: never;
__isTeleport?: never;
new (...args): CreateComponentPublicInstanceWithMixins<{
active: boolean;
autoGrow: boolean;
autofocus: boolean;
clearIcon: IconValue;
clearable: boolean;
density: Density;
direction: "horizontal" | "vertical";
dirty: boolean;
disabled: boolean;
error: boolean;
errorMessages: string | readonly string[] | null;
flat: boolean;
focused: boolean;
glow: boolean;
hideSpinButtons: boolean;
maxErrors: string | number;
messages: string | readonly string[];
noResize: boolean;
persistentClear: boolean;
persistentCounter: boolean;
persistentHint: boolean;
persistentPlaceholder: boolean;
readonly: boolean | null;
reverse: boolean;
rows: string | number;
rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
singleLine: boolean;
style: StyleValue;
tile: boolean;
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
} & {
appendIcon?: IconValue;
appendInnerIcon?: IconValue;
baseColor?: string;
bgColor?: string;
centerAffix?: boolean;
class?: any;
color?: string;
counter?: string | number | true;
counterValue?: ((value) => number);
hideDetails?: boolean | "auto";
hint?: string;
iconColor?: string | boolean;
id?: string;
label?: string;
loading?: string | boolean;
maxRows?: string | number;
maxWidth?: string | number;
minWidth?: string | number;
modelModifiers?: Record<string, boolean>;
modelValue?: any;
name?: string;
onClick:append?: ((args_0) => void);
onClick:appendInner?: ((args_0) => void);
onClick:clear?: ((args_0) => void);
onClick:prepend?: ((args_0) => void);
onClick:prependInner?: ((args_0) => void);
onUpdate:focused?: ((args_0) => void);
placeholder?: string;
prefix?: string;
prependIcon?: IconValue;
prependInnerIcon?: IconValue;
rounded?: string | number | boolean;
suffix?: string;
theme?: string;
validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
validationValue?: any;
width?: string | number;
} & {
$children?: {} | VNodeChild | {
append?: ...;
append-inner?: ...;
clear?: ...;
counter?: ...;
details?: ...;
label?: ...;
loader?: ...;
message?: ...;
prepend?: ...;
prepend-inner?: ...;
};
v-slots?: {
append?: false | (...);
append-inner?: false | (...);
clear?: false | (...);
counter?: false | (...);
details?: false | (...);
label?: false | (...);
loader?: false | (...);
message?: false | (...);
prepend?: false | (...);
prepend-inner?: false | (...);
};
} & {
v-slot:append?: false | ((arg) => VNodeChild);
v-slot:append-inner?: false | ((arg) => VNodeChild);
v-slot:clear?: false | ((arg) => VNodeChild);
v-slot:counter?: false | ((arg) => VNodeChild);
v-slot:details?: false | ((arg) => VNodeChild);
v-slot:label?: false | ((arg) => VNodeChild);
v-slot:loader?: false | ((arg) => VNodeChild);
v-slot:message?: false | ((arg) => VNodeChild);
v-slot:prepend?: false | ((arg) => VNodeChild);
v-slot:prepend-inner?: false | ((arg) => VNodeChild);
} & {
onClick:control?: ((e) => any);
onMousedown:control?: ((e) => any);
onUpdate:focused?: ((focused) => any);
onUpdate:modelValue?: ((val) => any);
onUpdate:rows?: ((rows) => any);
}, Omit<Omit<{
$: ComponentInternalInstance;
$attrs: {
[x: ...]: ...;
};
$data: {};
$el: any;
$emit: ((event, ...args) => ...);
$forceUpdate: (() => ...);
$host: (...) | (...);
$nextTick: nextTick;
$options: (...) & (...);
$parent: (...) | (...);
$props: (...) & (...);
$refs: {
[x: ...]: ...;
};
$root: (...) | (...);
$slots: Readonly<(...)>;
$watch<T>(source, cb, options?): WatchStopHandle;
} & Readonly<{
centerAffix: ...;
density: ...;
direction: ...;
disabled: ...;
error: ...;
errorMessages: ...;
focused: ...;
glow: ...;
hideSpinButtons: ...;
maxErrors: ...;
messages: ...;
persistentHint: ...;
readonly: ...;
rules: ...;
style: ...;
}> & Omit<(...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
errorMessages: ...;
isValid: ...;
reset: ...;
resetValidation: ...;
validate: ...;
}> & ComponentCustomProperties & GenericProps<{
modelValue?: ...;
onUpdate:modelValue?: ...;
}, VInputSlots>, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "disabled" | "density" | "width" | "color" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "persistentHint" | "direction" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & {
_allExposed: {
errorMessages: ComputedRef<(...)[]>;
isValid: ComputedRef<(...) | (...)>;
reset: (() => Promise<(...)>);
resetValidation: (() => Promise<(...)>);
validate: ((silent?) => Promise<(...)>);
} | {};
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
click:control: ((e) => true);
mousedown:control: ((e) => true);
update:focused: ((focused) => true);
update:modelValue: ((val) => true);
update:rows: ((rows) => true);
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
active: boolean;
autoGrow: boolean;
autofocus: boolean;
centerAffix: boolean;
clearIcon: IconValue;
clearable: boolean;
density: Density;
direction: "horizontal" | "vertical";
dirty: boolean;
disabled: boolean;
error: boolean;
errorMessages: string | readonly string[] | null;
flat: boolean;
focused: boolean;
glow: boolean;
hideSpinButtons: boolean;
maxErrors: string | number;
messages: string | readonly string[];
noResize: boolean;
persistentClear: boolean;
persistentCounter: boolean;
persistentHint: boolean;
persistentPlaceholder: boolean;
readonly: boolean | null;
reverse: boolean;
rounded: string | number | boolean;
rows: string | number;
rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
singleLine: boolean;
style: StyleValue;
tile: boolean;
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
}, true, {}, SlotsType<Partial<{
append: ((arg) => VNode[]);
append-inner: ((arg) => VNode[]);
clear: ((arg) => VNode[]);
counter: ((arg) => VNode[]);
details: ((arg) => VNode[]);
label: ((arg) => VNode[]);
loader: ((arg) => VNode[]);
message: ((arg) => VNode[]);
prepend: ((arg) => VNode[]);
prepend-inner: ((arg) => VNode[]);
}>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
B: {};
C: {};
D: {};
Defaults: {};
M: {};
P: {};
}, {
active: boolean;
autoGrow: boolean;
autofocus: boolean;
clearIcon: IconValue;
clearable: boolean;
density: Density;
direction: "horizontal" | "vertical";
dirty: boolean;
disabled: boolean;
error: boolean;
errorMessages: string | readonly string[] | null;
flat: boolean;
focused: boolean;
glow: boolean;
hideSpinButtons: boolean;
maxErrors: string | number;
messages: string | readonly string[];
noResize: boolean;
persistentClear: boolean;
persistentCounter: boolean;
persistentHint: boolean;
persistentPlaceholder: boolean;
readonly: boolean | null;
reverse: boolean;
rows: string | number;
rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
singleLine: boolean;
style: StyleValue;
tile: boolean;
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
} & {
appendIcon?: IconValue;
appendInnerIcon?: IconValue;
baseColor?: string;
bgColor?: string;
centerAffix?: boolean;
class?: any;
color?: string;
counter?: string | number | true;
counterValue?: ((value) => number);
hideDetails?: boolean | "auto";
hint?: string;
iconColor?: string | boolean;
id?: string;
label?: string;
loading?: string | boolean;
maxRows?: string | number;
maxWidth?: string | number;
minWidth?: string | number;
modelModifiers?: Record<string, boolean>;
modelValue?: any;
name?: string;
onClick:append?: ((args_0) => void);
onClick:appendInner?: ((args_0) => void);
onClick:clear?: ((args_0) => void);
onClick:prepend?: ((args_0) => void);
onClick:prependInner?: ((args_0) => void);
onUpdate:focused?: ((args_0) => void);
placeholder?: string;
prefix?: string;
prependIcon?: IconValue;
prependInnerIcon?: IconValue;
rounded?: string | number | boolean;
suffix?: string;
theme?: string;
validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
validationValue?: any;
width?: string | number;
} & {
$children?: {} | VNodeChild | {
append?: ...;
append-inner?: ...;
clear?: ...;
counter?: ...;
details?: ...;
label?: ...;
loader?: ...;
message?: ...;
prepend?: ...;
prepend-inner?: ...;
};
v-slots?: {
append?: false | (...);
append-inner?: false | (...);
clear?: false | (...);
counter?: false | (...);
details?: false | (...);
label?: false | (...);
loader?: false | (...);
message?: false | (...);
prepend?: false | (...);
prepend-inner?: false | (...);
};
} & {
v-slot:append?: false | ((arg) => VNodeChild);
v-slot:append-inner?: false | ((arg) => VNodeChild);
v-slot:clear?: false | ((arg) => VNodeChild);
v-slot:counter?: false | ((arg) => VNodeChild);
v-slot:details?: false | ((arg) => VNodeChild);
v-slot:label?: false | ((arg) => VNodeChild);
v-slot:loader?: false | ((arg) => VNodeChild);
v-slot:message?: false | ((arg) => VNodeChild);
v-slot:prepend?: false | ((arg) => VNodeChild);
v-slot:prepend-inner?: false | ((arg) => VNodeChild);
} & {
onClick:control?: ((e) => any);
onMousedown:control?: ((e) => any);
onUpdate:focused?: ((focused) => any);
onUpdate:modelValue?: ((val) => any);
onUpdate:rows?: ((rows) => any);
}, Omit<Omit<{
$: ComponentInternalInstance;
$attrs: {
[x: ...]: ...;
};
$data: {};
$el: any;
$emit: ((event, ...args) => ...);
$forceUpdate: (() => ...);
$host: (...) | (...);
$nextTick: nextTick;
$options: (...) & (...);
$parent: (...) | (...);
$props: (...) & (...);
$refs: {
[x: ...]: ...;
};
$root: (...) | (...);
$slots: Readonly<(...)>;
$watch<T>(source, cb, options?): WatchStopHandle;
} & Readonly<{
centerAffix: ...;
density: ...;
direction: ...;
disabled: ...;
error: ...;
errorMessages: ...;
focused: ...;
glow: ...;
hideSpinButtons: ...;
maxErrors: ...;
messages: ...;
persistentHint: ...;
readonly: ...;
rules: ...;
style: ...;
}> & Omit<(...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
errorMessages: ...;
isValid: ...;
reset: ...;
resetValidation: ...;
validate: ...;
}> & ComponentCustomProperties & GenericProps<{
modelValue?: ...;
onUpdate:modelValue?: ...;
}, VInputSlots>, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "disabled" | "density" | "width" | "color" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "persistentHint" | "direction" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & {
_allExposed: {
errorMessages: ComputedRef<(...)[]>;
isValid: ComputedRef<(...) | (...)>;
reset: (() => Promise<(...)>);
resetValidation: (() => Promise<(...)>);
validate: ((silent?) => Promise<(...)>);
} | {};
}, {}, {}, {}, {
active: boolean;
autoGrow: boolean;
autofocus: boolean;
centerAffix: boolean;
clearIcon: IconValue;
clearable: boolean;
density: Density;
direction: "horizontal" | "vertical";
dirty: boolean;
disabled: boolean;
error: boolean;
errorMessages: string | readonly string[] | null;
flat: boolean;
focused: boolean;
glow: boolean;
hideSpinButtons: boolean;
maxErrors: string | number;
messages: string | readonly string[];
noResize: boolean;
persistentClear: boolean;
persistentCounter: boolean;
persistentHint: boolean;
persistentPlaceholder: boolean;
readonly: boolean | null;
reverse: boolean;
rounded: string | number | boolean;
rows: string | number;
rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
singleLine: boolean;
style: StyleValue;
tile: boolean;
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
}>;
} & ComponentOptionsBase<{
active: boolean;
autoGrow: boolean;
autofocus: boolean;
clearIcon: IconValue;
clearable: boolean;
density: Density;
direction: "horizontal" | "vertical";
dirty: boolean;
disabled: boolean;
error: boolean;
errorMessages: string | readonly string[] | null;
flat: boolean;
focused: boolean;
glow: boolean;
hideSpinButtons: boolean;
maxErrors: string | number;
messages: string | readonly string[];
noResize: boolean;
persistentClear: boolean;
persistentCounter: boolean;
persistentHint: boolean;
persistentPlaceholder: boolean;
readonly: boolean | null;
reverse: boolean;
rows: string | number;
rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
singleLine: boolean;
style: StyleValue;
tile: boolean;
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
} & {
appendIcon?: IconValue;
appendInnerIcon?: IconValue;
baseColor?: string;
bgColor?: string;
centerAffix?: boolean;
class?: any;
color?: string;
counter?: string | number | true;
counterValue?: ((value) => number);
hideDetails?: boolean | "auto";
hint?: string;
iconColor?: string | boolean;
id?: string;
label?: string;
loading?: string | boolean;
maxRows?: string | number;
maxWidth?: string | number;
minWidth?: string | number;
modelModifiers?: Record<string, boolean>;
modelValue?: any;
name?: string;
onClick:append?: ((args_0) => void);
onClick:appendInner?: ((args_0) => void);
onClick:clear?: ((args_0) => void);
onClick:prepend?: ((args_0) => void);
onClick:prependInner?: ((args_0) => void);
onUpdate:focused?: ((args_0) => void);
placeholder?: string;
prefix?: string;
prependIcon?: IconValue;
prependInnerIcon?: IconValue;
rounded?: string | number | boolean;
suffix?: string;
theme?: string;
validateOn?: "eager" | "lazy" | (...) | (...) | (...) | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
validationValue?: any;
width?: string | number;
} & {
$children?: {} | VNodeChild | {
append?: ((arg) => ...);
append-inner?: ((arg) => ...);
clear?: ((arg) => ...);
counter?: ((arg) => ...);
details?: ((arg) => ...);
label?: ((arg) => ...);
loader?: ((arg) => ...);
message?: ((arg) => ...);
prepend?: ((arg) => ...);
prepend-inner?: ((arg) => ...);
};
v-slots?: {
append?: false | ((arg) => ...);
append-inner?: false | ((arg) => ...);
clear?: false | ((arg) => ...);
counter?: false | ((arg) => ...);
details?: false | ((arg) => ...);
label?: false | ((arg) => ...);
loader?: false | ((arg) => ...);
message?: false | ((arg) => ...);
prepend?: false | ((arg) => ...);
prepend-inner?: false | ((arg) => ...);
};
} & {
v-slot:append?: false | ((arg) => VNodeChild);
v-slot:append-inner?: false | ((arg) => VNodeChild);
v-slot:clear?: false | ((arg) => VNodeChild);
v-slot:counter?: false | ((arg) => VNodeChild);
v-slot:details?: false | ((arg) => VNodeChild);
v-slot:label?: false | ((arg) => VNodeChild);
v-slot:loader?: false | ((arg) => VNodeChild);
v-slot:message?: false | ((arg) => VNodeChild);
v-slot:prepend?: false | ((arg) => VNodeChild);
v-slot:prepend-inner?: false | ((arg) => VNodeChild);
} & {
onClick:control?: ((e) => any);
onMousedown:control?: ((e) => any);
onUpdate:focused?: ((focused) => any);
onUpdate:modelValue?: ((val) => any);
onUpdate:rows?: ((rows) => any);
}, Omit<Omit<{
$: ComponentInternalInstance;
$attrs: {
[x: string]: unknown;
};
$data: {};
$el: any;
$emit: ((event, ...args) => void);
$forceUpdate: (() => void);
$host: Element | null;
$nextTick: nextTick;
$options: ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & {
activated?: ...;
beforeCreate?: ...;
beforeDestroy?: ...;
beforeMount?: ...;
beforeUnmount?: ...;
beforeUpdate?: ...;
created?: ...;
deactivated?: ...;
destroyed?: ...;
errorCaptured?: ...;
mounted?: ...;
renderTracked?: ...;
renderTriggered?: ...;
unmounted?: ...;
updated?: ...;
};
$parent: ComponentPublicInstance | null;
$props: Partial<(...)> & Omit<(...), (...)>;
$refs: {
[x: string]: unknown;
};
$root: ComponentPublicInstance | null;
$slots: Readonly<{
append?: ...;
default?: ...;
details?: ...;
message?: ...;
prepend?: ...;
}>;
$watch<T>(source, cb, options?): WatchStopHandle;
} & Readonly<{
centerAffix: boolean;
density: Density;
direction: (...) | (...);
disabled: (...) | (...);
error: boolean;
errorMessages: (...) | (...) | (...);
focused: boolean;
glow: boolean;
hideSpinButtons: boolean;
maxErrors: (...) | (...);
messages: (...) | (...);
persistentHint: boolean;
readonly: (...) | (...);
rules: readonly (...);
style: StyleValue;
}> & Omit<{
centerAffix: ...;
density: ...;
direction: ...;
disabled: ...;
error: ...;
errorMessages: ...;
focused: ...;
glow: ...;
hideSpinButtons: ...;
maxErrors: ...;
messages: ...;
persistentHint: ...;
readonly: ...;
rules: ...;
style: ...;
} & {
appendIcon?: ...;
baseColor?: ...;
class?: ...;
color?: ...;
hideDetails?: ...;
hint?: ...;
iconColor?: ...;
id?: ...;
label?: ...;
maxWidth?: ...;
minWidth?: ...;
name?: ...;
onClick:append?: ...;
onClick:prepend?: ...;
onUpdate:focused?: ...;
prependIcon?: ...;
theme?: ...;
validateOn?: ...;
validationValue?: ...;
width?: ...;
}, "error" | "style" | "disabled" | "density" | "readonly" | "validate" | "persistentHint" | "direction" | "reset" | "isValid" | "resetValidation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons"> & ShallowUnwrapRef<{
errorMessages: ComputedRef<(...)>;
isValid: ComputedRef<(...)>;
reset: (() => ...);
resetValidation: (() => ...);
validate: ((silent?) => ...);
}> & ComponentCustomProperties & GenericProps<{
modelValue?: unknown;
onUpdate:modelValue?: (...) | (...);
}, VInputSlots>, "label" | "id" | "error" | "color" | "theme" | "class" | "style" | "name" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "maxWidth" | "minWidth" | "width" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "density" | "baseColor" | "appendIcon" | "prependIcon" | "readonly" | "persistentHint" | "direction" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & {
_allExposed: {
errorMessages: ComputedRef<string[]>;
isValid: ComputedRef<boolean | null>;
reset: (() => Promise<void>);
resetValidation: (() => Promise<void>);
validate: ((silent?) => Promise<(...)[]>);
} | {};
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
click:control: ((e) => true);
mousedown:control: ((e) => true);
update:focused: ((focused) => true);
update:modelValue: ((val) => true);
update:rows: ((rows) => true);
}, string, {
active: boolean;
autoGrow: boolean;
autofocus: boolean;
centerAffix: boolean;
clearIcon: IconValue;
clearable: boolean;
density: Density;
direction: "horizontal" | "vertical";
dirty: boolean;
disabled: boolean;
error: boolean;
errorMessages: string | readonly string[] | null;
flat: boolean;
focused: boolean;
glow: boolean;
hideSpinButtons: boolean;
maxErrors: string | number;
messages: string | readonly string[];
noResize: boolean;
persistentClear: boolean;
persistentCounter: boolean;
persistentHint: boolean;
persistentPlaceholder: boolean;
readonly: boolean | null;
reverse: boolean;
rounded: string | number | boolean;
rows: string | number;
rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...) | ((value) => ...) | [string, any, (...)?])[];
singleLine: boolean;
style: StyleValue;
tile: boolean;
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
}, {}, string, SlotsType<Partial<{
append: ((arg) => VNode[]);
append-inner: ((arg) => VNode[]);
clear: ((arg) => VNode[]);
counter: ((arg) => VNode[]);
details: ((arg) => VNode[]);
label: ((arg) => VNode[]);
loader: ((arg) => VNode[]);
message: ((arg) => VNode[]);
prepend: ((arg) => VNode[]);
prepend-inner: ((arg) => VNode[]);
}>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
active: BooleanConstructor;
appendIcon: PropType<IconValue>;
appendInnerIcon: PropType<IconValue>;
autoGrow: BooleanConstructor;
autofocus: BooleanConstructor;
baseColor: StringConstructor;
bgColor: StringConstructor;
centerAffix: {
default: undefined;
type: BooleanConstructor;
};
class: PropType<ClassValue>;
clearIcon: {
default: string;
type: PropType<IconValue>;
};
clearable: BooleanConstructor;
color: StringConstructor;
counter: PropType<true | number | string>;
counterValue: PropType<((value) => number)>;
density: {
default: string;
type: PropType<Density>;
validator: ((v) => boolean);
};
direction: {
default: string;
type: PropType<"horizontal" | "vertical">;
validator: ((v) => boolean);
};
dirty: BooleanConstructor;
disabled: {
default: null;
type: BooleanConstructor;
};
error: BooleanConstructor;
errorMessages: {
default: (() => never[]);
type: PropType<string | readonly string[] | null>;
};
flat: BooleanConstructor;
focused: BooleanConstructor;
glow: BooleanConstructor;
hideDetails: PropType<boolean | "auto">;
hideSpinButtons: BooleanConstructor;
hint: StringConstructor;
iconColor: (StringConstructor | BooleanConstructor)[];
id: StringConstructor;
label: StringConstructor;
loading: (StringConstructor | BooleanConstructor)[];
maxErrors: {
default: number;
type: (StringConstructor | NumberConstructor)[];
};
maxRows: {
type: (StringConstructor | NumberConstructor)[];
validator: ((v) => boolean);
};
maxWidth: (StringConstructor | NumberConstructor)[];
messages: {
default: (() => never[]);
type: PropType<string | readonly string[]>;
};
minWidth: (StringConstructor | NumberConstructor)[];
modelModifiers: PropType<Record<string, boolean>>;
modelValue: null;
name: StringConstructor;
noResize: BooleanConstructor;
onClick:append: PropType<((args_0) => void)>;
onClick:appendInner: PropType<((args_0) => void)>;
onClick:clear: PropType<((args_0) => void)>;
onClick:prepend: PropType<((args_0) => void)>;
onClick:prependInner: PropType<((args_0) => void)>;
onUpdate:focused: PropType<((args_0) => void)>;
persistentClear: BooleanConstructor;
persistentCounter: BooleanConstructor;
persistentHint: BooleanConstructor;
persistentPlaceholder: BooleanConstructor;
placeholder: StringConstructor;
prefix: StringConstructor;
prependIcon: PropType<IconValue>;
prependInnerIcon: PropType<IconValue>;
readonly: {
default: null;
type: PropType<boolean | null>;
};
reverse: BooleanConstructor;
rounded: {
default: undefined;
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
};
rows: {
default: number;
type: (StringConstructor | NumberConstructor)[];
validator: ((v) => boolean);
};
rules: {
default: (() => never[]);
type: PropType<readonly ((...) | (...))[]>;
};
singleLine: BooleanConstructor;
style: {
default: null;
type: PropType<StyleValue>;
};
suffix: StringConstructor;
theme: StringConstructor;
tile: BooleanConstructor;
validateOn: PropType<ValidationProps["validateOn"]>;
validationValue: null;
variant: {
default: string;
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
validator: ((v) => boolean);
};
width: (StringConstructor | NumberConstructor)[];
}, ExtractPropTypes<{
active: BooleanConstructor;
appendIcon: PropType<IconValue>;
appendInnerIcon: PropType<IconValue>;
autoGrow: BooleanConstructor;
autofocus: BooleanConstructor;
baseColor: StringConstructor;
bgColor: StringConstructor;
centerAffix: {
default: undefined;
type: BooleanConstructor;
};
class: PropType<ClassValue>;
clearIcon: {
default: string;
type: PropType<IconValue>;
};
clearable: BooleanConstructor;
color: StringConstructor;
counter: PropType<true | number | string>;
counterValue: PropType<((value) => number)>;
density: {
default: string;
type: PropType<Density>;
validator: ((v) => boolean);
};
direction: {
default: string;
type: PropType<"horizontal" | "vertical">;
validator: ((v) => boolean);
};
dirty: BooleanConstructor;
disabled: {
default: null;
type: BooleanConstructor;
};
error: BooleanConstructor;
errorMessages: {
default: (() => never[]);
type: PropType<string | readonly (...)[] | null>;
};
flat: BooleanConstructor;
focused: BooleanConstructor;
glow: BooleanConstructor;
hideDetails: PropType<boolean | "auto">;
hideSpinButtons: BooleanConstructor;
hint: StringConstructor;
iconColor: (StringConstructor | BooleanConstructor)[];
id: StringConstructor;
label: StringConstructor;
loading: (StringConstructor | BooleanConstructor)[];
maxErrors: {
default: number;
type: (StringConstructor | NumberConstructor)[];
};
maxRows: {
type: (StringConstructor | NumberConstructor)[];
validator: ((v) => boolean);
};
maxWidth: (StringConstructor | NumberConstructor)[];
messages: {
default: (() => never[]);
type: PropType<string | readonly (...)[]>;
};
minWidth: (StringConstructor | NumberConstructor)[];
modelModifiers: PropType<Record<string, boolean>>;
modelValue: null;
name: StringConstructor;
noResize: BooleanConstructor;
onClick:append: PropType<((args_0) => void)>;
onClick:appendInner: PropType<((args_0) => void)>;
onClick:clear: PropType<((args_0) => void)>;
onClick:prepend: PropType<((args_0) => void)>;
onClick:prependInner: PropType<((args_0) => void)>;
onUpdate:focused: PropType<((args_0) => void)>;
persistentClear: BooleanConstructor;
persistentCounter: BooleanConstructor;
persistentHint: BooleanConstructor;
persistentPlaceholder: BooleanConstructor;
placeholder: StringConstructor;
prefix: StringConstructor;
prependIcon: PropType<IconValue>;
prependInnerIcon: PropType<IconValue>;
readonly: {
default: null;
type: PropType<boolean | null>;
};
reverse: BooleanConstructor;
rounded: {
default: undefined;
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
};
rows: {
default: number;
type: (StringConstructor | NumberConstructor)[];
validator: ((v) => boolean);
};
rules: {
default: (() => never[]);
type: PropType<readonly (...)[]>;
};
singleLine: BooleanConstructor;
style: {
default: null;
type: PropType<StyleValue>;
};
suffix: StringConstructor;
theme: StringConstructor;
tile: BooleanConstructor;
validateOn: PropType<ValidationProps["validateOn"]>;
validationValue: null;
variant: {
default: string;
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
validator: ((v) => boolean);
};
width: (StringConstructor | NumberConstructor)[];
}>>
Type declaration
DisabledIconFocus: {
updated(el): void;
}
updated:function
- updated(el): void
Returns void