@jari-ace/element-plus-component 0.3.1 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/autoComplete/JaAutoComplete.vue.d.ts +956 -1179
- package/dist/components/autoComplete/JaAutoComplete.vue.d.ts.map +1 -1
- package/dist/components/button/JaButton.vue.d.ts +114 -450
- package/dist/components/button/JaButton.vue.d.ts.map +1 -1
- package/dist/components/checkbox/JaCheckbox.vue.d.ts +228 -150
- package/dist/components/checkbox/JaCheckbox.vue.d.ts.map +1 -1
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts +215 -137
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts +700 -1596
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts.map +1 -1
- package/dist/components/form/JaForm.vue.d.ts +1 -1
- package/dist/components/formItem/JaFormItem.vue.d.ts +83 -293
- package/dist/components/formItem/JaFormItem.vue.d.ts.map +1 -1
- package/dist/components/input/JaInput.vue.d.ts +244 -609
- package/dist/components/input/JaInput.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.js +14 -5
- package/dist/components/inputI18n/InputI18n.vue.js.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts +117 -471
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js +4 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.d.ts.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.js +4 -8
- package/dist/components/properyPicker/PropertyPicker.vue.js.map +1 -1
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts +96 -287
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts +14 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts.map +1 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js +410 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js.map +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleEditor.vue.js +64 -31
- package/dist/components/rolePicker/RoleEditor.vue.js.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.js +7 -9
- package/dist/components/rolePicker/baseRolePicker.vue.js.map +1 -1
- package/dist/components/rolePicker/index.d.ts +2 -0
- package/dist/components/rolePicker/index.d.ts.map +1 -1
- package/dist/components/rolePicker/index.js +2 -0
- package/dist/components/rolePicker/index.js.map +1 -1
- package/dist/components/scrollbar/Scrollbar.vue.d.ts +110 -378
- package/dist/components/scrollbar/Scrollbar.vue.d.ts.map +1 -1
- package/dist/components/switch/JaSwitch.vue.d.ts +96 -431
- package/dist/components/switch/JaSwitch.vue.d.ts.map +1 -1
- package/dist/components/upload/JaUploader.vue.d.ts +50 -6
- package/dist/components/upload/JaUploader.vue.d.ts.map +1 -1
- package/dist/components/upload/index.d.ts +141 -3
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/index.js +4 -1
- package/dist/components/upload/index.js.map +1 -1
- package/dist/components/upload/types.d.ts +3 -0
- package/dist/components/upload/types.d.ts.map +1 -0
- package/dist/components/upload/types.js +2 -0
- package/dist/components/upload/types.js.map +1 -0
- package/dist/components/upload/uploader.vue.d.ts +26 -3
- package/dist/components/upload/uploader.vue.d.ts.map +1 -1
- package/dist/components/upload/uploader.vue.js +28 -11
- package/dist/components/upload/uploader.vue.js.map +1 -1
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts +1808 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts.map +1 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.js +23 -14
- package/dist/components/userGroupTree/src/userGroupTree.vue.js.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.d.ts.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js +2 -0
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js.map +1 -1
- package/dist/hooks/useAppInstances.d.ts +17 -4
- package/dist/hooks/useAppInstances.d.ts.map +1 -1
- package/dist/hooks/useAppInstances.js +109 -24
- package/dist/hooks/useAppInstances.js.map +1 -1
- package/dist/hooks/useClassificationLevels.d.ts.map +1 -1
- package/dist/hooks/useClassificationLevels.js +30 -7
- package/dist/hooks/useClassificationLevels.js.map +1 -1
- package/dist/hooks/useConstraintProviders.d.ts +5 -0
- package/dist/hooks/useConstraintProviders.d.ts.map +1 -0
- package/dist/hooks/useConstraintProviders.js +31 -0
- package/dist/hooks/useConstraintProviders.js.map +1 -0
- package/dist/hooks/useEntities.d.ts +9 -0
- package/dist/hooks/useEntities.d.ts.map +1 -0
- package/dist/hooks/useEntities.js +40 -0
- package/dist/hooks/useEntities.js.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts +5 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.js +31 -0
- package/dist/hooks/useEntityPropDataTypes.js.map +1 -0
- package/dist/hooks/useFileConfigurations.d.ts +6 -0
- package/dist/hooks/useFileConfigurations.d.ts.map +1 -0
- package/dist/hooks/useFileConfigurations.js +37 -0
- package/dist/hooks/useFileConfigurations.js.map +1 -0
- package/dist/hooks/useGroups.d.ts +7 -0
- package/dist/hooks/useGroups.d.ts.map +1 -0
- package/dist/hooks/useGroups.js +75 -0
- package/dist/hooks/useGroups.js.map +1 -0
- package/dist/hooks/useNumberTemplates.d.ts +6 -0
- package/dist/hooks/useNumberTemplates.d.ts.map +1 -0
- package/dist/hooks/useNumberTemplates.js +37 -0
- package/dist/hooks/useNumberTemplates.js.map +1 -0
- package/dist/hooks/useProperties.d.ts +9 -0
- package/dist/hooks/useProperties.d.ts.map +1 -0
- package/dist/hooks/useProperties.js +40 -0
- package/dist/hooks/useProperties.js.map +1 -0
- package/dist/hooks/useRoleCategories.d.ts +6 -0
- package/dist/hooks/useRoleCategories.d.ts.map +1 -0
- package/dist/hooks/useRoleCategories.js +37 -0
- package/dist/hooks/useRoleCategories.js.map +1 -0
- package/dist/hooks/useRoles.d.ts +6 -0
- package/dist/hooks/useRoles.d.ts.map +1 -0
- package/dist/hooks/useRoles.js +38 -0
- package/dist/hooks/useRoles.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +9385 -8876
- package/lib/index.umd.cjs +34 -34
- package/package.json +7 -7
- package/packages/components/input/JaInput.vue +1 -1
- package/packages/components/inputI18n/I18nBundleEditor.vue +2 -2
- package/packages/components/inputI18n/InputI18n.vue +33 -25
- package/packages/components/inputNumber/JaInputNumber.vue +6 -5
- package/packages/components/properyPicker/PropertyPicker.vue +4 -8
- package/packages/components/rolePicker/RoleCategorySelector.vue +154 -0
- package/packages/components/rolePicker/RoleEditor.vue +16 -7
- package/packages/components/rolePicker/baseRolePicker.vue +6 -13
- package/packages/components/rolePicker/index.ts +3 -0
- package/packages/components/upload/index.ts +4 -1
- package/packages/components/upload/types.ts +4 -0
- package/packages/components/upload/uploader.vue +456 -381
- package/packages/components/userGroupTree/src/userGroupTree.vue +54 -17
- package/packages/components/userSelectDialog/src/userSelectDialog.vue +1 -1
- package/packages/hooks/useAppInstances.ts +121 -25
- package/packages/hooks/useClassificationLevels.ts +31 -7
- package/packages/hooks/useConstraintProviders.ts +36 -0
- package/packages/hooks/useEntities.ts +44 -0
- package/packages/hooks/useEntityPropDataTypes.ts +37 -0
- package/packages/hooks/useFileConfigurations.ts +41 -0
- package/packages/hooks/useGroups.ts +81 -0
- package/packages/hooks/useNumberTemplates.ts +43 -0
- package/packages/hooks/useProperties.ts +44 -0
- package/packages/hooks/useRoleCategories.ts +42 -0
- package/packages/hooks/useRoles.ts +44 -0
- package/packages/index.ts +9 -0
|
@@ -6,85 +6,36 @@ type __VLS_Props = {
|
|
|
6
6
|
type?: "default" | "success" | "warning" | "info" | "text" | "primary" | "danger";
|
|
7
7
|
};
|
|
8
8
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Props, {
|
|
9
|
-
elButton: import("vue").Ref<({
|
|
9
|
+
elButton: import("vue").Ref<import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
10
10
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
readonly size: {
|
|
12
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
12
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
13
13
|
readonly required: false;
|
|
14
14
|
readonly validator: (val: unknown) => boolean;
|
|
15
15
|
__epPropKey: true;
|
|
16
16
|
};
|
|
17
17
|
readonly disabled: BooleanConstructor;
|
|
18
|
-
readonly type:
|
|
19
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
20
|
-
readonly required: false;
|
|
21
|
-
readonly validator: (val: unknown) => boolean;
|
|
22
|
-
__epPropKey: true;
|
|
23
|
-
} & {
|
|
24
|
-
readonly default: "";
|
|
25
|
-
};
|
|
18
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
26
19
|
readonly icon: {
|
|
27
20
|
readonly type: import("vue").PropType<unknown>;
|
|
28
21
|
readonly required: false;
|
|
29
22
|
readonly validator: (val: unknown) => boolean;
|
|
30
23
|
__epPropKey: true;
|
|
31
24
|
};
|
|
32
|
-
readonly nativeType:
|
|
33
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
34
|
-
readonly required: false;
|
|
35
|
-
readonly validator: (val: unknown) => boolean;
|
|
36
|
-
__epPropKey: true;
|
|
37
|
-
} & {
|
|
38
|
-
readonly default: "button";
|
|
39
|
-
};
|
|
25
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
40
26
|
readonly loading: BooleanConstructor;
|
|
41
|
-
readonly loadingIcon: {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
readonly validator: (val: unknown) => boolean;
|
|
45
|
-
__epPropKey: true;
|
|
46
|
-
} & {
|
|
47
|
-
readonly default: () => any;
|
|
48
|
-
};
|
|
49
|
-
readonly plain: {
|
|
50
|
-
readonly type: import("vue").PropType<boolean>;
|
|
51
|
-
readonly required: false;
|
|
52
|
-
readonly validator: (val: unknown) => boolean;
|
|
53
|
-
__epPropKey: true;
|
|
54
|
-
} & {
|
|
55
|
-
readonly default: undefined;
|
|
56
|
-
};
|
|
57
|
-
readonly text: BooleanConstructor;
|
|
27
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
28
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
29
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
58
30
|
readonly link: BooleanConstructor;
|
|
59
31
|
readonly bg: BooleanConstructor;
|
|
60
32
|
readonly autofocus: BooleanConstructor;
|
|
61
|
-
readonly round:
|
|
62
|
-
readonly type: import("vue").PropType<boolean>;
|
|
63
|
-
readonly required: false;
|
|
64
|
-
readonly validator: (val: unknown) => boolean;
|
|
65
|
-
__epPropKey: true;
|
|
66
|
-
} & {
|
|
67
|
-
readonly default: undefined;
|
|
68
|
-
};
|
|
33
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
69
34
|
readonly circle: BooleanConstructor;
|
|
70
35
|
readonly color: StringConstructor;
|
|
71
36
|
readonly dark: BooleanConstructor;
|
|
72
|
-
readonly autoInsertSpace:
|
|
73
|
-
|
|
74
|
-
readonly required: false;
|
|
75
|
-
readonly validator: (val: unknown) => boolean;
|
|
76
|
-
__epPropKey: true;
|
|
77
|
-
} & {
|
|
78
|
-
readonly default: undefined;
|
|
79
|
-
};
|
|
80
|
-
readonly tag: {
|
|
81
|
-
readonly type: import("vue").PropType<unknown>;
|
|
82
|
-
readonly required: false;
|
|
83
|
-
readonly validator: (val: unknown) => boolean;
|
|
84
|
-
__epPropKey: true;
|
|
85
|
-
} & {
|
|
86
|
-
readonly default: "button";
|
|
87
|
-
};
|
|
37
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
38
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
88
39
|
}>> & {
|
|
89
40
|
onClick?: (evt: MouseEvent) => any;
|
|
90
41
|
}, {
|
|
@@ -98,19 +49,19 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
98
49
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
99
50
|
readonly link: boolean;
|
|
100
51
|
readonly circle: boolean;
|
|
101
|
-
readonly text:
|
|
52
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
102
53
|
readonly disabled: boolean;
|
|
103
|
-
readonly round:
|
|
54
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
104
55
|
readonly dark: boolean;
|
|
105
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
56
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
106
57
|
readonly bg: boolean;
|
|
107
58
|
readonly loading: boolean;
|
|
108
59
|
readonly autofocus: boolean;
|
|
109
60
|
readonly tag: unknown;
|
|
110
|
-
readonly plain:
|
|
111
|
-
readonly
|
|
61
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
62
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
63
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
112
64
|
readonly loadingIcon: unknown;
|
|
113
|
-
readonly autoInsertSpace: boolean;
|
|
114
65
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
115
66
|
P: {};
|
|
116
67
|
B: {};
|
|
@@ -120,82 +71,33 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
120
71
|
Defaults: {};
|
|
121
72
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
122
73
|
readonly size: {
|
|
123
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
74
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
124
75
|
readonly required: false;
|
|
125
76
|
readonly validator: (val: unknown) => boolean;
|
|
126
77
|
__epPropKey: true;
|
|
127
78
|
};
|
|
128
79
|
readonly disabled: BooleanConstructor;
|
|
129
|
-
readonly type:
|
|
130
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
131
|
-
readonly required: false;
|
|
132
|
-
readonly validator: (val: unknown) => boolean;
|
|
133
|
-
__epPropKey: true;
|
|
134
|
-
} & {
|
|
135
|
-
readonly default: "";
|
|
136
|
-
};
|
|
80
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
137
81
|
readonly icon: {
|
|
138
82
|
readonly type: import("vue").PropType<unknown>;
|
|
139
83
|
readonly required: false;
|
|
140
84
|
readonly validator: (val: unknown) => boolean;
|
|
141
85
|
__epPropKey: true;
|
|
142
86
|
};
|
|
143
|
-
readonly nativeType:
|
|
144
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
145
|
-
readonly required: false;
|
|
146
|
-
readonly validator: (val: unknown) => boolean;
|
|
147
|
-
__epPropKey: true;
|
|
148
|
-
} & {
|
|
149
|
-
readonly default: "button";
|
|
150
|
-
};
|
|
87
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
151
88
|
readonly loading: BooleanConstructor;
|
|
152
|
-
readonly loadingIcon: {
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
readonly validator: (val: unknown) => boolean;
|
|
156
|
-
__epPropKey: true;
|
|
157
|
-
} & {
|
|
158
|
-
readonly default: () => any;
|
|
159
|
-
};
|
|
160
|
-
readonly plain: {
|
|
161
|
-
readonly type: import("vue").PropType<boolean>;
|
|
162
|
-
readonly required: false;
|
|
163
|
-
readonly validator: (val: unknown) => boolean;
|
|
164
|
-
__epPropKey: true;
|
|
165
|
-
} & {
|
|
166
|
-
readonly default: undefined;
|
|
167
|
-
};
|
|
168
|
-
readonly text: BooleanConstructor;
|
|
89
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
90
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
91
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
169
92
|
readonly link: BooleanConstructor;
|
|
170
93
|
readonly bg: BooleanConstructor;
|
|
171
94
|
readonly autofocus: BooleanConstructor;
|
|
172
|
-
readonly round:
|
|
173
|
-
readonly type: import("vue").PropType<boolean>;
|
|
174
|
-
readonly required: false;
|
|
175
|
-
readonly validator: (val: unknown) => boolean;
|
|
176
|
-
__epPropKey: true;
|
|
177
|
-
} & {
|
|
178
|
-
readonly default: undefined;
|
|
179
|
-
};
|
|
95
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
180
96
|
readonly circle: BooleanConstructor;
|
|
181
97
|
readonly color: StringConstructor;
|
|
182
98
|
readonly dark: BooleanConstructor;
|
|
183
|
-
readonly autoInsertSpace:
|
|
184
|
-
|
|
185
|
-
readonly required: false;
|
|
186
|
-
readonly validator: (val: unknown) => boolean;
|
|
187
|
-
__epPropKey: true;
|
|
188
|
-
} & {
|
|
189
|
-
readonly default: undefined;
|
|
190
|
-
};
|
|
191
|
-
readonly tag: {
|
|
192
|
-
readonly type: import("vue").PropType<unknown>;
|
|
193
|
-
readonly required: false;
|
|
194
|
-
readonly validator: (val: unknown) => boolean;
|
|
195
|
-
__epPropKey: true;
|
|
196
|
-
} & {
|
|
197
|
-
readonly default: "button";
|
|
198
|
-
};
|
|
99
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
100
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
199
101
|
}>> & {
|
|
200
102
|
onClick?: (evt: MouseEvent) => any;
|
|
201
103
|
}, {
|
|
@@ -207,101 +109,52 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
207
109
|
}, {}, {}, {}, {
|
|
208
110
|
readonly link: boolean;
|
|
209
111
|
readonly circle: boolean;
|
|
210
|
-
readonly text:
|
|
112
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
211
113
|
readonly disabled: boolean;
|
|
212
|
-
readonly round:
|
|
114
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
213
115
|
readonly dark: boolean;
|
|
214
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
116
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
215
117
|
readonly bg: boolean;
|
|
216
118
|
readonly loading: boolean;
|
|
217
119
|
readonly autofocus: boolean;
|
|
218
120
|
readonly tag: unknown;
|
|
219
|
-
readonly plain:
|
|
220
|
-
readonly
|
|
121
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
122
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
123
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
221
124
|
readonly loadingIcon: unknown;
|
|
222
|
-
readonly autoInsertSpace: boolean;
|
|
223
125
|
}>;
|
|
224
126
|
__isFragment?: never;
|
|
225
127
|
__isTeleport?: never;
|
|
226
128
|
__isSuspense?: never;
|
|
227
129
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
228
130
|
readonly size: {
|
|
229
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
131
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
230
132
|
readonly required: false;
|
|
231
133
|
readonly validator: (val: unknown) => boolean;
|
|
232
134
|
__epPropKey: true;
|
|
233
135
|
};
|
|
234
136
|
readonly disabled: BooleanConstructor;
|
|
235
|
-
readonly type:
|
|
236
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
237
|
-
readonly required: false;
|
|
238
|
-
readonly validator: (val: unknown) => boolean;
|
|
239
|
-
__epPropKey: true;
|
|
240
|
-
} & {
|
|
241
|
-
readonly default: "";
|
|
242
|
-
};
|
|
137
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
243
138
|
readonly icon: {
|
|
244
139
|
readonly type: import("vue").PropType<unknown>;
|
|
245
140
|
readonly required: false;
|
|
246
141
|
readonly validator: (val: unknown) => boolean;
|
|
247
142
|
__epPropKey: true;
|
|
248
143
|
};
|
|
249
|
-
readonly nativeType:
|
|
250
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
251
|
-
readonly required: false;
|
|
252
|
-
readonly validator: (val: unknown) => boolean;
|
|
253
|
-
__epPropKey: true;
|
|
254
|
-
} & {
|
|
255
|
-
readonly default: "button";
|
|
256
|
-
};
|
|
144
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
257
145
|
readonly loading: BooleanConstructor;
|
|
258
|
-
readonly loadingIcon: {
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
readonly validator: (val: unknown) => boolean;
|
|
262
|
-
__epPropKey: true;
|
|
263
|
-
} & {
|
|
264
|
-
readonly default: () => any;
|
|
265
|
-
};
|
|
266
|
-
readonly plain: {
|
|
267
|
-
readonly type: import("vue").PropType<boolean>;
|
|
268
|
-
readonly required: false;
|
|
269
|
-
readonly validator: (val: unknown) => boolean;
|
|
270
|
-
__epPropKey: true;
|
|
271
|
-
} & {
|
|
272
|
-
readonly default: undefined;
|
|
273
|
-
};
|
|
274
|
-
readonly text: BooleanConstructor;
|
|
146
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
147
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
148
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
275
149
|
readonly link: BooleanConstructor;
|
|
276
150
|
readonly bg: BooleanConstructor;
|
|
277
151
|
readonly autofocus: BooleanConstructor;
|
|
278
|
-
readonly round:
|
|
279
|
-
readonly type: import("vue").PropType<boolean>;
|
|
280
|
-
readonly required: false;
|
|
281
|
-
readonly validator: (val: unknown) => boolean;
|
|
282
|
-
__epPropKey: true;
|
|
283
|
-
} & {
|
|
284
|
-
readonly default: undefined;
|
|
285
|
-
};
|
|
152
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
286
153
|
readonly circle: BooleanConstructor;
|
|
287
154
|
readonly color: StringConstructor;
|
|
288
155
|
readonly dark: BooleanConstructor;
|
|
289
|
-
readonly autoInsertSpace:
|
|
290
|
-
|
|
291
|
-
readonly required: false;
|
|
292
|
-
readonly validator: (val: unknown) => boolean;
|
|
293
|
-
__epPropKey: true;
|
|
294
|
-
} & {
|
|
295
|
-
readonly default: undefined;
|
|
296
|
-
};
|
|
297
|
-
readonly tag: {
|
|
298
|
-
readonly type: import("vue").PropType<unknown>;
|
|
299
|
-
readonly required: false;
|
|
300
|
-
readonly validator: (val: unknown) => boolean;
|
|
301
|
-
__epPropKey: true;
|
|
302
|
-
} & {
|
|
303
|
-
readonly default: "button";
|
|
304
|
-
};
|
|
156
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
157
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
305
158
|
}>> & {
|
|
306
159
|
onClick?: (evt: MouseEvent) => any;
|
|
307
160
|
}, {
|
|
@@ -315,44 +168,37 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
315
168
|
}, string, {
|
|
316
169
|
readonly link: boolean;
|
|
317
170
|
readonly circle: boolean;
|
|
318
|
-
readonly text:
|
|
171
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
319
172
|
readonly disabled: boolean;
|
|
320
|
-
readonly round:
|
|
173
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
321
174
|
readonly dark: boolean;
|
|
322
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
175
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
323
176
|
readonly bg: boolean;
|
|
324
177
|
readonly loading: boolean;
|
|
325
178
|
readonly autofocus: boolean;
|
|
326
179
|
readonly tag: unknown;
|
|
327
|
-
readonly plain:
|
|
328
|
-
readonly
|
|
180
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
182
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
329
183
|
readonly loadingIcon: unknown;
|
|
330
|
-
|
|
331
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((new () => {
|
|
184
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
332
185
|
$slots: {
|
|
333
186
|
loading?(_: {}): any;
|
|
334
187
|
icon?(_: {}): any;
|
|
335
188
|
default?(_: {}): any;
|
|
336
189
|
};
|
|
337
|
-
}) &
|
|
190
|
+
})> & {
|
|
338
191
|
ButtonGroup: {
|
|
339
192
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
340
193
|
readonly size: {
|
|
341
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
342
|
-
readonly required: false;
|
|
343
|
-
readonly validator: (val: unknown) => boolean;
|
|
344
|
-
__epPropKey: true;
|
|
345
|
-
};
|
|
346
|
-
readonly type: {
|
|
347
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
194
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
348
195
|
readonly required: false;
|
|
349
196
|
readonly validator: (val: unknown) => boolean;
|
|
350
197
|
__epPropKey: true;
|
|
351
|
-
} & {
|
|
352
|
-
readonly default: "";
|
|
353
198
|
};
|
|
199
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
354
200
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
355
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
201
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
356
202
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
357
203
|
P: {};
|
|
358
204
|
B: {};
|
|
@@ -362,126 +208,63 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
362
208
|
Defaults: {};
|
|
363
209
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
364
210
|
readonly size: {
|
|
365
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
366
|
-
readonly required: false;
|
|
367
|
-
readonly validator: (val: unknown) => boolean;
|
|
368
|
-
__epPropKey: true;
|
|
369
|
-
};
|
|
370
|
-
readonly type: {
|
|
371
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
211
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
372
212
|
readonly required: false;
|
|
373
213
|
readonly validator: (val: unknown) => boolean;
|
|
374
214
|
__epPropKey: true;
|
|
375
|
-
} & {
|
|
376
|
-
readonly default: "";
|
|
377
215
|
};
|
|
216
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
378
217
|
}>>, {}, {}, {}, {}, {
|
|
379
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
218
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
380
219
|
}>;
|
|
381
220
|
__isFragment?: never;
|
|
382
221
|
__isTeleport?: never;
|
|
383
222
|
__isSuspense?: never;
|
|
384
223
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
385
224
|
readonly size: {
|
|
386
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
387
|
-
readonly required: false;
|
|
388
|
-
readonly validator: (val: unknown) => boolean;
|
|
389
|
-
__epPropKey: true;
|
|
390
|
-
};
|
|
391
|
-
readonly type: {
|
|
392
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
225
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
393
226
|
readonly required: false;
|
|
394
227
|
readonly validator: (val: unknown) => boolean;
|
|
395
228
|
__epPropKey: true;
|
|
396
|
-
} & {
|
|
397
|
-
readonly default: "";
|
|
398
229
|
};
|
|
230
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
399
231
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
400
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
232
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
401
233
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
402
234
|
$slots: {
|
|
403
235
|
default?(_: {}): any;
|
|
404
236
|
};
|
|
405
237
|
});
|
|
406
|
-
}, ({
|
|
238
|
+
}, import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
407
239
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
408
240
|
readonly size: {
|
|
409
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
241
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
410
242
|
readonly required: false;
|
|
411
243
|
readonly validator: (val: unknown) => boolean;
|
|
412
244
|
__epPropKey: true;
|
|
413
245
|
};
|
|
414
246
|
readonly disabled: BooleanConstructor;
|
|
415
|
-
readonly type:
|
|
416
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
417
|
-
readonly required: false;
|
|
418
|
-
readonly validator: (val: unknown) => boolean;
|
|
419
|
-
__epPropKey: true;
|
|
420
|
-
} & {
|
|
421
|
-
readonly default: "";
|
|
422
|
-
};
|
|
247
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
423
248
|
readonly icon: {
|
|
424
249
|
readonly type: import("vue").PropType<unknown>;
|
|
425
250
|
readonly required: false;
|
|
426
251
|
readonly validator: (val: unknown) => boolean;
|
|
427
252
|
__epPropKey: true;
|
|
428
253
|
};
|
|
429
|
-
readonly nativeType:
|
|
430
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
431
|
-
readonly required: false;
|
|
432
|
-
readonly validator: (val: unknown) => boolean;
|
|
433
|
-
__epPropKey: true;
|
|
434
|
-
} & {
|
|
435
|
-
readonly default: "button";
|
|
436
|
-
};
|
|
254
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
437
255
|
readonly loading: BooleanConstructor;
|
|
438
|
-
readonly loadingIcon: {
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
readonly validator: (val: unknown) => boolean;
|
|
442
|
-
__epPropKey: true;
|
|
443
|
-
} & {
|
|
444
|
-
readonly default: () => any;
|
|
445
|
-
};
|
|
446
|
-
readonly plain: {
|
|
447
|
-
readonly type: import("vue").PropType<boolean>;
|
|
448
|
-
readonly required: false;
|
|
449
|
-
readonly validator: (val: unknown) => boolean;
|
|
450
|
-
__epPropKey: true;
|
|
451
|
-
} & {
|
|
452
|
-
readonly default: undefined;
|
|
453
|
-
};
|
|
454
|
-
readonly text: BooleanConstructor;
|
|
256
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
257
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
258
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
455
259
|
readonly link: BooleanConstructor;
|
|
456
260
|
readonly bg: BooleanConstructor;
|
|
457
261
|
readonly autofocus: BooleanConstructor;
|
|
458
|
-
readonly round:
|
|
459
|
-
readonly type: import("vue").PropType<boolean>;
|
|
460
|
-
readonly required: false;
|
|
461
|
-
readonly validator: (val: unknown) => boolean;
|
|
462
|
-
__epPropKey: true;
|
|
463
|
-
} & {
|
|
464
|
-
readonly default: undefined;
|
|
465
|
-
};
|
|
262
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
466
263
|
readonly circle: BooleanConstructor;
|
|
467
264
|
readonly color: StringConstructor;
|
|
468
265
|
readonly dark: BooleanConstructor;
|
|
469
|
-
readonly autoInsertSpace:
|
|
470
|
-
|
|
471
|
-
readonly required: false;
|
|
472
|
-
readonly validator: (val: unknown) => boolean;
|
|
473
|
-
__epPropKey: true;
|
|
474
|
-
} & {
|
|
475
|
-
readonly default: undefined;
|
|
476
|
-
};
|
|
477
|
-
readonly tag: {
|
|
478
|
-
readonly type: import("vue").PropType<unknown>;
|
|
479
|
-
readonly required: false;
|
|
480
|
-
readonly validator: (val: unknown) => boolean;
|
|
481
|
-
__epPropKey: true;
|
|
482
|
-
} & {
|
|
483
|
-
readonly default: "button";
|
|
484
|
-
};
|
|
266
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
267
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
485
268
|
}>> & {
|
|
486
269
|
onClick?: (evt: MouseEvent) => any;
|
|
487
270
|
}, {
|
|
@@ -495,19 +278,19 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
495
278
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
496
279
|
readonly link: boolean;
|
|
497
280
|
readonly circle: boolean;
|
|
498
|
-
readonly text:
|
|
281
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
499
282
|
readonly disabled: boolean;
|
|
500
|
-
readonly round:
|
|
283
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
501
284
|
readonly dark: boolean;
|
|
502
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
285
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
503
286
|
readonly bg: boolean;
|
|
504
287
|
readonly loading: boolean;
|
|
505
288
|
readonly autofocus: boolean;
|
|
506
289
|
readonly tag: unknown;
|
|
507
|
-
readonly plain:
|
|
508
|
-
readonly
|
|
290
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
291
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
292
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
509
293
|
readonly loadingIcon: unknown;
|
|
510
|
-
readonly autoInsertSpace: boolean;
|
|
511
294
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
512
295
|
P: {};
|
|
513
296
|
B: {};
|
|
@@ -517,82 +300,33 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
517
300
|
Defaults: {};
|
|
518
301
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
519
302
|
readonly size: {
|
|
520
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
303
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
521
304
|
readonly required: false;
|
|
522
305
|
readonly validator: (val: unknown) => boolean;
|
|
523
306
|
__epPropKey: true;
|
|
524
307
|
};
|
|
525
308
|
readonly disabled: BooleanConstructor;
|
|
526
|
-
readonly type:
|
|
527
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
528
|
-
readonly required: false;
|
|
529
|
-
readonly validator: (val: unknown) => boolean;
|
|
530
|
-
__epPropKey: true;
|
|
531
|
-
} & {
|
|
532
|
-
readonly default: "";
|
|
533
|
-
};
|
|
309
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
534
310
|
readonly icon: {
|
|
535
311
|
readonly type: import("vue").PropType<unknown>;
|
|
536
312
|
readonly required: false;
|
|
537
313
|
readonly validator: (val: unknown) => boolean;
|
|
538
314
|
__epPropKey: true;
|
|
539
315
|
};
|
|
540
|
-
readonly nativeType:
|
|
541
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
542
|
-
readonly required: false;
|
|
543
|
-
readonly validator: (val: unknown) => boolean;
|
|
544
|
-
__epPropKey: true;
|
|
545
|
-
} & {
|
|
546
|
-
readonly default: "button";
|
|
547
|
-
};
|
|
316
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
548
317
|
readonly loading: BooleanConstructor;
|
|
549
|
-
readonly loadingIcon: {
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
readonly validator: (val: unknown) => boolean;
|
|
553
|
-
__epPropKey: true;
|
|
554
|
-
} & {
|
|
555
|
-
readonly default: () => any;
|
|
556
|
-
};
|
|
557
|
-
readonly plain: {
|
|
558
|
-
readonly type: import("vue").PropType<boolean>;
|
|
559
|
-
readonly required: false;
|
|
560
|
-
readonly validator: (val: unknown) => boolean;
|
|
561
|
-
__epPropKey: true;
|
|
562
|
-
} & {
|
|
563
|
-
readonly default: undefined;
|
|
564
|
-
};
|
|
565
|
-
readonly text: BooleanConstructor;
|
|
318
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
319
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
320
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
566
321
|
readonly link: BooleanConstructor;
|
|
567
322
|
readonly bg: BooleanConstructor;
|
|
568
323
|
readonly autofocus: BooleanConstructor;
|
|
569
|
-
readonly round:
|
|
570
|
-
readonly type: import("vue").PropType<boolean>;
|
|
571
|
-
readonly required: false;
|
|
572
|
-
readonly validator: (val: unknown) => boolean;
|
|
573
|
-
__epPropKey: true;
|
|
574
|
-
} & {
|
|
575
|
-
readonly default: undefined;
|
|
576
|
-
};
|
|
324
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
577
325
|
readonly circle: BooleanConstructor;
|
|
578
326
|
readonly color: StringConstructor;
|
|
579
327
|
readonly dark: BooleanConstructor;
|
|
580
|
-
readonly autoInsertSpace:
|
|
581
|
-
|
|
582
|
-
readonly required: false;
|
|
583
|
-
readonly validator: (val: unknown) => boolean;
|
|
584
|
-
__epPropKey: true;
|
|
585
|
-
} & {
|
|
586
|
-
readonly default: undefined;
|
|
587
|
-
};
|
|
588
|
-
readonly tag: {
|
|
589
|
-
readonly type: import("vue").PropType<unknown>;
|
|
590
|
-
readonly required: false;
|
|
591
|
-
readonly validator: (val: unknown) => boolean;
|
|
592
|
-
__epPropKey: true;
|
|
593
|
-
} & {
|
|
594
|
-
readonly default: "button";
|
|
595
|
-
};
|
|
328
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
329
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
596
330
|
}>> & {
|
|
597
331
|
onClick?: (evt: MouseEvent) => any;
|
|
598
332
|
}, {
|
|
@@ -604,101 +338,52 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
604
338
|
}, {}, {}, {}, {
|
|
605
339
|
readonly link: boolean;
|
|
606
340
|
readonly circle: boolean;
|
|
607
|
-
readonly text:
|
|
341
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
608
342
|
readonly disabled: boolean;
|
|
609
|
-
readonly round:
|
|
343
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
610
344
|
readonly dark: boolean;
|
|
611
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
345
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
612
346
|
readonly bg: boolean;
|
|
613
347
|
readonly loading: boolean;
|
|
614
348
|
readonly autofocus: boolean;
|
|
615
349
|
readonly tag: unknown;
|
|
616
|
-
readonly plain:
|
|
617
|
-
readonly
|
|
350
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
351
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
352
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
618
353
|
readonly loadingIcon: unknown;
|
|
619
|
-
readonly autoInsertSpace: boolean;
|
|
620
354
|
}>;
|
|
621
355
|
__isFragment?: never;
|
|
622
356
|
__isTeleport?: never;
|
|
623
357
|
__isSuspense?: never;
|
|
624
358
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
625
359
|
readonly size: {
|
|
626
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
360
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
627
361
|
readonly required: false;
|
|
628
362
|
readonly validator: (val: unknown) => boolean;
|
|
629
363
|
__epPropKey: true;
|
|
630
364
|
};
|
|
631
365
|
readonly disabled: BooleanConstructor;
|
|
632
|
-
readonly type:
|
|
633
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
634
|
-
readonly required: false;
|
|
635
|
-
readonly validator: (val: unknown) => boolean;
|
|
636
|
-
__epPropKey: true;
|
|
637
|
-
} & {
|
|
638
|
-
readonly default: "";
|
|
639
|
-
};
|
|
366
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
640
367
|
readonly icon: {
|
|
641
368
|
readonly type: import("vue").PropType<unknown>;
|
|
642
369
|
readonly required: false;
|
|
643
370
|
readonly validator: (val: unknown) => boolean;
|
|
644
371
|
__epPropKey: true;
|
|
645
372
|
};
|
|
646
|
-
readonly nativeType:
|
|
647
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
648
|
-
readonly required: false;
|
|
649
|
-
readonly validator: (val: unknown) => boolean;
|
|
650
|
-
__epPropKey: true;
|
|
651
|
-
} & {
|
|
652
|
-
readonly default: "button";
|
|
653
|
-
};
|
|
373
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
654
374
|
readonly loading: BooleanConstructor;
|
|
655
|
-
readonly loadingIcon: {
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
readonly validator: (val: unknown) => boolean;
|
|
659
|
-
__epPropKey: true;
|
|
660
|
-
} & {
|
|
661
|
-
readonly default: () => any;
|
|
662
|
-
};
|
|
663
|
-
readonly plain: {
|
|
664
|
-
readonly type: import("vue").PropType<boolean>;
|
|
665
|
-
readonly required: false;
|
|
666
|
-
readonly validator: (val: unknown) => boolean;
|
|
667
|
-
__epPropKey: true;
|
|
668
|
-
} & {
|
|
669
|
-
readonly default: undefined;
|
|
670
|
-
};
|
|
671
|
-
readonly text: BooleanConstructor;
|
|
375
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
376
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
377
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
672
378
|
readonly link: BooleanConstructor;
|
|
673
379
|
readonly bg: BooleanConstructor;
|
|
674
380
|
readonly autofocus: BooleanConstructor;
|
|
675
|
-
readonly round:
|
|
676
|
-
readonly type: import("vue").PropType<boolean>;
|
|
677
|
-
readonly required: false;
|
|
678
|
-
readonly validator: (val: unknown) => boolean;
|
|
679
|
-
__epPropKey: true;
|
|
680
|
-
} & {
|
|
681
|
-
readonly default: undefined;
|
|
682
|
-
};
|
|
381
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
683
382
|
readonly circle: BooleanConstructor;
|
|
684
383
|
readonly color: StringConstructor;
|
|
685
384
|
readonly dark: BooleanConstructor;
|
|
686
|
-
readonly autoInsertSpace:
|
|
687
|
-
|
|
688
|
-
readonly required: false;
|
|
689
|
-
readonly validator: (val: unknown) => boolean;
|
|
690
|
-
__epPropKey: true;
|
|
691
|
-
} & {
|
|
692
|
-
readonly default: undefined;
|
|
693
|
-
};
|
|
694
|
-
readonly tag: {
|
|
695
|
-
readonly type: import("vue").PropType<unknown>;
|
|
696
|
-
readonly required: false;
|
|
697
|
-
readonly validator: (val: unknown) => boolean;
|
|
698
|
-
__epPropKey: true;
|
|
699
|
-
} & {
|
|
700
|
-
readonly default: "button";
|
|
701
|
-
};
|
|
385
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
386
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
702
387
|
}>> & {
|
|
703
388
|
onClick?: (evt: MouseEvent) => any;
|
|
704
389
|
}, {
|
|
@@ -712,44 +397,37 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
712
397
|
}, string, {
|
|
713
398
|
readonly link: boolean;
|
|
714
399
|
readonly circle: boolean;
|
|
715
|
-
readonly text:
|
|
400
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
716
401
|
readonly disabled: boolean;
|
|
717
|
-
readonly round:
|
|
402
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
718
403
|
readonly dark: boolean;
|
|
719
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
404
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
720
405
|
readonly bg: boolean;
|
|
721
406
|
readonly loading: boolean;
|
|
722
407
|
readonly autofocus: boolean;
|
|
723
408
|
readonly tag: unknown;
|
|
724
|
-
readonly plain:
|
|
725
|
-
readonly
|
|
409
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
410
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
411
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
726
412
|
readonly loadingIcon: unknown;
|
|
727
|
-
|
|
728
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((new () => {
|
|
413
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
729
414
|
$slots: {
|
|
730
415
|
loading?(_: {}): any;
|
|
731
416
|
icon?(_: {}): any;
|
|
732
417
|
default?(_: {}): any;
|
|
733
418
|
};
|
|
734
|
-
}) &
|
|
419
|
+
})> & {
|
|
735
420
|
ButtonGroup: {
|
|
736
421
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
737
422
|
readonly size: {
|
|
738
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
739
|
-
readonly required: false;
|
|
740
|
-
readonly validator: (val: unknown) => boolean;
|
|
741
|
-
__epPropKey: true;
|
|
742
|
-
};
|
|
743
|
-
readonly type: {
|
|
744
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
423
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
745
424
|
readonly required: false;
|
|
746
425
|
readonly validator: (val: unknown) => boolean;
|
|
747
426
|
__epPropKey: true;
|
|
748
|
-
} & {
|
|
749
|
-
readonly default: "";
|
|
750
427
|
};
|
|
428
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
751
429
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
752
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
430
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
753
431
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
754
432
|
P: {};
|
|
755
433
|
B: {};
|
|
@@ -759,617 +437,185 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
759
437
|
Defaults: {};
|
|
760
438
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
761
439
|
readonly size: {
|
|
762
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
763
|
-
readonly required: false;
|
|
764
|
-
readonly validator: (val: unknown) => boolean;
|
|
765
|
-
__epPropKey: true;
|
|
766
|
-
};
|
|
767
|
-
readonly type: {
|
|
768
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
440
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
769
441
|
readonly required: false;
|
|
770
442
|
readonly validator: (val: unknown) => boolean;
|
|
771
443
|
__epPropKey: true;
|
|
772
|
-
} & {
|
|
773
|
-
readonly default: "";
|
|
774
444
|
};
|
|
445
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
775
446
|
}>>, {}, {}, {}, {}, {
|
|
776
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
447
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
777
448
|
}>;
|
|
778
449
|
__isFragment?: never;
|
|
779
450
|
__isTeleport?: never;
|
|
780
451
|
__isSuspense?: never;
|
|
781
452
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
782
453
|
readonly size: {
|
|
783
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
784
|
-
readonly required: false;
|
|
785
|
-
readonly validator: (val: unknown) => boolean;
|
|
786
|
-
__epPropKey: true;
|
|
787
|
-
};
|
|
788
|
-
readonly type: {
|
|
789
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
454
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
790
455
|
readonly required: false;
|
|
791
456
|
readonly validator: (val: unknown) => boolean;
|
|
792
457
|
__epPropKey: true;
|
|
793
|
-
} & {
|
|
794
|
-
readonly default: "";
|
|
795
458
|
};
|
|
459
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
796
460
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
797
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
461
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
798
462
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
799
463
|
$slots: {
|
|
800
464
|
default?(_: {}): any;
|
|
801
465
|
};
|
|
802
466
|
});
|
|
803
467
|
}>;
|
|
804
|
-
elDropdown: import("vue").Ref<({
|
|
805
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
806
|
-
readonly trigger: {
|
|
807
|
-
readonly type: import("vue").PropType<import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[]>;
|
|
808
|
-
readonly required: false;
|
|
809
|
-
readonly validator: (val: unknown) => boolean;
|
|
810
|
-
__epPropKey: true;
|
|
811
|
-
} & {
|
|
812
|
-
readonly default: "hover";
|
|
813
|
-
};
|
|
814
|
-
readonly triggerKeys: {
|
|
815
|
-
readonly type: import("vue").PropType<string[]>;
|
|
816
|
-
readonly required: false;
|
|
817
|
-
readonly validator: (val: unknown) => boolean;
|
|
818
|
-
__epPropKey: true;
|
|
819
|
-
} & {
|
|
820
|
-
readonly default: () => string[];
|
|
821
|
-
};
|
|
822
|
-
readonly effect: {
|
|
823
|
-
readonly default: "light";
|
|
824
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
825
|
-
readonly required: false;
|
|
826
|
-
readonly validator: (val: unknown) => boolean;
|
|
827
|
-
readonly __epPropKey: true;
|
|
828
|
-
};
|
|
829
|
-
readonly type: {
|
|
830
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
831
|
-
readonly required: false;
|
|
832
|
-
readonly validator: (val: unknown) => boolean;
|
|
833
|
-
__epPropKey: true;
|
|
834
|
-
};
|
|
835
|
-
readonly placement: {
|
|
836
|
-
readonly type: import("vue").PropType<any>;
|
|
837
|
-
readonly required: false;
|
|
838
|
-
readonly validator: (val: unknown) => boolean;
|
|
839
|
-
__epPropKey: true;
|
|
840
|
-
} & {
|
|
841
|
-
readonly default: "bottom";
|
|
842
|
-
};
|
|
843
|
-
readonly popperOptions: {
|
|
844
|
-
readonly type: import("vue").PropType<any>;
|
|
845
|
-
readonly required: false;
|
|
846
|
-
readonly validator: (val: unknown) => boolean;
|
|
847
|
-
__epPropKey: true;
|
|
848
|
-
} & {
|
|
849
|
-
readonly default: () => {};
|
|
850
|
-
};
|
|
851
|
-
readonly id: StringConstructor;
|
|
852
|
-
readonly size: {
|
|
853
|
-
readonly type: import("vue").PropType<string>;
|
|
854
|
-
readonly required: false;
|
|
855
|
-
readonly validator: (val: unknown) => boolean;
|
|
856
|
-
__epPropKey: true;
|
|
857
|
-
} & {
|
|
858
|
-
readonly default: "";
|
|
859
|
-
};
|
|
860
|
-
readonly splitButton: BooleanConstructor;
|
|
861
|
-
readonly hideOnClick: {
|
|
862
|
-
readonly type: import("vue").PropType<boolean>;
|
|
863
|
-
readonly required: false;
|
|
864
|
-
readonly validator: (val: unknown) => boolean;
|
|
865
|
-
__epPropKey: true;
|
|
866
|
-
} & {
|
|
867
|
-
readonly default: true;
|
|
868
|
-
};
|
|
869
|
-
readonly loop: {
|
|
870
|
-
readonly type: import("vue").PropType<boolean>;
|
|
871
|
-
readonly required: false;
|
|
872
|
-
readonly validator: (val: unknown) => boolean;
|
|
873
|
-
__epPropKey: true;
|
|
874
|
-
} & {
|
|
875
|
-
readonly default: true;
|
|
876
|
-
};
|
|
877
|
-
readonly showTimeout: {
|
|
878
|
-
readonly type: import("vue").PropType<number>;
|
|
879
|
-
readonly required: false;
|
|
880
|
-
readonly validator: (val: unknown) => boolean;
|
|
881
|
-
__epPropKey: true;
|
|
882
|
-
} & {
|
|
883
|
-
readonly default: 150;
|
|
884
|
-
};
|
|
885
|
-
readonly hideTimeout: {
|
|
886
|
-
readonly type: import("vue").PropType<number>;
|
|
887
|
-
readonly required: false;
|
|
888
|
-
readonly validator: (val: unknown) => boolean;
|
|
889
|
-
__epPropKey: true;
|
|
890
|
-
} & {
|
|
891
|
-
readonly default: 150;
|
|
892
|
-
};
|
|
893
|
-
readonly tabindex: {
|
|
894
|
-
readonly type: import("vue").PropType<string | number>;
|
|
895
|
-
readonly required: false;
|
|
896
|
-
readonly validator: (val: unknown) => boolean;
|
|
897
|
-
__epPropKey: true;
|
|
898
|
-
} & {
|
|
899
|
-
readonly default: 0;
|
|
900
|
-
};
|
|
901
|
-
readonly maxHeight: {
|
|
902
|
-
readonly type: import("vue").PropType<string | number>;
|
|
903
|
-
readonly required: false;
|
|
904
|
-
readonly validator: (val: unknown) => boolean;
|
|
905
|
-
__epPropKey: true;
|
|
906
|
-
} & {
|
|
907
|
-
readonly default: "";
|
|
908
|
-
};
|
|
909
|
-
readonly popperClass: {
|
|
910
|
-
readonly type: import("vue").PropType<string>;
|
|
911
|
-
readonly required: false;
|
|
912
|
-
readonly validator: (val: unknown) => boolean;
|
|
913
|
-
__epPropKey: true;
|
|
914
|
-
} & {
|
|
915
|
-
readonly default: "";
|
|
916
|
-
};
|
|
917
|
-
readonly disabled: BooleanConstructor;
|
|
918
|
-
readonly role: {
|
|
919
|
-
readonly type: import("vue").PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
920
|
-
readonly required: false;
|
|
921
|
-
readonly validator: (val: unknown) => boolean;
|
|
922
|
-
__epPropKey: true;
|
|
923
|
-
} & {
|
|
924
|
-
readonly default: "menu";
|
|
925
|
-
};
|
|
926
|
-
readonly buttonProps: {
|
|
927
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").ButtonProps>>;
|
|
928
|
-
readonly required: false;
|
|
929
|
-
readonly validator: (val: unknown) => boolean;
|
|
930
|
-
__epPropKey: true;
|
|
931
|
-
};
|
|
932
|
-
readonly teleported: {
|
|
933
|
-
readonly type: import("vue").PropType<boolean>;
|
|
934
|
-
readonly required: false;
|
|
935
|
-
readonly validator: (val: unknown) => boolean;
|
|
936
|
-
__epPropKey: true;
|
|
937
|
-
} & {
|
|
938
|
-
readonly default: true;
|
|
939
|
-
};
|
|
940
|
-
readonly persistent: {
|
|
941
|
-
readonly type: import("vue").PropType<boolean>;
|
|
942
|
-
readonly required: false;
|
|
943
|
-
readonly validator: (val: unknown) => boolean;
|
|
944
|
-
__epPropKey: true;
|
|
945
|
-
} & {
|
|
946
|
-
readonly default: true;
|
|
947
|
-
};
|
|
948
|
-
}>> & {
|
|
949
|
-
onClick?: (...args: any[]) => any;
|
|
950
|
-
"onVisible-change"?: (...args: any[]) => any;
|
|
951
|
-
onCommand?: (...args: any[]) => any;
|
|
952
|
-
}, {
|
|
953
|
-
t: import("element-plus").Translator;
|
|
954
|
-
ns: {
|
|
955
|
-
namespace: import("vue").ComputedRef<string>;
|
|
956
|
-
b: (blockSuffix?: string) => string;
|
|
957
|
-
e: (element?: string) => string;
|
|
958
|
-
m: (modifier?: string) => string;
|
|
959
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
960
|
-
em: (element?: string, modifier?: string) => string;
|
|
961
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
962
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
963
|
-
is: {
|
|
964
|
-
(name: string, state: boolean): string;
|
|
965
|
-
(name: string): string;
|
|
966
|
-
};
|
|
967
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
968
|
-
cssVarName: (name: string) => string;
|
|
969
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
970
|
-
cssVarBlockName: (name: string) => string;
|
|
971
|
-
};
|
|
972
|
-
scrollbar: import("vue").Ref<null, null>;
|
|
973
|
-
wrapStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
974
|
-
dropdownTriggerKls: import("vue").ComputedRef<string[]>;
|
|
975
|
-
dropdownSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
976
|
-
triggerId: import("vue").ComputedRef<string>;
|
|
977
|
-
currentTabId: import("vue").Ref<string, string>;
|
|
978
|
-
handleCurrentTabIdChange: (id: string) => void;
|
|
979
|
-
handlerMainButtonClick: (event: MouseEvent) => void;
|
|
980
|
-
handleEntryFocus: (e: Event) => void;
|
|
981
|
-
handleClose: () => void;
|
|
982
|
-
handleOpen: () => void;
|
|
983
|
-
handleBeforeShowTooltip: () => void;
|
|
984
|
-
handleShowTooltip: (event?: Event) => void;
|
|
985
|
-
handleBeforeHideTooltip: () => void;
|
|
986
|
-
onFocusAfterTrapped: (e: Event) => void;
|
|
987
|
-
popperRef: import("vue").Ref<import("element-plus").TooltipInstance, import("element-plus").TooltipInstance>;
|
|
988
|
-
contentRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
989
|
-
triggeringElementRef: import("vue").Ref<any, any>;
|
|
990
|
-
referenceElementRef: import("vue").Ref<any, any>;
|
|
991
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "visible-change" | "command")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
992
|
-
readonly disabled: boolean;
|
|
993
|
-
readonly maxHeight: string | number;
|
|
994
|
-
readonly size: string;
|
|
995
|
-
readonly placement: any;
|
|
996
|
-
readonly effect: import("element-plus").PopperEffect;
|
|
997
|
-
readonly tabindex: string | number;
|
|
998
|
-
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
999
|
-
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
1000
|
-
readonly loop: boolean;
|
|
1001
|
-
readonly popperOptions: Options;
|
|
1002
|
-
readonly popperClass: string;
|
|
1003
|
-
readonly triggerKeys: string[];
|
|
1004
|
-
readonly teleported: boolean;
|
|
1005
|
-
readonly persistent: boolean;
|
|
1006
|
-
readonly hideOnClick: boolean;
|
|
1007
|
-
readonly showTimeout: number;
|
|
1008
|
-
readonly hideTimeout: number;
|
|
1009
|
-
readonly splitButton: boolean;
|
|
1010
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1011
|
-
P: {};
|
|
1012
|
-
B: {};
|
|
1013
|
-
D: {};
|
|
1014
|
-
C: {};
|
|
1015
|
-
M: {};
|
|
1016
|
-
Defaults: {};
|
|
1017
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1018
|
-
readonly trigger: {
|
|
1019
|
-
readonly type: import("vue").PropType<import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[]>;
|
|
1020
|
-
readonly required: false;
|
|
1021
|
-
readonly validator: (val: unknown) => boolean;
|
|
1022
|
-
__epPropKey: true;
|
|
1023
|
-
} & {
|
|
1024
|
-
readonly default: "hover";
|
|
1025
|
-
};
|
|
1026
|
-
readonly triggerKeys: {
|
|
1027
|
-
readonly type: import("vue").PropType<string[]>;
|
|
1028
|
-
readonly required: false;
|
|
1029
|
-
readonly validator: (val: unknown) => boolean;
|
|
1030
|
-
__epPropKey: true;
|
|
1031
|
-
} & {
|
|
1032
|
-
readonly default: () => string[];
|
|
1033
|
-
};
|
|
1034
|
-
readonly effect: {
|
|
1035
|
-
readonly default: "light";
|
|
1036
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
1037
|
-
readonly required: false;
|
|
1038
|
-
readonly validator: (val: unknown) => boolean;
|
|
1039
|
-
readonly __epPropKey: true;
|
|
1040
|
-
};
|
|
1041
|
-
readonly type: {
|
|
1042
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
1043
|
-
readonly required: false;
|
|
1044
|
-
readonly validator: (val: unknown) => boolean;
|
|
1045
|
-
__epPropKey: true;
|
|
1046
|
-
};
|
|
1047
|
-
readonly placement: {
|
|
1048
|
-
readonly type: import("vue").PropType<any>;
|
|
1049
|
-
readonly required: false;
|
|
1050
|
-
readonly validator: (val: unknown) => boolean;
|
|
1051
|
-
__epPropKey: true;
|
|
1052
|
-
} & {
|
|
1053
|
-
readonly default: "bottom";
|
|
1054
|
-
};
|
|
1055
|
-
readonly popperOptions: {
|
|
1056
|
-
readonly type: import("vue").PropType<any>;
|
|
1057
|
-
readonly required: false;
|
|
1058
|
-
readonly validator: (val: unknown) => boolean;
|
|
1059
|
-
__epPropKey: true;
|
|
1060
|
-
} & {
|
|
1061
|
-
readonly default: () => {};
|
|
1062
|
-
};
|
|
1063
|
-
readonly id: StringConstructor;
|
|
1064
|
-
readonly size: {
|
|
1065
|
-
readonly type: import("vue").PropType<string>;
|
|
1066
|
-
readonly required: false;
|
|
1067
|
-
readonly validator: (val: unknown) => boolean;
|
|
1068
|
-
__epPropKey: true;
|
|
1069
|
-
} & {
|
|
1070
|
-
readonly default: "";
|
|
1071
|
-
};
|
|
1072
|
-
readonly splitButton: BooleanConstructor;
|
|
1073
|
-
readonly hideOnClick: {
|
|
1074
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1075
|
-
readonly required: false;
|
|
1076
|
-
readonly validator: (val: unknown) => boolean;
|
|
1077
|
-
__epPropKey: true;
|
|
1078
|
-
} & {
|
|
1079
|
-
readonly default: true;
|
|
1080
|
-
};
|
|
1081
|
-
readonly loop: {
|
|
1082
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1083
|
-
readonly required: false;
|
|
1084
|
-
readonly validator: (val: unknown) => boolean;
|
|
1085
|
-
__epPropKey: true;
|
|
1086
|
-
} & {
|
|
1087
|
-
readonly default: true;
|
|
1088
|
-
};
|
|
1089
|
-
readonly showTimeout: {
|
|
1090
|
-
readonly type: import("vue").PropType<number>;
|
|
1091
|
-
readonly required: false;
|
|
1092
|
-
readonly validator: (val: unknown) => boolean;
|
|
1093
|
-
__epPropKey: true;
|
|
1094
|
-
} & {
|
|
1095
|
-
readonly default: 150;
|
|
1096
|
-
};
|
|
1097
|
-
readonly hideTimeout: {
|
|
1098
|
-
readonly type: import("vue").PropType<number>;
|
|
1099
|
-
readonly required: false;
|
|
1100
|
-
readonly validator: (val: unknown) => boolean;
|
|
1101
|
-
__epPropKey: true;
|
|
1102
|
-
} & {
|
|
1103
|
-
readonly default: 150;
|
|
1104
|
-
};
|
|
1105
|
-
readonly tabindex: {
|
|
1106
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1107
|
-
readonly required: false;
|
|
1108
|
-
readonly validator: (val: unknown) => boolean;
|
|
1109
|
-
__epPropKey: true;
|
|
1110
|
-
} & {
|
|
1111
|
-
readonly default: 0;
|
|
1112
|
-
};
|
|
1113
|
-
readonly maxHeight: {
|
|
1114
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1115
|
-
readonly required: false;
|
|
1116
|
-
readonly validator: (val: unknown) => boolean;
|
|
1117
|
-
__epPropKey: true;
|
|
1118
|
-
} & {
|
|
1119
|
-
readonly default: "";
|
|
1120
|
-
};
|
|
1121
|
-
readonly popperClass: {
|
|
1122
|
-
readonly type: import("vue").PropType<string>;
|
|
1123
|
-
readonly required: false;
|
|
1124
|
-
readonly validator: (val: unknown) => boolean;
|
|
1125
|
-
__epPropKey: true;
|
|
1126
|
-
} & {
|
|
1127
|
-
readonly default: "";
|
|
1128
|
-
};
|
|
1129
|
-
readonly disabled: BooleanConstructor;
|
|
1130
|
-
readonly role: {
|
|
1131
|
-
readonly type: import("vue").PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
1132
|
-
readonly required: false;
|
|
1133
|
-
readonly validator: (val: unknown) => boolean;
|
|
1134
|
-
__epPropKey: true;
|
|
1135
|
-
} & {
|
|
1136
|
-
readonly default: "menu";
|
|
1137
|
-
};
|
|
1138
|
-
readonly buttonProps: {
|
|
1139
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").ButtonProps>>;
|
|
1140
|
-
readonly required: false;
|
|
1141
|
-
readonly validator: (val: unknown) => boolean;
|
|
1142
|
-
__epPropKey: true;
|
|
1143
|
-
};
|
|
1144
|
-
readonly teleported: {
|
|
1145
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1146
|
-
readonly required: false;
|
|
1147
|
-
readonly validator: (val: unknown) => boolean;
|
|
1148
|
-
__epPropKey: true;
|
|
1149
|
-
} & {
|
|
1150
|
-
readonly default: true;
|
|
1151
|
-
};
|
|
1152
|
-
readonly persistent: {
|
|
1153
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1154
|
-
readonly required: false;
|
|
1155
|
-
readonly validator: (val: unknown) => boolean;
|
|
1156
|
-
__epPropKey: true;
|
|
1157
|
-
} & {
|
|
1158
|
-
readonly default: true;
|
|
1159
|
-
};
|
|
1160
|
-
}>> & {
|
|
1161
|
-
onClick?: (...args: any[]) => any;
|
|
1162
|
-
"onVisible-change"?: (...args: any[]) => any;
|
|
1163
|
-
onCommand?: (...args: any[]) => any;
|
|
1164
|
-
}, {
|
|
1165
|
-
t: import("element-plus").Translator;
|
|
1166
|
-
ns: {
|
|
1167
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1168
|
-
b: (blockSuffix?: string) => string;
|
|
1169
|
-
e: (element?: string) => string;
|
|
1170
|
-
m: (modifier?: string) => string;
|
|
1171
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1172
|
-
em: (element?: string, modifier?: string) => string;
|
|
1173
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1174
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1175
|
-
is: {
|
|
1176
|
-
(name: string, state: boolean): string;
|
|
1177
|
-
(name: string): string;
|
|
1178
|
-
};
|
|
1179
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1180
|
-
cssVarName: (name: string) => string;
|
|
1181
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1182
|
-
cssVarBlockName: (name: string) => string;
|
|
1183
|
-
};
|
|
1184
|
-
scrollbar: import("vue").Ref<null, null>;
|
|
1185
|
-
wrapStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1186
|
-
dropdownTriggerKls: import("vue").ComputedRef<string[]>;
|
|
1187
|
-
dropdownSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1188
|
-
triggerId: import("vue").ComputedRef<string>;
|
|
1189
|
-
currentTabId: import("vue").Ref<string, string>;
|
|
1190
|
-
handleCurrentTabIdChange: (id: string) => void;
|
|
1191
|
-
handlerMainButtonClick: (event: MouseEvent) => void;
|
|
1192
|
-
handleEntryFocus: (e: Event) => void;
|
|
1193
|
-
handleClose: () => void;
|
|
1194
|
-
handleOpen: () => void;
|
|
1195
|
-
handleBeforeShowTooltip: () => void;
|
|
1196
|
-
handleShowTooltip: (event?: Event) => void;
|
|
1197
|
-
handleBeforeHideTooltip: () => void;
|
|
1198
|
-
onFocusAfterTrapped: (e: Event) => void;
|
|
1199
|
-
popperRef: import("vue").Ref<import("element-plus").TooltipInstance, import("element-plus").TooltipInstance>;
|
|
1200
|
-
contentRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
1201
|
-
triggeringElementRef: import("vue").Ref<any, any>;
|
|
1202
|
-
referenceElementRef: import("vue").Ref<any, any>;
|
|
1203
|
-
}, {}, {}, {}, {
|
|
1204
|
-
readonly disabled: boolean;
|
|
1205
|
-
readonly maxHeight: string | number;
|
|
1206
|
-
readonly size: string;
|
|
1207
|
-
readonly placement: any;
|
|
1208
|
-
readonly effect: import("element-plus").PopperEffect;
|
|
1209
|
-
readonly tabindex: string | number;
|
|
1210
|
-
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
1211
|
-
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
1212
|
-
readonly loop: boolean;
|
|
1213
|
-
readonly popperOptions: Options;
|
|
1214
|
-
readonly popperClass: string;
|
|
1215
|
-
readonly triggerKeys: string[];
|
|
1216
|
-
readonly teleported: boolean;
|
|
1217
|
-
readonly persistent: boolean;
|
|
1218
|
-
readonly hideOnClick: boolean;
|
|
1219
|
-
readonly showTimeout: number;
|
|
1220
|
-
readonly hideTimeout: number;
|
|
1221
|
-
readonly splitButton: boolean;
|
|
1222
|
-
}>;
|
|
1223
|
-
__isFragment?: never;
|
|
1224
|
-
__isTeleport?: never;
|
|
1225
|
-
__isSuspense?: never;
|
|
1226
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
468
|
+
elDropdown: import("vue").Ref<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<{
|
|
1227
469
|
readonly trigger: {
|
|
1228
|
-
readonly type: import("vue").PropType<import("element-plus").
|
|
470
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/typescript.mjs").Arrayable<"click" | "contextmenu" | "hover">>;
|
|
1229
471
|
readonly required: false;
|
|
1230
472
|
readonly validator: (val: unknown) => boolean;
|
|
1231
|
-
__epPropKey: true;
|
|
1232
|
-
} & {
|
|
473
|
+
readonly __epPropKey: true;
|
|
1233
474
|
readonly default: "hover";
|
|
1234
475
|
};
|
|
1235
|
-
readonly triggerKeys:
|
|
1236
|
-
|
|
476
|
+
readonly triggerKeys: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
477
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
478
|
+
readonly virtualRef: {
|
|
479
|
+
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
1237
480
|
readonly required: false;
|
|
1238
481
|
readonly validator: (val: unknown) => boolean;
|
|
1239
482
|
__epPropKey: true;
|
|
1240
|
-
} & {
|
|
1241
|
-
readonly default: () => string[];
|
|
1242
483
|
};
|
|
1243
484
|
readonly effect: {
|
|
1244
485
|
readonly default: "light";
|
|
1245
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect
|
|
486
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>>;
|
|
1246
487
|
readonly required: false;
|
|
1247
488
|
readonly validator: (val: unknown) => boolean;
|
|
1248
489
|
readonly __epPropKey: true;
|
|
1249
490
|
};
|
|
1250
491
|
readonly type: {
|
|
1251
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
1252
|
-
readonly required: false;
|
|
1253
|
-
readonly validator: (val: unknown) => boolean;
|
|
1254
|
-
__epPropKey: true;
|
|
1255
|
-
};
|
|
1256
|
-
readonly placement: {
|
|
1257
|
-
readonly type: import("vue").PropType<any>;
|
|
1258
|
-
readonly required: false;
|
|
1259
|
-
readonly validator: (val: unknown) => boolean;
|
|
1260
|
-
__epPropKey: true;
|
|
1261
|
-
} & {
|
|
1262
|
-
readonly default: "bottom";
|
|
1263
|
-
};
|
|
1264
|
-
readonly popperOptions: {
|
|
1265
|
-
readonly type: import("vue").PropType<any>;
|
|
492
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger") | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger") | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
|
1266
493
|
readonly required: false;
|
|
1267
494
|
readonly validator: (val: unknown) => boolean;
|
|
1268
495
|
__epPropKey: true;
|
|
1269
|
-
} & {
|
|
1270
|
-
readonly default: () => {};
|
|
1271
496
|
};
|
|
497
|
+
readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any) | ((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any))[], unknown, unknown, "bottom", boolean>;
|
|
498
|
+
readonly popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | ((new (...args: any[]) => any) | (() => any))[], unknown, unknown, () => {}, boolean>;
|
|
1272
499
|
readonly id: StringConstructor;
|
|
1273
|
-
readonly size:
|
|
1274
|
-
readonly type: import("vue").PropType<string>;
|
|
1275
|
-
readonly required: false;
|
|
1276
|
-
readonly validator: (val: unknown) => boolean;
|
|
1277
|
-
__epPropKey: true;
|
|
1278
|
-
} & {
|
|
1279
|
-
readonly default: "";
|
|
1280
|
-
};
|
|
500
|
+
readonly size: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1281
501
|
readonly splitButton: BooleanConstructor;
|
|
1282
|
-
readonly hideOnClick:
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
};
|
|
1290
|
-
readonly loop: {
|
|
1291
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1292
|
-
readonly required: false;
|
|
1293
|
-
readonly validator: (val: unknown) => boolean;
|
|
1294
|
-
__epPropKey: true;
|
|
1295
|
-
} & {
|
|
1296
|
-
readonly default: true;
|
|
1297
|
-
};
|
|
1298
|
-
readonly showTimeout: {
|
|
1299
|
-
readonly type: import("vue").PropType<number>;
|
|
1300
|
-
readonly required: false;
|
|
1301
|
-
readonly validator: (val: unknown) => boolean;
|
|
1302
|
-
__epPropKey: true;
|
|
1303
|
-
} & {
|
|
1304
|
-
readonly default: 150;
|
|
1305
|
-
};
|
|
1306
|
-
readonly hideTimeout: {
|
|
1307
|
-
readonly type: import("vue").PropType<number>;
|
|
1308
|
-
readonly required: false;
|
|
1309
|
-
readonly validator: (val: unknown) => boolean;
|
|
1310
|
-
__epPropKey: true;
|
|
1311
|
-
} & {
|
|
1312
|
-
readonly default: 150;
|
|
1313
|
-
};
|
|
1314
|
-
readonly tabindex: {
|
|
1315
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1316
|
-
readonly required: false;
|
|
1317
|
-
readonly validator: (val: unknown) => boolean;
|
|
1318
|
-
__epPropKey: true;
|
|
1319
|
-
} & {
|
|
1320
|
-
readonly default: 0;
|
|
1321
|
-
};
|
|
1322
|
-
readonly maxHeight: {
|
|
1323
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1324
|
-
readonly required: false;
|
|
1325
|
-
readonly validator: (val: unknown) => boolean;
|
|
1326
|
-
__epPropKey: true;
|
|
1327
|
-
} & {
|
|
1328
|
-
readonly default: "";
|
|
1329
|
-
};
|
|
502
|
+
readonly hideOnClick: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
503
|
+
readonly loop: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
504
|
+
readonly showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
505
|
+
readonly showTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
506
|
+
readonly hideTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
507
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
508
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
1330
509
|
readonly popperClass: {
|
|
1331
|
-
readonly type: import("vue").PropType<string
|
|
510
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
511
|
+
[x: string]: boolean;
|
|
512
|
+
} | (string | {
|
|
513
|
+
[x: string]: boolean;
|
|
514
|
+
} | (string | {
|
|
515
|
+
[x: string]: boolean;
|
|
516
|
+
} | (string | {
|
|
517
|
+
[x: string]: boolean;
|
|
518
|
+
} | (string | {
|
|
519
|
+
[x: string]: boolean;
|
|
520
|
+
} | (string | {
|
|
521
|
+
[x: string]: boolean;
|
|
522
|
+
} | (string | {
|
|
523
|
+
[x: string]: boolean;
|
|
524
|
+
} | (string | {
|
|
525
|
+
[x: string]: boolean;
|
|
526
|
+
} | (string | {
|
|
527
|
+
[x: string]: boolean;
|
|
528
|
+
} | (string | {
|
|
529
|
+
[x: string]: boolean;
|
|
530
|
+
} | (string | any[] | {
|
|
531
|
+
[x: string]: boolean;
|
|
532
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
533
|
+
[x: string]: boolean;
|
|
534
|
+
} | (string | {
|
|
535
|
+
[x: string]: boolean;
|
|
536
|
+
} | (string | {
|
|
537
|
+
[x: string]: boolean;
|
|
538
|
+
} | (string | {
|
|
539
|
+
[x: string]: boolean;
|
|
540
|
+
} | (string | {
|
|
541
|
+
[x: string]: boolean;
|
|
542
|
+
} | (string | {
|
|
543
|
+
[x: string]: boolean;
|
|
544
|
+
} | (string | {
|
|
545
|
+
[x: string]: boolean;
|
|
546
|
+
} | (string | {
|
|
547
|
+
[x: string]: boolean;
|
|
548
|
+
} | (string | {
|
|
549
|
+
[x: string]: boolean;
|
|
550
|
+
} | (string | {
|
|
551
|
+
[x: string]: boolean;
|
|
552
|
+
} | (string | any[] | {
|
|
553
|
+
[x: string]: boolean;
|
|
554
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
555
|
+
[x: string]: boolean;
|
|
556
|
+
} | (string | {
|
|
557
|
+
[x: string]: boolean;
|
|
558
|
+
} | (string | {
|
|
559
|
+
[x: string]: boolean;
|
|
560
|
+
} | (string | {
|
|
561
|
+
[x: string]: boolean;
|
|
562
|
+
} | (string | {
|
|
563
|
+
[x: string]: boolean;
|
|
564
|
+
} | (string | {
|
|
565
|
+
[x: string]: boolean;
|
|
566
|
+
} | (string | {
|
|
567
|
+
[x: string]: boolean;
|
|
568
|
+
} | (string | {
|
|
569
|
+
[x: string]: boolean;
|
|
570
|
+
} | (string | {
|
|
571
|
+
[x: string]: boolean;
|
|
572
|
+
} | (string | {
|
|
573
|
+
[x: string]: boolean;
|
|
574
|
+
} | (string | any[] | {
|
|
575
|
+
[x: string]: boolean;
|
|
576
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
577
|
+
[x: string]: boolean;
|
|
578
|
+
} | (string | {
|
|
579
|
+
[x: string]: boolean;
|
|
580
|
+
} | (string | {
|
|
581
|
+
[x: string]: boolean;
|
|
582
|
+
} | (string | {
|
|
583
|
+
[x: string]: boolean;
|
|
584
|
+
} | (string | {
|
|
585
|
+
[x: string]: boolean;
|
|
586
|
+
} | (string | {
|
|
587
|
+
[x: string]: boolean;
|
|
588
|
+
} | (string | {
|
|
589
|
+
[x: string]: boolean;
|
|
590
|
+
} | (string | {
|
|
591
|
+
[x: string]: boolean;
|
|
592
|
+
} | (string | {
|
|
593
|
+
[x: string]: boolean;
|
|
594
|
+
} | (string | {
|
|
595
|
+
[x: string]: boolean;
|
|
596
|
+
} | (string | any[] | {
|
|
597
|
+
[x: string]: boolean;
|
|
598
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
1332
599
|
readonly required: false;
|
|
1333
600
|
readonly validator: (val: unknown) => boolean;
|
|
1334
601
|
__epPropKey: true;
|
|
1335
|
-
} & {
|
|
1336
|
-
readonly default: "";
|
|
1337
602
|
};
|
|
1338
|
-
readonly
|
|
1339
|
-
|
|
1340
|
-
readonly type: import("vue").PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
603
|
+
readonly popperStyle: {
|
|
604
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
1341
605
|
readonly required: false;
|
|
1342
606
|
readonly validator: (val: unknown) => boolean;
|
|
1343
607
|
__epPropKey: true;
|
|
1344
|
-
} & {
|
|
1345
|
-
readonly default: "menu";
|
|
1346
608
|
};
|
|
609
|
+
readonly disabled: BooleanConstructor;
|
|
610
|
+
readonly role: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "menu", boolean>;
|
|
1347
611
|
readonly buttonProps: {
|
|
1348
612
|
readonly type: import("vue").PropType<Partial<import("element-plus").ButtonProps>>;
|
|
1349
613
|
readonly required: false;
|
|
1350
614
|
readonly validator: (val: unknown) => boolean;
|
|
1351
615
|
__epPropKey: true;
|
|
1352
616
|
};
|
|
1353
|
-
readonly teleported:
|
|
1354
|
-
|
|
1355
|
-
readonly required: false;
|
|
1356
|
-
readonly validator: (val: unknown) => boolean;
|
|
1357
|
-
__epPropKey: true;
|
|
1358
|
-
} & {
|
|
1359
|
-
readonly default: true;
|
|
1360
|
-
};
|
|
1361
|
-
readonly persistent: {
|
|
1362
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1363
|
-
readonly required: false;
|
|
1364
|
-
readonly validator: (val: unknown) => boolean;
|
|
1365
|
-
__epPropKey: true;
|
|
1366
|
-
} & {
|
|
1367
|
-
readonly default: true;
|
|
1368
|
-
};
|
|
1369
|
-
}>> & {
|
|
1370
|
-
onClick?: (...args: any[]) => any;
|
|
1371
|
-
"onVisible-change"?: (...args: any[]) => any;
|
|
1372
|
-
onCommand?: (...args: any[]) => any;
|
|
617
|
+
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
618
|
+
readonly persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1373
619
|
}, {
|
|
1374
620
|
t: import("element-plus").Translator;
|
|
1375
621
|
ns: {
|
|
@@ -1398,46 +644,193 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1398
644
|
currentTabId: import("vue").Ref<string, string>;
|
|
1399
645
|
handleCurrentTabIdChange: (id: string) => void;
|
|
1400
646
|
handlerMainButtonClick: (event: MouseEvent) => void;
|
|
1401
|
-
handleEntryFocus: (e: Event) => void;
|
|
1402
647
|
handleClose: () => void;
|
|
1403
648
|
handleOpen: () => void;
|
|
1404
649
|
handleBeforeShowTooltip: () => void;
|
|
1405
650
|
handleShowTooltip: (event?: Event) => void;
|
|
1406
651
|
handleBeforeHideTooltip: () => void;
|
|
1407
|
-
onFocusAfterTrapped: (e: Event) => void;
|
|
1408
652
|
popperRef: import("vue").Ref<import("element-plus").TooltipInstance, import("element-plus").TooltipInstance>;
|
|
1409
653
|
contentRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
1410
654
|
triggeringElementRef: import("vue").Ref<any, any>;
|
|
1411
655
|
referenceElementRef: import("vue").Ref<any, any>;
|
|
1412
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "visible-change" | "command")[], "click" | "visible-change" | "command", {
|
|
656
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "visible-change" | "command")[], "click" | "visible-change" | "command", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
657
|
+
readonly trigger: {
|
|
658
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/typescript.mjs").Arrayable<"click" | "contextmenu" | "hover">>;
|
|
659
|
+
readonly required: false;
|
|
660
|
+
readonly validator: (val: unknown) => boolean;
|
|
661
|
+
readonly __epPropKey: true;
|
|
662
|
+
readonly default: "hover";
|
|
663
|
+
};
|
|
664
|
+
readonly triggerKeys: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
665
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
666
|
+
readonly virtualRef: {
|
|
667
|
+
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
668
|
+
readonly required: false;
|
|
669
|
+
readonly validator: (val: unknown) => boolean;
|
|
670
|
+
__epPropKey: true;
|
|
671
|
+
};
|
|
672
|
+
readonly effect: {
|
|
673
|
+
readonly default: "light";
|
|
674
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>>;
|
|
675
|
+
readonly required: false;
|
|
676
|
+
readonly validator: (val: unknown) => boolean;
|
|
677
|
+
readonly __epPropKey: true;
|
|
678
|
+
};
|
|
679
|
+
readonly type: {
|
|
680
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger") | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger") | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
|
681
|
+
readonly required: false;
|
|
682
|
+
readonly validator: (val: unknown) => boolean;
|
|
683
|
+
__epPropKey: true;
|
|
684
|
+
};
|
|
685
|
+
readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any) | ((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any))[], unknown, unknown, "bottom", boolean>;
|
|
686
|
+
readonly popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | ((new (...args: any[]) => any) | (() => any))[], unknown, unknown, () => {}, boolean>;
|
|
687
|
+
readonly id: StringConstructor;
|
|
688
|
+
readonly size: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
689
|
+
readonly splitButton: BooleanConstructor;
|
|
690
|
+
readonly hideOnClick: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
691
|
+
readonly loop: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
692
|
+
readonly showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
693
|
+
readonly showTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
694
|
+
readonly hideTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
695
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
696
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
697
|
+
readonly popperClass: {
|
|
698
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
699
|
+
[x: string]: boolean;
|
|
700
|
+
} | (string | {
|
|
701
|
+
[x: string]: boolean;
|
|
702
|
+
} | (string | {
|
|
703
|
+
[x: string]: boolean;
|
|
704
|
+
} | (string | {
|
|
705
|
+
[x: string]: boolean;
|
|
706
|
+
} | (string | {
|
|
707
|
+
[x: string]: boolean;
|
|
708
|
+
} | (string | {
|
|
709
|
+
[x: string]: boolean;
|
|
710
|
+
} | (string | {
|
|
711
|
+
[x: string]: boolean;
|
|
712
|
+
} | (string | {
|
|
713
|
+
[x: string]: boolean;
|
|
714
|
+
} | (string | {
|
|
715
|
+
[x: string]: boolean;
|
|
716
|
+
} | (string | {
|
|
717
|
+
[x: string]: boolean;
|
|
718
|
+
} | (string | any[] | {
|
|
719
|
+
[x: string]: boolean;
|
|
720
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
721
|
+
[x: string]: boolean;
|
|
722
|
+
} | (string | {
|
|
723
|
+
[x: string]: boolean;
|
|
724
|
+
} | (string | {
|
|
725
|
+
[x: string]: boolean;
|
|
726
|
+
} | (string | {
|
|
727
|
+
[x: string]: boolean;
|
|
728
|
+
} | (string | {
|
|
729
|
+
[x: string]: boolean;
|
|
730
|
+
} | (string | {
|
|
731
|
+
[x: string]: boolean;
|
|
732
|
+
} | (string | {
|
|
733
|
+
[x: string]: boolean;
|
|
734
|
+
} | (string | {
|
|
735
|
+
[x: string]: boolean;
|
|
736
|
+
} | (string | {
|
|
737
|
+
[x: string]: boolean;
|
|
738
|
+
} | (string | {
|
|
739
|
+
[x: string]: boolean;
|
|
740
|
+
} | (string | any[] | {
|
|
741
|
+
[x: string]: boolean;
|
|
742
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
743
|
+
[x: string]: boolean;
|
|
744
|
+
} | (string | {
|
|
745
|
+
[x: string]: boolean;
|
|
746
|
+
} | (string | {
|
|
747
|
+
[x: string]: boolean;
|
|
748
|
+
} | (string | {
|
|
749
|
+
[x: string]: boolean;
|
|
750
|
+
} | (string | {
|
|
751
|
+
[x: string]: boolean;
|
|
752
|
+
} | (string | {
|
|
753
|
+
[x: string]: boolean;
|
|
754
|
+
} | (string | {
|
|
755
|
+
[x: string]: boolean;
|
|
756
|
+
} | (string | {
|
|
757
|
+
[x: string]: boolean;
|
|
758
|
+
} | (string | {
|
|
759
|
+
[x: string]: boolean;
|
|
760
|
+
} | (string | {
|
|
761
|
+
[x: string]: boolean;
|
|
762
|
+
} | (string | any[] | {
|
|
763
|
+
[x: string]: boolean;
|
|
764
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
765
|
+
[x: string]: boolean;
|
|
766
|
+
} | (string | {
|
|
767
|
+
[x: string]: boolean;
|
|
768
|
+
} | (string | {
|
|
769
|
+
[x: string]: boolean;
|
|
770
|
+
} | (string | {
|
|
771
|
+
[x: string]: boolean;
|
|
772
|
+
} | (string | {
|
|
773
|
+
[x: string]: boolean;
|
|
774
|
+
} | (string | {
|
|
775
|
+
[x: string]: boolean;
|
|
776
|
+
} | (string | {
|
|
777
|
+
[x: string]: boolean;
|
|
778
|
+
} | (string | {
|
|
779
|
+
[x: string]: boolean;
|
|
780
|
+
} | (string | {
|
|
781
|
+
[x: string]: boolean;
|
|
782
|
+
} | (string | {
|
|
783
|
+
[x: string]: boolean;
|
|
784
|
+
} | (string | any[] | {
|
|
785
|
+
[x: string]: boolean;
|
|
786
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
787
|
+
readonly required: false;
|
|
788
|
+
readonly validator: (val: unknown) => boolean;
|
|
789
|
+
__epPropKey: true;
|
|
790
|
+
};
|
|
791
|
+
readonly popperStyle: {
|
|
792
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
793
|
+
readonly required: false;
|
|
794
|
+
readonly validator: (val: unknown) => boolean;
|
|
795
|
+
__epPropKey: true;
|
|
796
|
+
};
|
|
797
|
+
readonly disabled: BooleanConstructor;
|
|
798
|
+
readonly role: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "menu", boolean>;
|
|
799
|
+
readonly buttonProps: {
|
|
800
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").ButtonProps>>;
|
|
801
|
+
readonly required: false;
|
|
802
|
+
readonly validator: (val: unknown) => boolean;
|
|
803
|
+
__epPropKey: true;
|
|
804
|
+
};
|
|
805
|
+
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
806
|
+
readonly persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
807
|
+
}>> & {
|
|
808
|
+
onClick?: (...args: any[]) => any;
|
|
809
|
+
"onVisible-change"?: (...args: any[]) => any;
|
|
810
|
+
onCommand?: (...args: any[]) => any;
|
|
811
|
+
}, {
|
|
1413
812
|
readonly disabled: boolean;
|
|
1414
|
-
readonly
|
|
813
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
814
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1415
815
|
readonly size: string;
|
|
1416
816
|
readonly placement: any;
|
|
1417
|
-
readonly effect: import("element-plus").PopperEffect
|
|
1418
|
-
readonly
|
|
1419
|
-
readonly
|
|
1420
|
-
readonly
|
|
1421
|
-
readonly loop:
|
|
1422
|
-
readonly popperOptions:
|
|
1423
|
-
readonly popperClass: string;
|
|
817
|
+
readonly effect: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
|
|
818
|
+
readonly role: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
819
|
+
readonly trigger: import("element-plus/es/utils/typescript.mjs").Arrayable<"click" | "contextmenu" | "hover">;
|
|
820
|
+
readonly virtualTriggering: boolean;
|
|
821
|
+
readonly loop: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
822
|
+
readonly popperOptions: any;
|
|
1424
823
|
readonly triggerKeys: string[];
|
|
1425
|
-
readonly teleported:
|
|
1426
|
-
readonly persistent:
|
|
1427
|
-
readonly
|
|
824
|
+
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
825
|
+
readonly persistent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
826
|
+
readonly showArrow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
827
|
+
readonly hideOnClick: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1428
828
|
readonly showTimeout: number;
|
|
1429
829
|
readonly hideTimeout: number;
|
|
1430
830
|
readonly splitButton: boolean;
|
|
1431
|
-
}, {},
|
|
831
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & {
|
|
1432
832
|
DropdownItem: import("vue").DefineComponent<{
|
|
1433
|
-
readonly command: {
|
|
1434
|
-
readonly type: import("vue").PropType<string | number | Record<string, any>>;
|
|
1435
|
-
readonly required: false;
|
|
1436
|
-
readonly validator: (val: unknown) => boolean;
|
|
1437
|
-
__epPropKey: true;
|
|
1438
|
-
} & {
|
|
1439
|
-
readonly default: () => {};
|
|
1440
|
-
};
|
|
833
|
+
readonly command: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
1441
834
|
readonly disabled: BooleanConstructor;
|
|
1442
835
|
readonly divided: BooleanConstructor;
|
|
1443
836
|
readonly textValue: StringConstructor;
|
|
@@ -1451,26 +844,18 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1451
844
|
handleClick: (event: PointerEvent) => void;
|
|
1452
845
|
handlePointerMove: (event: PointerEvent) => void;
|
|
1453
846
|
handlePointerLeave: (event: PointerEvent) => void;
|
|
1454
|
-
textContent: import("vue").ComputedRef<string>;
|
|
1455
847
|
propsAndAttrs: import("vue").ComputedRef<{
|
|
1456
848
|
disabled: boolean;
|
|
1457
849
|
icon: unknown;
|
|
1458
850
|
onClick: (...args: any[]) => any;
|
|
1459
851
|
onPointermove: (...args: any[]) => any;
|
|
1460
852
|
onPointerleave: (...args: any[]) => any;
|
|
1461
|
-
command:
|
|
853
|
+
command: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1462
854
|
divided: boolean;
|
|
1463
855
|
textValue: string;
|
|
1464
856
|
}>;
|
|
1465
857
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove")[], "click" | "pointerleave" | "pointermove", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1466
|
-
readonly command: {
|
|
1467
|
-
readonly type: import("vue").PropType<string | number | Record<string, any>>;
|
|
1468
|
-
readonly required: false;
|
|
1469
|
-
readonly validator: (val: unknown) => boolean;
|
|
1470
|
-
__epPropKey: true;
|
|
1471
|
-
} & {
|
|
1472
|
-
readonly default: () => {};
|
|
1473
|
-
};
|
|
858
|
+
readonly command: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
1474
859
|
readonly disabled: BooleanConstructor;
|
|
1475
860
|
readonly divided: BooleanConstructor;
|
|
1476
861
|
readonly textValue: StringConstructor;
|
|
@@ -1486,9 +871,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1486
871
|
onPointerleave?: (...args: any[]) => any;
|
|
1487
872
|
}, {
|
|
1488
873
|
readonly disabled: boolean;
|
|
1489
|
-
readonly command:
|
|
874
|
+
readonly command: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1490
875
|
readonly divided: boolean;
|
|
1491
|
-
}>;
|
|
876
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1492
877
|
DropdownMenu: import("vue").DefineComponent<{
|
|
1493
878
|
onKeydown: {
|
|
1494
879
|
readonly type: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -1499,14 +884,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1499
884
|
}, {
|
|
1500
885
|
size: import("vue").ComputedRef<string>;
|
|
1501
886
|
rovingFocusGroupRootStyle: import("vue").Ref<import("vue").StyleValue, import("vue").StyleValue>;
|
|
1502
|
-
tabIndex: import("vue").Ref<number, number>;
|
|
1503
887
|
dropdownKls: import("vue").ComputedRef<string[]>;
|
|
1504
|
-
role: import("vue").ComputedRef<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation"
|
|
888
|
+
role: import("vue").ComputedRef<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>>;
|
|
1505
889
|
triggerId: import("vue").ComputedRef<string>;
|
|
1506
|
-
dropdownListWrapperRef: (el: Element | import("vue").ComponentPublicInstance) => void;
|
|
1507
|
-
handleKeydown: (
|
|
890
|
+
dropdownListWrapperRef: (el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>) => void;
|
|
891
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
1508
892
|
onBlur: (e: Event) => void;
|
|
1509
|
-
|
|
893
|
+
handleFocus: (e: FocusEvent) => void;
|
|
1510
894
|
onMousedown: (e: Event) => void;
|
|
1511
895
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1512
896
|
onKeydown: {
|
|
@@ -1515,576 +899,158 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1515
899
|
readonly validator: (val: unknown) => boolean;
|
|
1516
900
|
__epPropKey: true;
|
|
1517
901
|
};
|
|
1518
|
-
}>>, {}>;
|
|
1519
|
-
}, ({
|
|
1520
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1521
|
-
readonly trigger: {
|
|
1522
|
-
readonly type: import("vue").PropType<import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[]>;
|
|
1523
|
-
readonly required: false;
|
|
1524
|
-
readonly validator: (val: unknown) => boolean;
|
|
1525
|
-
__epPropKey: true;
|
|
1526
|
-
} & {
|
|
1527
|
-
readonly default: "hover";
|
|
1528
|
-
};
|
|
1529
|
-
readonly triggerKeys: {
|
|
1530
|
-
readonly type: import("vue").PropType<string[]>;
|
|
1531
|
-
readonly required: false;
|
|
1532
|
-
readonly validator: (val: unknown) => boolean;
|
|
1533
|
-
__epPropKey: true;
|
|
1534
|
-
} & {
|
|
1535
|
-
readonly default: () => string[];
|
|
1536
|
-
};
|
|
1537
|
-
readonly effect: {
|
|
1538
|
-
readonly default: "light";
|
|
1539
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
1540
|
-
readonly required: false;
|
|
1541
|
-
readonly validator: (val: unknown) => boolean;
|
|
1542
|
-
readonly __epPropKey: true;
|
|
1543
|
-
};
|
|
1544
|
-
readonly type: {
|
|
1545
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
1546
|
-
readonly required: false;
|
|
1547
|
-
readonly validator: (val: unknown) => boolean;
|
|
1548
|
-
__epPropKey: true;
|
|
1549
|
-
};
|
|
1550
|
-
readonly placement: {
|
|
1551
|
-
readonly type: import("vue").PropType<any>;
|
|
1552
|
-
readonly required: false;
|
|
1553
|
-
readonly validator: (val: unknown) => boolean;
|
|
1554
|
-
__epPropKey: true;
|
|
1555
|
-
} & {
|
|
1556
|
-
readonly default: "bottom";
|
|
1557
|
-
};
|
|
1558
|
-
readonly popperOptions: {
|
|
1559
|
-
readonly type: import("vue").PropType<any>;
|
|
1560
|
-
readonly required: false;
|
|
1561
|
-
readonly validator: (val: unknown) => boolean;
|
|
1562
|
-
__epPropKey: true;
|
|
1563
|
-
} & {
|
|
1564
|
-
readonly default: () => {};
|
|
1565
|
-
};
|
|
1566
|
-
readonly id: StringConstructor;
|
|
1567
|
-
readonly size: {
|
|
1568
|
-
readonly type: import("vue").PropType<string>;
|
|
1569
|
-
readonly required: false;
|
|
1570
|
-
readonly validator: (val: unknown) => boolean;
|
|
1571
|
-
__epPropKey: true;
|
|
1572
|
-
} & {
|
|
1573
|
-
readonly default: "";
|
|
1574
|
-
};
|
|
1575
|
-
readonly splitButton: BooleanConstructor;
|
|
1576
|
-
readonly hideOnClick: {
|
|
1577
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1578
|
-
readonly required: false;
|
|
1579
|
-
readonly validator: (val: unknown) => boolean;
|
|
1580
|
-
__epPropKey: true;
|
|
1581
|
-
} & {
|
|
1582
|
-
readonly default: true;
|
|
1583
|
-
};
|
|
1584
|
-
readonly loop: {
|
|
1585
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1586
|
-
readonly required: false;
|
|
1587
|
-
readonly validator: (val: unknown) => boolean;
|
|
1588
|
-
__epPropKey: true;
|
|
1589
|
-
} & {
|
|
1590
|
-
readonly default: true;
|
|
1591
|
-
};
|
|
1592
|
-
readonly showTimeout: {
|
|
1593
|
-
readonly type: import("vue").PropType<number>;
|
|
1594
|
-
readonly required: false;
|
|
1595
|
-
readonly validator: (val: unknown) => boolean;
|
|
1596
|
-
__epPropKey: true;
|
|
1597
|
-
} & {
|
|
1598
|
-
readonly default: 150;
|
|
1599
|
-
};
|
|
1600
|
-
readonly hideTimeout: {
|
|
1601
|
-
readonly type: import("vue").PropType<number>;
|
|
1602
|
-
readonly required: false;
|
|
1603
|
-
readonly validator: (val: unknown) => boolean;
|
|
1604
|
-
__epPropKey: true;
|
|
1605
|
-
} & {
|
|
1606
|
-
readonly default: 150;
|
|
1607
|
-
};
|
|
1608
|
-
readonly tabindex: {
|
|
1609
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1610
|
-
readonly required: false;
|
|
1611
|
-
readonly validator: (val: unknown) => boolean;
|
|
1612
|
-
__epPropKey: true;
|
|
1613
|
-
} & {
|
|
1614
|
-
readonly default: 0;
|
|
1615
|
-
};
|
|
1616
|
-
readonly maxHeight: {
|
|
1617
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1618
|
-
readonly required: false;
|
|
1619
|
-
readonly validator: (val: unknown) => boolean;
|
|
1620
|
-
__epPropKey: true;
|
|
1621
|
-
} & {
|
|
1622
|
-
readonly default: "";
|
|
1623
|
-
};
|
|
1624
|
-
readonly popperClass: {
|
|
1625
|
-
readonly type: import("vue").PropType<string>;
|
|
1626
|
-
readonly required: false;
|
|
1627
|
-
readonly validator: (val: unknown) => boolean;
|
|
1628
|
-
__epPropKey: true;
|
|
1629
|
-
} & {
|
|
1630
|
-
readonly default: "";
|
|
1631
|
-
};
|
|
1632
|
-
readonly disabled: BooleanConstructor;
|
|
1633
|
-
readonly role: {
|
|
1634
|
-
readonly type: import("vue").PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
1635
|
-
readonly required: false;
|
|
1636
|
-
readonly validator: (val: unknown) => boolean;
|
|
1637
|
-
__epPropKey: true;
|
|
1638
|
-
} & {
|
|
1639
|
-
readonly default: "menu";
|
|
1640
|
-
};
|
|
1641
|
-
readonly buttonProps: {
|
|
1642
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").ButtonProps>>;
|
|
1643
|
-
readonly required: false;
|
|
1644
|
-
readonly validator: (val: unknown) => boolean;
|
|
1645
|
-
__epPropKey: true;
|
|
1646
|
-
};
|
|
1647
|
-
readonly teleported: {
|
|
1648
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1649
|
-
readonly required: false;
|
|
1650
|
-
readonly validator: (val: unknown) => boolean;
|
|
1651
|
-
__epPropKey: true;
|
|
1652
|
-
} & {
|
|
1653
|
-
readonly default: true;
|
|
1654
|
-
};
|
|
1655
|
-
readonly persistent: {
|
|
1656
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1657
|
-
readonly required: false;
|
|
1658
|
-
readonly validator: (val: unknown) => boolean;
|
|
1659
|
-
__epPropKey: true;
|
|
1660
|
-
} & {
|
|
1661
|
-
readonly default: true;
|
|
1662
|
-
};
|
|
1663
|
-
}>> & {
|
|
1664
|
-
onClick?: (...args: any[]) => any;
|
|
1665
|
-
"onVisible-change"?: (...args: any[]) => any;
|
|
1666
|
-
onCommand?: (...args: any[]) => any;
|
|
1667
|
-
}, {
|
|
1668
|
-
t: import("element-plus").Translator;
|
|
1669
|
-
ns: {
|
|
1670
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1671
|
-
b: (blockSuffix?: string) => string;
|
|
1672
|
-
e: (element?: string) => string;
|
|
1673
|
-
m: (modifier?: string) => string;
|
|
1674
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1675
|
-
em: (element?: string, modifier?: string) => string;
|
|
1676
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1677
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1678
|
-
is: {
|
|
1679
|
-
(name: string, state: boolean): string;
|
|
1680
|
-
(name: string): string;
|
|
1681
|
-
};
|
|
1682
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1683
|
-
cssVarName: (name: string) => string;
|
|
1684
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1685
|
-
cssVarBlockName: (name: string) => string;
|
|
1686
|
-
};
|
|
1687
|
-
scrollbar: import("vue").Ref<null, null>;
|
|
1688
|
-
wrapStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1689
|
-
dropdownTriggerKls: import("vue").ComputedRef<string[]>;
|
|
1690
|
-
dropdownSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1691
|
-
triggerId: import("vue").ComputedRef<string>;
|
|
1692
|
-
currentTabId: import("vue").Ref<string, string>;
|
|
1693
|
-
handleCurrentTabIdChange: (id: string) => void;
|
|
1694
|
-
handlerMainButtonClick: (event: MouseEvent) => void;
|
|
1695
|
-
handleEntryFocus: (e: Event) => void;
|
|
1696
|
-
handleClose: () => void;
|
|
1697
|
-
handleOpen: () => void;
|
|
1698
|
-
handleBeforeShowTooltip: () => void;
|
|
1699
|
-
handleShowTooltip: (event?: Event) => void;
|
|
1700
|
-
handleBeforeHideTooltip: () => void;
|
|
1701
|
-
onFocusAfterTrapped: (e: Event) => void;
|
|
1702
|
-
popperRef: import("vue").Ref<import("element-plus").TooltipInstance, import("element-plus").TooltipInstance>;
|
|
1703
|
-
contentRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
1704
|
-
triggeringElementRef: import("vue").Ref<any, any>;
|
|
1705
|
-
referenceElementRef: import("vue").Ref<any, any>;
|
|
1706
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "visible-change" | "command")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1707
|
-
readonly disabled: boolean;
|
|
1708
|
-
readonly maxHeight: string | number;
|
|
1709
|
-
readonly size: string;
|
|
1710
|
-
readonly placement: any;
|
|
1711
|
-
readonly effect: import("element-plus").PopperEffect;
|
|
1712
|
-
readonly tabindex: string | number;
|
|
1713
|
-
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
1714
|
-
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
1715
|
-
readonly loop: boolean;
|
|
1716
|
-
readonly popperOptions: Options;
|
|
1717
|
-
readonly popperClass: string;
|
|
1718
|
-
readonly triggerKeys: string[];
|
|
1719
|
-
readonly teleported: boolean;
|
|
1720
|
-
readonly persistent: boolean;
|
|
1721
|
-
readonly hideOnClick: boolean;
|
|
1722
|
-
readonly showTimeout: number;
|
|
1723
|
-
readonly hideTimeout: number;
|
|
1724
|
-
readonly splitButton: boolean;
|
|
1725
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1726
|
-
P: {};
|
|
1727
|
-
B: {};
|
|
1728
|
-
D: {};
|
|
1729
|
-
C: {};
|
|
1730
|
-
M: {};
|
|
1731
|
-
Defaults: {};
|
|
1732
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1733
|
-
readonly trigger: {
|
|
1734
|
-
readonly type: import("vue").PropType<import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[]>;
|
|
1735
|
-
readonly required: false;
|
|
1736
|
-
readonly validator: (val: unknown) => boolean;
|
|
1737
|
-
__epPropKey: true;
|
|
1738
|
-
} & {
|
|
1739
|
-
readonly default: "hover";
|
|
1740
|
-
};
|
|
1741
|
-
readonly triggerKeys: {
|
|
1742
|
-
readonly type: import("vue").PropType<string[]>;
|
|
1743
|
-
readonly required: false;
|
|
1744
|
-
readonly validator: (val: unknown) => boolean;
|
|
1745
|
-
__epPropKey: true;
|
|
1746
|
-
} & {
|
|
1747
|
-
readonly default: () => string[];
|
|
1748
|
-
};
|
|
1749
|
-
readonly effect: {
|
|
1750
|
-
readonly default: "light";
|
|
1751
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
1752
|
-
readonly required: false;
|
|
1753
|
-
readonly validator: (val: unknown) => boolean;
|
|
1754
|
-
readonly __epPropKey: true;
|
|
1755
|
-
};
|
|
1756
|
-
readonly type: {
|
|
1757
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
1758
|
-
readonly required: false;
|
|
1759
|
-
readonly validator: (val: unknown) => boolean;
|
|
1760
|
-
__epPropKey: true;
|
|
1761
|
-
};
|
|
1762
|
-
readonly placement: {
|
|
1763
|
-
readonly type: import("vue").PropType<any>;
|
|
1764
|
-
readonly required: false;
|
|
1765
|
-
readonly validator: (val: unknown) => boolean;
|
|
1766
|
-
__epPropKey: true;
|
|
1767
|
-
} & {
|
|
1768
|
-
readonly default: "bottom";
|
|
1769
|
-
};
|
|
1770
|
-
readonly popperOptions: {
|
|
1771
|
-
readonly type: import("vue").PropType<any>;
|
|
1772
|
-
readonly required: false;
|
|
1773
|
-
readonly validator: (val: unknown) => boolean;
|
|
1774
|
-
__epPropKey: true;
|
|
1775
|
-
} & {
|
|
1776
|
-
readonly default: () => {};
|
|
1777
|
-
};
|
|
1778
|
-
readonly id: StringConstructor;
|
|
1779
|
-
readonly size: {
|
|
1780
|
-
readonly type: import("vue").PropType<string>;
|
|
1781
|
-
readonly required: false;
|
|
1782
|
-
readonly validator: (val: unknown) => boolean;
|
|
1783
|
-
__epPropKey: true;
|
|
1784
|
-
} & {
|
|
1785
|
-
readonly default: "";
|
|
1786
|
-
};
|
|
1787
|
-
readonly splitButton: BooleanConstructor;
|
|
1788
|
-
readonly hideOnClick: {
|
|
1789
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1790
|
-
readonly required: false;
|
|
1791
|
-
readonly validator: (val: unknown) => boolean;
|
|
1792
|
-
__epPropKey: true;
|
|
1793
|
-
} & {
|
|
1794
|
-
readonly default: true;
|
|
1795
|
-
};
|
|
1796
|
-
readonly loop: {
|
|
1797
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1798
|
-
readonly required: false;
|
|
1799
|
-
readonly validator: (val: unknown) => boolean;
|
|
1800
|
-
__epPropKey: true;
|
|
1801
|
-
} & {
|
|
1802
|
-
readonly default: true;
|
|
1803
|
-
};
|
|
1804
|
-
readonly showTimeout: {
|
|
1805
|
-
readonly type: import("vue").PropType<number>;
|
|
1806
|
-
readonly required: false;
|
|
1807
|
-
readonly validator: (val: unknown) => boolean;
|
|
1808
|
-
__epPropKey: true;
|
|
1809
|
-
} & {
|
|
1810
|
-
readonly default: 150;
|
|
1811
|
-
};
|
|
1812
|
-
readonly hideTimeout: {
|
|
1813
|
-
readonly type: import("vue").PropType<number>;
|
|
1814
|
-
readonly required: false;
|
|
1815
|
-
readonly validator: (val: unknown) => boolean;
|
|
1816
|
-
__epPropKey: true;
|
|
1817
|
-
} & {
|
|
1818
|
-
readonly default: 150;
|
|
1819
|
-
};
|
|
1820
|
-
readonly tabindex: {
|
|
1821
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1822
|
-
readonly required: false;
|
|
1823
|
-
readonly validator: (val: unknown) => boolean;
|
|
1824
|
-
__epPropKey: true;
|
|
1825
|
-
} & {
|
|
1826
|
-
readonly default: 0;
|
|
1827
|
-
};
|
|
1828
|
-
readonly maxHeight: {
|
|
1829
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1830
|
-
readonly required: false;
|
|
1831
|
-
readonly validator: (val: unknown) => boolean;
|
|
1832
|
-
__epPropKey: true;
|
|
1833
|
-
} & {
|
|
1834
|
-
readonly default: "";
|
|
1835
|
-
};
|
|
1836
|
-
readonly popperClass: {
|
|
1837
|
-
readonly type: import("vue").PropType<string>;
|
|
1838
|
-
readonly required: false;
|
|
1839
|
-
readonly validator: (val: unknown) => boolean;
|
|
1840
|
-
__epPropKey: true;
|
|
1841
|
-
} & {
|
|
1842
|
-
readonly default: "";
|
|
1843
|
-
};
|
|
1844
|
-
readonly disabled: BooleanConstructor;
|
|
1845
|
-
readonly role: {
|
|
1846
|
-
readonly type: import("vue").PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
1847
|
-
readonly required: false;
|
|
1848
|
-
readonly validator: (val: unknown) => boolean;
|
|
1849
|
-
__epPropKey: true;
|
|
1850
|
-
} & {
|
|
1851
|
-
readonly default: "menu";
|
|
1852
|
-
};
|
|
1853
|
-
readonly buttonProps: {
|
|
1854
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").ButtonProps>>;
|
|
1855
|
-
readonly required: false;
|
|
1856
|
-
readonly validator: (val: unknown) => boolean;
|
|
1857
|
-
__epPropKey: true;
|
|
1858
|
-
};
|
|
1859
|
-
readonly teleported: {
|
|
1860
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1861
|
-
readonly required: false;
|
|
1862
|
-
readonly validator: (val: unknown) => boolean;
|
|
1863
|
-
__epPropKey: true;
|
|
1864
|
-
} & {
|
|
1865
|
-
readonly default: true;
|
|
1866
|
-
};
|
|
1867
|
-
readonly persistent: {
|
|
1868
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1869
|
-
readonly required: false;
|
|
1870
|
-
readonly validator: (val: unknown) => boolean;
|
|
1871
|
-
__epPropKey: true;
|
|
1872
|
-
} & {
|
|
1873
|
-
readonly default: true;
|
|
1874
|
-
};
|
|
1875
|
-
}>> & {
|
|
1876
|
-
onClick?: (...args: any[]) => any;
|
|
1877
|
-
"onVisible-change"?: (...args: any[]) => any;
|
|
1878
|
-
onCommand?: (...args: any[]) => any;
|
|
1879
|
-
}, {
|
|
1880
|
-
t: import("element-plus").Translator;
|
|
1881
|
-
ns: {
|
|
1882
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1883
|
-
b: (blockSuffix?: string) => string;
|
|
1884
|
-
e: (element?: string) => string;
|
|
1885
|
-
m: (modifier?: string) => string;
|
|
1886
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1887
|
-
em: (element?: string, modifier?: string) => string;
|
|
1888
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1889
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1890
|
-
is: {
|
|
1891
|
-
(name: string, state: boolean): string;
|
|
1892
|
-
(name: string): string;
|
|
1893
|
-
};
|
|
1894
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1895
|
-
cssVarName: (name: string) => string;
|
|
1896
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1897
|
-
cssVarBlockName: (name: string) => string;
|
|
1898
|
-
};
|
|
1899
|
-
scrollbar: import("vue").Ref<null, null>;
|
|
1900
|
-
wrapStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1901
|
-
dropdownTriggerKls: import("vue").ComputedRef<string[]>;
|
|
1902
|
-
dropdownSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1903
|
-
triggerId: import("vue").ComputedRef<string>;
|
|
1904
|
-
currentTabId: import("vue").Ref<string, string>;
|
|
1905
|
-
handleCurrentTabIdChange: (id: string) => void;
|
|
1906
|
-
handlerMainButtonClick: (event: MouseEvent) => void;
|
|
1907
|
-
handleEntryFocus: (e: Event) => void;
|
|
1908
|
-
handleClose: () => void;
|
|
1909
|
-
handleOpen: () => void;
|
|
1910
|
-
handleBeforeShowTooltip: () => void;
|
|
1911
|
-
handleShowTooltip: (event?: Event) => void;
|
|
1912
|
-
handleBeforeHideTooltip: () => void;
|
|
1913
|
-
onFocusAfterTrapped: (e: Event) => void;
|
|
1914
|
-
popperRef: import("vue").Ref<import("element-plus").TooltipInstance, import("element-plus").TooltipInstance>;
|
|
1915
|
-
contentRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
1916
|
-
triggeringElementRef: import("vue").Ref<any, any>;
|
|
1917
|
-
referenceElementRef: import("vue").Ref<any, any>;
|
|
1918
|
-
}, {}, {}, {}, {
|
|
1919
|
-
readonly disabled: boolean;
|
|
1920
|
-
readonly maxHeight: string | number;
|
|
1921
|
-
readonly size: string;
|
|
1922
|
-
readonly placement: any;
|
|
1923
|
-
readonly effect: import("element-plus").PopperEffect;
|
|
1924
|
-
readonly tabindex: string | number;
|
|
1925
|
-
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
1926
|
-
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
1927
|
-
readonly loop: boolean;
|
|
1928
|
-
readonly popperOptions: Options;
|
|
1929
|
-
readonly popperClass: string;
|
|
1930
|
-
readonly triggerKeys: string[];
|
|
1931
|
-
readonly teleported: boolean;
|
|
1932
|
-
readonly persistent: boolean;
|
|
1933
|
-
readonly hideOnClick: boolean;
|
|
1934
|
-
readonly showTimeout: number;
|
|
1935
|
-
readonly hideTimeout: number;
|
|
1936
|
-
readonly splitButton: boolean;
|
|
1937
|
-
}>;
|
|
1938
|
-
__isFragment?: never;
|
|
1939
|
-
__isTeleport?: never;
|
|
1940
|
-
__isSuspense?: never;
|
|
1941
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
902
|
+
}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
903
|
+
}, import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<{
|
|
1942
904
|
readonly trigger: {
|
|
1943
|
-
readonly type: import("vue").PropType<import("element-plus").
|
|
905
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/typescript.mjs").Arrayable<"click" | "contextmenu" | "hover">>;
|
|
1944
906
|
readonly required: false;
|
|
1945
907
|
readonly validator: (val: unknown) => boolean;
|
|
1946
|
-
__epPropKey: true;
|
|
1947
|
-
} & {
|
|
908
|
+
readonly __epPropKey: true;
|
|
1948
909
|
readonly default: "hover";
|
|
1949
910
|
};
|
|
1950
|
-
readonly triggerKeys:
|
|
1951
|
-
|
|
911
|
+
readonly triggerKeys: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
912
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
913
|
+
readonly virtualRef: {
|
|
914
|
+
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
1952
915
|
readonly required: false;
|
|
1953
916
|
readonly validator: (val: unknown) => boolean;
|
|
1954
917
|
__epPropKey: true;
|
|
1955
|
-
} & {
|
|
1956
|
-
readonly default: () => string[];
|
|
1957
918
|
};
|
|
1958
919
|
readonly effect: {
|
|
1959
920
|
readonly default: "light";
|
|
1960
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect
|
|
921
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>>;
|
|
1961
922
|
readonly required: false;
|
|
1962
923
|
readonly validator: (val: unknown) => boolean;
|
|
1963
924
|
readonly __epPropKey: true;
|
|
1964
925
|
};
|
|
1965
926
|
readonly type: {
|
|
1966
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
1967
|
-
readonly required: false;
|
|
1968
|
-
readonly validator: (val: unknown) => boolean;
|
|
1969
|
-
__epPropKey: true;
|
|
1970
|
-
};
|
|
1971
|
-
readonly placement: {
|
|
1972
|
-
readonly type: import("vue").PropType<any>;
|
|
1973
|
-
readonly required: false;
|
|
1974
|
-
readonly validator: (val: unknown) => boolean;
|
|
1975
|
-
__epPropKey: true;
|
|
1976
|
-
} & {
|
|
1977
|
-
readonly default: "bottom";
|
|
1978
|
-
};
|
|
1979
|
-
readonly popperOptions: {
|
|
1980
|
-
readonly type: import("vue").PropType<any>;
|
|
927
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger") | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger") | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
|
1981
928
|
readonly required: false;
|
|
1982
929
|
readonly validator: (val: unknown) => boolean;
|
|
1983
930
|
__epPropKey: true;
|
|
1984
|
-
} & {
|
|
1985
|
-
readonly default: () => {};
|
|
1986
931
|
};
|
|
932
|
+
readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any) | ((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any))[], unknown, unknown, "bottom", boolean>;
|
|
933
|
+
readonly popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | ((new (...args: any[]) => any) | (() => any))[], unknown, unknown, () => {}, boolean>;
|
|
1987
934
|
readonly id: StringConstructor;
|
|
1988
|
-
readonly size:
|
|
1989
|
-
readonly type: import("vue").PropType<string>;
|
|
1990
|
-
readonly required: false;
|
|
1991
|
-
readonly validator: (val: unknown) => boolean;
|
|
1992
|
-
__epPropKey: true;
|
|
1993
|
-
} & {
|
|
1994
|
-
readonly default: "";
|
|
1995
|
-
};
|
|
935
|
+
readonly size: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1996
936
|
readonly splitButton: BooleanConstructor;
|
|
1997
|
-
readonly hideOnClick:
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
};
|
|
2005
|
-
readonly loop: {
|
|
2006
|
-
readonly type: import("vue").PropType<boolean>;
|
|
2007
|
-
readonly required: false;
|
|
2008
|
-
readonly validator: (val: unknown) => boolean;
|
|
2009
|
-
__epPropKey: true;
|
|
2010
|
-
} & {
|
|
2011
|
-
readonly default: true;
|
|
2012
|
-
};
|
|
2013
|
-
readonly showTimeout: {
|
|
2014
|
-
readonly type: import("vue").PropType<number>;
|
|
2015
|
-
readonly required: false;
|
|
2016
|
-
readonly validator: (val: unknown) => boolean;
|
|
2017
|
-
__epPropKey: true;
|
|
2018
|
-
} & {
|
|
2019
|
-
readonly default: 150;
|
|
2020
|
-
};
|
|
2021
|
-
readonly hideTimeout: {
|
|
2022
|
-
readonly type: import("vue").PropType<number>;
|
|
2023
|
-
readonly required: false;
|
|
2024
|
-
readonly validator: (val: unknown) => boolean;
|
|
2025
|
-
__epPropKey: true;
|
|
2026
|
-
} & {
|
|
2027
|
-
readonly default: 150;
|
|
2028
|
-
};
|
|
2029
|
-
readonly tabindex: {
|
|
2030
|
-
readonly type: import("vue").PropType<string | number>;
|
|
2031
|
-
readonly required: false;
|
|
2032
|
-
readonly validator: (val: unknown) => boolean;
|
|
2033
|
-
__epPropKey: true;
|
|
2034
|
-
} & {
|
|
2035
|
-
readonly default: 0;
|
|
2036
|
-
};
|
|
2037
|
-
readonly maxHeight: {
|
|
2038
|
-
readonly type: import("vue").PropType<string | number>;
|
|
2039
|
-
readonly required: false;
|
|
2040
|
-
readonly validator: (val: unknown) => boolean;
|
|
2041
|
-
__epPropKey: true;
|
|
2042
|
-
} & {
|
|
2043
|
-
readonly default: "";
|
|
2044
|
-
};
|
|
937
|
+
readonly hideOnClick: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
938
|
+
readonly loop: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
939
|
+
readonly showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
940
|
+
readonly showTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
941
|
+
readonly hideTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
942
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
943
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
2045
944
|
readonly popperClass: {
|
|
2046
|
-
readonly type: import("vue").PropType<string
|
|
945
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
946
|
+
[x: string]: boolean;
|
|
947
|
+
} | (string | {
|
|
948
|
+
[x: string]: boolean;
|
|
949
|
+
} | (string | {
|
|
950
|
+
[x: string]: boolean;
|
|
951
|
+
} | (string | {
|
|
952
|
+
[x: string]: boolean;
|
|
953
|
+
} | (string | {
|
|
954
|
+
[x: string]: boolean;
|
|
955
|
+
} | (string | {
|
|
956
|
+
[x: string]: boolean;
|
|
957
|
+
} | (string | {
|
|
958
|
+
[x: string]: boolean;
|
|
959
|
+
} | (string | {
|
|
960
|
+
[x: string]: boolean;
|
|
961
|
+
} | (string | {
|
|
962
|
+
[x: string]: boolean;
|
|
963
|
+
} | (string | {
|
|
964
|
+
[x: string]: boolean;
|
|
965
|
+
} | (string | any[] | {
|
|
966
|
+
[x: string]: boolean;
|
|
967
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
968
|
+
[x: string]: boolean;
|
|
969
|
+
} | (string | {
|
|
970
|
+
[x: string]: boolean;
|
|
971
|
+
} | (string | {
|
|
972
|
+
[x: string]: boolean;
|
|
973
|
+
} | (string | {
|
|
974
|
+
[x: string]: boolean;
|
|
975
|
+
} | (string | {
|
|
976
|
+
[x: string]: boolean;
|
|
977
|
+
} | (string | {
|
|
978
|
+
[x: string]: boolean;
|
|
979
|
+
} | (string | {
|
|
980
|
+
[x: string]: boolean;
|
|
981
|
+
} | (string | {
|
|
982
|
+
[x: string]: boolean;
|
|
983
|
+
} | (string | {
|
|
984
|
+
[x: string]: boolean;
|
|
985
|
+
} | (string | {
|
|
986
|
+
[x: string]: boolean;
|
|
987
|
+
} | (string | any[] | {
|
|
988
|
+
[x: string]: boolean;
|
|
989
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
990
|
+
[x: string]: boolean;
|
|
991
|
+
} | (string | {
|
|
992
|
+
[x: string]: boolean;
|
|
993
|
+
} | (string | {
|
|
994
|
+
[x: string]: boolean;
|
|
995
|
+
} | (string | {
|
|
996
|
+
[x: string]: boolean;
|
|
997
|
+
} | (string | {
|
|
998
|
+
[x: string]: boolean;
|
|
999
|
+
} | (string | {
|
|
1000
|
+
[x: string]: boolean;
|
|
1001
|
+
} | (string | {
|
|
1002
|
+
[x: string]: boolean;
|
|
1003
|
+
} | (string | {
|
|
1004
|
+
[x: string]: boolean;
|
|
1005
|
+
} | (string | {
|
|
1006
|
+
[x: string]: boolean;
|
|
1007
|
+
} | (string | {
|
|
1008
|
+
[x: string]: boolean;
|
|
1009
|
+
} | (string | any[] | {
|
|
1010
|
+
[x: string]: boolean;
|
|
1011
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1012
|
+
[x: string]: boolean;
|
|
1013
|
+
} | (string | {
|
|
1014
|
+
[x: string]: boolean;
|
|
1015
|
+
} | (string | {
|
|
1016
|
+
[x: string]: boolean;
|
|
1017
|
+
} | (string | {
|
|
1018
|
+
[x: string]: boolean;
|
|
1019
|
+
} | (string | {
|
|
1020
|
+
[x: string]: boolean;
|
|
1021
|
+
} | (string | {
|
|
1022
|
+
[x: string]: boolean;
|
|
1023
|
+
} | (string | {
|
|
1024
|
+
[x: string]: boolean;
|
|
1025
|
+
} | (string | {
|
|
1026
|
+
[x: string]: boolean;
|
|
1027
|
+
} | (string | {
|
|
1028
|
+
[x: string]: boolean;
|
|
1029
|
+
} | (string | {
|
|
1030
|
+
[x: string]: boolean;
|
|
1031
|
+
} | (string | any[] | {
|
|
1032
|
+
[x: string]: boolean;
|
|
1033
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
2047
1034
|
readonly required: false;
|
|
2048
1035
|
readonly validator: (val: unknown) => boolean;
|
|
2049
1036
|
__epPropKey: true;
|
|
2050
|
-
} & {
|
|
2051
|
-
readonly default: "";
|
|
2052
1037
|
};
|
|
2053
|
-
readonly
|
|
2054
|
-
|
|
2055
|
-
readonly type: import("vue").PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
1038
|
+
readonly popperStyle: {
|
|
1039
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
2056
1040
|
readonly required: false;
|
|
2057
1041
|
readonly validator: (val: unknown) => boolean;
|
|
2058
1042
|
__epPropKey: true;
|
|
2059
|
-
} & {
|
|
2060
|
-
readonly default: "menu";
|
|
2061
1043
|
};
|
|
1044
|
+
readonly disabled: BooleanConstructor;
|
|
1045
|
+
readonly role: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "menu", boolean>;
|
|
2062
1046
|
readonly buttonProps: {
|
|
2063
1047
|
readonly type: import("vue").PropType<Partial<import("element-plus").ButtonProps>>;
|
|
2064
1048
|
readonly required: false;
|
|
2065
1049
|
readonly validator: (val: unknown) => boolean;
|
|
2066
1050
|
__epPropKey: true;
|
|
2067
1051
|
};
|
|
2068
|
-
readonly teleported:
|
|
2069
|
-
|
|
2070
|
-
readonly required: false;
|
|
2071
|
-
readonly validator: (val: unknown) => boolean;
|
|
2072
|
-
__epPropKey: true;
|
|
2073
|
-
} & {
|
|
2074
|
-
readonly default: true;
|
|
2075
|
-
};
|
|
2076
|
-
readonly persistent: {
|
|
2077
|
-
readonly type: import("vue").PropType<boolean>;
|
|
2078
|
-
readonly required: false;
|
|
2079
|
-
readonly validator: (val: unknown) => boolean;
|
|
2080
|
-
__epPropKey: true;
|
|
2081
|
-
} & {
|
|
2082
|
-
readonly default: true;
|
|
2083
|
-
};
|
|
2084
|
-
}>> & {
|
|
2085
|
-
onClick?: (...args: any[]) => any;
|
|
2086
|
-
"onVisible-change"?: (...args: any[]) => any;
|
|
2087
|
-
onCommand?: (...args: any[]) => any;
|
|
1052
|
+
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1053
|
+
readonly persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2088
1054
|
}, {
|
|
2089
1055
|
t: import("element-plus").Translator;
|
|
2090
1056
|
ns: {
|
|
@@ -2113,46 +1079,193 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
2113
1079
|
currentTabId: import("vue").Ref<string, string>;
|
|
2114
1080
|
handleCurrentTabIdChange: (id: string) => void;
|
|
2115
1081
|
handlerMainButtonClick: (event: MouseEvent) => void;
|
|
2116
|
-
handleEntryFocus: (e: Event) => void;
|
|
2117
1082
|
handleClose: () => void;
|
|
2118
1083
|
handleOpen: () => void;
|
|
2119
1084
|
handleBeforeShowTooltip: () => void;
|
|
2120
1085
|
handleShowTooltip: (event?: Event) => void;
|
|
2121
1086
|
handleBeforeHideTooltip: () => void;
|
|
2122
|
-
onFocusAfterTrapped: (e: Event) => void;
|
|
2123
1087
|
popperRef: import("vue").Ref<import("element-plus").TooltipInstance, import("element-plus").TooltipInstance>;
|
|
2124
1088
|
contentRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
2125
1089
|
triggeringElementRef: import("vue").Ref<any, any>;
|
|
2126
1090
|
referenceElementRef: import("vue").Ref<any, any>;
|
|
2127
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "visible-change" | "command")[], "click" | "visible-change" | "command", {
|
|
1091
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "visible-change" | "command")[], "click" | "visible-change" | "command", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1092
|
+
readonly trigger: {
|
|
1093
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/typescript.mjs").Arrayable<"click" | "contextmenu" | "hover">>;
|
|
1094
|
+
readonly required: false;
|
|
1095
|
+
readonly validator: (val: unknown) => boolean;
|
|
1096
|
+
readonly __epPropKey: true;
|
|
1097
|
+
readonly default: "hover";
|
|
1098
|
+
};
|
|
1099
|
+
readonly triggerKeys: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
1100
|
+
readonly virtualTriggering: BooleanConstructor;
|
|
1101
|
+
readonly virtualRef: {
|
|
1102
|
+
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
1103
|
+
readonly required: false;
|
|
1104
|
+
readonly validator: (val: unknown) => boolean;
|
|
1105
|
+
__epPropKey: true;
|
|
1106
|
+
};
|
|
1107
|
+
readonly effect: {
|
|
1108
|
+
readonly default: "light";
|
|
1109
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>>;
|
|
1110
|
+
readonly required: false;
|
|
1111
|
+
readonly validator: (val: unknown) => boolean;
|
|
1112
|
+
readonly __epPropKey: true;
|
|
1113
|
+
};
|
|
1114
|
+
readonly type: {
|
|
1115
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger") | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>) | ((new (...args: any[]) => "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger") | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
|
1116
|
+
readonly required: false;
|
|
1117
|
+
readonly validator: (val: unknown) => boolean;
|
|
1118
|
+
__epPropKey: true;
|
|
1119
|
+
};
|
|
1120
|
+
readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any) | ((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any))[], unknown, unknown, "bottom", boolean>;
|
|
1121
|
+
readonly popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | ((new (...args: any[]) => any) | (() => any))[], unknown, unknown, () => {}, boolean>;
|
|
1122
|
+
readonly id: StringConstructor;
|
|
1123
|
+
readonly size: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1124
|
+
readonly splitButton: BooleanConstructor;
|
|
1125
|
+
readonly hideOnClick: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1126
|
+
readonly loop: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1127
|
+
readonly showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1128
|
+
readonly showTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
1129
|
+
readonly hideTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
1130
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
1131
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
1132
|
+
readonly popperClass: {
|
|
1133
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
1134
|
+
[x: string]: boolean;
|
|
1135
|
+
} | (string | {
|
|
1136
|
+
[x: string]: boolean;
|
|
1137
|
+
} | (string | {
|
|
1138
|
+
[x: string]: boolean;
|
|
1139
|
+
} | (string | {
|
|
1140
|
+
[x: string]: boolean;
|
|
1141
|
+
} | (string | {
|
|
1142
|
+
[x: string]: boolean;
|
|
1143
|
+
} | (string | {
|
|
1144
|
+
[x: string]: boolean;
|
|
1145
|
+
} | (string | {
|
|
1146
|
+
[x: string]: boolean;
|
|
1147
|
+
} | (string | {
|
|
1148
|
+
[x: string]: boolean;
|
|
1149
|
+
} | (string | {
|
|
1150
|
+
[x: string]: boolean;
|
|
1151
|
+
} | (string | {
|
|
1152
|
+
[x: string]: boolean;
|
|
1153
|
+
} | (string | any[] | {
|
|
1154
|
+
[x: string]: boolean;
|
|
1155
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1156
|
+
[x: string]: boolean;
|
|
1157
|
+
} | (string | {
|
|
1158
|
+
[x: string]: boolean;
|
|
1159
|
+
} | (string | {
|
|
1160
|
+
[x: string]: boolean;
|
|
1161
|
+
} | (string | {
|
|
1162
|
+
[x: string]: boolean;
|
|
1163
|
+
} | (string | {
|
|
1164
|
+
[x: string]: boolean;
|
|
1165
|
+
} | (string | {
|
|
1166
|
+
[x: string]: boolean;
|
|
1167
|
+
} | (string | {
|
|
1168
|
+
[x: string]: boolean;
|
|
1169
|
+
} | (string | {
|
|
1170
|
+
[x: string]: boolean;
|
|
1171
|
+
} | (string | {
|
|
1172
|
+
[x: string]: boolean;
|
|
1173
|
+
} | (string | {
|
|
1174
|
+
[x: string]: boolean;
|
|
1175
|
+
} | (string | any[] | {
|
|
1176
|
+
[x: string]: boolean;
|
|
1177
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1178
|
+
[x: string]: boolean;
|
|
1179
|
+
} | (string | {
|
|
1180
|
+
[x: string]: boolean;
|
|
1181
|
+
} | (string | {
|
|
1182
|
+
[x: string]: boolean;
|
|
1183
|
+
} | (string | {
|
|
1184
|
+
[x: string]: boolean;
|
|
1185
|
+
} | (string | {
|
|
1186
|
+
[x: string]: boolean;
|
|
1187
|
+
} | (string | {
|
|
1188
|
+
[x: string]: boolean;
|
|
1189
|
+
} | (string | {
|
|
1190
|
+
[x: string]: boolean;
|
|
1191
|
+
} | (string | {
|
|
1192
|
+
[x: string]: boolean;
|
|
1193
|
+
} | (string | {
|
|
1194
|
+
[x: string]: boolean;
|
|
1195
|
+
} | (string | {
|
|
1196
|
+
[x: string]: boolean;
|
|
1197
|
+
} | (string | any[] | {
|
|
1198
|
+
[x: string]: boolean;
|
|
1199
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1200
|
+
[x: string]: boolean;
|
|
1201
|
+
} | (string | {
|
|
1202
|
+
[x: string]: boolean;
|
|
1203
|
+
} | (string | {
|
|
1204
|
+
[x: string]: boolean;
|
|
1205
|
+
} | (string | {
|
|
1206
|
+
[x: string]: boolean;
|
|
1207
|
+
} | (string | {
|
|
1208
|
+
[x: string]: boolean;
|
|
1209
|
+
} | (string | {
|
|
1210
|
+
[x: string]: boolean;
|
|
1211
|
+
} | (string | {
|
|
1212
|
+
[x: string]: boolean;
|
|
1213
|
+
} | (string | {
|
|
1214
|
+
[x: string]: boolean;
|
|
1215
|
+
} | (string | {
|
|
1216
|
+
[x: string]: boolean;
|
|
1217
|
+
} | (string | {
|
|
1218
|
+
[x: string]: boolean;
|
|
1219
|
+
} | (string | any[] | {
|
|
1220
|
+
[x: string]: boolean;
|
|
1221
|
+
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
1222
|
+
readonly required: false;
|
|
1223
|
+
readonly validator: (val: unknown) => boolean;
|
|
1224
|
+
__epPropKey: true;
|
|
1225
|
+
};
|
|
1226
|
+
readonly popperStyle: {
|
|
1227
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
1228
|
+
readonly required: false;
|
|
1229
|
+
readonly validator: (val: unknown) => boolean;
|
|
1230
|
+
__epPropKey: true;
|
|
1231
|
+
};
|
|
1232
|
+
readonly disabled: BooleanConstructor;
|
|
1233
|
+
readonly role: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "menu", boolean>;
|
|
1234
|
+
readonly buttonProps: {
|
|
1235
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").ButtonProps>>;
|
|
1236
|
+
readonly required: false;
|
|
1237
|
+
readonly validator: (val: unknown) => boolean;
|
|
1238
|
+
__epPropKey: true;
|
|
1239
|
+
};
|
|
1240
|
+
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1241
|
+
readonly persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1242
|
+
}>> & {
|
|
1243
|
+
onClick?: (...args: any[]) => any;
|
|
1244
|
+
"onVisible-change"?: (...args: any[]) => any;
|
|
1245
|
+
onCommand?: (...args: any[]) => any;
|
|
1246
|
+
}, {
|
|
2128
1247
|
readonly disabled: boolean;
|
|
2129
|
-
readonly
|
|
1248
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1249
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
2130
1250
|
readonly size: string;
|
|
2131
1251
|
readonly placement: any;
|
|
2132
|
-
readonly effect: import("element-plus").PopperEffect
|
|
2133
|
-
readonly
|
|
2134
|
-
readonly
|
|
2135
|
-
readonly
|
|
2136
|
-
readonly loop:
|
|
2137
|
-
readonly popperOptions:
|
|
2138
|
-
readonly popperClass: string;
|
|
1252
|
+
readonly effect: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
|
|
1253
|
+
readonly role: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
1254
|
+
readonly trigger: import("element-plus/es/utils/typescript.mjs").Arrayable<"click" | "contextmenu" | "hover">;
|
|
1255
|
+
readonly virtualTriggering: boolean;
|
|
1256
|
+
readonly loop: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1257
|
+
readonly popperOptions: any;
|
|
2139
1258
|
readonly triggerKeys: string[];
|
|
2140
|
-
readonly teleported:
|
|
2141
|
-
readonly persistent:
|
|
2142
|
-
readonly
|
|
1259
|
+
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1260
|
+
readonly persistent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1261
|
+
readonly showArrow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1262
|
+
readonly hideOnClick: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2143
1263
|
readonly showTimeout: number;
|
|
2144
1264
|
readonly hideTimeout: number;
|
|
2145
1265
|
readonly splitButton: boolean;
|
|
2146
|
-
}, {},
|
|
1266
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & {
|
|
2147
1267
|
DropdownItem: import("vue").DefineComponent<{
|
|
2148
|
-
readonly command: {
|
|
2149
|
-
readonly type: import("vue").PropType<string | number | Record<string, any>>;
|
|
2150
|
-
readonly required: false;
|
|
2151
|
-
readonly validator: (val: unknown) => boolean;
|
|
2152
|
-
__epPropKey: true;
|
|
2153
|
-
} & {
|
|
2154
|
-
readonly default: () => {};
|
|
2155
|
-
};
|
|
1268
|
+
readonly command: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2156
1269
|
readonly disabled: BooleanConstructor;
|
|
2157
1270
|
readonly divided: BooleanConstructor;
|
|
2158
1271
|
readonly textValue: StringConstructor;
|
|
@@ -2166,26 +1279,18 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
2166
1279
|
handleClick: (event: PointerEvent) => void;
|
|
2167
1280
|
handlePointerMove: (event: PointerEvent) => void;
|
|
2168
1281
|
handlePointerLeave: (event: PointerEvent) => void;
|
|
2169
|
-
textContent: import("vue").ComputedRef<string>;
|
|
2170
1282
|
propsAndAttrs: import("vue").ComputedRef<{
|
|
2171
1283
|
disabled: boolean;
|
|
2172
1284
|
icon: unknown;
|
|
2173
1285
|
onClick: (...args: any[]) => any;
|
|
2174
1286
|
onPointermove: (...args: any[]) => any;
|
|
2175
1287
|
onPointerleave: (...args: any[]) => any;
|
|
2176
|
-
command:
|
|
1288
|
+
command: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2177
1289
|
divided: boolean;
|
|
2178
1290
|
textValue: string;
|
|
2179
1291
|
}>;
|
|
2180
1292
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove")[], "click" | "pointerleave" | "pointermove", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2181
|
-
readonly command: {
|
|
2182
|
-
readonly type: import("vue").PropType<string | number | Record<string, any>>;
|
|
2183
|
-
readonly required: false;
|
|
2184
|
-
readonly validator: (val: unknown) => boolean;
|
|
2185
|
-
__epPropKey: true;
|
|
2186
|
-
} & {
|
|
2187
|
-
readonly default: () => {};
|
|
2188
|
-
};
|
|
1293
|
+
readonly command: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2189
1294
|
readonly disabled: BooleanConstructor;
|
|
2190
1295
|
readonly divided: BooleanConstructor;
|
|
2191
1296
|
readonly textValue: StringConstructor;
|
|
@@ -2201,9 +1306,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
2201
1306
|
onPointerleave?: (...args: any[]) => any;
|
|
2202
1307
|
}, {
|
|
2203
1308
|
readonly disabled: boolean;
|
|
2204
|
-
readonly command:
|
|
1309
|
+
readonly command: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2205
1310
|
readonly divided: boolean;
|
|
2206
|
-
}>;
|
|
1311
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2207
1312
|
DropdownMenu: import("vue").DefineComponent<{
|
|
2208
1313
|
onKeydown: {
|
|
2209
1314
|
readonly type: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -2214,14 +1319,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
2214
1319
|
}, {
|
|
2215
1320
|
size: import("vue").ComputedRef<string>;
|
|
2216
1321
|
rovingFocusGroupRootStyle: import("vue").Ref<import("vue").StyleValue, import("vue").StyleValue>;
|
|
2217
|
-
tabIndex: import("vue").Ref<number, number>;
|
|
2218
1322
|
dropdownKls: import("vue").ComputedRef<string[]>;
|
|
2219
|
-
role: import("vue").ComputedRef<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation"
|
|
1323
|
+
role: import("vue").ComputedRef<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>>;
|
|
2220
1324
|
triggerId: import("vue").ComputedRef<string>;
|
|
2221
|
-
dropdownListWrapperRef: (el: Element | import("vue").ComponentPublicInstance) => void;
|
|
2222
|
-
handleKeydown: (
|
|
1325
|
+
dropdownListWrapperRef: (el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>) => void;
|
|
1326
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
2223
1327
|
onBlur: (e: Event) => void;
|
|
2224
|
-
|
|
1328
|
+
handleFocus: (e: FocusEvent) => void;
|
|
2225
1329
|
onMousedown: (e: Event) => void;
|
|
2226
1330
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2227
1331
|
onKeydown: {
|
|
@@ -2230,7 +1334,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
2230
1334
|
readonly validator: (val: unknown) => boolean;
|
|
2231
1335
|
__epPropKey: true;
|
|
2232
1336
|
};
|
|
2233
|
-
}>>, {}>;
|
|
1337
|
+
}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2234
1338
|
}>;
|
|
2235
1339
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
2236
1340
|
type: "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|