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
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
-
value: {
|
|
4
|
-
type: import("vue").PropType<string | number | boolean | object>;
|
|
5
|
-
};
|
|
6
3
|
label: {
|
|
7
4
|
type: import("vue").PropType<string | number>;
|
|
8
5
|
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
};
|
|
9
|
+
value: {
|
|
10
|
+
type: import("vue").PropType<string | number | boolean | object>;
|
|
11
|
+
};
|
|
9
12
|
border: {
|
|
10
13
|
type: import("vue").PropType<boolean>;
|
|
11
14
|
};
|
|
@@ -15,11 +18,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
15
18
|
id: {
|
|
16
19
|
type: import("vue").PropType<string>;
|
|
17
20
|
};
|
|
18
|
-
disabled: {
|
|
19
|
-
type: import("vue").PropType<boolean>;
|
|
20
|
-
};
|
|
21
21
|
size: {
|
|
22
|
-
type: import("vue").PropType<"" | "
|
|
22
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
23
23
|
};
|
|
24
24
|
modelValue: {
|
|
25
25
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -62,12 +62,15 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
62
62
|
M: {};
|
|
63
63
|
Defaults: {};
|
|
64
64
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
-
value: {
|
|
66
|
-
type: import("vue").PropType<string | number | boolean | object>;
|
|
67
|
-
};
|
|
68
65
|
label: {
|
|
69
66
|
type: import("vue").PropType<string | number>;
|
|
70
67
|
};
|
|
68
|
+
disabled: {
|
|
69
|
+
type: import("vue").PropType<boolean>;
|
|
70
|
+
};
|
|
71
|
+
value: {
|
|
72
|
+
type: import("vue").PropType<string | number | boolean | object>;
|
|
73
|
+
};
|
|
71
74
|
border: {
|
|
72
75
|
type: import("vue").PropType<boolean>;
|
|
73
76
|
};
|
|
@@ -77,11 +80,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
77
80
|
id: {
|
|
78
81
|
type: import("vue").PropType<string>;
|
|
79
82
|
};
|
|
80
|
-
disabled: {
|
|
81
|
-
type: import("vue").PropType<boolean>;
|
|
82
|
-
};
|
|
83
83
|
size: {
|
|
84
|
-
type: import("vue").PropType<"" | "
|
|
84
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
85
85
|
};
|
|
86
86
|
modelValue: {
|
|
87
87
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -118,12 +118,15 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
118
118
|
__isTeleport?: never;
|
|
119
119
|
__isSuspense?: never;
|
|
120
120
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
121
|
-
value: {
|
|
122
|
-
type: import("vue").PropType<string | number | boolean | object>;
|
|
123
|
-
};
|
|
124
121
|
label: {
|
|
125
122
|
type: import("vue").PropType<string | number>;
|
|
126
123
|
};
|
|
124
|
+
disabled: {
|
|
125
|
+
type: import("vue").PropType<boolean>;
|
|
126
|
+
};
|
|
127
|
+
value: {
|
|
128
|
+
type: import("vue").PropType<string | number | boolean | object>;
|
|
129
|
+
};
|
|
127
130
|
border: {
|
|
128
131
|
type: import("vue").PropType<boolean>;
|
|
129
132
|
};
|
|
@@ -133,11 +136,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
133
136
|
id: {
|
|
134
137
|
type: import("vue").PropType<string>;
|
|
135
138
|
};
|
|
136
|
-
disabled: {
|
|
137
|
-
type: import("vue").PropType<boolean>;
|
|
138
|
-
};
|
|
139
139
|
size: {
|
|
140
|
-
type: import("vue").PropType<"" | "
|
|
140
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
141
141
|
};
|
|
142
142
|
modelValue: {
|
|
143
143
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -216,7 +216,7 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
216
216
|
type: import("vue").PropType<boolean>;
|
|
217
217
|
};
|
|
218
218
|
size: {
|
|
219
|
-
type: import("vue").PropType<"" | "
|
|
219
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
220
220
|
};
|
|
221
221
|
tabindex: {
|
|
222
222
|
type: import("vue").PropType<string | number>;
|
|
@@ -275,7 +275,7 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
275
275
|
type: import("vue").PropType<boolean>;
|
|
276
276
|
};
|
|
277
277
|
size: {
|
|
278
|
-
type: import("vue").PropType<"" | "
|
|
278
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
279
279
|
};
|
|
280
280
|
tabindex: {
|
|
281
281
|
type: import("vue").PropType<string | number>;
|
|
@@ -328,7 +328,7 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
328
328
|
type: import("vue").PropType<boolean>;
|
|
329
329
|
};
|
|
330
330
|
size: {
|
|
331
|
-
type: import("vue").PropType<"" | "
|
|
331
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
332
332
|
};
|
|
333
333
|
tabindex: {
|
|
334
334
|
type: import("vue").PropType<string | number>;
|
|
@@ -349,17 +349,17 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
349
349
|
});
|
|
350
350
|
CheckboxGroup: {
|
|
351
351
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
352
|
-
fill: {
|
|
353
|
-
type: import("vue").PropType<string>;
|
|
354
|
-
};
|
|
355
352
|
label: {
|
|
356
353
|
type: import("vue").PropType<string>;
|
|
357
354
|
};
|
|
358
355
|
disabled: {
|
|
359
356
|
type: import("vue").PropType<boolean>;
|
|
360
357
|
};
|
|
358
|
+
fill: {
|
|
359
|
+
type: import("vue").PropType<string>;
|
|
360
|
+
};
|
|
361
361
|
size: {
|
|
362
|
-
type: import("vue").PropType<"" | "
|
|
362
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
363
363
|
};
|
|
364
364
|
modelValue: {
|
|
365
365
|
type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
|
|
@@ -406,17 +406,17 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
406
406
|
M: {};
|
|
407
407
|
Defaults: {};
|
|
408
408
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
409
|
-
fill: {
|
|
410
|
-
type: import("vue").PropType<string>;
|
|
411
|
-
};
|
|
412
409
|
label: {
|
|
413
410
|
type: import("vue").PropType<string>;
|
|
414
411
|
};
|
|
415
412
|
disabled: {
|
|
416
413
|
type: import("vue").PropType<boolean>;
|
|
417
414
|
};
|
|
415
|
+
fill: {
|
|
416
|
+
type: import("vue").PropType<string>;
|
|
417
|
+
};
|
|
418
418
|
size: {
|
|
419
|
-
type: import("vue").PropType<"" | "
|
|
419
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
420
420
|
};
|
|
421
421
|
modelValue: {
|
|
422
422
|
type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
|
|
@@ -457,17 +457,17 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
457
457
|
__isTeleport?: never;
|
|
458
458
|
__isSuspense?: never;
|
|
459
459
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
460
|
-
fill: {
|
|
461
|
-
type: import("vue").PropType<string>;
|
|
462
|
-
};
|
|
463
460
|
label: {
|
|
464
461
|
type: import("vue").PropType<string>;
|
|
465
462
|
};
|
|
466
463
|
disabled: {
|
|
467
464
|
type: import("vue").PropType<boolean>;
|
|
468
465
|
};
|
|
466
|
+
fill: {
|
|
467
|
+
type: import("vue").PropType<string>;
|
|
468
|
+
};
|
|
469
469
|
size: {
|
|
470
|
-
type: import("vue").PropType<"" | "
|
|
470
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
471
471
|
};
|
|
472
472
|
modelValue: {
|
|
473
473
|
type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
|
|
@@ -552,7 +552,7 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
552
552
|
type: import("vue").PropType<boolean>;
|
|
553
553
|
};
|
|
554
554
|
size: {
|
|
555
|
-
type: import("vue").PropType<"" | "
|
|
555
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
556
556
|
};
|
|
557
557
|
tabindex: {
|
|
558
558
|
type: import("vue").PropType<string | number>;
|
|
@@ -611,7 +611,7 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
611
611
|
type: import("vue").PropType<boolean>;
|
|
612
612
|
};
|
|
613
613
|
size: {
|
|
614
|
-
type: import("vue").PropType<"" | "
|
|
614
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
615
615
|
};
|
|
616
616
|
tabindex: {
|
|
617
617
|
type: import("vue").PropType<string | number>;
|
|
@@ -664,7 +664,7 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
664
664
|
type: import("vue").PropType<boolean>;
|
|
665
665
|
};
|
|
666
666
|
size: {
|
|
667
|
-
type: import("vue").PropType<"" | "
|
|
667
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
668
668
|
};
|
|
669
669
|
tabindex: {
|
|
670
670
|
type: import("vue").PropType<string | number>;
|
|
@@ -685,17 +685,17 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
685
685
|
})>;
|
|
686
686
|
export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
687
687
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
688
|
-
fill: {
|
|
689
|
-
type: import("vue").PropType<string>;
|
|
690
|
-
};
|
|
691
688
|
label: {
|
|
692
689
|
type: import("vue").PropType<string>;
|
|
693
690
|
};
|
|
694
691
|
disabled: {
|
|
695
692
|
type: import("vue").PropType<boolean>;
|
|
696
693
|
};
|
|
694
|
+
fill: {
|
|
695
|
+
type: import("vue").PropType<string>;
|
|
696
|
+
};
|
|
697
697
|
size: {
|
|
698
|
-
type: import("vue").PropType<"" | "
|
|
698
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
699
699
|
};
|
|
700
700
|
modelValue: {
|
|
701
701
|
type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
|
|
@@ -742,17 +742,17 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
742
742
|
M: {};
|
|
743
743
|
Defaults: {};
|
|
744
744
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
745
|
-
fill: {
|
|
746
|
-
type: import("vue").PropType<string>;
|
|
747
|
-
};
|
|
748
745
|
label: {
|
|
749
746
|
type: import("vue").PropType<string>;
|
|
750
747
|
};
|
|
751
748
|
disabled: {
|
|
752
749
|
type: import("vue").PropType<boolean>;
|
|
753
750
|
};
|
|
751
|
+
fill: {
|
|
752
|
+
type: import("vue").PropType<string>;
|
|
753
|
+
};
|
|
754
754
|
size: {
|
|
755
|
-
type: import("vue").PropType<"" | "
|
|
755
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
756
756
|
};
|
|
757
757
|
modelValue: {
|
|
758
758
|
type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
|
|
@@ -793,17 +793,17 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
793
793
|
__isTeleport?: never;
|
|
794
794
|
__isSuspense?: never;
|
|
795
795
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
796
|
-
fill: {
|
|
797
|
-
type: import("vue").PropType<string>;
|
|
798
|
-
};
|
|
799
796
|
label: {
|
|
800
797
|
type: import("vue").PropType<string>;
|
|
801
798
|
};
|
|
802
799
|
disabled: {
|
|
803
800
|
type: import("vue").PropType<boolean>;
|
|
804
801
|
};
|
|
802
|
+
fill: {
|
|
803
|
+
type: import("vue").PropType<string>;
|
|
804
|
+
};
|
|
805
805
|
size: {
|
|
806
|
-
type: import("vue").PropType<"" | "
|
|
806
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
807
807
|
};
|
|
808
808
|
modelValue: {
|
|
809
809
|
type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const VftCol: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
-
|
|
3
|
+
span: {
|
|
4
4
|
type: import("vue").PropType<number>;
|
|
5
5
|
default: number;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
push: {
|
|
8
8
|
type: import("vue").PropType<number>;
|
|
9
9
|
default: number;
|
|
10
10
|
};
|
|
@@ -36,8 +36,8 @@ export declare const VftCol: import("vft/es/utils").SFCWithInstall<{
|
|
|
36
36
|
default: number;
|
|
37
37
|
};
|
|
38
38
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
39
|
-
push: number;
|
|
40
39
|
span: number;
|
|
40
|
+
push: number;
|
|
41
41
|
offset: number;
|
|
42
42
|
tag: string;
|
|
43
43
|
pull: number;
|
|
@@ -49,11 +49,11 @@ export declare const VftCol: import("vft/es/utils").SFCWithInstall<{
|
|
|
49
49
|
M: {};
|
|
50
50
|
Defaults: {};
|
|
51
51
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
-
|
|
52
|
+
span: {
|
|
53
53
|
type: import("vue").PropType<number>;
|
|
54
54
|
default: number;
|
|
55
55
|
};
|
|
56
|
-
|
|
56
|
+
push: {
|
|
57
57
|
type: import("vue").PropType<number>;
|
|
58
58
|
default: number;
|
|
59
59
|
};
|
|
@@ -85,8 +85,8 @@ export declare const VftCol: import("vft/es/utils").SFCWithInstall<{
|
|
|
85
85
|
default: number;
|
|
86
86
|
};
|
|
87
87
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
88
|
-
push: number;
|
|
89
88
|
span: number;
|
|
89
|
+
push: number;
|
|
90
90
|
offset: number;
|
|
91
91
|
tag: string;
|
|
92
92
|
pull: number;
|
|
@@ -95,11 +95,11 @@ export declare const VftCol: import("vft/es/utils").SFCWithInstall<{
|
|
|
95
95
|
__isTeleport?: never;
|
|
96
96
|
__isSuspense?: never;
|
|
97
97
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
98
|
-
|
|
98
|
+
span: {
|
|
99
99
|
type: import("vue").PropType<number>;
|
|
100
100
|
default: number;
|
|
101
101
|
};
|
|
102
|
-
|
|
102
|
+
push: {
|
|
103
103
|
type: import("vue").PropType<number>;
|
|
104
104
|
default: number;
|
|
105
105
|
};
|
|
@@ -131,8 +131,8 @@ export declare const VftCol: import("vft/es/utils").SFCWithInstall<{
|
|
|
131
131
|
default: number;
|
|
132
132
|
};
|
|
133
133
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
134
|
-
push: number;
|
|
135
134
|
span: number;
|
|
135
|
+
push: number;
|
|
136
136
|
offset: number;
|
|
137
137
|
tag: string;
|
|
138
138
|
pull: number;
|
|
@@ -2,14 +2,14 @@ export declare const VftColorPicker: import("vft/es/utils").SFCWithInstall<impor
|
|
|
2
2
|
label: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
};
|
|
5
|
-
id: {
|
|
6
|
-
type: import("vue").PropType<string>;
|
|
7
|
-
};
|
|
8
5
|
disabled: {
|
|
9
6
|
type: import("vue").PropType<boolean>;
|
|
10
7
|
};
|
|
8
|
+
id: {
|
|
9
|
+
type: import("vue").PropType<string>;
|
|
10
|
+
};
|
|
11
11
|
size: {
|
|
12
|
-
type: import("vue").PropType<"" | "
|
|
12
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
13
13
|
};
|
|
14
14
|
modelValue: {
|
|
15
15
|
type: import("vue").PropType<string>;
|
|
@@ -46,14 +46,14 @@ export declare const VftColorPicker: import("vft/es/utils").SFCWithInstall<impor
|
|
|
46
46
|
label: {
|
|
47
47
|
type: import("vue").PropType<string>;
|
|
48
48
|
};
|
|
49
|
-
id: {
|
|
50
|
-
type: import("vue").PropType<string>;
|
|
51
|
-
};
|
|
52
49
|
disabled: {
|
|
53
50
|
type: import("vue").PropType<boolean>;
|
|
54
51
|
};
|
|
52
|
+
id: {
|
|
53
|
+
type: import("vue").PropType<string>;
|
|
54
|
+
};
|
|
55
55
|
size: {
|
|
56
|
-
type: import("vue").PropType<"" | "
|
|
56
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
57
57
|
};
|
|
58
58
|
modelValue: {
|
|
59
59
|
type: import("vue").PropType<string>;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
52
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
53
53
|
readonly size: {
|
|
54
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
54
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
55
55
|
readonly required: false;
|
|
56
56
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
57
|
__epPropKey: true;
|
|
@@ -130,7 +130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
130
130
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
131
131
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
132
132
|
readonly size: {
|
|
133
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
133
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
134
134
|
readonly required: false;
|
|
135
135
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
136
|
__epPropKey: true;
|
|
@@ -160,9 +160,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
160
160
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}>, {
|
|
162
162
|
readonly label: string;
|
|
163
|
+
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
163
164
|
readonly name: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("vft/es/components/time-picker").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("vft/es/components/time-picker").SingleOrRange<string>)) | null)[], unknown, unknown>;
|
|
164
165
|
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown>;
|
|
165
|
-
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
166
166
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | (((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType)) | null)[], unknown, unknown>;
|
|
167
167
|
readonly readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
168
|
readonly placeholder: string;
|
|
@@ -51,7 +51,7 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
51
51
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
52
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
53
53
|
readonly size: {
|
|
54
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
54
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
55
55
|
readonly required: false;
|
|
56
56
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
57
|
__epPropKey: true;
|
|
@@ -130,7 +130,7 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
130
130
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
131
131
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
132
132
|
readonly size: {
|
|
133
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
133
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
134
134
|
readonly required: false;
|
|
135
135
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
136
|
__epPropKey: true;
|
|
@@ -160,9 +160,9 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
160
160
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}>, {
|
|
162
162
|
readonly label: string;
|
|
163
|
+
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
163
164
|
readonly name: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("vft/es/vft").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("vft/es/vft").SingleOrRange<string>)) | null)[], unknown, unknown>;
|
|
164
165
|
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown>;
|
|
165
|
-
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
166
166
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType) | (((new (...args: any[]) => string | number | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType)) | null)[], unknown, unknown>;
|
|
167
167
|
readonly readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
168
|
readonly placeholder: string;
|
|
@@ -234,7 +234,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
234
234
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
235
235
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
236
236
|
readonly size: {
|
|
237
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
237
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
238
238
|
readonly required: false;
|
|
239
239
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
240
|
__epPropKey: true;
|
|
@@ -313,7 +313,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
313
313
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
314
314
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
315
315
|
readonly size: {
|
|
316
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
316
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
317
317
|
readonly required: false;
|
|
318
318
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
319
|
__epPropKey: true;
|
|
@@ -343,9 +343,9 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
343
343
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
344
344
|
}>, {
|
|
345
345
|
readonly label: string;
|
|
346
|
+
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
346
347
|
readonly name: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("vft/es/vft").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("vft/es/vft").SingleOrRange<string>)) | null)[], unknown, unknown>;
|
|
347
348
|
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown>;
|
|
348
|
-
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
349
349
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType) | (((new (...args: any[]) => string | number | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType)) | null)[], unknown, unknown>;
|
|
350
350
|
readonly readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
351
351
|
readonly placeholder: string;
|
|
@@ -53,7 +53,7 @@ export declare const datePickerProps: {
|
|
|
53
53
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
54
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
55
55
|
readonly size: {
|
|
56
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
56
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
57
57
|
readonly required: false;
|
|
58
58
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
59
|
__epPropKey: true;
|
|
@@ -4,7 +4,7 @@ export declare const VftDivider: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
5
5
|
};
|
|
6
6
|
contentPosition: {
|
|
7
|
-
type: import("vue").PropType<"
|
|
7
|
+
type: import("vue").PropType<"center" | "left" | "right">;
|
|
8
8
|
};
|
|
9
9
|
borderStyle: {
|
|
10
10
|
type: import("vue").PropType<string>;
|
|
@@ -30,7 +30,7 @@ export declare const VftDivider: import("vft/es/utils").SFCWithInstall<{
|
|
|
30
30
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
31
31
|
};
|
|
32
32
|
contentPosition: {
|
|
33
|
-
type: import("vue").PropType<"
|
|
33
|
+
type: import("vue").PropType<"center" | "left" | "right">;
|
|
34
34
|
};
|
|
35
35
|
borderStyle: {
|
|
36
36
|
type: import("vue").PropType<string>;
|
|
@@ -53,7 +53,7 @@ export declare const VftDivider: import("vft/es/utils").SFCWithInstall<{
|
|
|
53
53
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
54
54
|
};
|
|
55
55
|
contentPosition: {
|
|
56
|
-
type: import("vue").PropType<"
|
|
56
|
+
type: import("vue").PropType<"center" | "left" | "right">;
|
|
57
57
|
};
|
|
58
58
|
borderStyle: {
|
|
59
59
|
type: import("vue").PropType<string>;
|
|
@@ -69,9 +69,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
69
69
|
"onVisible-change"?: ((val: boolean) => any) | undefined;
|
|
70
70
|
onCommand?: ((val: string) => any) | undefined;
|
|
71
71
|
}>, {
|
|
72
|
+
disabled: boolean;
|
|
72
73
|
maxHeight: number | string;
|
|
73
74
|
role: string;
|
|
74
|
-
disabled: boolean;
|
|
75
75
|
placement: Placement;
|
|
76
76
|
effect: "light" | "dark";
|
|
77
77
|
loop: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const focusReason: import("vue").Ref<"
|
|
1
|
+
declare const focusReason: import("vue").Ref<"keyboard" | "pointer" | undefined, "keyboard" | "pointer" | undefined>;
|
|
2
2
|
declare const lastUserFocusTimestamp: import("vue").Ref<number, number>;
|
|
3
3
|
declare const lastAutomatedFocusTimestamp: import("vue").Ref<number, number>;
|
|
4
4
|
export type FocusLayer = {
|
|
@@ -15,7 +15,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
15
15
|
labelWidth: string;
|
|
16
16
|
showMessage: boolean;
|
|
17
17
|
}>>, {
|
|
18
|
-
size: import("vue").ComputedRef<"" | "
|
|
18
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
19
19
|
validateMessage: Ref<string, string>;
|
|
20
20
|
validateState: Ref<FormItemValidateState, FormItemValidateState>;
|
|
21
21
|
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
@@ -31,8 +31,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
31
31
|
}>>> & Readonly<{
|
|
32
32
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
-
required: boolean;
|
|
35
34
|
labelWidth: string | number;
|
|
35
|
+
required: boolean;
|
|
36
36
|
inlineMessage: string | boolean;
|
|
37
37
|
showMessage: boolean;
|
|
38
38
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentSize } from 'vft/es/constants';
|
|
2
2
|
import type { MaybeRef } from '@vueuse/core';
|
|
3
|
-
export declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => import("vue").ComputedRef<"" | "
|
|
3
|
+
export declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
4
4
|
export declare const useFormDisabled: (fallback?: MaybeRef<boolean | undefined>) => import("vue").ComputedRef<boolean>;
|
|
5
|
-
export declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => import("vue").ComputedRef<"" | "
|
|
5
|
+
export declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
6
6
|
export declare const useDisabled: (fallback?: MaybeRef<boolean | undefined>) => import("vue").ComputedRef<boolean>;
|