vft 0.0.261 → 0.0.263
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 +1 -1
- package/es/components/button/index.d.ts +24 -24
- package/es/components/button/use-button.d.ts +1 -1
- 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 +6 -6
- package/es/components/date-picker/index.d.ts +12 -12
- package/es/components/date-picker/props/date-picker.d.ts +2 -2
- 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 +54 -54
- package/es/components/input/index.d.ts +3 -3
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- 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/index.d.ts +10 -10
- package/es/components/select/select.vue.d.ts +10 -10
- package/es/components/select/useSelect.d.ts +9 -9
- 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 +2 -2
- package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +6 -6
- package/es/components/time-picker/common/props.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +12 -12
- package/es/components/time-picker/time-picker.d.ts +6 -6
- 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/constants/size.d.ts +1 -1
- 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 +1 -1
- package/lib/components/button/index.d.ts +24 -24
- package/lib/components/button/use-button.d.ts +1 -1
- 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 +6 -6
- package/lib/components/date-picker/index.d.ts +12 -12
- package/lib/components/date-picker/props/date-picker.d.ts +2 -2
- 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 +54 -54
- package/lib/components/input/index.d.ts +3 -3
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- 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/index.d.ts +10 -10
- package/lib/components/select/select.vue.d.ts +10 -10
- package/lib/components/select/useSelect.d.ts +9 -9
- 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 +2 -2
- package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
- package/lib/components/time-picker/common/props.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +12 -12
- package/lib/components/time-picker/time-picker.d.ts +6 -6
- 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/constants/size.d.ts +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 +5 -5
- package/web-types.json +1 -1
|
@@ -26,7 +26,7 @@ export declare const VftInputNumber: import("vft/es/utils").SFCWithInstall<impor
|
|
|
26
26
|
type: import("vue").PropType<boolean>;
|
|
27
27
|
};
|
|
28
28
|
size: {
|
|
29
|
-
type: import("vue").PropType<"
|
|
29
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
30
30
|
};
|
|
31
31
|
controls: {
|
|
32
32
|
type: import("vue").PropType<boolean>;
|
|
@@ -87,7 +87,7 @@ export declare const VftInputNumber: import("vft/es/utils").SFCWithInstall<impor
|
|
|
87
87
|
type: import("vue").PropType<boolean>;
|
|
88
88
|
};
|
|
89
89
|
size: {
|
|
90
|
-
type: import("vue").PropType<"
|
|
90
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
91
91
|
};
|
|
92
92
|
controls: {
|
|
93
93
|
type: import("vue").PropType<boolean>;
|
|
@@ -7,14 +7,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
7
7
|
type: import("vue").PropType<string | number>;
|
|
8
8
|
default: number;
|
|
9
9
|
};
|
|
10
|
-
teleported: {
|
|
11
|
-
type: import("vue").PropType<boolean>;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
10
|
icon: {
|
|
15
11
|
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
16
12
|
default: string;
|
|
17
13
|
};
|
|
14
|
+
teleported: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
18
|
hideAfter: {
|
|
19
19
|
type: import("vue").PropType<number>;
|
|
20
20
|
default: number;
|
|
@@ -52,8 +52,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
52
52
|
cancel: (val: MouseEvent) => void;
|
|
53
53
|
}, import("vue").PublicProps, {
|
|
54
54
|
width: string | number;
|
|
55
|
-
teleported: boolean;
|
|
56
55
|
icon: string | import("vft/es/vft").IconProps;
|
|
56
|
+
teleported: boolean;
|
|
57
57
|
hideAfter: number;
|
|
58
58
|
persistent: boolean;
|
|
59
59
|
confirmButtonType: import("vft/es/vft").ButtonType;
|
|
@@ -74,14 +74,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
74
74
|
type: import("vue").PropType<string | number>;
|
|
75
75
|
default: number;
|
|
76
76
|
};
|
|
77
|
-
teleported: {
|
|
78
|
-
type: import("vue").PropType<boolean>;
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
77
|
icon: {
|
|
82
78
|
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
83
79
|
default: string;
|
|
84
80
|
};
|
|
81
|
+
teleported: {
|
|
82
|
+
type: import("vue").PropType<boolean>;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
85
|
hideAfter: {
|
|
86
86
|
type: import("vue").PropType<number>;
|
|
87
87
|
default: number;
|
|
@@ -116,8 +116,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
116
116
|
onConfirm?: ((val: MouseEvent) => any) | undefined;
|
|
117
117
|
}>, {}, {}, {}, {}, {
|
|
118
118
|
width: string | number;
|
|
119
|
-
teleported: boolean;
|
|
120
119
|
icon: string | import("vft/es/vft").IconProps;
|
|
120
|
+
teleported: boolean;
|
|
121
121
|
hideAfter: number;
|
|
122
122
|
persistent: boolean;
|
|
123
123
|
confirmButtonType: import("vft/es/vft").ButtonType;
|
|
@@ -135,14 +135,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
135
135
|
type: import("vue").PropType<string | number>;
|
|
136
136
|
default: number;
|
|
137
137
|
};
|
|
138
|
-
teleported: {
|
|
139
|
-
type: import("vue").PropType<boolean>;
|
|
140
|
-
default: boolean;
|
|
141
|
-
};
|
|
142
138
|
icon: {
|
|
143
139
|
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
144
140
|
default: string;
|
|
145
141
|
};
|
|
142
|
+
teleported: {
|
|
143
|
+
type: import("vue").PropType<boolean>;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
146
146
|
hideAfter: {
|
|
147
147
|
type: import("vue").PropType<number>;
|
|
148
148
|
default: number;
|
|
@@ -180,8 +180,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
180
180
|
cancel: (val: MouseEvent) => void;
|
|
181
181
|
}, string, {
|
|
182
182
|
width: string | number;
|
|
183
|
-
teleported: boolean;
|
|
184
183
|
icon: string | import("vft/es/vft").IconProps;
|
|
184
|
+
teleported: boolean;
|
|
185
185
|
hideAfter: number;
|
|
186
186
|
persistent: boolean;
|
|
187
187
|
confirmButtonType: import("vft/es/vft").ButtonType;
|
|
@@ -43,8 +43,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
43
43
|
onConfirm?: ((val: MouseEvent) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
45
|
width: string | number;
|
|
46
|
-
teleported: boolean;
|
|
47
46
|
icon: string | IconProps;
|
|
47
|
+
teleported: boolean;
|
|
48
48
|
hideAfter: number;
|
|
49
49
|
persistent: boolean;
|
|
50
50
|
confirmButtonType: ButtonType;
|
|
@@ -46,11 +46,11 @@ export declare const usePopperContent: (props: PopperContentProps) => {
|
|
|
46
46
|
popperEscapeOffsets: import("@popperjs/core").SideObject;
|
|
47
47
|
};
|
|
48
48
|
offset?: {
|
|
49
|
-
|
|
50
|
-
bottom?: import("@popperjs/core").Offsets | undefined;
|
|
49
|
+
auto?: import("@popperjs/core").Offsets | undefined;
|
|
51
50
|
left?: import("@popperjs/core").Offsets | undefined;
|
|
52
51
|
right?: import("@popperjs/core").Offsets | undefined;
|
|
53
|
-
|
|
52
|
+
bottom?: import("@popperjs/core").Offsets | undefined;
|
|
53
|
+
top?: import("@popperjs/core").Offsets | undefined;
|
|
54
54
|
"auto-start"?: import("@popperjs/core").Offsets | undefined;
|
|
55
55
|
"auto-end"?: import("@popperjs/core").Offsets | undefined;
|
|
56
56
|
"top-start"?: import("@popperjs/core").Offsets | undefined;
|
|
@@ -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<import("vft/es/constants").ComponentSize>;
|
|
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
|
-
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
26
25
|
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
26
|
+
onClick?: ((data: import("./types").RadioProps) => 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<import("vft/es/constants").ComponentSize>;
|
|
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
|
-
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
63
62
|
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
63
|
+
onClick?: ((data: import("./types").RadioProps) => 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<import("vft/es/constants").ComponentSize>;
|
|
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
|
-
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
93
92
|
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
93
|
+
onClick?: ((data: import("./types").RadioProps) => 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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
169
169
|
};
|
|
170
170
|
disabled: {
|
|
171
171
|
type: import("vue").PropType<boolean>;
|
|
@@ -196,13 +196,10 @@ 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
|
+
fill: {
|
|
200
200
|
type: import("vue").PropType<string>;
|
|
201
201
|
};
|
|
202
|
-
|
|
203
|
-
type: import("vue").PropType<boolean>;
|
|
204
|
-
};
|
|
205
|
-
fill: {
|
|
202
|
+
label: {
|
|
206
203
|
type: import("vue").PropType<string>;
|
|
207
204
|
};
|
|
208
205
|
name: {
|
|
@@ -211,8 +208,11 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
211
208
|
id: {
|
|
212
209
|
type: import("vue").PropType<string>;
|
|
213
210
|
};
|
|
211
|
+
disabled: {
|
|
212
|
+
type: import("vue").PropType<boolean>;
|
|
213
|
+
};
|
|
214
214
|
size: {
|
|
215
|
-
type: import("vue").PropType<""
|
|
215
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
216
216
|
};
|
|
217
217
|
modelValue: {
|
|
218
218
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -246,13 +246,10 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
246
246
|
M: {};
|
|
247
247
|
Defaults: {};
|
|
248
248
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
249
|
-
|
|
249
|
+
fill: {
|
|
250
250
|
type: import("vue").PropType<string>;
|
|
251
251
|
};
|
|
252
|
-
|
|
253
|
-
type: import("vue").PropType<boolean>;
|
|
254
|
-
};
|
|
255
|
-
fill: {
|
|
252
|
+
label: {
|
|
256
253
|
type: import("vue").PropType<string>;
|
|
257
254
|
};
|
|
258
255
|
name: {
|
|
@@ -261,8 +258,11 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
261
258
|
id: {
|
|
262
259
|
type: import("vue").PropType<string>;
|
|
263
260
|
};
|
|
261
|
+
disabled: {
|
|
262
|
+
type: import("vue").PropType<boolean>;
|
|
263
|
+
};
|
|
264
264
|
size: {
|
|
265
|
-
type: import("vue").PropType<""
|
|
265
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
266
266
|
};
|
|
267
267
|
modelValue: {
|
|
268
268
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -290,13 +290,10 @@ 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
|
+
fill: {
|
|
294
294
|
type: import("vue").PropType<string>;
|
|
295
295
|
};
|
|
296
|
-
|
|
297
|
-
type: import("vue").PropType<boolean>;
|
|
298
|
-
};
|
|
299
|
-
fill: {
|
|
296
|
+
label: {
|
|
300
297
|
type: import("vue").PropType<string>;
|
|
301
298
|
};
|
|
302
299
|
name: {
|
|
@@ -305,8 +302,11 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
305
302
|
id: {
|
|
306
303
|
type: import("vue").PropType<string>;
|
|
307
304
|
};
|
|
305
|
+
disabled: {
|
|
306
|
+
type: import("vue").PropType<boolean>;
|
|
307
|
+
};
|
|
308
308
|
size: {
|
|
309
|
-
type: import("vue").PropType<""
|
|
309
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
310
310
|
};
|
|
311
311
|
modelValue: {
|
|
312
312
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -340,13 +340,10 @@ 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
|
+
fill: {
|
|
344
344
|
type: import("vue").PropType<string>;
|
|
345
345
|
};
|
|
346
|
-
|
|
347
|
-
type: import("vue").PropType<boolean>;
|
|
348
|
-
};
|
|
349
|
-
fill: {
|
|
346
|
+
label: {
|
|
350
347
|
type: import("vue").PropType<string>;
|
|
351
348
|
};
|
|
352
349
|
name: {
|
|
@@ -355,8 +352,11 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
355
352
|
id: {
|
|
356
353
|
type: import("vue").PropType<string>;
|
|
357
354
|
};
|
|
355
|
+
disabled: {
|
|
356
|
+
type: import("vue").PropType<boolean>;
|
|
357
|
+
};
|
|
358
358
|
size: {
|
|
359
|
-
type: import("vue").PropType<""
|
|
359
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
360
360
|
};
|
|
361
361
|
modelValue: {
|
|
362
362
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -390,13 +390,10 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
390
390
|
M: {};
|
|
391
391
|
Defaults: {};
|
|
392
392
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
393
|
-
|
|
393
|
+
fill: {
|
|
394
394
|
type: import("vue").PropType<string>;
|
|
395
395
|
};
|
|
396
|
-
|
|
397
|
-
type: import("vue").PropType<boolean>;
|
|
398
|
-
};
|
|
399
|
-
fill: {
|
|
396
|
+
label: {
|
|
400
397
|
type: import("vue").PropType<string>;
|
|
401
398
|
};
|
|
402
399
|
name: {
|
|
@@ -405,8 +402,11 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
405
402
|
id: {
|
|
406
403
|
type: import("vue").PropType<string>;
|
|
407
404
|
};
|
|
405
|
+
disabled: {
|
|
406
|
+
type: import("vue").PropType<boolean>;
|
|
407
|
+
};
|
|
408
408
|
size: {
|
|
409
|
-
type: import("vue").PropType<""
|
|
409
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
410
410
|
};
|
|
411
411
|
modelValue: {
|
|
412
412
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -434,13 +434,10 @@ 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
|
+
fill: {
|
|
438
438
|
type: import("vue").PropType<string>;
|
|
439
439
|
};
|
|
440
|
-
|
|
441
|
-
type: import("vue").PropType<boolean>;
|
|
442
|
-
};
|
|
443
|
-
fill: {
|
|
440
|
+
label: {
|
|
444
441
|
type: import("vue").PropType<string>;
|
|
445
442
|
};
|
|
446
443
|
name: {
|
|
@@ -449,8 +446,11 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
449
446
|
id: {
|
|
450
447
|
type: import("vue").PropType<string>;
|
|
451
448
|
};
|
|
449
|
+
disabled: {
|
|
450
|
+
type: import("vue").PropType<boolean>;
|
|
451
|
+
};
|
|
452
452
|
size: {
|
|
453
|
-
type: import("vue").PropType<""
|
|
453
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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
|
-
onClick?: ((data: RadioProps) => any) | undefined;
|
|
11
10
|
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
11
|
+
onClick?: ((data: RadioProps) => 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<import("vft/es/constants").ComponentSize>;
|
|
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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
24
24
|
};
|
|
25
25
|
currentTabId: {
|
|
26
26
|
type: StringConstructor;
|
|
@@ -190,7 +190,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
190
190
|
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
191
191
|
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
192
192
|
selectDisabled: import("vue").ComputedRef<boolean>;
|
|
193
|
-
selectSize: import("vue").ComputedRef<""
|
|
193
|
+
selectSize: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
194
194
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
195
195
|
showClearBtn: import("vue").ComputedRef<boolean>;
|
|
196
196
|
states: import("./select.types").SelectStates;
|
|
@@ -239,13 +239,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
239
239
|
$data: {};
|
|
240
240
|
$props: Partial<{}> & Omit<{
|
|
241
241
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
242
|
-
readonly disabled?: boolean | undefined;
|
|
243
242
|
readonly content?: string | undefined;
|
|
244
243
|
readonly zIndex?: number | undefined;
|
|
245
244
|
readonly offset?: number | undefined;
|
|
246
245
|
readonly transition?: string | undefined;
|
|
247
|
-
readonly onClick?: Function | undefined;
|
|
248
246
|
readonly onBlur?: Function | undefined;
|
|
247
|
+
readonly onClick?: Function | undefined;
|
|
249
248
|
readonly onContextmenu?: Function | undefined;
|
|
250
249
|
readonly onFocus?: Function | undefined;
|
|
251
250
|
readonly onKeydown?: Function | undefined;
|
|
@@ -255,6 +254,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
255
254
|
readonly id?: string | undefined;
|
|
256
255
|
readonly ariaLabel?: string | undefined;
|
|
257
256
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
257
|
+
readonly disabled?: boolean | undefined;
|
|
258
258
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
259
259
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
260
260
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -657,13 +657,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
657
657
|
$data: {};
|
|
658
658
|
$props: Partial<{}> & Omit<{
|
|
659
659
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
660
|
-
readonly disabled?: boolean | undefined;
|
|
661
660
|
readonly content?: string | undefined;
|
|
662
661
|
readonly zIndex?: number | undefined;
|
|
663
662
|
readonly offset?: number | undefined;
|
|
664
663
|
readonly transition?: string | undefined;
|
|
665
|
-
readonly onClick?: Function | undefined;
|
|
666
664
|
readonly onBlur?: Function | undefined;
|
|
665
|
+
readonly onClick?: Function | undefined;
|
|
667
666
|
readonly onContextmenu?: Function | undefined;
|
|
668
667
|
readonly onFocus?: Function | undefined;
|
|
669
668
|
readonly onKeydown?: Function | undefined;
|
|
@@ -673,6 +672,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
673
672
|
readonly id?: string | undefined;
|
|
674
673
|
readonly ariaLabel?: string | undefined;
|
|
675
674
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
675
|
+
readonly disabled?: boolean | undefined;
|
|
676
676
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
677
677
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
678
678
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1076,13 +1076,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1076
1076
|
$data: {};
|
|
1077
1077
|
$props: Partial<{}> & Omit<{
|
|
1078
1078
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1079
|
-
readonly disabled?: boolean | undefined;
|
|
1080
1079
|
readonly content?: string | undefined;
|
|
1081
1080
|
readonly zIndex?: number | undefined;
|
|
1082
1081
|
readonly offset?: number | undefined;
|
|
1083
1082
|
readonly transition?: string | undefined;
|
|
1084
|
-
readonly onClick?: Function | undefined;
|
|
1085
1083
|
readonly onBlur?: Function | undefined;
|
|
1084
|
+
readonly onClick?: Function | undefined;
|
|
1086
1085
|
readonly onContextmenu?: Function | undefined;
|
|
1087
1086
|
readonly onFocus?: Function | undefined;
|
|
1088
1087
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1092,6 +1091,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1092
1091
|
readonly id?: string | undefined;
|
|
1093
1092
|
readonly ariaLabel?: string | undefined;
|
|
1094
1093
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1094
|
+
readonly disabled?: boolean | undefined;
|
|
1095
1095
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1096
1096
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1097
1097
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1494,13 +1494,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1494
1494
|
$data: {};
|
|
1495
1495
|
$props: Partial<{}> & Omit<{
|
|
1496
1496
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1497
|
-
readonly disabled?: boolean | undefined;
|
|
1498
1497
|
readonly content?: string | undefined;
|
|
1499
1498
|
readonly zIndex?: number | undefined;
|
|
1500
1499
|
readonly offset?: number | undefined;
|
|
1501
1500
|
readonly transition?: string | undefined;
|
|
1502
|
-
readonly onClick?: Function | undefined;
|
|
1503
1501
|
readonly onBlur?: Function | undefined;
|
|
1502
|
+
readonly onClick?: Function | undefined;
|
|
1504
1503
|
readonly onContextmenu?: Function | undefined;
|
|
1505
1504
|
readonly onFocus?: Function | undefined;
|
|
1506
1505
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1510,6 +1509,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1510
1509
|
readonly id?: string | undefined;
|
|
1511
1510
|
readonly ariaLabel?: string | undefined;
|
|
1512
1511
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1512
|
+
readonly disabled?: boolean | undefined;
|
|
1513
1513
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1514
1514
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1515
1515
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -2113,10 +2113,10 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2113
2113
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
2114
2114
|
"onRemove-tag"?: ((val: unknown) => any) | undefined;
|
|
2115
2115
|
}>, {
|
|
2116
|
-
disabled: boolean;
|
|
2117
2116
|
height: number;
|
|
2118
2117
|
offset: number;
|
|
2119
2118
|
props: import("./useProps").Props;
|
|
2119
|
+
disabled: boolean;
|
|
2120
2120
|
placement: import("@popperjs/core").Placement;
|
|
2121
2121
|
effect: string;
|
|
2122
2122
|
tabindex: string | number;
|