@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
|
@@ -21,7 +21,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
type: import("vue").PropType<Status>;
|
|
22
22
|
default: any;
|
|
23
23
|
};
|
|
24
|
-
required:
|
|
24
|
+
required: {
|
|
25
|
+
readonly type: import("vue").PropType<boolean>;
|
|
26
|
+
readonly required: false;
|
|
27
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
|
+
__epPropKey: true;
|
|
29
|
+
} & {
|
|
30
|
+
readonly default: undefined;
|
|
31
|
+
};
|
|
25
32
|
formItemSize: {
|
|
26
33
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
27
34
|
default: "default" | "small" | "large";
|
|
@@ -56,30 +63,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
56
63
|
default: boolean;
|
|
57
64
|
};
|
|
58
65
|
label: StringConstructor;
|
|
59
|
-
labelWidth:
|
|
60
|
-
|
|
66
|
+
labelWidth: {
|
|
67
|
+
readonly type: import("vue").PropType<string | number>;
|
|
68
|
+
readonly required: false;
|
|
69
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
+
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: "";
|
|
73
|
+
};
|
|
74
|
+
labelPosition: {
|
|
75
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
76
|
+
readonly required: false;
|
|
77
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
+
__epPropKey: true;
|
|
79
|
+
} & {
|
|
80
|
+
readonly default: "";
|
|
81
|
+
};
|
|
61
82
|
prop: {
|
|
62
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
83
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
63
84
|
readonly required: false;
|
|
64
85
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
86
|
__epPropKey: true;
|
|
66
87
|
};
|
|
67
88
|
rules: {
|
|
68
|
-
readonly type: import("vue").PropType<
|
|
89
|
+
readonly type: import("vue").PropType<unknown>;
|
|
69
90
|
readonly required: false;
|
|
70
91
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
92
|
__epPropKey: true;
|
|
72
93
|
};
|
|
73
94
|
error: StringConstructor;
|
|
74
95
|
validateStatus: {
|
|
75
|
-
readonly type: import("vue").PropType<
|
|
96
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
76
97
|
readonly required: false;
|
|
77
98
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
99
|
__epPropKey: true;
|
|
79
100
|
};
|
|
80
101
|
for: StringConstructor;
|
|
81
|
-
inlineMessage:
|
|
82
|
-
|
|
102
|
+
inlineMessage: {
|
|
103
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
104
|
+
readonly required: false;
|
|
105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
+
__epPropKey: true;
|
|
107
|
+
} & {
|
|
108
|
+
readonly default: "";
|
|
109
|
+
};
|
|
110
|
+
showMessage: {
|
|
111
|
+
readonly type: import("vue").PropType<boolean>;
|
|
112
|
+
readonly required: false;
|
|
113
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
114
|
+
__epPropKey: true;
|
|
115
|
+
} & {
|
|
116
|
+
readonly default: true;
|
|
117
|
+
};
|
|
83
118
|
}>, {
|
|
84
119
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
85
120
|
fileInfo: import("vue").Ref<{
|
|
@@ -136,6 +171,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
136
171
|
readonly size: number;
|
|
137
172
|
readonly type: string;
|
|
138
173
|
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
174
|
+
bytes: () => Promise<Uint8Array>;
|
|
139
175
|
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
140
176
|
stream: () => ReadableStream<Uint8Array>;
|
|
141
177
|
text: () => Promise<string>;
|
|
@@ -152,6 +188,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
152
188
|
readonly size: number;
|
|
153
189
|
readonly type: string;
|
|
154
190
|
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
191
|
+
bytes: () => Promise<Uint8Array>;
|
|
155
192
|
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
156
193
|
stream: () => ReadableStream<Uint8Array>;
|
|
157
194
|
text: () => Promise<string>;
|
|
@@ -182,7 +219,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
182
219
|
type: import("vue").PropType<Status>;
|
|
183
220
|
default: any;
|
|
184
221
|
};
|
|
185
|
-
required:
|
|
222
|
+
required: {
|
|
223
|
+
readonly type: import("vue").PropType<boolean>;
|
|
224
|
+
readonly required: false;
|
|
225
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
|
+
__epPropKey: true;
|
|
227
|
+
} & {
|
|
228
|
+
readonly default: undefined;
|
|
229
|
+
};
|
|
186
230
|
formItemSize: {
|
|
187
231
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
188
232
|
default: "default" | "small" | "large";
|
|
@@ -217,34 +261,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
217
261
|
default: boolean;
|
|
218
262
|
};
|
|
219
263
|
label: StringConstructor;
|
|
220
|
-
labelWidth:
|
|
221
|
-
|
|
264
|
+
labelWidth: {
|
|
265
|
+
readonly type: import("vue").PropType<string | number>;
|
|
266
|
+
readonly required: false;
|
|
267
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
|
+
__epPropKey: true;
|
|
269
|
+
} & {
|
|
270
|
+
readonly default: "";
|
|
271
|
+
};
|
|
272
|
+
labelPosition: {
|
|
273
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
274
|
+
readonly required: false;
|
|
275
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
|
+
__epPropKey: true;
|
|
277
|
+
} & {
|
|
278
|
+
readonly default: "";
|
|
279
|
+
};
|
|
222
280
|
prop: {
|
|
223
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
281
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
224
282
|
readonly required: false;
|
|
225
283
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
284
|
__epPropKey: true;
|
|
227
285
|
};
|
|
228
286
|
rules: {
|
|
229
|
-
readonly type: import("vue").PropType<
|
|
287
|
+
readonly type: import("vue").PropType<unknown>;
|
|
230
288
|
readonly required: false;
|
|
231
289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
232
290
|
__epPropKey: true;
|
|
233
291
|
};
|
|
234
292
|
error: StringConstructor;
|
|
235
293
|
validateStatus: {
|
|
236
|
-
readonly type: import("vue").PropType<
|
|
294
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
237
295
|
readonly required: false;
|
|
238
296
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
239
297
|
__epPropKey: true;
|
|
240
298
|
};
|
|
241
299
|
for: StringConstructor;
|
|
242
|
-
inlineMessage:
|
|
243
|
-
|
|
300
|
+
inlineMessage: {
|
|
301
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
302
|
+
readonly required: false;
|
|
303
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
|
+
__epPropKey: true;
|
|
305
|
+
} & {
|
|
306
|
+
readonly default: "";
|
|
307
|
+
};
|
|
308
|
+
showMessage: {
|
|
309
|
+
readonly type: import("vue").PropType<boolean>;
|
|
310
|
+
readonly required: false;
|
|
311
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
312
|
+
__epPropKey: true;
|
|
313
|
+
} & {
|
|
314
|
+
readonly default: true;
|
|
315
|
+
};
|
|
244
316
|
}>> & Readonly<{
|
|
245
317
|
"onUpdate:fileStatus"?: (...args: any[] | unknown[]) => any;
|
|
246
318
|
}>, {
|
|
247
|
-
required:
|
|
319
|
+
required: boolean;
|
|
248
320
|
formItemSize: "default" | "small" | "large";
|
|
249
321
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
250
322
|
inline: boolean;
|
|
@@ -253,10 +325,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
253
325
|
formItemTipClass: any;
|
|
254
326
|
labelTip: string;
|
|
255
327
|
information: boolean;
|
|
256
|
-
labelWidth:
|
|
257
|
-
labelPosition:
|
|
258
|
-
inlineMessage:
|
|
259
|
-
showMessage:
|
|
328
|
+
labelWidth: string | number;
|
|
329
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
330
|
+
inlineMessage: string | boolean;
|
|
331
|
+
showMessage: boolean;
|
|
260
332
|
url: string;
|
|
261
333
|
chunkSize: number;
|
|
262
334
|
fileServiceType: import("@vunk/form/components/upload-plus/src/types").FileServiceType;
|
|
@@ -274,17 +346,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
274
346
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
275
347
|
install(app: import("vue").App): void;
|
|
276
348
|
};
|
|
277
|
-
ElButtonGroup:
|
|
349
|
+
ElButtonGroup: {
|
|
278
350
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
279
351
|
readonly size: {
|
|
280
|
-
readonly type: import("vue").PropType<
|
|
352
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
353
|
+
readonly required: false;
|
|
354
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
355
|
+
__epPropKey: true;
|
|
356
|
+
};
|
|
357
|
+
readonly type: {
|
|
358
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
281
359
|
readonly required: false;
|
|
282
360
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
283
361
|
__epPropKey: true;
|
|
362
|
+
} & {
|
|
363
|
+
readonly default: "";
|
|
284
364
|
};
|
|
285
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
286
365
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
287
|
-
readonly type:
|
|
366
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
288
367
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
289
368
|
P: {};
|
|
290
369
|
B: {};
|
|
@@ -294,69 +373,132 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
294
373
|
Defaults: {};
|
|
295
374
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
296
375
|
readonly size: {
|
|
297
|
-
readonly type: import("vue").PropType<
|
|
376
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
298
377
|
readonly required: false;
|
|
299
378
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
300
379
|
__epPropKey: true;
|
|
301
380
|
};
|
|
302
|
-
readonly type:
|
|
381
|
+
readonly type: {
|
|
382
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
383
|
+
readonly required: false;
|
|
384
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
+
__epPropKey: true;
|
|
386
|
+
} & {
|
|
387
|
+
readonly default: "";
|
|
388
|
+
};
|
|
303
389
|
}>>, {}, {}, {}, {}, {
|
|
304
|
-
readonly type:
|
|
390
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
305
391
|
}>;
|
|
306
392
|
__isFragment?: never;
|
|
307
393
|
__isTeleport?: never;
|
|
308
394
|
__isSuspense?: never;
|
|
309
395
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
310
396
|
readonly size: {
|
|
311
|
-
readonly type: import("vue").PropType<
|
|
397
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
312
398
|
readonly required: false;
|
|
313
399
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
400
|
__epPropKey: true;
|
|
315
401
|
};
|
|
316
|
-
readonly type:
|
|
402
|
+
readonly type: {
|
|
403
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
404
|
+
readonly required: false;
|
|
405
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
406
|
+
__epPropKey: true;
|
|
407
|
+
} & {
|
|
408
|
+
readonly default: "";
|
|
409
|
+
};
|
|
317
410
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
318
|
-
readonly type:
|
|
411
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
319
412
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
320
413
|
$slots: {
|
|
321
414
|
default?(_: {}): any;
|
|
322
415
|
};
|
|
323
|
-
})
|
|
324
|
-
ElButton:
|
|
416
|
+
}) & import("vue").Plugin;
|
|
417
|
+
ElButton: ({
|
|
325
418
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
326
419
|
readonly size: {
|
|
327
|
-
readonly type: import("vue").PropType<
|
|
420
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
328
421
|
readonly required: false;
|
|
329
422
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
330
423
|
__epPropKey: true;
|
|
331
424
|
};
|
|
332
425
|
readonly disabled: BooleanConstructor;
|
|
333
|
-
readonly type:
|
|
426
|
+
readonly type: {
|
|
427
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
428
|
+
readonly required: false;
|
|
429
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
430
|
+
__epPropKey: true;
|
|
431
|
+
} & {
|
|
432
|
+
readonly default: "";
|
|
433
|
+
};
|
|
334
434
|
readonly icon: {
|
|
335
|
-
readonly type: import("vue").PropType<
|
|
435
|
+
readonly type: import("vue").PropType<unknown>;
|
|
336
436
|
readonly required: false;
|
|
337
437
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
338
438
|
__epPropKey: true;
|
|
339
439
|
};
|
|
340
|
-
readonly nativeType:
|
|
440
|
+
readonly nativeType: {
|
|
441
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
442
|
+
readonly required: false;
|
|
443
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
444
|
+
__epPropKey: true;
|
|
445
|
+
} & {
|
|
446
|
+
readonly default: "button";
|
|
447
|
+
};
|
|
341
448
|
readonly loading: BooleanConstructor;
|
|
342
|
-
readonly loadingIcon:
|
|
343
|
-
|
|
449
|
+
readonly loadingIcon: {
|
|
450
|
+
readonly type: import("vue").PropType<unknown>;
|
|
451
|
+
readonly required: false;
|
|
452
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
453
|
+
__epPropKey: true;
|
|
454
|
+
} & {
|
|
455
|
+
readonly default: () => any;
|
|
456
|
+
};
|
|
457
|
+
readonly plain: {
|
|
458
|
+
readonly type: import("vue").PropType<boolean>;
|
|
459
|
+
readonly required: false;
|
|
460
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
461
|
+
__epPropKey: true;
|
|
462
|
+
} & {
|
|
463
|
+
readonly default: undefined;
|
|
464
|
+
};
|
|
344
465
|
readonly text: BooleanConstructor;
|
|
345
466
|
readonly link: BooleanConstructor;
|
|
346
467
|
readonly bg: BooleanConstructor;
|
|
347
468
|
readonly autofocus: BooleanConstructor;
|
|
348
|
-
readonly round:
|
|
469
|
+
readonly round: {
|
|
470
|
+
readonly type: import("vue").PropType<boolean>;
|
|
471
|
+
readonly required: false;
|
|
472
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
473
|
+
__epPropKey: true;
|
|
474
|
+
} & {
|
|
475
|
+
readonly default: undefined;
|
|
476
|
+
};
|
|
349
477
|
readonly circle: BooleanConstructor;
|
|
350
478
|
readonly color: StringConstructor;
|
|
351
479
|
readonly dark: BooleanConstructor;
|
|
352
|
-
readonly autoInsertSpace:
|
|
353
|
-
|
|
480
|
+
readonly autoInsertSpace: {
|
|
481
|
+
readonly type: import("vue").PropType<boolean>;
|
|
482
|
+
readonly required: false;
|
|
483
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
484
|
+
__epPropKey: true;
|
|
485
|
+
} & {
|
|
486
|
+
readonly default: undefined;
|
|
487
|
+
};
|
|
488
|
+
readonly tag: {
|
|
489
|
+
readonly type: import("vue").PropType<unknown>;
|
|
490
|
+
readonly required: false;
|
|
491
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
492
|
+
__epPropKey: true;
|
|
493
|
+
} & {
|
|
494
|
+
readonly default: "button";
|
|
495
|
+
};
|
|
354
496
|
}>> & {
|
|
355
497
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
356
498
|
}, {
|
|
357
499
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
358
500
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
359
|
-
type: import("vue").ComputedRef<
|
|
501
|
+
type: import("vue").ComputedRef<string>;
|
|
360
502
|
disabled: import("vue").ComputedRef<boolean>;
|
|
361
503
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
362
504
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -368,15 +510,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
368
510
|
readonly disabled: boolean;
|
|
369
511
|
readonly round: boolean;
|
|
370
512
|
readonly dark: boolean;
|
|
371
|
-
readonly type:
|
|
513
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
372
514
|
readonly bg: boolean;
|
|
373
515
|
readonly loading: boolean;
|
|
374
516
|
readonly autofocus: boolean;
|
|
375
|
-
readonly tag:
|
|
517
|
+
readonly tag: unknown;
|
|
376
518
|
readonly plain: boolean;
|
|
377
|
-
readonly
|
|
378
|
-
readonly
|
|
379
|
-
readonly
|
|
519
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
520
|
+
readonly loadingIcon: unknown;
|
|
521
|
+
readonly autoInsertSpace: boolean;
|
|
380
522
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
381
523
|
P: {};
|
|
382
524
|
B: {};
|
|
@@ -386,39 +528,88 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
386
528
|
Defaults: {};
|
|
387
529
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
388
530
|
readonly size: {
|
|
389
|
-
readonly type: import("vue").PropType<
|
|
531
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
390
532
|
readonly required: false;
|
|
391
533
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
392
534
|
__epPropKey: true;
|
|
393
535
|
};
|
|
394
536
|
readonly disabled: BooleanConstructor;
|
|
395
|
-
readonly type:
|
|
537
|
+
readonly type: {
|
|
538
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
539
|
+
readonly required: false;
|
|
540
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
541
|
+
__epPropKey: true;
|
|
542
|
+
} & {
|
|
543
|
+
readonly default: "";
|
|
544
|
+
};
|
|
396
545
|
readonly icon: {
|
|
397
|
-
readonly type: import("vue").PropType<
|
|
546
|
+
readonly type: import("vue").PropType<unknown>;
|
|
547
|
+
readonly required: false;
|
|
548
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
549
|
+
__epPropKey: true;
|
|
550
|
+
};
|
|
551
|
+
readonly nativeType: {
|
|
552
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
398
553
|
readonly required: false;
|
|
399
554
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
555
|
__epPropKey: true;
|
|
556
|
+
} & {
|
|
557
|
+
readonly default: "button";
|
|
401
558
|
};
|
|
402
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
403
559
|
readonly loading: BooleanConstructor;
|
|
404
|
-
readonly loadingIcon:
|
|
405
|
-
|
|
560
|
+
readonly loadingIcon: {
|
|
561
|
+
readonly type: import("vue").PropType<unknown>;
|
|
562
|
+
readonly required: false;
|
|
563
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
564
|
+
__epPropKey: true;
|
|
565
|
+
} & {
|
|
566
|
+
readonly default: () => any;
|
|
567
|
+
};
|
|
568
|
+
readonly plain: {
|
|
569
|
+
readonly type: import("vue").PropType<boolean>;
|
|
570
|
+
readonly required: false;
|
|
571
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
572
|
+
__epPropKey: true;
|
|
573
|
+
} & {
|
|
574
|
+
readonly default: undefined;
|
|
575
|
+
};
|
|
406
576
|
readonly text: BooleanConstructor;
|
|
407
577
|
readonly link: BooleanConstructor;
|
|
408
578
|
readonly bg: BooleanConstructor;
|
|
409
579
|
readonly autofocus: BooleanConstructor;
|
|
410
|
-
readonly round:
|
|
580
|
+
readonly round: {
|
|
581
|
+
readonly type: import("vue").PropType<boolean>;
|
|
582
|
+
readonly required: false;
|
|
583
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
584
|
+
__epPropKey: true;
|
|
585
|
+
} & {
|
|
586
|
+
readonly default: undefined;
|
|
587
|
+
};
|
|
411
588
|
readonly circle: BooleanConstructor;
|
|
412
589
|
readonly color: StringConstructor;
|
|
413
590
|
readonly dark: BooleanConstructor;
|
|
414
|
-
readonly autoInsertSpace:
|
|
415
|
-
|
|
591
|
+
readonly autoInsertSpace: {
|
|
592
|
+
readonly type: import("vue").PropType<boolean>;
|
|
593
|
+
readonly required: false;
|
|
594
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
595
|
+
__epPropKey: true;
|
|
596
|
+
} & {
|
|
597
|
+
readonly default: undefined;
|
|
598
|
+
};
|
|
599
|
+
readonly tag: {
|
|
600
|
+
readonly type: import("vue").PropType<unknown>;
|
|
601
|
+
readonly required: false;
|
|
602
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
603
|
+
__epPropKey: true;
|
|
604
|
+
} & {
|
|
605
|
+
readonly default: "button";
|
|
606
|
+
};
|
|
416
607
|
}>> & {
|
|
417
608
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
418
609
|
}, {
|
|
419
610
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
420
611
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
421
|
-
type: import("vue").ComputedRef<
|
|
612
|
+
type: import("vue").ComputedRef<string>;
|
|
422
613
|
disabled: import("vue").ComputedRef<boolean>;
|
|
423
614
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
424
615
|
}, {}, {}, {}, {
|
|
@@ -428,54 +619,103 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
428
619
|
readonly disabled: boolean;
|
|
429
620
|
readonly round: boolean;
|
|
430
621
|
readonly dark: boolean;
|
|
431
|
-
readonly type:
|
|
622
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
432
623
|
readonly bg: boolean;
|
|
433
624
|
readonly loading: boolean;
|
|
434
625
|
readonly autofocus: boolean;
|
|
435
|
-
readonly tag:
|
|
626
|
+
readonly tag: unknown;
|
|
436
627
|
readonly plain: boolean;
|
|
437
|
-
readonly
|
|
438
|
-
readonly
|
|
439
|
-
readonly
|
|
628
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
629
|
+
readonly loadingIcon: unknown;
|
|
630
|
+
readonly autoInsertSpace: boolean;
|
|
440
631
|
}>;
|
|
441
632
|
__isFragment?: never;
|
|
442
633
|
__isTeleport?: never;
|
|
443
634
|
__isSuspense?: never;
|
|
444
635
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
445
636
|
readonly size: {
|
|
446
|
-
readonly type: import("vue").PropType<
|
|
637
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
447
638
|
readonly required: false;
|
|
448
639
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
640
|
__epPropKey: true;
|
|
450
641
|
};
|
|
451
642
|
readonly disabled: BooleanConstructor;
|
|
452
|
-
readonly type:
|
|
643
|
+
readonly type: {
|
|
644
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
645
|
+
readonly required: false;
|
|
646
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
647
|
+
__epPropKey: true;
|
|
648
|
+
} & {
|
|
649
|
+
readonly default: "";
|
|
650
|
+
};
|
|
453
651
|
readonly icon: {
|
|
454
|
-
readonly type: import("vue").PropType<
|
|
652
|
+
readonly type: import("vue").PropType<unknown>;
|
|
653
|
+
readonly required: false;
|
|
654
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
655
|
+
__epPropKey: true;
|
|
656
|
+
};
|
|
657
|
+
readonly nativeType: {
|
|
658
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
455
659
|
readonly required: false;
|
|
456
660
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
457
661
|
__epPropKey: true;
|
|
662
|
+
} & {
|
|
663
|
+
readonly default: "button";
|
|
458
664
|
};
|
|
459
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
460
665
|
readonly loading: BooleanConstructor;
|
|
461
|
-
readonly loadingIcon:
|
|
462
|
-
|
|
666
|
+
readonly loadingIcon: {
|
|
667
|
+
readonly type: import("vue").PropType<unknown>;
|
|
668
|
+
readonly required: false;
|
|
669
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
670
|
+
__epPropKey: true;
|
|
671
|
+
} & {
|
|
672
|
+
readonly default: () => any;
|
|
673
|
+
};
|
|
674
|
+
readonly plain: {
|
|
675
|
+
readonly type: import("vue").PropType<boolean>;
|
|
676
|
+
readonly required: false;
|
|
677
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
678
|
+
__epPropKey: true;
|
|
679
|
+
} & {
|
|
680
|
+
readonly default: undefined;
|
|
681
|
+
};
|
|
463
682
|
readonly text: BooleanConstructor;
|
|
464
683
|
readonly link: BooleanConstructor;
|
|
465
684
|
readonly bg: BooleanConstructor;
|
|
466
685
|
readonly autofocus: BooleanConstructor;
|
|
467
|
-
readonly round:
|
|
686
|
+
readonly round: {
|
|
687
|
+
readonly type: import("vue").PropType<boolean>;
|
|
688
|
+
readonly required: false;
|
|
689
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
690
|
+
__epPropKey: true;
|
|
691
|
+
} & {
|
|
692
|
+
readonly default: undefined;
|
|
693
|
+
};
|
|
468
694
|
readonly circle: BooleanConstructor;
|
|
469
695
|
readonly color: StringConstructor;
|
|
470
696
|
readonly dark: BooleanConstructor;
|
|
471
|
-
readonly autoInsertSpace:
|
|
472
|
-
|
|
697
|
+
readonly autoInsertSpace: {
|
|
698
|
+
readonly type: import("vue").PropType<boolean>;
|
|
699
|
+
readonly required: false;
|
|
700
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
701
|
+
__epPropKey: true;
|
|
702
|
+
} & {
|
|
703
|
+
readonly default: undefined;
|
|
704
|
+
};
|
|
705
|
+
readonly tag: {
|
|
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: "button";
|
|
712
|
+
};
|
|
473
713
|
}>> & {
|
|
474
714
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
475
715
|
}, {
|
|
476
716
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
477
717
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
478
|
-
type: import("vue").ComputedRef<
|
|
718
|
+
type: import("vue").ComputedRef<string>;
|
|
479
719
|
disabled: import("vue").ComputedRef<boolean>;
|
|
480
720
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
481
721
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -487,33 +727,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
487
727
|
readonly disabled: boolean;
|
|
488
728
|
readonly round: boolean;
|
|
489
729
|
readonly dark: boolean;
|
|
490
|
-
readonly type:
|
|
730
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
491
731
|
readonly bg: boolean;
|
|
492
732
|
readonly loading: boolean;
|
|
493
733
|
readonly autofocus: boolean;
|
|
494
|
-
readonly tag:
|
|
734
|
+
readonly tag: unknown;
|
|
495
735
|
readonly plain: boolean;
|
|
496
|
-
readonly
|
|
497
|
-
readonly
|
|
498
|
-
readonly
|
|
736
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
737
|
+
readonly loadingIcon: unknown;
|
|
738
|
+
readonly autoInsertSpace: boolean;
|
|
499
739
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
500
740
|
$slots: {
|
|
501
741
|
loading?(_: {}): any;
|
|
502
742
|
icon?(_: {}): any;
|
|
503
743
|
default?(_: {}): any;
|
|
504
744
|
};
|
|
505
|
-
})
|
|
745
|
+
}) & import("vue").Plugin) & {
|
|
506
746
|
ButtonGroup: {
|
|
507
747
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
508
748
|
readonly size: {
|
|
509
|
-
readonly type: import("vue").PropType<
|
|
749
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
750
|
+
readonly required: false;
|
|
751
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
752
|
+
__epPropKey: true;
|
|
753
|
+
};
|
|
754
|
+
readonly type: {
|
|
755
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
510
756
|
readonly required: false;
|
|
511
757
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
512
758
|
__epPropKey: true;
|
|
759
|
+
} & {
|
|
760
|
+
readonly default: "";
|
|
513
761
|
};
|
|
514
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
515
762
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
516
|
-
readonly type:
|
|
763
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
517
764
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
518
765
|
P: {};
|
|
519
766
|
B: {};
|
|
@@ -523,73 +770,116 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
523
770
|
Defaults: {};
|
|
524
771
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
525
772
|
readonly size: {
|
|
526
|
-
readonly type: import("vue").PropType<
|
|
773
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
527
774
|
readonly required: false;
|
|
528
775
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
776
|
__epPropKey: true;
|
|
530
777
|
};
|
|
531
|
-
readonly type:
|
|
778
|
+
readonly type: {
|
|
779
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
780
|
+
readonly required: false;
|
|
781
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
782
|
+
__epPropKey: true;
|
|
783
|
+
} & {
|
|
784
|
+
readonly default: "";
|
|
785
|
+
};
|
|
532
786
|
}>>, {}, {}, {}, {}, {
|
|
533
|
-
readonly type:
|
|
787
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
534
788
|
}>;
|
|
535
789
|
__isFragment?: never;
|
|
536
790
|
__isTeleport?: never;
|
|
537
791
|
__isSuspense?: never;
|
|
538
792
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
539
793
|
readonly size: {
|
|
540
|
-
readonly type: import("vue").PropType<
|
|
794
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
541
795
|
readonly required: false;
|
|
542
796
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
543
797
|
__epPropKey: true;
|
|
544
798
|
};
|
|
545
|
-
readonly type:
|
|
799
|
+
readonly type: {
|
|
800
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
801
|
+
readonly required: false;
|
|
802
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
803
|
+
__epPropKey: true;
|
|
804
|
+
} & {
|
|
805
|
+
readonly default: "";
|
|
806
|
+
};
|
|
546
807
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
547
|
-
readonly type:
|
|
808
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
548
809
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
549
810
|
$slots: {
|
|
550
811
|
default?(_: {}): any;
|
|
551
812
|
};
|
|
552
813
|
});
|
|
553
814
|
};
|
|
554
|
-
ElInput:
|
|
815
|
+
ElInput: {
|
|
555
816
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
556
817
|
readonly ariaLabel: StringConstructor;
|
|
557
|
-
readonly id:
|
|
818
|
+
readonly id: {
|
|
819
|
+
readonly type: import("vue").PropType<string>;
|
|
820
|
+
readonly required: false;
|
|
821
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
822
|
+
__epPropKey: true;
|
|
823
|
+
} & {
|
|
824
|
+
readonly default: undefined;
|
|
825
|
+
};
|
|
558
826
|
readonly size: {
|
|
559
|
-
readonly type: import("vue").PropType<
|
|
827
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
560
828
|
readonly required: false;
|
|
561
829
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
562
830
|
__epPropKey: true;
|
|
563
831
|
};
|
|
564
832
|
readonly disabled: BooleanConstructor;
|
|
565
|
-
readonly modelValue:
|
|
833
|
+
readonly modelValue: {
|
|
834
|
+
readonly type: import("vue").PropType<string | number>;
|
|
835
|
+
readonly required: false;
|
|
836
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
837
|
+
__epPropKey: true;
|
|
838
|
+
} & {
|
|
839
|
+
readonly default: "";
|
|
840
|
+
};
|
|
566
841
|
readonly maxlength: {
|
|
567
|
-
readonly type: import("vue").PropType<
|
|
842
|
+
readonly type: import("vue").PropType<string | number>;
|
|
568
843
|
readonly required: false;
|
|
569
844
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
570
845
|
__epPropKey: true;
|
|
571
846
|
};
|
|
572
847
|
readonly minlength: {
|
|
573
|
-
readonly type: import("vue").PropType<
|
|
848
|
+
readonly type: import("vue").PropType<string | number>;
|
|
574
849
|
readonly required: false;
|
|
575
850
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
576
851
|
__epPropKey: true;
|
|
577
852
|
};
|
|
578
|
-
readonly type:
|
|
853
|
+
readonly type: {
|
|
854
|
+
readonly type: import("vue").PropType<string>;
|
|
855
|
+
readonly required: false;
|
|
856
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
857
|
+
__epPropKey: true;
|
|
858
|
+
} & {
|
|
859
|
+
readonly default: "text";
|
|
860
|
+
};
|
|
579
861
|
readonly resize: {
|
|
580
|
-
readonly type: import("vue").PropType<
|
|
862
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
581
863
|
readonly required: false;
|
|
582
864
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
583
865
|
__epPropKey: true;
|
|
584
866
|
};
|
|
585
|
-
readonly autosize:
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
867
|
+
readonly autosize: {
|
|
868
|
+
readonly type: import("vue").PropType<unknown>;
|
|
869
|
+
readonly required: false;
|
|
870
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
871
|
+
__epPropKey: true;
|
|
872
|
+
} & {
|
|
873
|
+
readonly default: false;
|
|
874
|
+
};
|
|
875
|
+
readonly autocomplete: {
|
|
876
|
+
readonly type: import("vue").PropType<string>;
|
|
877
|
+
readonly required: false;
|
|
878
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
879
|
+
__epPropKey: true;
|
|
880
|
+
} & {
|
|
881
|
+
readonly default: "off";
|
|
882
|
+
};
|
|
593
883
|
readonly formatter: {
|
|
594
884
|
readonly type: import("vue").PropType<Function>;
|
|
595
885
|
readonly required: false;
|
|
@@ -619,23 +909,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
619
909
|
readonly showPassword: BooleanConstructor;
|
|
620
910
|
readonly showWordLimit: BooleanConstructor;
|
|
621
911
|
readonly suffixIcon: {
|
|
622
|
-
readonly type: import("vue").PropType<
|
|
912
|
+
readonly type: import("vue").PropType<unknown>;
|
|
623
913
|
readonly required: false;
|
|
624
914
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
625
915
|
__epPropKey: true;
|
|
626
916
|
};
|
|
627
917
|
readonly prefixIcon: {
|
|
628
|
-
readonly type: import("vue").PropType<
|
|
918
|
+
readonly type: import("vue").PropType<unknown>;
|
|
919
|
+
readonly required: false;
|
|
920
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
921
|
+
__epPropKey: true;
|
|
922
|
+
};
|
|
923
|
+
readonly containerRole: {
|
|
924
|
+
readonly type: import("vue").PropType<string>;
|
|
925
|
+
readonly required: false;
|
|
926
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
927
|
+
__epPropKey: true;
|
|
928
|
+
} & {
|
|
929
|
+
readonly default: undefined;
|
|
930
|
+
};
|
|
931
|
+
readonly tabindex: {
|
|
932
|
+
readonly type: import("vue").PropType<string | number>;
|
|
933
|
+
readonly required: false;
|
|
934
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
935
|
+
__epPropKey: true;
|
|
936
|
+
} & {
|
|
937
|
+
readonly default: 0;
|
|
938
|
+
};
|
|
939
|
+
readonly validateEvent: {
|
|
940
|
+
readonly type: import("vue").PropType<boolean>;
|
|
629
941
|
readonly required: false;
|
|
630
942
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
631
943
|
__epPropKey: true;
|
|
944
|
+
} & {
|
|
945
|
+
readonly default: true;
|
|
946
|
+
};
|
|
947
|
+
readonly inputStyle: {
|
|
948
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
949
|
+
readonly required: false;
|
|
950
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
951
|
+
__epPropKey: true;
|
|
952
|
+
} & {
|
|
953
|
+
readonly default: () => {};
|
|
632
954
|
};
|
|
633
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
634
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
635
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
636
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
637
955
|
readonly autofocus: BooleanConstructor;
|
|
638
|
-
readonly rows:
|
|
956
|
+
readonly rows: {
|
|
957
|
+
readonly type: import("vue").PropType<number>;
|
|
958
|
+
readonly required: false;
|
|
959
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
960
|
+
__epPropKey: true;
|
|
961
|
+
} & {
|
|
962
|
+
readonly default: 2;
|
|
963
|
+
};
|
|
639
964
|
}>> & {
|
|
640
965
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
641
966
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -678,13 +1003,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
678
1003
|
readonly disabled: boolean;
|
|
679
1004
|
readonly id: string;
|
|
680
1005
|
readonly type: string;
|
|
681
|
-
readonly modelValue:
|
|
682
|
-
readonly tabindex:
|
|
1006
|
+
readonly modelValue: string | number;
|
|
1007
|
+
readonly tabindex: string | number;
|
|
683
1008
|
readonly readonly: boolean;
|
|
684
1009
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
685
1010
|
readonly autocomplete: string;
|
|
686
1011
|
readonly containerRole: string;
|
|
687
|
-
readonly validateEvent:
|
|
1012
|
+
readonly validateEvent: boolean;
|
|
688
1013
|
readonly inputStyle: import("vue").StyleValue;
|
|
689
1014
|
readonly rows: number;
|
|
690
1015
|
readonly clearable: boolean;
|
|
@@ -700,42 +1025,71 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
700
1025
|
Defaults: {};
|
|
701
1026
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
702
1027
|
readonly ariaLabel: StringConstructor;
|
|
703
|
-
readonly id:
|
|
1028
|
+
readonly id: {
|
|
1029
|
+
readonly type: import("vue").PropType<string>;
|
|
1030
|
+
readonly required: false;
|
|
1031
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1032
|
+
__epPropKey: true;
|
|
1033
|
+
} & {
|
|
1034
|
+
readonly default: undefined;
|
|
1035
|
+
};
|
|
704
1036
|
readonly size: {
|
|
705
|
-
readonly type: import("vue").PropType<
|
|
1037
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
706
1038
|
readonly required: false;
|
|
707
1039
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
708
1040
|
__epPropKey: true;
|
|
709
1041
|
};
|
|
710
1042
|
readonly disabled: BooleanConstructor;
|
|
711
|
-
readonly modelValue:
|
|
1043
|
+
readonly modelValue: {
|
|
1044
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1045
|
+
readonly required: false;
|
|
1046
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1047
|
+
__epPropKey: true;
|
|
1048
|
+
} & {
|
|
1049
|
+
readonly default: "";
|
|
1050
|
+
};
|
|
712
1051
|
readonly maxlength: {
|
|
713
|
-
readonly type: import("vue").PropType<
|
|
1052
|
+
readonly type: import("vue").PropType<string | number>;
|
|
714
1053
|
readonly required: false;
|
|
715
1054
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
716
1055
|
__epPropKey: true;
|
|
717
1056
|
};
|
|
718
1057
|
readonly minlength: {
|
|
719
|
-
readonly type: import("vue").PropType<
|
|
1058
|
+
readonly type: import("vue").PropType<string | number>;
|
|
720
1059
|
readonly required: false;
|
|
721
1060
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
722
1061
|
__epPropKey: true;
|
|
723
1062
|
};
|
|
724
|
-
readonly type:
|
|
1063
|
+
readonly type: {
|
|
1064
|
+
readonly type: import("vue").PropType<string>;
|
|
1065
|
+
readonly required: false;
|
|
1066
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1067
|
+
__epPropKey: true;
|
|
1068
|
+
} & {
|
|
1069
|
+
readonly default: "text";
|
|
1070
|
+
};
|
|
725
1071
|
readonly resize: {
|
|
726
|
-
readonly type: import("vue").PropType<
|
|
1072
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
1073
|
+
readonly required: false;
|
|
1074
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1075
|
+
__epPropKey: true;
|
|
1076
|
+
};
|
|
1077
|
+
readonly autosize: {
|
|
1078
|
+
readonly type: import("vue").PropType<unknown>;
|
|
727
1079
|
readonly required: false;
|
|
728
1080
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
729
1081
|
__epPropKey: true;
|
|
1082
|
+
} & {
|
|
1083
|
+
readonly default: false;
|
|
1084
|
+
};
|
|
1085
|
+
readonly autocomplete: {
|
|
1086
|
+
readonly type: import("vue").PropType<string>;
|
|
1087
|
+
readonly required: false;
|
|
1088
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1089
|
+
__epPropKey: true;
|
|
1090
|
+
} & {
|
|
1091
|
+
readonly default: "off";
|
|
730
1092
|
};
|
|
731
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
732
|
-
minRows?: number;
|
|
733
|
-
maxRows?: number;
|
|
734
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
735
|
-
minRows?: number;
|
|
736
|
-
maxRows?: number;
|
|
737
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
738
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
739
1093
|
readonly formatter: {
|
|
740
1094
|
readonly type: import("vue").PropType<Function>;
|
|
741
1095
|
readonly required: false;
|
|
@@ -765,23 +1119,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
765
1119
|
readonly showPassword: BooleanConstructor;
|
|
766
1120
|
readonly showWordLimit: BooleanConstructor;
|
|
767
1121
|
readonly suffixIcon: {
|
|
768
|
-
readonly type: import("vue").PropType<
|
|
1122
|
+
readonly type: import("vue").PropType<unknown>;
|
|
769
1123
|
readonly required: false;
|
|
770
1124
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
771
1125
|
__epPropKey: true;
|
|
772
1126
|
};
|
|
773
1127
|
readonly prefixIcon: {
|
|
774
|
-
readonly type: import("vue").PropType<
|
|
1128
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1129
|
+
readonly required: false;
|
|
1130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1131
|
+
__epPropKey: true;
|
|
1132
|
+
};
|
|
1133
|
+
readonly containerRole: {
|
|
1134
|
+
readonly type: import("vue").PropType<string>;
|
|
1135
|
+
readonly required: false;
|
|
1136
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1137
|
+
__epPropKey: true;
|
|
1138
|
+
} & {
|
|
1139
|
+
readonly default: undefined;
|
|
1140
|
+
};
|
|
1141
|
+
readonly tabindex: {
|
|
1142
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1143
|
+
readonly required: false;
|
|
1144
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1145
|
+
__epPropKey: true;
|
|
1146
|
+
} & {
|
|
1147
|
+
readonly default: 0;
|
|
1148
|
+
};
|
|
1149
|
+
readonly validateEvent: {
|
|
1150
|
+
readonly type: import("vue").PropType<boolean>;
|
|
775
1151
|
readonly required: false;
|
|
776
1152
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
777
1153
|
__epPropKey: true;
|
|
1154
|
+
} & {
|
|
1155
|
+
readonly default: true;
|
|
1156
|
+
};
|
|
1157
|
+
readonly inputStyle: {
|
|
1158
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1159
|
+
readonly required: false;
|
|
1160
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1161
|
+
__epPropKey: true;
|
|
1162
|
+
} & {
|
|
1163
|
+
readonly default: () => {};
|
|
778
1164
|
};
|
|
779
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
780
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
781
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
782
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
783
1165
|
readonly autofocus: BooleanConstructor;
|
|
784
|
-
readonly rows:
|
|
1166
|
+
readonly rows: {
|
|
1167
|
+
readonly type: import("vue").PropType<number>;
|
|
1168
|
+
readonly required: false;
|
|
1169
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1170
|
+
__epPropKey: true;
|
|
1171
|
+
} & {
|
|
1172
|
+
readonly default: 2;
|
|
1173
|
+
};
|
|
785
1174
|
}>> & {
|
|
786
1175
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
787
1176
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -811,13 +1200,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
811
1200
|
readonly disabled: boolean;
|
|
812
1201
|
readonly id: string;
|
|
813
1202
|
readonly type: string;
|
|
814
|
-
readonly modelValue:
|
|
815
|
-
readonly tabindex:
|
|
1203
|
+
readonly modelValue: string | number;
|
|
1204
|
+
readonly tabindex: string | number;
|
|
816
1205
|
readonly readonly: boolean;
|
|
817
1206
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
818
1207
|
readonly autocomplete: string;
|
|
819
1208
|
readonly containerRole: string;
|
|
820
|
-
readonly validateEvent:
|
|
1209
|
+
readonly validateEvent: boolean;
|
|
821
1210
|
readonly inputStyle: import("vue").StyleValue;
|
|
822
1211
|
readonly rows: number;
|
|
823
1212
|
readonly clearable: boolean;
|
|
@@ -830,42 +1219,71 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
830
1219
|
__isSuspense?: never;
|
|
831
1220
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
832
1221
|
readonly ariaLabel: StringConstructor;
|
|
833
|
-
readonly id:
|
|
1222
|
+
readonly id: {
|
|
1223
|
+
readonly type: import("vue").PropType<string>;
|
|
1224
|
+
readonly required: false;
|
|
1225
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1226
|
+
__epPropKey: true;
|
|
1227
|
+
} & {
|
|
1228
|
+
readonly default: undefined;
|
|
1229
|
+
};
|
|
834
1230
|
readonly size: {
|
|
835
|
-
readonly type: import("vue").PropType<
|
|
1231
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
836
1232
|
readonly required: false;
|
|
837
1233
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
838
1234
|
__epPropKey: true;
|
|
839
1235
|
};
|
|
840
1236
|
readonly disabled: BooleanConstructor;
|
|
841
|
-
readonly modelValue:
|
|
1237
|
+
readonly modelValue: {
|
|
1238
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1239
|
+
readonly required: false;
|
|
1240
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1241
|
+
__epPropKey: true;
|
|
1242
|
+
} & {
|
|
1243
|
+
readonly default: "";
|
|
1244
|
+
};
|
|
842
1245
|
readonly maxlength: {
|
|
843
|
-
readonly type: import("vue").PropType<
|
|
1246
|
+
readonly type: import("vue").PropType<string | number>;
|
|
844
1247
|
readonly required: false;
|
|
845
1248
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
846
1249
|
__epPropKey: true;
|
|
847
1250
|
};
|
|
848
1251
|
readonly minlength: {
|
|
849
|
-
readonly type: import("vue").PropType<
|
|
1252
|
+
readonly type: import("vue").PropType<string | number>;
|
|
850
1253
|
readonly required: false;
|
|
851
1254
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
852
1255
|
__epPropKey: true;
|
|
853
1256
|
};
|
|
854
|
-
readonly type:
|
|
1257
|
+
readonly type: {
|
|
1258
|
+
readonly type: import("vue").PropType<string>;
|
|
1259
|
+
readonly required: false;
|
|
1260
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1261
|
+
__epPropKey: true;
|
|
1262
|
+
} & {
|
|
1263
|
+
readonly default: "text";
|
|
1264
|
+
};
|
|
855
1265
|
readonly resize: {
|
|
856
|
-
readonly type: import("vue").PropType<
|
|
1266
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
1267
|
+
readonly required: false;
|
|
1268
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1269
|
+
__epPropKey: true;
|
|
1270
|
+
};
|
|
1271
|
+
readonly autosize: {
|
|
1272
|
+
readonly type: import("vue").PropType<unknown>;
|
|
857
1273
|
readonly required: false;
|
|
858
1274
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
859
1275
|
__epPropKey: true;
|
|
1276
|
+
} & {
|
|
1277
|
+
readonly default: false;
|
|
1278
|
+
};
|
|
1279
|
+
readonly autocomplete: {
|
|
1280
|
+
readonly type: import("vue").PropType<string>;
|
|
1281
|
+
readonly required: false;
|
|
1282
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1283
|
+
__epPropKey: true;
|
|
1284
|
+
} & {
|
|
1285
|
+
readonly default: "off";
|
|
860
1286
|
};
|
|
861
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
862
|
-
minRows?: number;
|
|
863
|
-
maxRows?: number;
|
|
864
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
865
|
-
minRows?: number;
|
|
866
|
-
maxRows?: number;
|
|
867
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
868
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
869
1287
|
readonly formatter: {
|
|
870
1288
|
readonly type: import("vue").PropType<Function>;
|
|
871
1289
|
readonly required: false;
|
|
@@ -895,23 +1313,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
895
1313
|
readonly showPassword: BooleanConstructor;
|
|
896
1314
|
readonly showWordLimit: BooleanConstructor;
|
|
897
1315
|
readonly suffixIcon: {
|
|
898
|
-
readonly type: import("vue").PropType<
|
|
1316
|
+
readonly type: import("vue").PropType<unknown>;
|
|
899
1317
|
readonly required: false;
|
|
900
1318
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
901
1319
|
__epPropKey: true;
|
|
902
1320
|
};
|
|
903
1321
|
readonly prefixIcon: {
|
|
904
|
-
readonly type: import("vue").PropType<
|
|
1322
|
+
readonly type: import("vue").PropType<unknown>;
|
|
905
1323
|
readonly required: false;
|
|
906
1324
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
907
1325
|
__epPropKey: true;
|
|
908
1326
|
};
|
|
909
|
-
readonly containerRole:
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
1327
|
+
readonly containerRole: {
|
|
1328
|
+
readonly type: import("vue").PropType<string>;
|
|
1329
|
+
readonly required: false;
|
|
1330
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1331
|
+
__epPropKey: true;
|
|
1332
|
+
} & {
|
|
1333
|
+
readonly default: undefined;
|
|
1334
|
+
};
|
|
1335
|
+
readonly tabindex: {
|
|
1336
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1337
|
+
readonly required: false;
|
|
1338
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1339
|
+
__epPropKey: true;
|
|
1340
|
+
} & {
|
|
1341
|
+
readonly default: 0;
|
|
1342
|
+
};
|
|
1343
|
+
readonly validateEvent: {
|
|
1344
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1345
|
+
readonly required: false;
|
|
1346
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1347
|
+
__epPropKey: true;
|
|
1348
|
+
} & {
|
|
1349
|
+
readonly default: true;
|
|
1350
|
+
};
|
|
1351
|
+
readonly inputStyle: {
|
|
1352
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1353
|
+
readonly required: false;
|
|
1354
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1355
|
+
__epPropKey: true;
|
|
1356
|
+
} & {
|
|
1357
|
+
readonly default: () => {};
|
|
1358
|
+
};
|
|
913
1359
|
readonly autofocus: BooleanConstructor;
|
|
914
|
-
readonly rows:
|
|
1360
|
+
readonly rows: {
|
|
1361
|
+
readonly type: import("vue").PropType<number>;
|
|
1362
|
+
readonly required: false;
|
|
1363
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1364
|
+
__epPropKey: true;
|
|
1365
|
+
} & {
|
|
1366
|
+
readonly default: 2;
|
|
1367
|
+
};
|
|
915
1368
|
}>> & {
|
|
916
1369
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
917
1370
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -954,13 +1407,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
954
1407
|
readonly disabled: boolean;
|
|
955
1408
|
readonly id: string;
|
|
956
1409
|
readonly type: string;
|
|
957
|
-
readonly modelValue:
|
|
958
|
-
readonly tabindex:
|
|
1410
|
+
readonly modelValue: string | number;
|
|
1411
|
+
readonly tabindex: string | number;
|
|
959
1412
|
readonly readonly: boolean;
|
|
960
1413
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
961
1414
|
readonly autocomplete: string;
|
|
962
1415
|
readonly containerRole: string;
|
|
963
|
-
readonly validateEvent:
|
|
1416
|
+
readonly validateEvent: boolean;
|
|
964
1417
|
readonly inputStyle: import("vue").StyleValue;
|
|
965
1418
|
readonly rows: number;
|
|
966
1419
|
readonly clearable: boolean;
|
|
@@ -974,6 +1427,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
974
1427
|
suffix?(_: {}): any;
|
|
975
1428
|
append?(_: {}): any;
|
|
976
1429
|
};
|
|
977
|
-
})
|
|
1430
|
+
}) & import("vue").Plugin;
|
|
978
1431
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
979
1432
|
export default _default;
|