Variable EnumControlRendererConst

EnumControlRenderer: DefineComponent<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}, {
    control: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[] & {
            cell: any;
            tester: RankedTester;
        }[];
        config: any;
        data: any;
        description: string;
        enabled: boolean;
        errors: string;
        i18nKeyPrefix: string;
        id: string;
        label: string;
        options: EnumOption[];
        path: string;
        renderers: JsonFormsRendererRegistryEntry[];
        required: NonNullable<boolean | undefined>;
        rootSchema: NonNullable<JsonSchema>;
        schema: NonNullable<JsonSchema>;
        uischema: ControlElement;
        visible: boolean;
    }>;
} & DispatchPropsOfControl & {
    appliedOptions: ComputedRef<any>;
    clearable: ComputedRef<any>;
    computedLabel: ComputedRef<string>;
    control: ComputedRef<{
        config: any;
        description: string;
        enabled: boolean;
        errors: string;
        id: string;
        label: string;
        path: string;
        required: boolean;
        uischema: ControlElement;
        visible: boolean;
    } & {
        errors: string;
    }>;
    controlWrapper: ComputedRef<{
        description: string;
        errors: string;
        id: string;
        label: string;
        required: boolean;
        visible: boolean;
    }>;
    handleBlur: (() => void);
    handleFocus: (() => void);
    isFocused: Ref<boolean, boolean>;
    onChange: ((value) => void);
    persistentHint: (() => boolean);
    rawErrors: ComputedRef<string>;
    styles: Styles;
    touched: Ref<boolean, boolean>;
    vuetifyProps: ((path) => any);
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}> & Readonly<{}>, {
    cells: JsonFormsCellRendererRegistryEntry[];
    config: Record<string, any>;
    enabled: boolean;
    renderers: JsonFormsRendererRegistryEntry[];
}, {}, {
    ControlWrapper: DefineComponent<{
        appliedOptions?: AppliedOptions;
        description?: string;
        errors?: string;
        id?: string;
        isFocused?: boolean;
        label?: string;
        required?: boolean;
        styles?: Styles;
        visible?: boolean;
    }, {
        WrapperComponent: ControlWrapperType;
        props: ControlWrapperProps;
    }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
        appliedOptions?: AppliedOptions;
        description?: string;
        errors?: string;
        id?: string;
        isFocused?: boolean;
        label?: string;
        required?: boolean;
        styles?: Styles;
        visible?: boolean;
    }> & Readonly<{}>, {
        isFocused: boolean;
        required: boolean;
        visible: boolean;
    }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
    VSelect: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            active: boolean;
            autofocus: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideNoData: boolean;
            hideSelected: boolean;
            hideSpinButtons: boolean;
            itemChildren: SelectItemKey;
            itemType: SelectItemKey;
            maxErrors: string | number;
            menu: boolean;
            menuIcon: IconValue;
            messages: string | readonly string[];
            noAutoScroll: boolean;
            noDataText: string;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            transition: string | boolean | TransitionProps & {
                component?: ...;
            } | {
                component: Component;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
        } & {
            appendIcon?: IconValue;
            baseColor?: string;
            bgColor?: string;
            centerAffix?: boolean;
            class?: any;
            color?: string;
            counter?: string | number | boolean;
            counterValue?: number | ((value) => number);
            hideDetails?: boolean | "auto";
            hint?: string;
            iconColor?: string | boolean;
            id?: string;
            itemColor?: string;
            label?: string;
            listProps?: Partial<(...)> & Omit<(...), (...)> & {
                itemChildren?: ...;
                itemProps?: ...;
                itemTitle?: ...;
                itemValue?: ...;
                items?: ...;
                onClick:open?: ...;
                onClick:select?: ...;
                onUpdate:opened?: ...;
                onUpdate:selected?: ...;
                opened?: ...;
                selected?: ...;
            } & {
                $children?: ...;
                v-slots?: ...;
            } & {
                v-slot:append?: ...;
                v-slot:default?: ...;
                v-slot:divider?: ...;
                v-slot:header?: ...;
                v-slot:item?: ...;
                v-slot:prepend?: ...;
                v-slot:subheader?: ...;
                v-slot:subtitle?: ...;
                v-slot:title?: ...;
            };
            loading?: string | boolean;
            maxWidth?: string | number;
            menuProps?: Partial<(...)> & Omit<(...), (...)>;
            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;
            rounded?: string | number | boolean;
            suffix?: string;
            theme?: string;
            validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
            valueComparator?: deepEqual;
            width?: string | number;
        } & {
            onUpdate:focused?: ((focused) => any);
            onUpdate:menu?: ((ue) => any);
        }, {
            isFocused: ShallowRef<boolean, boolean>;
            menu: WritableComputedRef<boolean, boolean>;
            select: ((item, set?) => void);
        } & Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: (...) & (...) & (...) & (...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            autofocus: ...;
            centerAffix: ...;
            clearIcon: ...;
            clearable: ...;
            density: ...;
            direction: ...;
            dirty: ...;
            disabled: ...;
            error: ...;
            errorMessages: ...;
            flat: ...;
            focused: ...;
            glow: ...;
            hideSpinButtons: ...;
            maxErrors: ...;
            messages: ...;
            persistentClear: ...;
            persistentCounter: ...;
            persistentHint: ...;
            persistentPlaceholder: ...;
            readonly: ...;
            reverse: ...;
            rounded: ...;
            rules: ...;
            singleLine: ...;
            style: ...;
            tile: ...;
            type: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                _allExposed: ...;
            } | {
                isFocused: ShallowRef<boolean, boolean>;
                menu: WritableComputedRef<boolean, boolean>;
                select: ((item, set?) => void);
            };
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:focused: ((focused) => true);
            update:menu: ((ue) => true);
            update:modelValue: ((value) => true);
        }, "$children" | "v-slots" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "returnObject" | "multiple" | "modelValue" | "v-slot:loader" | "update:modelValue" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            active: boolean;
            autofocus: boolean;
            centerAffix: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideNoData: boolean;
            hideSelected: boolean;
            hideSpinButtons: boolean;
            itemChildren: SelectItemKey;
            itemType: SelectItemKey;
            maxErrors: string | number;
            menu: boolean;
            menuIcon: IconValue;
            messages: string | readonly string[];
            noAutoScroll: boolean;
            noDataText: string;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rounded: string | number | boolean;
            rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            transition: string | boolean | TransitionProps & {
                component?: Component;
            } | {
                component: Component;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
        }, true, {}, SlotsType<Partial<{
            append: ((arg) => VNode[]);
            append-inner: ((arg) => VNode[]);
            append-item: (() => VNode[]);
            chip: ((arg) => VNode[]);
            clear: ((arg) => VNode[]);
            details: ((arg) => VNode[]);
            divider: ((arg) => VNode[]);
            item: ((arg) => VNode[]);
            label: ((arg) => VNode[]);
            loader: ((arg) => VNode[]);
            message: ((arg) => VNode[]);
            no-data: (() => VNode[]);
            prepend: ((arg) => VNode[]);
            prepend-inner: ((arg) => VNode[]);
            prepend-item: (() => VNode[]);
            selection: ((arg) => VNode[]);
            subheader: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            active: boolean;
            autofocus: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideNoData: boolean;
            hideSelected: boolean;
            hideSpinButtons: boolean;
            itemChildren: SelectItemKey;
            itemType: SelectItemKey;
            maxErrors: string | number;
            menu: boolean;
            menuIcon: IconValue;
            messages: string | readonly string[];
            noAutoScroll: boolean;
            noDataText: string;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            transition: string | boolean | TransitionProps & {
                component?: ...;
            } | {
                component: Component;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
        } & {
            appendIcon?: IconValue;
            baseColor?: string;
            bgColor?: string;
            centerAffix?: boolean;
            class?: any;
            color?: string;
            counter?: string | number | boolean;
            counterValue?: number | ((value) => number);
            hideDetails?: boolean | "auto";
            hint?: string;
            iconColor?: string | boolean;
            id?: string;
            itemColor?: string;
            label?: string;
            listProps?: Partial<(...)> & Omit<(...), (...)> & {
                itemChildren?: ...;
                itemProps?: ...;
                itemTitle?: ...;
                itemValue?: ...;
                items?: ...;
                onClick:open?: ...;
                onClick:select?: ...;
                onUpdate:opened?: ...;
                onUpdate:selected?: ...;
                opened?: ...;
                selected?: ...;
            } & {
                $children?: ...;
                v-slots?: ...;
            } & {
                v-slot:append?: ...;
                v-slot:default?: ...;
                v-slot:divider?: ...;
                v-slot:header?: ...;
                v-slot:item?: ...;
                v-slot:prepend?: ...;
                v-slot:subheader?: ...;
                v-slot:subtitle?: ...;
                v-slot:title?: ...;
            };
            loading?: string | boolean;
            maxWidth?: string | number;
            menuProps?: Partial<(...)> & Omit<(...), (...)>;
            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;
            rounded?: string | number | boolean;
            suffix?: string;
            theme?: string;
            validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
            valueComparator?: deepEqual;
            width?: string | number;
        } & {
            onUpdate:focused?: ((focused) => any);
            onUpdate:menu?: ((ue) => any);
        }, {
            isFocused: ShallowRef<boolean, boolean>;
            menu: WritableComputedRef<boolean, boolean>;
            select: ((item, set?) => void);
        } & Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: (...) & (...) & (...) & (...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            autofocus: ...;
            centerAffix: ...;
            clearIcon: ...;
            clearable: ...;
            density: ...;
            direction: ...;
            dirty: ...;
            disabled: ...;
            error: ...;
            errorMessages: ...;
            flat: ...;
            focused: ...;
            glow: ...;
            hideSpinButtons: ...;
            maxErrors: ...;
            messages: ...;
            persistentClear: ...;
            persistentCounter: ...;
            persistentHint: ...;
            persistentPlaceholder: ...;
            readonly: ...;
            reverse: ...;
            rounded: ...;
            rules: ...;
            singleLine: ...;
            style: ...;
            tile: ...;
            type: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                _allExposed: ...;
            } | {
                isFocused: ShallowRef<boolean, boolean>;
                menu: WritableComputedRef<boolean, boolean>;
                select: ((item, set?) => void);
            };
        }, {}, {}, {}, {
            active: boolean;
            autofocus: boolean;
            centerAffix: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideNoData: boolean;
            hideSelected: boolean;
            hideSpinButtons: boolean;
            itemChildren: SelectItemKey;
            itemType: SelectItemKey;
            maxErrors: string | number;
            menu: boolean;
            menuIcon: IconValue;
            messages: string | readonly string[];
            noAutoScroll: boolean;
            noDataText: string;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rounded: string | number | boolean;
            rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            transition: string | boolean | TransitionProps & {
                component?: Component;
            } | {
                component: Component;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
        }>;
    } & ComponentOptionsBase<{
        active: boolean;
        autofocus: boolean;
        chips: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        closableChips: boolean;
        closeText: string;
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        eager: boolean;
        error: boolean;
        errorMessages: string | readonly string[] | null;
        flat: boolean;
        focused: boolean;
        glow: boolean;
        hideNoData: boolean;
        hideSelected: boolean;
        hideSpinButtons: boolean;
        itemChildren: SelectItemKey;
        itemType: SelectItemKey;
        maxErrors: string | number;
        menu: boolean;
        menuIcon: IconValue;
        messages: string | readonly string[];
        noAutoScroll: boolean;
        noDataText: string;
        openOnClear: boolean;
        openText: string;
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        readonly: boolean | null;
        reverse: boolean;
        role: string;
        rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
        singleLine: boolean;
        style: StyleValue;
        tile: boolean;
        transition: string | boolean | TransitionProps & {
            component?: Component;
        } | {
            component: Component;
        } | null;
        type: string;
        variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
    } & {
        appendIcon?: IconValue;
        baseColor?: string;
        bgColor?: string;
        centerAffix?: boolean;
        class?: any;
        color?: string;
        counter?: string | number | boolean;
        counterValue?: number | ((value) => number);
        hideDetails?: boolean | "auto";
        hint?: string;
        iconColor?: string | boolean;
        id?: string;
        itemColor?: string;
        label?: string;
        listProps?: Partial<{
            activatable: ...;
            density: ...;
            disabled: ...;
            filterable: ...;
            itemType: ...;
            lines: ...;
            mandatory: ...;
            nav: ...;
            openStrategy: ...;
            returnObject: ...;
            rounded: ...;
            selectStrategy: ...;
            selectable: ...;
            slim: ...;
            style: ...;
            tag: ...;
            tile: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & {
            itemChildren?: SelectItemKey<(...)>;
            itemProps?: SelectItemKey<(...)>;
            itemTitle?: SelectItemKey<(...)>;
            itemValue?: SelectItemKey<(...)>;
            items?: (...) | (...);
            onClick:open?: ((value) => ...);
            onClick:select?: ((value) => ...);
            onUpdate:opened?: (...) | (...);
            onUpdate:selected?: (...) | (...);
            opened?: unknown;
            selected?: unknown;
        } & {
            $children?: (...) | (...) | (...);
            v-slots?: (...) | (...);
        } & {
            v-slot:append?: (...) | (...) | (...);
            v-slot:default?: (...) | (...) | (...);
            v-slot:divider?: (...) | (...) | (...);
            v-slot:header?: (...) | (...) | (...);
            v-slot:item?: (...) | (...) | (...);
            v-slot:prepend?: (...) | (...) | (...);
            v-slot:subheader?: (...) | (...) | (...);
            v-slot:subtitle?: (...) | (...) | (...);
            v-slot:title?: (...) | (...) | (...);
        };
        loading?: string | boolean;
        maxWidth?: string | number;
        menuProps?: Partial<{
            activatorProps: ...;
            closeDelay: ...;
            closeOnBack: ...;
            closeOnContentClick: ...;
            contained: ...;
            disableInitialFocus: ...;
            disabled: ...;
            eager: ...;
            location: ...;
            locationStrategy: ...;
            modelValue: ...;
            noClickAnimation: ...;
            openDelay: ...;
            openOnClick: ...;
            openOnFocus: ...;
            openOnHover: ...;
            origin: ...;
            persistent: ...;
            scrim: ...;
            scrollStrategy: ...;
            style: ...;
            submenu: ...;
            transition: ...;
            zIndex: ...;
        }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)>;
        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;
        rounded?: string | number | boolean;
        suffix?: string;
        theme?: string;
        validateOn?: "eager" | "lazy" | (...) | (...) | (...) | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
        valueComparator?: deepEqual;
        width?: string | number;
    } & {
        onUpdate:focused?: ((focused) => any);
        onUpdate:menu?: ((ue) => any);
    }, {
        isFocused: ShallowRef<boolean, boolean>;
        menu: WritableComputedRef<boolean, boolean>;
        select: ((item, set?) => void);
    } & Omit<Omit<{
        $: ComponentInternalInstance;
        $attrs: {
            [x: string]: unknown;
        };
        $data: {};
        $el: any;
        $emit: (...) & (...) & (...) & (...);
        $forceUpdate: (() => void);
        $host: Element | null;
        $nextTick: nextTick;
        $options: ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & {
            activated?: ...;
            beforeCreate?: ...;
            beforeDestroy?: ...;
            beforeMount?: ...;
            beforeUnmount?: ...;
            beforeUpdate?: ...;
            created?: ...;
            deactivated?: ...;
            destroyed?: ...;
            errorCaptured?: ...;
            mounted?: ...;
            renderTracked?: ...;
            renderTriggered?: ...;
            unmounted?: ...;
            updated?: ...;
        };
        $parent: ComponentPublicInstance | null;
        $props: Partial<(...)> & Omit<(...), (...)>;
        $refs: {
            [x: string]: unknown;
        };
        $root: ComponentPublicInstance | null;
        $slots: Readonly<{
            append?: ...;
            append-inner?: ...;
            clear?: ...;
            counter?: ...;
            default?: ...;
            details?: ...;
            label?: ...;
            loader?: ...;
            message?: ...;
            prepend?: ...;
            prepend-inner?: ...;
        }>;
        $watch<T>(source, cb, options?): WatchStopHandle;
    } & Readonly<{
        active: boolean;
        autofocus: boolean;
        centerAffix: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        density: Density;
        direction: (...) | (...);
        dirty: boolean;
        disabled: boolean;
        error: boolean;
        errorMessages: (...) | (...) | (...);
        flat: boolean;
        focused: boolean;
        glow: boolean;
        hideSpinButtons: boolean;
        maxErrors: (...) | (...);
        messages: (...) | (...);
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        readonly: (...) | (...);
        reverse: boolean;
        rounded: (...) | (...) | (...);
        rules: readonly (...);
        singleLine: boolean;
        style: StyleValue;
        tile: boolean;
        type: string;
        variant: (...) | (...) | (...) | (...) | (...) | (...) | (...);
    }> & Omit<{
        active: ...;
        autofocus: ...;
        clearIcon: ...;
        clearable: ...;
        density: ...;
        direction: ...;
        dirty: ...;
        disabled: ...;
        error: ...;
        errorMessages: ...;
        flat: ...;
        focused: ...;
        glow: ...;
        hideSpinButtons: ...;
        maxErrors: ...;
        messages: ...;
        persistentClear: ...;
        persistentCounter: ...;
        persistentHint: ...;
        persistentPlaceholder: ...;
        readonly: ...;
        reverse: ...;
        rules: ...;
        singleLine: ...;
        style: ...;
        tile: ...;
        type: ...;
        variant: ...;
    } & {
        appendIcon?: ...;
        appendInnerIcon?: ...;
        baseColor?: ...;
        bgColor?: ...;
        centerAffix?: ...;
        class?: ...;
        color?: ...;
        counter?: ...;
        counterValue?: ...;
        hideDetails?: ...;
        hint?: ...;
        iconColor?: ...;
        id?: ...;
        label?: ...;
        loading?: ...;
        maxWidth?: ...;
        minWidth?: ...;
        modelModifiers?: ...;
        modelValue?: ...;
        name?: ...;
        onClick:append?: ...;
        onClick:appendInner?: ...;
        onClick:clear?: ...;
        onClick:prepend?: ...;
        onClick:prependInner?: ...;
        onUpdate:focused?: ...;
        placeholder?: ...;
        prefix?: ...;
        prependIcon?: ...;
        prependInnerIcon?: ...;
        role?: ...;
        rounded?: ...;
        suffix?: ...;
        theme?: ...;
        validateOn?: ...;
        validationValue?: ...;
        width?: ...;
    } & {
        $children?: ...;
        v-slots?: ...;
    } & {
        v-slot:append?: ...;
        v-slot:append-inner?: ...;
        v-slot:clear?: ...;
        v-slot:counter?: ...;
        v-slot:default?: ...;
        v-slot:details?: ...;
        v-slot:label?: ...;
        v-slot:loader?: ...;
        v-slot:message?: ...;
        v-slot:prepend?: ...;
        v-slot:prepend-inner?: ...;
    } & {
        onClick:control?: ...;
        onMousedown:control?: ...;
        onUpdate:focused?: ...;
        onUpdate:modelValue?: ...;
    }, "id" | "required" | "size" | "translate" | "error" | "alt" | "reverse" | "flat" | "normalize" | "pattern" | "multiple" | "style" | "name" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "height" | "width" | "rounded" | "tile" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "variant" | "density" | "list" | "active" | "align" | "readonly" | "prepend" | "append" | "focus" | "click" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "persistentHint" | "clearable" | "direction" | "reset" | "isValid" | "resetValidation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "indeterminate" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "matches" | "remove" | "min" | "hidden" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "accept" | "_" | "step" | "placeholder" | "src" | "capture" | "checked" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & ShallowUnwrapRef<Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
        _allExposed: ...;
    }> & ComponentCustomProperties, "label" | "id" | "error" | "loading" | "color" | "reverse" | "flat" | "theme" | "class" | "style" | "name" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "maxWidth" | "minWidth" | "width" | "rounded" | "tile" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "variant" | "density" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "readonly" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
        _allExposed: Omit<Omit<(...), (...)>, `$${(...)}`> & HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & {
            _allExposed: (...) | (...) | (...);
        } | {
            isFocused: ShallowRef<boolean, boolean>;
            menu: WritableComputedRef<boolean, boolean>;
            select: ((item, set?) => void);
        };
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:focused: ((focused) => true);
        update:menu: ((ue) => true);
        update:modelValue: ((value) => true);
    }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "returnObject" | "v-slot:loader" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
        active: boolean;
        autofocus: boolean;
        centerAffix: boolean;
        chips: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        closableChips: boolean;
        closeText: string;
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        eager: boolean;
        error: boolean;
        errorMessages: string | readonly string[] | null;
        flat: boolean;
        focused: boolean;
        glow: boolean;
        hideNoData: boolean;
        hideSelected: boolean;
        hideSpinButtons: boolean;
        itemChildren: SelectItemKey;
        itemType: SelectItemKey;
        maxErrors: string | number;
        menu: boolean;
        menuIcon: IconValue;
        messages: string | readonly string[];
        noAutoScroll: boolean;
        noDataText: string;
        openOnClear: boolean;
        openText: string;
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        readonly: boolean | null;
        reverse: boolean;
        role: string;
        rounded: string | number | boolean;
        rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...) | ((value) => ...) | [string, any, (...)?])[];
        singleLine: boolean;
        style: StyleValue;
        tile: boolean;
        transition: string | boolean | TransitionProps & {
            component?: Component;
        } | {
            component: Component;
        } | null;
        type: string;
        variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
    }, {}, string, SlotsType<Partial<{
        append: ((arg) => VNode[]);
        append-inner: ((arg) => VNode[]);
        append-item: (() => VNode[]);
        chip: ((arg) => VNode[]);
        clear: ((arg) => VNode[]);
        details: ((arg) => VNode[]);
        divider: ((arg) => VNode[]);
        item: ((arg) => VNode[]);
        label: ((arg) => VNode[]);
        loader: ((arg) => VNode[]);
        message: ((arg) => VNode[]);
        no-data: (() => VNode[]);
        prepend: ((arg) => VNode[]);
        prepend-inner: ((arg) => VNode[]);
        prepend-item: (() => VNode[]);
        selection: ((arg) => VNode[]);
        subheader: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T, Item, ReturnObject, Multiple, V>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
        active: BooleanConstructor;
        appendIcon: PropType<IconValue>;
        autofocus: BooleanConstructor;
        baseColor: StringConstructor;
        bgColor: StringConstructor;
        centerAffix: {
            default: undefined;
            type: BooleanConstructor;
        };
        chips: BooleanConstructor;
        class: PropType<ClassValue>;
        clearIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        clearable: BooleanConstructor;
        closableChips: BooleanConstructor;
        closeText: {
            default: string;
            type: StringConstructor;
        };
        color: StringConstructor;
        counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
            validator: ((v) => boolean);
        };
        disabled: {
            default: null;
            type: BooleanConstructor;
        };
        eager: BooleanConstructor;
        error: BooleanConstructor;
        errorMessages: {
            default: (() => never[]);
            type: PropType<string | readonly string[] | null>;
        };
        flat: BooleanConstructor;
        focused: BooleanConstructor;
        glow: BooleanConstructor;
        hideDetails: PropType<boolean | "auto">;
        hideNoData: BooleanConstructor;
        hideSelected: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (StringConstructor | BooleanConstructor)[];
        id: StringConstructor;
        itemChildren: Omit<{
            default: string;
            type: PropType<SelectItemKey>;
        }, "type" | "default"> & {
            default: NonNullable<SelectItemKey>;
            type: PropType<SelectItemKey>;
        };
        itemColor: StringConstructor;
        itemProps: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemTitle: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemType: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemValue: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        items: {
            default: (() => never[]);
            type: PropType<ItemProps["items"]>;
        };
        label: StringConstructor;
        listProps: {
            type: PropType<VList["$props"]>;
        };
        loading: (StringConstructor | BooleanConstructor)[];
        maxErrors: {
            default: number;
            type: (StringConstructor | NumberConstructor)[];
        };
        maxWidth: (StringConstructor | NumberConstructor)[];
        menu: BooleanConstructor;
        menuIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        menuProps: {
            type: PropType<VMenu["$props"]>;
        };
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly string[]>;
        };
        minWidth: (StringConstructor | NumberConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: {
            default: any;
            type: PropType<any>;
        };
        multiple: BooleanConstructor;
        name: StringConstructor;
        noAutoScroll: BooleanConstructor;
        noDataText: {
            default: string;
            type: 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)>;
        openOnClear: BooleanConstructor;
        openText: {
            default: string;
            type: StringConstructor;
        };
        persistentClear: BooleanConstructor;
        persistentCounter: BooleanConstructor;
        persistentHint: BooleanConstructor;
        persistentPlaceholder: BooleanConstructor;
        placeholder: StringConstructor;
        prefix: StringConstructor;
        prependIcon: PropType<IconValue>;
        prependInnerIcon: PropType<IconValue>;
        readonly: {
            default: null;
            type: PropType<boolean | null>;
        };
        returnObject: BooleanConstructor;
        reverse: BooleanConstructor;
        role: {
            default: string;
            type: PropType<string>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly ((...) | (...))[]>;
        };
        singleLine: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        transition: {
            default: NonNullable<string | boolean | (...) & (...) | null> | {
                component: Component;
            };
            type: PropType<string | boolean | TransitionProps & {
                component?: ...;
            } | {
                component: Component;
            } | null>;
        };
        type: {
            default: string;
            type: StringConstructor;
        };
        validateOn: PropType<ValidationProps["validateOn"]>;
        valueComparator: PropType<deepEqual>;
        variant: {
            default: string;
            type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
            validator: ((v) => boolean);
        };
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        active: BooleanConstructor;
        appendIcon: PropType<IconValue>;
        autofocus: BooleanConstructor;
        baseColor: StringConstructor;
        bgColor: StringConstructor;
        centerAffix: {
            default: undefined;
            type: BooleanConstructor;
        };
        chips: BooleanConstructor;
        class: PropType<ClassValue>;
        clearIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        clearable: BooleanConstructor;
        closableChips: BooleanConstructor;
        closeText: {
            default: string;
            type: StringConstructor;
        };
        color: StringConstructor;
        counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
            validator: ((v) => boolean);
        };
        disabled: {
            default: null;
            type: BooleanConstructor;
        };
        eager: BooleanConstructor;
        error: BooleanConstructor;
        errorMessages: {
            default: (() => never[]);
            type: PropType<string | readonly (...)[] | null>;
        };
        flat: BooleanConstructor;
        focused: BooleanConstructor;
        glow: BooleanConstructor;
        hideDetails: PropType<boolean | "auto">;
        hideNoData: BooleanConstructor;
        hideSelected: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (StringConstructor | BooleanConstructor)[];
        id: StringConstructor;
        itemChildren: Omit<{
            default: string;
            type: PropType<SelectItemKey>;
        }, "type" | "default"> & {
            default: NonNullable<SelectItemKey>;
            type: PropType<SelectItemKey>;
        };
        itemColor: StringConstructor;
        itemProps: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemTitle: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemType: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemValue: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        items: {
            default: (() => never[]);
            type: PropType<ItemProps["items"]>;
        };
        label: StringConstructor;
        listProps: {
            type: PropType<VList["$props"]>;
        };
        loading: (StringConstructor | BooleanConstructor)[];
        maxErrors: {
            default: number;
            type: (StringConstructor | NumberConstructor)[];
        };
        maxWidth: (StringConstructor | NumberConstructor)[];
        menu: BooleanConstructor;
        menuIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        menuProps: {
            type: PropType<VMenu["$props"]>;
        };
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly (...)[]>;
        };
        minWidth: (StringConstructor | NumberConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: {
            default: any;
            type: PropType<any>;
        };
        multiple: BooleanConstructor;
        name: StringConstructor;
        noAutoScroll: BooleanConstructor;
        noDataText: {
            default: string;
            type: 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)>;
        openOnClear: BooleanConstructor;
        openText: {
            default: string;
            type: StringConstructor;
        };
        persistentClear: BooleanConstructor;
        persistentCounter: BooleanConstructor;
        persistentHint: BooleanConstructor;
        persistentPlaceholder: BooleanConstructor;
        placeholder: StringConstructor;
        prefix: StringConstructor;
        prependIcon: PropType<IconValue>;
        prependInnerIcon: PropType<IconValue>;
        readonly: {
            default: null;
            type: PropType<boolean | null>;
        };
        returnObject: BooleanConstructor;
        reverse: BooleanConstructor;
        role: {
            default: string;
            type: PropType<string>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly (...)[]>;
        };
        singleLine: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        transition: {
            default: NonNullable<string | boolean | (...) | null> | {
                component: Component;
            };
            type: PropType<string | boolean | (...) & (...) | {
                component: Component;
            } | null>;
        };
        type: {
            default: string;
            type: StringConstructor;
        };
        validateOn: PropType<ValidationProps["validateOn"]>;
        valueComparator: PropType<deepEqual>;
        variant: {
            default: string;
            type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
            validator: ((v) => boolean);
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
}, {
    DisabledIconFocus: {
        updated(el): void;
    };
}, string, ComponentProvideOptions, true, {}, any>

Type declaration

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

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

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

          Type declaration

            Type declaration

            • ControlWrapper: DefineComponent<{
                  appliedOptions?: AppliedOptions;
                  description?: string;
                  errors?: string;
                  id?: string;
                  isFocused?: boolean;
                  label?: string;
                  required?: boolean;
                  styles?: Styles;
                  visible?: boolean;
              }, {
                  WrapperComponent: ControlWrapperType;
                  props: ControlWrapperProps;
              }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
                  appliedOptions?: AppliedOptions;
                  description?: string;
                  errors?: string;
                  id?: string;
                  isFocused?: boolean;
                  label?: string;
                  required?: boolean;
                  styles?: Styles;
                  visible?: boolean;
              }> & Readonly<{}>, {
                  isFocused: boolean;
                  required: boolean;
                  visible: boolean;
              }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>
            • VSelect: {
                  __isFragment?: never;
                  __isSuspense?: never;
                  __isTeleport?: never;
                  new (...args): CreateComponentPublicInstanceWithMixins<{
                      active: boolean;
                      autofocus: boolean;
                      chips: boolean;
                      clearIcon: IconValue;
                      clearable: boolean;
                      closableChips: boolean;
                      closeText: string;
                      density: Density;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      eager: boolean;
                      error: boolean;
                      errorMessages: string | readonly string[] | null;
                      flat: boolean;
                      focused: boolean;
                      glow: boolean;
                      hideNoData: boolean;
                      hideSelected: boolean;
                      hideSpinButtons: boolean;
                      itemChildren: SelectItemKey;
                      itemType: SelectItemKey;
                      maxErrors: string | number;
                      menu: boolean;
                      menuIcon: IconValue;
                      messages: string | readonly string[];
                      noAutoScroll: boolean;
                      noDataText: string;
                      openOnClear: boolean;
                      openText: string;
                      persistentClear: boolean;
                      persistentCounter: boolean;
                      persistentHint: boolean;
                      persistentPlaceholder: boolean;
                      readonly: boolean | null;
                      reverse: boolean;
                      role: string;
                      rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                      singleLine: boolean;
                      style: StyleValue;
                      tile: boolean;
                      transition: string | boolean | TransitionProps & {
                          component?: ...;
                      } | {
                          component: Component;
                      } | null;
                      type: string;
                      variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
                  } & {
                      appendIcon?: IconValue;
                      baseColor?: string;
                      bgColor?: string;
                      centerAffix?: boolean;
                      class?: any;
                      color?: string;
                      counter?: string | number | boolean;
                      counterValue?: number | ((value) => number);
                      hideDetails?: boolean | "auto";
                      hint?: string;
                      iconColor?: string | boolean;
                      id?: string;
                      itemColor?: string;
                      label?: string;
                      listProps?: Partial<(...)> & Omit<(...), (...)> & {
                          itemChildren?: ...;
                          itemProps?: ...;
                          itemTitle?: ...;
                          itemValue?: ...;
                          items?: ...;
                          onClick:open?: ...;
                          onClick:select?: ...;
                          onUpdate:opened?: ...;
                          onUpdate:selected?: ...;
                          opened?: ...;
                          selected?: ...;
                      } & {
                          $children?: ...;
                          v-slots?: ...;
                      } & {
                          v-slot:append?: ...;
                          v-slot:default?: ...;
                          v-slot:divider?: ...;
                          v-slot:header?: ...;
                          v-slot:item?: ...;
                          v-slot:prepend?: ...;
                          v-slot:subheader?: ...;
                          v-slot:subtitle?: ...;
                          v-slot:title?: ...;
                      };
                      loading?: string | boolean;
                      maxWidth?: string | number;
                      menuProps?: Partial<(...)> & Omit<(...), (...)>;
                      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;
                      rounded?: string | number | boolean;
                      suffix?: string;
                      theme?: string;
                      validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
                      valueComparator?: deepEqual;
                      width?: string | number;
                  } & {
                      onUpdate:focused?: ((focused) => any);
                      onUpdate:menu?: ((ue) => any);
                  }, {
                      isFocused: ShallowRef<boolean, boolean>;
                      menu: WritableComputedRef<boolean, boolean>;
                      select: ((item, set?) => void);
                  } & Omit<Omit<{
                      $: ComponentInternalInstance;
                      $attrs: {
                          [x: ...]: ...;
                      };
                      $data: {};
                      $el: any;
                      $emit: (...) & (...) & (...) & (...);
                      $forceUpdate: (() => ...);
                      $host: (...) | (...);
                      $nextTick: nextTick;
                      $options: (...) & (...);
                      $parent: (...) | (...);
                      $props: (...) & (...);
                      $refs: {
                          [x: ...]: ...;
                      };
                      $root: (...) | (...);
                      $slots: Readonly<(...)>;
                      $watch<T>(source, cb, options?): WatchStopHandle;
                  } & Readonly<{
                      active: ...;
                      autofocus: ...;
                      centerAffix: ...;
                      clearIcon: ...;
                      clearable: ...;
                      density: ...;
                      direction: ...;
                      dirty: ...;
                      disabled: ...;
                      error: ...;
                      errorMessages: ...;
                      flat: ...;
                      focused: ...;
                      glow: ...;
                      hideSpinButtons: ...;
                      maxErrors: ...;
                      messages: ...;
                      persistentClear: ...;
                      persistentCounter: ...;
                      persistentHint: ...;
                      persistentPlaceholder: ...;
                      readonly: ...;
                      reverse: ...;
                      rounded: ...;
                      rules: ...;
                      singleLine: ...;
                      style: ...;
                      tile: ...;
                      type: ...;
                      variant: ...;
                  }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                      _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                          _allExposed: ...;
                      } | {
                          isFocused: ShallowRef<boolean, boolean>;
                          menu: WritableComputedRef<boolean, boolean>;
                          select: ((item, set?) => void);
                      };
                  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                      update:focused: ((focused) => true);
                      update:menu: ((ue) => true);
                      update:modelValue: ((value) => true);
                  }, "$children" | "v-slots" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "returnObject" | "multiple" | "modelValue" | "v-slot:loader" | "update:modelValue" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                      active: boolean;
                      autofocus: boolean;
                      centerAffix: boolean;
                      chips: boolean;
                      clearIcon: IconValue;
                      clearable: boolean;
                      closableChips: boolean;
                      closeText: string;
                      density: Density;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      eager: boolean;
                      error: boolean;
                      errorMessages: string | readonly string[] | null;
                      flat: boolean;
                      focused: boolean;
                      glow: boolean;
                      hideNoData: boolean;
                      hideSelected: boolean;
                      hideSpinButtons: boolean;
                      itemChildren: SelectItemKey;
                      itemType: SelectItemKey;
                      maxErrors: string | number;
                      menu: boolean;
                      menuIcon: IconValue;
                      messages: string | readonly string[];
                      noAutoScroll: boolean;
                      noDataText: string;
                      openOnClear: boolean;
                      openText: string;
                      persistentClear: boolean;
                      persistentCounter: boolean;
                      persistentHint: boolean;
                      persistentPlaceholder: boolean;
                      readonly: boolean | null;
                      reverse: boolean;
                      role: string;
                      rounded: string | number | boolean;
                      rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                      singleLine: boolean;
                      style: StyleValue;
                      tile: boolean;
                      transition: string | boolean | TransitionProps & {
                          component?: Component;
                      } | {
                          component: Component;
                      } | null;
                      type: string;
                      variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
                  }, true, {}, SlotsType<Partial<{
                      append: ((arg) => VNode[]);
                      append-inner: ((arg) => VNode[]);
                      append-item: (() => VNode[]);
                      chip: ((arg) => VNode[]);
                      clear: ((arg) => VNode[]);
                      details: ((arg) => VNode[]);
                      divider: ((arg) => VNode[]);
                      item: ((arg) => VNode[]);
                      label: ((arg) => VNode[]);
                      loader: ((arg) => VNode[]);
                      message: ((arg) => VNode[]);
                      no-data: (() => VNode[]);
                      prepend: ((arg) => VNode[]);
                      prepend-inner: ((arg) => VNode[]);
                      prepend-item: (() => VNode[]);
                      selection: ((arg) => VNode[]);
                      subheader: ((arg) => VNode[]);
                  }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                      B: {};
                      C: {};
                      D: {};
                      Defaults: {};
                      M: {};
                      P: {};
                  }, {
                      active: boolean;
                      autofocus: boolean;
                      chips: boolean;
                      clearIcon: IconValue;
                      clearable: boolean;
                      closableChips: boolean;
                      closeText: string;
                      density: Density;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      eager: boolean;
                      error: boolean;
                      errorMessages: string | readonly string[] | null;
                      flat: boolean;
                      focused: boolean;
                      glow: boolean;
                      hideNoData: boolean;
                      hideSelected: boolean;
                      hideSpinButtons: boolean;
                      itemChildren: SelectItemKey;
                      itemType: SelectItemKey;
                      maxErrors: string | number;
                      menu: boolean;
                      menuIcon: IconValue;
                      messages: string | readonly string[];
                      noAutoScroll: boolean;
                      noDataText: string;
                      openOnClear: boolean;
                      openText: string;
                      persistentClear: boolean;
                      persistentCounter: boolean;
                      persistentHint: boolean;
                      persistentPlaceholder: boolean;
                      readonly: boolean | null;
                      reverse: boolean;
                      role: string;
                      rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                      singleLine: boolean;
                      style: StyleValue;
                      tile: boolean;
                      transition: string | boolean | TransitionProps & {
                          component?: ...;
                      } | {
                          component: Component;
                      } | null;
                      type: string;
                      variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
                  } & {
                      appendIcon?: IconValue;
                      baseColor?: string;
                      bgColor?: string;
                      centerAffix?: boolean;
                      class?: any;
                      color?: string;
                      counter?: string | number | boolean;
                      counterValue?: number | ((value) => number);
                      hideDetails?: boolean | "auto";
                      hint?: string;
                      iconColor?: string | boolean;
                      id?: string;
                      itemColor?: string;
                      label?: string;
                      listProps?: Partial<(...)> & Omit<(...), (...)> & {
                          itemChildren?: ...;
                          itemProps?: ...;
                          itemTitle?: ...;
                          itemValue?: ...;
                          items?: ...;
                          onClick:open?: ...;
                          onClick:select?: ...;
                          onUpdate:opened?: ...;
                          onUpdate:selected?: ...;
                          opened?: ...;
                          selected?: ...;
                      } & {
                          $children?: ...;
                          v-slots?: ...;
                      } & {
                          v-slot:append?: ...;
                          v-slot:default?: ...;
                          v-slot:divider?: ...;
                          v-slot:header?: ...;
                          v-slot:item?: ...;
                          v-slot:prepend?: ...;
                          v-slot:subheader?: ...;
                          v-slot:subtitle?: ...;
                          v-slot:title?: ...;
                      };
                      loading?: string | boolean;
                      maxWidth?: string | number;
                      menuProps?: Partial<(...)> & Omit<(...), (...)>;
                      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;
                      rounded?: string | number | boolean;
                      suffix?: string;
                      theme?: string;
                      validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
                      valueComparator?: deepEqual;
                      width?: string | number;
                  } & {
                      onUpdate:focused?: ((focused) => any);
                      onUpdate:menu?: ((ue) => any);
                  }, {
                      isFocused: ShallowRef<boolean, boolean>;
                      menu: WritableComputedRef<boolean, boolean>;
                      select: ((item, set?) => void);
                  } & Omit<Omit<{
                      $: ComponentInternalInstance;
                      $attrs: {
                          [x: ...]: ...;
                      };
                      $data: {};
                      $el: any;
                      $emit: (...) & (...) & (...) & (...);
                      $forceUpdate: (() => ...);
                      $host: (...) | (...);
                      $nextTick: nextTick;
                      $options: (...) & (...);
                      $parent: (...) | (...);
                      $props: (...) & (...);
                      $refs: {
                          [x: ...]: ...;
                      };
                      $root: (...) | (...);
                      $slots: Readonly<(...)>;
                      $watch<T>(source, cb, options?): WatchStopHandle;
                  } & Readonly<{
                      active: ...;
                      autofocus: ...;
                      centerAffix: ...;
                      clearIcon: ...;
                      clearable: ...;
                      density: ...;
                      direction: ...;
                      dirty: ...;
                      disabled: ...;
                      error: ...;
                      errorMessages: ...;
                      flat: ...;
                      focused: ...;
                      glow: ...;
                      hideSpinButtons: ...;
                      maxErrors: ...;
                      messages: ...;
                      persistentClear: ...;
                      persistentCounter: ...;
                      persistentHint: ...;
                      persistentPlaceholder: ...;
                      readonly: ...;
                      reverse: ...;
                      rounded: ...;
                      rules: ...;
                      singleLine: ...;
                      style: ...;
                      tile: ...;
                      type: ...;
                      variant: ...;
                  }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                      _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                          _allExposed: ...;
                      } | {
                          isFocused: ShallowRef<boolean, boolean>;
                          menu: WritableComputedRef<boolean, boolean>;
                          select: ((item, set?) => void);
                      };
                  }, {}, {}, {}, {
                      active: boolean;
                      autofocus: boolean;
                      centerAffix: boolean;
                      chips: boolean;
                      clearIcon: IconValue;
                      clearable: boolean;
                      closableChips: boolean;
                      closeText: string;
                      density: Density;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      eager: boolean;
                      error: boolean;
                      errorMessages: string | readonly string[] | null;
                      flat: boolean;
                      focused: boolean;
                      glow: boolean;
                      hideNoData: boolean;
                      hideSelected: boolean;
                      hideSpinButtons: boolean;
                      itemChildren: SelectItemKey;
                      itemType: SelectItemKey;
                      maxErrors: string | number;
                      menu: boolean;
                      menuIcon: IconValue;
                      messages: string | readonly string[];
                      noAutoScroll: boolean;
                      noDataText: string;
                      openOnClear: boolean;
                      openText: string;
                      persistentClear: boolean;
                      persistentCounter: boolean;
                      persistentHint: boolean;
                      persistentPlaceholder: boolean;
                      readonly: boolean | null;
                      reverse: boolean;
                      role: string;
                      rounded: string | number | boolean;
                      rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                      singleLine: boolean;
                      style: StyleValue;
                      tile: boolean;
                      transition: string | boolean | TransitionProps & {
                          component?: Component;
                      } | {
                          component: Component;
                      } | null;
                      type: string;
                      variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
                  }>;
              } & ComponentOptionsBase<{
                  active: boolean;
                  autofocus: boolean;
                  chips: boolean;
                  clearIcon: IconValue;
                  clearable: boolean;
                  closableChips: boolean;
                  closeText: string;
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  eager: boolean;
                  error: boolean;
                  errorMessages: string | readonly string[] | null;
                  flat: boolean;
                  focused: boolean;
                  glow: boolean;
                  hideNoData: boolean;
                  hideSelected: boolean;
                  hideSpinButtons: boolean;
                  itemChildren: SelectItemKey;
                  itemType: SelectItemKey;
                  maxErrors: string | number;
                  menu: boolean;
                  menuIcon: IconValue;
                  messages: string | readonly string[];
                  noAutoScroll: boolean;
                  noDataText: string;
                  openOnClear: boolean;
                  openText: string;
                  persistentClear: boolean;
                  persistentCounter: boolean;
                  persistentHint: boolean;
                  persistentPlaceholder: boolean;
                  readonly: boolean | null;
                  reverse: boolean;
                  role: string;
                  rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                  singleLine: boolean;
                  style: StyleValue;
                  tile: boolean;
                  transition: string | boolean | TransitionProps & {
                      component?: Component;
                  } | {
                      component: Component;
                  } | null;
                  type: string;
                  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
              } & {
                  appendIcon?: IconValue;
                  baseColor?: string;
                  bgColor?: string;
                  centerAffix?: boolean;
                  class?: any;
                  color?: string;
                  counter?: string | number | boolean;
                  counterValue?: number | ((value) => number);
                  hideDetails?: boolean | "auto";
                  hint?: string;
                  iconColor?: string | boolean;
                  id?: string;
                  itemColor?: string;
                  label?: string;
                  listProps?: Partial<{
                      activatable: ...;
                      density: ...;
                      disabled: ...;
                      filterable: ...;
                      itemType: ...;
                      lines: ...;
                      mandatory: ...;
                      nav: ...;
                      openStrategy: ...;
                      returnObject: ...;
                      rounded: ...;
                      selectStrategy: ...;
                      selectable: ...;
                      slim: ...;
                      style: ...;
                      tag: ...;
                      tile: ...;
                      variant: ...;
                  }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & {
                      itemChildren?: SelectItemKey<(...)>;
                      itemProps?: SelectItemKey<(...)>;
                      itemTitle?: SelectItemKey<(...)>;
                      itemValue?: SelectItemKey<(...)>;
                      items?: (...) | (...);
                      onClick:open?: ((value) => ...);
                      onClick:select?: ((value) => ...);
                      onUpdate:opened?: (...) | (...);
                      onUpdate:selected?: (...) | (...);
                      opened?: unknown;
                      selected?: unknown;
                  } & {
                      $children?: (...) | (...) | (...);
                      v-slots?: (...) | (...);
                  } & {
                      v-slot:append?: (...) | (...) | (...);
                      v-slot:default?: (...) | (...) | (...);
                      v-slot:divider?: (...) | (...) | (...);
                      v-slot:header?: (...) | (...) | (...);
                      v-slot:item?: (...) | (...) | (...);
                      v-slot:prepend?: (...) | (...) | (...);
                      v-slot:subheader?: (...) | (...) | (...);
                      v-slot:subtitle?: (...) | (...) | (...);
                      v-slot:title?: (...) | (...) | (...);
                  };
                  loading?: string | boolean;
                  maxWidth?: string | number;
                  menuProps?: Partial<{
                      activatorProps: ...;
                      closeDelay: ...;
                      closeOnBack: ...;
                      closeOnContentClick: ...;
                      contained: ...;
                      disableInitialFocus: ...;
                      disabled: ...;
                      eager: ...;
                      location: ...;
                      locationStrategy: ...;
                      modelValue: ...;
                      noClickAnimation: ...;
                      openDelay: ...;
                      openOnClick: ...;
                      openOnFocus: ...;
                      openOnHover: ...;
                      origin: ...;
                      persistent: ...;
                      scrim: ...;
                      scrollStrategy: ...;
                      style: ...;
                      submenu: ...;
                      transition: ...;
                      zIndex: ...;
                  }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)>;
                  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;
                  rounded?: string | number | boolean;
                  suffix?: string;
                  theme?: string;
                  validateOn?: "eager" | "lazy" | (...) | (...) | (...) | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
                  valueComparator?: deepEqual;
                  width?: string | number;
              } & {
                  onUpdate:focused?: ((focused) => any);
                  onUpdate:menu?: ((ue) => any);
              }, {
                  isFocused: ShallowRef<boolean, boolean>;
                  menu: WritableComputedRef<boolean, boolean>;
                  select: ((item, set?) => void);
              } & Omit<Omit<{
                  $: ComponentInternalInstance;
                  $attrs: {
                      [x: string]: unknown;
                  };
                  $data: {};
                  $el: any;
                  $emit: (...) & (...) & (...) & (...);
                  $forceUpdate: (() => void);
                  $host: Element | null;
                  $nextTick: nextTick;
                  $options: ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & {
                      activated?: ...;
                      beforeCreate?: ...;
                      beforeDestroy?: ...;
                      beforeMount?: ...;
                      beforeUnmount?: ...;
                      beforeUpdate?: ...;
                      created?: ...;
                      deactivated?: ...;
                      destroyed?: ...;
                      errorCaptured?: ...;
                      mounted?: ...;
                      renderTracked?: ...;
                      renderTriggered?: ...;
                      unmounted?: ...;
                      updated?: ...;
                  };
                  $parent: ComponentPublicInstance | null;
                  $props: Partial<(...)> & Omit<(...), (...)>;
                  $refs: {
                      [x: string]: unknown;
                  };
                  $root: ComponentPublicInstance | null;
                  $slots: Readonly<{
                      append?: ...;
                      append-inner?: ...;
                      clear?: ...;
                      counter?: ...;
                      default?: ...;
                      details?: ...;
                      label?: ...;
                      loader?: ...;
                      message?: ...;
                      prepend?: ...;
                      prepend-inner?: ...;
                  }>;
                  $watch<T>(source, cb, options?): WatchStopHandle;
              } & Readonly<{
                  active: boolean;
                  autofocus: boolean;
                  centerAffix: boolean;
                  clearIcon: IconValue;
                  clearable: boolean;
                  density: Density;
                  direction: (...) | (...);
                  dirty: boolean;
                  disabled: boolean;
                  error: boolean;
                  errorMessages: (...) | (...) | (...);
                  flat: boolean;
                  focused: boolean;
                  glow: boolean;
                  hideSpinButtons: boolean;
                  maxErrors: (...) | (...);
                  messages: (...) | (...);
                  persistentClear: boolean;
                  persistentCounter: boolean;
                  persistentHint: boolean;
                  persistentPlaceholder: boolean;
                  readonly: (...) | (...);
                  reverse: boolean;
                  rounded: (...) | (...) | (...);
                  rules: readonly (...);
                  singleLine: boolean;
                  style: StyleValue;
                  tile: boolean;
                  type: string;
                  variant: (...) | (...) | (...) | (...) | (...) | (...) | (...);
              }> & Omit<{
                  active: ...;
                  autofocus: ...;
                  clearIcon: ...;
                  clearable: ...;
                  density: ...;
                  direction: ...;
                  dirty: ...;
                  disabled: ...;
                  error: ...;
                  errorMessages: ...;
                  flat: ...;
                  focused: ...;
                  glow: ...;
                  hideSpinButtons: ...;
                  maxErrors: ...;
                  messages: ...;
                  persistentClear: ...;
                  persistentCounter: ...;
                  persistentHint: ...;
                  persistentPlaceholder: ...;
                  readonly: ...;
                  reverse: ...;
                  rules: ...;
                  singleLine: ...;
                  style: ...;
                  tile: ...;
                  type: ...;
                  variant: ...;
              } & {
                  appendIcon?: ...;
                  appendInnerIcon?: ...;
                  baseColor?: ...;
                  bgColor?: ...;
                  centerAffix?: ...;
                  class?: ...;
                  color?: ...;
                  counter?: ...;
                  counterValue?: ...;
                  hideDetails?: ...;
                  hint?: ...;
                  iconColor?: ...;
                  id?: ...;
                  label?: ...;
                  loading?: ...;
                  maxWidth?: ...;
                  minWidth?: ...;
                  modelModifiers?: ...;
                  modelValue?: ...;
                  name?: ...;
                  onClick:append?: ...;
                  onClick:appendInner?: ...;
                  onClick:clear?: ...;
                  onClick:prepend?: ...;
                  onClick:prependInner?: ...;
                  onUpdate:focused?: ...;
                  placeholder?: ...;
                  prefix?: ...;
                  prependIcon?: ...;
                  prependInnerIcon?: ...;
                  role?: ...;
                  rounded?: ...;
                  suffix?: ...;
                  theme?: ...;
                  validateOn?: ...;
                  validationValue?: ...;
                  width?: ...;
              } & {
                  $children?: ...;
                  v-slots?: ...;
              } & {
                  v-slot:append?: ...;
                  v-slot:append-inner?: ...;
                  v-slot:clear?: ...;
                  v-slot:counter?: ...;
                  v-slot:default?: ...;
                  v-slot:details?: ...;
                  v-slot:label?: ...;
                  v-slot:loader?: ...;
                  v-slot:message?: ...;
                  v-slot:prepend?: ...;
                  v-slot:prepend-inner?: ...;
              } & {
                  onClick:control?: ...;
                  onMousedown:control?: ...;
                  onUpdate:focused?: ...;
                  onUpdate:modelValue?: ...;
              }, "id" | "required" | "size" | "translate" | "error" | "alt" | "reverse" | "flat" | "normalize" | "pattern" | "multiple" | "style" | "name" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "height" | "width" | "rounded" | "tile" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "variant" | "density" | "list" | "active" | "align" | "readonly" | "prepend" | "append" | "focus" | "click" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "persistentHint" | "clearable" | "direction" | "reset" | "isValid" | "resetValidation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "indeterminate" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "matches" | "remove" | "min" | "hidden" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "accept" | "_" | "step" | "placeholder" | "src" | "capture" | "checked" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & ShallowUnwrapRef<Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                  _allExposed: ...;
              }> & ComponentCustomProperties, "label" | "id" | "error" | "loading" | "color" | "reverse" | "flat" | "theme" | "class" | "style" | "name" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "maxWidth" | "minWidth" | "width" | "rounded" | "tile" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "variant" | "density" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "readonly" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                  _allExposed: Omit<Omit<(...), (...)>, `$${(...)}`> & HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & {
                      _allExposed: (...) | (...) | (...);
                  } | {
                      isFocused: ShallowRef<boolean, boolean>;
                      menu: WritableComputedRef<boolean, boolean>;
                      select: ((item, set?) => void);
                  };
              }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                  update:focused: ((focused) => true);
                  update:menu: ((ue) => true);
                  update:modelValue: ((value) => true);
              }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "returnObject" | "v-slot:loader" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
                  active: boolean;
                  autofocus: boolean;
                  centerAffix: boolean;
                  chips: boolean;
                  clearIcon: IconValue;
                  clearable: boolean;
                  closableChips: boolean;
                  closeText: string;
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  eager: boolean;
                  error: boolean;
                  errorMessages: string | readonly string[] | null;
                  flat: boolean;
                  focused: boolean;
                  glow: boolean;
                  hideNoData: boolean;
                  hideSelected: boolean;
                  hideSpinButtons: boolean;
                  itemChildren: SelectItemKey;
                  itemType: SelectItemKey;
                  maxErrors: string | number;
                  menu: boolean;
                  menuIcon: IconValue;
                  messages: string | readonly string[];
                  noAutoScroll: boolean;
                  noDataText: string;
                  openOnClear: boolean;
                  openText: string;
                  persistentClear: boolean;
                  persistentCounter: boolean;
                  persistentHint: boolean;
                  persistentPlaceholder: boolean;
                  readonly: boolean | null;
                  reverse: boolean;
                  role: string;
                  rounded: string | number | boolean;
                  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...) | ((value) => ...) | [string, any, (...)?])[];
                  singleLine: boolean;
                  style: StyleValue;
                  tile: boolean;
                  transition: string | boolean | TransitionProps & {
                      component?: Component;
                  } | {
                      component: Component;
                  } | null;
                  type: string;
                  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
              }, {}, string, SlotsType<Partial<{
                  append: ((arg) => VNode[]);
                  append-inner: ((arg) => VNode[]);
                  append-item: (() => VNode[]);
                  chip: ((arg) => VNode[]);
                  clear: ((arg) => VNode[]);
                  details: ((arg) => VNode[]);
                  divider: ((arg) => VNode[]);
                  item: ((arg) => VNode[]);
                  label: ((arg) => VNode[]);
                  loader: ((arg) => VNode[]);
                  message: ((arg) => VNode[]);
                  no-data: (() => VNode[]);
                  prepend: ((arg) => VNode[]);
                  prepend-inner: ((arg) => VNode[]);
                  prepend-item: (() => VNode[]);
                  selection: ((arg) => VNode[]);
                  subheader: ((arg) => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T, Item, ReturnObject, Multiple, V>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
                  active: BooleanConstructor;
                  appendIcon: PropType<IconValue>;
                  autofocus: BooleanConstructor;
                  baseColor: StringConstructor;
                  bgColor: StringConstructor;
                  centerAffix: {
                      default: undefined;
                      type: BooleanConstructor;
                  };
                  chips: BooleanConstructor;
                  class: PropType<ClassValue>;
                  clearIcon: {
                      default: string;
                      type: PropType<IconValue>;
                  };
                  clearable: BooleanConstructor;
                  closableChips: BooleanConstructor;
                  closeText: {
                      default: string;
                      type: StringConstructor;
                  };
                  color: StringConstructor;
                  counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                  counterValue: PropType<number | ((value) => number)>;
                  density: {
                      default: string;
                      type: PropType<Density>;
                      validator: ((v) => boolean);
                  };
                  direction: {
                      default: string;
                      type: PropType<"horizontal" | "vertical">;
                      validator: ((v) => boolean);
                  };
                  disabled: {
                      default: null;
                      type: BooleanConstructor;
                  };
                  eager: BooleanConstructor;
                  error: BooleanConstructor;
                  errorMessages: {
                      default: (() => never[]);
                      type: PropType<string | readonly string[] | null>;
                  };
                  flat: BooleanConstructor;
                  focused: BooleanConstructor;
                  glow: BooleanConstructor;
                  hideDetails: PropType<boolean | "auto">;
                  hideNoData: BooleanConstructor;
                  hideSelected: BooleanConstructor;
                  hideSpinButtons: BooleanConstructor;
                  hint: StringConstructor;
                  iconColor: (StringConstructor | BooleanConstructor)[];
                  id: StringConstructor;
                  itemChildren: Omit<{
                      default: string;
                      type: PropType<SelectItemKey>;
                  }, "type" | "default"> & {
                      default: NonNullable<SelectItemKey>;
                      type: PropType<SelectItemKey>;
                  };
                  itemColor: StringConstructor;
                  itemProps: {
                      default: string;
                      type: PropType<SelectItemKey>;
                  };
                  itemTitle: {
                      default: string;
                      type: PropType<SelectItemKey>;
                  };
                  itemType: {
                      default: string;
                      type: PropType<SelectItemKey>;
                  };
                  itemValue: {
                      default: string;
                      type: PropType<SelectItemKey>;
                  };
                  items: {
                      default: (() => never[]);
                      type: PropType<ItemProps["items"]>;
                  };
                  label: StringConstructor;
                  listProps: {
                      type: PropType<VList["$props"]>;
                  };
                  loading: (StringConstructor | BooleanConstructor)[];
                  maxErrors: {
                      default: number;
                      type: (StringConstructor | NumberConstructor)[];
                  };
                  maxWidth: (StringConstructor | NumberConstructor)[];
                  menu: BooleanConstructor;
                  menuIcon: {
                      default: string;
                      type: PropType<IconValue>;
                  };
                  menuProps: {
                      type: PropType<VMenu["$props"]>;
                  };
                  messages: {
                      default: (() => never[]);
                      type: PropType<string | readonly string[]>;
                  };
                  minWidth: (StringConstructor | NumberConstructor)[];
                  modelModifiers: PropType<Record<string, boolean>>;
                  modelValue: {
                      default: any;
                      type: PropType<any>;
                  };
                  multiple: BooleanConstructor;
                  name: StringConstructor;
                  noAutoScroll: BooleanConstructor;
                  noDataText: {
                      default: string;
                      type: 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)>;
                  openOnClear: BooleanConstructor;
                  openText: {
                      default: string;
                      type: StringConstructor;
                  };
                  persistentClear: BooleanConstructor;
                  persistentCounter: BooleanConstructor;
                  persistentHint: BooleanConstructor;
                  persistentPlaceholder: BooleanConstructor;
                  placeholder: StringConstructor;
                  prefix: StringConstructor;
                  prependIcon: PropType<IconValue>;
                  prependInnerIcon: PropType<IconValue>;
                  readonly: {
                      default: null;
                      type: PropType<boolean | null>;
                  };
                  returnObject: BooleanConstructor;
                  reverse: BooleanConstructor;
                  role: {
                      default: string;
                      type: PropType<string>;
                  };
                  rounded: {
                      default: undefined;
                      type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                  };
                  rules: {
                      default: (() => never[]);
                      type: PropType<readonly ((...) | (...))[]>;
                  };
                  singleLine: BooleanConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  suffix: StringConstructor;
                  theme: StringConstructor;
                  tile: BooleanConstructor;
                  transition: {
                      default: NonNullable<string | boolean | (...) & (...) | null> | {
                          component: Component;
                      };
                      type: PropType<string | boolean | TransitionProps & {
                          component?: ...;
                      } | {
                          component: Component;
                      } | null>;
                  };
                  type: {
                      default: string;
                      type: StringConstructor;
                  };
                  validateOn: PropType<ValidationProps["validateOn"]>;
                  valueComparator: PropType<deepEqual>;
                  variant: {
                      default: string;
                      type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
                      validator: ((v) => boolean);
                  };
                  width: (StringConstructor | NumberConstructor)[];
              }, ExtractPropTypes<{
                  active: BooleanConstructor;
                  appendIcon: PropType<IconValue>;
                  autofocus: BooleanConstructor;
                  baseColor: StringConstructor;
                  bgColor: StringConstructor;
                  centerAffix: {
                      default: undefined;
                      type: BooleanConstructor;
                  };
                  chips: BooleanConstructor;
                  class: PropType<ClassValue>;
                  clearIcon: {
                      default: string;
                      type: PropType<IconValue>;
                  };
                  clearable: BooleanConstructor;
                  closableChips: BooleanConstructor;
                  closeText: {
                      default: string;
                      type: StringConstructor;
                  };
                  color: StringConstructor;
                  counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                  counterValue: PropType<number | ((value) => number)>;
                  density: {
                      default: string;
                      type: PropType<Density>;
                      validator: ((v) => boolean);
                  };
                  direction: {
                      default: string;
                      type: PropType<"horizontal" | "vertical">;
                      validator: ((v) => boolean);
                  };
                  disabled: {
                      default: null;
                      type: BooleanConstructor;
                  };
                  eager: BooleanConstructor;
                  error: BooleanConstructor;
                  errorMessages: {
                      default: (() => never[]);
                      type: PropType<string | readonly (...)[] | null>;
                  };
                  flat: BooleanConstructor;
                  focused: BooleanConstructor;
                  glow: BooleanConstructor;
                  hideDetails: PropType<boolean | "auto">;
                  hideNoData: BooleanConstructor;
                  hideSelected: BooleanConstructor;
                  hideSpinButtons: BooleanConstructor;
                  hint: StringConstructor;
                  iconColor: (StringConstructor | BooleanConstructor)[];
                  id: StringConstructor;
                  itemChildren: Omit<{
                      default: string;
                      type: PropType<SelectItemKey>;
                  }, "type" | "default"> & {
                      default: NonNullable<SelectItemKey>;
                      type: PropType<SelectItemKey>;
                  };
                  itemColor: StringConstructor;
                  itemProps: {
                      default: string;
                      type: PropType<SelectItemKey>;
                  };
                  itemTitle: {
                      default: string;
                      type: PropType<SelectItemKey>;
                  };
                  itemType: {
                      default: string;
                      type: PropType<SelectItemKey>;
                  };
                  itemValue: {
                      default: string;
                      type: PropType<SelectItemKey>;
                  };
                  items: {
                      default: (() => never[]);
                      type: PropType<ItemProps["items"]>;
                  };
                  label: StringConstructor;
                  listProps: {
                      type: PropType<VList["$props"]>;
                  };
                  loading: (StringConstructor | BooleanConstructor)[];
                  maxErrors: {
                      default: number;
                      type: (StringConstructor | NumberConstructor)[];
                  };
                  maxWidth: (StringConstructor | NumberConstructor)[];
                  menu: BooleanConstructor;
                  menuIcon: {
                      default: string;
                      type: PropType<IconValue>;
                  };
                  menuProps: {
                      type: PropType<VMenu["$props"]>;
                  };
                  messages: {
                      default: (() => never[]);
                      type: PropType<string | readonly (...)[]>;
                  };
                  minWidth: (StringConstructor | NumberConstructor)[];
                  modelModifiers: PropType<Record<string, boolean>>;
                  modelValue: {
                      default: any;
                      type: PropType<any>;
                  };
                  multiple: BooleanConstructor;
                  name: StringConstructor;
                  noAutoScroll: BooleanConstructor;
                  noDataText: {
                      default: string;
                      type: 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)>;
                  openOnClear: BooleanConstructor;
                  openText: {
                      default: string;
                      type: StringConstructor;
                  };
                  persistentClear: BooleanConstructor;
                  persistentCounter: BooleanConstructor;
                  persistentHint: BooleanConstructor;
                  persistentPlaceholder: BooleanConstructor;
                  placeholder: StringConstructor;
                  prefix: StringConstructor;
                  prependIcon: PropType<IconValue>;
                  prependInnerIcon: PropType<IconValue>;
                  readonly: {
                      default: null;
                      type: PropType<boolean | null>;
                  };
                  returnObject: BooleanConstructor;
                  reverse: BooleanConstructor;
                  role: {
                      default: string;
                      type: PropType<string>;
                  };
                  rounded: {
                      default: undefined;
                      type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                  };
                  rules: {
                      default: (() => never[]);
                      type: PropType<readonly (...)[]>;
                  };
                  singleLine: BooleanConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  suffix: StringConstructor;
                  theme: StringConstructor;
                  tile: BooleanConstructor;
                  transition: {
                      default: NonNullable<string | boolean | (...) | null> | {
                          component: Component;
                      };
                      type: PropType<string | boolean | (...) & (...) | {
                          component: Component;
                      } | null>;
                  };
                  type: {
                      default: string;
                      type: StringConstructor;
                  };
                  validateOn: PropType<ValidationProps["validateOn"]>;
                  valueComparator: PropType<deepEqual>;
                  variant: {
                      default: string;
                      type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
                      validator: ((v) => boolean);
                  };
                  width: (StringConstructor | NumberConstructor)[];
              }>>

            Type declaration

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

                  • el: HTMLElement

                  Returns void

            Type declaration