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,7 +1,7 @@
|
|
|
1
1
|
export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
3
|
size: {
|
|
4
|
-
type: import("vue").PropType<number | "
|
|
4
|
+
type: import("vue").PropType<number | "small" | "default" | "large">;
|
|
5
5
|
};
|
|
6
6
|
shape: {
|
|
7
7
|
type: import("vue").PropType<"circle" | "square">;
|
|
@@ -31,7 +31,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
|
31
31
|
Defaults: {};
|
|
32
32
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
size: {
|
|
34
|
-
type: import("vue").PropType<number | "
|
|
34
|
+
type: import("vue").PropType<number | "small" | "default" | "large">;
|
|
35
35
|
};
|
|
36
36
|
shape: {
|
|
37
37
|
type: import("vue").PropType<"circle" | "square">;
|
|
@@ -56,7 +56,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
|
56
56
|
__isSuspense?: never;
|
|
57
57
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
58
58
|
size: {
|
|
59
|
-
type: import("vue").PropType<number | "
|
|
59
|
+
type: import("vue").PropType<number | "small" | "default" | "large">;
|
|
60
60
|
};
|
|
61
61
|
shape: {
|
|
62
62
|
type: import("vue").PropType<"circle" | "square">;
|
|
@@ -57,8 +57,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
57
57
|
throttleTime: number;
|
|
58
58
|
}>>, {
|
|
59
59
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
60
|
-
size: import("vue").ComputedRef<"" | "
|
|
61
|
-
type: import("vue").ComputedRef<"" | "
|
|
60
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
61
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
62
62
|
disabled: import("vue").ComputedRef<boolean>;
|
|
63
63
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
64
64
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -10,6 +10,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
10
10
|
text: {
|
|
11
11
|
type: import("vue").PropType<boolean>;
|
|
12
12
|
};
|
|
13
|
+
disabled: {
|
|
14
|
+
type: import("vue").PropType<boolean>;
|
|
15
|
+
};
|
|
13
16
|
color: {
|
|
14
17
|
type: import("vue").PropType<string>;
|
|
15
18
|
};
|
|
@@ -19,18 +22,12 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
19
22
|
autofocus: {
|
|
20
23
|
type: import("vue").PropType<boolean>;
|
|
21
24
|
};
|
|
22
|
-
disabled: {
|
|
23
|
-
type: import("vue").PropType<boolean>;
|
|
24
|
-
};
|
|
25
25
|
dark: {
|
|
26
26
|
type: import("vue").PropType<boolean>;
|
|
27
27
|
};
|
|
28
28
|
size: {
|
|
29
29
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
30
30
|
};
|
|
31
|
-
icon: {
|
|
32
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
33
|
-
};
|
|
34
31
|
bg: {
|
|
35
32
|
type: import("vue").PropType<boolean>;
|
|
36
33
|
};
|
|
@@ -38,6 +35,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
38
35
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
39
36
|
default: string;
|
|
40
37
|
};
|
|
38
|
+
icon: {
|
|
39
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
40
|
+
};
|
|
41
41
|
nativeType: {
|
|
42
42
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
43
43
|
default: string;
|
|
@@ -72,8 +72,8 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
72
72
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
73
73
|
}>, {
|
|
74
74
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
75
|
-
size: import("vue").ComputedRef<"" | "
|
|
76
|
-
type: import("vue").ComputedRef<"" | "
|
|
75
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
76
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
77
77
|
disabled: import("vue").ComputedRef<boolean>;
|
|
78
78
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
79
79
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -100,6 +100,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
100
100
|
text: {
|
|
101
101
|
type: import("vue").PropType<boolean>;
|
|
102
102
|
};
|
|
103
|
+
disabled: {
|
|
104
|
+
type: import("vue").PropType<boolean>;
|
|
105
|
+
};
|
|
103
106
|
color: {
|
|
104
107
|
type: import("vue").PropType<string>;
|
|
105
108
|
};
|
|
@@ -109,18 +112,12 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
109
112
|
autofocus: {
|
|
110
113
|
type: import("vue").PropType<boolean>;
|
|
111
114
|
};
|
|
112
|
-
disabled: {
|
|
113
|
-
type: import("vue").PropType<boolean>;
|
|
114
|
-
};
|
|
115
115
|
dark: {
|
|
116
116
|
type: import("vue").PropType<boolean>;
|
|
117
117
|
};
|
|
118
118
|
size: {
|
|
119
119
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
120
120
|
};
|
|
121
|
-
icon: {
|
|
122
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
123
|
-
};
|
|
124
121
|
bg: {
|
|
125
122
|
type: import("vue").PropType<boolean>;
|
|
126
123
|
};
|
|
@@ -128,6 +125,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
128
125
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
129
126
|
default: string;
|
|
130
127
|
};
|
|
128
|
+
icon: {
|
|
129
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
130
|
+
};
|
|
131
131
|
nativeType: {
|
|
132
132
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
133
133
|
default: string;
|
|
@@ -162,8 +162,8 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
162
162
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
163
163
|
}>, {
|
|
164
164
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
165
|
-
size: import("vue").ComputedRef<"" | "
|
|
166
|
-
type: import("vue").ComputedRef<"" | "
|
|
165
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
166
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
167
167
|
disabled: import("vue").ComputedRef<boolean>;
|
|
168
168
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
169
169
|
}, {}, {}, {}, {
|
|
@@ -185,6 +185,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
185
185
|
text: {
|
|
186
186
|
type: import("vue").PropType<boolean>;
|
|
187
187
|
};
|
|
188
|
+
disabled: {
|
|
189
|
+
type: import("vue").PropType<boolean>;
|
|
190
|
+
};
|
|
188
191
|
color: {
|
|
189
192
|
type: import("vue").PropType<string>;
|
|
190
193
|
};
|
|
@@ -194,18 +197,12 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
194
197
|
autofocus: {
|
|
195
198
|
type: import("vue").PropType<boolean>;
|
|
196
199
|
};
|
|
197
|
-
disabled: {
|
|
198
|
-
type: import("vue").PropType<boolean>;
|
|
199
|
-
};
|
|
200
200
|
dark: {
|
|
201
201
|
type: import("vue").PropType<boolean>;
|
|
202
202
|
};
|
|
203
203
|
size: {
|
|
204
204
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
205
205
|
};
|
|
206
|
-
icon: {
|
|
207
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
208
|
-
};
|
|
209
206
|
bg: {
|
|
210
207
|
type: import("vue").PropType<boolean>;
|
|
211
208
|
};
|
|
@@ -213,6 +210,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
213
210
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
214
211
|
default: string;
|
|
215
212
|
};
|
|
213
|
+
icon: {
|
|
214
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
215
|
+
};
|
|
216
216
|
nativeType: {
|
|
217
217
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
218
218
|
default: string;
|
|
@@ -247,8 +247,8 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
247
247
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
248
248
|
}>, {
|
|
249
249
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
250
|
-
size: import("vue").ComputedRef<"" | "
|
|
251
|
-
type: import("vue").ComputedRef<"" | "
|
|
250
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
251
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
252
252
|
disabled: import("vue").ComputedRef<boolean>;
|
|
253
253
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
254
254
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -12,8 +12,8 @@ export declare const useButton: (props: ButtonProps, emit: any) => {
|
|
|
12
12
|
type?: undefined;
|
|
13
13
|
}>;
|
|
14
14
|
_disabled: import("vue").ComputedRef<boolean>;
|
|
15
|
-
_size: import("vue").ComputedRef<"" | "
|
|
16
|
-
_type: import("vue").ComputedRef<"" | "
|
|
15
|
+
_size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
16
|
+
_type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
17
17
|
_ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
18
18
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
19
19
|
handleClick: (evt: MouseEvent) => void;
|
|
@@ -50,8 +50,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
50
50
|
}>>> & Readonly<{
|
|
51
51
|
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
52
52
|
}>, {
|
|
53
|
-
direction: "horizontal" | "vertical";
|
|
54
53
|
height: string;
|
|
54
|
+
direction: "horizontal" | "vertical";
|
|
55
55
|
type: "" | "card";
|
|
56
56
|
arrow: "always" | "hover" | "never";
|
|
57
57
|
loop: boolean;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
-
direction: {
|
|
4
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
3
|
height: {
|
|
8
4
|
type: import("vue").PropType<string>;
|
|
9
5
|
default: string;
|
|
10
6
|
};
|
|
7
|
+
direction: {
|
|
8
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
11
|
type: {
|
|
12
12
|
type: import("vue").PropType<"" | "card">;
|
|
13
13
|
default: string;
|
|
@@ -53,8 +53,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
53
53
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
54
54
|
change: (current: number, prev: number) => void;
|
|
55
55
|
}, import("vue").PublicProps, {
|
|
56
|
-
direction: "horizontal" | "vertical";
|
|
57
56
|
height: string;
|
|
57
|
+
direction: "horizontal" | "vertical";
|
|
58
58
|
type: "" | "card";
|
|
59
59
|
arrow: "always" | "hover" | "never";
|
|
60
60
|
loop: boolean;
|
|
@@ -72,14 +72,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
72
72
|
M: {};
|
|
73
73
|
Defaults: {};
|
|
74
74
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
-
direction: {
|
|
76
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
77
|
-
default: string;
|
|
78
|
-
};
|
|
79
75
|
height: {
|
|
80
76
|
type: import("vue").PropType<string>;
|
|
81
77
|
default: string;
|
|
82
78
|
};
|
|
79
|
+
direction: {
|
|
80
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
83
|
type: {
|
|
84
84
|
type: import("vue").PropType<"" | "card">;
|
|
85
85
|
default: string;
|
|
@@ -123,8 +123,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
123
123
|
prev: () => void;
|
|
124
124
|
next: () => void;
|
|
125
125
|
}, {}, {}, {}, {
|
|
126
|
-
direction: "horizontal" | "vertical";
|
|
127
126
|
height: string;
|
|
127
|
+
direction: "horizontal" | "vertical";
|
|
128
128
|
type: "" | "card";
|
|
129
129
|
arrow: "always" | "hover" | "never";
|
|
130
130
|
loop: boolean;
|
|
@@ -139,14 +139,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
139
139
|
__isTeleport?: never;
|
|
140
140
|
__isSuspense?: never;
|
|
141
141
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
142
|
-
direction: {
|
|
143
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
144
|
-
default: string;
|
|
145
|
-
};
|
|
146
142
|
height: {
|
|
147
143
|
type: import("vue").PropType<string>;
|
|
148
144
|
default: string;
|
|
149
145
|
};
|
|
146
|
+
direction: {
|
|
147
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
148
|
+
default: string;
|
|
149
|
+
};
|
|
150
150
|
type: {
|
|
151
151
|
type: import("vue").PropType<"" | "card">;
|
|
152
152
|
default: string;
|
|
@@ -192,8 +192,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
192
192
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
193
193
|
change: (current: number, prev: number) => void;
|
|
194
194
|
}, string, {
|
|
195
|
-
direction: "horizontal" | "vertical";
|
|
196
195
|
height: string;
|
|
196
|
+
direction: "horizontal" | "vertical";
|
|
197
197
|
type: "" | "card";
|
|
198
198
|
arrow: "always" | "hover" | "never";
|
|
199
199
|
loop: boolean;
|
|
@@ -2,10 +2,10 @@ import type { ComponentInternalInstance } from 'vue';
|
|
|
2
2
|
import type { CheckboxModel } from '../composables';
|
|
3
3
|
import type { CheckboxProps } from '../types';
|
|
4
4
|
export declare const useCheckboxStatus: (props: CheckboxProps, slots: ComponentInternalInstance["slots"], { model }: Pick<CheckboxModel, "model">) => {
|
|
5
|
-
checkboxButtonSize: import("vue").ComputedRef<"" | "
|
|
5
|
+
checkboxButtonSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
6
6
|
isChecked: import("vue").ComputedRef<boolean>;
|
|
7
7
|
isFocused: import("vue").Ref<boolean, boolean>;
|
|
8
|
-
checkboxSize: import("vue").ComputedRef<"" | "
|
|
8
|
+
checkboxSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
9
9
|
hasOwnLabel: import("vue").ComputedRef<boolean>;
|
|
10
10
|
};
|
|
11
11
|
export type CheckboxStatus = ReturnType<typeof useCheckboxStatus>;
|
|
@@ -6,8 +6,8 @@ export declare const useCheckbox: (props: CheckboxProps, slots: ComponentInterna
|
|
|
6
6
|
isChecked: import("vue").ComputedRef<boolean>;
|
|
7
7
|
isDisabled: import("vue").ComputedRef<boolean>;
|
|
8
8
|
isFocused: import("vue").Ref<boolean, boolean>;
|
|
9
|
-
checkboxButtonSize: import("vue").ComputedRef<"" | "
|
|
10
|
-
checkboxSize: import("vue").ComputedRef<"" | "
|
|
9
|
+
checkboxButtonSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
10
|
+
checkboxSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
11
11
|
hasOwnLabel: import("vue").ComputedRef<boolean>;
|
|
12
12
|
model: import("vue").WritableComputedRef<any, unknown>;
|
|
13
13
|
handleChange: (e: Event) => void;
|
|
@@ -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>;
|