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
|
@@ -9,9 +9,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
9
9
|
text: {
|
|
10
10
|
type: import("vue").PropType<boolean>;
|
|
11
11
|
};
|
|
12
|
-
disabled: {
|
|
13
|
-
type: import("vue").PropType<boolean>;
|
|
14
|
-
};
|
|
15
12
|
color: {
|
|
16
13
|
type: import("vue").PropType<string>;
|
|
17
14
|
};
|
|
@@ -21,17 +18,20 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
21
18
|
autofocus: {
|
|
22
19
|
type: import("vue").PropType<boolean>;
|
|
23
20
|
};
|
|
21
|
+
disabled: {
|
|
22
|
+
type: import("vue").PropType<boolean>;
|
|
23
|
+
};
|
|
24
24
|
size: {
|
|
25
25
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
26
26
|
};
|
|
27
|
-
|
|
28
|
-
type: import("vue").PropType<
|
|
27
|
+
icon: {
|
|
28
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
29
29
|
};
|
|
30
30
|
dark: {
|
|
31
31
|
type: import("vue").PropType<boolean>;
|
|
32
32
|
};
|
|
33
|
-
|
|
34
|
-
type: import("vue").PropType<
|
|
33
|
+
bg: {
|
|
34
|
+
type: import("vue").PropType<boolean>;
|
|
35
35
|
};
|
|
36
36
|
loading: {
|
|
37
37
|
type: import("vue").PropType<boolean>;
|
|
@@ -71,7 +71,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
71
71
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
73
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
74
|
-
size: import("vue").ComputedRef<""
|
|
74
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
75
75
|
type: import("vue").ComputedRef<any>;
|
|
76
76
|
disabled: import("vue").ComputedRef<boolean>;
|
|
77
77
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
@@ -99,9 +99,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
99
99
|
text: {
|
|
100
100
|
type: import("vue").PropType<boolean>;
|
|
101
101
|
};
|
|
102
|
-
disabled: {
|
|
103
|
-
type: import("vue").PropType<boolean>;
|
|
104
|
-
};
|
|
105
102
|
color: {
|
|
106
103
|
type: import("vue").PropType<string>;
|
|
107
104
|
};
|
|
@@ -111,17 +108,20 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
111
108
|
autofocus: {
|
|
112
109
|
type: import("vue").PropType<boolean>;
|
|
113
110
|
};
|
|
111
|
+
disabled: {
|
|
112
|
+
type: import("vue").PropType<boolean>;
|
|
113
|
+
};
|
|
114
114
|
size: {
|
|
115
115
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
116
116
|
};
|
|
117
|
-
|
|
118
|
-
type: import("vue").PropType<
|
|
117
|
+
icon: {
|
|
118
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
119
119
|
};
|
|
120
120
|
dark: {
|
|
121
121
|
type: import("vue").PropType<boolean>;
|
|
122
122
|
};
|
|
123
|
-
|
|
124
|
-
type: import("vue").PropType<
|
|
123
|
+
bg: {
|
|
124
|
+
type: import("vue").PropType<boolean>;
|
|
125
125
|
};
|
|
126
126
|
loading: {
|
|
127
127
|
type: import("vue").PropType<boolean>;
|
|
@@ -161,7 +161,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
161
161
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
162
162
|
}>, {
|
|
163
163
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
164
|
-
size: import("vue").ComputedRef<""
|
|
164
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
165
165
|
type: import("vue").ComputedRef<any>;
|
|
166
166
|
disabled: import("vue").ComputedRef<boolean>;
|
|
167
167
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
@@ -184,9 +184,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
184
184
|
text: {
|
|
185
185
|
type: import("vue").PropType<boolean>;
|
|
186
186
|
};
|
|
187
|
-
disabled: {
|
|
188
|
-
type: import("vue").PropType<boolean>;
|
|
189
|
-
};
|
|
190
187
|
color: {
|
|
191
188
|
type: import("vue").PropType<string>;
|
|
192
189
|
};
|
|
@@ -196,17 +193,20 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
196
193
|
autofocus: {
|
|
197
194
|
type: import("vue").PropType<boolean>;
|
|
198
195
|
};
|
|
196
|
+
disabled: {
|
|
197
|
+
type: import("vue").PropType<boolean>;
|
|
198
|
+
};
|
|
199
199
|
size: {
|
|
200
200
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
201
201
|
};
|
|
202
|
-
|
|
203
|
-
type: import("vue").PropType<
|
|
202
|
+
icon: {
|
|
203
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
204
204
|
};
|
|
205
205
|
dark: {
|
|
206
206
|
type: import("vue").PropType<boolean>;
|
|
207
207
|
};
|
|
208
|
-
|
|
209
|
-
type: import("vue").PropType<
|
|
208
|
+
bg: {
|
|
209
|
+
type: import("vue").PropType<boolean>;
|
|
210
210
|
};
|
|
211
211
|
loading: {
|
|
212
212
|
type: import("vue").PropType<boolean>;
|
|
@@ -246,7 +246,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
246
246
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
247
247
|
}>, {
|
|
248
248
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
249
|
-
size: import("vue").ComputedRef<""
|
|
249
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
250
250
|
type: import("vue").ComputedRef<any>;
|
|
251
251
|
disabled: import("vue").ComputedRef<boolean>;
|
|
252
252
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
@@ -12,7 +12,7 @@ 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<""
|
|
15
|
+
_size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
16
16
|
_type: import("vue").ComputedRef<any>;
|
|
17
17
|
_ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
18
18
|
shouldAddSpace: import("vue").ComputedRef<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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
10
|
+
checkboxSize: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
11
11
|
hasOwnLabel: import("vue").ComputedRef<boolean>;
|
|
12
12
|
model: import("vue").WritableComputedRef<any, unknown>;
|
|
13
13
|
handleChange: (e: Event) => void;
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
-
label: {
|
|
4
|
-
type: import("vue").PropType<string | number>;
|
|
5
|
-
};
|
|
6
|
-
disabled: {
|
|
7
|
-
type: import("vue").PropType<boolean>;
|
|
8
|
-
};
|
|
9
3
|
value: {
|
|
10
4
|
type: import("vue").PropType<string | number | boolean | object>;
|
|
11
5
|
};
|
|
6
|
+
label: {
|
|
7
|
+
type: import("vue").PropType<string | number>;
|
|
8
|
+
};
|
|
12
9
|
border: {
|
|
13
10
|
type: import("vue").PropType<boolean>;
|
|
14
11
|
};
|
|
@@ -18,8 +15,11 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
18
15
|
id: {
|
|
19
16
|
type: import("vue").PropType<string>;
|
|
20
17
|
};
|
|
18
|
+
disabled: {
|
|
19
|
+
type: import("vue").PropType<boolean>;
|
|
20
|
+
};
|
|
21
21
|
size: {
|
|
22
|
-
type: import("vue").PropType<""
|
|
22
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
23
23
|
};
|
|
24
24
|
modelValue: {
|
|
25
25
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -62,15 +62,12 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
62
62
|
M: {};
|
|
63
63
|
Defaults: {};
|
|
64
64
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
-
label: {
|
|
66
|
-
type: import("vue").PropType<string | number>;
|
|
67
|
-
};
|
|
68
|
-
disabled: {
|
|
69
|
-
type: import("vue").PropType<boolean>;
|
|
70
|
-
};
|
|
71
65
|
value: {
|
|
72
66
|
type: import("vue").PropType<string | number | boolean | object>;
|
|
73
67
|
};
|
|
68
|
+
label: {
|
|
69
|
+
type: import("vue").PropType<string | number>;
|
|
70
|
+
};
|
|
74
71
|
border: {
|
|
75
72
|
type: import("vue").PropType<boolean>;
|
|
76
73
|
};
|
|
@@ -80,8 +77,11 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
80
77
|
id: {
|
|
81
78
|
type: import("vue").PropType<string>;
|
|
82
79
|
};
|
|
80
|
+
disabled: {
|
|
81
|
+
type: import("vue").PropType<boolean>;
|
|
82
|
+
};
|
|
83
83
|
size: {
|
|
84
|
-
type: import("vue").PropType<""
|
|
84
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
85
85
|
};
|
|
86
86
|
modelValue: {
|
|
87
87
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -118,15 +118,12 @@ 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
|
-
label: {
|
|
122
|
-
type: import("vue").PropType<string | number>;
|
|
123
|
-
};
|
|
124
|
-
disabled: {
|
|
125
|
-
type: import("vue").PropType<boolean>;
|
|
126
|
-
};
|
|
127
121
|
value: {
|
|
128
122
|
type: import("vue").PropType<string | number | boolean | object>;
|
|
129
123
|
};
|
|
124
|
+
label: {
|
|
125
|
+
type: import("vue").PropType<string | number>;
|
|
126
|
+
};
|
|
130
127
|
border: {
|
|
131
128
|
type: import("vue").PropType<boolean>;
|
|
132
129
|
};
|
|
@@ -136,8 +133,11 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
136
133
|
id: {
|
|
137
134
|
type: import("vue").PropType<string>;
|
|
138
135
|
};
|
|
136
|
+
disabled: {
|
|
137
|
+
type: import("vue").PropType<boolean>;
|
|
138
|
+
};
|
|
139
139
|
size: {
|
|
140
|
-
type: import("vue").PropType<""
|
|
140
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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
|
+
};
|
|
352
355
|
label: {
|
|
353
356
|
type: import("vue").PropType<string>;
|
|
354
357
|
};
|
|
355
358
|
disabled: {
|
|
356
359
|
type: import("vue").PropType<boolean>;
|
|
357
360
|
};
|
|
358
|
-
fill: {
|
|
359
|
-
type: import("vue").PropType<string>;
|
|
360
|
-
};
|
|
361
361
|
size: {
|
|
362
|
-
type: import("vue").PropType<""
|
|
362
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
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
|
+
};
|
|
409
412
|
label: {
|
|
410
413
|
type: import("vue").PropType<string>;
|
|
411
414
|
};
|
|
412
415
|
disabled: {
|
|
413
416
|
type: import("vue").PropType<boolean>;
|
|
414
417
|
};
|
|
415
|
-
fill: {
|
|
416
|
-
type: import("vue").PropType<string>;
|
|
417
|
-
};
|
|
418
418
|
size: {
|
|
419
|
-
type: import("vue").PropType<""
|
|
419
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
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
|
+
};
|
|
460
463
|
label: {
|
|
461
464
|
type: import("vue").PropType<string>;
|
|
462
465
|
};
|
|
463
466
|
disabled: {
|
|
464
467
|
type: import("vue").PropType<boolean>;
|
|
465
468
|
};
|
|
466
|
-
fill: {
|
|
467
|
-
type: import("vue").PropType<string>;
|
|
468
|
-
};
|
|
469
469
|
size: {
|
|
470
|
-
type: import("vue").PropType<""
|
|
470
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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<import("vft/es/constants").ComponentSize>;
|
|
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
|
+
};
|
|
688
691
|
label: {
|
|
689
692
|
type: import("vue").PropType<string>;
|
|
690
693
|
};
|
|
691
694
|
disabled: {
|
|
692
695
|
type: import("vue").PropType<boolean>;
|
|
693
696
|
};
|
|
694
|
-
fill: {
|
|
695
|
-
type: import("vue").PropType<string>;
|
|
696
|
-
};
|
|
697
697
|
size: {
|
|
698
|
-
type: import("vue").PropType<""
|
|
698
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
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
|
+
};
|
|
745
748
|
label: {
|
|
746
749
|
type: import("vue").PropType<string>;
|
|
747
750
|
};
|
|
748
751
|
disabled: {
|
|
749
752
|
type: import("vue").PropType<boolean>;
|
|
750
753
|
};
|
|
751
|
-
fill: {
|
|
752
|
-
type: import("vue").PropType<string>;
|
|
753
|
-
};
|
|
754
754
|
size: {
|
|
755
|
-
type: import("vue").PropType<""
|
|
755
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
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
|
+
};
|
|
796
799
|
label: {
|
|
797
800
|
type: import("vue").PropType<string>;
|
|
798
801
|
};
|
|
799
802
|
disabled: {
|
|
800
803
|
type: import("vue").PropType<boolean>;
|
|
801
804
|
};
|
|
802
|
-
fill: {
|
|
803
|
-
type: import("vue").PropType<string>;
|
|
804
|
-
};
|
|
805
805
|
size: {
|
|
806
|
-
type: import("vue").PropType<""
|
|
806
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
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
|
+
push: {
|
|
4
4
|
type: import("vue").PropType<number>;
|
|
5
5
|
default: number;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
span: {
|
|
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
|
-
span: number;
|
|
40
39
|
push: number;
|
|
40
|
+
span: 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
|
+
push: {
|
|
53
53
|
type: import("vue").PropType<number>;
|
|
54
54
|
default: number;
|
|
55
55
|
};
|
|
56
|
-
|
|
56
|
+
span: {
|
|
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
|
-
span: number;
|
|
89
88
|
push: number;
|
|
89
|
+
span: 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
|
+
push: {
|
|
99
99
|
type: import("vue").PropType<number>;
|
|
100
100
|
default: number;
|
|
101
101
|
};
|
|
102
|
-
|
|
102
|
+
span: {
|
|
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
|
-
span: number;
|
|
135
134
|
push: number;
|
|
135
|
+
span: 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
|
-
disabled: {
|
|
6
|
-
type: import("vue").PropType<boolean>;
|
|
7
|
-
};
|
|
8
5
|
id: {
|
|
9
6
|
type: import("vue").PropType<string>;
|
|
10
7
|
};
|
|
8
|
+
disabled: {
|
|
9
|
+
type: import("vue").PropType<boolean>;
|
|
10
|
+
};
|
|
11
11
|
size: {
|
|
12
|
-
type: import("vue").PropType<""
|
|
12
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
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
|
-
disabled: {
|
|
50
|
-
type: import("vue").PropType<boolean>;
|
|
51
|
-
};
|
|
52
49
|
id: {
|
|
53
50
|
type: import("vue").PropType<string>;
|
|
54
51
|
};
|
|
52
|
+
disabled: {
|
|
53
|
+
type: import("vue").PropType<boolean>;
|
|
54
|
+
};
|
|
55
55
|
size: {
|
|
56
|
-
type: import("vue").PropType<""
|
|
56
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
57
57
|
};
|
|
58
58
|
modelValue: {
|
|
59
59
|
type: import("vue").PropType<string>;
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
18
|
readonly tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
19
19
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
20
20
|
readonly unlinkPanels: BooleanConstructor;
|
|
21
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
21
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
22
22
|
readonly fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
23
23
|
readonly emptyValues: ArrayConstructor;
|
|
24
24
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
65
65
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
66
66
|
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>;
|
|
67
67
|
readonly size: {
|
|
68
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
68
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
110
110
|
readonly tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
111
111
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
112
112
|
readonly unlinkPanels: BooleanConstructor;
|
|
113
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
113
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
114
114
|
readonly fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
115
115
|
readonly emptyValues: ArrayConstructor;
|
|
116
116
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -157,7 +157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
157
157
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
158
158
|
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>;
|
|
159
159
|
readonly size: {
|
|
160
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
160
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
161
161
|
readonly required: false;
|
|
162
162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
163
|
__epPropKey: true;
|
|
@@ -186,10 +186,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
186
186
|
}>> & Readonly<{
|
|
187
187
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
188
188
|
}>, {
|
|
189
|
-
readonly disabled: boolean;
|
|
190
189
|
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown>;
|
|
190
|
+
readonly disabled: boolean;
|
|
191
191
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [DateModelType, DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [DateModelType, DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType)) | null)[], unknown, unknown>;
|
|
192
|
-
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
192
|
+
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown>;
|
|
193
193
|
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
194
194
|
readonly readonly: boolean;
|
|
195
195
|
readonly placeholder: string;
|