@vunk/form 2.10.0 → 2.10.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/components/api-tables-select/index.cjs +37 -36
- package/components/api-tables-select/index.mjs +37 -36
- package/components/api-tables-select/src/ctx.d.ts +48 -13
- package/components/api-tables-select/src/index.vue.d.ts +568 -80
- package/components/button/src/ctx.d.ts +101 -17
- package/components/button/src/index.vue.d.ts +437 -101
- package/components/card-input-collection/index.cjs +67 -70
- package/components/card-input-collection/index.mjs +68 -71
- package/components/card-input-collection/src/ctx.d.ts +43 -8
- package/components/card-input-collection/src/index.vue.d.ts +718 -226
- package/components/cascader/src/ctx.d.ts +192 -46
- package/components/cascader/src/index.vue.d.ts +393 -118
- package/components/checkbox/index.cjs +2 -3
- package/components/checkbox/index.mjs +2 -3
- package/components/checkbox/src/ctx.d.ts +65 -13
- package/components/checkbox/src/index.vue.d.ts +339 -115
- package/components/color-picker/src/ctx.d.ts +76 -13
- package/components/color-picker/src/index.vue.d.ts +160 -34
- package/components/date-picker/src/ctx.d.ts +185 -36
- package/components/date-picker/src/index.vue.d.ts +974 -202
- package/components/date-picker-range/src/ctx.d.ts +168 -35
- package/components/date-picker-range/src/index.vue.d.ts +347 -82
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/ctx.d.ts +43 -8
- package/components/download-plus/src/index.vue.d.ts +618 -165
- package/components/editable-text/index.cjs +29 -15
- package/components/editable-text/index.mjs +29 -15
- package/components/editable-text/src/ctx.d.ts +51 -8
- package/components/editable-text/src/index.vue.d.ts +2827 -251
- package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
- package/components/esri-input-geojson/src/ctx.d.ts +133 -32
- package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
- package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
- package/components/form/src/ctx.d.ts +59 -11
- package/components/form/src/index.vue.d.ts +3456 -186
- package/components/form-item/src/ctx.d.ts +45 -10
- package/components/form-item/src/index.vue.d.ts +484 -141
- package/components/information-collection/src/ctx.d.ts +45 -10
- package/components/information-collection/src/index.vue.d.ts +96 -26
- package/components/information-tag/src/ctx.d.ts +17 -3
- package/components/information-tag/src/index.vue.d.ts +38 -10
- package/components/input/src/ctx.d.ts +138 -33
- package/components/input/src/index.vue.d.ts +528 -152
- package/components/input-collection/index.cjs +105 -74
- package/components/input-collection/index.mjs +107 -76
- package/components/input-collection/src/ctx.d.ts +43 -8
- package/components/input-collection/src/index.vue.d.ts +756 -793
- package/components/input-link/src/ctx.d.ts +103 -25
- package/components/input-link/src/index.vue.d.ts +219 -63
- package/components/input-number/src/ctx.d.ts +123 -21
- package/components/input-number/src/index.vue.d.ts +468 -93
- package/components/input-tag/src/ctx.d.ts +141 -25
- package/components/input-tag/src/index.vue.d.ts +566 -126
- package/components/monaco-editor/src/ctx.d.ts +43 -8
- package/components/monaco-editor/src/index.vue.d.ts +91 -21
- package/components/radio/index.cjs +2 -3
- package/components/radio/index.mjs +2 -3
- package/components/radio/src/ctx.d.ts +84 -14
- package/components/radio/src/index.vue.d.ts +812 -168
- package/components/select/src/ctx.d.ts +63 -13
- package/components/select/src/index.vue.d.ts +549 -108
- package/components/slider/src/ctx.d.ts +170 -54
- package/components/slider/src/index.vue.d.ts +362 -137
- package/components/switch/src/ctx.d.ts +105 -21
- package/components/switch/src/index.vue.d.ts +453 -117
- package/components/tables-select/src/ctx.d.ts +72 -9
- package/components/tables-select/src/index.vue.d.ts +386 -82
- package/components/templates-element-plus/src/index.vue.d.ts +187 -40
- package/components/templates-layout/src/index.vue.d.ts +337 -64
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +183 -89
- package/components/upload/src/file.vue.d.ts +269 -83
- package/components/upload/src/index.vue.d.ts +1246 -632
- package/components/upload-plus/index.cjs +79 -86
- package/components/upload-plus/index.mjs +79 -86
- package/components/upload-plus/src/ctx.d.ts +43 -8
- package/components/upload-plus/src/index.vue.d.ts +1008 -283
- package/components/van-cascader/src/ctx.d.ts +181 -44
- package/components/van-cascader/src/index.vue.d.ts +1532 -324
- package/components/var-datetime-picker/src/ctx.d.ts +43 -8
- package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
- package/components/vditor/src/ctx.d.ts +43 -8
- package/components/vditor/src/index.vue.d.ts +91 -21
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +111 -30
- package/shared/element-plus/instances.d.ts +140 -28
|
@@ -13,34 +13,90 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
15
|
size: {
|
|
16
|
-
readonly type: import("vue").PropType<
|
|
16
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
17
17
|
readonly required: false;
|
|
18
18
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
19
|
__epPropKey: true;
|
|
20
20
|
};
|
|
21
21
|
disabled: BooleanConstructor;
|
|
22
|
-
type:
|
|
22
|
+
type: {
|
|
23
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
24
|
+
readonly required: false;
|
|
25
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
|
+
__epPropKey: true;
|
|
27
|
+
} & {
|
|
28
|
+
readonly default: "";
|
|
29
|
+
};
|
|
23
30
|
icon: {
|
|
24
|
-
readonly type: import("vue").PropType<
|
|
31
|
+
readonly type: import("vue").PropType<unknown>;
|
|
32
|
+
readonly required: false;
|
|
33
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
|
+
__epPropKey: true;
|
|
35
|
+
};
|
|
36
|
+
nativeType: {
|
|
37
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
25
38
|
readonly required: false;
|
|
26
39
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
40
|
__epPropKey: true;
|
|
41
|
+
} & {
|
|
42
|
+
readonly default: "button";
|
|
28
43
|
};
|
|
29
|
-
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
30
44
|
loading: BooleanConstructor;
|
|
31
|
-
loadingIcon:
|
|
32
|
-
|
|
45
|
+
loadingIcon: {
|
|
46
|
+
readonly type: import("vue").PropType<unknown>;
|
|
47
|
+
readonly required: false;
|
|
48
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
|
+
__epPropKey: true;
|
|
50
|
+
} & {
|
|
51
|
+
readonly default: () => any;
|
|
52
|
+
};
|
|
53
|
+
plain: {
|
|
54
|
+
readonly type: import("vue").PropType<boolean>;
|
|
55
|
+
readonly required: false;
|
|
56
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
|
+
__epPropKey: true;
|
|
58
|
+
} & {
|
|
59
|
+
readonly default: undefined;
|
|
60
|
+
};
|
|
33
61
|
text: BooleanConstructor;
|
|
34
62
|
link: BooleanConstructor;
|
|
35
63
|
bg: BooleanConstructor;
|
|
36
64
|
autofocus: BooleanConstructor;
|
|
37
|
-
round:
|
|
65
|
+
round: {
|
|
66
|
+
readonly type: import("vue").PropType<boolean>;
|
|
67
|
+
readonly required: false;
|
|
68
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
69
|
+
__epPropKey: true;
|
|
70
|
+
} & {
|
|
71
|
+
readonly default: undefined;
|
|
72
|
+
};
|
|
38
73
|
circle: BooleanConstructor;
|
|
39
74
|
color: StringConstructor;
|
|
40
75
|
dark: BooleanConstructor;
|
|
41
|
-
autoInsertSpace:
|
|
42
|
-
|
|
43
|
-
|
|
76
|
+
autoInsertSpace: {
|
|
77
|
+
readonly type: import("vue").PropType<boolean>;
|
|
78
|
+
readonly required: false;
|
|
79
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
+
__epPropKey: true;
|
|
81
|
+
} & {
|
|
82
|
+
readonly default: undefined;
|
|
83
|
+
};
|
|
84
|
+
tag: {
|
|
85
|
+
readonly type: import("vue").PropType<unknown>;
|
|
86
|
+
readonly required: false;
|
|
87
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
88
|
+
__epPropKey: true;
|
|
89
|
+
} & {
|
|
90
|
+
readonly default: "button";
|
|
91
|
+
};
|
|
92
|
+
required: {
|
|
93
|
+
readonly type: import("vue").PropType<boolean>;
|
|
94
|
+
readonly required: false;
|
|
95
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
96
|
+
__epPropKey: true;
|
|
97
|
+
} & {
|
|
98
|
+
readonly default: undefined;
|
|
99
|
+
};
|
|
44
100
|
formItemSize: {
|
|
45
101
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
46
102
|
default: "default" | "small" | "large";
|
|
@@ -75,30 +131,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
75
131
|
default: boolean;
|
|
76
132
|
};
|
|
77
133
|
label: StringConstructor;
|
|
78
|
-
labelWidth:
|
|
79
|
-
|
|
134
|
+
labelWidth: {
|
|
135
|
+
readonly type: import("vue").PropType<string | number>;
|
|
136
|
+
readonly required: false;
|
|
137
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
|
+
__epPropKey: true;
|
|
139
|
+
} & {
|
|
140
|
+
readonly default: "";
|
|
141
|
+
};
|
|
142
|
+
labelPosition: {
|
|
143
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
144
|
+
readonly required: false;
|
|
145
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
146
|
+
__epPropKey: true;
|
|
147
|
+
} & {
|
|
148
|
+
readonly default: "";
|
|
149
|
+
};
|
|
80
150
|
prop: {
|
|
81
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
151
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
82
152
|
readonly required: false;
|
|
83
153
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
154
|
__epPropKey: true;
|
|
85
155
|
};
|
|
86
156
|
rules: {
|
|
87
|
-
readonly type: import("vue").PropType<
|
|
157
|
+
readonly type: import("vue").PropType<unknown>;
|
|
88
158
|
readonly required: false;
|
|
89
159
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
90
160
|
__epPropKey: true;
|
|
91
161
|
};
|
|
92
162
|
error: StringConstructor;
|
|
93
163
|
validateStatus: {
|
|
94
|
-
readonly type: import("vue").PropType<
|
|
164
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
95
165
|
readonly required: false;
|
|
96
166
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
167
|
__epPropKey: true;
|
|
98
168
|
};
|
|
99
169
|
for: StringConstructor;
|
|
100
|
-
inlineMessage:
|
|
101
|
-
|
|
170
|
+
inlineMessage: {
|
|
171
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
172
|
+
readonly required: false;
|
|
173
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
174
|
+
__epPropKey: true;
|
|
175
|
+
} & {
|
|
176
|
+
readonly default: "";
|
|
177
|
+
};
|
|
178
|
+
showMessage: {
|
|
179
|
+
readonly type: import("vue").PropType<boolean>;
|
|
180
|
+
readonly required: false;
|
|
181
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
+
__epPropKey: true;
|
|
183
|
+
} & {
|
|
184
|
+
readonly default: true;
|
|
185
|
+
};
|
|
102
186
|
}>, {
|
|
103
187
|
formBindProps: import("vue").ComputedRef<{}>;
|
|
104
188
|
coreBindProps: import("vue").ComputedRef<{}>;
|
|
@@ -120,34 +204,90 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
120
204
|
default: boolean;
|
|
121
205
|
};
|
|
122
206
|
size: {
|
|
123
|
-
readonly type: import("vue").PropType<
|
|
207
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
124
208
|
readonly required: false;
|
|
125
209
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
126
210
|
__epPropKey: true;
|
|
127
211
|
};
|
|
128
212
|
disabled: BooleanConstructor;
|
|
129
|
-
type:
|
|
213
|
+
type: {
|
|
214
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
215
|
+
readonly required: false;
|
|
216
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
|
+
__epPropKey: true;
|
|
218
|
+
} & {
|
|
219
|
+
readonly default: "";
|
|
220
|
+
};
|
|
130
221
|
icon: {
|
|
131
|
-
readonly type: import("vue").PropType<
|
|
222
|
+
readonly type: import("vue").PropType<unknown>;
|
|
223
|
+
readonly required: false;
|
|
224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
|
+
__epPropKey: true;
|
|
226
|
+
};
|
|
227
|
+
nativeType: {
|
|
228
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
132
229
|
readonly required: false;
|
|
133
230
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
231
|
__epPropKey: true;
|
|
232
|
+
} & {
|
|
233
|
+
readonly default: "button";
|
|
135
234
|
};
|
|
136
|
-
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
137
235
|
loading: BooleanConstructor;
|
|
138
|
-
loadingIcon:
|
|
139
|
-
|
|
236
|
+
loadingIcon: {
|
|
237
|
+
readonly type: import("vue").PropType<unknown>;
|
|
238
|
+
readonly required: false;
|
|
239
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
|
+
__epPropKey: true;
|
|
241
|
+
} & {
|
|
242
|
+
readonly default: () => any;
|
|
243
|
+
};
|
|
244
|
+
plain: {
|
|
245
|
+
readonly type: import("vue").PropType<boolean>;
|
|
246
|
+
readonly required: false;
|
|
247
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
+
__epPropKey: true;
|
|
249
|
+
} & {
|
|
250
|
+
readonly default: undefined;
|
|
251
|
+
};
|
|
140
252
|
text: BooleanConstructor;
|
|
141
253
|
link: BooleanConstructor;
|
|
142
254
|
bg: BooleanConstructor;
|
|
143
255
|
autofocus: BooleanConstructor;
|
|
144
|
-
round:
|
|
256
|
+
round: {
|
|
257
|
+
readonly type: import("vue").PropType<boolean>;
|
|
258
|
+
readonly required: false;
|
|
259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
+
__epPropKey: true;
|
|
261
|
+
} & {
|
|
262
|
+
readonly default: undefined;
|
|
263
|
+
};
|
|
145
264
|
circle: BooleanConstructor;
|
|
146
265
|
color: StringConstructor;
|
|
147
266
|
dark: BooleanConstructor;
|
|
148
|
-
autoInsertSpace:
|
|
149
|
-
|
|
150
|
-
|
|
267
|
+
autoInsertSpace: {
|
|
268
|
+
readonly type: import("vue").PropType<boolean>;
|
|
269
|
+
readonly required: false;
|
|
270
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
271
|
+
__epPropKey: true;
|
|
272
|
+
} & {
|
|
273
|
+
readonly default: undefined;
|
|
274
|
+
};
|
|
275
|
+
tag: {
|
|
276
|
+
readonly type: import("vue").PropType<unknown>;
|
|
277
|
+
readonly required: false;
|
|
278
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
279
|
+
__epPropKey: true;
|
|
280
|
+
} & {
|
|
281
|
+
readonly default: "button";
|
|
282
|
+
};
|
|
283
|
+
required: {
|
|
284
|
+
readonly type: import("vue").PropType<boolean>;
|
|
285
|
+
readonly required: false;
|
|
286
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
287
|
+
__epPropKey: true;
|
|
288
|
+
} & {
|
|
289
|
+
readonly default: undefined;
|
|
290
|
+
};
|
|
151
291
|
formItemSize: {
|
|
152
292
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
153
293
|
default: "default" | "small" | "large";
|
|
@@ -182,35 +322,63 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
182
322
|
default: boolean;
|
|
183
323
|
};
|
|
184
324
|
label: StringConstructor;
|
|
185
|
-
labelWidth:
|
|
186
|
-
|
|
325
|
+
labelWidth: {
|
|
326
|
+
readonly type: import("vue").PropType<string | number>;
|
|
327
|
+
readonly required: false;
|
|
328
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
329
|
+
__epPropKey: true;
|
|
330
|
+
} & {
|
|
331
|
+
readonly default: "";
|
|
332
|
+
};
|
|
333
|
+
labelPosition: {
|
|
334
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
335
|
+
readonly required: false;
|
|
336
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
337
|
+
__epPropKey: true;
|
|
338
|
+
} & {
|
|
339
|
+
readonly default: "";
|
|
340
|
+
};
|
|
187
341
|
prop: {
|
|
188
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
342
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
189
343
|
readonly required: false;
|
|
190
344
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
345
|
__epPropKey: true;
|
|
192
346
|
};
|
|
193
347
|
rules: {
|
|
194
|
-
readonly type: import("vue").PropType<
|
|
348
|
+
readonly type: import("vue").PropType<unknown>;
|
|
195
349
|
readonly required: false;
|
|
196
350
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
351
|
__epPropKey: true;
|
|
198
352
|
};
|
|
199
353
|
error: StringConstructor;
|
|
200
354
|
validateStatus: {
|
|
201
|
-
readonly type: import("vue").PropType<
|
|
355
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
202
356
|
readonly required: false;
|
|
203
357
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
204
358
|
__epPropKey: true;
|
|
205
359
|
};
|
|
206
360
|
for: StringConstructor;
|
|
207
|
-
inlineMessage:
|
|
208
|
-
|
|
361
|
+
inlineMessage: {
|
|
362
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
363
|
+
readonly required: false;
|
|
364
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
365
|
+
__epPropKey: true;
|
|
366
|
+
} & {
|
|
367
|
+
readonly default: "";
|
|
368
|
+
};
|
|
369
|
+
showMessage: {
|
|
370
|
+
readonly type: import("vue").PropType<boolean>;
|
|
371
|
+
readonly required: false;
|
|
372
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
|
+
__epPropKey: true;
|
|
374
|
+
} & {
|
|
375
|
+
readonly default: true;
|
|
376
|
+
};
|
|
209
377
|
}>> & Readonly<{
|
|
210
378
|
onClick?: (evt: MouseEvent) => any;
|
|
211
379
|
}>, {
|
|
212
|
-
type:
|
|
213
|
-
required:
|
|
380
|
+
type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
381
|
+
required: boolean;
|
|
214
382
|
formItemSize: "default" | "small" | "large";
|
|
215
383
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
216
384
|
inline: boolean;
|
|
@@ -219,14 +387,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
219
387
|
formItemTipClass: any;
|
|
220
388
|
labelTip: string;
|
|
221
389
|
information: boolean;
|
|
222
|
-
labelWidth:
|
|
223
|
-
labelPosition:
|
|
224
|
-
inlineMessage:
|
|
225
|
-
showMessage:
|
|
390
|
+
labelWidth: string | number;
|
|
391
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
392
|
+
inlineMessage: string | boolean;
|
|
393
|
+
showMessage: boolean;
|
|
226
394
|
disabled: boolean;
|
|
227
395
|
dark: boolean;
|
|
228
396
|
link: boolean;
|
|
229
|
-
nativeType:
|
|
397
|
+
nativeType: "button" | "reset" | "submit";
|
|
230
398
|
loading: boolean;
|
|
231
399
|
loadingIcon: any;
|
|
232
400
|
plain: boolean;
|
|
@@ -235,7 +403,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
235
403
|
autofocus: boolean;
|
|
236
404
|
round: boolean;
|
|
237
405
|
circle: boolean;
|
|
238
|
-
autoInsertSpace:
|
|
406
|
+
autoInsertSpace: boolean;
|
|
239
407
|
tag: "button";
|
|
240
408
|
validate: boolean;
|
|
241
409
|
buttonSlots: import("./types").ButtonSlots;
|
|
@@ -252,42 +420,91 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
252
420
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
253
421
|
install(app: import("vue").App): void;
|
|
254
422
|
};
|
|
255
|
-
ElButton:
|
|
423
|
+
ElButton: ({
|
|
256
424
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
257
425
|
readonly size: {
|
|
258
|
-
readonly type: import("vue").PropType<
|
|
426
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
259
427
|
readonly required: false;
|
|
260
428
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
429
|
__epPropKey: true;
|
|
262
430
|
};
|
|
263
431
|
readonly disabled: BooleanConstructor;
|
|
264
|
-
readonly type:
|
|
432
|
+
readonly type: {
|
|
433
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
434
|
+
readonly required: false;
|
|
435
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
|
+
__epPropKey: true;
|
|
437
|
+
} & {
|
|
438
|
+
readonly default: "";
|
|
439
|
+
};
|
|
265
440
|
readonly icon: {
|
|
266
|
-
readonly type: import("vue").PropType<
|
|
441
|
+
readonly type: import("vue").PropType<unknown>;
|
|
442
|
+
readonly required: false;
|
|
443
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
444
|
+
__epPropKey: true;
|
|
445
|
+
};
|
|
446
|
+
readonly nativeType: {
|
|
447
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
267
448
|
readonly required: false;
|
|
268
449
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
450
|
__epPropKey: true;
|
|
451
|
+
} & {
|
|
452
|
+
readonly default: "button";
|
|
270
453
|
};
|
|
271
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
272
454
|
readonly loading: BooleanConstructor;
|
|
273
|
-
readonly loadingIcon:
|
|
274
|
-
|
|
455
|
+
readonly loadingIcon: {
|
|
456
|
+
readonly type: import("vue").PropType<unknown>;
|
|
457
|
+
readonly required: false;
|
|
458
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
459
|
+
__epPropKey: true;
|
|
460
|
+
} & {
|
|
461
|
+
readonly default: () => any;
|
|
462
|
+
};
|
|
463
|
+
readonly plain: {
|
|
464
|
+
readonly type: import("vue").PropType<boolean>;
|
|
465
|
+
readonly required: false;
|
|
466
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
|
+
__epPropKey: true;
|
|
468
|
+
} & {
|
|
469
|
+
readonly default: undefined;
|
|
470
|
+
};
|
|
275
471
|
readonly text: BooleanConstructor;
|
|
276
472
|
readonly link: BooleanConstructor;
|
|
277
473
|
readonly bg: BooleanConstructor;
|
|
278
474
|
readonly autofocus: BooleanConstructor;
|
|
279
|
-
readonly round:
|
|
475
|
+
readonly round: {
|
|
476
|
+
readonly type: import("vue").PropType<boolean>;
|
|
477
|
+
readonly required: false;
|
|
478
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
479
|
+
__epPropKey: true;
|
|
480
|
+
} & {
|
|
481
|
+
readonly default: undefined;
|
|
482
|
+
};
|
|
280
483
|
readonly circle: BooleanConstructor;
|
|
281
484
|
readonly color: StringConstructor;
|
|
282
485
|
readonly dark: BooleanConstructor;
|
|
283
|
-
readonly autoInsertSpace:
|
|
284
|
-
|
|
486
|
+
readonly autoInsertSpace: {
|
|
487
|
+
readonly type: import("vue").PropType<boolean>;
|
|
488
|
+
readonly required: false;
|
|
489
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
490
|
+
__epPropKey: true;
|
|
491
|
+
} & {
|
|
492
|
+
readonly default: undefined;
|
|
493
|
+
};
|
|
494
|
+
readonly tag: {
|
|
495
|
+
readonly type: import("vue").PropType<unknown>;
|
|
496
|
+
readonly required: false;
|
|
497
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
498
|
+
__epPropKey: true;
|
|
499
|
+
} & {
|
|
500
|
+
readonly default: "button";
|
|
501
|
+
};
|
|
285
502
|
}>> & {
|
|
286
503
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
287
504
|
}, {
|
|
288
|
-
ref:
|
|
505
|
+
ref: Ref<HTMLButtonElement | undefined>;
|
|
289
506
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
290
|
-
type: import("vue").ComputedRef<
|
|
507
|
+
type: import("vue").ComputedRef<string>;
|
|
291
508
|
disabled: import("vue").ComputedRef<boolean>;
|
|
292
509
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
293
510
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -299,15 +516,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
299
516
|
readonly disabled: boolean;
|
|
300
517
|
readonly round: boolean;
|
|
301
518
|
readonly dark: boolean;
|
|
302
|
-
readonly type:
|
|
519
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
303
520
|
readonly bg: boolean;
|
|
304
521
|
readonly loading: boolean;
|
|
305
522
|
readonly autofocus: boolean;
|
|
306
|
-
readonly tag:
|
|
523
|
+
readonly tag: unknown;
|
|
307
524
|
readonly plain: boolean;
|
|
308
|
-
readonly
|
|
309
|
-
readonly
|
|
310
|
-
readonly
|
|
525
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
526
|
+
readonly loadingIcon: unknown;
|
|
527
|
+
readonly autoInsertSpace: boolean;
|
|
311
528
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
312
529
|
P: {};
|
|
313
530
|
B: {};
|
|
@@ -317,39 +534,88 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
317
534
|
Defaults: {};
|
|
318
535
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
319
536
|
readonly size: {
|
|
320
|
-
readonly type: import("vue").PropType<
|
|
537
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
321
538
|
readonly required: false;
|
|
322
539
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
540
|
__epPropKey: true;
|
|
324
541
|
};
|
|
325
542
|
readonly disabled: BooleanConstructor;
|
|
326
|
-
readonly type:
|
|
543
|
+
readonly type: {
|
|
544
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
545
|
+
readonly required: false;
|
|
546
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
547
|
+
__epPropKey: true;
|
|
548
|
+
} & {
|
|
549
|
+
readonly default: "";
|
|
550
|
+
};
|
|
327
551
|
readonly icon: {
|
|
328
|
-
readonly type: import("vue").PropType<
|
|
552
|
+
readonly type: import("vue").PropType<unknown>;
|
|
553
|
+
readonly required: false;
|
|
554
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
555
|
+
__epPropKey: true;
|
|
556
|
+
};
|
|
557
|
+
readonly nativeType: {
|
|
558
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
329
559
|
readonly required: false;
|
|
330
560
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
561
|
__epPropKey: true;
|
|
562
|
+
} & {
|
|
563
|
+
readonly default: "button";
|
|
332
564
|
};
|
|
333
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
334
565
|
readonly loading: BooleanConstructor;
|
|
335
|
-
readonly loadingIcon:
|
|
336
|
-
|
|
566
|
+
readonly loadingIcon: {
|
|
567
|
+
readonly type: import("vue").PropType<unknown>;
|
|
568
|
+
readonly required: false;
|
|
569
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
570
|
+
__epPropKey: true;
|
|
571
|
+
} & {
|
|
572
|
+
readonly default: () => any;
|
|
573
|
+
};
|
|
574
|
+
readonly plain: {
|
|
575
|
+
readonly type: import("vue").PropType<boolean>;
|
|
576
|
+
readonly required: false;
|
|
577
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
578
|
+
__epPropKey: true;
|
|
579
|
+
} & {
|
|
580
|
+
readonly default: undefined;
|
|
581
|
+
};
|
|
337
582
|
readonly text: BooleanConstructor;
|
|
338
583
|
readonly link: BooleanConstructor;
|
|
339
584
|
readonly bg: BooleanConstructor;
|
|
340
585
|
readonly autofocus: BooleanConstructor;
|
|
341
|
-
readonly round:
|
|
586
|
+
readonly round: {
|
|
587
|
+
readonly type: import("vue").PropType<boolean>;
|
|
588
|
+
readonly required: false;
|
|
589
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
590
|
+
__epPropKey: true;
|
|
591
|
+
} & {
|
|
592
|
+
readonly default: undefined;
|
|
593
|
+
};
|
|
342
594
|
readonly circle: BooleanConstructor;
|
|
343
595
|
readonly color: StringConstructor;
|
|
344
596
|
readonly dark: BooleanConstructor;
|
|
345
|
-
readonly autoInsertSpace:
|
|
346
|
-
|
|
597
|
+
readonly autoInsertSpace: {
|
|
598
|
+
readonly type: import("vue").PropType<boolean>;
|
|
599
|
+
readonly required: false;
|
|
600
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
601
|
+
__epPropKey: true;
|
|
602
|
+
} & {
|
|
603
|
+
readonly default: undefined;
|
|
604
|
+
};
|
|
605
|
+
readonly tag: {
|
|
606
|
+
readonly type: import("vue").PropType<unknown>;
|
|
607
|
+
readonly required: false;
|
|
608
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
609
|
+
__epPropKey: true;
|
|
610
|
+
} & {
|
|
611
|
+
readonly default: "button";
|
|
612
|
+
};
|
|
347
613
|
}>> & {
|
|
348
614
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
349
615
|
}, {
|
|
350
|
-
ref:
|
|
616
|
+
ref: Ref<HTMLButtonElement | undefined>;
|
|
351
617
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
352
|
-
type: import("vue").ComputedRef<
|
|
618
|
+
type: import("vue").ComputedRef<string>;
|
|
353
619
|
disabled: import("vue").ComputedRef<boolean>;
|
|
354
620
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
355
621
|
}, {}, {}, {}, {
|
|
@@ -359,54 +625,103 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
359
625
|
readonly disabled: boolean;
|
|
360
626
|
readonly round: boolean;
|
|
361
627
|
readonly dark: boolean;
|
|
362
|
-
readonly type:
|
|
628
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
363
629
|
readonly bg: boolean;
|
|
364
630
|
readonly loading: boolean;
|
|
365
631
|
readonly autofocus: boolean;
|
|
366
|
-
readonly tag:
|
|
632
|
+
readonly tag: unknown;
|
|
367
633
|
readonly plain: boolean;
|
|
368
|
-
readonly
|
|
369
|
-
readonly
|
|
370
|
-
readonly
|
|
634
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
635
|
+
readonly loadingIcon: unknown;
|
|
636
|
+
readonly autoInsertSpace: boolean;
|
|
371
637
|
}>;
|
|
372
638
|
__isFragment?: never;
|
|
373
639
|
__isTeleport?: never;
|
|
374
640
|
__isSuspense?: never;
|
|
375
641
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
376
642
|
readonly size: {
|
|
377
|
-
readonly type: import("vue").PropType<
|
|
643
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
378
644
|
readonly required: false;
|
|
379
645
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
380
646
|
__epPropKey: true;
|
|
381
647
|
};
|
|
382
648
|
readonly disabled: BooleanConstructor;
|
|
383
|
-
readonly type:
|
|
649
|
+
readonly type: {
|
|
650
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
651
|
+
readonly required: false;
|
|
652
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
653
|
+
__epPropKey: true;
|
|
654
|
+
} & {
|
|
655
|
+
readonly default: "";
|
|
656
|
+
};
|
|
384
657
|
readonly icon: {
|
|
385
|
-
readonly type: import("vue").PropType<
|
|
658
|
+
readonly type: import("vue").PropType<unknown>;
|
|
386
659
|
readonly required: false;
|
|
387
660
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
388
661
|
__epPropKey: true;
|
|
389
662
|
};
|
|
390
|
-
readonly nativeType:
|
|
663
|
+
readonly nativeType: {
|
|
664
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
665
|
+
readonly required: false;
|
|
666
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
667
|
+
__epPropKey: true;
|
|
668
|
+
} & {
|
|
669
|
+
readonly default: "button";
|
|
670
|
+
};
|
|
391
671
|
readonly loading: BooleanConstructor;
|
|
392
|
-
readonly loadingIcon:
|
|
393
|
-
|
|
672
|
+
readonly loadingIcon: {
|
|
673
|
+
readonly type: import("vue").PropType<unknown>;
|
|
674
|
+
readonly required: false;
|
|
675
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
676
|
+
__epPropKey: true;
|
|
677
|
+
} & {
|
|
678
|
+
readonly default: () => any;
|
|
679
|
+
};
|
|
680
|
+
readonly plain: {
|
|
681
|
+
readonly type: import("vue").PropType<boolean>;
|
|
682
|
+
readonly required: false;
|
|
683
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
684
|
+
__epPropKey: true;
|
|
685
|
+
} & {
|
|
686
|
+
readonly default: undefined;
|
|
687
|
+
};
|
|
394
688
|
readonly text: BooleanConstructor;
|
|
395
689
|
readonly link: BooleanConstructor;
|
|
396
690
|
readonly bg: BooleanConstructor;
|
|
397
691
|
readonly autofocus: BooleanConstructor;
|
|
398
|
-
readonly round:
|
|
692
|
+
readonly round: {
|
|
693
|
+
readonly type: import("vue").PropType<boolean>;
|
|
694
|
+
readonly required: false;
|
|
695
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
696
|
+
__epPropKey: true;
|
|
697
|
+
} & {
|
|
698
|
+
readonly default: undefined;
|
|
699
|
+
};
|
|
399
700
|
readonly circle: BooleanConstructor;
|
|
400
701
|
readonly color: StringConstructor;
|
|
401
702
|
readonly dark: BooleanConstructor;
|
|
402
|
-
readonly autoInsertSpace:
|
|
403
|
-
|
|
703
|
+
readonly autoInsertSpace: {
|
|
704
|
+
readonly type: import("vue").PropType<boolean>;
|
|
705
|
+
readonly required: false;
|
|
706
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
707
|
+
__epPropKey: true;
|
|
708
|
+
} & {
|
|
709
|
+
readonly default: undefined;
|
|
710
|
+
};
|
|
711
|
+
readonly tag: {
|
|
712
|
+
readonly type: import("vue").PropType<unknown>;
|
|
713
|
+
readonly required: false;
|
|
714
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
715
|
+
__epPropKey: true;
|
|
716
|
+
} & {
|
|
717
|
+
readonly default: "button";
|
|
718
|
+
};
|
|
404
719
|
}>> & {
|
|
405
720
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
406
721
|
}, {
|
|
407
|
-
ref:
|
|
722
|
+
ref: Ref<HTMLButtonElement | undefined>;
|
|
408
723
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
409
|
-
type: import("vue").ComputedRef<
|
|
724
|
+
type: import("vue").ComputedRef<string>;
|
|
410
725
|
disabled: import("vue").ComputedRef<boolean>;
|
|
411
726
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
412
727
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -418,33 +733,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
418
733
|
readonly disabled: boolean;
|
|
419
734
|
readonly round: boolean;
|
|
420
735
|
readonly dark: boolean;
|
|
421
|
-
readonly type:
|
|
736
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
422
737
|
readonly bg: boolean;
|
|
423
738
|
readonly loading: boolean;
|
|
424
739
|
readonly autofocus: boolean;
|
|
425
|
-
readonly tag:
|
|
740
|
+
readonly tag: unknown;
|
|
426
741
|
readonly plain: boolean;
|
|
427
|
-
readonly
|
|
428
|
-
readonly
|
|
429
|
-
readonly
|
|
742
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
743
|
+
readonly loadingIcon: unknown;
|
|
744
|
+
readonly autoInsertSpace: boolean;
|
|
430
745
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
431
746
|
$slots: {
|
|
432
747
|
loading?(_: {}): any;
|
|
433
748
|
icon?(_: {}): any;
|
|
434
749
|
default?(_: {}): any;
|
|
435
750
|
};
|
|
436
|
-
})
|
|
751
|
+
}) & import("vue").Plugin) & {
|
|
437
752
|
ButtonGroup: {
|
|
438
753
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
439
754
|
readonly size: {
|
|
440
|
-
readonly type: import("vue").PropType<
|
|
755
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
441
756
|
readonly required: false;
|
|
442
757
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
443
758
|
__epPropKey: true;
|
|
444
759
|
};
|
|
445
|
-
readonly type:
|
|
760
|
+
readonly type: {
|
|
761
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
762
|
+
readonly required: false;
|
|
763
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
764
|
+
__epPropKey: true;
|
|
765
|
+
} & {
|
|
766
|
+
readonly default: "";
|
|
767
|
+
};
|
|
446
768
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
447
|
-
readonly type:
|
|
769
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
448
770
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
449
771
|
P: {};
|
|
450
772
|
B: {};
|
|
@@ -454,28 +776,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
454
776
|
Defaults: {};
|
|
455
777
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
456
778
|
readonly size: {
|
|
457
|
-
readonly type: import("vue").PropType<
|
|
779
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
780
|
+
readonly required: false;
|
|
781
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
782
|
+
__epPropKey: true;
|
|
783
|
+
};
|
|
784
|
+
readonly type: {
|
|
785
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
458
786
|
readonly required: false;
|
|
459
787
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
460
788
|
__epPropKey: true;
|
|
789
|
+
} & {
|
|
790
|
+
readonly default: "";
|
|
461
791
|
};
|
|
462
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
463
792
|
}>>, {}, {}, {}, {}, {
|
|
464
|
-
readonly type:
|
|
793
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
465
794
|
}>;
|
|
466
795
|
__isFragment?: never;
|
|
467
796
|
__isTeleport?: never;
|
|
468
797
|
__isSuspense?: never;
|
|
469
798
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
470
799
|
readonly size: {
|
|
471
|
-
readonly type: import("vue").PropType<
|
|
800
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
801
|
+
readonly required: false;
|
|
802
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
803
|
+
__epPropKey: true;
|
|
804
|
+
};
|
|
805
|
+
readonly type: {
|
|
806
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
472
807
|
readonly required: false;
|
|
473
808
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
474
809
|
__epPropKey: true;
|
|
810
|
+
} & {
|
|
811
|
+
readonly default: "";
|
|
475
812
|
};
|
|
476
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
477
813
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
478
|
-
readonly type:
|
|
814
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
479
815
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
480
816
|
$slots: {
|
|
481
817
|
default?(_: {}): any;
|