Variable IntegerControlRendererConst

IntegerControlRenderer: DefineComponent<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    readonly?: boolean;
    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;
        readonly: NonNullable<boolean | undefined>;
        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;
        readonly: boolean;
        required: boolean;
        schema: JsonSchema;
        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;
    readonly?: boolean;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}> & Readonly<{}>, {
    cells: JsonFormsCellRendererRegistryEntry[];
    config: Record<string, any>;
    enabled: boolean;
    readonly: 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?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            active: boolean;
            autofocus: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            controlVariant: ControlVariant;
            density: Density;
            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: string | false | StyleValue[] | CSSProperties | null;
            tile: boolean;
            type: string;
            variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
        } & {
            appendIcon?: IconValue;
            appendInnerIcon?: IconValue;
            autocomplete?: string;
            baseColor?: string;
            bgColor?: string;
            centerAffix?: boolean;
            class?: any;
            color?: string;
            counter?: string | number | boolean;
            counterValue?: number | ((value) => number);
            decimalSeparator?: string;
            hideDetails?: "auto" | boolean;
            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?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...);
            width?: string | number;
        } & {
            $children?: {
                append?: ...;
                append-inner?: ...;
                clear?: ...;
                counter?: ...;
                decrement?: ...;
                details?: ...;
                increment?: ...;
                label?: ...;
                loader?: ...;
                message?: ...;
                prepend?: ...;
                prepend-inner?: ...;
            } | {
                $stable?: boolean;
            } | {} | VNodeChild;
            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: ...;
            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, "readonly" | "label" | "style" | "theme" | "class" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "variant" | "disabled" | "rounded" | "color" | "maxWidth" | "minWidth" | "width" | "baseColor" | "bgColor" | "flat" | "active" | "appendIcon" | "prependIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "reverse" | "centerAffix" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "name" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "type" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: {} | HTMLInputElement & Omit<(...), (...)> & 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;
            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" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
        }, 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;
            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: string | false | StyleValue[] | CSSProperties | null;
            tile: boolean;
            type: string;
            variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
        } & {
            appendIcon?: IconValue;
            appendInnerIcon?: IconValue;
            autocomplete?: string;
            baseColor?: string;
            bgColor?: string;
            centerAffix?: boolean;
            class?: any;
            color?: string;
            counter?: string | number | boolean;
            counterValue?: number | ((value) => number);
            decimalSeparator?: string;
            hideDetails?: "auto" | boolean;
            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?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...);
            width?: string | number;
        } & {
            $children?: {
                append?: ...;
                append-inner?: ...;
                clear?: ...;
                counter?: ...;
                decrement?: ...;
                details?: ...;
                increment?: ...;
                label?: ...;
                loader?: ...;
                message?: ...;
                prepend?: ...;
                prepend-inner?: ...;
            } | {
                $stable?: boolean;
            } | {} | VNodeChild;
            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: ...;
            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, "readonly" | "label" | "style" | "theme" | "class" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "variant" | "disabled" | "rounded" | "color" | "maxWidth" | "minWidth" | "width" | "baseColor" | "bgColor" | "flat" | "active" | "appendIcon" | "prependIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "reverse" | "centerAffix" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "name" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "type" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: {} | HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
                _allExposed: ...;
            };
        }, {}, {}, {}, {
            active: boolean;
            autofocus: boolean;
            centerAffix: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            controlVariant: ControlVariant;
            density: Density;
            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" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
        }>;
    } & ComponentOptionsBase<{
        active: boolean;
        autofocus: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        controlVariant: ControlVariant;
        density: Density;
        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: string | false | StyleValue[] | CSSProperties | null;
        tile: boolean;
        type: string;
        variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
    } & {
        appendIcon?: IconValue;
        appendInnerIcon?: IconValue;
        autocomplete?: string;
        baseColor?: string;
        bgColor?: string;
        centerAffix?: boolean;
        class?: any;
        color?: string;
        counter?: string | number | boolean;
        counterValue?: number | ((value) => number);
        decimalSeparator?: string;
        hideDetails?: "auto" | boolean;
        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?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | (...) | (...) | (...);
        width?: string | number;
    } & {
        $children?: {
            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) => ...);
        } | {
            $stable?: boolean;
        } | {} | VNodeChild;
        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;
        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: ...;
        dirty: ...;
        disabled: ...;
        error: ...;
        errorMessages: ...;
        flat: ...;
        focused: ...;
        glow: ...;
        hideSpinButtons: ...;
        maxErrors: ...;
        messages: ...;
        persistentClear: ...;
        persistentCounter: ...;
        persistentHint: ...;
        persistentPlaceholder: ...;
        readonly: ...;
        reverse: ...;
        rules: ...;
        singleLine: ...;
        style: ...;
        tile: ...;
        type: ...;
        variant: ...;
    } & {
        appendIcon?: ...;
        appendInnerIcon?: ...;
        autocomplete?: ...;
        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" | "reverse" | "flat" | "translate" | "error" | "alt" | "persistentHint" | "clearable" | "normalize" | "pattern" | "multiple" | "style" | "name" | "readonly" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "rounded" | "tile" | "height" | "width" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "density" | "variant" | "list" | "active" | "align" | "prepend" | "append" | "focus" | "click" | "indeterminate" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "isValid" | "reset" | "resetValidation" | "centerAffix" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "addEventListener" | "after" | "appendChild" | "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" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "capture" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contentEditable" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "dirName" | "dispatchEvent" | "draggable" | "enterKeyHint" | "files" | "firstChild" | "firstElementChild" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "hidden" | "hidePopover" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lang" | "lastChild" | "lastElementChild" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "min" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "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" | "onfullscreenchange" | "onfullscreenerror" | "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" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "role" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "tabIndex" | "tagName" | "textContent" | "toggleAttribute" | "togglePopover" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "willValidate" | "writingSuggestions"> & ShallowUnwrapRef<HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
        _allExposed: ...;
    }> & ComponentCustomProperties, "label" | "id" | "reverse" | "flat" | "error" | "loading" | "color" | "persistentHint" | "clearable" | "theme" | "class" | "style" | "name" | "readonly" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "rounded" | "tile" | "maxWidth" | "minWidth" | "width" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "density" | "variant" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "v-slot:loader" | "centerAffix" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
        _allExposed: {} | HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & 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;
        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" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
    }, {}, string, SlotsType<Partial<{
        append: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        append-inner: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        clear: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        counter: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        decrement: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        details: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        increment: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        label: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        loader: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        message: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        prepend: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        prepend-inner: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        active: BooleanConstructor;
        appendIcon: PropType<IconValue>;
        appendInnerIcon: PropType<IconValue>;
        autocomplete: PropType<string>;
        autofocus: BooleanConstructor;
        baseColor: StringConstructor;
        bgColor: StringConstructor;
        centerAffix: {
            default: undefined;
            type: BooleanConstructor;
        };
        class: PropType<any>;
        clearIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        clearable: BooleanConstructor;
        color: StringConstructor;
        controlVariant: {
            default: string;
            type: PropType<ControlVariant>;
        };
        counter: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        decimalSeparator: {
            type: StringConstructor;
            validator: ((v) => boolean);
        };
        density: {
            default: string;
            type: PropType<Density>;
            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<"auto" | boolean>;
        hideInput: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (BooleanConstructor | StringConstructor)[];
        id: StringConstructor;
        inset: BooleanConstructor;
        label: StringConstructor;
        loading: (BooleanConstructor | StringConstructor)[];
        max: {
            default: number;
            type: NumberConstructor;
        };
        maxErrors: {
            default: number;
            type: (NumberConstructor | StringConstructor)[];
        };
        maxWidth: (NumberConstructor | StringConstructor)[];
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly string[]>;
        };
        min: {
            default: number;
            type: NumberConstructor;
        };
        minFractionDigits: {
            default: null;
            type: PropType<number | null>;
        };
        minWidth: (NumberConstructor | StringConstructor)[];
        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: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        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<"blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | (...) | (...) | (...) | undefined>;
        variant: {
            default: string;
            type: PropType<"filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined">;
            validator: ((v) => boolean);
        };
        width: (NumberConstructor | StringConstructor)[];
    }, ExtractPropTypes<{
        active: BooleanConstructor;
        appendIcon: PropType<IconValue>;
        appendInnerIcon: PropType<IconValue>;
        autocomplete: PropType<string>;
        autofocus: BooleanConstructor;
        baseColor: StringConstructor;
        bgColor: StringConstructor;
        centerAffix: {
            default: undefined;
            type: BooleanConstructor;
        };
        class: PropType<any>;
        clearIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        clearable: BooleanConstructor;
        color: StringConstructor;
        controlVariant: {
            default: string;
            type: PropType<ControlVariant>;
        };
        counter: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        decimalSeparator: {
            type: StringConstructor;
            validator: ((v) => boolean);
        };
        density: {
            default: string;
            type: PropType<Density>;
            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<"auto" | boolean>;
        hideInput: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (BooleanConstructor | StringConstructor)[];
        id: StringConstructor;
        inset: BooleanConstructor;
        label: StringConstructor;
        loading: (BooleanConstructor | StringConstructor)[];
        max: {
            default: number;
            type: NumberConstructor;
        };
        maxErrors: {
            default: number;
            type: (NumberConstructor | StringConstructor)[];
        };
        maxWidth: (NumberConstructor | StringConstructor)[];
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly (...)[]>;
        };
        min: {
            default: number;
            type: NumberConstructor;
        };
        minFractionDigits: {
            default: null;
            type: PropType<number | null>;
        };
        minWidth: (NumberConstructor | StringConstructor)[];
        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: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        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<"blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | undefined>;
        variant: {
            default: string;
            type: PropType<"filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined">;
            validator: ((v) => boolean);
        };
        width: (NumberConstructor | StringConstructor)[];
    }>>;
}, {
    DisabledIconFocus: {
        updated(el): void;
    };
}, string, ComponentProvideOptions, true, {}, any>

