Variable PasswordControlRendererConst

PasswordControlRenderer: DefineComponent<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}, {
    appliedOptions: ComputedRef<any>;
    clearable: ComputedRef<any>;
    computedLabel: ComputedRef<string>;
    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;
    }> & 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);
    icons: {
        current: ComputedRef<IconAliases>;
    };
    isFocused: Ref<boolean, boolean>;
    onChange: ((value) => void);
    persistentHint: (() => boolean);
    rawErrors: ComputedRef<string>;
    showPassword: Ref<boolean, boolean>;
    styles: Styles;
    touched: Ref<boolean, boolean>;
    vuetifyProps: ((path) => any);
    handleChange(path, value): void;
}, {}, {}, {}, 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>;
    VTextField: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            active: 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[];
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            type: string;
            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 | boolean;
            counterValue?: number | ((value) => number);
            hideDetails?: boolean | "auto";
            hint?: string;
            iconColor?: string | boolean;
            id?: string;
            label?: string;
            loading?: string | boolean;
            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;
            role?: string;
            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 | (() => VNodeChild) | {
                append?: ...;
                append-inner?: ...;
                clear?: ...;
                counter?: ...;
                default?: ...;
                details?: ...;
                label?: ...;
                loader?: ...;
                message?: ...;
                prepend?: ...;
                prepend-inner?: ...;
            };
            v-slots?: {
                append?: false | (...);
                append-inner?: false | (...);
                clear?: false | (...);
                counter?: false | (...);
                default?: 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:default?: false | (() => 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);
        }, 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 & Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: ((event, focused) => ...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            centerAffix: ...;
            clearIcon: ...;
            clearable: ...;
            dirty: ...;
            disabled: ...;
            error: ...;
            flat: ...;
            focused: ...;
            glow: ...;
            persistentClear: ...;
            reverse: ...;
            rounded: ...;
            singleLine: ...;
            style: ...;
            tile: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
            controlRef: ...;
            fieldIconColor: ...;
        }> & ComponentCustomProperties & GenericProps<{
            modelValue?: ...;
            onUpdate:modelValue?: ...;
        }, VFieldSlots>, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "variant" | "disabled" | "tile" | "color" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "clearable" | "reverse" | "error" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner">, `$${any}`> & {
            _allExposed: {
                errorMessages: ComputedRef<(...)[]>;
                isValid: ComputedRef<(...) | (...)>;
                reset: (() => Promise<(...)>);
                resetValidation: (() => Promise<(...)>);
                validate: ((silent?) => Promise<(...)>);
            } | {
                controlRef: Ref<(...) | (...), (...) | (...)>;
                fieldIconColor: ComputedRef<(...) | (...)>;
            } | {};
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            click:control: ((e) => true);
            mousedown:control: ((e) => true);
            update:focused: ((focused) => true);
            update:modelValue: ((val) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            active: 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[];
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            rounded: string | number | boolean;
            rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            type: string;
            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[]);
            default: (() => 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;
            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[];
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            type: string;
            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 | boolean;
            counterValue?: number | ((value) => number);
            hideDetails?: boolean | "auto";
            hint?: string;
            iconColor?: string | boolean;
            id?: string;
            label?: string;
            loading?: string | boolean;
            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;
            role?: string;
            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 | (() => VNodeChild) | {
                append?: ...;
                append-inner?: ...;
                clear?: ...;
                counter?: ...;
                default?: ...;
                details?: ...;
                label?: ...;
                loader?: ...;
                message?: ...;
                prepend?: ...;
                prepend-inner?: ...;
            };
            v-slots?: {
                append?: false | (...);
                append-inner?: false | (...);
                clear?: false | (...);
                counter?: false | (...);
                default?: 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:default?: false | (() => 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);
        }, 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 & Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: ((event, focused) => ...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            centerAffix: ...;
            clearIcon: ...;
            clearable: ...;
            dirty: ...;
            disabled: ...;
            error: ...;
            flat: ...;
            focused: ...;
            glow: ...;
            persistentClear: ...;
            reverse: ...;
            rounded: ...;
            singleLine: ...;
            style: ...;
            tile: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
            controlRef: ...;
            fieldIconColor: ...;
        }> & ComponentCustomProperties & GenericProps<{
            modelValue?: ...;
            onUpdate:modelValue?: ...;
        }, VFieldSlots>, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "variant" | "disabled" | "tile" | "color" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "clearable" | "reverse" | "error" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner">, `$${any}`> & {
            _allExposed: {
                errorMessages: ComputedRef<(...)[]>;
                isValid: ComputedRef<(...) | (...)>;
                reset: (() => Promise<(...)>);
                resetValidation: (() => Promise<(...)>);
                validate: ((silent?) => Promise<(...)>);
            } | {
                controlRef: Ref<(...) | (...), (...) | (...)>;
                fieldIconColor: ComputedRef<(...) | (...)>;
            } | {};
        }, {}, {}, {}, {
            active: 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[];
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            rounded: string | number | boolean;
            rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            type: string;
            variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
        }>;
    } & ComponentOptionsBase<{
        active: 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[];
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        readonly: boolean | null;
        reverse: boolean;
        rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
        singleLine: boolean;
        style: StyleValue;
        tile: boolean;
        type: string;
        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 | boolean;
        counterValue?: number | ((value) => number);
        hideDetails?: boolean | "auto";
        hint?: string;
        iconColor?: string | boolean;
        id?: string;
        label?: string;
        loading?: string | boolean;
        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;
        role?: string;
        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 | (() => VNodeChild) | {
            append?: ((arg) => ...);
            append-inner?: ((arg) => ...);
            clear?: ((arg) => ...);
            counter?: ((arg) => ...);
            default?: (() => ...);
            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) => ...);
            default?: false | (() => ...);
            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:default?: false | (() => 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);
    }, 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 & Omit<Omit<{
        $: ComponentInternalInstance;
        $attrs: {
            [x: string]: unknown;
        };
        $data: {};
        $el: any;
        $emit: ((event, focused) => 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-inner?: ...;
            clear?: ...;
            default?: ...;
            label?: ...;
            loader?: ...;
            prepend-inner?: ...;
        }>;
        $watch<T>(source, cb, options?): WatchStopHandle;
    } & Readonly<{
        active: boolean;
        centerAffix: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        dirty: boolean;
        disabled: boolean;
        error: boolean;
        flat: boolean;
        focused: boolean;
        glow: boolean;
        persistentClear: boolean;
        reverse: boolean;
        rounded: (...) | (...) | (...);
        singleLine: boolean;
        style: StyleValue;
        tile: boolean;
        variant: (...) | (...) | (...) | (...) | (...) | (...) | (...);
    }> & Omit<{
        active: ...;
        clearIcon: ...;
        clearable: ...;
        dirty: ...;
        disabled: ...;
        error: ...;
        flat: ...;
        focused: ...;
        glow: ...;
        persistentClear: ...;
        reverse: ...;
        singleLine: ...;
        style: ...;
        tile: ...;
        variant: ...;
    } & {
        appendInnerIcon?: ...;
        baseColor?: ...;
        bgColor?: ...;
        centerAffix?: ...;
        class?: ...;
        color?: ...;
        iconColor?: ...;
        id?: ...;
        label?: ...;
        loading?: ...;
        onClick:appendInner?: ...;
        onClick:clear?: ...;
        onClick:prependInner?: ...;
        onUpdate:focused?: ...;
        prependInnerIcon?: ...;
        rounded?: ...;
        theme?: ...;
    } & {
        onUpdate:focused?: ...;
    }, "error" | "reverse" | "flat" | "style" | "rounded" | "tile" | "disabled" | "variant" | "active" | "clearable" | "focused" | "centerAffix" | "glow" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef<{
        controlRef: Ref<(...), (...)>;
        fieldIconColor: ComputedRef<(...)>;
    }> & ComponentCustomProperties & GenericProps<{
        modelValue?: unknown;
        onUpdate:modelValue?: (...) | (...);
    }, VFieldSlots>, "label" | "id" | "error" | "loading" | "color" | "reverse" | "flat" | "theme" | "class" | "style" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "rounded" | "tile" | "modelValue" | "disabled" | "onUpdate:modelValue" | "variant" | "baseColor" | "bgColor" | "active" | "v-slot:loader" | "clearable" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner">, `$${any}`> & {
        _allExposed: {
            errorMessages: ComputedRef<string[]>;
            isValid: ComputedRef<boolean | null>;
            reset: (() => Promise<void>);
            resetValidation: (() => Promise<void>);
            validate: ((silent?) => Promise<(...)[]>);
        } | {
            controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
            fieldIconColor: ComputedRef<string | undefined>;
        } | {};
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        click:control: ((e) => true);
        mousedown:control: ((e) => true);
        update:focused: ((focused) => true);
        update:modelValue: ((val) => true);
    }, string, {
        active: 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[];
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        readonly: boolean | null;
        reverse: boolean;
        rounded: string | number | boolean;
        rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...) | ((value) => ...) | [string, any, (...)?])[];
        singleLine: boolean;
        style: StyleValue;
        tile: boolean;
        type: string;
        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[]);
        default: (() => 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>;
        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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        counterValue: PropType<number | ((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)[];
        };
        maxWidth: (StringConstructor | NumberConstructor)[];
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly string[]>;
        };
        minWidth: (StringConstructor | NumberConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: null;
        name: StringConstructor;
        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;
        role: StringConstructor;
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly ((...) | (...))[]>;
        };
        singleLine: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        type: {
            default: string;
            type: StringConstructor;
        };
        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>;
        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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        counterValue: PropType<number | ((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)[];
        };
        maxWidth: (StringConstructor | NumberConstructor)[];
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly (...)[]>;
        };
        minWidth: (StringConstructor | NumberConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: null;
        name: StringConstructor;
        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;
        role: StringConstructor;
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly (...)[]>;
        };
        singleLine: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        type: {
            default: string;
            type: StringConstructor;
        };
        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)[];
    }>>;
}, {}, 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

  • appliedOptions: ComputedRef<any>
  • clearable: ComputedRef<any>
  • computedLabel: ComputedRef<string>
  • 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;
    }> & 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)
      • (): void
      • Returns void

  • handleFocus: (() => void)
      • (): void
      • Returns void

  • icons: {
        current: ComputedRef<IconAliases>;
    }
  • isFocused: Ref<boolean, boolean>
  • onChange: ((value) => void)
      • (value): void
      • Parameters

        • value: any

        Returns void

  • persistentHint: (() => boolean)
      • (): boolean
      • Returns boolean

  • rawErrors: ComputedRef<string>
  • showPassword: Ref<boolean, boolean>
  • styles: Styles
  • touched: Ref<boolean, boolean>
  • vuetifyProps: ((path) => any)
      • (path): any
      • Parameters

        • path: string

        Returns any

  • handleChange:function
    • Parameters

      • path: string
      • value: any

      Returns void

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

          • cells: JsonFormsCellRendererRegistryEntry[]
          • config: Record<string, any>
          • enabled: boolean
          • renderers: JsonFormsRendererRegistryEntry[]

          Type declaration

            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>
            • VTextField: {
                  __isFragment?: never;
                  __isSuspense?: never;
                  __isTeleport?: never;
                  new (...args): CreateComponentPublicInstanceWithMixins<{
                      active: 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[];
                      persistentClear: boolean;
                      persistentCounter: boolean;
                      persistentHint: boolean;
                      persistentPlaceholder: boolean;
                      readonly: boolean | null;
                      reverse: boolean;
                      rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                      singleLine: boolean;
                      style: StyleValue;
                      tile: boolean;
                      type: string;
                      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 | boolean;
                      counterValue?: number | ((value) => number);
                      hideDetails?: boolean | "auto";
                      hint?: string;
                      iconColor?: string | boolean;
                      id?: string;
                      label?: string;
                      loading?: string | boolean;
                      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;
                      role?: string;
                      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 | (() => VNodeChild) | {
                          append?: ...;
                          append-inner?: ...;
                          clear?: ...;
                          counter?: ...;
                          default?: ...;
                          details?: ...;
                          label?: ...;
                          loader?: ...;
                          message?: ...;
                          prepend?: ...;
                          prepend-inner?: ...;
                      };
                      v-slots?: {
                          append?: false | (...);
                          append-inner?: false | (...);
                          clear?: false | (...);
                          counter?: false | (...);
                          default?: 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:default?: false | (() => 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);
                  }, 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 & Omit<Omit<{
                      $: ComponentInternalInstance;
                      $attrs: {
                          [x: ...]: ...;
                      };
                      $data: {};
                      $el: any;
                      $emit: ((event, focused) => ...);
                      $forceUpdate: (() => ...);
                      $host: (...) | (...);
                      $nextTick: nextTick;
                      $options: (...) & (...);
                      $parent: (...) | (...);
                      $props: (...) & (...);
                      $refs: {
                          [x: ...]: ...;
                      };
                      $root: (...) | (...);
                      $slots: Readonly<(...)>;
                      $watch<T>(source, cb, options?): WatchStopHandle;
                  } & Readonly<{
                      active: ...;
                      centerAffix: ...;
                      clearIcon: ...;
                      clearable: ...;
                      dirty: ...;
                      disabled: ...;
                      error: ...;
                      flat: ...;
                      focused: ...;
                      glow: ...;
                      persistentClear: ...;
                      reverse: ...;
                      rounded: ...;
                      singleLine: ...;
                      style: ...;
                      tile: ...;
                      variant: ...;
                  }> & Omit<(...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
                      controlRef: ...;
                      fieldIconColor: ...;
                  }> & ComponentCustomProperties & GenericProps<{
                      modelValue?: ...;
                      onUpdate:modelValue?: ...;
                  }, VFieldSlots>, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "variant" | "disabled" | "tile" | "color" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "clearable" | "reverse" | "error" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner">, `$${any}`> & {
                      _allExposed: {
                          errorMessages: ComputedRef<(...)[]>;
                          isValid: ComputedRef<(...) | (...)>;
                          reset: (() => Promise<(...)>);
                          resetValidation: (() => Promise<(...)>);
                          validate: ((silent?) => Promise<(...)>);
                      } | {
                          controlRef: Ref<(...) | (...), (...) | (...)>;
                          fieldIconColor: ComputedRef<(...) | (...)>;
                      } | {};
                  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                      click:control: ((e) => true);
                      mousedown:control: ((e) => true);
                      update:focused: ((focused) => true);
                      update:modelValue: ((val) => true);
                  }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                      active: 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[];
                      persistentClear: boolean;
                      persistentCounter: boolean;
                      persistentHint: boolean;
                      persistentPlaceholder: boolean;
                      readonly: boolean | null;
                      reverse: boolean;
                      rounded: string | number | boolean;
                      rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                      singleLine: boolean;
                      style: StyleValue;
                      tile: boolean;
                      type: string;
                      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[]);
                      default: (() => 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;
                      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[];
                      persistentClear: boolean;
                      persistentCounter: boolean;
                      persistentHint: boolean;
                      persistentPlaceholder: boolean;
                      readonly: boolean | null;
                      reverse: boolean;
                      rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                      singleLine: boolean;
                      style: StyleValue;
                      tile: boolean;
                      type: string;
                      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 | boolean;
                      counterValue?: number | ((value) => number);
                      hideDetails?: boolean | "auto";
                      hint?: string;
                      iconColor?: string | boolean;
                      id?: string;
                      label?: string;
                      loading?: string | boolean;
                      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;
                      role?: string;
                      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 | (() => VNodeChild) | {
                          append?: ...;
                          append-inner?: ...;
                          clear?: ...;
                          counter?: ...;
                          default?: ...;
                          details?: ...;
                          label?: ...;
                          loader?: ...;
                          message?: ...;
                          prepend?: ...;
                          prepend-inner?: ...;
                      };
                      v-slots?: {
                          append?: false | (...);
                          append-inner?: false | (...);
                          clear?: false | (...);
                          counter?: false | (...);
                          default?: 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:default?: false | (() => 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);
                  }, 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 & Omit<Omit<{
                      $: ComponentInternalInstance;
                      $attrs: {
                          [x: ...]: ...;
                      };
                      $data: {};
                      $el: any;
                      $emit: ((event, focused) => ...);
                      $forceUpdate: (() => ...);
                      $host: (...) | (...);
                      $nextTick: nextTick;
                      $options: (...) & (...);
                      $parent: (...) | (...);
                      $props: (...) & (...);
                      $refs: {
                          [x: ...]: ...;
                      };
                      $root: (...) | (...);
                      $slots: Readonly<(...)>;
                      $watch<T>(source, cb, options?): WatchStopHandle;
                  } & Readonly<{
                      active: ...;
                      centerAffix: ...;
                      clearIcon: ...;
                      clearable: ...;
                      dirty: ...;
                      disabled: ...;
                      error: ...;
                      flat: ...;
                      focused: ...;
                      glow: ...;
                      persistentClear: ...;
                      reverse: ...;
                      rounded: ...;
                      singleLine: ...;
                      style: ...;
                      tile: ...;
                      variant: ...;
                  }> & Omit<(...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
                      controlRef: ...;
                      fieldIconColor: ...;
                  }> & ComponentCustomProperties & GenericProps<{
                      modelValue?: ...;
                      onUpdate:modelValue?: ...;
                  }, VFieldSlots>, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "variant" | "disabled" | "tile" | "color" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "clearable" | "reverse" | "error" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner">, `$${any}`> & {
                      _allExposed: {
                          errorMessages: ComputedRef<(...)[]>;
                          isValid: ComputedRef<(...) | (...)>;
                          reset: (() => Promise<(...)>);
                          resetValidation: (() => Promise<(...)>);
                          validate: ((silent?) => Promise<(...)>);
                      } | {
                          controlRef: Ref<(...) | (...), (...) | (...)>;
                          fieldIconColor: ComputedRef<(...) | (...)>;
                      } | {};
                  }, {}, {}, {}, {
                      active: 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[];
                      persistentClear: boolean;
                      persistentCounter: boolean;
                      persistentHint: boolean;
                      persistentPlaceholder: boolean;
                      readonly: boolean | null;
                      reverse: boolean;
                      rounded: string | number | boolean;
                      rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                      singleLine: boolean;
                      style: StyleValue;
                      tile: boolean;
                      type: string;
                      variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
                  }>;
              } & ComponentOptionsBase<{
                  active: 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[];
                  persistentClear: boolean;
                  persistentCounter: boolean;
                  persistentHint: boolean;
                  persistentPlaceholder: boolean;
                  readonly: boolean | null;
                  reverse: boolean;
                  rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                  singleLine: boolean;
                  style: StyleValue;
                  tile: boolean;
                  type: string;
                  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 | boolean;
                  counterValue?: number | ((value) => number);
                  hideDetails?: boolean | "auto";
                  hint?: string;
                  iconColor?: string | boolean;
                  id?: string;
                  label?: string;
                  loading?: string | boolean;
                  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;
                  role?: string;
                  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 | (() => VNodeChild) | {
                      append?: ((arg) => ...);
                      append-inner?: ((arg) => ...);
                      clear?: ((arg) => ...);
                      counter?: ((arg) => ...);
                      default?: (() => ...);
                      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) => ...);
                      default?: false | (() => ...);
                      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:default?: false | (() => 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);
              }, 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 & Omit<Omit<{
                  $: ComponentInternalInstance;
                  $attrs: {
                      [x: string]: unknown;
                  };
                  $data: {};
                  $el: any;
                  $emit: ((event, focused) => 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-inner?: ...;
                      clear?: ...;
                      default?: ...;
                      label?: ...;
                      loader?: ...;
                      prepend-inner?: ...;
                  }>;
                  $watch<T>(source, cb, options?): WatchStopHandle;
              } & Readonly<{
                  active: boolean;
                  centerAffix: boolean;
                  clearIcon: IconValue;
                  clearable: boolean;
                  dirty: boolean;
                  disabled: boolean;
                  error: boolean;
                  flat: boolean;
                  focused: boolean;
                  glow: boolean;
                  persistentClear: boolean;
                  reverse: boolean;
                  rounded: (...) | (...) | (...);
                  singleLine: boolean;
                  style: StyleValue;
                  tile: boolean;
                  variant: (...) | (...) | (...) | (...) | (...) | (...) | (...);
              }> & Omit<{
                  active: ...;
                  clearIcon: ...;
                  clearable: ...;
                  dirty: ...;
                  disabled: ...;
                  error: ...;
                  flat: ...;
                  focused: ...;
                  glow: ...;
                  persistentClear: ...;
                  reverse: ...;
                  singleLine: ...;
                  style: ...;
                  tile: ...;
                  variant: ...;
              } & {
                  appendInnerIcon?: ...;
                  baseColor?: ...;
                  bgColor?: ...;
                  centerAffix?: ...;
                  class?: ...;
                  color?: ...;
                  iconColor?: ...;
                  id?: ...;
                  label?: ...;
                  loading?: ...;
                  onClick:appendInner?: ...;
                  onClick:clear?: ...;
                  onClick:prependInner?: ...;
                  onUpdate:focused?: ...;
                  prependInnerIcon?: ...;
                  rounded?: ...;
                  theme?: ...;
              } & {
                  onUpdate:focused?: ...;
              }, "error" | "reverse" | "flat" | "style" | "rounded" | "tile" | "disabled" | "variant" | "active" | "clearable" | "focused" | "centerAffix" | "glow" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef<{
                  controlRef: Ref<(...), (...)>;
                  fieldIconColor: ComputedRef<(...)>;
              }> & ComponentCustomProperties & GenericProps<{
                  modelValue?: unknown;
                  onUpdate:modelValue?: (...) | (...);
              }, VFieldSlots>, "label" | "id" | "error" | "loading" | "color" | "reverse" | "flat" | "theme" | "class" | "style" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "rounded" | "tile" | "modelValue" | "disabled" | "onUpdate:modelValue" | "variant" | "baseColor" | "bgColor" | "active" | "v-slot:loader" | "clearable" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner">, `$${any}`> & {
                  _allExposed: {
                      errorMessages: ComputedRef<string[]>;
                      isValid: ComputedRef<boolean | null>;
                      reset: (() => Promise<void>);
                      resetValidation: (() => Promise<void>);
                      validate: ((silent?) => Promise<(...)[]>);
                  } | {
                      controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
                      fieldIconColor: ComputedRef<string | undefined>;
                  } | {};
              }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                  click:control: ((e) => true);
                  mousedown:control: ((e) => true);
                  update:focused: ((focused) => true);
                  update:modelValue: ((val) => true);
              }, string, {
                  active: 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[];
                  persistentClear: boolean;
                  persistentCounter: boolean;
                  persistentHint: boolean;
                  persistentPlaceholder: boolean;
                  readonly: boolean | null;
                  reverse: boolean;
                  rounded: string | number | boolean;
                  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...) | ((value) => ...) | [string, any, (...)?])[];
                  singleLine: boolean;
                  style: StyleValue;
                  tile: boolean;
                  type: string;
                  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[]);
                  default: (() => 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>;
                  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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                  counterValue: PropType<number | ((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)[];
                  };
                  maxWidth: (StringConstructor | NumberConstructor)[];
                  messages: {
                      default: (() => never[]);
                      type: PropType<string | readonly string[]>;
                  };
                  minWidth: (StringConstructor | NumberConstructor)[];
                  modelModifiers: PropType<Record<string, boolean>>;
                  modelValue: null;
                  name: StringConstructor;
                  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;
                  role: StringConstructor;
                  rounded: {
                      default: undefined;
                      type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                  };
                  rules: {
                      default: (() => never[]);
                      type: PropType<readonly ((...) | (...))[]>;
                  };
                  singleLine: BooleanConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  suffix: StringConstructor;
                  theme: StringConstructor;
                  tile: BooleanConstructor;
                  type: {
                      default: string;
                      type: StringConstructor;
                  };
                  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>;
                  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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                  counterValue: PropType<number | ((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)[];
                  };
                  maxWidth: (StringConstructor | NumberConstructor)[];
                  messages: {
                      default: (() => never[]);
                      type: PropType<string | readonly (...)[]>;
                  };
                  minWidth: (StringConstructor | NumberConstructor)[];
                  modelModifiers: PropType<Record<string, boolean>>;
                  modelValue: null;
                  name: StringConstructor;
                  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;
                  role: StringConstructor;
                  rounded: {
                      default: undefined;
                      type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                  };
                  rules: {
                      default: (() => never[]);
                      type: PropType<readonly (...)[]>;
                  };
                  singleLine: BooleanConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  suffix: StringConstructor;
                  theme: StringConstructor;
                  tile: BooleanConstructor;
                  type: {
                      default: string;
                      type: StringConstructor;
                  };
                  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

              Type declaration