@vunk/form 2.10.0 → 2.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/api-tables-select/index.cjs +37 -36
- package/components/api-tables-select/index.mjs +37 -36
- package/components/api-tables-select/src/ctx.d.ts +48 -13
- package/components/api-tables-select/src/index.vue.d.ts +568 -80
- package/components/button/src/ctx.d.ts +101 -17
- package/components/button/src/index.vue.d.ts +437 -101
- package/components/card-input-collection/index.cjs +67 -70
- package/components/card-input-collection/index.mjs +68 -71
- package/components/card-input-collection/src/ctx.d.ts +43 -8
- package/components/card-input-collection/src/index.vue.d.ts +718 -226
- package/components/cascader/src/ctx.d.ts +192 -46
- package/components/cascader/src/index.vue.d.ts +393 -118
- package/components/checkbox/index.cjs +2 -3
- package/components/checkbox/index.mjs +2 -3
- package/components/checkbox/src/ctx.d.ts +65 -13
- package/components/checkbox/src/index.vue.d.ts +339 -115
- package/components/color-picker/src/ctx.d.ts +76 -13
- package/components/color-picker/src/index.vue.d.ts +160 -34
- package/components/date-picker/src/ctx.d.ts +185 -36
- package/components/date-picker/src/index.vue.d.ts +974 -202
- package/components/date-picker-range/src/ctx.d.ts +168 -35
- package/components/date-picker-range/src/index.vue.d.ts +347 -82
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/ctx.d.ts +43 -8
- package/components/download-plus/src/index.vue.d.ts +618 -165
- package/components/editable-text/index.cjs +29 -15
- package/components/editable-text/index.mjs +29 -15
- package/components/editable-text/src/ctx.d.ts +51 -8
- package/components/editable-text/src/index.vue.d.ts +2827 -251
- package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
- package/components/esri-input-geojson/src/ctx.d.ts +133 -32
- package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
- package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
- package/components/form/src/ctx.d.ts +59 -11
- package/components/form/src/index.vue.d.ts +3456 -186
- package/components/form-item/src/ctx.d.ts +45 -10
- package/components/form-item/src/index.vue.d.ts +484 -141
- package/components/information-collection/src/ctx.d.ts +45 -10
- package/components/information-collection/src/index.vue.d.ts +96 -26
- package/components/information-tag/src/ctx.d.ts +17 -3
- package/components/information-tag/src/index.vue.d.ts +38 -10
- package/components/input/src/ctx.d.ts +138 -33
- package/components/input/src/index.vue.d.ts +528 -152
- package/components/input-collection/index.cjs +105 -74
- package/components/input-collection/index.mjs +107 -76
- package/components/input-collection/src/ctx.d.ts +43 -8
- package/components/input-collection/src/index.vue.d.ts +756 -793
- package/components/input-link/src/ctx.d.ts +103 -25
- package/components/input-link/src/index.vue.d.ts +219 -63
- package/components/input-number/src/ctx.d.ts +123 -21
- package/components/input-number/src/index.vue.d.ts +468 -93
- package/components/input-tag/src/ctx.d.ts +141 -25
- package/components/input-tag/src/index.vue.d.ts +566 -126
- package/components/monaco-editor/src/ctx.d.ts +43 -8
- package/components/monaco-editor/src/index.vue.d.ts +91 -21
- package/components/radio/index.cjs +2 -3
- package/components/radio/index.mjs +2 -3
- package/components/radio/src/ctx.d.ts +84 -14
- package/components/radio/src/index.vue.d.ts +812 -168
- package/components/select/src/ctx.d.ts +63 -13
- package/components/select/src/index.vue.d.ts +549 -108
- package/components/slider/src/ctx.d.ts +170 -54
- package/components/slider/src/index.vue.d.ts +362 -137
- package/components/switch/src/ctx.d.ts +105 -21
- package/components/switch/src/index.vue.d.ts +453 -117
- package/components/tables-select/src/ctx.d.ts +72 -9
- package/components/tables-select/src/index.vue.d.ts +386 -82
- package/components/templates-element-plus/src/index.vue.d.ts +187 -40
- package/components/templates-layout/src/index.vue.d.ts +337 -64
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +183 -89
- package/components/upload/src/file.vue.d.ts +269 -83
- package/components/upload/src/index.vue.d.ts +1246 -632
- package/components/upload-plus/index.cjs +79 -86
- package/components/upload-plus/index.mjs +79 -86
- package/components/upload-plus/src/ctx.d.ts +43 -8
- package/components/upload-plus/src/index.vue.d.ts +1008 -283
- package/components/van-cascader/src/ctx.d.ts +181 -44
- package/components/van-cascader/src/index.vue.d.ts +1532 -324
- package/components/var-datetime-picker/src/ctx.d.ts +43 -8
- package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
- package/components/vditor/src/ctx.d.ts +43 -8
- package/components/vditor/src/index.vue.d.ts +91 -21
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +111 -30
- package/shared/element-plus/instances.d.ts +140 -28
|
@@ -13,19 +13,61 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
};
|
|
14
14
|
defaultModelValue: any;
|
|
15
15
|
ariaLabel: StringConstructor;
|
|
16
|
-
id:
|
|
16
|
+
id: {
|
|
17
|
+
readonly type: import("vue").PropType<string>;
|
|
18
|
+
readonly required: false;
|
|
19
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
|
+
__epPropKey: true;
|
|
21
|
+
} & {
|
|
22
|
+
readonly default: undefined;
|
|
23
|
+
};
|
|
17
24
|
size: {
|
|
18
|
-
readonly type: import("vue").PropType<
|
|
25
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
19
26
|
readonly required: false;
|
|
20
27
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
28
|
__epPropKey: true;
|
|
22
29
|
};
|
|
23
30
|
disabled: BooleanConstructor;
|
|
24
|
-
fill:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
31
|
+
fill: {
|
|
32
|
+
readonly type: import("vue").PropType<string>;
|
|
33
|
+
readonly required: false;
|
|
34
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
|
+
__epPropKey: true;
|
|
36
|
+
} & {
|
|
37
|
+
readonly default: "";
|
|
38
|
+
};
|
|
39
|
+
textColor: {
|
|
40
|
+
readonly type: import("vue").PropType<string>;
|
|
41
|
+
readonly required: false;
|
|
42
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
|
+
__epPropKey: true;
|
|
44
|
+
} & {
|
|
45
|
+
readonly default: "";
|
|
46
|
+
};
|
|
47
|
+
name: {
|
|
48
|
+
readonly type: import("vue").PropType<string>;
|
|
49
|
+
readonly required: false;
|
|
50
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
|
+
__epPropKey: true;
|
|
52
|
+
} & {
|
|
53
|
+
readonly default: undefined;
|
|
54
|
+
};
|
|
55
|
+
validateEvent: {
|
|
56
|
+
readonly type: import("vue").PropType<boolean>;
|
|
57
|
+
readonly required: false;
|
|
58
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
|
+
__epPropKey: true;
|
|
60
|
+
} & {
|
|
61
|
+
readonly default: true;
|
|
62
|
+
};
|
|
63
|
+
required: {
|
|
64
|
+
readonly type: import("vue").PropType<boolean>;
|
|
65
|
+
readonly required: false;
|
|
66
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
|
+
__epPropKey: true;
|
|
68
|
+
} & {
|
|
69
|
+
readonly default: undefined;
|
|
70
|
+
};
|
|
29
71
|
formItemSize: {
|
|
30
72
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
31
73
|
default: "default" | "small" | "large";
|
|
@@ -60,40 +102,68 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
60
102
|
default: boolean;
|
|
61
103
|
};
|
|
62
104
|
label: StringConstructor;
|
|
63
|
-
labelWidth:
|
|
64
|
-
|
|
105
|
+
labelWidth: {
|
|
106
|
+
readonly type: import("vue").PropType<string | number>;
|
|
107
|
+
readonly required: false;
|
|
108
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
|
+
__epPropKey: true;
|
|
110
|
+
} & {
|
|
111
|
+
readonly default: "";
|
|
112
|
+
};
|
|
113
|
+
labelPosition: {
|
|
114
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
115
|
+
readonly required: false;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
+
__epPropKey: true;
|
|
118
|
+
} & {
|
|
119
|
+
readonly default: "";
|
|
120
|
+
};
|
|
65
121
|
prop: {
|
|
66
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
122
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
67
123
|
readonly required: false;
|
|
68
124
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
69
125
|
__epPropKey: true;
|
|
70
126
|
};
|
|
71
127
|
rules: {
|
|
72
|
-
readonly type: import("vue").PropType<
|
|
128
|
+
readonly type: import("vue").PropType<unknown>;
|
|
73
129
|
readonly required: false;
|
|
74
130
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
75
131
|
__epPropKey: true;
|
|
76
132
|
};
|
|
77
133
|
error: StringConstructor;
|
|
78
134
|
validateStatus: {
|
|
79
|
-
readonly type: import("vue").PropType<
|
|
135
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
80
136
|
readonly required: false;
|
|
81
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
82
138
|
__epPropKey: true;
|
|
83
139
|
};
|
|
84
140
|
for: StringConstructor;
|
|
85
|
-
inlineMessage:
|
|
86
|
-
|
|
141
|
+
inlineMessage: {
|
|
142
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
143
|
+
readonly required: false;
|
|
144
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
145
|
+
__epPropKey: true;
|
|
146
|
+
} & {
|
|
147
|
+
readonly default: "";
|
|
148
|
+
};
|
|
149
|
+
showMessage: {
|
|
150
|
+
readonly type: import("vue").PropType<boolean>;
|
|
151
|
+
readonly required: false;
|
|
152
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
|
+
__epPropKey: true;
|
|
154
|
+
} & {
|
|
155
|
+
readonly default: true;
|
|
156
|
+
};
|
|
87
157
|
}>, {
|
|
88
158
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
89
159
|
coreBindProps: import("vue").ComputedRef<{
|
|
90
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
91
160
|
fill: string;
|
|
161
|
+
size: "" | "default" | "small" | "large";
|
|
92
162
|
id: string;
|
|
93
163
|
ariaLabel: string;
|
|
94
164
|
name: string;
|
|
95
165
|
modelValue: string | number;
|
|
96
|
-
validateEvent:
|
|
166
|
+
validateEvent: boolean;
|
|
97
167
|
textColor: string;
|
|
98
168
|
}>;
|
|
99
169
|
coreOnEmits: {};
|
|
@@ -117,19 +187,61 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
117
187
|
};
|
|
118
188
|
defaultModelValue: any;
|
|
119
189
|
ariaLabel: StringConstructor;
|
|
120
|
-
id:
|
|
190
|
+
id: {
|
|
191
|
+
readonly type: import("vue").PropType<string>;
|
|
192
|
+
readonly required: false;
|
|
193
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
|
+
__epPropKey: true;
|
|
195
|
+
} & {
|
|
196
|
+
readonly default: undefined;
|
|
197
|
+
};
|
|
121
198
|
size: {
|
|
122
|
-
readonly type: import("vue").PropType<
|
|
199
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
123
200
|
readonly required: false;
|
|
124
201
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
202
|
__epPropKey: true;
|
|
126
203
|
};
|
|
127
204
|
disabled: BooleanConstructor;
|
|
128
|
-
fill:
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
205
|
+
fill: {
|
|
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: "";
|
|
212
|
+
};
|
|
213
|
+
textColor: {
|
|
214
|
+
readonly type: import("vue").PropType<string>;
|
|
215
|
+
readonly required: false;
|
|
216
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
|
+
__epPropKey: true;
|
|
218
|
+
} & {
|
|
219
|
+
readonly default: "";
|
|
220
|
+
};
|
|
221
|
+
name: {
|
|
222
|
+
readonly type: import("vue").PropType<string>;
|
|
223
|
+
readonly required: false;
|
|
224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
|
+
__epPropKey: true;
|
|
226
|
+
} & {
|
|
227
|
+
readonly default: undefined;
|
|
228
|
+
};
|
|
229
|
+
validateEvent: {
|
|
230
|
+
readonly type: import("vue").PropType<boolean>;
|
|
231
|
+
readonly required: false;
|
|
232
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
|
+
__epPropKey: true;
|
|
234
|
+
} & {
|
|
235
|
+
readonly default: true;
|
|
236
|
+
};
|
|
237
|
+
required: {
|
|
238
|
+
readonly type: import("vue").PropType<boolean>;
|
|
239
|
+
readonly required: false;
|
|
240
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
|
+
__epPropKey: true;
|
|
242
|
+
} & {
|
|
243
|
+
readonly default: undefined;
|
|
244
|
+
};
|
|
133
245
|
formItemSize: {
|
|
134
246
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
135
247
|
default: "default" | "small" | "large";
|
|
@@ -164,36 +276,64 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
164
276
|
default: boolean;
|
|
165
277
|
};
|
|
166
278
|
label: StringConstructor;
|
|
167
|
-
labelWidth:
|
|
168
|
-
|
|
279
|
+
labelWidth: {
|
|
280
|
+
readonly type: import("vue").PropType<string | number>;
|
|
281
|
+
readonly required: false;
|
|
282
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
283
|
+
__epPropKey: true;
|
|
284
|
+
} & {
|
|
285
|
+
readonly default: "";
|
|
286
|
+
};
|
|
287
|
+
labelPosition: {
|
|
288
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
289
|
+
readonly required: false;
|
|
290
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
291
|
+
__epPropKey: true;
|
|
292
|
+
} & {
|
|
293
|
+
readonly default: "";
|
|
294
|
+
};
|
|
169
295
|
prop: {
|
|
170
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
296
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
171
297
|
readonly required: false;
|
|
172
298
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
299
|
__epPropKey: true;
|
|
174
300
|
};
|
|
175
301
|
rules: {
|
|
176
|
-
readonly type: import("vue").PropType<
|
|
302
|
+
readonly type: import("vue").PropType<unknown>;
|
|
177
303
|
readonly required: false;
|
|
178
304
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
305
|
__epPropKey: true;
|
|
180
306
|
};
|
|
181
307
|
error: StringConstructor;
|
|
182
308
|
validateStatus: {
|
|
183
|
-
readonly type: import("vue").PropType<
|
|
309
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
184
310
|
readonly required: false;
|
|
185
311
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
312
|
__epPropKey: true;
|
|
187
313
|
};
|
|
188
314
|
for: StringConstructor;
|
|
189
|
-
inlineMessage:
|
|
190
|
-
|
|
315
|
+
inlineMessage: {
|
|
316
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
317
|
+
readonly required: false;
|
|
318
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
|
+
__epPropKey: true;
|
|
320
|
+
} & {
|
|
321
|
+
readonly default: "";
|
|
322
|
+
};
|
|
323
|
+
showMessage: {
|
|
324
|
+
readonly type: import("vue").PropType<boolean>;
|
|
325
|
+
readonly required: false;
|
|
326
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
327
|
+
__epPropKey: true;
|
|
328
|
+
} & {
|
|
329
|
+
readonly default: true;
|
|
330
|
+
};
|
|
191
331
|
}>> & Readonly<{
|
|
192
332
|
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
193
333
|
onChange?: (val: string | number | boolean) => any;
|
|
194
334
|
}>, {
|
|
195
335
|
type: "default" | "button";
|
|
196
|
-
required:
|
|
336
|
+
required: boolean;
|
|
197
337
|
fill: string;
|
|
198
338
|
formItemSize: "default" | "small" | "large";
|
|
199
339
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
@@ -203,15 +343,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
203
343
|
formItemTipClass: any;
|
|
204
344
|
labelTip: string;
|
|
205
345
|
information: boolean;
|
|
206
|
-
labelWidth:
|
|
207
|
-
labelPosition:
|
|
208
|
-
inlineMessage:
|
|
209
|
-
showMessage:
|
|
346
|
+
labelWidth: string | number;
|
|
347
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
348
|
+
inlineMessage: string | boolean;
|
|
349
|
+
showMessage: boolean;
|
|
210
350
|
disabled: boolean;
|
|
211
351
|
id: string;
|
|
212
352
|
name: string;
|
|
213
353
|
options: RadioProps[];
|
|
214
|
-
validateEvent:
|
|
354
|
+
validateEvent: boolean;
|
|
215
355
|
textColor: string;
|
|
216
356
|
defaultModelValue: any;
|
|
217
357
|
}, {}, {
|
|
@@ -226,20 +366,48 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
226
366
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
227
367
|
install(app: import("vue").App): void;
|
|
228
368
|
};
|
|
229
|
-
ElRadio:
|
|
369
|
+
ElRadio: ({
|
|
230
370
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
231
371
|
readonly border: BooleanConstructor;
|
|
232
|
-
readonly modelValue:
|
|
372
|
+
readonly modelValue: {
|
|
373
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
374
|
+
readonly required: false;
|
|
375
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
376
|
+
__epPropKey: true;
|
|
377
|
+
} & {
|
|
378
|
+
readonly default: undefined;
|
|
379
|
+
};
|
|
233
380
|
readonly size: {
|
|
234
|
-
readonly type: import("vue").PropType<
|
|
381
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
235
382
|
readonly required: false;
|
|
236
383
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
237
384
|
__epPropKey: true;
|
|
238
385
|
};
|
|
239
386
|
readonly disabled: BooleanConstructor;
|
|
240
|
-
readonly label:
|
|
241
|
-
|
|
242
|
-
|
|
387
|
+
readonly label: {
|
|
388
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
389
|
+
readonly required: false;
|
|
390
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
|
+
__epPropKey: true;
|
|
392
|
+
} & {
|
|
393
|
+
readonly default: undefined;
|
|
394
|
+
};
|
|
395
|
+
readonly value: {
|
|
396
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
397
|
+
readonly required: false;
|
|
398
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
|
+
__epPropKey: true;
|
|
400
|
+
} & {
|
|
401
|
+
readonly default: undefined;
|
|
402
|
+
};
|
|
403
|
+
readonly name: {
|
|
404
|
+
readonly type: import("vue").PropType<string>;
|
|
405
|
+
readonly required: false;
|
|
406
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
|
+
__epPropKey: true;
|
|
408
|
+
} & {
|
|
409
|
+
readonly default: undefined;
|
|
410
|
+
};
|
|
243
411
|
}>> & {
|
|
244
412
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
245
413
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -247,12 +415,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
247
415
|
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
248
416
|
change: (val: string | number | boolean | undefined) => void;
|
|
249
417
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
250
|
-
readonly label:
|
|
418
|
+
readonly label: string | number | boolean;
|
|
251
419
|
readonly disabled: boolean;
|
|
252
420
|
readonly border: boolean;
|
|
253
|
-
readonly value:
|
|
421
|
+
readonly value: string | number | boolean;
|
|
254
422
|
readonly name: string;
|
|
255
|
-
readonly modelValue:
|
|
423
|
+
readonly modelValue: string | number | boolean;
|
|
256
424
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
257
425
|
P: {};
|
|
258
426
|
B: {};
|
|
@@ -262,44 +430,100 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
262
430
|
Defaults: {};
|
|
263
431
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
264
432
|
readonly border: BooleanConstructor;
|
|
265
|
-
readonly modelValue:
|
|
433
|
+
readonly modelValue: {
|
|
434
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
435
|
+
readonly required: false;
|
|
436
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
437
|
+
__epPropKey: true;
|
|
438
|
+
} & {
|
|
439
|
+
readonly default: undefined;
|
|
440
|
+
};
|
|
266
441
|
readonly size: {
|
|
267
|
-
readonly type: import("vue").PropType<
|
|
442
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
268
443
|
readonly required: false;
|
|
269
444
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
270
445
|
__epPropKey: true;
|
|
271
446
|
};
|
|
272
447
|
readonly disabled: BooleanConstructor;
|
|
273
|
-
readonly label:
|
|
274
|
-
|
|
275
|
-
|
|
448
|
+
readonly label: {
|
|
449
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
450
|
+
readonly required: false;
|
|
451
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
452
|
+
__epPropKey: true;
|
|
453
|
+
} & {
|
|
454
|
+
readonly default: undefined;
|
|
455
|
+
};
|
|
456
|
+
readonly value: {
|
|
457
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
458
|
+
readonly required: false;
|
|
459
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
460
|
+
__epPropKey: true;
|
|
461
|
+
} & {
|
|
462
|
+
readonly default: undefined;
|
|
463
|
+
};
|
|
464
|
+
readonly name: {
|
|
465
|
+
readonly type: import("vue").PropType<string>;
|
|
466
|
+
readonly required: false;
|
|
467
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
468
|
+
__epPropKey: true;
|
|
469
|
+
} & {
|
|
470
|
+
readonly default: undefined;
|
|
471
|
+
};
|
|
276
472
|
}>> & {
|
|
277
473
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
278
474
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
279
475
|
}, {}, {}, {}, {}, {
|
|
280
|
-
readonly label:
|
|
476
|
+
readonly label: string | number | boolean;
|
|
281
477
|
readonly disabled: boolean;
|
|
282
478
|
readonly border: boolean;
|
|
283
|
-
readonly value:
|
|
479
|
+
readonly value: string | number | boolean;
|
|
284
480
|
readonly name: string;
|
|
285
|
-
readonly modelValue:
|
|
481
|
+
readonly modelValue: string | number | boolean;
|
|
286
482
|
}>;
|
|
287
483
|
__isFragment?: never;
|
|
288
484
|
__isTeleport?: never;
|
|
289
485
|
__isSuspense?: never;
|
|
290
486
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
291
487
|
readonly border: BooleanConstructor;
|
|
292
|
-
readonly modelValue:
|
|
488
|
+
readonly modelValue: {
|
|
489
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
490
|
+
readonly required: false;
|
|
491
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
492
|
+
__epPropKey: true;
|
|
493
|
+
} & {
|
|
494
|
+
readonly default: undefined;
|
|
495
|
+
};
|
|
293
496
|
readonly size: {
|
|
294
|
-
readonly type: import("vue").PropType<
|
|
497
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
295
498
|
readonly required: false;
|
|
296
499
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
500
|
__epPropKey: true;
|
|
298
501
|
};
|
|
299
502
|
readonly disabled: BooleanConstructor;
|
|
300
|
-
readonly label:
|
|
301
|
-
|
|
302
|
-
|
|
503
|
+
readonly label: {
|
|
504
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
505
|
+
readonly required: false;
|
|
506
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
507
|
+
__epPropKey: true;
|
|
508
|
+
} & {
|
|
509
|
+
readonly default: undefined;
|
|
510
|
+
};
|
|
511
|
+
readonly value: {
|
|
512
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
513
|
+
readonly required: false;
|
|
514
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
515
|
+
__epPropKey: true;
|
|
516
|
+
} & {
|
|
517
|
+
readonly default: undefined;
|
|
518
|
+
};
|
|
519
|
+
readonly name: {
|
|
520
|
+
readonly type: import("vue").PropType<string>;
|
|
521
|
+
readonly required: false;
|
|
522
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
523
|
+
__epPropKey: true;
|
|
524
|
+
} & {
|
|
525
|
+
readonly default: undefined;
|
|
526
|
+
};
|
|
303
527
|
}>> & {
|
|
304
528
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
305
529
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -307,36 +531,64 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
307
531
|
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
308
532
|
change: (val: string | number | boolean | undefined) => void;
|
|
309
533
|
}, string, {
|
|
310
|
-
readonly label:
|
|
534
|
+
readonly label: string | number | boolean;
|
|
311
535
|
readonly disabled: boolean;
|
|
312
536
|
readonly border: boolean;
|
|
313
|
-
readonly value:
|
|
537
|
+
readonly value: string | number | boolean;
|
|
314
538
|
readonly name: string;
|
|
315
|
-
readonly modelValue:
|
|
539
|
+
readonly modelValue: string | number | boolean;
|
|
316
540
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
317
541
|
$slots: {
|
|
318
542
|
default?(_: {}): any;
|
|
319
543
|
};
|
|
320
|
-
})
|
|
544
|
+
}) & import("vue").Plugin) & {
|
|
321
545
|
RadioButton: {
|
|
322
546
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
323
|
-
readonly modelValue:
|
|
547
|
+
readonly modelValue: {
|
|
548
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
549
|
+
readonly required: false;
|
|
550
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
551
|
+
__epPropKey: true;
|
|
552
|
+
} & {
|
|
553
|
+
readonly default: undefined;
|
|
554
|
+
};
|
|
324
555
|
readonly size: {
|
|
325
|
-
readonly type: import("vue").PropType<
|
|
556
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
326
557
|
readonly required: false;
|
|
327
558
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
328
559
|
__epPropKey: true;
|
|
329
560
|
};
|
|
330
561
|
readonly disabled: BooleanConstructor;
|
|
331
|
-
readonly label:
|
|
332
|
-
|
|
333
|
-
|
|
562
|
+
readonly label: {
|
|
563
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
564
|
+
readonly required: false;
|
|
565
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
566
|
+
__epPropKey: true;
|
|
567
|
+
} & {
|
|
568
|
+
readonly default: undefined;
|
|
569
|
+
};
|
|
570
|
+
readonly value: {
|
|
571
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
572
|
+
readonly required: false;
|
|
573
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
574
|
+
__epPropKey: true;
|
|
575
|
+
} & {
|
|
576
|
+
readonly default: undefined;
|
|
577
|
+
};
|
|
578
|
+
readonly name: {
|
|
579
|
+
readonly type: import("vue").PropType<string>;
|
|
580
|
+
readonly required: false;
|
|
581
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
582
|
+
__epPropKey: true;
|
|
583
|
+
} & {
|
|
584
|
+
readonly default: undefined;
|
|
585
|
+
};
|
|
334
586
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
335
|
-
readonly label:
|
|
587
|
+
readonly label: string | number | boolean;
|
|
336
588
|
readonly disabled: boolean;
|
|
337
|
-
readonly value:
|
|
589
|
+
readonly value: string | number | boolean;
|
|
338
590
|
readonly name: string;
|
|
339
|
-
readonly modelValue:
|
|
591
|
+
readonly modelValue: string | number | boolean;
|
|
340
592
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
341
593
|
P: {};
|
|
342
594
|
B: {};
|
|
@@ -345,45 +597,101 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
345
597
|
M: {};
|
|
346
598
|
Defaults: {};
|
|
347
599
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
348
|
-
readonly modelValue:
|
|
600
|
+
readonly modelValue: {
|
|
601
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
602
|
+
readonly required: false;
|
|
603
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
604
|
+
__epPropKey: true;
|
|
605
|
+
} & {
|
|
606
|
+
readonly default: undefined;
|
|
607
|
+
};
|
|
349
608
|
readonly size: {
|
|
350
|
-
readonly type: import("vue").PropType<
|
|
609
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
351
610
|
readonly required: false;
|
|
352
611
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
353
612
|
__epPropKey: true;
|
|
354
613
|
};
|
|
355
614
|
readonly disabled: BooleanConstructor;
|
|
356
|
-
readonly label:
|
|
357
|
-
|
|
358
|
-
|
|
615
|
+
readonly label: {
|
|
616
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
617
|
+
readonly required: false;
|
|
618
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
619
|
+
__epPropKey: true;
|
|
620
|
+
} & {
|
|
621
|
+
readonly default: undefined;
|
|
622
|
+
};
|
|
623
|
+
readonly value: {
|
|
624
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
625
|
+
readonly required: false;
|
|
626
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
627
|
+
__epPropKey: true;
|
|
628
|
+
} & {
|
|
629
|
+
readonly default: undefined;
|
|
630
|
+
};
|
|
631
|
+
readonly name: {
|
|
632
|
+
readonly type: import("vue").PropType<string>;
|
|
633
|
+
readonly required: false;
|
|
634
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
635
|
+
__epPropKey: true;
|
|
636
|
+
} & {
|
|
637
|
+
readonly default: undefined;
|
|
638
|
+
};
|
|
359
639
|
}>>, {}, {}, {}, {}, {
|
|
360
|
-
readonly label:
|
|
640
|
+
readonly label: string | number | boolean;
|
|
361
641
|
readonly disabled: boolean;
|
|
362
|
-
readonly value:
|
|
642
|
+
readonly value: string | number | boolean;
|
|
363
643
|
readonly name: string;
|
|
364
|
-
readonly modelValue:
|
|
644
|
+
readonly modelValue: string | number | boolean;
|
|
365
645
|
}>;
|
|
366
646
|
__isFragment?: never;
|
|
367
647
|
__isTeleport?: never;
|
|
368
648
|
__isSuspense?: never;
|
|
369
649
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
370
|
-
readonly modelValue:
|
|
650
|
+
readonly modelValue: {
|
|
651
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
652
|
+
readonly required: false;
|
|
653
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
654
|
+
__epPropKey: true;
|
|
655
|
+
} & {
|
|
656
|
+
readonly default: undefined;
|
|
657
|
+
};
|
|
371
658
|
readonly size: {
|
|
372
|
-
readonly type: import("vue").PropType<
|
|
659
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
373
660
|
readonly required: false;
|
|
374
661
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
375
662
|
__epPropKey: true;
|
|
376
663
|
};
|
|
377
664
|
readonly disabled: BooleanConstructor;
|
|
378
|
-
readonly label:
|
|
379
|
-
|
|
380
|
-
|
|
665
|
+
readonly label: {
|
|
666
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
667
|
+
readonly required: false;
|
|
668
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
669
|
+
__epPropKey: true;
|
|
670
|
+
} & {
|
|
671
|
+
readonly default: undefined;
|
|
672
|
+
};
|
|
673
|
+
readonly value: {
|
|
674
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
675
|
+
readonly required: false;
|
|
676
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
677
|
+
__epPropKey: true;
|
|
678
|
+
} & {
|
|
679
|
+
readonly default: undefined;
|
|
680
|
+
};
|
|
681
|
+
readonly name: {
|
|
682
|
+
readonly type: import("vue").PropType<string>;
|
|
683
|
+
readonly required: false;
|
|
684
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
685
|
+
__epPropKey: true;
|
|
686
|
+
} & {
|
|
687
|
+
readonly default: undefined;
|
|
688
|
+
};
|
|
381
689
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
382
|
-
readonly label:
|
|
690
|
+
readonly label: string | number | boolean;
|
|
383
691
|
readonly disabled: boolean;
|
|
384
|
-
readonly value:
|
|
692
|
+
readonly value: string | number | boolean;
|
|
385
693
|
readonly name: string;
|
|
386
|
-
readonly modelValue:
|
|
694
|
+
readonly modelValue: string | number | boolean;
|
|
387
695
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
388
696
|
$slots: {
|
|
389
697
|
default?(_: {}): any;
|
|
@@ -392,19 +700,61 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
392
700
|
RadioGroup: {
|
|
393
701
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
394
702
|
readonly ariaLabel: StringConstructor;
|
|
395
|
-
readonly id:
|
|
703
|
+
readonly id: {
|
|
704
|
+
readonly type: import("vue").PropType<string>;
|
|
705
|
+
readonly required: false;
|
|
706
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
707
|
+
__epPropKey: true;
|
|
708
|
+
} & {
|
|
709
|
+
readonly default: undefined;
|
|
710
|
+
};
|
|
396
711
|
readonly size: {
|
|
397
|
-
readonly type: import("vue").PropType<
|
|
712
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
398
713
|
readonly required: false;
|
|
399
714
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
715
|
__epPropKey: true;
|
|
401
716
|
};
|
|
402
717
|
readonly disabled: BooleanConstructor;
|
|
403
|
-
readonly modelValue:
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
718
|
+
readonly modelValue: {
|
|
719
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
720
|
+
readonly required: false;
|
|
721
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
722
|
+
__epPropKey: true;
|
|
723
|
+
} & {
|
|
724
|
+
readonly default: undefined;
|
|
725
|
+
};
|
|
726
|
+
readonly fill: {
|
|
727
|
+
readonly type: import("vue").PropType<string>;
|
|
728
|
+
readonly required: false;
|
|
729
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
730
|
+
__epPropKey: true;
|
|
731
|
+
} & {
|
|
732
|
+
readonly default: "";
|
|
733
|
+
};
|
|
734
|
+
readonly textColor: {
|
|
735
|
+
readonly type: import("vue").PropType<string>;
|
|
736
|
+
readonly required: false;
|
|
737
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
738
|
+
__epPropKey: true;
|
|
739
|
+
} & {
|
|
740
|
+
readonly default: "";
|
|
741
|
+
};
|
|
742
|
+
readonly name: {
|
|
743
|
+
readonly type: import("vue").PropType<string>;
|
|
744
|
+
readonly required: false;
|
|
745
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
746
|
+
__epPropKey: true;
|
|
747
|
+
} & {
|
|
748
|
+
readonly default: undefined;
|
|
749
|
+
};
|
|
750
|
+
readonly validateEvent: {
|
|
751
|
+
readonly type: import("vue").PropType<boolean>;
|
|
752
|
+
readonly required: false;
|
|
753
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
754
|
+
__epPropKey: true;
|
|
755
|
+
} & {
|
|
756
|
+
readonly default: true;
|
|
757
|
+
};
|
|
408
758
|
}>> & {
|
|
409
759
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
410
760
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -416,8 +766,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
416
766
|
readonly fill: string;
|
|
417
767
|
readonly id: string;
|
|
418
768
|
readonly name: string;
|
|
419
|
-
readonly modelValue:
|
|
420
|
-
readonly validateEvent:
|
|
769
|
+
readonly modelValue: string | number | boolean;
|
|
770
|
+
readonly validateEvent: boolean;
|
|
421
771
|
readonly textColor: string;
|
|
422
772
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
423
773
|
P: {};
|
|
@@ -428,19 +778,61 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
428
778
|
Defaults: {};
|
|
429
779
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
430
780
|
readonly ariaLabel: StringConstructor;
|
|
431
|
-
readonly id:
|
|
781
|
+
readonly id: {
|
|
782
|
+
readonly type: import("vue").PropType<string>;
|
|
783
|
+
readonly required: false;
|
|
784
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
785
|
+
__epPropKey: true;
|
|
786
|
+
} & {
|
|
787
|
+
readonly default: undefined;
|
|
788
|
+
};
|
|
432
789
|
readonly size: {
|
|
433
|
-
readonly type: import("vue").PropType<
|
|
790
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
434
791
|
readonly required: false;
|
|
435
792
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
793
|
__epPropKey: true;
|
|
437
794
|
};
|
|
438
795
|
readonly disabled: BooleanConstructor;
|
|
439
|
-
readonly modelValue:
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
796
|
+
readonly modelValue: {
|
|
797
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
798
|
+
readonly required: false;
|
|
799
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
800
|
+
__epPropKey: true;
|
|
801
|
+
} & {
|
|
802
|
+
readonly default: undefined;
|
|
803
|
+
};
|
|
804
|
+
readonly fill: {
|
|
805
|
+
readonly type: import("vue").PropType<string>;
|
|
806
|
+
readonly required: false;
|
|
807
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
808
|
+
__epPropKey: true;
|
|
809
|
+
} & {
|
|
810
|
+
readonly default: "";
|
|
811
|
+
};
|
|
812
|
+
readonly textColor: {
|
|
813
|
+
readonly type: import("vue").PropType<string>;
|
|
814
|
+
readonly required: false;
|
|
815
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
816
|
+
__epPropKey: true;
|
|
817
|
+
} & {
|
|
818
|
+
readonly default: "";
|
|
819
|
+
};
|
|
820
|
+
readonly name: {
|
|
821
|
+
readonly type: import("vue").PropType<string>;
|
|
822
|
+
readonly required: false;
|
|
823
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
|
+
__epPropKey: true;
|
|
825
|
+
} & {
|
|
826
|
+
readonly default: undefined;
|
|
827
|
+
};
|
|
828
|
+
readonly validateEvent: {
|
|
829
|
+
readonly type: import("vue").PropType<boolean>;
|
|
830
|
+
readonly required: false;
|
|
831
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
832
|
+
__epPropKey: true;
|
|
833
|
+
} & {
|
|
834
|
+
readonly default: true;
|
|
835
|
+
};
|
|
444
836
|
}>> & {
|
|
445
837
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
446
838
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -449,8 +841,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
449
841
|
readonly fill: string;
|
|
450
842
|
readonly id: string;
|
|
451
843
|
readonly name: string;
|
|
452
|
-
readonly modelValue:
|
|
453
|
-
readonly validateEvent:
|
|
844
|
+
readonly modelValue: string | number | boolean;
|
|
845
|
+
readonly validateEvent: boolean;
|
|
454
846
|
readonly textColor: string;
|
|
455
847
|
}>;
|
|
456
848
|
__isFragment?: never;
|
|
@@ -458,19 +850,61 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
458
850
|
__isSuspense?: never;
|
|
459
851
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
460
852
|
readonly ariaLabel: StringConstructor;
|
|
461
|
-
readonly id:
|
|
853
|
+
readonly id: {
|
|
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: undefined;
|
|
860
|
+
};
|
|
462
861
|
readonly size: {
|
|
463
|
-
readonly type: import("vue").PropType<
|
|
862
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
464
863
|
readonly required: false;
|
|
465
864
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
466
865
|
__epPropKey: true;
|
|
467
866
|
};
|
|
468
867
|
readonly disabled: BooleanConstructor;
|
|
469
|
-
readonly modelValue:
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
868
|
+
readonly modelValue: {
|
|
869
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
870
|
+
readonly required: false;
|
|
871
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
872
|
+
__epPropKey: true;
|
|
873
|
+
} & {
|
|
874
|
+
readonly default: undefined;
|
|
875
|
+
};
|
|
876
|
+
readonly fill: {
|
|
877
|
+
readonly type: import("vue").PropType<string>;
|
|
878
|
+
readonly required: false;
|
|
879
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
880
|
+
__epPropKey: true;
|
|
881
|
+
} & {
|
|
882
|
+
readonly default: "";
|
|
883
|
+
};
|
|
884
|
+
readonly textColor: {
|
|
885
|
+
readonly type: import("vue").PropType<string>;
|
|
886
|
+
readonly required: false;
|
|
887
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
888
|
+
__epPropKey: true;
|
|
889
|
+
} & {
|
|
890
|
+
readonly default: "";
|
|
891
|
+
};
|
|
892
|
+
readonly name: {
|
|
893
|
+
readonly type: import("vue").PropType<string>;
|
|
894
|
+
readonly required: false;
|
|
895
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
896
|
+
__epPropKey: true;
|
|
897
|
+
} & {
|
|
898
|
+
readonly default: undefined;
|
|
899
|
+
};
|
|
900
|
+
readonly validateEvent: {
|
|
901
|
+
readonly type: import("vue").PropType<boolean>;
|
|
902
|
+
readonly required: false;
|
|
903
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
904
|
+
__epPropKey: true;
|
|
905
|
+
} & {
|
|
906
|
+
readonly default: true;
|
|
907
|
+
};
|
|
474
908
|
}>> & {
|
|
475
909
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
476
910
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -482,8 +916,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
482
916
|
readonly fill: string;
|
|
483
917
|
readonly id: string;
|
|
484
918
|
readonly name: string;
|
|
485
|
-
readonly modelValue:
|
|
486
|
-
readonly validateEvent:
|
|
919
|
+
readonly modelValue: string | number | boolean;
|
|
920
|
+
readonly validateEvent: boolean;
|
|
487
921
|
readonly textColor: string;
|
|
488
922
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
489
923
|
$slots: {
|
|
@@ -491,22 +925,64 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
491
925
|
};
|
|
492
926
|
});
|
|
493
927
|
};
|
|
494
|
-
ElRadioGroup:
|
|
928
|
+
ElRadioGroup: {
|
|
495
929
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
496
930
|
readonly ariaLabel: StringConstructor;
|
|
497
|
-
readonly id:
|
|
931
|
+
readonly id: {
|
|
932
|
+
readonly type: import("vue").PropType<string>;
|
|
933
|
+
readonly required: false;
|
|
934
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
935
|
+
__epPropKey: true;
|
|
936
|
+
} & {
|
|
937
|
+
readonly default: undefined;
|
|
938
|
+
};
|
|
498
939
|
readonly size: {
|
|
499
|
-
readonly type: import("vue").PropType<
|
|
940
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
500
941
|
readonly required: false;
|
|
501
942
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
502
943
|
__epPropKey: true;
|
|
503
944
|
};
|
|
504
945
|
readonly disabled: BooleanConstructor;
|
|
505
|
-
readonly modelValue:
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
946
|
+
readonly modelValue: {
|
|
947
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
948
|
+
readonly required: false;
|
|
949
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
950
|
+
__epPropKey: true;
|
|
951
|
+
} & {
|
|
952
|
+
readonly default: undefined;
|
|
953
|
+
};
|
|
954
|
+
readonly fill: {
|
|
955
|
+
readonly type: import("vue").PropType<string>;
|
|
956
|
+
readonly required: false;
|
|
957
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
958
|
+
__epPropKey: true;
|
|
959
|
+
} & {
|
|
960
|
+
readonly default: "";
|
|
961
|
+
};
|
|
962
|
+
readonly textColor: {
|
|
963
|
+
readonly type: import("vue").PropType<string>;
|
|
964
|
+
readonly required: false;
|
|
965
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
966
|
+
__epPropKey: true;
|
|
967
|
+
} & {
|
|
968
|
+
readonly default: "";
|
|
969
|
+
};
|
|
970
|
+
readonly name: {
|
|
971
|
+
readonly type: import("vue").PropType<string>;
|
|
972
|
+
readonly required: false;
|
|
973
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
974
|
+
__epPropKey: true;
|
|
975
|
+
} & {
|
|
976
|
+
readonly default: undefined;
|
|
977
|
+
};
|
|
978
|
+
readonly validateEvent: {
|
|
979
|
+
readonly type: import("vue").PropType<boolean>;
|
|
980
|
+
readonly required: false;
|
|
981
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
982
|
+
__epPropKey: true;
|
|
983
|
+
} & {
|
|
984
|
+
readonly default: true;
|
|
985
|
+
};
|
|
510
986
|
}>> & {
|
|
511
987
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
512
988
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -518,8 +994,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
518
994
|
readonly fill: string;
|
|
519
995
|
readonly id: string;
|
|
520
996
|
readonly name: string;
|
|
521
|
-
readonly modelValue:
|
|
522
|
-
readonly validateEvent:
|
|
997
|
+
readonly modelValue: string | number | boolean;
|
|
998
|
+
readonly validateEvent: boolean;
|
|
523
999
|
readonly textColor: string;
|
|
524
1000
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
525
1001
|
P: {};
|
|
@@ -530,19 +1006,61 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
530
1006
|
Defaults: {};
|
|
531
1007
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
532
1008
|
readonly ariaLabel: StringConstructor;
|
|
533
|
-
readonly id:
|
|
1009
|
+
readonly id: {
|
|
1010
|
+
readonly type: import("vue").PropType<string>;
|
|
1011
|
+
readonly required: false;
|
|
1012
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1013
|
+
__epPropKey: true;
|
|
1014
|
+
} & {
|
|
1015
|
+
readonly default: undefined;
|
|
1016
|
+
};
|
|
534
1017
|
readonly size: {
|
|
535
|
-
readonly type: import("vue").PropType<
|
|
1018
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
536
1019
|
readonly required: false;
|
|
537
1020
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
538
1021
|
__epPropKey: true;
|
|
539
1022
|
};
|
|
540
1023
|
readonly disabled: BooleanConstructor;
|
|
541
|
-
readonly modelValue:
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
1024
|
+
readonly modelValue: {
|
|
1025
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1026
|
+
readonly required: false;
|
|
1027
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1028
|
+
__epPropKey: true;
|
|
1029
|
+
} & {
|
|
1030
|
+
readonly default: undefined;
|
|
1031
|
+
};
|
|
1032
|
+
readonly fill: {
|
|
1033
|
+
readonly type: import("vue").PropType<string>;
|
|
1034
|
+
readonly required: false;
|
|
1035
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1036
|
+
__epPropKey: true;
|
|
1037
|
+
} & {
|
|
1038
|
+
readonly default: "";
|
|
1039
|
+
};
|
|
1040
|
+
readonly textColor: {
|
|
1041
|
+
readonly type: import("vue").PropType<string>;
|
|
1042
|
+
readonly required: false;
|
|
1043
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1044
|
+
__epPropKey: true;
|
|
1045
|
+
} & {
|
|
1046
|
+
readonly default: "";
|
|
1047
|
+
};
|
|
1048
|
+
readonly name: {
|
|
1049
|
+
readonly type: import("vue").PropType<string>;
|
|
1050
|
+
readonly required: false;
|
|
1051
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1052
|
+
__epPropKey: true;
|
|
1053
|
+
} & {
|
|
1054
|
+
readonly default: undefined;
|
|
1055
|
+
};
|
|
1056
|
+
readonly validateEvent: {
|
|
1057
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1058
|
+
readonly required: false;
|
|
1059
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1060
|
+
__epPropKey: true;
|
|
1061
|
+
} & {
|
|
1062
|
+
readonly default: true;
|
|
1063
|
+
};
|
|
546
1064
|
}>> & {
|
|
547
1065
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
548
1066
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -551,8 +1069,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
551
1069
|
readonly fill: string;
|
|
552
1070
|
readonly id: string;
|
|
553
1071
|
readonly name: string;
|
|
554
|
-
readonly modelValue:
|
|
555
|
-
readonly validateEvent:
|
|
1072
|
+
readonly modelValue: string | number | boolean;
|
|
1073
|
+
readonly validateEvent: boolean;
|
|
556
1074
|
readonly textColor: string;
|
|
557
1075
|
}>;
|
|
558
1076
|
__isFragment?: never;
|
|
@@ -560,19 +1078,61 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
560
1078
|
__isSuspense?: never;
|
|
561
1079
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
562
1080
|
readonly ariaLabel: StringConstructor;
|
|
563
|
-
readonly id:
|
|
1081
|
+
readonly id: {
|
|
1082
|
+
readonly type: import("vue").PropType<string>;
|
|
1083
|
+
readonly required: false;
|
|
1084
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1085
|
+
__epPropKey: true;
|
|
1086
|
+
} & {
|
|
1087
|
+
readonly default: undefined;
|
|
1088
|
+
};
|
|
564
1089
|
readonly size: {
|
|
565
|
-
readonly type: import("vue").PropType<
|
|
1090
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
566
1091
|
readonly required: false;
|
|
567
1092
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
568
1093
|
__epPropKey: true;
|
|
569
1094
|
};
|
|
570
1095
|
readonly disabled: BooleanConstructor;
|
|
571
|
-
readonly modelValue:
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
1096
|
+
readonly modelValue: {
|
|
1097
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1098
|
+
readonly required: false;
|
|
1099
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1100
|
+
__epPropKey: true;
|
|
1101
|
+
} & {
|
|
1102
|
+
readonly default: undefined;
|
|
1103
|
+
};
|
|
1104
|
+
readonly fill: {
|
|
1105
|
+
readonly type: import("vue").PropType<string>;
|
|
1106
|
+
readonly required: false;
|
|
1107
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1108
|
+
__epPropKey: true;
|
|
1109
|
+
} & {
|
|
1110
|
+
readonly default: "";
|
|
1111
|
+
};
|
|
1112
|
+
readonly textColor: {
|
|
1113
|
+
readonly type: import("vue").PropType<string>;
|
|
1114
|
+
readonly required: false;
|
|
1115
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1116
|
+
__epPropKey: true;
|
|
1117
|
+
} & {
|
|
1118
|
+
readonly default: "";
|
|
1119
|
+
};
|
|
1120
|
+
readonly name: {
|
|
1121
|
+
readonly type: import("vue").PropType<string>;
|
|
1122
|
+
readonly required: false;
|
|
1123
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1124
|
+
__epPropKey: true;
|
|
1125
|
+
} & {
|
|
1126
|
+
readonly default: undefined;
|
|
1127
|
+
};
|
|
1128
|
+
readonly validateEvent: {
|
|
1129
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1130
|
+
readonly required: false;
|
|
1131
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1132
|
+
__epPropKey: true;
|
|
1133
|
+
} & {
|
|
1134
|
+
readonly default: true;
|
|
1135
|
+
};
|
|
576
1136
|
}>> & {
|
|
577
1137
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
578
1138
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -584,33 +1144,61 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
584
1144
|
readonly fill: string;
|
|
585
1145
|
readonly id: string;
|
|
586
1146
|
readonly name: string;
|
|
587
|
-
readonly modelValue:
|
|
588
|
-
readonly validateEvent:
|
|
1147
|
+
readonly modelValue: string | number | boolean;
|
|
1148
|
+
readonly validateEvent: boolean;
|
|
589
1149
|
readonly textColor: string;
|
|
590
1150
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
591
1151
|
$slots: {
|
|
592
1152
|
default?(_: {}): any;
|
|
593
1153
|
};
|
|
594
|
-
})
|
|
595
|
-
ElRadioButton:
|
|
1154
|
+
}) & import("vue").Plugin;
|
|
1155
|
+
ElRadioButton: {
|
|
596
1156
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
597
|
-
readonly modelValue:
|
|
1157
|
+
readonly modelValue: {
|
|
1158
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1159
|
+
readonly required: false;
|
|
1160
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1161
|
+
__epPropKey: true;
|
|
1162
|
+
} & {
|
|
1163
|
+
readonly default: undefined;
|
|
1164
|
+
};
|
|
598
1165
|
readonly size: {
|
|
599
|
-
readonly type: import("vue").PropType<
|
|
1166
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
600
1167
|
readonly required: false;
|
|
601
1168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
602
1169
|
__epPropKey: true;
|
|
603
1170
|
};
|
|
604
1171
|
readonly disabled: BooleanConstructor;
|
|
605
|
-
readonly label:
|
|
606
|
-
|
|
607
|
-
|
|
1172
|
+
readonly label: {
|
|
1173
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1174
|
+
readonly required: false;
|
|
1175
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1176
|
+
__epPropKey: true;
|
|
1177
|
+
} & {
|
|
1178
|
+
readonly default: undefined;
|
|
1179
|
+
};
|
|
1180
|
+
readonly value: {
|
|
1181
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1182
|
+
readonly required: false;
|
|
1183
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1184
|
+
__epPropKey: true;
|
|
1185
|
+
} & {
|
|
1186
|
+
readonly default: undefined;
|
|
1187
|
+
};
|
|
1188
|
+
readonly name: {
|
|
1189
|
+
readonly type: import("vue").PropType<string>;
|
|
1190
|
+
readonly required: false;
|
|
1191
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1192
|
+
__epPropKey: true;
|
|
1193
|
+
} & {
|
|
1194
|
+
readonly default: undefined;
|
|
1195
|
+
};
|
|
608
1196
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
609
|
-
readonly label:
|
|
1197
|
+
readonly label: string | number | boolean;
|
|
610
1198
|
readonly disabled: boolean;
|
|
611
|
-
readonly value:
|
|
1199
|
+
readonly value: string | number | boolean;
|
|
612
1200
|
readonly name: string;
|
|
613
|
-
readonly modelValue:
|
|
1201
|
+
readonly modelValue: string | number | boolean;
|
|
614
1202
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
615
1203
|
P: {};
|
|
616
1204
|
B: {};
|
|
@@ -619,49 +1207,105 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
619
1207
|
M: {};
|
|
620
1208
|
Defaults: {};
|
|
621
1209
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
622
|
-
readonly modelValue:
|
|
1210
|
+
readonly modelValue: {
|
|
1211
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1212
|
+
readonly required: false;
|
|
1213
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1214
|
+
__epPropKey: true;
|
|
1215
|
+
} & {
|
|
1216
|
+
readonly default: undefined;
|
|
1217
|
+
};
|
|
623
1218
|
readonly size: {
|
|
624
|
-
readonly type: import("vue").PropType<
|
|
1219
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
625
1220
|
readonly required: false;
|
|
626
1221
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
627
1222
|
__epPropKey: true;
|
|
628
1223
|
};
|
|
629
1224
|
readonly disabled: BooleanConstructor;
|
|
630
|
-
readonly label:
|
|
631
|
-
|
|
632
|
-
|
|
1225
|
+
readonly label: {
|
|
1226
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1227
|
+
readonly required: false;
|
|
1228
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1229
|
+
__epPropKey: true;
|
|
1230
|
+
} & {
|
|
1231
|
+
readonly default: undefined;
|
|
1232
|
+
};
|
|
1233
|
+
readonly value: {
|
|
1234
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1235
|
+
readonly required: false;
|
|
1236
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1237
|
+
__epPropKey: true;
|
|
1238
|
+
} & {
|
|
1239
|
+
readonly default: undefined;
|
|
1240
|
+
};
|
|
1241
|
+
readonly name: {
|
|
1242
|
+
readonly type: import("vue").PropType<string>;
|
|
1243
|
+
readonly required: false;
|
|
1244
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1245
|
+
__epPropKey: true;
|
|
1246
|
+
} & {
|
|
1247
|
+
readonly default: undefined;
|
|
1248
|
+
};
|
|
633
1249
|
}>>, {}, {}, {}, {}, {
|
|
634
|
-
readonly label:
|
|
1250
|
+
readonly label: string | number | boolean;
|
|
635
1251
|
readonly disabled: boolean;
|
|
636
|
-
readonly value:
|
|
1252
|
+
readonly value: string | number | boolean;
|
|
637
1253
|
readonly name: string;
|
|
638
|
-
readonly modelValue:
|
|
1254
|
+
readonly modelValue: string | number | boolean;
|
|
639
1255
|
}>;
|
|
640
1256
|
__isFragment?: never;
|
|
641
1257
|
__isTeleport?: never;
|
|
642
1258
|
__isSuspense?: never;
|
|
643
1259
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
644
|
-
readonly modelValue:
|
|
1260
|
+
readonly modelValue: {
|
|
1261
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1262
|
+
readonly required: false;
|
|
1263
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1264
|
+
__epPropKey: true;
|
|
1265
|
+
} & {
|
|
1266
|
+
readonly default: undefined;
|
|
1267
|
+
};
|
|
645
1268
|
readonly size: {
|
|
646
|
-
readonly type: import("vue").PropType<
|
|
1269
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
647
1270
|
readonly required: false;
|
|
648
1271
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
649
1272
|
__epPropKey: true;
|
|
650
1273
|
};
|
|
651
1274
|
readonly disabled: BooleanConstructor;
|
|
652
|
-
readonly label:
|
|
653
|
-
|
|
654
|
-
|
|
1275
|
+
readonly label: {
|
|
1276
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1277
|
+
readonly required: false;
|
|
1278
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1279
|
+
__epPropKey: true;
|
|
1280
|
+
} & {
|
|
1281
|
+
readonly default: undefined;
|
|
1282
|
+
};
|
|
1283
|
+
readonly value: {
|
|
1284
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
1285
|
+
readonly required: false;
|
|
1286
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1287
|
+
__epPropKey: true;
|
|
1288
|
+
} & {
|
|
1289
|
+
readonly default: undefined;
|
|
1290
|
+
};
|
|
1291
|
+
readonly name: {
|
|
1292
|
+
readonly type: import("vue").PropType<string>;
|
|
1293
|
+
readonly required: false;
|
|
1294
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1295
|
+
__epPropKey: true;
|
|
1296
|
+
} & {
|
|
1297
|
+
readonly default: undefined;
|
|
1298
|
+
};
|
|
655
1299
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
656
|
-
readonly label:
|
|
1300
|
+
readonly label: string | number | boolean;
|
|
657
1301
|
readonly disabled: boolean;
|
|
658
|
-
readonly value:
|
|
1302
|
+
readonly value: string | number | boolean;
|
|
659
1303
|
readonly name: string;
|
|
660
|
-
readonly modelValue:
|
|
1304
|
+
readonly modelValue: string | number | boolean;
|
|
661
1305
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
662
1306
|
$slots: {
|
|
663
1307
|
default?(_: {}): any;
|
|
664
1308
|
};
|
|
665
|
-
})
|
|
1309
|
+
}) & import("vue").Plugin;
|
|
666
1310
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
667
1311
|
export default _default;
|