@vunk/form 2.10.0 → 2.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/api-tables-select/index.cjs +37 -36
- package/components/api-tables-select/index.mjs +37 -36
- package/components/api-tables-select/src/ctx.d.ts +48 -13
- package/components/api-tables-select/src/index.vue.d.ts +568 -80
- package/components/button/src/ctx.d.ts +101 -17
- package/components/button/src/index.vue.d.ts +437 -101
- package/components/card-input-collection/index.cjs +67 -70
- package/components/card-input-collection/index.mjs +68 -71
- package/components/card-input-collection/src/ctx.d.ts +43 -8
- package/components/card-input-collection/src/index.vue.d.ts +718 -226
- package/components/cascader/src/ctx.d.ts +192 -46
- package/components/cascader/src/index.vue.d.ts +393 -118
- package/components/checkbox/index.cjs +2 -3
- package/components/checkbox/index.mjs +2 -3
- package/components/checkbox/src/ctx.d.ts +65 -13
- package/components/checkbox/src/index.vue.d.ts +339 -115
- package/components/color-picker/src/ctx.d.ts +76 -13
- package/components/color-picker/src/index.vue.d.ts +160 -34
- package/components/date-picker/src/ctx.d.ts +185 -36
- package/components/date-picker/src/index.vue.d.ts +974 -202
- package/components/date-picker-range/src/ctx.d.ts +168 -35
- package/components/date-picker-range/src/index.vue.d.ts +347 -82
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/ctx.d.ts +43 -8
- package/components/download-plus/src/index.vue.d.ts +618 -165
- package/components/editable-text/index.cjs +29 -15
- package/components/editable-text/index.mjs +29 -15
- package/components/editable-text/src/ctx.d.ts +51 -8
- package/components/editable-text/src/index.vue.d.ts +2827 -251
- package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
- package/components/esri-input-geojson/src/ctx.d.ts +133 -32
- package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
- package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
- package/components/form/src/ctx.d.ts +59 -11
- package/components/form/src/index.vue.d.ts +3456 -186
- package/components/form-item/src/ctx.d.ts +45 -10
- package/components/form-item/src/index.vue.d.ts +484 -141
- package/components/information-collection/src/ctx.d.ts +45 -10
- package/components/information-collection/src/index.vue.d.ts +96 -26
- package/components/information-tag/src/ctx.d.ts +17 -3
- package/components/information-tag/src/index.vue.d.ts +38 -10
- package/components/input/src/ctx.d.ts +138 -33
- package/components/input/src/index.vue.d.ts +528 -152
- package/components/input-collection/index.cjs +105 -74
- package/components/input-collection/index.mjs +107 -76
- package/components/input-collection/src/ctx.d.ts +43 -8
- package/components/input-collection/src/index.vue.d.ts +756 -793
- package/components/input-link/src/ctx.d.ts +103 -25
- package/components/input-link/src/index.vue.d.ts +219 -63
- package/components/input-number/src/ctx.d.ts +123 -21
- package/components/input-number/src/index.vue.d.ts +468 -93
- package/components/input-tag/src/ctx.d.ts +141 -25
- package/components/input-tag/src/index.vue.d.ts +566 -126
- package/components/monaco-editor/src/ctx.d.ts +43 -8
- package/components/monaco-editor/src/index.vue.d.ts +91 -21
- package/components/radio/index.cjs +2 -3
- package/components/radio/index.mjs +2 -3
- package/components/radio/src/ctx.d.ts +84 -14
- package/components/radio/src/index.vue.d.ts +812 -168
- package/components/select/src/ctx.d.ts +63 -13
- package/components/select/src/index.vue.d.ts +549 -108
- package/components/slider/src/ctx.d.ts +170 -54
- package/components/slider/src/index.vue.d.ts +362 -137
- package/components/switch/src/ctx.d.ts +105 -21
- package/components/switch/src/index.vue.d.ts +453 -117
- package/components/tables-select/src/ctx.d.ts +72 -9
- package/components/tables-select/src/index.vue.d.ts +386 -82
- package/components/templates-element-plus/src/index.vue.d.ts +187 -40
- package/components/templates-layout/src/index.vue.d.ts +337 -64
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +183 -89
- package/components/upload/src/file.vue.d.ts +269 -83
- package/components/upload/src/index.vue.d.ts +1246 -632
- package/components/upload-plus/index.cjs +79 -86
- package/components/upload-plus/index.mjs +79 -86
- package/components/upload-plus/src/ctx.d.ts +43 -8
- package/components/upload-plus/src/index.vue.d.ts +1008 -283
- package/components/van-cascader/src/ctx.d.ts +181 -44
- package/components/van-cascader/src/index.vue.d.ts +1532 -324
- package/components/var-datetime-picker/src/ctx.d.ts +43 -8
- package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
- package/components/vditor/src/ctx.d.ts +43 -8
- package/components/vditor/src/index.vue.d.ts +91 -21
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +111 -30
- package/shared/element-plus/instances.d.ts +140 -28
|
@@ -21,16 +21,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
min: NumberConstructor;
|
|
22
22
|
max: NumberConstructor;
|
|
23
23
|
size: {
|
|
24
|
-
readonly type: import("vue").PropType<
|
|
24
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
25
25
|
readonly required: false;
|
|
26
26
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
27
|
__epPropKey: true;
|
|
28
28
|
};
|
|
29
29
|
fill: StringConstructor;
|
|
30
30
|
textColor: StringConstructor;
|
|
31
|
-
tag:
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
tag: {
|
|
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: "div";
|
|
38
|
+
};
|
|
39
|
+
validateEvent: {
|
|
40
|
+
readonly type: import("vue").PropType<boolean>;
|
|
41
|
+
readonly required: false;
|
|
42
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
|
+
__epPropKey: true;
|
|
44
|
+
} & {
|
|
45
|
+
readonly default: true;
|
|
46
|
+
};
|
|
47
|
+
required: {
|
|
48
|
+
readonly type: import("vue").PropType<boolean>;
|
|
49
|
+
readonly required: false;
|
|
50
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
|
+
__epPropKey: true;
|
|
52
|
+
} & {
|
|
53
|
+
readonly default: undefined;
|
|
54
|
+
};
|
|
34
55
|
formItemSize: {
|
|
35
56
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
36
57
|
default: "default" | "small" | "large";
|
|
@@ -65,41 +86,69 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
65
86
|
default: boolean;
|
|
66
87
|
};
|
|
67
88
|
label: StringConstructor;
|
|
68
|
-
labelWidth:
|
|
69
|
-
|
|
89
|
+
labelWidth: {
|
|
90
|
+
readonly type: import("vue").PropType<string | number>;
|
|
91
|
+
readonly required: false;
|
|
92
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
|
+
__epPropKey: true;
|
|
94
|
+
} & {
|
|
95
|
+
readonly default: "";
|
|
96
|
+
};
|
|
97
|
+
labelPosition: {
|
|
98
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
99
|
+
readonly required: false;
|
|
100
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
101
|
+
__epPropKey: true;
|
|
102
|
+
} & {
|
|
103
|
+
readonly default: "";
|
|
104
|
+
};
|
|
70
105
|
prop: {
|
|
71
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
106
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
72
107
|
readonly required: false;
|
|
73
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
109
|
__epPropKey: true;
|
|
75
110
|
};
|
|
76
111
|
rules: {
|
|
77
|
-
readonly type: import("vue").PropType<
|
|
112
|
+
readonly type: import("vue").PropType<unknown>;
|
|
78
113
|
readonly required: false;
|
|
79
114
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
115
|
__epPropKey: true;
|
|
81
116
|
};
|
|
82
117
|
error: StringConstructor;
|
|
83
118
|
validateStatus: {
|
|
84
|
-
readonly type: import("vue").PropType<
|
|
119
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
85
120
|
readonly required: false;
|
|
86
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
122
|
__epPropKey: true;
|
|
88
123
|
};
|
|
89
124
|
for: StringConstructor;
|
|
90
|
-
inlineMessage:
|
|
91
|
-
|
|
125
|
+
inlineMessage: {
|
|
126
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
127
|
+
readonly required: false;
|
|
128
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
|
+
__epPropKey: true;
|
|
130
|
+
} & {
|
|
131
|
+
readonly default: "";
|
|
132
|
+
};
|
|
133
|
+
showMessage: {
|
|
134
|
+
readonly type: import("vue").PropType<boolean>;
|
|
135
|
+
readonly required: false;
|
|
136
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
137
|
+
__epPropKey: true;
|
|
138
|
+
} & {
|
|
139
|
+
readonly default: true;
|
|
140
|
+
};
|
|
92
141
|
}>, {
|
|
93
142
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
94
143
|
coreBindProps: import("vue").ComputedRef<{
|
|
95
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
96
144
|
fill: string;
|
|
145
|
+
size: "" | "default" | "small" | "large";
|
|
97
146
|
ariaLabel: string;
|
|
98
147
|
modelValue: (string | number)[];
|
|
99
148
|
tag: string;
|
|
100
149
|
min: number;
|
|
101
150
|
max: number;
|
|
102
|
-
validateEvent:
|
|
151
|
+
validateEvent: boolean;
|
|
103
152
|
textColor: string;
|
|
104
153
|
}>;
|
|
105
154
|
coreOnEmits: {};
|
|
@@ -131,16 +180,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
131
180
|
min: NumberConstructor;
|
|
132
181
|
max: NumberConstructor;
|
|
133
182
|
size: {
|
|
134
|
-
readonly type: import("vue").PropType<
|
|
183
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
135
184
|
readonly required: false;
|
|
136
185
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
137
186
|
__epPropKey: true;
|
|
138
187
|
};
|
|
139
188
|
fill: StringConstructor;
|
|
140
189
|
textColor: StringConstructor;
|
|
141
|
-
tag:
|
|
142
|
-
|
|
143
|
-
|
|
190
|
+
tag: {
|
|
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: "div";
|
|
197
|
+
};
|
|
198
|
+
validateEvent: {
|
|
199
|
+
readonly type: import("vue").PropType<boolean>;
|
|
200
|
+
readonly required: false;
|
|
201
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
202
|
+
__epPropKey: true;
|
|
203
|
+
} & {
|
|
204
|
+
readonly default: true;
|
|
205
|
+
};
|
|
206
|
+
required: {
|
|
207
|
+
readonly type: import("vue").PropType<boolean>;
|
|
208
|
+
readonly required: false;
|
|
209
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
210
|
+
__epPropKey: true;
|
|
211
|
+
} & {
|
|
212
|
+
readonly default: undefined;
|
|
213
|
+
};
|
|
144
214
|
formItemSize: {
|
|
145
215
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
146
216
|
default: "default" | "small" | "large";
|
|
@@ -175,36 +245,64 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
175
245
|
default: boolean;
|
|
176
246
|
};
|
|
177
247
|
label: StringConstructor;
|
|
178
|
-
labelWidth:
|
|
179
|
-
|
|
248
|
+
labelWidth: {
|
|
249
|
+
readonly type: import("vue").PropType<string | number>;
|
|
250
|
+
readonly required: false;
|
|
251
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
252
|
+
__epPropKey: true;
|
|
253
|
+
} & {
|
|
254
|
+
readonly default: "";
|
|
255
|
+
};
|
|
256
|
+
labelPosition: {
|
|
257
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
258
|
+
readonly required: false;
|
|
259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
+
__epPropKey: true;
|
|
261
|
+
} & {
|
|
262
|
+
readonly default: "";
|
|
263
|
+
};
|
|
180
264
|
prop: {
|
|
181
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
265
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
182
266
|
readonly required: false;
|
|
183
267
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
184
268
|
__epPropKey: true;
|
|
185
269
|
};
|
|
186
270
|
rules: {
|
|
187
|
-
readonly type: import("vue").PropType<
|
|
271
|
+
readonly type: import("vue").PropType<unknown>;
|
|
188
272
|
readonly required: false;
|
|
189
273
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
190
274
|
__epPropKey: true;
|
|
191
275
|
};
|
|
192
276
|
error: StringConstructor;
|
|
193
277
|
validateStatus: {
|
|
194
|
-
readonly type: import("vue").PropType<
|
|
278
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
195
279
|
readonly required: false;
|
|
196
280
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
281
|
__epPropKey: true;
|
|
198
282
|
};
|
|
199
283
|
for: StringConstructor;
|
|
200
|
-
inlineMessage:
|
|
201
|
-
|
|
284
|
+
inlineMessage: {
|
|
285
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
286
|
+
readonly required: false;
|
|
287
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
288
|
+
__epPropKey: true;
|
|
289
|
+
} & {
|
|
290
|
+
readonly default: "";
|
|
291
|
+
};
|
|
292
|
+
showMessage: {
|
|
293
|
+
readonly type: import("vue").PropType<boolean>;
|
|
294
|
+
readonly required: false;
|
|
295
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
|
+
__epPropKey: true;
|
|
297
|
+
} & {
|
|
298
|
+
readonly default: true;
|
|
299
|
+
};
|
|
202
300
|
}>> & Readonly<{
|
|
203
301
|
"onUpdate:modelValue"?: (val: import("element-plus").CheckboxGroupValueType) => any;
|
|
204
302
|
onChange?: (val: import("element-plus").CheckboxValueType[]) => any;
|
|
205
303
|
}>, {
|
|
206
304
|
type: "default" | "button";
|
|
207
|
-
required:
|
|
305
|
+
required: boolean;
|
|
208
306
|
formItemSize: "default" | "small" | "large";
|
|
209
307
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
210
308
|
inline: boolean;
|
|
@@ -213,15 +311,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
311
|
formItemTipClass: any;
|
|
214
312
|
labelTip: string;
|
|
215
313
|
information: boolean;
|
|
216
|
-
labelWidth:
|
|
217
|
-
labelPosition:
|
|
218
|
-
inlineMessage:
|
|
219
|
-
showMessage:
|
|
314
|
+
labelWidth: string | number;
|
|
315
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
316
|
+
inlineMessage: string | boolean;
|
|
317
|
+
showMessage: boolean;
|
|
220
318
|
disabled: boolean;
|
|
221
319
|
modelValue: (string | number)[];
|
|
222
320
|
tag: string;
|
|
223
321
|
options: CheckboxProps[];
|
|
224
|
-
validateEvent:
|
|
322
|
+
validateEvent: boolean;
|
|
225
323
|
defaultModelValue: any[];
|
|
226
324
|
}, {}, {
|
|
227
325
|
VkfFormItem: {
|
|
@@ -235,7 +333,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
235
333
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
236
334
|
install(app: import("vue").App): void;
|
|
237
335
|
};
|
|
238
|
-
ElCheckbox:
|
|
336
|
+
ElCheckbox: ({
|
|
239
337
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
240
338
|
ariaControls: StringConstructor;
|
|
241
339
|
modelValue: {
|
|
@@ -279,7 +377,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
279
377
|
};
|
|
280
378
|
border: BooleanConstructor;
|
|
281
379
|
size: {
|
|
282
|
-
readonly type: import("vue").PropType<
|
|
380
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
283
381
|
readonly required: false;
|
|
284
382
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
285
383
|
__epPropKey: true;
|
|
@@ -290,11 +388,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
290
388
|
default: boolean;
|
|
291
389
|
};
|
|
292
390
|
}>> & {
|
|
293
|
-
"onUpdate:modelValue"?: ((val: import("element-plus
|
|
294
|
-
onChange?: ((val: import("element-plus
|
|
391
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
392
|
+
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
295
393
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
296
|
-
"update:modelValue": (val: import("element-plus
|
|
297
|
-
change: (val: import("element-plus
|
|
394
|
+
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
395
|
+
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
298
396
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
299
397
|
label: string | number | boolean | Record<string, any>;
|
|
300
398
|
disabled: boolean;
|
|
@@ -360,7 +458,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
360
458
|
};
|
|
361
459
|
border: BooleanConstructor;
|
|
362
460
|
size: {
|
|
363
|
-
readonly type: import("vue").PropType<
|
|
461
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
364
462
|
readonly required: false;
|
|
365
463
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
366
464
|
__epPropKey: true;
|
|
@@ -371,8 +469,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
371
469
|
default: boolean;
|
|
372
470
|
};
|
|
373
471
|
}>> & {
|
|
374
|
-
"onUpdate:modelValue"?: ((val: import("element-plus
|
|
375
|
-
onChange?: ((val: import("element-plus
|
|
472
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
473
|
+
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
376
474
|
}, {}, {}, {}, {}, {
|
|
377
475
|
label: string | number | boolean | Record<string, any>;
|
|
378
476
|
disabled: boolean;
|
|
@@ -435,7 +533,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
435
533
|
};
|
|
436
534
|
border: BooleanConstructor;
|
|
437
535
|
size: {
|
|
438
|
-
readonly type: import("vue").PropType<
|
|
536
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
439
537
|
readonly required: false;
|
|
440
538
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
441
539
|
__epPropKey: true;
|
|
@@ -446,11 +544,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
446
544
|
default: boolean;
|
|
447
545
|
};
|
|
448
546
|
}>> & {
|
|
449
|
-
"onUpdate:modelValue"?: ((val: import("element-plus
|
|
450
|
-
onChange?: ((val: import("element-plus
|
|
547
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
548
|
+
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
451
549
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
452
|
-
"update:modelValue": (val: import("element-plus
|
|
453
|
-
change: (val: import("element-plus
|
|
550
|
+
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
551
|
+
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
454
552
|
}, string, {
|
|
455
553
|
label: string | number | boolean | Record<string, any>;
|
|
456
554
|
disabled: boolean;
|
|
@@ -470,7 +568,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
470
568
|
$slots: {
|
|
471
569
|
default?(_: {}): any;
|
|
472
570
|
};
|
|
473
|
-
})
|
|
571
|
+
}) & import("vue").Plugin) & {
|
|
474
572
|
CheckboxButton: {
|
|
475
573
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
476
574
|
ariaControls: StringConstructor;
|
|
@@ -515,7 +613,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
515
613
|
};
|
|
516
614
|
border: BooleanConstructor;
|
|
517
615
|
size: {
|
|
518
|
-
readonly type: import("vue").PropType<
|
|
616
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
519
617
|
readonly required: false;
|
|
520
618
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
521
619
|
__epPropKey: true;
|
|
@@ -526,11 +624,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
526
624
|
default: boolean;
|
|
527
625
|
};
|
|
528
626
|
}>> & {
|
|
529
|
-
"onUpdate:modelValue"?: ((val: import("element-plus
|
|
530
|
-
onChange?: ((val: import("element-plus
|
|
627
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
628
|
+
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
531
629
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
532
|
-
"update:modelValue": (val: import("element-plus
|
|
533
|
-
change: (val: import("element-plus
|
|
630
|
+
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
631
|
+
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
534
632
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
535
633
|
label: string | number | boolean | Record<string, any>;
|
|
536
634
|
disabled: boolean;
|
|
@@ -596,7 +694,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
596
694
|
};
|
|
597
695
|
border: BooleanConstructor;
|
|
598
696
|
size: {
|
|
599
|
-
readonly type: import("vue").PropType<
|
|
697
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
600
698
|
readonly required: false;
|
|
601
699
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
602
700
|
__epPropKey: true;
|
|
@@ -607,8 +705,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
607
705
|
default: boolean;
|
|
608
706
|
};
|
|
609
707
|
}>> & {
|
|
610
|
-
"onUpdate:modelValue"?: ((val: import("element-plus
|
|
611
|
-
onChange?: ((val: import("element-plus
|
|
708
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
709
|
+
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
612
710
|
}, {}, {}, {}, {}, {
|
|
613
711
|
label: string | number | boolean | Record<string, any>;
|
|
614
712
|
disabled: boolean;
|
|
@@ -671,7 +769,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
671
769
|
};
|
|
672
770
|
border: BooleanConstructor;
|
|
673
771
|
size: {
|
|
674
|
-
readonly type: import("vue").PropType<
|
|
772
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
675
773
|
readonly required: false;
|
|
676
774
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
677
775
|
__epPropKey: true;
|
|
@@ -682,11 +780,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
682
780
|
default: boolean;
|
|
683
781
|
};
|
|
684
782
|
}>> & {
|
|
685
|
-
"onUpdate:modelValue"?: ((val: import("element-plus
|
|
686
|
-
onChange?: ((val: import("element-plus
|
|
783
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
784
|
+
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
687
785
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
688
|
-
"update:modelValue": (val: import("element-plus
|
|
689
|
-
change: (val: import("element-plus
|
|
786
|
+
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
787
|
+
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
690
788
|
}, string, {
|
|
691
789
|
label: string | number | boolean | Record<string, any>;
|
|
692
790
|
disabled: boolean;
|
|
@@ -710,30 +808,51 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
710
808
|
CheckboxGroup: {
|
|
711
809
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
712
810
|
readonly ariaLabel: StringConstructor;
|
|
713
|
-
readonly modelValue:
|
|
811
|
+
readonly modelValue: {
|
|
812
|
+
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
813
|
+
readonly required: false;
|
|
814
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
815
|
+
__epPropKey: true;
|
|
816
|
+
} & {
|
|
817
|
+
readonly default: () => never[];
|
|
818
|
+
};
|
|
714
819
|
readonly disabled: BooleanConstructor;
|
|
715
820
|
readonly min: NumberConstructor;
|
|
716
821
|
readonly max: NumberConstructor;
|
|
717
822
|
readonly size: {
|
|
718
|
-
readonly type: import("vue").PropType<
|
|
823
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
719
824
|
readonly required: false;
|
|
720
825
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
721
826
|
__epPropKey: true;
|
|
722
827
|
};
|
|
723
828
|
readonly fill: StringConstructor;
|
|
724
829
|
readonly textColor: StringConstructor;
|
|
725
|
-
readonly tag:
|
|
726
|
-
|
|
830
|
+
readonly tag: {
|
|
831
|
+
readonly type: import("vue").PropType<string>;
|
|
832
|
+
readonly required: false;
|
|
833
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
834
|
+
__epPropKey: true;
|
|
835
|
+
} & {
|
|
836
|
+
readonly default: "div";
|
|
837
|
+
};
|
|
838
|
+
readonly validateEvent: {
|
|
839
|
+
readonly type: import("vue").PropType<boolean>;
|
|
840
|
+
readonly required: false;
|
|
841
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
842
|
+
__epPropKey: true;
|
|
843
|
+
} & {
|
|
844
|
+
readonly default: true;
|
|
845
|
+
};
|
|
727
846
|
}>> & {
|
|
728
847
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
729
|
-
onChange?: ((val: import("element-plus
|
|
848
|
+
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
730
849
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
731
850
|
"update:modelValue": (val: import("element-plus").CheckboxGroupValueType) => void;
|
|
732
|
-
change: (val: import("element-plus
|
|
851
|
+
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
733
852
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
734
853
|
readonly disabled: boolean;
|
|
735
854
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
736
|
-
readonly validateEvent:
|
|
855
|
+
readonly validateEvent: boolean;
|
|
737
856
|
readonly tag: string;
|
|
738
857
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
739
858
|
P: {};
|
|
@@ -744,27 +863,48 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
744
863
|
Defaults: {};
|
|
745
864
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
746
865
|
readonly ariaLabel: StringConstructor;
|
|
747
|
-
readonly modelValue:
|
|
866
|
+
readonly modelValue: {
|
|
867
|
+
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
868
|
+
readonly required: false;
|
|
869
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
870
|
+
__epPropKey: true;
|
|
871
|
+
} & {
|
|
872
|
+
readonly default: () => never[];
|
|
873
|
+
};
|
|
748
874
|
readonly disabled: BooleanConstructor;
|
|
749
875
|
readonly min: NumberConstructor;
|
|
750
876
|
readonly max: NumberConstructor;
|
|
751
877
|
readonly size: {
|
|
752
|
-
readonly type: import("vue").PropType<
|
|
878
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
753
879
|
readonly required: false;
|
|
754
880
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
755
881
|
__epPropKey: true;
|
|
756
882
|
};
|
|
757
883
|
readonly fill: StringConstructor;
|
|
758
884
|
readonly textColor: StringConstructor;
|
|
759
|
-
readonly tag:
|
|
760
|
-
|
|
885
|
+
readonly tag: {
|
|
886
|
+
readonly type: import("vue").PropType<string>;
|
|
887
|
+
readonly required: false;
|
|
888
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
889
|
+
__epPropKey: true;
|
|
890
|
+
} & {
|
|
891
|
+
readonly default: "div";
|
|
892
|
+
};
|
|
893
|
+
readonly validateEvent: {
|
|
894
|
+
readonly type: import("vue").PropType<boolean>;
|
|
895
|
+
readonly required: false;
|
|
896
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
897
|
+
__epPropKey: true;
|
|
898
|
+
} & {
|
|
899
|
+
readonly default: true;
|
|
900
|
+
};
|
|
761
901
|
}>> & {
|
|
762
902
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
763
|
-
onChange?: ((val: import("element-plus
|
|
903
|
+
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
764
904
|
}, {}, {}, {}, {}, {
|
|
765
905
|
readonly disabled: boolean;
|
|
766
906
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
767
|
-
readonly validateEvent:
|
|
907
|
+
readonly validateEvent: boolean;
|
|
768
908
|
readonly tag: string;
|
|
769
909
|
}>;
|
|
770
910
|
__isFragment?: never;
|
|
@@ -772,30 +912,51 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
772
912
|
__isSuspense?: never;
|
|
773
913
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
774
914
|
readonly ariaLabel: StringConstructor;
|
|
775
|
-
readonly modelValue:
|
|
915
|
+
readonly modelValue: {
|
|
916
|
+
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
917
|
+
readonly required: false;
|
|
918
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
919
|
+
__epPropKey: true;
|
|
920
|
+
} & {
|
|
921
|
+
readonly default: () => never[];
|
|
922
|
+
};
|
|
776
923
|
readonly disabled: BooleanConstructor;
|
|
777
924
|
readonly min: NumberConstructor;
|
|
778
925
|
readonly max: NumberConstructor;
|
|
779
926
|
readonly size: {
|
|
780
|
-
readonly type: import("vue").PropType<
|
|
927
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
781
928
|
readonly required: false;
|
|
782
929
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
783
930
|
__epPropKey: true;
|
|
784
931
|
};
|
|
785
932
|
readonly fill: StringConstructor;
|
|
786
933
|
readonly textColor: StringConstructor;
|
|
787
|
-
readonly tag:
|
|
788
|
-
|
|
934
|
+
readonly tag: {
|
|
935
|
+
readonly type: import("vue").PropType<string>;
|
|
936
|
+
readonly required: false;
|
|
937
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
938
|
+
__epPropKey: true;
|
|
939
|
+
} & {
|
|
940
|
+
readonly default: "div";
|
|
941
|
+
};
|
|
942
|
+
readonly validateEvent: {
|
|
943
|
+
readonly type: import("vue").PropType<boolean>;
|
|
944
|
+
readonly required: false;
|
|
945
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
946
|
+
__epPropKey: true;
|
|
947
|
+
} & {
|
|
948
|
+
readonly default: true;
|
|
949
|
+
};
|
|
789
950
|
}>> & {
|
|
790
951
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
791
|
-
onChange?: ((val: import("element-plus
|
|
952
|
+
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
792
953
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
793
954
|
"update:modelValue": (val: import("element-plus").CheckboxGroupValueType) => void;
|
|
794
|
-
change: (val: import("element-plus
|
|
955
|
+
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
795
956
|
}, string, {
|
|
796
957
|
readonly disabled: boolean;
|
|
797
958
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
798
|
-
readonly validateEvent:
|
|
959
|
+
readonly validateEvent: boolean;
|
|
799
960
|
readonly tag: string;
|
|
800
961
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
801
962
|
$slots: {
|
|
@@ -803,33 +964,54 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
803
964
|
};
|
|
804
965
|
});
|
|
805
966
|
};
|
|
806
|
-
ElCheckboxGroup:
|
|
967
|
+
ElCheckboxGroup: {
|
|
807
968
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
808
969
|
readonly ariaLabel: StringConstructor;
|
|
809
|
-
readonly modelValue:
|
|
970
|
+
readonly modelValue: {
|
|
971
|
+
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
972
|
+
readonly required: false;
|
|
973
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
974
|
+
__epPropKey: true;
|
|
975
|
+
} & {
|
|
976
|
+
readonly default: () => never[];
|
|
977
|
+
};
|
|
810
978
|
readonly disabled: BooleanConstructor;
|
|
811
979
|
readonly min: NumberConstructor;
|
|
812
980
|
readonly max: NumberConstructor;
|
|
813
981
|
readonly size: {
|
|
814
|
-
readonly type: import("vue").PropType<
|
|
982
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
815
983
|
readonly required: false;
|
|
816
984
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
817
985
|
__epPropKey: true;
|
|
818
986
|
};
|
|
819
987
|
readonly fill: StringConstructor;
|
|
820
988
|
readonly textColor: StringConstructor;
|
|
821
|
-
readonly tag:
|
|
822
|
-
|
|
989
|
+
readonly tag: {
|
|
990
|
+
readonly type: import("vue").PropType<string>;
|
|
991
|
+
readonly required: false;
|
|
992
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
993
|
+
__epPropKey: true;
|
|
994
|
+
} & {
|
|
995
|
+
readonly default: "div";
|
|
996
|
+
};
|
|
997
|
+
readonly validateEvent: {
|
|
998
|
+
readonly type: import("vue").PropType<boolean>;
|
|
999
|
+
readonly required: false;
|
|
1000
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1001
|
+
__epPropKey: true;
|
|
1002
|
+
} & {
|
|
1003
|
+
readonly default: true;
|
|
1004
|
+
};
|
|
823
1005
|
}>> & {
|
|
824
1006
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
825
|
-
onChange?: ((val: import("element-plus
|
|
1007
|
+
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
826
1008
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
827
1009
|
"update:modelValue": (val: import("element-plus").CheckboxGroupValueType) => void;
|
|
828
|
-
change: (val: import("element-plus
|
|
1010
|
+
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
829
1011
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
830
1012
|
readonly disabled: boolean;
|
|
831
1013
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
832
|
-
readonly validateEvent:
|
|
1014
|
+
readonly validateEvent: boolean;
|
|
833
1015
|
readonly tag: string;
|
|
834
1016
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
835
1017
|
P: {};
|
|
@@ -840,27 +1022,48 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
840
1022
|
Defaults: {};
|
|
841
1023
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
842
1024
|
readonly ariaLabel: StringConstructor;
|
|
843
|
-
readonly modelValue:
|
|
1025
|
+
readonly modelValue: {
|
|
1026
|
+
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
1027
|
+
readonly required: false;
|
|
1028
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1029
|
+
__epPropKey: true;
|
|
1030
|
+
} & {
|
|
1031
|
+
readonly default: () => never[];
|
|
1032
|
+
};
|
|
844
1033
|
readonly disabled: BooleanConstructor;
|
|
845
1034
|
readonly min: NumberConstructor;
|
|
846
1035
|
readonly max: NumberConstructor;
|
|
847
1036
|
readonly size: {
|
|
848
|
-
readonly type: import("vue").PropType<
|
|
1037
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
849
1038
|
readonly required: false;
|
|
850
1039
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
851
1040
|
__epPropKey: true;
|
|
852
1041
|
};
|
|
853
1042
|
readonly fill: StringConstructor;
|
|
854
1043
|
readonly textColor: StringConstructor;
|
|
855
|
-
readonly tag:
|
|
856
|
-
|
|
1044
|
+
readonly tag: {
|
|
1045
|
+
readonly type: import("vue").PropType<string>;
|
|
1046
|
+
readonly required: false;
|
|
1047
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1048
|
+
__epPropKey: true;
|
|
1049
|
+
} & {
|
|
1050
|
+
readonly default: "div";
|
|
1051
|
+
};
|
|
1052
|
+
readonly validateEvent: {
|
|
1053
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1054
|
+
readonly required: false;
|
|
1055
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1056
|
+
__epPropKey: true;
|
|
1057
|
+
} & {
|
|
1058
|
+
readonly default: true;
|
|
1059
|
+
};
|
|
857
1060
|
}>> & {
|
|
858
1061
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
859
|
-
onChange?: ((val: import("element-plus
|
|
1062
|
+
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
860
1063
|
}, {}, {}, {}, {}, {
|
|
861
1064
|
readonly disabled: boolean;
|
|
862
1065
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
863
|
-
readonly validateEvent:
|
|
1066
|
+
readonly validateEvent: boolean;
|
|
864
1067
|
readonly tag: string;
|
|
865
1068
|
}>;
|
|
866
1069
|
__isFragment?: never;
|
|
@@ -868,37 +1071,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
868
1071
|
__isSuspense?: never;
|
|
869
1072
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
870
1073
|
readonly ariaLabel: StringConstructor;
|
|
871
|
-
readonly modelValue:
|
|
1074
|
+
readonly modelValue: {
|
|
1075
|
+
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
1076
|
+
readonly required: false;
|
|
1077
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1078
|
+
__epPropKey: true;
|
|
1079
|
+
} & {
|
|
1080
|
+
readonly default: () => never[];
|
|
1081
|
+
};
|
|
872
1082
|
readonly disabled: BooleanConstructor;
|
|
873
1083
|
readonly min: NumberConstructor;
|
|
874
1084
|
readonly max: NumberConstructor;
|
|
875
1085
|
readonly size: {
|
|
876
|
-
readonly type: import("vue").PropType<
|
|
1086
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
877
1087
|
readonly required: false;
|
|
878
1088
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
879
1089
|
__epPropKey: true;
|
|
880
1090
|
};
|
|
881
1091
|
readonly fill: StringConstructor;
|
|
882
1092
|
readonly textColor: StringConstructor;
|
|
883
|
-
readonly tag:
|
|
884
|
-
|
|
1093
|
+
readonly tag: {
|
|
1094
|
+
readonly type: import("vue").PropType<string>;
|
|
1095
|
+
readonly required: false;
|
|
1096
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1097
|
+
__epPropKey: true;
|
|
1098
|
+
} & {
|
|
1099
|
+
readonly default: "div";
|
|
1100
|
+
};
|
|
1101
|
+
readonly validateEvent: {
|
|
1102
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1103
|
+
readonly required: false;
|
|
1104
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1105
|
+
__epPropKey: true;
|
|
1106
|
+
} & {
|
|
1107
|
+
readonly default: true;
|
|
1108
|
+
};
|
|
885
1109
|
}>> & {
|
|
886
1110
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
887
|
-
onChange?: ((val: import("element-plus
|
|
1111
|
+
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
888
1112
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
889
1113
|
"update:modelValue": (val: import("element-plus").CheckboxGroupValueType) => void;
|
|
890
|
-
change: (val: import("element-plus
|
|
1114
|
+
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
891
1115
|
}, string, {
|
|
892
1116
|
readonly disabled: boolean;
|
|
893
1117
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
894
|
-
readonly validateEvent:
|
|
1118
|
+
readonly validateEvent: boolean;
|
|
895
1119
|
readonly tag: string;
|
|
896
1120
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
897
1121
|
$slots: {
|
|
898
1122
|
default?(_: {}): any;
|
|
899
1123
|
};
|
|
900
|
-
})
|
|
901
|
-
ElCheckboxButton:
|
|
1124
|
+
}) & import("vue").Plugin;
|
|
1125
|
+
ElCheckboxButton: {
|
|
902
1126
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
903
1127
|
ariaControls: StringConstructor;
|
|
904
1128
|
modelValue: {
|
|
@@ -942,7 +1166,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
942
1166
|
};
|
|
943
1167
|
border: BooleanConstructor;
|
|
944
1168
|
size: {
|
|
945
|
-
readonly type: import("vue").PropType<
|
|
1169
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
946
1170
|
readonly required: false;
|
|
947
1171
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
1172
|
__epPropKey: true;
|
|
@@ -953,11 +1177,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
953
1177
|
default: boolean;
|
|
954
1178
|
};
|
|
955
1179
|
}>> & {
|
|
956
|
-
"onUpdate:modelValue"?: ((val: import("element-plus
|
|
957
|
-
onChange?: ((val: import("element-plus
|
|
1180
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1181
|
+
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
958
1182
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
959
|
-
"update:modelValue": (val: import("element-plus
|
|
960
|
-
change: (val: import("element-plus
|
|
1183
|
+
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
1184
|
+
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
961
1185
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
962
1186
|
label: string | number | boolean | Record<string, any>;
|
|
963
1187
|
disabled: boolean;
|
|
@@ -1023,7 +1247,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1023
1247
|
};
|
|
1024
1248
|
border: BooleanConstructor;
|
|
1025
1249
|
size: {
|
|
1026
|
-
readonly type: import("vue").PropType<
|
|
1250
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1027
1251
|
readonly required: false;
|
|
1028
1252
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1029
1253
|
__epPropKey: true;
|
|
@@ -1034,8 +1258,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1034
1258
|
default: boolean;
|
|
1035
1259
|
};
|
|
1036
1260
|
}>> & {
|
|
1037
|
-
"onUpdate:modelValue"?: ((val: import("element-plus
|
|
1038
|
-
onChange?: ((val: import("element-plus
|
|
1261
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1262
|
+
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1039
1263
|
}, {}, {}, {}, {}, {
|
|
1040
1264
|
label: string | number | boolean | Record<string, any>;
|
|
1041
1265
|
disabled: boolean;
|
|
@@ -1098,7 +1322,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1098
1322
|
};
|
|
1099
1323
|
border: BooleanConstructor;
|
|
1100
1324
|
size: {
|
|
1101
|
-
readonly type: import("vue").PropType<
|
|
1325
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1102
1326
|
readonly required: false;
|
|
1103
1327
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1104
1328
|
__epPropKey: true;
|
|
@@ -1109,11 +1333,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1109
1333
|
default: boolean;
|
|
1110
1334
|
};
|
|
1111
1335
|
}>> & {
|
|
1112
|
-
"onUpdate:modelValue"?: ((val: import("element-plus
|
|
1113
|
-
onChange?: ((val: import("element-plus
|
|
1336
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1337
|
+
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1114
1338
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1115
|
-
"update:modelValue": (val: import("element-plus
|
|
1116
|
-
change: (val: import("element-plus
|
|
1339
|
+
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
1340
|
+
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
1117
1341
|
}, string, {
|
|
1118
1342
|
label: string | number | boolean | Record<string, any>;
|
|
1119
1343
|
disabled: boolean;
|
|
@@ -1133,6 +1357,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1133
1357
|
$slots: {
|
|
1134
1358
|
default?(_: {}): any;
|
|
1135
1359
|
};
|
|
1136
|
-
})
|
|
1360
|
+
}) & import("vue").Plugin;
|
|
1137
1361
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1138
1362
|
export default _default;
|