vft 0.0.243 → 0.0.244
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/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/autocomplete/autocomplete.vue.d.ts +4 -4
- package/es/components/autocomplete/index.d.ts +12 -12
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/button/button.vue.d.ts +2 -2
- package/es/components/button/index.d.ts +24 -24
- package/es/components/button/use-button.d.ts +2 -2
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/index.d.ts +15 -15
- package/es/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
- package/es/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +51 -51
- package/es/components/col/col.vue.d.ts +1 -1
- package/es/components/col/index.d.ts +9 -9
- package/es/components/color-picker/index.d.ts +8 -8
- package/es/components/date-picker/date-picker.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +6 -6
- package/es/components/date-picker/props/date-picker.d.ts +1 -1
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/form/form-item.vue.d.ts +2 -2
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/index.d.ts +48 -48
- package/es/components/input/index.d.ts +3 -3
- package/es/components/input/input.vue2.js +4 -4
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/radio/index.d.ts +48 -48
- package/es/components/radio/radio.vue.d.ts +1 -1
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/es/components/select/useSelect.d.ts +5 -5
- package/es/components/slider/index.d.ts +4 -4
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/switch/index.d.ts +15 -15
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/tabs/index.d.ts +3 -3
- package/es/components/tabs/tab-pane.vue2.js +37 -35
- package/es/components/tabs/tabs.vue.d.ts +1 -1
- package/es/components/tabs/tabs.vue2.js +61 -61
- package/es/components/time-picker/common/picker.vue.d.ts +3 -3
- package/es/components/time-picker/common/props.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +6 -6
- package/es/components/time-picker/time-picker.d.ts +3 -3
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/tree/tree-node.vue.d.ts +36 -36
- package/es/components/upload/index.d.ts +9 -9
- package/es/hooks/use-ordered-children/index.js +25 -25
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/hooks/use-size/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/autocomplete/autocomplete.vue.d.ts +4 -4
- package/lib/components/autocomplete/index.d.ts +12 -12
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/button/button.vue.d.ts +2 -2
- package/lib/components/button/index.d.ts +24 -24
- package/lib/components/button/use-button.d.ts +2 -2
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/index.d.ts +15 -15
- package/lib/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
- package/lib/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +51 -51
- package/lib/components/col/col.vue.d.ts +1 -1
- package/lib/components/col/index.d.ts +9 -9
- package/lib/components/color-picker/index.d.ts +8 -8
- package/lib/components/date-picker/date-picker.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +6 -6
- package/lib/components/date-picker/props/date-picker.d.ts +1 -1
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/form/form-item.vue.d.ts +2 -2
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/index.d.ts +48 -48
- package/lib/components/input/index.d.ts +3 -3
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/radio/index.d.ts +48 -48
- package/lib/components/radio/radio.vue.d.ts +1 -1
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/lib/components/select/useSelect.d.ts +5 -5
- package/lib/components/slider/index.d.ts +4 -4
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/switch/index.d.ts +15 -15
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/tabs/index.d.ts +3 -3
- package/lib/components/tabs/tab-pane.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +1 -1
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +3 -3
- package/lib/components/time-picker/common/props.d.ts +1 -1
- package/lib/components/time-picker/index.d.ts +6 -6
- package/lib/components/time-picker/time-picker.d.ts +3 -3
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/tree/tree-node.vue.d.ts +36 -36
- package/lib/components/upload/index.d.ts +9 -9
- package/lib/hooks/use-ordered-children/index.cjs +1 -1
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/hooks/use-size/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
|
@@ -4,7 +4,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
type: import("vue").PropType<boolean>;
|
|
5
5
|
};
|
|
6
6
|
size: {
|
|
7
|
-
type: import("vue").PropType<"" | "
|
|
7
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
8
8
|
};
|
|
9
9
|
disabled: {
|
|
10
10
|
type: import("vue").PropType<boolean>;
|
|
@@ -22,8 +22,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
22
22
|
type: import("vue").PropType<string>;
|
|
23
23
|
};
|
|
24
24
|
}>> & Readonly<{
|
|
25
|
-
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
26
25
|
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
26
|
+
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
27
27
|
"onUpdate:modelValue"?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
28
28
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
29
|
click: (data: import("./types").RadioProps) => void;
|
|
@@ -41,7 +41,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
41
41
|
type: import("vue").PropType<boolean>;
|
|
42
42
|
};
|
|
43
43
|
size: {
|
|
44
|
-
type: import("vue").PropType<"" | "
|
|
44
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
45
45
|
};
|
|
46
46
|
disabled: {
|
|
47
47
|
type: import("vue").PropType<boolean>;
|
|
@@ -59,8 +59,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
59
59
|
type: import("vue").PropType<string>;
|
|
60
60
|
};
|
|
61
61
|
}>> & Readonly<{
|
|
62
|
-
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
63
62
|
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
63
|
+
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
64
64
|
"onUpdate:modelValue"?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
65
65
|
}>, {}, {}, {}, {}, {}>;
|
|
66
66
|
__isFragment?: never;
|
|
@@ -71,7 +71,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
71
71
|
type: import("vue").PropType<boolean>;
|
|
72
72
|
};
|
|
73
73
|
size: {
|
|
74
|
-
type: import("vue").PropType<"" | "
|
|
74
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
75
75
|
};
|
|
76
76
|
disabled: {
|
|
77
77
|
type: import("vue").PropType<boolean>;
|
|
@@ -89,8 +89,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
89
89
|
type: import("vue").PropType<string>;
|
|
90
90
|
};
|
|
91
91
|
}>> & Readonly<{
|
|
92
|
-
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
93
92
|
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
93
|
+
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
94
94
|
"onUpdate:modelValue"?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
95
95
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
96
96
|
click: (data: import("./types").RadioProps) => void;
|
|
@@ -104,7 +104,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
104
104
|
RadioButton: {
|
|
105
105
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
106
106
|
size: {
|
|
107
|
-
type: import("vue").PropType<"" | "
|
|
107
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
108
108
|
};
|
|
109
109
|
disabled: {
|
|
110
110
|
type: import("vue").PropType<boolean>;
|
|
@@ -137,7 +137,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
137
137
|
Defaults: {};
|
|
138
138
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
139
139
|
size: {
|
|
140
|
-
type: import("vue").PropType<"" | "
|
|
140
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
141
141
|
};
|
|
142
142
|
disabled: {
|
|
143
143
|
type: import("vue").PropType<boolean>;
|
|
@@ -165,7 +165,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
165
165
|
__isSuspense?: never;
|
|
166
166
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
167
167
|
size: {
|
|
168
|
-
type: import("vue").PropType<"" | "
|
|
168
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
169
169
|
};
|
|
170
170
|
disabled: {
|
|
171
171
|
type: import("vue").PropType<boolean>;
|
|
@@ -196,10 +196,13 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
196
196
|
});
|
|
197
197
|
RadioGroup: {
|
|
198
198
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
199
|
-
|
|
199
|
+
label: {
|
|
200
200
|
type: import("vue").PropType<string>;
|
|
201
201
|
};
|
|
202
|
-
|
|
202
|
+
disabled: {
|
|
203
|
+
type: import("vue").PropType<boolean>;
|
|
204
|
+
};
|
|
205
|
+
fill: {
|
|
203
206
|
type: import("vue").PropType<string>;
|
|
204
207
|
};
|
|
205
208
|
name: {
|
|
@@ -208,11 +211,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
208
211
|
id: {
|
|
209
212
|
type: import("vue").PropType<string>;
|
|
210
213
|
};
|
|
211
|
-
disabled: {
|
|
212
|
-
type: import("vue").PropType<boolean>;
|
|
213
|
-
};
|
|
214
214
|
size: {
|
|
215
|
-
type: import("vue").PropType<"" | "
|
|
215
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
216
216
|
};
|
|
217
217
|
modelValue: {
|
|
218
218
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -246,10 +246,13 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
246
246
|
M: {};
|
|
247
247
|
Defaults: {};
|
|
248
248
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
249
|
-
|
|
249
|
+
label: {
|
|
250
250
|
type: import("vue").PropType<string>;
|
|
251
251
|
};
|
|
252
|
-
|
|
252
|
+
disabled: {
|
|
253
|
+
type: import("vue").PropType<boolean>;
|
|
254
|
+
};
|
|
255
|
+
fill: {
|
|
253
256
|
type: import("vue").PropType<string>;
|
|
254
257
|
};
|
|
255
258
|
name: {
|
|
@@ -258,11 +261,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
258
261
|
id: {
|
|
259
262
|
type: import("vue").PropType<string>;
|
|
260
263
|
};
|
|
261
|
-
disabled: {
|
|
262
|
-
type: import("vue").PropType<boolean>;
|
|
263
|
-
};
|
|
264
264
|
size: {
|
|
265
|
-
type: import("vue").PropType<"" | "
|
|
265
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
266
266
|
};
|
|
267
267
|
modelValue: {
|
|
268
268
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -290,10 +290,13 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
290
290
|
__isTeleport?: never;
|
|
291
291
|
__isSuspense?: never;
|
|
292
292
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
293
|
-
|
|
293
|
+
label: {
|
|
294
294
|
type: import("vue").PropType<string>;
|
|
295
295
|
};
|
|
296
|
-
|
|
296
|
+
disabled: {
|
|
297
|
+
type: import("vue").PropType<boolean>;
|
|
298
|
+
};
|
|
299
|
+
fill: {
|
|
297
300
|
type: import("vue").PropType<string>;
|
|
298
301
|
};
|
|
299
302
|
name: {
|
|
@@ -302,11 +305,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
302
305
|
id: {
|
|
303
306
|
type: import("vue").PropType<string>;
|
|
304
307
|
};
|
|
305
|
-
disabled: {
|
|
306
|
-
type: import("vue").PropType<boolean>;
|
|
307
|
-
};
|
|
308
308
|
size: {
|
|
309
|
-
type: import("vue").PropType<"" | "
|
|
309
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
310
310
|
};
|
|
311
311
|
modelValue: {
|
|
312
312
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -340,10 +340,13 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
340
340
|
};
|
|
341
341
|
export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
342
342
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
343
|
-
|
|
343
|
+
label: {
|
|
344
344
|
type: import("vue").PropType<string>;
|
|
345
345
|
};
|
|
346
|
-
|
|
346
|
+
disabled: {
|
|
347
|
+
type: import("vue").PropType<boolean>;
|
|
348
|
+
};
|
|
349
|
+
fill: {
|
|
347
350
|
type: import("vue").PropType<string>;
|
|
348
351
|
};
|
|
349
352
|
name: {
|
|
@@ -352,11 +355,8 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
352
355
|
id: {
|
|
353
356
|
type: import("vue").PropType<string>;
|
|
354
357
|
};
|
|
355
|
-
disabled: {
|
|
356
|
-
type: import("vue").PropType<boolean>;
|
|
357
|
-
};
|
|
358
358
|
size: {
|
|
359
|
-
type: import("vue").PropType<"" | "
|
|
359
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
360
360
|
};
|
|
361
361
|
modelValue: {
|
|
362
362
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -390,10 +390,13 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
390
390
|
M: {};
|
|
391
391
|
Defaults: {};
|
|
392
392
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
393
|
-
|
|
393
|
+
label: {
|
|
394
394
|
type: import("vue").PropType<string>;
|
|
395
395
|
};
|
|
396
|
-
|
|
396
|
+
disabled: {
|
|
397
|
+
type: import("vue").PropType<boolean>;
|
|
398
|
+
};
|
|
399
|
+
fill: {
|
|
397
400
|
type: import("vue").PropType<string>;
|
|
398
401
|
};
|
|
399
402
|
name: {
|
|
@@ -402,11 +405,8 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
402
405
|
id: {
|
|
403
406
|
type: import("vue").PropType<string>;
|
|
404
407
|
};
|
|
405
|
-
disabled: {
|
|
406
|
-
type: import("vue").PropType<boolean>;
|
|
407
|
-
};
|
|
408
408
|
size: {
|
|
409
|
-
type: import("vue").PropType<"" | "
|
|
409
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
410
410
|
};
|
|
411
411
|
modelValue: {
|
|
412
412
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -434,10 +434,13 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
434
434
|
__isTeleport?: never;
|
|
435
435
|
__isSuspense?: never;
|
|
436
436
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
437
|
-
|
|
437
|
+
label: {
|
|
438
438
|
type: import("vue").PropType<string>;
|
|
439
439
|
};
|
|
440
|
-
|
|
440
|
+
disabled: {
|
|
441
|
+
type: import("vue").PropType<boolean>;
|
|
442
|
+
};
|
|
443
|
+
fill: {
|
|
441
444
|
type: import("vue").PropType<string>;
|
|
442
445
|
};
|
|
443
446
|
name: {
|
|
@@ -446,11 +449,8 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
446
449
|
id: {
|
|
447
450
|
type: import("vue").PropType<string>;
|
|
448
451
|
};
|
|
449
|
-
disabled: {
|
|
450
|
-
type: import("vue").PropType<boolean>;
|
|
451
|
-
};
|
|
452
452
|
size: {
|
|
453
|
-
type: import("vue").PropType<"" | "
|
|
453
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
454
454
|
};
|
|
455
455
|
modelValue: {
|
|
456
456
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -484,7 +484,7 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
484
484
|
export declare const VftRadioButton: import("vft/es/utils").SFCWithInstall<{
|
|
485
485
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
486
486
|
size: {
|
|
487
|
-
type: import("vue").PropType<"" | "
|
|
487
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
488
488
|
};
|
|
489
489
|
disabled: {
|
|
490
490
|
type: import("vue").PropType<boolean>;
|
|
@@ -517,7 +517,7 @@ export declare const VftRadioButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
517
517
|
Defaults: {};
|
|
518
518
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
519
519
|
size: {
|
|
520
|
-
type: import("vue").PropType<"" | "
|
|
520
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
521
521
|
};
|
|
522
522
|
disabled: {
|
|
523
523
|
type: import("vue").PropType<boolean>;
|
|
@@ -545,7 +545,7 @@ export declare const VftRadioButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
545
545
|
__isSuspense?: never;
|
|
546
546
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
547
547
|
size: {
|
|
548
|
-
type: import("vue").PropType<"" | "
|
|
548
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
549
549
|
};
|
|
550
550
|
disabled: {
|
|
551
551
|
type: import("vue").PropType<boolean>;
|
|
@@ -7,8 +7,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
7
7
|
change: (data: string | number | boolean | undefined) => void;
|
|
8
8
|
"update:modelValue": (data: string | number | boolean | undefined) => void;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<RadioProps>>> & Readonly<{
|
|
10
|
-
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
11
10
|
onClick?: ((data: RadioProps) => any) | undefined;
|
|
11
|
+
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
12
12
|
"onUpdate:modelValue"?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
13
13
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -4,7 +4,7 @@ export declare const useRadio: (props: RadioProps | RadioButtonProps, emit?: Rad
|
|
|
4
4
|
isGroup: import("vue").ComputedRef<boolean>;
|
|
5
5
|
radioGroup: import("./constants").RadioGroupContext | undefined;
|
|
6
6
|
focus: import("vue").Ref<boolean, boolean>;
|
|
7
|
-
size: import("vue").ComputedRef<"" | "
|
|
7
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
8
8
|
disabled: import("vue").ComputedRef<boolean>;
|
|
9
9
|
tabIndex: import("vue").ComputedRef<0 | -1>;
|
|
10
10
|
modelValue: import("vue").WritableComputedRef<string | number | boolean | undefined, string | number | boolean | undefined>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
style: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[];
|
|
4
4
|
};
|
|
5
5
|
currentTabId: {
|
|
6
6
|
type: StringConstructor;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
onMousedown: FunctionConstructor;
|
|
21
21
|
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("currentTabIdChange" | "entryFocus")[], "currentTabIdChange" | "entryFocus", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
style: {
|
|
23
|
-
type: (
|
|
23
|
+
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[];
|
|
24
24
|
};
|
|
25
25
|
currentTabId: {
|
|
26
26
|
type: StringConstructor;
|
|
@@ -18,7 +18,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
18
18
|
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
19
19
|
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
20
20
|
selectDisabled: import("vue").ComputedRef<boolean | undefined>;
|
|
21
|
-
selectSize: import("vue").ComputedRef<"" | "
|
|
21
|
+
selectSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
22
22
|
showClearBtn: import("vue").ComputedRef<boolean>;
|
|
23
23
|
states: {
|
|
24
24
|
inputValue: string;
|
|
@@ -101,12 +101,13 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
101
101
|
$data: {};
|
|
102
102
|
$props: Partial<{}> & Omit<{
|
|
103
103
|
readonly style?: string | false | CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
104
|
+
readonly disabled?: boolean | undefined;
|
|
104
105
|
readonly content?: string | undefined;
|
|
105
106
|
readonly zIndex?: number | undefined;
|
|
106
107
|
readonly offset?: number | undefined;
|
|
107
108
|
readonly transition?: string | undefined;
|
|
108
|
-
readonly onBlur?: Function | undefined;
|
|
109
109
|
readonly onClick?: Function | undefined;
|
|
110
|
+
readonly onBlur?: Function | undefined;
|
|
110
111
|
readonly onContextmenu?: Function | undefined;
|
|
111
112
|
readonly onFocus?: Function | undefined;
|
|
112
113
|
readonly onKeydown?: Function | undefined;
|
|
@@ -116,7 +117,6 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
116
117
|
readonly id?: string | undefined;
|
|
117
118
|
readonly ariaLabel?: string | undefined;
|
|
118
119
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
119
|
-
readonly disabled?: boolean | undefined;
|
|
120
120
|
readonly showAfter?: number | undefined;
|
|
121
121
|
readonly hideAfter?: number | undefined;
|
|
122
122
|
readonly open?: boolean | undefined;
|
|
@@ -519,12 +519,13 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
519
519
|
$data: {};
|
|
520
520
|
$props: Partial<{}> & Omit<{
|
|
521
521
|
readonly style?: string | false | CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
522
|
+
readonly disabled?: boolean | undefined;
|
|
522
523
|
readonly content?: string | undefined;
|
|
523
524
|
readonly zIndex?: number | undefined;
|
|
524
525
|
readonly offset?: number | undefined;
|
|
525
526
|
readonly transition?: string | undefined;
|
|
526
|
-
readonly onBlur?: Function | undefined;
|
|
527
527
|
readonly onClick?: Function | undefined;
|
|
528
|
+
readonly onBlur?: Function | undefined;
|
|
528
529
|
readonly onContextmenu?: Function | undefined;
|
|
529
530
|
readonly onFocus?: Function | undefined;
|
|
530
531
|
readonly onKeydown?: Function | undefined;
|
|
@@ -534,7 +535,6 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
534
535
|
readonly id?: string | undefined;
|
|
535
536
|
readonly ariaLabel?: string | undefined;
|
|
536
537
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
537
|
-
readonly disabled?: boolean | undefined;
|
|
538
538
|
readonly showAfter?: number | undefined;
|
|
539
539
|
readonly hideAfter?: number | undefined;
|
|
540
540
|
readonly open?: boolean | undefined;
|
|
@@ -21,10 +21,10 @@ export declare const VftSlider: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
21
21
|
type: import("vue").PropType<boolean>;
|
|
22
22
|
};
|
|
23
23
|
size: {
|
|
24
|
-
type: import("vue").PropType<"" | "
|
|
24
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
25
25
|
};
|
|
26
26
|
inputSize: {
|
|
27
|
-
type: import("vue").PropType<"" | "
|
|
27
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
28
28
|
};
|
|
29
29
|
showStops: {
|
|
30
30
|
type: import("vue").PropType<boolean>;
|
|
@@ -106,10 +106,10 @@ export declare const VftSlider: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
106
106
|
type: import("vue").PropType<boolean>;
|
|
107
107
|
};
|
|
108
108
|
size: {
|
|
109
|
-
type: import("vue").PropType<"" | "
|
|
109
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
110
110
|
};
|
|
111
111
|
inputSize: {
|
|
112
|
-
type: import("vue").PropType<"" | "
|
|
112
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
113
113
|
};
|
|
114
114
|
showStops: {
|
|
115
115
|
type: import("vue").PropType<boolean>;
|
|
@@ -16,7 +16,7 @@ export declare const VftSpace: import("vft/es/utils").SFCWithInstall<import("vue
|
|
|
16
16
|
readonly fill: BooleanConstructor;
|
|
17
17
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
18
18
|
readonly size: {
|
|
19
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
19
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "small" | "default" | "large", number | [number, number]>>;
|
|
20
20
|
readonly required: false;
|
|
21
21
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
22
|
__epPropKey: true;
|
|
@@ -44,17 +44,17 @@ export declare const VftSpace: import("vft/es/utils").SFCWithInstall<import("vue
|
|
|
44
44
|
readonly fill: BooleanConstructor;
|
|
45
45
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
46
46
|
readonly size: {
|
|
47
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
47
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "small" | "default" | "large", number | [number, number]>>;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{}>, {
|
|
53
|
-
readonly fill: boolean;
|
|
54
53
|
readonly style: import("vue").StyleValue;
|
|
55
54
|
readonly spacer: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").VNodeChild & {}) | (() => import("vue").VNodeChild) | (((new (...args: any[]) => import("vue").VNodeChild & {}) | (() => import("vue").VNodeChild)) | null)[], unknown, string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
56
55
|
[key: string]: any;
|
|
57
56
|
}>>;
|
|
57
|
+
readonly fill: boolean;
|
|
58
58
|
readonly direction: import("vft/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal", unknown>;
|
|
59
59
|
readonly class: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => import("vft/es/utils").Arrayable<string | Record<string, boolean>>) | (((new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => import("vft/es/utils").Arrayable<string | Record<string, boolean>>)) | null)[], unknown, unknown>;
|
|
60
60
|
readonly wrap: boolean;
|
|
@@ -18,7 +18,7 @@ export declare const spaceProps: {
|
|
|
18
18
|
readonly fill: BooleanConstructor;
|
|
19
19
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
20
20
|
readonly size: {
|
|
21
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
21
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "small" | "default" | "large", number | [number, number]>>;
|
|
22
22
|
readonly required: false;
|
|
23
23
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
24
|
__epPropKey: true;
|
|
@@ -43,7 +43,7 @@ declare const Space: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
43
43
|
readonly fill: BooleanConstructor;
|
|
44
44
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
45
45
|
readonly size: {
|
|
46
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
46
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "small" | "default" | "large", number | [number, number]>>;
|
|
47
47
|
readonly required: false;
|
|
48
48
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
49
|
__epPropKey: true;
|
|
@@ -71,17 +71,17 @@ declare const Space: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
71
71
|
readonly fill: BooleanConstructor;
|
|
72
72
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
73
73
|
readonly size: {
|
|
74
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
74
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "small" | "default" | "large", number | [number, number]>>;
|
|
75
75
|
readonly required: false;
|
|
76
76
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
77
|
__epPropKey: true;
|
|
78
78
|
};
|
|
79
79
|
}>> & Readonly<{}>, {
|
|
80
|
-
readonly fill: boolean;
|
|
81
80
|
readonly style: StyleValue;
|
|
82
81
|
readonly spacer: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => VNodeChild & {}) | (() => VNodeChild) | (((new (...args: any[]) => VNodeChild & {}) | (() => VNodeChild)) | null)[], unknown, string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
83
82
|
[key: string]: any;
|
|
84
83
|
}>>;
|
|
84
|
+
readonly fill: boolean;
|
|
85
85
|
readonly direction: import("vft/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal", unknown>;
|
|
86
86
|
readonly class: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => Arrayable<string | Record<string, boolean>>) | (((new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => Arrayable<string | Record<string, boolean>>)) | null)[], unknown, unknown>;
|
|
87
87
|
readonly wrap: boolean;
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
|
|
3
|
-
type: import("vue").PropType<
|
|
2
|
+
disabled: {
|
|
3
|
+
type: import("vue").PropType<boolean>;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
6
|
width: {
|
|
7
7
|
type: import("vue").PropType<string | number>;
|
|
8
8
|
};
|
|
9
|
+
value: {
|
|
10
|
+
type: import("vue").PropType<string | number | boolean>;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
9
13
|
borderColor: {
|
|
10
14
|
type: import("vue").PropType<string>;
|
|
11
15
|
};
|
|
@@ -15,12 +19,8 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
15
19
|
id: {
|
|
16
20
|
type: import("vue").PropType<string>;
|
|
17
21
|
};
|
|
18
|
-
disabled: {
|
|
19
|
-
type: import("vue").PropType<boolean>;
|
|
20
|
-
default: boolean;
|
|
21
|
-
};
|
|
22
22
|
size: {
|
|
23
|
-
type: import("vue").PropType<"" | "
|
|
23
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
24
24
|
};
|
|
25
25
|
modelValue: {
|
|
26
26
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -78,13 +78,17 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
78
78
|
change: (...args: any[]) => void;
|
|
79
79
|
"update:modelValue": (...args: any[]) => void;
|
|
80
80
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
81
|
-
|
|
82
|
-
type: import("vue").PropType<
|
|
81
|
+
disabled: {
|
|
82
|
+
type: import("vue").PropType<boolean>;
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
85
|
width: {
|
|
86
86
|
type: import("vue").PropType<string | number>;
|
|
87
87
|
};
|
|
88
|
+
value: {
|
|
89
|
+
type: import("vue").PropType<string | number | boolean>;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
88
92
|
borderColor: {
|
|
89
93
|
type: import("vue").PropType<string>;
|
|
90
94
|
};
|
|
@@ -94,12 +98,8 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
94
98
|
id: {
|
|
95
99
|
type: import("vue").PropType<string>;
|
|
96
100
|
};
|
|
97
|
-
disabled: {
|
|
98
|
-
type: import("vue").PropType<boolean>;
|
|
99
|
-
default: boolean;
|
|
100
|
-
};
|
|
101
101
|
size: {
|
|
102
|
-
type: import("vue").PropType<"" | "
|
|
102
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
103
103
|
};
|
|
104
104
|
modelValue: {
|
|
105
105
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -154,8 +154,8 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
154
154
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
156
156
|
}>, {
|
|
157
|
-
value: boolean | string | number;
|
|
158
157
|
disabled: boolean;
|
|
158
|
+
value: boolean | string | number;
|
|
159
159
|
modelValue: boolean | string | number;
|
|
160
160
|
loading: boolean;
|
|
161
161
|
validateEvent: boolean;
|
|
@@ -59,8 +59,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
59
59
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}>, {
|
|
62
|
-
value: boolean | string | number;
|
|
63
62
|
disabled: boolean;
|
|
63
|
+
value: boolean | string | number;
|
|
64
64
|
modelValue: boolean | string | number;
|
|
65
65
|
loading: boolean;
|
|
66
66
|
validateEvent: boolean;
|
|
@@ -13,7 +13,7 @@ export declare const VftTabs: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
13
13
|
type: import("vue").PropType<boolean>;
|
|
14
14
|
};
|
|
15
15
|
tabPosition: {
|
|
16
|
-
type: import("vue").PropType<"
|
|
16
|
+
type: import("vue").PropType<"top" | "bottom" | "left" | "right">;
|
|
17
17
|
};
|
|
18
18
|
beforeLeave: {
|
|
19
19
|
type: import("vue").PropType<Function>;
|
|
@@ -46,7 +46,7 @@ export declare const VftTabs: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
46
46
|
type: import("vue").PropType<"click" | "hover">;
|
|
47
47
|
};
|
|
48
48
|
}>, {
|
|
49
|
-
currentName: import("vue").Ref<
|
|
49
|
+
currentName: import("vue").Ref<string | number, string | number>;
|
|
50
50
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
51
51
|
"update:modelValue": (name: string | number) => void;
|
|
52
52
|
tabClick: (pane: {
|
|
@@ -101,7 +101,7 @@ export declare const VftTabs: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
101
101
|
type: import("vue").PropType<boolean>;
|
|
102
102
|
};
|
|
103
103
|
tabPosition: {
|
|
104
|
-
type: import("vue").PropType<"
|
|
104
|
+
type: import("vue").PropType<"top" | "bottom" | "left" | "right">;
|
|
105
105
|
};
|
|
106
106
|
beforeLeave: {
|
|
107
107
|
type: import("vue").PropType<Function>;
|