orion-design 0.1.45 → 0.1.47
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -5
- package/dist/Throne/hooks/use-throne-context.js.map +1 -1
- package/dist/components/Form/FileInput/FileInput.vue.d.ts +24 -42
- package/dist/components/Form/Form.vue.d.ts +22 -22
- package/dist/components/Form/LovInput/LovInput.vue.d.ts +650 -662
- package/dist/components/Form/TableSelect/TableSelect.vue.d.ts +650 -662
- package/dist/components/Form/index.d.ts +11 -11
- package/dist/components/LovTable/LovPagetable.vue.d.ts +112 -0
- package/dist/components/LovTable/index.d.ts +56 -0
- package/dist/components/Pagetable/Pagetable.d.ts +52 -0
- package/dist/components/Pagetable/index.d.ts +36 -0
- package/dist/components/Pagetable/index.js +174 -165
- package/dist/components/Pagetable/index.js.map +1 -1
- package/dist/components/RichTextEditor/RichTextEditor.d.ts +13 -0
- package/dist/components/RichTextEditor/index.d.ts +9 -0
- package/dist/components/RichTextEditor/index.js +25 -22
- package/dist/components/RichTextEditor/index.js.map +1 -1
- package/dist/components/TableSelectPagetable/TableSelectPagetable.vue.d.ts +112 -0
- package/dist/components/TableSelectPagetable/index.d.ts +56 -0
- package/dist/components/Tree/Tree.vue.d.ts +198 -198
- package/dist/components/Tree/index.d.ts +99 -99
- package/dist/components-G3_R2B-U.js.map +1 -1
- 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 +1 -1
@@ -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[]) =>
|
8
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<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[]) => "" | "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>>;
|
17
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => 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[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => 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[]) => 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>;
|
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) => 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;
|
52
|
+
e: (element?: string | undefined) => string;
|
53
|
+
m: (modifier?: string | undefined) => string;
|
54
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
55
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
56
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
57
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => 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;
|
88
87
|
content: string;
|
89
88
|
offset: number;
|
90
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
89
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
91
90
|
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[]) =>
|
99
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) =>
|
120
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<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
|
123
|
+
readonly type: import('vue').PropType<import('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[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
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[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
183
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => 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[]) =>
|
187
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => 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[]) => string | {
|
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)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
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[]) => string | {
|
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)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
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) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
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[]) => string | {
|
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)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
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[]) => string | {
|
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)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
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[]) =>
|
402
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => 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,26 +435,28 @@ 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, "content" | "offset" | "visible" | "open" | "disabled" | "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
|
-
|
445
|
+
$slots: Readonly<{
|
446
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
448
450
|
$emit: (event: string, ...args: any[]) => void;
|
449
451
|
$el: any;
|
450
452
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
451
453
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
452
454
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
453
455
|
disabled: BooleanConstructor;
|
454
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
456
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
455
457
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
456
458
|
virtualRef: {
|
457
|
-
readonly type: import('vue').PropType<import('element-plus
|
459
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
458
460
|
readonly required: false;
|
459
461
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
460
462
|
__epPropKey: true;
|
@@ -506,7 +508,7 @@ declare function __VLS_template(): {
|
|
506
508
|
open: BooleanConstructor;
|
507
509
|
ariaLabel: StringConstructor;
|
508
510
|
appendTo: {
|
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>>;
|
511
|
+
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>>;
|
510
512
|
readonly required: false;
|
511
513
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
512
514
|
__epPropKey: true;
|
@@ -514,17 +516,17 @@ declare function __VLS_template(): {
|
|
514
516
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
515
517
|
rawContent: BooleanConstructor;
|
516
518
|
persistent: BooleanConstructor;
|
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>;
|
519
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
518
520
|
transition: StringConstructor;
|
519
521
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
520
522
|
style: {
|
521
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
523
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
522
524
|
readonly required: false;
|
523
525
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
524
526
|
__epPropKey: true;
|
525
527
|
};
|
526
528
|
className: {
|
527
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
529
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
528
530
|
[x: string]: boolean;
|
529
531
|
} | (string | {
|
530
532
|
[x: string]: boolean;
|
@@ -548,7 +550,7 @@ declare function __VLS_template(): {
|
|
548
550
|
[x: string]: boolean;
|
549
551
|
} | (string | {
|
550
552
|
[x: string]: boolean;
|
551
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
553
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
552
554
|
[x: string]: boolean;
|
553
555
|
} | (string | {
|
554
556
|
[x: string]: boolean;
|
@@ -572,7 +574,7 @@ declare function __VLS_template(): {
|
|
572
574
|
[x: string]: boolean;
|
573
575
|
} | (string | {
|
574
576
|
[x: string]: boolean;
|
575
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
577
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
576
578
|
[x: string]: boolean;
|
577
579
|
} | (string | {
|
578
580
|
[x: string]: boolean;
|
@@ -596,7 +598,7 @@ declare function __VLS_template(): {
|
|
596
598
|
[x: string]: boolean;
|
597
599
|
} | (string | {
|
598
600
|
[x: string]: boolean;
|
599
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
601
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
600
602
|
[x: string]: boolean;
|
601
603
|
} | (string | {
|
602
604
|
[x: string]: boolean;
|
@@ -625,13 +627,13 @@ declare function __VLS_template(): {
|
|
625
627
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
626
628
|
__epPropKey: true;
|
627
629
|
};
|
628
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
630
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
629
631
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
630
632
|
pure: BooleanConstructor;
|
631
633
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
632
634
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
633
635
|
popperClass: {
|
634
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
636
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
635
637
|
[x: string]: boolean;
|
636
638
|
} | (string | {
|
637
639
|
[x: string]: boolean;
|
@@ -655,7 +657,7 @@ declare function __VLS_template(): {
|
|
655
657
|
[x: string]: boolean;
|
656
658
|
} | (string | {
|
657
659
|
[x: string]: boolean;
|
658
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
660
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
659
661
|
[x: string]: boolean;
|
660
662
|
} | (string | {
|
661
663
|
[x: string]: boolean;
|
@@ -679,7 +681,7 @@ declare function __VLS_template(): {
|
|
679
681
|
[x: string]: boolean;
|
680
682
|
} | (string | {
|
681
683
|
[x: string]: boolean;
|
682
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
684
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
683
685
|
[x: string]: boolean;
|
684
686
|
} | (string | {
|
685
687
|
[x: string]: boolean;
|
@@ -703,7 +705,7 @@ declare function __VLS_template(): {
|
|
703
705
|
[x: string]: boolean;
|
704
706
|
} | (string | {
|
705
707
|
[x: string]: boolean;
|
706
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
708
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
707
709
|
[x: string]: boolean;
|
708
710
|
} | (string | {
|
709
711
|
[x: string]: boolean;
|
@@ -733,7 +735,7 @@ declare function __VLS_template(): {
|
|
733
735
|
__epPropKey: true;
|
734
736
|
};
|
735
737
|
popperStyle: {
|
736
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
738
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
737
739
|
readonly required: false;
|
738
740
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
739
741
|
__epPropKey: true;
|
@@ -784,48 +786,50 @@ declare function __VLS_template(): {
|
|
784
786
|
$refs: {
|
785
787
|
[x: string]: unknown;
|
786
788
|
};
|
787
|
-
$slots:
|
788
|
-
|
789
|
-
|
789
|
+
$slots: Readonly<{
|
790
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
790
794
|
$emit: (event: string, ...args: any[]) => void;
|
791
795
|
$el: any;
|
792
796
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
793
797
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
794
798
|
}>>, {
|
795
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
799
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
796
800
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
797
801
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
798
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
802
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
799
803
|
role: import('vue').ComputedRef<string>;
|
800
804
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
801
805
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
802
806
|
}> & {
|
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)[];
|
807
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
808
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
809
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
810
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
811
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
812
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
813
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
814
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
815
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
816
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
817
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
818
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
819
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
820
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
821
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
818
822
|
};
|
819
823
|
$forceUpdate: () => void;
|
820
824
|
$nextTick: typeof import('vue').nextTick;
|
821
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
825
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
822
826
|
} & Readonly<import('vue').ExtractPropTypes<{
|
823
827
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
824
828
|
}>> & import('vue').ShallowUnwrapRef<{
|
825
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
829
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
826
830
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
827
831
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
828
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
832
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
829
833
|
role: import('vue').ComputedRef<string>;
|
830
834
|
}> & {} & import('vue').ComponentCustomProperties & {
|
831
835
|
$slots: {
|
@@ -833,19 +837,19 @@ declare function __VLS_template(): {
|
|
833
837
|
};
|
834
838
|
}) | undefined>;
|
835
839
|
contentRef: import('vue').Ref<any>;
|
836
|
-
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
840
|
+
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
837
841
|
updatePopper: () => void;
|
838
|
-
onOpen: (event?: Event) => void;
|
839
|
-
onClose: (event?: Event) => void;
|
840
|
-
hide: (event?: Event) => void;
|
842
|
+
onOpen: (event?: Event | undefined) => void;
|
843
|
+
onClose: (event?: Event | undefined) => void;
|
844
|
+
hide: (event?: Event | undefined) => void;
|
841
845
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
842
846
|
[x: string]: (...args: any[]) => void;
|
843
847
|
}, string, {
|
844
|
-
disabled: boolean;
|
845
848
|
content: string;
|
846
849
|
offset: number;
|
847
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
850
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
848
851
|
open: boolean;
|
852
|
+
disabled: boolean;
|
849
853
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
850
854
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
851
855
|
effect: string;
|
@@ -853,7 +857,7 @@ declare function __VLS_template(): {
|
|
853
857
|
hideAfter: number;
|
854
858
|
autoClose: number;
|
855
859
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
856
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
860
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) => import('element-plus/es/utils/index.mjs').Arrayable<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>;
|
857
861
|
arrowOffset: number;
|
858
862
|
virtualTriggering: boolean;
|
859
863
|
boundariesPadding: number;
|
@@ -871,33 +875,33 @@ declare function __VLS_template(): {
|
|
871
875
|
persistent: boolean;
|
872
876
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
873
877
|
}> & {
|
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)[];
|
878
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
879
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
880
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
881
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
882
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
883
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
884
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
885
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
886
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
887
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
888
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
889
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
890
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
891
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
892
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
889
893
|
};
|
890
894
|
$forceUpdate: () => void;
|
891
895
|
$nextTick: typeof import('vue').nextTick;
|
892
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
896
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
893
897
|
} & Readonly<import('vue').ExtractPropTypes<{
|
894
898
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
895
899
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
896
900
|
disabled: BooleanConstructor;
|
897
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
901
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
898
902
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
899
903
|
virtualRef: {
|
900
|
-
readonly type: import('vue').PropType<import('element-plus
|
904
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
901
905
|
readonly required: false;
|
902
906
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
903
907
|
__epPropKey: true;
|
@@ -949,7 +953,7 @@ declare function __VLS_template(): {
|
|
949
953
|
open: BooleanConstructor;
|
950
954
|
ariaLabel: StringConstructor;
|
951
955
|
appendTo: {
|
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>>;
|
956
|
+
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>>;
|
953
957
|
readonly required: false;
|
954
958
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
955
959
|
__epPropKey: true;
|
@@ -957,17 +961,17 @@ declare function __VLS_template(): {
|
|
957
961
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
958
962
|
rawContent: BooleanConstructor;
|
959
963
|
persistent: BooleanConstructor;
|
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>;
|
964
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
961
965
|
transition: StringConstructor;
|
962
966
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
963
967
|
style: {
|
964
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
968
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
965
969
|
readonly required: false;
|
966
970
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
967
971
|
__epPropKey: true;
|
968
972
|
};
|
969
973
|
className: {
|
970
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
974
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
971
975
|
[x: string]: boolean;
|
972
976
|
} | (string | {
|
973
977
|
[x: string]: boolean;
|
@@ -991,7 +995,7 @@ declare function __VLS_template(): {
|
|
991
995
|
[x: string]: boolean;
|
992
996
|
} | (string | {
|
993
997
|
[x: string]: boolean;
|
994
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
998
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
995
999
|
[x: string]: boolean;
|
996
1000
|
} | (string | {
|
997
1001
|
[x: string]: boolean;
|
@@ -1015,7 +1019,7 @@ declare function __VLS_template(): {
|
|
1015
1019
|
[x: string]: boolean;
|
1016
1020
|
} | (string | {
|
1017
1021
|
[x: string]: boolean;
|
1018
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1022
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
1019
1023
|
[x: string]: boolean;
|
1020
1024
|
} | (string | {
|
1021
1025
|
[x: string]: boolean;
|
@@ -1039,7 +1043,7 @@ declare function __VLS_template(): {
|
|
1039
1043
|
[x: string]: boolean;
|
1040
1044
|
} | (string | {
|
1041
1045
|
[x: string]: boolean;
|
1042
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1046
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
1043
1047
|
[x: string]: boolean;
|
1044
1048
|
} | (string | {
|
1045
1049
|
[x: string]: boolean;
|
@@ -1068,13 +1072,13 @@ declare function __VLS_template(): {
|
|
1068
1072
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1069
1073
|
__epPropKey: true;
|
1070
1074
|
};
|
1071
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
1075
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
1072
1076
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1073
1077
|
pure: BooleanConstructor;
|
1074
1078
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1075
1079
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1076
1080
|
popperClass: {
|
1077
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1081
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
1078
1082
|
[x: string]: boolean;
|
1079
1083
|
} | (string | {
|
1080
1084
|
[x: string]: boolean;
|
@@ -1098,7 +1102,7 @@ declare function __VLS_template(): {
|
|
1098
1102
|
[x: string]: boolean;
|
1099
1103
|
} | (string | {
|
1100
1104
|
[x: string]: boolean;
|
1101
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1105
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
1102
1106
|
[x: string]: boolean;
|
1103
1107
|
} | (string | {
|
1104
1108
|
[x: string]: boolean;
|
@@ -1122,7 +1126,7 @@ declare function __VLS_template(): {
|
|
1122
1126
|
[x: string]: boolean;
|
1123
1127
|
} | (string | {
|
1124
1128
|
[x: string]: boolean;
|
1125
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1129
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
1126
1130
|
[x: string]: boolean;
|
1127
1131
|
} | (string | {
|
1128
1132
|
[x: string]: boolean;
|
@@ -1146,7 +1150,7 @@ declare function __VLS_template(): {
|
|
1146
1150
|
[x: string]: boolean;
|
1147
1151
|
} | (string | {
|
1148
1152
|
[x: string]: boolean;
|
1149
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1153
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
1150
1154
|
[x: string]: boolean;
|
1151
1155
|
} | (string | {
|
1152
1156
|
[x: string]: boolean;
|
@@ -1176,7 +1180,7 @@ declare function __VLS_template(): {
|
|
1176
1180
|
__epPropKey: true;
|
1177
1181
|
};
|
1178
1182
|
popperStyle: {
|
1179
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1183
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
1180
1184
|
readonly required: false;
|
1181
1185
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1182
1186
|
__epPropKey: true;
|
@@ -1227,48 +1231,50 @@ declare function __VLS_template(): {
|
|
1227
1231
|
$refs: {
|
1228
1232
|
[x: string]: unknown;
|
1229
1233
|
};
|
1230
|
-
$slots:
|
1231
|
-
|
1232
|
-
|
1234
|
+
$slots: Readonly<{
|
1235
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
1233
1239
|
$emit: (event: string, ...args: any[]) => void;
|
1234
1240
|
$el: any;
|
1235
1241
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
1236
1242
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
1237
1243
|
}>>, {
|
1238
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
1244
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
1239
1245
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
1240
1246
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
1241
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
1247
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
1242
1248
|
role: import('vue').ComputedRef<string>;
|
1243
1249
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
1244
1250
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
1245
1251
|
}> & {
|
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)[];
|
1252
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1253
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
1254
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
1255
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
1256
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
1257
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
1258
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
1259
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
1260
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
1261
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
1262
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
1263
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
1264
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
1265
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
1266
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
1261
1267
|
};
|
1262
1268
|
$forceUpdate: () => void;
|
1263
1269
|
$nextTick: typeof import('vue').nextTick;
|
1264
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
1270
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
1265
1271
|
} & Readonly<import('vue').ExtractPropTypes<{
|
1266
1272
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
1267
1273
|
}>> & import('vue').ShallowUnwrapRef<{
|
1268
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
1274
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
1269
1275
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
1270
1276
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
1271
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
1277
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
1272
1278
|
role: import('vue').ComputedRef<string>;
|
1273
1279
|
}> & {} & import('vue').ComponentCustomProperties & {
|
1274
1280
|
$slots: {
|
@@ -1276,11 +1282,11 @@ declare function __VLS_template(): {
|
|
1276
1282
|
};
|
1277
1283
|
}) | undefined>;
|
1278
1284
|
contentRef: import('vue').Ref<any>;
|
1279
|
-
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
1285
|
+
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
1280
1286
|
updatePopper: () => void;
|
1281
|
-
onOpen: (event?: Event) => void;
|
1282
|
-
onClose: (event?: Event) => void;
|
1283
|
-
hide: (event?: Event) => void;
|
1287
|
+
onOpen: (event?: Event | undefined) => void;
|
1288
|
+
onClose: (event?: Event | undefined) => void;
|
1289
|
+
hide: (event?: Event | undefined) => void;
|
1284
1290
|
}> & {} & import('vue').ComponentCustomProperties & {
|
1285
1291
|
$slots: {
|
1286
1292
|
default?(_: {}): any;
|
@@ -1291,7 +1297,7 @@ declare function __VLS_template(): {
|
|
1291
1297
|
triggeringElementRef: import('vue').Ref<any>;
|
1292
1298
|
referenceElementRef: import('vue').Ref<any>;
|
1293
1299
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "visible-change" | "command")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
1294
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1300
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
1295
1301
|
readonly effect: {
|
1296
1302
|
readonly default: "light";
|
1297
1303
|
readonly type: import('vue').PropType<string>;
|
@@ -1300,12 +1306,12 @@ declare function __VLS_template(): {
|
|
1300
1306
|
readonly __epPropKey: true;
|
1301
1307
|
};
|
1302
1308
|
readonly type: {
|
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>>;
|
1309
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
1304
1310
|
readonly required: false;
|
1305
1311
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1306
1312
|
__epPropKey: true;
|
1307
1313
|
};
|
1308
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1314
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
|
1309
1315
|
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>;
|
1310
1316
|
readonly id: StringConstructor;
|
1311
1317
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
@@ -1314,8 +1320,8 @@ declare function __VLS_template(): {
|
|
1314
1320
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1315
1321
|
readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
1316
1322
|
readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
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>;
|
1323
|
+
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>;
|
1324
|
+
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>;
|
1319
1325
|
readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
1320
1326
|
readonly disabled: BooleanConstructor;
|
1321
1327
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
@@ -1331,21 +1337,21 @@ declare function __VLS_template(): {
|
|
1331
1337
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
1332
1338
|
onCommand?: ((...args: any[]) => any) | undefined;
|
1333
1339
|
}, {
|
1334
|
-
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>;
|
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>;
|
1336
1341
|
readonly size: string;
|
1337
|
-
readonly
|
1342
|
+
readonly disabled: boolean;
|
1343
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
|
1338
1344
|
readonly effect: string;
|
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>;
|
1345
|
+
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>;
|
1340
1346
|
readonly role: string;
|
1341
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1347
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
|
1342
1348
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
1343
1349
|
readonly popperOptions: Partial<import('@popperjs/core').Options>;
|
1344
1350
|
readonly popperClass: string;
|
1345
1351
|
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>;
|
1347
1352
|
readonly showTimeout: number;
|
1348
1353
|
readonly hideTimeout: number;
|
1354
|
+
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
1349
1355
|
readonly splitButton: boolean;
|
1350
1356
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
1351
1357
|
P: {};
|
@@ -1355,7 +1361,7 @@ declare function __VLS_template(): {
|
|
1355
1361
|
M: {};
|
1356
1362
|
Defaults: {};
|
1357
1363
|
}, Readonly<import('vue').ExtractPropTypes<{
|
1358
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1364
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
1359
1365
|
readonly effect: {
|
1360
1366
|
readonly default: "light";
|
1361
1367
|
readonly type: import('vue').PropType<string>;
|
@@ -1364,12 +1370,12 @@ declare function __VLS_template(): {
|
|
1364
1370
|
readonly __epPropKey: true;
|
1365
1371
|
};
|
1366
1372
|
readonly type: {
|
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>>;
|
1373
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
1368
1374
|
readonly required: false;
|
1369
1375
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1370
1376
|
__epPropKey: true;
|
1371
1377
|
};
|
1372
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1378
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
|
1373
1379
|
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>;
|
1374
1380
|
readonly id: StringConstructor;
|
1375
1381
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
@@ -1378,8 +1384,8 @@ declare function __VLS_template(): {
|
|
1378
1384
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1379
1385
|
readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
1380
1386
|
readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
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>;
|
1387
|
+
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>;
|
1388
|
+
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>;
|
1383
1389
|
readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
1384
1390
|
readonly disabled: BooleanConstructor;
|
1385
1391
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
@@ -1399,12 +1405,12 @@ declare function __VLS_template(): {
|
|
1399
1405
|
ns: {
|
1400
1406
|
namespace: import('vue').ComputedRef<string>;
|
1401
1407
|
b: (blockSuffix?: string) => 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;
|
1408
|
+
e: (element?: string | undefined) => string;
|
1409
|
+
m: (modifier?: string | undefined) => string;
|
1410
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
1411
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
1412
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
1413
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
1408
1414
|
is: {
|
1409
1415
|
(name: string, state: boolean | undefined): string;
|
1410
1416
|
(name: string): string;
|
@@ -1434,11 +1440,11 @@ declare function __VLS_template(): {
|
|
1434
1440
|
$: import('vue').ComponentInternalInstance;
|
1435
1441
|
$data: {};
|
1436
1442
|
$props: Partial<{
|
1437
|
-
disabled: boolean;
|
1438
1443
|
content: string;
|
1439
1444
|
offset: number;
|
1440
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
1445
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
1441
1446
|
open: boolean;
|
1447
|
+
disabled: boolean;
|
1442
1448
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
1443
1449
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
1444
1450
|
effect: string;
|
@@ -1446,7 +1452,7 @@ declare function __VLS_template(): {
|
|
1446
1452
|
hideAfter: number;
|
1447
1453
|
autoClose: number;
|
1448
1454
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
1449
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1455
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) => import('element-plus/es/utils/index.mjs').Arrayable<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>;
|
1450
1456
|
arrowOffset: number;
|
1451
1457
|
virtualTriggering: boolean;
|
1452
1458
|
boundariesPadding: number;
|
@@ -1467,10 +1473,10 @@ declare function __VLS_template(): {
|
|
1467
1473
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
1468
1474
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
1469
1475
|
disabled: BooleanConstructor;
|
1470
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1476
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
1471
1477
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
1472
1478
|
virtualRef: {
|
1473
|
-
readonly type: import('vue').PropType<import('element-plus
|
1479
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
1474
1480
|
readonly required: false;
|
1475
1481
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1476
1482
|
__epPropKey: true;
|
@@ -1522,7 +1528,7 @@ declare function __VLS_template(): {
|
|
1522
1528
|
open: BooleanConstructor;
|
1523
1529
|
ariaLabel: StringConstructor;
|
1524
1530
|
appendTo: {
|
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>>;
|
1531
|
+
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>>;
|
1526
1532
|
readonly required: false;
|
1527
1533
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1528
1534
|
__epPropKey: true;
|
@@ -1530,17 +1536,17 @@ declare function __VLS_template(): {
|
|
1530
1536
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
1531
1537
|
rawContent: BooleanConstructor;
|
1532
1538
|
persistent: BooleanConstructor;
|
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>;
|
1539
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
1534
1540
|
transition: StringConstructor;
|
1535
1541
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1536
1542
|
style: {
|
1537
|
-
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[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
1538
1544
|
readonly required: false;
|
1539
1545
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1540
1546
|
__epPropKey: true;
|
1541
1547
|
};
|
1542
1548
|
className: {
|
1543
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1549
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
1544
1550
|
[x: string]: boolean;
|
1545
1551
|
} | (string | {
|
1546
1552
|
[x: string]: boolean;
|
@@ -1564,7 +1570,7 @@ declare function __VLS_template(): {
|
|
1564
1570
|
[x: string]: boolean;
|
1565
1571
|
} | (string | {
|
1566
1572
|
[x: string]: boolean;
|
1567
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1573
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
1568
1574
|
[x: string]: boolean;
|
1569
1575
|
} | (string | {
|
1570
1576
|
[x: string]: boolean;
|
@@ -1588,7 +1594,7 @@ declare function __VLS_template(): {
|
|
1588
1594
|
[x: string]: boolean;
|
1589
1595
|
} | (string | {
|
1590
1596
|
[x: string]: boolean;
|
1591
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1597
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
1592
1598
|
[x: string]: boolean;
|
1593
1599
|
} | (string | {
|
1594
1600
|
[x: string]: boolean;
|
@@ -1612,7 +1618,7 @@ declare function __VLS_template(): {
|
|
1612
1618
|
[x: string]: boolean;
|
1613
1619
|
} | (string | {
|
1614
1620
|
[x: string]: boolean;
|
1615
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1621
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
1616
1622
|
[x: string]: boolean;
|
1617
1623
|
} | (string | {
|
1618
1624
|
[x: string]: boolean;
|
@@ -1641,13 +1647,13 @@ declare function __VLS_template(): {
|
|
1641
1647
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1642
1648
|
__epPropKey: true;
|
1643
1649
|
};
|
1644
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
1650
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
1645
1651
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1646
1652
|
pure: BooleanConstructor;
|
1647
1653
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1648
1654
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1649
1655
|
popperClass: {
|
1650
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1656
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
1651
1657
|
[x: string]: boolean;
|
1652
1658
|
} | (string | {
|
1653
1659
|
[x: string]: boolean;
|
@@ -1671,7 +1677,7 @@ declare function __VLS_template(): {
|
|
1671
1677
|
[x: string]: boolean;
|
1672
1678
|
} | (string | {
|
1673
1679
|
[x: string]: boolean;
|
1674
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1680
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
1675
1681
|
[x: string]: boolean;
|
1676
1682
|
} | (string | {
|
1677
1683
|
[x: string]: boolean;
|
@@ -1695,7 +1701,7 @@ declare function __VLS_template(): {
|
|
1695
1701
|
[x: string]: boolean;
|
1696
1702
|
} | (string | {
|
1697
1703
|
[x: string]: boolean;
|
1698
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1704
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
1699
1705
|
[x: string]: boolean;
|
1700
1706
|
} | (string | {
|
1701
1707
|
[x: string]: boolean;
|
@@ -1719,7 +1725,7 @@ declare function __VLS_template(): {
|
|
1719
1725
|
[x: string]: boolean;
|
1720
1726
|
} | (string | {
|
1721
1727
|
[x: string]: boolean;
|
1722
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1728
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
1723
1729
|
[x: string]: boolean;
|
1724
1730
|
} | (string | {
|
1725
1731
|
[x: string]: boolean;
|
@@ -1749,7 +1755,7 @@ declare function __VLS_template(): {
|
|
1749
1755
|
__epPropKey: true;
|
1750
1756
|
};
|
1751
1757
|
popperStyle: {
|
1752
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1758
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
1753
1759
|
readonly required: false;
|
1754
1760
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1755
1761
|
__epPropKey: true;
|
@@ -1785,26 +1791,28 @@ declare function __VLS_template(): {
|
|
1785
1791
|
__epPropKey: true;
|
1786
1792
|
};
|
1787
1793
|
role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
1788
|
-
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
1794
|
+
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "content" | "offset" | "visible" | "open" | "disabled" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
|
1789
1795
|
$attrs: {
|
1790
1796
|
[x: string]: unknown;
|
1791
1797
|
};
|
1792
1798
|
$refs: {
|
1793
1799
|
[x: string]: unknown;
|
1794
1800
|
};
|
1795
|
-
$slots:
|
1796
|
-
|
1797
|
-
|
1801
|
+
$slots: Readonly<{
|
1802
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
1798
1806
|
$emit: (event: string, ...args: any[]) => void;
|
1799
1807
|
$el: any;
|
1800
1808
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
1801
1809
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
1802
1810
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
1803
1811
|
disabled: BooleanConstructor;
|
1804
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1812
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
1805
1813
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
1806
1814
|
virtualRef: {
|
1807
|
-
readonly type: import('vue').PropType<import('element-plus
|
1815
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
1808
1816
|
readonly required: false;
|
1809
1817
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1810
1818
|
__epPropKey: true;
|
@@ -1856,7 +1864,7 @@ declare function __VLS_template(): {
|
|
1856
1864
|
open: BooleanConstructor;
|
1857
1865
|
ariaLabel: StringConstructor;
|
1858
1866
|
appendTo: {
|
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>>;
|
1867
|
+
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>>;
|
1860
1868
|
readonly required: false;
|
1861
1869
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1862
1870
|
__epPropKey: true;
|
@@ -1864,17 +1872,17 @@ declare function __VLS_template(): {
|
|
1864
1872
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
1865
1873
|
rawContent: BooleanConstructor;
|
1866
1874
|
persistent: BooleanConstructor;
|
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>;
|
1875
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
1868
1876
|
transition: StringConstructor;
|
1869
1877
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1870
1878
|
style: {
|
1871
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1879
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
1872
1880
|
readonly required: false;
|
1873
1881
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1874
1882
|
__epPropKey: true;
|
1875
1883
|
};
|
1876
1884
|
className: {
|
1877
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1885
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
1878
1886
|
[x: string]: boolean;
|
1879
1887
|
} | (string | {
|
1880
1888
|
[x: string]: boolean;
|
@@ -1898,7 +1906,7 @@ declare function __VLS_template(): {
|
|
1898
1906
|
[x: string]: boolean;
|
1899
1907
|
} | (string | {
|
1900
1908
|
[x: string]: boolean;
|
1901
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1909
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
1902
1910
|
[x: string]: boolean;
|
1903
1911
|
} | (string | {
|
1904
1912
|
[x: string]: boolean;
|
@@ -1922,7 +1930,7 @@ declare function __VLS_template(): {
|
|
1922
1930
|
[x: string]: boolean;
|
1923
1931
|
} | (string | {
|
1924
1932
|
[x: string]: boolean;
|
1925
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1933
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
1926
1934
|
[x: string]: boolean;
|
1927
1935
|
} | (string | {
|
1928
1936
|
[x: string]: boolean;
|
@@ -1946,7 +1954,7 @@ declare function __VLS_template(): {
|
|
1946
1954
|
[x: string]: boolean;
|
1947
1955
|
} | (string | {
|
1948
1956
|
[x: string]: boolean;
|
1949
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1957
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
1950
1958
|
[x: string]: boolean;
|
1951
1959
|
} | (string | {
|
1952
1960
|
[x: string]: boolean;
|
@@ -1975,13 +1983,13 @@ declare function __VLS_template(): {
|
|
1975
1983
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1976
1984
|
__epPropKey: true;
|
1977
1985
|
};
|
1978
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
1986
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
1979
1987
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1980
1988
|
pure: BooleanConstructor;
|
1981
1989
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1982
1990
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1983
1991
|
popperClass: {
|
1984
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1992
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
1985
1993
|
[x: string]: boolean;
|
1986
1994
|
} | (string | {
|
1987
1995
|
[x: string]: boolean;
|
@@ -2005,7 +2013,7 @@ declare function __VLS_template(): {
|
|
2005
2013
|
[x: string]: boolean;
|
2006
2014
|
} | (string | {
|
2007
2015
|
[x: string]: boolean;
|
2008
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2016
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
2009
2017
|
[x: string]: boolean;
|
2010
2018
|
} | (string | {
|
2011
2019
|
[x: string]: boolean;
|
@@ -2029,7 +2037,7 @@ declare function __VLS_template(): {
|
|
2029
2037
|
[x: string]: boolean;
|
2030
2038
|
} | (string | {
|
2031
2039
|
[x: string]: boolean;
|
2032
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
2040
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
2033
2041
|
[x: string]: boolean;
|
2034
2042
|
} | (string | {
|
2035
2043
|
[x: string]: boolean;
|
@@ -2053,7 +2061,7 @@ declare function __VLS_template(): {
|
|
2053
2061
|
[x: string]: boolean;
|
2054
2062
|
} | (string | {
|
2055
2063
|
[x: string]: boolean;
|
2056
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2064
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
2057
2065
|
[x: string]: boolean;
|
2058
2066
|
} | (string | {
|
2059
2067
|
[x: string]: boolean;
|
@@ -2083,7 +2091,7 @@ declare function __VLS_template(): {
|
|
2083
2091
|
__epPropKey: true;
|
2084
2092
|
};
|
2085
2093
|
popperStyle: {
|
2086
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2094
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
2087
2095
|
readonly required: false;
|
2088
2096
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2089
2097
|
__epPropKey: true;
|
@@ -2134,48 +2142,50 @@ declare function __VLS_template(): {
|
|
2134
2142
|
$refs: {
|
2135
2143
|
[x: string]: unknown;
|
2136
2144
|
};
|
2137
|
-
$slots:
|
2138
|
-
|
2139
|
-
|
2145
|
+
$slots: Readonly<{
|
2146
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
2140
2150
|
$emit: (event: string, ...args: any[]) => void;
|
2141
2151
|
$el: any;
|
2142
2152
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
2143
2153
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
2144
2154
|
}>>, {
|
2145
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
2155
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
2146
2156
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
2147
2157
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
2148
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
2158
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
2149
2159
|
role: import('vue').ComputedRef<string>;
|
2150
2160
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
2151
2161
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
2152
2162
|
}> & {
|
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)[];
|
2163
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
2164
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
2165
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
2166
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
2167
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
2168
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
2169
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
2170
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
2171
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
2172
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
2173
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
2174
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
2175
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
2176
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
2177
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
2168
2178
|
};
|
2169
2179
|
$forceUpdate: () => void;
|
2170
2180
|
$nextTick: typeof import('vue').nextTick;
|
2171
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
2181
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
2172
2182
|
} & Readonly<import('vue').ExtractPropTypes<{
|
2173
2183
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
2174
2184
|
}>> & import('vue').ShallowUnwrapRef<{
|
2175
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
2185
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
2176
2186
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
2177
2187
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
2178
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
2188
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
2179
2189
|
role: import('vue').ComputedRef<string>;
|
2180
2190
|
}> & {} & import('vue').ComponentCustomProperties & {
|
2181
2191
|
$slots: {
|
@@ -2183,19 +2193,19 @@ declare function __VLS_template(): {
|
|
2183
2193
|
};
|
2184
2194
|
}) | undefined>;
|
2185
2195
|
contentRef: import('vue').Ref<any>;
|
2186
|
-
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
2196
|
+
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
2187
2197
|
updatePopper: () => void;
|
2188
|
-
onOpen: (event?: Event) => void;
|
2189
|
-
onClose: (event?: Event) => void;
|
2190
|
-
hide: (event?: Event) => void;
|
2198
|
+
onOpen: (event?: Event | undefined) => void;
|
2199
|
+
onClose: (event?: Event | undefined) => void;
|
2200
|
+
hide: (event?: Event | undefined) => void;
|
2191
2201
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
2192
2202
|
[x: string]: (...args: any[]) => void;
|
2193
2203
|
}, string, {
|
2194
|
-
disabled: boolean;
|
2195
2204
|
content: string;
|
2196
2205
|
offset: number;
|
2197
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
2206
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
2198
2207
|
open: boolean;
|
2208
|
+
disabled: boolean;
|
2199
2209
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
2200
2210
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
2201
2211
|
effect: string;
|
@@ -2203,7 +2213,7 @@ declare function __VLS_template(): {
|
|
2203
2213
|
hideAfter: number;
|
2204
2214
|
autoClose: number;
|
2205
2215
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
2206
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2216
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) => import('element-plus/es/utils/index.mjs').Arrayable<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>;
|
2207
2217
|
arrowOffset: number;
|
2208
2218
|
virtualTriggering: boolean;
|
2209
2219
|
boundariesPadding: number;
|
@@ -2221,33 +2231,33 @@ declare function __VLS_template(): {
|
|
2221
2231
|
persistent: boolean;
|
2222
2232
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2223
2233
|
}> & {
|
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)[];
|
2234
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
2235
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
2236
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
2237
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
2238
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
2239
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
2240
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
2241
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
2242
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
2243
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
2244
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
2245
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
2246
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
2247
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
2248
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
2239
2249
|
};
|
2240
2250
|
$forceUpdate: () => void;
|
2241
2251
|
$nextTick: typeof import('vue').nextTick;
|
2242
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
2252
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
2243
2253
|
} & Readonly<import('vue').ExtractPropTypes<{
|
2244
2254
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
2245
2255
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
2246
2256
|
disabled: BooleanConstructor;
|
2247
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
2257
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
2248
2258
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
2249
2259
|
virtualRef: {
|
2250
|
-
readonly type: import('vue').PropType<import('element-plus
|
2260
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
2251
2261
|
readonly required: false;
|
2252
2262
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2253
2263
|
__epPropKey: true;
|
@@ -2299,7 +2309,7 @@ declare function __VLS_template(): {
|
|
2299
2309
|
open: BooleanConstructor;
|
2300
2310
|
ariaLabel: StringConstructor;
|
2301
2311
|
appendTo: {
|
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>>;
|
2312
|
+
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>>;
|
2303
2313
|
readonly required: false;
|
2304
2314
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2305
2315
|
__epPropKey: true;
|
@@ -2307,17 +2317,17 @@ declare function __VLS_template(): {
|
|
2307
2317
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
2308
2318
|
rawContent: BooleanConstructor;
|
2309
2319
|
persistent: BooleanConstructor;
|
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>;
|
2320
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
2311
2321
|
transition: StringConstructor;
|
2312
2322
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
2313
2323
|
style: {
|
2314
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2324
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
2315
2325
|
readonly required: false;
|
2316
2326
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2317
2327
|
__epPropKey: true;
|
2318
2328
|
};
|
2319
2329
|
className: {
|
2320
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
2330
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
2321
2331
|
[x: string]: boolean;
|
2322
2332
|
} | (string | {
|
2323
2333
|
[x: string]: boolean;
|
@@ -2341,7 +2351,7 @@ declare function __VLS_template(): {
|
|
2341
2351
|
[x: string]: boolean;
|
2342
2352
|
} | (string | {
|
2343
2353
|
[x: string]: boolean;
|
2344
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2354
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
2345
2355
|
[x: string]: boolean;
|
2346
2356
|
} | (string | {
|
2347
2357
|
[x: string]: boolean;
|
@@ -2365,7 +2375,7 @@ declare function __VLS_template(): {
|
|
2365
2375
|
[x: string]: boolean;
|
2366
2376
|
} | (string | {
|
2367
2377
|
[x: string]: boolean;
|
2368
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
2378
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
2369
2379
|
[x: string]: boolean;
|
2370
2380
|
} | (string | {
|
2371
2381
|
[x: string]: boolean;
|
@@ -2389,7 +2399,7 @@ declare function __VLS_template(): {
|
|
2389
2399
|
[x: string]: boolean;
|
2390
2400
|
} | (string | {
|
2391
2401
|
[x: string]: boolean;
|
2392
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2402
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
2393
2403
|
[x: string]: boolean;
|
2394
2404
|
} | (string | {
|
2395
2405
|
[x: string]: boolean;
|
@@ -2418,13 +2428,13 @@ declare function __VLS_template(): {
|
|
2418
2428
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2419
2429
|
__epPropKey: true;
|
2420
2430
|
};
|
2421
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
2431
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
2422
2432
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
2423
2433
|
pure: BooleanConstructor;
|
2424
2434
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
2425
2435
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
2426
2436
|
popperClass: {
|
2427
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
2437
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
2428
2438
|
[x: string]: boolean;
|
2429
2439
|
} | (string | {
|
2430
2440
|
[x: string]: boolean;
|
@@ -2448,7 +2458,7 @@ declare function __VLS_template(): {
|
|
2448
2458
|
[x: string]: boolean;
|
2449
2459
|
} | (string | {
|
2450
2460
|
[x: string]: boolean;
|
2451
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2461
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
2452
2462
|
[x: string]: boolean;
|
2453
2463
|
} | (string | {
|
2454
2464
|
[x: string]: boolean;
|
@@ -2472,7 +2482,7 @@ declare function __VLS_template(): {
|
|
2472
2482
|
[x: string]: boolean;
|
2473
2483
|
} | (string | {
|
2474
2484
|
[x: string]: boolean;
|
2475
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
2485
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
2476
2486
|
[x: string]: boolean;
|
2477
2487
|
} | (string | {
|
2478
2488
|
[x: string]: boolean;
|
@@ -2496,7 +2506,7 @@ declare function __VLS_template(): {
|
|
2496
2506
|
[x: string]: boolean;
|
2497
2507
|
} | (string | {
|
2498
2508
|
[x: string]: boolean;
|
2499
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2509
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
2500
2510
|
[x: string]: boolean;
|
2501
2511
|
} | (string | {
|
2502
2512
|
[x: string]: boolean;
|
@@ -2526,7 +2536,7 @@ declare function __VLS_template(): {
|
|
2526
2536
|
__epPropKey: true;
|
2527
2537
|
};
|
2528
2538
|
popperStyle: {
|
2529
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2539
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
2530
2540
|
readonly required: false;
|
2531
2541
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2532
2542
|
__epPropKey: true;
|
@@ -2577,48 +2587,50 @@ declare function __VLS_template(): {
|
|
2577
2587
|
$refs: {
|
2578
2588
|
[x: string]: unknown;
|
2579
2589
|
};
|
2580
|
-
$slots:
|
2581
|
-
|
2582
|
-
|
2590
|
+
$slots: Readonly<{
|
2591
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
2583
2595
|
$emit: (event: string, ...args: any[]) => void;
|
2584
2596
|
$el: any;
|
2585
2597
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
2586
2598
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
2587
2599
|
}>>, {
|
2588
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
2600
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
2589
2601
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
2590
2602
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
2591
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
2603
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
2592
2604
|
role: import('vue').ComputedRef<string>;
|
2593
2605
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
2594
2606
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
2595
2607
|
}> & {
|
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)[];
|
2608
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
2609
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
2610
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
2611
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
2612
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
2613
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
2614
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
2615
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
2616
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
2617
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
2618
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
2619
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
2620
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
2621
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
2622
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
2611
2623
|
};
|
2612
2624
|
$forceUpdate: () => void;
|
2613
2625
|
$nextTick: typeof import('vue').nextTick;
|
2614
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
2626
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
2615
2627
|
} & Readonly<import('vue').ExtractPropTypes<{
|
2616
2628
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
2617
2629
|
}>> & import('vue').ShallowUnwrapRef<{
|
2618
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
2630
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
2619
2631
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
2620
2632
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
2621
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
2633
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
2622
2634
|
role: import('vue').ComputedRef<string>;
|
2623
2635
|
}> & {} & import('vue').ComponentCustomProperties & {
|
2624
2636
|
$slots: {
|
@@ -2626,11 +2638,11 @@ declare function __VLS_template(): {
|
|
2626
2638
|
};
|
2627
2639
|
}) | undefined>;
|
2628
2640
|
contentRef: import('vue').Ref<any>;
|
2629
|
-
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
2641
|
+
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
2630
2642
|
updatePopper: () => void;
|
2631
|
-
onOpen: (event?: Event) => void;
|
2632
|
-
onClose: (event?: Event) => void;
|
2633
|
-
hide: (event?: Event) => void;
|
2643
|
+
onOpen: (event?: Event | undefined) => void;
|
2644
|
+
onClose: (event?: Event | undefined) => void;
|
2645
|
+
hide: (event?: Event | undefined) => void;
|
2634
2646
|
}> & {} & import('vue').ComponentCustomProperties & {
|
2635
2647
|
$slots: {
|
2636
2648
|
default?(_: {}): any;
|
@@ -2641,21 +2653,21 @@ declare function __VLS_template(): {
|
|
2641
2653
|
triggeringElementRef: import('vue').Ref<any>;
|
2642
2654
|
referenceElementRef: import('vue').Ref<any>;
|
2643
2655
|
}, {}, {}, {}, {
|
2644
|
-
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>;
|
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>;
|
2646
2657
|
readonly size: string;
|
2647
|
-
readonly
|
2658
|
+
readonly disabled: boolean;
|
2659
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
|
2648
2660
|
readonly effect: string;
|
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>;
|
2661
|
+
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>;
|
2650
2662
|
readonly role: string;
|
2651
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2663
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
|
2652
2664
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2653
2665
|
readonly popperOptions: Partial<import('@popperjs/core').Options>;
|
2654
2666
|
readonly popperClass: string;
|
2655
2667
|
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>;
|
2657
2668
|
readonly showTimeout: number;
|
2658
2669
|
readonly hideTimeout: number;
|
2670
|
+
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2659
2671
|
readonly splitButton: boolean;
|
2660
2672
|
}> | null;
|
2661
2673
|
input: ({
|
@@ -2665,15 +2677,15 @@ declare function __VLS_template(): {
|
|
2665
2677
|
readonly disabled: boolean;
|
2666
2678
|
readonly id: string;
|
2667
2679
|
readonly type: string;
|
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>;
|
2680
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2669
2681
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
2670
|
-
readonly readonly: boolean;
|
2671
2682
|
readonly autosize: import('element-plus').InputAutoSize;
|
2672
2683
|
readonly autocomplete: string;
|
2673
2684
|
readonly containerRole: string;
|
2674
2685
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2675
2686
|
readonly inputStyle: import('vue').StyleValue;
|
2676
2687
|
readonly rows: number;
|
2688
|
+
readonly readonly: boolean;
|
2677
2689
|
readonly clearable: boolean;
|
2678
2690
|
readonly showPassword: boolean;
|
2679
2691
|
readonly showWordLimit: boolean;
|
@@ -2682,7 +2694,7 @@ declare function __VLS_template(): {
|
|
2682
2694
|
readonly disabled: boolean;
|
2683
2695
|
readonly type: string;
|
2684
2696
|
readonly autofocus: boolean;
|
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>;
|
2697
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2686
2698
|
readonly readonly: boolean;
|
2687
2699
|
readonly autosize: import('element-plus').InputAutoSize;
|
2688
2700
|
readonly autocomplete: string;
|
@@ -2703,8 +2715,8 @@ declare function __VLS_template(): {
|
|
2703
2715
|
readonly placeholder?: string | undefined;
|
2704
2716
|
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
2705
2717
|
readonly parser?: Function | undefined;
|
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;
|
2718
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown> | undefined;
|
2719
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown> | undefined;
|
2708
2720
|
readonly containerRole?: string | undefined;
|
2709
2721
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
2710
2722
|
onChange?: ((value: string) => any) | undefined;
|
@@ -2728,7 +2740,7 @@ declare function __VLS_template(): {
|
|
2728
2740
|
__epPropKey: true;
|
2729
2741
|
};
|
2730
2742
|
readonly disabled: BooleanConstructor;
|
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>;
|
2743
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
2732
2744
|
readonly maxlength: {
|
2733
2745
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
2734
2746
|
readonly required: false;
|
@@ -2748,13 +2760,7 @@ declare function __VLS_template(): {
|
|
2748
2760
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2749
2761
|
__epPropKey: true;
|
2750
2762
|
};
|
2751
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
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>;
|
2763
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
2758
2764
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
2759
2765
|
readonly formatter: {
|
2760
2766
|
readonly type: import('vue').PropType<Function>;
|
@@ -2785,13 +2791,13 @@ declare function __VLS_template(): {
|
|
2785
2791
|
readonly showPassword: BooleanConstructor;
|
2786
2792
|
readonly showWordLimit: BooleanConstructor;
|
2787
2793
|
readonly suffixIcon: {
|
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>>;
|
2794
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown>>;
|
2789
2795
|
readonly required: false;
|
2790
2796
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2791
2797
|
__epPropKey: true;
|
2792
2798
|
};
|
2793
2799
|
readonly prefixIcon: {
|
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>>;
|
2800
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown>>;
|
2795
2801
|
readonly required: false;
|
2796
2802
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2797
2803
|
__epPropKey: true;
|
@@ -2799,7 +2805,7 @@ declare function __VLS_template(): {
|
|
2799
2805
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
2800
2806
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
2801
2807
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
2802
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
2808
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
2803
2809
|
readonly autofocus: BooleanConstructor;
|
2804
2810
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
2805
2811
|
}>> & {
|
@@ -2840,7 +2846,7 @@ declare function __VLS_template(): {
|
|
2840
2846
|
__epPropKey: true;
|
2841
2847
|
};
|
2842
2848
|
readonly disabled: BooleanConstructor;
|
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>;
|
2849
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
2844
2850
|
readonly maxlength: {
|
2845
2851
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
2846
2852
|
readonly required: false;
|
@@ -2860,13 +2866,7 @@ declare function __VLS_template(): {
|
|
2860
2866
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2861
2867
|
__epPropKey: true;
|
2862
2868
|
};
|
2863
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
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>;
|
2869
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => 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) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
2900
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], 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) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
2906
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], 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[]) =>
|
2914
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => 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[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2959
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => 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;
|
2962
2961
|
readonly autosize: import('element-plus').InputAutoSize;
|
2963
2962
|
readonly autocomplete: string;
|
2964
2963
|
readonly containerRole: string;
|
2965
2964
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2966
2965
|
readonly inputStyle: import('vue').StyleValue;
|
2967
2966
|
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[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2996
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => 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;
|
2999
2998
|
readonly autosize: import('element-plus').InputAutoSize;
|
3000
2999
|
readonly autocomplete: string;
|
3001
3000
|
readonly containerRole: string;
|
3002
3001
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
3003
3002
|
readonly inputStyle: import('vue').StyleValue;
|
3004
3003
|
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[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
3019
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => 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,13 +3036,7 @@ 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[]) =>
|
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>;
|
3039
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
3046
3040
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
3047
3041
|
readonly formatter: {
|
3048
3042
|
readonly type: import('vue').PropType<Function>;
|
@@ -3073,13 +3067,13 @@ declare function __VLS_template(): {
|
|
3073
3067
|
readonly showPassword: BooleanConstructor;
|
3074
3068
|
readonly showWordLimit: BooleanConstructor;
|
3075
3069
|
readonly suffixIcon: {
|
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>>;
|
3070
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown>>;
|
3077
3071
|
readonly required: false;
|
3078
3072
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3079
3073
|
__epPropKey: true;
|
3080
3074
|
};
|
3081
3075
|
readonly prefixIcon: {
|
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>>;
|
3076
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown>>;
|
3083
3077
|
readonly required: false;
|
3084
3078
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3085
3079
|
__epPropKey: true;
|
@@ -3087,7 +3081,7 @@ declare function __VLS_template(): {
|
|
3087
3081
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
3088
3082
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
3089
3083
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3090
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3084
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
3091
3085
|
readonly autofocus: BooleanConstructor;
|
3092
3086
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
3093
3087
|
}>> & {
|
@@ -3133,7 +3127,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3133
3127
|
onChange?: ((...args: any[]) => any) | undefined;
|
3134
3128
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
3135
3129
|
dropdown: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
3136
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3130
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
3137
3131
|
readonly effect: {
|
3138
3132
|
readonly default: "light";
|
3139
3133
|
readonly type: import('vue').PropType<string>;
|
@@ -3142,12 +3136,12 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3142
3136
|
readonly __epPropKey: true;
|
3143
3137
|
};
|
3144
3138
|
readonly type: {
|
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>>;
|
3139
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
3146
3140
|
readonly required: false;
|
3147
3141
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3148
3142
|
__epPropKey: true;
|
3149
3143
|
};
|
3150
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3144
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
|
3151
3145
|
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>;
|
3152
3146
|
readonly id: StringConstructor;
|
3153
3147
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
@@ -3156,8 +3150,8 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3156
3150
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3157
3151
|
readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
3158
3152
|
readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
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>;
|
3153
|
+
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>;
|
3154
|
+
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>;
|
3161
3155
|
readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
3162
3156
|
readonly disabled: BooleanConstructor;
|
3163
3157
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
@@ -3177,12 +3171,12 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3177
3171
|
ns: {
|
3178
3172
|
namespace: import('vue').ComputedRef<string>;
|
3179
3173
|
b: (blockSuffix?: string) => 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;
|
3174
|
+
e: (element?: string | undefined) => string;
|
3175
|
+
m: (modifier?: string | undefined) => string;
|
3176
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
3177
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
3178
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
3179
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
3186
3180
|
is: {
|
3187
3181
|
(name: string, state: boolean | undefined): string;
|
3188
3182
|
(name: string): string;
|
@@ -3212,11 +3206,11 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3212
3206
|
$: import('vue').ComponentInternalInstance;
|
3213
3207
|
$data: {};
|
3214
3208
|
$props: Partial<{
|
3215
|
-
disabled: boolean;
|
3216
3209
|
content: string;
|
3217
3210
|
offset: number;
|
3218
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
3211
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
3219
3212
|
open: boolean;
|
3213
|
+
disabled: boolean;
|
3220
3214
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
3221
3215
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
3222
3216
|
effect: string;
|
@@ -3224,7 +3218,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3224
3218
|
hideAfter: number;
|
3225
3219
|
autoClose: number;
|
3226
3220
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
3227
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3221
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) => import('element-plus/es/utils/index.mjs').Arrayable<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>;
|
3228
3222
|
arrowOffset: number;
|
3229
3223
|
virtualTriggering: boolean;
|
3230
3224
|
boundariesPadding: number;
|
@@ -3245,10 +3239,10 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3245
3239
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
3246
3240
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
3247
3241
|
disabled: BooleanConstructor;
|
3248
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3242
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
3249
3243
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
3250
3244
|
virtualRef: {
|
3251
|
-
readonly type: import('vue').PropType<import('element-plus
|
3245
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
3252
3246
|
readonly required: false;
|
3253
3247
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3254
3248
|
__epPropKey: true;
|
@@ -3300,7 +3294,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3300
3294
|
open: BooleanConstructor;
|
3301
3295
|
ariaLabel: StringConstructor;
|
3302
3296
|
appendTo: {
|
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>>;
|
3297
|
+
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>>;
|
3304
3298
|
readonly required: false;
|
3305
3299
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3306
3300
|
__epPropKey: true;
|
@@ -3308,17 +3302,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3308
3302
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
3309
3303
|
rawContent: BooleanConstructor;
|
3310
3304
|
persistent: BooleanConstructor;
|
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>;
|
3305
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
3312
3306
|
transition: StringConstructor;
|
3313
3307
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3314
3308
|
style: {
|
3315
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3309
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
3316
3310
|
readonly required: false;
|
3317
3311
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3318
3312
|
__epPropKey: true;
|
3319
3313
|
};
|
3320
3314
|
className: {
|
3321
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
3315
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
3322
3316
|
[x: string]: boolean;
|
3323
3317
|
} | (string | {
|
3324
3318
|
[x: string]: boolean;
|
@@ -3342,7 +3336,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3342
3336
|
[x: string]: boolean;
|
3343
3337
|
} | (string | {
|
3344
3338
|
[x: string]: boolean;
|
3345
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3339
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
3346
3340
|
[x: string]: boolean;
|
3347
3341
|
} | (string | {
|
3348
3342
|
[x: string]: boolean;
|
@@ -3366,7 +3360,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3366
3360
|
[x: string]: boolean;
|
3367
3361
|
} | (string | {
|
3368
3362
|
[x: string]: boolean;
|
3369
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
3363
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
3370
3364
|
[x: string]: boolean;
|
3371
3365
|
} | (string | {
|
3372
3366
|
[x: string]: boolean;
|
@@ -3390,7 +3384,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3390
3384
|
[x: string]: boolean;
|
3391
3385
|
} | (string | {
|
3392
3386
|
[x: string]: boolean;
|
3393
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3387
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
3394
3388
|
[x: string]: boolean;
|
3395
3389
|
} | (string | {
|
3396
3390
|
[x: string]: boolean;
|
@@ -3419,13 +3413,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3419
3413
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3420
3414
|
__epPropKey: true;
|
3421
3415
|
};
|
3422
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
3416
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
3423
3417
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3424
3418
|
pure: BooleanConstructor;
|
3425
3419
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
3426
3420
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
3427
3421
|
popperClass: {
|
3428
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
3422
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
3429
3423
|
[x: string]: boolean;
|
3430
3424
|
} | (string | {
|
3431
3425
|
[x: string]: boolean;
|
@@ -3449,7 +3443,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3449
3443
|
[x: string]: boolean;
|
3450
3444
|
} | (string | {
|
3451
3445
|
[x: string]: boolean;
|
3452
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3446
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
3453
3447
|
[x: string]: boolean;
|
3454
3448
|
} | (string | {
|
3455
3449
|
[x: string]: boolean;
|
@@ -3473,7 +3467,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3473
3467
|
[x: string]: boolean;
|
3474
3468
|
} | (string | {
|
3475
3469
|
[x: string]: boolean;
|
3476
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
3470
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
3477
3471
|
[x: string]: boolean;
|
3478
3472
|
} | (string | {
|
3479
3473
|
[x: string]: boolean;
|
@@ -3497,7 +3491,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3497
3491
|
[x: string]: boolean;
|
3498
3492
|
} | (string | {
|
3499
3493
|
[x: string]: boolean;
|
3500
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3494
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
3501
3495
|
[x: string]: boolean;
|
3502
3496
|
} | (string | {
|
3503
3497
|
[x: string]: boolean;
|
@@ -3527,7 +3521,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3527
3521
|
__epPropKey: true;
|
3528
3522
|
};
|
3529
3523
|
popperStyle: {
|
3530
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3524
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
3531
3525
|
readonly required: false;
|
3532
3526
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3533
3527
|
__epPropKey: true;
|
@@ -3563,26 +3557,28 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3563
3557
|
__epPropKey: true;
|
3564
3558
|
};
|
3565
3559
|
role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
3566
|
-
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
3560
|
+
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "content" | "offset" | "visible" | "open" | "disabled" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
|
3567
3561
|
$attrs: {
|
3568
3562
|
[x: string]: unknown;
|
3569
3563
|
};
|
3570
3564
|
$refs: {
|
3571
3565
|
[x: string]: unknown;
|
3572
3566
|
};
|
3573
|
-
$slots:
|
3574
|
-
|
3575
|
-
|
3567
|
+
$slots: Readonly<{
|
3568
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
3576
3572
|
$emit: (event: string, ...args: any[]) => void;
|
3577
3573
|
$el: any;
|
3578
3574
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
3579
3575
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
3580
3576
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
3581
3577
|
disabled: BooleanConstructor;
|
3582
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3578
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
3583
3579
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
3584
3580
|
virtualRef: {
|
3585
|
-
readonly type: import('vue').PropType<import('element-plus
|
3581
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
3586
3582
|
readonly required: false;
|
3587
3583
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3588
3584
|
__epPropKey: true;
|
@@ -3634,7 +3630,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3634
3630
|
open: BooleanConstructor;
|
3635
3631
|
ariaLabel: StringConstructor;
|
3636
3632
|
appendTo: {
|
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>>;
|
3633
|
+
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>>;
|
3638
3634
|
readonly required: false;
|
3639
3635
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3640
3636
|
__epPropKey: true;
|
@@ -3642,17 +3638,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3642
3638
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
3643
3639
|
rawContent: BooleanConstructor;
|
3644
3640
|
persistent: BooleanConstructor;
|
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>;
|
3641
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
3646
3642
|
transition: StringConstructor;
|
3647
3643
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3648
3644
|
style: {
|
3649
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3645
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
3650
3646
|
readonly required: false;
|
3651
3647
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3652
3648
|
__epPropKey: true;
|
3653
3649
|
};
|
3654
3650
|
className: {
|
3655
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
3651
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
3656
3652
|
[x: string]: boolean;
|
3657
3653
|
} | (string | {
|
3658
3654
|
[x: string]: boolean;
|
@@ -3676,7 +3672,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3676
3672
|
[x: string]: boolean;
|
3677
3673
|
} | (string | {
|
3678
3674
|
[x: string]: boolean;
|
3679
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3675
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
3680
3676
|
[x: string]: boolean;
|
3681
3677
|
} | (string | {
|
3682
3678
|
[x: string]: boolean;
|
@@ -3700,7 +3696,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3700
3696
|
[x: string]: boolean;
|
3701
3697
|
} | (string | {
|
3702
3698
|
[x: string]: boolean;
|
3703
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
3699
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
3704
3700
|
[x: string]: boolean;
|
3705
3701
|
} | (string | {
|
3706
3702
|
[x: string]: boolean;
|
@@ -3724,7 +3720,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3724
3720
|
[x: string]: boolean;
|
3725
3721
|
} | (string | {
|
3726
3722
|
[x: string]: boolean;
|
3727
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3723
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
3728
3724
|
[x: string]: boolean;
|
3729
3725
|
} | (string | {
|
3730
3726
|
[x: string]: boolean;
|
@@ -3753,13 +3749,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3753
3749
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3754
3750
|
__epPropKey: true;
|
3755
3751
|
};
|
3756
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
3752
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
3757
3753
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3758
3754
|
pure: BooleanConstructor;
|
3759
3755
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
3760
3756
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
3761
3757
|
popperClass: {
|
3762
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
3758
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
3763
3759
|
[x: string]: boolean;
|
3764
3760
|
} | (string | {
|
3765
3761
|
[x: string]: boolean;
|
@@ -3783,7 +3779,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3783
3779
|
[x: string]: boolean;
|
3784
3780
|
} | (string | {
|
3785
3781
|
[x: string]: boolean;
|
3786
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3782
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
3787
3783
|
[x: string]: boolean;
|
3788
3784
|
} | (string | {
|
3789
3785
|
[x: string]: boolean;
|
@@ -3807,7 +3803,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3807
3803
|
[x: string]: boolean;
|
3808
3804
|
} | (string | {
|
3809
3805
|
[x: string]: boolean;
|
3810
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
3806
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
3811
3807
|
[x: string]: boolean;
|
3812
3808
|
} | (string | {
|
3813
3809
|
[x: string]: boolean;
|
@@ -3831,7 +3827,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3831
3827
|
[x: string]: boolean;
|
3832
3828
|
} | (string | {
|
3833
3829
|
[x: string]: boolean;
|
3834
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3830
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
3835
3831
|
[x: string]: boolean;
|
3836
3832
|
} | (string | {
|
3837
3833
|
[x: string]: boolean;
|
@@ -3861,7 +3857,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3861
3857
|
__epPropKey: true;
|
3862
3858
|
};
|
3863
3859
|
popperStyle: {
|
3864
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3860
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
3865
3861
|
readonly required: false;
|
3866
3862
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3867
3863
|
__epPropKey: true;
|
@@ -3912,48 +3908,50 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3912
3908
|
$refs: {
|
3913
3909
|
[x: string]: unknown;
|
3914
3910
|
};
|
3915
|
-
$slots:
|
3916
|
-
|
3917
|
-
|
3911
|
+
$slots: Readonly<{
|
3912
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
3918
3916
|
$emit: (event: string, ...args: any[]) => void;
|
3919
3917
|
$el: any;
|
3920
3918
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
3921
3919
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
3922
3920
|
}>>, {
|
3923
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
3921
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
3924
3922
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
3925
3923
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
3926
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
3924
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
3927
3925
|
role: import('vue').ComputedRef<string>;
|
3928
3926
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
3929
3927
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
3930
3928
|
}> & {
|
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)[];
|
3929
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
3930
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
3931
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
3932
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
3933
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
3934
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
3935
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
3936
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
3937
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
3938
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
3939
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
3940
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
3941
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
3942
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
3943
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
3946
3944
|
};
|
3947
3945
|
$forceUpdate: () => void;
|
3948
3946
|
$nextTick: typeof import('vue').nextTick;
|
3949
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
3947
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
3950
3948
|
} & Readonly<import('vue').ExtractPropTypes<{
|
3951
3949
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
3952
3950
|
}>> & import('vue').ShallowUnwrapRef<{
|
3953
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
3951
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
3954
3952
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
3955
3953
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
3956
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
3954
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
3957
3955
|
role: import('vue').ComputedRef<string>;
|
3958
3956
|
}> & {} & import('vue').ComponentCustomProperties & {
|
3959
3957
|
$slots: {
|
@@ -3961,19 +3959,19 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3961
3959
|
};
|
3962
3960
|
}) | undefined>;
|
3963
3961
|
contentRef: import('vue').Ref<any>;
|
3964
|
-
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
3962
|
+
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
3965
3963
|
updatePopper: () => void;
|
3966
|
-
onOpen: (event?: Event) => void;
|
3967
|
-
onClose: (event?: Event) => void;
|
3968
|
-
hide: (event?: Event) => void;
|
3964
|
+
onOpen: (event?: Event | undefined) => void;
|
3965
|
+
onClose: (event?: Event | undefined) => void;
|
3966
|
+
hide: (event?: Event | undefined) => void;
|
3969
3967
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
3970
3968
|
[x: string]: (...args: any[]) => void;
|
3971
3969
|
}, string, {
|
3972
|
-
disabled: boolean;
|
3973
3970
|
content: string;
|
3974
3971
|
offset: number;
|
3975
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
3972
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
3976
3973
|
open: boolean;
|
3974
|
+
disabled: boolean;
|
3977
3975
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
3978
3976
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
3979
3977
|
effect: string;
|
@@ -3981,7 +3979,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3981
3979
|
hideAfter: number;
|
3982
3980
|
autoClose: number;
|
3983
3981
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
3984
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3982
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) => import('element-plus/es/utils/index.mjs').Arrayable<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>;
|
3985
3983
|
arrowOffset: number;
|
3986
3984
|
virtualTriggering: boolean;
|
3987
3985
|
boundariesPadding: number;
|
@@ -3999,33 +3997,33 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
3999
3997
|
persistent: boolean;
|
4000
3998
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
4001
3999
|
}> & {
|
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)[];
|
4000
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
4001
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
4002
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
4003
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
4004
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
4005
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
4006
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
4007
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
4008
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
4009
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
4010
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
4011
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
4012
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
4013
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
4014
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
4017
4015
|
};
|
4018
4016
|
$forceUpdate: () => void;
|
4019
4017
|
$nextTick: typeof import('vue').nextTick;
|
4020
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
4018
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
4021
4019
|
} & Readonly<import('vue').ExtractPropTypes<{
|
4022
4020
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
4023
4021
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
4024
4022
|
disabled: BooleanConstructor;
|
4025
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4023
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
4026
4024
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
4027
4025
|
virtualRef: {
|
4028
|
-
readonly type: import('vue').PropType<import('element-plus
|
4026
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
4029
4027
|
readonly required: false;
|
4030
4028
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4031
4029
|
__epPropKey: true;
|
@@ -4077,7 +4075,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4077
4075
|
open: BooleanConstructor;
|
4078
4076
|
ariaLabel: StringConstructor;
|
4079
4077
|
appendTo: {
|
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>>;
|
4078
|
+
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>>;
|
4081
4079
|
readonly required: false;
|
4082
4080
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4083
4081
|
__epPropKey: true;
|
@@ -4085,17 +4083,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4085
4083
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
4086
4084
|
rawContent: BooleanConstructor;
|
4087
4085
|
persistent: BooleanConstructor;
|
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>;
|
4086
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
4089
4087
|
transition: StringConstructor;
|
4090
4088
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4091
4089
|
style: {
|
4092
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4090
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
4093
4091
|
readonly required: false;
|
4094
4092
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4095
4093
|
__epPropKey: true;
|
4096
4094
|
};
|
4097
4095
|
className: {
|
4098
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
4096
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
4099
4097
|
[x: string]: boolean;
|
4100
4098
|
} | (string | {
|
4101
4099
|
[x: string]: boolean;
|
@@ -4119,7 +4117,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4119
4117
|
[x: string]: boolean;
|
4120
4118
|
} | (string | {
|
4121
4119
|
[x: string]: boolean;
|
4122
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4120
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
4123
4121
|
[x: string]: boolean;
|
4124
4122
|
} | (string | {
|
4125
4123
|
[x: string]: boolean;
|
@@ -4143,7 +4141,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4143
4141
|
[x: string]: boolean;
|
4144
4142
|
} | (string | {
|
4145
4143
|
[x: string]: boolean;
|
4146
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
4144
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
4147
4145
|
[x: string]: boolean;
|
4148
4146
|
} | (string | {
|
4149
4147
|
[x: string]: boolean;
|
@@ -4167,7 +4165,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4167
4165
|
[x: string]: boolean;
|
4168
4166
|
} | (string | {
|
4169
4167
|
[x: string]: boolean;
|
4170
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4168
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
4171
4169
|
[x: string]: boolean;
|
4172
4170
|
} | (string | {
|
4173
4171
|
[x: string]: boolean;
|
@@ -4196,13 +4194,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4196
4194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4197
4195
|
__epPropKey: true;
|
4198
4196
|
};
|
4199
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
4197
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
4200
4198
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4201
4199
|
pure: BooleanConstructor;
|
4202
4200
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
4203
4201
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
4204
4202
|
popperClass: {
|
4205
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
4203
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
4206
4204
|
[x: string]: boolean;
|
4207
4205
|
} | (string | {
|
4208
4206
|
[x: string]: boolean;
|
@@ -4226,7 +4224,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4226
4224
|
[x: string]: boolean;
|
4227
4225
|
} | (string | {
|
4228
4226
|
[x: string]: boolean;
|
4229
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4227
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
4230
4228
|
[x: string]: boolean;
|
4231
4229
|
} | (string | {
|
4232
4230
|
[x: string]: boolean;
|
@@ -4250,7 +4248,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4250
4248
|
[x: string]: boolean;
|
4251
4249
|
} | (string | {
|
4252
4250
|
[x: string]: boolean;
|
4253
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
4251
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
4254
4252
|
[x: string]: boolean;
|
4255
4253
|
} | (string | {
|
4256
4254
|
[x: string]: boolean;
|
@@ -4274,7 +4272,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4274
4272
|
[x: string]: boolean;
|
4275
4273
|
} | (string | {
|
4276
4274
|
[x: string]: boolean;
|
4277
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4275
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
4278
4276
|
[x: string]: boolean;
|
4279
4277
|
} | (string | {
|
4280
4278
|
[x: string]: boolean;
|
@@ -4304,7 +4302,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4304
4302
|
__epPropKey: true;
|
4305
4303
|
};
|
4306
4304
|
popperStyle: {
|
4307
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4305
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
4308
4306
|
readonly required: false;
|
4309
4307
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4310
4308
|
__epPropKey: true;
|
@@ -4355,48 +4353,50 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4355
4353
|
$refs: {
|
4356
4354
|
[x: string]: unknown;
|
4357
4355
|
};
|
4358
|
-
$slots:
|
4359
|
-
|
4360
|
-
|
4356
|
+
$slots: Readonly<{
|
4357
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
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/components/index.mjs').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/components/index.mjs').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?: (() => 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)[];
|
4374
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
4375
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
4376
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
4377
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
4378
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
4379
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
4380
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
4381
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
4382
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
4383
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
4384
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
4385
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
4386
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
4387
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
4388
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
4389
4389
|
};
|
4390
4390
|
$forceUpdate: () => void;
|
4391
4391
|
$nextTick: typeof import('vue').nextTick;
|
4392
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
4392
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): 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/components/index.mjs').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/components/index.mjs').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) => boolean | undefined;
|
4407
|
+
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
4408
4408
|
updatePopper: () => void;
|
4409
|
-
onOpen: (event?: Event) => void;
|
4410
|
-
onClose: (event?: Event) => void;
|
4411
|
-
hide: (event?: Event) => void;
|
4409
|
+
onOpen: (event?: Event | undefined) => void;
|
4410
|
+
onClose: (event?: Event | undefined) => void;
|
4411
|
+
hide: (event?: Event | undefined) => 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[]) =>
|
4422
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<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[]) => "" | "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>>;
|
4431
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => 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[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => 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[]) => 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>;
|
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
|
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>;
|
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>;
|
4464
4463
|
readonly size: string;
|
4465
|
-
readonly
|
4464
|
+
readonly disabled: boolean;
|
4465
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => 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[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
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[]) =>
|
4469
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<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>;
|
4475
4474
|
readonly showTimeout: number;
|
4476
4475
|
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[]) =>
|
4486
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<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[]) => "" | "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>>;
|
4495
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown> & {}) | (() => 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[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => 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[]) => 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>;
|
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) => 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;
|
4530
|
+
e: (element?: string | undefined) => string;
|
4531
|
+
m: (modifier?: string | undefined) => string;
|
4532
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
4533
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
4534
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
4535
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => 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;
|
4566
4565
|
content: string;
|
4567
4566
|
offset: number;
|
4568
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
4567
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
4569
4568
|
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[]) =>
|
4577
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) =>
|
4598
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<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
|
4601
|
+
readonly type: import('vue').PropType<import('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[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
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[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
4661
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => 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[]) =>
|
4665
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => 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[]) => string | {
|
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)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
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[]) => string | {
|
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)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
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) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
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[]) => string | {
|
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)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
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[]) => string | {
|
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)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
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[]) =>
|
4880
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => 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,26 +4913,28 @@ 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, "content" | "offset" | "visible" | "open" | "disabled" | "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
|
-
|
4923
|
+
$slots: Readonly<{
|
4924
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
4926
4928
|
$emit: (event: string, ...args: any[]) => void;
|
4927
4929
|
$el: any;
|
4928
4930
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
4929
4931
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
4930
4932
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
4931
4933
|
disabled: BooleanConstructor;
|
4932
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4934
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
4933
4935
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
4934
4936
|
virtualRef: {
|
4935
|
-
readonly type: import('vue').PropType<import('element-plus
|
4937
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
4936
4938
|
readonly required: false;
|
4937
4939
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4938
4940
|
__epPropKey: true;
|
@@ -4984,7 +4986,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4984
4986
|
open: BooleanConstructor;
|
4985
4987
|
ariaLabel: StringConstructor;
|
4986
4988
|
appendTo: {
|
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>>;
|
4989
|
+
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>>;
|
4988
4990
|
readonly required: false;
|
4989
4991
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4990
4992
|
__epPropKey: true;
|
@@ -4992,17 +4994,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
4992
4994
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
4993
4995
|
rawContent: BooleanConstructor;
|
4994
4996
|
persistent: BooleanConstructor;
|
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>;
|
4997
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
4996
4998
|
transition: StringConstructor;
|
4997
4999
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4998
5000
|
style: {
|
4999
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5001
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
5000
5002
|
readonly required: false;
|
5001
5003
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5002
5004
|
__epPropKey: true;
|
5003
5005
|
};
|
5004
5006
|
className: {
|
5005
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
5007
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
5006
5008
|
[x: string]: boolean;
|
5007
5009
|
} | (string | {
|
5008
5010
|
[x: string]: boolean;
|
@@ -5026,7 +5028,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5026
5028
|
[x: string]: boolean;
|
5027
5029
|
} | (string | {
|
5028
5030
|
[x: string]: boolean;
|
5029
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5031
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
5030
5032
|
[x: string]: boolean;
|
5031
5033
|
} | (string | {
|
5032
5034
|
[x: string]: boolean;
|
@@ -5050,7 +5052,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5050
5052
|
[x: string]: boolean;
|
5051
5053
|
} | (string | {
|
5052
5054
|
[x: string]: boolean;
|
5053
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
5055
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
5054
5056
|
[x: string]: boolean;
|
5055
5057
|
} | (string | {
|
5056
5058
|
[x: string]: boolean;
|
@@ -5074,7 +5076,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5074
5076
|
[x: string]: boolean;
|
5075
5077
|
} | (string | {
|
5076
5078
|
[x: string]: boolean;
|
5077
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5079
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
5078
5080
|
[x: string]: boolean;
|
5079
5081
|
} | (string | {
|
5080
5082
|
[x: string]: boolean;
|
@@ -5103,13 +5105,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5103
5105
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5104
5106
|
__epPropKey: true;
|
5105
5107
|
};
|
5106
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
5108
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
5107
5109
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
5108
5110
|
pure: BooleanConstructor;
|
5109
5111
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
5110
5112
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
5111
5113
|
popperClass: {
|
5112
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
5114
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
5113
5115
|
[x: string]: boolean;
|
5114
5116
|
} | (string | {
|
5115
5117
|
[x: string]: boolean;
|
@@ -5133,7 +5135,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5133
5135
|
[x: string]: boolean;
|
5134
5136
|
} | (string | {
|
5135
5137
|
[x: string]: boolean;
|
5136
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5138
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
5137
5139
|
[x: string]: boolean;
|
5138
5140
|
} | (string | {
|
5139
5141
|
[x: string]: boolean;
|
@@ -5157,7 +5159,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5157
5159
|
[x: string]: boolean;
|
5158
5160
|
} | (string | {
|
5159
5161
|
[x: string]: boolean;
|
5160
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
5162
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
5161
5163
|
[x: string]: boolean;
|
5162
5164
|
} | (string | {
|
5163
5165
|
[x: string]: boolean;
|
@@ -5181,7 +5183,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5181
5183
|
[x: string]: boolean;
|
5182
5184
|
} | (string | {
|
5183
5185
|
[x: string]: boolean;
|
5184
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5186
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
5185
5187
|
[x: string]: boolean;
|
5186
5188
|
} | (string | {
|
5187
5189
|
[x: string]: boolean;
|
@@ -5211,7 +5213,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5211
5213
|
__epPropKey: true;
|
5212
5214
|
};
|
5213
5215
|
popperStyle: {
|
5214
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5216
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
5215
5217
|
readonly required: false;
|
5216
5218
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5217
5219
|
__epPropKey: true;
|
@@ -5262,48 +5264,50 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5262
5264
|
$refs: {
|
5263
5265
|
[x: string]: unknown;
|
5264
5266
|
};
|
5265
|
-
$slots:
|
5266
|
-
|
5267
|
-
|
5267
|
+
$slots: Readonly<{
|
5268
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
5268
5272
|
$emit: (event: string, ...args: any[]) => void;
|
5269
5273
|
$el: any;
|
5270
5274
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
5271
5275
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
5272
5276
|
}>>, {
|
5273
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
5277
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
5274
5278
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
5275
5279
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
5276
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
5280
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
5277
5281
|
role: import('vue').ComputedRef<string>;
|
5278
5282
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
5279
5283
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
5280
5284
|
}> & {
|
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)[];
|
5285
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
5286
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
5287
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
5288
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
5289
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
5290
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
5291
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
5292
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
5293
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
5294
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
5295
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
5296
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
5297
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
5298
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
5299
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
5296
5300
|
};
|
5297
5301
|
$forceUpdate: () => void;
|
5298
5302
|
$nextTick: typeof import('vue').nextTick;
|
5299
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
5303
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
5300
5304
|
} & Readonly<import('vue').ExtractPropTypes<{
|
5301
5305
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
5302
5306
|
}>> & import('vue').ShallowUnwrapRef<{
|
5303
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
5307
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
5304
5308
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
5305
5309
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
5306
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
5310
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
5307
5311
|
role: import('vue').ComputedRef<string>;
|
5308
5312
|
}> & {} & import('vue').ComponentCustomProperties & {
|
5309
5313
|
$slots: {
|
@@ -5311,19 +5315,19 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5311
5315
|
};
|
5312
5316
|
}) | undefined>;
|
5313
5317
|
contentRef: import('vue').Ref<any>;
|
5314
|
-
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
5318
|
+
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
5315
5319
|
updatePopper: () => void;
|
5316
|
-
onOpen: (event?: Event) => void;
|
5317
|
-
onClose: (event?: Event) => void;
|
5318
|
-
hide: (event?: Event) => void;
|
5320
|
+
onOpen: (event?: Event | undefined) => void;
|
5321
|
+
onClose: (event?: Event | undefined) => void;
|
5322
|
+
hide: (event?: Event | undefined) => void;
|
5319
5323
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
5320
5324
|
[x: string]: (...args: any[]) => void;
|
5321
5325
|
}, string, {
|
5322
|
-
disabled: boolean;
|
5323
5326
|
content: string;
|
5324
5327
|
offset: number;
|
5325
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
5328
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
5326
5329
|
open: boolean;
|
5330
|
+
disabled: boolean;
|
5327
5331
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
5328
5332
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
5329
5333
|
effect: string;
|
@@ -5331,7 +5335,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5331
5335
|
hideAfter: number;
|
5332
5336
|
autoClose: number;
|
5333
5337
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
5334
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5338
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/index.mjs').Arrayable<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[]) => import('element-plus/es/utils/index.mjs').Arrayable<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>;
|
5335
5339
|
arrowOffset: number;
|
5336
5340
|
virtualTriggering: boolean;
|
5337
5341
|
boundariesPadding: number;
|
@@ -5349,33 +5353,33 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5349
5353
|
persistent: boolean;
|
5350
5354
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5351
5355
|
}> & {
|
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)[];
|
5356
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
5357
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
5358
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
5359
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
5360
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
5361
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
5362
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
5363
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
5364
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
5365
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
5366
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
5367
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
5368
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
5369
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
5370
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
5367
5371
|
};
|
5368
5372
|
$forceUpdate: () => void;
|
5369
5373
|
$nextTick: typeof import('vue').nextTick;
|
5370
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
5374
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
5371
5375
|
} & Readonly<import('vue').ExtractPropTypes<{
|
5372
5376
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
5373
5377
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
5374
5378
|
disabled: BooleanConstructor;
|
5375
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
5379
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
5376
5380
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
5377
5381
|
virtualRef: {
|
5378
|
-
readonly type: import('vue').PropType<import('element-plus
|
5382
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
5379
5383
|
readonly required: false;
|
5380
5384
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5381
5385
|
__epPropKey: true;
|
@@ -5427,7 +5431,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5427
5431
|
open: BooleanConstructor;
|
5428
5432
|
ariaLabel: StringConstructor;
|
5429
5433
|
appendTo: {
|
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>>;
|
5434
|
+
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>>;
|
5431
5435
|
readonly required: false;
|
5432
5436
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5433
5437
|
__epPropKey: true;
|
@@ -5435,17 +5439,17 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5435
5439
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
5436
5440
|
rawContent: BooleanConstructor;
|
5437
5441
|
persistent: BooleanConstructor;
|
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>;
|
5442
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
5439
5443
|
transition: StringConstructor;
|
5440
5444
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
5441
5445
|
style: {
|
5442
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5446
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
5443
5447
|
readonly required: false;
|
5444
5448
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5445
5449
|
__epPropKey: true;
|
5446
5450
|
};
|
5447
5451
|
className: {
|
5448
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
5452
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
5449
5453
|
[x: string]: boolean;
|
5450
5454
|
} | (string | {
|
5451
5455
|
[x: string]: boolean;
|
@@ -5469,7 +5473,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5469
5473
|
[x: string]: boolean;
|
5470
5474
|
} | (string | {
|
5471
5475
|
[x: string]: boolean;
|
5472
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5476
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
5473
5477
|
[x: string]: boolean;
|
5474
5478
|
} | (string | {
|
5475
5479
|
[x: string]: boolean;
|
@@ -5493,7 +5497,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5493
5497
|
[x: string]: boolean;
|
5494
5498
|
} | (string | {
|
5495
5499
|
[x: string]: boolean;
|
5496
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
5500
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
5497
5501
|
[x: string]: boolean;
|
5498
5502
|
} | (string | {
|
5499
5503
|
[x: string]: boolean;
|
@@ -5517,7 +5521,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5517
5521
|
[x: string]: boolean;
|
5518
5522
|
} | (string | {
|
5519
5523
|
[x: string]: boolean;
|
5520
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5524
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
5521
5525
|
[x: string]: boolean;
|
5522
5526
|
} | (string | {
|
5523
5527
|
[x: string]: boolean;
|
@@ -5546,13 +5550,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5546
5550
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5547
5551
|
__epPropKey: true;
|
5548
5552
|
};
|
5549
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
5553
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
|
5550
5554
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
5551
5555
|
pure: BooleanConstructor;
|
5552
5556
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
5553
5557
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
5554
5558
|
popperClass: {
|
5555
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
5559
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | {
|
5556
5560
|
[x: string]: boolean;
|
5557
5561
|
} | (string | {
|
5558
5562
|
[x: string]: boolean;
|
@@ -5576,7 +5580,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5576
5580
|
[x: string]: boolean;
|
5577
5581
|
} | (string | {
|
5578
5582
|
[x: string]: boolean;
|
5579
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5583
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
5580
5584
|
[x: string]: boolean;
|
5581
5585
|
} | (string | {
|
5582
5586
|
[x: string]: boolean;
|
@@ -5600,7 +5604,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5600
5604
|
[x: string]: boolean;
|
5601
5605
|
} | (string | {
|
5602
5606
|
[x: string]: boolean;
|
5603
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
5607
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
|
5604
5608
|
[x: string]: boolean;
|
5605
5609
|
} | (string | {
|
5606
5610
|
[x: string]: boolean;
|
@@ -5624,7 +5628,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5624
5628
|
[x: string]: boolean;
|
5625
5629
|
} | (string | {
|
5626
5630
|
[x: string]: boolean;
|
5627
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5631
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
|
5628
5632
|
[x: string]: boolean;
|
5629
5633
|
} | (string | {
|
5630
5634
|
[x: string]: boolean;
|
@@ -5654,7 +5658,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5654
5658
|
__epPropKey: true;
|
5655
5659
|
};
|
5656
5660
|
popperStyle: {
|
5657
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5661
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
5658
5662
|
readonly required: false;
|
5659
5663
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5660
5664
|
__epPropKey: true;
|
@@ -5705,48 +5709,50 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5705
5709
|
$refs: {
|
5706
5710
|
[x: string]: unknown;
|
5707
5711
|
};
|
5708
|
-
$slots:
|
5709
|
-
|
5710
|
-
|
5712
|
+
$slots: Readonly<{
|
5713
|
+
[name: string]: import('vue').Slot | undefined;
|
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;
|
5711
5717
|
$emit: (event: string, ...args: any[]) => void;
|
5712
5718
|
$el: any;
|
5713
5719
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
5714
5720
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
5715
5721
|
}>>, {
|
5716
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
5722
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
5717
5723
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
5718
5724
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
5719
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
5725
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
5720
5726
|
role: import('vue').ComputedRef<string>;
|
5721
5727
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
5722
5728
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
5723
5729
|
}> & {
|
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)[];
|
5730
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
5731
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
5732
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
5733
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
5734
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
5735
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
5736
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
5737
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
5738
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
5739
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
5740
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
5741
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
5742
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
5743
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
5744
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
5739
5745
|
};
|
5740
5746
|
$forceUpdate: () => void;
|
5741
5747
|
$nextTick: typeof import('vue').nextTick;
|
5742
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
5748
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
5743
5749
|
} & Readonly<import('vue').ExtractPropTypes<{
|
5744
5750
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
5745
5751
|
}>> & import('vue').ShallowUnwrapRef<{
|
5746
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
5752
|
+
triggerRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
5747
5753
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
5748
5754
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
5749
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
5755
|
+
referenceRef: import('vue').Ref<import('element-plus/es/components/index.mjs').Measurable | undefined>;
|
5750
5756
|
role: import('vue').ComputedRef<string>;
|
5751
5757
|
}> & {} & import('vue').ComponentCustomProperties & {
|
5752
5758
|
$slots: {
|
@@ -5754,11 +5760,11 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5754
5760
|
};
|
5755
5761
|
}) | undefined>;
|
5756
5762
|
contentRef: import('vue').Ref<any>;
|
5757
|
-
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
5763
|
+
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
5758
5764
|
updatePopper: () => void;
|
5759
|
-
onOpen: (event?: Event) => void;
|
5760
|
-
onClose: (event?: Event) => void;
|
5761
|
-
hide: (event?: Event) => void;
|
5765
|
+
onOpen: (event?: Event | undefined) => void;
|
5766
|
+
onClose: (event?: Event | undefined) => void;
|
5767
|
+
hide: (event?: Event | undefined) => void;
|
5762
5768
|
}> & {} & import('vue').ComponentCustomProperties & {
|
5763
5769
|
$slots: {
|
5764
5770
|
default?(_: {}): any;
|
@@ -5769,21 +5775,21 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5769
5775
|
triggeringElementRef: import('vue').Ref<any>;
|
5770
5776
|
referenceElementRef: import('vue').Ref<any>;
|
5771
5777
|
}, {}, {}, {}, {
|
5772
|
-
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>;
|
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>;
|
5774
5779
|
readonly size: string;
|
5775
|
-
readonly
|
5780
|
+
readonly disabled: boolean;
|
5781
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => import('@popperjs/core').Placement & {}) | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
|
5776
5782
|
readonly effect: string;
|
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>;
|
5783
|
+
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>;
|
5778
5784
|
readonly role: string;
|
5779
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5785
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> & {}) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
|
5780
5786
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5781
5787
|
readonly popperOptions: Partial<import('@popperjs/core').Options>;
|
5782
5788
|
readonly popperClass: string;
|
5783
5789
|
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>;
|
5785
5790
|
readonly showTimeout: number;
|
5786
5791
|
readonly hideTimeout: number;
|
5792
|
+
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5787
5793
|
readonly splitButton: boolean;
|
5788
5794
|
}> | null;
|
5789
5795
|
input: ({
|
@@ -5793,15 +5799,15 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5793
5799
|
readonly disabled: boolean;
|
5794
5800
|
readonly id: string;
|
5795
5801
|
readonly type: string;
|
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>;
|
5802
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
5797
5803
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
5798
|
-
readonly readonly: boolean;
|
5799
5804
|
readonly autosize: import('element-plus').InputAutoSize;
|
5800
5805
|
readonly autocomplete: string;
|
5801
5806
|
readonly containerRole: string;
|
5802
5807
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5803
5808
|
readonly inputStyle: import('vue').StyleValue;
|
5804
5809
|
readonly rows: number;
|
5810
|
+
readonly readonly: boolean;
|
5805
5811
|
readonly clearable: boolean;
|
5806
5812
|
readonly showPassword: boolean;
|
5807
5813
|
readonly showWordLimit: boolean;
|
@@ -5810,7 +5816,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5810
5816
|
readonly disabled: boolean;
|
5811
5817
|
readonly type: string;
|
5812
5818
|
readonly autofocus: boolean;
|
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>;
|
5819
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
5814
5820
|
readonly readonly: boolean;
|
5815
5821
|
readonly autosize: import('element-plus').InputAutoSize;
|
5816
5822
|
readonly autocomplete: string;
|
@@ -5831,8 +5837,8 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5831
5837
|
readonly placeholder?: string | undefined;
|
5832
5838
|
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
5833
5839
|
readonly parser?: Function | undefined;
|
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;
|
5840
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown> | undefined;
|
5841
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown> | undefined;
|
5836
5842
|
readonly containerRole?: string | undefined;
|
5837
5843
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
5838
5844
|
onChange?: ((value: string) => any) | undefined;
|
@@ -5856,7 +5862,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5856
5862
|
__epPropKey: true;
|
5857
5863
|
};
|
5858
5864
|
readonly disabled: BooleanConstructor;
|
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>;
|
5865
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
5860
5866
|
readonly maxlength: {
|
5861
5867
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
5862
5868
|
readonly required: false;
|
@@ -5876,13 +5882,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
5876
5882
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5877
5883
|
__epPropKey: true;
|
5878
5884
|
};
|
5879
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
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>;
|
5885
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => 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) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
5916
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], 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) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
5922
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], 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[]) =>
|
5930
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => 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[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
5971
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => 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,13 +5988,7 @@ 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[]) =>
|
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>;
|
5991
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
5998
5992
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
5999
5993
|
readonly formatter: {
|
6000
5994
|
readonly type: import('vue').PropType<Function>;
|
@@ -6025,13 +6019,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
6025
6019
|
readonly showPassword: BooleanConstructor;
|
6026
6020
|
readonly showWordLimit: BooleanConstructor;
|
6027
6021
|
readonly suffixIcon: {
|
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>>;
|
6022
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown>>;
|
6029
6023
|
readonly required: false;
|
6030
6024
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6031
6025
|
__epPropKey: true;
|
6032
6026
|
};
|
6033
6027
|
readonly prefixIcon: {
|
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>>;
|
6028
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown>>;
|
6035
6029
|
readonly required: false;
|
6036
6030
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6037
6031
|
__epPropKey: true;
|
@@ -6039,7 +6033,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
6039
6033
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
6040
6034
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
6041
6035
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
6042
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
6036
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
6043
6037
|
readonly autofocus: BooleanConstructor;
|
6044
6038
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
6045
6039
|
}>> & {
|
@@ -6084,15 +6078,15 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
6084
6078
|
readonly disabled: boolean;
|
6085
6079
|
readonly id: string;
|
6086
6080
|
readonly type: string;
|
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>;
|
6081
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
6088
6082
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
6089
|
-
readonly readonly: boolean;
|
6090
6083
|
readonly autosize: import('element-plus').InputAutoSize;
|
6091
6084
|
readonly autocomplete: string;
|
6092
6085
|
readonly containerRole: string;
|
6093
6086
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
6094
6087
|
readonly inputStyle: import('vue').StyleValue;
|
6095
6088
|
readonly rows: number;
|
6089
|
+
readonly readonly: boolean;
|
6096
6090
|
readonly clearable: boolean;
|
6097
6091
|
readonly showPassword: boolean;
|
6098
6092
|
readonly showWordLimit: boolean;
|
@@ -6121,15 +6115,15 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
6121
6115
|
readonly disabled: boolean;
|
6122
6116
|
readonly id: string;
|
6123
6117
|
readonly type: string;
|
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>;
|
6118
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
6125
6119
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
6126
|
-
readonly readonly: boolean;
|
6127
6120
|
readonly autosize: import('element-plus').InputAutoSize;
|
6128
6121
|
readonly autocomplete: string;
|
6129
6122
|
readonly containerRole: string;
|
6130
6123
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
6131
6124
|
readonly inputStyle: import('vue').StyleValue;
|
6132
6125
|
readonly rows: number;
|
6126
|
+
readonly readonly: boolean;
|
6133
6127
|
readonly clearable: boolean;
|
6134
6128
|
readonly showPassword: boolean;
|
6135
6129
|
readonly showWordLimit: boolean;
|
@@ -6144,7 +6138,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
6144
6138
|
__epPropKey: true;
|
6145
6139
|
};
|
6146
6140
|
readonly disabled: BooleanConstructor;
|
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>;
|
6141
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
6148
6142
|
readonly maxlength: {
|
6149
6143
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
6150
6144
|
readonly required: false;
|
@@ -6164,13 +6158,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
6164
6158
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6165
6159
|
__epPropKey: true;
|
6166
6160
|
};
|
6167
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
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>;
|
6161
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
6174
6162
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
6175
6163
|
readonly formatter: {
|
6176
6164
|
readonly type: import('vue').PropType<Function>;
|
@@ -6201,13 +6189,13 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
6201
6189
|
readonly showPassword: BooleanConstructor;
|
6202
6190
|
readonly showWordLimit: BooleanConstructor;
|
6203
6191
|
readonly suffixIcon: {
|
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>>;
|
6192
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown>>;
|
6205
6193
|
readonly required: false;
|
6206
6194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6207
6195
|
__epPropKey: true;
|
6208
6196
|
};
|
6209
6197
|
readonly prefixIcon: {
|
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>>;
|
6198
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown>>;
|
6211
6199
|
readonly required: false;
|
6212
6200
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6213
6201
|
__epPropKey: true;
|
@@ -6215,7 +6203,7 @@ declare const __VLS_component: import('vue').DefineComponent<TableSelectProps, {
|
|
6215
6203
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
6216
6204
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
6217
6205
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
6218
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
6206
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
6219
6207
|
readonly autofocus: BooleanConstructor;
|
6220
6208
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
6221
6209
|
}>> & {
|