orion-design 0.1.43 → 0.1.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Form/FileInput/FileInput.vue.d.ts +42 -24
- package/dist/components/Form/Form.vue.d.ts +22 -22
- package/dist/components/Form/LovInput/LovInput.vue.d.ts +662 -650
- package/dist/components/Form/NumberInput/NumberInput.vue.d.ts +18 -1
- package/dist/components/Form/TableSelect/TableSelect.vue.d.ts +662 -650
- package/dist/components/Form/index.d.ts +11 -11
- package/dist/components/Form/index.js +301 -272
- package/dist/components/Form/index.js.map +1 -1
- package/dist/components/Tree/Tree.vue.d.ts +198 -198
- package/dist/components/Tree/index.d.ts +99 -99
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +1 -1
- package/dist/version/version.js.map +1 -1
- package/package.json +3 -3
@@ -5,7 +5,7 @@ declare function __VLS_template(): {
|
|
5
5
|
};
|
6
6
|
refs: {
|
7
7
|
dropdown: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
8
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
8
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
9
9
|
readonly effect: {
|
10
10
|
readonly default: "light";
|
11
11
|
readonly type: import('vue').PropType<string>;
|
@@ -14,12 +14,12 @@ declare function __VLS_template(): {
|
|
14
14
|
readonly __epPropKey: true;
|
15
15
|
};
|
16
16
|
readonly type: {
|
17
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
17
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
18
18
|
readonly required: false;
|
19
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
20
20
|
__epPropKey: true;
|
21
21
|
};
|
22
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
22
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
|
23
23
|
readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
|
24
24
|
readonly id: StringConstructor;
|
25
25
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
@@ -28,8 +28,8 @@ declare function __VLS_template(): {
|
|
28
28
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
29
29
|
readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
30
30
|
readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
31
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
32
|
-
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
31
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
32
|
+
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
33
33
|
readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
34
34
|
readonly disabled: BooleanConstructor;
|
35
35
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
@@ -49,12 +49,12 @@ declare function __VLS_template(): {
|
|
49
49
|
ns: {
|
50
50
|
namespace: import('vue').ComputedRef<string>;
|
51
51
|
b: (blockSuffix?: string) => string;
|
52
|
-
e: (element?: string
|
53
|
-
m: (modifier?: string
|
54
|
-
be: (blockSuffix?: string
|
55
|
-
em: (element?: string
|
56
|
-
bm: (blockSuffix?: string
|
57
|
-
bem: (blockSuffix?: string
|
52
|
+
e: (element?: string) => string;
|
53
|
+
m: (modifier?: string) => string;
|
54
|
+
be: (blockSuffix?: string, element?: string) => string;
|
55
|
+
em: (element?: string, modifier?: string) => string;
|
56
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
57
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
58
58
|
is: {
|
59
59
|
(name: string, state: boolean | undefined): string;
|
60
60
|
(name: string): string;
|
@@ -84,11 +84,11 @@ declare function __VLS_template(): {
|
|
84
84
|
$: import('vue').ComponentInternalInstance;
|
85
85
|
$data: {};
|
86
86
|
$props: Partial<{
|
87
|
+
disabled: boolean;
|
87
88
|
content: string;
|
88
89
|
offset: number;
|
89
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
90
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
90
91
|
open: boolean;
|
91
|
-
disabled: boolean;
|
92
92
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
93
93
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
94
94
|
effect: string;
|
@@ -96,7 +96,7 @@ declare function __VLS_template(): {
|
|
96
96
|
hideAfter: number;
|
97
97
|
autoClose: number;
|
98
98
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
99
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/
|
99
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
|
100
100
|
arrowOffset: number;
|
101
101
|
virtualTriggering: boolean;
|
102
102
|
boundariesPadding: number;
|
@@ -117,10 +117,10 @@ declare function __VLS_template(): {
|
|
117
117
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
118
118
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
119
119
|
disabled: BooleanConstructor;
|
120
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
120
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
121
121
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
122
122
|
virtualRef: {
|
123
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
123
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
124
124
|
readonly required: false;
|
125
125
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
126
126
|
__epPropKey: true;
|
@@ -172,7 +172,7 @@ declare function __VLS_template(): {
|
|
172
172
|
open: BooleanConstructor;
|
173
173
|
ariaLabel: StringConstructor;
|
174
174
|
appendTo: {
|
175
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
175
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
176
176
|
readonly required: false;
|
177
177
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
178
178
|
__epPropKey: true;
|
@@ -180,17 +180,17 @@ declare function __VLS_template(): {
|
|
180
180
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
181
181
|
rawContent: BooleanConstructor;
|
182
182
|
persistent: BooleanConstructor;
|
183
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
183
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
184
184
|
transition: StringConstructor;
|
185
185
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
186
186
|
style: {
|
187
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
187
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
188
188
|
readonly required: false;
|
189
189
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
190
190
|
__epPropKey: true;
|
191
191
|
};
|
192
192
|
className: {
|
193
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
193
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
194
194
|
[x: string]: boolean;
|
195
195
|
} | (string | {
|
196
196
|
[x: string]: boolean;
|
@@ -214,7 +214,7 @@ declare function __VLS_template(): {
|
|
214
214
|
[x: string]: boolean;
|
215
215
|
} | (string | {
|
216
216
|
[x: string]: boolean;
|
217
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
217
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
218
218
|
[x: string]: boolean;
|
219
219
|
} | (string | {
|
220
220
|
[x: string]: boolean;
|
@@ -238,7 +238,7 @@ declare function __VLS_template(): {
|
|
238
238
|
[x: string]: boolean;
|
239
239
|
} | (string | {
|
240
240
|
[x: string]: boolean;
|
241
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
241
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
242
242
|
[x: string]: boolean;
|
243
243
|
} | (string | {
|
244
244
|
[x: string]: boolean;
|
@@ -262,7 +262,7 @@ declare function __VLS_template(): {
|
|
262
262
|
[x: string]: boolean;
|
263
263
|
} | (string | {
|
264
264
|
[x: string]: boolean;
|
265
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
265
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
266
266
|
[x: string]: boolean;
|
267
267
|
} | (string | {
|
268
268
|
[x: string]: boolean;
|
@@ -291,13 +291,13 @@ declare function __VLS_template(): {
|
|
291
291
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
292
292
|
__epPropKey: true;
|
293
293
|
};
|
294
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
294
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
295
295
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
296
296
|
pure: BooleanConstructor;
|
297
297
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
298
298
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
299
299
|
popperClass: {
|
300
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
300
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
301
301
|
[x: string]: boolean;
|
302
302
|
} | (string | {
|
303
303
|
[x: string]: boolean;
|
@@ -321,7 +321,7 @@ declare function __VLS_template(): {
|
|
321
321
|
[x: string]: boolean;
|
322
322
|
} | (string | {
|
323
323
|
[x: string]: boolean;
|
324
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
324
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
325
325
|
[x: string]: boolean;
|
326
326
|
} | (string | {
|
327
327
|
[x: string]: boolean;
|
@@ -345,7 +345,7 @@ declare function __VLS_template(): {
|
|
345
345
|
[x: string]: boolean;
|
346
346
|
} | (string | {
|
347
347
|
[x: string]: boolean;
|
348
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
348
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
349
349
|
[x: string]: boolean;
|
350
350
|
} | (string | {
|
351
351
|
[x: string]: boolean;
|
@@ -369,7 +369,7 @@ declare function __VLS_template(): {
|
|
369
369
|
[x: string]: boolean;
|
370
370
|
} | (string | {
|
371
371
|
[x: string]: boolean;
|
372
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
372
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
373
373
|
[x: string]: boolean;
|
374
374
|
} | (string | {
|
375
375
|
[x: string]: boolean;
|
@@ -399,7 +399,7 @@ declare function __VLS_template(): {
|
|
399
399
|
__epPropKey: true;
|
400
400
|
};
|
401
401
|
popperStyle: {
|
402
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
402
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
403
403
|
readonly required: false;
|
404
404
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
405
405
|
__epPropKey: true;
|
@@ -435,28 +435,26 @@ declare function __VLS_template(): {
|
|
435
435
|
__epPropKey: true;
|
436
436
|
};
|
437
437
|
role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
438
|
-
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
438
|
+
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "content" | "offset" | "visible" | "open" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
|
439
439
|
$attrs: {
|
440
440
|
[x: string]: unknown;
|
441
441
|
};
|
442
442
|
$refs: {
|
443
443
|
[x: string]: unknown;
|
444
444
|
};
|
445
|
-
$slots:
|
446
|
-
|
447
|
-
|
448
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
449
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
445
|
+
$slots: import('vue').Slots;
|
446
|
+
$root: import('vue').ComponentPublicInstance | null;
|
447
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
450
448
|
$emit: (event: string, ...args: any[]) => void;
|
451
449
|
$el: any;
|
452
450
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
453
451
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
454
452
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
455
453
|
disabled: BooleanConstructor;
|
456
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
454
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
457
455
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
458
456
|
virtualRef: {
|
459
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
457
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
460
458
|
readonly required: false;
|
461
459
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
462
460
|
__epPropKey: true;
|
@@ -508,7 +506,7 @@ declare function __VLS_template(): {
|
|
508
506
|
open: BooleanConstructor;
|
509
507
|
ariaLabel: StringConstructor;
|
510
508
|
appendTo: {
|
511
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
509
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
512
510
|
readonly required: false;
|
513
511
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
514
512
|
__epPropKey: true;
|
@@ -516,17 +514,17 @@ declare function __VLS_template(): {
|
|
516
514
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
517
515
|
rawContent: BooleanConstructor;
|
518
516
|
persistent: BooleanConstructor;
|
519
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
517
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
520
518
|
transition: StringConstructor;
|
521
519
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
522
520
|
style: {
|
523
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
521
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
524
522
|
readonly required: false;
|
525
523
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
526
524
|
__epPropKey: true;
|
527
525
|
};
|
528
526
|
className: {
|
529
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
527
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
530
528
|
[x: string]: boolean;
|
531
529
|
} | (string | {
|
532
530
|
[x: string]: boolean;
|
@@ -550,7 +548,7 @@ declare function __VLS_template(): {
|
|
550
548
|
[x: string]: boolean;
|
551
549
|
} | (string | {
|
552
550
|
[x: string]: boolean;
|
553
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
551
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
554
552
|
[x: string]: boolean;
|
555
553
|
} | (string | {
|
556
554
|
[x: string]: boolean;
|
@@ -574,7 +572,7 @@ declare function __VLS_template(): {
|
|
574
572
|
[x: string]: boolean;
|
575
573
|
} | (string | {
|
576
574
|
[x: string]: boolean;
|
577
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
575
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
578
576
|
[x: string]: boolean;
|
579
577
|
} | (string | {
|
580
578
|
[x: string]: boolean;
|
@@ -598,7 +596,7 @@ declare function __VLS_template(): {
|
|
598
596
|
[x: string]: boolean;
|
599
597
|
} | (string | {
|
600
598
|
[x: string]: boolean;
|
601
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
599
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
602
600
|
[x: string]: boolean;
|
603
601
|
} | (string | {
|
604
602
|
[x: string]: boolean;
|
@@ -627,13 +625,13 @@ declare function __VLS_template(): {
|
|
627
625
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
628
626
|
__epPropKey: true;
|
629
627
|
};
|
630
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
628
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
631
629
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
632
630
|
pure: BooleanConstructor;
|
633
631
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
634
632
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
635
633
|
popperClass: {
|
636
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
634
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
637
635
|
[x: string]: boolean;
|
638
636
|
} | (string | {
|
639
637
|
[x: string]: boolean;
|
@@ -657,7 +655,7 @@ declare function __VLS_template(): {
|
|
657
655
|
[x: string]: boolean;
|
658
656
|
} | (string | {
|
659
657
|
[x: string]: boolean;
|
660
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
658
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
661
659
|
[x: string]: boolean;
|
662
660
|
} | (string | {
|
663
661
|
[x: string]: boolean;
|
@@ -681,7 +679,7 @@ declare function __VLS_template(): {
|
|
681
679
|
[x: string]: boolean;
|
682
680
|
} | (string | {
|
683
681
|
[x: string]: boolean;
|
684
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
682
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
685
683
|
[x: string]: boolean;
|
686
684
|
} | (string | {
|
687
685
|
[x: string]: boolean;
|
@@ -705,7 +703,7 @@ declare function __VLS_template(): {
|
|
705
703
|
[x: string]: boolean;
|
706
704
|
} | (string | {
|
707
705
|
[x: string]: boolean;
|
708
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
706
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
709
707
|
[x: string]: boolean;
|
710
708
|
} | (string | {
|
711
709
|
[x: string]: boolean;
|
@@ -735,7 +733,7 @@ declare function __VLS_template(): {
|
|
735
733
|
__epPropKey: true;
|
736
734
|
};
|
737
735
|
popperStyle: {
|
738
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
736
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
739
737
|
readonly required: false;
|
740
738
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
741
739
|
__epPropKey: true;
|
@@ -786,50 +784,48 @@ declare function __VLS_template(): {
|
|
786
784
|
$refs: {
|
787
785
|
[x: string]: unknown;
|
788
786
|
};
|
789
|
-
$slots:
|
790
|
-
|
791
|
-
|
792
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
793
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
787
|
+
$slots: import('vue').Slots;
|
788
|
+
$root: import('vue').ComponentPublicInstance | null;
|
789
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
794
790
|
$emit: (event: string, ...args: any[]) => void;
|
795
791
|
$el: any;
|
796
792
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
797
793
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
798
794
|
}>>, {
|
799
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
795
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
800
796
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
801
797
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
802
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
798
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
803
799
|
role: import('vue').ComputedRef<string>;
|
804
800
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
805
801
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
806
802
|
}> & {
|
807
|
-
beforeCreate?: ((
|
808
|
-
created?: ((
|
809
|
-
beforeMount?: ((
|
810
|
-
mounted?: ((
|
811
|
-
beforeUpdate?: ((
|
812
|
-
updated?: ((
|
813
|
-
activated?: ((
|
814
|
-
deactivated?: ((
|
815
|
-
beforeDestroy?: ((
|
816
|
-
beforeUnmount?: ((
|
817
|
-
destroyed?: ((
|
818
|
-
unmounted?: ((
|
819
|
-
renderTracked?: ((
|
820
|
-
renderTriggered?: ((
|
821
|
-
errorCaptured?: ((
|
803
|
+
beforeCreate?: (() => void) | (() => void)[];
|
804
|
+
created?: (() => void) | (() => void)[];
|
805
|
+
beforeMount?: (() => void) | (() => void)[];
|
806
|
+
mounted?: (() => void) | (() => void)[];
|
807
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
808
|
+
updated?: (() => void) | (() => void)[];
|
809
|
+
activated?: (() => void) | (() => void)[];
|
810
|
+
deactivated?: (() => void) | (() => void)[];
|
811
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
812
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
813
|
+
destroyed?: (() => void) | (() => void)[];
|
814
|
+
unmounted?: (() => void) | (() => void)[];
|
815
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
816
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
817
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
822
818
|
};
|
823
819
|
$forceUpdate: () => void;
|
824
820
|
$nextTick: typeof import('vue').nextTick;
|
825
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
821
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
826
822
|
} & Readonly<import('vue').ExtractPropTypes<{
|
827
823
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
828
824
|
}>> & import('vue').ShallowUnwrapRef<{
|
829
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
825
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
830
826
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
831
827
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
832
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
828
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
833
829
|
role: import('vue').ComputedRef<string>;
|
834
830
|
}> & {} & import('vue').ComponentCustomProperties & {
|
835
831
|
$slots: {
|
@@ -837,19 +833,19 @@ declare function __VLS_template(): {
|
|
837
833
|
};
|
838
834
|
}) | undefined>;
|
839
835
|
contentRef: import('vue').Ref<any>;
|
840
|
-
isFocusInsideContent: (event?: FocusEvent
|
836
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
841
837
|
updatePopper: () => void;
|
842
|
-
onOpen: (event?: Event
|
843
|
-
onClose: (event?: Event
|
844
|
-
hide: (event?: Event
|
838
|
+
onOpen: (event?: Event) => void;
|
839
|
+
onClose: (event?: Event) => void;
|
840
|
+
hide: (event?: Event) => void;
|
845
841
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
846
842
|
[x: string]: (...args: any[]) => void;
|
847
843
|
}, string, {
|
844
|
+
disabled: boolean;
|
848
845
|
content: string;
|
849
846
|
offset: number;
|
850
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
847
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
851
848
|
open: boolean;
|
852
|
-
disabled: boolean;
|
853
849
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
854
850
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
855
851
|
effect: string;
|
@@ -857,7 +853,7 @@ declare function __VLS_template(): {
|
|
857
853
|
hideAfter: number;
|
858
854
|
autoClose: number;
|
859
855
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
860
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/
|
856
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
|
861
857
|
arrowOffset: number;
|
862
858
|
virtualTriggering: boolean;
|
863
859
|
boundariesPadding: number;
|
@@ -875,33 +871,33 @@ declare function __VLS_template(): {
|
|
875
871
|
persistent: boolean;
|
876
872
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
877
873
|
}> & {
|
878
|
-
beforeCreate?: ((
|
879
|
-
created?: ((
|
880
|
-
beforeMount?: ((
|
881
|
-
mounted?: ((
|
882
|
-
beforeUpdate?: ((
|
883
|
-
updated?: ((
|
884
|
-
activated?: ((
|
885
|
-
deactivated?: ((
|
886
|
-
beforeDestroy?: ((
|
887
|
-
beforeUnmount?: ((
|
888
|
-
destroyed?: ((
|
889
|
-
unmounted?: ((
|
890
|
-
renderTracked?: ((
|
891
|
-
renderTriggered?: ((
|
892
|
-
errorCaptured?: ((
|
874
|
+
beforeCreate?: (() => void) | (() => void)[];
|
875
|
+
created?: (() => void) | (() => void)[];
|
876
|
+
beforeMount?: (() => void) | (() => void)[];
|
877
|
+
mounted?: (() => void) | (() => void)[];
|
878
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
879
|
+
updated?: (() => void) | (() => void)[];
|
880
|
+
activated?: (() => void) | (() => void)[];
|
881
|
+
deactivated?: (() => void) | (() => void)[];
|
882
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
883
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
884
|
+
destroyed?: (() => void) | (() => void)[];
|
885
|
+
unmounted?: (() => void) | (() => void)[];
|
886
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
887
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
888
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
893
889
|
};
|
894
890
|
$forceUpdate: () => void;
|
895
891
|
$nextTick: typeof import('vue').nextTick;
|
896
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
892
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
897
893
|
} & Readonly<import('vue').ExtractPropTypes<{
|
898
894
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
899
895
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
900
896
|
disabled: BooleanConstructor;
|
901
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
897
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
902
898
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
903
899
|
virtualRef: {
|
904
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
900
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
905
901
|
readonly required: false;
|
906
902
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
907
903
|
__epPropKey: true;
|
@@ -953,7 +949,7 @@ declare function __VLS_template(): {
|
|
953
949
|
open: BooleanConstructor;
|
954
950
|
ariaLabel: StringConstructor;
|
955
951
|
appendTo: {
|
956
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
952
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
957
953
|
readonly required: false;
|
958
954
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
959
955
|
__epPropKey: true;
|
@@ -961,17 +957,17 @@ declare function __VLS_template(): {
|
|
961
957
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
962
958
|
rawContent: BooleanConstructor;
|
963
959
|
persistent: BooleanConstructor;
|
964
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
960
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
965
961
|
transition: StringConstructor;
|
966
962
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
967
963
|
style: {
|
968
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
964
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
969
965
|
readonly required: false;
|
970
966
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
971
967
|
__epPropKey: true;
|
972
968
|
};
|
973
969
|
className: {
|
974
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
970
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
975
971
|
[x: string]: boolean;
|
976
972
|
} | (string | {
|
977
973
|
[x: string]: boolean;
|
@@ -995,7 +991,7 @@ declare function __VLS_template(): {
|
|
995
991
|
[x: string]: boolean;
|
996
992
|
} | (string | {
|
997
993
|
[x: string]: boolean;
|
998
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
994
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
999
995
|
[x: string]: boolean;
|
1000
996
|
} | (string | {
|
1001
997
|
[x: string]: boolean;
|
@@ -1019,7 +1015,7 @@ declare function __VLS_template(): {
|
|
1019
1015
|
[x: string]: boolean;
|
1020
1016
|
} | (string | {
|
1021
1017
|
[x: string]: boolean;
|
1022
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
1018
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1023
1019
|
[x: string]: boolean;
|
1024
1020
|
} | (string | {
|
1025
1021
|
[x: string]: boolean;
|
@@ -1043,7 +1039,7 @@ declare function __VLS_template(): {
|
|
1043
1039
|
[x: string]: boolean;
|
1044
1040
|
} | (string | {
|
1045
1041
|
[x: string]: boolean;
|
1046
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
1042
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1047
1043
|
[x: string]: boolean;
|
1048
1044
|
} | (string | {
|
1049
1045
|
[x: string]: boolean;
|
@@ -1072,13 +1068,13 @@ declare function __VLS_template(): {
|
|
1072
1068
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1073
1069
|
__epPropKey: true;
|
1074
1070
|
};
|
1075
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
1071
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
1076
1072
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1077
1073
|
pure: BooleanConstructor;
|
1078
1074
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1079
1075
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1080
1076
|
popperClass: {
|
1081
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1077
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1082
1078
|
[x: string]: boolean;
|
1083
1079
|
} | (string | {
|
1084
1080
|
[x: string]: boolean;
|
@@ -1102,7 +1098,7 @@ declare function __VLS_template(): {
|
|
1102
1098
|
[x: string]: boolean;
|
1103
1099
|
} | (string | {
|
1104
1100
|
[x: string]: boolean;
|
1105
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
1101
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1106
1102
|
[x: string]: boolean;
|
1107
1103
|
} | (string | {
|
1108
1104
|
[x: string]: boolean;
|
@@ -1126,7 +1122,7 @@ declare function __VLS_template(): {
|
|
1126
1122
|
[x: string]: boolean;
|
1127
1123
|
} | (string | {
|
1128
1124
|
[x: string]: boolean;
|
1129
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
1125
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1130
1126
|
[x: string]: boolean;
|
1131
1127
|
} | (string | {
|
1132
1128
|
[x: string]: boolean;
|
@@ -1150,7 +1146,7 @@ declare function __VLS_template(): {
|
|
1150
1146
|
[x: string]: boolean;
|
1151
1147
|
} | (string | {
|
1152
1148
|
[x: string]: boolean;
|
1153
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
1149
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1154
1150
|
[x: string]: boolean;
|
1155
1151
|
} | (string | {
|
1156
1152
|
[x: string]: boolean;
|
@@ -1180,7 +1176,7 @@ declare function __VLS_template(): {
|
|
1180
1176
|
__epPropKey: true;
|
1181
1177
|
};
|
1182
1178
|
popperStyle: {
|
1183
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
1179
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
1184
1180
|
readonly required: false;
|
1185
1181
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1186
1182
|
__epPropKey: true;
|
@@ -1231,50 +1227,48 @@ declare function __VLS_template(): {
|
|
1231
1227
|
$refs: {
|
1232
1228
|
[x: string]: unknown;
|
1233
1229
|
};
|
1234
|
-
$slots:
|
1235
|
-
|
1236
|
-
|
1237
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
1238
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
1230
|
+
$slots: import('vue').Slots;
|
1231
|
+
$root: import('vue').ComponentPublicInstance | null;
|
1232
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
1239
1233
|
$emit: (event: string, ...args: any[]) => void;
|
1240
1234
|
$el: any;
|
1241
1235
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
1242
1236
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
1243
1237
|
}>>, {
|
1244
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
1238
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
1245
1239
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
1246
1240
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
1247
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
1241
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
1248
1242
|
role: import('vue').ComputedRef<string>;
|
1249
1243
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
1250
1244
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
1251
1245
|
}> & {
|
1252
|
-
beforeCreate?: ((
|
1253
|
-
created?: ((
|
1254
|
-
beforeMount?: ((
|
1255
|
-
mounted?: ((
|
1256
|
-
beforeUpdate?: ((
|
1257
|
-
updated?: ((
|
1258
|
-
activated?: ((
|
1259
|
-
deactivated?: ((
|
1260
|
-
beforeDestroy?: ((
|
1261
|
-
beforeUnmount?: ((
|
1262
|
-
destroyed?: ((
|
1263
|
-
unmounted?: ((
|
1264
|
-
renderTracked?: ((
|
1265
|
-
renderTriggered?: ((
|
1266
|
-
errorCaptured?: ((
|
1246
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1247
|
+
created?: (() => void) | (() => void)[];
|
1248
|
+
beforeMount?: (() => void) | (() => void)[];
|
1249
|
+
mounted?: (() => void) | (() => void)[];
|
1250
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1251
|
+
updated?: (() => void) | (() => void)[];
|
1252
|
+
activated?: (() => void) | (() => void)[];
|
1253
|
+
deactivated?: (() => void) | (() => void)[];
|
1254
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1255
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1256
|
+
destroyed?: (() => void) | (() => void)[];
|
1257
|
+
unmounted?: (() => void) | (() => void)[];
|
1258
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1259
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1260
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1267
1261
|
};
|
1268
1262
|
$forceUpdate: () => void;
|
1269
1263
|
$nextTick: typeof import('vue').nextTick;
|
1270
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
1264
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
1271
1265
|
} & Readonly<import('vue').ExtractPropTypes<{
|
1272
1266
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
1273
1267
|
}>> & import('vue').ShallowUnwrapRef<{
|
1274
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
1268
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
1275
1269
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
1276
1270
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
1277
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
1271
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
1278
1272
|
role: import('vue').ComputedRef<string>;
|
1279
1273
|
}> & {} & import('vue').ComponentCustomProperties & {
|
1280
1274
|
$slots: {
|
@@ -1282,11 +1276,11 @@ declare function __VLS_template(): {
|
|
1282
1276
|
};
|
1283
1277
|
}) | undefined>;
|
1284
1278
|
contentRef: import('vue').Ref<any>;
|
1285
|
-
isFocusInsideContent: (event?: FocusEvent
|
1279
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
1286
1280
|
updatePopper: () => void;
|
1287
|
-
onOpen: (event?: Event
|
1288
|
-
onClose: (event?: Event
|
1289
|
-
hide: (event?: Event
|
1281
|
+
onOpen: (event?: Event) => void;
|
1282
|
+
onClose: (event?: Event) => void;
|
1283
|
+
hide: (event?: Event) => void;
|
1290
1284
|
}> & {} & import('vue').ComponentCustomProperties & {
|
1291
1285
|
$slots: {
|
1292
1286
|
default?(_: {}): any;
|
@@ -1297,7 +1291,7 @@ declare function __VLS_template(): {
|
|
1297
1291
|
triggeringElementRef: import('vue').Ref<any>;
|
1298
1292
|
referenceElementRef: import('vue').Ref<any>;
|
1299
1293
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "visible-change" | "command")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
1300
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
1294
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
1301
1295
|
readonly effect: {
|
1302
1296
|
readonly default: "light";
|
1303
1297
|
readonly type: import('vue').PropType<string>;
|
@@ -1306,12 +1300,12 @@ declare function __VLS_template(): {
|
|
1306
1300
|
readonly __epPropKey: true;
|
1307
1301
|
};
|
1308
1302
|
readonly type: {
|
1309
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1303
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
1310
1304
|
readonly required: false;
|
1311
1305
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1312
1306
|
__epPropKey: true;
|
1313
1307
|
};
|
1314
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1308
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
|
1315
1309
|
readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
|
1316
1310
|
readonly id: StringConstructor;
|
1317
1311
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
@@ -1320,8 +1314,8 @@ declare function __VLS_template(): {
|
|
1320
1314
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1321
1315
|
readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
1322
1316
|
readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
1323
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1324
|
-
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1317
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
1318
|
+
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
1325
1319
|
readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
1326
1320
|
readonly disabled: BooleanConstructor;
|
1327
1321
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
@@ -1337,21 +1331,21 @@ declare function __VLS_template(): {
|
|
1337
1331
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
1338
1332
|
onCommand?: ((...args: any[]) => any) | undefined;
|
1339
1333
|
}, {
|
1340
|
-
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
|
1341
|
-
readonly size: string;
|
1342
1334
|
readonly disabled: boolean;
|
1343
|
-
readonly
|
1335
|
+
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
1336
|
+
readonly size: string;
|
1337
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
|
1344
1338
|
readonly effect: string;
|
1345
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1339
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
1346
1340
|
readonly role: string;
|
1347
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus
|
1341
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
|
1348
1342
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
1349
1343
|
readonly popperOptions: Partial<import('@popperjs/core').Options>;
|
1350
1344
|
readonly popperClass: string;
|
1351
1345
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
1346
|
+
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
1352
1347
|
readonly showTimeout: number;
|
1353
1348
|
readonly hideTimeout: number;
|
1354
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
1355
1349
|
readonly splitButton: boolean;
|
1356
1350
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
1357
1351
|
P: {};
|
@@ -1361,7 +1355,7 @@ declare function __VLS_template(): {
|
|
1361
1355
|
M: {};
|
1362
1356
|
Defaults: {};
|
1363
1357
|
}, Readonly<import('vue').ExtractPropTypes<{
|
1364
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
1358
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
1365
1359
|
readonly effect: {
|
1366
1360
|
readonly default: "light";
|
1367
1361
|
readonly type: import('vue').PropType<string>;
|
@@ -1370,12 +1364,12 @@ declare function __VLS_template(): {
|
|
1370
1364
|
readonly __epPropKey: true;
|
1371
1365
|
};
|
1372
1366
|
readonly type: {
|
1373
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1367
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger") | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
1374
1368
|
readonly required: false;
|
1375
1369
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1376
1370
|
__epPropKey: true;
|
1377
1371
|
};
|
1378
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1372
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
|
1379
1373
|
readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
|
1380
1374
|
readonly id: StringConstructor;
|
1381
1375
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
@@ -1384,8 +1378,8 @@ declare function __VLS_template(): {
|
|
1384
1378
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1385
1379
|
readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
1386
1380
|
readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
1387
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1388
|
-
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1381
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
1382
|
+
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
1389
1383
|
readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
1390
1384
|
readonly disabled: BooleanConstructor;
|
1391
1385
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
@@ -1405,12 +1399,12 @@ declare function __VLS_template(): {
|
|
1405
1399
|
ns: {
|
1406
1400
|
namespace: import('vue').ComputedRef<string>;
|
1407
1401
|
b: (blockSuffix?: string) => string;
|
1408
|
-
e: (element?: string
|
1409
|
-
m: (modifier?: string
|
1410
|
-
be: (blockSuffix?: string
|
1411
|
-
em: (element?: string
|
1412
|
-
bm: (blockSuffix?: string
|
1413
|
-
bem: (blockSuffix?: string
|
1402
|
+
e: (element?: string) => string;
|
1403
|
+
m: (modifier?: string) => string;
|
1404
|
+
be: (blockSuffix?: string, element?: string) => string;
|
1405
|
+
em: (element?: string, modifier?: string) => string;
|
1406
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
1407
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
1414
1408
|
is: {
|
1415
1409
|
(name: string, state: boolean | undefined): string;
|
1416
1410
|
(name: string): string;
|
@@ -1440,11 +1434,11 @@ declare function __VLS_template(): {
|
|
1440
1434
|
$: import('vue').ComponentInternalInstance;
|
1441
1435
|
$data: {};
|
1442
1436
|
$props: Partial<{
|
1437
|
+
disabled: boolean;
|
1443
1438
|
content: string;
|
1444
1439
|
offset: number;
|
1445
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1440
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
1446
1441
|
open: boolean;
|
1447
|
-
disabled: boolean;
|
1448
1442
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
1449
1443
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
1450
1444
|
effect: string;
|
@@ -1452,7 +1446,7 @@ declare function __VLS_template(): {
|
|
1452
1446
|
hideAfter: number;
|
1453
1447
|
autoClose: number;
|
1454
1448
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
1455
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/
|
1449
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
|
1456
1450
|
arrowOffset: number;
|
1457
1451
|
virtualTriggering: boolean;
|
1458
1452
|
boundariesPadding: number;
|
@@ -1473,10 +1467,10 @@ declare function __VLS_template(): {
|
|
1473
1467
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
1474
1468
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
1475
1469
|
disabled: BooleanConstructor;
|
1476
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
1470
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
1477
1471
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
1478
1472
|
virtualRef: {
|
1479
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
1473
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
1480
1474
|
readonly required: false;
|
1481
1475
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1482
1476
|
__epPropKey: true;
|
@@ -1528,7 +1522,7 @@ declare function __VLS_template(): {
|
|
1528
1522
|
open: BooleanConstructor;
|
1529
1523
|
ariaLabel: StringConstructor;
|
1530
1524
|
appendTo: {
|
1531
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1525
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
1532
1526
|
readonly required: false;
|
1533
1527
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1534
1528
|
__epPropKey: true;
|
@@ -1536,17 +1530,17 @@ declare function __VLS_template(): {
|
|
1536
1530
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
1537
1531
|
rawContent: BooleanConstructor;
|
1538
1532
|
persistent: BooleanConstructor;
|
1539
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1533
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
1540
1534
|
transition: StringConstructor;
|
1541
1535
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1542
1536
|
style: {
|
1543
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
1537
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
1544
1538
|
readonly required: false;
|
1545
1539
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1546
1540
|
__epPropKey: true;
|
1547
1541
|
};
|
1548
1542
|
className: {
|
1549
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1543
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1550
1544
|
[x: string]: boolean;
|
1551
1545
|
} | (string | {
|
1552
1546
|
[x: string]: boolean;
|
@@ -1570,7 +1564,7 @@ declare function __VLS_template(): {
|
|
1570
1564
|
[x: string]: boolean;
|
1571
1565
|
} | (string | {
|
1572
1566
|
[x: string]: boolean;
|
1573
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
1567
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1574
1568
|
[x: string]: boolean;
|
1575
1569
|
} | (string | {
|
1576
1570
|
[x: string]: boolean;
|
@@ -1594,7 +1588,7 @@ declare function __VLS_template(): {
|
|
1594
1588
|
[x: string]: boolean;
|
1595
1589
|
} | (string | {
|
1596
1590
|
[x: string]: boolean;
|
1597
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
1591
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1598
1592
|
[x: string]: boolean;
|
1599
1593
|
} | (string | {
|
1600
1594
|
[x: string]: boolean;
|
@@ -1618,7 +1612,7 @@ declare function __VLS_template(): {
|
|
1618
1612
|
[x: string]: boolean;
|
1619
1613
|
} | (string | {
|
1620
1614
|
[x: string]: boolean;
|
1621
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
1615
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1622
1616
|
[x: string]: boolean;
|
1623
1617
|
} | (string | {
|
1624
1618
|
[x: string]: boolean;
|
@@ -1647,13 +1641,13 @@ declare function __VLS_template(): {
|
|
1647
1641
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1648
1642
|
__epPropKey: true;
|
1649
1643
|
};
|
1650
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
1644
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
1651
1645
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1652
1646
|
pure: BooleanConstructor;
|
1653
1647
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1654
1648
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1655
1649
|
popperClass: {
|
1656
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1650
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1657
1651
|
[x: string]: boolean;
|
1658
1652
|
} | (string | {
|
1659
1653
|
[x: string]: boolean;
|
@@ -1677,7 +1671,7 @@ declare function __VLS_template(): {
|
|
1677
1671
|
[x: string]: boolean;
|
1678
1672
|
} | (string | {
|
1679
1673
|
[x: string]: boolean;
|
1680
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
1674
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1681
1675
|
[x: string]: boolean;
|
1682
1676
|
} | (string | {
|
1683
1677
|
[x: string]: boolean;
|
@@ -1701,7 +1695,7 @@ declare function __VLS_template(): {
|
|
1701
1695
|
[x: string]: boolean;
|
1702
1696
|
} | (string | {
|
1703
1697
|
[x: string]: boolean;
|
1704
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
1698
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1705
1699
|
[x: string]: boolean;
|
1706
1700
|
} | (string | {
|
1707
1701
|
[x: string]: boolean;
|
@@ -1725,7 +1719,7 @@ declare function __VLS_template(): {
|
|
1725
1719
|
[x: string]: boolean;
|
1726
1720
|
} | (string | {
|
1727
1721
|
[x: string]: boolean;
|
1728
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
1722
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1729
1723
|
[x: string]: boolean;
|
1730
1724
|
} | (string | {
|
1731
1725
|
[x: string]: boolean;
|
@@ -1755,7 +1749,7 @@ declare function __VLS_template(): {
|
|
1755
1749
|
__epPropKey: true;
|
1756
1750
|
};
|
1757
1751
|
popperStyle: {
|
1758
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
1752
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
1759
1753
|
readonly required: false;
|
1760
1754
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1761
1755
|
__epPropKey: true;
|
@@ -1791,28 +1785,26 @@ declare function __VLS_template(): {
|
|
1791
1785
|
__epPropKey: true;
|
1792
1786
|
};
|
1793
1787
|
role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
1794
|
-
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
1788
|
+
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "content" | "offset" | "visible" | "open" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
|
1795
1789
|
$attrs: {
|
1796
1790
|
[x: string]: unknown;
|
1797
1791
|
};
|
1798
1792
|
$refs: {
|
1799
1793
|
[x: string]: unknown;
|
1800
1794
|
};
|
1801
|
-
$slots:
|
1802
|
-
|
1803
|
-
|
1804
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
1805
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
1795
|
+
$slots: import('vue').Slots;
|
1796
|
+
$root: import('vue').ComponentPublicInstance | null;
|
1797
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
1806
1798
|
$emit: (event: string, ...args: any[]) => void;
|
1807
1799
|
$el: any;
|
1808
1800
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
1809
1801
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
1810
1802
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
1811
1803
|
disabled: BooleanConstructor;
|
1812
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
1804
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
1813
1805
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
1814
1806
|
virtualRef: {
|
1815
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
1807
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
1816
1808
|
readonly required: false;
|
1817
1809
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1818
1810
|
__epPropKey: true;
|
@@ -1864,7 +1856,7 @@ declare function __VLS_template(): {
|
|
1864
1856
|
open: BooleanConstructor;
|
1865
1857
|
ariaLabel: StringConstructor;
|
1866
1858
|
appendTo: {
|
1867
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1859
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
1868
1860
|
readonly required: false;
|
1869
1861
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1870
1862
|
__epPropKey: true;
|
@@ -1872,17 +1864,17 @@ declare function __VLS_template(): {
|
|
1872
1864
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
1873
1865
|
rawContent: BooleanConstructor;
|
1874
1866
|
persistent: BooleanConstructor;
|
1875
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
1867
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
1876
1868
|
transition: StringConstructor;
|
1877
1869
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1878
1870
|
style: {
|
1879
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
1871
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
1880
1872
|
readonly required: false;
|
1881
1873
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1882
1874
|
__epPropKey: true;
|
1883
1875
|
};
|
1884
1876
|
className: {
|
1885
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1877
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1886
1878
|
[x: string]: boolean;
|
1887
1879
|
} | (string | {
|
1888
1880
|
[x: string]: boolean;
|
@@ -1906,7 +1898,7 @@ declare function __VLS_template(): {
|
|
1906
1898
|
[x: string]: boolean;
|
1907
1899
|
} | (string | {
|
1908
1900
|
[x: string]: boolean;
|
1909
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
1901
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1910
1902
|
[x: string]: boolean;
|
1911
1903
|
} | (string | {
|
1912
1904
|
[x: string]: boolean;
|
@@ -1930,7 +1922,7 @@ declare function __VLS_template(): {
|
|
1930
1922
|
[x: string]: boolean;
|
1931
1923
|
} | (string | {
|
1932
1924
|
[x: string]: boolean;
|
1933
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
1925
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
1934
1926
|
[x: string]: boolean;
|
1935
1927
|
} | (string | {
|
1936
1928
|
[x: string]: boolean;
|
@@ -1954,7 +1946,7 @@ declare function __VLS_template(): {
|
|
1954
1946
|
[x: string]: boolean;
|
1955
1947
|
} | (string | {
|
1956
1948
|
[x: string]: boolean;
|
1957
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
1949
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
1958
1950
|
[x: string]: boolean;
|
1959
1951
|
} | (string | {
|
1960
1952
|
[x: string]: boolean;
|
@@ -1983,13 +1975,13 @@ declare function __VLS_template(): {
|
|
1983
1975
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
1984
1976
|
__epPropKey: true;
|
1985
1977
|
};
|
1986
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
1978
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
1987
1979
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
1988
1980
|
pure: BooleanConstructor;
|
1989
1981
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1990
1982
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
1991
1983
|
popperClass: {
|
1992
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
1984
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
1993
1985
|
[x: string]: boolean;
|
1994
1986
|
} | (string | {
|
1995
1987
|
[x: string]: boolean;
|
@@ -2013,7 +2005,7 @@ declare function __VLS_template(): {
|
|
2013
2005
|
[x: string]: boolean;
|
2014
2006
|
} | (string | {
|
2015
2007
|
[x: string]: boolean;
|
2016
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
2008
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2017
2009
|
[x: string]: boolean;
|
2018
2010
|
} | (string | {
|
2019
2011
|
[x: string]: boolean;
|
@@ -2037,7 +2029,7 @@ declare function __VLS_template(): {
|
|
2037
2029
|
[x: string]: boolean;
|
2038
2030
|
} | (string | {
|
2039
2031
|
[x: string]: boolean;
|
2040
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
2032
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
2041
2033
|
[x: string]: boolean;
|
2042
2034
|
} | (string | {
|
2043
2035
|
[x: string]: boolean;
|
@@ -2061,7 +2053,7 @@ declare function __VLS_template(): {
|
|
2061
2053
|
[x: string]: boolean;
|
2062
2054
|
} | (string | {
|
2063
2055
|
[x: string]: boolean;
|
2064
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
2056
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2065
2057
|
[x: string]: boolean;
|
2066
2058
|
} | (string | {
|
2067
2059
|
[x: string]: boolean;
|
@@ -2091,7 +2083,7 @@ declare function __VLS_template(): {
|
|
2091
2083
|
__epPropKey: true;
|
2092
2084
|
};
|
2093
2085
|
popperStyle: {
|
2094
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
2086
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
2095
2087
|
readonly required: false;
|
2096
2088
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2097
2089
|
__epPropKey: true;
|
@@ -2142,50 +2134,48 @@ declare function __VLS_template(): {
|
|
2142
2134
|
$refs: {
|
2143
2135
|
[x: string]: unknown;
|
2144
2136
|
};
|
2145
|
-
$slots:
|
2146
|
-
|
2147
|
-
|
2148
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
2149
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
2137
|
+
$slots: import('vue').Slots;
|
2138
|
+
$root: import('vue').ComponentPublicInstance | null;
|
2139
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
2150
2140
|
$emit: (event: string, ...args: any[]) => void;
|
2151
2141
|
$el: any;
|
2152
2142
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
2153
2143
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
2154
2144
|
}>>, {
|
2155
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
2145
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
2156
2146
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
2157
2147
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
2158
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
2148
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
2159
2149
|
role: import('vue').ComputedRef<string>;
|
2160
2150
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
2161
2151
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
2162
2152
|
}> & {
|
2163
|
-
beforeCreate?: ((
|
2164
|
-
created?: ((
|
2165
|
-
beforeMount?: ((
|
2166
|
-
mounted?: ((
|
2167
|
-
beforeUpdate?: ((
|
2168
|
-
updated?: ((
|
2169
|
-
activated?: ((
|
2170
|
-
deactivated?: ((
|
2171
|
-
beforeDestroy?: ((
|
2172
|
-
beforeUnmount?: ((
|
2173
|
-
destroyed?: ((
|
2174
|
-
unmounted?: ((
|
2175
|
-
renderTracked?: ((
|
2176
|
-
renderTriggered?: ((
|
2177
|
-
errorCaptured?: ((
|
2153
|
+
beforeCreate?: (() => void) | (() => void)[];
|
2154
|
+
created?: (() => void) | (() => void)[];
|
2155
|
+
beforeMount?: (() => void) | (() => void)[];
|
2156
|
+
mounted?: (() => void) | (() => void)[];
|
2157
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
2158
|
+
updated?: (() => void) | (() => void)[];
|
2159
|
+
activated?: (() => void) | (() => void)[];
|
2160
|
+
deactivated?: (() => void) | (() => void)[];
|
2161
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
2162
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
2163
|
+
destroyed?: (() => void) | (() => void)[];
|
2164
|
+
unmounted?: (() => void) | (() => void)[];
|
2165
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
2166
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
2167
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
2178
2168
|
};
|
2179
2169
|
$forceUpdate: () => void;
|
2180
2170
|
$nextTick: typeof import('vue').nextTick;
|
2181
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
2171
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
2182
2172
|
} & Readonly<import('vue').ExtractPropTypes<{
|
2183
2173
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
2184
2174
|
}>> & import('vue').ShallowUnwrapRef<{
|
2185
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
2175
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
2186
2176
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
2187
2177
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
2188
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
2178
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
2189
2179
|
role: import('vue').ComputedRef<string>;
|
2190
2180
|
}> & {} & import('vue').ComponentCustomProperties & {
|
2191
2181
|
$slots: {
|
@@ -2193,19 +2183,19 @@ declare function __VLS_template(): {
|
|
2193
2183
|
};
|
2194
2184
|
}) | undefined>;
|
2195
2185
|
contentRef: import('vue').Ref<any>;
|
2196
|
-
isFocusInsideContent: (event?: FocusEvent
|
2186
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
2197
2187
|
updatePopper: () => void;
|
2198
|
-
onOpen: (event?: Event
|
2199
|
-
onClose: (event?: Event
|
2200
|
-
hide: (event?: Event
|
2188
|
+
onOpen: (event?: Event) => void;
|
2189
|
+
onClose: (event?: Event) => void;
|
2190
|
+
hide: (event?: Event) => void;
|
2201
2191
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
2202
2192
|
[x: string]: (...args: any[]) => void;
|
2203
2193
|
}, string, {
|
2194
|
+
disabled: boolean;
|
2204
2195
|
content: string;
|
2205
2196
|
offset: number;
|
2206
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2197
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
2207
2198
|
open: boolean;
|
2208
|
-
disabled: boolean;
|
2209
2199
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
2210
2200
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
2211
2201
|
effect: string;
|
@@ -2213,7 +2203,7 @@ declare function __VLS_template(): {
|
|
2213
2203
|
hideAfter: number;
|
2214
2204
|
autoClose: number;
|
2215
2205
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
2216
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/
|
2206
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
|
2217
2207
|
arrowOffset: number;
|
2218
2208
|
virtualTriggering: boolean;
|
2219
2209
|
boundariesPadding: number;
|
@@ -2231,33 +2221,33 @@ declare function __VLS_template(): {
|
|
2231
2221
|
persistent: boolean;
|
2232
2222
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2233
2223
|
}> & {
|
2234
|
-
beforeCreate?: ((
|
2235
|
-
created?: ((
|
2236
|
-
beforeMount?: ((
|
2237
|
-
mounted?: ((
|
2238
|
-
beforeUpdate?: ((
|
2239
|
-
updated?: ((
|
2240
|
-
activated?: ((
|
2241
|
-
deactivated?: ((
|
2242
|
-
beforeDestroy?: ((
|
2243
|
-
beforeUnmount?: ((
|
2244
|
-
destroyed?: ((
|
2245
|
-
unmounted?: ((
|
2246
|
-
renderTracked?: ((
|
2247
|
-
renderTriggered?: ((
|
2248
|
-
errorCaptured?: ((
|
2224
|
+
beforeCreate?: (() => void) | (() => void)[];
|
2225
|
+
created?: (() => void) | (() => void)[];
|
2226
|
+
beforeMount?: (() => void) | (() => void)[];
|
2227
|
+
mounted?: (() => void) | (() => void)[];
|
2228
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
2229
|
+
updated?: (() => void) | (() => void)[];
|
2230
|
+
activated?: (() => void) | (() => void)[];
|
2231
|
+
deactivated?: (() => void) | (() => void)[];
|
2232
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
2233
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
2234
|
+
destroyed?: (() => void) | (() => void)[];
|
2235
|
+
unmounted?: (() => void) | (() => void)[];
|
2236
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
2237
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
2238
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
2249
2239
|
};
|
2250
2240
|
$forceUpdate: () => void;
|
2251
2241
|
$nextTick: typeof import('vue').nextTick;
|
2252
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
2242
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
2253
2243
|
} & Readonly<import('vue').ExtractPropTypes<{
|
2254
2244
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
2255
2245
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
2256
2246
|
disabled: BooleanConstructor;
|
2257
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
2247
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
2258
2248
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
2259
2249
|
virtualRef: {
|
2260
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
2250
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
2261
2251
|
readonly required: false;
|
2262
2252
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2263
2253
|
__epPropKey: true;
|
@@ -2309,7 +2299,7 @@ declare function __VLS_template(): {
|
|
2309
2299
|
open: BooleanConstructor;
|
2310
2300
|
ariaLabel: StringConstructor;
|
2311
2301
|
appendTo: {
|
2312
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2302
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
2313
2303
|
readonly required: false;
|
2314
2304
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2315
2305
|
__epPropKey: true;
|
@@ -2317,17 +2307,17 @@ declare function __VLS_template(): {
|
|
2317
2307
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
2318
2308
|
rawContent: BooleanConstructor;
|
2319
2309
|
persistent: BooleanConstructor;
|
2320
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
2310
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
2321
2311
|
transition: StringConstructor;
|
2322
2312
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
2323
2313
|
style: {
|
2324
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
2314
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
2325
2315
|
readonly required: false;
|
2326
2316
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2327
2317
|
__epPropKey: true;
|
2328
2318
|
};
|
2329
2319
|
className: {
|
2330
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2320
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
2331
2321
|
[x: string]: boolean;
|
2332
2322
|
} | (string | {
|
2333
2323
|
[x: string]: boolean;
|
@@ -2351,7 +2341,7 @@ declare function __VLS_template(): {
|
|
2351
2341
|
[x: string]: boolean;
|
2352
2342
|
} | (string | {
|
2353
2343
|
[x: string]: boolean;
|
2354
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
2344
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2355
2345
|
[x: string]: boolean;
|
2356
2346
|
} | (string | {
|
2357
2347
|
[x: string]: boolean;
|
@@ -2375,7 +2365,7 @@ declare function __VLS_template(): {
|
|
2375
2365
|
[x: string]: boolean;
|
2376
2366
|
} | (string | {
|
2377
2367
|
[x: string]: boolean;
|
2378
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
2368
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
2379
2369
|
[x: string]: boolean;
|
2380
2370
|
} | (string | {
|
2381
2371
|
[x: string]: boolean;
|
@@ -2399,7 +2389,7 @@ declare function __VLS_template(): {
|
|
2399
2389
|
[x: string]: boolean;
|
2400
2390
|
} | (string | {
|
2401
2391
|
[x: string]: boolean;
|
2402
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
2392
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2403
2393
|
[x: string]: boolean;
|
2404
2394
|
} | (string | {
|
2405
2395
|
[x: string]: boolean;
|
@@ -2428,13 +2418,13 @@ declare function __VLS_template(): {
|
|
2428
2418
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2429
2419
|
__epPropKey: true;
|
2430
2420
|
};
|
2431
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
2421
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
2432
2422
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
2433
2423
|
pure: BooleanConstructor;
|
2434
2424
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
2435
2425
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
2436
2426
|
popperClass: {
|
2437
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2427
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
2438
2428
|
[x: string]: boolean;
|
2439
2429
|
} | (string | {
|
2440
2430
|
[x: string]: boolean;
|
@@ -2458,7 +2448,7 @@ declare function __VLS_template(): {
|
|
2458
2448
|
[x: string]: boolean;
|
2459
2449
|
} | (string | {
|
2460
2450
|
[x: string]: boolean;
|
2461
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
2451
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2462
2452
|
[x: string]: boolean;
|
2463
2453
|
} | (string | {
|
2464
2454
|
[x: string]: boolean;
|
@@ -2482,7 +2472,7 @@ declare function __VLS_template(): {
|
|
2482
2472
|
[x: string]: boolean;
|
2483
2473
|
} | (string | {
|
2484
2474
|
[x: string]: boolean;
|
2485
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
2475
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
2486
2476
|
[x: string]: boolean;
|
2487
2477
|
} | (string | {
|
2488
2478
|
[x: string]: boolean;
|
@@ -2506,7 +2496,7 @@ declare function __VLS_template(): {
|
|
2506
2496
|
[x: string]: boolean;
|
2507
2497
|
} | (string | {
|
2508
2498
|
[x: string]: boolean;
|
2509
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
2499
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
2510
2500
|
[x: string]: boolean;
|
2511
2501
|
} | (string | {
|
2512
2502
|
[x: string]: boolean;
|
@@ -2536,7 +2526,7 @@ declare function __VLS_template(): {
|
|
2536
2526
|
__epPropKey: true;
|
2537
2527
|
};
|
2538
2528
|
popperStyle: {
|
2539
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
2529
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
2540
2530
|
readonly required: false;
|
2541
2531
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2542
2532
|
__epPropKey: true;
|
@@ -2587,50 +2577,48 @@ declare function __VLS_template(): {
|
|
2587
2577
|
$refs: {
|
2588
2578
|
[x: string]: unknown;
|
2589
2579
|
};
|
2590
|
-
$slots:
|
2591
|
-
|
2592
|
-
|
2593
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
2594
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
2580
|
+
$slots: import('vue').Slots;
|
2581
|
+
$root: import('vue').ComponentPublicInstance | null;
|
2582
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
2595
2583
|
$emit: (event: string, ...args: any[]) => void;
|
2596
2584
|
$el: any;
|
2597
2585
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
2598
2586
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
2599
2587
|
}>>, {
|
2600
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
2588
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
2601
2589
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
2602
2590
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
2603
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
2591
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
2604
2592
|
role: import('vue').ComputedRef<string>;
|
2605
2593
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
2606
2594
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
2607
2595
|
}> & {
|
2608
|
-
beforeCreate?: ((
|
2609
|
-
created?: ((
|
2610
|
-
beforeMount?: ((
|
2611
|
-
mounted?: ((
|
2612
|
-
beforeUpdate?: ((
|
2613
|
-
updated?: ((
|
2614
|
-
activated?: ((
|
2615
|
-
deactivated?: ((
|
2616
|
-
beforeDestroy?: ((
|
2617
|
-
beforeUnmount?: ((
|
2618
|
-
destroyed?: ((
|
2619
|
-
unmounted?: ((
|
2620
|
-
renderTracked?: ((
|
2621
|
-
renderTriggered?: ((
|
2622
|
-
errorCaptured?: ((
|
2596
|
+
beforeCreate?: (() => void) | (() => void)[];
|
2597
|
+
created?: (() => void) | (() => void)[];
|
2598
|
+
beforeMount?: (() => void) | (() => void)[];
|
2599
|
+
mounted?: (() => void) | (() => void)[];
|
2600
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
2601
|
+
updated?: (() => void) | (() => void)[];
|
2602
|
+
activated?: (() => void) | (() => void)[];
|
2603
|
+
deactivated?: (() => void) | (() => void)[];
|
2604
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
2605
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
2606
|
+
destroyed?: (() => void) | (() => void)[];
|
2607
|
+
unmounted?: (() => void) | (() => void)[];
|
2608
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
2609
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
2610
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
2623
2611
|
};
|
2624
2612
|
$forceUpdate: () => void;
|
2625
2613
|
$nextTick: typeof import('vue').nextTick;
|
2626
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
2614
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
2627
2615
|
} & Readonly<import('vue').ExtractPropTypes<{
|
2628
2616
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
2629
2617
|
}>> & import('vue').ShallowUnwrapRef<{
|
2630
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
2618
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
2631
2619
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
2632
2620
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
2633
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
2621
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
2634
2622
|
role: import('vue').ComputedRef<string>;
|
2635
2623
|
}> & {} & import('vue').ComponentCustomProperties & {
|
2636
2624
|
$slots: {
|
@@ -2638,11 +2626,11 @@ declare function __VLS_template(): {
|
|
2638
2626
|
};
|
2639
2627
|
}) | undefined>;
|
2640
2628
|
contentRef: import('vue').Ref<any>;
|
2641
|
-
isFocusInsideContent: (event?: FocusEvent
|
2629
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
2642
2630
|
updatePopper: () => void;
|
2643
|
-
onOpen: (event?: Event
|
2644
|
-
onClose: (event?: Event
|
2645
|
-
hide: (event?: Event
|
2631
|
+
onOpen: (event?: Event) => void;
|
2632
|
+
onClose: (event?: Event) => void;
|
2633
|
+
hide: (event?: Event) => void;
|
2646
2634
|
}> & {} & import('vue').ComponentCustomProperties & {
|
2647
2635
|
$slots: {
|
2648
2636
|
default?(_: {}): any;
|
@@ -2653,21 +2641,21 @@ declare function __VLS_template(): {
|
|
2653
2641
|
triggeringElementRef: import('vue').Ref<any>;
|
2654
2642
|
referenceElementRef: import('vue').Ref<any>;
|
2655
2643
|
}, {}, {}, {}, {
|
2656
|
-
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
|
2657
|
-
readonly size: string;
|
2658
2644
|
readonly disabled: boolean;
|
2659
|
-
readonly
|
2645
|
+
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
2646
|
+
readonly size: string;
|
2647
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
|
2660
2648
|
readonly effect: string;
|
2661
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2649
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
2662
2650
|
readonly role: string;
|
2663
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus
|
2651
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
|
2664
2652
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2665
2653
|
readonly popperOptions: Partial<import('@popperjs/core').Options>;
|
2666
2654
|
readonly popperClass: string;
|
2667
2655
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2656
|
+
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2668
2657
|
readonly showTimeout: number;
|
2669
2658
|
readonly hideTimeout: number;
|
2670
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2671
2659
|
readonly splitButton: boolean;
|
2672
2660
|
}> | null;
|
2673
2661
|
input: ({
|
@@ -2677,15 +2665,15 @@ declare function __VLS_template(): {
|
|
2677
2665
|
readonly disabled: boolean;
|
2678
2666
|
readonly id: string;
|
2679
2667
|
readonly type: string;
|
2680
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2668
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2681
2669
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
2670
|
+
readonly readonly: boolean;
|
2682
2671
|
readonly autosize: import('element-plus').InputAutoSize;
|
2683
2672
|
readonly autocomplete: string;
|
2684
2673
|
readonly containerRole: string;
|
2685
2674
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2686
2675
|
readonly inputStyle: import('vue').StyleValue;
|
2687
2676
|
readonly rows: number;
|
2688
|
-
readonly readonly: boolean;
|
2689
2677
|
readonly clearable: boolean;
|
2690
2678
|
readonly showPassword: boolean;
|
2691
2679
|
readonly showWordLimit: boolean;
|
@@ -2694,7 +2682,7 @@ declare function __VLS_template(): {
|
|
2694
2682
|
readonly disabled: boolean;
|
2695
2683
|
readonly type: string;
|
2696
2684
|
readonly autofocus: boolean;
|
2697
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2685
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2698
2686
|
readonly readonly: boolean;
|
2699
2687
|
readonly autosize: import('element-plus').InputAutoSize;
|
2700
2688
|
readonly autocomplete: string;
|
@@ -2715,8 +2703,8 @@ declare function __VLS_template(): {
|
|
2715
2703
|
readonly placeholder?: string | undefined;
|
2716
2704
|
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
2717
2705
|
readonly parser?: Function | undefined;
|
2718
|
-
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
2719
|
-
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
2706
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
2707
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
2720
2708
|
readonly containerRole?: string | undefined;
|
2721
2709
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
2722
2710
|
onChange?: ((value: string) => any) | undefined;
|
@@ -2740,7 +2728,7 @@ declare function __VLS_template(): {
|
|
2740
2728
|
__epPropKey: true;
|
2741
2729
|
};
|
2742
2730
|
readonly disabled: BooleanConstructor;
|
2743
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
2731
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
2744
2732
|
readonly maxlength: {
|
2745
2733
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
2746
2734
|
readonly required: false;
|
@@ -2760,7 +2748,13 @@ declare function __VLS_template(): {
|
|
2760
2748
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2761
2749
|
__epPropKey: true;
|
2762
2750
|
};
|
2763
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
2751
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
|
2752
|
+
minRows?: number;
|
2753
|
+
maxRows?: number;
|
2754
|
+
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
2755
|
+
minRows?: number;
|
2756
|
+
maxRows?: number;
|
2757
|
+
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
2764
2758
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
2765
2759
|
readonly formatter: {
|
2766
2760
|
readonly type: import('vue').PropType<Function>;
|
@@ -2791,13 +2785,13 @@ declare function __VLS_template(): {
|
|
2791
2785
|
readonly showPassword: BooleanConstructor;
|
2792
2786
|
readonly showWordLimit: BooleanConstructor;
|
2793
2787
|
readonly suffixIcon: {
|
2794
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
2788
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
2795
2789
|
readonly required: false;
|
2796
2790
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2797
2791
|
__epPropKey: true;
|
2798
2792
|
};
|
2799
2793
|
readonly prefixIcon: {
|
2800
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
2794
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
2801
2795
|
readonly required: false;
|
2802
2796
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2803
2797
|
__epPropKey: true;
|
@@ -2805,7 +2799,7 @@ declare function __VLS_template(): {
|
|
2805
2799
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
2806
2800
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
2807
2801
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
2808
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').
|
2802
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
2809
2803
|
readonly autofocus: BooleanConstructor;
|
2810
2804
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
2811
2805
|
}>> & {
|
@@ -2846,7 +2840,7 @@ declare function __VLS_template(): {
|
|
2846
2840
|
__epPropKey: true;
|
2847
2841
|
};
|
2848
2842
|
readonly disabled: BooleanConstructor;
|
2849
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
2843
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
2850
2844
|
readonly maxlength: {
|
2851
2845
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
2852
2846
|
readonly required: false;
|
@@ -2866,7 +2860,13 @@ declare function __VLS_template(): {
|
|
2866
2860
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2867
2861
|
__epPropKey: true;
|
2868
2862
|
};
|
2869
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
2863
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
|
2864
|
+
minRows?: number;
|
2865
|
+
maxRows?: number;
|
2866
|
+
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
2867
|
+
minRows?: number;
|
2868
|
+
maxRows?: number;
|
2869
|
+
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
2870
2870
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
2871
2871
|
readonly formatter: {
|
2872
2872
|
readonly type: import('vue').PropType<Function>;
|
@@ -2897,13 +2897,13 @@ declare function __VLS_template(): {
|
|
2897
2897
|
readonly showPassword: BooleanConstructor;
|
2898
2898
|
readonly showWordLimit: BooleanConstructor;
|
2899
2899
|
readonly suffixIcon: {
|
2900
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
2900
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
2901
2901
|
readonly required: false;
|
2902
2902
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2903
2903
|
__epPropKey: true;
|
2904
2904
|
};
|
2905
2905
|
readonly prefixIcon: {
|
2906
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
2906
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
2907
2907
|
readonly required: false;
|
2908
2908
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
2909
2909
|
__epPropKey: true;
|
@@ -2911,7 +2911,7 @@ declare function __VLS_template(): {
|
|
2911
2911
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
2912
2912
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
2913
2913
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
2914
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').
|
2914
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
2915
2915
|
readonly autofocus: BooleanConstructor;
|
2916
2916
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
2917
2917
|
}>> & {
|
@@ -2956,15 +2956,15 @@ declare function __VLS_template(): {
|
|
2956
2956
|
readonly disabled: boolean;
|
2957
2957
|
readonly id: string;
|
2958
2958
|
readonly type: string;
|
2959
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2959
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2960
2960
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
2961
|
+
readonly readonly: boolean;
|
2961
2962
|
readonly autosize: import('element-plus').InputAutoSize;
|
2962
2963
|
readonly autocomplete: string;
|
2963
2964
|
readonly containerRole: string;
|
2964
2965
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2965
2966
|
readonly inputStyle: import('vue').StyleValue;
|
2966
2967
|
readonly rows: number;
|
2967
|
-
readonly readonly: boolean;
|
2968
2968
|
readonly clearable: boolean;
|
2969
2969
|
readonly showPassword: boolean;
|
2970
2970
|
readonly showWordLimit: boolean;
|
@@ -2993,15 +2993,15 @@ declare function __VLS_template(): {
|
|
2993
2993
|
readonly disabled: boolean;
|
2994
2994
|
readonly id: string;
|
2995
2995
|
readonly type: string;
|
2996
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
2996
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2997
2997
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
2998
|
+
readonly readonly: boolean;
|
2998
2999
|
readonly autosize: import('element-plus').InputAutoSize;
|
2999
3000
|
readonly autocomplete: string;
|
3000
3001
|
readonly containerRole: string;
|
3001
3002
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
3002
3003
|
readonly inputStyle: import('vue').StyleValue;
|
3003
3004
|
readonly rows: number;
|
3004
|
-
readonly readonly: boolean;
|
3005
3005
|
readonly clearable: boolean;
|
3006
3006
|
readonly showPassword: boolean;
|
3007
3007
|
readonly showWordLimit: boolean;
|
@@ -3016,7 +3016,7 @@ declare function __VLS_template(): {
|
|
3016
3016
|
__epPropKey: true;
|
3017
3017
|
};
|
3018
3018
|
readonly disabled: BooleanConstructor;
|
3019
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3019
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
3020
3020
|
readonly maxlength: {
|
3021
3021
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
3022
3022
|
readonly required: false;
|
@@ -3036,7 +3036,13 @@ declare function __VLS_template(): {
|
|
3036
3036
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3037
3037
|
__epPropKey: true;
|
3038
3038
|
};
|
3039
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3039
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
|
3040
|
+
minRows?: number;
|
3041
|
+
maxRows?: number;
|
3042
|
+
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
3043
|
+
minRows?: number;
|
3044
|
+
maxRows?: number;
|
3045
|
+
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
3040
3046
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
3041
3047
|
readonly formatter: {
|
3042
3048
|
readonly type: import('vue').PropType<Function>;
|
@@ -3067,13 +3073,13 @@ declare function __VLS_template(): {
|
|
3067
3073
|
readonly showPassword: BooleanConstructor;
|
3068
3074
|
readonly showWordLimit: BooleanConstructor;
|
3069
3075
|
readonly suffixIcon: {
|
3070
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
3076
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
3071
3077
|
readonly required: false;
|
3072
3078
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3073
3079
|
__epPropKey: true;
|
3074
3080
|
};
|
3075
3081
|
readonly prefixIcon: {
|
3076
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
3082
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
3077
3083
|
readonly required: false;
|
3078
3084
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3079
3085
|
__epPropKey: true;
|
@@ -3081,7 +3087,7 @@ declare function __VLS_template(): {
|
|
3081
3087
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
3082
3088
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
3083
3089
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3084
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').
|
3090
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
3085
3091
|
readonly autofocus: BooleanConstructor;
|
3086
3092
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
3087
3093
|
}>> & {
|
@@ -3123,7 +3129,7 @@ declare function __VLS_template(): {
|
|
3123
3129
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
3124
3130
|
declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LovInputProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
3125
3131
|
dropdown: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
3126
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
3132
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
3127
3133
|
readonly effect: {
|
3128
3134
|
readonly default: "light";
|
3129
3135
|
readonly type: import('vue').PropType<string>;
|
@@ -3132,12 +3138,12 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3132
3138
|
readonly __epPropKey: true;
|
3133
3139
|
};
|
3134
3140
|
readonly type: {
|
3135
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3141
|
+
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>>;
|
3136
3142
|
readonly required: false;
|
3137
3143
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3138
3144
|
__epPropKey: true;
|
3139
3145
|
};
|
3140
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3146
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
|
3141
3147
|
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>;
|
3142
3148
|
readonly id: StringConstructor;
|
3143
3149
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
@@ -3146,8 +3152,8 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3146
3152
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3147
3153
|
readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
3148
3154
|
readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
3149
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3150
|
-
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3155
|
+
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>;
|
3156
|
+
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>;
|
3151
3157
|
readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
3152
3158
|
readonly disabled: BooleanConstructor;
|
3153
3159
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
@@ -3167,12 +3173,12 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3167
3173
|
ns: {
|
3168
3174
|
namespace: import('vue').ComputedRef<string>;
|
3169
3175
|
b: (blockSuffix?: string) => string;
|
3170
|
-
e: (element?: string
|
3171
|
-
m: (modifier?: string
|
3172
|
-
be: (blockSuffix?: string
|
3173
|
-
em: (element?: string
|
3174
|
-
bm: (blockSuffix?: string
|
3175
|
-
bem: (blockSuffix?: string
|
3176
|
+
e: (element?: string) => string;
|
3177
|
+
m: (modifier?: string) => string;
|
3178
|
+
be: (blockSuffix?: string, element?: string) => string;
|
3179
|
+
em: (element?: string, modifier?: string) => string;
|
3180
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
3181
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
3176
3182
|
is: {
|
3177
3183
|
(name: string, state: boolean | undefined): string;
|
3178
3184
|
(name: string): string;
|
@@ -3202,11 +3208,11 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3202
3208
|
$: import('vue').ComponentInternalInstance;
|
3203
3209
|
$data: {};
|
3204
3210
|
$props: Partial<{
|
3211
|
+
disabled: boolean;
|
3205
3212
|
content: string;
|
3206
3213
|
offset: number;
|
3207
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3214
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
3208
3215
|
open: boolean;
|
3209
|
-
disabled: boolean;
|
3210
3216
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
3211
3217
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
3212
3218
|
effect: string;
|
@@ -3214,7 +3220,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3214
3220
|
hideAfter: number;
|
3215
3221
|
autoClose: number;
|
3216
3222
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
3217
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/
|
3223
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
|
3218
3224
|
arrowOffset: number;
|
3219
3225
|
virtualTriggering: boolean;
|
3220
3226
|
boundariesPadding: number;
|
@@ -3235,10 +3241,10 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3235
3241
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
3236
3242
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
3237
3243
|
disabled: BooleanConstructor;
|
3238
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
3244
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
3239
3245
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
3240
3246
|
virtualRef: {
|
3241
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
3247
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
3242
3248
|
readonly required: false;
|
3243
3249
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3244
3250
|
__epPropKey: true;
|
@@ -3290,7 +3296,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3290
3296
|
open: BooleanConstructor;
|
3291
3297
|
ariaLabel: StringConstructor;
|
3292
3298
|
appendTo: {
|
3293
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3299
|
+
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>>;
|
3294
3300
|
readonly required: false;
|
3295
3301
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3296
3302
|
__epPropKey: true;
|
@@ -3298,17 +3304,17 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3298
3304
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
3299
3305
|
rawContent: BooleanConstructor;
|
3300
3306
|
persistent: BooleanConstructor;
|
3301
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3307
|
+
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>;
|
3302
3308
|
transition: StringConstructor;
|
3303
3309
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3304
3310
|
style: {
|
3305
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
3311
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
3306
3312
|
readonly required: false;
|
3307
3313
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3308
3314
|
__epPropKey: true;
|
3309
3315
|
};
|
3310
3316
|
className: {
|
3311
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3317
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
3312
3318
|
[x: string]: boolean;
|
3313
3319
|
} | (string | {
|
3314
3320
|
[x: string]: boolean;
|
@@ -3332,7 +3338,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3332
3338
|
[x: string]: boolean;
|
3333
3339
|
} | (string | {
|
3334
3340
|
[x: string]: boolean;
|
3335
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
3341
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3336
3342
|
[x: string]: boolean;
|
3337
3343
|
} | (string | {
|
3338
3344
|
[x: string]: boolean;
|
@@ -3356,7 +3362,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3356
3362
|
[x: string]: boolean;
|
3357
3363
|
} | (string | {
|
3358
3364
|
[x: string]: boolean;
|
3359
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
3365
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
3360
3366
|
[x: string]: boolean;
|
3361
3367
|
} | (string | {
|
3362
3368
|
[x: string]: boolean;
|
@@ -3380,7 +3386,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3380
3386
|
[x: string]: boolean;
|
3381
3387
|
} | (string | {
|
3382
3388
|
[x: string]: boolean;
|
3383
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
3389
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3384
3390
|
[x: string]: boolean;
|
3385
3391
|
} | (string | {
|
3386
3392
|
[x: string]: boolean;
|
@@ -3409,13 +3415,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3409
3415
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3410
3416
|
__epPropKey: true;
|
3411
3417
|
};
|
3412
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
3418
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
3413
3419
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3414
3420
|
pure: BooleanConstructor;
|
3415
3421
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
3416
3422
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
3417
3423
|
popperClass: {
|
3418
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3424
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
3419
3425
|
[x: string]: boolean;
|
3420
3426
|
} | (string | {
|
3421
3427
|
[x: string]: boolean;
|
@@ -3439,7 +3445,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3439
3445
|
[x: string]: boolean;
|
3440
3446
|
} | (string | {
|
3441
3447
|
[x: string]: boolean;
|
3442
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
3448
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3443
3449
|
[x: string]: boolean;
|
3444
3450
|
} | (string | {
|
3445
3451
|
[x: string]: boolean;
|
@@ -3463,7 +3469,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3463
3469
|
[x: string]: boolean;
|
3464
3470
|
} | (string | {
|
3465
3471
|
[x: string]: boolean;
|
3466
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
3472
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
3467
3473
|
[x: string]: boolean;
|
3468
3474
|
} | (string | {
|
3469
3475
|
[x: string]: boolean;
|
@@ -3487,7 +3493,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3487
3493
|
[x: string]: boolean;
|
3488
3494
|
} | (string | {
|
3489
3495
|
[x: string]: boolean;
|
3490
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
3496
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3491
3497
|
[x: string]: boolean;
|
3492
3498
|
} | (string | {
|
3493
3499
|
[x: string]: boolean;
|
@@ -3517,7 +3523,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3517
3523
|
__epPropKey: true;
|
3518
3524
|
};
|
3519
3525
|
popperStyle: {
|
3520
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
3526
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
3521
3527
|
readonly required: false;
|
3522
3528
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3523
3529
|
__epPropKey: true;
|
@@ -3553,28 +3559,26 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3553
3559
|
__epPropKey: true;
|
3554
3560
|
};
|
3555
3561
|
role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
3556
|
-
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
3562
|
+
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "content" | "offset" | "visible" | "open" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
|
3557
3563
|
$attrs: {
|
3558
3564
|
[x: string]: unknown;
|
3559
3565
|
};
|
3560
3566
|
$refs: {
|
3561
3567
|
[x: string]: unknown;
|
3562
3568
|
};
|
3563
|
-
$slots:
|
3564
|
-
|
3565
|
-
|
3566
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
3567
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
3569
|
+
$slots: import('vue').Slots;
|
3570
|
+
$root: import('vue').ComponentPublicInstance | null;
|
3571
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
3568
3572
|
$emit: (event: string, ...args: any[]) => void;
|
3569
3573
|
$el: any;
|
3570
3574
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
3571
3575
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
3572
3576
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
3573
3577
|
disabled: BooleanConstructor;
|
3574
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
3578
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
3575
3579
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
3576
3580
|
virtualRef: {
|
3577
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
3581
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
3578
3582
|
readonly required: false;
|
3579
3583
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3580
3584
|
__epPropKey: true;
|
@@ -3626,7 +3630,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3626
3630
|
open: BooleanConstructor;
|
3627
3631
|
ariaLabel: StringConstructor;
|
3628
3632
|
appendTo: {
|
3629
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
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>>;
|
3630
3634
|
readonly required: false;
|
3631
3635
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3632
3636
|
__epPropKey: true;
|
@@ -3634,17 +3638,17 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3634
3638
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
3635
3639
|
rawContent: BooleanConstructor;
|
3636
3640
|
persistent: BooleanConstructor;
|
3637
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
3641
|
+
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>;
|
3638
3642
|
transition: StringConstructor;
|
3639
3643
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3640
3644
|
style: {
|
3641
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
3645
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
3642
3646
|
readonly required: false;
|
3643
3647
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3644
3648
|
__epPropKey: true;
|
3645
3649
|
};
|
3646
3650
|
className: {
|
3647
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3651
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
3648
3652
|
[x: string]: boolean;
|
3649
3653
|
} | (string | {
|
3650
3654
|
[x: string]: boolean;
|
@@ -3668,7 +3672,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3668
3672
|
[x: string]: boolean;
|
3669
3673
|
} | (string | {
|
3670
3674
|
[x: string]: boolean;
|
3671
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
3675
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3672
3676
|
[x: string]: boolean;
|
3673
3677
|
} | (string | {
|
3674
3678
|
[x: string]: boolean;
|
@@ -3692,7 +3696,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3692
3696
|
[x: string]: boolean;
|
3693
3697
|
} | (string | {
|
3694
3698
|
[x: string]: boolean;
|
3695
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
3699
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
3696
3700
|
[x: string]: boolean;
|
3697
3701
|
} | (string | {
|
3698
3702
|
[x: string]: boolean;
|
@@ -3716,7 +3720,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3716
3720
|
[x: string]: boolean;
|
3717
3721
|
} | (string | {
|
3718
3722
|
[x: string]: boolean;
|
3719
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
3723
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3720
3724
|
[x: string]: boolean;
|
3721
3725
|
} | (string | {
|
3722
3726
|
[x: string]: boolean;
|
@@ -3745,13 +3749,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3745
3749
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3746
3750
|
__epPropKey: true;
|
3747
3751
|
};
|
3748
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
3752
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
3749
3753
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3750
3754
|
pure: BooleanConstructor;
|
3751
3755
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
3752
3756
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
3753
3757
|
popperClass: {
|
3754
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3758
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
3755
3759
|
[x: string]: boolean;
|
3756
3760
|
} | (string | {
|
3757
3761
|
[x: string]: boolean;
|
@@ -3775,7 +3779,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3775
3779
|
[x: string]: boolean;
|
3776
3780
|
} | (string | {
|
3777
3781
|
[x: string]: boolean;
|
3778
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
3782
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3779
3783
|
[x: string]: boolean;
|
3780
3784
|
} | (string | {
|
3781
3785
|
[x: string]: boolean;
|
@@ -3799,7 +3803,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3799
3803
|
[x: string]: boolean;
|
3800
3804
|
} | (string | {
|
3801
3805
|
[x: string]: boolean;
|
3802
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
3806
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
3803
3807
|
[x: string]: boolean;
|
3804
3808
|
} | (string | {
|
3805
3809
|
[x: string]: boolean;
|
@@ -3823,7 +3827,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3823
3827
|
[x: string]: boolean;
|
3824
3828
|
} | (string | {
|
3825
3829
|
[x: string]: boolean;
|
3826
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
3830
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
3827
3831
|
[x: string]: boolean;
|
3828
3832
|
} | (string | {
|
3829
3833
|
[x: string]: boolean;
|
@@ -3853,7 +3857,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3853
3857
|
__epPropKey: true;
|
3854
3858
|
};
|
3855
3859
|
popperStyle: {
|
3856
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
3860
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
3857
3861
|
readonly required: false;
|
3858
3862
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
3859
3863
|
__epPropKey: true;
|
@@ -3904,50 +3908,48 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3904
3908
|
$refs: {
|
3905
3909
|
[x: string]: unknown;
|
3906
3910
|
};
|
3907
|
-
$slots:
|
3908
|
-
|
3909
|
-
|
3910
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
3911
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
3911
|
+
$slots: import('vue').Slots;
|
3912
|
+
$root: import('vue').ComponentPublicInstance | null;
|
3913
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
3912
3914
|
$emit: (event: string, ...args: any[]) => void;
|
3913
3915
|
$el: any;
|
3914
3916
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
3915
3917
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
3916
3918
|
}>>, {
|
3917
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
3919
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
3918
3920
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
3919
3921
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
3920
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
3922
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
3921
3923
|
role: import('vue').ComputedRef<string>;
|
3922
3924
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
3923
3925
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
3924
3926
|
}> & {
|
3925
|
-
beforeCreate?: ((
|
3926
|
-
created?: ((
|
3927
|
-
beforeMount?: ((
|
3928
|
-
mounted?: ((
|
3929
|
-
beforeUpdate?: ((
|
3930
|
-
updated?: ((
|
3931
|
-
activated?: ((
|
3932
|
-
deactivated?: ((
|
3933
|
-
beforeDestroy?: ((
|
3934
|
-
beforeUnmount?: ((
|
3935
|
-
destroyed?: ((
|
3936
|
-
unmounted?: ((
|
3937
|
-
renderTracked?: ((
|
3938
|
-
renderTriggered?: ((
|
3939
|
-
errorCaptured?: ((
|
3927
|
+
beforeCreate?: (() => void) | (() => void)[];
|
3928
|
+
created?: (() => void) | (() => void)[];
|
3929
|
+
beforeMount?: (() => void) | (() => void)[];
|
3930
|
+
mounted?: (() => void) | (() => void)[];
|
3931
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
3932
|
+
updated?: (() => void) | (() => void)[];
|
3933
|
+
activated?: (() => void) | (() => void)[];
|
3934
|
+
deactivated?: (() => void) | (() => void)[];
|
3935
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
3936
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
3937
|
+
destroyed?: (() => void) | (() => void)[];
|
3938
|
+
unmounted?: (() => void) | (() => void)[];
|
3939
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
3940
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
3941
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
3940
3942
|
};
|
3941
3943
|
$forceUpdate: () => void;
|
3942
3944
|
$nextTick: typeof import('vue').nextTick;
|
3943
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
3945
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
3944
3946
|
} & Readonly<import('vue').ExtractPropTypes<{
|
3945
3947
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
3946
3948
|
}>> & import('vue').ShallowUnwrapRef<{
|
3947
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
3949
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
3948
3950
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
3949
3951
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
3950
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
3952
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
3951
3953
|
role: import('vue').ComputedRef<string>;
|
3952
3954
|
}> & {} & import('vue').ComponentCustomProperties & {
|
3953
3955
|
$slots: {
|
@@ -3955,19 +3957,19 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3955
3957
|
};
|
3956
3958
|
}) | undefined>;
|
3957
3959
|
contentRef: import('vue').Ref<any>;
|
3958
|
-
isFocusInsideContent: (event?: FocusEvent
|
3960
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
3959
3961
|
updatePopper: () => void;
|
3960
|
-
onOpen: (event?: Event
|
3961
|
-
onClose: (event?: Event
|
3962
|
-
hide: (event?: Event
|
3962
|
+
onOpen: (event?: Event) => void;
|
3963
|
+
onClose: (event?: Event) => void;
|
3964
|
+
hide: (event?: Event) => void;
|
3963
3965
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
3964
3966
|
[x: string]: (...args: any[]) => void;
|
3965
3967
|
}, string, {
|
3968
|
+
disabled: boolean;
|
3966
3969
|
content: string;
|
3967
3970
|
offset: number;
|
3968
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
3971
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
3969
3972
|
open: boolean;
|
3970
|
-
disabled: boolean;
|
3971
3973
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
3972
3974
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
3973
3975
|
effect: string;
|
@@ -3975,7 +3977,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3975
3977
|
hideAfter: number;
|
3976
3978
|
autoClose: number;
|
3977
3979
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
3978
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/
|
3980
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
|
3979
3981
|
arrowOffset: number;
|
3980
3982
|
virtualTriggering: boolean;
|
3981
3983
|
boundariesPadding: number;
|
@@ -3993,33 +3995,33 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
3993
3995
|
persistent: boolean;
|
3994
3996
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
3995
3997
|
}> & {
|
3996
|
-
beforeCreate?: ((
|
3997
|
-
created?: ((
|
3998
|
-
beforeMount?: ((
|
3999
|
-
mounted?: ((
|
4000
|
-
beforeUpdate?: ((
|
4001
|
-
updated?: ((
|
4002
|
-
activated?: ((
|
4003
|
-
deactivated?: ((
|
4004
|
-
beforeDestroy?: ((
|
4005
|
-
beforeUnmount?: ((
|
4006
|
-
destroyed?: ((
|
4007
|
-
unmounted?: ((
|
4008
|
-
renderTracked?: ((
|
4009
|
-
renderTriggered?: ((
|
4010
|
-
errorCaptured?: ((
|
3998
|
+
beforeCreate?: (() => void) | (() => void)[];
|
3999
|
+
created?: (() => void) | (() => void)[];
|
4000
|
+
beforeMount?: (() => void) | (() => void)[];
|
4001
|
+
mounted?: (() => void) | (() => void)[];
|
4002
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
4003
|
+
updated?: (() => void) | (() => void)[];
|
4004
|
+
activated?: (() => void) | (() => void)[];
|
4005
|
+
deactivated?: (() => void) | (() => void)[];
|
4006
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
4007
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
4008
|
+
destroyed?: (() => void) | (() => void)[];
|
4009
|
+
unmounted?: (() => void) | (() => void)[];
|
4010
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
4011
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
4012
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
4011
4013
|
};
|
4012
4014
|
$forceUpdate: () => void;
|
4013
4015
|
$nextTick: typeof import('vue').nextTick;
|
4014
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
4016
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
4015
4017
|
} & Readonly<import('vue').ExtractPropTypes<{
|
4016
4018
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
4017
4019
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
4018
4020
|
disabled: BooleanConstructor;
|
4019
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
4021
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
4020
4022
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
4021
4023
|
virtualRef: {
|
4022
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
4024
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
4023
4025
|
readonly required: false;
|
4024
4026
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4025
4027
|
__epPropKey: true;
|
@@ -4071,7 +4073,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4071
4073
|
open: BooleanConstructor;
|
4072
4074
|
ariaLabel: StringConstructor;
|
4073
4075
|
appendTo: {
|
4074
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4076
|
+
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>>;
|
4075
4077
|
readonly required: false;
|
4076
4078
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4077
4079
|
__epPropKey: true;
|
@@ -4079,17 +4081,17 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4079
4081
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
4080
4082
|
rawContent: BooleanConstructor;
|
4081
4083
|
persistent: BooleanConstructor;
|
4082
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4084
|
+
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>;
|
4083
4085
|
transition: StringConstructor;
|
4084
4086
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4085
4087
|
style: {
|
4086
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
4088
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
4087
4089
|
readonly required: false;
|
4088
4090
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4089
4091
|
__epPropKey: true;
|
4090
4092
|
};
|
4091
4093
|
className: {
|
4092
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4094
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
4093
4095
|
[x: string]: boolean;
|
4094
4096
|
} | (string | {
|
4095
4097
|
[x: string]: boolean;
|
@@ -4113,7 +4115,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4113
4115
|
[x: string]: boolean;
|
4114
4116
|
} | (string | {
|
4115
4117
|
[x: string]: boolean;
|
4116
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
4118
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4117
4119
|
[x: string]: boolean;
|
4118
4120
|
} | (string | {
|
4119
4121
|
[x: string]: boolean;
|
@@ -4137,7 +4139,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4137
4139
|
[x: string]: boolean;
|
4138
4140
|
} | (string | {
|
4139
4141
|
[x: string]: boolean;
|
4140
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
4142
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
4141
4143
|
[x: string]: boolean;
|
4142
4144
|
} | (string | {
|
4143
4145
|
[x: string]: boolean;
|
@@ -4161,7 +4163,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4161
4163
|
[x: string]: boolean;
|
4162
4164
|
} | (string | {
|
4163
4165
|
[x: string]: boolean;
|
4164
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
4166
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4165
4167
|
[x: string]: boolean;
|
4166
4168
|
} | (string | {
|
4167
4169
|
[x: string]: boolean;
|
@@ -4190,13 +4192,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4190
4192
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4191
4193
|
__epPropKey: true;
|
4192
4194
|
};
|
4193
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
4195
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
4194
4196
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4195
4197
|
pure: BooleanConstructor;
|
4196
4198
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
4197
4199
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
4198
4200
|
popperClass: {
|
4199
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4201
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
4200
4202
|
[x: string]: boolean;
|
4201
4203
|
} | (string | {
|
4202
4204
|
[x: string]: boolean;
|
@@ -4220,7 +4222,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4220
4222
|
[x: string]: boolean;
|
4221
4223
|
} | (string | {
|
4222
4224
|
[x: string]: boolean;
|
4223
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
4225
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4224
4226
|
[x: string]: boolean;
|
4225
4227
|
} | (string | {
|
4226
4228
|
[x: string]: boolean;
|
@@ -4244,7 +4246,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4244
4246
|
[x: string]: boolean;
|
4245
4247
|
} | (string | {
|
4246
4248
|
[x: string]: boolean;
|
4247
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
4249
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
4248
4250
|
[x: string]: boolean;
|
4249
4251
|
} | (string | {
|
4250
4252
|
[x: string]: boolean;
|
@@ -4268,7 +4270,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4268
4270
|
[x: string]: boolean;
|
4269
4271
|
} | (string | {
|
4270
4272
|
[x: string]: boolean;
|
4271
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
4273
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4272
4274
|
[x: string]: boolean;
|
4273
4275
|
} | (string | {
|
4274
4276
|
[x: string]: boolean;
|
@@ -4298,7 +4300,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4298
4300
|
__epPropKey: true;
|
4299
4301
|
};
|
4300
4302
|
popperStyle: {
|
4301
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
4303
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
4302
4304
|
readonly required: false;
|
4303
4305
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4304
4306
|
__epPropKey: true;
|
@@ -4349,50 +4351,48 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4349
4351
|
$refs: {
|
4350
4352
|
[x: string]: unknown;
|
4351
4353
|
};
|
4352
|
-
$slots:
|
4353
|
-
|
4354
|
-
|
4355
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
4356
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
4354
|
+
$slots: import('vue').Slots;
|
4355
|
+
$root: import('vue').ComponentPublicInstance | null;
|
4356
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
4357
4357
|
$emit: (event: string, ...args: any[]) => void;
|
4358
4358
|
$el: any;
|
4359
4359
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
4360
4360
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
4361
4361
|
}>>, {
|
4362
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
4362
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
4363
4363
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
4364
4364
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
4365
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
4365
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
4366
4366
|
role: import('vue').ComputedRef<string>;
|
4367
4367
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
4368
4368
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
4369
4369
|
}> & {
|
4370
|
-
beforeCreate?: ((
|
4371
|
-
created?: ((
|
4372
|
-
beforeMount?: ((
|
4373
|
-
mounted?: ((
|
4374
|
-
beforeUpdate?: ((
|
4375
|
-
updated?: ((
|
4376
|
-
activated?: ((
|
4377
|
-
deactivated?: ((
|
4378
|
-
beforeDestroy?: ((
|
4379
|
-
beforeUnmount?: ((
|
4380
|
-
destroyed?: ((
|
4381
|
-
unmounted?: ((
|
4382
|
-
renderTracked?: ((
|
4383
|
-
renderTriggered?: ((
|
4384
|
-
errorCaptured?: ((
|
4370
|
+
beforeCreate?: (() => void) | (() => void)[];
|
4371
|
+
created?: (() => void) | (() => void)[];
|
4372
|
+
beforeMount?: (() => void) | (() => void)[];
|
4373
|
+
mounted?: (() => void) | (() => void)[];
|
4374
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
4375
|
+
updated?: (() => void) | (() => void)[];
|
4376
|
+
activated?: (() => void) | (() => void)[];
|
4377
|
+
deactivated?: (() => void) | (() => void)[];
|
4378
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
4379
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
4380
|
+
destroyed?: (() => void) | (() => void)[];
|
4381
|
+
unmounted?: (() => void) | (() => void)[];
|
4382
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
4383
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
4384
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
4385
4385
|
};
|
4386
4386
|
$forceUpdate: () => void;
|
4387
4387
|
$nextTick: typeof import('vue').nextTick;
|
4388
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
4388
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
4389
4389
|
} & Readonly<import('vue').ExtractPropTypes<{
|
4390
4390
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
4391
4391
|
}>> & import('vue').ShallowUnwrapRef<{
|
4392
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
4392
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
4393
4393
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
4394
4394
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
4395
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
4395
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
4396
4396
|
role: import('vue').ComputedRef<string>;
|
4397
4397
|
}> & {} & import('vue').ComponentCustomProperties & {
|
4398
4398
|
$slots: {
|
@@ -4400,11 +4400,11 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4400
4400
|
};
|
4401
4401
|
}) | undefined>;
|
4402
4402
|
contentRef: import('vue').Ref<any>;
|
4403
|
-
isFocusInsideContent: (event?: FocusEvent
|
4403
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
4404
4404
|
updatePopper: () => void;
|
4405
|
-
onOpen: (event?: Event
|
4406
|
-
onClose: (event?: Event
|
4407
|
-
hide: (event?: Event
|
4405
|
+
onOpen: (event?: Event) => void;
|
4406
|
+
onClose: (event?: Event) => void;
|
4407
|
+
hide: (event?: Event) => void;
|
4408
4408
|
}> & {} & import('vue').ComponentCustomProperties & {
|
4409
4409
|
$slots: {
|
4410
4410
|
default?(_: {}): any;
|
@@ -4415,7 +4415,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4415
4415
|
triggeringElementRef: import('vue').Ref<any>;
|
4416
4416
|
referenceElementRef: import('vue').Ref<any>;
|
4417
4417
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "visible-change" | "command")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
4418
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
4418
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
4419
4419
|
readonly effect: {
|
4420
4420
|
readonly default: "light";
|
4421
4421
|
readonly type: import('vue').PropType<string>;
|
@@ -4424,12 +4424,12 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4424
4424
|
readonly __epPropKey: true;
|
4425
4425
|
};
|
4426
4426
|
readonly type: {
|
4427
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4427
|
+
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>>;
|
4428
4428
|
readonly required: false;
|
4429
4429
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4430
4430
|
__epPropKey: true;
|
4431
4431
|
};
|
4432
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4432
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
|
4433
4433
|
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>;
|
4434
4434
|
readonly id: StringConstructor;
|
4435
4435
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
@@ -4438,8 +4438,8 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4438
4438
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4439
4439
|
readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
4440
4440
|
readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
4441
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4442
|
-
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4441
|
+
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>;
|
4442
|
+
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>;
|
4443
4443
|
readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
4444
4444
|
readonly disabled: BooleanConstructor;
|
4445
4445
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
@@ -4455,21 +4455,21 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4455
4455
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
4456
4456
|
onCommand?: ((...args: any[]) => any) | undefined;
|
4457
4457
|
}, {
|
4458
|
-
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>;
|
4459
|
-
readonly size: string;
|
4460
4458
|
readonly disabled: boolean;
|
4461
|
-
readonly
|
4459
|
+
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>;
|
4460
|
+
readonly size: string;
|
4461
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
|
4462
4462
|
readonly effect: string;
|
4463
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4463
|
+
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>;
|
4464
4464
|
readonly role: string;
|
4465
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus
|
4465
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
|
4466
4466
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
4467
4467
|
readonly popperOptions: Partial<import('@popperjs/core').Options>;
|
4468
4468
|
readonly popperClass: string;
|
4469
4469
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
4470
|
+
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
4470
4471
|
readonly showTimeout: number;
|
4471
4472
|
readonly hideTimeout: number;
|
4472
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
4473
4473
|
readonly splitButton: boolean;
|
4474
4474
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
4475
4475
|
P: {};
|
@@ -4479,7 +4479,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4479
4479
|
M: {};
|
4480
4480
|
Defaults: {};
|
4481
4481
|
}, Readonly<import('vue').ExtractPropTypes<{
|
4482
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
4482
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
4483
4483
|
readonly effect: {
|
4484
4484
|
readonly default: "light";
|
4485
4485
|
readonly type: import('vue').PropType<string>;
|
@@ -4488,12 +4488,12 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4488
4488
|
readonly __epPropKey: true;
|
4489
4489
|
};
|
4490
4490
|
readonly type: {
|
4491
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4491
|
+
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>>;
|
4492
4492
|
readonly required: false;
|
4493
4493
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4494
4494
|
__epPropKey: true;
|
4495
4495
|
};
|
4496
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4496
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown, "bottom", boolean>;
|
4497
4497
|
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>;
|
4498
4498
|
readonly id: StringConstructor;
|
4499
4499
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
@@ -4502,8 +4502,8 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4502
4502
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4503
4503
|
readonly showTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
4504
4504
|
readonly hideTimeout: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
4505
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4506
|
-
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4505
|
+
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>;
|
4506
|
+
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>;
|
4507
4507
|
readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
4508
4508
|
readonly disabled: BooleanConstructor;
|
4509
4509
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
@@ -4523,12 +4523,12 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4523
4523
|
ns: {
|
4524
4524
|
namespace: import('vue').ComputedRef<string>;
|
4525
4525
|
b: (blockSuffix?: string) => string;
|
4526
|
-
e: (element?: string
|
4527
|
-
m: (modifier?: string
|
4528
|
-
be: (blockSuffix?: string
|
4529
|
-
em: (element?: string
|
4530
|
-
bm: (blockSuffix?: string
|
4531
|
-
bem: (blockSuffix?: string
|
4526
|
+
e: (element?: string) => string;
|
4527
|
+
m: (modifier?: string) => string;
|
4528
|
+
be: (blockSuffix?: string, element?: string) => string;
|
4529
|
+
em: (element?: string, modifier?: string) => string;
|
4530
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
4531
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
4532
4532
|
is: {
|
4533
4533
|
(name: string, state: boolean | undefined): string;
|
4534
4534
|
(name: string): string;
|
@@ -4558,11 +4558,11 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4558
4558
|
$: import('vue').ComponentInternalInstance;
|
4559
4559
|
$data: {};
|
4560
4560
|
$props: Partial<{
|
4561
|
+
disabled: boolean;
|
4561
4562
|
content: string;
|
4562
4563
|
offset: number;
|
4563
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4564
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
4564
4565
|
open: boolean;
|
4565
|
-
disabled: boolean;
|
4566
4566
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
4567
4567
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
4568
4568
|
effect: string;
|
@@ -4570,7 +4570,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4570
4570
|
hideAfter: number;
|
4571
4571
|
autoClose: number;
|
4572
4572
|
role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
4573
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/
|
4573
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
|
4574
4574
|
arrowOffset: number;
|
4575
4575
|
virtualTriggering: boolean;
|
4576
4576
|
boundariesPadding: number;
|
@@ -4591,10 +4591,10 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4591
4591
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
4592
4592
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
4593
4593
|
disabled: BooleanConstructor;
|
4594
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
4594
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
4595
4595
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
4596
4596
|
virtualRef: {
|
4597
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
4597
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
4598
4598
|
readonly required: false;
|
4599
4599
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4600
4600
|
__epPropKey: true;
|
@@ -4646,7 +4646,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4646
4646
|
open: BooleanConstructor;
|
4647
4647
|
ariaLabel: StringConstructor;
|
4648
4648
|
appendTo: {
|
4649
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4649
|
+
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>>;
|
4650
4650
|
readonly required: false;
|
4651
4651
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4652
4652
|
__epPropKey: true;
|
@@ -4654,17 +4654,17 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4654
4654
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
4655
4655
|
rawContent: BooleanConstructor;
|
4656
4656
|
persistent: BooleanConstructor;
|
4657
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4657
|
+
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>;
|
4658
4658
|
transition: StringConstructor;
|
4659
4659
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4660
4660
|
style: {
|
4661
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
4661
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
4662
4662
|
readonly required: false;
|
4663
4663
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4664
4664
|
__epPropKey: true;
|
4665
4665
|
};
|
4666
4666
|
className: {
|
4667
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4667
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
4668
4668
|
[x: string]: boolean;
|
4669
4669
|
} | (string | {
|
4670
4670
|
[x: string]: boolean;
|
@@ -4688,7 +4688,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4688
4688
|
[x: string]: boolean;
|
4689
4689
|
} | (string | {
|
4690
4690
|
[x: string]: boolean;
|
4691
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
4691
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4692
4692
|
[x: string]: boolean;
|
4693
4693
|
} | (string | {
|
4694
4694
|
[x: string]: boolean;
|
@@ -4712,7 +4712,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4712
4712
|
[x: string]: boolean;
|
4713
4713
|
} | (string | {
|
4714
4714
|
[x: string]: boolean;
|
4715
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
4715
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
4716
4716
|
[x: string]: boolean;
|
4717
4717
|
} | (string | {
|
4718
4718
|
[x: string]: boolean;
|
@@ -4736,7 +4736,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4736
4736
|
[x: string]: boolean;
|
4737
4737
|
} | (string | {
|
4738
4738
|
[x: string]: boolean;
|
4739
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
4739
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4740
4740
|
[x: string]: boolean;
|
4741
4741
|
} | (string | {
|
4742
4742
|
[x: string]: boolean;
|
@@ -4765,13 +4765,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4765
4765
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4766
4766
|
__epPropKey: true;
|
4767
4767
|
};
|
4768
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
4768
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
4769
4769
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4770
4770
|
pure: BooleanConstructor;
|
4771
4771
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
4772
4772
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
4773
4773
|
popperClass: {
|
4774
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4774
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
4775
4775
|
[x: string]: boolean;
|
4776
4776
|
} | (string | {
|
4777
4777
|
[x: string]: boolean;
|
@@ -4795,7 +4795,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4795
4795
|
[x: string]: boolean;
|
4796
4796
|
} | (string | {
|
4797
4797
|
[x: string]: boolean;
|
4798
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
4798
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4799
4799
|
[x: string]: boolean;
|
4800
4800
|
} | (string | {
|
4801
4801
|
[x: string]: boolean;
|
@@ -4819,7 +4819,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4819
4819
|
[x: string]: boolean;
|
4820
4820
|
} | (string | {
|
4821
4821
|
[x: string]: boolean;
|
4822
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
4822
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
4823
4823
|
[x: string]: boolean;
|
4824
4824
|
} | (string | {
|
4825
4825
|
[x: string]: boolean;
|
@@ -4843,7 +4843,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4843
4843
|
[x: string]: boolean;
|
4844
4844
|
} | (string | {
|
4845
4845
|
[x: string]: boolean;
|
4846
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
4846
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
4847
4847
|
[x: string]: boolean;
|
4848
4848
|
} | (string | {
|
4849
4849
|
[x: string]: boolean;
|
@@ -4873,7 +4873,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4873
4873
|
__epPropKey: true;
|
4874
4874
|
};
|
4875
4875
|
popperStyle: {
|
4876
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
4876
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
4877
4877
|
readonly required: false;
|
4878
4878
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4879
4879
|
__epPropKey: true;
|
@@ -4909,28 +4909,26 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4909
4909
|
__epPropKey: true;
|
4910
4910
|
};
|
4911
4911
|
role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
4912
|
-
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
4912
|
+
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "content" | "offset" | "visible" | "open" | "placement" | "strategy" | "effect" | "showAfter" | "hideAfter" | "autoClose" | "role" | "trigger" | "arrowOffset" | "virtualTriggering" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "triggerKeys" | "teleported" | "rawContent" | "persistent" | "showArrow">;
|
4913
4913
|
$attrs: {
|
4914
4914
|
[x: string]: unknown;
|
4915
4915
|
};
|
4916
4916
|
$refs: {
|
4917
4917
|
[x: string]: unknown;
|
4918
4918
|
};
|
4919
|
-
$slots:
|
4920
|
-
|
4921
|
-
|
4922
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
4923
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
4919
|
+
$slots: import('vue').Slots;
|
4920
|
+
$root: import('vue').ComponentPublicInstance | null;
|
4921
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
4924
4922
|
$emit: (event: string, ...args: any[]) => void;
|
4925
4923
|
$el: any;
|
4926
4924
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
4927
4925
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
4928
4926
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
4929
4927
|
disabled: BooleanConstructor;
|
4930
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
4928
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
4931
4929
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
4932
4930
|
virtualRef: {
|
4933
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
4931
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
4934
4932
|
readonly required: false;
|
4935
4933
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4936
4934
|
__epPropKey: true;
|
@@ -4982,7 +4980,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4982
4980
|
open: BooleanConstructor;
|
4983
4981
|
ariaLabel: StringConstructor;
|
4984
4982
|
appendTo: {
|
4985
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
4983
|
+
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>>;
|
4986
4984
|
readonly required: false;
|
4987
4985
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
4988
4986
|
__epPropKey: true;
|
@@ -4990,17 +4988,17 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
4990
4988
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
4991
4989
|
rawContent: BooleanConstructor;
|
4992
4990
|
persistent: BooleanConstructor;
|
4993
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
4991
|
+
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>;
|
4994
4992
|
transition: StringConstructor;
|
4995
4993
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
4996
4994
|
style: {
|
4997
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
4995
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
4998
4996
|
readonly required: false;
|
4999
4997
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5000
4998
|
__epPropKey: true;
|
5001
4999
|
};
|
5002
5000
|
className: {
|
5003
|
-
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[]) => string | {
|
5004
5002
|
[x: string]: boolean;
|
5005
5003
|
} | (string | {
|
5006
5004
|
[x: string]: boolean;
|
@@ -5024,7 +5022,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5024
5022
|
[x: string]: boolean;
|
5025
5023
|
} | (string | {
|
5026
5024
|
[x: string]: boolean;
|
5027
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
5025
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5028
5026
|
[x: string]: boolean;
|
5029
5027
|
} | (string | {
|
5030
5028
|
[x: string]: boolean;
|
@@ -5048,7 +5046,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5048
5046
|
[x: string]: boolean;
|
5049
5047
|
} | (string | {
|
5050
5048
|
[x: string]: boolean;
|
5051
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
5049
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
5052
5050
|
[x: string]: boolean;
|
5053
5051
|
} | (string | {
|
5054
5052
|
[x: string]: boolean;
|
@@ -5072,7 +5070,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5072
5070
|
[x: string]: boolean;
|
5073
5071
|
} | (string | {
|
5074
5072
|
[x: string]: boolean;
|
5075
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
5073
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5076
5074
|
[x: string]: boolean;
|
5077
5075
|
} | (string | {
|
5078
5076
|
[x: string]: boolean;
|
@@ -5101,13 +5099,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5101
5099
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5102
5100
|
__epPropKey: true;
|
5103
5101
|
};
|
5104
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
5102
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
5105
5103
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
5106
5104
|
pure: BooleanConstructor;
|
5107
5105
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
5108
5106
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
5109
5107
|
popperClass: {
|
5110
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5108
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
5111
5109
|
[x: string]: boolean;
|
5112
5110
|
} | (string | {
|
5113
5111
|
[x: string]: boolean;
|
@@ -5131,7 +5129,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5131
5129
|
[x: string]: boolean;
|
5132
5130
|
} | (string | {
|
5133
5131
|
[x: string]: boolean;
|
5134
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
5132
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5135
5133
|
[x: string]: boolean;
|
5136
5134
|
} | (string | {
|
5137
5135
|
[x: string]: boolean;
|
@@ -5155,7 +5153,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5155
5153
|
[x: string]: boolean;
|
5156
5154
|
} | (string | {
|
5157
5155
|
[x: string]: boolean;
|
5158
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
5156
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
5159
5157
|
[x: string]: boolean;
|
5160
5158
|
} | (string | {
|
5161
5159
|
[x: string]: boolean;
|
@@ -5179,7 +5177,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5179
5177
|
[x: string]: boolean;
|
5180
5178
|
} | (string | {
|
5181
5179
|
[x: string]: boolean;
|
5182
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
5180
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5183
5181
|
[x: string]: boolean;
|
5184
5182
|
} | (string | {
|
5185
5183
|
[x: string]: boolean;
|
@@ -5209,7 +5207,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5209
5207
|
__epPropKey: true;
|
5210
5208
|
};
|
5211
5209
|
popperStyle: {
|
5212
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
5210
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
5213
5211
|
readonly required: false;
|
5214
5212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5215
5213
|
__epPropKey: true;
|
@@ -5260,50 +5258,48 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5260
5258
|
$refs: {
|
5261
5259
|
[x: string]: unknown;
|
5262
5260
|
};
|
5263
|
-
$slots:
|
5264
|
-
|
5265
|
-
|
5266
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
5267
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
5261
|
+
$slots: import('vue').Slots;
|
5262
|
+
$root: import('vue').ComponentPublicInstance | null;
|
5263
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
5268
5264
|
$emit: (event: string, ...args: any[]) => void;
|
5269
5265
|
$el: any;
|
5270
5266
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
5271
5267
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
5272
5268
|
}>>, {
|
5273
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
5269
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
5274
5270
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
5275
5271
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
5276
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
5272
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
5277
5273
|
role: import('vue').ComputedRef<string>;
|
5278
5274
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
5279
5275
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
5280
5276
|
}> & {
|
5281
|
-
beforeCreate?: ((
|
5282
|
-
created?: ((
|
5283
|
-
beforeMount?: ((
|
5284
|
-
mounted?: ((
|
5285
|
-
beforeUpdate?: ((
|
5286
|
-
updated?: ((
|
5287
|
-
activated?: ((
|
5288
|
-
deactivated?: ((
|
5289
|
-
beforeDestroy?: ((
|
5290
|
-
beforeUnmount?: ((
|
5291
|
-
destroyed?: ((
|
5292
|
-
unmounted?: ((
|
5293
|
-
renderTracked?: ((
|
5294
|
-
renderTriggered?: ((
|
5295
|
-
errorCaptured?: ((
|
5277
|
+
beforeCreate?: (() => void) | (() => void)[];
|
5278
|
+
created?: (() => void) | (() => void)[];
|
5279
|
+
beforeMount?: (() => void) | (() => void)[];
|
5280
|
+
mounted?: (() => void) | (() => void)[];
|
5281
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
5282
|
+
updated?: (() => void) | (() => void)[];
|
5283
|
+
activated?: (() => void) | (() => void)[];
|
5284
|
+
deactivated?: (() => void) | (() => void)[];
|
5285
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
5286
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
5287
|
+
destroyed?: (() => void) | (() => void)[];
|
5288
|
+
unmounted?: (() => void) | (() => void)[];
|
5289
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
5290
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
5291
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
5296
5292
|
};
|
5297
5293
|
$forceUpdate: () => void;
|
5298
5294
|
$nextTick: typeof import('vue').nextTick;
|
5299
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
5295
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
5300
5296
|
} & Readonly<import('vue').ExtractPropTypes<{
|
5301
5297
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
5302
5298
|
}>> & import('vue').ShallowUnwrapRef<{
|
5303
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
5299
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
5304
5300
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
5305
5301
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
5306
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
5302
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
5307
5303
|
role: import('vue').ComputedRef<string>;
|
5308
5304
|
}> & {} & import('vue').ComponentCustomProperties & {
|
5309
5305
|
$slots: {
|
@@ -5311,19 +5307,19 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5311
5307
|
};
|
5312
5308
|
}) | undefined>;
|
5313
5309
|
contentRef: import('vue').Ref<any>;
|
5314
|
-
isFocusInsideContent: (event?: FocusEvent
|
5310
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
5315
5311
|
updatePopper: () => void;
|
5316
|
-
onOpen: (event?: Event
|
5317
|
-
onClose: (event?: Event
|
5318
|
-
hide: (event?: Event
|
5312
|
+
onOpen: (event?: Event) => void;
|
5313
|
+
onClose: (event?: Event) => void;
|
5314
|
+
hide: (event?: Event) => void;
|
5319
5315
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
5320
5316
|
[x: string]: (...args: any[]) => void;
|
5321
5317
|
}, string, {
|
5318
|
+
disabled: boolean;
|
5322
5319
|
content: string;
|
5323
5320
|
offset: number;
|
5324
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5321
|
+
visible: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
5325
5322
|
open: boolean;
|
5326
|
-
disabled: boolean;
|
5327
5323
|
placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, import('@popperjs/core').Placement, unknown>;
|
5328
5324
|
strategy: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
5329
5325
|
effect: string;
|
@@ -5331,7 +5327,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5331
5327
|
hideAfter: number;
|
5332
5328
|
autoClose: number;
|
5333
5329
|
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[]) => import('element-plus/es/
|
5330
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType[]) | (() => import('element-plus/es/utils/index.mjs').Arrayable<import('element-plus/es/components/tooltip/index.mjs').TooltipTriggerType>))[], unknown, unknown>;
|
5335
5331
|
arrowOffset: number;
|
5336
5332
|
virtualTriggering: boolean;
|
5337
5333
|
boundariesPadding: number;
|
@@ -5349,33 +5345,33 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5349
5345
|
persistent: boolean;
|
5350
5346
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5351
5347
|
}> & {
|
5352
|
-
beforeCreate?: ((
|
5353
|
-
created?: ((
|
5354
|
-
beforeMount?: ((
|
5355
|
-
mounted?: ((
|
5356
|
-
beforeUpdate?: ((
|
5357
|
-
updated?: ((
|
5358
|
-
activated?: ((
|
5359
|
-
deactivated?: ((
|
5360
|
-
beforeDestroy?: ((
|
5361
|
-
beforeUnmount?: ((
|
5362
|
-
destroyed?: ((
|
5363
|
-
unmounted?: ((
|
5364
|
-
renderTracked?: ((
|
5365
|
-
renderTriggered?: ((
|
5366
|
-
errorCaptured?: ((
|
5348
|
+
beforeCreate?: (() => void) | (() => void)[];
|
5349
|
+
created?: (() => void) | (() => void)[];
|
5350
|
+
beforeMount?: (() => void) | (() => void)[];
|
5351
|
+
mounted?: (() => void) | (() => void)[];
|
5352
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
5353
|
+
updated?: (() => void) | (() => void)[];
|
5354
|
+
activated?: (() => void) | (() => void)[];
|
5355
|
+
deactivated?: (() => void) | (() => void)[];
|
5356
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
5357
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
5358
|
+
destroyed?: (() => void) | (() => void)[];
|
5359
|
+
unmounted?: (() => void) | (() => void)[];
|
5360
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
5361
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
5362
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
5367
5363
|
};
|
5368
5364
|
$forceUpdate: () => void;
|
5369
5365
|
$nextTick: typeof import('vue').nextTick;
|
5370
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
5366
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
5371
5367
|
} & Readonly<import('vue').ExtractPropTypes<{
|
5372
5368
|
showArrow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
5373
5369
|
arrowOffset: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
5374
5370
|
disabled: BooleanConstructor;
|
5375
|
-
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus
|
5371
|
+
trigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
5376
5372
|
triggerKeys: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
5377
5373
|
virtualRef: {
|
5378
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
5374
|
+
readonly type: import('vue').PropType<import('element-plus/es/element-plus').Measurable>;
|
5379
5375
|
readonly required: false;
|
5380
5376
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5381
5377
|
__epPropKey: true;
|
@@ -5427,7 +5423,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5427
5423
|
open: BooleanConstructor;
|
5428
5424
|
ariaLabel: StringConstructor;
|
5429
5425
|
appendTo: {
|
5430
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5426
|
+
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
5427
|
readonly required: false;
|
5432
5428
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5433
5429
|
__epPropKey: true;
|
@@ -5435,17 +5431,17 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5435
5431
|
content: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
5436
5432
|
rawContent: BooleanConstructor;
|
5437
5433
|
persistent: BooleanConstructor;
|
5438
|
-
visible: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
5434
|
+
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>;
|
5439
5435
|
transition: StringConstructor;
|
5440
5436
|
teleported: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
5441
5437
|
style: {
|
5442
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
5438
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
5443
5439
|
readonly required: false;
|
5444
5440
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5445
5441
|
__epPropKey: true;
|
5446
5442
|
};
|
5447
5443
|
className: {
|
5448
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5444
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
5449
5445
|
[x: string]: boolean;
|
5450
5446
|
} | (string | {
|
5451
5447
|
[x: string]: boolean;
|
@@ -5469,7 +5465,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5469
5465
|
[x: string]: boolean;
|
5470
5466
|
} | (string | {
|
5471
5467
|
[x: string]: boolean;
|
5472
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
5468
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5473
5469
|
[x: string]: boolean;
|
5474
5470
|
} | (string | {
|
5475
5471
|
[x: string]: boolean;
|
@@ -5493,7 +5489,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5493
5489
|
[x: string]: boolean;
|
5494
5490
|
} | (string | {
|
5495
5491
|
[x: string]: boolean;
|
5496
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
5492
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
5497
5493
|
[x: string]: boolean;
|
5498
5494
|
} | (string | {
|
5499
5495
|
[x: string]: boolean;
|
@@ -5517,7 +5513,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5517
5513
|
[x: string]: boolean;
|
5518
5514
|
} | (string | {
|
5519
5515
|
[x: string]: boolean;
|
5520
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
5516
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5521
5517
|
[x: string]: boolean;
|
5522
5518
|
} | (string | {
|
5523
5519
|
[x: string]: boolean;
|
@@ -5546,13 +5542,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5546
5542
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5547
5543
|
__epPropKey: true;
|
5548
5544
|
};
|
5549
|
-
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string
|
5545
|
+
effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "dark", boolean>;
|
5550
5546
|
enterable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
5551
5547
|
pure: BooleanConstructor;
|
5552
5548
|
focusOnShow: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
5553
5549
|
trapping: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
5554
5550
|
popperClass: {
|
5555
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5551
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
5556
5552
|
[x: string]: boolean;
|
5557
5553
|
} | (string | {
|
5558
5554
|
[x: string]: boolean;
|
@@ -5576,7 +5572,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5576
5572
|
[x: string]: boolean;
|
5577
5573
|
} | (string | {
|
5578
5574
|
[x: string]: boolean;
|
5579
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
5575
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5580
5576
|
[x: string]: boolean;
|
5581
5577
|
} | (string | {
|
5582
5578
|
[x: string]: boolean;
|
@@ -5600,7 +5596,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5600
5596
|
[x: string]: boolean;
|
5601
5597
|
} | (string | {
|
5602
5598
|
[x: string]: boolean;
|
5603
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
5599
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
5604
5600
|
[x: string]: boolean;
|
5605
5601
|
} | (string | {
|
5606
5602
|
[x: string]: boolean;
|
@@ -5624,7 +5620,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5624
5620
|
[x: string]: boolean;
|
5625
5621
|
} | (string | {
|
5626
5622
|
[x: string]: boolean;
|
5627
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[])
|
5623
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
5628
5624
|
[x: string]: boolean;
|
5629
5625
|
} | (string | {
|
5630
5626
|
[x: string]: boolean;
|
@@ -5654,7 +5650,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5654
5650
|
__epPropKey: true;
|
5655
5651
|
};
|
5656
5652
|
popperStyle: {
|
5657
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('vue').
|
5653
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
5658
5654
|
readonly required: false;
|
5659
5655
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5660
5656
|
__epPropKey: true;
|
@@ -5705,50 +5701,48 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5705
5701
|
$refs: {
|
5706
5702
|
[x: string]: unknown;
|
5707
5703
|
};
|
5708
|
-
$slots:
|
5709
|
-
|
5710
|
-
|
5711
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
5712
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
5704
|
+
$slots: import('vue').Slots;
|
5705
|
+
$root: import('vue').ComponentPublicInstance | null;
|
5706
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
5713
5707
|
$emit: (event: string, ...args: any[]) => void;
|
5714
5708
|
$el: any;
|
5715
5709
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
5716
5710
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
5717
5711
|
}>>, {
|
5718
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
5712
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
5719
5713
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
5720
5714
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
5721
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
5715
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
5722
5716
|
role: import('vue').ComputedRef<string>;
|
5723
5717
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
5724
5718
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
5725
5719
|
}> & {
|
5726
|
-
beforeCreate?: ((
|
5727
|
-
created?: ((
|
5728
|
-
beforeMount?: ((
|
5729
|
-
mounted?: ((
|
5730
|
-
beforeUpdate?: ((
|
5731
|
-
updated?: ((
|
5732
|
-
activated?: ((
|
5733
|
-
deactivated?: ((
|
5734
|
-
beforeDestroy?: ((
|
5735
|
-
beforeUnmount?: ((
|
5736
|
-
destroyed?: ((
|
5737
|
-
unmounted?: ((
|
5738
|
-
renderTracked?: ((
|
5739
|
-
renderTriggered?: ((
|
5740
|
-
errorCaptured?: ((
|
5720
|
+
beforeCreate?: (() => void) | (() => void)[];
|
5721
|
+
created?: (() => void) | (() => void)[];
|
5722
|
+
beforeMount?: (() => void) | (() => void)[];
|
5723
|
+
mounted?: (() => void) | (() => void)[];
|
5724
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
5725
|
+
updated?: (() => void) | (() => void)[];
|
5726
|
+
activated?: (() => void) | (() => void)[];
|
5727
|
+
deactivated?: (() => void) | (() => void)[];
|
5728
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
5729
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
5730
|
+
destroyed?: (() => void) | (() => void)[];
|
5731
|
+
unmounted?: (() => void) | (() => void)[];
|
5732
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
5733
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
5734
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
5741
5735
|
};
|
5742
5736
|
$forceUpdate: () => void;
|
5743
5737
|
$nextTick: typeof import('vue').nextTick;
|
5744
|
-
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions
|
5738
|
+
$watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
5745
5739
|
} & Readonly<import('vue').ExtractPropTypes<{
|
5746
5740
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
5747
5741
|
}>> & import('vue').ShallowUnwrapRef<{
|
5748
|
-
triggerRef: import('vue').Ref<import('element-plus/es/
|
5742
|
+
triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
5749
5743
|
contentRef: import('vue').Ref<HTMLElement | undefined>;
|
5750
5744
|
popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
|
5751
|
-
referenceRef: import('vue').Ref<import('element-plus/es/
|
5745
|
+
referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
|
5752
5746
|
role: import('vue').ComputedRef<string>;
|
5753
5747
|
}> & {} & import('vue').ComponentCustomProperties & {
|
5754
5748
|
$slots: {
|
@@ -5756,11 +5750,11 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5756
5750
|
};
|
5757
5751
|
}) | undefined>;
|
5758
5752
|
contentRef: import('vue').Ref<any>;
|
5759
|
-
isFocusInsideContent: (event?: FocusEvent
|
5753
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
5760
5754
|
updatePopper: () => void;
|
5761
|
-
onOpen: (event?: Event
|
5762
|
-
onClose: (event?: Event
|
5763
|
-
hide: (event?: Event
|
5755
|
+
onOpen: (event?: Event) => void;
|
5756
|
+
onClose: (event?: Event) => void;
|
5757
|
+
hide: (event?: Event) => void;
|
5764
5758
|
}> & {} & import('vue').ComponentCustomProperties & {
|
5765
5759
|
$slots: {
|
5766
5760
|
default?(_: {}): any;
|
@@ -5771,21 +5765,21 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5771
5765
|
triggeringElementRef: import('vue').Ref<any>;
|
5772
5766
|
referenceElementRef: import('vue').Ref<any>;
|
5773
5767
|
}, {}, {}, {}, {
|
5774
|
-
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>;
|
5775
|
-
readonly size: string;
|
5776
5768
|
readonly disabled: boolean;
|
5777
|
-
readonly
|
5769
|
+
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>;
|
5770
|
+
readonly size: string;
|
5771
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], unknown, unknown>;
|
5778
5772
|
readonly effect: string;
|
5779
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5773
|
+
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>;
|
5780
5774
|
readonly role: string;
|
5781
|
-
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus
|
5775
|
+
readonly trigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
|
5782
5776
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5783
5777
|
readonly popperOptions: Partial<import('@popperjs/core').Options>;
|
5784
5778
|
readonly popperClass: string;
|
5785
5779
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5780
|
+
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5786
5781
|
readonly showTimeout: number;
|
5787
5782
|
readonly hideTimeout: number;
|
5788
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5789
5783
|
readonly splitButton: boolean;
|
5790
5784
|
}> | null;
|
5791
5785
|
input: ({
|
@@ -5795,15 +5789,15 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5795
5789
|
readonly disabled: boolean;
|
5796
5790
|
readonly id: string;
|
5797
5791
|
readonly type: string;
|
5798
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5792
|
+
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>;
|
5799
5793
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
5794
|
+
readonly readonly: boolean;
|
5800
5795
|
readonly autosize: import('element-plus').InputAutoSize;
|
5801
5796
|
readonly autocomplete: string;
|
5802
5797
|
readonly containerRole: string;
|
5803
5798
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5804
5799
|
readonly inputStyle: import('vue').StyleValue;
|
5805
5800
|
readonly rows: number;
|
5806
|
-
readonly readonly: boolean;
|
5807
5801
|
readonly clearable: boolean;
|
5808
5802
|
readonly showPassword: boolean;
|
5809
5803
|
readonly showWordLimit: boolean;
|
@@ -5812,7 +5806,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5812
5806
|
readonly disabled: boolean;
|
5813
5807
|
readonly type: string;
|
5814
5808
|
readonly autofocus: boolean;
|
5815
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
5809
|
+
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>;
|
5816
5810
|
readonly readonly: boolean;
|
5817
5811
|
readonly autosize: import('element-plus').InputAutoSize;
|
5818
5812
|
readonly autocomplete: string;
|
@@ -5833,8 +5827,8 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5833
5827
|
readonly placeholder?: string | undefined;
|
5834
5828
|
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
5835
5829
|
readonly parser?: Function | undefined;
|
5836
|
-
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
5837
|
-
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
5830
|
+
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;
|
5831
|
+
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;
|
5838
5832
|
readonly containerRole?: string | undefined;
|
5839
5833
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
5840
5834
|
onChange?: ((value: string) => any) | undefined;
|
@@ -5858,7 +5852,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5858
5852
|
__epPropKey: true;
|
5859
5853
|
};
|
5860
5854
|
readonly disabled: BooleanConstructor;
|
5861
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
5855
|
+
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>;
|
5862
5856
|
readonly maxlength: {
|
5863
5857
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
5864
5858
|
readonly required: false;
|
@@ -5878,7 +5872,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5878
5872
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5879
5873
|
__epPropKey: true;
|
5880
5874
|
};
|
5881
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
5875
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
|
5876
|
+
minRows?: number;
|
5877
|
+
maxRows?: number;
|
5878
|
+
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
5879
|
+
minRows?: number;
|
5880
|
+
maxRows?: number;
|
5881
|
+
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
5882
5882
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
5883
5883
|
readonly formatter: {
|
5884
5884
|
readonly type: import('vue').PropType<Function>;
|
@@ -5909,13 +5909,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5909
5909
|
readonly showPassword: BooleanConstructor;
|
5910
5910
|
readonly showWordLimit: BooleanConstructor;
|
5911
5911
|
readonly suffixIcon: {
|
5912
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
5912
|
+
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>>;
|
5913
5913
|
readonly required: false;
|
5914
5914
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5915
5915
|
__epPropKey: true;
|
5916
5916
|
};
|
5917
5917
|
readonly prefixIcon: {
|
5918
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
5918
|
+
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>>;
|
5919
5919
|
readonly required: false;
|
5920
5920
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5921
5921
|
__epPropKey: true;
|
@@ -5923,7 +5923,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5923
5923
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
5924
5924
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
5925
5925
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
5926
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').
|
5926
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
5927
5927
|
readonly autofocus: BooleanConstructor;
|
5928
5928
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
5929
5929
|
}>> & {
|
@@ -5964,7 +5964,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5964
5964
|
__epPropKey: true;
|
5965
5965
|
};
|
5966
5966
|
readonly disabled: BooleanConstructor;
|
5967
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
5967
|
+
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>;
|
5968
5968
|
readonly maxlength: {
|
5969
5969
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
5970
5970
|
readonly required: false;
|
@@ -5984,7 +5984,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5984
5984
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
5985
5985
|
__epPropKey: true;
|
5986
5986
|
};
|
5987
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
5987
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
|
5988
|
+
minRows?: number;
|
5989
|
+
maxRows?: number;
|
5990
|
+
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
5991
|
+
minRows?: number;
|
5992
|
+
maxRows?: number;
|
5993
|
+
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
5988
5994
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
5989
5995
|
readonly formatter: {
|
5990
5996
|
readonly type: import('vue').PropType<Function>;
|
@@ -6015,13 +6021,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
6015
6021
|
readonly showPassword: BooleanConstructor;
|
6016
6022
|
readonly showWordLimit: BooleanConstructor;
|
6017
6023
|
readonly suffixIcon: {
|
6018
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
6024
|
+
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>>;
|
6019
6025
|
readonly required: false;
|
6020
6026
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6021
6027
|
__epPropKey: true;
|
6022
6028
|
};
|
6023
6029
|
readonly prefixIcon: {
|
6024
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
6030
|
+
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>>;
|
6025
6031
|
readonly required: false;
|
6026
6032
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6027
6033
|
__epPropKey: true;
|
@@ -6029,7 +6035,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
6029
6035
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
6030
6036
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
6031
6037
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
6032
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').
|
6038
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
6033
6039
|
readonly autofocus: BooleanConstructor;
|
6034
6040
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
6035
6041
|
}>> & {
|
@@ -6074,15 +6080,15 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
6074
6080
|
readonly disabled: boolean;
|
6075
6081
|
readonly id: string;
|
6076
6082
|
readonly type: string;
|
6077
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
6083
|
+
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>;
|
6078
6084
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
6085
|
+
readonly readonly: boolean;
|
6079
6086
|
readonly autosize: import('element-plus').InputAutoSize;
|
6080
6087
|
readonly autocomplete: string;
|
6081
6088
|
readonly containerRole: string;
|
6082
6089
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
6083
6090
|
readonly inputStyle: import('vue').StyleValue;
|
6084
6091
|
readonly rows: number;
|
6085
|
-
readonly readonly: boolean;
|
6086
6092
|
readonly clearable: boolean;
|
6087
6093
|
readonly showPassword: boolean;
|
6088
6094
|
readonly showWordLimit: boolean;
|
@@ -6111,15 +6117,15 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
6111
6117
|
readonly disabled: boolean;
|
6112
6118
|
readonly id: string;
|
6113
6119
|
readonly type: string;
|
6114
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) =>
|
6120
|
+
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>;
|
6115
6121
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
6122
|
+
readonly readonly: boolean;
|
6116
6123
|
readonly autosize: import('element-plus').InputAutoSize;
|
6117
6124
|
readonly autocomplete: string;
|
6118
6125
|
readonly containerRole: string;
|
6119
6126
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
6120
6127
|
readonly inputStyle: import('vue').StyleValue;
|
6121
6128
|
readonly rows: number;
|
6122
|
-
readonly readonly: boolean;
|
6123
6129
|
readonly clearable: boolean;
|
6124
6130
|
readonly showPassword: boolean;
|
6125
6131
|
readonly showWordLimit: boolean;
|
@@ -6134,7 +6140,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
6134
6140
|
__epPropKey: true;
|
6135
6141
|
};
|
6136
6142
|
readonly disabled: BooleanConstructor;
|
6137
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
6143
|
+
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>;
|
6138
6144
|
readonly maxlength: {
|
6139
6145
|
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
6140
6146
|
readonly required: false;
|
@@ -6154,7 +6160,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
6154
6160
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6155
6161
|
__epPropKey: true;
|
6156
6162
|
};
|
6157
|
-
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) =>
|
6163
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | {
|
6164
|
+
minRows?: number;
|
6165
|
+
maxRows?: number;
|
6166
|
+
}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => boolean | {
|
6167
|
+
minRows?: number;
|
6168
|
+
maxRows?: number;
|
6169
|
+
}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
6158
6170
|
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
6159
6171
|
readonly formatter: {
|
6160
6172
|
readonly type: import('vue').PropType<Function>;
|
@@ -6185,13 +6197,13 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
6185
6197
|
readonly showPassword: BooleanConstructor;
|
6186
6198
|
readonly showWordLimit: BooleanConstructor;
|
6187
6199
|
readonly suffixIcon: {
|
6188
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
6200
|
+
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>>;
|
6189
6201
|
readonly required: false;
|
6190
6202
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6191
6203
|
__epPropKey: true;
|
6192
6204
|
};
|
6193
6205
|
readonly prefixIcon: {
|
6194
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component
|
6206
|
+
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>>;
|
6195
6207
|
readonly required: false;
|
6196
6208
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
6197
6209
|
__epPropKey: true;
|
@@ -6199,7 +6211,7 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
6199
6211
|
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
6200
6212
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
6201
6213
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
6202
|
-
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').
|
6214
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
6203
6215
|
readonly autofocus: BooleanConstructor;
|
6204
6216
|
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
6205
6217
|
}>> & {
|