@jari-ace/element-plus-component 0.3.2 → 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 +76 -9
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/index.js +1 -0
- 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 +9264 -8794
- 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 +1 -0
- 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
|
@@ -1,33 +1,20 @@
|
|
|
1
|
+
import type { EpPropMergeType } from "element-plus/es/utils";
|
|
1
2
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
2
3
|
focus: () => any;
|
|
3
4
|
blur: () => any;
|
|
4
|
-
elSwitch: import("vue").Ref<{
|
|
5
|
+
elSwitch: import("vue").Ref<import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
5
6
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6
7
|
readonly ariaLabel: StringConstructor;
|
|
7
|
-
readonly modelValue:
|
|
8
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
9
|
-
readonly required: false;
|
|
10
|
-
readonly validator: (val: unknown) => boolean;
|
|
11
|
-
__epPropKey: true;
|
|
12
|
-
} & {
|
|
13
|
-
readonly default: false;
|
|
14
|
-
};
|
|
8
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
15
9
|
readonly disabled: BooleanConstructor;
|
|
16
10
|
readonly loading: BooleanConstructor;
|
|
17
11
|
readonly size: {
|
|
18
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
19
|
-
readonly required: false;
|
|
20
|
-
readonly validator: (val: unknown) => boolean;
|
|
21
|
-
__epPropKey: true;
|
|
22
|
-
};
|
|
23
|
-
readonly width: {
|
|
24
|
-
readonly type: import("vue").PropType<string | number>;
|
|
12
|
+
readonly type: import("vue").PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
25
13
|
readonly required: false;
|
|
26
14
|
readonly validator: (val: unknown) => boolean;
|
|
27
15
|
__epPropKey: true;
|
|
28
|
-
} & {
|
|
29
|
-
readonly default: "";
|
|
30
16
|
};
|
|
17
|
+
readonly width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
31
18
|
readonly inlinePrompt: BooleanConstructor;
|
|
32
19
|
readonly inactiveActionIcon: {
|
|
33
20
|
readonly type: import("vue").PropType<unknown>;
|
|
@@ -53,54 +40,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
53
40
|
readonly validator: (val: unknown) => boolean;
|
|
54
41
|
__epPropKey: true;
|
|
55
42
|
};
|
|
56
|
-
readonly activeText:
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
readonly default: "";
|
|
63
|
-
};
|
|
64
|
-
readonly inactiveText: {
|
|
65
|
-
readonly type: import("vue").PropType<string>;
|
|
66
|
-
readonly required: false;
|
|
67
|
-
readonly validator: (val: unknown) => boolean;
|
|
68
|
-
__epPropKey: true;
|
|
69
|
-
} & {
|
|
70
|
-
readonly default: "";
|
|
71
|
-
};
|
|
72
|
-
readonly activeValue: {
|
|
73
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
74
|
-
readonly required: false;
|
|
75
|
-
readonly validator: (val: unknown) => boolean;
|
|
76
|
-
__epPropKey: true;
|
|
77
|
-
} & {
|
|
78
|
-
readonly default: true;
|
|
79
|
-
};
|
|
80
|
-
readonly inactiveValue: {
|
|
81
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
82
|
-
readonly required: false;
|
|
83
|
-
readonly validator: (val: unknown) => boolean;
|
|
84
|
-
__epPropKey: true;
|
|
85
|
-
} & {
|
|
86
|
-
readonly default: false;
|
|
87
|
-
};
|
|
88
|
-
readonly name: {
|
|
89
|
-
readonly type: import("vue").PropType<string>;
|
|
90
|
-
readonly required: false;
|
|
91
|
-
readonly validator: (val: unknown) => boolean;
|
|
92
|
-
__epPropKey: true;
|
|
93
|
-
} & {
|
|
94
|
-
readonly default: "";
|
|
95
|
-
};
|
|
96
|
-
readonly validateEvent: {
|
|
97
|
-
readonly type: import("vue").PropType<boolean>;
|
|
98
|
-
readonly required: false;
|
|
99
|
-
readonly validator: (val: unknown) => boolean;
|
|
100
|
-
__epPropKey: true;
|
|
101
|
-
} & {
|
|
102
|
-
readonly default: true;
|
|
103
|
-
};
|
|
43
|
+
readonly activeText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
44
|
+
readonly inactiveText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
45
|
+
readonly activeValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
46
|
+
readonly inactiveValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
47
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
48
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
104
49
|
readonly beforeChange: {
|
|
105
50
|
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
106
51
|
readonly required: false;
|
|
@@ -109,7 +54,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
109
54
|
};
|
|
110
55
|
readonly id: StringConstructor;
|
|
111
56
|
readonly tabindex: {
|
|
112
|
-
readonly type: import("vue").PropType<
|
|
57
|
+
readonly type: import("vue").PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
113
58
|
readonly required: false;
|
|
114
59
|
readonly validator: (val: unknown) => boolean;
|
|
115
60
|
__epPropKey: true;
|
|
@@ -127,15 +72,15 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
127
72
|
input: (val: string | number | boolean) => void;
|
|
128
73
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
129
74
|
readonly disabled: boolean;
|
|
130
|
-
readonly width:
|
|
75
|
+
readonly width: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
131
76
|
readonly name: string;
|
|
132
77
|
readonly loading: boolean;
|
|
133
|
-
readonly modelValue:
|
|
134
|
-
readonly validateEvent:
|
|
78
|
+
readonly modelValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
79
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
135
80
|
readonly activeText: string;
|
|
136
81
|
readonly inactiveText: string;
|
|
137
|
-
readonly activeValue:
|
|
138
|
-
readonly inactiveValue:
|
|
82
|
+
readonly activeValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
83
|
+
readonly inactiveValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
139
84
|
readonly inlinePrompt: boolean;
|
|
140
85
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
141
86
|
P: {};
|
|
@@ -146,30 +91,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
146
91
|
Defaults: {};
|
|
147
92
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
148
93
|
readonly ariaLabel: StringConstructor;
|
|
149
|
-
readonly modelValue:
|
|
150
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
151
|
-
readonly required: false;
|
|
152
|
-
readonly validator: (val: unknown) => boolean;
|
|
153
|
-
__epPropKey: true;
|
|
154
|
-
} & {
|
|
155
|
-
readonly default: false;
|
|
156
|
-
};
|
|
94
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
157
95
|
readonly disabled: BooleanConstructor;
|
|
158
96
|
readonly loading: BooleanConstructor;
|
|
159
97
|
readonly size: {
|
|
160
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
98
|
+
readonly type: import("vue").PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
161
99
|
readonly required: false;
|
|
162
100
|
readonly validator: (val: unknown) => boolean;
|
|
163
101
|
__epPropKey: true;
|
|
164
102
|
};
|
|
165
|
-
readonly width:
|
|
166
|
-
readonly type: import("vue").PropType<string | number>;
|
|
167
|
-
readonly required: false;
|
|
168
|
-
readonly validator: (val: unknown) => boolean;
|
|
169
|
-
__epPropKey: true;
|
|
170
|
-
} & {
|
|
171
|
-
readonly default: "";
|
|
172
|
-
};
|
|
103
|
+
readonly width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
173
104
|
readonly inlinePrompt: BooleanConstructor;
|
|
174
105
|
readonly inactiveActionIcon: {
|
|
175
106
|
readonly type: import("vue").PropType<unknown>;
|
|
@@ -195,54 +126,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
195
126
|
readonly validator: (val: unknown) => boolean;
|
|
196
127
|
__epPropKey: true;
|
|
197
128
|
};
|
|
198
|
-
readonly activeText:
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
readonly default: "";
|
|
205
|
-
};
|
|
206
|
-
readonly inactiveText: {
|
|
207
|
-
readonly type: import("vue").PropType<string>;
|
|
208
|
-
readonly required: false;
|
|
209
|
-
readonly validator: (val: unknown) => boolean;
|
|
210
|
-
__epPropKey: true;
|
|
211
|
-
} & {
|
|
212
|
-
readonly default: "";
|
|
213
|
-
};
|
|
214
|
-
readonly activeValue: {
|
|
215
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
216
|
-
readonly required: false;
|
|
217
|
-
readonly validator: (val: unknown) => boolean;
|
|
218
|
-
__epPropKey: true;
|
|
219
|
-
} & {
|
|
220
|
-
readonly default: true;
|
|
221
|
-
};
|
|
222
|
-
readonly inactiveValue: {
|
|
223
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
224
|
-
readonly required: false;
|
|
225
|
-
readonly validator: (val: unknown) => boolean;
|
|
226
|
-
__epPropKey: true;
|
|
227
|
-
} & {
|
|
228
|
-
readonly default: false;
|
|
229
|
-
};
|
|
230
|
-
readonly name: {
|
|
231
|
-
readonly type: import("vue").PropType<string>;
|
|
232
|
-
readonly required: false;
|
|
233
|
-
readonly validator: (val: unknown) => boolean;
|
|
234
|
-
__epPropKey: true;
|
|
235
|
-
} & {
|
|
236
|
-
readonly default: "";
|
|
237
|
-
};
|
|
238
|
-
readonly validateEvent: {
|
|
239
|
-
readonly type: import("vue").PropType<boolean>;
|
|
240
|
-
readonly required: false;
|
|
241
|
-
readonly validator: (val: unknown) => boolean;
|
|
242
|
-
__epPropKey: true;
|
|
243
|
-
} & {
|
|
244
|
-
readonly default: true;
|
|
245
|
-
};
|
|
129
|
+
readonly activeText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
130
|
+
readonly inactiveText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
131
|
+
readonly activeValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
132
|
+
readonly inactiveValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
133
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
134
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
246
135
|
readonly beforeChange: {
|
|
247
136
|
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
248
137
|
readonly required: false;
|
|
@@ -251,7 +140,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
251
140
|
};
|
|
252
141
|
readonly id: StringConstructor;
|
|
253
142
|
readonly tabindex: {
|
|
254
|
-
readonly type: import("vue").PropType<
|
|
143
|
+
readonly type: import("vue").PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
255
144
|
readonly required: false;
|
|
256
145
|
readonly validator: (val: unknown) => boolean;
|
|
257
146
|
__epPropKey: true;
|
|
@@ -265,15 +154,15 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
265
154
|
checked: import("vue").ComputedRef<boolean>;
|
|
266
155
|
}, {}, {}, {}, {
|
|
267
156
|
readonly disabled: boolean;
|
|
268
|
-
readonly width:
|
|
157
|
+
readonly width: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
269
158
|
readonly name: string;
|
|
270
159
|
readonly loading: boolean;
|
|
271
|
-
readonly modelValue:
|
|
272
|
-
readonly validateEvent:
|
|
160
|
+
readonly modelValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
161
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
273
162
|
readonly activeText: string;
|
|
274
163
|
readonly inactiveText: string;
|
|
275
|
-
readonly activeValue:
|
|
276
|
-
readonly inactiveValue:
|
|
164
|
+
readonly activeValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
165
|
+
readonly inactiveValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
277
166
|
readonly inlinePrompt: boolean;
|
|
278
167
|
}>;
|
|
279
168
|
__isFragment?: never;
|
|
@@ -281,30 +170,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
281
170
|
__isSuspense?: never;
|
|
282
171
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
283
172
|
readonly ariaLabel: StringConstructor;
|
|
284
|
-
readonly modelValue:
|
|
285
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
286
|
-
readonly required: false;
|
|
287
|
-
readonly validator: (val: unknown) => boolean;
|
|
288
|
-
__epPropKey: true;
|
|
289
|
-
} & {
|
|
290
|
-
readonly default: false;
|
|
291
|
-
};
|
|
173
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
292
174
|
readonly disabled: BooleanConstructor;
|
|
293
175
|
readonly loading: BooleanConstructor;
|
|
294
176
|
readonly size: {
|
|
295
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
296
|
-
readonly required: false;
|
|
297
|
-
readonly validator: (val: unknown) => boolean;
|
|
298
|
-
__epPropKey: true;
|
|
299
|
-
};
|
|
300
|
-
readonly width: {
|
|
301
|
-
readonly type: import("vue").PropType<string | number>;
|
|
177
|
+
readonly type: import("vue").PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
302
178
|
readonly required: false;
|
|
303
179
|
readonly validator: (val: unknown) => boolean;
|
|
304
180
|
__epPropKey: true;
|
|
305
|
-
} & {
|
|
306
|
-
readonly default: "";
|
|
307
181
|
};
|
|
182
|
+
readonly width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
308
183
|
readonly inlinePrompt: BooleanConstructor;
|
|
309
184
|
readonly inactiveActionIcon: {
|
|
310
185
|
readonly type: import("vue").PropType<unknown>;
|
|
@@ -330,54 +205,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
330
205
|
readonly validator: (val: unknown) => boolean;
|
|
331
206
|
__epPropKey: true;
|
|
332
207
|
};
|
|
333
|
-
readonly activeText:
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
readonly default: "";
|
|
340
|
-
};
|
|
341
|
-
readonly inactiveText: {
|
|
342
|
-
readonly type: import("vue").PropType<string>;
|
|
343
|
-
readonly required: false;
|
|
344
|
-
readonly validator: (val: unknown) => boolean;
|
|
345
|
-
__epPropKey: true;
|
|
346
|
-
} & {
|
|
347
|
-
readonly default: "";
|
|
348
|
-
};
|
|
349
|
-
readonly activeValue: {
|
|
350
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
351
|
-
readonly required: false;
|
|
352
|
-
readonly validator: (val: unknown) => boolean;
|
|
353
|
-
__epPropKey: true;
|
|
354
|
-
} & {
|
|
355
|
-
readonly default: true;
|
|
356
|
-
};
|
|
357
|
-
readonly inactiveValue: {
|
|
358
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
359
|
-
readonly required: false;
|
|
360
|
-
readonly validator: (val: unknown) => boolean;
|
|
361
|
-
__epPropKey: true;
|
|
362
|
-
} & {
|
|
363
|
-
readonly default: false;
|
|
364
|
-
};
|
|
365
|
-
readonly name: {
|
|
366
|
-
readonly type: import("vue").PropType<string>;
|
|
367
|
-
readonly required: false;
|
|
368
|
-
readonly validator: (val: unknown) => boolean;
|
|
369
|
-
__epPropKey: true;
|
|
370
|
-
} & {
|
|
371
|
-
readonly default: "";
|
|
372
|
-
};
|
|
373
|
-
readonly validateEvent: {
|
|
374
|
-
readonly type: import("vue").PropType<boolean>;
|
|
375
|
-
readonly required: false;
|
|
376
|
-
readonly validator: (val: unknown) => boolean;
|
|
377
|
-
__epPropKey: true;
|
|
378
|
-
} & {
|
|
379
|
-
readonly default: true;
|
|
380
|
-
};
|
|
208
|
+
readonly activeText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
209
|
+
readonly inactiveText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
210
|
+
readonly activeValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
211
|
+
readonly inactiveValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
212
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
213
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
381
214
|
readonly beforeChange: {
|
|
382
215
|
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
383
216
|
readonly required: false;
|
|
@@ -386,7 +219,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
386
219
|
};
|
|
387
220
|
readonly id: StringConstructor;
|
|
388
221
|
readonly tabindex: {
|
|
389
|
-
readonly type: import("vue").PropType<
|
|
222
|
+
readonly type: import("vue").PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
390
223
|
readonly required: false;
|
|
391
224
|
readonly validator: (val: unknown) => boolean;
|
|
392
225
|
__epPropKey: true;
|
|
@@ -404,48 +237,34 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
404
237
|
input: (val: string | number | boolean) => void;
|
|
405
238
|
}, string, {
|
|
406
239
|
readonly disabled: boolean;
|
|
407
|
-
readonly width:
|
|
240
|
+
readonly width: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
408
241
|
readonly name: string;
|
|
409
242
|
readonly loading: boolean;
|
|
410
|
-
readonly modelValue:
|
|
411
|
-
readonly validateEvent:
|
|
243
|
+
readonly modelValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
244
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
412
245
|
readonly activeText: string;
|
|
413
246
|
readonly inactiveText: string;
|
|
414
|
-
readonly activeValue:
|
|
415
|
-
readonly inactiveValue:
|
|
247
|
+
readonly activeValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
248
|
+
readonly inactiveValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
416
249
|
readonly inlinePrompt: boolean;
|
|
417
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
250
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
418
251
|
$slots: {
|
|
419
252
|
"active-action"?(_: {}): any;
|
|
420
253
|
"inactive-action"?(_: {}): any;
|
|
421
254
|
};
|
|
422
|
-
})
|
|
255
|
+
})>, import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
423
256
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
424
257
|
readonly ariaLabel: StringConstructor;
|
|
425
|
-
readonly modelValue:
|
|
426
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
427
|
-
readonly required: false;
|
|
428
|
-
readonly validator: (val: unknown) => boolean;
|
|
429
|
-
__epPropKey: true;
|
|
430
|
-
} & {
|
|
431
|
-
readonly default: false;
|
|
432
|
-
};
|
|
258
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
433
259
|
readonly disabled: BooleanConstructor;
|
|
434
260
|
readonly loading: BooleanConstructor;
|
|
435
261
|
readonly size: {
|
|
436
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
437
|
-
readonly required: false;
|
|
438
|
-
readonly validator: (val: unknown) => boolean;
|
|
439
|
-
__epPropKey: true;
|
|
440
|
-
};
|
|
441
|
-
readonly width: {
|
|
442
|
-
readonly type: import("vue").PropType<string | number>;
|
|
262
|
+
readonly type: import("vue").PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
443
263
|
readonly required: false;
|
|
444
264
|
readonly validator: (val: unknown) => boolean;
|
|
445
265
|
__epPropKey: true;
|
|
446
|
-
} & {
|
|
447
|
-
readonly default: "";
|
|
448
266
|
};
|
|
267
|
+
readonly width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
449
268
|
readonly inlinePrompt: BooleanConstructor;
|
|
450
269
|
readonly inactiveActionIcon: {
|
|
451
270
|
readonly type: import("vue").PropType<unknown>;
|
|
@@ -471,54 +290,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
471
290
|
readonly validator: (val: unknown) => boolean;
|
|
472
291
|
__epPropKey: true;
|
|
473
292
|
};
|
|
474
|
-
readonly activeText:
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
readonly default: "";
|
|
481
|
-
};
|
|
482
|
-
readonly inactiveText: {
|
|
483
|
-
readonly type: import("vue").PropType<string>;
|
|
484
|
-
readonly required: false;
|
|
485
|
-
readonly validator: (val: unknown) => boolean;
|
|
486
|
-
__epPropKey: true;
|
|
487
|
-
} & {
|
|
488
|
-
readonly default: "";
|
|
489
|
-
};
|
|
490
|
-
readonly activeValue: {
|
|
491
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
492
|
-
readonly required: false;
|
|
493
|
-
readonly validator: (val: unknown) => boolean;
|
|
494
|
-
__epPropKey: true;
|
|
495
|
-
} & {
|
|
496
|
-
readonly default: true;
|
|
497
|
-
};
|
|
498
|
-
readonly inactiveValue: {
|
|
499
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
500
|
-
readonly required: false;
|
|
501
|
-
readonly validator: (val: unknown) => boolean;
|
|
502
|
-
__epPropKey: true;
|
|
503
|
-
} & {
|
|
504
|
-
readonly default: false;
|
|
505
|
-
};
|
|
506
|
-
readonly name: {
|
|
507
|
-
readonly type: import("vue").PropType<string>;
|
|
508
|
-
readonly required: false;
|
|
509
|
-
readonly validator: (val: unknown) => boolean;
|
|
510
|
-
__epPropKey: true;
|
|
511
|
-
} & {
|
|
512
|
-
readonly default: "";
|
|
513
|
-
};
|
|
514
|
-
readonly validateEvent: {
|
|
515
|
-
readonly type: import("vue").PropType<boolean>;
|
|
516
|
-
readonly required: false;
|
|
517
|
-
readonly validator: (val: unknown) => boolean;
|
|
518
|
-
__epPropKey: true;
|
|
519
|
-
} & {
|
|
520
|
-
readonly default: true;
|
|
521
|
-
};
|
|
293
|
+
readonly activeText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
294
|
+
readonly inactiveText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
295
|
+
readonly activeValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
296
|
+
readonly inactiveValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
297
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
298
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
522
299
|
readonly beforeChange: {
|
|
523
300
|
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
524
301
|
readonly required: false;
|
|
@@ -527,7 +304,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
527
304
|
};
|
|
528
305
|
readonly id: StringConstructor;
|
|
529
306
|
readonly tabindex: {
|
|
530
|
-
readonly type: import("vue").PropType<
|
|
307
|
+
readonly type: import("vue").PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
531
308
|
readonly required: false;
|
|
532
309
|
readonly validator: (val: unknown) => boolean;
|
|
533
310
|
__epPropKey: true;
|
|
@@ -545,15 +322,15 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
545
322
|
input: (val: string | number | boolean) => void;
|
|
546
323
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
547
324
|
readonly disabled: boolean;
|
|
548
|
-
readonly width:
|
|
325
|
+
readonly width: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
549
326
|
readonly name: string;
|
|
550
327
|
readonly loading: boolean;
|
|
551
|
-
readonly modelValue:
|
|
552
|
-
readonly validateEvent:
|
|
328
|
+
readonly modelValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
329
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
553
330
|
readonly activeText: string;
|
|
554
331
|
readonly inactiveText: string;
|
|
555
|
-
readonly activeValue:
|
|
556
|
-
readonly inactiveValue:
|
|
332
|
+
readonly activeValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
333
|
+
readonly inactiveValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
557
334
|
readonly inlinePrompt: boolean;
|
|
558
335
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
559
336
|
P: {};
|
|
@@ -564,30 +341,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
564
341
|
Defaults: {};
|
|
565
342
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
566
343
|
readonly ariaLabel: StringConstructor;
|
|
567
|
-
readonly modelValue:
|
|
568
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
569
|
-
readonly required: false;
|
|
570
|
-
readonly validator: (val: unknown) => boolean;
|
|
571
|
-
__epPropKey: true;
|
|
572
|
-
} & {
|
|
573
|
-
readonly default: false;
|
|
574
|
-
};
|
|
344
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
575
345
|
readonly disabled: BooleanConstructor;
|
|
576
346
|
readonly loading: BooleanConstructor;
|
|
577
347
|
readonly size: {
|
|
578
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
348
|
+
readonly type: import("vue").PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
579
349
|
readonly required: false;
|
|
580
350
|
readonly validator: (val: unknown) => boolean;
|
|
581
351
|
__epPropKey: true;
|
|
582
352
|
};
|
|
583
|
-
readonly width:
|
|
584
|
-
readonly type: import("vue").PropType<string | number>;
|
|
585
|
-
readonly required: false;
|
|
586
|
-
readonly validator: (val: unknown) => boolean;
|
|
587
|
-
__epPropKey: true;
|
|
588
|
-
} & {
|
|
589
|
-
readonly default: "";
|
|
590
|
-
};
|
|
353
|
+
readonly width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
591
354
|
readonly inlinePrompt: BooleanConstructor;
|
|
592
355
|
readonly inactiveActionIcon: {
|
|
593
356
|
readonly type: import("vue").PropType<unknown>;
|
|
@@ -613,54 +376,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
613
376
|
readonly validator: (val: unknown) => boolean;
|
|
614
377
|
__epPropKey: true;
|
|
615
378
|
};
|
|
616
|
-
readonly activeText:
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
readonly default: "";
|
|
623
|
-
};
|
|
624
|
-
readonly inactiveText: {
|
|
625
|
-
readonly type: import("vue").PropType<string>;
|
|
626
|
-
readonly required: false;
|
|
627
|
-
readonly validator: (val: unknown) => boolean;
|
|
628
|
-
__epPropKey: true;
|
|
629
|
-
} & {
|
|
630
|
-
readonly default: "";
|
|
631
|
-
};
|
|
632
|
-
readonly activeValue: {
|
|
633
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
634
|
-
readonly required: false;
|
|
635
|
-
readonly validator: (val: unknown) => boolean;
|
|
636
|
-
__epPropKey: true;
|
|
637
|
-
} & {
|
|
638
|
-
readonly default: true;
|
|
639
|
-
};
|
|
640
|
-
readonly inactiveValue: {
|
|
641
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
642
|
-
readonly required: false;
|
|
643
|
-
readonly validator: (val: unknown) => boolean;
|
|
644
|
-
__epPropKey: true;
|
|
645
|
-
} & {
|
|
646
|
-
readonly default: false;
|
|
647
|
-
};
|
|
648
|
-
readonly name: {
|
|
649
|
-
readonly type: import("vue").PropType<string>;
|
|
650
|
-
readonly required: false;
|
|
651
|
-
readonly validator: (val: unknown) => boolean;
|
|
652
|
-
__epPropKey: true;
|
|
653
|
-
} & {
|
|
654
|
-
readonly default: "";
|
|
655
|
-
};
|
|
656
|
-
readonly validateEvent: {
|
|
657
|
-
readonly type: import("vue").PropType<boolean>;
|
|
658
|
-
readonly required: false;
|
|
659
|
-
readonly validator: (val: unknown) => boolean;
|
|
660
|
-
__epPropKey: true;
|
|
661
|
-
} & {
|
|
662
|
-
readonly default: true;
|
|
663
|
-
};
|
|
379
|
+
readonly activeText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
380
|
+
readonly inactiveText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
381
|
+
readonly activeValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
382
|
+
readonly inactiveValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
383
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
384
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
664
385
|
readonly beforeChange: {
|
|
665
386
|
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
666
387
|
readonly required: false;
|
|
@@ -669,7 +390,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
669
390
|
};
|
|
670
391
|
readonly id: StringConstructor;
|
|
671
392
|
readonly tabindex: {
|
|
672
|
-
readonly type: import("vue").PropType<
|
|
393
|
+
readonly type: import("vue").PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
673
394
|
readonly required: false;
|
|
674
395
|
readonly validator: (val: unknown) => boolean;
|
|
675
396
|
__epPropKey: true;
|
|
@@ -683,15 +404,15 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
683
404
|
checked: import("vue").ComputedRef<boolean>;
|
|
684
405
|
}, {}, {}, {}, {
|
|
685
406
|
readonly disabled: boolean;
|
|
686
|
-
readonly width:
|
|
407
|
+
readonly width: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
687
408
|
readonly name: string;
|
|
688
409
|
readonly loading: boolean;
|
|
689
|
-
readonly modelValue:
|
|
690
|
-
readonly validateEvent:
|
|
410
|
+
readonly modelValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
411
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
691
412
|
readonly activeText: string;
|
|
692
413
|
readonly inactiveText: string;
|
|
693
|
-
readonly activeValue:
|
|
694
|
-
readonly inactiveValue:
|
|
414
|
+
readonly activeValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
415
|
+
readonly inactiveValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
695
416
|
readonly inlinePrompt: boolean;
|
|
696
417
|
}>;
|
|
697
418
|
__isFragment?: never;
|
|
@@ -699,30 +420,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
699
420
|
__isSuspense?: never;
|
|
700
421
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
701
422
|
readonly ariaLabel: StringConstructor;
|
|
702
|
-
readonly modelValue:
|
|
703
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
704
|
-
readonly required: false;
|
|
705
|
-
readonly validator: (val: unknown) => boolean;
|
|
706
|
-
__epPropKey: true;
|
|
707
|
-
} & {
|
|
708
|
-
readonly default: false;
|
|
709
|
-
};
|
|
423
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
710
424
|
readonly disabled: BooleanConstructor;
|
|
711
425
|
readonly loading: BooleanConstructor;
|
|
712
426
|
readonly size: {
|
|
713
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
714
|
-
readonly required: false;
|
|
715
|
-
readonly validator: (val: unknown) => boolean;
|
|
716
|
-
__epPropKey: true;
|
|
717
|
-
};
|
|
718
|
-
readonly width: {
|
|
719
|
-
readonly type: import("vue").PropType<string | number>;
|
|
427
|
+
readonly type: import("vue").PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
720
428
|
readonly required: false;
|
|
721
429
|
readonly validator: (val: unknown) => boolean;
|
|
722
430
|
__epPropKey: true;
|
|
723
|
-
} & {
|
|
724
|
-
readonly default: "";
|
|
725
431
|
};
|
|
432
|
+
readonly width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
726
433
|
readonly inlinePrompt: BooleanConstructor;
|
|
727
434
|
readonly inactiveActionIcon: {
|
|
728
435
|
readonly type: import("vue").PropType<unknown>;
|
|
@@ -748,54 +455,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
748
455
|
readonly validator: (val: unknown) => boolean;
|
|
749
456
|
__epPropKey: true;
|
|
750
457
|
};
|
|
751
|
-
readonly activeText:
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
readonly default: "";
|
|
758
|
-
};
|
|
759
|
-
readonly inactiveText: {
|
|
760
|
-
readonly type: import("vue").PropType<string>;
|
|
761
|
-
readonly required: false;
|
|
762
|
-
readonly validator: (val: unknown) => boolean;
|
|
763
|
-
__epPropKey: true;
|
|
764
|
-
} & {
|
|
765
|
-
readonly default: "";
|
|
766
|
-
};
|
|
767
|
-
readonly activeValue: {
|
|
768
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
769
|
-
readonly required: false;
|
|
770
|
-
readonly validator: (val: unknown) => boolean;
|
|
771
|
-
__epPropKey: true;
|
|
772
|
-
} & {
|
|
773
|
-
readonly default: true;
|
|
774
|
-
};
|
|
775
|
-
readonly inactiveValue: {
|
|
776
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
777
|
-
readonly required: false;
|
|
778
|
-
readonly validator: (val: unknown) => boolean;
|
|
779
|
-
__epPropKey: true;
|
|
780
|
-
} & {
|
|
781
|
-
readonly default: false;
|
|
782
|
-
};
|
|
783
|
-
readonly name: {
|
|
784
|
-
readonly type: import("vue").PropType<string>;
|
|
785
|
-
readonly required: false;
|
|
786
|
-
readonly validator: (val: unknown) => boolean;
|
|
787
|
-
__epPropKey: true;
|
|
788
|
-
} & {
|
|
789
|
-
readonly default: "";
|
|
790
|
-
};
|
|
791
|
-
readonly validateEvent: {
|
|
792
|
-
readonly type: import("vue").PropType<boolean>;
|
|
793
|
-
readonly required: false;
|
|
794
|
-
readonly validator: (val: unknown) => boolean;
|
|
795
|
-
__epPropKey: true;
|
|
796
|
-
} & {
|
|
797
|
-
readonly default: true;
|
|
798
|
-
};
|
|
458
|
+
readonly activeText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
459
|
+
readonly inactiveText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
460
|
+
readonly activeValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
461
|
+
readonly inactiveValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
462
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
463
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
799
464
|
readonly beforeChange: {
|
|
800
465
|
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
801
466
|
readonly required: false;
|
|
@@ -804,7 +469,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
804
469
|
};
|
|
805
470
|
readonly id: StringConstructor;
|
|
806
471
|
readonly tabindex: {
|
|
807
|
-
readonly type: import("vue").PropType<
|
|
472
|
+
readonly type: import("vue").PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
808
473
|
readonly required: false;
|
|
809
474
|
readonly validator: (val: unknown) => boolean;
|
|
810
475
|
__epPropKey: true;
|
|
@@ -822,22 +487,22 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
822
487
|
input: (val: string | number | boolean) => void;
|
|
823
488
|
}, string, {
|
|
824
489
|
readonly disabled: boolean;
|
|
825
|
-
readonly width:
|
|
490
|
+
readonly width: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
826
491
|
readonly name: string;
|
|
827
492
|
readonly loading: boolean;
|
|
828
|
-
readonly modelValue:
|
|
829
|
-
readonly validateEvent:
|
|
493
|
+
readonly modelValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
494
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
830
495
|
readonly activeText: string;
|
|
831
496
|
readonly inactiveText: string;
|
|
832
|
-
readonly activeValue:
|
|
833
|
-
readonly inactiveValue:
|
|
497
|
+
readonly activeValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
498
|
+
readonly inactiveValue: EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
834
499
|
readonly inlinePrompt: boolean;
|
|
835
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
500
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
836
501
|
$slots: {
|
|
837
502
|
"active-action"?(_: {}): any;
|
|
838
503
|
"inactive-action"?(_: {}): any;
|
|
839
504
|
};
|
|
840
|
-
})
|
|
505
|
+
})>>;
|
|
841
506
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
842
507
|
change: (value: string | number | boolean) => any;
|
|
843
508
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|