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