@vue-start/element-pro 0.2.27 → 0.2.29
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/CHANGELOG.md +8 -0
- package/dist/index.d.ts +3649 -194
- package/dist/index.es.js +513 -467
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
1
|
+
import * as _popperjs_core from '@popperjs/core';
|
|
1
2
|
import * as element_plus_es_components_descriptions_src_descriptions_type from 'element-plus/es/components/descriptions/src/descriptions.type';
|
|
3
|
+
import * as element_plus from 'element-plus';
|
|
4
|
+
import { dropdownProps, TableProps, DialogProps, CheckboxGroupProps, ISelectProps, MenuProps, UploadProps, UploadFile, InputNumberProps, FormItemProps } from 'element-plus';
|
|
2
5
|
import * as vue from 'vue';
|
|
3
6
|
import { VNode, ExtractPropTypes, PropType } from 'vue';
|
|
4
|
-
import * as
|
|
5
|
-
import { TableProps, DialogProps, CheckboxGroupProps, ISelectProps, MenuProps, UploadProps, UploadFile, InputNumberProps, FormItemProps } from 'element-plus';
|
|
7
|
+
import * as element_plus_es_utils from 'element-plus/es/utils';
|
|
6
8
|
import { FilterMethods, Filters } from 'element-plus/es/components/table/src/table-column/defaults';
|
|
7
9
|
import * as _vue_start_pro from '@vue-start/pro';
|
|
8
|
-
import { TColumns, TOption, TFile } from '@vue-start/pro';
|
|
10
|
+
import { TColumns, TOption as TOption$1, TFile } from '@vue-start/pro';
|
|
9
11
|
import { TTableMergeOpts } from '@vue-start/hooks';
|
|
10
12
|
import * as _vue_shared from '@vue/shared';
|
|
11
|
-
import * as element_plus_es_utils from 'element-plus/es/utils';
|
|
12
13
|
import { TreeComponentProps } from 'element-plus/es/components/tree/src/tree.type';
|
|
13
14
|
|
|
15
|
+
declare type TOption = {
|
|
16
|
+
label?: string;
|
|
17
|
+
value: string | number;
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
};
|
|
14
20
|
interface TableColumnCtx<T> {
|
|
15
21
|
id?: string;
|
|
16
22
|
realWidth?: number;
|
|
@@ -73,6 +79,22 @@ interface TableColumnCtx<T> {
|
|
|
73
79
|
filterOpened?: boolean;
|
|
74
80
|
}
|
|
75
81
|
|
|
82
|
+
declare const proDropdownProps: () => {
|
|
83
|
+
options: PropType<(TOption & {
|
|
84
|
+
readonly command: element_plus_es_utils.EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
85
|
+
readonly disabled: BooleanConstructor;
|
|
86
|
+
readonly divided: BooleanConstructor;
|
|
87
|
+
readonly textValue: StringConstructor;
|
|
88
|
+
readonly icon: {
|
|
89
|
+
readonly type: PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>>;
|
|
90
|
+
readonly required: false;
|
|
91
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
+
__epPropKey: true;
|
|
93
|
+
};
|
|
94
|
+
})[]>;
|
|
95
|
+
};
|
|
96
|
+
declare type ProDropdownProps = Partial<ExtractPropTypes<ReturnType<typeof proDropdownProps>>> & typeof dropdownProps;
|
|
97
|
+
|
|
76
98
|
declare type ProTableColumnProps = TableColumnCtx<any>;
|
|
77
99
|
declare const ProTableColumn: vue.DefineComponent<ProTableColumnProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProTableColumnProps>, {}>;
|
|
78
100
|
declare const TableMethods: string[];
|
|
@@ -228,13 +250,14 @@ declare const proModalProps: () => {
|
|
|
228
250
|
readonly circle: boolean;
|
|
229
251
|
readonly disabled: boolean;
|
|
230
252
|
readonly loading: boolean;
|
|
231
|
-
readonly
|
|
253
|
+
readonly bg: boolean;
|
|
232
254
|
readonly round: boolean;
|
|
255
|
+
readonly dark: boolean;
|
|
233
256
|
readonly autofocus: boolean;
|
|
234
257
|
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
235
|
-
readonly bg: boolean;
|
|
236
258
|
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
237
259
|
readonly plain: boolean;
|
|
260
|
+
readonly tag: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
238
261
|
} & {
|
|
239
262
|
readonly color?: string | undefined;
|
|
240
263
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
@@ -256,13 +279,14 @@ declare const proModalProps: () => {
|
|
|
256
279
|
readonly circle: boolean;
|
|
257
280
|
readonly disabled: boolean;
|
|
258
281
|
readonly loading: boolean;
|
|
259
|
-
readonly
|
|
282
|
+
readonly bg: boolean;
|
|
260
283
|
readonly round: boolean;
|
|
284
|
+
readonly dark: boolean;
|
|
261
285
|
readonly autofocus: boolean;
|
|
262
286
|
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
263
|
-
readonly bg: boolean;
|
|
264
287
|
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
265
288
|
readonly plain: boolean;
|
|
289
|
+
readonly tag: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
266
290
|
} & {
|
|
267
291
|
readonly color?: string | undefined;
|
|
268
292
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
@@ -294,7 +318,7 @@ declare const ProPopover: vue.DefineComponent<any, () => JSX.Element, unknown, {
|
|
|
294
318
|
}>;
|
|
295
319
|
|
|
296
320
|
declare const proCheckboxProps: () => {
|
|
297
|
-
options: PropType<(TOption & {
|
|
321
|
+
options: PropType<(TOption$1 & {
|
|
298
322
|
border: boolean;
|
|
299
323
|
disabled: boolean;
|
|
300
324
|
checked: boolean;
|
|
@@ -325,7 +349,7 @@ declare const ProCheckbox: vue.DefineComponent<ProCheckboxProps, {}, {}, {}, {},
|
|
|
325
349
|
|
|
326
350
|
declare const proRadioProps: () => {
|
|
327
351
|
options: {
|
|
328
|
-
type: PropType<(TOption & {
|
|
352
|
+
type: PropType<(TOption$1 & {
|
|
329
353
|
readonly label: element_plus_es_utils.EpPropMergeType<(NumberConstructor | StringConstructor | BooleanConstructor)[], unknown, unknown>;
|
|
330
354
|
readonly name: string;
|
|
331
355
|
readonly border: boolean;
|
|
@@ -356,7 +380,7 @@ declare const ProRadio: vue.DefineComponent<ProRadioProps, {}, {}, {}, {}, vue.C
|
|
|
356
380
|
}>;
|
|
357
381
|
|
|
358
382
|
declare const proSelectProps: () => {
|
|
359
|
-
options: PropType<(TOption & {
|
|
383
|
+
options: PropType<(TOption$1 & {
|
|
360
384
|
created: boolean;
|
|
361
385
|
disabled: boolean;
|
|
362
386
|
hovering: boolean;
|
|
@@ -523,7 +547,7 @@ declare const ProFormText: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
523
547
|
} & {
|
|
524
548
|
readonly error?: string | undefined;
|
|
525
549
|
readonly label?: string | undefined;
|
|
526
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
550
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
527
551
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
528
552
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
529
553
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -543,6 +567,12 @@ declare const ProFormText: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
543
567
|
slots: {
|
|
544
568
|
type: ObjectConstructor;
|
|
545
569
|
};
|
|
570
|
+
tip: {
|
|
571
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
572
|
+
};
|
|
573
|
+
tipProps: {
|
|
574
|
+
type: ObjectConstructor;
|
|
575
|
+
};
|
|
546
576
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
547
577
|
name: {
|
|
548
578
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -554,7 +584,7 @@ declare const ProFormText: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
554
584
|
} & {
|
|
555
585
|
readonly error?: string | undefined;
|
|
556
586
|
readonly label?: string | undefined;
|
|
557
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
587
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
558
588
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
559
589
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
560
590
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -574,6 +604,12 @@ declare const ProFormText: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
574
604
|
slots: {
|
|
575
605
|
type: ObjectConstructor;
|
|
576
606
|
};
|
|
607
|
+
tip: {
|
|
608
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
609
|
+
};
|
|
610
|
+
tipProps: {
|
|
611
|
+
type: ObjectConstructor;
|
|
612
|
+
};
|
|
577
613
|
}>> & Record<string, any>>>, {
|
|
578
614
|
[x: string]: any;
|
|
579
615
|
}>;
|
|
@@ -588,7 +624,7 @@ declare const ProFormTextNumber: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
588
624
|
} & {
|
|
589
625
|
readonly error?: string | undefined;
|
|
590
626
|
readonly label?: string | undefined;
|
|
591
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
627
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
592
628
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
593
629
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
594
630
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -608,6 +644,12 @@ declare const ProFormTextNumber: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
608
644
|
slots: {
|
|
609
645
|
type: ObjectConstructor;
|
|
610
646
|
};
|
|
647
|
+
tip: {
|
|
648
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
649
|
+
};
|
|
650
|
+
tipProps: {
|
|
651
|
+
type: ObjectConstructor;
|
|
652
|
+
};
|
|
611
653
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
612
654
|
name: {
|
|
613
655
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -619,7 +661,7 @@ declare const ProFormTextNumber: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
619
661
|
} & {
|
|
620
662
|
readonly error?: string | undefined;
|
|
621
663
|
readonly label?: string | undefined;
|
|
622
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
664
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
623
665
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
624
666
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
625
667
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -639,6 +681,12 @@ declare const ProFormTextNumber: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
639
681
|
slots: {
|
|
640
682
|
type: ObjectConstructor;
|
|
641
683
|
};
|
|
684
|
+
tip: {
|
|
685
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
686
|
+
};
|
|
687
|
+
tipProps: {
|
|
688
|
+
type: ObjectConstructor;
|
|
689
|
+
};
|
|
642
690
|
}>> & Record<string, any>>>, {
|
|
643
691
|
[x: string]: any;
|
|
644
692
|
}>;
|
|
@@ -653,7 +701,7 @@ declare const ProFormInputNumberRange: vue.DefineComponent<Partial<vue.ExtractPr
|
|
|
653
701
|
} & {
|
|
654
702
|
readonly error?: string | undefined;
|
|
655
703
|
readonly label?: string | undefined;
|
|
656
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
704
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
657
705
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
658
706
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
659
707
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -673,6 +721,12 @@ declare const ProFormInputNumberRange: vue.DefineComponent<Partial<vue.ExtractPr
|
|
|
673
721
|
slots: {
|
|
674
722
|
type: ObjectConstructor;
|
|
675
723
|
};
|
|
724
|
+
tip: {
|
|
725
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
726
|
+
};
|
|
727
|
+
tipProps: {
|
|
728
|
+
type: ObjectConstructor;
|
|
729
|
+
};
|
|
676
730
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
677
731
|
name: {
|
|
678
732
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -684,7 +738,7 @@ declare const ProFormInputNumberRange: vue.DefineComponent<Partial<vue.ExtractPr
|
|
|
684
738
|
} & {
|
|
685
739
|
readonly error?: string | undefined;
|
|
686
740
|
readonly label?: string | undefined;
|
|
687
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
741
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
688
742
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
689
743
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
690
744
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -704,6 +758,12 @@ declare const ProFormInputNumberRange: vue.DefineComponent<Partial<vue.ExtractPr
|
|
|
704
758
|
slots: {
|
|
705
759
|
type: ObjectConstructor;
|
|
706
760
|
};
|
|
761
|
+
tip: {
|
|
762
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
763
|
+
};
|
|
764
|
+
tipProps: {
|
|
765
|
+
type: ObjectConstructor;
|
|
766
|
+
};
|
|
707
767
|
}>> & Record<string, any>>>, {
|
|
708
768
|
[x: string]: any;
|
|
709
769
|
}>;
|
|
@@ -718,7 +778,7 @@ declare const ProFormDatePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
718
778
|
} & {
|
|
719
779
|
readonly error?: string | undefined;
|
|
720
780
|
readonly label?: string | undefined;
|
|
721
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
781
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
722
782
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
723
783
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
724
784
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -738,6 +798,12 @@ declare const ProFormDatePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
738
798
|
slots: {
|
|
739
799
|
type: ObjectConstructor;
|
|
740
800
|
};
|
|
801
|
+
tip: {
|
|
802
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
803
|
+
};
|
|
804
|
+
tipProps: {
|
|
805
|
+
type: ObjectConstructor;
|
|
806
|
+
};
|
|
741
807
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
742
808
|
name: {
|
|
743
809
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -749,7 +815,7 @@ declare const ProFormDatePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
749
815
|
} & {
|
|
750
816
|
readonly error?: string | undefined;
|
|
751
817
|
readonly label?: string | undefined;
|
|
752
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
818
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
753
819
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
754
820
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
755
821
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -769,6 +835,12 @@ declare const ProFormDatePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
769
835
|
slots: {
|
|
770
836
|
type: ObjectConstructor;
|
|
771
837
|
};
|
|
838
|
+
tip: {
|
|
839
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
840
|
+
};
|
|
841
|
+
tipProps: {
|
|
842
|
+
type: ObjectConstructor;
|
|
843
|
+
};
|
|
772
844
|
}>> & Record<string, any>>>, {
|
|
773
845
|
[x: string]: any;
|
|
774
846
|
}>;
|
|
@@ -783,7 +855,7 @@ declare const ProFormTimePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
783
855
|
} & {
|
|
784
856
|
readonly error?: string | undefined;
|
|
785
857
|
readonly label?: string | undefined;
|
|
786
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
858
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
787
859
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
788
860
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
789
861
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -803,6 +875,12 @@ declare const ProFormTimePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
803
875
|
slots: {
|
|
804
876
|
type: ObjectConstructor;
|
|
805
877
|
};
|
|
878
|
+
tip: {
|
|
879
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
880
|
+
};
|
|
881
|
+
tipProps: {
|
|
882
|
+
type: ObjectConstructor;
|
|
883
|
+
};
|
|
806
884
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
807
885
|
name: {
|
|
808
886
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -814,7 +892,7 @@ declare const ProFormTimePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
814
892
|
} & {
|
|
815
893
|
readonly error?: string | undefined;
|
|
816
894
|
readonly label?: string | undefined;
|
|
817
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
895
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
818
896
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
819
897
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
820
898
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -834,6 +912,12 @@ declare const ProFormTimePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
834
912
|
slots: {
|
|
835
913
|
type: ObjectConstructor;
|
|
836
914
|
};
|
|
915
|
+
tip: {
|
|
916
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
917
|
+
};
|
|
918
|
+
tipProps: {
|
|
919
|
+
type: ObjectConstructor;
|
|
920
|
+
};
|
|
837
921
|
}>> & Record<string, any>>>, {
|
|
838
922
|
[x: string]: any;
|
|
839
923
|
}>;
|
|
@@ -848,7 +932,7 @@ declare const ProFormSelect: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
848
932
|
} & {
|
|
849
933
|
readonly error?: string | undefined;
|
|
850
934
|
readonly label?: string | undefined;
|
|
851
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
935
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
852
936
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
853
937
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
854
938
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -868,6 +952,12 @@ declare const ProFormSelect: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
868
952
|
slots: {
|
|
869
953
|
type: ObjectConstructor;
|
|
870
954
|
};
|
|
955
|
+
tip: {
|
|
956
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
957
|
+
};
|
|
958
|
+
tipProps: {
|
|
959
|
+
type: ObjectConstructor;
|
|
960
|
+
};
|
|
871
961
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
872
962
|
name: {
|
|
873
963
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -879,7 +969,7 @@ declare const ProFormSelect: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
879
969
|
} & {
|
|
880
970
|
readonly error?: string | undefined;
|
|
881
971
|
readonly label?: string | undefined;
|
|
882
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
972
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
883
973
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
884
974
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
885
975
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -899,6 +989,12 @@ declare const ProFormSelect: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
899
989
|
slots: {
|
|
900
990
|
type: ObjectConstructor;
|
|
901
991
|
};
|
|
992
|
+
tip: {
|
|
993
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
994
|
+
};
|
|
995
|
+
tipProps: {
|
|
996
|
+
type: ObjectConstructor;
|
|
997
|
+
};
|
|
902
998
|
}>> & Record<string, any>>>, {
|
|
903
999
|
[x: string]: any;
|
|
904
1000
|
}>;
|
|
@@ -913,7 +1009,7 @@ declare const ProFormTreeSelect: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
913
1009
|
} & {
|
|
914
1010
|
readonly error?: string | undefined;
|
|
915
1011
|
readonly label?: string | undefined;
|
|
916
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1012
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
917
1013
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
918
1014
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
919
1015
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -933,6 +1029,12 @@ declare const ProFormTreeSelect: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
933
1029
|
slots: {
|
|
934
1030
|
type: ObjectConstructor;
|
|
935
1031
|
};
|
|
1032
|
+
tip: {
|
|
1033
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1034
|
+
};
|
|
1035
|
+
tipProps: {
|
|
1036
|
+
type: ObjectConstructor;
|
|
1037
|
+
};
|
|
936
1038
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
937
1039
|
name: {
|
|
938
1040
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -944,7 +1046,7 @@ declare const ProFormTreeSelect: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
944
1046
|
} & {
|
|
945
1047
|
readonly error?: string | undefined;
|
|
946
1048
|
readonly label?: string | undefined;
|
|
947
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1049
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
948
1050
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
949
1051
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
950
1052
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -964,6 +1066,12 @@ declare const ProFormTreeSelect: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
964
1066
|
slots: {
|
|
965
1067
|
type: ObjectConstructor;
|
|
966
1068
|
};
|
|
1069
|
+
tip: {
|
|
1070
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1071
|
+
};
|
|
1072
|
+
tipProps: {
|
|
1073
|
+
type: ObjectConstructor;
|
|
1074
|
+
};
|
|
967
1075
|
}>> & Record<string, any>>>, {
|
|
968
1076
|
[x: string]: any;
|
|
969
1077
|
}>;
|
|
@@ -978,7 +1086,7 @@ declare const ProFormCheckbox: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
978
1086
|
} & {
|
|
979
1087
|
readonly error?: string | undefined;
|
|
980
1088
|
readonly label?: string | undefined;
|
|
981
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1089
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
982
1090
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
983
1091
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
984
1092
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -998,6 +1106,12 @@ declare const ProFormCheckbox: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
998
1106
|
slots: {
|
|
999
1107
|
type: ObjectConstructor;
|
|
1000
1108
|
};
|
|
1109
|
+
tip: {
|
|
1110
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1111
|
+
};
|
|
1112
|
+
tipProps: {
|
|
1113
|
+
type: ObjectConstructor;
|
|
1114
|
+
};
|
|
1001
1115
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
1002
1116
|
name: {
|
|
1003
1117
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -1009,7 +1123,7 @@ declare const ProFormCheckbox: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1009
1123
|
} & {
|
|
1010
1124
|
readonly error?: string | undefined;
|
|
1011
1125
|
readonly label?: string | undefined;
|
|
1012
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1126
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1013
1127
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1014
1128
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1015
1129
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -1029,6 +1143,12 @@ declare const ProFormCheckbox: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1029
1143
|
slots: {
|
|
1030
1144
|
type: ObjectConstructor;
|
|
1031
1145
|
};
|
|
1146
|
+
tip: {
|
|
1147
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1148
|
+
};
|
|
1149
|
+
tipProps: {
|
|
1150
|
+
type: ObjectConstructor;
|
|
1151
|
+
};
|
|
1032
1152
|
}>> & Record<string, any>>>, {
|
|
1033
1153
|
[x: string]: any;
|
|
1034
1154
|
}>;
|
|
@@ -1043,7 +1163,7 @@ declare const ProFormRadio: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1043
1163
|
} & {
|
|
1044
1164
|
readonly error?: string | undefined;
|
|
1045
1165
|
readonly label?: string | undefined;
|
|
1046
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1166
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1047
1167
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1048
1168
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1049
1169
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -1063,6 +1183,12 @@ declare const ProFormRadio: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1063
1183
|
slots: {
|
|
1064
1184
|
type: ObjectConstructor;
|
|
1065
1185
|
};
|
|
1186
|
+
tip: {
|
|
1187
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1188
|
+
};
|
|
1189
|
+
tipProps: {
|
|
1190
|
+
type: ObjectConstructor;
|
|
1191
|
+
};
|
|
1066
1192
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
1067
1193
|
name: {
|
|
1068
1194
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -1074,7 +1200,7 @@ declare const ProFormRadio: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1074
1200
|
} & {
|
|
1075
1201
|
readonly error?: string | undefined;
|
|
1076
1202
|
readonly label?: string | undefined;
|
|
1077
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1203
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1078
1204
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1079
1205
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1080
1206
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -1094,6 +1220,12 @@ declare const ProFormRadio: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1094
1220
|
slots: {
|
|
1095
1221
|
type: ObjectConstructor;
|
|
1096
1222
|
};
|
|
1223
|
+
tip: {
|
|
1224
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1225
|
+
};
|
|
1226
|
+
tipProps: {
|
|
1227
|
+
type: ObjectConstructor;
|
|
1228
|
+
};
|
|
1097
1229
|
}>> & Record<string, any>>>, {
|
|
1098
1230
|
[x: string]: any;
|
|
1099
1231
|
}>;
|
|
@@ -1108,7 +1240,7 @@ declare const ProFormSwitch: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1108
1240
|
} & {
|
|
1109
1241
|
readonly error?: string | undefined;
|
|
1110
1242
|
readonly label?: string | undefined;
|
|
1111
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1243
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1112
1244
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1113
1245
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1114
1246
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -1128,6 +1260,12 @@ declare const ProFormSwitch: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1128
1260
|
slots: {
|
|
1129
1261
|
type: ObjectConstructor;
|
|
1130
1262
|
};
|
|
1263
|
+
tip: {
|
|
1264
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1265
|
+
};
|
|
1266
|
+
tipProps: {
|
|
1267
|
+
type: ObjectConstructor;
|
|
1268
|
+
};
|
|
1131
1269
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
1132
1270
|
name: {
|
|
1133
1271
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -1139,7 +1277,7 @@ declare const ProFormSwitch: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1139
1277
|
} & {
|
|
1140
1278
|
readonly error?: string | undefined;
|
|
1141
1279
|
readonly label?: string | undefined;
|
|
1142
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1280
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1143
1281
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1144
1282
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1145
1283
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -1159,6 +1297,12 @@ declare const ProFormSwitch: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1159
1297
|
slots: {
|
|
1160
1298
|
type: ObjectConstructor;
|
|
1161
1299
|
};
|
|
1300
|
+
tip: {
|
|
1301
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1302
|
+
};
|
|
1303
|
+
tipProps: {
|
|
1304
|
+
type: ObjectConstructor;
|
|
1305
|
+
};
|
|
1162
1306
|
}>> & Record<string, any>>>, {
|
|
1163
1307
|
[x: string]: any;
|
|
1164
1308
|
}>;
|
|
@@ -1173,7 +1317,7 @@ declare const ProFormCascader: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1173
1317
|
} & {
|
|
1174
1318
|
readonly error?: string | undefined;
|
|
1175
1319
|
readonly label?: string | undefined;
|
|
1176
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1320
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1177
1321
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1178
1322
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1179
1323
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -1193,6 +1337,12 @@ declare const ProFormCascader: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1193
1337
|
slots: {
|
|
1194
1338
|
type: ObjectConstructor;
|
|
1195
1339
|
};
|
|
1340
|
+
tip: {
|
|
1341
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1342
|
+
};
|
|
1343
|
+
tipProps: {
|
|
1344
|
+
type: ObjectConstructor;
|
|
1345
|
+
};
|
|
1196
1346
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
1197
1347
|
name: {
|
|
1198
1348
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -1204,7 +1354,7 @@ declare const ProFormCascader: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1204
1354
|
} & {
|
|
1205
1355
|
readonly error?: string | undefined;
|
|
1206
1356
|
readonly label?: string | undefined;
|
|
1207
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1357
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1208
1358
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1209
1359
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1210
1360
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -1224,6 +1374,12 @@ declare const ProFormCascader: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1224
1374
|
slots: {
|
|
1225
1375
|
type: ObjectConstructor;
|
|
1226
1376
|
};
|
|
1377
|
+
tip: {
|
|
1378
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1379
|
+
};
|
|
1380
|
+
tipProps: {
|
|
1381
|
+
type: ObjectConstructor;
|
|
1382
|
+
};
|
|
1227
1383
|
}>> & Record<string, any>>>, {
|
|
1228
1384
|
[x: string]: any;
|
|
1229
1385
|
}>;
|
|
@@ -1243,7 +1399,7 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1243
1399
|
} & {
|
|
1244
1400
|
readonly error?: string | undefined;
|
|
1245
1401
|
readonly label?: string | undefined;
|
|
1246
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1402
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1247
1403
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1248
1404
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1249
1405
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -1263,6 +1419,12 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1263
1419
|
slots: {
|
|
1264
1420
|
type: ObjectConstructor;
|
|
1265
1421
|
};
|
|
1422
|
+
tip: {
|
|
1423
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1424
|
+
};
|
|
1425
|
+
tipProps: {
|
|
1426
|
+
type: ObjectConstructor;
|
|
1427
|
+
};
|
|
1266
1428
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
1267
1429
|
name: {
|
|
1268
1430
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -1274,7 +1436,7 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1274
1436
|
} & {
|
|
1275
1437
|
readonly error?: string | undefined;
|
|
1276
1438
|
readonly label?: string | undefined;
|
|
1277
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
1439
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
1278
1440
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1279
1441
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
1280
1442
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -1294,6 +1456,12 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1294
1456
|
slots: {
|
|
1295
1457
|
type: ObjectConstructor;
|
|
1296
1458
|
};
|
|
1459
|
+
tip: {
|
|
1460
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1461
|
+
};
|
|
1462
|
+
tipProps: {
|
|
1463
|
+
type: ObjectConstructor;
|
|
1464
|
+
};
|
|
1297
1465
|
}>> & Record<string, any>>>, {
|
|
1298
1466
|
[x: string]: any;
|
|
1299
1467
|
}>;
|
|
@@ -1301,7 +1469,7 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1301
1469
|
declare type TConvert = (...params: any[]) => any;
|
|
1302
1470
|
|
|
1303
1471
|
declare const elementMap: {
|
|
1304
|
-
[x: string]: vue.DefineComponent<_vue_start_pro.ProFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProFormProps>, {}> | vue.DefineComponent<_vue_start_pro.ProSearchFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProSearchFormProps>, {}> | vue.DefineComponent<_vue_start_pro.ProTableProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProTableProps>, {}> | vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
1472
|
+
[x: string]: vue.DefineComponent<_vue_start_pro.ProFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProFormProps>, {}> | vue.DefineComponent<_vue_start_pro.ProSearchFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProSearchFormProps>, {}> | vue.DefineComponent<_vue_start_pro.ProTableProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProTableProps>, {}> | vue.DefineComponent<_vue_start_pro.ProPageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProPageProps>, {}> | vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
1305
1473
|
clsName: {
|
|
1306
1474
|
type: StringConstructor;
|
|
1307
1475
|
default: string;
|
|
@@ -1780,6 +1948,7 @@ declare const elementMap: {
|
|
|
1780
1948
|
readonly color: StringConstructor;
|
|
1781
1949
|
readonly dark: BooleanConstructor;
|
|
1782
1950
|
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1951
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
1783
1952
|
}, {
|
|
1784
1953
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
1785
1954
|
readonly size: {
|
|
@@ -1809,6 +1978,7 @@ declare const elementMap: {
|
|
|
1809
1978
|
readonly color: StringConstructor;
|
|
1810
1979
|
readonly dark: BooleanConstructor;
|
|
1811
1980
|
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1981
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
1812
1982
|
}>> & {
|
|
1813
1983
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1814
1984
|
}>>;
|
|
@@ -1836,6 +2006,17 @@ declare const elementMap: {
|
|
|
1836
2006
|
_size: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
1837
2007
|
_type: vue.ComputedRef<"" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info">;
|
|
1838
2008
|
_disabled: vue.ComputedRef<boolean>;
|
|
2009
|
+
_props: vue.ComputedRef<{
|
|
2010
|
+
ariaDisabled: boolean;
|
|
2011
|
+
disabled: boolean;
|
|
2012
|
+
autofocus: boolean;
|
|
2013
|
+
type: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
2014
|
+
} | {
|
|
2015
|
+
ariaDisabled?: undefined;
|
|
2016
|
+
disabled?: undefined;
|
|
2017
|
+
autofocus?: undefined;
|
|
2018
|
+
type?: undefined;
|
|
2019
|
+
}>;
|
|
1839
2020
|
shouldAddSpace: vue.ComputedRef<boolean>;
|
|
1840
2021
|
handleClick: (evt: MouseEvent) => void;
|
|
1841
2022
|
ElIcon: element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
@@ -1931,6 +2112,7 @@ declare const elementMap: {
|
|
|
1931
2112
|
readonly color: StringConstructor;
|
|
1932
2113
|
readonly dark: BooleanConstructor;
|
|
1933
2114
|
readonly autoInsertSpace: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
2115
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
1934
2116
|
}>> & {
|
|
1935
2117
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1936
2118
|
}, {
|
|
@@ -1939,15 +2121,16 @@ declare const elementMap: {
|
|
|
1939
2121
|
readonly dark: boolean;
|
|
1940
2122
|
readonly disabled: boolean;
|
|
1941
2123
|
readonly text: boolean;
|
|
2124
|
+
readonly autofocus: boolean;
|
|
1942
2125
|
readonly round: boolean;
|
|
1943
2126
|
readonly circle: boolean;
|
|
2127
|
+
readonly tag: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
1944
2128
|
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
1945
2129
|
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
1946
2130
|
readonly autoInsertSpace: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1947
2131
|
readonly loading: boolean;
|
|
1948
2132
|
readonly plain: boolean;
|
|
1949
2133
|
readonly bg: boolean;
|
|
1950
|
-
readonly autofocus: boolean;
|
|
1951
2134
|
}>> & {
|
|
1952
2135
|
ButtonGroup: vue.DefineComponent<{
|
|
1953
2136
|
readonly size: {
|
|
@@ -2459,7 +2642,24 @@ declare const elementMap: {
|
|
|
2459
2642
|
readonly validateEvent: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2460
2643
|
readonly tag: string;
|
|
2461
2644
|
}>;
|
|
2462
|
-
}) | vue.DefineComponent<ProMenusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProMenusProps>, {}> | vue.DefineComponent<ProUploadProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProUploadProps>, {}> | vue.DefineComponent<ProTableProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProTableProps>, {}> |
|
|
2645
|
+
}) | vue.DefineComponent<ProMenusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProMenusProps>, {}> | vue.DefineComponent<ProUploadProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProUploadProps>, {}> | vue.DefineComponent<ProTableProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProTableProps>, {}> | vue.DefineComponent<ProDropdownProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProDropdownProps>, {
|
|
2646
|
+
readonly maxHeight: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
2647
|
+
readonly disabled: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2648
|
+
readonly placement: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "bottom" | "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => element_plus.Placement) | ((new (...args: any[]) => "bottom" | "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => element_plus.Placement))[], unknown, unknown>;
|
|
2649
|
+
readonly trigger: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown>;
|
|
2650
|
+
readonly hideOnClick: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2651
|
+
readonly size: string;
|
|
2652
|
+
readonly role: string;
|
|
2653
|
+
readonly tabindex: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
2654
|
+
readonly popperClass: string;
|
|
2655
|
+
readonly teleported: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2656
|
+
readonly popperOptions: Partial<element_plus.Options>;
|
|
2657
|
+
readonly effect: string;
|
|
2658
|
+
readonly showTimeout: number;
|
|
2659
|
+
readonly hideTimeout: number;
|
|
2660
|
+
readonly splitButton: boolean;
|
|
2661
|
+
readonly loop: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2662
|
+
}> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2463
2663
|
readonly border: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2464
2664
|
readonly column: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2465
2665
|
readonly direction: element_plus_es_utils.EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
|
|
@@ -2640,149 +2840,3272 @@ declare const elementMap: {
|
|
|
2640
2840
|
labelClassName: string;
|
|
2641
2841
|
}>;
|
|
2642
2842
|
}) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
readonly
|
|
2650
|
-
readonly
|
|
2651
|
-
readonly
|
|
2652
|
-
|
|
2653
|
-
}>> & {
|
|
2654
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2655
|
-
}>>;
|
|
2656
|
-
ns: {
|
|
2657
|
-
namespace: vue.ComputedRef<string>;
|
|
2658
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2659
|
-
e: (element?: string | undefined) => string;
|
|
2660
|
-
m: (modifier?: string | undefined) => string;
|
|
2661
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2662
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2663
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2664
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2665
|
-
is: {
|
|
2666
|
-
(name: string, state: boolean | undefined): string;
|
|
2667
|
-
(name: string): string;
|
|
2668
|
-
};
|
|
2669
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2670
|
-
cssVarName: (name: string) => string;
|
|
2671
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2672
|
-
cssVarBlockName: (name: string) => string;
|
|
2843
|
+
showArrow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
2844
|
+
arrowOffset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
2845
|
+
disabled: BooleanConstructor;
|
|
2846
|
+
trigger: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
2847
|
+
triggerKeys: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
2848
|
+
virtualRef: {
|
|
2849
|
+
readonly type: vue.PropType<element_plus.Measurable>;
|
|
2850
|
+
readonly required: false;
|
|
2851
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2852
|
+
__epPropKey: true;
|
|
2673
2853
|
};
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "space-around" | "space-between" | "center" | "space-evenly", unknown, "start", boolean>;
|
|
2681
|
-
readonly align: element_plus_es_utils.EpPropFinalized<StringConstructor, "bottom" | "top" | "middle", unknown, "top", boolean>;
|
|
2682
|
-
}>>, {
|
|
2683
|
-
readonly justify: element_plus_es_utils.EpPropMergeType<StringConstructor, "end" | "start" | "space-around" | "space-between" | "center" | "space-evenly", unknown>;
|
|
2684
|
-
readonly tag: string;
|
|
2685
|
-
readonly gutter: number;
|
|
2686
|
-
readonly align: element_plus_es_utils.EpPropMergeType<StringConstructor, "bottom" | "top" | "middle", unknown>;
|
|
2687
|
-
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2688
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2689
|
-
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
2690
|
-
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2691
|
-
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2692
|
-
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2693
|
-
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2694
|
-
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2695
|
-
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2696
|
-
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2697
|
-
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2698
|
-
}, {
|
|
2699
|
-
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2700
|
-
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2701
|
-
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
2702
|
-
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2703
|
-
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2704
|
-
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2705
|
-
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2706
|
-
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2707
|
-
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2708
|
-
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2709
|
-
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2710
|
-
}>> & {
|
|
2711
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2712
|
-
}>>;
|
|
2713
|
-
gutter: vue.ComputedRef<number>;
|
|
2714
|
-
ns: {
|
|
2715
|
-
namespace: vue.ComputedRef<string>;
|
|
2716
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2717
|
-
e: (element?: string | undefined) => string;
|
|
2718
|
-
m: (modifier?: string | undefined) => string;
|
|
2719
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2720
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2721
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2722
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2723
|
-
is: {
|
|
2724
|
-
(name: string, state: boolean | undefined): string;
|
|
2725
|
-
(name: string): string;
|
|
2726
|
-
};
|
|
2727
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2728
|
-
cssVarName: (name: string) => string;
|
|
2729
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2730
|
-
cssVarBlockName: (name: string) => string;
|
|
2854
|
+
virtualTriggering: BooleanConstructor;
|
|
2855
|
+
onMouseenter: {
|
|
2856
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
2857
|
+
readonly required: false;
|
|
2858
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2859
|
+
__epPropKey: true;
|
|
2731
2860
|
};
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2738
|
-
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2739
|
-
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2740
|
-
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2741
|
-
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2742
|
-
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2743
|
-
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2744
|
-
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
2745
|
-
}>>, {
|
|
2746
|
-
readonly offset: number;
|
|
2747
|
-
readonly push: number;
|
|
2748
|
-
readonly tag: string;
|
|
2749
|
-
readonly span: number;
|
|
2750
|
-
readonly pull: number;
|
|
2751
|
-
readonly xs: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
2752
|
-
readonly sm: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
2753
|
-
readonly md: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
2754
|
-
readonly lg: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
2755
|
-
readonly xl: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
2756
|
-
}>> & Record<string, any>) | element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2757
|
-
label: {
|
|
2758
|
-
type: StringConstructor;
|
|
2759
|
-
default: string;
|
|
2861
|
+
onMouseleave: {
|
|
2862
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
2863
|
+
readonly required: false;
|
|
2864
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2865
|
+
__epPropKey: true;
|
|
2760
2866
|
};
|
|
2761
|
-
|
|
2762
|
-
type:
|
|
2763
|
-
|
|
2867
|
+
onClick: {
|
|
2868
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
2869
|
+
readonly required: false;
|
|
2870
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2871
|
+
__epPropKey: true;
|
|
2764
2872
|
};
|
|
2765
|
-
|
|
2766
|
-
type: (
|
|
2767
|
-
|
|
2873
|
+
onKeydown: {
|
|
2874
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
2875
|
+
readonly required: false;
|
|
2876
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2877
|
+
__epPropKey: true;
|
|
2768
2878
|
};
|
|
2769
|
-
|
|
2770
|
-
type: (
|
|
2771
|
-
|
|
2879
|
+
onFocus: {
|
|
2880
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
2881
|
+
readonly required: false;
|
|
2882
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2883
|
+
__epPropKey: true;
|
|
2772
2884
|
};
|
|
2773
|
-
|
|
2774
|
-
type:
|
|
2775
|
-
|
|
2885
|
+
onBlur: {
|
|
2886
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
2887
|
+
readonly required: false;
|
|
2888
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2889
|
+
__epPropKey: true;
|
|
2776
2890
|
};
|
|
2777
|
-
|
|
2778
|
-
type:
|
|
2779
|
-
|
|
2891
|
+
onContextmenu: {
|
|
2892
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
2893
|
+
readonly required: false;
|
|
2894
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2895
|
+
__epPropKey: true;
|
|
2780
2896
|
};
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2897
|
+
id: StringConstructor;
|
|
2898
|
+
open: BooleanConstructor;
|
|
2899
|
+
appendTo: {
|
|
2900
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
|
2901
|
+
readonly required: false;
|
|
2902
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2903
|
+
__epPropKey: true;
|
|
2784
2904
|
};
|
|
2785
|
-
|
|
2905
|
+
content: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2906
|
+
rawContent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2907
|
+
persistent: BooleanConstructor;
|
|
2908
|
+
ariaLabel: StringConstructor;
|
|
2909
|
+
visible: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
2910
|
+
transition: StringConstructor;
|
|
2911
|
+
teleported: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2912
|
+
style: {
|
|
2913
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
2914
|
+
readonly required: false;
|
|
2915
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2916
|
+
__epPropKey: true;
|
|
2917
|
+
};
|
|
2918
|
+
className: {
|
|
2919
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
2920
|
+
[x: string]: boolean;
|
|
2921
|
+
} | (string | {
|
|
2922
|
+
[x: string]: boolean;
|
|
2923
|
+
} | (string | {
|
|
2924
|
+
[x: string]: boolean;
|
|
2925
|
+
} | (string | {
|
|
2926
|
+
[x: string]: boolean;
|
|
2927
|
+
} | (string | {
|
|
2928
|
+
[x: string]: boolean;
|
|
2929
|
+
} | (string | {
|
|
2930
|
+
[x: string]: boolean;
|
|
2931
|
+
} | (string | {
|
|
2932
|
+
[x: string]: boolean;
|
|
2933
|
+
} | (string | {
|
|
2934
|
+
[x: string]: boolean;
|
|
2935
|
+
} | (string | {
|
|
2936
|
+
[x: string]: boolean;
|
|
2937
|
+
} | (string | {
|
|
2938
|
+
[x: string]: boolean;
|
|
2939
|
+
} | (string | any[] | {
|
|
2940
|
+
[x: string]: boolean;
|
|
2941
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
2942
|
+
[x: string]: boolean;
|
|
2943
|
+
} | (string | {
|
|
2944
|
+
[x: string]: boolean;
|
|
2945
|
+
} | (string | {
|
|
2946
|
+
[x: string]: boolean;
|
|
2947
|
+
} | (string | {
|
|
2948
|
+
[x: string]: boolean;
|
|
2949
|
+
} | (string | {
|
|
2950
|
+
[x: string]: boolean;
|
|
2951
|
+
} | (string | {
|
|
2952
|
+
[x: string]: boolean;
|
|
2953
|
+
} | (string | {
|
|
2954
|
+
[x: string]: boolean;
|
|
2955
|
+
} | (string | {
|
|
2956
|
+
[x: string]: boolean;
|
|
2957
|
+
} | (string | {
|
|
2958
|
+
[x: string]: boolean;
|
|
2959
|
+
} | (string | {
|
|
2960
|
+
[x: string]: boolean;
|
|
2961
|
+
} | (string | any[] | {
|
|
2962
|
+
[x: string]: boolean;
|
|
2963
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
2964
|
+
[x: string]: boolean;
|
|
2965
|
+
} | (string | {
|
|
2966
|
+
[x: string]: boolean;
|
|
2967
|
+
} | (string | {
|
|
2968
|
+
[x: string]: boolean;
|
|
2969
|
+
} | (string | {
|
|
2970
|
+
[x: string]: boolean;
|
|
2971
|
+
} | (string | {
|
|
2972
|
+
[x: string]: boolean;
|
|
2973
|
+
} | (string | {
|
|
2974
|
+
[x: string]: boolean;
|
|
2975
|
+
} | (string | {
|
|
2976
|
+
[x: string]: boolean;
|
|
2977
|
+
} | (string | {
|
|
2978
|
+
[x: string]: boolean;
|
|
2979
|
+
} | (string | {
|
|
2980
|
+
[x: string]: boolean;
|
|
2981
|
+
} | (string | {
|
|
2982
|
+
[x: string]: boolean;
|
|
2983
|
+
} | (string | any[] | {
|
|
2984
|
+
[x: string]: boolean;
|
|
2985
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
2986
|
+
[x: string]: boolean;
|
|
2987
|
+
} | (string | {
|
|
2988
|
+
[x: string]: boolean;
|
|
2989
|
+
} | (string | {
|
|
2990
|
+
[x: string]: boolean;
|
|
2991
|
+
} | (string | {
|
|
2992
|
+
[x: string]: boolean;
|
|
2993
|
+
} | (string | {
|
|
2994
|
+
[x: string]: boolean;
|
|
2995
|
+
} | (string | {
|
|
2996
|
+
[x: string]: boolean;
|
|
2997
|
+
} | (string | {
|
|
2998
|
+
[x: string]: boolean;
|
|
2999
|
+
} | (string | {
|
|
3000
|
+
[x: string]: boolean;
|
|
3001
|
+
} | (string | {
|
|
3002
|
+
[x: string]: boolean;
|
|
3003
|
+
} | (string | {
|
|
3004
|
+
[x: string]: boolean;
|
|
3005
|
+
} | (string | any[] | {
|
|
3006
|
+
[x: string]: boolean;
|
|
3007
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
3008
|
+
readonly required: false;
|
|
3009
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3010
|
+
__epPropKey: true;
|
|
3011
|
+
};
|
|
3012
|
+
effect: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "dark", boolean>;
|
|
3013
|
+
enterable: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3014
|
+
pure: BooleanConstructor;
|
|
3015
|
+
focusOnShow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3016
|
+
trapping: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3017
|
+
popperClass: {
|
|
3018
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
3019
|
+
[x: string]: boolean;
|
|
3020
|
+
} | (string | {
|
|
3021
|
+
[x: string]: boolean;
|
|
3022
|
+
} | (string | {
|
|
3023
|
+
[x: string]: boolean;
|
|
3024
|
+
} | (string | {
|
|
3025
|
+
[x: string]: boolean;
|
|
3026
|
+
} | (string | {
|
|
3027
|
+
[x: string]: boolean;
|
|
3028
|
+
} | (string | {
|
|
3029
|
+
[x: string]: boolean;
|
|
3030
|
+
} | (string | {
|
|
3031
|
+
[x: string]: boolean;
|
|
3032
|
+
} | (string | {
|
|
3033
|
+
[x: string]: boolean;
|
|
3034
|
+
} | (string | {
|
|
3035
|
+
[x: string]: boolean;
|
|
3036
|
+
} | (string | {
|
|
3037
|
+
[x: string]: boolean;
|
|
3038
|
+
} | (string | any[] | {
|
|
3039
|
+
[x: string]: boolean;
|
|
3040
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
3041
|
+
[x: string]: boolean;
|
|
3042
|
+
} | (string | {
|
|
3043
|
+
[x: string]: boolean;
|
|
3044
|
+
} | (string | {
|
|
3045
|
+
[x: string]: boolean;
|
|
3046
|
+
} | (string | {
|
|
3047
|
+
[x: string]: boolean;
|
|
3048
|
+
} | (string | {
|
|
3049
|
+
[x: string]: boolean;
|
|
3050
|
+
} | (string | {
|
|
3051
|
+
[x: string]: boolean;
|
|
3052
|
+
} | (string | {
|
|
3053
|
+
[x: string]: boolean;
|
|
3054
|
+
} | (string | {
|
|
3055
|
+
[x: string]: boolean;
|
|
3056
|
+
} | (string | {
|
|
3057
|
+
[x: string]: boolean;
|
|
3058
|
+
} | (string | {
|
|
3059
|
+
[x: string]: boolean;
|
|
3060
|
+
} | (string | any[] | {
|
|
3061
|
+
[x: string]: boolean;
|
|
3062
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
3063
|
+
[x: string]: boolean;
|
|
3064
|
+
} | (string | {
|
|
3065
|
+
[x: string]: boolean;
|
|
3066
|
+
} | (string | {
|
|
3067
|
+
[x: string]: boolean;
|
|
3068
|
+
} | (string | {
|
|
3069
|
+
[x: string]: boolean;
|
|
3070
|
+
} | (string | {
|
|
3071
|
+
[x: string]: boolean;
|
|
3072
|
+
} | (string | {
|
|
3073
|
+
[x: string]: boolean;
|
|
3074
|
+
} | (string | {
|
|
3075
|
+
[x: string]: boolean;
|
|
3076
|
+
} | (string | {
|
|
3077
|
+
[x: string]: boolean;
|
|
3078
|
+
} | (string | {
|
|
3079
|
+
[x: string]: boolean;
|
|
3080
|
+
} | (string | {
|
|
3081
|
+
[x: string]: boolean;
|
|
3082
|
+
} | (string | any[] | {
|
|
3083
|
+
[x: string]: boolean;
|
|
3084
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
3085
|
+
[x: string]: boolean;
|
|
3086
|
+
} | (string | {
|
|
3087
|
+
[x: string]: boolean;
|
|
3088
|
+
} | (string | {
|
|
3089
|
+
[x: string]: boolean;
|
|
3090
|
+
} | (string | {
|
|
3091
|
+
[x: string]: boolean;
|
|
3092
|
+
} | (string | {
|
|
3093
|
+
[x: string]: boolean;
|
|
3094
|
+
} | (string | {
|
|
3095
|
+
[x: string]: boolean;
|
|
3096
|
+
} | (string | {
|
|
3097
|
+
[x: string]: boolean;
|
|
3098
|
+
} | (string | {
|
|
3099
|
+
[x: string]: boolean;
|
|
3100
|
+
} | (string | {
|
|
3101
|
+
[x: string]: boolean;
|
|
3102
|
+
} | (string | {
|
|
3103
|
+
[x: string]: boolean;
|
|
3104
|
+
} | (string | any[] | {
|
|
3105
|
+
[x: string]: boolean;
|
|
3106
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
3107
|
+
readonly required: false;
|
|
3108
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3109
|
+
__epPropKey: true;
|
|
3110
|
+
};
|
|
3111
|
+
popperStyle: {
|
|
3112
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
3113
|
+
readonly required: false;
|
|
3114
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3115
|
+
__epPropKey: true;
|
|
3116
|
+
};
|
|
3117
|
+
referenceEl: {
|
|
3118
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
3119
|
+
readonly required: false;
|
|
3120
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3121
|
+
__epPropKey: true;
|
|
3122
|
+
};
|
|
3123
|
+
triggerTargetEl: {
|
|
3124
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
3125
|
+
readonly required: false;
|
|
3126
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3127
|
+
__epPropKey: true;
|
|
3128
|
+
};
|
|
3129
|
+
stopPopperMouseEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3130
|
+
zIndex: NumberConstructor;
|
|
3131
|
+
boundariesPadding: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3132
|
+
fallbackPlacements: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]) | ((new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
3133
|
+
gpuAcceleration: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3134
|
+
offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3135
|
+
placement: element_plus_es_utils.EpPropFinalized<StringConstructor, element_plus.Placement, unknown, "bottom", boolean>;
|
|
3136
|
+
popperOptions: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>) | ((new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3137
|
+
strategy: element_plus_es_utils.EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3138
|
+
showAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3139
|
+
hideAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3140
|
+
autoClose: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3141
|
+
"onUpdate:visible": {
|
|
3142
|
+
readonly type: vue.PropType<(val: boolean) => void>;
|
|
3143
|
+
readonly required: false;
|
|
3144
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3145
|
+
__epPropKey: true;
|
|
3146
|
+
};
|
|
3147
|
+
role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3148
|
+
}, {
|
|
3149
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3150
|
+
showArrow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
3151
|
+
arrowOffset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
3152
|
+
disabled: BooleanConstructor;
|
|
3153
|
+
trigger: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
3154
|
+
triggerKeys: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
3155
|
+
virtualRef: {
|
|
3156
|
+
readonly type: vue.PropType<element_plus.Measurable>;
|
|
3157
|
+
readonly required: false;
|
|
3158
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3159
|
+
__epPropKey: true;
|
|
3160
|
+
};
|
|
3161
|
+
virtualTriggering: BooleanConstructor;
|
|
3162
|
+
onMouseenter: {
|
|
3163
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3164
|
+
readonly required: false;
|
|
3165
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3166
|
+
__epPropKey: true;
|
|
3167
|
+
};
|
|
3168
|
+
onMouseleave: {
|
|
3169
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3170
|
+
readonly required: false;
|
|
3171
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3172
|
+
__epPropKey: true;
|
|
3173
|
+
};
|
|
3174
|
+
onClick: {
|
|
3175
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3176
|
+
readonly required: false;
|
|
3177
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3178
|
+
__epPropKey: true;
|
|
3179
|
+
};
|
|
3180
|
+
onKeydown: {
|
|
3181
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3182
|
+
readonly required: false;
|
|
3183
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3184
|
+
__epPropKey: true;
|
|
3185
|
+
};
|
|
3186
|
+
onFocus: {
|
|
3187
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3188
|
+
readonly required: false;
|
|
3189
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3190
|
+
__epPropKey: true;
|
|
3191
|
+
};
|
|
3192
|
+
onBlur: {
|
|
3193
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3194
|
+
readonly required: false;
|
|
3195
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3196
|
+
__epPropKey: true;
|
|
3197
|
+
};
|
|
3198
|
+
onContextmenu: {
|
|
3199
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3200
|
+
readonly required: false;
|
|
3201
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3202
|
+
__epPropKey: true;
|
|
3203
|
+
};
|
|
3204
|
+
id: StringConstructor;
|
|
3205
|
+
open: BooleanConstructor;
|
|
3206
|
+
appendTo: {
|
|
3207
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
|
3208
|
+
readonly required: false;
|
|
3209
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3210
|
+
__epPropKey: true;
|
|
3211
|
+
};
|
|
3212
|
+
content: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3213
|
+
rawContent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3214
|
+
persistent: BooleanConstructor;
|
|
3215
|
+
ariaLabel: StringConstructor;
|
|
3216
|
+
visible: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
3217
|
+
transition: StringConstructor;
|
|
3218
|
+
teleported: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3219
|
+
style: {
|
|
3220
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
3221
|
+
readonly required: false;
|
|
3222
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3223
|
+
__epPropKey: true;
|
|
3224
|
+
};
|
|
3225
|
+
className: {
|
|
3226
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
3227
|
+
[x: string]: boolean;
|
|
3228
|
+
} | (string | {
|
|
3229
|
+
[x: string]: boolean;
|
|
3230
|
+
} | (string | {
|
|
3231
|
+
[x: string]: boolean;
|
|
3232
|
+
} | (string | {
|
|
3233
|
+
[x: string]: boolean;
|
|
3234
|
+
} | (string | {
|
|
3235
|
+
[x: string]: boolean;
|
|
3236
|
+
} | (string | {
|
|
3237
|
+
[x: string]: boolean;
|
|
3238
|
+
} | (string | {
|
|
3239
|
+
[x: string]: boolean;
|
|
3240
|
+
} | (string | {
|
|
3241
|
+
[x: string]: boolean;
|
|
3242
|
+
} | (string | {
|
|
3243
|
+
[x: string]: boolean;
|
|
3244
|
+
} | (string | {
|
|
3245
|
+
[x: string]: boolean;
|
|
3246
|
+
} | (string | any[] | {
|
|
3247
|
+
[x: string]: boolean;
|
|
3248
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
3249
|
+
[x: string]: boolean;
|
|
3250
|
+
} | (string | {
|
|
3251
|
+
[x: string]: boolean;
|
|
3252
|
+
} | (string | {
|
|
3253
|
+
[x: string]: boolean;
|
|
3254
|
+
} | (string | {
|
|
3255
|
+
[x: string]: boolean;
|
|
3256
|
+
} | (string | {
|
|
3257
|
+
[x: string]: boolean;
|
|
3258
|
+
} | (string | {
|
|
3259
|
+
[x: string]: boolean;
|
|
3260
|
+
} | (string | {
|
|
3261
|
+
[x: string]: boolean;
|
|
3262
|
+
} | (string | {
|
|
3263
|
+
[x: string]: boolean;
|
|
3264
|
+
} | (string | {
|
|
3265
|
+
[x: string]: boolean;
|
|
3266
|
+
} | (string | {
|
|
3267
|
+
[x: string]: boolean;
|
|
3268
|
+
} | (string | any[] | {
|
|
3269
|
+
[x: string]: boolean;
|
|
3270
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
3271
|
+
[x: string]: boolean;
|
|
3272
|
+
} | (string | {
|
|
3273
|
+
[x: string]: boolean;
|
|
3274
|
+
} | (string | {
|
|
3275
|
+
[x: string]: boolean;
|
|
3276
|
+
} | (string | {
|
|
3277
|
+
[x: string]: boolean;
|
|
3278
|
+
} | (string | {
|
|
3279
|
+
[x: string]: boolean;
|
|
3280
|
+
} | (string | {
|
|
3281
|
+
[x: string]: boolean;
|
|
3282
|
+
} | (string | {
|
|
3283
|
+
[x: string]: boolean;
|
|
3284
|
+
} | (string | {
|
|
3285
|
+
[x: string]: boolean;
|
|
3286
|
+
} | (string | {
|
|
3287
|
+
[x: string]: boolean;
|
|
3288
|
+
} | (string | {
|
|
3289
|
+
[x: string]: boolean;
|
|
3290
|
+
} | (string | any[] | {
|
|
3291
|
+
[x: string]: boolean;
|
|
3292
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
3293
|
+
[x: string]: boolean;
|
|
3294
|
+
} | (string | {
|
|
3295
|
+
[x: string]: boolean;
|
|
3296
|
+
} | (string | {
|
|
3297
|
+
[x: string]: boolean;
|
|
3298
|
+
} | (string | {
|
|
3299
|
+
[x: string]: boolean;
|
|
3300
|
+
} | (string | {
|
|
3301
|
+
[x: string]: boolean;
|
|
3302
|
+
} | (string | {
|
|
3303
|
+
[x: string]: boolean;
|
|
3304
|
+
} | (string | {
|
|
3305
|
+
[x: string]: boolean;
|
|
3306
|
+
} | (string | {
|
|
3307
|
+
[x: string]: boolean;
|
|
3308
|
+
} | (string | {
|
|
3309
|
+
[x: string]: boolean;
|
|
3310
|
+
} | (string | {
|
|
3311
|
+
[x: string]: boolean;
|
|
3312
|
+
} | (string | any[] | {
|
|
3313
|
+
[x: string]: boolean;
|
|
3314
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
3315
|
+
readonly required: false;
|
|
3316
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3317
|
+
__epPropKey: true;
|
|
3318
|
+
};
|
|
3319
|
+
effect: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "dark", boolean>;
|
|
3320
|
+
enterable: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3321
|
+
pure: BooleanConstructor;
|
|
3322
|
+
focusOnShow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3323
|
+
trapping: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3324
|
+
popperClass: {
|
|
3325
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
3326
|
+
[x: string]: boolean;
|
|
3327
|
+
} | (string | {
|
|
3328
|
+
[x: string]: boolean;
|
|
3329
|
+
} | (string | {
|
|
3330
|
+
[x: string]: boolean;
|
|
3331
|
+
} | (string | {
|
|
3332
|
+
[x: string]: boolean;
|
|
3333
|
+
} | (string | {
|
|
3334
|
+
[x: string]: boolean;
|
|
3335
|
+
} | (string | {
|
|
3336
|
+
[x: string]: boolean;
|
|
3337
|
+
} | (string | {
|
|
3338
|
+
[x: string]: boolean;
|
|
3339
|
+
} | (string | {
|
|
3340
|
+
[x: string]: boolean;
|
|
3341
|
+
} | (string | {
|
|
3342
|
+
[x: string]: boolean;
|
|
3343
|
+
} | (string | {
|
|
3344
|
+
[x: string]: boolean;
|
|
3345
|
+
} | (string | any[] | {
|
|
3346
|
+
[x: string]: boolean;
|
|
3347
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
3348
|
+
[x: string]: boolean;
|
|
3349
|
+
} | (string | {
|
|
3350
|
+
[x: string]: boolean;
|
|
3351
|
+
} | (string | {
|
|
3352
|
+
[x: string]: boolean;
|
|
3353
|
+
} | (string | {
|
|
3354
|
+
[x: string]: boolean;
|
|
3355
|
+
} | (string | {
|
|
3356
|
+
[x: string]: boolean;
|
|
3357
|
+
} | (string | {
|
|
3358
|
+
[x: string]: boolean;
|
|
3359
|
+
} | (string | {
|
|
3360
|
+
[x: string]: boolean;
|
|
3361
|
+
} | (string | {
|
|
3362
|
+
[x: string]: boolean;
|
|
3363
|
+
} | (string | {
|
|
3364
|
+
[x: string]: boolean;
|
|
3365
|
+
} | (string | {
|
|
3366
|
+
[x: string]: boolean;
|
|
3367
|
+
} | (string | any[] | {
|
|
3368
|
+
[x: string]: boolean;
|
|
3369
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
3370
|
+
[x: string]: boolean;
|
|
3371
|
+
} | (string | {
|
|
3372
|
+
[x: string]: boolean;
|
|
3373
|
+
} | (string | {
|
|
3374
|
+
[x: string]: boolean;
|
|
3375
|
+
} | (string | {
|
|
3376
|
+
[x: string]: boolean;
|
|
3377
|
+
} | (string | {
|
|
3378
|
+
[x: string]: boolean;
|
|
3379
|
+
} | (string | {
|
|
3380
|
+
[x: string]: boolean;
|
|
3381
|
+
} | (string | {
|
|
3382
|
+
[x: string]: boolean;
|
|
3383
|
+
} | (string | {
|
|
3384
|
+
[x: string]: boolean;
|
|
3385
|
+
} | (string | {
|
|
3386
|
+
[x: string]: boolean;
|
|
3387
|
+
} | (string | {
|
|
3388
|
+
[x: string]: boolean;
|
|
3389
|
+
} | (string | any[] | {
|
|
3390
|
+
[x: string]: boolean;
|
|
3391
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
3392
|
+
[x: string]: boolean;
|
|
3393
|
+
} | (string | {
|
|
3394
|
+
[x: string]: boolean;
|
|
3395
|
+
} | (string | {
|
|
3396
|
+
[x: string]: boolean;
|
|
3397
|
+
} | (string | {
|
|
3398
|
+
[x: string]: boolean;
|
|
3399
|
+
} | (string | {
|
|
3400
|
+
[x: string]: boolean;
|
|
3401
|
+
} | (string | {
|
|
3402
|
+
[x: string]: boolean;
|
|
3403
|
+
} | (string | {
|
|
3404
|
+
[x: string]: boolean;
|
|
3405
|
+
} | (string | {
|
|
3406
|
+
[x: string]: boolean;
|
|
3407
|
+
} | (string | {
|
|
3408
|
+
[x: string]: boolean;
|
|
3409
|
+
} | (string | {
|
|
3410
|
+
[x: string]: boolean;
|
|
3411
|
+
} | (string | any[] | {
|
|
3412
|
+
[x: string]: boolean;
|
|
3413
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
3414
|
+
readonly required: false;
|
|
3415
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3416
|
+
__epPropKey: true;
|
|
3417
|
+
};
|
|
3418
|
+
popperStyle: {
|
|
3419
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
3420
|
+
readonly required: false;
|
|
3421
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3422
|
+
__epPropKey: true;
|
|
3423
|
+
};
|
|
3424
|
+
referenceEl: {
|
|
3425
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
3426
|
+
readonly required: false;
|
|
3427
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3428
|
+
__epPropKey: true;
|
|
3429
|
+
};
|
|
3430
|
+
triggerTargetEl: {
|
|
3431
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
3432
|
+
readonly required: false;
|
|
3433
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3434
|
+
__epPropKey: true;
|
|
3435
|
+
};
|
|
3436
|
+
stopPopperMouseEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3437
|
+
zIndex: NumberConstructor;
|
|
3438
|
+
boundariesPadding: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3439
|
+
fallbackPlacements: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]) | ((new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
3440
|
+
gpuAcceleration: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3441
|
+
offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3442
|
+
placement: element_plus_es_utils.EpPropFinalized<StringConstructor, element_plus.Placement, unknown, "bottom", boolean>;
|
|
3443
|
+
popperOptions: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>) | ((new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3444
|
+
strategy: element_plus_es_utils.EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3445
|
+
showAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3446
|
+
hideAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3447
|
+
autoClose: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3448
|
+
"onUpdate:visible": {
|
|
3449
|
+
readonly type: vue.PropType<(val: boolean) => void>;
|
|
3450
|
+
readonly required: false;
|
|
3451
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3452
|
+
__epPropKey: true;
|
|
3453
|
+
};
|
|
3454
|
+
role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3455
|
+
}>> & {
|
|
3456
|
+
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3457
|
+
}>>;
|
|
3458
|
+
emit: (event: string, ...args: any[]) => void;
|
|
3459
|
+
id: vue.Ref<string>;
|
|
3460
|
+
popperRef: vue.Ref<({
|
|
3461
|
+
$: vue.ComponentInternalInstance;
|
|
3462
|
+
$data: {};
|
|
3463
|
+
$props: Partial<{
|
|
3464
|
+
readonly role: element_plus_es_utils.EpPropMergeType<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>;
|
|
3465
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<{
|
|
3466
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3467
|
+
}>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "role">;
|
|
3468
|
+
$attrs: {
|
|
3469
|
+
[x: string]: unknown;
|
|
3470
|
+
};
|
|
3471
|
+
$refs: {
|
|
3472
|
+
[x: string]: unknown;
|
|
3473
|
+
};
|
|
3474
|
+
$slots: Readonly<{
|
|
3475
|
+
[name: string]: vue.Slot | undefined;
|
|
3476
|
+
}>;
|
|
3477
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
3478
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
3479
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
3480
|
+
$el: any;
|
|
3481
|
+
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
|
3482
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3483
|
+
}>>, {
|
|
3484
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3485
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3486
|
+
}>> & {
|
|
3487
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3488
|
+
}>>;
|
|
3489
|
+
triggerRef: vue.Ref<HTMLElement | undefined>;
|
|
3490
|
+
popperInstanceRef: vue.Ref<_popperjs_core.Instance | undefined>;
|
|
3491
|
+
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
3492
|
+
referenceRef: vue.Ref<HTMLElement | undefined>;
|
|
3493
|
+
role: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>>;
|
|
3494
|
+
popperProvides: element_plus.ElPopperInjectionContext;
|
|
3495
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
3496
|
+
readonly role: element_plus_es_utils.EpPropMergeType<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>;
|
|
3497
|
+
}, {}, string> & {
|
|
3498
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
3499
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
3500
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
3501
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
3502
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
3503
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
3504
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
3505
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
3506
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
3507
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
3508
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
3509
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
3510
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[] | undefined;
|
|
3511
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[] | undefined;
|
|
3512
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[] | undefined;
|
|
3513
|
+
};
|
|
3514
|
+
$forceUpdate: () => void;
|
|
3515
|
+
$nextTick: typeof vue.nextTick;
|
|
3516
|
+
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
3517
|
+
} & Readonly<vue.ExtractPropTypes<{
|
|
3518
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3519
|
+
}>> & vue.ShallowUnwrapRef<{
|
|
3520
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3521
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3522
|
+
}>> & {
|
|
3523
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3524
|
+
}>>;
|
|
3525
|
+
triggerRef: vue.Ref<HTMLElement | undefined>;
|
|
3526
|
+
popperInstanceRef: vue.Ref<_popperjs_core.Instance | undefined>;
|
|
3527
|
+
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
3528
|
+
referenceRef: vue.Ref<HTMLElement | undefined>;
|
|
3529
|
+
role: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>>;
|
|
3530
|
+
popperProvides: element_plus.ElPopperInjectionContext;
|
|
3531
|
+
}> & vue.ComponentCustomProperties) | undefined>;
|
|
3532
|
+
contentRef: vue.Ref<any>;
|
|
3533
|
+
updatePopper: () => void;
|
|
3534
|
+
open: vue.Ref<boolean>;
|
|
3535
|
+
toggleReason: vue.Ref<Event | undefined>;
|
|
3536
|
+
show: (event?: Event | undefined) => void;
|
|
3537
|
+
hide: (event?: Event | undefined) => void;
|
|
3538
|
+
hasUpdateHandler: vue.ComputedRef<boolean>;
|
|
3539
|
+
onOpen: (event?: Event | undefined) => void;
|
|
3540
|
+
onClose: (event?: Event | undefined) => void;
|
|
3541
|
+
controlled: vue.ComputedRef<boolean>;
|
|
3542
|
+
isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
|
|
3543
|
+
ElPopper: element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
3544
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3545
|
+
}, {
|
|
3546
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3547
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3548
|
+
}>> & {
|
|
3549
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3550
|
+
}>>;
|
|
3551
|
+
triggerRef: vue.Ref<HTMLElement | undefined>;
|
|
3552
|
+
popperInstanceRef: vue.Ref<_popperjs_core.Instance | undefined>;
|
|
3553
|
+
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
3554
|
+
referenceRef: vue.Ref<HTMLElement | undefined>;
|
|
3555
|
+
role: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>>;
|
|
3556
|
+
popperProvides: element_plus.ElPopperInjectionContext;
|
|
3557
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3558
|
+
readonly role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3559
|
+
}>>, {
|
|
3560
|
+
readonly role: element_plus_es_utils.EpPropMergeType<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>;
|
|
3561
|
+
}>> & Record<string, any>;
|
|
3562
|
+
ElPopperArrow: vue.DefineComponent<{
|
|
3563
|
+
readonly arrowOffset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
3564
|
+
}, {
|
|
3565
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3566
|
+
readonly arrowOffset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
3567
|
+
}>> & {
|
|
3568
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3569
|
+
}>>;
|
|
3570
|
+
ns: {
|
|
3571
|
+
namespace: vue.ComputedRef<string>;
|
|
3572
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
3573
|
+
e: (element?: string | undefined) => string;
|
|
3574
|
+
m: (modifier?: string | undefined) => string;
|
|
3575
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
3576
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
3577
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
3578
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
3579
|
+
is: {
|
|
3580
|
+
(name: string, state: boolean | undefined): string;
|
|
3581
|
+
(name: string): string;
|
|
3582
|
+
};
|
|
3583
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
3584
|
+
cssVarName: (name: string) => string;
|
|
3585
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
3586
|
+
cssVarBlockName: (name: string) => string;
|
|
3587
|
+
};
|
|
3588
|
+
arrowOffset: vue.Ref<number | undefined>;
|
|
3589
|
+
arrowRef: vue.Ref<HTMLElement | undefined>;
|
|
3590
|
+
arrowStyle: vue.ComputedRef<vue.CSSProperties>;
|
|
3591
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3592
|
+
readonly arrowOffset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
3593
|
+
}>>, {
|
|
3594
|
+
readonly arrowOffset: number;
|
|
3595
|
+
}>;
|
|
3596
|
+
ElTooltipTrigger: vue.DefineComponent<{
|
|
3597
|
+
readonly disabled: BooleanConstructor;
|
|
3598
|
+
readonly trigger: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
3599
|
+
readonly triggerKeys: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
3600
|
+
readonly virtualRef: {
|
|
3601
|
+
readonly type: vue.PropType<element_plus.Measurable>;
|
|
3602
|
+
readonly required: false;
|
|
3603
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3604
|
+
__epPropKey: true;
|
|
3605
|
+
};
|
|
3606
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
3607
|
+
readonly onMouseenter: {
|
|
3608
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3609
|
+
readonly required: false;
|
|
3610
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3611
|
+
__epPropKey: true;
|
|
3612
|
+
};
|
|
3613
|
+
readonly onMouseleave: {
|
|
3614
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3615
|
+
readonly required: false;
|
|
3616
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3617
|
+
__epPropKey: true;
|
|
3618
|
+
};
|
|
3619
|
+
readonly onClick: {
|
|
3620
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3621
|
+
readonly required: false;
|
|
3622
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3623
|
+
__epPropKey: true;
|
|
3624
|
+
};
|
|
3625
|
+
readonly onKeydown: {
|
|
3626
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3627
|
+
readonly required: false;
|
|
3628
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3629
|
+
__epPropKey: true;
|
|
3630
|
+
};
|
|
3631
|
+
readonly onFocus: {
|
|
3632
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3633
|
+
readonly required: false;
|
|
3634
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3635
|
+
__epPropKey: true;
|
|
3636
|
+
};
|
|
3637
|
+
readonly onBlur: {
|
|
3638
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3639
|
+
readonly required: false;
|
|
3640
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3641
|
+
__epPropKey: true;
|
|
3642
|
+
};
|
|
3643
|
+
readonly onContextmenu: {
|
|
3644
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3645
|
+
readonly required: false;
|
|
3646
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3647
|
+
__epPropKey: true;
|
|
3648
|
+
};
|
|
3649
|
+
readonly id: StringConstructor;
|
|
3650
|
+
readonly open: BooleanConstructor;
|
|
3651
|
+
}, {
|
|
3652
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3653
|
+
readonly disabled: BooleanConstructor;
|
|
3654
|
+
readonly trigger: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
3655
|
+
readonly triggerKeys: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
3656
|
+
readonly virtualRef: {
|
|
3657
|
+
readonly type: vue.PropType<element_plus.Measurable>;
|
|
3658
|
+
readonly required: false;
|
|
3659
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3660
|
+
__epPropKey: true;
|
|
3661
|
+
};
|
|
3662
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
3663
|
+
readonly onMouseenter: {
|
|
3664
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3665
|
+
readonly required: false;
|
|
3666
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3667
|
+
__epPropKey: true;
|
|
3668
|
+
};
|
|
3669
|
+
readonly onMouseleave: {
|
|
3670
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3671
|
+
readonly required: false;
|
|
3672
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3673
|
+
__epPropKey: true;
|
|
3674
|
+
};
|
|
3675
|
+
readonly onClick: {
|
|
3676
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3677
|
+
readonly required: false;
|
|
3678
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3679
|
+
__epPropKey: true;
|
|
3680
|
+
};
|
|
3681
|
+
readonly onKeydown: {
|
|
3682
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3683
|
+
readonly required: false;
|
|
3684
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3685
|
+
__epPropKey: true;
|
|
3686
|
+
};
|
|
3687
|
+
readonly onFocus: {
|
|
3688
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3689
|
+
readonly required: false;
|
|
3690
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3691
|
+
__epPropKey: true;
|
|
3692
|
+
};
|
|
3693
|
+
readonly onBlur: {
|
|
3694
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3695
|
+
readonly required: false;
|
|
3696
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3697
|
+
__epPropKey: true;
|
|
3698
|
+
};
|
|
3699
|
+
readonly onContextmenu: {
|
|
3700
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3701
|
+
readonly required: false;
|
|
3702
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3703
|
+
__epPropKey: true;
|
|
3704
|
+
};
|
|
3705
|
+
readonly id: StringConstructor;
|
|
3706
|
+
readonly open: BooleanConstructor;
|
|
3707
|
+
}>> & {
|
|
3708
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3709
|
+
}>>;
|
|
3710
|
+
ns: {
|
|
3711
|
+
namespace: vue.ComputedRef<string>;
|
|
3712
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
3713
|
+
e: (element?: string | undefined) => string;
|
|
3714
|
+
m: (modifier?: string | undefined) => string;
|
|
3715
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
3716
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
3717
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
3718
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
3719
|
+
is: {
|
|
3720
|
+
(name: string, state: boolean | undefined): string;
|
|
3721
|
+
(name: string): string;
|
|
3722
|
+
};
|
|
3723
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
3724
|
+
cssVarName: (name: string) => string;
|
|
3725
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
3726
|
+
cssVarBlockName: (name: string) => string;
|
|
3727
|
+
};
|
|
3728
|
+
controlled: vue.Ref<boolean>;
|
|
3729
|
+
id: vue.Ref<string>;
|
|
3730
|
+
open: vue.Ref<boolean>;
|
|
3731
|
+
onOpen: (e?: Event | undefined) => void;
|
|
3732
|
+
onClose: (e?: Event | undefined) => void;
|
|
3733
|
+
onToggle: (e: Event) => void;
|
|
3734
|
+
triggerRef: vue.Ref<{
|
|
3735
|
+
forwardRef: HTMLElement;
|
|
3736
|
+
} | null>;
|
|
3737
|
+
stopWhenControlledOrDisabled: () => true | undefined;
|
|
3738
|
+
trigger: vue.Ref<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown>>;
|
|
3739
|
+
onMouseenter: (event: Event) => void;
|
|
3740
|
+
onMouseleave: (event: Event) => void;
|
|
3741
|
+
onClick: (event: Event) => void;
|
|
3742
|
+
onFocus: (event: Event) => void;
|
|
3743
|
+
onBlur: (event: Event) => void;
|
|
3744
|
+
onContextMenu: (event: Event) => void;
|
|
3745
|
+
onKeydown: (event: KeyboardEvent) => void;
|
|
3746
|
+
ElPopperTrigger: vue.DefineComponent<{
|
|
3747
|
+
readonly virtualRef: {
|
|
3748
|
+
readonly type: vue.PropType<element_plus.Measurable>;
|
|
3749
|
+
readonly required: false;
|
|
3750
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3751
|
+
__epPropKey: true;
|
|
3752
|
+
};
|
|
3753
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
3754
|
+
readonly onMouseenter: {
|
|
3755
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3756
|
+
readonly required: false;
|
|
3757
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3758
|
+
__epPropKey: true;
|
|
3759
|
+
};
|
|
3760
|
+
readonly onMouseleave: {
|
|
3761
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3762
|
+
readonly required: false;
|
|
3763
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3764
|
+
__epPropKey: true;
|
|
3765
|
+
};
|
|
3766
|
+
readonly onClick: {
|
|
3767
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3768
|
+
readonly required: false;
|
|
3769
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3770
|
+
__epPropKey: true;
|
|
3771
|
+
};
|
|
3772
|
+
readonly onKeydown: {
|
|
3773
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3774
|
+
readonly required: false;
|
|
3775
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3776
|
+
__epPropKey: true;
|
|
3777
|
+
};
|
|
3778
|
+
readonly onFocus: {
|
|
3779
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3780
|
+
readonly required: false;
|
|
3781
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3782
|
+
__epPropKey: true;
|
|
3783
|
+
};
|
|
3784
|
+
readonly onBlur: {
|
|
3785
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3786
|
+
readonly required: false;
|
|
3787
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3788
|
+
__epPropKey: true;
|
|
3789
|
+
};
|
|
3790
|
+
readonly onContextmenu: {
|
|
3791
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3792
|
+
readonly required: false;
|
|
3793
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3794
|
+
__epPropKey: true;
|
|
3795
|
+
};
|
|
3796
|
+
readonly id: StringConstructor;
|
|
3797
|
+
readonly open: BooleanConstructor;
|
|
3798
|
+
}, {
|
|
3799
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
3800
|
+
readonly virtualRef: {
|
|
3801
|
+
readonly type: vue.PropType<element_plus.Measurable>;
|
|
3802
|
+
readonly required: false;
|
|
3803
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3804
|
+
__epPropKey: true;
|
|
3805
|
+
};
|
|
3806
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
3807
|
+
readonly onMouseenter: {
|
|
3808
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3809
|
+
readonly required: false;
|
|
3810
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3811
|
+
__epPropKey: true;
|
|
3812
|
+
};
|
|
3813
|
+
readonly onMouseleave: {
|
|
3814
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3815
|
+
readonly required: false;
|
|
3816
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3817
|
+
__epPropKey: true;
|
|
3818
|
+
};
|
|
3819
|
+
readonly onClick: {
|
|
3820
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3821
|
+
readonly required: false;
|
|
3822
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3823
|
+
__epPropKey: true;
|
|
3824
|
+
};
|
|
3825
|
+
readonly onKeydown: {
|
|
3826
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3827
|
+
readonly required: false;
|
|
3828
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3829
|
+
__epPropKey: true;
|
|
3830
|
+
};
|
|
3831
|
+
readonly onFocus: {
|
|
3832
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3833
|
+
readonly required: false;
|
|
3834
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3835
|
+
__epPropKey: true;
|
|
3836
|
+
};
|
|
3837
|
+
readonly onBlur: {
|
|
3838
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3839
|
+
readonly required: false;
|
|
3840
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3841
|
+
__epPropKey: true;
|
|
3842
|
+
};
|
|
3843
|
+
readonly onContextmenu: {
|
|
3844
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3845
|
+
readonly required: false;
|
|
3846
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3847
|
+
__epPropKey: true;
|
|
3848
|
+
};
|
|
3849
|
+
readonly id: StringConstructor;
|
|
3850
|
+
readonly open: BooleanConstructor;
|
|
3851
|
+
}>> & {
|
|
3852
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
3853
|
+
}>>;
|
|
3854
|
+
role: vue.ComputedRef<string>;
|
|
3855
|
+
triggerRef: vue.Ref<element_plus.Measurable | undefined>;
|
|
3856
|
+
ariaControls: vue.ComputedRef<string | undefined>;
|
|
3857
|
+
ariaDescribedby: vue.ComputedRef<string | undefined>;
|
|
3858
|
+
ariaHaspopup: vue.ComputedRef<string | undefined>;
|
|
3859
|
+
ariaExpanded: vue.ComputedRef<string | undefined>;
|
|
3860
|
+
virtualTriggerAriaStopWatch: undefined;
|
|
3861
|
+
ElOnlyChild: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3862
|
+
[key: string]: any;
|
|
3863
|
+
}> | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
|
|
3864
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3865
|
+
readonly virtualRef: {
|
|
3866
|
+
readonly type: vue.PropType<element_plus.Measurable>;
|
|
3867
|
+
readonly required: false;
|
|
3868
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3869
|
+
__epPropKey: true;
|
|
3870
|
+
};
|
|
3871
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
3872
|
+
readonly onMouseenter: {
|
|
3873
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3874
|
+
readonly required: false;
|
|
3875
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3876
|
+
__epPropKey: true;
|
|
3877
|
+
};
|
|
3878
|
+
readonly onMouseleave: {
|
|
3879
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3880
|
+
readonly required: false;
|
|
3881
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3882
|
+
__epPropKey: true;
|
|
3883
|
+
};
|
|
3884
|
+
readonly onClick: {
|
|
3885
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3886
|
+
readonly required: false;
|
|
3887
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3888
|
+
__epPropKey: true;
|
|
3889
|
+
};
|
|
3890
|
+
readonly onKeydown: {
|
|
3891
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3892
|
+
readonly required: false;
|
|
3893
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3894
|
+
__epPropKey: true;
|
|
3895
|
+
};
|
|
3896
|
+
readonly onFocus: {
|
|
3897
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3898
|
+
readonly required: false;
|
|
3899
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3900
|
+
__epPropKey: true;
|
|
3901
|
+
};
|
|
3902
|
+
readonly onBlur: {
|
|
3903
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3904
|
+
readonly required: false;
|
|
3905
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3906
|
+
__epPropKey: true;
|
|
3907
|
+
};
|
|
3908
|
+
readonly onContextmenu: {
|
|
3909
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3910
|
+
readonly required: false;
|
|
3911
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3912
|
+
__epPropKey: true;
|
|
3913
|
+
};
|
|
3914
|
+
readonly id: StringConstructor;
|
|
3915
|
+
readonly open: BooleanConstructor;
|
|
3916
|
+
}>>, {
|
|
3917
|
+
readonly virtualTriggering: boolean;
|
|
3918
|
+
readonly open: boolean;
|
|
3919
|
+
}>;
|
|
3920
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3921
|
+
readonly disabled: BooleanConstructor;
|
|
3922
|
+
readonly trigger: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
3923
|
+
readonly triggerKeys: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
3924
|
+
readonly virtualRef: {
|
|
3925
|
+
readonly type: vue.PropType<element_plus.Measurable>;
|
|
3926
|
+
readonly required: false;
|
|
3927
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3928
|
+
__epPropKey: true;
|
|
3929
|
+
};
|
|
3930
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
3931
|
+
readonly onMouseenter: {
|
|
3932
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3933
|
+
readonly required: false;
|
|
3934
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3935
|
+
__epPropKey: true;
|
|
3936
|
+
};
|
|
3937
|
+
readonly onMouseleave: {
|
|
3938
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3939
|
+
readonly required: false;
|
|
3940
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3941
|
+
__epPropKey: true;
|
|
3942
|
+
};
|
|
3943
|
+
readonly onClick: {
|
|
3944
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3945
|
+
readonly required: false;
|
|
3946
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3947
|
+
__epPropKey: true;
|
|
3948
|
+
};
|
|
3949
|
+
readonly onKeydown: {
|
|
3950
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3951
|
+
readonly required: false;
|
|
3952
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3953
|
+
__epPropKey: true;
|
|
3954
|
+
};
|
|
3955
|
+
readonly onFocus: {
|
|
3956
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3957
|
+
readonly required: false;
|
|
3958
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3959
|
+
__epPropKey: true;
|
|
3960
|
+
};
|
|
3961
|
+
readonly onBlur: {
|
|
3962
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3963
|
+
readonly required: false;
|
|
3964
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3965
|
+
__epPropKey: true;
|
|
3966
|
+
};
|
|
3967
|
+
readonly onContextmenu: {
|
|
3968
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
3969
|
+
readonly required: false;
|
|
3970
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3971
|
+
__epPropKey: true;
|
|
3972
|
+
};
|
|
3973
|
+
readonly id: StringConstructor;
|
|
3974
|
+
readonly open: BooleanConstructor;
|
|
3975
|
+
}>>, {
|
|
3976
|
+
readonly virtualTriggering: boolean;
|
|
3977
|
+
readonly disabled: boolean;
|
|
3978
|
+
readonly open: boolean;
|
|
3979
|
+
readonly trigger: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown>;
|
|
3980
|
+
readonly triggerKeys: string[];
|
|
3981
|
+
}>;
|
|
3982
|
+
ElTooltipContent: vue.DefineComponent<{
|
|
3983
|
+
readonly appendTo: {
|
|
3984
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
|
3985
|
+
readonly required: false;
|
|
3986
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3987
|
+
__epPropKey: true;
|
|
3988
|
+
};
|
|
3989
|
+
readonly content: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3990
|
+
readonly rawContent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3991
|
+
readonly persistent: BooleanConstructor;
|
|
3992
|
+
readonly ariaLabel: StringConstructor;
|
|
3993
|
+
readonly visible: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
3994
|
+
readonly transition: StringConstructor;
|
|
3995
|
+
readonly teleported: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3996
|
+
readonly disabled: BooleanConstructor;
|
|
3997
|
+
readonly id: StringConstructor;
|
|
3998
|
+
readonly style: {
|
|
3999
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
4000
|
+
readonly required: false;
|
|
4001
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4002
|
+
__epPropKey: true;
|
|
4003
|
+
};
|
|
4004
|
+
readonly className: {
|
|
4005
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
4006
|
+
[x: string]: boolean;
|
|
4007
|
+
} | (string | {
|
|
4008
|
+
[x: string]: boolean;
|
|
4009
|
+
} | (string | {
|
|
4010
|
+
[x: string]: boolean;
|
|
4011
|
+
} | (string | {
|
|
4012
|
+
[x: string]: boolean;
|
|
4013
|
+
} | (string | {
|
|
4014
|
+
[x: string]: boolean;
|
|
4015
|
+
} | (string | {
|
|
4016
|
+
[x: string]: boolean;
|
|
4017
|
+
} | (string | {
|
|
4018
|
+
[x: string]: boolean;
|
|
4019
|
+
} | (string | {
|
|
4020
|
+
[x: string]: boolean;
|
|
4021
|
+
} | (string | {
|
|
4022
|
+
[x: string]: boolean;
|
|
4023
|
+
} | (string | {
|
|
4024
|
+
[x: string]: boolean;
|
|
4025
|
+
} | (string | any[] | {
|
|
4026
|
+
[x: string]: boolean;
|
|
4027
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4028
|
+
[x: string]: boolean;
|
|
4029
|
+
} | (string | {
|
|
4030
|
+
[x: string]: boolean;
|
|
4031
|
+
} | (string | {
|
|
4032
|
+
[x: string]: boolean;
|
|
4033
|
+
} | (string | {
|
|
4034
|
+
[x: string]: boolean;
|
|
4035
|
+
} | (string | {
|
|
4036
|
+
[x: string]: boolean;
|
|
4037
|
+
} | (string | {
|
|
4038
|
+
[x: string]: boolean;
|
|
4039
|
+
} | (string | {
|
|
4040
|
+
[x: string]: boolean;
|
|
4041
|
+
} | (string | {
|
|
4042
|
+
[x: string]: boolean;
|
|
4043
|
+
} | (string | {
|
|
4044
|
+
[x: string]: boolean;
|
|
4045
|
+
} | (string | {
|
|
4046
|
+
[x: string]: boolean;
|
|
4047
|
+
} | (string | any[] | {
|
|
4048
|
+
[x: string]: boolean;
|
|
4049
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
4050
|
+
[x: string]: boolean;
|
|
4051
|
+
} | (string | {
|
|
4052
|
+
[x: string]: boolean;
|
|
4053
|
+
} | (string | {
|
|
4054
|
+
[x: string]: boolean;
|
|
4055
|
+
} | (string | {
|
|
4056
|
+
[x: string]: boolean;
|
|
4057
|
+
} | (string | {
|
|
4058
|
+
[x: string]: boolean;
|
|
4059
|
+
} | (string | {
|
|
4060
|
+
[x: string]: boolean;
|
|
4061
|
+
} | (string | {
|
|
4062
|
+
[x: string]: boolean;
|
|
4063
|
+
} | (string | {
|
|
4064
|
+
[x: string]: boolean;
|
|
4065
|
+
} | (string | {
|
|
4066
|
+
[x: string]: boolean;
|
|
4067
|
+
} | (string | {
|
|
4068
|
+
[x: string]: boolean;
|
|
4069
|
+
} | (string | any[] | {
|
|
4070
|
+
[x: string]: boolean;
|
|
4071
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4072
|
+
[x: string]: boolean;
|
|
4073
|
+
} | (string | {
|
|
4074
|
+
[x: string]: boolean;
|
|
4075
|
+
} | (string | {
|
|
4076
|
+
[x: string]: boolean;
|
|
4077
|
+
} | (string | {
|
|
4078
|
+
[x: string]: boolean;
|
|
4079
|
+
} | (string | {
|
|
4080
|
+
[x: string]: boolean;
|
|
4081
|
+
} | (string | {
|
|
4082
|
+
[x: string]: boolean;
|
|
4083
|
+
} | (string | {
|
|
4084
|
+
[x: string]: boolean;
|
|
4085
|
+
} | (string | {
|
|
4086
|
+
[x: string]: boolean;
|
|
4087
|
+
} | (string | {
|
|
4088
|
+
[x: string]: boolean;
|
|
4089
|
+
} | (string | {
|
|
4090
|
+
[x: string]: boolean;
|
|
4091
|
+
} | (string | any[] | {
|
|
4092
|
+
[x: string]: boolean;
|
|
4093
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
4094
|
+
readonly required: false;
|
|
4095
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4096
|
+
__epPropKey: true;
|
|
4097
|
+
};
|
|
4098
|
+
readonly effect: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "dark", boolean>;
|
|
4099
|
+
readonly enterable: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4100
|
+
readonly pure: BooleanConstructor;
|
|
4101
|
+
readonly focusOnShow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4102
|
+
readonly trapping: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4103
|
+
readonly popperClass: {
|
|
4104
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
4105
|
+
[x: string]: boolean;
|
|
4106
|
+
} | (string | {
|
|
4107
|
+
[x: string]: boolean;
|
|
4108
|
+
} | (string | {
|
|
4109
|
+
[x: string]: boolean;
|
|
4110
|
+
} | (string | {
|
|
4111
|
+
[x: string]: boolean;
|
|
4112
|
+
} | (string | {
|
|
4113
|
+
[x: string]: boolean;
|
|
4114
|
+
} | (string | {
|
|
4115
|
+
[x: string]: boolean;
|
|
4116
|
+
} | (string | {
|
|
4117
|
+
[x: string]: boolean;
|
|
4118
|
+
} | (string | {
|
|
4119
|
+
[x: string]: boolean;
|
|
4120
|
+
} | (string | {
|
|
4121
|
+
[x: string]: boolean;
|
|
4122
|
+
} | (string | {
|
|
4123
|
+
[x: string]: boolean;
|
|
4124
|
+
} | (string | any[] | {
|
|
4125
|
+
[x: string]: boolean;
|
|
4126
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4127
|
+
[x: string]: boolean;
|
|
4128
|
+
} | (string | {
|
|
4129
|
+
[x: string]: boolean;
|
|
4130
|
+
} | (string | {
|
|
4131
|
+
[x: string]: boolean;
|
|
4132
|
+
} | (string | {
|
|
4133
|
+
[x: string]: boolean;
|
|
4134
|
+
} | (string | {
|
|
4135
|
+
[x: string]: boolean;
|
|
4136
|
+
} | (string | {
|
|
4137
|
+
[x: string]: boolean;
|
|
4138
|
+
} | (string | {
|
|
4139
|
+
[x: string]: boolean;
|
|
4140
|
+
} | (string | {
|
|
4141
|
+
[x: string]: boolean;
|
|
4142
|
+
} | (string | {
|
|
4143
|
+
[x: string]: boolean;
|
|
4144
|
+
} | (string | {
|
|
4145
|
+
[x: string]: boolean;
|
|
4146
|
+
} | (string | any[] | {
|
|
4147
|
+
[x: string]: boolean;
|
|
4148
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
4149
|
+
[x: string]: boolean;
|
|
4150
|
+
} | (string | {
|
|
4151
|
+
[x: string]: boolean;
|
|
4152
|
+
} | (string | {
|
|
4153
|
+
[x: string]: boolean;
|
|
4154
|
+
} | (string | {
|
|
4155
|
+
[x: string]: boolean;
|
|
4156
|
+
} | (string | {
|
|
4157
|
+
[x: string]: boolean;
|
|
4158
|
+
} | (string | {
|
|
4159
|
+
[x: string]: boolean;
|
|
4160
|
+
} | (string | {
|
|
4161
|
+
[x: string]: boolean;
|
|
4162
|
+
} | (string | {
|
|
4163
|
+
[x: string]: boolean;
|
|
4164
|
+
} | (string | {
|
|
4165
|
+
[x: string]: boolean;
|
|
4166
|
+
} | (string | {
|
|
4167
|
+
[x: string]: boolean;
|
|
4168
|
+
} | (string | any[] | {
|
|
4169
|
+
[x: string]: boolean;
|
|
4170
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4171
|
+
[x: string]: boolean;
|
|
4172
|
+
} | (string | {
|
|
4173
|
+
[x: string]: boolean;
|
|
4174
|
+
} | (string | {
|
|
4175
|
+
[x: string]: boolean;
|
|
4176
|
+
} | (string | {
|
|
4177
|
+
[x: string]: boolean;
|
|
4178
|
+
} | (string | {
|
|
4179
|
+
[x: string]: boolean;
|
|
4180
|
+
} | (string | {
|
|
4181
|
+
[x: string]: boolean;
|
|
4182
|
+
} | (string | {
|
|
4183
|
+
[x: string]: boolean;
|
|
4184
|
+
} | (string | {
|
|
4185
|
+
[x: string]: boolean;
|
|
4186
|
+
} | (string | {
|
|
4187
|
+
[x: string]: boolean;
|
|
4188
|
+
} | (string | {
|
|
4189
|
+
[x: string]: boolean;
|
|
4190
|
+
} | (string | any[] | {
|
|
4191
|
+
[x: string]: boolean;
|
|
4192
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
4193
|
+
readonly required: false;
|
|
4194
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4195
|
+
__epPropKey: true;
|
|
4196
|
+
};
|
|
4197
|
+
readonly popperStyle: {
|
|
4198
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
4199
|
+
readonly required: false;
|
|
4200
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4201
|
+
__epPropKey: true;
|
|
4202
|
+
};
|
|
4203
|
+
readonly referenceEl: {
|
|
4204
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
4205
|
+
readonly required: false;
|
|
4206
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4207
|
+
__epPropKey: true;
|
|
4208
|
+
};
|
|
4209
|
+
readonly triggerTargetEl: {
|
|
4210
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
4211
|
+
readonly required: false;
|
|
4212
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4213
|
+
__epPropKey: true;
|
|
4214
|
+
};
|
|
4215
|
+
readonly stopPopperMouseEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4216
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
4217
|
+
readonly zIndex: NumberConstructor;
|
|
4218
|
+
readonly boundariesPadding: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4219
|
+
readonly fallbackPlacements: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]) | ((new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
4220
|
+
readonly gpuAcceleration: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4221
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4222
|
+
readonly placement: element_plus_es_utils.EpPropFinalized<StringConstructor, element_plus.Placement, unknown, "bottom", boolean>;
|
|
4223
|
+
readonly popperOptions: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>) | ((new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4224
|
+
readonly strategy: element_plus_es_utils.EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4225
|
+
readonly showAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4226
|
+
readonly hideAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4227
|
+
readonly autoClose: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4228
|
+
}, {
|
|
4229
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
4230
|
+
readonly appendTo: {
|
|
4231
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
|
4232
|
+
readonly required: false;
|
|
4233
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4234
|
+
__epPropKey: true;
|
|
4235
|
+
};
|
|
4236
|
+
readonly content: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4237
|
+
readonly rawContent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4238
|
+
readonly persistent: BooleanConstructor;
|
|
4239
|
+
readonly ariaLabel: StringConstructor;
|
|
4240
|
+
readonly visible: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
4241
|
+
readonly transition: StringConstructor;
|
|
4242
|
+
readonly teleported: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4243
|
+
readonly disabled: BooleanConstructor;
|
|
4244
|
+
readonly id: StringConstructor;
|
|
4245
|
+
readonly style: {
|
|
4246
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
4247
|
+
readonly required: false;
|
|
4248
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4249
|
+
__epPropKey: true;
|
|
4250
|
+
};
|
|
4251
|
+
readonly className: {
|
|
4252
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
4253
|
+
[x: string]: boolean;
|
|
4254
|
+
} | (string | {
|
|
4255
|
+
[x: string]: boolean;
|
|
4256
|
+
} | (string | {
|
|
4257
|
+
[x: string]: boolean;
|
|
4258
|
+
} | (string | {
|
|
4259
|
+
[x: string]: boolean;
|
|
4260
|
+
} | (string | {
|
|
4261
|
+
[x: string]: boolean;
|
|
4262
|
+
} | (string | {
|
|
4263
|
+
[x: string]: boolean;
|
|
4264
|
+
} | (string | {
|
|
4265
|
+
[x: string]: boolean;
|
|
4266
|
+
} | (string | {
|
|
4267
|
+
[x: string]: boolean;
|
|
4268
|
+
} | (string | {
|
|
4269
|
+
[x: string]: boolean;
|
|
4270
|
+
} | (string | {
|
|
4271
|
+
[x: string]: boolean;
|
|
4272
|
+
} | (string | any[] | {
|
|
4273
|
+
[x: string]: boolean;
|
|
4274
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4275
|
+
[x: string]: boolean;
|
|
4276
|
+
} | (string | {
|
|
4277
|
+
[x: string]: boolean;
|
|
4278
|
+
} | (string | {
|
|
4279
|
+
[x: string]: boolean;
|
|
4280
|
+
} | (string | {
|
|
4281
|
+
[x: string]: boolean;
|
|
4282
|
+
} | (string | {
|
|
4283
|
+
[x: string]: boolean;
|
|
4284
|
+
} | (string | {
|
|
4285
|
+
[x: string]: boolean;
|
|
4286
|
+
} | (string | {
|
|
4287
|
+
[x: string]: boolean;
|
|
4288
|
+
} | (string | {
|
|
4289
|
+
[x: string]: boolean;
|
|
4290
|
+
} | (string | {
|
|
4291
|
+
[x: string]: boolean;
|
|
4292
|
+
} | (string | {
|
|
4293
|
+
[x: string]: boolean;
|
|
4294
|
+
} | (string | any[] | {
|
|
4295
|
+
[x: string]: boolean;
|
|
4296
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
4297
|
+
[x: string]: boolean;
|
|
4298
|
+
} | (string | {
|
|
4299
|
+
[x: string]: boolean;
|
|
4300
|
+
} | (string | {
|
|
4301
|
+
[x: string]: boolean;
|
|
4302
|
+
} | (string | {
|
|
4303
|
+
[x: string]: boolean;
|
|
4304
|
+
} | (string | {
|
|
4305
|
+
[x: string]: boolean;
|
|
4306
|
+
} | (string | {
|
|
4307
|
+
[x: string]: boolean;
|
|
4308
|
+
} | (string | {
|
|
4309
|
+
[x: string]: boolean;
|
|
4310
|
+
} | (string | {
|
|
4311
|
+
[x: string]: boolean;
|
|
4312
|
+
} | (string | {
|
|
4313
|
+
[x: string]: boolean;
|
|
4314
|
+
} | (string | {
|
|
4315
|
+
[x: string]: boolean;
|
|
4316
|
+
} | (string | any[] | {
|
|
4317
|
+
[x: string]: boolean;
|
|
4318
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4319
|
+
[x: string]: boolean;
|
|
4320
|
+
} | (string | {
|
|
4321
|
+
[x: string]: boolean;
|
|
4322
|
+
} | (string | {
|
|
4323
|
+
[x: string]: boolean;
|
|
4324
|
+
} | (string | {
|
|
4325
|
+
[x: string]: boolean;
|
|
4326
|
+
} | (string | {
|
|
4327
|
+
[x: string]: boolean;
|
|
4328
|
+
} | (string | {
|
|
4329
|
+
[x: string]: boolean;
|
|
4330
|
+
} | (string | {
|
|
4331
|
+
[x: string]: boolean;
|
|
4332
|
+
} | (string | {
|
|
4333
|
+
[x: string]: boolean;
|
|
4334
|
+
} | (string | {
|
|
4335
|
+
[x: string]: boolean;
|
|
4336
|
+
} | (string | {
|
|
4337
|
+
[x: string]: boolean;
|
|
4338
|
+
} | (string | any[] | {
|
|
4339
|
+
[x: string]: boolean;
|
|
4340
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
4341
|
+
readonly required: false;
|
|
4342
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4343
|
+
__epPropKey: true;
|
|
4344
|
+
};
|
|
4345
|
+
readonly effect: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "dark", boolean>;
|
|
4346
|
+
readonly enterable: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4347
|
+
readonly pure: BooleanConstructor;
|
|
4348
|
+
readonly focusOnShow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4349
|
+
readonly trapping: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4350
|
+
readonly popperClass: {
|
|
4351
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
4352
|
+
[x: string]: boolean;
|
|
4353
|
+
} | (string | {
|
|
4354
|
+
[x: string]: boolean;
|
|
4355
|
+
} | (string | {
|
|
4356
|
+
[x: string]: boolean;
|
|
4357
|
+
} | (string | {
|
|
4358
|
+
[x: string]: boolean;
|
|
4359
|
+
} | (string | {
|
|
4360
|
+
[x: string]: boolean;
|
|
4361
|
+
} | (string | {
|
|
4362
|
+
[x: string]: boolean;
|
|
4363
|
+
} | (string | {
|
|
4364
|
+
[x: string]: boolean;
|
|
4365
|
+
} | (string | {
|
|
4366
|
+
[x: string]: boolean;
|
|
4367
|
+
} | (string | {
|
|
4368
|
+
[x: string]: boolean;
|
|
4369
|
+
} | (string | {
|
|
4370
|
+
[x: string]: boolean;
|
|
4371
|
+
} | (string | any[] | {
|
|
4372
|
+
[x: string]: boolean;
|
|
4373
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4374
|
+
[x: string]: boolean;
|
|
4375
|
+
} | (string | {
|
|
4376
|
+
[x: string]: boolean;
|
|
4377
|
+
} | (string | {
|
|
4378
|
+
[x: string]: boolean;
|
|
4379
|
+
} | (string | {
|
|
4380
|
+
[x: string]: boolean;
|
|
4381
|
+
} | (string | {
|
|
4382
|
+
[x: string]: boolean;
|
|
4383
|
+
} | (string | {
|
|
4384
|
+
[x: string]: boolean;
|
|
4385
|
+
} | (string | {
|
|
4386
|
+
[x: string]: boolean;
|
|
4387
|
+
} | (string | {
|
|
4388
|
+
[x: string]: boolean;
|
|
4389
|
+
} | (string | {
|
|
4390
|
+
[x: string]: boolean;
|
|
4391
|
+
} | (string | {
|
|
4392
|
+
[x: string]: boolean;
|
|
4393
|
+
} | (string | any[] | {
|
|
4394
|
+
[x: string]: boolean;
|
|
4395
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
4396
|
+
[x: string]: boolean;
|
|
4397
|
+
} | (string | {
|
|
4398
|
+
[x: string]: boolean;
|
|
4399
|
+
} | (string | {
|
|
4400
|
+
[x: string]: boolean;
|
|
4401
|
+
} | (string | {
|
|
4402
|
+
[x: string]: boolean;
|
|
4403
|
+
} | (string | {
|
|
4404
|
+
[x: string]: boolean;
|
|
4405
|
+
} | (string | {
|
|
4406
|
+
[x: string]: boolean;
|
|
4407
|
+
} | (string | {
|
|
4408
|
+
[x: string]: boolean;
|
|
4409
|
+
} | (string | {
|
|
4410
|
+
[x: string]: boolean;
|
|
4411
|
+
} | (string | {
|
|
4412
|
+
[x: string]: boolean;
|
|
4413
|
+
} | (string | {
|
|
4414
|
+
[x: string]: boolean;
|
|
4415
|
+
} | (string | any[] | {
|
|
4416
|
+
[x: string]: boolean;
|
|
4417
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4418
|
+
[x: string]: boolean;
|
|
4419
|
+
} | (string | {
|
|
4420
|
+
[x: string]: boolean;
|
|
4421
|
+
} | (string | {
|
|
4422
|
+
[x: string]: boolean;
|
|
4423
|
+
} | (string | {
|
|
4424
|
+
[x: string]: boolean;
|
|
4425
|
+
} | (string | {
|
|
4426
|
+
[x: string]: boolean;
|
|
4427
|
+
} | (string | {
|
|
4428
|
+
[x: string]: boolean;
|
|
4429
|
+
} | (string | {
|
|
4430
|
+
[x: string]: boolean;
|
|
4431
|
+
} | (string | {
|
|
4432
|
+
[x: string]: boolean;
|
|
4433
|
+
} | (string | {
|
|
4434
|
+
[x: string]: boolean;
|
|
4435
|
+
} | (string | {
|
|
4436
|
+
[x: string]: boolean;
|
|
4437
|
+
} | (string | any[] | {
|
|
4438
|
+
[x: string]: boolean;
|
|
4439
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
4440
|
+
readonly required: false;
|
|
4441
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4442
|
+
__epPropKey: true;
|
|
4443
|
+
};
|
|
4444
|
+
readonly popperStyle: {
|
|
4445
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
4446
|
+
readonly required: false;
|
|
4447
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4448
|
+
__epPropKey: true;
|
|
4449
|
+
};
|
|
4450
|
+
readonly referenceEl: {
|
|
4451
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
4452
|
+
readonly required: false;
|
|
4453
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4454
|
+
__epPropKey: true;
|
|
4455
|
+
};
|
|
4456
|
+
readonly triggerTargetEl: {
|
|
4457
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
4458
|
+
readonly required: false;
|
|
4459
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4460
|
+
__epPropKey: true;
|
|
4461
|
+
};
|
|
4462
|
+
readonly stopPopperMouseEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4463
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
4464
|
+
readonly zIndex: NumberConstructor;
|
|
4465
|
+
readonly boundariesPadding: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4466
|
+
readonly fallbackPlacements: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]) | ((new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
4467
|
+
readonly gpuAcceleration: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4468
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4469
|
+
readonly placement: element_plus_es_utils.EpPropFinalized<StringConstructor, element_plus.Placement, unknown, "bottom", boolean>;
|
|
4470
|
+
readonly popperOptions: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>) | ((new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4471
|
+
readonly strategy: element_plus_es_utils.EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4472
|
+
readonly showAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4473
|
+
readonly hideAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4474
|
+
readonly autoClose: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4475
|
+
}>> & {
|
|
4476
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4477
|
+
}>>;
|
|
4478
|
+
selector: vue.ComputedRef<string>;
|
|
4479
|
+
ns: {
|
|
4480
|
+
namespace: vue.ComputedRef<string>;
|
|
4481
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
4482
|
+
e: (element?: string | undefined) => string;
|
|
4483
|
+
m: (modifier?: string | undefined) => string;
|
|
4484
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
4485
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
4486
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
4487
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
4488
|
+
is: {
|
|
4489
|
+
(name: string, state: boolean | undefined): string;
|
|
4490
|
+
(name: string): string;
|
|
4491
|
+
};
|
|
4492
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
4493
|
+
cssVarName: (name: string) => string;
|
|
4494
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
4495
|
+
cssVarBlockName: (name: string) => string;
|
|
4496
|
+
};
|
|
4497
|
+
contentRef: any;
|
|
4498
|
+
destroyed: vue.Ref<boolean>;
|
|
4499
|
+
controlled: vue.Ref<boolean>;
|
|
4500
|
+
id: vue.Ref<string>;
|
|
4501
|
+
open: vue.Ref<boolean>;
|
|
4502
|
+
trigger: vue.Ref<element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>>;
|
|
4503
|
+
onClose: (e?: Event | undefined) => void;
|
|
4504
|
+
onOpen: (e?: Event | undefined) => void;
|
|
4505
|
+
onShow: () => void;
|
|
4506
|
+
onHide: () => void;
|
|
4507
|
+
onBeforeShow: () => void;
|
|
4508
|
+
onBeforeHide: () => void;
|
|
4509
|
+
transitionClass: vue.ComputedRef<string>;
|
|
4510
|
+
persistentRef: vue.ComputedRef<boolean>;
|
|
4511
|
+
shouldRender: vue.ComputedRef<boolean>;
|
|
4512
|
+
shouldShow: vue.ComputedRef<boolean>;
|
|
4513
|
+
appendTo: vue.ComputedRef<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
|
4514
|
+
contentStyle: vue.ComputedRef<any>;
|
|
4515
|
+
ariaHidden: vue.ComputedRef<boolean>;
|
|
4516
|
+
onTransitionLeave: () => void;
|
|
4517
|
+
stopWhenControlled: () => true | undefined;
|
|
4518
|
+
onContentEnter: (event: unknown) => void;
|
|
4519
|
+
onContentLeave: (event: unknown) => void;
|
|
4520
|
+
onBeforeEnter: () => void;
|
|
4521
|
+
onBeforeLeave: () => void;
|
|
4522
|
+
onAfterShow: () => void;
|
|
4523
|
+
onBlur: () => void;
|
|
4524
|
+
stopHandle: (() => void) | undefined;
|
|
4525
|
+
ElPopperContent: vue.DefineComponent<{
|
|
4526
|
+
readonly id: StringConstructor;
|
|
4527
|
+
readonly style: {
|
|
4528
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
4529
|
+
readonly required: false;
|
|
4530
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4531
|
+
__epPropKey: true;
|
|
4532
|
+
};
|
|
4533
|
+
readonly className: {
|
|
4534
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
4535
|
+
[x: string]: boolean;
|
|
4536
|
+
} | (string | {
|
|
4537
|
+
[x: string]: boolean;
|
|
4538
|
+
} | (string | {
|
|
4539
|
+
[x: string]: boolean;
|
|
4540
|
+
} | (string | {
|
|
4541
|
+
[x: string]: boolean;
|
|
4542
|
+
} | (string | {
|
|
4543
|
+
[x: string]: boolean;
|
|
4544
|
+
} | (string | {
|
|
4545
|
+
[x: string]: boolean;
|
|
4546
|
+
} | (string | {
|
|
4547
|
+
[x: string]: boolean;
|
|
4548
|
+
} | (string | {
|
|
4549
|
+
[x: string]: boolean;
|
|
4550
|
+
} | (string | {
|
|
4551
|
+
[x: string]: boolean;
|
|
4552
|
+
} | (string | {
|
|
4553
|
+
[x: string]: boolean;
|
|
4554
|
+
} | (string | any[] | {
|
|
4555
|
+
[x: string]: boolean;
|
|
4556
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4557
|
+
[x: string]: boolean;
|
|
4558
|
+
} | (string | {
|
|
4559
|
+
[x: string]: boolean;
|
|
4560
|
+
} | (string | {
|
|
4561
|
+
[x: string]: boolean;
|
|
4562
|
+
} | (string | {
|
|
4563
|
+
[x: string]: boolean;
|
|
4564
|
+
} | (string | {
|
|
4565
|
+
[x: string]: boolean;
|
|
4566
|
+
} | (string | {
|
|
4567
|
+
[x: string]: boolean;
|
|
4568
|
+
} | (string | {
|
|
4569
|
+
[x: string]: boolean;
|
|
4570
|
+
} | (string | {
|
|
4571
|
+
[x: string]: boolean;
|
|
4572
|
+
} | (string | {
|
|
4573
|
+
[x: string]: boolean;
|
|
4574
|
+
} | (string | {
|
|
4575
|
+
[x: string]: boolean;
|
|
4576
|
+
} | (string | any[] | {
|
|
4577
|
+
[x: string]: boolean;
|
|
4578
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
4579
|
+
[x: string]: boolean;
|
|
4580
|
+
} | (string | {
|
|
4581
|
+
[x: string]: boolean;
|
|
4582
|
+
} | (string | {
|
|
4583
|
+
[x: string]: boolean;
|
|
4584
|
+
} | (string | {
|
|
4585
|
+
[x: string]: boolean;
|
|
4586
|
+
} | (string | {
|
|
4587
|
+
[x: string]: boolean;
|
|
4588
|
+
} | (string | {
|
|
4589
|
+
[x: string]: boolean;
|
|
4590
|
+
} | (string | {
|
|
4591
|
+
[x: string]: boolean;
|
|
4592
|
+
} | (string | {
|
|
4593
|
+
[x: string]: boolean;
|
|
4594
|
+
} | (string | {
|
|
4595
|
+
[x: string]: boolean;
|
|
4596
|
+
} | (string | {
|
|
4597
|
+
[x: string]: boolean;
|
|
4598
|
+
} | (string | any[] | {
|
|
4599
|
+
[x: string]: boolean;
|
|
4600
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4601
|
+
[x: string]: boolean;
|
|
4602
|
+
} | (string | {
|
|
4603
|
+
[x: string]: boolean;
|
|
4604
|
+
} | (string | {
|
|
4605
|
+
[x: string]: boolean;
|
|
4606
|
+
} | (string | {
|
|
4607
|
+
[x: string]: boolean;
|
|
4608
|
+
} | (string | {
|
|
4609
|
+
[x: string]: boolean;
|
|
4610
|
+
} | (string | {
|
|
4611
|
+
[x: string]: boolean;
|
|
4612
|
+
} | (string | {
|
|
4613
|
+
[x: string]: boolean;
|
|
4614
|
+
} | (string | {
|
|
4615
|
+
[x: string]: boolean;
|
|
4616
|
+
} | (string | {
|
|
4617
|
+
[x: string]: boolean;
|
|
4618
|
+
} | (string | {
|
|
4619
|
+
[x: string]: boolean;
|
|
4620
|
+
} | (string | any[] | {
|
|
4621
|
+
[x: string]: boolean;
|
|
4622
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
4623
|
+
readonly required: false;
|
|
4624
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4625
|
+
__epPropKey: true;
|
|
4626
|
+
};
|
|
4627
|
+
readonly effect: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "dark", boolean>;
|
|
4628
|
+
readonly visible: BooleanConstructor;
|
|
4629
|
+
readonly enterable: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4630
|
+
readonly pure: BooleanConstructor;
|
|
4631
|
+
readonly focusOnShow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4632
|
+
readonly trapping: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4633
|
+
readonly popperClass: {
|
|
4634
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
4635
|
+
[x: string]: boolean;
|
|
4636
|
+
} | (string | {
|
|
4637
|
+
[x: string]: boolean;
|
|
4638
|
+
} | (string | {
|
|
4639
|
+
[x: string]: boolean;
|
|
4640
|
+
} | (string | {
|
|
4641
|
+
[x: string]: boolean;
|
|
4642
|
+
} | (string | {
|
|
4643
|
+
[x: string]: boolean;
|
|
4644
|
+
} | (string | {
|
|
4645
|
+
[x: string]: boolean;
|
|
4646
|
+
} | (string | {
|
|
4647
|
+
[x: string]: boolean;
|
|
4648
|
+
} | (string | {
|
|
4649
|
+
[x: string]: boolean;
|
|
4650
|
+
} | (string | {
|
|
4651
|
+
[x: string]: boolean;
|
|
4652
|
+
} | (string | {
|
|
4653
|
+
[x: string]: boolean;
|
|
4654
|
+
} | (string | any[] | {
|
|
4655
|
+
[x: string]: boolean;
|
|
4656
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4657
|
+
[x: string]: boolean;
|
|
4658
|
+
} | (string | {
|
|
4659
|
+
[x: string]: boolean;
|
|
4660
|
+
} | (string | {
|
|
4661
|
+
[x: string]: boolean;
|
|
4662
|
+
} | (string | {
|
|
4663
|
+
[x: string]: boolean;
|
|
4664
|
+
} | (string | {
|
|
4665
|
+
[x: string]: boolean;
|
|
4666
|
+
} | (string | {
|
|
4667
|
+
[x: string]: boolean;
|
|
4668
|
+
} | (string | {
|
|
4669
|
+
[x: string]: boolean;
|
|
4670
|
+
} | (string | {
|
|
4671
|
+
[x: string]: boolean;
|
|
4672
|
+
} | (string | {
|
|
4673
|
+
[x: string]: boolean;
|
|
4674
|
+
} | (string | {
|
|
4675
|
+
[x: string]: boolean;
|
|
4676
|
+
} | (string | any[] | {
|
|
4677
|
+
[x: string]: boolean;
|
|
4678
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
4679
|
+
[x: string]: boolean;
|
|
4680
|
+
} | (string | {
|
|
4681
|
+
[x: string]: boolean;
|
|
4682
|
+
} | (string | {
|
|
4683
|
+
[x: string]: boolean;
|
|
4684
|
+
} | (string | {
|
|
4685
|
+
[x: string]: boolean;
|
|
4686
|
+
} | (string | {
|
|
4687
|
+
[x: string]: boolean;
|
|
4688
|
+
} | (string | {
|
|
4689
|
+
[x: string]: boolean;
|
|
4690
|
+
} | (string | {
|
|
4691
|
+
[x: string]: boolean;
|
|
4692
|
+
} | (string | {
|
|
4693
|
+
[x: string]: boolean;
|
|
4694
|
+
} | (string | {
|
|
4695
|
+
[x: string]: boolean;
|
|
4696
|
+
} | (string | {
|
|
4697
|
+
[x: string]: boolean;
|
|
4698
|
+
} | (string | any[] | {
|
|
4699
|
+
[x: string]: boolean;
|
|
4700
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4701
|
+
[x: string]: boolean;
|
|
4702
|
+
} | (string | {
|
|
4703
|
+
[x: string]: boolean;
|
|
4704
|
+
} | (string | {
|
|
4705
|
+
[x: string]: boolean;
|
|
4706
|
+
} | (string | {
|
|
4707
|
+
[x: string]: boolean;
|
|
4708
|
+
} | (string | {
|
|
4709
|
+
[x: string]: boolean;
|
|
4710
|
+
} | (string | {
|
|
4711
|
+
[x: string]: boolean;
|
|
4712
|
+
} | (string | {
|
|
4713
|
+
[x: string]: boolean;
|
|
4714
|
+
} | (string | {
|
|
4715
|
+
[x: string]: boolean;
|
|
4716
|
+
} | (string | {
|
|
4717
|
+
[x: string]: boolean;
|
|
4718
|
+
} | (string | {
|
|
4719
|
+
[x: string]: boolean;
|
|
4720
|
+
} | (string | any[] | {
|
|
4721
|
+
[x: string]: boolean;
|
|
4722
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
4723
|
+
readonly required: false;
|
|
4724
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4725
|
+
__epPropKey: true;
|
|
4726
|
+
};
|
|
4727
|
+
readonly popperStyle: {
|
|
4728
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
4729
|
+
readonly required: false;
|
|
4730
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4731
|
+
__epPropKey: true;
|
|
4732
|
+
};
|
|
4733
|
+
readonly referenceEl: {
|
|
4734
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
4735
|
+
readonly required: false;
|
|
4736
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4737
|
+
__epPropKey: true;
|
|
4738
|
+
};
|
|
4739
|
+
readonly triggerTargetEl: {
|
|
4740
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
4741
|
+
readonly required: false;
|
|
4742
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4743
|
+
__epPropKey: true;
|
|
4744
|
+
};
|
|
4745
|
+
readonly stopPopperMouseEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4746
|
+
readonly ariaLabel: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
4747
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
4748
|
+
readonly zIndex: NumberConstructor;
|
|
4749
|
+
readonly boundariesPadding: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4750
|
+
readonly fallbackPlacements: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]) | ((new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
4751
|
+
readonly gpuAcceleration: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4752
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4753
|
+
readonly placement: element_plus_es_utils.EpPropFinalized<StringConstructor, element_plus.Placement, unknown, "bottom", boolean>;
|
|
4754
|
+
readonly popperOptions: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>) | ((new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4755
|
+
readonly strategy: element_plus_es_utils.EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4756
|
+
}, {
|
|
4757
|
+
emit: ((event: "close") => void) & ((event: "focus") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
4758
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
4759
|
+
readonly id: StringConstructor;
|
|
4760
|
+
readonly style: {
|
|
4761
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
4762
|
+
readonly required: false;
|
|
4763
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4764
|
+
__epPropKey: true;
|
|
4765
|
+
};
|
|
4766
|
+
readonly className: {
|
|
4767
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
4768
|
+
[x: string]: boolean;
|
|
4769
|
+
} | (string | {
|
|
4770
|
+
[x: string]: boolean;
|
|
4771
|
+
} | (string | {
|
|
4772
|
+
[x: string]: boolean;
|
|
4773
|
+
} | (string | {
|
|
4774
|
+
[x: string]: boolean;
|
|
4775
|
+
} | (string | {
|
|
4776
|
+
[x: string]: boolean;
|
|
4777
|
+
} | (string | {
|
|
4778
|
+
[x: string]: boolean;
|
|
4779
|
+
} | (string | {
|
|
4780
|
+
[x: string]: boolean;
|
|
4781
|
+
} | (string | {
|
|
4782
|
+
[x: string]: boolean;
|
|
4783
|
+
} | (string | {
|
|
4784
|
+
[x: string]: boolean;
|
|
4785
|
+
} | (string | {
|
|
4786
|
+
[x: string]: boolean;
|
|
4787
|
+
} | (string | any[] | {
|
|
4788
|
+
[x: string]: boolean;
|
|
4789
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4790
|
+
[x: string]: boolean;
|
|
4791
|
+
} | (string | {
|
|
4792
|
+
[x: string]: boolean;
|
|
4793
|
+
} | (string | {
|
|
4794
|
+
[x: string]: boolean;
|
|
4795
|
+
} | (string | {
|
|
4796
|
+
[x: string]: boolean;
|
|
4797
|
+
} | (string | {
|
|
4798
|
+
[x: string]: boolean;
|
|
4799
|
+
} | (string | {
|
|
4800
|
+
[x: string]: boolean;
|
|
4801
|
+
} | (string | {
|
|
4802
|
+
[x: string]: boolean;
|
|
4803
|
+
} | (string | {
|
|
4804
|
+
[x: string]: boolean;
|
|
4805
|
+
} | (string | {
|
|
4806
|
+
[x: string]: boolean;
|
|
4807
|
+
} | (string | {
|
|
4808
|
+
[x: string]: boolean;
|
|
4809
|
+
} | (string | any[] | {
|
|
4810
|
+
[x: string]: boolean;
|
|
4811
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
4812
|
+
[x: string]: boolean;
|
|
4813
|
+
} | (string | {
|
|
4814
|
+
[x: string]: boolean;
|
|
4815
|
+
} | (string | {
|
|
4816
|
+
[x: string]: boolean;
|
|
4817
|
+
} | (string | {
|
|
4818
|
+
[x: string]: boolean;
|
|
4819
|
+
} | (string | {
|
|
4820
|
+
[x: string]: boolean;
|
|
4821
|
+
} | (string | {
|
|
4822
|
+
[x: string]: boolean;
|
|
4823
|
+
} | (string | {
|
|
4824
|
+
[x: string]: boolean;
|
|
4825
|
+
} | (string | {
|
|
4826
|
+
[x: string]: boolean;
|
|
4827
|
+
} | (string | {
|
|
4828
|
+
[x: string]: boolean;
|
|
4829
|
+
} | (string | {
|
|
4830
|
+
[x: string]: boolean;
|
|
4831
|
+
} | (string | any[] | {
|
|
4832
|
+
[x: string]: boolean;
|
|
4833
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4834
|
+
[x: string]: boolean;
|
|
4835
|
+
} | (string | {
|
|
4836
|
+
[x: string]: boolean;
|
|
4837
|
+
} | (string | {
|
|
4838
|
+
[x: string]: boolean;
|
|
4839
|
+
} | (string | {
|
|
4840
|
+
[x: string]: boolean;
|
|
4841
|
+
} | (string | {
|
|
4842
|
+
[x: string]: boolean;
|
|
4843
|
+
} | (string | {
|
|
4844
|
+
[x: string]: boolean;
|
|
4845
|
+
} | (string | {
|
|
4846
|
+
[x: string]: boolean;
|
|
4847
|
+
} | (string | {
|
|
4848
|
+
[x: string]: boolean;
|
|
4849
|
+
} | (string | {
|
|
4850
|
+
[x: string]: boolean;
|
|
4851
|
+
} | (string | {
|
|
4852
|
+
[x: string]: boolean;
|
|
4853
|
+
} | (string | any[] | {
|
|
4854
|
+
[x: string]: boolean;
|
|
4855
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
4856
|
+
readonly required: false;
|
|
4857
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4858
|
+
__epPropKey: true;
|
|
4859
|
+
};
|
|
4860
|
+
readonly effect: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "dark", boolean>;
|
|
4861
|
+
readonly visible: BooleanConstructor;
|
|
4862
|
+
readonly enterable: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4863
|
+
readonly pure: BooleanConstructor;
|
|
4864
|
+
readonly focusOnShow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4865
|
+
readonly trapping: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4866
|
+
readonly popperClass: {
|
|
4867
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
4868
|
+
[x: string]: boolean;
|
|
4869
|
+
} | (string | {
|
|
4870
|
+
[x: string]: boolean;
|
|
4871
|
+
} | (string | {
|
|
4872
|
+
[x: string]: boolean;
|
|
4873
|
+
} | (string | {
|
|
4874
|
+
[x: string]: boolean;
|
|
4875
|
+
} | (string | {
|
|
4876
|
+
[x: string]: boolean;
|
|
4877
|
+
} | (string | {
|
|
4878
|
+
[x: string]: boolean;
|
|
4879
|
+
} | (string | {
|
|
4880
|
+
[x: string]: boolean;
|
|
4881
|
+
} | (string | {
|
|
4882
|
+
[x: string]: boolean;
|
|
4883
|
+
} | (string | {
|
|
4884
|
+
[x: string]: boolean;
|
|
4885
|
+
} | (string | {
|
|
4886
|
+
[x: string]: boolean;
|
|
4887
|
+
} | (string | any[] | {
|
|
4888
|
+
[x: string]: boolean;
|
|
4889
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4890
|
+
[x: string]: boolean;
|
|
4891
|
+
} | (string | {
|
|
4892
|
+
[x: string]: boolean;
|
|
4893
|
+
} | (string | {
|
|
4894
|
+
[x: string]: boolean;
|
|
4895
|
+
} | (string | {
|
|
4896
|
+
[x: string]: boolean;
|
|
4897
|
+
} | (string | {
|
|
4898
|
+
[x: string]: boolean;
|
|
4899
|
+
} | (string | {
|
|
4900
|
+
[x: string]: boolean;
|
|
4901
|
+
} | (string | {
|
|
4902
|
+
[x: string]: boolean;
|
|
4903
|
+
} | (string | {
|
|
4904
|
+
[x: string]: boolean;
|
|
4905
|
+
} | (string | {
|
|
4906
|
+
[x: string]: boolean;
|
|
4907
|
+
} | (string | {
|
|
4908
|
+
[x: string]: boolean;
|
|
4909
|
+
} | (string | any[] | {
|
|
4910
|
+
[x: string]: boolean;
|
|
4911
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
4912
|
+
[x: string]: boolean;
|
|
4913
|
+
} | (string | {
|
|
4914
|
+
[x: string]: boolean;
|
|
4915
|
+
} | (string | {
|
|
4916
|
+
[x: string]: boolean;
|
|
4917
|
+
} | (string | {
|
|
4918
|
+
[x: string]: boolean;
|
|
4919
|
+
} | (string | {
|
|
4920
|
+
[x: string]: boolean;
|
|
4921
|
+
} | (string | {
|
|
4922
|
+
[x: string]: boolean;
|
|
4923
|
+
} | (string | {
|
|
4924
|
+
[x: string]: boolean;
|
|
4925
|
+
} | (string | {
|
|
4926
|
+
[x: string]: boolean;
|
|
4927
|
+
} | (string | {
|
|
4928
|
+
[x: string]: boolean;
|
|
4929
|
+
} | (string | {
|
|
4930
|
+
[x: string]: boolean;
|
|
4931
|
+
} | (string | any[] | {
|
|
4932
|
+
[x: string]: boolean;
|
|
4933
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
4934
|
+
[x: string]: boolean;
|
|
4935
|
+
} | (string | {
|
|
4936
|
+
[x: string]: boolean;
|
|
4937
|
+
} | (string | {
|
|
4938
|
+
[x: string]: boolean;
|
|
4939
|
+
} | (string | {
|
|
4940
|
+
[x: string]: boolean;
|
|
4941
|
+
} | (string | {
|
|
4942
|
+
[x: string]: boolean;
|
|
4943
|
+
} | (string | {
|
|
4944
|
+
[x: string]: boolean;
|
|
4945
|
+
} | (string | {
|
|
4946
|
+
[x: string]: boolean;
|
|
4947
|
+
} | (string | {
|
|
4948
|
+
[x: string]: boolean;
|
|
4949
|
+
} | (string | {
|
|
4950
|
+
[x: string]: boolean;
|
|
4951
|
+
} | (string | {
|
|
4952
|
+
[x: string]: boolean;
|
|
4953
|
+
} | (string | any[] | {
|
|
4954
|
+
[x: string]: boolean;
|
|
4955
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
4956
|
+
readonly required: false;
|
|
4957
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4958
|
+
__epPropKey: true;
|
|
4959
|
+
};
|
|
4960
|
+
readonly popperStyle: {
|
|
4961
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
4962
|
+
readonly required: false;
|
|
4963
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4964
|
+
__epPropKey: true;
|
|
4965
|
+
};
|
|
4966
|
+
readonly referenceEl: {
|
|
4967
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
4968
|
+
readonly required: false;
|
|
4969
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4970
|
+
__epPropKey: true;
|
|
4971
|
+
};
|
|
4972
|
+
readonly triggerTargetEl: {
|
|
4973
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
4974
|
+
readonly required: false;
|
|
4975
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4976
|
+
__epPropKey: true;
|
|
4977
|
+
};
|
|
4978
|
+
readonly stopPopperMouseEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4979
|
+
readonly ariaLabel: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
4980
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
4981
|
+
readonly zIndex: NumberConstructor;
|
|
4982
|
+
readonly boundariesPadding: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4983
|
+
readonly fallbackPlacements: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]) | ((new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
4984
|
+
readonly gpuAcceleration: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4985
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4986
|
+
readonly placement: element_plus_es_utils.EpPropFinalized<StringConstructor, element_plus.Placement, unknown, "bottom", boolean>;
|
|
4987
|
+
readonly popperOptions: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>) | ((new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4988
|
+
readonly strategy: element_plus_es_utils.EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4989
|
+
}>> & {
|
|
4990
|
+
onClose?: (() => any) | undefined;
|
|
4991
|
+
onFocus?: (() => any) | undefined;
|
|
4992
|
+
onBlur?: (() => any) | undefined;
|
|
4993
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
4994
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
4995
|
+
}>>;
|
|
4996
|
+
focusStartRef: vue.Ref<HTMLElement | "container" | "first" | undefined>;
|
|
4997
|
+
trapped: vue.Ref<boolean>;
|
|
4998
|
+
onFocusAfterReleased: (event: CustomEvent<any>) => void;
|
|
4999
|
+
onFocusAfterTrapped: () => void;
|
|
5000
|
+
onFocusInTrap: (event: FocusEvent) => void;
|
|
5001
|
+
onFocusoutPrevented: (event: CustomEvent<any>) => void;
|
|
5002
|
+
onReleaseRequested: () => void;
|
|
5003
|
+
attributes: vue.ComputedRef<{
|
|
5004
|
+
[key: string]: {
|
|
5005
|
+
[key: string]: string | boolean;
|
|
5006
|
+
};
|
|
5007
|
+
}>;
|
|
5008
|
+
arrowRef: vue.Ref<HTMLElement | undefined>;
|
|
5009
|
+
contentRef: vue.Ref<HTMLElement | undefined>;
|
|
5010
|
+
styles: vue.ComputedRef<{
|
|
5011
|
+
[key: string]: Partial<CSSStyleDeclaration>;
|
|
5012
|
+
}>;
|
|
5013
|
+
instanceRef: vue.ComputedRef<_popperjs_core.Instance | undefined>;
|
|
5014
|
+
role: vue.ComputedRef<string>;
|
|
5015
|
+
update: () => Promise<Partial<_popperjs_core.State>> | undefined;
|
|
5016
|
+
ariaModal: vue.ComputedRef<string | undefined>;
|
|
5017
|
+
arrowStyle: vue.ComputedRef<vue.CSSProperties>;
|
|
5018
|
+
contentAttrs: vue.ComputedRef<{
|
|
5019
|
+
[key: string]: string | boolean;
|
|
5020
|
+
}>;
|
|
5021
|
+
contentClass: vue.ComputedRef<(string | {
|
|
5022
|
+
[x: string]: boolean;
|
|
5023
|
+
} | (string | {
|
|
5024
|
+
[x: string]: boolean;
|
|
5025
|
+
} | (string | {
|
|
5026
|
+
[x: string]: boolean;
|
|
5027
|
+
} | (string | {
|
|
5028
|
+
[x: string]: boolean;
|
|
5029
|
+
} | (string | {
|
|
5030
|
+
[x: string]: boolean;
|
|
5031
|
+
} | (string | {
|
|
5032
|
+
[x: string]: boolean;
|
|
5033
|
+
} | (string | {
|
|
5034
|
+
[x: string]: boolean;
|
|
5035
|
+
} | (string | {
|
|
5036
|
+
[x: string]: boolean;
|
|
5037
|
+
} | (string | {
|
|
5038
|
+
[x: string]: boolean;
|
|
5039
|
+
} | (string | {
|
|
5040
|
+
[x: string]: boolean;
|
|
5041
|
+
} | (string | any[] | {
|
|
5042
|
+
[x: string]: boolean;
|
|
5043
|
+
})[])[])[])[])[])[])[])[])[])[] | undefined)[]>;
|
|
5044
|
+
contentStyle: vue.ComputedRef<vue.StyleValue[]>;
|
|
5045
|
+
updateZIndex: () => void;
|
|
5046
|
+
formItemContext: element_plus.FormItemContext | undefined;
|
|
5047
|
+
arrowOffset: vue.Ref<number | undefined>;
|
|
5048
|
+
triggerTargetAriaStopWatch: undefined;
|
|
5049
|
+
updatePopper: (shouldUpdateZIndex?: boolean | undefined) => void;
|
|
5050
|
+
togglePopperAlive: () => void;
|
|
5051
|
+
ElFocusTrap: vue.DefineComponent<{
|
|
5052
|
+
loop: BooleanConstructor;
|
|
5053
|
+
trapped: BooleanConstructor;
|
|
5054
|
+
focusTrapEl: vue.PropType<HTMLElement>;
|
|
5055
|
+
focusStartEl: {
|
|
5056
|
+
type: vue.PropType<HTMLElement | "container" | "first">;
|
|
5057
|
+
default: string;
|
|
5058
|
+
};
|
|
5059
|
+
}, {
|
|
5060
|
+
onKeydown: (e: KeyboardEvent) => void;
|
|
5061
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
5062
|
+
loop: BooleanConstructor;
|
|
5063
|
+
trapped: BooleanConstructor;
|
|
5064
|
+
focusTrapEl: vue.PropType<HTMLElement>;
|
|
5065
|
+
focusStartEl: {
|
|
5066
|
+
type: vue.PropType<HTMLElement | "container" | "first">;
|
|
5067
|
+
default: string;
|
|
5068
|
+
};
|
|
5069
|
+
}>> & {
|
|
5070
|
+
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
5071
|
+
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
5072
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5073
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5074
|
+
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
5075
|
+
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
5076
|
+
}, {
|
|
5077
|
+
trapped: boolean;
|
|
5078
|
+
loop: boolean;
|
|
5079
|
+
focusStartEl: HTMLElement | "container" | "first";
|
|
5080
|
+
}>;
|
|
5081
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5082
|
+
mouseenter: (evt: MouseEvent) => boolean;
|
|
5083
|
+
mouseleave: (evt: MouseEvent) => boolean;
|
|
5084
|
+
focus: () => boolean;
|
|
5085
|
+
blur: () => boolean;
|
|
5086
|
+
close: () => boolean;
|
|
5087
|
+
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
5088
|
+
readonly id: StringConstructor;
|
|
5089
|
+
readonly style: {
|
|
5090
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
5091
|
+
readonly required: false;
|
|
5092
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5093
|
+
__epPropKey: true;
|
|
5094
|
+
};
|
|
5095
|
+
readonly className: {
|
|
5096
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
5097
|
+
[x: string]: boolean;
|
|
5098
|
+
} | (string | {
|
|
5099
|
+
[x: string]: boolean;
|
|
5100
|
+
} | (string | {
|
|
5101
|
+
[x: string]: boolean;
|
|
5102
|
+
} | (string | {
|
|
5103
|
+
[x: string]: boolean;
|
|
5104
|
+
} | (string | {
|
|
5105
|
+
[x: string]: boolean;
|
|
5106
|
+
} | (string | {
|
|
5107
|
+
[x: string]: boolean;
|
|
5108
|
+
} | (string | {
|
|
5109
|
+
[x: string]: boolean;
|
|
5110
|
+
} | (string | {
|
|
5111
|
+
[x: string]: boolean;
|
|
5112
|
+
} | (string | {
|
|
5113
|
+
[x: string]: boolean;
|
|
5114
|
+
} | (string | {
|
|
5115
|
+
[x: string]: boolean;
|
|
5116
|
+
} | (string | any[] | {
|
|
5117
|
+
[x: string]: boolean;
|
|
5118
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5119
|
+
[x: string]: boolean;
|
|
5120
|
+
} | (string | {
|
|
5121
|
+
[x: string]: boolean;
|
|
5122
|
+
} | (string | {
|
|
5123
|
+
[x: string]: boolean;
|
|
5124
|
+
} | (string | {
|
|
5125
|
+
[x: string]: boolean;
|
|
5126
|
+
} | (string | {
|
|
5127
|
+
[x: string]: boolean;
|
|
5128
|
+
} | (string | {
|
|
5129
|
+
[x: string]: boolean;
|
|
5130
|
+
} | (string | {
|
|
5131
|
+
[x: string]: boolean;
|
|
5132
|
+
} | (string | {
|
|
5133
|
+
[x: string]: boolean;
|
|
5134
|
+
} | (string | {
|
|
5135
|
+
[x: string]: boolean;
|
|
5136
|
+
} | (string | {
|
|
5137
|
+
[x: string]: boolean;
|
|
5138
|
+
} | (string | any[] | {
|
|
5139
|
+
[x: string]: boolean;
|
|
5140
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
5141
|
+
[x: string]: boolean;
|
|
5142
|
+
} | (string | {
|
|
5143
|
+
[x: string]: boolean;
|
|
5144
|
+
} | (string | {
|
|
5145
|
+
[x: string]: boolean;
|
|
5146
|
+
} | (string | {
|
|
5147
|
+
[x: string]: boolean;
|
|
5148
|
+
} | (string | {
|
|
5149
|
+
[x: string]: boolean;
|
|
5150
|
+
} | (string | {
|
|
5151
|
+
[x: string]: boolean;
|
|
5152
|
+
} | (string | {
|
|
5153
|
+
[x: string]: boolean;
|
|
5154
|
+
} | (string | {
|
|
5155
|
+
[x: string]: boolean;
|
|
5156
|
+
} | (string | {
|
|
5157
|
+
[x: string]: boolean;
|
|
5158
|
+
} | (string | {
|
|
5159
|
+
[x: string]: boolean;
|
|
5160
|
+
} | (string | any[] | {
|
|
5161
|
+
[x: string]: boolean;
|
|
5162
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5163
|
+
[x: string]: boolean;
|
|
5164
|
+
} | (string | {
|
|
5165
|
+
[x: string]: boolean;
|
|
5166
|
+
} | (string | {
|
|
5167
|
+
[x: string]: boolean;
|
|
5168
|
+
} | (string | {
|
|
5169
|
+
[x: string]: boolean;
|
|
5170
|
+
} | (string | {
|
|
5171
|
+
[x: string]: boolean;
|
|
5172
|
+
} | (string | {
|
|
5173
|
+
[x: string]: boolean;
|
|
5174
|
+
} | (string | {
|
|
5175
|
+
[x: string]: boolean;
|
|
5176
|
+
} | (string | {
|
|
5177
|
+
[x: string]: boolean;
|
|
5178
|
+
} | (string | {
|
|
5179
|
+
[x: string]: boolean;
|
|
5180
|
+
} | (string | {
|
|
5181
|
+
[x: string]: boolean;
|
|
5182
|
+
} | (string | any[] | {
|
|
5183
|
+
[x: string]: boolean;
|
|
5184
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
5185
|
+
readonly required: false;
|
|
5186
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5187
|
+
__epPropKey: true;
|
|
5188
|
+
};
|
|
5189
|
+
readonly effect: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "dark", boolean>;
|
|
5190
|
+
readonly visible: BooleanConstructor;
|
|
5191
|
+
readonly enterable: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5192
|
+
readonly pure: BooleanConstructor;
|
|
5193
|
+
readonly focusOnShow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5194
|
+
readonly trapping: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5195
|
+
readonly popperClass: {
|
|
5196
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
5197
|
+
[x: string]: boolean;
|
|
5198
|
+
} | (string | {
|
|
5199
|
+
[x: string]: boolean;
|
|
5200
|
+
} | (string | {
|
|
5201
|
+
[x: string]: boolean;
|
|
5202
|
+
} | (string | {
|
|
5203
|
+
[x: string]: boolean;
|
|
5204
|
+
} | (string | {
|
|
5205
|
+
[x: string]: boolean;
|
|
5206
|
+
} | (string | {
|
|
5207
|
+
[x: string]: boolean;
|
|
5208
|
+
} | (string | {
|
|
5209
|
+
[x: string]: boolean;
|
|
5210
|
+
} | (string | {
|
|
5211
|
+
[x: string]: boolean;
|
|
5212
|
+
} | (string | {
|
|
5213
|
+
[x: string]: boolean;
|
|
5214
|
+
} | (string | {
|
|
5215
|
+
[x: string]: boolean;
|
|
5216
|
+
} | (string | any[] | {
|
|
5217
|
+
[x: string]: boolean;
|
|
5218
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5219
|
+
[x: string]: boolean;
|
|
5220
|
+
} | (string | {
|
|
5221
|
+
[x: string]: boolean;
|
|
5222
|
+
} | (string | {
|
|
5223
|
+
[x: string]: boolean;
|
|
5224
|
+
} | (string | {
|
|
5225
|
+
[x: string]: boolean;
|
|
5226
|
+
} | (string | {
|
|
5227
|
+
[x: string]: boolean;
|
|
5228
|
+
} | (string | {
|
|
5229
|
+
[x: string]: boolean;
|
|
5230
|
+
} | (string | {
|
|
5231
|
+
[x: string]: boolean;
|
|
5232
|
+
} | (string | {
|
|
5233
|
+
[x: string]: boolean;
|
|
5234
|
+
} | (string | {
|
|
5235
|
+
[x: string]: boolean;
|
|
5236
|
+
} | (string | {
|
|
5237
|
+
[x: string]: boolean;
|
|
5238
|
+
} | (string | any[] | {
|
|
5239
|
+
[x: string]: boolean;
|
|
5240
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
5241
|
+
[x: string]: boolean;
|
|
5242
|
+
} | (string | {
|
|
5243
|
+
[x: string]: boolean;
|
|
5244
|
+
} | (string | {
|
|
5245
|
+
[x: string]: boolean;
|
|
5246
|
+
} | (string | {
|
|
5247
|
+
[x: string]: boolean;
|
|
5248
|
+
} | (string | {
|
|
5249
|
+
[x: string]: boolean;
|
|
5250
|
+
} | (string | {
|
|
5251
|
+
[x: string]: boolean;
|
|
5252
|
+
} | (string | {
|
|
5253
|
+
[x: string]: boolean;
|
|
5254
|
+
} | (string | {
|
|
5255
|
+
[x: string]: boolean;
|
|
5256
|
+
} | (string | {
|
|
5257
|
+
[x: string]: boolean;
|
|
5258
|
+
} | (string | {
|
|
5259
|
+
[x: string]: boolean;
|
|
5260
|
+
} | (string | any[] | {
|
|
5261
|
+
[x: string]: boolean;
|
|
5262
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5263
|
+
[x: string]: boolean;
|
|
5264
|
+
} | (string | {
|
|
5265
|
+
[x: string]: boolean;
|
|
5266
|
+
} | (string | {
|
|
5267
|
+
[x: string]: boolean;
|
|
5268
|
+
} | (string | {
|
|
5269
|
+
[x: string]: boolean;
|
|
5270
|
+
} | (string | {
|
|
5271
|
+
[x: string]: boolean;
|
|
5272
|
+
} | (string | {
|
|
5273
|
+
[x: string]: boolean;
|
|
5274
|
+
} | (string | {
|
|
5275
|
+
[x: string]: boolean;
|
|
5276
|
+
} | (string | {
|
|
5277
|
+
[x: string]: boolean;
|
|
5278
|
+
} | (string | {
|
|
5279
|
+
[x: string]: boolean;
|
|
5280
|
+
} | (string | {
|
|
5281
|
+
[x: string]: boolean;
|
|
5282
|
+
} | (string | any[] | {
|
|
5283
|
+
[x: string]: boolean;
|
|
5284
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
5285
|
+
readonly required: false;
|
|
5286
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5287
|
+
__epPropKey: true;
|
|
5288
|
+
};
|
|
5289
|
+
readonly popperStyle: {
|
|
5290
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
5291
|
+
readonly required: false;
|
|
5292
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5293
|
+
__epPropKey: true;
|
|
5294
|
+
};
|
|
5295
|
+
readonly referenceEl: {
|
|
5296
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
5297
|
+
readonly required: false;
|
|
5298
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5299
|
+
__epPropKey: true;
|
|
5300
|
+
};
|
|
5301
|
+
readonly triggerTargetEl: {
|
|
5302
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
5303
|
+
readonly required: false;
|
|
5304
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5305
|
+
__epPropKey: true;
|
|
5306
|
+
};
|
|
5307
|
+
readonly stopPopperMouseEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5308
|
+
readonly ariaLabel: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
5309
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
5310
|
+
readonly zIndex: NumberConstructor;
|
|
5311
|
+
readonly boundariesPadding: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5312
|
+
readonly fallbackPlacements: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]) | ((new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
5313
|
+
readonly gpuAcceleration: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5314
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5315
|
+
readonly placement: element_plus_es_utils.EpPropFinalized<StringConstructor, element_plus.Placement, unknown, "bottom", boolean>;
|
|
5316
|
+
readonly popperOptions: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>) | ((new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5317
|
+
readonly strategy: element_plus_es_utils.EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5318
|
+
}>> & {
|
|
5319
|
+
onClose?: (() => any) | undefined;
|
|
5320
|
+
onFocus?: (() => any) | undefined;
|
|
5321
|
+
onBlur?: (() => any) | undefined;
|
|
5322
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5323
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5324
|
+
}, {
|
|
5325
|
+
readonly offset: number;
|
|
5326
|
+
readonly effect: string;
|
|
5327
|
+
readonly placement: element_plus_es_utils.EpPropMergeType<StringConstructor, element_plus.Placement, unknown>;
|
|
5328
|
+
readonly boundariesPadding: number;
|
|
5329
|
+
readonly fallbackPlacements: element_plus.Placement[];
|
|
5330
|
+
readonly gpuAcceleration: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5331
|
+
readonly popperOptions: Partial<element_plus.Options>;
|
|
5332
|
+
readonly strategy: element_plus_es_utils.EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
5333
|
+
readonly enterable: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5334
|
+
readonly focusOnShow: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5335
|
+
readonly trapping: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5336
|
+
readonly stopPopperMouseEvent: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5337
|
+
readonly ariaLabel: string;
|
|
5338
|
+
readonly visible: boolean;
|
|
5339
|
+
readonly pure: boolean;
|
|
5340
|
+
readonly virtualTriggering: boolean;
|
|
5341
|
+
}>;
|
|
5342
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
5343
|
+
readonly appendTo: {
|
|
5344
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
|
5345
|
+
readonly required: false;
|
|
5346
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5347
|
+
__epPropKey: true;
|
|
5348
|
+
};
|
|
5349
|
+
readonly content: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5350
|
+
readonly rawContent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5351
|
+
readonly persistent: BooleanConstructor;
|
|
5352
|
+
readonly ariaLabel: StringConstructor;
|
|
5353
|
+
readonly visible: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
5354
|
+
readonly transition: StringConstructor;
|
|
5355
|
+
readonly teleported: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5356
|
+
readonly disabled: BooleanConstructor;
|
|
5357
|
+
readonly id: StringConstructor;
|
|
5358
|
+
readonly style: {
|
|
5359
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
5360
|
+
readonly required: false;
|
|
5361
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5362
|
+
__epPropKey: true;
|
|
5363
|
+
};
|
|
5364
|
+
readonly className: {
|
|
5365
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
5366
|
+
[x: string]: boolean;
|
|
5367
|
+
} | (string | {
|
|
5368
|
+
[x: string]: boolean;
|
|
5369
|
+
} | (string | {
|
|
5370
|
+
[x: string]: boolean;
|
|
5371
|
+
} | (string | {
|
|
5372
|
+
[x: string]: boolean;
|
|
5373
|
+
} | (string | {
|
|
5374
|
+
[x: string]: boolean;
|
|
5375
|
+
} | (string | {
|
|
5376
|
+
[x: string]: boolean;
|
|
5377
|
+
} | (string | {
|
|
5378
|
+
[x: string]: boolean;
|
|
5379
|
+
} | (string | {
|
|
5380
|
+
[x: string]: boolean;
|
|
5381
|
+
} | (string | {
|
|
5382
|
+
[x: string]: boolean;
|
|
5383
|
+
} | (string | {
|
|
5384
|
+
[x: string]: boolean;
|
|
5385
|
+
} | (string | any[] | {
|
|
5386
|
+
[x: string]: boolean;
|
|
5387
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5388
|
+
[x: string]: boolean;
|
|
5389
|
+
} | (string | {
|
|
5390
|
+
[x: string]: boolean;
|
|
5391
|
+
} | (string | {
|
|
5392
|
+
[x: string]: boolean;
|
|
5393
|
+
} | (string | {
|
|
5394
|
+
[x: string]: boolean;
|
|
5395
|
+
} | (string | {
|
|
5396
|
+
[x: string]: boolean;
|
|
5397
|
+
} | (string | {
|
|
5398
|
+
[x: string]: boolean;
|
|
5399
|
+
} | (string | {
|
|
5400
|
+
[x: string]: boolean;
|
|
5401
|
+
} | (string | {
|
|
5402
|
+
[x: string]: boolean;
|
|
5403
|
+
} | (string | {
|
|
5404
|
+
[x: string]: boolean;
|
|
5405
|
+
} | (string | {
|
|
5406
|
+
[x: string]: boolean;
|
|
5407
|
+
} | (string | any[] | {
|
|
5408
|
+
[x: string]: boolean;
|
|
5409
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
5410
|
+
[x: string]: boolean;
|
|
5411
|
+
} | (string | {
|
|
5412
|
+
[x: string]: boolean;
|
|
5413
|
+
} | (string | {
|
|
5414
|
+
[x: string]: boolean;
|
|
5415
|
+
} | (string | {
|
|
5416
|
+
[x: string]: boolean;
|
|
5417
|
+
} | (string | {
|
|
5418
|
+
[x: string]: boolean;
|
|
5419
|
+
} | (string | {
|
|
5420
|
+
[x: string]: boolean;
|
|
5421
|
+
} | (string | {
|
|
5422
|
+
[x: string]: boolean;
|
|
5423
|
+
} | (string | {
|
|
5424
|
+
[x: string]: boolean;
|
|
5425
|
+
} | (string | {
|
|
5426
|
+
[x: string]: boolean;
|
|
5427
|
+
} | (string | {
|
|
5428
|
+
[x: string]: boolean;
|
|
5429
|
+
} | (string | any[] | {
|
|
5430
|
+
[x: string]: boolean;
|
|
5431
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5432
|
+
[x: string]: boolean;
|
|
5433
|
+
} | (string | {
|
|
5434
|
+
[x: string]: boolean;
|
|
5435
|
+
} | (string | {
|
|
5436
|
+
[x: string]: boolean;
|
|
5437
|
+
} | (string | {
|
|
5438
|
+
[x: string]: boolean;
|
|
5439
|
+
} | (string | {
|
|
5440
|
+
[x: string]: boolean;
|
|
5441
|
+
} | (string | {
|
|
5442
|
+
[x: string]: boolean;
|
|
5443
|
+
} | (string | {
|
|
5444
|
+
[x: string]: boolean;
|
|
5445
|
+
} | (string | {
|
|
5446
|
+
[x: string]: boolean;
|
|
5447
|
+
} | (string | {
|
|
5448
|
+
[x: string]: boolean;
|
|
5449
|
+
} | (string | {
|
|
5450
|
+
[x: string]: boolean;
|
|
5451
|
+
} | (string | any[] | {
|
|
5452
|
+
[x: string]: boolean;
|
|
5453
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
5454
|
+
readonly required: false;
|
|
5455
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5456
|
+
__epPropKey: true;
|
|
5457
|
+
};
|
|
5458
|
+
readonly effect: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "dark", boolean>;
|
|
5459
|
+
readonly enterable: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5460
|
+
readonly pure: BooleanConstructor;
|
|
5461
|
+
readonly focusOnShow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5462
|
+
readonly trapping: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5463
|
+
readonly popperClass: {
|
|
5464
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
5465
|
+
[x: string]: boolean;
|
|
5466
|
+
} | (string | {
|
|
5467
|
+
[x: string]: boolean;
|
|
5468
|
+
} | (string | {
|
|
5469
|
+
[x: string]: boolean;
|
|
5470
|
+
} | (string | {
|
|
5471
|
+
[x: string]: boolean;
|
|
5472
|
+
} | (string | {
|
|
5473
|
+
[x: string]: boolean;
|
|
5474
|
+
} | (string | {
|
|
5475
|
+
[x: string]: boolean;
|
|
5476
|
+
} | (string | {
|
|
5477
|
+
[x: string]: boolean;
|
|
5478
|
+
} | (string | {
|
|
5479
|
+
[x: string]: boolean;
|
|
5480
|
+
} | (string | {
|
|
5481
|
+
[x: string]: boolean;
|
|
5482
|
+
} | (string | {
|
|
5483
|
+
[x: string]: boolean;
|
|
5484
|
+
} | (string | any[] | {
|
|
5485
|
+
[x: string]: boolean;
|
|
5486
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5487
|
+
[x: string]: boolean;
|
|
5488
|
+
} | (string | {
|
|
5489
|
+
[x: string]: boolean;
|
|
5490
|
+
} | (string | {
|
|
5491
|
+
[x: string]: boolean;
|
|
5492
|
+
} | (string | {
|
|
5493
|
+
[x: string]: boolean;
|
|
5494
|
+
} | (string | {
|
|
5495
|
+
[x: string]: boolean;
|
|
5496
|
+
} | (string | {
|
|
5497
|
+
[x: string]: boolean;
|
|
5498
|
+
} | (string | {
|
|
5499
|
+
[x: string]: boolean;
|
|
5500
|
+
} | (string | {
|
|
5501
|
+
[x: string]: boolean;
|
|
5502
|
+
} | (string | {
|
|
5503
|
+
[x: string]: boolean;
|
|
5504
|
+
} | (string | {
|
|
5505
|
+
[x: string]: boolean;
|
|
5506
|
+
} | (string | any[] | {
|
|
5507
|
+
[x: string]: boolean;
|
|
5508
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
5509
|
+
[x: string]: boolean;
|
|
5510
|
+
} | (string | {
|
|
5511
|
+
[x: string]: boolean;
|
|
5512
|
+
} | (string | {
|
|
5513
|
+
[x: string]: boolean;
|
|
5514
|
+
} | (string | {
|
|
5515
|
+
[x: string]: boolean;
|
|
5516
|
+
} | (string | {
|
|
5517
|
+
[x: string]: boolean;
|
|
5518
|
+
} | (string | {
|
|
5519
|
+
[x: string]: boolean;
|
|
5520
|
+
} | (string | {
|
|
5521
|
+
[x: string]: boolean;
|
|
5522
|
+
} | (string | {
|
|
5523
|
+
[x: string]: boolean;
|
|
5524
|
+
} | (string | {
|
|
5525
|
+
[x: string]: boolean;
|
|
5526
|
+
} | (string | {
|
|
5527
|
+
[x: string]: boolean;
|
|
5528
|
+
} | (string | any[] | {
|
|
5529
|
+
[x: string]: boolean;
|
|
5530
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5531
|
+
[x: string]: boolean;
|
|
5532
|
+
} | (string | {
|
|
5533
|
+
[x: string]: boolean;
|
|
5534
|
+
} | (string | {
|
|
5535
|
+
[x: string]: boolean;
|
|
5536
|
+
} | (string | {
|
|
5537
|
+
[x: string]: boolean;
|
|
5538
|
+
} | (string | {
|
|
5539
|
+
[x: string]: boolean;
|
|
5540
|
+
} | (string | {
|
|
5541
|
+
[x: string]: boolean;
|
|
5542
|
+
} | (string | {
|
|
5543
|
+
[x: string]: boolean;
|
|
5544
|
+
} | (string | {
|
|
5545
|
+
[x: string]: boolean;
|
|
5546
|
+
} | (string | {
|
|
5547
|
+
[x: string]: boolean;
|
|
5548
|
+
} | (string | {
|
|
5549
|
+
[x: string]: boolean;
|
|
5550
|
+
} | (string | any[] | {
|
|
5551
|
+
[x: string]: boolean;
|
|
5552
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
5553
|
+
readonly required: false;
|
|
5554
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5555
|
+
__epPropKey: true;
|
|
5556
|
+
};
|
|
5557
|
+
readonly popperStyle: {
|
|
5558
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
5559
|
+
readonly required: false;
|
|
5560
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5561
|
+
__epPropKey: true;
|
|
5562
|
+
};
|
|
5563
|
+
readonly referenceEl: {
|
|
5564
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
5565
|
+
readonly required: false;
|
|
5566
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5567
|
+
__epPropKey: true;
|
|
5568
|
+
};
|
|
5569
|
+
readonly triggerTargetEl: {
|
|
5570
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
5571
|
+
readonly required: false;
|
|
5572
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5573
|
+
__epPropKey: true;
|
|
5574
|
+
};
|
|
5575
|
+
readonly stopPopperMouseEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5576
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
5577
|
+
readonly zIndex: NumberConstructor;
|
|
5578
|
+
readonly boundariesPadding: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5579
|
+
readonly fallbackPlacements: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]) | ((new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
5580
|
+
readonly gpuAcceleration: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5581
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5582
|
+
readonly placement: element_plus_es_utils.EpPropFinalized<StringConstructor, element_plus.Placement, unknown, "bottom", boolean>;
|
|
5583
|
+
readonly popperOptions: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>) | ((new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5584
|
+
readonly strategy: element_plus_es_utils.EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5585
|
+
readonly showAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5586
|
+
readonly hideAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5587
|
+
readonly autoClose: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5588
|
+
}>>, {
|
|
5589
|
+
readonly offset: number;
|
|
5590
|
+
readonly effect: string;
|
|
5591
|
+
readonly placement: element_plus_es_utils.EpPropMergeType<StringConstructor, element_plus.Placement, unknown>;
|
|
5592
|
+
readonly showAfter: number;
|
|
5593
|
+
readonly hideAfter: number;
|
|
5594
|
+
readonly autoClose: number;
|
|
5595
|
+
readonly boundariesPadding: number;
|
|
5596
|
+
readonly fallbackPlacements: element_plus.Placement[];
|
|
5597
|
+
readonly gpuAcceleration: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5598
|
+
readonly popperOptions: Partial<element_plus.Options>;
|
|
5599
|
+
readonly strategy: element_plus_es_utils.EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
5600
|
+
readonly enterable: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5601
|
+
readonly focusOnShow: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5602
|
+
readonly trapping: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5603
|
+
readonly stopPopperMouseEvent: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5604
|
+
readonly visible: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
5605
|
+
readonly pure: boolean;
|
|
5606
|
+
readonly virtualTriggering: boolean;
|
|
5607
|
+
readonly content: string;
|
|
5608
|
+
readonly rawContent: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5609
|
+
readonly teleported: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5610
|
+
readonly persistent: boolean;
|
|
5611
|
+
readonly disabled: boolean;
|
|
5612
|
+
}>;
|
|
5613
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, string[], string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
5614
|
+
showArrow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
5615
|
+
arrowOffset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
5616
|
+
disabled: BooleanConstructor;
|
|
5617
|
+
trigger: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
5618
|
+
triggerKeys: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
5619
|
+
virtualRef: {
|
|
5620
|
+
readonly type: vue.PropType<element_plus.Measurable>;
|
|
5621
|
+
readonly required: false;
|
|
5622
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5623
|
+
__epPropKey: true;
|
|
5624
|
+
};
|
|
5625
|
+
virtualTriggering: BooleanConstructor;
|
|
5626
|
+
onMouseenter: {
|
|
5627
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
5628
|
+
readonly required: false;
|
|
5629
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5630
|
+
__epPropKey: true;
|
|
5631
|
+
};
|
|
5632
|
+
onMouseleave: {
|
|
5633
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
5634
|
+
readonly required: false;
|
|
5635
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5636
|
+
__epPropKey: true;
|
|
5637
|
+
};
|
|
5638
|
+
onClick: {
|
|
5639
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
5640
|
+
readonly required: false;
|
|
5641
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5642
|
+
__epPropKey: true;
|
|
5643
|
+
};
|
|
5644
|
+
onKeydown: {
|
|
5645
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
5646
|
+
readonly required: false;
|
|
5647
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5648
|
+
__epPropKey: true;
|
|
5649
|
+
};
|
|
5650
|
+
onFocus: {
|
|
5651
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
5652
|
+
readonly required: false;
|
|
5653
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5654
|
+
__epPropKey: true;
|
|
5655
|
+
};
|
|
5656
|
+
onBlur: {
|
|
5657
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
5658
|
+
readonly required: false;
|
|
5659
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5660
|
+
__epPropKey: true;
|
|
5661
|
+
};
|
|
5662
|
+
onContextmenu: {
|
|
5663
|
+
readonly type: vue.PropType<(e: Event) => void>;
|
|
5664
|
+
readonly required: false;
|
|
5665
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5666
|
+
__epPropKey: true;
|
|
5667
|
+
};
|
|
5668
|
+
id: StringConstructor;
|
|
5669
|
+
open: BooleanConstructor;
|
|
5670
|
+
appendTo: {
|
|
5671
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
|
|
5672
|
+
readonly required: false;
|
|
5673
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5674
|
+
__epPropKey: true;
|
|
5675
|
+
};
|
|
5676
|
+
content: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5677
|
+
rawContent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5678
|
+
persistent: BooleanConstructor;
|
|
5679
|
+
ariaLabel: StringConstructor;
|
|
5680
|
+
visible: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
5681
|
+
transition: StringConstructor;
|
|
5682
|
+
teleported: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5683
|
+
style: {
|
|
5684
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
5685
|
+
readonly required: false;
|
|
5686
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5687
|
+
__epPropKey: true;
|
|
5688
|
+
};
|
|
5689
|
+
className: {
|
|
5690
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
5691
|
+
[x: string]: boolean;
|
|
5692
|
+
} | (string | {
|
|
5693
|
+
[x: string]: boolean;
|
|
5694
|
+
} | (string | {
|
|
5695
|
+
[x: string]: boolean;
|
|
5696
|
+
} | (string | {
|
|
5697
|
+
[x: string]: boolean;
|
|
5698
|
+
} | (string | {
|
|
5699
|
+
[x: string]: boolean;
|
|
5700
|
+
} | (string | {
|
|
5701
|
+
[x: string]: boolean;
|
|
5702
|
+
} | (string | {
|
|
5703
|
+
[x: string]: boolean;
|
|
5704
|
+
} | (string | {
|
|
5705
|
+
[x: string]: boolean;
|
|
5706
|
+
} | (string | {
|
|
5707
|
+
[x: string]: boolean;
|
|
5708
|
+
} | (string | {
|
|
5709
|
+
[x: string]: boolean;
|
|
5710
|
+
} | (string | any[] | {
|
|
5711
|
+
[x: string]: boolean;
|
|
5712
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5713
|
+
[x: string]: boolean;
|
|
5714
|
+
} | (string | {
|
|
5715
|
+
[x: string]: boolean;
|
|
5716
|
+
} | (string | {
|
|
5717
|
+
[x: string]: boolean;
|
|
5718
|
+
} | (string | {
|
|
5719
|
+
[x: string]: boolean;
|
|
5720
|
+
} | (string | {
|
|
5721
|
+
[x: string]: boolean;
|
|
5722
|
+
} | (string | {
|
|
5723
|
+
[x: string]: boolean;
|
|
5724
|
+
} | (string | {
|
|
5725
|
+
[x: string]: boolean;
|
|
5726
|
+
} | (string | {
|
|
5727
|
+
[x: string]: boolean;
|
|
5728
|
+
} | (string | {
|
|
5729
|
+
[x: string]: boolean;
|
|
5730
|
+
} | (string | {
|
|
5731
|
+
[x: string]: boolean;
|
|
5732
|
+
} | (string | any[] | {
|
|
5733
|
+
[x: string]: boolean;
|
|
5734
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
5735
|
+
[x: string]: boolean;
|
|
5736
|
+
} | (string | {
|
|
5737
|
+
[x: string]: boolean;
|
|
5738
|
+
} | (string | {
|
|
5739
|
+
[x: string]: boolean;
|
|
5740
|
+
} | (string | {
|
|
5741
|
+
[x: string]: boolean;
|
|
5742
|
+
} | (string | {
|
|
5743
|
+
[x: string]: boolean;
|
|
5744
|
+
} | (string | {
|
|
5745
|
+
[x: string]: boolean;
|
|
5746
|
+
} | (string | {
|
|
5747
|
+
[x: string]: boolean;
|
|
5748
|
+
} | (string | {
|
|
5749
|
+
[x: string]: boolean;
|
|
5750
|
+
} | (string | {
|
|
5751
|
+
[x: string]: boolean;
|
|
5752
|
+
} | (string | {
|
|
5753
|
+
[x: string]: boolean;
|
|
5754
|
+
} | (string | any[] | {
|
|
5755
|
+
[x: string]: boolean;
|
|
5756
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5757
|
+
[x: string]: boolean;
|
|
5758
|
+
} | (string | {
|
|
5759
|
+
[x: string]: boolean;
|
|
5760
|
+
} | (string | {
|
|
5761
|
+
[x: string]: boolean;
|
|
5762
|
+
} | (string | {
|
|
5763
|
+
[x: string]: boolean;
|
|
5764
|
+
} | (string | {
|
|
5765
|
+
[x: string]: boolean;
|
|
5766
|
+
} | (string | {
|
|
5767
|
+
[x: string]: boolean;
|
|
5768
|
+
} | (string | {
|
|
5769
|
+
[x: string]: boolean;
|
|
5770
|
+
} | (string | {
|
|
5771
|
+
[x: string]: boolean;
|
|
5772
|
+
} | (string | {
|
|
5773
|
+
[x: string]: boolean;
|
|
5774
|
+
} | (string | {
|
|
5775
|
+
[x: string]: boolean;
|
|
5776
|
+
} | (string | any[] | {
|
|
5777
|
+
[x: string]: boolean;
|
|
5778
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
5779
|
+
readonly required: false;
|
|
5780
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5781
|
+
__epPropKey: true;
|
|
5782
|
+
};
|
|
5783
|
+
effect: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "dark", boolean>;
|
|
5784
|
+
enterable: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5785
|
+
pure: BooleanConstructor;
|
|
5786
|
+
focusOnShow: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5787
|
+
trapping: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5788
|
+
popperClass: {
|
|
5789
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | {
|
|
5790
|
+
[x: string]: boolean;
|
|
5791
|
+
} | (string | {
|
|
5792
|
+
[x: string]: boolean;
|
|
5793
|
+
} | (string | {
|
|
5794
|
+
[x: string]: boolean;
|
|
5795
|
+
} | (string | {
|
|
5796
|
+
[x: string]: boolean;
|
|
5797
|
+
} | (string | {
|
|
5798
|
+
[x: string]: boolean;
|
|
5799
|
+
} | (string | {
|
|
5800
|
+
[x: string]: boolean;
|
|
5801
|
+
} | (string | {
|
|
5802
|
+
[x: string]: boolean;
|
|
5803
|
+
} | (string | {
|
|
5804
|
+
[x: string]: boolean;
|
|
5805
|
+
} | (string | {
|
|
5806
|
+
[x: string]: boolean;
|
|
5807
|
+
} | (string | {
|
|
5808
|
+
[x: string]: boolean;
|
|
5809
|
+
} | (string | any[] | {
|
|
5810
|
+
[x: string]: boolean;
|
|
5811
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5812
|
+
[x: string]: boolean;
|
|
5813
|
+
} | (string | {
|
|
5814
|
+
[x: string]: boolean;
|
|
5815
|
+
} | (string | {
|
|
5816
|
+
[x: string]: boolean;
|
|
5817
|
+
} | (string | {
|
|
5818
|
+
[x: string]: boolean;
|
|
5819
|
+
} | (string | {
|
|
5820
|
+
[x: string]: boolean;
|
|
5821
|
+
} | (string | {
|
|
5822
|
+
[x: string]: boolean;
|
|
5823
|
+
} | (string | {
|
|
5824
|
+
[x: string]: boolean;
|
|
5825
|
+
} | (string | {
|
|
5826
|
+
[x: string]: boolean;
|
|
5827
|
+
} | (string | {
|
|
5828
|
+
[x: string]: boolean;
|
|
5829
|
+
} | (string | {
|
|
5830
|
+
[x: string]: boolean;
|
|
5831
|
+
} | (string | any[] | {
|
|
5832
|
+
[x: string]: boolean;
|
|
5833
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
5834
|
+
[x: string]: boolean;
|
|
5835
|
+
} | (string | {
|
|
5836
|
+
[x: string]: boolean;
|
|
5837
|
+
} | (string | {
|
|
5838
|
+
[x: string]: boolean;
|
|
5839
|
+
} | (string | {
|
|
5840
|
+
[x: string]: boolean;
|
|
5841
|
+
} | (string | {
|
|
5842
|
+
[x: string]: boolean;
|
|
5843
|
+
} | (string | {
|
|
5844
|
+
[x: string]: boolean;
|
|
5845
|
+
} | (string | {
|
|
5846
|
+
[x: string]: boolean;
|
|
5847
|
+
} | (string | {
|
|
5848
|
+
[x: string]: boolean;
|
|
5849
|
+
} | (string | {
|
|
5850
|
+
[x: string]: boolean;
|
|
5851
|
+
} | (string | {
|
|
5852
|
+
[x: string]: boolean;
|
|
5853
|
+
} | (string | any[] | {
|
|
5854
|
+
[x: string]: boolean;
|
|
5855
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
5856
|
+
[x: string]: boolean;
|
|
5857
|
+
} | (string | {
|
|
5858
|
+
[x: string]: boolean;
|
|
5859
|
+
} | (string | {
|
|
5860
|
+
[x: string]: boolean;
|
|
5861
|
+
} | (string | {
|
|
5862
|
+
[x: string]: boolean;
|
|
5863
|
+
} | (string | {
|
|
5864
|
+
[x: string]: boolean;
|
|
5865
|
+
} | (string | {
|
|
5866
|
+
[x: string]: boolean;
|
|
5867
|
+
} | (string | {
|
|
5868
|
+
[x: string]: boolean;
|
|
5869
|
+
} | (string | {
|
|
5870
|
+
[x: string]: boolean;
|
|
5871
|
+
} | (string | {
|
|
5872
|
+
[x: string]: boolean;
|
|
5873
|
+
} | (string | {
|
|
5874
|
+
[x: string]: boolean;
|
|
5875
|
+
} | (string | any[] | {
|
|
5876
|
+
[x: string]: boolean;
|
|
5877
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
5878
|
+
readonly required: false;
|
|
5879
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5880
|
+
__epPropKey: true;
|
|
5881
|
+
};
|
|
5882
|
+
popperStyle: {
|
|
5883
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue) | ((new (...args: any[]) => string | vue.CSSProperties | vue.StyleValue[]) | (() => vue.StyleValue))[], unknown, unknown>>;
|
|
5884
|
+
readonly required: false;
|
|
5885
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5886
|
+
__epPropKey: true;
|
|
5887
|
+
};
|
|
5888
|
+
referenceEl: {
|
|
5889
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
5890
|
+
readonly required: false;
|
|
5891
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5892
|
+
__epPropKey: true;
|
|
5893
|
+
};
|
|
5894
|
+
triggerTargetEl: {
|
|
5895
|
+
readonly type: vue.PropType<HTMLElement>;
|
|
5896
|
+
readonly required: false;
|
|
5897
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5898
|
+
__epPropKey: true;
|
|
5899
|
+
};
|
|
5900
|
+
stopPopperMouseEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5901
|
+
zIndex: NumberConstructor;
|
|
5902
|
+
boundariesPadding: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5903
|
+
fallbackPlacements: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]) | ((new (...args: any[]) => element_plus.Placement[]) | (() => element_plus.Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
5904
|
+
gpuAcceleration: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5905
|
+
offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5906
|
+
placement: element_plus_es_utils.EpPropFinalized<StringConstructor, element_plus.Placement, unknown, "bottom", boolean>;
|
|
5907
|
+
popperOptions: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>) | ((new (...args: any[]) => Partial<element_plus.Options>) | (() => Partial<element_plus.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5908
|
+
strategy: element_plus_es_utils.EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5909
|
+
showAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5910
|
+
hideAfter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5911
|
+
autoClose: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5912
|
+
"onUpdate:visible": {
|
|
5913
|
+
readonly type: vue.PropType<(val: boolean) => void>;
|
|
5914
|
+
readonly required: false;
|
|
5915
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5916
|
+
__epPropKey: true;
|
|
5917
|
+
};
|
|
5918
|
+
role: element_plus_es_utils.EpPropFinalized<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
5919
|
+
}>> & {
|
|
5920
|
+
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
5921
|
+
}, {
|
|
5922
|
+
offset: number;
|
|
5923
|
+
effect: string;
|
|
5924
|
+
placement: element_plus_es_utils.EpPropMergeType<StringConstructor, element_plus.Placement, unknown>;
|
|
5925
|
+
showAfter: number;
|
|
5926
|
+
hideAfter: number;
|
|
5927
|
+
autoClose: number;
|
|
5928
|
+
boundariesPadding: number;
|
|
5929
|
+
fallbackPlacements: element_plus.Placement[];
|
|
5930
|
+
gpuAcceleration: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5931
|
+
popperOptions: Partial<element_plus.Options>;
|
|
5932
|
+
strategy: element_plus_es_utils.EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
5933
|
+
enterable: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5934
|
+
focusOnShow: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5935
|
+
trapping: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5936
|
+
stopPopperMouseEvent: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5937
|
+
visible: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
5938
|
+
pure: boolean;
|
|
5939
|
+
virtualTriggering: boolean;
|
|
5940
|
+
content: string;
|
|
5941
|
+
rawContent: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5942
|
+
teleported: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5943
|
+
persistent: boolean;
|
|
5944
|
+
disabled: boolean;
|
|
5945
|
+
open: boolean;
|
|
5946
|
+
role: element_plus_es_utils.EpPropMergeType<StringConstructor, "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation" | "tree", unknown>;
|
|
5947
|
+
trigger: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | element_plus.TooltipTriggerType[]) | (() => element_plus_es_utils.Arrayable<element_plus.TooltipTriggerType>))[], unknown, unknown>;
|
|
5948
|
+
triggerKeys: string[];
|
|
5949
|
+
arrowOffset: number;
|
|
5950
|
+
showArrow: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5951
|
+
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
5952
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5953
|
+
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5954
|
+
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
|
|
5955
|
+
readonly align: {
|
|
5956
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "bottom" | "top" | "middle", unknown>>;
|
|
5957
|
+
readonly required: false;
|
|
5958
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5959
|
+
__epPropKey: true;
|
|
5960
|
+
};
|
|
5961
|
+
}, {
|
|
5962
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
5963
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5964
|
+
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5965
|
+
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
|
|
5966
|
+
readonly align: {
|
|
5967
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "bottom" | "top" | "middle", unknown>>;
|
|
5968
|
+
readonly required: false;
|
|
5969
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5970
|
+
__epPropKey: true;
|
|
5971
|
+
};
|
|
5972
|
+
}>> & {
|
|
5973
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
5974
|
+
}>>;
|
|
5975
|
+
ns: {
|
|
5976
|
+
namespace: vue.ComputedRef<string>;
|
|
5977
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
5978
|
+
e: (element?: string | undefined) => string;
|
|
5979
|
+
m: (modifier?: string | undefined) => string;
|
|
5980
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
5981
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
5982
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
5983
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
5984
|
+
is: {
|
|
5985
|
+
(name: string, state: boolean | undefined): string;
|
|
5986
|
+
(name: string): string;
|
|
5987
|
+
};
|
|
5988
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
5989
|
+
cssVarName: (name: string) => string;
|
|
5990
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
5991
|
+
cssVarBlockName: (name: string) => string;
|
|
5992
|
+
};
|
|
5993
|
+
gutter: vue.ComputedRef<number>;
|
|
5994
|
+
style: vue.ComputedRef<vue.CSSProperties>;
|
|
5995
|
+
rowKls: vue.ComputedRef<string[]>;
|
|
5996
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
5997
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5998
|
+
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5999
|
+
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
|
|
6000
|
+
readonly align: {
|
|
6001
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "bottom" | "top" | "middle", unknown>>;
|
|
6002
|
+
readonly required: false;
|
|
6003
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6004
|
+
__epPropKey: true;
|
|
6005
|
+
};
|
|
6006
|
+
}>>, {
|
|
6007
|
+
readonly justify: element_plus_es_utils.EpPropMergeType<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown>;
|
|
6008
|
+
readonly tag: string;
|
|
6009
|
+
readonly gutter: number;
|
|
6010
|
+
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
6011
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6012
|
+
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
6013
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6014
|
+
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6015
|
+
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6016
|
+
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6017
|
+
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6018
|
+
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6019
|
+
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6020
|
+
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6021
|
+
}, {
|
|
6022
|
+
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6023
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6024
|
+
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
6025
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6026
|
+
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6027
|
+
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6028
|
+
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6029
|
+
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6030
|
+
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6031
|
+
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6032
|
+
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6033
|
+
}>> & {
|
|
6034
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6035
|
+
}>>;
|
|
6036
|
+
gutter: vue.ComputedRef<number>;
|
|
6037
|
+
ns: {
|
|
6038
|
+
namespace: vue.ComputedRef<string>;
|
|
6039
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
6040
|
+
e: (element?: string | undefined) => string;
|
|
6041
|
+
m: (modifier?: string | undefined) => string;
|
|
6042
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
6043
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
6044
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
6045
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
6046
|
+
is: {
|
|
6047
|
+
(name: string, state: boolean | undefined): string;
|
|
6048
|
+
(name: string): string;
|
|
6049
|
+
};
|
|
6050
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6051
|
+
cssVarName: (name: string) => string;
|
|
6052
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6053
|
+
cssVarBlockName: (name: string) => string;
|
|
6054
|
+
};
|
|
6055
|
+
style: vue.ComputedRef<vue.CSSProperties>;
|
|
6056
|
+
colKls: vue.ComputedRef<(string | string[])[]>;
|
|
6057
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6058
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6059
|
+
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
6060
|
+
readonly offset: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6061
|
+
readonly pull: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6062
|
+
readonly push: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6063
|
+
readonly xs: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6064
|
+
readonly sm: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6065
|
+
readonly md: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6066
|
+
readonly lg: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6067
|
+
readonly xl: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown, () => element_plus_es_utils.Mutable<{}>, boolean>;
|
|
6068
|
+
}>>, {
|
|
6069
|
+
readonly offset: number;
|
|
6070
|
+
readonly push: number;
|
|
6071
|
+
readonly tag: string;
|
|
6072
|
+
readonly span: number;
|
|
6073
|
+
readonly pull: number;
|
|
6074
|
+
readonly xs: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6075
|
+
readonly sm: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6076
|
+
readonly md: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6077
|
+
readonly lg: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6078
|
+
readonly xl: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize) | ((new (...args: any[]) => number | element_plus.ColSizeObject) | (() => element_plus.ColSize))[], unknown, unknown>;
|
|
6079
|
+
}>> & Record<string, any>) | element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
6080
|
+
label: {
|
|
6081
|
+
type: StringConstructor;
|
|
6082
|
+
default: string;
|
|
6083
|
+
};
|
|
6084
|
+
span: {
|
|
6085
|
+
type: NumberConstructor;
|
|
6086
|
+
default: number;
|
|
6087
|
+
};
|
|
6088
|
+
width: {
|
|
6089
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
6090
|
+
default: string;
|
|
6091
|
+
};
|
|
6092
|
+
minWidth: {
|
|
6093
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
6094
|
+
default: string;
|
|
6095
|
+
};
|
|
6096
|
+
align: {
|
|
6097
|
+
type: StringConstructor;
|
|
6098
|
+
default: string;
|
|
6099
|
+
};
|
|
6100
|
+
labelAlign: {
|
|
6101
|
+
type: StringConstructor;
|
|
6102
|
+
default: string;
|
|
6103
|
+
};
|
|
6104
|
+
className: {
|
|
6105
|
+
type: StringConstructor;
|
|
6106
|
+
default: string;
|
|
6107
|
+
};
|
|
6108
|
+
labelClassName: {
|
|
2786
6109
|
type: StringConstructor;
|
|
2787
6110
|
default: string;
|
|
2788
6111
|
};
|
|
@@ -3424,7 +6747,7 @@ declare const formElementMap: {
|
|
|
3424
6747
|
} & {
|
|
3425
6748
|
readonly error?: string | undefined;
|
|
3426
6749
|
readonly label?: string | undefined;
|
|
3427
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
6750
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3428
6751
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3429
6752
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3430
6753
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3444,6 +6767,12 @@ declare const formElementMap: {
|
|
|
3444
6767
|
slots: {
|
|
3445
6768
|
type: ObjectConstructor;
|
|
3446
6769
|
};
|
|
6770
|
+
tip: {
|
|
6771
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
6772
|
+
};
|
|
6773
|
+
tipProps: {
|
|
6774
|
+
type: ObjectConstructor;
|
|
6775
|
+
};
|
|
3447
6776
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3448
6777
|
name: {
|
|
3449
6778
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -3455,7 +6784,7 @@ declare const formElementMap: {
|
|
|
3455
6784
|
} & {
|
|
3456
6785
|
readonly error?: string | undefined;
|
|
3457
6786
|
readonly label?: string | undefined;
|
|
3458
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
6787
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3459
6788
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3460
6789
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3461
6790
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3475,6 +6804,12 @@ declare const formElementMap: {
|
|
|
3475
6804
|
slots: {
|
|
3476
6805
|
type: ObjectConstructor;
|
|
3477
6806
|
};
|
|
6807
|
+
tip: {
|
|
6808
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
6809
|
+
};
|
|
6810
|
+
tipProps: {
|
|
6811
|
+
type: ObjectConstructor;
|
|
6812
|
+
};
|
|
3478
6813
|
}>> & Record<string, any>>>, {
|
|
3479
6814
|
[x: string]: any;
|
|
3480
6815
|
}>;
|
|
@@ -3489,7 +6824,7 @@ declare const formElementMap: {
|
|
|
3489
6824
|
} & {
|
|
3490
6825
|
readonly error?: string | undefined;
|
|
3491
6826
|
readonly label?: string | undefined;
|
|
3492
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
6827
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3493
6828
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3494
6829
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3495
6830
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3509,6 +6844,12 @@ declare const formElementMap: {
|
|
|
3509
6844
|
slots: {
|
|
3510
6845
|
type: ObjectConstructor;
|
|
3511
6846
|
};
|
|
6847
|
+
tip: {
|
|
6848
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
6849
|
+
};
|
|
6850
|
+
tipProps: {
|
|
6851
|
+
type: ObjectConstructor;
|
|
6852
|
+
};
|
|
3512
6853
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3513
6854
|
name: {
|
|
3514
6855
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -3520,7 +6861,7 @@ declare const formElementMap: {
|
|
|
3520
6861
|
} & {
|
|
3521
6862
|
readonly error?: string | undefined;
|
|
3522
6863
|
readonly label?: string | undefined;
|
|
3523
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
6864
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3524
6865
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3525
6866
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3526
6867
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3540,6 +6881,12 @@ declare const formElementMap: {
|
|
|
3540
6881
|
slots: {
|
|
3541
6882
|
type: ObjectConstructor;
|
|
3542
6883
|
};
|
|
6884
|
+
tip: {
|
|
6885
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
6886
|
+
};
|
|
6887
|
+
tipProps: {
|
|
6888
|
+
type: ObjectConstructor;
|
|
6889
|
+
};
|
|
3543
6890
|
}>> & Record<string, any>>>, {
|
|
3544
6891
|
[x: string]: any;
|
|
3545
6892
|
}>;
|
|
@@ -3554,7 +6901,7 @@ declare const formElementMap: {
|
|
|
3554
6901
|
} & {
|
|
3555
6902
|
readonly error?: string | undefined;
|
|
3556
6903
|
readonly label?: string | undefined;
|
|
3557
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
6904
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3558
6905
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3559
6906
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3560
6907
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3574,6 +6921,12 @@ declare const formElementMap: {
|
|
|
3574
6921
|
slots: {
|
|
3575
6922
|
type: ObjectConstructor;
|
|
3576
6923
|
};
|
|
6924
|
+
tip: {
|
|
6925
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
6926
|
+
};
|
|
6927
|
+
tipProps: {
|
|
6928
|
+
type: ObjectConstructor;
|
|
6929
|
+
};
|
|
3577
6930
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3578
6931
|
name: {
|
|
3579
6932
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -3585,7 +6938,7 @@ declare const formElementMap: {
|
|
|
3585
6938
|
} & {
|
|
3586
6939
|
readonly error?: string | undefined;
|
|
3587
6940
|
readonly label?: string | undefined;
|
|
3588
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
6941
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3589
6942
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3590
6943
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3591
6944
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3605,6 +6958,12 @@ declare const formElementMap: {
|
|
|
3605
6958
|
slots: {
|
|
3606
6959
|
type: ObjectConstructor;
|
|
3607
6960
|
};
|
|
6961
|
+
tip: {
|
|
6962
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
6963
|
+
};
|
|
6964
|
+
tipProps: {
|
|
6965
|
+
type: ObjectConstructor;
|
|
6966
|
+
};
|
|
3608
6967
|
}>> & Record<string, any>>>, {
|
|
3609
6968
|
[x: string]: any;
|
|
3610
6969
|
}>;
|
|
@@ -3619,7 +6978,7 @@ declare const formElementMap: {
|
|
|
3619
6978
|
} & {
|
|
3620
6979
|
readonly error?: string | undefined;
|
|
3621
6980
|
readonly label?: string | undefined;
|
|
3622
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
6981
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3623
6982
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3624
6983
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3625
6984
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3639,6 +6998,12 @@ declare const formElementMap: {
|
|
|
3639
6998
|
slots: {
|
|
3640
6999
|
type: ObjectConstructor;
|
|
3641
7000
|
};
|
|
7001
|
+
tip: {
|
|
7002
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7003
|
+
};
|
|
7004
|
+
tipProps: {
|
|
7005
|
+
type: ObjectConstructor;
|
|
7006
|
+
};
|
|
3642
7007
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3643
7008
|
name: {
|
|
3644
7009
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -3650,7 +7015,7 @@ declare const formElementMap: {
|
|
|
3650
7015
|
} & {
|
|
3651
7016
|
readonly error?: string | undefined;
|
|
3652
7017
|
readonly label?: string | undefined;
|
|
3653
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7018
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3654
7019
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3655
7020
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3656
7021
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3670,6 +7035,12 @@ declare const formElementMap: {
|
|
|
3670
7035
|
slots: {
|
|
3671
7036
|
type: ObjectConstructor;
|
|
3672
7037
|
};
|
|
7038
|
+
tip: {
|
|
7039
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7040
|
+
};
|
|
7041
|
+
tipProps: {
|
|
7042
|
+
type: ObjectConstructor;
|
|
7043
|
+
};
|
|
3673
7044
|
}>> & Record<string, any>>>, {
|
|
3674
7045
|
[x: string]: any;
|
|
3675
7046
|
}>;
|
|
@@ -3684,7 +7055,7 @@ declare const formElementMap: {
|
|
|
3684
7055
|
} & {
|
|
3685
7056
|
readonly error?: string | undefined;
|
|
3686
7057
|
readonly label?: string | undefined;
|
|
3687
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7058
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3688
7059
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3689
7060
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3690
7061
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3704,6 +7075,12 @@ declare const formElementMap: {
|
|
|
3704
7075
|
slots: {
|
|
3705
7076
|
type: ObjectConstructor;
|
|
3706
7077
|
};
|
|
7078
|
+
tip: {
|
|
7079
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7080
|
+
};
|
|
7081
|
+
tipProps: {
|
|
7082
|
+
type: ObjectConstructor;
|
|
7083
|
+
};
|
|
3707
7084
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3708
7085
|
name: {
|
|
3709
7086
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -3715,7 +7092,7 @@ declare const formElementMap: {
|
|
|
3715
7092
|
} & {
|
|
3716
7093
|
readonly error?: string | undefined;
|
|
3717
7094
|
readonly label?: string | undefined;
|
|
3718
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7095
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3719
7096
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3720
7097
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3721
7098
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3735,6 +7112,12 @@ declare const formElementMap: {
|
|
|
3735
7112
|
slots: {
|
|
3736
7113
|
type: ObjectConstructor;
|
|
3737
7114
|
};
|
|
7115
|
+
tip: {
|
|
7116
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7117
|
+
};
|
|
7118
|
+
tipProps: {
|
|
7119
|
+
type: ObjectConstructor;
|
|
7120
|
+
};
|
|
3738
7121
|
}>> & Record<string, any>>>, {
|
|
3739
7122
|
[x: string]: any;
|
|
3740
7123
|
}>;
|
|
@@ -3749,7 +7132,7 @@ declare const formElementMap: {
|
|
|
3749
7132
|
} & {
|
|
3750
7133
|
readonly error?: string | undefined;
|
|
3751
7134
|
readonly label?: string | undefined;
|
|
3752
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7135
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3753
7136
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3754
7137
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3755
7138
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3769,6 +7152,12 @@ declare const formElementMap: {
|
|
|
3769
7152
|
slots: {
|
|
3770
7153
|
type: ObjectConstructor;
|
|
3771
7154
|
};
|
|
7155
|
+
tip: {
|
|
7156
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7157
|
+
};
|
|
7158
|
+
tipProps: {
|
|
7159
|
+
type: ObjectConstructor;
|
|
7160
|
+
};
|
|
3772
7161
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3773
7162
|
name: {
|
|
3774
7163
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -3780,7 +7169,7 @@ declare const formElementMap: {
|
|
|
3780
7169
|
} & {
|
|
3781
7170
|
readonly error?: string | undefined;
|
|
3782
7171
|
readonly label?: string | undefined;
|
|
3783
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7172
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3784
7173
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3785
7174
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3786
7175
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3800,6 +7189,12 @@ declare const formElementMap: {
|
|
|
3800
7189
|
slots: {
|
|
3801
7190
|
type: ObjectConstructor;
|
|
3802
7191
|
};
|
|
7192
|
+
tip: {
|
|
7193
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7194
|
+
};
|
|
7195
|
+
tipProps: {
|
|
7196
|
+
type: ObjectConstructor;
|
|
7197
|
+
};
|
|
3803
7198
|
}>> & Record<string, any>>>, {
|
|
3804
7199
|
[x: string]: any;
|
|
3805
7200
|
}>;
|
|
@@ -3814,7 +7209,7 @@ declare const formElementMap: {
|
|
|
3814
7209
|
} & {
|
|
3815
7210
|
readonly error?: string | undefined;
|
|
3816
7211
|
readonly label?: string | undefined;
|
|
3817
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7212
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3818
7213
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3819
7214
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3820
7215
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3834,6 +7229,12 @@ declare const formElementMap: {
|
|
|
3834
7229
|
slots: {
|
|
3835
7230
|
type: ObjectConstructor;
|
|
3836
7231
|
};
|
|
7232
|
+
tip: {
|
|
7233
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7234
|
+
};
|
|
7235
|
+
tipProps: {
|
|
7236
|
+
type: ObjectConstructor;
|
|
7237
|
+
};
|
|
3837
7238
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3838
7239
|
name: {
|
|
3839
7240
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -3845,7 +7246,7 @@ declare const formElementMap: {
|
|
|
3845
7246
|
} & {
|
|
3846
7247
|
readonly error?: string | undefined;
|
|
3847
7248
|
readonly label?: string | undefined;
|
|
3848
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7249
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3849
7250
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3850
7251
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3851
7252
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3865,6 +7266,12 @@ declare const formElementMap: {
|
|
|
3865
7266
|
slots: {
|
|
3866
7267
|
type: ObjectConstructor;
|
|
3867
7268
|
};
|
|
7269
|
+
tip: {
|
|
7270
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7271
|
+
};
|
|
7272
|
+
tipProps: {
|
|
7273
|
+
type: ObjectConstructor;
|
|
7274
|
+
};
|
|
3868
7275
|
}>> & Record<string, any>>>, {
|
|
3869
7276
|
[x: string]: any;
|
|
3870
7277
|
}>;
|
|
@@ -3879,7 +7286,7 @@ declare const formElementMap: {
|
|
|
3879
7286
|
} & {
|
|
3880
7287
|
readonly error?: string | undefined;
|
|
3881
7288
|
readonly label?: string | undefined;
|
|
3882
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7289
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3883
7290
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3884
7291
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3885
7292
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3899,6 +7306,12 @@ declare const formElementMap: {
|
|
|
3899
7306
|
slots: {
|
|
3900
7307
|
type: ObjectConstructor;
|
|
3901
7308
|
};
|
|
7309
|
+
tip: {
|
|
7310
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7311
|
+
};
|
|
7312
|
+
tipProps: {
|
|
7313
|
+
type: ObjectConstructor;
|
|
7314
|
+
};
|
|
3902
7315
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3903
7316
|
name: {
|
|
3904
7317
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -3910,7 +7323,7 @@ declare const formElementMap: {
|
|
|
3910
7323
|
} & {
|
|
3911
7324
|
readonly error?: string | undefined;
|
|
3912
7325
|
readonly label?: string | undefined;
|
|
3913
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7326
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3914
7327
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3915
7328
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3916
7329
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3930,6 +7343,12 @@ declare const formElementMap: {
|
|
|
3930
7343
|
slots: {
|
|
3931
7344
|
type: ObjectConstructor;
|
|
3932
7345
|
};
|
|
7346
|
+
tip: {
|
|
7347
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7348
|
+
};
|
|
7349
|
+
tipProps: {
|
|
7350
|
+
type: ObjectConstructor;
|
|
7351
|
+
};
|
|
3933
7352
|
}>> & Record<string, any>>>, {
|
|
3934
7353
|
[x: string]: any;
|
|
3935
7354
|
}>;
|
|
@@ -3944,7 +7363,7 @@ declare const formElementMap: {
|
|
|
3944
7363
|
} & {
|
|
3945
7364
|
readonly error?: string | undefined;
|
|
3946
7365
|
readonly label?: string | undefined;
|
|
3947
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7366
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3948
7367
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3949
7368
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3950
7369
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3964,6 +7383,12 @@ declare const formElementMap: {
|
|
|
3964
7383
|
slots: {
|
|
3965
7384
|
type: ObjectConstructor;
|
|
3966
7385
|
};
|
|
7386
|
+
tip: {
|
|
7387
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7388
|
+
};
|
|
7389
|
+
tipProps: {
|
|
7390
|
+
type: ObjectConstructor;
|
|
7391
|
+
};
|
|
3967
7392
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3968
7393
|
name: {
|
|
3969
7394
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -3975,7 +7400,7 @@ declare const formElementMap: {
|
|
|
3975
7400
|
} & {
|
|
3976
7401
|
readonly error?: string | undefined;
|
|
3977
7402
|
readonly label?: string | undefined;
|
|
3978
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7403
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
3979
7404
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
3980
7405
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
3981
7406
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -3995,6 +7420,12 @@ declare const formElementMap: {
|
|
|
3995
7420
|
slots: {
|
|
3996
7421
|
type: ObjectConstructor;
|
|
3997
7422
|
};
|
|
7423
|
+
tip: {
|
|
7424
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7425
|
+
};
|
|
7426
|
+
tipProps: {
|
|
7427
|
+
type: ObjectConstructor;
|
|
7428
|
+
};
|
|
3998
7429
|
}>> & Record<string, any>>>, {
|
|
3999
7430
|
[x: string]: any;
|
|
4000
7431
|
}>;
|
|
@@ -4009,7 +7440,7 @@ declare const formElementMap: {
|
|
|
4009
7440
|
} & {
|
|
4010
7441
|
readonly error?: string | undefined;
|
|
4011
7442
|
readonly label?: string | undefined;
|
|
4012
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7443
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
4013
7444
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
4014
7445
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
4015
7446
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -4029,6 +7460,12 @@ declare const formElementMap: {
|
|
|
4029
7460
|
slots: {
|
|
4030
7461
|
type: ObjectConstructor;
|
|
4031
7462
|
};
|
|
7463
|
+
tip: {
|
|
7464
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7465
|
+
};
|
|
7466
|
+
tipProps: {
|
|
7467
|
+
type: ObjectConstructor;
|
|
7468
|
+
};
|
|
4032
7469
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
4033
7470
|
name: {
|
|
4034
7471
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -4040,7 +7477,7 @@ declare const formElementMap: {
|
|
|
4040
7477
|
} & {
|
|
4041
7478
|
readonly error?: string | undefined;
|
|
4042
7479
|
readonly label?: string | undefined;
|
|
4043
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7480
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
4044
7481
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
4045
7482
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
4046
7483
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -4060,6 +7497,12 @@ declare const formElementMap: {
|
|
|
4060
7497
|
slots: {
|
|
4061
7498
|
type: ObjectConstructor;
|
|
4062
7499
|
};
|
|
7500
|
+
tip: {
|
|
7501
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7502
|
+
};
|
|
7503
|
+
tipProps: {
|
|
7504
|
+
type: ObjectConstructor;
|
|
7505
|
+
};
|
|
4063
7506
|
}>> & Record<string, any>>>, {
|
|
4064
7507
|
[x: string]: any;
|
|
4065
7508
|
}>;
|
|
@@ -4074,7 +7517,7 @@ declare const formElementMap: {
|
|
|
4074
7517
|
} & {
|
|
4075
7518
|
readonly error?: string | undefined;
|
|
4076
7519
|
readonly label?: string | undefined;
|
|
4077
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7520
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
4078
7521
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
4079
7522
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
4080
7523
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -4094,6 +7537,12 @@ declare const formElementMap: {
|
|
|
4094
7537
|
slots: {
|
|
4095
7538
|
type: ObjectConstructor;
|
|
4096
7539
|
};
|
|
7540
|
+
tip: {
|
|
7541
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7542
|
+
};
|
|
7543
|
+
tipProps: {
|
|
7544
|
+
type: ObjectConstructor;
|
|
7545
|
+
};
|
|
4097
7546
|
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
4098
7547
|
name: {
|
|
4099
7548
|
type: vue.PropType<string | (string | number)[]>;
|
|
@@ -4105,7 +7554,7 @@ declare const formElementMap: {
|
|
|
4105
7554
|
} & {
|
|
4106
7555
|
readonly error?: string | undefined;
|
|
4107
7556
|
readonly label?: string | undefined;
|
|
4108
|
-
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "
|
|
7557
|
+
readonly validateStatus?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
4109
7558
|
readonly required?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
4110
7559
|
readonly prop?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => element_plus.FormItemProp))[], unknown, unknown> | undefined;
|
|
4111
7560
|
readonly rules?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>) | ((new (...args: any[]) => element_plus.FormItemRule | element_plus.FormItemRule[]) | (() => element_plus_es_utils.Arrayable<element_plus.FormItemRule>))[], unknown, unknown> | undefined;
|
|
@@ -4125,6 +7574,12 @@ declare const formElementMap: {
|
|
|
4125
7574
|
slots: {
|
|
4126
7575
|
type: ObjectConstructor;
|
|
4127
7576
|
};
|
|
7577
|
+
tip: {
|
|
7578
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
7579
|
+
};
|
|
7580
|
+
tipProps: {
|
|
7581
|
+
type: ObjectConstructor;
|
|
7582
|
+
};
|
|
4128
7583
|
}>> & Record<string, any>>>, {
|
|
4129
7584
|
[x: string]: any;
|
|
4130
7585
|
}>;
|