orion-design 0.1.43 → 0.1.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Form/FileInput/FileInput.vue.d.ts +42 -24
- package/dist/components/Form/Form.vue.d.ts +22 -22
- package/dist/components/Form/LovInput/LovInput.vue.d.ts +662 -650
- package/dist/components/Form/NumberInput/NumberInput.vue.d.ts +18 -1
- package/dist/components/Form/TableSelect/TableSelect.vue.d.ts +662 -650
- package/dist/components/Form/index.d.ts +11 -11
- package/dist/components/Form/index.js +301 -272
- package/dist/components/Form/index.js.map +1 -1
- package/dist/components/Tree/Tree.vue.d.ts +198 -198
- package/dist/components/Tree/index.d.ts +99 -99
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +1 -1
- package/dist/version/version.js.map +1 -1
- package/package.json +3 -3
| @@ -5,7 +5,7 @@ declare function __VLS_template(): { | |
| 5 5 | 
             
                };
         | 
| 6 6 | 
             
                refs: {
         | 
| 7 7 | 
             
                    dropdown: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
         | 
| 8 | 
            -
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 8 | 
            +
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 9 9 | 
             
                        readonly effect: {
         | 
| 10 10 | 
             
                            readonly default: "light";
         | 
| 11 11 | 
             
                            readonly type: import('vue').PropType<string>;
         | 
| @@ -14,12 +14,12 @@ declare function __VLS_template(): { | |
| 14 14 | 
             
                            readonly __epPropKey: true;
         | 
| 15 15 | 
             
                        };
         | 
| 16 16 | 
             
                        readonly type: {
         | 
| 17 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 17 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
         | 
| 18 18 | 
             
                            readonly required: false;
         | 
| 19 19 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 20 20 | 
             
                            __epPropKey: true;
         | 
| 21 21 | 
             
                        };
         | 
| 22 | 
            -
                        readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 22 | 
            +
                        readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
         | 
| 23 23 | 
             
                        readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
         | 
| 24 24 | 
             
                        readonly id: StringConstructor;
         | 
| 25 25 | 
             
                        readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| @@ -28,8 +28,8 @@ declare function __VLS_template(): { | |
| 28 28 | 
             
                        readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 29 29 | 
             
                        readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 30 30 | 
             
                        readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 31 | 
            -
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 32 | 
            -
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 31 | 
            +
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
         | 
| 32 | 
            +
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
         | 
| 33 33 | 
             
                        readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 34 34 | 
             
                        readonly disabled: BooleanConstructor;
         | 
| 35 35 | 
             
                        readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
         | 
| @@ -49,12 +49,12 @@ declare function __VLS_template(): { | |
| 49 49 | 
             
                        ns: {
         | 
| 50 50 | 
             
                            namespace: import('vue').ComputedRef<string>;
         | 
| 51 51 | 
             
                            b: (blockSuffix?: string) => string;
         | 
| 52 | 
            -
                            e: (element?: string | 
| 53 | 
            -
                            m: (modifier?: string | 
| 54 | 
            -
                            be: (blockSuffix?: string | 
| 55 | 
            -
                            em: (element?: string | 
| 56 | 
            -
                            bm: (blockSuffix?: string | 
| 57 | 
            -
                            bem: (blockSuffix?: string | 
| 52 | 
            +
                            e: (element?: string) => string;
         | 
| 53 | 
            +
                            m: (modifier?: string) => string;
         | 
| 54 | 
            +
                            be: (blockSuffix?: string, element?: string) => string;
         | 
| 55 | 
            +
                            em: (element?: string, modifier?: string) => string;
         | 
| 56 | 
            +
                            bm: (blockSuffix?: string, modifier?: string) => string;
         | 
| 57 | 
            +
                            bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
         | 
| 58 58 | 
             
                            is: {
         | 
| 59 59 | 
             
                                (name: string, state: boolean | undefined): string;
         | 
| 60 60 | 
             
                                (name: string): string;
         | 
| @@ -84,11 +84,11 @@ declare function __VLS_template(): { | |
| 84 84 | 
             
                            $: import('vue').ComponentInternalInstance;
         | 
| 85 85 | 
             
                            $data: {};
         | 
| 86 86 | 
             
                            $props: Partial<{
         | 
| 87 | 
            +
                                disabled: boolean;
         | 
| 87 88 | 
             
                                content: string;
         | 
| 88 89 | 
             
                                offset: number;
         | 
| 89 | 
            -
                                visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 90 | 
            +
                                visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
         | 
| 90 91 | 
             
                                open: boolean;
         | 
| 91 | 
            -
                                disabled: boolean;
         | 
| 92 92 | 
             
                                placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
         | 
| 93 93 | 
             
                                strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
         | 
| 94 94 | 
             
                                effect: string;
         | 
| @@ -96,7 +96,7 @@ declare function __VLS_template(): { | |
| 96 96 | 
             
                                hideAfter: number;
         | 
| 97 97 | 
             
                                autoClose: number;
         | 
| 98 98 | 
             
                                role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 99 | 
            -
                                trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/ | 
| 99 | 
            +
                                trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 100 100 | 
             
                                arrowOffset: number;
         | 
| 101 101 | 
             
                                virtualTriggering: boolean;
         | 
| 102 102 | 
             
                                boundariesPadding: number;
         | 
| @@ -117,10 +117,10 @@ declare function __VLS_template(): { | |
| 117 117 | 
             
                                showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 118 118 | 
             
                                arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 119 119 | 
             
                                disabled: BooleanConstructor;
         | 
| 120 | 
            -
                                trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 120 | 
            +
                                trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 121 121 | 
             
                                triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 122 122 | 
             
                                virtualRef: {
         | 
| 123 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 123 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 124 124 | 
             
                                    readonly required: false;
         | 
| 125 125 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 126 126 | 
             
                                    __epPropKey: true;
         | 
| @@ -172,7 +172,7 @@ declare function __VLS_template(): { | |
| 172 172 | 
             
                                open: BooleanConstructor;
         | 
| 173 173 | 
             
                                ariaLabel: StringConstructor;
         | 
| 174 174 | 
             
                                appendTo: {
         | 
| 175 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 175 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 176 176 | 
             
                                    readonly required: false;
         | 
| 177 177 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 178 178 | 
             
                                    __epPropKey: true;
         | 
| @@ -180,17 +180,17 @@ declare function __VLS_template(): { | |
| 180 180 | 
             
                                content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 181 181 | 
             
                                rawContent: BooleanConstructor;
         | 
| 182 182 | 
             
                                persistent: BooleanConstructor;
         | 
| 183 | 
            -
                                visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 183 | 
            +
                                visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 184 184 | 
             
                                transition: StringConstructor;
         | 
| 185 185 | 
             
                                teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 186 186 | 
             
                                style: {
         | 
| 187 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 187 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 188 188 | 
             
                                    readonly required: false;
         | 
| 189 189 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 190 190 | 
             
                                    __epPropKey: true;
         | 
| 191 191 | 
             
                                };
         | 
| 192 192 | 
             
                                className: {
         | 
| 193 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 193 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 194 194 | 
             
                                        [x: string]: boolean;
         | 
| 195 195 | 
             
                                    } | (string | {
         | 
| 196 196 | 
             
                                        [x: string]: boolean;
         | 
| @@ -214,7 +214,7 @@ declare function __VLS_template(): { | |
| 214 214 | 
             
                                        [x: string]: boolean;
         | 
| 215 215 | 
             
                                    } | (string | {
         | 
| 216 216 | 
             
                                        [x: string]: boolean;
         | 
| 217 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 217 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 218 218 | 
             
                                        [x: string]: boolean;
         | 
| 219 219 | 
             
                                    } | (string | {
         | 
| 220 220 | 
             
                                        [x: string]: boolean;
         | 
| @@ -238,7 +238,7 @@ declare function __VLS_template(): { | |
| 238 238 | 
             
                                        [x: string]: boolean;
         | 
| 239 239 | 
             
                                    } | (string | {
         | 
| 240 240 | 
             
                                        [x: string]: boolean;
         | 
| 241 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 241 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 242 242 | 
             
                                        [x: string]: boolean;
         | 
| 243 243 | 
             
                                    } | (string | {
         | 
| 244 244 | 
             
                                        [x: string]: boolean;
         | 
| @@ -262,7 +262,7 @@ declare function __VLS_template(): { | |
| 262 262 | 
             
                                        [x: string]: boolean;
         | 
| 263 263 | 
             
                                    } | (string | {
         | 
| 264 264 | 
             
                                        [x: string]: boolean;
         | 
| 265 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 265 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 266 266 | 
             
                                        [x: string]: boolean;
         | 
| 267 267 | 
             
                                    } | (string | {
         | 
| 268 268 | 
             
                                        [x: string]: boolean;
         | 
| @@ -291,13 +291,13 @@ declare function __VLS_template(): { | |
| 291 291 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 292 292 | 
             
                                    __epPropKey: true;
         | 
| 293 293 | 
             
                                };
         | 
| 294 | 
            -
                                effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 294 | 
            +
                                effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 295 295 | 
             
                                enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 296 296 | 
             
                                pure: BooleanConstructor;
         | 
| 297 297 | 
             
                                focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 298 298 | 
             
                                trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 299 299 | 
             
                                popperClass: {
         | 
| 300 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 300 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 301 301 | 
             
                                        [x: string]: boolean;
         | 
| 302 302 | 
             
                                    } | (string | {
         | 
| 303 303 | 
             
                                        [x: string]: boolean;
         | 
| @@ -321,7 +321,7 @@ declare function __VLS_template(): { | |
| 321 321 | 
             
                                        [x: string]: boolean;
         | 
| 322 322 | 
             
                                    } | (string | {
         | 
| 323 323 | 
             
                                        [x: string]: boolean;
         | 
| 324 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 324 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 325 325 | 
             
                                        [x: string]: boolean;
         | 
| 326 326 | 
             
                                    } | (string | {
         | 
| 327 327 | 
             
                                        [x: string]: boolean;
         | 
| @@ -345,7 +345,7 @@ declare function __VLS_template(): { | |
| 345 345 | 
             
                                        [x: string]: boolean;
         | 
| 346 346 | 
             
                                    } | (string | {
         | 
| 347 347 | 
             
                                        [x: string]: boolean;
         | 
| 348 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 348 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 349 349 | 
             
                                        [x: string]: boolean;
         | 
| 350 350 | 
             
                                    } | (string | {
         | 
| 351 351 | 
             
                                        [x: string]: boolean;
         | 
| @@ -369,7 +369,7 @@ declare function __VLS_template(): { | |
| 369 369 | 
             
                                        [x: string]: boolean;
         | 
| 370 370 | 
             
                                    } | (string | {
         | 
| 371 371 | 
             
                                        [x: string]: boolean;
         | 
| 372 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 372 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 373 373 | 
             
                                        [x: string]: boolean;
         | 
| 374 374 | 
             
                                    } | (string | {
         | 
| 375 375 | 
             
                                        [x: string]: boolean;
         | 
| @@ -399,7 +399,7 @@ declare function __VLS_template(): { | |
| 399 399 | 
             
                                    __epPropKey: true;
         | 
| 400 400 | 
             
                                };
         | 
| 401 401 | 
             
                                popperStyle: {
         | 
| 402 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 402 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 403 403 | 
             
                                    readonly required: false;
         | 
| 404 404 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 405 405 | 
             
                                    __epPropKey: true;
         | 
| @@ -435,28 +435,26 @@ declare function __VLS_template(): { | |
| 435 435 | 
             
                                    __epPropKey: true;
         | 
| 436 436 | 
             
                                };
         | 
| 437 437 | 
             
                                role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 438 | 
            -
                            }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, " | 
| 438 | 
            +
                            }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "content" | "offset" | "visible" | "open" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
         | 
| 439 439 | 
             
                            $attrs: {
         | 
| 440 440 | 
             
                                [x: string]: unknown;
         | 
| 441 441 | 
             
                            };
         | 
| 442 442 | 
             
                            $refs: {
         | 
| 443 443 | 
             
                                [x: string]: unknown;
         | 
| 444 444 | 
             
                            };
         | 
| 445 | 
            -
                            $slots:  | 
| 446 | 
            -
             | 
| 447 | 
            -
                             | 
| 448 | 
            -
                            $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 449 | 
            -
                            $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 445 | 
            +
                            $slots: import('vue').Slots;
         | 
| 446 | 
            +
                            $root: import('vue').ComponentPublicInstance | null;
         | 
| 447 | 
            +
                            $parent: import('vue').ComponentPublicInstance | null;
         | 
| 450 448 | 
             
                            $emit: (event: string, ...args: any[]) => void;
         | 
| 451 449 | 
             
                            $el: any;
         | 
| 452 450 | 
             
                            $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 453 451 | 
             
                                showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 454 452 | 
             
                                arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 455 453 | 
             
                                disabled: BooleanConstructor;
         | 
| 456 | 
            -
                                trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 454 | 
            +
                                trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 457 455 | 
             
                                triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 458 456 | 
             
                                virtualRef: {
         | 
| 459 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 457 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 460 458 | 
             
                                    readonly required: false;
         | 
| 461 459 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 462 460 | 
             
                                    __epPropKey: true;
         | 
| @@ -508,7 +506,7 @@ declare function __VLS_template(): { | |
| 508 506 | 
             
                                open: BooleanConstructor;
         | 
| 509 507 | 
             
                                ariaLabel: StringConstructor;
         | 
| 510 508 | 
             
                                appendTo: {
         | 
| 511 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 509 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 512 510 | 
             
                                    readonly required: false;
         | 
| 513 511 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 514 512 | 
             
                                    __epPropKey: true;
         | 
| @@ -516,17 +514,17 @@ declare function __VLS_template(): { | |
| 516 514 | 
             
                                content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 517 515 | 
             
                                rawContent: BooleanConstructor;
         | 
| 518 516 | 
             
                                persistent: BooleanConstructor;
         | 
| 519 | 
            -
                                visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 517 | 
            +
                                visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 520 518 | 
             
                                transition: StringConstructor;
         | 
| 521 519 | 
             
                                teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 522 520 | 
             
                                style: {
         | 
| 523 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 521 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 524 522 | 
             
                                    readonly required: false;
         | 
| 525 523 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 526 524 | 
             
                                    __epPropKey: true;
         | 
| 527 525 | 
             
                                };
         | 
| 528 526 | 
             
                                className: {
         | 
| 529 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 527 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 530 528 | 
             
                                        [x: string]: boolean;
         | 
| 531 529 | 
             
                                    } | (string | {
         | 
| 532 530 | 
             
                                        [x: string]: boolean;
         | 
| @@ -550,7 +548,7 @@ declare function __VLS_template(): { | |
| 550 548 | 
             
                                        [x: string]: boolean;
         | 
| 551 549 | 
             
                                    } | (string | {
         | 
| 552 550 | 
             
                                        [x: string]: boolean;
         | 
| 553 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 551 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 554 552 | 
             
                                        [x: string]: boolean;
         | 
| 555 553 | 
             
                                    } | (string | {
         | 
| 556 554 | 
             
                                        [x: string]: boolean;
         | 
| @@ -574,7 +572,7 @@ declare function __VLS_template(): { | |
| 574 572 | 
             
                                        [x: string]: boolean;
         | 
| 575 573 | 
             
                                    } | (string | {
         | 
| 576 574 | 
             
                                        [x: string]: boolean;
         | 
| 577 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 575 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 578 576 | 
             
                                        [x: string]: boolean;
         | 
| 579 577 | 
             
                                    } | (string | {
         | 
| 580 578 | 
             
                                        [x: string]: boolean;
         | 
| @@ -598,7 +596,7 @@ declare function __VLS_template(): { | |
| 598 596 | 
             
                                        [x: string]: boolean;
         | 
| 599 597 | 
             
                                    } | (string | {
         | 
| 600 598 | 
             
                                        [x: string]: boolean;
         | 
| 601 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 599 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 602 600 | 
             
                                        [x: string]: boolean;
         | 
| 603 601 | 
             
                                    } | (string | {
         | 
| 604 602 | 
             
                                        [x: string]: boolean;
         | 
| @@ -627,13 +625,13 @@ declare function __VLS_template(): { | |
| 627 625 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 628 626 | 
             
                                    __epPropKey: true;
         | 
| 629 627 | 
             
                                };
         | 
| 630 | 
            -
                                effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 628 | 
            +
                                effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 631 629 | 
             
                                enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 632 630 | 
             
                                pure: BooleanConstructor;
         | 
| 633 631 | 
             
                                focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 634 632 | 
             
                                trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 635 633 | 
             
                                popperClass: {
         | 
| 636 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 634 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 637 635 | 
             
                                        [x: string]: boolean;
         | 
| 638 636 | 
             
                                    } | (string | {
         | 
| 639 637 | 
             
                                        [x: string]: boolean;
         | 
| @@ -657,7 +655,7 @@ declare function __VLS_template(): { | |
| 657 655 | 
             
                                        [x: string]: boolean;
         | 
| 658 656 | 
             
                                    } | (string | {
         | 
| 659 657 | 
             
                                        [x: string]: boolean;
         | 
| 660 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 658 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 661 659 | 
             
                                        [x: string]: boolean;
         | 
| 662 660 | 
             
                                    } | (string | {
         | 
| 663 661 | 
             
                                        [x: string]: boolean;
         | 
| @@ -681,7 +679,7 @@ declare function __VLS_template(): { | |
| 681 679 | 
             
                                        [x: string]: boolean;
         | 
| 682 680 | 
             
                                    } | (string | {
         | 
| 683 681 | 
             
                                        [x: string]: boolean;
         | 
| 684 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 682 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 685 683 | 
             
                                        [x: string]: boolean;
         | 
| 686 684 | 
             
                                    } | (string | {
         | 
| 687 685 | 
             
                                        [x: string]: boolean;
         | 
| @@ -705,7 +703,7 @@ declare function __VLS_template(): { | |
| 705 703 | 
             
                                        [x: string]: boolean;
         | 
| 706 704 | 
             
                                    } | (string | {
         | 
| 707 705 | 
             
                                        [x: string]: boolean;
         | 
| 708 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 706 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 709 707 | 
             
                                        [x: string]: boolean;
         | 
| 710 708 | 
             
                                    } | (string | {
         | 
| 711 709 | 
             
                                        [x: string]: boolean;
         | 
| @@ -735,7 +733,7 @@ declare function __VLS_template(): { | |
| 735 733 | 
             
                                    __epPropKey: true;
         | 
| 736 734 | 
             
                                };
         | 
| 737 735 | 
             
                                popperStyle: {
         | 
| 738 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 736 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 739 737 | 
             
                                    readonly required: false;
         | 
| 740 738 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 741 739 | 
             
                                    __epPropKey: true;
         | 
| @@ -786,50 +784,48 @@ declare function __VLS_template(): { | |
| 786 784 | 
             
                                    $refs: {
         | 
| 787 785 | 
             
                                        [x: string]: unknown;
         | 
| 788 786 | 
             
                                    };
         | 
| 789 | 
            -
                                    $slots:  | 
| 790 | 
            -
             | 
| 791 | 
            -
                                     | 
| 792 | 
            -
                                    $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 793 | 
            -
                                    $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 787 | 
            +
                                    $slots: import('vue').Slots;
         | 
| 788 | 
            +
                                    $root: import('vue').ComponentPublicInstance | null;
         | 
| 789 | 
            +
                                    $parent: import('vue').ComponentPublicInstance | null;
         | 
| 794 790 | 
             
                                    $emit: (event: string, ...args: any[]) => void;
         | 
| 795 791 | 
             
                                    $el: any;
         | 
| 796 792 | 
             
                                    $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 797 793 | 
             
                                        readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 798 794 | 
             
                                    }>>, {
         | 
| 799 | 
            -
                                        triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 795 | 
            +
                                        triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 800 796 | 
             
                                        contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 801 797 | 
             
                                        popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 802 | 
            -
                                        referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 798 | 
            +
                                        referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 803 799 | 
             
                                        role: import('vue').ComputedRef<string>;
         | 
| 804 800 | 
             
                                    }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
         | 
| 805 801 | 
             
                                        readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 806 802 | 
             
                                    }> & {
         | 
| 807 | 
            -
                                        beforeCreate?: (( | 
| 808 | 
            -
                                        created?: (( | 
| 809 | 
            -
                                        beforeMount?: (( | 
| 810 | 
            -
                                        mounted?: (( | 
| 811 | 
            -
                                        beforeUpdate?: (( | 
| 812 | 
            -
                                        updated?: (( | 
| 813 | 
            -
                                        activated?: (( | 
| 814 | 
            -
                                        deactivated?: (( | 
| 815 | 
            -
                                        beforeDestroy?: (( | 
| 816 | 
            -
                                        beforeUnmount?: (( | 
| 817 | 
            -
                                        destroyed?: (( | 
| 818 | 
            -
                                        unmounted?: (( | 
| 819 | 
            -
                                        renderTracked?: (( | 
| 820 | 
            -
                                        renderTriggered?: (( | 
| 821 | 
            -
                                        errorCaptured?: (( | 
| 803 | 
            +
                                        beforeCreate?: (() => void) | (() => void)[];
         | 
| 804 | 
            +
                                        created?: (() => void) | (() => void)[];
         | 
| 805 | 
            +
                                        beforeMount?: (() => void) | (() => void)[];
         | 
| 806 | 
            +
                                        mounted?: (() => void) | (() => void)[];
         | 
| 807 | 
            +
                                        beforeUpdate?: (() => void) | (() => void)[];
         | 
| 808 | 
            +
                                        updated?: (() => void) | (() => void)[];
         | 
| 809 | 
            +
                                        activated?: (() => void) | (() => void)[];
         | 
| 810 | 
            +
                                        deactivated?: (() => void) | (() => void)[];
         | 
| 811 | 
            +
                                        beforeDestroy?: (() => void) | (() => void)[];
         | 
| 812 | 
            +
                                        beforeUnmount?: (() => void) | (() => void)[];
         | 
| 813 | 
            +
                                        destroyed?: (() => void) | (() => void)[];
         | 
| 814 | 
            +
                                        unmounted?: (() => void) | (() => void)[];
         | 
| 815 | 
            +
                                        renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 816 | 
            +
                                        renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 817 | 
            +
                                        errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 822 818 | 
             
                                    };
         | 
| 823 819 | 
             
                                    $forceUpdate: () => void;
         | 
| 824 820 | 
             
                                    $nextTick: typeof import('vue').nextTick;
         | 
| 825 | 
            -
                                    $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 821 | 
            +
                                    $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 826 822 | 
             
                                } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 827 823 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 828 824 | 
             
                                }>> & import('vue').ShallowUnwrapRef<{
         | 
| 829 | 
            -
                                    triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 825 | 
            +
                                    triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 830 826 | 
             
                                    contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 831 827 | 
             
                                    popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 832 | 
            -
                                    referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 828 | 
            +
                                    referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 833 829 | 
             
                                    role: import('vue').ComputedRef<string>;
         | 
| 834 830 | 
             
                                }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 835 831 | 
             
                                    $slots: {
         | 
| @@ -837,19 +833,19 @@ declare function __VLS_template(): { | |
| 837 833 | 
             
                                    };
         | 
| 838 834 | 
             
                                }) | undefined>;
         | 
| 839 835 | 
             
                                contentRef: import('vue').Ref<any>;
         | 
| 840 | 
            -
                                isFocusInsideContent: (event?: FocusEvent | 
| 836 | 
            +
                                isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
         | 
| 841 837 | 
             
                                updatePopper: () => void;
         | 
| 842 | 
            -
                                onOpen: (event?: Event | 
| 843 | 
            -
                                onClose: (event?: Event | 
| 844 | 
            -
                                hide: (event?: Event | 
| 838 | 
            +
                                onOpen: (event?: Event) => void;
         | 
| 839 | 
            +
                                onClose: (event?: Event) => void;
         | 
| 840 | 
            +
                                hide: (event?: Event) => void;
         | 
| 845 841 | 
             
                            }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
         | 
| 846 842 | 
             
                                [x: string]: (...args: any[]) => void;
         | 
| 847 843 | 
             
                            }, string, {
         | 
| 844 | 
            +
                                disabled: boolean;
         | 
| 848 845 | 
             
                                content: string;
         | 
| 849 846 | 
             
                                offset: number;
         | 
| 850 | 
            -
                                visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 847 | 
            +
                                visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
         | 
| 851 848 | 
             
                                open: boolean;
         | 
| 852 | 
            -
                                disabled: boolean;
         | 
| 853 849 | 
             
                                placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
         | 
| 854 850 | 
             
                                strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
         | 
| 855 851 | 
             
                                effect: string;
         | 
| @@ -857,7 +853,7 @@ declare function __VLS_template(): { | |
| 857 853 | 
             
                                hideAfter: number;
         | 
| 858 854 | 
             
                                autoClose: number;
         | 
| 859 855 | 
             
                                role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 860 | 
            -
                                trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/ | 
| 856 | 
            +
                                trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 861 857 | 
             
                                arrowOffset: number;
         | 
| 862 858 | 
             
                                virtualTriggering: boolean;
         | 
| 863 859 | 
             
                                boundariesPadding: number;
         | 
| @@ -875,33 +871,33 @@ declare function __VLS_template(): { | |
| 875 871 | 
             
                                persistent: boolean;
         | 
| 876 872 | 
             
                                showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 877 873 | 
             
                            }> & {
         | 
| 878 | 
            -
                                beforeCreate?: (( | 
| 879 | 
            -
                                created?: (( | 
| 880 | 
            -
                                beforeMount?: (( | 
| 881 | 
            -
                                mounted?: (( | 
| 882 | 
            -
                                beforeUpdate?: (( | 
| 883 | 
            -
                                updated?: (( | 
| 884 | 
            -
                                activated?: (( | 
| 885 | 
            -
                                deactivated?: (( | 
| 886 | 
            -
                                beforeDestroy?: (( | 
| 887 | 
            -
                                beforeUnmount?: (( | 
| 888 | 
            -
                                destroyed?: (( | 
| 889 | 
            -
                                unmounted?: (( | 
| 890 | 
            -
                                renderTracked?: (( | 
| 891 | 
            -
                                renderTriggered?: (( | 
| 892 | 
            -
                                errorCaptured?: (( | 
| 874 | 
            +
                                beforeCreate?: (() => void) | (() => void)[];
         | 
| 875 | 
            +
                                created?: (() => void) | (() => void)[];
         | 
| 876 | 
            +
                                beforeMount?: (() => void) | (() => void)[];
         | 
| 877 | 
            +
                                mounted?: (() => void) | (() => void)[];
         | 
| 878 | 
            +
                                beforeUpdate?: (() => void) | (() => void)[];
         | 
| 879 | 
            +
                                updated?: (() => void) | (() => void)[];
         | 
| 880 | 
            +
                                activated?: (() => void) | (() => void)[];
         | 
| 881 | 
            +
                                deactivated?: (() => void) | (() => void)[];
         | 
| 882 | 
            +
                                beforeDestroy?: (() => void) | (() => void)[];
         | 
| 883 | 
            +
                                beforeUnmount?: (() => void) | (() => void)[];
         | 
| 884 | 
            +
                                destroyed?: (() => void) | (() => void)[];
         | 
| 885 | 
            +
                                unmounted?: (() => void) | (() => void)[];
         | 
| 886 | 
            +
                                renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 887 | 
            +
                                renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 888 | 
            +
                                errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 893 889 | 
             
                            };
         | 
| 894 890 | 
             
                            $forceUpdate: () => void;
         | 
| 895 891 | 
             
                            $nextTick: typeof import('vue').nextTick;
         | 
| 896 | 
            -
                            $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 892 | 
            +
                            $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 897 893 | 
             
                        } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 898 894 | 
             
                            showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 899 895 | 
             
                            arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 900 896 | 
             
                            disabled: BooleanConstructor;
         | 
| 901 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 897 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 902 898 | 
             
                            triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 903 899 | 
             
                            virtualRef: {
         | 
| 904 | 
            -
                                readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 900 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 905 901 | 
             
                                readonly required: false;
         | 
| 906 902 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 907 903 | 
             
                                __epPropKey: true;
         | 
| @@ -953,7 +949,7 @@ declare function __VLS_template(): { | |
| 953 949 | 
             
                            open: BooleanConstructor;
         | 
| 954 950 | 
             
                            ariaLabel: StringConstructor;
         | 
| 955 951 | 
             
                            appendTo: {
         | 
| 956 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 952 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 957 953 | 
             
                                readonly required: false;
         | 
| 958 954 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 959 955 | 
             
                                __epPropKey: true;
         | 
| @@ -961,17 +957,17 @@ declare function __VLS_template(): { | |
| 961 957 | 
             
                            content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 962 958 | 
             
                            rawContent: BooleanConstructor;
         | 
| 963 959 | 
             
                            persistent: BooleanConstructor;
         | 
| 964 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 960 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 965 961 | 
             
                            transition: StringConstructor;
         | 
| 966 962 | 
             
                            teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 967 963 | 
             
                            style: {
         | 
| 968 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 964 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 969 965 | 
             
                                readonly required: false;
         | 
| 970 966 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 971 967 | 
             
                                __epPropKey: true;
         | 
| 972 968 | 
             
                            };
         | 
| 973 969 | 
             
                            className: {
         | 
| 974 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 970 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 975 971 | 
             
                                    [x: string]: boolean;
         | 
| 976 972 | 
             
                                } | (string | {
         | 
| 977 973 | 
             
                                    [x: string]: boolean;
         | 
| @@ -995,7 +991,7 @@ declare function __VLS_template(): { | |
| 995 991 | 
             
                                    [x: string]: boolean;
         | 
| 996 992 | 
             
                                } | (string | {
         | 
| 997 993 | 
             
                                    [x: string]: boolean;
         | 
| 998 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 994 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 999 995 | 
             
                                    [x: string]: boolean;
         | 
| 1000 996 | 
             
                                } | (string | {
         | 
| 1001 997 | 
             
                                    [x: string]: boolean;
         | 
| @@ -1019,7 +1015,7 @@ declare function __VLS_template(): { | |
| 1019 1015 | 
             
                                    [x: string]: boolean;
         | 
| 1020 1016 | 
             
                                } | (string | {
         | 
| 1021 1017 | 
             
                                    [x: string]: boolean;
         | 
| 1022 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 1018 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 1023 1019 | 
             
                                    [x: string]: boolean;
         | 
| 1024 1020 | 
             
                                } | (string | {
         | 
| 1025 1021 | 
             
                                    [x: string]: boolean;
         | 
| @@ -1043,7 +1039,7 @@ declare function __VLS_template(): { | |
| 1043 1039 | 
             
                                    [x: string]: boolean;
         | 
| 1044 1040 | 
             
                                } | (string | {
         | 
| 1045 1041 | 
             
                                    [x: string]: boolean;
         | 
| 1046 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 1042 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 1047 1043 | 
             
                                    [x: string]: boolean;
         | 
| 1048 1044 | 
             
                                } | (string | {
         | 
| 1049 1045 | 
             
                                    [x: string]: boolean;
         | 
| @@ -1072,13 +1068,13 @@ declare function __VLS_template(): { | |
| 1072 1068 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1073 1069 | 
             
                                __epPropKey: true;
         | 
| 1074 1070 | 
             
                            };
         | 
| 1075 | 
            -
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 1071 | 
            +
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 1076 1072 | 
             
                            enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 1077 1073 | 
             
                            pure: BooleanConstructor;
         | 
| 1078 1074 | 
             
                            focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 1079 1075 | 
             
                            trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 1080 1076 | 
             
                            popperClass: {
         | 
| 1081 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1077 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 1082 1078 | 
             
                                    [x: string]: boolean;
         | 
| 1083 1079 | 
             
                                } | (string | {
         | 
| 1084 1080 | 
             
                                    [x: string]: boolean;
         | 
| @@ -1102,7 +1098,7 @@ declare function __VLS_template(): { | |
| 1102 1098 | 
             
                                    [x: string]: boolean;
         | 
| 1103 1099 | 
             
                                } | (string | {
         | 
| 1104 1100 | 
             
                                    [x: string]: boolean;
         | 
| 1105 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 1101 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 1106 1102 | 
             
                                    [x: string]: boolean;
         | 
| 1107 1103 | 
             
                                } | (string | {
         | 
| 1108 1104 | 
             
                                    [x: string]: boolean;
         | 
| @@ -1126,7 +1122,7 @@ declare function __VLS_template(): { | |
| 1126 1122 | 
             
                                    [x: string]: boolean;
         | 
| 1127 1123 | 
             
                                } | (string | {
         | 
| 1128 1124 | 
             
                                    [x: string]: boolean;
         | 
| 1129 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 1125 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 1130 1126 | 
             
                                    [x: string]: boolean;
         | 
| 1131 1127 | 
             
                                } | (string | {
         | 
| 1132 1128 | 
             
                                    [x: string]: boolean;
         | 
| @@ -1150,7 +1146,7 @@ declare function __VLS_template(): { | |
| 1150 1146 | 
             
                                    [x: string]: boolean;
         | 
| 1151 1147 | 
             
                                } | (string | {
         | 
| 1152 1148 | 
             
                                    [x: string]: boolean;
         | 
| 1153 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 1149 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 1154 1150 | 
             
                                    [x: string]: boolean;
         | 
| 1155 1151 | 
             
                                } | (string | {
         | 
| 1156 1152 | 
             
                                    [x: string]: boolean;
         | 
| @@ -1180,7 +1176,7 @@ declare function __VLS_template(): { | |
| 1180 1176 | 
             
                                __epPropKey: true;
         | 
| 1181 1177 | 
             
                            };
         | 
| 1182 1178 | 
             
                            popperStyle: {
         | 
| 1183 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 1179 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 1184 1180 | 
             
                                readonly required: false;
         | 
| 1185 1181 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1186 1182 | 
             
                                __epPropKey: true;
         | 
| @@ -1231,50 +1227,48 @@ declare function __VLS_template(): { | |
| 1231 1227 | 
             
                                $refs: {
         | 
| 1232 1228 | 
             
                                    [x: string]: unknown;
         | 
| 1233 1229 | 
             
                                };
         | 
| 1234 | 
            -
                                $slots:  | 
| 1235 | 
            -
             | 
| 1236 | 
            -
                                 | 
| 1237 | 
            -
                                $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 1238 | 
            -
                                $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 1230 | 
            +
                                $slots: import('vue').Slots;
         | 
| 1231 | 
            +
                                $root: import('vue').ComponentPublicInstance | null;
         | 
| 1232 | 
            +
                                $parent: import('vue').ComponentPublicInstance | null;
         | 
| 1239 1233 | 
             
                                $emit: (event: string, ...args: any[]) => void;
         | 
| 1240 1234 | 
             
                                $el: any;
         | 
| 1241 1235 | 
             
                                $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 1242 1236 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 1243 1237 | 
             
                                }>>, {
         | 
| 1244 | 
            -
                                    triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 1238 | 
            +
                                    triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 1245 1239 | 
             
                                    contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 1246 1240 | 
             
                                    popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 1247 | 
            -
                                    referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 1241 | 
            +
                                    referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 1248 1242 | 
             
                                    role: import('vue').ComputedRef<string>;
         | 
| 1249 1243 | 
             
                                }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
         | 
| 1250 1244 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 1251 1245 | 
             
                                }> & {
         | 
| 1252 | 
            -
                                    beforeCreate?: (( | 
| 1253 | 
            -
                                    created?: (( | 
| 1254 | 
            -
                                    beforeMount?: (( | 
| 1255 | 
            -
                                    mounted?: (( | 
| 1256 | 
            -
                                    beforeUpdate?: (( | 
| 1257 | 
            -
                                    updated?: (( | 
| 1258 | 
            -
                                    activated?: (( | 
| 1259 | 
            -
                                    deactivated?: (( | 
| 1260 | 
            -
                                    beforeDestroy?: (( | 
| 1261 | 
            -
                                    beforeUnmount?: (( | 
| 1262 | 
            -
                                    destroyed?: (( | 
| 1263 | 
            -
                                    unmounted?: (( | 
| 1264 | 
            -
                                    renderTracked?: (( | 
| 1265 | 
            -
                                    renderTriggered?: (( | 
| 1266 | 
            -
                                    errorCaptured?: (( | 
| 1246 | 
            +
                                    beforeCreate?: (() => void) | (() => void)[];
         | 
| 1247 | 
            +
                                    created?: (() => void) | (() => void)[];
         | 
| 1248 | 
            +
                                    beforeMount?: (() => void) | (() => void)[];
         | 
| 1249 | 
            +
                                    mounted?: (() => void) | (() => void)[];
         | 
| 1250 | 
            +
                                    beforeUpdate?: (() => void) | (() => void)[];
         | 
| 1251 | 
            +
                                    updated?: (() => void) | (() => void)[];
         | 
| 1252 | 
            +
                                    activated?: (() => void) | (() => void)[];
         | 
| 1253 | 
            +
                                    deactivated?: (() => void) | (() => void)[];
         | 
| 1254 | 
            +
                                    beforeDestroy?: (() => void) | (() => void)[];
         | 
| 1255 | 
            +
                                    beforeUnmount?: (() => void) | (() => void)[];
         | 
| 1256 | 
            +
                                    destroyed?: (() => void) | (() => void)[];
         | 
| 1257 | 
            +
                                    unmounted?: (() => void) | (() => void)[];
         | 
| 1258 | 
            +
                                    renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 1259 | 
            +
                                    renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 1260 | 
            +
                                    errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 1267 1261 | 
             
                                };
         | 
| 1268 1262 | 
             
                                $forceUpdate: () => void;
         | 
| 1269 1263 | 
             
                                $nextTick: typeof import('vue').nextTick;
         | 
| 1270 | 
            -
                                $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 1264 | 
            +
                                $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 1271 1265 | 
             
                            } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 1272 1266 | 
             
                                readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 1273 1267 | 
             
                            }>> & import('vue').ShallowUnwrapRef<{
         | 
| 1274 | 
            -
                                triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 1268 | 
            +
                                triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 1275 1269 | 
             
                                contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 1276 1270 | 
             
                                popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 1277 | 
            -
                                referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 1271 | 
            +
                                referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 1278 1272 | 
             
                                role: import('vue').ComputedRef<string>;
         | 
| 1279 1273 | 
             
                            }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 1280 1274 | 
             
                                $slots: {
         | 
| @@ -1282,11 +1276,11 @@ declare function __VLS_template(): { | |
| 1282 1276 | 
             
                                };
         | 
| 1283 1277 | 
             
                            }) | undefined>;
         | 
| 1284 1278 | 
             
                            contentRef: import('vue').Ref<any>;
         | 
| 1285 | 
            -
                            isFocusInsideContent: (event?: FocusEvent | 
| 1279 | 
            +
                            isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
         | 
| 1286 1280 | 
             
                            updatePopper: () => void;
         | 
| 1287 | 
            -
                            onOpen: (event?: Event | 
| 1288 | 
            -
                            onClose: (event?: Event | 
| 1289 | 
            -
                            hide: (event?: Event | 
| 1281 | 
            +
                            onOpen: (event?: Event) => void;
         | 
| 1282 | 
            +
                            onClose: (event?: Event) => void;
         | 
| 1283 | 
            +
                            hide: (event?: Event) => void;
         | 
| 1290 1284 | 
             
                        }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 1291 1285 | 
             
                            $slots: {
         | 
| 1292 1286 | 
             
                                default?(_: {}): any;
         | 
| @@ -1297,7 +1291,7 @@ declare function __VLS_template(): { | |
| 1297 1291 | 
             
                        triggeringElementRef: import('vue').Ref<any>;
         | 
| 1298 1292 | 
             
                        referenceElementRef: import('vue').Ref<any>;
         | 
| 1299 1293 | 
             
                    }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "visible-change" | "command")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
         | 
| 1300 | 
            -
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 1294 | 
            +
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 1301 1295 | 
             
                        readonly effect: {
         | 
| 1302 1296 | 
             
                            readonly default: "light";
         | 
| 1303 1297 | 
             
                            readonly type: import('vue').PropType<string>;
         | 
| @@ -1306,12 +1300,12 @@ declare function __VLS_template(): { | |
| 1306 1300 | 
             
                            readonly __epPropKey: true;
         | 
| 1307 1301 | 
             
                        };
         | 
| 1308 1302 | 
             
                        readonly type: {
         | 
| 1309 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1303 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
         | 
| 1310 1304 | 
             
                            readonly required: false;
         | 
| 1311 1305 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1312 1306 | 
             
                            __epPropKey: true;
         | 
| 1313 1307 | 
             
                        };
         | 
| 1314 | 
            -
                        readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 1308 | 
            +
                        readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
         | 
| 1315 1309 | 
             
                        readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
         | 
| 1316 1310 | 
             
                        readonly id: StringConstructor;
         | 
| 1317 1311 | 
             
                        readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| @@ -1320,8 +1314,8 @@ declare function __VLS_template(): { | |
| 1320 1314 | 
             
                        readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 1321 1315 | 
             
                        readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 1322 1316 | 
             
                        readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 1323 | 
            -
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 1324 | 
            -
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 1317 | 
            +
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
         | 
| 1318 | 
            +
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
         | 
| 1325 1319 | 
             
                        readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 1326 1320 | 
             
                        readonly disabled: BooleanConstructor;
         | 
| 1327 1321 | 
             
                        readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
         | 
| @@ -1337,21 +1331,21 @@ declare function __VLS_template(): { | |
| 1337 1331 | 
             
                        "onVisible-change"?: ((...args: any[]) => any) | undefined;
         | 
| 1338 1332 | 
             
                        onCommand?: ((...args: any[]) => any) | undefined;
         | 
| 1339 1333 | 
             
                    }, {
         | 
| 1340 | 
            -
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
         | 
| 1341 | 
            -
                        readonly size: string;
         | 
| 1342 1334 | 
             
                        readonly disabled: boolean;
         | 
| 1343 | 
            -
                        readonly  | 
| 1335 | 
            +
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
         | 
| 1336 | 
            +
                        readonly size: string;
         | 
| 1337 | 
            +
                        readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
         | 
| 1344 1338 | 
             
                        readonly effect: string;
         | 
| 1345 | 
            -
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1339 | 
            +
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
         | 
| 1346 1340 | 
             
                        readonly role: string;
         | 
| 1347 | 
            -
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus | 
| 1341 | 
            +
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 1348 1342 | 
             
                        readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 1349 1343 | 
             
                        readonly popperOptions: Partial<import('@popperjs/core').Options>;
         | 
| 1350 1344 | 
             
                        readonly popperClass: string;
         | 
| 1351 1345 | 
             
                        readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 1346 | 
            +
                        readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 1352 1347 | 
             
                        readonly showTimeout: number;
         | 
| 1353 1348 | 
             
                        readonly hideTimeout: number;
         | 
| 1354 | 
            -
                        readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 1355 1349 | 
             
                        readonly splitButton: boolean;
         | 
| 1356 1350 | 
             
                    }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
         | 
| 1357 1351 | 
             
                        P: {};
         | 
| @@ -1361,7 +1355,7 @@ declare function __VLS_template(): { | |
| 1361 1355 | 
             
                        M: {};
         | 
| 1362 1356 | 
             
                        Defaults: {};
         | 
| 1363 1357 | 
             
                    }, Readonly<import('vue').ExtractPropTypes<{
         | 
| 1364 | 
            -
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 1358 | 
            +
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 1365 1359 | 
             
                        readonly effect: {
         | 
| 1366 1360 | 
             
                            readonly default: "light";
         | 
| 1367 1361 | 
             
                            readonly type: import('vue').PropType<string>;
         | 
| @@ -1370,12 +1364,12 @@ declare function __VLS_template(): { | |
| 1370 1364 | 
             
                            readonly __epPropKey: true;
         | 
| 1371 1365 | 
             
                        };
         | 
| 1372 1366 | 
             
                        readonly type: {
         | 
| 1373 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1367 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
         | 
| 1374 1368 | 
             
                            readonly required: false;
         | 
| 1375 1369 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1376 1370 | 
             
                            __epPropKey: true;
         | 
| 1377 1371 | 
             
                        };
         | 
| 1378 | 
            -
                        readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 1372 | 
            +
                        readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
         | 
| 1379 1373 | 
             
                        readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
         | 
| 1380 1374 | 
             
                        readonly id: StringConstructor;
         | 
| 1381 1375 | 
             
                        readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| @@ -1384,8 +1378,8 @@ declare function __VLS_template(): { | |
| 1384 1378 | 
             
                        readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 1385 1379 | 
             
                        readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 1386 1380 | 
             
                        readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 1387 | 
            -
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 1388 | 
            -
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 1381 | 
            +
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
         | 
| 1382 | 
            +
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
         | 
| 1389 1383 | 
             
                        readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 1390 1384 | 
             
                        readonly disabled: BooleanConstructor;
         | 
| 1391 1385 | 
             
                        readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
         | 
| @@ -1405,12 +1399,12 @@ declare function __VLS_template(): { | |
| 1405 1399 | 
             
                        ns: {
         | 
| 1406 1400 | 
             
                            namespace: import('vue').ComputedRef<string>;
         | 
| 1407 1401 | 
             
                            b: (blockSuffix?: string) => string;
         | 
| 1408 | 
            -
                            e: (element?: string | 
| 1409 | 
            -
                            m: (modifier?: string | 
| 1410 | 
            -
                            be: (blockSuffix?: string | 
| 1411 | 
            -
                            em: (element?: string | 
| 1412 | 
            -
                            bm: (blockSuffix?: string | 
| 1413 | 
            -
                            bem: (blockSuffix?: string | 
| 1402 | 
            +
                            e: (element?: string) => string;
         | 
| 1403 | 
            +
                            m: (modifier?: string) => string;
         | 
| 1404 | 
            +
                            be: (blockSuffix?: string, element?: string) => string;
         | 
| 1405 | 
            +
                            em: (element?: string, modifier?: string) => string;
         | 
| 1406 | 
            +
                            bm: (blockSuffix?: string, modifier?: string) => string;
         | 
| 1407 | 
            +
                            bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
         | 
| 1414 1408 | 
             
                            is: {
         | 
| 1415 1409 | 
             
                                (name: string, state: boolean | undefined): string;
         | 
| 1416 1410 | 
             
                                (name: string): string;
         | 
| @@ -1440,11 +1434,11 @@ declare function __VLS_template(): { | |
| 1440 1434 | 
             
                            $: import('vue').ComponentInternalInstance;
         | 
| 1441 1435 | 
             
                            $data: {};
         | 
| 1442 1436 | 
             
                            $props: Partial<{
         | 
| 1437 | 
            +
                                disabled: boolean;
         | 
| 1443 1438 | 
             
                                content: string;
         | 
| 1444 1439 | 
             
                                offset: number;
         | 
| 1445 | 
            -
                                visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1440 | 
            +
                                visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
         | 
| 1446 1441 | 
             
                                open: boolean;
         | 
| 1447 | 
            -
                                disabled: boolean;
         | 
| 1448 1442 | 
             
                                placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
         | 
| 1449 1443 | 
             
                                strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
         | 
| 1450 1444 | 
             
                                effect: string;
         | 
| @@ -1452,7 +1446,7 @@ declare function __VLS_template(): { | |
| 1452 1446 | 
             
                                hideAfter: number;
         | 
| 1453 1447 | 
             
                                autoClose: number;
         | 
| 1454 1448 | 
             
                                role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 1455 | 
            -
                                trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/ | 
| 1449 | 
            +
                                trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 1456 1450 | 
             
                                arrowOffset: number;
         | 
| 1457 1451 | 
             
                                virtualTriggering: boolean;
         | 
| 1458 1452 | 
             
                                boundariesPadding: number;
         | 
| @@ -1473,10 +1467,10 @@ declare function __VLS_template(): { | |
| 1473 1467 | 
             
                                showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 1474 1468 | 
             
                                arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 1475 1469 | 
             
                                disabled: BooleanConstructor;
         | 
| 1476 | 
            -
                                trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 1470 | 
            +
                                trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 1477 1471 | 
             
                                triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 1478 1472 | 
             
                                virtualRef: {
         | 
| 1479 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 1473 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 1480 1474 | 
             
                                    readonly required: false;
         | 
| 1481 1475 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1482 1476 | 
             
                                    __epPropKey: true;
         | 
| @@ -1528,7 +1522,7 @@ declare function __VLS_template(): { | |
| 1528 1522 | 
             
                                open: BooleanConstructor;
         | 
| 1529 1523 | 
             
                                ariaLabel: StringConstructor;
         | 
| 1530 1524 | 
             
                                appendTo: {
         | 
| 1531 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1525 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 1532 1526 | 
             
                                    readonly required: false;
         | 
| 1533 1527 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1534 1528 | 
             
                                    __epPropKey: true;
         | 
| @@ -1536,17 +1530,17 @@ declare function __VLS_template(): { | |
| 1536 1530 | 
             
                                content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 1537 1531 | 
             
                                rawContent: BooleanConstructor;
         | 
| 1538 1532 | 
             
                                persistent: BooleanConstructor;
         | 
| 1539 | 
            -
                                visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 1533 | 
            +
                                visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 1540 1534 | 
             
                                transition: StringConstructor;
         | 
| 1541 1535 | 
             
                                teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 1542 1536 | 
             
                                style: {
         | 
| 1543 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 1537 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 1544 1538 | 
             
                                    readonly required: false;
         | 
| 1545 1539 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1546 1540 | 
             
                                    __epPropKey: true;
         | 
| 1547 1541 | 
             
                                };
         | 
| 1548 1542 | 
             
                                className: {
         | 
| 1549 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1543 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 1550 1544 | 
             
                                        [x: string]: boolean;
         | 
| 1551 1545 | 
             
                                    } | (string | {
         | 
| 1552 1546 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1570,7 +1564,7 @@ declare function __VLS_template(): { | |
| 1570 1564 | 
             
                                        [x: string]: boolean;
         | 
| 1571 1565 | 
             
                                    } | (string | {
         | 
| 1572 1566 | 
             
                                        [x: string]: boolean;
         | 
| 1573 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 1567 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 1574 1568 | 
             
                                        [x: string]: boolean;
         | 
| 1575 1569 | 
             
                                    } | (string | {
         | 
| 1576 1570 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1594,7 +1588,7 @@ declare function __VLS_template(): { | |
| 1594 1588 | 
             
                                        [x: string]: boolean;
         | 
| 1595 1589 | 
             
                                    } | (string | {
         | 
| 1596 1590 | 
             
                                        [x: string]: boolean;
         | 
| 1597 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 1591 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 1598 1592 | 
             
                                        [x: string]: boolean;
         | 
| 1599 1593 | 
             
                                    } | (string | {
         | 
| 1600 1594 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1618,7 +1612,7 @@ declare function __VLS_template(): { | |
| 1618 1612 | 
             
                                        [x: string]: boolean;
         | 
| 1619 1613 | 
             
                                    } | (string | {
         | 
| 1620 1614 | 
             
                                        [x: string]: boolean;
         | 
| 1621 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 1615 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 1622 1616 | 
             
                                        [x: string]: boolean;
         | 
| 1623 1617 | 
             
                                    } | (string | {
         | 
| 1624 1618 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1647,13 +1641,13 @@ declare function __VLS_template(): { | |
| 1647 1641 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1648 1642 | 
             
                                    __epPropKey: true;
         | 
| 1649 1643 | 
             
                                };
         | 
| 1650 | 
            -
                                effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 1644 | 
            +
                                effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 1651 1645 | 
             
                                enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 1652 1646 | 
             
                                pure: BooleanConstructor;
         | 
| 1653 1647 | 
             
                                focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 1654 1648 | 
             
                                trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 1655 1649 | 
             
                                popperClass: {
         | 
| 1656 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1650 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 1657 1651 | 
             
                                        [x: string]: boolean;
         | 
| 1658 1652 | 
             
                                    } | (string | {
         | 
| 1659 1653 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1677,7 +1671,7 @@ declare function __VLS_template(): { | |
| 1677 1671 | 
             
                                        [x: string]: boolean;
         | 
| 1678 1672 | 
             
                                    } | (string | {
         | 
| 1679 1673 | 
             
                                        [x: string]: boolean;
         | 
| 1680 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 1674 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 1681 1675 | 
             
                                        [x: string]: boolean;
         | 
| 1682 1676 | 
             
                                    } | (string | {
         | 
| 1683 1677 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1701,7 +1695,7 @@ declare function __VLS_template(): { | |
| 1701 1695 | 
             
                                        [x: string]: boolean;
         | 
| 1702 1696 | 
             
                                    } | (string | {
         | 
| 1703 1697 | 
             
                                        [x: string]: boolean;
         | 
| 1704 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 1698 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 1705 1699 | 
             
                                        [x: string]: boolean;
         | 
| 1706 1700 | 
             
                                    } | (string | {
         | 
| 1707 1701 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1725,7 +1719,7 @@ declare function __VLS_template(): { | |
| 1725 1719 | 
             
                                        [x: string]: boolean;
         | 
| 1726 1720 | 
             
                                    } | (string | {
         | 
| 1727 1721 | 
             
                                        [x: string]: boolean;
         | 
| 1728 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 1722 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 1729 1723 | 
             
                                        [x: string]: boolean;
         | 
| 1730 1724 | 
             
                                    } | (string | {
         | 
| 1731 1725 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1755,7 +1749,7 @@ declare function __VLS_template(): { | |
| 1755 1749 | 
             
                                    __epPropKey: true;
         | 
| 1756 1750 | 
             
                                };
         | 
| 1757 1751 | 
             
                                popperStyle: {
         | 
| 1758 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 1752 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 1759 1753 | 
             
                                    readonly required: false;
         | 
| 1760 1754 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1761 1755 | 
             
                                    __epPropKey: true;
         | 
| @@ -1791,28 +1785,26 @@ declare function __VLS_template(): { | |
| 1791 1785 | 
             
                                    __epPropKey: true;
         | 
| 1792 1786 | 
             
                                };
         | 
| 1793 1787 | 
             
                                role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 1794 | 
            -
                            }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, " | 
| 1788 | 
            +
                            }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "content" | "offset" | "visible" | "open" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
         | 
| 1795 1789 | 
             
                            $attrs: {
         | 
| 1796 1790 | 
             
                                [x: string]: unknown;
         | 
| 1797 1791 | 
             
                            };
         | 
| 1798 1792 | 
             
                            $refs: {
         | 
| 1799 1793 | 
             
                                [x: string]: unknown;
         | 
| 1800 1794 | 
             
                            };
         | 
| 1801 | 
            -
                            $slots:  | 
| 1802 | 
            -
             | 
| 1803 | 
            -
                             | 
| 1804 | 
            -
                            $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 1805 | 
            -
                            $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 1795 | 
            +
                            $slots: import('vue').Slots;
         | 
| 1796 | 
            +
                            $root: import('vue').ComponentPublicInstance | null;
         | 
| 1797 | 
            +
                            $parent: import('vue').ComponentPublicInstance | null;
         | 
| 1806 1798 | 
             
                            $emit: (event: string, ...args: any[]) => void;
         | 
| 1807 1799 | 
             
                            $el: any;
         | 
| 1808 1800 | 
             
                            $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 1809 1801 | 
             
                                showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 1810 1802 | 
             
                                arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 1811 1803 | 
             
                                disabled: BooleanConstructor;
         | 
| 1812 | 
            -
                                trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 1804 | 
            +
                                trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 1813 1805 | 
             
                                triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 1814 1806 | 
             
                                virtualRef: {
         | 
| 1815 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 1807 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 1816 1808 | 
             
                                    readonly required: false;
         | 
| 1817 1809 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1818 1810 | 
             
                                    __epPropKey: true;
         | 
| @@ -1864,7 +1856,7 @@ declare function __VLS_template(): { | |
| 1864 1856 | 
             
                                open: BooleanConstructor;
         | 
| 1865 1857 | 
             
                                ariaLabel: StringConstructor;
         | 
| 1866 1858 | 
             
                                appendTo: {
         | 
| 1867 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1859 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 1868 1860 | 
             
                                    readonly required: false;
         | 
| 1869 1861 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1870 1862 | 
             
                                    __epPropKey: true;
         | 
| @@ -1872,17 +1864,17 @@ declare function __VLS_template(): { | |
| 1872 1864 | 
             
                                content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 1873 1865 | 
             
                                rawContent: BooleanConstructor;
         | 
| 1874 1866 | 
             
                                persistent: BooleanConstructor;
         | 
| 1875 | 
            -
                                visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 1867 | 
            +
                                visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 1876 1868 | 
             
                                transition: StringConstructor;
         | 
| 1877 1869 | 
             
                                teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 1878 1870 | 
             
                                style: {
         | 
| 1879 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 1871 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 1880 1872 | 
             
                                    readonly required: false;
         | 
| 1881 1873 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1882 1874 | 
             
                                    __epPropKey: true;
         | 
| 1883 1875 | 
             
                                };
         | 
| 1884 1876 | 
             
                                className: {
         | 
| 1885 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1877 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 1886 1878 | 
             
                                        [x: string]: boolean;
         | 
| 1887 1879 | 
             
                                    } | (string | {
         | 
| 1888 1880 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1906,7 +1898,7 @@ declare function __VLS_template(): { | |
| 1906 1898 | 
             
                                        [x: string]: boolean;
         | 
| 1907 1899 | 
             
                                    } | (string | {
         | 
| 1908 1900 | 
             
                                        [x: string]: boolean;
         | 
| 1909 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 1901 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 1910 1902 | 
             
                                        [x: string]: boolean;
         | 
| 1911 1903 | 
             
                                    } | (string | {
         | 
| 1912 1904 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1930,7 +1922,7 @@ declare function __VLS_template(): { | |
| 1930 1922 | 
             
                                        [x: string]: boolean;
         | 
| 1931 1923 | 
             
                                    } | (string | {
         | 
| 1932 1924 | 
             
                                        [x: string]: boolean;
         | 
| 1933 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 1925 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 1934 1926 | 
             
                                        [x: string]: boolean;
         | 
| 1935 1927 | 
             
                                    } | (string | {
         | 
| 1936 1928 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1954,7 +1946,7 @@ declare function __VLS_template(): { | |
| 1954 1946 | 
             
                                        [x: string]: boolean;
         | 
| 1955 1947 | 
             
                                    } | (string | {
         | 
| 1956 1948 | 
             
                                        [x: string]: boolean;
         | 
| 1957 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 1949 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 1958 1950 | 
             
                                        [x: string]: boolean;
         | 
| 1959 1951 | 
             
                                    } | (string | {
         | 
| 1960 1952 | 
             
                                        [x: string]: boolean;
         | 
| @@ -1983,13 +1975,13 @@ declare function __VLS_template(): { | |
| 1983 1975 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 1984 1976 | 
             
                                    __epPropKey: true;
         | 
| 1985 1977 | 
             
                                };
         | 
| 1986 | 
            -
                                effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 1978 | 
            +
                                effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 1987 1979 | 
             
                                enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 1988 1980 | 
             
                                pure: BooleanConstructor;
         | 
| 1989 1981 | 
             
                                focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 1990 1982 | 
             
                                trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 1991 1983 | 
             
                                popperClass: {
         | 
| 1992 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 1984 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 1993 1985 | 
             
                                        [x: string]: boolean;
         | 
| 1994 1986 | 
             
                                    } | (string | {
         | 
| 1995 1987 | 
             
                                        [x: string]: boolean;
         | 
| @@ -2013,7 +2005,7 @@ declare function __VLS_template(): { | |
| 2013 2005 | 
             
                                        [x: string]: boolean;
         | 
| 2014 2006 | 
             
                                    } | (string | {
         | 
| 2015 2007 | 
             
                                        [x: string]: boolean;
         | 
| 2016 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 2008 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 2017 2009 | 
             
                                        [x: string]: boolean;
         | 
| 2018 2010 | 
             
                                    } | (string | {
         | 
| 2019 2011 | 
             
                                        [x: string]: boolean;
         | 
| @@ -2037,7 +2029,7 @@ declare function __VLS_template(): { | |
| 2037 2029 | 
             
                                        [x: string]: boolean;
         | 
| 2038 2030 | 
             
                                    } | (string | {
         | 
| 2039 2031 | 
             
                                        [x: string]: boolean;
         | 
| 2040 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 2032 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 2041 2033 | 
             
                                        [x: string]: boolean;
         | 
| 2042 2034 | 
             
                                    } | (string | {
         | 
| 2043 2035 | 
             
                                        [x: string]: boolean;
         | 
| @@ -2061,7 +2053,7 @@ declare function __VLS_template(): { | |
| 2061 2053 | 
             
                                        [x: string]: boolean;
         | 
| 2062 2054 | 
             
                                    } | (string | {
         | 
| 2063 2055 | 
             
                                        [x: string]: boolean;
         | 
| 2064 | 
            -
                                    } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 2056 | 
            +
                                    } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 2065 2057 | 
             
                                        [x: string]: boolean;
         | 
| 2066 2058 | 
             
                                    } | (string | {
         | 
| 2067 2059 | 
             
                                        [x: string]: boolean;
         | 
| @@ -2091,7 +2083,7 @@ declare function __VLS_template(): { | |
| 2091 2083 | 
             
                                    __epPropKey: true;
         | 
| 2092 2084 | 
             
                                };
         | 
| 2093 2085 | 
             
                                popperStyle: {
         | 
| 2094 | 
            -
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 2086 | 
            +
                                    readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 2095 2087 | 
             
                                    readonly required: false;
         | 
| 2096 2088 | 
             
                                    readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2097 2089 | 
             
                                    __epPropKey: true;
         | 
| @@ -2142,50 +2134,48 @@ declare function __VLS_template(): { | |
| 2142 2134 | 
             
                                    $refs: {
         | 
| 2143 2135 | 
             
                                        [x: string]: unknown;
         | 
| 2144 2136 | 
             
                                    };
         | 
| 2145 | 
            -
                                    $slots:  | 
| 2146 | 
            -
             | 
| 2147 | 
            -
                                     | 
| 2148 | 
            -
                                    $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 2149 | 
            -
                                    $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 2137 | 
            +
                                    $slots: import('vue').Slots;
         | 
| 2138 | 
            +
                                    $root: import('vue').ComponentPublicInstance | null;
         | 
| 2139 | 
            +
                                    $parent: import('vue').ComponentPublicInstance | null;
         | 
| 2150 2140 | 
             
                                    $emit: (event: string, ...args: any[]) => void;
         | 
| 2151 2141 | 
             
                                    $el: any;
         | 
| 2152 2142 | 
             
                                    $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 2153 2143 | 
             
                                        readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 2154 2144 | 
             
                                    }>>, {
         | 
| 2155 | 
            -
                                        triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 2145 | 
            +
                                        triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 2156 2146 | 
             
                                        contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 2157 2147 | 
             
                                        popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 2158 | 
            -
                                        referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 2148 | 
            +
                                        referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 2159 2149 | 
             
                                        role: import('vue').ComputedRef<string>;
         | 
| 2160 2150 | 
             
                                    }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
         | 
| 2161 2151 | 
             
                                        readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 2162 2152 | 
             
                                    }> & {
         | 
| 2163 | 
            -
                                        beforeCreate?: (( | 
| 2164 | 
            -
                                        created?: (( | 
| 2165 | 
            -
                                        beforeMount?: (( | 
| 2166 | 
            -
                                        mounted?: (( | 
| 2167 | 
            -
                                        beforeUpdate?: (( | 
| 2168 | 
            -
                                        updated?: (( | 
| 2169 | 
            -
                                        activated?: (( | 
| 2170 | 
            -
                                        deactivated?: (( | 
| 2171 | 
            -
                                        beforeDestroy?: (( | 
| 2172 | 
            -
                                        beforeUnmount?: (( | 
| 2173 | 
            -
                                        destroyed?: (( | 
| 2174 | 
            -
                                        unmounted?: (( | 
| 2175 | 
            -
                                        renderTracked?: (( | 
| 2176 | 
            -
                                        renderTriggered?: (( | 
| 2177 | 
            -
                                        errorCaptured?: (( | 
| 2153 | 
            +
                                        beforeCreate?: (() => void) | (() => void)[];
         | 
| 2154 | 
            +
                                        created?: (() => void) | (() => void)[];
         | 
| 2155 | 
            +
                                        beforeMount?: (() => void) | (() => void)[];
         | 
| 2156 | 
            +
                                        mounted?: (() => void) | (() => void)[];
         | 
| 2157 | 
            +
                                        beforeUpdate?: (() => void) | (() => void)[];
         | 
| 2158 | 
            +
                                        updated?: (() => void) | (() => void)[];
         | 
| 2159 | 
            +
                                        activated?: (() => void) | (() => void)[];
         | 
| 2160 | 
            +
                                        deactivated?: (() => void) | (() => void)[];
         | 
| 2161 | 
            +
                                        beforeDestroy?: (() => void) | (() => void)[];
         | 
| 2162 | 
            +
                                        beforeUnmount?: (() => void) | (() => void)[];
         | 
| 2163 | 
            +
                                        destroyed?: (() => void) | (() => void)[];
         | 
| 2164 | 
            +
                                        unmounted?: (() => void) | (() => void)[];
         | 
| 2165 | 
            +
                                        renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 2166 | 
            +
                                        renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 2167 | 
            +
                                        errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 2178 2168 | 
             
                                    };
         | 
| 2179 2169 | 
             
                                    $forceUpdate: () => void;
         | 
| 2180 2170 | 
             
                                    $nextTick: typeof import('vue').nextTick;
         | 
| 2181 | 
            -
                                    $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 2171 | 
            +
                                    $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 2182 2172 | 
             
                                } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 2183 2173 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 2184 2174 | 
             
                                }>> & import('vue').ShallowUnwrapRef<{
         | 
| 2185 | 
            -
                                    triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 2175 | 
            +
                                    triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 2186 2176 | 
             
                                    contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 2187 2177 | 
             
                                    popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 2188 | 
            -
                                    referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 2178 | 
            +
                                    referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 2189 2179 | 
             
                                    role: import('vue').ComputedRef<string>;
         | 
| 2190 2180 | 
             
                                }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 2191 2181 | 
             
                                    $slots: {
         | 
| @@ -2193,19 +2183,19 @@ declare function __VLS_template(): { | |
| 2193 2183 | 
             
                                    };
         | 
| 2194 2184 | 
             
                                }) | undefined>;
         | 
| 2195 2185 | 
             
                                contentRef: import('vue').Ref<any>;
         | 
| 2196 | 
            -
                                isFocusInsideContent: (event?: FocusEvent | 
| 2186 | 
            +
                                isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
         | 
| 2197 2187 | 
             
                                updatePopper: () => void;
         | 
| 2198 | 
            -
                                onOpen: (event?: Event | 
| 2199 | 
            -
                                onClose: (event?: Event | 
| 2200 | 
            -
                                hide: (event?: Event | 
| 2188 | 
            +
                                onOpen: (event?: Event) => void;
         | 
| 2189 | 
            +
                                onClose: (event?: Event) => void;
         | 
| 2190 | 
            +
                                hide: (event?: Event) => void;
         | 
| 2201 2191 | 
             
                            }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
         | 
| 2202 2192 | 
             
                                [x: string]: (...args: any[]) => void;
         | 
| 2203 2193 | 
             
                            }, string, {
         | 
| 2194 | 
            +
                                disabled: boolean;
         | 
| 2204 2195 | 
             
                                content: string;
         | 
| 2205 2196 | 
             
                                offset: number;
         | 
| 2206 | 
            -
                                visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 2197 | 
            +
                                visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
         | 
| 2207 2198 | 
             
                                open: boolean;
         | 
| 2208 | 
            -
                                disabled: boolean;
         | 
| 2209 2199 | 
             
                                placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
         | 
| 2210 2200 | 
             
                                strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
         | 
| 2211 2201 | 
             
                                effect: string;
         | 
| @@ -2213,7 +2203,7 @@ declare function __VLS_template(): { | |
| 2213 2203 | 
             
                                hideAfter: number;
         | 
| 2214 2204 | 
             
                                autoClose: number;
         | 
| 2215 2205 | 
             
                                role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 2216 | 
            -
                                trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/ | 
| 2206 | 
            +
                                trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 2217 2207 | 
             
                                arrowOffset: number;
         | 
| 2218 2208 | 
             
                                virtualTriggering: boolean;
         | 
| 2219 2209 | 
             
                                boundariesPadding: number;
         | 
| @@ -2231,33 +2221,33 @@ declare function __VLS_template(): { | |
| 2231 2221 | 
             
                                persistent: boolean;
         | 
| 2232 2222 | 
             
                                showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 2233 2223 | 
             
                            }> & {
         | 
| 2234 | 
            -
                                beforeCreate?: (( | 
| 2235 | 
            -
                                created?: (( | 
| 2236 | 
            -
                                beforeMount?: (( | 
| 2237 | 
            -
                                mounted?: (( | 
| 2238 | 
            -
                                beforeUpdate?: (( | 
| 2239 | 
            -
                                updated?: (( | 
| 2240 | 
            -
                                activated?: (( | 
| 2241 | 
            -
                                deactivated?: (( | 
| 2242 | 
            -
                                beforeDestroy?: (( | 
| 2243 | 
            -
                                beforeUnmount?: (( | 
| 2244 | 
            -
                                destroyed?: (( | 
| 2245 | 
            -
                                unmounted?: (( | 
| 2246 | 
            -
                                renderTracked?: (( | 
| 2247 | 
            -
                                renderTriggered?: (( | 
| 2248 | 
            -
                                errorCaptured?: (( | 
| 2224 | 
            +
                                beforeCreate?: (() => void) | (() => void)[];
         | 
| 2225 | 
            +
                                created?: (() => void) | (() => void)[];
         | 
| 2226 | 
            +
                                beforeMount?: (() => void) | (() => void)[];
         | 
| 2227 | 
            +
                                mounted?: (() => void) | (() => void)[];
         | 
| 2228 | 
            +
                                beforeUpdate?: (() => void) | (() => void)[];
         | 
| 2229 | 
            +
                                updated?: (() => void) | (() => void)[];
         | 
| 2230 | 
            +
                                activated?: (() => void) | (() => void)[];
         | 
| 2231 | 
            +
                                deactivated?: (() => void) | (() => void)[];
         | 
| 2232 | 
            +
                                beforeDestroy?: (() => void) | (() => void)[];
         | 
| 2233 | 
            +
                                beforeUnmount?: (() => void) | (() => void)[];
         | 
| 2234 | 
            +
                                destroyed?: (() => void) | (() => void)[];
         | 
| 2235 | 
            +
                                unmounted?: (() => void) | (() => void)[];
         | 
| 2236 | 
            +
                                renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 2237 | 
            +
                                renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 2238 | 
            +
                                errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 2249 2239 | 
             
                            };
         | 
| 2250 2240 | 
             
                            $forceUpdate: () => void;
         | 
| 2251 2241 | 
             
                            $nextTick: typeof import('vue').nextTick;
         | 
| 2252 | 
            -
                            $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 2242 | 
            +
                            $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 2253 2243 | 
             
                        } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 2254 2244 | 
             
                            showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 2255 2245 | 
             
                            arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 2256 2246 | 
             
                            disabled: BooleanConstructor;
         | 
| 2257 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 2247 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 2258 2248 | 
             
                            triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 2259 2249 | 
             
                            virtualRef: {
         | 
| 2260 | 
            -
                                readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 2250 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 2261 2251 | 
             
                                readonly required: false;
         | 
| 2262 2252 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2263 2253 | 
             
                                __epPropKey: true;
         | 
| @@ -2309,7 +2299,7 @@ declare function __VLS_template(): { | |
| 2309 2299 | 
             
                            open: BooleanConstructor;
         | 
| 2310 2300 | 
             
                            ariaLabel: StringConstructor;
         | 
| 2311 2301 | 
             
                            appendTo: {
         | 
| 2312 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 2302 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 2313 2303 | 
             
                                readonly required: false;
         | 
| 2314 2304 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2315 2305 | 
             
                                __epPropKey: true;
         | 
| @@ -2317,17 +2307,17 @@ declare function __VLS_template(): { | |
| 2317 2307 | 
             
                            content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 2318 2308 | 
             
                            rawContent: BooleanConstructor;
         | 
| 2319 2309 | 
             
                            persistent: BooleanConstructor;
         | 
| 2320 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 2310 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 2321 2311 | 
             
                            transition: StringConstructor;
         | 
| 2322 2312 | 
             
                            teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 2323 2313 | 
             
                            style: {
         | 
| 2324 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 2314 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 2325 2315 | 
             
                                readonly required: false;
         | 
| 2326 2316 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2327 2317 | 
             
                                __epPropKey: true;
         | 
| 2328 2318 | 
             
                            };
         | 
| 2329 2319 | 
             
                            className: {
         | 
| 2330 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 2320 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 2331 2321 | 
             
                                    [x: string]: boolean;
         | 
| 2332 2322 | 
             
                                } | (string | {
         | 
| 2333 2323 | 
             
                                    [x: string]: boolean;
         | 
| @@ -2351,7 +2341,7 @@ declare function __VLS_template(): { | |
| 2351 2341 | 
             
                                    [x: string]: boolean;
         | 
| 2352 2342 | 
             
                                } | (string | {
         | 
| 2353 2343 | 
             
                                    [x: string]: boolean;
         | 
| 2354 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 2344 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 2355 2345 | 
             
                                    [x: string]: boolean;
         | 
| 2356 2346 | 
             
                                } | (string | {
         | 
| 2357 2347 | 
             
                                    [x: string]: boolean;
         | 
| @@ -2375,7 +2365,7 @@ declare function __VLS_template(): { | |
| 2375 2365 | 
             
                                    [x: string]: boolean;
         | 
| 2376 2366 | 
             
                                } | (string | {
         | 
| 2377 2367 | 
             
                                    [x: string]: boolean;
         | 
| 2378 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 2368 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 2379 2369 | 
             
                                    [x: string]: boolean;
         | 
| 2380 2370 | 
             
                                } | (string | {
         | 
| 2381 2371 | 
             
                                    [x: string]: boolean;
         | 
| @@ -2399,7 +2389,7 @@ declare function __VLS_template(): { | |
| 2399 2389 | 
             
                                    [x: string]: boolean;
         | 
| 2400 2390 | 
             
                                } | (string | {
         | 
| 2401 2391 | 
             
                                    [x: string]: boolean;
         | 
| 2402 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 2392 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 2403 2393 | 
             
                                    [x: string]: boolean;
         | 
| 2404 2394 | 
             
                                } | (string | {
         | 
| 2405 2395 | 
             
                                    [x: string]: boolean;
         | 
| @@ -2428,13 +2418,13 @@ declare function __VLS_template(): { | |
| 2428 2418 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2429 2419 | 
             
                                __epPropKey: true;
         | 
| 2430 2420 | 
             
                            };
         | 
| 2431 | 
            -
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 2421 | 
            +
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 2432 2422 | 
             
                            enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 2433 2423 | 
             
                            pure: BooleanConstructor;
         | 
| 2434 2424 | 
             
                            focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 2435 2425 | 
             
                            trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 2436 2426 | 
             
                            popperClass: {
         | 
| 2437 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 2427 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 2438 2428 | 
             
                                    [x: string]: boolean;
         | 
| 2439 2429 | 
             
                                } | (string | {
         | 
| 2440 2430 | 
             
                                    [x: string]: boolean;
         | 
| @@ -2458,7 +2448,7 @@ declare function __VLS_template(): { | |
| 2458 2448 | 
             
                                    [x: string]: boolean;
         | 
| 2459 2449 | 
             
                                } | (string | {
         | 
| 2460 2450 | 
             
                                    [x: string]: boolean;
         | 
| 2461 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 2451 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 2462 2452 | 
             
                                    [x: string]: boolean;
         | 
| 2463 2453 | 
             
                                } | (string | {
         | 
| 2464 2454 | 
             
                                    [x: string]: boolean;
         | 
| @@ -2482,7 +2472,7 @@ declare function __VLS_template(): { | |
| 2482 2472 | 
             
                                    [x: string]: boolean;
         | 
| 2483 2473 | 
             
                                } | (string | {
         | 
| 2484 2474 | 
             
                                    [x: string]: boolean;
         | 
| 2485 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 2475 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 2486 2476 | 
             
                                    [x: string]: boolean;
         | 
| 2487 2477 | 
             
                                } | (string | {
         | 
| 2488 2478 | 
             
                                    [x: string]: boolean;
         | 
| @@ -2506,7 +2496,7 @@ declare function __VLS_template(): { | |
| 2506 2496 | 
             
                                    [x: string]: boolean;
         | 
| 2507 2497 | 
             
                                } | (string | {
         | 
| 2508 2498 | 
             
                                    [x: string]: boolean;
         | 
| 2509 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 2499 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 2510 2500 | 
             
                                    [x: string]: boolean;
         | 
| 2511 2501 | 
             
                                } | (string | {
         | 
| 2512 2502 | 
             
                                    [x: string]: boolean;
         | 
| @@ -2536,7 +2526,7 @@ declare function __VLS_template(): { | |
| 2536 2526 | 
             
                                __epPropKey: true;
         | 
| 2537 2527 | 
             
                            };
         | 
| 2538 2528 | 
             
                            popperStyle: {
         | 
| 2539 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 2529 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 2540 2530 | 
             
                                readonly required: false;
         | 
| 2541 2531 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2542 2532 | 
             
                                __epPropKey: true;
         | 
| @@ -2587,50 +2577,48 @@ declare function __VLS_template(): { | |
| 2587 2577 | 
             
                                $refs: {
         | 
| 2588 2578 | 
             
                                    [x: string]: unknown;
         | 
| 2589 2579 | 
             
                                };
         | 
| 2590 | 
            -
                                $slots:  | 
| 2591 | 
            -
             | 
| 2592 | 
            -
                                 | 
| 2593 | 
            -
                                $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 2594 | 
            -
                                $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 2580 | 
            +
                                $slots: import('vue').Slots;
         | 
| 2581 | 
            +
                                $root: import('vue').ComponentPublicInstance | null;
         | 
| 2582 | 
            +
                                $parent: import('vue').ComponentPublicInstance | null;
         | 
| 2595 2583 | 
             
                                $emit: (event: string, ...args: any[]) => void;
         | 
| 2596 2584 | 
             
                                $el: any;
         | 
| 2597 2585 | 
             
                                $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 2598 2586 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 2599 2587 | 
             
                                }>>, {
         | 
| 2600 | 
            -
                                    triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 2588 | 
            +
                                    triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 2601 2589 | 
             
                                    contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 2602 2590 | 
             
                                    popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 2603 | 
            -
                                    referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 2591 | 
            +
                                    referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 2604 2592 | 
             
                                    role: import('vue').ComputedRef<string>;
         | 
| 2605 2593 | 
             
                                }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
         | 
| 2606 2594 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 2607 2595 | 
             
                                }> & {
         | 
| 2608 | 
            -
                                    beforeCreate?: (( | 
| 2609 | 
            -
                                    created?: (( | 
| 2610 | 
            -
                                    beforeMount?: (( | 
| 2611 | 
            -
                                    mounted?: (( | 
| 2612 | 
            -
                                    beforeUpdate?: (( | 
| 2613 | 
            -
                                    updated?: (( | 
| 2614 | 
            -
                                    activated?: (( | 
| 2615 | 
            -
                                    deactivated?: (( | 
| 2616 | 
            -
                                    beforeDestroy?: (( | 
| 2617 | 
            -
                                    beforeUnmount?: (( | 
| 2618 | 
            -
                                    destroyed?: (( | 
| 2619 | 
            -
                                    unmounted?: (( | 
| 2620 | 
            -
                                    renderTracked?: (( | 
| 2621 | 
            -
                                    renderTriggered?: (( | 
| 2622 | 
            -
                                    errorCaptured?: (( | 
| 2596 | 
            +
                                    beforeCreate?: (() => void) | (() => void)[];
         | 
| 2597 | 
            +
                                    created?: (() => void) | (() => void)[];
         | 
| 2598 | 
            +
                                    beforeMount?: (() => void) | (() => void)[];
         | 
| 2599 | 
            +
                                    mounted?: (() => void) | (() => void)[];
         | 
| 2600 | 
            +
                                    beforeUpdate?: (() => void) | (() => void)[];
         | 
| 2601 | 
            +
                                    updated?: (() => void) | (() => void)[];
         | 
| 2602 | 
            +
                                    activated?: (() => void) | (() => void)[];
         | 
| 2603 | 
            +
                                    deactivated?: (() => void) | (() => void)[];
         | 
| 2604 | 
            +
                                    beforeDestroy?: (() => void) | (() => void)[];
         | 
| 2605 | 
            +
                                    beforeUnmount?: (() => void) | (() => void)[];
         | 
| 2606 | 
            +
                                    destroyed?: (() => void) | (() => void)[];
         | 
| 2607 | 
            +
                                    unmounted?: (() => void) | (() => void)[];
         | 
| 2608 | 
            +
                                    renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 2609 | 
            +
                                    renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 2610 | 
            +
                                    errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 2623 2611 | 
             
                                };
         | 
| 2624 2612 | 
             
                                $forceUpdate: () => void;
         | 
| 2625 2613 | 
             
                                $nextTick: typeof import('vue').nextTick;
         | 
| 2626 | 
            -
                                $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 2614 | 
            +
                                $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 2627 2615 | 
             
                            } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 2628 2616 | 
             
                                readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 2629 2617 | 
             
                            }>> & import('vue').ShallowUnwrapRef<{
         | 
| 2630 | 
            -
                                triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 2618 | 
            +
                                triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 2631 2619 | 
             
                                contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 2632 2620 | 
             
                                popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 2633 | 
            -
                                referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 2621 | 
            +
                                referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 2634 2622 | 
             
                                role: import('vue').ComputedRef<string>;
         | 
| 2635 2623 | 
             
                            }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 2636 2624 | 
             
                                $slots: {
         | 
| @@ -2638,11 +2626,11 @@ declare function __VLS_template(): { | |
| 2638 2626 | 
             
                                };
         | 
| 2639 2627 | 
             
                            }) | undefined>;
         | 
| 2640 2628 | 
             
                            contentRef: import('vue').Ref<any>;
         | 
| 2641 | 
            -
                            isFocusInsideContent: (event?: FocusEvent | 
| 2629 | 
            +
                            isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
         | 
| 2642 2630 | 
             
                            updatePopper: () => void;
         | 
| 2643 | 
            -
                            onOpen: (event?: Event | 
| 2644 | 
            -
                            onClose: (event?: Event | 
| 2645 | 
            -
                            hide: (event?: Event | 
| 2631 | 
            +
                            onOpen: (event?: Event) => void;
         | 
| 2632 | 
            +
                            onClose: (event?: Event) => void;
         | 
| 2633 | 
            +
                            hide: (event?: Event) => void;
         | 
| 2646 2634 | 
             
                        }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 2647 2635 | 
             
                            $slots: {
         | 
| 2648 2636 | 
             
                                default?(_: {}): any;
         | 
| @@ -2653,21 +2641,21 @@ declare function __VLS_template(): { | |
| 2653 2641 | 
             
                        triggeringElementRef: import('vue').Ref<any>;
         | 
| 2654 2642 | 
             
                        referenceElementRef: import('vue').Ref<any>;
         | 
| 2655 2643 | 
             
                    }, {}, {}, {}, {
         | 
| 2656 | 
            -
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
         | 
| 2657 | 
            -
                        readonly size: string;
         | 
| 2658 2644 | 
             
                        readonly disabled: boolean;
         | 
| 2659 | 
            -
                        readonly  | 
| 2645 | 
            +
                        readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
         | 
| 2646 | 
            +
                        readonly size: string;
         | 
| 2647 | 
            +
                        readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
         | 
| 2660 2648 | 
             
                        readonly effect: string;
         | 
| 2661 | 
            -
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 2649 | 
            +
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
         | 
| 2662 2650 | 
             
                        readonly role: string;
         | 
| 2663 | 
            -
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus | 
| 2651 | 
            +
                        readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 2664 2652 | 
             
                        readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 2665 2653 | 
             
                        readonly popperOptions: Partial<import('@popperjs/core').Options>;
         | 
| 2666 2654 | 
             
                        readonly popperClass: string;
         | 
| 2667 2655 | 
             
                        readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 2656 | 
            +
                        readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 2668 2657 | 
             
                        readonly showTimeout: number;
         | 
| 2669 2658 | 
             
                        readonly hideTimeout: number;
         | 
| 2670 | 
            -
                        readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 2671 2659 | 
             
                        readonly splitButton: boolean;
         | 
| 2672 2660 | 
             
                    }> | null;
         | 
| 2673 2661 | 
             
                    input: ({
         | 
| @@ -2677,15 +2665,15 @@ declare function __VLS_template(): { | |
| 2677 2665 | 
             
                            readonly disabled: boolean;
         | 
| 2678 2666 | 
             
                            readonly id: string;
         | 
| 2679 2667 | 
             
                            readonly type: string;
         | 
| 2680 | 
            -
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 2668 | 
            +
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
         | 
| 2681 2669 | 
             
                            readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
         | 
| 2670 | 
            +
                            readonly readonly: boolean;
         | 
| 2682 2671 | 
             
                            readonly autosize: import('element-plus').InputAutoSize;
         | 
| 2683 2672 | 
             
                            readonly autocomplete: string;
         | 
| 2684 2673 | 
             
                            readonly containerRole: string;
         | 
| 2685 2674 | 
             
                            readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 2686 2675 | 
             
                            readonly inputStyle: import('vue').StyleValue;
         | 
| 2687 2676 | 
             
                            readonly rows: number;
         | 
| 2688 | 
            -
                            readonly readonly: boolean;
         | 
| 2689 2677 | 
             
                            readonly clearable: boolean;
         | 
| 2690 2678 | 
             
                            readonly showPassword: boolean;
         | 
| 2691 2679 | 
             
                            readonly showWordLimit: boolean;
         | 
| @@ -2694,7 +2682,7 @@ declare function __VLS_template(): { | |
| 2694 2682 | 
             
                            readonly disabled: boolean;
         | 
| 2695 2683 | 
             
                            readonly type: string;
         | 
| 2696 2684 | 
             
                            readonly autofocus: boolean;
         | 
| 2697 | 
            -
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 2685 | 
            +
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
         | 
| 2698 2686 | 
             
                            readonly readonly: boolean;
         | 
| 2699 2687 | 
             
                            readonly autosize: import('element-plus').InputAutoSize;
         | 
| 2700 2688 | 
             
                            readonly autocomplete: string;
         | 
| @@ -2715,8 +2703,8 @@ declare function __VLS_template(): { | |
| 2715 2703 | 
             
                            readonly placeholder?: string | undefined;
         | 
| 2716 2704 | 
             
                            readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
         | 
| 2717 2705 | 
             
                            readonly parser?: Function | undefined;
         | 
| 2718 | 
            -
                            readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 2719 | 
            -
                            readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 2706 | 
            +
                            readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
         | 
| 2707 | 
            +
                            readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
         | 
| 2720 2708 | 
             
                            readonly containerRole?: string | undefined;
         | 
| 2721 2709 | 
             
                            "onUpdate:modelValue"?: ((value: string) => any) | undefined;
         | 
| 2722 2710 | 
             
                            onChange?: ((value: string) => any) | undefined;
         | 
| @@ -2740,7 +2728,7 @@ declare function __VLS_template(): { | |
| 2740 2728 | 
             
                                __epPropKey: true;
         | 
| 2741 2729 | 
             
                            };
         | 
| 2742 2730 | 
             
                            readonly disabled: BooleanConstructor;
         | 
| 2743 | 
            -
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 2731 | 
            +
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
         | 
| 2744 2732 | 
             
                            readonly maxlength: {
         | 
| 2745 2733 | 
             
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
         | 
| 2746 2734 | 
             
                                readonly required: false;
         | 
| @@ -2760,7 +2748,13 @@ declare function __VLS_template(): { | |
| 2760 2748 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2761 2749 | 
             
                                __epPropKey: true;
         | 
| 2762 2750 | 
             
                            };
         | 
| 2763 | 
            -
                            readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 2751 | 
            +
                            readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
         | 
| 2752 | 
            +
                                minRows?: number;
         | 
| 2753 | 
            +
                                maxRows?: number;
         | 
| 2754 | 
            +
                            }) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
         | 
| 2755 | 
            +
                                minRows?: number;
         | 
| 2756 | 
            +
                                maxRows?: number;
         | 
| 2757 | 
            +
                            }) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
         | 
| 2764 2758 | 
             
                            readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
         | 
| 2765 2759 | 
             
                            readonly formatter: {
         | 
| 2766 2760 | 
             
                                readonly type: import('vue').PropType<Function>;
         | 
| @@ -2791,13 +2785,13 @@ declare function __VLS_template(): { | |
| 2791 2785 | 
             
                            readonly showPassword: BooleanConstructor;
         | 
| 2792 2786 | 
             
                            readonly showWordLimit: BooleanConstructor;
         | 
| 2793 2787 | 
             
                            readonly suffixIcon: {
         | 
| 2794 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 2788 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 2795 2789 | 
             
                                readonly required: false;
         | 
| 2796 2790 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2797 2791 | 
             
                                __epPropKey: true;
         | 
| 2798 2792 | 
             
                            };
         | 
| 2799 2793 | 
             
                            readonly prefixIcon: {
         | 
| 2800 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 2794 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 2801 2795 | 
             
                                readonly required: false;
         | 
| 2802 2796 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2803 2797 | 
             
                                __epPropKey: true;
         | 
| @@ -2805,7 +2799,7 @@ declare function __VLS_template(): { | |
| 2805 2799 | 
             
                            readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
         | 
| 2806 2800 | 
             
                            readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
         | 
| 2807 2801 | 
             
                            readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 2808 | 
            -
                            readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue'). | 
| 2802 | 
            +
                            readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
         | 
| 2809 2803 | 
             
                            readonly autofocus: BooleanConstructor;
         | 
| 2810 2804 | 
             
                            readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
         | 
| 2811 2805 | 
             
                        }>> & {
         | 
| @@ -2846,7 +2840,7 @@ declare function __VLS_template(): { | |
| 2846 2840 | 
             
                                __epPropKey: true;
         | 
| 2847 2841 | 
             
                            };
         | 
| 2848 2842 | 
             
                            readonly disabled: BooleanConstructor;
         | 
| 2849 | 
            -
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 2843 | 
            +
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
         | 
| 2850 2844 | 
             
                            readonly maxlength: {
         | 
| 2851 2845 | 
             
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
         | 
| 2852 2846 | 
             
                                readonly required: false;
         | 
| @@ -2866,7 +2860,13 @@ declare function __VLS_template(): { | |
| 2866 2860 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2867 2861 | 
             
                                __epPropKey: true;
         | 
| 2868 2862 | 
             
                            };
         | 
| 2869 | 
            -
                            readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 2863 | 
            +
                            readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
         | 
| 2864 | 
            +
                                minRows?: number;
         | 
| 2865 | 
            +
                                maxRows?: number;
         | 
| 2866 | 
            +
                            }) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
         | 
| 2867 | 
            +
                                minRows?: number;
         | 
| 2868 | 
            +
                                maxRows?: number;
         | 
| 2869 | 
            +
                            }) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
         | 
| 2870 2870 | 
             
                            readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
         | 
| 2871 2871 | 
             
                            readonly formatter: {
         | 
| 2872 2872 | 
             
                                readonly type: import('vue').PropType<Function>;
         | 
| @@ -2897,13 +2897,13 @@ declare function __VLS_template(): { | |
| 2897 2897 | 
             
                            readonly showPassword: BooleanConstructor;
         | 
| 2898 2898 | 
             
                            readonly showWordLimit: BooleanConstructor;
         | 
| 2899 2899 | 
             
                            readonly suffixIcon: {
         | 
| 2900 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 2900 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 2901 2901 | 
             
                                readonly required: false;
         | 
| 2902 2902 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2903 2903 | 
             
                                __epPropKey: true;
         | 
| 2904 2904 | 
             
                            };
         | 
| 2905 2905 | 
             
                            readonly prefixIcon: {
         | 
| 2906 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 2906 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 2907 2907 | 
             
                                readonly required: false;
         | 
| 2908 2908 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 2909 2909 | 
             
                                __epPropKey: true;
         | 
| @@ -2911,7 +2911,7 @@ declare function __VLS_template(): { | |
| 2911 2911 | 
             
                            readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
         | 
| 2912 2912 | 
             
                            readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
         | 
| 2913 2913 | 
             
                            readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 2914 | 
            -
                            readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue'). | 
| 2914 | 
            +
                            readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
         | 
| 2915 2915 | 
             
                            readonly autofocus: BooleanConstructor;
         | 
| 2916 2916 | 
             
                            readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
         | 
| 2917 2917 | 
             
                        }>> & {
         | 
| @@ -2956,15 +2956,15 @@ declare function __VLS_template(): { | |
| 2956 2956 | 
             
                            readonly disabled: boolean;
         | 
| 2957 2957 | 
             
                            readonly id: string;
         | 
| 2958 2958 | 
             
                            readonly type: string;
         | 
| 2959 | 
            -
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 2959 | 
            +
                            readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
         | 
| 2960 2960 | 
             
                            readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
         | 
| 2961 | 
            +
                            readonly readonly: boolean;
         | 
| 2961 2962 | 
             
                            readonly autosize: import('element-plus').InputAutoSize;
         | 
| 2962 2963 | 
             
                            readonly autocomplete: string;
         | 
| 2963 2964 | 
             
                            readonly containerRole: string;
         | 
| 2964 2965 | 
             
                            readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 2965 2966 | 
             
                            readonly inputStyle: import('vue').StyleValue;
         | 
| 2966 2967 | 
             
                            readonly rows: number;
         | 
| 2967 | 
            -
                            readonly readonly: boolean;
         | 
| 2968 2968 | 
             
                            readonly clearable: boolean;
         | 
| 2969 2969 | 
             
                            readonly showPassword: boolean;
         | 
| 2970 2970 | 
             
                            readonly showWordLimit: boolean;
         | 
| @@ -2993,15 +2993,15 @@ declare function __VLS_template(): { | |
| 2993 2993 | 
             
                        readonly disabled: boolean;
         | 
| 2994 2994 | 
             
                        readonly id: string;
         | 
| 2995 2995 | 
             
                        readonly type: string;
         | 
| 2996 | 
            -
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 2996 | 
            +
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
         | 
| 2997 2997 | 
             
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
         | 
| 2998 | 
            +
                        readonly readonly: boolean;
         | 
| 2998 2999 | 
             
                        readonly autosize: import('element-plus').InputAutoSize;
         | 
| 2999 3000 | 
             
                        readonly autocomplete: string;
         | 
| 3000 3001 | 
             
                        readonly containerRole: string;
         | 
| 3001 3002 | 
             
                        readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 3002 3003 | 
             
                        readonly inputStyle: import('vue').StyleValue;
         | 
| 3003 3004 | 
             
                        readonly rows: number;
         | 
| 3004 | 
            -
                        readonly readonly: boolean;
         | 
| 3005 3005 | 
             
                        readonly clearable: boolean;
         | 
| 3006 3006 | 
             
                        readonly showPassword: boolean;
         | 
| 3007 3007 | 
             
                        readonly showWordLimit: boolean;
         | 
| @@ -3016,7 +3016,7 @@ declare function __VLS_template(): { | |
| 3016 3016 | 
             
                            __epPropKey: true;
         | 
| 3017 3017 | 
             
                        };
         | 
| 3018 3018 | 
             
                        readonly disabled: BooleanConstructor;
         | 
| 3019 | 
            -
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 3019 | 
            +
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
         | 
| 3020 3020 | 
             
                        readonly maxlength: {
         | 
| 3021 3021 | 
             
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
         | 
| 3022 3022 | 
             
                            readonly required: false;
         | 
| @@ -3036,7 +3036,13 @@ declare function __VLS_template(): { | |
| 3036 3036 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3037 3037 | 
             
                            __epPropKey: true;
         | 
| 3038 3038 | 
             
                        };
         | 
| 3039 | 
            -
                        readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 3039 | 
            +
                        readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
         | 
| 3040 | 
            +
                            minRows?: number;
         | 
| 3041 | 
            +
                            maxRows?: number;
         | 
| 3042 | 
            +
                        }) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
         | 
| 3043 | 
            +
                            minRows?: number;
         | 
| 3044 | 
            +
                            maxRows?: number;
         | 
| 3045 | 
            +
                        }) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
         | 
| 3040 3046 | 
             
                        readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
         | 
| 3041 3047 | 
             
                        readonly formatter: {
         | 
| 3042 3048 | 
             
                            readonly type: import('vue').PropType<Function>;
         | 
| @@ -3067,13 +3073,13 @@ declare function __VLS_template(): { | |
| 3067 3073 | 
             
                        readonly showPassword: BooleanConstructor;
         | 
| 3068 3074 | 
             
                        readonly showWordLimit: BooleanConstructor;
         | 
| 3069 3075 | 
             
                        readonly suffixIcon: {
         | 
| 3070 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 3076 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 3071 3077 | 
             
                            readonly required: false;
         | 
| 3072 3078 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3073 3079 | 
             
                            __epPropKey: true;
         | 
| 3074 3080 | 
             
                        };
         | 
| 3075 3081 | 
             
                        readonly prefixIcon: {
         | 
| 3076 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 3082 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 3077 3083 | 
             
                            readonly required: false;
         | 
| 3078 3084 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3079 3085 | 
             
                            __epPropKey: true;
         | 
| @@ -3081,7 +3087,7 @@ declare function __VLS_template(): { | |
| 3081 3087 | 
             
                        readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
         | 
| 3082 3088 | 
             
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
         | 
| 3083 3089 | 
             
                        readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 3084 | 
            -
                        readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue'). | 
| 3090 | 
            +
                        readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
         | 
| 3085 3091 | 
             
                        readonly autofocus: BooleanConstructor;
         | 
| 3086 3092 | 
             
                        readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
         | 
| 3087 3093 | 
             
                    }>> & {
         | 
| @@ -3127,7 +3133,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3127 3133 | 
             
                onChange?: ((...args: any[]) => any) | undefined;
         | 
| 3128 3134 | 
             
            }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
         | 
| 3129 3135 | 
             
                dropdown: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
         | 
| 3130 | 
            -
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 3136 | 
            +
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 3131 3137 | 
             
                    readonly effect: {
         | 
| 3132 3138 | 
             
                        readonly default: "light";
         | 
| 3133 3139 | 
             
                        readonly type: import('vue').PropType<string>;
         | 
| @@ -3136,12 +3142,12 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3136 3142 | 
             
                        readonly __epPropKey: true;
         | 
| 3137 3143 | 
             
                    };
         | 
| 3138 3144 | 
             
                    readonly type: {
         | 
| 3139 | 
            -
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 3145 | 
            +
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
         | 
| 3140 3146 | 
             
                        readonly required: false;
         | 
| 3141 3147 | 
             
                        readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3142 3148 | 
             
                        __epPropKey: true;
         | 
| 3143 3149 | 
             
                    };
         | 
| 3144 | 
            -
                    readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 3150 | 
            +
                    readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
         | 
| 3145 3151 | 
             
                    readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
         | 
| 3146 3152 | 
             
                    readonly id: StringConstructor;
         | 
| 3147 3153 | 
             
                    readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| @@ -3150,8 +3156,8 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3150 3156 | 
             
                    readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 3151 3157 | 
             
                    readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 3152 3158 | 
             
                    readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 3153 | 
            -
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 3154 | 
            -
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 3159 | 
            +
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
         | 
| 3160 | 
            +
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
         | 
| 3155 3161 | 
             
                    readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 3156 3162 | 
             
                    readonly disabled: BooleanConstructor;
         | 
| 3157 3163 | 
             
                    readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
         | 
| @@ -3171,12 +3177,12 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3171 3177 | 
             
                    ns: {
         | 
| 3172 3178 | 
             
                        namespace: import('vue').ComputedRef<string>;
         | 
| 3173 3179 | 
             
                        b: (blockSuffix?: string) => string;
         | 
| 3174 | 
            -
                        e: (element?: string | 
| 3175 | 
            -
                        m: (modifier?: string | 
| 3176 | 
            -
                        be: (blockSuffix?: string | 
| 3177 | 
            -
                        em: (element?: string | 
| 3178 | 
            -
                        bm: (blockSuffix?: string | 
| 3179 | 
            -
                        bem: (blockSuffix?: string | 
| 3180 | 
            +
                        e: (element?: string) => string;
         | 
| 3181 | 
            +
                        m: (modifier?: string) => string;
         | 
| 3182 | 
            +
                        be: (blockSuffix?: string, element?: string) => string;
         | 
| 3183 | 
            +
                        em: (element?: string, modifier?: string) => string;
         | 
| 3184 | 
            +
                        bm: (blockSuffix?: string, modifier?: string) => string;
         | 
| 3185 | 
            +
                        bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
         | 
| 3180 3186 | 
             
                        is: {
         | 
| 3181 3187 | 
             
                            (name: string, state: boolean | undefined): string;
         | 
| 3182 3188 | 
             
                            (name: string): string;
         | 
| @@ -3206,11 +3212,11 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3206 3212 | 
             
                        $: import('vue').ComponentInternalInstance;
         | 
| 3207 3213 | 
             
                        $data: {};
         | 
| 3208 3214 | 
             
                        $props: Partial<{
         | 
| 3215 | 
            +
                            disabled: boolean;
         | 
| 3209 3216 | 
             
                            content: string;
         | 
| 3210 3217 | 
             
                            offset: number;
         | 
| 3211 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 3218 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
         | 
| 3212 3219 | 
             
                            open: boolean;
         | 
| 3213 | 
            -
                            disabled: boolean;
         | 
| 3214 3220 | 
             
                            placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
         | 
| 3215 3221 | 
             
                            strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
         | 
| 3216 3222 | 
             
                            effect: string;
         | 
| @@ -3218,7 +3224,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3218 3224 | 
             
                            hideAfter: number;
         | 
| 3219 3225 | 
             
                            autoClose: number;
         | 
| 3220 3226 | 
             
                            role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 3221 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/ | 
| 3227 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 3222 3228 | 
             
                            arrowOffset: number;
         | 
| 3223 3229 | 
             
                            virtualTriggering: boolean;
         | 
| 3224 3230 | 
             
                            boundariesPadding: number;
         | 
| @@ -3239,10 +3245,10 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3239 3245 | 
             
                            showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 3240 3246 | 
             
                            arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 3241 3247 | 
             
                            disabled: BooleanConstructor;
         | 
| 3242 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 3248 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 3243 3249 | 
             
                            triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 3244 3250 | 
             
                            virtualRef: {
         | 
| 3245 | 
            -
                                readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 3251 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 3246 3252 | 
             
                                readonly required: false;
         | 
| 3247 3253 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3248 3254 | 
             
                                __epPropKey: true;
         | 
| @@ -3294,7 +3300,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3294 3300 | 
             
                            open: BooleanConstructor;
         | 
| 3295 3301 | 
             
                            ariaLabel: StringConstructor;
         | 
| 3296 3302 | 
             
                            appendTo: {
         | 
| 3297 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 3303 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 3298 3304 | 
             
                                readonly required: false;
         | 
| 3299 3305 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3300 3306 | 
             
                                __epPropKey: true;
         | 
| @@ -3302,17 +3308,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3302 3308 | 
             
                            content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 3303 3309 | 
             
                            rawContent: BooleanConstructor;
         | 
| 3304 3310 | 
             
                            persistent: BooleanConstructor;
         | 
| 3305 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 3311 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 3306 3312 | 
             
                            transition: StringConstructor;
         | 
| 3307 3313 | 
             
                            teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 3308 3314 | 
             
                            style: {
         | 
| 3309 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 3315 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 3310 3316 | 
             
                                readonly required: false;
         | 
| 3311 3317 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3312 3318 | 
             
                                __epPropKey: true;
         | 
| 3313 3319 | 
             
                            };
         | 
| 3314 3320 | 
             
                            className: {
         | 
| 3315 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 3321 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 3316 3322 | 
             
                                    [x: string]: boolean;
         | 
| 3317 3323 | 
             
                                } | (string | {
         | 
| 3318 3324 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3336,7 +3342,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3336 3342 | 
             
                                    [x: string]: boolean;
         | 
| 3337 3343 | 
             
                                } | (string | {
         | 
| 3338 3344 | 
             
                                    [x: string]: boolean;
         | 
| 3339 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 3345 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 3340 3346 | 
             
                                    [x: string]: boolean;
         | 
| 3341 3347 | 
             
                                } | (string | {
         | 
| 3342 3348 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3360,7 +3366,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3360 3366 | 
             
                                    [x: string]: boolean;
         | 
| 3361 3367 | 
             
                                } | (string | {
         | 
| 3362 3368 | 
             
                                    [x: string]: boolean;
         | 
| 3363 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 3369 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 3364 3370 | 
             
                                    [x: string]: boolean;
         | 
| 3365 3371 | 
             
                                } | (string | {
         | 
| 3366 3372 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3384,7 +3390,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3384 3390 | 
             
                                    [x: string]: boolean;
         | 
| 3385 3391 | 
             
                                } | (string | {
         | 
| 3386 3392 | 
             
                                    [x: string]: boolean;
         | 
| 3387 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 3393 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 3388 3394 | 
             
                                    [x: string]: boolean;
         | 
| 3389 3395 | 
             
                                } | (string | {
         | 
| 3390 3396 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3413,13 +3419,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3413 3419 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3414 3420 | 
             
                                __epPropKey: true;
         | 
| 3415 3421 | 
             
                            };
         | 
| 3416 | 
            -
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 3422 | 
            +
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 3417 3423 | 
             
                            enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 3418 3424 | 
             
                            pure: BooleanConstructor;
         | 
| 3419 3425 | 
             
                            focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 3420 3426 | 
             
                            trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 3421 3427 | 
             
                            popperClass: {
         | 
| 3422 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 3428 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 3423 3429 | 
             
                                    [x: string]: boolean;
         | 
| 3424 3430 | 
             
                                } | (string | {
         | 
| 3425 3431 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3443,7 +3449,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3443 3449 | 
             
                                    [x: string]: boolean;
         | 
| 3444 3450 | 
             
                                } | (string | {
         | 
| 3445 3451 | 
             
                                    [x: string]: boolean;
         | 
| 3446 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 3452 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 3447 3453 | 
             
                                    [x: string]: boolean;
         | 
| 3448 3454 | 
             
                                } | (string | {
         | 
| 3449 3455 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3467,7 +3473,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3467 3473 | 
             
                                    [x: string]: boolean;
         | 
| 3468 3474 | 
             
                                } | (string | {
         | 
| 3469 3475 | 
             
                                    [x: string]: boolean;
         | 
| 3470 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 3476 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 3471 3477 | 
             
                                    [x: string]: boolean;
         | 
| 3472 3478 | 
             
                                } | (string | {
         | 
| 3473 3479 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3491,7 +3497,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3491 3497 | 
             
                                    [x: string]: boolean;
         | 
| 3492 3498 | 
             
                                } | (string | {
         | 
| 3493 3499 | 
             
                                    [x: string]: boolean;
         | 
| 3494 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 3500 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 3495 3501 | 
             
                                    [x: string]: boolean;
         | 
| 3496 3502 | 
             
                                } | (string | {
         | 
| 3497 3503 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3521,7 +3527,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3521 3527 | 
             
                                __epPropKey: true;
         | 
| 3522 3528 | 
             
                            };
         | 
| 3523 3529 | 
             
                            popperStyle: {
         | 
| 3524 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 3530 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 3525 3531 | 
             
                                readonly required: false;
         | 
| 3526 3532 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3527 3533 | 
             
                                __epPropKey: true;
         | 
| @@ -3557,28 +3563,26 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3557 3563 | 
             
                                __epPropKey: true;
         | 
| 3558 3564 | 
             
                            };
         | 
| 3559 3565 | 
             
                            role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 3560 | 
            -
                        }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, " | 
| 3566 | 
            +
                        }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "content" | "offset" | "visible" | "open" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
         | 
| 3561 3567 | 
             
                        $attrs: {
         | 
| 3562 3568 | 
             
                            [x: string]: unknown;
         | 
| 3563 3569 | 
             
                        };
         | 
| 3564 3570 | 
             
                        $refs: {
         | 
| 3565 3571 | 
             
                            [x: string]: unknown;
         | 
| 3566 3572 | 
             
                        };
         | 
| 3567 | 
            -
                        $slots:  | 
| 3568 | 
            -
             | 
| 3569 | 
            -
                         | 
| 3570 | 
            -
                        $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 3571 | 
            -
                        $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 3573 | 
            +
                        $slots: import('vue').Slots;
         | 
| 3574 | 
            +
                        $root: import('vue').ComponentPublicInstance | null;
         | 
| 3575 | 
            +
                        $parent: import('vue').ComponentPublicInstance | null;
         | 
| 3572 3576 | 
             
                        $emit: (event: string, ...args: any[]) => void;
         | 
| 3573 3577 | 
             
                        $el: any;
         | 
| 3574 3578 | 
             
                        $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 3575 3579 | 
             
                            showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 3576 3580 | 
             
                            arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 3577 3581 | 
             
                            disabled: BooleanConstructor;
         | 
| 3578 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 3582 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 3579 3583 | 
             
                            triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 3580 3584 | 
             
                            virtualRef: {
         | 
| 3581 | 
            -
                                readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 3585 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 3582 3586 | 
             
                                readonly required: false;
         | 
| 3583 3587 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3584 3588 | 
             
                                __epPropKey: true;
         | 
| @@ -3630,7 +3634,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3630 3634 | 
             
                            open: BooleanConstructor;
         | 
| 3631 3635 | 
             
                            ariaLabel: StringConstructor;
         | 
| 3632 3636 | 
             
                            appendTo: {
         | 
| 3633 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 3637 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 3634 3638 | 
             
                                readonly required: false;
         | 
| 3635 3639 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3636 3640 | 
             
                                __epPropKey: true;
         | 
| @@ -3638,17 +3642,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3638 3642 | 
             
                            content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 3639 3643 | 
             
                            rawContent: BooleanConstructor;
         | 
| 3640 3644 | 
             
                            persistent: BooleanConstructor;
         | 
| 3641 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 3645 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 3642 3646 | 
             
                            transition: StringConstructor;
         | 
| 3643 3647 | 
             
                            teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 3644 3648 | 
             
                            style: {
         | 
| 3645 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 3649 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 3646 3650 | 
             
                                readonly required: false;
         | 
| 3647 3651 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3648 3652 | 
             
                                __epPropKey: true;
         | 
| 3649 3653 | 
             
                            };
         | 
| 3650 3654 | 
             
                            className: {
         | 
| 3651 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 3655 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 3652 3656 | 
             
                                    [x: string]: boolean;
         | 
| 3653 3657 | 
             
                                } | (string | {
         | 
| 3654 3658 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3672,7 +3676,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3672 3676 | 
             
                                    [x: string]: boolean;
         | 
| 3673 3677 | 
             
                                } | (string | {
         | 
| 3674 3678 | 
             
                                    [x: string]: boolean;
         | 
| 3675 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 3679 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 3676 3680 | 
             
                                    [x: string]: boolean;
         | 
| 3677 3681 | 
             
                                } | (string | {
         | 
| 3678 3682 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3696,7 +3700,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3696 3700 | 
             
                                    [x: string]: boolean;
         | 
| 3697 3701 | 
             
                                } | (string | {
         | 
| 3698 3702 | 
             
                                    [x: string]: boolean;
         | 
| 3699 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 3703 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 3700 3704 | 
             
                                    [x: string]: boolean;
         | 
| 3701 3705 | 
             
                                } | (string | {
         | 
| 3702 3706 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3720,7 +3724,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3720 3724 | 
             
                                    [x: string]: boolean;
         | 
| 3721 3725 | 
             
                                } | (string | {
         | 
| 3722 3726 | 
             
                                    [x: string]: boolean;
         | 
| 3723 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 3727 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 3724 3728 | 
             
                                    [x: string]: boolean;
         | 
| 3725 3729 | 
             
                                } | (string | {
         | 
| 3726 3730 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3749,13 +3753,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3749 3753 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3750 3754 | 
             
                                __epPropKey: true;
         | 
| 3751 3755 | 
             
                            };
         | 
| 3752 | 
            -
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 3756 | 
            +
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 3753 3757 | 
             
                            enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 3754 3758 | 
             
                            pure: BooleanConstructor;
         | 
| 3755 3759 | 
             
                            focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 3756 3760 | 
             
                            trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 3757 3761 | 
             
                            popperClass: {
         | 
| 3758 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 3762 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 3759 3763 | 
             
                                    [x: string]: boolean;
         | 
| 3760 3764 | 
             
                                } | (string | {
         | 
| 3761 3765 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3779,7 +3783,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3779 3783 | 
             
                                    [x: string]: boolean;
         | 
| 3780 3784 | 
             
                                } | (string | {
         | 
| 3781 3785 | 
             
                                    [x: string]: boolean;
         | 
| 3782 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 3786 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 3783 3787 | 
             
                                    [x: string]: boolean;
         | 
| 3784 3788 | 
             
                                } | (string | {
         | 
| 3785 3789 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3803,7 +3807,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3803 3807 | 
             
                                    [x: string]: boolean;
         | 
| 3804 3808 | 
             
                                } | (string | {
         | 
| 3805 3809 | 
             
                                    [x: string]: boolean;
         | 
| 3806 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 3810 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 3807 3811 | 
             
                                    [x: string]: boolean;
         | 
| 3808 3812 | 
             
                                } | (string | {
         | 
| 3809 3813 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3827,7 +3831,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3827 3831 | 
             
                                    [x: string]: boolean;
         | 
| 3828 3832 | 
             
                                } | (string | {
         | 
| 3829 3833 | 
             
                                    [x: string]: boolean;
         | 
| 3830 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 3834 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 3831 3835 | 
             
                                    [x: string]: boolean;
         | 
| 3832 3836 | 
             
                                } | (string | {
         | 
| 3833 3837 | 
             
                                    [x: string]: boolean;
         | 
| @@ -3857,7 +3861,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3857 3861 | 
             
                                __epPropKey: true;
         | 
| 3858 3862 | 
             
                            };
         | 
| 3859 3863 | 
             
                            popperStyle: {
         | 
| 3860 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 3864 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 3861 3865 | 
             
                                readonly required: false;
         | 
| 3862 3866 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 3863 3867 | 
             
                                __epPropKey: true;
         | 
| @@ -3908,50 +3912,48 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3908 3912 | 
             
                                $refs: {
         | 
| 3909 3913 | 
             
                                    [x: string]: unknown;
         | 
| 3910 3914 | 
             
                                };
         | 
| 3911 | 
            -
                                $slots:  | 
| 3912 | 
            -
             | 
| 3913 | 
            -
                                 | 
| 3914 | 
            -
                                $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 3915 | 
            -
                                $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 3915 | 
            +
                                $slots: import('vue').Slots;
         | 
| 3916 | 
            +
                                $root: import('vue').ComponentPublicInstance | null;
         | 
| 3917 | 
            +
                                $parent: import('vue').ComponentPublicInstance | null;
         | 
| 3916 3918 | 
             
                                $emit: (event: string, ...args: any[]) => void;
         | 
| 3917 3919 | 
             
                                $el: any;
         | 
| 3918 3920 | 
             
                                $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 3919 3921 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 3920 3922 | 
             
                                }>>, {
         | 
| 3921 | 
            -
                                    triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 3923 | 
            +
                                    triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 3922 3924 | 
             
                                    contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 3923 3925 | 
             
                                    popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 3924 | 
            -
                                    referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 3926 | 
            +
                                    referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 3925 3927 | 
             
                                    role: import('vue').ComputedRef<string>;
         | 
| 3926 3928 | 
             
                                }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
         | 
| 3927 3929 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 3928 3930 | 
             
                                }> & {
         | 
| 3929 | 
            -
                                    beforeCreate?: (( | 
| 3930 | 
            -
                                    created?: (( | 
| 3931 | 
            -
                                    beforeMount?: (( | 
| 3932 | 
            -
                                    mounted?: (( | 
| 3933 | 
            -
                                    beforeUpdate?: (( | 
| 3934 | 
            -
                                    updated?: (( | 
| 3935 | 
            -
                                    activated?: (( | 
| 3936 | 
            -
                                    deactivated?: (( | 
| 3937 | 
            -
                                    beforeDestroy?: (( | 
| 3938 | 
            -
                                    beforeUnmount?: (( | 
| 3939 | 
            -
                                    destroyed?: (( | 
| 3940 | 
            -
                                    unmounted?: (( | 
| 3941 | 
            -
                                    renderTracked?: (( | 
| 3942 | 
            -
                                    renderTriggered?: (( | 
| 3943 | 
            -
                                    errorCaptured?: (( | 
| 3931 | 
            +
                                    beforeCreate?: (() => void) | (() => void)[];
         | 
| 3932 | 
            +
                                    created?: (() => void) | (() => void)[];
         | 
| 3933 | 
            +
                                    beforeMount?: (() => void) | (() => void)[];
         | 
| 3934 | 
            +
                                    mounted?: (() => void) | (() => void)[];
         | 
| 3935 | 
            +
                                    beforeUpdate?: (() => void) | (() => void)[];
         | 
| 3936 | 
            +
                                    updated?: (() => void) | (() => void)[];
         | 
| 3937 | 
            +
                                    activated?: (() => void) | (() => void)[];
         | 
| 3938 | 
            +
                                    deactivated?: (() => void) | (() => void)[];
         | 
| 3939 | 
            +
                                    beforeDestroy?: (() => void) | (() => void)[];
         | 
| 3940 | 
            +
                                    beforeUnmount?: (() => void) | (() => void)[];
         | 
| 3941 | 
            +
                                    destroyed?: (() => void) | (() => void)[];
         | 
| 3942 | 
            +
                                    unmounted?: (() => void) | (() => void)[];
         | 
| 3943 | 
            +
                                    renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 3944 | 
            +
                                    renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 3945 | 
            +
                                    errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 3944 3946 | 
             
                                };
         | 
| 3945 3947 | 
             
                                $forceUpdate: () => void;
         | 
| 3946 3948 | 
             
                                $nextTick: typeof import('vue').nextTick;
         | 
| 3947 | 
            -
                                $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 3949 | 
            +
                                $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 3948 3950 | 
             
                            } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 3949 3951 | 
             
                                readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 3950 3952 | 
             
                            }>> & import('vue').ShallowUnwrapRef<{
         | 
| 3951 | 
            -
                                triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 3953 | 
            +
                                triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 3952 3954 | 
             
                                contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 3953 3955 | 
             
                                popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 3954 | 
            -
                                referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 3956 | 
            +
                                referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 3955 3957 | 
             
                                role: import('vue').ComputedRef<string>;
         | 
| 3956 3958 | 
             
                            }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 3957 3959 | 
             
                                $slots: {
         | 
| @@ -3959,19 +3961,19 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3959 3961 | 
             
                                };
         | 
| 3960 3962 | 
             
                            }) | undefined>;
         | 
| 3961 3963 | 
             
                            contentRef: import('vue').Ref<any>;
         | 
| 3962 | 
            -
                            isFocusInsideContent: (event?: FocusEvent | 
| 3964 | 
            +
                            isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
         | 
| 3963 3965 | 
             
                            updatePopper: () => void;
         | 
| 3964 | 
            -
                            onOpen: (event?: Event | 
| 3965 | 
            -
                            onClose: (event?: Event | 
| 3966 | 
            -
                            hide: (event?: Event | 
| 3966 | 
            +
                            onOpen: (event?: Event) => void;
         | 
| 3967 | 
            +
                            onClose: (event?: Event) => void;
         | 
| 3968 | 
            +
                            hide: (event?: Event) => void;
         | 
| 3967 3969 | 
             
                        }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
         | 
| 3968 3970 | 
             
                            [x: string]: (...args: any[]) => void;
         | 
| 3969 3971 | 
             
                        }, string, {
         | 
| 3972 | 
            +
                            disabled: boolean;
         | 
| 3970 3973 | 
             
                            content: string;
         | 
| 3971 3974 | 
             
                            offset: number;
         | 
| 3972 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 3975 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
         | 
| 3973 3976 | 
             
                            open: boolean;
         | 
| 3974 | 
            -
                            disabled: boolean;
         | 
| 3975 3977 | 
             
                            placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
         | 
| 3976 3978 | 
             
                            strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
         | 
| 3977 3979 | 
             
                            effect: string;
         | 
| @@ -3979,7 +3981,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3979 3981 | 
             
                            hideAfter: number;
         | 
| 3980 3982 | 
             
                            autoClose: number;
         | 
| 3981 3983 | 
             
                            role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 3982 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/ | 
| 3984 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 3983 3985 | 
             
                            arrowOffset: number;
         | 
| 3984 3986 | 
             
                            virtualTriggering: boolean;
         | 
| 3985 3987 | 
             
                            boundariesPadding: number;
         | 
| @@ -3997,33 +3999,33 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 3997 3999 | 
             
                            persistent: boolean;
         | 
| 3998 4000 | 
             
                            showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 3999 4001 | 
             
                        }> & {
         | 
| 4000 | 
            -
                            beforeCreate?: (( | 
| 4001 | 
            -
                            created?: (( | 
| 4002 | 
            -
                            beforeMount?: (( | 
| 4003 | 
            -
                            mounted?: (( | 
| 4004 | 
            -
                            beforeUpdate?: (( | 
| 4005 | 
            -
                            updated?: (( | 
| 4006 | 
            -
                            activated?: (( | 
| 4007 | 
            -
                            deactivated?: (( | 
| 4008 | 
            -
                            beforeDestroy?: (( | 
| 4009 | 
            -
                            beforeUnmount?: (( | 
| 4010 | 
            -
                            destroyed?: (( | 
| 4011 | 
            -
                            unmounted?: (( | 
| 4012 | 
            -
                            renderTracked?: (( | 
| 4013 | 
            -
                            renderTriggered?: (( | 
| 4014 | 
            -
                            errorCaptured?: (( | 
| 4002 | 
            +
                            beforeCreate?: (() => void) | (() => void)[];
         | 
| 4003 | 
            +
                            created?: (() => void) | (() => void)[];
         | 
| 4004 | 
            +
                            beforeMount?: (() => void) | (() => void)[];
         | 
| 4005 | 
            +
                            mounted?: (() => void) | (() => void)[];
         | 
| 4006 | 
            +
                            beforeUpdate?: (() => void) | (() => void)[];
         | 
| 4007 | 
            +
                            updated?: (() => void) | (() => void)[];
         | 
| 4008 | 
            +
                            activated?: (() => void) | (() => void)[];
         | 
| 4009 | 
            +
                            deactivated?: (() => void) | (() => void)[];
         | 
| 4010 | 
            +
                            beforeDestroy?: (() => void) | (() => void)[];
         | 
| 4011 | 
            +
                            beforeUnmount?: (() => void) | (() => void)[];
         | 
| 4012 | 
            +
                            destroyed?: (() => void) | (() => void)[];
         | 
| 4013 | 
            +
                            unmounted?: (() => void) | (() => void)[];
         | 
| 4014 | 
            +
                            renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 4015 | 
            +
                            renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 4016 | 
            +
                            errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 4015 4017 | 
             
                        };
         | 
| 4016 4018 | 
             
                        $forceUpdate: () => void;
         | 
| 4017 4019 | 
             
                        $nextTick: typeof import('vue').nextTick;
         | 
| 4018 | 
            -
                        $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 4020 | 
            +
                        $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 4019 4021 | 
             
                    } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 4020 4022 | 
             
                        showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 4021 4023 | 
             
                        arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 4022 4024 | 
             
                        disabled: BooleanConstructor;
         | 
| 4023 | 
            -
                        trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 4025 | 
            +
                        trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 4024 4026 | 
             
                        triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 4025 4027 | 
             
                        virtualRef: {
         | 
| 4026 | 
            -
                            readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 4028 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 4027 4029 | 
             
                            readonly required: false;
         | 
| 4028 4030 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4029 4031 | 
             
                            __epPropKey: true;
         | 
| @@ -4075,7 +4077,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4075 4077 | 
             
                        open: BooleanConstructor;
         | 
| 4076 4078 | 
             
                        ariaLabel: StringConstructor;
         | 
| 4077 4079 | 
             
                        appendTo: {
         | 
| 4078 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4080 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 4079 4081 | 
             
                            readonly required: false;
         | 
| 4080 4082 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4081 4083 | 
             
                            __epPropKey: true;
         | 
| @@ -4083,17 +4085,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4083 4085 | 
             
                        content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 4084 4086 | 
             
                        rawContent: BooleanConstructor;
         | 
| 4085 4087 | 
             
                        persistent: BooleanConstructor;
         | 
| 4086 | 
            -
                        visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 4088 | 
            +
                        visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 4087 4089 | 
             
                        transition: StringConstructor;
         | 
| 4088 4090 | 
             
                        teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 4089 4091 | 
             
                        style: {
         | 
| 4090 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 4092 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 4091 4093 | 
             
                            readonly required: false;
         | 
| 4092 4094 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4093 4095 | 
             
                            __epPropKey: true;
         | 
| 4094 4096 | 
             
                        };
         | 
| 4095 4097 | 
             
                        className: {
         | 
| 4096 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4098 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 4097 4099 | 
             
                                [x: string]: boolean;
         | 
| 4098 4100 | 
             
                            } | (string | {
         | 
| 4099 4101 | 
             
                                [x: string]: boolean;
         | 
| @@ -4117,7 +4119,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4117 4119 | 
             
                                [x: string]: boolean;
         | 
| 4118 4120 | 
             
                            } | (string | {
         | 
| 4119 4121 | 
             
                                [x: string]: boolean;
         | 
| 4120 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 4122 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 4121 4123 | 
             
                                [x: string]: boolean;
         | 
| 4122 4124 | 
             
                            } | (string | {
         | 
| 4123 4125 | 
             
                                [x: string]: boolean;
         | 
| @@ -4141,7 +4143,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4141 4143 | 
             
                                [x: string]: boolean;
         | 
| 4142 4144 | 
             
                            } | (string | {
         | 
| 4143 4145 | 
             
                                [x: string]: boolean;
         | 
| 4144 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 4146 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 4145 4147 | 
             
                                [x: string]: boolean;
         | 
| 4146 4148 | 
             
                            } | (string | {
         | 
| 4147 4149 | 
             
                                [x: string]: boolean;
         | 
| @@ -4165,7 +4167,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4165 4167 | 
             
                                [x: string]: boolean;
         | 
| 4166 4168 | 
             
                            } | (string | {
         | 
| 4167 4169 | 
             
                                [x: string]: boolean;
         | 
| 4168 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 4170 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 4169 4171 | 
             
                                [x: string]: boolean;
         | 
| 4170 4172 | 
             
                            } | (string | {
         | 
| 4171 4173 | 
             
                                [x: string]: boolean;
         | 
| @@ -4194,13 +4196,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4194 4196 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4195 4197 | 
             
                            __epPropKey: true;
         | 
| 4196 4198 | 
             
                        };
         | 
| 4197 | 
            -
                        effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 4199 | 
            +
                        effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 4198 4200 | 
             
                        enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 4199 4201 | 
             
                        pure: BooleanConstructor;
         | 
| 4200 4202 | 
             
                        focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 4201 4203 | 
             
                        trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 4202 4204 | 
             
                        popperClass: {
         | 
| 4203 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4205 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 4204 4206 | 
             
                                [x: string]: boolean;
         | 
| 4205 4207 | 
             
                            } | (string | {
         | 
| 4206 4208 | 
             
                                [x: string]: boolean;
         | 
| @@ -4224,7 +4226,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4224 4226 | 
             
                                [x: string]: boolean;
         | 
| 4225 4227 | 
             
                            } | (string | {
         | 
| 4226 4228 | 
             
                                [x: string]: boolean;
         | 
| 4227 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 4229 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 4228 4230 | 
             
                                [x: string]: boolean;
         | 
| 4229 4231 | 
             
                            } | (string | {
         | 
| 4230 4232 | 
             
                                [x: string]: boolean;
         | 
| @@ -4248,7 +4250,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4248 4250 | 
             
                                [x: string]: boolean;
         | 
| 4249 4251 | 
             
                            } | (string | {
         | 
| 4250 4252 | 
             
                                [x: string]: boolean;
         | 
| 4251 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 4253 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 4252 4254 | 
             
                                [x: string]: boolean;
         | 
| 4253 4255 | 
             
                            } | (string | {
         | 
| 4254 4256 | 
             
                                [x: string]: boolean;
         | 
| @@ -4272,7 +4274,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4272 4274 | 
             
                                [x: string]: boolean;
         | 
| 4273 4275 | 
             
                            } | (string | {
         | 
| 4274 4276 | 
             
                                [x: string]: boolean;
         | 
| 4275 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 4277 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 4276 4278 | 
             
                                [x: string]: boolean;
         | 
| 4277 4279 | 
             
                            } | (string | {
         | 
| 4278 4280 | 
             
                                [x: string]: boolean;
         | 
| @@ -4302,7 +4304,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4302 4304 | 
             
                            __epPropKey: true;
         | 
| 4303 4305 | 
             
                        };
         | 
| 4304 4306 | 
             
                        popperStyle: {
         | 
| 4305 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 4307 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 4306 4308 | 
             
                            readonly required: false;
         | 
| 4307 4309 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4308 4310 | 
             
                            __epPropKey: true;
         | 
| @@ -4353,50 +4355,48 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4353 4355 | 
             
                            $refs: {
         | 
| 4354 4356 | 
             
                                [x: string]: unknown;
         | 
| 4355 4357 | 
             
                            };
         | 
| 4356 | 
            -
                            $slots:  | 
| 4357 | 
            -
             | 
| 4358 | 
            -
                             | 
| 4359 | 
            -
                            $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 4360 | 
            -
                            $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 4358 | 
            +
                            $slots: import('vue').Slots;
         | 
| 4359 | 
            +
                            $root: import('vue').ComponentPublicInstance | null;
         | 
| 4360 | 
            +
                            $parent: import('vue').ComponentPublicInstance | null;
         | 
| 4361 4361 | 
             
                            $emit: (event: string, ...args: any[]) => void;
         | 
| 4362 4362 | 
             
                            $el: any;
         | 
| 4363 4363 | 
             
                            $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 4364 4364 | 
             
                                readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 4365 4365 | 
             
                            }>>, {
         | 
| 4366 | 
            -
                                triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 4366 | 
            +
                                triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 4367 4367 | 
             
                                contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 4368 4368 | 
             
                                popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 4369 | 
            -
                                referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 4369 | 
            +
                                referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 4370 4370 | 
             
                                role: import('vue').ComputedRef<string>;
         | 
| 4371 4371 | 
             
                            }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
         | 
| 4372 4372 | 
             
                                readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 4373 4373 | 
             
                            }> & {
         | 
| 4374 | 
            -
                                beforeCreate?: (( | 
| 4375 | 
            -
                                created?: (( | 
| 4376 | 
            -
                                beforeMount?: (( | 
| 4377 | 
            -
                                mounted?: (( | 
| 4378 | 
            -
                                beforeUpdate?: (( | 
| 4379 | 
            -
                                updated?: (( | 
| 4380 | 
            -
                                activated?: (( | 
| 4381 | 
            -
                                deactivated?: (( | 
| 4382 | 
            -
                                beforeDestroy?: (( | 
| 4383 | 
            -
                                beforeUnmount?: (( | 
| 4384 | 
            -
                                destroyed?: (( | 
| 4385 | 
            -
                                unmounted?: (( | 
| 4386 | 
            -
                                renderTracked?: (( | 
| 4387 | 
            -
                                renderTriggered?: (( | 
| 4388 | 
            -
                                errorCaptured?: (( | 
| 4374 | 
            +
                                beforeCreate?: (() => void) | (() => void)[];
         | 
| 4375 | 
            +
                                created?: (() => void) | (() => void)[];
         | 
| 4376 | 
            +
                                beforeMount?: (() => void) | (() => void)[];
         | 
| 4377 | 
            +
                                mounted?: (() => void) | (() => void)[];
         | 
| 4378 | 
            +
                                beforeUpdate?: (() => void) | (() => void)[];
         | 
| 4379 | 
            +
                                updated?: (() => void) | (() => void)[];
         | 
| 4380 | 
            +
                                activated?: (() => void) | (() => void)[];
         | 
| 4381 | 
            +
                                deactivated?: (() => void) | (() => void)[];
         | 
| 4382 | 
            +
                                beforeDestroy?: (() => void) | (() => void)[];
         | 
| 4383 | 
            +
                                beforeUnmount?: (() => void) | (() => void)[];
         | 
| 4384 | 
            +
                                destroyed?: (() => void) | (() => void)[];
         | 
| 4385 | 
            +
                                unmounted?: (() => void) | (() => void)[];
         | 
| 4386 | 
            +
                                renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 4387 | 
            +
                                renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 4388 | 
            +
                                errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 4389 4389 | 
             
                            };
         | 
| 4390 4390 | 
             
                            $forceUpdate: () => void;
         | 
| 4391 4391 | 
             
                            $nextTick: typeof import('vue').nextTick;
         | 
| 4392 | 
            -
                            $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 4392 | 
            +
                            $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 4393 4393 | 
             
                        } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 4394 4394 | 
             
                            readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 4395 4395 | 
             
                        }>> & import('vue').ShallowUnwrapRef<{
         | 
| 4396 | 
            -
                            triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 4396 | 
            +
                            triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 4397 4397 | 
             
                            contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 4398 4398 | 
             
                            popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 4399 | 
            -
                            referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 4399 | 
            +
                            referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 4400 4400 | 
             
                            role: import('vue').ComputedRef<string>;
         | 
| 4401 4401 | 
             
                        }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 4402 4402 | 
             
                            $slots: {
         | 
| @@ -4404,11 +4404,11 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4404 4404 | 
             
                            };
         | 
| 4405 4405 | 
             
                        }) | undefined>;
         | 
| 4406 4406 | 
             
                        contentRef: import('vue').Ref<any>;
         | 
| 4407 | 
            -
                        isFocusInsideContent: (event?: FocusEvent | 
| 4407 | 
            +
                        isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
         | 
| 4408 4408 | 
             
                        updatePopper: () => void;
         | 
| 4409 | 
            -
                        onOpen: (event?: Event | 
| 4410 | 
            -
                        onClose: (event?: Event | 
| 4411 | 
            -
                        hide: (event?: Event | 
| 4409 | 
            +
                        onOpen: (event?: Event) => void;
         | 
| 4410 | 
            +
                        onClose: (event?: Event) => void;
         | 
| 4411 | 
            +
                        hide: (event?: Event) => void;
         | 
| 4412 4412 | 
             
                    }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 4413 4413 | 
             
                        $slots: {
         | 
| 4414 4414 | 
             
                            default?(_: {}): any;
         | 
| @@ -4419,7 +4419,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4419 4419 | 
             
                    triggeringElementRef: import('vue').Ref<any>;
         | 
| 4420 4420 | 
             
                    referenceElementRef: import('vue').Ref<any>;
         | 
| 4421 4421 | 
             
                }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "visible-change" | "command")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
         | 
| 4422 | 
            -
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 4422 | 
            +
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 4423 4423 | 
             
                    readonly effect: {
         | 
| 4424 4424 | 
             
                        readonly default: "light";
         | 
| 4425 4425 | 
             
                        readonly type: import('vue').PropType<string>;
         | 
| @@ -4428,12 +4428,12 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4428 4428 | 
             
                        readonly __epPropKey: true;
         | 
| 4429 4429 | 
             
                    };
         | 
| 4430 4430 | 
             
                    readonly type: {
         | 
| 4431 | 
            -
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4431 | 
            +
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
         | 
| 4432 4432 | 
             
                        readonly required: false;
         | 
| 4433 4433 | 
             
                        readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4434 4434 | 
             
                        __epPropKey: true;
         | 
| 4435 4435 | 
             
                    };
         | 
| 4436 | 
            -
                    readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 4436 | 
            +
                    readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
         | 
| 4437 4437 | 
             
                    readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
         | 
| 4438 4438 | 
             
                    readonly id: StringConstructor;
         | 
| 4439 4439 | 
             
                    readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| @@ -4442,8 +4442,8 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4442 4442 | 
             
                    readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 4443 4443 | 
             
                    readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 4444 4444 | 
             
                    readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 4445 | 
            -
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 4446 | 
            -
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 4445 | 
            +
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
         | 
| 4446 | 
            +
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
         | 
| 4447 4447 | 
             
                    readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 4448 4448 | 
             
                    readonly disabled: BooleanConstructor;
         | 
| 4449 4449 | 
             
                    readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
         | 
| @@ -4459,21 +4459,21 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4459 4459 | 
             
                    "onVisible-change"?: ((...args: any[]) => any) | undefined;
         | 
| 4460 4460 | 
             
                    onCommand?: ((...args: any[]) => any) | undefined;
         | 
| 4461 4461 | 
             
                }, {
         | 
| 4462 | 
            -
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
         | 
| 4463 | 
            -
                    readonly size: string;
         | 
| 4464 4462 | 
             
                    readonly disabled: boolean;
         | 
| 4465 | 
            -
                    readonly  | 
| 4463 | 
            +
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
         | 
| 4464 | 
            +
                    readonly size: string;
         | 
| 4465 | 
            +
                    readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
         | 
| 4466 4466 | 
             
                    readonly effect: string;
         | 
| 4467 | 
            -
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4467 | 
            +
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
         | 
| 4468 4468 | 
             
                    readonly role: string;
         | 
| 4469 | 
            -
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus | 
| 4469 | 
            +
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 4470 4470 | 
             
                    readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 4471 4471 | 
             
                    readonly popperOptions: Partial<import('@popperjs/core').Options>;
         | 
| 4472 4472 | 
             
                    readonly popperClass: string;
         | 
| 4473 4473 | 
             
                    readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 4474 | 
            +
                    readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 4474 4475 | 
             
                    readonly showTimeout: number;
         | 
| 4475 4476 | 
             
                    readonly hideTimeout: number;
         | 
| 4476 | 
            -
                    readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 4477 4477 | 
             
                    readonly splitButton: boolean;
         | 
| 4478 4478 | 
             
                }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
         | 
| 4479 4479 | 
             
                    P: {};
         | 
| @@ -4483,7 +4483,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4483 4483 | 
             
                    M: {};
         | 
| 4484 4484 | 
             
                    Defaults: {};
         | 
| 4485 4485 | 
             
                }, Readonly<import('vue').ExtractPropTypes<{
         | 
| 4486 | 
            -
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 4486 | 
            +
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 4487 4487 | 
             
                    readonly effect: {
         | 
| 4488 4488 | 
             
                        readonly default: "light";
         | 
| 4489 4489 | 
             
                        readonly type: import('vue').PropType<string>;
         | 
| @@ -4492,12 +4492,12 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4492 4492 | 
             
                        readonly __epPropKey: true;
         | 
| 4493 4493 | 
             
                    };
         | 
| 4494 4494 | 
             
                    readonly type: {
         | 
| 4495 | 
            -
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4495 | 
            +
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
         | 
| 4496 4496 | 
             
                        readonly required: false;
         | 
| 4497 4497 | 
             
                        readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4498 4498 | 
             
                        __epPropKey: true;
         | 
| 4499 4499 | 
             
                    };
         | 
| 4500 | 
            -
                    readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 4500 | 
            +
                    readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
         | 
| 4501 4501 | 
             
                    readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
         | 
| 4502 4502 | 
             
                    readonly id: StringConstructor;
         | 
| 4503 4503 | 
             
                    readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| @@ -4506,8 +4506,8 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4506 4506 | 
             
                    readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 4507 4507 | 
             
                    readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 4508 4508 | 
             
                    readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
         | 
| 4509 | 
            -
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 4510 | 
            -
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 4509 | 
            +
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
         | 
| 4510 | 
            +
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
         | 
| 4511 4511 | 
             
                    readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 4512 4512 | 
             
                    readonly disabled: BooleanConstructor;
         | 
| 4513 4513 | 
             
                    readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
         | 
| @@ -4527,12 +4527,12 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4527 4527 | 
             
                    ns: {
         | 
| 4528 4528 | 
             
                        namespace: import('vue').ComputedRef<string>;
         | 
| 4529 4529 | 
             
                        b: (blockSuffix?: string) => string;
         | 
| 4530 | 
            -
                        e: (element?: string | 
| 4531 | 
            -
                        m: (modifier?: string | 
| 4532 | 
            -
                        be: (blockSuffix?: string | 
| 4533 | 
            -
                        em: (element?: string | 
| 4534 | 
            -
                        bm: (blockSuffix?: string | 
| 4535 | 
            -
                        bem: (blockSuffix?: string | 
| 4530 | 
            +
                        e: (element?: string) => string;
         | 
| 4531 | 
            +
                        m: (modifier?: string) => string;
         | 
| 4532 | 
            +
                        be: (blockSuffix?: string, element?: string) => string;
         | 
| 4533 | 
            +
                        em: (element?: string, modifier?: string) => string;
         | 
| 4534 | 
            +
                        bm: (blockSuffix?: string, modifier?: string) => string;
         | 
| 4535 | 
            +
                        bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
         | 
| 4536 4536 | 
             
                        is: {
         | 
| 4537 4537 | 
             
                            (name: string, state: boolean | undefined): string;
         | 
| 4538 4538 | 
             
                            (name: string): string;
         | 
| @@ -4562,11 +4562,11 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4562 4562 | 
             
                        $: import('vue').ComponentInternalInstance;
         | 
| 4563 4563 | 
             
                        $data: {};
         | 
| 4564 4564 | 
             
                        $props: Partial<{
         | 
| 4565 | 
            +
                            disabled: boolean;
         | 
| 4565 4566 | 
             
                            content: string;
         | 
| 4566 4567 | 
             
                            offset: number;
         | 
| 4567 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4568 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
         | 
| 4568 4569 | 
             
                            open: boolean;
         | 
| 4569 | 
            -
                            disabled: boolean;
         | 
| 4570 4570 | 
             
                            placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
         | 
| 4571 4571 | 
             
                            strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
         | 
| 4572 4572 | 
             
                            effect: string;
         | 
| @@ -4574,7 +4574,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4574 4574 | 
             
                            hideAfter: number;
         | 
| 4575 4575 | 
             
                            autoClose: number;
         | 
| 4576 4576 | 
             
                            role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 4577 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/ | 
| 4577 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 4578 4578 | 
             
                            arrowOffset: number;
         | 
| 4579 4579 | 
             
                            virtualTriggering: boolean;
         | 
| 4580 4580 | 
             
                            boundariesPadding: number;
         | 
| @@ -4595,10 +4595,10 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4595 4595 | 
             
                            showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 4596 4596 | 
             
                            arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 4597 4597 | 
             
                            disabled: BooleanConstructor;
         | 
| 4598 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 4598 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 4599 4599 | 
             
                            triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 4600 4600 | 
             
                            virtualRef: {
         | 
| 4601 | 
            -
                                readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 4601 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 4602 4602 | 
             
                                readonly required: false;
         | 
| 4603 4603 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4604 4604 | 
             
                                __epPropKey: true;
         | 
| @@ -4650,7 +4650,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4650 4650 | 
             
                            open: BooleanConstructor;
         | 
| 4651 4651 | 
             
                            ariaLabel: StringConstructor;
         | 
| 4652 4652 | 
             
                            appendTo: {
         | 
| 4653 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4653 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 4654 4654 | 
             
                                readonly required: false;
         | 
| 4655 4655 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4656 4656 | 
             
                                __epPropKey: true;
         | 
| @@ -4658,17 +4658,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4658 4658 | 
             
                            content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 4659 4659 | 
             
                            rawContent: BooleanConstructor;
         | 
| 4660 4660 | 
             
                            persistent: BooleanConstructor;
         | 
| 4661 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 4661 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 4662 4662 | 
             
                            transition: StringConstructor;
         | 
| 4663 4663 | 
             
                            teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 4664 4664 | 
             
                            style: {
         | 
| 4665 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 4665 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 4666 4666 | 
             
                                readonly required: false;
         | 
| 4667 4667 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4668 4668 | 
             
                                __epPropKey: true;
         | 
| 4669 4669 | 
             
                            };
         | 
| 4670 4670 | 
             
                            className: {
         | 
| 4671 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4671 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 4672 4672 | 
             
                                    [x: string]: boolean;
         | 
| 4673 4673 | 
             
                                } | (string | {
         | 
| 4674 4674 | 
             
                                    [x: string]: boolean;
         | 
| @@ -4692,7 +4692,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4692 4692 | 
             
                                    [x: string]: boolean;
         | 
| 4693 4693 | 
             
                                } | (string | {
         | 
| 4694 4694 | 
             
                                    [x: string]: boolean;
         | 
| 4695 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 4695 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 4696 4696 | 
             
                                    [x: string]: boolean;
         | 
| 4697 4697 | 
             
                                } | (string | {
         | 
| 4698 4698 | 
             
                                    [x: string]: boolean;
         | 
| @@ -4716,7 +4716,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4716 4716 | 
             
                                    [x: string]: boolean;
         | 
| 4717 4717 | 
             
                                } | (string | {
         | 
| 4718 4718 | 
             
                                    [x: string]: boolean;
         | 
| 4719 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 4719 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 4720 4720 | 
             
                                    [x: string]: boolean;
         | 
| 4721 4721 | 
             
                                } | (string | {
         | 
| 4722 4722 | 
             
                                    [x: string]: boolean;
         | 
| @@ -4740,7 +4740,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4740 4740 | 
             
                                    [x: string]: boolean;
         | 
| 4741 4741 | 
             
                                } | (string | {
         | 
| 4742 4742 | 
             
                                    [x: string]: boolean;
         | 
| 4743 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 4743 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 4744 4744 | 
             
                                    [x: string]: boolean;
         | 
| 4745 4745 | 
             
                                } | (string | {
         | 
| 4746 4746 | 
             
                                    [x: string]: boolean;
         | 
| @@ -4769,13 +4769,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4769 4769 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4770 4770 | 
             
                                __epPropKey: true;
         | 
| 4771 4771 | 
             
                            };
         | 
| 4772 | 
            -
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 4772 | 
            +
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 4773 4773 | 
             
                            enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 4774 4774 | 
             
                            pure: BooleanConstructor;
         | 
| 4775 4775 | 
             
                            focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 4776 4776 | 
             
                            trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 4777 4777 | 
             
                            popperClass: {
         | 
| 4778 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4778 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 4779 4779 | 
             
                                    [x: string]: boolean;
         | 
| 4780 4780 | 
             
                                } | (string | {
         | 
| 4781 4781 | 
             
                                    [x: string]: boolean;
         | 
| @@ -4799,7 +4799,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4799 4799 | 
             
                                    [x: string]: boolean;
         | 
| 4800 4800 | 
             
                                } | (string | {
         | 
| 4801 4801 | 
             
                                    [x: string]: boolean;
         | 
| 4802 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 4802 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 4803 4803 | 
             
                                    [x: string]: boolean;
         | 
| 4804 4804 | 
             
                                } | (string | {
         | 
| 4805 4805 | 
             
                                    [x: string]: boolean;
         | 
| @@ -4823,7 +4823,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4823 4823 | 
             
                                    [x: string]: boolean;
         | 
| 4824 4824 | 
             
                                } | (string | {
         | 
| 4825 4825 | 
             
                                    [x: string]: boolean;
         | 
| 4826 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 4826 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 4827 4827 | 
             
                                    [x: string]: boolean;
         | 
| 4828 4828 | 
             
                                } | (string | {
         | 
| 4829 4829 | 
             
                                    [x: string]: boolean;
         | 
| @@ -4847,7 +4847,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4847 4847 | 
             
                                    [x: string]: boolean;
         | 
| 4848 4848 | 
             
                                } | (string | {
         | 
| 4849 4849 | 
             
                                    [x: string]: boolean;
         | 
| 4850 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 4850 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 4851 4851 | 
             
                                    [x: string]: boolean;
         | 
| 4852 4852 | 
             
                                } | (string | {
         | 
| 4853 4853 | 
             
                                    [x: string]: boolean;
         | 
| @@ -4877,7 +4877,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4877 4877 | 
             
                                __epPropKey: true;
         | 
| 4878 4878 | 
             
                            };
         | 
| 4879 4879 | 
             
                            popperStyle: {
         | 
| 4880 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 4880 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 4881 4881 | 
             
                                readonly required: false;
         | 
| 4882 4882 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4883 4883 | 
             
                                __epPropKey: true;
         | 
| @@ -4913,28 +4913,26 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4913 4913 | 
             
                                __epPropKey: true;
         | 
| 4914 4914 | 
             
                            };
         | 
| 4915 4915 | 
             
                            role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 4916 | 
            -
                        }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, " | 
| 4916 | 
            +
                        }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "content" | "offset" | "visible" | "open" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
         | 
| 4917 4917 | 
             
                        $attrs: {
         | 
| 4918 4918 | 
             
                            [x: string]: unknown;
         | 
| 4919 4919 | 
             
                        };
         | 
| 4920 4920 | 
             
                        $refs: {
         | 
| 4921 4921 | 
             
                            [x: string]: unknown;
         | 
| 4922 4922 | 
             
                        };
         | 
| 4923 | 
            -
                        $slots:  | 
| 4924 | 
            -
             | 
| 4925 | 
            -
                         | 
| 4926 | 
            -
                        $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 4927 | 
            -
                        $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 4923 | 
            +
                        $slots: import('vue').Slots;
         | 
| 4924 | 
            +
                        $root: import('vue').ComponentPublicInstance | null;
         | 
| 4925 | 
            +
                        $parent: import('vue').ComponentPublicInstance | null;
         | 
| 4928 4926 | 
             
                        $emit: (event: string, ...args: any[]) => void;
         | 
| 4929 4927 | 
             
                        $el: any;
         | 
| 4930 4928 | 
             
                        $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 4931 4929 | 
             
                            showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 4932 4930 | 
             
                            arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 4933 4931 | 
             
                            disabled: BooleanConstructor;
         | 
| 4934 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 4932 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 4935 4933 | 
             
                            triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 4936 4934 | 
             
                            virtualRef: {
         | 
| 4937 | 
            -
                                readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 4935 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 4938 4936 | 
             
                                readonly required: false;
         | 
| 4939 4937 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4940 4938 | 
             
                                __epPropKey: true;
         | 
| @@ -4986,7 +4984,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4986 4984 | 
             
                            open: BooleanConstructor;
         | 
| 4987 4985 | 
             
                            ariaLabel: StringConstructor;
         | 
| 4988 4986 | 
             
                            appendTo: {
         | 
| 4989 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 4987 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 4990 4988 | 
             
                                readonly required: false;
         | 
| 4991 4989 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 4992 4990 | 
             
                                __epPropKey: true;
         | 
| @@ -4994,17 +4992,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 4994 4992 | 
             
                            content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 4995 4993 | 
             
                            rawContent: BooleanConstructor;
         | 
| 4996 4994 | 
             
                            persistent: BooleanConstructor;
         | 
| 4997 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 4995 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 4998 4996 | 
             
                            transition: StringConstructor;
         | 
| 4999 4997 | 
             
                            teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 5000 4998 | 
             
                            style: {
         | 
| 5001 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 4999 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 5002 5000 | 
             
                                readonly required: false;
         | 
| 5003 5001 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5004 5002 | 
             
                                __epPropKey: true;
         | 
| 5005 5003 | 
             
                            };
         | 
| 5006 5004 | 
             
                            className: {
         | 
| 5007 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 5005 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 5008 5006 | 
             
                                    [x: string]: boolean;
         | 
| 5009 5007 | 
             
                                } | (string | {
         | 
| 5010 5008 | 
             
                                    [x: string]: boolean;
         | 
| @@ -5028,7 +5026,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5028 5026 | 
             
                                    [x: string]: boolean;
         | 
| 5029 5027 | 
             
                                } | (string | {
         | 
| 5030 5028 | 
             
                                    [x: string]: boolean;
         | 
| 5031 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 5029 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 5032 5030 | 
             
                                    [x: string]: boolean;
         | 
| 5033 5031 | 
             
                                } | (string | {
         | 
| 5034 5032 | 
             
                                    [x: string]: boolean;
         | 
| @@ -5052,7 +5050,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5052 5050 | 
             
                                    [x: string]: boolean;
         | 
| 5053 5051 | 
             
                                } | (string | {
         | 
| 5054 5052 | 
             
                                    [x: string]: boolean;
         | 
| 5055 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 5053 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 5056 5054 | 
             
                                    [x: string]: boolean;
         | 
| 5057 5055 | 
             
                                } | (string | {
         | 
| 5058 5056 | 
             
                                    [x: string]: boolean;
         | 
| @@ -5076,7 +5074,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5076 5074 | 
             
                                    [x: string]: boolean;
         | 
| 5077 5075 | 
             
                                } | (string | {
         | 
| 5078 5076 | 
             
                                    [x: string]: boolean;
         | 
| 5079 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 5077 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 5080 5078 | 
             
                                    [x: string]: boolean;
         | 
| 5081 5079 | 
             
                                } | (string | {
         | 
| 5082 5080 | 
             
                                    [x: string]: boolean;
         | 
| @@ -5105,13 +5103,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5105 5103 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5106 5104 | 
             
                                __epPropKey: true;
         | 
| 5107 5105 | 
             
                            };
         | 
| 5108 | 
            -
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 5106 | 
            +
                            effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 5109 5107 | 
             
                            enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 5110 5108 | 
             
                            pure: BooleanConstructor;
         | 
| 5111 5109 | 
             
                            focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 5112 5110 | 
             
                            trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 5113 5111 | 
             
                            popperClass: {
         | 
| 5114 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 5112 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 5115 5113 | 
             
                                    [x: string]: boolean;
         | 
| 5116 5114 | 
             
                                } | (string | {
         | 
| 5117 5115 | 
             
                                    [x: string]: boolean;
         | 
| @@ -5135,7 +5133,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5135 5133 | 
             
                                    [x: string]: boolean;
         | 
| 5136 5134 | 
             
                                } | (string | {
         | 
| 5137 5135 | 
             
                                    [x: string]: boolean;
         | 
| 5138 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 5136 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 5139 5137 | 
             
                                    [x: string]: boolean;
         | 
| 5140 5138 | 
             
                                } | (string | {
         | 
| 5141 5139 | 
             
                                    [x: string]: boolean;
         | 
| @@ -5159,7 +5157,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5159 5157 | 
             
                                    [x: string]: boolean;
         | 
| 5160 5158 | 
             
                                } | (string | {
         | 
| 5161 5159 | 
             
                                    [x: string]: boolean;
         | 
| 5162 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 5160 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 5163 5161 | 
             
                                    [x: string]: boolean;
         | 
| 5164 5162 | 
             
                                } | (string | {
         | 
| 5165 5163 | 
             
                                    [x: string]: boolean;
         | 
| @@ -5183,7 +5181,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5183 5181 | 
             
                                    [x: string]: boolean;
         | 
| 5184 5182 | 
             
                                } | (string | {
         | 
| 5185 5183 | 
             
                                    [x: string]: boolean;
         | 
| 5186 | 
            -
                                } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 5184 | 
            +
                                } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 5187 5185 | 
             
                                    [x: string]: boolean;
         | 
| 5188 5186 | 
             
                                } | (string | {
         | 
| 5189 5187 | 
             
                                    [x: string]: boolean;
         | 
| @@ -5213,7 +5211,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5213 5211 | 
             
                                __epPropKey: true;
         | 
| 5214 5212 | 
             
                            };
         | 
| 5215 5213 | 
             
                            popperStyle: {
         | 
| 5216 | 
            -
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 5214 | 
            +
                                readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 5217 5215 | 
             
                                readonly required: false;
         | 
| 5218 5216 | 
             
                                readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5219 5217 | 
             
                                __epPropKey: true;
         | 
| @@ -5264,50 +5262,48 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5264 5262 | 
             
                                $refs: {
         | 
| 5265 5263 | 
             
                                    [x: string]: unknown;
         | 
| 5266 5264 | 
             
                                };
         | 
| 5267 | 
            -
                                $slots:  | 
| 5268 | 
            -
             | 
| 5269 | 
            -
                                 | 
| 5270 | 
            -
                                $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 5271 | 
            -
                                $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 5265 | 
            +
                                $slots: import('vue').Slots;
         | 
| 5266 | 
            +
                                $root: import('vue').ComponentPublicInstance | null;
         | 
| 5267 | 
            +
                                $parent: import('vue').ComponentPublicInstance | null;
         | 
| 5272 5268 | 
             
                                $emit: (event: string, ...args: any[]) => void;
         | 
| 5273 5269 | 
             
                                $el: any;
         | 
| 5274 5270 | 
             
                                $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 5275 5271 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 5276 5272 | 
             
                                }>>, {
         | 
| 5277 | 
            -
                                    triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 5273 | 
            +
                                    triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 5278 5274 | 
             
                                    contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 5279 5275 | 
             
                                    popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 5280 | 
            -
                                    referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 5276 | 
            +
                                    referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 5281 5277 | 
             
                                    role: import('vue').ComputedRef<string>;
         | 
| 5282 5278 | 
             
                                }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
         | 
| 5283 5279 | 
             
                                    readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 5284 5280 | 
             
                                }> & {
         | 
| 5285 | 
            -
                                    beforeCreate?: (( | 
| 5286 | 
            -
                                    created?: (( | 
| 5287 | 
            -
                                    beforeMount?: (( | 
| 5288 | 
            -
                                    mounted?: (( | 
| 5289 | 
            -
                                    beforeUpdate?: (( | 
| 5290 | 
            -
                                    updated?: (( | 
| 5291 | 
            -
                                    activated?: (( | 
| 5292 | 
            -
                                    deactivated?: (( | 
| 5293 | 
            -
                                    beforeDestroy?: (( | 
| 5294 | 
            -
                                    beforeUnmount?: (( | 
| 5295 | 
            -
                                    destroyed?: (( | 
| 5296 | 
            -
                                    unmounted?: (( | 
| 5297 | 
            -
                                    renderTracked?: (( | 
| 5298 | 
            -
                                    renderTriggered?: (( | 
| 5299 | 
            -
                                    errorCaptured?: (( | 
| 5281 | 
            +
                                    beforeCreate?: (() => void) | (() => void)[];
         | 
| 5282 | 
            +
                                    created?: (() => void) | (() => void)[];
         | 
| 5283 | 
            +
                                    beforeMount?: (() => void) | (() => void)[];
         | 
| 5284 | 
            +
                                    mounted?: (() => void) | (() => void)[];
         | 
| 5285 | 
            +
                                    beforeUpdate?: (() => void) | (() => void)[];
         | 
| 5286 | 
            +
                                    updated?: (() => void) | (() => void)[];
         | 
| 5287 | 
            +
                                    activated?: (() => void) | (() => void)[];
         | 
| 5288 | 
            +
                                    deactivated?: (() => void) | (() => void)[];
         | 
| 5289 | 
            +
                                    beforeDestroy?: (() => void) | (() => void)[];
         | 
| 5290 | 
            +
                                    beforeUnmount?: (() => void) | (() => void)[];
         | 
| 5291 | 
            +
                                    destroyed?: (() => void) | (() => void)[];
         | 
| 5292 | 
            +
                                    unmounted?: (() => void) | (() => void)[];
         | 
| 5293 | 
            +
                                    renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 5294 | 
            +
                                    renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 5295 | 
            +
                                    errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 5300 5296 | 
             
                                };
         | 
| 5301 5297 | 
             
                                $forceUpdate: () => void;
         | 
| 5302 5298 | 
             
                                $nextTick: typeof import('vue').nextTick;
         | 
| 5303 | 
            -
                                $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 5299 | 
            +
                                $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 5304 5300 | 
             
                            } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 5305 5301 | 
             
                                readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 5306 5302 | 
             
                            }>> & import('vue').ShallowUnwrapRef<{
         | 
| 5307 | 
            -
                                triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 5303 | 
            +
                                triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 5308 5304 | 
             
                                contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 5309 5305 | 
             
                                popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 5310 | 
            -
                                referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 5306 | 
            +
                                referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 5311 5307 | 
             
                                role: import('vue').ComputedRef<string>;
         | 
| 5312 5308 | 
             
                            }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 5313 5309 | 
             
                                $slots: {
         | 
| @@ -5315,19 +5311,19 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5315 5311 | 
             
                                };
         | 
| 5316 5312 | 
             
                            }) | undefined>;
         | 
| 5317 5313 | 
             
                            contentRef: import('vue').Ref<any>;
         | 
| 5318 | 
            -
                            isFocusInsideContent: (event?: FocusEvent | 
| 5314 | 
            +
                            isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
         | 
| 5319 5315 | 
             
                            updatePopper: () => void;
         | 
| 5320 | 
            -
                            onOpen: (event?: Event | 
| 5321 | 
            -
                            onClose: (event?: Event | 
| 5322 | 
            -
                            hide: (event?: Event | 
| 5316 | 
            +
                            onOpen: (event?: Event) => void;
         | 
| 5317 | 
            +
                            onClose: (event?: Event) => void;
         | 
| 5318 | 
            +
                            hide: (event?: Event) => void;
         | 
| 5323 5319 | 
             
                        }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
         | 
| 5324 5320 | 
             
                            [x: string]: (...args: any[]) => void;
         | 
| 5325 5321 | 
             
                        }, string, {
         | 
| 5322 | 
            +
                            disabled: boolean;
         | 
| 5326 5323 | 
             
                            content: string;
         | 
| 5327 5324 | 
             
                            offset: number;
         | 
| 5328 | 
            -
                            visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 5325 | 
            +
                            visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
         | 
| 5329 5326 | 
             
                            open: boolean;
         | 
| 5330 | 
            -
                            disabled: boolean;
         | 
| 5331 5327 | 
             
                            placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
         | 
| 5332 5328 | 
             
                            strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
         | 
| 5333 5329 | 
             
                            effect: string;
         | 
| @@ -5335,7 +5331,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5335 5331 | 
             
                            hideAfter: number;
         | 
| 5336 5332 | 
             
                            autoClose: number;
         | 
| 5337 5333 | 
             
                            role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 5338 | 
            -
                            trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/ | 
| 5334 | 
            +
                            trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 5339 5335 | 
             
                            arrowOffset: number;
         | 
| 5340 5336 | 
             
                            virtualTriggering: boolean;
         | 
| 5341 5337 | 
             
                            boundariesPadding: number;
         | 
| @@ -5353,33 +5349,33 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5353 5349 | 
             
                            persistent: boolean;
         | 
| 5354 5350 | 
             
                            showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 5355 5351 | 
             
                        }> & {
         | 
| 5356 | 
            -
                            beforeCreate?: (( | 
| 5357 | 
            -
                            created?: (( | 
| 5358 | 
            -
                            beforeMount?: (( | 
| 5359 | 
            -
                            mounted?: (( | 
| 5360 | 
            -
                            beforeUpdate?: (( | 
| 5361 | 
            -
                            updated?: (( | 
| 5362 | 
            -
                            activated?: (( | 
| 5363 | 
            -
                            deactivated?: (( | 
| 5364 | 
            -
                            beforeDestroy?: (( | 
| 5365 | 
            -
                            beforeUnmount?: (( | 
| 5366 | 
            -
                            destroyed?: (( | 
| 5367 | 
            -
                            unmounted?: (( | 
| 5368 | 
            -
                            renderTracked?: (( | 
| 5369 | 
            -
                            renderTriggered?: (( | 
| 5370 | 
            -
                            errorCaptured?: (( | 
| 5352 | 
            +
                            beforeCreate?: (() => void) | (() => void)[];
         | 
| 5353 | 
            +
                            created?: (() => void) | (() => void)[];
         | 
| 5354 | 
            +
                            beforeMount?: (() => void) | (() => void)[];
         | 
| 5355 | 
            +
                            mounted?: (() => void) | (() => void)[];
         | 
| 5356 | 
            +
                            beforeUpdate?: (() => void) | (() => void)[];
         | 
| 5357 | 
            +
                            updated?: (() => void) | (() => void)[];
         | 
| 5358 | 
            +
                            activated?: (() => void) | (() => void)[];
         | 
| 5359 | 
            +
                            deactivated?: (() => void) | (() => void)[];
         | 
| 5360 | 
            +
                            beforeDestroy?: (() => void) | (() => void)[];
         | 
| 5361 | 
            +
                            beforeUnmount?: (() => void) | (() => void)[];
         | 
| 5362 | 
            +
                            destroyed?: (() => void) | (() => void)[];
         | 
| 5363 | 
            +
                            unmounted?: (() => void) | (() => void)[];
         | 
| 5364 | 
            +
                            renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 5365 | 
            +
                            renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 5366 | 
            +
                            errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 5371 5367 | 
             
                        };
         | 
| 5372 5368 | 
             
                        $forceUpdate: () => void;
         | 
| 5373 5369 | 
             
                        $nextTick: typeof import('vue').nextTick;
         | 
| 5374 | 
            -
                        $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 5370 | 
            +
                        $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 5375 5371 | 
             
                    } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 5376 5372 | 
             
                        showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
         | 
| 5377 5373 | 
             
                        arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
         | 
| 5378 5374 | 
             
                        disabled: BooleanConstructor;
         | 
| 5379 | 
            -
                        trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus | 
| 5375 | 
            +
                        trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
         | 
| 5380 5376 | 
             
                        triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
         | 
| 5381 5377 | 
             
                        virtualRef: {
         | 
| 5382 | 
            -
                            readonly type: import('vue').PropType<import('element-plus').Measurable>;
         | 
| 5378 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
         | 
| 5383 5379 | 
             
                            readonly required: false;
         | 
| 5384 5380 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5385 5381 | 
             
                            __epPropKey: true;
         | 
| @@ -5431,7 +5427,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5431 5427 | 
             
                        open: BooleanConstructor;
         | 
| 5432 5428 | 
             
                        ariaLabel: StringConstructor;
         | 
| 5433 5429 | 
             
                        appendTo: {
         | 
| 5434 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 5430 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
         | 
| 5435 5431 | 
             
                            readonly required: false;
         | 
| 5436 5432 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5437 5433 | 
             
                            __epPropKey: true;
         | 
| @@ -5439,17 +5435,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5439 5435 | 
             
                        content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
         | 
| 5440 5436 | 
             
                        rawContent: BooleanConstructor;
         | 
| 5441 5437 | 
             
                        persistent: BooleanConstructor;
         | 
| 5442 | 
            -
                        visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 5438 | 
            +
                        visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
         | 
| 5443 5439 | 
             
                        transition: StringConstructor;
         | 
| 5444 5440 | 
             
                        teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 5445 5441 | 
             
                        style: {
         | 
| 5446 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 5442 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 5447 5443 | 
             
                            readonly required: false;
         | 
| 5448 5444 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5449 5445 | 
             
                            __epPropKey: true;
         | 
| 5450 5446 | 
             
                        };
         | 
| 5451 5447 | 
             
                        className: {
         | 
| 5452 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 5448 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 5453 5449 | 
             
                                [x: string]: boolean;
         | 
| 5454 5450 | 
             
                            } | (string | {
         | 
| 5455 5451 | 
             
                                [x: string]: boolean;
         | 
| @@ -5473,7 +5469,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5473 5469 | 
             
                                [x: string]: boolean;
         | 
| 5474 5470 | 
             
                            } | (string | {
         | 
| 5475 5471 | 
             
                                [x: string]: boolean;
         | 
| 5476 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 5472 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 5477 5473 | 
             
                                [x: string]: boolean;
         | 
| 5478 5474 | 
             
                            } | (string | {
         | 
| 5479 5475 | 
             
                                [x: string]: boolean;
         | 
| @@ -5497,7 +5493,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5497 5493 | 
             
                                [x: string]: boolean;
         | 
| 5498 5494 | 
             
                            } | (string | {
         | 
| 5499 5495 | 
             
                                [x: string]: boolean;
         | 
| 5500 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 5496 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 5501 5497 | 
             
                                [x: string]: boolean;
         | 
| 5502 5498 | 
             
                            } | (string | {
         | 
| 5503 5499 | 
             
                                [x: string]: boolean;
         | 
| @@ -5521,7 +5517,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5521 5517 | 
             
                                [x: string]: boolean;
         | 
| 5522 5518 | 
             
                            } | (string | {
         | 
| 5523 5519 | 
             
                                [x: string]: boolean;
         | 
| 5524 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 5520 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 5525 5521 | 
             
                                [x: string]: boolean;
         | 
| 5526 5522 | 
             
                            } | (string | {
         | 
| 5527 5523 | 
             
                                [x: string]: boolean;
         | 
| @@ -5550,13 +5546,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5550 5546 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5551 5547 | 
             
                            __epPropKey: true;
         | 
| 5552 5548 | 
             
                        };
         | 
| 5553 | 
            -
                        effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | 
| 5549 | 
            +
                        effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
         | 
| 5554 5550 | 
             
                        enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 5555 5551 | 
             
                        pure: BooleanConstructor;
         | 
| 5556 5552 | 
             
                        focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 5557 5553 | 
             
                        trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
         | 
| 5558 5554 | 
             
                        popperClass: {
         | 
| 5559 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 5555 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
         | 
| 5560 5556 | 
             
                                [x: string]: boolean;
         | 
| 5561 5557 | 
             
                            } | (string | {
         | 
| 5562 5558 | 
             
                                [x: string]: boolean;
         | 
| @@ -5580,7 +5576,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5580 5576 | 
             
                                [x: string]: boolean;
         | 
| 5581 5577 | 
             
                            } | (string | {
         | 
| 5582 5578 | 
             
                                [x: string]: boolean;
         | 
| 5583 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 5579 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 5584 5580 | 
             
                                [x: string]: boolean;
         | 
| 5585 5581 | 
             
                            } | (string | {
         | 
| 5586 5582 | 
             
                                [x: string]: boolean;
         | 
| @@ -5604,7 +5600,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5604 5600 | 
             
                                [x: string]: boolean;
         | 
| 5605 5601 | 
             
                            } | (string | {
         | 
| 5606 5602 | 
             
                                [x: string]: boolean;
         | 
| 5607 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>  | 
| 5603 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
         | 
| 5608 5604 | 
             
                                [x: string]: boolean;
         | 
| 5609 5605 | 
             
                            } | (string | {
         | 
| 5610 5606 | 
             
                                [x: string]: boolean;
         | 
| @@ -5628,7 +5624,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5628 5624 | 
             
                                [x: string]: boolean;
         | 
| 5629 5625 | 
             
                            } | (string | {
         | 
| 5630 5626 | 
             
                                [x: string]: boolean;
         | 
| 5631 | 
            -
                            } | any)[])[])[])[])[])[])[])[])[])[])[])  | 
| 5627 | 
            +
                            } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
         | 
| 5632 5628 | 
             
                                [x: string]: boolean;
         | 
| 5633 5629 | 
             
                            } | (string | {
         | 
| 5634 5630 | 
             
                                [x: string]: boolean;
         | 
| @@ -5658,7 +5654,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5658 5654 | 
             
                            __epPropKey: true;
         | 
| 5659 5655 | 
             
                        };
         | 
| 5660 5656 | 
             
                        popperStyle: {
         | 
| 5661 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue'). | 
| 5657 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
         | 
| 5662 5658 | 
             
                            readonly required: false;
         | 
| 5663 5659 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5664 5660 | 
             
                            __epPropKey: true;
         | 
| @@ -5709,50 +5705,48 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5709 5705 | 
             
                            $refs: {
         | 
| 5710 5706 | 
             
                                [x: string]: unknown;
         | 
| 5711 5707 | 
             
                            };
         | 
| 5712 | 
            -
                            $slots:  | 
| 5713 | 
            -
             | 
| 5714 | 
            -
                             | 
| 5715 | 
            -
                            $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 5716 | 
            -
                            $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
         | 
| 5708 | 
            +
                            $slots: import('vue').Slots;
         | 
| 5709 | 
            +
                            $root: import('vue').ComponentPublicInstance | null;
         | 
| 5710 | 
            +
                            $parent: import('vue').ComponentPublicInstance | null;
         | 
| 5717 5711 | 
             
                            $emit: (event: string, ...args: any[]) => void;
         | 
| 5718 5712 | 
             
                            $el: any;
         | 
| 5719 5713 | 
             
                            $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
         | 
| 5720 5714 | 
             
                                readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 5721 5715 | 
             
                            }>>, {
         | 
| 5722 | 
            -
                                triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 5716 | 
            +
                                triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 5723 5717 | 
             
                                contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 5724 5718 | 
             
                                popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 5725 | 
            -
                                referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 5719 | 
            +
                                referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 5726 5720 | 
             
                                role: import('vue').ComputedRef<string>;
         | 
| 5727 5721 | 
             
                            }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
         | 
| 5728 5722 | 
             
                                readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
         | 
| 5729 5723 | 
             
                            }> & {
         | 
| 5730 | 
            -
                                beforeCreate?: (( | 
| 5731 | 
            -
                                created?: (( | 
| 5732 | 
            -
                                beforeMount?: (( | 
| 5733 | 
            -
                                mounted?: (( | 
| 5734 | 
            -
                                beforeUpdate?: (( | 
| 5735 | 
            -
                                updated?: (( | 
| 5736 | 
            -
                                activated?: (( | 
| 5737 | 
            -
                                deactivated?: (( | 
| 5738 | 
            -
                                beforeDestroy?: (( | 
| 5739 | 
            -
                                beforeUnmount?: (( | 
| 5740 | 
            -
                                destroyed?: (( | 
| 5741 | 
            -
                                unmounted?: (( | 
| 5742 | 
            -
                                renderTracked?: (( | 
| 5743 | 
            -
                                renderTriggered?: (( | 
| 5744 | 
            -
                                errorCaptured?: (( | 
| 5724 | 
            +
                                beforeCreate?: (() => void) | (() => void)[];
         | 
| 5725 | 
            +
                                created?: (() => void) | (() => void)[];
         | 
| 5726 | 
            +
                                beforeMount?: (() => void) | (() => void)[];
         | 
| 5727 | 
            +
                                mounted?: (() => void) | (() => void)[];
         | 
| 5728 | 
            +
                                beforeUpdate?: (() => void) | (() => void)[];
         | 
| 5729 | 
            +
                                updated?: (() => void) | (() => void)[];
         | 
| 5730 | 
            +
                                activated?: (() => void) | (() => void)[];
         | 
| 5731 | 
            +
                                deactivated?: (() => void) | (() => void)[];
         | 
| 5732 | 
            +
                                beforeDestroy?: (() => void) | (() => void)[];
         | 
| 5733 | 
            +
                                beforeUnmount?: (() => void) | (() => void)[];
         | 
| 5734 | 
            +
                                destroyed?: (() => void) | (() => void)[];
         | 
| 5735 | 
            +
                                unmounted?: (() => void) | (() => void)[];
         | 
| 5736 | 
            +
                                renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 5737 | 
            +
                                renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
         | 
| 5738 | 
            +
                                errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
         | 
| 5745 5739 | 
             
                            };
         | 
| 5746 5740 | 
             
                            $forceUpdate: () => void;
         | 
| 5747 5741 | 
             
                            $nextTick: typeof import('vue').nextTick;
         | 
| 5748 | 
            -
                            $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions | 
| 5742 | 
            +
                            $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
         | 
| 5749 5743 | 
             
                        } & Readonly<import('vue').ExtractPropTypes<{
         | 
| 5750 5744 | 
             
                            readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
         | 
| 5751 5745 | 
             
                        }>> & import('vue').ShallowUnwrapRef<{
         | 
| 5752 | 
            -
                            triggerRef: import('vue').Ref<import('element-plus/es/ | 
| 5746 | 
            +
                            triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 5753 5747 | 
             
                            contentRef: import('vue').Ref<HTMLElement | undefined>;
         | 
| 5754 5748 | 
             
                            popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
         | 
| 5755 | 
            -
                            referenceRef: import('vue').Ref<import('element-plus/es/ | 
| 5749 | 
            +
                            referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
         | 
| 5756 5750 | 
             
                            role: import('vue').ComputedRef<string>;
         | 
| 5757 5751 | 
             
                        }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 5758 5752 | 
             
                            $slots: {
         | 
| @@ -5760,11 +5754,11 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5760 5754 | 
             
                            };
         | 
| 5761 5755 | 
             
                        }) | undefined>;
         | 
| 5762 5756 | 
             
                        contentRef: import('vue').Ref<any>;
         | 
| 5763 | 
            -
                        isFocusInsideContent: (event?: FocusEvent | 
| 5757 | 
            +
                        isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
         | 
| 5764 5758 | 
             
                        updatePopper: () => void;
         | 
| 5765 | 
            -
                        onOpen: (event?: Event | 
| 5766 | 
            -
                        onClose: (event?: Event | 
| 5767 | 
            -
                        hide: (event?: Event | 
| 5759 | 
            +
                        onOpen: (event?: Event) => void;
         | 
| 5760 | 
            +
                        onClose: (event?: Event) => void;
         | 
| 5761 | 
            +
                        hide: (event?: Event) => void;
         | 
| 5768 5762 | 
             
                    }> & {} & import('vue').ComponentCustomProperties & {
         | 
| 5769 5763 | 
             
                        $slots: {
         | 
| 5770 5764 | 
             
                            default?(_: {}): any;
         | 
| @@ -5775,21 +5769,21 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5775 5769 | 
             
                    triggeringElementRef: import('vue').Ref<any>;
         | 
| 5776 5770 | 
             
                    referenceElementRef: import('vue').Ref<any>;
         | 
| 5777 5771 | 
             
                }, {}, {}, {}, {
         | 
| 5778 | 
            -
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
         | 
| 5779 | 
            -
                    readonly size: string;
         | 
| 5780 5772 | 
             
                    readonly disabled: boolean;
         | 
| 5781 | 
            -
                    readonly  | 
| 5773 | 
            +
                    readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
         | 
| 5774 | 
            +
                    readonly size: string;
         | 
| 5775 | 
            +
                    readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
         | 
| 5782 5776 | 
             
                    readonly effect: string;
         | 
| 5783 | 
            -
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 5777 | 
            +
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
         | 
| 5784 5778 | 
             
                    readonly role: string;
         | 
| 5785 | 
            -
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus | 
| 5779 | 
            +
                    readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
         | 
| 5786 5780 | 
             
                    readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 5787 5781 | 
             
                    readonly popperOptions: Partial<import('@popperjs/core').Options>;
         | 
| 5788 5782 | 
             
                    readonly popperClass: string;
         | 
| 5789 5783 | 
             
                    readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 5784 | 
            +
                    readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 5790 5785 | 
             
                    readonly showTimeout: number;
         | 
| 5791 5786 | 
             
                    readonly hideTimeout: number;
         | 
| 5792 | 
            -
                    readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 5793 5787 | 
             
                    readonly splitButton: boolean;
         | 
| 5794 5788 | 
             
                }> | null;
         | 
| 5795 5789 | 
             
                input: ({
         | 
| @@ -5799,15 +5793,15 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5799 5793 | 
             
                        readonly disabled: boolean;
         | 
| 5800 5794 | 
             
                        readonly id: string;
         | 
| 5801 5795 | 
             
                        readonly type: string;
         | 
| 5802 | 
            -
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 5796 | 
            +
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
         | 
| 5803 5797 | 
             
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
         | 
| 5798 | 
            +
                        readonly readonly: boolean;
         | 
| 5804 5799 | 
             
                        readonly autosize: import('element-plus').InputAutoSize;
         | 
| 5805 5800 | 
             
                        readonly autocomplete: string;
         | 
| 5806 5801 | 
             
                        readonly containerRole: string;
         | 
| 5807 5802 | 
             
                        readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 5808 5803 | 
             
                        readonly inputStyle: import('vue').StyleValue;
         | 
| 5809 5804 | 
             
                        readonly rows: number;
         | 
| 5810 | 
            -
                        readonly readonly: boolean;
         | 
| 5811 5805 | 
             
                        readonly clearable: boolean;
         | 
| 5812 5806 | 
             
                        readonly showPassword: boolean;
         | 
| 5813 5807 | 
             
                        readonly showWordLimit: boolean;
         | 
| @@ -5816,7 +5810,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5816 5810 | 
             
                        readonly disabled: boolean;
         | 
| 5817 5811 | 
             
                        readonly type: string;
         | 
| 5818 5812 | 
             
                        readonly autofocus: boolean;
         | 
| 5819 | 
            -
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 5813 | 
            +
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
         | 
| 5820 5814 | 
             
                        readonly readonly: boolean;
         | 
| 5821 5815 | 
             
                        readonly autosize: import('element-plus').InputAutoSize;
         | 
| 5822 5816 | 
             
                        readonly autocomplete: string;
         | 
| @@ -5837,8 +5831,8 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5837 5831 | 
             
                        readonly placeholder?: string | undefined;
         | 
| 5838 5832 | 
             
                        readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
         | 
| 5839 5833 | 
             
                        readonly parser?: Function | undefined;
         | 
| 5840 | 
            -
                        readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 5841 | 
            -
                        readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 5834 | 
            +
                        readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
         | 
| 5835 | 
            +
                        readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
         | 
| 5842 5836 | 
             
                        readonly containerRole?: string | undefined;
         | 
| 5843 5837 | 
             
                        "onUpdate:modelValue"?: ((value: string) => any) | undefined;
         | 
| 5844 5838 | 
             
                        onChange?: ((value: string) => any) | undefined;
         | 
| @@ -5862,7 +5856,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5862 5856 | 
             
                            __epPropKey: true;
         | 
| 5863 5857 | 
             
                        };
         | 
| 5864 5858 | 
             
                        readonly disabled: BooleanConstructor;
         | 
| 5865 | 
            -
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 5859 | 
            +
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
         | 
| 5866 5860 | 
             
                        readonly maxlength: {
         | 
| 5867 5861 | 
             
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
         | 
| 5868 5862 | 
             
                            readonly required: false;
         | 
| @@ -5882,7 +5876,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5882 5876 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5883 5877 | 
             
                            __epPropKey: true;
         | 
| 5884 5878 | 
             
                        };
         | 
| 5885 | 
            -
                        readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 5879 | 
            +
                        readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
         | 
| 5880 | 
            +
                            minRows?: number;
         | 
| 5881 | 
            +
                            maxRows?: number;
         | 
| 5882 | 
            +
                        }) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
         | 
| 5883 | 
            +
                            minRows?: number;
         | 
| 5884 | 
            +
                            maxRows?: number;
         | 
| 5885 | 
            +
                        }) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
         | 
| 5886 5886 | 
             
                        readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
         | 
| 5887 5887 | 
             
                        readonly formatter: {
         | 
| 5888 5888 | 
             
                            readonly type: import('vue').PropType<Function>;
         | 
| @@ -5913,13 +5913,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5913 5913 | 
             
                        readonly showPassword: BooleanConstructor;
         | 
| 5914 5914 | 
             
                        readonly showWordLimit: BooleanConstructor;
         | 
| 5915 5915 | 
             
                        readonly suffixIcon: {
         | 
| 5916 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 5916 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 5917 5917 | 
             
                            readonly required: false;
         | 
| 5918 5918 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5919 5919 | 
             
                            __epPropKey: true;
         | 
| 5920 5920 | 
             
                        };
         | 
| 5921 5921 | 
             
                        readonly prefixIcon: {
         | 
| 5922 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 5922 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 5923 5923 | 
             
                            readonly required: false;
         | 
| 5924 5924 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5925 5925 | 
             
                            __epPropKey: true;
         | 
| @@ -5927,7 +5927,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5927 5927 | 
             
                        readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
         | 
| 5928 5928 | 
             
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
         | 
| 5929 5929 | 
             
                        readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 5930 | 
            -
                        readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue'). | 
| 5930 | 
            +
                        readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
         | 
| 5931 5931 | 
             
                        readonly autofocus: BooleanConstructor;
         | 
| 5932 5932 | 
             
                        readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
         | 
| 5933 5933 | 
             
                    }>> & {
         | 
| @@ -5968,7 +5968,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5968 5968 | 
             
                            __epPropKey: true;
         | 
| 5969 5969 | 
             
                        };
         | 
| 5970 5970 | 
             
                        readonly disabled: BooleanConstructor;
         | 
| 5971 | 
            -
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 5971 | 
            +
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
         | 
| 5972 5972 | 
             
                        readonly maxlength: {
         | 
| 5973 5973 | 
             
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
         | 
| 5974 5974 | 
             
                            readonly required: false;
         | 
| @@ -5988,7 +5988,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 5988 5988 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 5989 5989 | 
             
                            __epPropKey: true;
         | 
| 5990 5990 | 
             
                        };
         | 
| 5991 | 
            -
                        readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 5991 | 
            +
                        readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
         | 
| 5992 | 
            +
                            minRows?: number;
         | 
| 5993 | 
            +
                            maxRows?: number;
         | 
| 5994 | 
            +
                        }) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
         | 
| 5995 | 
            +
                            minRows?: number;
         | 
| 5996 | 
            +
                            maxRows?: number;
         | 
| 5997 | 
            +
                        }) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
         | 
| 5992 5998 | 
             
                        readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
         | 
| 5993 5999 | 
             
                        readonly formatter: {
         | 
| 5994 6000 | 
             
                            readonly type: import('vue').PropType<Function>;
         | 
| @@ -6019,13 +6025,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 6019 6025 | 
             
                        readonly showPassword: BooleanConstructor;
         | 
| 6020 6026 | 
             
                        readonly showWordLimit: BooleanConstructor;
         | 
| 6021 6027 | 
             
                        readonly suffixIcon: {
         | 
| 6022 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 6028 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 6023 6029 | 
             
                            readonly required: false;
         | 
| 6024 6030 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 6025 6031 | 
             
                            __epPropKey: true;
         | 
| 6026 6032 | 
             
                        };
         | 
| 6027 6033 | 
             
                        readonly prefixIcon: {
         | 
| 6028 | 
            -
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 6034 | 
            +
                            readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 6029 6035 | 
             
                            readonly required: false;
         | 
| 6030 6036 | 
             
                            readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 6031 6037 | 
             
                            __epPropKey: true;
         | 
| @@ -6033,7 +6039,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 6033 6039 | 
             
                        readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
         | 
| 6034 6040 | 
             
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
         | 
| 6035 6041 | 
             
                        readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 6036 | 
            -
                        readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue'). | 
| 6042 | 
            +
                        readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
         | 
| 6037 6043 | 
             
                        readonly autofocus: BooleanConstructor;
         | 
| 6038 6044 | 
             
                        readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
         | 
| 6039 6045 | 
             
                    }>> & {
         | 
| @@ -6078,15 +6084,15 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 6078 6084 | 
             
                        readonly disabled: boolean;
         | 
| 6079 6085 | 
             
                        readonly id: string;
         | 
| 6080 6086 | 
             
                        readonly type: string;
         | 
| 6081 | 
            -
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 6087 | 
            +
                        readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
         | 
| 6082 6088 | 
             
                        readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
         | 
| 6089 | 
            +
                        readonly readonly: boolean;
         | 
| 6083 6090 | 
             
                        readonly autosize: import('element-plus').InputAutoSize;
         | 
| 6084 6091 | 
             
                        readonly autocomplete: string;
         | 
| 6085 6092 | 
             
                        readonly containerRole: string;
         | 
| 6086 6093 | 
             
                        readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 6087 6094 | 
             
                        readonly inputStyle: import('vue').StyleValue;
         | 
| 6088 6095 | 
             
                        readonly rows: number;
         | 
| 6089 | 
            -
                        readonly readonly: boolean;
         | 
| 6090 6096 | 
             
                        readonly clearable: boolean;
         | 
| 6091 6097 | 
             
                        readonly showPassword: boolean;
         | 
| 6092 6098 | 
             
                        readonly showWordLimit: boolean;
         | 
| @@ -6115,15 +6121,15 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 6115 6121 | 
             
                    readonly disabled: boolean;
         | 
| 6116 6122 | 
             
                    readonly id: string;
         | 
| 6117 6123 | 
             
                    readonly type: string;
         | 
| 6118 | 
            -
                    readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>  | 
| 6124 | 
            +
                    readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
         | 
| 6119 6125 | 
             
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
         | 
| 6126 | 
            +
                    readonly readonly: boolean;
         | 
| 6120 6127 | 
             
                    readonly autosize: import('element-plus').InputAutoSize;
         | 
| 6121 6128 | 
             
                    readonly autocomplete: string;
         | 
| 6122 6129 | 
             
                    readonly containerRole: string;
         | 
| 6123 6130 | 
             
                    readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
         | 
| 6124 6131 | 
             
                    readonly inputStyle: import('vue').StyleValue;
         | 
| 6125 6132 | 
             
                    readonly rows: number;
         | 
| 6126 | 
            -
                    readonly readonly: boolean;
         | 
| 6127 6133 | 
             
                    readonly clearable: boolean;
         | 
| 6128 6134 | 
             
                    readonly showPassword: boolean;
         | 
| 6129 6135 | 
             
                    readonly showWordLimit: boolean;
         | 
| @@ -6138,7 +6144,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 6138 6144 | 
             
                        __epPropKey: true;
         | 
| 6139 6145 | 
             
                    };
         | 
| 6140 6146 | 
             
                    readonly disabled: BooleanConstructor;
         | 
| 6141 | 
            -
                    readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 6147 | 
            +
                    readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
         | 
| 6142 6148 | 
             
                    readonly maxlength: {
         | 
| 6143 6149 | 
             
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
         | 
| 6144 6150 | 
             
                        readonly required: false;
         | 
| @@ -6158,7 +6164,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 6158 6164 | 
             
                        readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 6159 6165 | 
             
                        __epPropKey: true;
         | 
| 6160 6166 | 
             
                    };
         | 
| 6161 | 
            -
                    readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>  | 
| 6167 | 
            +
                    readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
         | 
| 6168 | 
            +
                        minRows?: number;
         | 
| 6169 | 
            +
                        maxRows?: number;
         | 
| 6170 | 
            +
                    }) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
         | 
| 6171 | 
            +
                        minRows?: number;
         | 
| 6172 | 
            +
                        maxRows?: number;
         | 
| 6173 | 
            +
                    }) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
         | 
| 6162 6174 | 
             
                    readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
         | 
| 6163 6175 | 
             
                    readonly formatter: {
         | 
| 6164 6176 | 
             
                        readonly type: import('vue').PropType<Function>;
         | 
| @@ -6189,13 +6201,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 6189 6201 | 
             
                    readonly showPassword: BooleanConstructor;
         | 
| 6190 6202 | 
             
                    readonly showWordLimit: BooleanConstructor;
         | 
| 6191 6203 | 
             
                    readonly suffixIcon: {
         | 
| 6192 | 
            -
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 6204 | 
            +
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 6193 6205 | 
             
                        readonly required: false;
         | 
| 6194 6206 | 
             
                        readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 6195 6207 | 
             
                        __epPropKey: true;
         | 
| 6196 6208 | 
             
                    };
         | 
| 6197 6209 | 
             
                    readonly prefixIcon: {
         | 
| 6198 | 
            -
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component | 
| 6210 | 
            +
                        readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
         | 
| 6199 6211 | 
             
                        readonly required: false;
         | 
| 6200 6212 | 
             
                        readonly validator: ((val: unknown) => boolean) | undefined;
         | 
| 6201 6213 | 
             
                        __epPropKey: true;
         | 
| @@ -6203,7 +6215,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, { | |
| 6203 6215 | 
             
                    readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
         | 
| 6204 6216 | 
             
                    readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
         | 
| 6205 6217 | 
             
                    readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
         | 
| 6206 | 
            -
                    readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue'). | 
| 6218 | 
            +
                    readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
         | 
| 6207 6219 | 
             
                    readonly autofocus: BooleanConstructor;
         | 
| 6208 6220 | 
             
                    readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
         | 
| 6209 6221 | 
             
                }>> & {
         |