Type declaration

  • Optional cells?: JsonFormsCellRendererRegistryEntry[]
  • Optional config?: any
  • Optional enabled?: boolean
  • path: string
  • Optional readonly?: boolean
  • 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;
        readonly: NonNullable<boolean | undefined>;
        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;
        readonly: boolean;
        required: boolean;
        schema: JsonSchema;
        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
        • readonly: 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?: undefined;
                __isSuspense?: undefined;
                __isTeleport?: undefined;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    active: boolean;
                    autofocus: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    controlVariant: ControlVariant;
                    density: Density;
                    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: string | false | StyleValue[] | CSSProperties | null;
                    tile: boolean;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
                } & {
                    appendIcon?: IconValue;
                    appendInnerIcon?: IconValue;
                    autocomplete?: string;
                    baseColor?: string;
                    bgColor?: string;
                    centerAffix?: boolean;
                    class?: any;
                    color?: string;
                    counter?: string | number | boolean;
                    counterValue?: number | ((value) => number);
                    decimalSeparator?: string;
                    hideDetails?: "auto" | boolean;
                    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?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...);
                    width?: string | number;
                } & {
                    $children?: {
                        append?: ...;
                        append-inner?: ...;
                        clear?: ...;
                        counter?: ...;
                        decrement?: ...;
                        details?: ...;
                        increment?: ...;
                        label?: ...;
                        loader?: ...;
                        message?: ...;
                        prepend?: ...;
                        prepend-inner?: ...;
                    } | {
                        $stable?: boolean;
                    } | {} | VNodeChild;
                    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: ...;
                    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, "readonly" | "label" | "style" | "theme" | "class" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "variant" | "disabled" | "rounded" | "color" | "maxWidth" | "minWidth" | "width" | "baseColor" | "bgColor" | "flat" | "active" | "appendIcon" | "prependIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "reverse" | "centerAffix" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "name" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "type" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                    _allExposed: {} | HTMLInputElement & Omit<(...), (...)> & 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;
                    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" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
                }, 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;
                    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: string | false | StyleValue[] | CSSProperties | null;
                    tile: boolean;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
                } & {
                    appendIcon?: IconValue;
                    appendInnerIcon?: IconValue;
                    autocomplete?: string;
                    baseColor?: string;
                    bgColor?: string;
                    centerAffix?: boolean;
                    class?: any;
                    color?: string;
                    counter?: string | number | boolean;
                    counterValue?: number | ((value) => number);
                    decimalSeparator?: string;
                    hideDetails?: "auto" | boolean;
                    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?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...);
                    width?: string | number;
                } & {
                    $children?: {
                        append?: ...;
                        append-inner?: ...;
                        clear?: ...;
                        counter?: ...;
                        decrement?: ...;
                        details?: ...;
                        increment?: ...;
                        label?: ...;
                        loader?: ...;
                        message?: ...;
                        prepend?: ...;
                        prepend-inner?: ...;
                    } | {
                        $stable?: boolean;
                    } | {} | VNodeChild;
                    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: ...;
                    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, "readonly" | "label" | "style" | "theme" | "class" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "variant" | "disabled" | "rounded" | "color" | "maxWidth" | "minWidth" | "width" | "baseColor" | "bgColor" | "flat" | "active" | "appendIcon" | "prependIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "reverse" | "centerAffix" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "name" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "type" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                    _allExposed: {} | HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
                        _allExposed: ...;
                    };
                }, {}, {}, {}, {
                    active: boolean;
                    autofocus: boolean;
                    centerAffix: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    controlVariant: ControlVariant;
                    density: Density;
                    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" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
                }>;
            } & ComponentOptionsBase<{
                active: boolean;
                autofocus: boolean;
                clearIcon: IconValue;
                clearable: boolean;
                controlVariant: ControlVariant;
                density: Density;
                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: string | false | StyleValue[] | CSSProperties | null;
                tile: boolean;
                type: string;
                variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
            } & {
                appendIcon?: IconValue;
                appendInnerIcon?: IconValue;
                autocomplete?: string;
                baseColor?: string;
                bgColor?: string;
                centerAffix?: boolean;
                class?: any;
                color?: string;
                counter?: string | number | boolean;
                counterValue?: number | ((value) => number);
                decimalSeparator?: string;
                hideDetails?: "auto" | boolean;
                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?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | (...) | (...) | (...);
                width?: string | number;
            } & {
                $children?: {
                    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) => ...);
                } | {
                    $stable?: boolean;
                } | {} | VNodeChild;
                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;
                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: ...;
                dirty: ...;
                disabled: ...;
                error: ...;
                errorMessages: ...;
                flat: ...;
                focused: ...;
                glow: ...;
                hideSpinButtons: ...;
                maxErrors: ...;
                messages: ...;
                persistentClear: ...;
                persistentCounter: ...;
                persistentHint: ...;
                persistentPlaceholder: ...;
                readonly: ...;
                reverse: ...;
                rules: ...;
                singleLine: ...;
                style: ...;
                tile: ...;
                type: ...;
                variant: ...;
            } & {
                appendIcon?: ...;
                appendInnerIcon?: ...;
                autocomplete?: ...;
                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" | "reverse" | "flat" | "translate" | "error" | "alt" | "persistentHint" | "clearable" | "normalize" | "pattern" | "multiple" | "style" | "name" | "readonly" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "rounded" | "tile" | "height" | "width" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "density" | "variant" | "list" | "active" | "align" | "prepend" | "append" | "focus" | "click" | "indeterminate" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "isValid" | "reset" | "resetValidation" | "centerAffix" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "addEventListener" | "after" | "appendChild" | "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" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "capture" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contentEditable" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "dirName" | "dispatchEvent" | "draggable" | "enterKeyHint" | "files" | "firstChild" | "firstElementChild" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "hidden" | "hidePopover" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lang" | "lastChild" | "lastElementChild" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "min" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "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" | "onfullscreenchange" | "onfullscreenerror" | "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" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "role" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "tabIndex" | "tagName" | "textContent" | "toggleAttribute" | "togglePopover" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "willValidate" | "writingSuggestions"> & ShallowUnwrapRef<HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
                _allExposed: ...;
            }> & ComponentCustomProperties, "label" | "id" | "reverse" | "flat" | "error" | "loading" | "color" | "persistentHint" | "clearable" | "theme" | "class" | "style" | "name" | "readonly" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "rounded" | "tile" | "maxWidth" | "minWidth" | "width" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "density" | "variant" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "v-slot:loader" | "centerAffix" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                _allExposed: {} | HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & 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;
                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" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
            }, {}, string, SlotsType<Partial<{
                append: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                append-inner: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                clear: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                counter: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                decrement: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                details: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                increment: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                label: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                loader: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                message: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                prepend: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                prepend-inner: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                active: BooleanConstructor;
                appendIcon: PropType<IconValue>;
                appendInnerIcon: PropType<IconValue>;
                autocomplete: PropType<string>;
                autofocus: BooleanConstructor;
                baseColor: StringConstructor;
                bgColor: StringConstructor;
                centerAffix: {
                    default: undefined;
                    type: BooleanConstructor;
                };
                class: PropType<any>;
                clearIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                clearable: BooleanConstructor;
                color: StringConstructor;
                controlVariant: {
                    default: string;
                    type: PropType<ControlVariant>;
                };
                counter: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                counterValue: PropType<number | ((value) => number)>;
                decimalSeparator: {
                    type: StringConstructor;
                    validator: ((v) => boolean);
                };
                density: {
                    default: string;
                    type: PropType<Density>;
                    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<"auto" | boolean>;
                hideInput: BooleanConstructor;
                hideSpinButtons: BooleanConstructor;
                hint: StringConstructor;
                iconColor: (BooleanConstructor | StringConstructor)[];
                id: StringConstructor;
                inset: BooleanConstructor;
                label: StringConstructor;
                loading: (BooleanConstructor | StringConstructor)[];
                max: {
                    default: number;
                    type: NumberConstructor;
                };
                maxErrors: {
                    default: number;
                    type: (NumberConstructor | StringConstructor)[];
                };
                maxWidth: (NumberConstructor | StringConstructor)[];
                messages: {
                    default: (() => never[]);
                    type: PropType<string | readonly string[]>;
                };
                min: {
                    default: number;
                    type: NumberConstructor;
                };
                minFractionDigits: {
                    default: null;
                    type: PropType<number | null>;
                };
                minWidth: (NumberConstructor | StringConstructor)[];
                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: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                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<"blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | (...) | (...) | (...) | undefined>;
                variant: {
                    default: string;
                    type: PropType<"filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined">;
                    validator: ((v) => boolean);
                };
                width: (NumberConstructor | StringConstructor)[];
            }, ExtractPropTypes<{
                active: BooleanConstructor;
                appendIcon: PropType<IconValue>;
                appendInnerIcon: PropType<IconValue>;
                autocomplete: PropType<string>;
                autofocus: BooleanConstructor;
                baseColor: StringConstructor;
                bgColor: StringConstructor;
                centerAffix: {
                    default: undefined;
                    type: BooleanConstructor;
                };
                class: PropType<any>;
                clearIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                clearable: BooleanConstructor;
                color: StringConstructor;
                controlVariant: {
                    default: string;
                    type: PropType<ControlVariant>;
                };
                counter: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                counterValue: PropType<number | ((value) => number)>;
                decimalSeparator: {
                    type: StringConstructor;
                    validator: ((v) => boolean);
                };
                density: {
                    default: string;
                    type: PropType<Density>;
                    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<"auto" | boolean>;
                hideInput: BooleanConstructor;
                hideSpinButtons: BooleanConstructor;
                hint: StringConstructor;
                iconColor: (BooleanConstructor | StringConstructor)[];
                id: StringConstructor;
                inset: BooleanConstructor;
                label: StringConstructor;
                loading: (BooleanConstructor | StringConstructor)[];
                max: {
                    default: number;
                    type: NumberConstructor;
                };
                maxErrors: {
                    default: number;
                    type: (NumberConstructor | StringConstructor)[];
                };
                maxWidth: (NumberConstructor | StringConstructor)[];
                messages: {
                    default: (() => never[]);
                    type: PropType<string | readonly (...)[]>;
                };
                min: {
                    default: number;
                    type: NumberConstructor;
                };
                minFractionDigits: {
                    default: null;
                    type: PropType<number | null>;
                };
                minWidth: (NumberConstructor | StringConstructor)[];
                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: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                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<"blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | undefined>;
                variant: {
                    default: string;
                    type: PropType<"filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined">;
                    validator: ((v) => boolean);
                };
                width: (NumberConstructor | StringConstructor)[];
            }>>

          Type declaration

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

                • el: HTMLElement

                Returns void

          Type declaration