@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
|
@@ -15,7 +15,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15
15
|
type: NumberConstructor;
|
|
16
16
|
default: any;
|
|
17
17
|
};
|
|
18
|
-
required:
|
|
18
|
+
required: {
|
|
19
|
+
readonly type: import("vue").PropType<boolean>;
|
|
20
|
+
readonly required: false;
|
|
21
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
|
+
__epPropKey: true;
|
|
23
|
+
} & {
|
|
24
|
+
readonly default: undefined;
|
|
25
|
+
};
|
|
19
26
|
formItemSize: {
|
|
20
27
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
21
28
|
default: "default" | "small" | "large";
|
|
@@ -50,55 +57,112 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
50
57
|
default: boolean;
|
|
51
58
|
};
|
|
52
59
|
label: StringConstructor;
|
|
53
|
-
labelWidth:
|
|
54
|
-
|
|
60
|
+
labelWidth: {
|
|
61
|
+
readonly type: import("vue").PropType<string | number>;
|
|
62
|
+
readonly required: false;
|
|
63
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
|
+
__epPropKey: true;
|
|
65
|
+
} & {
|
|
66
|
+
readonly default: "";
|
|
67
|
+
};
|
|
68
|
+
labelPosition: {
|
|
69
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
70
|
+
readonly required: false;
|
|
71
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
|
+
__epPropKey: true;
|
|
73
|
+
} & {
|
|
74
|
+
readonly default: "";
|
|
75
|
+
};
|
|
55
76
|
prop: {
|
|
56
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
77
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
57
78
|
readonly required: false;
|
|
58
79
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
80
|
__epPropKey: true;
|
|
60
81
|
};
|
|
61
82
|
rules: {
|
|
62
|
-
readonly type: import("vue").PropType<
|
|
83
|
+
readonly type: import("vue").PropType<unknown>;
|
|
63
84
|
readonly required: false;
|
|
64
85
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
86
|
__epPropKey: true;
|
|
66
87
|
};
|
|
67
88
|
error: StringConstructor;
|
|
68
89
|
validateStatus: {
|
|
69
|
-
readonly type: import("vue").PropType<
|
|
90
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
70
91
|
readonly required: false;
|
|
71
92
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
93
|
__epPropKey: true;
|
|
73
94
|
};
|
|
74
95
|
for: StringConstructor;
|
|
75
|
-
inlineMessage:
|
|
76
|
-
|
|
96
|
+
inlineMessage: {
|
|
97
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
98
|
+
readonly required: false;
|
|
99
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
+
__epPropKey: true;
|
|
101
|
+
} & {
|
|
102
|
+
readonly default: "";
|
|
103
|
+
};
|
|
104
|
+
showMessage: {
|
|
105
|
+
readonly type: import("vue").PropType<boolean>;
|
|
106
|
+
readonly required: false;
|
|
107
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
|
+
__epPropKey: true;
|
|
109
|
+
} & {
|
|
110
|
+
readonly default: true;
|
|
111
|
+
};
|
|
77
112
|
ariaLabel: StringConstructor;
|
|
78
|
-
id:
|
|
113
|
+
id: {
|
|
114
|
+
readonly type: import("vue").PropType<string>;
|
|
115
|
+
readonly required: false;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
+
__epPropKey: true;
|
|
118
|
+
} & {
|
|
119
|
+
readonly default: undefined;
|
|
120
|
+
};
|
|
79
121
|
size: {
|
|
80
|
-
readonly type: import("vue").PropType<
|
|
122
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
81
123
|
readonly required: false;
|
|
82
124
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
125
|
__epPropKey: true;
|
|
84
126
|
};
|
|
85
127
|
disabled: BooleanConstructor;
|
|
86
|
-
modelValue:
|
|
87
|
-
|
|
128
|
+
modelValue: {
|
|
129
|
+
readonly type: import("vue").PropType<string | number>;
|
|
130
|
+
readonly required: false;
|
|
131
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
132
|
+
__epPropKey: true;
|
|
133
|
+
} & {
|
|
134
|
+
readonly default: "";
|
|
135
|
+
};
|
|
136
|
+
type: {
|
|
137
|
+
readonly type: import("vue").PropType<string>;
|
|
138
|
+
readonly required: false;
|
|
139
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
|
+
__epPropKey: true;
|
|
141
|
+
} & {
|
|
142
|
+
readonly default: "text";
|
|
143
|
+
};
|
|
88
144
|
resize: {
|
|
89
|
-
readonly type: import("vue").PropType<
|
|
145
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
90
146
|
readonly required: false;
|
|
91
147
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
148
|
__epPropKey: true;
|
|
93
149
|
};
|
|
94
|
-
autosize:
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
150
|
+
autosize: {
|
|
151
|
+
readonly type: import("vue").PropType<unknown>;
|
|
152
|
+
readonly required: false;
|
|
153
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
154
|
+
__epPropKey: true;
|
|
155
|
+
} & {
|
|
156
|
+
readonly default: false;
|
|
157
|
+
};
|
|
158
|
+
autocomplete: {
|
|
159
|
+
readonly type: import("vue").PropType<string>;
|
|
160
|
+
readonly required: false;
|
|
161
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
162
|
+
__epPropKey: true;
|
|
163
|
+
} & {
|
|
164
|
+
readonly default: "off";
|
|
165
|
+
};
|
|
102
166
|
formatter: {
|
|
103
167
|
readonly type: import("vue").PropType<Function>;
|
|
104
168
|
readonly required: false;
|
|
@@ -127,41 +191,66 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
191
|
showPassword: BooleanConstructor;
|
|
128
192
|
showWordLimit: BooleanConstructor;
|
|
129
193
|
suffixIcon: {
|
|
130
|
-
readonly type: import("vue").PropType<
|
|
194
|
+
readonly type: import("vue").PropType<unknown>;
|
|
131
195
|
readonly required: false;
|
|
132
196
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
197
|
__epPropKey: true;
|
|
134
198
|
};
|
|
135
199
|
prefixIcon: {
|
|
136
|
-
readonly type: import("vue").PropType<
|
|
200
|
+
readonly type: import("vue").PropType<unknown>;
|
|
137
201
|
readonly required: false;
|
|
138
202
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
203
|
__epPropKey: true;
|
|
140
204
|
};
|
|
141
|
-
containerRole:
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
205
|
+
containerRole: {
|
|
206
|
+
readonly type: import("vue").PropType<string>;
|
|
207
|
+
readonly required: false;
|
|
208
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
|
+
__epPropKey: true;
|
|
210
|
+
} & {
|
|
211
|
+
readonly default: undefined;
|
|
212
|
+
};
|
|
213
|
+
tabindex: {
|
|
214
|
+
readonly type: import("vue").PropType<string | number>;
|
|
215
|
+
readonly required: false;
|
|
216
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
|
+
__epPropKey: true;
|
|
218
|
+
} & {
|
|
219
|
+
readonly default: 0;
|
|
220
|
+
};
|
|
221
|
+
validateEvent: {
|
|
222
|
+
readonly type: import("vue").PropType<boolean>;
|
|
223
|
+
readonly required: false;
|
|
224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
|
+
__epPropKey: true;
|
|
226
|
+
} & {
|
|
227
|
+
readonly default: true;
|
|
228
|
+
};
|
|
229
|
+
inputStyle: {
|
|
230
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
231
|
+
readonly required: false;
|
|
232
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
|
+
__epPropKey: true;
|
|
234
|
+
} & {
|
|
235
|
+
readonly default: () => {};
|
|
236
|
+
};
|
|
145
237
|
autofocus: BooleanConstructor;
|
|
146
238
|
}>, {
|
|
147
239
|
inputBindProps: import("vue").ComputedRef<{
|
|
148
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
149
240
|
type: string;
|
|
241
|
+
size: "" | "default" | "small" | "large";
|
|
150
242
|
disabled: boolean;
|
|
151
243
|
id: string;
|
|
152
244
|
ariaLabel: string;
|
|
153
|
-
modelValue:
|
|
245
|
+
modelValue: string | number;
|
|
154
246
|
clearable: boolean;
|
|
155
247
|
placeholder: string;
|
|
156
248
|
formatter: Function;
|
|
157
249
|
autofocus: boolean;
|
|
158
|
-
rows: number;
|
|
159
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
160
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
161
|
-
prefixIcon: unknown;
|
|
162
250
|
maxlength: number;
|
|
163
251
|
minlength: number;
|
|
164
|
-
|
|
252
|
+
rows: number;
|
|
253
|
+
resize: "none" | "horizontal" | "vertical" | "both";
|
|
165
254
|
autosize: false;
|
|
166
255
|
autocomplete: string;
|
|
167
256
|
parser: Function;
|
|
@@ -169,7 +258,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
169
258
|
showPassword: boolean;
|
|
170
259
|
showWordLimit: boolean;
|
|
171
260
|
suffixIcon: unknown;
|
|
261
|
+
prefixIcon: unknown;
|
|
172
262
|
containerRole: string;
|
|
263
|
+
tabindex: string | number;
|
|
264
|
+
validateEvent: boolean;
|
|
173
265
|
inputStyle: import("vue").StyleValue;
|
|
174
266
|
}>;
|
|
175
267
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
@@ -205,7 +297,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
205
297
|
type: NumberConstructor;
|
|
206
298
|
default: any;
|
|
207
299
|
};
|
|
208
|
-
required:
|
|
300
|
+
required: {
|
|
301
|
+
readonly type: import("vue").PropType<boolean>;
|
|
302
|
+
readonly required: false;
|
|
303
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
|
+
__epPropKey: true;
|
|
305
|
+
} & {
|
|
306
|
+
readonly default: undefined;
|
|
307
|
+
};
|
|
209
308
|
formItemSize: {
|
|
210
309
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
211
310
|
default: "default" | "small" | "large";
|
|
@@ -240,55 +339,112 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
339
|
default: boolean;
|
|
241
340
|
};
|
|
242
341
|
label: StringConstructor;
|
|
243
|
-
labelWidth:
|
|
244
|
-
|
|
342
|
+
labelWidth: {
|
|
343
|
+
readonly type: import("vue").PropType<string | number>;
|
|
344
|
+
readonly required: false;
|
|
345
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
346
|
+
__epPropKey: true;
|
|
347
|
+
} & {
|
|
348
|
+
readonly default: "";
|
|
349
|
+
};
|
|
350
|
+
labelPosition: {
|
|
351
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
352
|
+
readonly required: false;
|
|
353
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
|
+
__epPropKey: true;
|
|
355
|
+
} & {
|
|
356
|
+
readonly default: "";
|
|
357
|
+
};
|
|
245
358
|
prop: {
|
|
246
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
359
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
247
360
|
readonly required: false;
|
|
248
361
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
249
362
|
__epPropKey: true;
|
|
250
363
|
};
|
|
251
364
|
rules: {
|
|
252
|
-
readonly type: import("vue").PropType<
|
|
365
|
+
readonly type: import("vue").PropType<unknown>;
|
|
253
366
|
readonly required: false;
|
|
254
367
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
255
368
|
__epPropKey: true;
|
|
256
369
|
};
|
|
257
370
|
error: StringConstructor;
|
|
258
371
|
validateStatus: {
|
|
259
|
-
readonly type: import("vue").PropType<
|
|
372
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
260
373
|
readonly required: false;
|
|
261
374
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
262
375
|
__epPropKey: true;
|
|
263
376
|
};
|
|
264
377
|
for: StringConstructor;
|
|
265
|
-
inlineMessage:
|
|
266
|
-
|
|
378
|
+
inlineMessage: {
|
|
379
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
380
|
+
readonly required: false;
|
|
381
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
382
|
+
__epPropKey: true;
|
|
383
|
+
} & {
|
|
384
|
+
readonly default: "";
|
|
385
|
+
};
|
|
386
|
+
showMessage: {
|
|
387
|
+
readonly type: import("vue").PropType<boolean>;
|
|
388
|
+
readonly required: false;
|
|
389
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
390
|
+
__epPropKey: true;
|
|
391
|
+
} & {
|
|
392
|
+
readonly default: true;
|
|
393
|
+
};
|
|
267
394
|
ariaLabel: StringConstructor;
|
|
268
|
-
id:
|
|
395
|
+
id: {
|
|
396
|
+
readonly type: import("vue").PropType<string>;
|
|
397
|
+
readonly required: false;
|
|
398
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
|
+
__epPropKey: true;
|
|
400
|
+
} & {
|
|
401
|
+
readonly default: undefined;
|
|
402
|
+
};
|
|
269
403
|
size: {
|
|
270
|
-
readonly type: import("vue").PropType<
|
|
404
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
271
405
|
readonly required: false;
|
|
272
406
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
273
407
|
__epPropKey: true;
|
|
274
408
|
};
|
|
275
409
|
disabled: BooleanConstructor;
|
|
276
|
-
modelValue:
|
|
277
|
-
|
|
410
|
+
modelValue: {
|
|
411
|
+
readonly type: import("vue").PropType<string | number>;
|
|
412
|
+
readonly required: false;
|
|
413
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
414
|
+
__epPropKey: true;
|
|
415
|
+
} & {
|
|
416
|
+
readonly default: "";
|
|
417
|
+
};
|
|
418
|
+
type: {
|
|
419
|
+
readonly type: import("vue").PropType<string>;
|
|
420
|
+
readonly required: false;
|
|
421
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
|
+
__epPropKey: true;
|
|
423
|
+
} & {
|
|
424
|
+
readonly default: "text";
|
|
425
|
+
};
|
|
278
426
|
resize: {
|
|
279
|
-
readonly type: import("vue").PropType<
|
|
427
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
280
428
|
readonly required: false;
|
|
281
429
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
282
430
|
__epPropKey: true;
|
|
283
431
|
};
|
|
284
|
-
autosize:
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
432
|
+
autosize: {
|
|
433
|
+
readonly type: import("vue").PropType<unknown>;
|
|
434
|
+
readonly required: false;
|
|
435
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
|
+
__epPropKey: true;
|
|
437
|
+
} & {
|
|
438
|
+
readonly default: false;
|
|
439
|
+
};
|
|
440
|
+
autocomplete: {
|
|
441
|
+
readonly type: import("vue").PropType<string>;
|
|
442
|
+
readonly required: false;
|
|
443
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
444
|
+
__epPropKey: true;
|
|
445
|
+
} & {
|
|
446
|
+
readonly default: "off";
|
|
447
|
+
};
|
|
292
448
|
formatter: {
|
|
293
449
|
readonly type: import("vue").PropType<Function>;
|
|
294
450
|
readonly required: false;
|
|
@@ -317,38 +473,66 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
317
473
|
showPassword: BooleanConstructor;
|
|
318
474
|
showWordLimit: BooleanConstructor;
|
|
319
475
|
suffixIcon: {
|
|
320
|
-
readonly type: import("vue").PropType<
|
|
476
|
+
readonly type: import("vue").PropType<unknown>;
|
|
321
477
|
readonly required: false;
|
|
322
478
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
479
|
__epPropKey: true;
|
|
324
480
|
};
|
|
325
481
|
prefixIcon: {
|
|
326
|
-
readonly type: import("vue").PropType<
|
|
482
|
+
readonly type: import("vue").PropType<unknown>;
|
|
327
483
|
readonly required: false;
|
|
328
484
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
329
485
|
__epPropKey: true;
|
|
330
486
|
};
|
|
331
|
-
containerRole:
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
487
|
+
containerRole: {
|
|
488
|
+
readonly type: import("vue").PropType<string>;
|
|
489
|
+
readonly required: false;
|
|
490
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
491
|
+
__epPropKey: true;
|
|
492
|
+
} & {
|
|
493
|
+
readonly default: undefined;
|
|
494
|
+
};
|
|
495
|
+
tabindex: {
|
|
496
|
+
readonly type: import("vue").PropType<string | number>;
|
|
497
|
+
readonly required: false;
|
|
498
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
499
|
+
__epPropKey: true;
|
|
500
|
+
} & {
|
|
501
|
+
readonly default: 0;
|
|
502
|
+
};
|
|
503
|
+
validateEvent: {
|
|
504
|
+
readonly type: import("vue").PropType<boolean>;
|
|
505
|
+
readonly required: false;
|
|
506
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
507
|
+
__epPropKey: true;
|
|
508
|
+
} & {
|
|
509
|
+
readonly default: true;
|
|
510
|
+
};
|
|
511
|
+
inputStyle: {
|
|
512
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
513
|
+
readonly required: false;
|
|
514
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
515
|
+
__epPropKey: true;
|
|
516
|
+
} & {
|
|
517
|
+
readonly default: () => {};
|
|
518
|
+
};
|
|
335
519
|
autofocus: BooleanConstructor;
|
|
336
520
|
}>> & Readonly<{
|
|
337
|
-
onClear?: () => any;
|
|
338
521
|
onFocus?: (evt: FocusEvent) => any;
|
|
522
|
+
onClear?: () => any;
|
|
339
523
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
340
524
|
onChange?: (value: string) => any;
|
|
525
|
+
onInput?: (value: string) => any;
|
|
341
526
|
onBlur?: (evt: FocusEvent) => any;
|
|
527
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
528
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
342
529
|
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
343
|
-
onInput?: (value: string) => any;
|
|
344
|
-
onCompositionend?: (evt: CompositionEvent) => any;
|
|
345
530
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
346
531
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
347
|
-
|
|
348
|
-
onMouseleave?: (evt: MouseEvent) => any;
|
|
532
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
349
533
|
}>, {
|
|
350
534
|
type: string;
|
|
351
|
-
required:
|
|
535
|
+
required: boolean;
|
|
352
536
|
formItemSize: "default" | "small" | "large";
|
|
353
537
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
354
538
|
inline: boolean;
|
|
@@ -357,65 +541,94 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
357
541
|
formItemTipClass: any;
|
|
358
542
|
labelTip: string;
|
|
359
543
|
information: boolean;
|
|
360
|
-
labelWidth:
|
|
361
|
-
labelPosition:
|
|
362
|
-
inlineMessage:
|
|
363
|
-
showMessage:
|
|
544
|
+
labelWidth: string | number;
|
|
545
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
546
|
+
inlineMessage: string | boolean;
|
|
547
|
+
showMessage: boolean;
|
|
364
548
|
disabled: boolean;
|
|
365
549
|
id: string;
|
|
366
|
-
modelValue:
|
|
550
|
+
modelValue: string | number;
|
|
367
551
|
clearable: boolean;
|
|
368
552
|
autofocus: boolean;
|
|
553
|
+
inputSlots: import("./types").InputSlots;
|
|
369
554
|
rows: number;
|
|
370
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
371
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
372
555
|
autosize: false;
|
|
373
556
|
autocomplete: string;
|
|
374
557
|
showPassword: boolean;
|
|
375
558
|
showWordLimit: boolean;
|
|
376
559
|
containerRole: string;
|
|
560
|
+
tabindex: string | number;
|
|
561
|
+
validateEvent: boolean;
|
|
377
562
|
inputStyle: import("vue").StyleValue;
|
|
378
|
-
inputSlots: import("./types").InputSlots;
|
|
379
563
|
}, {}, {
|
|
380
|
-
ElInput:
|
|
564
|
+
ElInput: {
|
|
381
565
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
382
566
|
readonly ariaLabel: StringConstructor;
|
|
383
|
-
readonly id:
|
|
567
|
+
readonly id: {
|
|
568
|
+
readonly type: import("vue").PropType<string>;
|
|
569
|
+
readonly required: false;
|
|
570
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
571
|
+
__epPropKey: true;
|
|
572
|
+
} & {
|
|
573
|
+
readonly default: undefined;
|
|
574
|
+
};
|
|
384
575
|
readonly size: {
|
|
385
|
-
readonly type: import("vue").PropType<
|
|
576
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
386
577
|
readonly required: false;
|
|
387
578
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
388
579
|
__epPropKey: true;
|
|
389
580
|
};
|
|
390
581
|
readonly disabled: BooleanConstructor;
|
|
391
|
-
readonly modelValue:
|
|
582
|
+
readonly modelValue: {
|
|
583
|
+
readonly type: import("vue").PropType<string | number>;
|
|
584
|
+
readonly required: false;
|
|
585
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
|
+
__epPropKey: true;
|
|
587
|
+
} & {
|
|
588
|
+
readonly default: "";
|
|
589
|
+
};
|
|
392
590
|
readonly maxlength: {
|
|
393
|
-
readonly type: import("vue").PropType<
|
|
591
|
+
readonly type: import("vue").PropType<string | number>;
|
|
394
592
|
readonly required: false;
|
|
395
593
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
396
594
|
__epPropKey: true;
|
|
397
595
|
};
|
|
398
596
|
readonly minlength: {
|
|
399
|
-
readonly type: import("vue").PropType<
|
|
597
|
+
readonly type: import("vue").PropType<string | number>;
|
|
598
|
+
readonly required: false;
|
|
599
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
+
__epPropKey: true;
|
|
601
|
+
};
|
|
602
|
+
readonly type: {
|
|
603
|
+
readonly type: import("vue").PropType<string>;
|
|
400
604
|
readonly required: false;
|
|
401
605
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
402
606
|
__epPropKey: true;
|
|
607
|
+
} & {
|
|
608
|
+
readonly default: "text";
|
|
403
609
|
};
|
|
404
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
405
610
|
readonly resize: {
|
|
406
|
-
readonly type: import("vue").PropType<
|
|
611
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
612
|
+
readonly required: false;
|
|
613
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
614
|
+
__epPropKey: true;
|
|
615
|
+
};
|
|
616
|
+
readonly autosize: {
|
|
617
|
+
readonly type: import("vue").PropType<unknown>;
|
|
407
618
|
readonly required: false;
|
|
408
619
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
409
620
|
__epPropKey: true;
|
|
621
|
+
} & {
|
|
622
|
+
readonly default: false;
|
|
623
|
+
};
|
|
624
|
+
readonly autocomplete: {
|
|
625
|
+
readonly type: import("vue").PropType<string>;
|
|
626
|
+
readonly required: false;
|
|
627
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
628
|
+
__epPropKey: true;
|
|
629
|
+
} & {
|
|
630
|
+
readonly default: "off";
|
|
410
631
|
};
|
|
411
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
412
|
-
minRows?: number;
|
|
413
|
-
maxRows?: number;
|
|
414
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
415
|
-
minRows?: number;
|
|
416
|
-
maxRows?: number;
|
|
417
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
418
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
419
632
|
readonly formatter: {
|
|
420
633
|
readonly type: import("vue").PropType<Function>;
|
|
421
634
|
readonly required: false;
|
|
@@ -445,23 +658,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
445
658
|
readonly showPassword: BooleanConstructor;
|
|
446
659
|
readonly showWordLimit: BooleanConstructor;
|
|
447
660
|
readonly suffixIcon: {
|
|
448
|
-
readonly type: import("vue").PropType<
|
|
661
|
+
readonly type: import("vue").PropType<unknown>;
|
|
449
662
|
readonly required: false;
|
|
450
663
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
451
664
|
__epPropKey: true;
|
|
452
665
|
};
|
|
453
666
|
readonly prefixIcon: {
|
|
454
|
-
readonly type: import("vue").PropType<
|
|
667
|
+
readonly type: import("vue").PropType<unknown>;
|
|
668
|
+
readonly required: false;
|
|
669
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
670
|
+
__epPropKey: true;
|
|
671
|
+
};
|
|
672
|
+
readonly containerRole: {
|
|
673
|
+
readonly type: import("vue").PropType<string>;
|
|
674
|
+
readonly required: false;
|
|
675
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
676
|
+
__epPropKey: true;
|
|
677
|
+
} & {
|
|
678
|
+
readonly default: undefined;
|
|
679
|
+
};
|
|
680
|
+
readonly tabindex: {
|
|
681
|
+
readonly type: import("vue").PropType<string | number>;
|
|
455
682
|
readonly required: false;
|
|
456
683
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
457
684
|
__epPropKey: true;
|
|
685
|
+
} & {
|
|
686
|
+
readonly default: 0;
|
|
687
|
+
};
|
|
688
|
+
readonly validateEvent: {
|
|
689
|
+
readonly type: import("vue").PropType<boolean>;
|
|
690
|
+
readonly required: false;
|
|
691
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
692
|
+
__epPropKey: true;
|
|
693
|
+
} & {
|
|
694
|
+
readonly default: true;
|
|
695
|
+
};
|
|
696
|
+
readonly inputStyle: {
|
|
697
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
698
|
+
readonly required: false;
|
|
699
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
700
|
+
__epPropKey: true;
|
|
701
|
+
} & {
|
|
702
|
+
readonly default: () => {};
|
|
458
703
|
};
|
|
459
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
460
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
461
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
462
|
-
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>;
|
|
463
704
|
readonly autofocus: BooleanConstructor;
|
|
464
|
-
readonly rows:
|
|
705
|
+
readonly rows: {
|
|
706
|
+
readonly type: import("vue").PropType<number>;
|
|
707
|
+
readonly required: false;
|
|
708
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
709
|
+
__epPropKey: true;
|
|
710
|
+
} & {
|
|
711
|
+
readonly default: 2;
|
|
712
|
+
};
|
|
465
713
|
}>> & {
|
|
466
714
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
467
715
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -504,13 +752,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
504
752
|
readonly disabled: boolean;
|
|
505
753
|
readonly id: string;
|
|
506
754
|
readonly type: string;
|
|
507
|
-
readonly modelValue:
|
|
508
|
-
readonly tabindex:
|
|
755
|
+
readonly modelValue: string | number;
|
|
756
|
+
readonly tabindex: string | number;
|
|
509
757
|
readonly readonly: boolean;
|
|
510
758
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
511
759
|
readonly autocomplete: string;
|
|
512
760
|
readonly containerRole: string;
|
|
513
|
-
readonly validateEvent:
|
|
761
|
+
readonly validateEvent: boolean;
|
|
514
762
|
readonly inputStyle: import("vue").StyleValue;
|
|
515
763
|
readonly rows: number;
|
|
516
764
|
readonly clearable: boolean;
|
|
@@ -526,42 +774,71 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
526
774
|
Defaults: {};
|
|
527
775
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
528
776
|
readonly ariaLabel: StringConstructor;
|
|
529
|
-
readonly id:
|
|
777
|
+
readonly id: {
|
|
778
|
+
readonly type: import("vue").PropType<string>;
|
|
779
|
+
readonly required: false;
|
|
780
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
781
|
+
__epPropKey: true;
|
|
782
|
+
} & {
|
|
783
|
+
readonly default: undefined;
|
|
784
|
+
};
|
|
530
785
|
readonly size: {
|
|
531
|
-
readonly type: import("vue").PropType<
|
|
786
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
532
787
|
readonly required: false;
|
|
533
788
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
534
789
|
__epPropKey: true;
|
|
535
790
|
};
|
|
536
791
|
readonly disabled: BooleanConstructor;
|
|
537
|
-
readonly modelValue:
|
|
792
|
+
readonly modelValue: {
|
|
793
|
+
readonly type: import("vue").PropType<string | number>;
|
|
794
|
+
readonly required: false;
|
|
795
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
796
|
+
__epPropKey: true;
|
|
797
|
+
} & {
|
|
798
|
+
readonly default: "";
|
|
799
|
+
};
|
|
538
800
|
readonly maxlength: {
|
|
539
|
-
readonly type: import("vue").PropType<
|
|
801
|
+
readonly type: import("vue").PropType<string | number>;
|
|
540
802
|
readonly required: false;
|
|
541
803
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
542
804
|
__epPropKey: true;
|
|
543
805
|
};
|
|
544
806
|
readonly minlength: {
|
|
545
|
-
readonly type: import("vue").PropType<
|
|
807
|
+
readonly type: import("vue").PropType<string | number>;
|
|
808
|
+
readonly required: false;
|
|
809
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
810
|
+
__epPropKey: true;
|
|
811
|
+
};
|
|
812
|
+
readonly type: {
|
|
813
|
+
readonly type: import("vue").PropType<string>;
|
|
546
814
|
readonly required: false;
|
|
547
815
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
548
816
|
__epPropKey: true;
|
|
817
|
+
} & {
|
|
818
|
+
readonly default: "text";
|
|
549
819
|
};
|
|
550
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
551
820
|
readonly resize: {
|
|
552
|
-
readonly type: import("vue").PropType<
|
|
821
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
822
|
+
readonly required: false;
|
|
823
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
|
+
__epPropKey: true;
|
|
825
|
+
};
|
|
826
|
+
readonly autosize: {
|
|
827
|
+
readonly type: import("vue").PropType<unknown>;
|
|
828
|
+
readonly required: false;
|
|
829
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
830
|
+
__epPropKey: true;
|
|
831
|
+
} & {
|
|
832
|
+
readonly default: false;
|
|
833
|
+
};
|
|
834
|
+
readonly autocomplete: {
|
|
835
|
+
readonly type: import("vue").PropType<string>;
|
|
553
836
|
readonly required: false;
|
|
554
837
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
555
838
|
__epPropKey: true;
|
|
839
|
+
} & {
|
|
840
|
+
readonly default: "off";
|
|
556
841
|
};
|
|
557
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
558
|
-
minRows?: number;
|
|
559
|
-
maxRows?: number;
|
|
560
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
561
|
-
minRows?: number;
|
|
562
|
-
maxRows?: number;
|
|
563
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
564
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
565
842
|
readonly formatter: {
|
|
566
843
|
readonly type: import("vue").PropType<Function>;
|
|
567
844
|
readonly required: false;
|
|
@@ -591,23 +868,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
591
868
|
readonly showPassword: BooleanConstructor;
|
|
592
869
|
readonly showWordLimit: BooleanConstructor;
|
|
593
870
|
readonly suffixIcon: {
|
|
594
|
-
readonly type: import("vue").PropType<
|
|
871
|
+
readonly type: import("vue").PropType<unknown>;
|
|
595
872
|
readonly required: false;
|
|
596
873
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
597
874
|
__epPropKey: true;
|
|
598
875
|
};
|
|
599
876
|
readonly prefixIcon: {
|
|
600
|
-
readonly type: import("vue").PropType<
|
|
877
|
+
readonly type: import("vue").PropType<unknown>;
|
|
878
|
+
readonly required: false;
|
|
879
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
880
|
+
__epPropKey: true;
|
|
881
|
+
};
|
|
882
|
+
readonly containerRole: {
|
|
883
|
+
readonly type: import("vue").PropType<string>;
|
|
884
|
+
readonly required: false;
|
|
885
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
886
|
+
__epPropKey: true;
|
|
887
|
+
} & {
|
|
888
|
+
readonly default: undefined;
|
|
889
|
+
};
|
|
890
|
+
readonly tabindex: {
|
|
891
|
+
readonly type: import("vue").PropType<string | number>;
|
|
892
|
+
readonly required: false;
|
|
893
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
894
|
+
__epPropKey: true;
|
|
895
|
+
} & {
|
|
896
|
+
readonly default: 0;
|
|
897
|
+
};
|
|
898
|
+
readonly validateEvent: {
|
|
899
|
+
readonly type: import("vue").PropType<boolean>;
|
|
900
|
+
readonly required: false;
|
|
901
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
902
|
+
__epPropKey: true;
|
|
903
|
+
} & {
|
|
904
|
+
readonly default: true;
|
|
905
|
+
};
|
|
906
|
+
readonly inputStyle: {
|
|
907
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
601
908
|
readonly required: false;
|
|
602
909
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
603
910
|
__epPropKey: true;
|
|
911
|
+
} & {
|
|
912
|
+
readonly default: () => {};
|
|
604
913
|
};
|
|
605
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
606
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
607
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
608
|
-
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>;
|
|
609
914
|
readonly autofocus: BooleanConstructor;
|
|
610
|
-
readonly rows:
|
|
915
|
+
readonly rows: {
|
|
916
|
+
readonly type: import("vue").PropType<number>;
|
|
917
|
+
readonly required: false;
|
|
918
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
919
|
+
__epPropKey: true;
|
|
920
|
+
} & {
|
|
921
|
+
readonly default: 2;
|
|
922
|
+
};
|
|
611
923
|
}>> & {
|
|
612
924
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
613
925
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -637,13 +949,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
637
949
|
readonly disabled: boolean;
|
|
638
950
|
readonly id: string;
|
|
639
951
|
readonly type: string;
|
|
640
|
-
readonly modelValue:
|
|
641
|
-
readonly tabindex:
|
|
952
|
+
readonly modelValue: string | number;
|
|
953
|
+
readonly tabindex: string | number;
|
|
642
954
|
readonly readonly: boolean;
|
|
643
955
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
644
956
|
readonly autocomplete: string;
|
|
645
957
|
readonly containerRole: string;
|
|
646
|
-
readonly validateEvent:
|
|
958
|
+
readonly validateEvent: boolean;
|
|
647
959
|
readonly inputStyle: import("vue").StyleValue;
|
|
648
960
|
readonly rows: number;
|
|
649
961
|
readonly clearable: boolean;
|
|
@@ -656,42 +968,71 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
656
968
|
__isSuspense?: never;
|
|
657
969
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
658
970
|
readonly ariaLabel: StringConstructor;
|
|
659
|
-
readonly id:
|
|
971
|
+
readonly id: {
|
|
972
|
+
readonly type: import("vue").PropType<string>;
|
|
973
|
+
readonly required: false;
|
|
974
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
975
|
+
__epPropKey: true;
|
|
976
|
+
} & {
|
|
977
|
+
readonly default: undefined;
|
|
978
|
+
};
|
|
660
979
|
readonly size: {
|
|
661
|
-
readonly type: import("vue").PropType<
|
|
980
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
662
981
|
readonly required: false;
|
|
663
982
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
664
983
|
__epPropKey: true;
|
|
665
984
|
};
|
|
666
985
|
readonly disabled: BooleanConstructor;
|
|
667
|
-
readonly modelValue:
|
|
986
|
+
readonly modelValue: {
|
|
987
|
+
readonly type: import("vue").PropType<string | number>;
|
|
988
|
+
readonly required: false;
|
|
989
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
990
|
+
__epPropKey: true;
|
|
991
|
+
} & {
|
|
992
|
+
readonly default: "";
|
|
993
|
+
};
|
|
668
994
|
readonly maxlength: {
|
|
669
|
-
readonly type: import("vue").PropType<
|
|
995
|
+
readonly type: import("vue").PropType<string | number>;
|
|
670
996
|
readonly required: false;
|
|
671
997
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
672
998
|
__epPropKey: true;
|
|
673
999
|
};
|
|
674
1000
|
readonly minlength: {
|
|
675
|
-
readonly type: import("vue").PropType<
|
|
1001
|
+
readonly type: import("vue").PropType<string | number>;
|
|
676
1002
|
readonly required: false;
|
|
677
1003
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
678
1004
|
__epPropKey: true;
|
|
679
1005
|
};
|
|
680
|
-
readonly type:
|
|
1006
|
+
readonly type: {
|
|
1007
|
+
readonly type: import("vue").PropType<string>;
|
|
1008
|
+
readonly required: false;
|
|
1009
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1010
|
+
__epPropKey: true;
|
|
1011
|
+
} & {
|
|
1012
|
+
readonly default: "text";
|
|
1013
|
+
};
|
|
681
1014
|
readonly resize: {
|
|
682
|
-
readonly type: import("vue").PropType<
|
|
1015
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
683
1016
|
readonly required: false;
|
|
684
1017
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
685
1018
|
__epPropKey: true;
|
|
686
1019
|
};
|
|
687
|
-
readonly autosize:
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
1020
|
+
readonly autosize: {
|
|
1021
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1022
|
+
readonly required: false;
|
|
1023
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1024
|
+
__epPropKey: true;
|
|
1025
|
+
} & {
|
|
1026
|
+
readonly default: false;
|
|
1027
|
+
};
|
|
1028
|
+
readonly autocomplete: {
|
|
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: "off";
|
|
1035
|
+
};
|
|
695
1036
|
readonly formatter: {
|
|
696
1037
|
readonly type: import("vue").PropType<Function>;
|
|
697
1038
|
readonly required: false;
|
|
@@ -721,23 +1062,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
721
1062
|
readonly showPassword: BooleanConstructor;
|
|
722
1063
|
readonly showWordLimit: BooleanConstructor;
|
|
723
1064
|
readonly suffixIcon: {
|
|
724
|
-
readonly type: import("vue").PropType<
|
|
1065
|
+
readonly type: import("vue").PropType<unknown>;
|
|
725
1066
|
readonly required: false;
|
|
726
1067
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
727
1068
|
__epPropKey: true;
|
|
728
1069
|
};
|
|
729
1070
|
readonly prefixIcon: {
|
|
730
|
-
readonly type: import("vue").PropType<
|
|
1071
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1072
|
+
readonly required: false;
|
|
1073
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1074
|
+
__epPropKey: true;
|
|
1075
|
+
};
|
|
1076
|
+
readonly containerRole: {
|
|
1077
|
+
readonly type: import("vue").PropType<string>;
|
|
731
1078
|
readonly required: false;
|
|
732
1079
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
733
1080
|
__epPropKey: true;
|
|
1081
|
+
} & {
|
|
1082
|
+
readonly default: undefined;
|
|
1083
|
+
};
|
|
1084
|
+
readonly tabindex: {
|
|
1085
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1086
|
+
readonly required: false;
|
|
1087
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1088
|
+
__epPropKey: true;
|
|
1089
|
+
} & {
|
|
1090
|
+
readonly default: 0;
|
|
1091
|
+
};
|
|
1092
|
+
readonly validateEvent: {
|
|
1093
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1094
|
+
readonly required: false;
|
|
1095
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1096
|
+
__epPropKey: true;
|
|
1097
|
+
} & {
|
|
1098
|
+
readonly default: true;
|
|
1099
|
+
};
|
|
1100
|
+
readonly inputStyle: {
|
|
1101
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1102
|
+
readonly required: false;
|
|
1103
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1104
|
+
__epPropKey: true;
|
|
1105
|
+
} & {
|
|
1106
|
+
readonly default: () => {};
|
|
734
1107
|
};
|
|
735
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
736
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
737
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
738
|
-
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>;
|
|
739
1108
|
readonly autofocus: BooleanConstructor;
|
|
740
|
-
readonly rows:
|
|
1109
|
+
readonly rows: {
|
|
1110
|
+
readonly type: import("vue").PropType<number>;
|
|
1111
|
+
readonly required: false;
|
|
1112
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1113
|
+
__epPropKey: true;
|
|
1114
|
+
} & {
|
|
1115
|
+
readonly default: 2;
|
|
1116
|
+
};
|
|
741
1117
|
}>> & {
|
|
742
1118
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
743
1119
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -780,13 +1156,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
780
1156
|
readonly disabled: boolean;
|
|
781
1157
|
readonly id: string;
|
|
782
1158
|
readonly type: string;
|
|
783
|
-
readonly modelValue:
|
|
784
|
-
readonly tabindex:
|
|
1159
|
+
readonly modelValue: string | number;
|
|
1160
|
+
readonly tabindex: string | number;
|
|
785
1161
|
readonly readonly: boolean;
|
|
786
1162
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
787
1163
|
readonly autocomplete: string;
|
|
788
1164
|
readonly containerRole: string;
|
|
789
|
-
readonly validateEvent:
|
|
1165
|
+
readonly validateEvent: boolean;
|
|
790
1166
|
readonly inputStyle: import("vue").StyleValue;
|
|
791
1167
|
readonly rows: number;
|
|
792
1168
|
readonly clearable: boolean;
|
|
@@ -800,7 +1176,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
800
1176
|
suffix?(_: {}): any;
|
|
801
1177
|
append?(_: {}): any;
|
|
802
1178
|
};
|
|
803
|
-
})
|
|
1179
|
+
}) & import("vue").Plugin;
|
|
804
1180
|
VkfFormItem: {
|
|
805
1181
|
new (...args: any[]): any;
|
|
806
1182
|
__isFragment?: never;
|