Variable IntegerControlRendererConst

IntegerControlRenderer: DefineComponent<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}, {
    adaptValue: ((value) => any);
    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);
    isFocused: Ref<boolean, boolean>;
    onChange: ((value) => void);
    persistentHint: (() => boolean);
    rawErrors: ComputedRef<string>;
    styles: Styles;
    touched: Ref<boolean, boolean>;
    vuetifyProps: ((path) => any);
    handleChange(path, value): void;
}, {}, {
    step(): number;
    value(): undefined | null | number;
}, {}, 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>;
    VNumberInput: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            active: boolean;
            autofocus: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            controlVariant: ControlVariant;
            density: Density;
            direction: "horizontal" | "vertical";
            dirty: boolean;
            disabled: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideInput: boolean;
            hideSpinButtons: boolean;
            inset: boolean;
            max: number;
            maxErrors: string | number;
            messages: string | readonly string[];
            min: number;
            minFractionDigits: number | null;
            modelValue: number | null;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            precision: number | null;
            readonly: boolean | null;
            reverse: boolean;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            step: number;
            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);
            decimalSeparator?: string;
            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>;
            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";
            width?: string | number;
        } & {
            $children?: {} | VNodeChild | {
                append?: ...;
                append-inner?: ...;
                clear?: ...;
                counter?: ...;
                decrement?: ...;
                details?: ...;
                increment?: ...;
                label?: ...;
                loader?: ...;
                message?: ...;
                prepend?: ...;
                prepend-inner?: ...;
            };
            v-slots?: {
                append?: false | (...);
                append-inner?: false | (...);
                clear?: false | (...);
                counter?: false | (...);
                decrement?: false | (...);
                details?: false | (...);
                increment?: 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:decrement?: false | ((arg) => VNodeChild);
            v-slot:details?: false | ((arg) => VNodeChild);
            v-slot:increment?: 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);
        } & {
            onUpdate:focused?: ((val) => any);
            onUpdate:modelValue?: ((val) => any);
        }, Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: (...) & (...) & (...) & (...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            autofocus: ...;
            centerAffix: ...;
            clearIcon: ...;
            clearable: ...;
            density: ...;
            direction: ...;
            dirty: ...;
            disabled: ...;
            error: ...;
            errorMessages: ...;
            flat: ...;
            focused: ...;
            glow: ...;
            hideSpinButtons: ...;
            maxErrors: ...;
            messages: ...;
            persistentClear: ...;
            persistentCounter: ...;
            persistentHint: ...;
            persistentPlaceholder: ...;
            readonly: ...;
            reverse: ...;
            rounded: ...;
            rules: ...;
            singleLine: ...;
            style: ...;
            tile: ...;
            type: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "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" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                _allExposed: ...;
            } | {};
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            update:focused: ((val) => true);
            update:modelValue: ((val) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            active: boolean;
            autofocus: boolean;
            centerAffix: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            controlVariant: ControlVariant;
            density: Density;
            direction: "horizontal" | "vertical";
            dirty: boolean;
            disabled: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideInput: boolean;
            hideSpinButtons: boolean;
            inset: boolean;
            max: number;
            maxErrors: string | number;
            messages: string | readonly string[];
            min: number;
            minFractionDigits: number | null;
            modelValue: number | null;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            precision: number | null;
            readonly: boolean | null;
            reverse: boolean;
            rounded: string | number | boolean;
            rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
            singleLine: boolean;
            step: number;
            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[]);
            decrement: ((arg) => VNode[]);
            details: ((arg) => VNode[]);
            increment: ((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;
            controlVariant: ControlVariant;
            density: Density;
            direction: "horizontal" | "vertical";
            dirty: boolean;
            disabled: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideInput: boolean;
            hideSpinButtons: boolean;
            inset: boolean;
            max: number;
            maxErrors: string | number;
            messages: string | readonly string[];
            min: number;
            minFractionDigits: number | null;
            modelValue: number | null;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            precision: number | null;
            readonly: boolean | null;
            reverse: boolean;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            step: number;
            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);
            decimalSeparator?: string;
            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>;
            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";
            width?: string | number;
        } & {
            $children?: {} | VNodeChild | {
                append?: ...;
                append-inner?: ...;
                clear?: ...;
                counter?: ...;
                decrement?: ...;
                details?: ...;
                increment?: ...;
                label?: ...;
                loader?: ...;
                message?: ...;
                prepend?: ...;
                prepend-inner?: ...;
            };
            v-slots?: {
                append?: false | (...);
                append-inner?: false | (...);
                clear?: false | (...);
                counter?: false | (...);
                decrement?: false | (...);
                details?: false | (...);
                increment?: 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:decrement?: false | ((arg) => VNodeChild);
            v-slot:details?: false | ((arg) => VNodeChild);
            v-slot:increment?: 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);
        } & {
            onUpdate:focused?: ((val) => any);
            onUpdate:modelValue?: ((val) => any);
        }, Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: (...) & (...) & (...) & (...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            autofocus: ...;
            centerAffix: ...;
            clearIcon: ...;
            clearable: ...;
            density: ...;
            direction: ...;
            dirty: ...;
            disabled: ...;
            error: ...;
            errorMessages: ...;
            flat: ...;
            focused: ...;
            glow: ...;
            hideSpinButtons: ...;
            maxErrors: ...;
            messages: ...;
            persistentClear: ...;
            persistentCounter: ...;
            persistentHint: ...;
            persistentPlaceholder: ...;
            readonly: ...;
            reverse: ...;
            rounded: ...;
            rules: ...;
            singleLine: ...;
            style: ...;
            tile: ...;
            type: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "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" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                _allExposed: ...;
            } | {};
        }, {}, {}, {}, {
            active: boolean;
            autofocus: boolean;
            centerAffix: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            controlVariant: ControlVariant;
            density: Density;
            direction: "horizontal" | "vertical";
            dirty: boolean;
            disabled: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideInput: boolean;
            hideSpinButtons: boolean;
            inset: boolean;
            max: number;
            maxErrors: string | number;
            messages: string | readonly string[];
            min: number;
            minFractionDigits: number | null;
            modelValue: number | null;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            precision: number | null;
            readonly: boolean | null;
            reverse: boolean;
            rounded: string | number | boolean;
            rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
            singleLine: boolean;
            step: number;
            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;
        controlVariant: ControlVariant;
        density: Density;
        direction: "horizontal" | "vertical";
        dirty: boolean;
        disabled: boolean;
        error: boolean;
        errorMessages: string | readonly string[] | null;
        flat: boolean;
        focused: boolean;
        glow: boolean;
        hideInput: boolean;
        hideSpinButtons: boolean;
        inset: boolean;
        max: number;
        maxErrors: string | number;
        messages: string | readonly string[];
        min: number;
        minFractionDigits: number | null;
        modelValue: number | null;
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        precision: number | null;
        readonly: boolean | null;
        reverse: boolean;
        rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
        singleLine: boolean;
        step: number;
        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);
        decimalSeparator?: string;
        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>;
        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";
        width?: string | number;
    } & {
        $children?: {} | VNodeChild | {
            append?: ((arg) => ...);
            append-inner?: ((arg) => ...);
            clear?: ((arg) => ...);
            counter?: ((arg) => ...);
            decrement?: ((arg) => ...);
            details?: ((arg) => ...);
            increment?: ((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) => ...);
            decrement?: false | ((arg) => ...);
            details?: false | ((arg) => ...);
            increment?: 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:decrement?: false | ((arg) => VNodeChild);
        v-slot:details?: false | ((arg) => VNodeChild);
        v-slot:increment?: 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);
    } & {
        onUpdate:focused?: ((val) => any);
        onUpdate:modelValue?: ((val) => any);
    }, Omit<Omit<{
        $: ComponentInternalInstance;
        $attrs: {
            [x: string]: unknown;
        };
        $data: {};
        $el: any;
        $emit: (...) & (...) & (...) & (...);
        $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?: ...;
            append-inner?: ...;
            clear?: ...;
            counter?: ...;
            default?: ...;
            details?: ...;
            label?: ...;
            loader?: ...;
            message?: ...;
            prepend?: ...;
            prepend-inner?: ...;
        }>;
        $watch<T>(source, cb, options?): WatchStopHandle;
    } & Readonly<{
        active: boolean;
        autofocus: boolean;
        centerAffix: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        density: Density;
        direction: (...) | (...);
        dirty: boolean;
        disabled: boolean;
        error: boolean;
        errorMessages: (...) | (...) | (...);
        flat: boolean;
        focused: boolean;
        glow: boolean;
        hideSpinButtons: boolean;
        maxErrors: (...) | (...);
        messages: (...) | (...);
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        readonly: (...) | (...);
        reverse: boolean;
        rounded: (...) | (...) | (...);
        rules: readonly (...);
        singleLine: boolean;
        style: StyleValue;
        tile: boolean;
        type: string;
        variant: (...) | (...) | (...) | (...) | (...) | (...) | (...);
    }> & Omit<{
        active: ...;
        autofocus: ...;
        clearIcon: ...;
        clearable: ...;
        density: ...;
        direction: ...;
        dirty: ...;
        disabled: ...;
        error: ...;
        errorMessages: ...;
        flat: ...;
        focused: ...;
        glow: ...;
        hideSpinButtons: ...;
        maxErrors: ...;
        messages: ...;
        persistentClear: ...;
        persistentCounter: ...;
        persistentHint: ...;
        persistentPlaceholder: ...;
        readonly: ...;
        reverse: ...;
        rules: ...;
        singleLine: ...;
        style: ...;
        tile: ...;
        type: ...;
        variant: ...;
    } & {
        appendIcon?: ...;
        appendInnerIcon?: ...;
        baseColor?: ...;
        bgColor?: ...;
        centerAffix?: ...;
        class?: ...;
        color?: ...;
        counter?: ...;
        counterValue?: ...;
        hideDetails?: ...;
        hint?: ...;
        iconColor?: ...;
        id?: ...;
        label?: ...;
        loading?: ...;
        maxWidth?: ...;
        minWidth?: ...;
        modelModifiers?: ...;
        modelValue?: ...;
        name?: ...;
        onClick:append?: ...;
        onClick:appendInner?: ...;
        onClick:clear?: ...;
        onClick:prepend?: ...;
        onClick:prependInner?: ...;
        onUpdate:focused?: ...;
        placeholder?: ...;
        prefix?: ...;
        prependIcon?: ...;
        prependInnerIcon?: ...;
        role?: ...;
        rounded?: ...;
        suffix?: ...;
        theme?: ...;
        validateOn?: ...;
        validationValue?: ...;
        width?: ...;
    } & {
        $children?: ...;
        v-slots?: ...;
    } & {
        v-slot:append?: ...;
        v-slot:append-inner?: ...;
        v-slot:clear?: ...;
        v-slot:counter?: ...;
        v-slot:default?: ...;
        v-slot:details?: ...;
        v-slot:label?: ...;
        v-slot:loader?: ...;
        v-slot:message?: ...;
        v-slot:prepend?: ...;
        v-slot:prepend-inner?: ...;
    } & {
        onClick:control?: ...;
        onMousedown:control?: ...;
        onUpdate:focused?: ...;
        onUpdate:modelValue?: ...;
    }, "id" | "required" | "size" | "translate" | "error" | "alt" | "reverse" | "flat" | "normalize" | "pattern" | "multiple" | "style" | "name" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "height" | "width" | "rounded" | "tile" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "variant" | "density" | "list" | "active" | "align" | "readonly" | "prepend" | "append" | "focus" | "click" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "persistentHint" | "clearable" | "direction" | "reset" | "isValid" | "resetValidation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "indeterminate" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "matches" | "remove" | "min" | "hidden" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "accept" | "_" | "step" | "placeholder" | "src" | "capture" | "checked" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & ShallowUnwrapRef<Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
        _allExposed: ...;
    }> & ComponentCustomProperties, "label" | "id" | "error" | "loading" | "color" | "reverse" | "flat" | "theme" | "class" | "style" | "name" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "maxWidth" | "minWidth" | "width" | "rounded" | "tile" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "variant" | "density" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "readonly" | "v-slot:loader" | "persistentHint" | "clearable" | "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" | "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" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
        _allExposed: Omit<Omit<(...), (...)>, `$${(...)}`> & HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & {
            _allExposed: (...) | (...) | (...);
        } | {};
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        update:focused: ((val) => true);
        update:modelValue: ((val) => true);
    }, string, {
        active: boolean;
        autofocus: boolean;
        centerAffix: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        controlVariant: ControlVariant;
        density: Density;
        direction: "horizontal" | "vertical";
        dirty: boolean;
        disabled: boolean;
        error: boolean;
        errorMessages: string | readonly string[] | null;
        flat: boolean;
        focused: boolean;
        glow: boolean;
        hideInput: boolean;
        hideSpinButtons: boolean;
        inset: boolean;
        max: number;
        maxErrors: string | number;
        messages: string | readonly string[];
        min: number;
        minFractionDigits: number | null;
        modelValue: number | null;
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        precision: number | null;
        readonly: boolean | null;
        reverse: boolean;
        rounded: string | number | boolean;
        rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...) | ((value) => ...) | [string, any, (...)?])[];
        singleLine: boolean;
        step: number;
        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[]);
        decrement: ((arg) => VNode[]);
        details: ((arg) => VNode[]);
        increment: ((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;
        controlVariant: {
            default: string;
            type: PropType<ControlVariant>;
        };
        counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        decimalSeparator: {
            type: StringConstructor;
            validator: ((v) => boolean);
        };
        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">;
        hideInput: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (StringConstructor | BooleanConstructor)[];
        id: StringConstructor;
        inset: BooleanConstructor;
        label: StringConstructor;
        loading: (StringConstructor | BooleanConstructor)[];
        max: {
            default: number;
            type: NumberConstructor;
        };
        maxErrors: {
            default: number;
            type: (StringConstructor | NumberConstructor)[];
        };
        maxWidth: (StringConstructor | NumberConstructor)[];
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly string[]>;
        };
        min: {
            default: number;
            type: NumberConstructor;
        };
        minFractionDigits: {
            default: null;
            type: PropType<number | null>;
        };
        minWidth: (StringConstructor | NumberConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: {
            default: null;
            type: PropType<number | 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;
        precision: {
            default: number;
            type: PropType<number | null>;
        };
        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;
        step: {
            default: number;
            type: NumberConstructor;
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        type: {
            default: string;
            type: StringConstructor;
        };
        validateOn: PropType<ValidationProps["validateOn"]>;
        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;
        controlVariant: {
            default: string;
            type: PropType<ControlVariant>;
        };
        counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        decimalSeparator: {
            type: StringConstructor;
            validator: ((v) => boolean);
        };
        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">;
        hideInput: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (StringConstructor | BooleanConstructor)[];
        id: StringConstructor;
        inset: BooleanConstructor;
        label: StringConstructor;
        loading: (StringConstructor | BooleanConstructor)[];
        max: {
            default: number;
            type: NumberConstructor;
        };
        maxErrors: {
            default: number;
            type: (StringConstructor | NumberConstructor)[];
        };
        maxWidth: (StringConstructor | NumberConstructor)[];
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly (...)[]>;
        };
        min: {
            default: number;
            type: NumberConstructor;
        };
        minFractionDigits: {
            default: null;
            type: PropType<number | null>;
        };
        minWidth: (StringConstructor | NumberConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: {
            default: null;
            type: PropType<number | 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;
        precision: {
            default: number;
            type: PropType<number | null>;
        };
        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;
        step: {
            default: number;
            type: NumberConstructor;
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        type: {
            default: string;
            type: StringConstructor;
        };
        validateOn: PropType<ValidationProps["validateOn"]>;
        variant: {
            default: string;
            type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
            validator: ((v) => boolean);
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
}, {
    DisabledIconFocus: {
        updated(el): void;
    };
}, string, ComponentProvideOptions, true, {}, any>

Type declaration

  • Optional cells?: JsonFormsCellRendererRegistryEntry[]
  • Optional config?: any
  • Optional enabled?: boolean
  • path: string
  • Optional renderers?: JsonFormsRendererRegistryEntry[]
  • schema: JsonSchema
  • uischema: ControlElement

Type declaration

  • adaptValue: ((value) => any)
      • (value): any
      • Parameters

        • value: any

        Returns any

  • 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

  • isFocused: Ref<boolean, boolean>
  • onChange: ((value) => void)
      • (value): void
      • Parameters

        • value: any

        Returns void

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

  • rawErrors: ComputedRef<string>
  • 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

    • step:function
      • Returns number

    • value:function
      • Returns undefined | null | number

    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>
          • VNumberInput: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    active: boolean;
                    autofocus: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    controlVariant: ControlVariant;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    dirty: boolean;
                    disabled: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    flat: boolean;
                    focused: boolean;
                    glow: boolean;
                    hideInput: boolean;
                    hideSpinButtons: boolean;
                    inset: boolean;
                    max: number;
                    maxErrors: string | number;
                    messages: string | readonly string[];
                    min: number;
                    minFractionDigits: number | null;
                    modelValue: number | null;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    precision: number | null;
                    readonly: boolean | null;
                    reverse: boolean;
                    rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                    singleLine: boolean;
                    step: number;
                    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);
                    decimalSeparator?: string;
                    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>;
                    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";
                    width?: string | number;
                } & {
                    $children?: {} | VNodeChild | {
                        append?: ...;
                        append-inner?: ...;
                        clear?: ...;
                        counter?: ...;
                        decrement?: ...;
                        details?: ...;
                        increment?: ...;
                        label?: ...;
                        loader?: ...;
                        message?: ...;
                        prepend?: ...;
                        prepend-inner?: ...;
                    };
                    v-slots?: {
                        append?: false | (...);
                        append-inner?: false | (...);
                        clear?: false | (...);
                        counter?: false | (...);
                        decrement?: false | (...);
                        details?: false | (...);
                        increment?: 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:decrement?: false | ((arg) => VNodeChild);
                    v-slot:details?: false | ((arg) => VNodeChild);
                    v-slot:increment?: 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);
                } & {
                    onUpdate:focused?: ((val) => any);
                    onUpdate:modelValue?: ((val) => any);
                }, Omit<Omit<{
                    $: ComponentInternalInstance;
                    $attrs: {
                        [x: ...]: ...;
                    };
                    $data: {};
                    $el: any;
                    $emit: (...) & (...) & (...) & (...);
                    $forceUpdate: (() => ...);
                    $host: (...) | (...);
                    $nextTick: nextTick;
                    $options: (...) & (...);
                    $parent: (...) | (...);
                    $props: (...) & (...);
                    $refs: {
                        [x: ...]: ...;
                    };
                    $root: (...) | (...);
                    $slots: Readonly<(...)>;
                    $watch<T>(source, cb, options?): WatchStopHandle;
                } & Readonly<{
                    active: ...;
                    autofocus: ...;
                    centerAffix: ...;
                    clearIcon: ...;
                    clearable: ...;
                    density: ...;
                    direction: ...;
                    dirty: ...;
                    disabled: ...;
                    error: ...;
                    errorMessages: ...;
                    flat: ...;
                    focused: ...;
                    glow: ...;
                    hideSpinButtons: ...;
                    maxErrors: ...;
                    messages: ...;
                    persistentClear: ...;
                    persistentCounter: ...;
                    persistentHint: ...;
                    persistentPlaceholder: ...;
                    readonly: ...;
                    reverse: ...;
                    rounded: ...;
                    rules: ...;
                    singleLine: ...;
                    style: ...;
                    tile: ...;
                    type: ...;
                    variant: ...;
                }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "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" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                    _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                        _allExposed: ...;
                    } | {};
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                    update:focused: ((val) => true);
                    update:modelValue: ((val) => true);
                }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    active: boolean;
                    autofocus: boolean;
                    centerAffix: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    controlVariant: ControlVariant;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    dirty: boolean;
                    disabled: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    flat: boolean;
                    focused: boolean;
                    glow: boolean;
                    hideInput: boolean;
                    hideSpinButtons: boolean;
                    inset: boolean;
                    max: number;
                    maxErrors: string | number;
                    messages: string | readonly string[];
                    min: number;
                    minFractionDigits: number | null;
                    modelValue: number | null;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    precision: number | null;
                    readonly: boolean | null;
                    reverse: boolean;
                    rounded: string | number | boolean;
                    rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                    singleLine: boolean;
                    step: number;
                    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[]);
                    decrement: ((arg) => VNode[]);
                    details: ((arg) => VNode[]);
                    increment: ((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;
                    controlVariant: ControlVariant;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    dirty: boolean;
                    disabled: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    flat: boolean;
                    focused: boolean;
                    glow: boolean;
                    hideInput: boolean;
                    hideSpinButtons: boolean;
                    inset: boolean;
                    max: number;
                    maxErrors: string | number;
                    messages: string | readonly string[];
                    min: number;
                    minFractionDigits: number | null;
                    modelValue: number | null;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    precision: number | null;
                    readonly: boolean | null;
                    reverse: boolean;
                    rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                    singleLine: boolean;
                    step: number;
                    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);
                    decimalSeparator?: string;
                    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>;
                    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";
                    width?: string | number;
                } & {
                    $children?: {} | VNodeChild | {
                        append?: ...;
                        append-inner?: ...;
                        clear?: ...;
                        counter?: ...;
                        decrement?: ...;
                        details?: ...;
                        increment?: ...;
                        label?: ...;
                        loader?: ...;
                        message?: ...;
                        prepend?: ...;
                        prepend-inner?: ...;
                    };
                    v-slots?: {
                        append?: false | (...);
                        append-inner?: false | (...);
                        clear?: false | (...);
                        counter?: false | (...);
                        decrement?: false | (...);
                        details?: false | (...);
                        increment?: 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:decrement?: false | ((arg) => VNodeChild);
                    v-slot:details?: false | ((arg) => VNodeChild);
                    v-slot:increment?: 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);
                } & {
                    onUpdate:focused?: ((val) => any);
                    onUpdate:modelValue?: ((val) => any);
                }, Omit<Omit<{
                    $: ComponentInternalInstance;
                    $attrs: {
                        [x: ...]: ...;
                    };
                    $data: {};
                    $el: any;
                    $emit: (...) & (...) & (...) & (...);
                    $forceUpdate: (() => ...);
                    $host: (...) | (...);
                    $nextTick: nextTick;
                    $options: (...) & (...);
                    $parent: (...) | (...);
                    $props: (...) & (...);
                    $refs: {
                        [x: ...]: ...;
                    };
                    $root: (...) | (...);
                    $slots: Readonly<(...)>;
                    $watch<T>(source, cb, options?): WatchStopHandle;
                } & Readonly<{
                    active: ...;
                    autofocus: ...;
                    centerAffix: ...;
                    clearIcon: ...;
                    clearable: ...;
                    density: ...;
                    direction: ...;
                    dirty: ...;
                    disabled: ...;
                    error: ...;
                    errorMessages: ...;
                    flat: ...;
                    focused: ...;
                    glow: ...;
                    hideSpinButtons: ...;
                    maxErrors: ...;
                    messages: ...;
                    persistentClear: ...;
                    persistentCounter: ...;
                    persistentHint: ...;
                    persistentPlaceholder: ...;
                    readonly: ...;
                    reverse: ...;
                    rounded: ...;
                    rules: ...;
                    singleLine: ...;
                    style: ...;
                    tile: ...;
                    type: ...;
                    variant: ...;
                }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "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" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                    _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                        _allExposed: ...;
                    } | {};
                }, {}, {}, {}, {
                    active: boolean;
                    autofocus: boolean;
                    centerAffix: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    controlVariant: ControlVariant;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    dirty: boolean;
                    disabled: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    flat: boolean;
                    focused: boolean;
                    glow: boolean;
                    hideInput: boolean;
                    hideSpinButtons: boolean;
                    inset: boolean;
                    max: number;
                    maxErrors: string | number;
                    messages: string | readonly string[];
                    min: number;
                    minFractionDigits: number | null;
                    modelValue: number | null;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    precision: number | null;
                    readonly: boolean | null;
                    reverse: boolean;
                    rounded: string | number | boolean;
                    rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                    singleLine: boolean;
                    step: number;
                    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;
                controlVariant: ControlVariant;
                density: Density;
                direction: "horizontal" | "vertical";
                dirty: boolean;
                disabled: boolean;
                error: boolean;
                errorMessages: string | readonly string[] | null;
                flat: boolean;
                focused: boolean;
                glow: boolean;
                hideInput: boolean;
                hideSpinButtons: boolean;
                inset: boolean;
                max: number;
                maxErrors: string | number;
                messages: string | readonly string[];
                min: number;
                minFractionDigits: number | null;
                modelValue: number | null;
                persistentClear: boolean;
                persistentCounter: boolean;
                persistentHint: boolean;
                persistentPlaceholder: boolean;
                precision: number | null;
                readonly: boolean | null;
                reverse: boolean;
                rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                singleLine: boolean;
                step: number;
                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);
                decimalSeparator?: string;
                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>;
                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";
                width?: string | number;
            } & {
                $children?: {} | VNodeChild | {
                    append?: ((arg) => ...);
                    append-inner?: ((arg) => ...);
                    clear?: ((arg) => ...);
                    counter?: ((arg) => ...);
                    decrement?: ((arg) => ...);
                    details?: ((arg) => ...);
                    increment?: ((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) => ...);
                    decrement?: false | ((arg) => ...);
                    details?: false | ((arg) => ...);
                    increment?: 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:decrement?: false | ((arg) => VNodeChild);
                v-slot:details?: false | ((arg) => VNodeChild);
                v-slot:increment?: 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);
            } & {
                onUpdate:focused?: ((val) => any);
                onUpdate:modelValue?: ((val) => any);
            }, Omit<Omit<{
                $: ComponentInternalInstance;
                $attrs: {
                    [x: string]: unknown;
                };
                $data: {};
                $el: any;
                $emit: (...) & (...) & (...) & (...);
                $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?: ...;
                    append-inner?: ...;
                    clear?: ...;
                    counter?: ...;
                    default?: ...;
                    details?: ...;
                    label?: ...;
                    loader?: ...;
                    message?: ...;
                    prepend?: ...;
                    prepend-inner?: ...;
                }>;
                $watch<T>(source, cb, options?): WatchStopHandle;
            } & Readonly<{
                active: boolean;
                autofocus: boolean;
                centerAffix: boolean;
                clearIcon: IconValue;
                clearable: boolean;
                density: Density;
                direction: (...) | (...);
                dirty: boolean;
                disabled: boolean;
                error: boolean;
                errorMessages: (...) | (...) | (...);
                flat: boolean;
                focused: boolean;
                glow: boolean;
                hideSpinButtons: boolean;
                maxErrors: (...) | (...);
                messages: (...) | (...);
                persistentClear: boolean;
                persistentCounter: boolean;
                persistentHint: boolean;
                persistentPlaceholder: boolean;
                readonly: (...) | (...);
                reverse: boolean;
                rounded: (...) | (...) | (...);
                rules: readonly (...);
                singleLine: boolean;
                style: StyleValue;
                tile: boolean;
                type: string;
                variant: (...) | (...) | (...) | (...) | (...) | (...) | (...);
            }> & Omit<{
                active: ...;
                autofocus: ...;
                clearIcon: ...;
                clearable: ...;
                density: ...;
                direction: ...;
                dirty: ...;
                disabled: ...;
                error: ...;
                errorMessages: ...;
                flat: ...;
                focused: ...;
                glow: ...;
                hideSpinButtons: ...;
                maxErrors: ...;
                messages: ...;
                persistentClear: ...;
                persistentCounter: ...;
                persistentHint: ...;
                persistentPlaceholder: ...;
                readonly: ...;
                reverse: ...;
                rules: ...;
                singleLine: ...;
                style: ...;
                tile: ...;
                type: ...;
                variant: ...;
            } & {
                appendIcon?: ...;
                appendInnerIcon?: ...;
                baseColor?: ...;
                bgColor?: ...;
                centerAffix?: ...;
                class?: ...;
                color?: ...;
                counter?: ...;
                counterValue?: ...;
                hideDetails?: ...;
                hint?: ...;
                iconColor?: ...;
                id?: ...;
                label?: ...;
                loading?: ...;
                maxWidth?: ...;
                minWidth?: ...;
                modelModifiers?: ...;
                modelValue?: ...;
                name?: ...;
                onClick:append?: ...;
                onClick:appendInner?: ...;
                onClick:clear?: ...;
                onClick:prepend?: ...;
                onClick:prependInner?: ...;
                onUpdate:focused?: ...;
                placeholder?: ...;
                prefix?: ...;
                prependIcon?: ...;
                prependInnerIcon?: ...;
                role?: ...;
                rounded?: ...;
                suffix?: ...;
                theme?: ...;
                validateOn?: ...;
                validationValue?: ...;
                width?: ...;
            } & {
                $children?: ...;
                v-slots?: ...;
            } & {
                v-slot:append?: ...;
                v-slot:append-inner?: ...;
                v-slot:clear?: ...;
                v-slot:counter?: ...;
                v-slot:default?: ...;
                v-slot:details?: ...;
                v-slot:label?: ...;
                v-slot:loader?: ...;
                v-slot:message?: ...;
                v-slot:prepend?: ...;
                v-slot:prepend-inner?: ...;
            } & {
                onClick:control?: ...;
                onMousedown:control?: ...;
                onUpdate:focused?: ...;
                onUpdate:modelValue?: ...;
            }, "id" | "required" | "size" | "translate" | "error" | "alt" | "reverse" | "flat" | "normalize" | "pattern" | "multiple" | "style" | "name" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "height" | "width" | "rounded" | "tile" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "variant" | "density" | "list" | "active" | "align" | "readonly" | "prepend" | "append" | "focus" | "click" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "persistentHint" | "clearable" | "direction" | "reset" | "isValid" | "resetValidation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "indeterminate" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "matches" | "remove" | "min" | "hidden" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "accept" | "_" | "step" | "placeholder" | "src" | "capture" | "checked" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & ShallowUnwrapRef<Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                _allExposed: ...;
            }> & ComponentCustomProperties, "label" | "id" | "error" | "loading" | "color" | "reverse" | "flat" | "theme" | "class" | "style" | "name" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "maxWidth" | "minWidth" | "width" | "rounded" | "tile" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "variant" | "density" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "readonly" | "v-slot:loader" | "persistentHint" | "clearable" | "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" | "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" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                _allExposed: Omit<Omit<(...), (...)>, `$${(...)}`> & HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & {
                    _allExposed: (...) | (...) | (...);
                } | {};
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                update:focused: ((val) => true);
                update:modelValue: ((val) => true);
            }, string, {
                active: boolean;
                autofocus: boolean;
                centerAffix: boolean;
                clearIcon: IconValue;
                clearable: boolean;
                controlVariant: ControlVariant;
                density: Density;
                direction: "horizontal" | "vertical";
                dirty: boolean;
                disabled: boolean;
                error: boolean;
                errorMessages: string | readonly string[] | null;
                flat: boolean;
                focused: boolean;
                glow: boolean;
                hideInput: boolean;
                hideSpinButtons: boolean;
                inset: boolean;
                max: number;
                maxErrors: string | number;
                messages: string | readonly string[];
                min: number;
                minFractionDigits: number | null;
                modelValue: number | null;
                persistentClear: boolean;
                persistentCounter: boolean;
                persistentHint: boolean;
                persistentPlaceholder: boolean;
                precision: number | null;
                readonly: boolean | null;
                reverse: boolean;
                rounded: string | number | boolean;
                rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...) | ((value) => ...) | [string, any, (...)?])[];
                singleLine: boolean;
                step: number;
                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[]);
                decrement: ((arg) => VNode[]);
                details: ((arg) => VNode[]);
                increment: ((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;
                controlVariant: {
                    default: string;
                    type: PropType<ControlVariant>;
                };
                counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                counterValue: PropType<number | ((value) => number)>;
                decimalSeparator: {
                    type: StringConstructor;
                    validator: ((v) => boolean);
                };
                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">;
                hideInput: BooleanConstructor;
                hideSpinButtons: BooleanConstructor;
                hint: StringConstructor;
                iconColor: (StringConstructor | BooleanConstructor)[];
                id: StringConstructor;
                inset: BooleanConstructor;
                label: StringConstructor;
                loading: (StringConstructor | BooleanConstructor)[];
                max: {
                    default: number;
                    type: NumberConstructor;
                };
                maxErrors: {
                    default: number;
                    type: (StringConstructor | NumberConstructor)[];
                };
                maxWidth: (StringConstructor | NumberConstructor)[];
                messages: {
                    default: (() => never[]);
                    type: PropType<string | readonly string[]>;
                };
                min: {
                    default: number;
                    type: NumberConstructor;
                };
                minFractionDigits: {
                    default: null;
                    type: PropType<number | null>;
                };
                minWidth: (StringConstructor | NumberConstructor)[];
                modelModifiers: PropType<Record<string, boolean>>;
                modelValue: {
                    default: null;
                    type: PropType<number | 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;
                precision: {
                    default: number;
                    type: PropType<number | null>;
                };
                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;
                step: {
                    default: number;
                    type: NumberConstructor;
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                suffix: StringConstructor;
                theme: StringConstructor;
                tile: BooleanConstructor;
                type: {
                    default: string;
                    type: StringConstructor;
                };
                validateOn: PropType<ValidationProps["validateOn"]>;
                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;
                controlVariant: {
                    default: string;
                    type: PropType<ControlVariant>;
                };
                counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                counterValue: PropType<number | ((value) => number)>;
                decimalSeparator: {
                    type: StringConstructor;
                    validator: ((v) => boolean);
                };
                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">;
                hideInput: BooleanConstructor;
                hideSpinButtons: BooleanConstructor;
                hint: StringConstructor;
                iconColor: (StringConstructor | BooleanConstructor)[];
                id: StringConstructor;
                inset: BooleanConstructor;
                label: StringConstructor;
                loading: (StringConstructor | BooleanConstructor)[];
                max: {
                    default: number;
                    type: NumberConstructor;
                };
                maxErrors: {
                    default: number;
                    type: (StringConstructor | NumberConstructor)[];
                };
                maxWidth: (StringConstructor | NumberConstructor)[];
                messages: {
                    default: (() => never[]);
                    type: PropType<string | readonly (...)[]>;
                };
                min: {
                    default: number;
                    type: NumberConstructor;
                };
                minFractionDigits: {
                    default: null;
                    type: PropType<number | null>;
                };
                minWidth: (StringConstructor | NumberConstructor)[];
                modelModifiers: PropType<Record<string, boolean>>;
                modelValue: {
                    default: null;
                    type: PropType<number | 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;
                precision: {
                    default: number;
                    type: PropType<number | null>;
                };
                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;
                step: {
                    default: number;
                    type: NumberConstructor;
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                suffix: StringConstructor;
                theme: StringConstructor;
                tile: BooleanConstructor;
                type: {
                    default: string;
                    type: StringConstructor;
                };
                validateOn: PropType<ValidationProps["validateOn"]>;
                variant: {
                    default: string;
                    type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
                    validator: ((v) => boolean);
                };
                width: (StringConstructor | NumberConstructor)[];
            }>>

          Type declaration

          • DisabledIconFocus: {
                updated(el): void;
            }
            • updated:function
              • Parameters

                • el: HTMLElement

                Returns void

          Type declaration