Variable AnyOfStringOrEnumControlRendererConst

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

Type declaration

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

Type declaration

    Type declaration

    • items:function
      • Returns string[]

    Type declaration

      Type declaration

        Type declaration

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

        Type declaration

          Type declaration

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

          Type declaration

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

                • el: HTMLElement

                Returns void

          Type declaration