vft 0.0.159 → 0.0.160
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/autocomplete/autocomplete.vue.d.ts +1 -1
- package/es/components/autocomplete/index.d.ts +3 -3
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +43 -43
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +32 -32
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/dialog/dialog.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +6 -6
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +11 -11
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/index.d.ts +24 -24
- package/es/components/icon/icon.vue2.js +29 -24
- package/es/components/md-container/md-container.vue2.js +32 -32
- package/es/components/modal/index.d.ts +19 -19
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/select/index.d.ts +2 -1872
- package/es/components/select/select.vue.d.ts +1 -936
- package/es/components/select/useSelect.d.ts +1 -1
- package/es/components/super-form/index.d.ts +12 -12
- package/es/components/switch/index.d.ts +5 -5
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +55 -55
- package/es/components/table/table.vue.d.ts +1 -1
- package/es/components/time-picker/common/picker.vue.d.ts +1 -1
- package/es/components/tree/index.d.ts +12 -12
- package/es/components/tree/tree.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +39 -39
- package/es/components/upload/upload-content.vue.d.ts +2 -2
- package/es/components/upload/upload.vue.d.ts +3 -3
- package/es/components/upload/use-handlers.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +1 -1
- package/lib/components/autocomplete/index.d.ts +3 -3
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +43 -43
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +32 -32
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +6 -6
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/index.d.ts +11 -11
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/index.d.ts +24 -24
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/modal/index.d.ts +19 -19
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/select/index.d.ts +2 -1872
- package/lib/components/select/select.vue.d.ts +1 -936
- package/lib/components/select/useSelect.d.ts +1 -1
- package/lib/components/super-form/index.d.ts +12 -12
- package/lib/components/switch/index.d.ts +5 -5
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +55 -55
- package/lib/components/table/table.vue.d.ts +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
- package/lib/components/tree/index.d.ts +12 -12
- package/lib/components/tree/tree.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +39 -39
- package/lib/components/upload/upload-content.vue.d.ts +2 -2
- package/lib/components/upload/upload.vue.d.ts +3 -3
- package/lib/components/upload/use-handlers.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
- package/es/components/loading/index.d.ts +0 -48
- package/es/components/loading/loading.d.ts +0 -36
- package/lib/components/loading/index.d.ts +0 -48
- package/lib/components/loading/loading.d.ts +0 -36
|
@@ -54,10 +54,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
54
54
|
readonly className?: import("../types").ClassType | undefined;
|
|
55
55
|
readonly ariaLabel?: string | undefined;
|
|
56
56
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
57
|
+
readonly visible?: boolean | undefined;
|
|
57
58
|
readonly disabled?: boolean | undefined;
|
|
58
59
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
59
60
|
readonly appendTo?: any;
|
|
60
|
-
readonly visible?: boolean | undefined;
|
|
61
61
|
readonly arrowOffset?: number | undefined;
|
|
62
62
|
readonly gpuAcceleration?: boolean | undefined;
|
|
63
63
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -87,10 +87,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
87
87
|
readonly className?: import("../types").ClassType | undefined;
|
|
88
88
|
readonly ariaLabel?: string | undefined;
|
|
89
89
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
90
|
+
readonly visible?: boolean | undefined;
|
|
90
91
|
readonly disabled?: boolean | undefined;
|
|
91
92
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
92
93
|
readonly appendTo?: any;
|
|
93
|
-
readonly visible?: boolean | undefined;
|
|
94
94
|
readonly arrowOffset?: number | undefined;
|
|
95
95
|
readonly gpuAcceleration?: boolean | undefined;
|
|
96
96
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -795,10 +795,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
795
795
|
readonly className?: import("../types").ClassType | undefined;
|
|
796
796
|
readonly ariaLabel?: string | undefined;
|
|
797
797
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
798
|
+
readonly visible?: boolean | undefined;
|
|
798
799
|
readonly disabled?: boolean | undefined;
|
|
799
800
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
800
801
|
readonly appendTo?: any;
|
|
801
|
-
readonly visible?: boolean | undefined;
|
|
802
802
|
readonly arrowOffset?: number | undefined;
|
|
803
803
|
readonly gpuAcceleration?: boolean | undefined;
|
|
804
804
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1435,10 +1435,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1435
1435
|
readonly className?: import("../types").ClassType | undefined;
|
|
1436
1436
|
readonly ariaLabel?: string | undefined;
|
|
1437
1437
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
1438
|
+
readonly visible?: boolean | undefined;
|
|
1438
1439
|
readonly disabled?: boolean | undefined;
|
|
1439
1440
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
1440
1441
|
readonly appendTo?: any;
|
|
1441
|
-
readonly visible?: boolean | undefined;
|
|
1442
1442
|
readonly arrowOffset?: number | undefined;
|
|
1443
1443
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1444
1444
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -55,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
55
55
|
ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
56
56
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
57
57
|
type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
58
|
-
disabled: globalThis.ComputedRef<boolean
|
|
58
|
+
disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
59
59
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
60
60
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
61
|
click: (evt: MouseEvent) => void;
|
|
@@ -25,12 +25,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
25
25
|
icon: {
|
|
26
26
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
27
27
|
};
|
|
28
|
-
|
|
28
|
+
autofocus: {
|
|
29
|
+
type: globalThis.PropType<boolean>;
|
|
30
|
+
};
|
|
31
|
+
loading: {
|
|
29
32
|
type: globalThis.PropType<boolean>;
|
|
30
33
|
};
|
|
31
34
|
disabled: {
|
|
32
35
|
type: globalThis.PropType<boolean>;
|
|
33
36
|
};
|
|
37
|
+
block: {
|
|
38
|
+
type: globalThis.PropType<boolean>;
|
|
39
|
+
};
|
|
40
|
+
bg: {
|
|
41
|
+
type: globalThis.PropType<boolean>;
|
|
42
|
+
};
|
|
34
43
|
tag: {
|
|
35
44
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
36
45
|
default: string;
|
|
@@ -39,27 +48,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
39
48
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
40
49
|
default: string;
|
|
41
50
|
};
|
|
42
|
-
loading: {
|
|
43
|
-
type: globalThis.PropType<boolean>;
|
|
44
|
-
};
|
|
45
51
|
loadingIcon: {
|
|
46
52
|
type: globalThis.PropType<import("..").IconProps>;
|
|
47
53
|
};
|
|
48
54
|
plain: {
|
|
49
55
|
type: globalThis.PropType<boolean>;
|
|
50
56
|
};
|
|
51
|
-
autofocus: {
|
|
52
|
-
type: globalThis.PropType<boolean>;
|
|
53
|
-
};
|
|
54
57
|
round: {
|
|
55
58
|
type: globalThis.PropType<boolean>;
|
|
56
59
|
};
|
|
57
60
|
autoInsertSpace: {
|
|
58
61
|
type: globalThis.PropType<boolean>;
|
|
59
62
|
};
|
|
60
|
-
block: {
|
|
61
|
-
type: globalThis.PropType<boolean>;
|
|
62
|
-
};
|
|
63
63
|
useThrottle: {
|
|
64
64
|
type: globalThis.PropType<boolean>;
|
|
65
65
|
default: boolean;
|
|
@@ -74,7 +74,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
74
74
|
ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
75
75
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
76
76
|
type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
77
|
-
disabled: globalThis.ComputedRef<boolean
|
|
77
|
+
disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
78
78
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
79
79
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
80
80
|
click: (evt: MouseEvent) => void;
|
|
@@ -103,12 +103,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
103
103
|
icon: {
|
|
104
104
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
105
105
|
};
|
|
106
|
-
|
|
106
|
+
autofocus: {
|
|
107
|
+
type: globalThis.PropType<boolean>;
|
|
108
|
+
};
|
|
109
|
+
loading: {
|
|
107
110
|
type: globalThis.PropType<boolean>;
|
|
108
111
|
};
|
|
109
112
|
disabled: {
|
|
110
113
|
type: globalThis.PropType<boolean>;
|
|
111
114
|
};
|
|
115
|
+
block: {
|
|
116
|
+
type: globalThis.PropType<boolean>;
|
|
117
|
+
};
|
|
118
|
+
bg: {
|
|
119
|
+
type: globalThis.PropType<boolean>;
|
|
120
|
+
};
|
|
112
121
|
tag: {
|
|
113
122
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
114
123
|
default: string;
|
|
@@ -117,27 +126,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
117
126
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
118
127
|
default: string;
|
|
119
128
|
};
|
|
120
|
-
loading: {
|
|
121
|
-
type: globalThis.PropType<boolean>;
|
|
122
|
-
};
|
|
123
129
|
loadingIcon: {
|
|
124
130
|
type: globalThis.PropType<import("..").IconProps>;
|
|
125
131
|
};
|
|
126
132
|
plain: {
|
|
127
133
|
type: globalThis.PropType<boolean>;
|
|
128
134
|
};
|
|
129
|
-
autofocus: {
|
|
130
|
-
type: globalThis.PropType<boolean>;
|
|
131
|
-
};
|
|
132
135
|
round: {
|
|
133
136
|
type: globalThis.PropType<boolean>;
|
|
134
137
|
};
|
|
135
138
|
autoInsertSpace: {
|
|
136
139
|
type: globalThis.PropType<boolean>;
|
|
137
140
|
};
|
|
138
|
-
block: {
|
|
139
|
-
type: globalThis.PropType<boolean>;
|
|
140
|
-
};
|
|
141
141
|
useThrottle: {
|
|
142
142
|
type: globalThis.PropType<boolean>;
|
|
143
143
|
default: boolean;
|
|
@@ -185,12 +185,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
185
185
|
icon: {
|
|
186
186
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
187
187
|
};
|
|
188
|
-
|
|
188
|
+
autofocus: {
|
|
189
|
+
type: globalThis.PropType<boolean>;
|
|
190
|
+
};
|
|
191
|
+
loading: {
|
|
189
192
|
type: globalThis.PropType<boolean>;
|
|
190
193
|
};
|
|
191
194
|
disabled: {
|
|
192
195
|
type: globalThis.PropType<boolean>;
|
|
193
196
|
};
|
|
197
|
+
block: {
|
|
198
|
+
type: globalThis.PropType<boolean>;
|
|
199
|
+
};
|
|
200
|
+
bg: {
|
|
201
|
+
type: globalThis.PropType<boolean>;
|
|
202
|
+
};
|
|
194
203
|
tag: {
|
|
195
204
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
196
205
|
default: string;
|
|
@@ -199,27 +208,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
199
208
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
200
209
|
default: string;
|
|
201
210
|
};
|
|
202
|
-
loading: {
|
|
203
|
-
type: globalThis.PropType<boolean>;
|
|
204
|
-
};
|
|
205
211
|
loadingIcon: {
|
|
206
212
|
type: globalThis.PropType<import("..").IconProps>;
|
|
207
213
|
};
|
|
208
214
|
plain: {
|
|
209
215
|
type: globalThis.PropType<boolean>;
|
|
210
216
|
};
|
|
211
|
-
autofocus: {
|
|
212
|
-
type: globalThis.PropType<boolean>;
|
|
213
|
-
};
|
|
214
217
|
round: {
|
|
215
218
|
type: globalThis.PropType<boolean>;
|
|
216
219
|
};
|
|
217
220
|
autoInsertSpace: {
|
|
218
221
|
type: globalThis.PropType<boolean>;
|
|
219
222
|
};
|
|
220
|
-
block: {
|
|
221
|
-
type: globalThis.PropType<boolean>;
|
|
222
|
-
};
|
|
223
223
|
useThrottle: {
|
|
224
224
|
type: globalThis.PropType<boolean>;
|
|
225
225
|
default: boolean;
|
|
@@ -234,7 +234,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
234
234
|
ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
235
235
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
236
236
|
type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
237
|
-
disabled: globalThis.ComputedRef<boolean
|
|
237
|
+
disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
238
238
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
239
239
|
}, {}, {}, {}, {
|
|
240
240
|
tag: string | globalThis.Component;
|
|
@@ -270,12 +270,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
270
270
|
icon: {
|
|
271
271
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
272
272
|
};
|
|
273
|
-
|
|
273
|
+
autofocus: {
|
|
274
|
+
type: globalThis.PropType<boolean>;
|
|
275
|
+
};
|
|
276
|
+
loading: {
|
|
274
277
|
type: globalThis.PropType<boolean>;
|
|
275
278
|
};
|
|
276
279
|
disabled: {
|
|
277
280
|
type: globalThis.PropType<boolean>;
|
|
278
281
|
};
|
|
282
|
+
block: {
|
|
283
|
+
type: globalThis.PropType<boolean>;
|
|
284
|
+
};
|
|
285
|
+
bg: {
|
|
286
|
+
type: globalThis.PropType<boolean>;
|
|
287
|
+
};
|
|
279
288
|
tag: {
|
|
280
289
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
281
290
|
default: string;
|
|
@@ -284,27 +293,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
284
293
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
285
294
|
default: string;
|
|
286
295
|
};
|
|
287
|
-
loading: {
|
|
288
|
-
type: globalThis.PropType<boolean>;
|
|
289
|
-
};
|
|
290
296
|
loadingIcon: {
|
|
291
297
|
type: globalThis.PropType<import("..").IconProps>;
|
|
292
298
|
};
|
|
293
299
|
plain: {
|
|
294
300
|
type: globalThis.PropType<boolean>;
|
|
295
301
|
};
|
|
296
|
-
autofocus: {
|
|
297
|
-
type: globalThis.PropType<boolean>;
|
|
298
|
-
};
|
|
299
302
|
round: {
|
|
300
303
|
type: globalThis.PropType<boolean>;
|
|
301
304
|
};
|
|
302
305
|
autoInsertSpace: {
|
|
303
306
|
type: globalThis.PropType<boolean>;
|
|
304
307
|
};
|
|
305
|
-
block: {
|
|
306
|
-
type: globalThis.PropType<boolean>;
|
|
307
|
-
};
|
|
308
308
|
useThrottle: {
|
|
309
309
|
type: globalThis.PropType<boolean>;
|
|
310
310
|
default: boolean;
|
|
@@ -319,7 +319,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
319
319
|
ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
320
320
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
321
321
|
type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
322
|
-
disabled: globalThis.ComputedRef<boolean
|
|
322
|
+
disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
323
323
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
324
324
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
325
325
|
click: (evt: MouseEvent) => void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ButtonProps } from './button.vue';
|
|
2
2
|
export declare const useButton: (props: ButtonProps, emit: any) => {
|
|
3
3
|
_props: globalThis.ComputedRef<{
|
|
4
|
-
ariaDisabled: boolean | undefined;
|
|
5
|
-
disabled: boolean | undefined;
|
|
4
|
+
ariaDisabled: boolean | import("@vue/reactivity").Ref<boolean | undefined> | undefined;
|
|
5
|
+
disabled: boolean | import("@vue/reactivity").Ref<boolean | undefined> | undefined;
|
|
6
6
|
autofocus: boolean | undefined;
|
|
7
7
|
type: "button" | "reset" | "submit" | undefined;
|
|
8
8
|
} | {
|
|
@@ -11,7 +11,7 @@ export declare const useButton: (props: ButtonProps, emit: any) => {
|
|
|
11
11
|
autofocus?: undefined;
|
|
12
12
|
type?: undefined;
|
|
13
13
|
}>;
|
|
14
|
-
_disabled: globalThis.ComputedRef<boolean
|
|
14
|
+
_disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
15
15
|
_size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
16
16
|
_type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
17
17
|
_ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CheckboxModel, CheckboxStatus } from '../composables';
|
|
2
2
|
export declare const useCheckboxDisabled: ({ model, isChecked, }: Pick<CheckboxModel, 'model'> & Pick<CheckboxStatus, 'isChecked'>) => {
|
|
3
|
-
isDisabled: globalThis.ComputedRef<boolean
|
|
3
|
+
isDisabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
4
4
|
isLimitDisabled: globalThis.ComputedRef<boolean>;
|
|
5
5
|
};
|
|
6
6
|
export type CheckboxDisabled = ReturnType<typeof useCheckboxDisabled>;
|
|
@@ -4,7 +4,7 @@ export declare const useCheckbox: (props: CheckboxProps, slots: ComponentInterna
|
|
|
4
4
|
inputId: globalThis.Ref<string | undefined>;
|
|
5
5
|
isLabeledByFormItem: globalThis.ComputedRef<boolean>;
|
|
6
6
|
isChecked: globalThis.ComputedRef<boolean>;
|
|
7
|
-
isDisabled: globalThis.ComputedRef<boolean
|
|
7
|
+
isDisabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
8
8
|
isFocused: globalThis.Ref<boolean>;
|
|
9
9
|
checkboxButtonSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
10
10
|
checkboxSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
@@ -464,14 +464,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
464
464
|
options: {
|
|
465
465
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
466
466
|
};
|
|
467
|
-
|
|
468
|
-
type: globalThis.PropType<
|
|
467
|
+
max: {
|
|
468
|
+
type: globalThis.PropType<number>;
|
|
469
469
|
};
|
|
470
470
|
min: {
|
|
471
471
|
type: globalThis.PropType<number>;
|
|
472
472
|
};
|
|
473
|
-
|
|
474
|
-
type: globalThis.PropType<
|
|
473
|
+
disabled: {
|
|
474
|
+
type: globalThis.PropType<boolean>;
|
|
475
475
|
};
|
|
476
476
|
tag: {
|
|
477
477
|
type: globalThis.PropType<string>;
|
|
@@ -510,14 +510,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
510
510
|
options: {
|
|
511
511
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
512
512
|
};
|
|
513
|
-
|
|
514
|
-
type: globalThis.PropType<
|
|
513
|
+
max: {
|
|
514
|
+
type: globalThis.PropType<number>;
|
|
515
515
|
};
|
|
516
516
|
min: {
|
|
517
517
|
type: globalThis.PropType<number>;
|
|
518
518
|
};
|
|
519
|
-
|
|
520
|
-
type: globalThis.PropType<
|
|
519
|
+
disabled: {
|
|
520
|
+
type: globalThis.PropType<boolean>;
|
|
521
521
|
};
|
|
522
522
|
tag: {
|
|
523
523
|
type: globalThis.PropType<string>;
|
|
@@ -564,14 +564,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
564
564
|
options: {
|
|
565
565
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
566
566
|
};
|
|
567
|
-
|
|
568
|
-
type: globalThis.PropType<
|
|
567
|
+
max: {
|
|
568
|
+
type: globalThis.PropType<number>;
|
|
569
569
|
};
|
|
570
570
|
min: {
|
|
571
571
|
type: globalThis.PropType<number>;
|
|
572
572
|
};
|
|
573
|
-
|
|
574
|
-
type: globalThis.PropType<
|
|
573
|
+
disabled: {
|
|
574
|
+
type: globalThis.PropType<boolean>;
|
|
575
575
|
};
|
|
576
576
|
tag: {
|
|
577
577
|
type: globalThis.PropType<string>;
|
|
@@ -615,14 +615,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
615
615
|
options: {
|
|
616
616
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
617
617
|
};
|
|
618
|
-
|
|
619
|
-
type: globalThis.PropType<
|
|
618
|
+
max: {
|
|
619
|
+
type: globalThis.PropType<number>;
|
|
620
620
|
};
|
|
621
621
|
min: {
|
|
622
622
|
type: globalThis.PropType<number>;
|
|
623
623
|
};
|
|
624
|
-
|
|
625
|
-
type: globalThis.PropType<
|
|
624
|
+
disabled: {
|
|
625
|
+
type: globalThis.PropType<boolean>;
|
|
626
626
|
};
|
|
627
627
|
tag: {
|
|
628
628
|
type: globalThis.PropType<string>;
|
|
@@ -892,14 +892,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
892
892
|
options: {
|
|
893
893
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
894
894
|
};
|
|
895
|
-
|
|
896
|
-
type: globalThis.PropType<
|
|
895
|
+
max: {
|
|
896
|
+
type: globalThis.PropType<number>;
|
|
897
897
|
};
|
|
898
898
|
min: {
|
|
899
899
|
type: globalThis.PropType<number>;
|
|
900
900
|
};
|
|
901
|
-
|
|
902
|
-
type: globalThis.PropType<
|
|
901
|
+
disabled: {
|
|
902
|
+
type: globalThis.PropType<boolean>;
|
|
903
903
|
};
|
|
904
904
|
tag: {
|
|
905
905
|
type: globalThis.PropType<string>;
|
|
@@ -938,14 +938,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
938
938
|
options: {
|
|
939
939
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
940
940
|
};
|
|
941
|
-
|
|
942
|
-
type: globalThis.PropType<
|
|
941
|
+
max: {
|
|
942
|
+
type: globalThis.PropType<number>;
|
|
943
943
|
};
|
|
944
944
|
min: {
|
|
945
945
|
type: globalThis.PropType<number>;
|
|
946
946
|
};
|
|
947
|
-
|
|
948
|
-
type: globalThis.PropType<
|
|
947
|
+
disabled: {
|
|
948
|
+
type: globalThis.PropType<boolean>;
|
|
949
949
|
};
|
|
950
950
|
tag: {
|
|
951
951
|
type: globalThis.PropType<string>;
|
|
@@ -992,14 +992,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
992
992
|
options: {
|
|
993
993
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
994
994
|
};
|
|
995
|
-
|
|
996
|
-
type: globalThis.PropType<
|
|
995
|
+
max: {
|
|
996
|
+
type: globalThis.PropType<number>;
|
|
997
997
|
};
|
|
998
998
|
min: {
|
|
999
999
|
type: globalThis.PropType<number>;
|
|
1000
1000
|
};
|
|
1001
|
-
|
|
1002
|
-
type: globalThis.PropType<
|
|
1001
|
+
disabled: {
|
|
1002
|
+
type: globalThis.PropType<boolean>;
|
|
1003
1003
|
};
|
|
1004
1004
|
tag: {
|
|
1005
1005
|
type: globalThis.PropType<string>;
|
|
@@ -1043,14 +1043,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
1043
1043
|
options: {
|
|
1044
1044
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
1045
1045
|
};
|
|
1046
|
-
|
|
1047
|
-
type: globalThis.PropType<
|
|
1046
|
+
max: {
|
|
1047
|
+
type: globalThis.PropType<number>;
|
|
1048
1048
|
};
|
|
1049
1049
|
min: {
|
|
1050
1050
|
type: globalThis.PropType<number>;
|
|
1051
1051
|
};
|
|
1052
|
-
|
|
1053
|
-
type: globalThis.PropType<
|
|
1052
|
+
disabled: {
|
|
1053
|
+
type: globalThis.PropType<boolean>;
|
|
1054
1054
|
};
|
|
1055
1055
|
tag: {
|
|
1056
1056
|
type: globalThis.PropType<string>;
|
|
@@ -28,4 +28,4 @@ export declare function useGlobalComponentSettings(block: string): {
|
|
|
28
28
|
nextZIndex: () => number;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContext>, app?: App, global?: boolean) => globalThis.ComputedRef<Partial<import("../config-provider.vue").ConfigProviderProps
|
|
31
|
+
export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContext>, app?: App, global?: boolean) => globalThis.ComputedRef<Partial<import("../config-provider.vue").ConfigProviderProps> | import("@vue/reactivity").Ref<Partial<import("../config-provider.vue").ConfigProviderProps>>> | undefined;
|
|
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
24
|
"update:modelValue": (value: boolean) => void;
|
|
25
25
|
close: () => void;
|
|
26
26
|
open: () => void;
|
|
27
|
-
opened: () => void;
|
|
28
27
|
closed: () => void;
|
|
28
|
+
opened: () => void;
|
|
29
29
|
openAutoFocus: () => void;
|
|
30
30
|
closeAutoFocus: () => void;
|
|
31
31
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogProps>>> & {
|
|
@@ -34,8 +34,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
34
34
|
onOpen?: (() => any) | undefined;
|
|
35
35
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
36
36
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
37
|
-
onOpened?: (() => any) | undefined;
|
|
38
37
|
onClosed?: (() => any) | undefined;
|
|
38
|
+
onOpened?: (() => any) | undefined;
|
|
39
39
|
}, {}, {}>, {
|
|
40
40
|
header?(_: {
|
|
41
41
|
close: () => void;
|
|
@@ -80,8 +80,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
80
80
|
onOpen?: (() => any) | undefined;
|
|
81
81
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
82
82
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
83
|
-
onOpened?: (() => any) | undefined;
|
|
84
83
|
onClosed?: (() => any) | undefined;
|
|
84
|
+
onOpened?: (() => any) | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
visible: globalThis.Ref<boolean>;
|
|
87
87
|
dialogContentRef: globalThis.Ref<any>;
|
|
@@ -89,8 +89,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
89
89
|
"update:modelValue": (value: boolean) => void;
|
|
90
90
|
close: () => void;
|
|
91
91
|
open: () => void;
|
|
92
|
-
opened: () => void;
|
|
93
92
|
closed: () => void;
|
|
93
|
+
opened: () => void;
|
|
94
94
|
openAutoFocus: () => void;
|
|
95
95
|
closeAutoFocus: () => void;
|
|
96
96
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -169,8 +169,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
169
169
|
onOpen?: (() => any) | undefined;
|
|
170
170
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
171
171
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
172
|
-
onOpened?: (() => any) | undefined;
|
|
173
172
|
onClosed?: (() => any) | undefined;
|
|
173
|
+
onOpened?: (() => any) | undefined;
|
|
174
174
|
}, {}, true, {}, {}, {
|
|
175
175
|
P: {};
|
|
176
176
|
B: {};
|
|
@@ -254,8 +254,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
254
254
|
onOpen?: (() => any) | undefined;
|
|
255
255
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
256
256
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
257
|
-
onOpened?: (() => any) | undefined;
|
|
258
257
|
onClosed?: (() => any) | undefined;
|
|
258
|
+
onOpened?: (() => any) | undefined;
|
|
259
259
|
}, {
|
|
260
260
|
visible: globalThis.Ref<boolean>;
|
|
261
261
|
dialogContentRef: globalThis.Ref<any>;
|
|
@@ -339,8 +339,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
339
339
|
onOpen?: (() => any) | undefined;
|
|
340
340
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
341
341
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
342
|
-
onOpened?: (() => any) | undefined;
|
|
343
342
|
onClosed?: (() => any) | undefined;
|
|
343
|
+
onOpened?: (() => any) | undefined;
|
|
344
344
|
}, {
|
|
345
345
|
visible: globalThis.Ref<boolean>;
|
|
346
346
|
dialogContentRef: globalThis.Ref<any>;
|
|
@@ -348,8 +348,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
348
348
|
"update:modelValue": (value: boolean) => void;
|
|
349
349
|
close: () => void;
|
|
350
350
|
open: () => void;
|
|
351
|
-
opened: () => void;
|
|
352
351
|
closed: () => void;
|
|
352
|
+
opened: () => void;
|
|
353
353
|
openAutoFocus: () => void;
|
|
354
354
|
closeAutoFocus: () => void;
|
|
355
355
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -11,8 +11,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
11
11
|
"update:modelValue": (value: boolean) => void;
|
|
12
12
|
close: () => void;
|
|
13
13
|
open: () => void;
|
|
14
|
-
opened: () => void;
|
|
15
14
|
closed: () => void;
|
|
15
|
+
opened: () => void;
|
|
16
16
|
openAutoFocus: () => void;
|
|
17
17
|
closeAutoFocus: () => void;
|
|
18
18
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DrawerProps>>> & {
|
|
@@ -21,8 +21,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
21
21
|
onOpen?: (() => any) | undefined;
|
|
22
22
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
23
23
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
24
|
-
onOpened?: (() => any) | undefined;
|
|
25
24
|
onClosed?: (() => any) | undefined;
|
|
25
|
+
onOpened?: (() => any) | undefined;
|
|
26
26
|
}, {}, {}>, {
|
|
27
27
|
header?(_: {
|
|
28
28
|
close: () => void;
|
|
@@ -88,16 +88,16 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
88
88
|
onOpen?: (() => any) | undefined;
|
|
89
89
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
90
90
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
91
|
-
onOpened?: (() => any) | undefined;
|
|
92
91
|
onClosed?: (() => any) | undefined;
|
|
92
|
+
onOpened?: (() => any) | undefined;
|
|
93
93
|
}, {
|
|
94
94
|
close: () => void;
|
|
95
95
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
96
96
|
"update:modelValue": (value: boolean) => void;
|
|
97
97
|
close: () => void;
|
|
98
98
|
open: () => void;
|
|
99
|
-
opened: () => void;
|
|
100
99
|
closed: () => void;
|
|
100
|
+
opened: () => void;
|
|
101
101
|
openAutoFocus: () => void;
|
|
102
102
|
closeAutoFocus: () => void;
|
|
103
103
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -188,8 +188,8 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
188
188
|
onOpen?: (() => any) | undefined;
|
|
189
189
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
190
190
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
191
|
-
onOpened?: (() => any) | undefined;
|
|
192
191
|
onClosed?: (() => any) | undefined;
|
|
192
|
+
onOpened?: (() => any) | undefined;
|
|
193
193
|
}, {}, true, {}, {}, {
|
|
194
194
|
P: {};
|
|
195
195
|
B: {};
|
|
@@ -285,8 +285,8 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
285
285
|
onOpen?: (() => any) | undefined;
|
|
286
286
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
287
287
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
288
|
-
onOpened?: (() => any) | undefined;
|
|
289
288
|
onClosed?: (() => any) | undefined;
|
|
289
|
+
onOpened?: (() => any) | undefined;
|
|
290
290
|
}, {
|
|
291
291
|
close: () => void;
|
|
292
292
|
}, {}, {}, {}, {}>;
|
|
@@ -381,16 +381,16 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
381
381
|
onOpen?: (() => any) | undefined;
|
|
382
382
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
383
383
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
384
|
-
onOpened?: (() => any) | undefined;
|
|
385
384
|
onClosed?: (() => any) | undefined;
|
|
385
|
+
onOpened?: (() => any) | undefined;
|
|
386
386
|
}, {
|
|
387
387
|
close: () => void;
|
|
388
388
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
389
389
|
"update:modelValue": (value: boolean) => void;
|
|
390
390
|
close: () => void;
|
|
391
391
|
open: () => void;
|
|
392
|
-
opened: () => void;
|
|
393
392
|
closed: () => void;
|
|
393
|
+
opened: () => void;
|
|
394
394
|
openAutoFocus: () => void;
|
|
395
395
|
closeAutoFocus: () => void;
|
|
396
396
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -69,8 +69,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
69
69
|
placement: Placement;
|
|
70
70
|
effect: "light" | "dark";
|
|
71
71
|
role: string;
|
|
72
|
-
loop: boolean;
|
|
73
72
|
disabled: boolean;
|
|
73
|
+
loop: boolean;
|
|
74
74
|
trigger: TooltipTriggerType;
|
|
75
75
|
tabindex: string | number;
|
|
76
76
|
popperClass: string;
|