@vunk/form 2.12.2 → 2.13.1
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/src/ctx.d.ts +1 -1
- package/components/api-tables-select/src/index.vue.d.ts +5 -5
- package/components/api-tables-select/src/types.d.ts +2 -2
- package/components/button/index.cjs +1 -1
- package/components/button/index.mjs +1 -1
- package/components/button/src/ctx.d.ts +1 -6
- package/components/button/src/index.vue.d.ts +3 -12
- package/components/button/src/types.d.ts +2 -2
- package/components/card-input-collection/src/ctx.d.ts +1 -6
- package/components/card-input-collection/src/index.vue.d.ts +4 -18
- package/components/card-input-collection/src/types.d.ts +2 -2
- package/components/cascader/src/ctx.d.ts +2 -7
- package/components/cascader/src/index.vue.d.ts +3 -12
- package/components/cascader/src/types.d.ts +1 -1
- package/components/checkbox/src/ctx.d.ts +2 -7
- package/components/checkbox/src/index.vue.d.ts +3 -12
- package/components/checkbox/src/types.d.ts +1 -1
- package/components/color-picker/src/ctx.d.ts +1 -6
- package/components/color-picker/src/index.vue.d.ts +3 -12
- package/components/color-picker/src/types.d.ts +1 -1
- package/components/date-picker/src/ctx.d.ts +2 -7
- package/components/date-picker/src/index.vue.d.ts +3 -12
- package/components/date-picker/src/types.d.ts +2 -2
- package/components/date-picker-range/src/types.d.ts +3 -3
- package/components/dialog-input-collection/index.cjs +6 -2
- package/components/dialog-input-collection/index.mjs +6 -2
- package/components/dialog-input-collection/src/ctx.d.ts +1 -6
- package/components/dialog-input-collection/src/index.vue.d.ts +4 -18
- package/components/dialog-input-collection/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +1 -6
- package/components/download-plus/src/index.vue.d.ts +3 -12
- package/components/editable-text/src/ctx.d.ts +1 -6
- package/components/editable-text/src/index.vue.d.ts +5 -19
- package/components/esri-input-geojson/src/ctx.d.ts +2 -7
- package/components/esri-input-geojson/src/index.vue.d.ts +4 -13
- package/components/esri-input-geojson/src/types.d.ts +2 -2
- package/components/form/src/types.d.ts +1 -1
- package/components/form-item/index.cjs +140 -144
- package/components/form-item/index.css +13 -16
- package/components/form-item/index.mjs +142 -146
- package/components/form-item/src/core.vue.d.ts +1847 -0
- package/components/form-item/src/ctx.d.ts +2 -7
- package/components/form-item/src/index.vue.d.ts +7 -757
- package/components/form-item/src/types.d.ts +1 -0
- package/components/information/src/types.d.ts +1 -1
- package/components/information-collection/src/ctx.d.ts +1 -6
- package/components/information-collection/src/index.vue.d.ts +3 -12
- package/components/input/src/ctx.d.ts +2 -7
- package/components/input/src/index.vue.d.ts +3 -12
- package/components/input/src/types.d.ts +2 -2
- package/components/input-collection/src/ctx.d.ts +1 -6
- package/components/input-collection/src/index.vue.d.ts +4 -18
- package/components/input-collection/src/types.d.ts +2 -2
- package/components/input-link/src/ctx.d.ts +1 -6
- package/components/input-link/src/index.vue.d.ts +3 -12
- package/components/input-link/src/types.d.ts +1 -1
- package/components/input-number/src/ctx.d.ts +2 -7
- package/components/input-number/src/index.vue.d.ts +3 -12
- package/components/input-number/src/types.d.ts +1 -1
- package/components/input-tag/src/ctx.d.ts +2 -7
- package/components/input-tag/src/index.vue.d.ts +3 -12
- package/components/input-tag/src/types.d.ts +2 -2
- package/components/monaco-editor/src/ctx.d.ts +1 -6
- package/components/monaco-editor/src/index.vue.d.ts +3 -12
- package/components/monaco-editor/src/types.d.ts +2 -2
- package/components/radio/src/ctx.d.ts +1 -6
- package/components/radio/src/index.vue.d.ts +3 -12
- package/components/radio/src/types.d.ts +1 -1
- package/components/select/src/ctx.d.ts +2 -7
- package/components/select/src/index.vue.d.ts +3 -12
- package/components/select/src/types.d.ts +1 -1
- package/components/slider/src/ctx.d.ts +1 -6
- package/components/slider/src/index.vue.d.ts +3 -12
- package/components/slider/src/types.d.ts +1 -1
- package/components/switch/src/ctx.d.ts +1 -6
- package/components/switch/src/index.vue.d.ts +3 -12
- package/components/switch/src/types.d.ts +1 -1
- package/components/tables-select/src/ctx.d.ts +1 -1
- package/components/tables-select/src/index.vue.d.ts +2 -2
- package/components/tables-select/src/types.d.ts +2 -2
- package/components/templates-default/src/types.d.ts +16 -16
- package/components/templates-esri/src/types.d.ts +1 -1
- package/components/templates-variant/src/types.d.ts +1 -1
- package/components/upload/src/ctx.d.ts +2 -7
- package/components/upload/src/index.vue.d.ts +3 -12
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +1 -6
- package/components/upload-plus/src/index.vue.d.ts +4 -18
- package/components/van-cascader/src/ctx.d.ts +1 -6
- package/components/van-cascader/src/index.vue.d.ts +3 -12
- package/components/var-datetime-picker/src/ctx.d.ts +1 -6
- package/components/var-datetime-picker/src/index.vue.d.ts +3 -12
- package/components/var-datetime-picker/src/types.d.ts +2 -2
- package/components/vditor/src/ctx.d.ts +1 -6
- package/components/vditor/src/index.vue.d.ts +3 -12
- package/components/vditor/src/types.d.ts +2 -2
- package/index.css +13 -16
- package/package.json +1 -1
- package/shared/types/source/index.d.ts +2 -2
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { FormItemRule } from 'element-plus';
|
|
2
|
-
import { NormalObject } from '@vunk/shared';
|
|
3
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<Omit<{
|
|
4
2
|
formItemSize: {
|
|
5
3
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
@@ -34,6 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
34
32
|
type: BooleanConstructor;
|
|
35
33
|
default: boolean;
|
|
36
34
|
};
|
|
35
|
+
prop: any;
|
|
37
36
|
label: StringConstructor;
|
|
38
37
|
labelWidth: {
|
|
39
38
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -51,12 +50,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
50
|
} & {
|
|
52
51
|
readonly default: "";
|
|
53
52
|
};
|
|
54
|
-
prop: {
|
|
55
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
56
|
-
readonly required: false;
|
|
57
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
|
-
__epPropKey: true;
|
|
59
|
-
};
|
|
60
53
|
required: {
|
|
61
54
|
readonly type: import("vue").PropType<boolean>;
|
|
62
55
|
readonly required: false;
|
|
@@ -101,25 +94,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
101
94
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
95
|
__epPropKey: true;
|
|
103
96
|
};
|
|
104
|
-
}, "size">>, {
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
label: string;
|
|
108
|
-
labelWidth: string | number;
|
|
109
|
-
labelPosition: "" | "top" | "left" | "right";
|
|
110
|
-
prop: import("element-plus").FormItemProp;
|
|
111
|
-
error: string;
|
|
112
|
-
validateStatus: "" | "error" | "success" | "validating";
|
|
113
|
-
for: string;
|
|
114
|
-
inlineMessage: string | boolean;
|
|
115
|
-
showMessage: boolean;
|
|
116
|
-
}>;
|
|
117
|
-
readonly: import("vue").ComputedRef<boolean>;
|
|
118
|
-
rules: import("vue").ComputedRef<FormItemRule[]>;
|
|
119
|
-
localeName: import("vue").ComputedRef<string>;
|
|
120
|
-
elFormItemSlots: import("vue").ComputedRef<NormalObject>;
|
|
121
|
-
customSlots: import("vue").ComputedRef<NormalObject>;
|
|
122
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Omit<{
|
|
97
|
+
}, "size">>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
98
|
+
[key: string]: any;
|
|
99
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Omit<{
|
|
123
100
|
formItemSize: {
|
|
124
101
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
125
102
|
default: "default" | "small" | "large";
|
|
@@ -153,6 +130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
130
|
type: BooleanConstructor;
|
|
154
131
|
default: boolean;
|
|
155
132
|
};
|
|
133
|
+
prop: any;
|
|
156
134
|
label: StringConstructor;
|
|
157
135
|
labelWidth: {
|
|
158
136
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -170,12 +148,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
170
148
|
} & {
|
|
171
149
|
readonly default: "";
|
|
172
150
|
};
|
|
173
|
-
prop: {
|
|
174
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
175
|
-
readonly required: false;
|
|
176
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
|
-
__epPropKey: true;
|
|
178
|
-
};
|
|
179
151
|
required: {
|
|
180
152
|
readonly type: import("vue").PropType<boolean>;
|
|
181
153
|
readonly required: false;
|
|
@@ -230,732 +202,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
230
202
|
formItemTipClass: any;
|
|
231
203
|
labelTip: string;
|
|
232
204
|
information: boolean;
|
|
205
|
+
prop: any;
|
|
233
206
|
labelWidth: string | number;
|
|
234
207
|
labelPosition: "" | "top" | "left" | "right";
|
|
235
208
|
inlineMessage: string | boolean;
|
|
236
209
|
showMessage: boolean;
|
|
237
|
-
}, {}, {
|
|
238
|
-
ElFormItem: {
|
|
239
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
240
|
-
readonly label: StringConstructor;
|
|
241
|
-
readonly labelWidth: {
|
|
242
|
-
readonly type: import("vue").PropType<string | number>;
|
|
243
|
-
readonly required: false;
|
|
244
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
245
|
-
__epPropKey: true;
|
|
246
|
-
} & {
|
|
247
|
-
readonly default: "";
|
|
248
|
-
};
|
|
249
|
-
readonly labelPosition: {
|
|
250
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
251
|
-
readonly required: false;
|
|
252
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
|
-
__epPropKey: true;
|
|
254
|
-
} & {
|
|
255
|
-
readonly default: "";
|
|
256
|
-
};
|
|
257
|
-
readonly prop: {
|
|
258
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
259
|
-
readonly required: false;
|
|
260
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
|
-
__epPropKey: true;
|
|
262
|
-
};
|
|
263
|
-
readonly required: {
|
|
264
|
-
readonly type: import("vue").PropType<boolean>;
|
|
265
|
-
readonly required: false;
|
|
266
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
267
|
-
__epPropKey: true;
|
|
268
|
-
} & {
|
|
269
|
-
readonly default: undefined;
|
|
270
|
-
};
|
|
271
|
-
readonly rules: {
|
|
272
|
-
readonly type: import("vue").PropType<unknown>;
|
|
273
|
-
readonly required: false;
|
|
274
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
275
|
-
__epPropKey: true;
|
|
276
|
-
};
|
|
277
|
-
readonly error: StringConstructor;
|
|
278
|
-
readonly validateStatus: {
|
|
279
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
280
|
-
readonly required: false;
|
|
281
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
282
|
-
__epPropKey: true;
|
|
283
|
-
};
|
|
284
|
-
readonly for: StringConstructor;
|
|
285
|
-
readonly inlineMessage: {
|
|
286
|
-
readonly type: import("vue").PropType<string | boolean>;
|
|
287
|
-
readonly required: false;
|
|
288
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
289
|
-
__epPropKey: true;
|
|
290
|
-
} & {
|
|
291
|
-
readonly default: "";
|
|
292
|
-
};
|
|
293
|
-
readonly showMessage: {
|
|
294
|
-
readonly type: import("vue").PropType<boolean>;
|
|
295
|
-
readonly required: false;
|
|
296
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
|
-
__epPropKey: true;
|
|
298
|
-
} & {
|
|
299
|
-
readonly default: true;
|
|
300
|
-
};
|
|
301
|
-
readonly size: {
|
|
302
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
303
|
-
readonly required: false;
|
|
304
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
|
-
__epPropKey: true;
|
|
306
|
-
};
|
|
307
|
-
}>>, {
|
|
308
|
-
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
309
|
-
validateMessage: import("vue").Ref<string>;
|
|
310
|
-
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
311
|
-
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
312
|
-
clearValidate: () => void;
|
|
313
|
-
resetField: () => void;
|
|
314
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
315
|
-
readonly required: boolean;
|
|
316
|
-
readonly labelWidth: string | number;
|
|
317
|
-
readonly labelPosition: "" | "top" | "left" | "right";
|
|
318
|
-
readonly inlineMessage: string | boolean;
|
|
319
|
-
readonly showMessage: boolean;
|
|
320
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
321
|
-
P: {};
|
|
322
|
-
B: {};
|
|
323
|
-
D: {};
|
|
324
|
-
C: {};
|
|
325
|
-
M: {};
|
|
326
|
-
Defaults: {};
|
|
327
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
328
|
-
readonly label: StringConstructor;
|
|
329
|
-
readonly labelWidth: {
|
|
330
|
-
readonly type: import("vue").PropType<string | number>;
|
|
331
|
-
readonly required: false;
|
|
332
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
333
|
-
__epPropKey: true;
|
|
334
|
-
} & {
|
|
335
|
-
readonly default: "";
|
|
336
|
-
};
|
|
337
|
-
readonly labelPosition: {
|
|
338
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
339
|
-
readonly required: false;
|
|
340
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
341
|
-
__epPropKey: true;
|
|
342
|
-
} & {
|
|
343
|
-
readonly default: "";
|
|
344
|
-
};
|
|
345
|
-
readonly prop: {
|
|
346
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
347
|
-
readonly required: false;
|
|
348
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
|
-
__epPropKey: true;
|
|
350
|
-
};
|
|
351
|
-
readonly required: {
|
|
352
|
-
readonly type: import("vue").PropType<boolean>;
|
|
353
|
-
readonly required: false;
|
|
354
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
355
|
-
__epPropKey: true;
|
|
356
|
-
} & {
|
|
357
|
-
readonly default: undefined;
|
|
358
|
-
};
|
|
359
|
-
readonly rules: {
|
|
360
|
-
readonly type: import("vue").PropType<unknown>;
|
|
361
|
-
readonly required: false;
|
|
362
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
363
|
-
__epPropKey: true;
|
|
364
|
-
};
|
|
365
|
-
readonly error: StringConstructor;
|
|
366
|
-
readonly validateStatus: {
|
|
367
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
368
|
-
readonly required: false;
|
|
369
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
370
|
-
__epPropKey: true;
|
|
371
|
-
};
|
|
372
|
-
readonly for: StringConstructor;
|
|
373
|
-
readonly inlineMessage: {
|
|
374
|
-
readonly type: import("vue").PropType<string | boolean>;
|
|
375
|
-
readonly required: false;
|
|
376
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
377
|
-
__epPropKey: true;
|
|
378
|
-
} & {
|
|
379
|
-
readonly default: "";
|
|
380
|
-
};
|
|
381
|
-
readonly showMessage: {
|
|
382
|
-
readonly type: import("vue").PropType<boolean>;
|
|
383
|
-
readonly required: false;
|
|
384
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
-
__epPropKey: true;
|
|
386
|
-
} & {
|
|
387
|
-
readonly default: true;
|
|
388
|
-
};
|
|
389
|
-
readonly size: {
|
|
390
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
391
|
-
readonly required: false;
|
|
392
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
393
|
-
__epPropKey: true;
|
|
394
|
-
};
|
|
395
|
-
}>>, {
|
|
396
|
-
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
397
|
-
validateMessage: import("vue").Ref<string>;
|
|
398
|
-
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
399
|
-
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
400
|
-
clearValidate: () => void;
|
|
401
|
-
resetField: () => void;
|
|
402
|
-
}, {}, {}, {}, {
|
|
403
|
-
readonly required: boolean;
|
|
404
|
-
readonly labelWidth: string | number;
|
|
405
|
-
readonly labelPosition: "" | "top" | "left" | "right";
|
|
406
|
-
readonly inlineMessage: string | boolean;
|
|
407
|
-
readonly showMessage: boolean;
|
|
408
|
-
}>;
|
|
409
|
-
__isFragment?: never;
|
|
410
|
-
__isTeleport?: never;
|
|
411
|
-
__isSuspense?: never;
|
|
412
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
413
|
-
readonly label: StringConstructor;
|
|
414
|
-
readonly labelWidth: {
|
|
415
|
-
readonly type: import("vue").PropType<string | number>;
|
|
416
|
-
readonly required: false;
|
|
417
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
418
|
-
__epPropKey: true;
|
|
419
|
-
} & {
|
|
420
|
-
readonly default: "";
|
|
421
|
-
};
|
|
422
|
-
readonly labelPosition: {
|
|
423
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
424
|
-
readonly required: false;
|
|
425
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
426
|
-
__epPropKey: true;
|
|
427
|
-
} & {
|
|
428
|
-
readonly default: "";
|
|
429
|
-
};
|
|
430
|
-
readonly prop: {
|
|
431
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
432
|
-
readonly required: false;
|
|
433
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
|
-
__epPropKey: true;
|
|
435
|
-
};
|
|
436
|
-
readonly required: {
|
|
437
|
-
readonly type: import("vue").PropType<boolean>;
|
|
438
|
-
readonly required: false;
|
|
439
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
440
|
-
__epPropKey: true;
|
|
441
|
-
} & {
|
|
442
|
-
readonly default: undefined;
|
|
443
|
-
};
|
|
444
|
-
readonly rules: {
|
|
445
|
-
readonly type: import("vue").PropType<unknown>;
|
|
446
|
-
readonly required: false;
|
|
447
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
448
|
-
__epPropKey: true;
|
|
449
|
-
};
|
|
450
|
-
readonly error: StringConstructor;
|
|
451
|
-
readonly validateStatus: {
|
|
452
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
453
|
-
readonly required: false;
|
|
454
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
|
-
__epPropKey: true;
|
|
456
|
-
};
|
|
457
|
-
readonly for: StringConstructor;
|
|
458
|
-
readonly inlineMessage: {
|
|
459
|
-
readonly type: import("vue").PropType<string | boolean>;
|
|
460
|
-
readonly required: false;
|
|
461
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
462
|
-
__epPropKey: true;
|
|
463
|
-
} & {
|
|
464
|
-
readonly default: "";
|
|
465
|
-
};
|
|
466
|
-
readonly showMessage: {
|
|
467
|
-
readonly type: import("vue").PropType<boolean>;
|
|
468
|
-
readonly required: false;
|
|
469
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
470
|
-
__epPropKey: true;
|
|
471
|
-
} & {
|
|
472
|
-
readonly default: true;
|
|
473
|
-
};
|
|
474
|
-
readonly size: {
|
|
475
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
476
|
-
readonly required: false;
|
|
477
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
478
|
-
__epPropKey: true;
|
|
479
|
-
};
|
|
480
|
-
}>>, {
|
|
481
|
-
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
482
|
-
validateMessage: import("vue").Ref<string>;
|
|
483
|
-
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
484
|
-
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
485
|
-
clearValidate: () => void;
|
|
486
|
-
resetField: () => void;
|
|
487
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
488
|
-
readonly required: boolean;
|
|
489
|
-
readonly labelWidth: string | number;
|
|
490
|
-
readonly labelPosition: "" | "top" | "left" | "right";
|
|
491
|
-
readonly inlineMessage: string | boolean;
|
|
492
|
-
readonly showMessage: boolean;
|
|
493
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
494
|
-
$slots: {
|
|
495
|
-
label?(_: {
|
|
496
|
-
label: string;
|
|
497
|
-
}): any;
|
|
498
|
-
default?(_: {}): any;
|
|
499
|
-
error?(_: {
|
|
500
|
-
error: string;
|
|
501
|
-
}): any;
|
|
502
|
-
};
|
|
503
|
-
}) & import("vue").Plugin;
|
|
504
|
-
ElIcon: {
|
|
505
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
506
|
-
readonly size: {
|
|
507
|
-
readonly type: import("vue").PropType<string | number>;
|
|
508
|
-
readonly required: false;
|
|
509
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
510
|
-
__epPropKey: true;
|
|
511
|
-
};
|
|
512
|
-
readonly color: {
|
|
513
|
-
readonly type: import("vue").PropType<string>;
|
|
514
|
-
readonly required: false;
|
|
515
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
516
|
-
__epPropKey: true;
|
|
517
|
-
};
|
|
518
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
519
|
-
P: {};
|
|
520
|
-
B: {};
|
|
521
|
-
D: {};
|
|
522
|
-
C: {};
|
|
523
|
-
M: {};
|
|
524
|
-
Defaults: {};
|
|
525
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
526
|
-
readonly size: {
|
|
527
|
-
readonly type: import("vue").PropType<string | number>;
|
|
528
|
-
readonly required: false;
|
|
529
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
530
|
-
__epPropKey: true;
|
|
531
|
-
};
|
|
532
|
-
readonly color: {
|
|
533
|
-
readonly type: import("vue").PropType<string>;
|
|
534
|
-
readonly required: false;
|
|
535
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
536
|
-
__epPropKey: true;
|
|
537
|
-
};
|
|
538
|
-
}>>, {}, {}, {}, {}, {}>;
|
|
539
|
-
__isFragment?: never;
|
|
540
|
-
__isTeleport?: never;
|
|
541
|
-
__isSuspense?: never;
|
|
542
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
543
|
-
readonly size: {
|
|
544
|
-
readonly type: import("vue").PropType<string | number>;
|
|
545
|
-
readonly required: false;
|
|
546
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
547
|
-
__epPropKey: true;
|
|
548
|
-
};
|
|
549
|
-
readonly color: {
|
|
550
|
-
readonly type: import("vue").PropType<string>;
|
|
551
|
-
readonly required: false;
|
|
552
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
553
|
-
__epPropKey: true;
|
|
554
|
-
};
|
|
555
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
556
|
-
$slots: {
|
|
557
|
-
default?(_: {}): any;
|
|
558
|
-
};
|
|
559
|
-
}) & import("vue").Plugin;
|
|
560
|
-
ElTooltip: never;
|
|
561
|
-
Warning: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
562
|
-
ElButton: ({
|
|
563
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
564
|
-
readonly size: {
|
|
565
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
566
|
-
readonly required: false;
|
|
567
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
568
|
-
__epPropKey: true;
|
|
569
|
-
};
|
|
570
|
-
readonly disabled: BooleanConstructor;
|
|
571
|
-
readonly type: {
|
|
572
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
573
|
-
readonly required: false;
|
|
574
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
575
|
-
__epPropKey: true;
|
|
576
|
-
} & {
|
|
577
|
-
readonly default: "";
|
|
578
|
-
};
|
|
579
|
-
readonly icon: {
|
|
580
|
-
readonly type: import("vue").PropType<unknown>;
|
|
581
|
-
readonly required: false;
|
|
582
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
583
|
-
__epPropKey: true;
|
|
584
|
-
};
|
|
585
|
-
readonly nativeType: {
|
|
586
|
-
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
587
|
-
readonly required: false;
|
|
588
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
589
|
-
__epPropKey: true;
|
|
590
|
-
} & {
|
|
591
|
-
readonly default: "button";
|
|
592
|
-
};
|
|
593
|
-
readonly loading: BooleanConstructor;
|
|
594
|
-
readonly loadingIcon: {
|
|
595
|
-
readonly type: import("vue").PropType<unknown>;
|
|
596
|
-
readonly required: false;
|
|
597
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
598
|
-
__epPropKey: true;
|
|
599
|
-
} & {
|
|
600
|
-
readonly default: () => any;
|
|
601
|
-
};
|
|
602
|
-
readonly plain: {
|
|
603
|
-
readonly type: import("vue").PropType<boolean>;
|
|
604
|
-
readonly required: false;
|
|
605
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
606
|
-
__epPropKey: true;
|
|
607
|
-
} & {
|
|
608
|
-
readonly default: undefined;
|
|
609
|
-
};
|
|
610
|
-
readonly text: BooleanConstructor;
|
|
611
|
-
readonly link: BooleanConstructor;
|
|
612
|
-
readonly bg: BooleanConstructor;
|
|
613
|
-
readonly autofocus: BooleanConstructor;
|
|
614
|
-
readonly round: {
|
|
615
|
-
readonly type: import("vue").PropType<boolean>;
|
|
616
|
-
readonly required: false;
|
|
617
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
618
|
-
__epPropKey: true;
|
|
619
|
-
} & {
|
|
620
|
-
readonly default: undefined;
|
|
621
|
-
};
|
|
622
|
-
readonly circle: BooleanConstructor;
|
|
623
|
-
readonly color: StringConstructor;
|
|
624
|
-
readonly dark: BooleanConstructor;
|
|
625
|
-
readonly autoInsertSpace: {
|
|
626
|
-
readonly type: import("vue").PropType<boolean>;
|
|
627
|
-
readonly required: false;
|
|
628
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
|
-
__epPropKey: true;
|
|
630
|
-
} & {
|
|
631
|
-
readonly default: undefined;
|
|
632
|
-
};
|
|
633
|
-
readonly tag: {
|
|
634
|
-
readonly type: import("vue").PropType<unknown>;
|
|
635
|
-
readonly required: false;
|
|
636
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
637
|
-
__epPropKey: true;
|
|
638
|
-
} & {
|
|
639
|
-
readonly default: "button";
|
|
640
|
-
};
|
|
641
|
-
}>> & {
|
|
642
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
643
|
-
}, {
|
|
644
|
-
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
645
|
-
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
646
|
-
type: import("vue").ComputedRef<string>;
|
|
647
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
648
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
649
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
650
|
-
click: (evt: MouseEvent) => void;
|
|
651
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
652
|
-
readonly link: boolean;
|
|
653
|
-
readonly circle: boolean;
|
|
654
|
-
readonly text: boolean;
|
|
655
|
-
readonly disabled: boolean;
|
|
656
|
-
readonly round: boolean;
|
|
657
|
-
readonly dark: boolean;
|
|
658
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
659
|
-
readonly bg: boolean;
|
|
660
|
-
readonly loading: boolean;
|
|
661
|
-
readonly autofocus: boolean;
|
|
662
|
-
readonly tag: unknown;
|
|
663
|
-
readonly plain: boolean;
|
|
664
|
-
readonly nativeType: "button" | "reset" | "submit";
|
|
665
|
-
readonly loadingIcon: unknown;
|
|
666
|
-
readonly autoInsertSpace: boolean;
|
|
667
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
668
|
-
P: {};
|
|
669
|
-
B: {};
|
|
670
|
-
D: {};
|
|
671
|
-
C: {};
|
|
672
|
-
M: {};
|
|
673
|
-
Defaults: {};
|
|
674
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
675
|
-
readonly size: {
|
|
676
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
677
|
-
readonly required: false;
|
|
678
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
679
|
-
__epPropKey: true;
|
|
680
|
-
};
|
|
681
|
-
readonly disabled: BooleanConstructor;
|
|
682
|
-
readonly type: {
|
|
683
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
684
|
-
readonly required: false;
|
|
685
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
686
|
-
__epPropKey: true;
|
|
687
|
-
} & {
|
|
688
|
-
readonly default: "";
|
|
689
|
-
};
|
|
690
|
-
readonly icon: {
|
|
691
|
-
readonly type: import("vue").PropType<unknown>;
|
|
692
|
-
readonly required: false;
|
|
693
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
694
|
-
__epPropKey: true;
|
|
695
|
-
};
|
|
696
|
-
readonly nativeType: {
|
|
697
|
-
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
698
|
-
readonly required: false;
|
|
699
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
700
|
-
__epPropKey: true;
|
|
701
|
-
} & {
|
|
702
|
-
readonly default: "button";
|
|
703
|
-
};
|
|
704
|
-
readonly loading: BooleanConstructor;
|
|
705
|
-
readonly loadingIcon: {
|
|
706
|
-
readonly type: import("vue").PropType<unknown>;
|
|
707
|
-
readonly required: false;
|
|
708
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
709
|
-
__epPropKey: true;
|
|
710
|
-
} & {
|
|
711
|
-
readonly default: () => any;
|
|
712
|
-
};
|
|
713
|
-
readonly plain: {
|
|
714
|
-
readonly type: import("vue").PropType<boolean>;
|
|
715
|
-
readonly required: false;
|
|
716
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
717
|
-
__epPropKey: true;
|
|
718
|
-
} & {
|
|
719
|
-
readonly default: undefined;
|
|
720
|
-
};
|
|
721
|
-
readonly text: BooleanConstructor;
|
|
722
|
-
readonly link: BooleanConstructor;
|
|
723
|
-
readonly bg: BooleanConstructor;
|
|
724
|
-
readonly autofocus: BooleanConstructor;
|
|
725
|
-
readonly round: {
|
|
726
|
-
readonly type: import("vue").PropType<boolean>;
|
|
727
|
-
readonly required: false;
|
|
728
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
729
|
-
__epPropKey: true;
|
|
730
|
-
} & {
|
|
731
|
-
readonly default: undefined;
|
|
732
|
-
};
|
|
733
|
-
readonly circle: BooleanConstructor;
|
|
734
|
-
readonly color: StringConstructor;
|
|
735
|
-
readonly dark: BooleanConstructor;
|
|
736
|
-
readonly autoInsertSpace: {
|
|
737
|
-
readonly type: import("vue").PropType<boolean>;
|
|
738
|
-
readonly required: false;
|
|
739
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
740
|
-
__epPropKey: true;
|
|
741
|
-
} & {
|
|
742
|
-
readonly default: undefined;
|
|
743
|
-
};
|
|
744
|
-
readonly tag: {
|
|
745
|
-
readonly type: import("vue").PropType<unknown>;
|
|
746
|
-
readonly required: false;
|
|
747
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
|
-
__epPropKey: true;
|
|
749
|
-
} & {
|
|
750
|
-
readonly default: "button";
|
|
751
|
-
};
|
|
752
|
-
}>> & {
|
|
753
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
754
|
-
}, {
|
|
755
|
-
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
756
|
-
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
757
|
-
type: import("vue").ComputedRef<string>;
|
|
758
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
759
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
760
|
-
}, {}, {}, {}, {
|
|
761
|
-
readonly link: boolean;
|
|
762
|
-
readonly circle: boolean;
|
|
763
|
-
readonly text: boolean;
|
|
764
|
-
readonly disabled: boolean;
|
|
765
|
-
readonly round: boolean;
|
|
766
|
-
readonly dark: boolean;
|
|
767
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
768
|
-
readonly bg: boolean;
|
|
769
|
-
readonly loading: boolean;
|
|
770
|
-
readonly autofocus: boolean;
|
|
771
|
-
readonly tag: unknown;
|
|
772
|
-
readonly plain: boolean;
|
|
773
|
-
readonly nativeType: "button" | "reset" | "submit";
|
|
774
|
-
readonly loadingIcon: unknown;
|
|
775
|
-
readonly autoInsertSpace: boolean;
|
|
776
|
-
}>;
|
|
777
|
-
__isFragment?: never;
|
|
778
|
-
__isTeleport?: never;
|
|
779
|
-
__isSuspense?: never;
|
|
780
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
781
|
-
readonly size: {
|
|
782
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
783
|
-
readonly required: false;
|
|
784
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
785
|
-
__epPropKey: true;
|
|
786
|
-
};
|
|
787
|
-
readonly disabled: BooleanConstructor;
|
|
788
|
-
readonly type: {
|
|
789
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
790
|
-
readonly required: false;
|
|
791
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
792
|
-
__epPropKey: true;
|
|
793
|
-
} & {
|
|
794
|
-
readonly default: "";
|
|
795
|
-
};
|
|
796
|
-
readonly icon: {
|
|
797
|
-
readonly type: import("vue").PropType<unknown>;
|
|
798
|
-
readonly required: false;
|
|
799
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
800
|
-
__epPropKey: true;
|
|
801
|
-
};
|
|
802
|
-
readonly nativeType: {
|
|
803
|
-
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
804
|
-
readonly required: false;
|
|
805
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
806
|
-
__epPropKey: true;
|
|
807
|
-
} & {
|
|
808
|
-
readonly default: "button";
|
|
809
|
-
};
|
|
810
|
-
readonly loading: BooleanConstructor;
|
|
811
|
-
readonly loadingIcon: {
|
|
812
|
-
readonly type: import("vue").PropType<unknown>;
|
|
813
|
-
readonly required: false;
|
|
814
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
815
|
-
__epPropKey: true;
|
|
816
|
-
} & {
|
|
817
|
-
readonly default: () => any;
|
|
818
|
-
};
|
|
819
|
-
readonly plain: {
|
|
820
|
-
readonly type: import("vue").PropType<boolean>;
|
|
821
|
-
readonly required: false;
|
|
822
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
823
|
-
__epPropKey: true;
|
|
824
|
-
} & {
|
|
825
|
-
readonly default: undefined;
|
|
826
|
-
};
|
|
827
|
-
readonly text: BooleanConstructor;
|
|
828
|
-
readonly link: BooleanConstructor;
|
|
829
|
-
readonly bg: BooleanConstructor;
|
|
830
|
-
readonly autofocus: BooleanConstructor;
|
|
831
|
-
readonly round: {
|
|
832
|
-
readonly type: import("vue").PropType<boolean>;
|
|
833
|
-
readonly required: false;
|
|
834
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
835
|
-
__epPropKey: true;
|
|
836
|
-
} & {
|
|
837
|
-
readonly default: undefined;
|
|
838
|
-
};
|
|
839
|
-
readonly circle: BooleanConstructor;
|
|
840
|
-
readonly color: StringConstructor;
|
|
841
|
-
readonly dark: BooleanConstructor;
|
|
842
|
-
readonly autoInsertSpace: {
|
|
843
|
-
readonly type: import("vue").PropType<boolean>;
|
|
844
|
-
readonly required: false;
|
|
845
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
846
|
-
__epPropKey: true;
|
|
847
|
-
} & {
|
|
848
|
-
readonly default: undefined;
|
|
849
|
-
};
|
|
850
|
-
readonly tag: {
|
|
851
|
-
readonly type: import("vue").PropType<unknown>;
|
|
852
|
-
readonly required: false;
|
|
853
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
854
|
-
__epPropKey: true;
|
|
855
|
-
} & {
|
|
856
|
-
readonly default: "button";
|
|
857
|
-
};
|
|
858
|
-
}>> & {
|
|
859
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
860
|
-
}, {
|
|
861
|
-
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
862
|
-
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
863
|
-
type: import("vue").ComputedRef<string>;
|
|
864
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
865
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
866
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
867
|
-
click: (evt: MouseEvent) => void;
|
|
868
|
-
}, string, {
|
|
869
|
-
readonly link: boolean;
|
|
870
|
-
readonly circle: boolean;
|
|
871
|
-
readonly text: boolean;
|
|
872
|
-
readonly disabled: boolean;
|
|
873
|
-
readonly round: boolean;
|
|
874
|
-
readonly dark: boolean;
|
|
875
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
876
|
-
readonly bg: boolean;
|
|
877
|
-
readonly loading: boolean;
|
|
878
|
-
readonly autofocus: boolean;
|
|
879
|
-
readonly tag: unknown;
|
|
880
|
-
readonly plain: boolean;
|
|
881
|
-
readonly nativeType: "button" | "reset" | "submit";
|
|
882
|
-
readonly loadingIcon: unknown;
|
|
883
|
-
readonly autoInsertSpace: boolean;
|
|
884
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
885
|
-
$slots: {
|
|
886
|
-
loading?(_: {}): any;
|
|
887
|
-
icon?(_: {}): any;
|
|
888
|
-
default?(_: {}): any;
|
|
889
|
-
};
|
|
890
|
-
}) & import("vue").Plugin) & {
|
|
891
|
-
ButtonGroup: {
|
|
892
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
893
|
-
readonly size: {
|
|
894
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
895
|
-
readonly required: false;
|
|
896
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
897
|
-
__epPropKey: true;
|
|
898
|
-
};
|
|
899
|
-
readonly type: {
|
|
900
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
901
|
-
readonly required: false;
|
|
902
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
903
|
-
__epPropKey: true;
|
|
904
|
-
} & {
|
|
905
|
-
readonly default: "";
|
|
906
|
-
};
|
|
907
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
908
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
909
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
910
|
-
P: {};
|
|
911
|
-
B: {};
|
|
912
|
-
D: {};
|
|
913
|
-
C: {};
|
|
914
|
-
M: {};
|
|
915
|
-
Defaults: {};
|
|
916
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
917
|
-
readonly size: {
|
|
918
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
919
|
-
readonly required: false;
|
|
920
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
921
|
-
__epPropKey: true;
|
|
922
|
-
};
|
|
923
|
-
readonly type: {
|
|
924
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
925
|
-
readonly required: false;
|
|
926
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
927
|
-
__epPropKey: true;
|
|
928
|
-
} & {
|
|
929
|
-
readonly default: "";
|
|
930
|
-
};
|
|
931
|
-
}>>, {}, {}, {}, {}, {
|
|
932
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
933
|
-
}>;
|
|
934
|
-
__isFragment?: never;
|
|
935
|
-
__isTeleport?: never;
|
|
936
|
-
__isSuspense?: never;
|
|
937
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
938
|
-
readonly size: {
|
|
939
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
940
|
-
readonly required: false;
|
|
941
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
942
|
-
__epPropKey: true;
|
|
943
|
-
};
|
|
944
|
-
readonly type: {
|
|
945
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
946
|
-
readonly required: false;
|
|
947
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
|
-
__epPropKey: true;
|
|
949
|
-
} & {
|
|
950
|
-
readonly default: "";
|
|
951
|
-
};
|
|
952
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
953
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
954
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
955
|
-
$slots: {
|
|
956
|
-
default?(_: {}): any;
|
|
957
|
-
};
|
|
958
|
-
});
|
|
959
|
-
};
|
|
960
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
210
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
961
211
|
export default _default;
|