vft 0.0.205 → 0.0.207
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 +7 -7
- package/es/components/autocomplete/autocomplete.vue.d.ts +1 -1
- package/es/components/autocomplete/index.d.ts +3 -3
- package/es/components/button/index.d.ts +12 -12
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/index.d.ts +19 -19
- package/es/components/date-picker/date-picker.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +19 -19
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/form/form-item.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +42 -42
- package/es/components/index.js +111 -111
- package/es/components/modal/index.d.ts +24 -24
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +1 -1
- package/es/components/popconfirm/index.d.ts +23 -23
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/super-form/super-form-item.vue2.js +33 -35
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/table/index.d.ts +40 -40
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/time-picker.d.ts +1 -1
- package/es/components/timeline/index.d.ts +8 -8
- package/es/components/tree/index.d.ts +12 -12
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/index.js +111 -111
- 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 +7 -7
- package/lib/components/autocomplete/autocomplete.vue.d.ts +1 -1
- package/lib/components/autocomplete/index.d.ts +3 -3
- package/lib/components/button/index.d.ts +12 -12
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/index.d.ts +19 -19
- package/lib/components/date-picker/date-picker.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/index.d.ts +19 -19
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/form/form-item.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +42 -42
- package/lib/components/index.cjs +1 -1
- package/lib/components/modal/index.d.ts +24 -24
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +23 -23
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/table/index.d.ts +40 -40
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/time-picker.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +8 -8
- package/lib/components/tree/index.d.ts +12 -12
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +4 -4
- package/web-types.json +1 -1
|
@@ -4,7 +4,7 @@ export declare const affixProps: {
|
|
|
4
4
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
5
5
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6
6
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
7
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
8
8
|
};
|
|
9
9
|
export type AffixProps = ExtractPropTypes<typeof affixProps>;
|
|
10
10
|
export declare const affixEmits: {
|
|
@@ -5,7 +5,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
5
5
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
6
6
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7
7
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
8
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
9
9
|
}, {
|
|
10
10
|
/** @description update affix status */
|
|
11
11
|
update: () => void;
|
|
@@ -21,7 +21,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
21
21
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
22
22
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
23
23
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
24
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
24
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
25
25
|
}>> & {
|
|
26
26
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
27
27
|
onScroll?: ((args_0: {
|
|
@@ -30,7 +30,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
30
30
|
}) => any) | undefined;
|
|
31
31
|
}, {
|
|
32
32
|
readonly target: string;
|
|
33
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
33
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
34
34
|
readonly zIndex: number;
|
|
35
35
|
readonly offset: number;
|
|
36
36
|
}, {}>;
|
|
@@ -3,7 +3,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
3
3
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
4
4
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
5
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
6
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
7
7
|
}>> & {
|
|
8
8
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
9
9
|
onScroll?: ((args_0: {
|
|
@@ -23,7 +23,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
23
23
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
24
24
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
25
25
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
26
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
26
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
27
27
|
}>> & {
|
|
28
28
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
29
29
|
onScroll?: ((args_0: {
|
|
@@ -32,7 +32,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
32
32
|
}) => any) | undefined;
|
|
33
33
|
}, {
|
|
34
34
|
readonly target: string;
|
|
35
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
35
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
36
36
|
readonly zIndex: number;
|
|
37
37
|
readonly offset: number;
|
|
38
38
|
}, true, {}, {}, {
|
|
@@ -46,7 +46,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
46
46
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
47
47
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
48
48
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
49
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
49
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
50
50
|
}>> & {
|
|
51
51
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
52
52
|
onScroll?: ((args_0: {
|
|
@@ -58,7 +58,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
58
58
|
updateRoot: () => void;
|
|
59
59
|
}, {}, {}, {}, {
|
|
60
60
|
readonly target: string;
|
|
61
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
61
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
62
62
|
readonly zIndex: number;
|
|
63
63
|
readonly offset: number;
|
|
64
64
|
}>;
|
|
@@ -69,7 +69,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
69
69
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
70
70
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
71
71
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
72
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
72
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
73
73
|
}>> & {
|
|
74
74
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
75
75
|
onScroll?: ((args_0: {
|
|
@@ -87,7 +87,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
87
87
|
}) => void;
|
|
88
88
|
}, string, {
|
|
89
89
|
readonly target: string;
|
|
90
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
90
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
91
91
|
readonly zIndex: number;
|
|
92
92
|
readonly offset: number;
|
|
93
93
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -67,7 +67,6 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
67
67
|
readonly disabled?: boolean | undefined;
|
|
68
68
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
69
69
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
70
|
-
readonly teleported?: boolean | undefined;
|
|
71
70
|
readonly arrowOffset?: number | undefined;
|
|
72
71
|
readonly gpuAcceleration?: boolean | undefined;
|
|
73
72
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -86,6 +85,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
86
85
|
readonly virtualRef?: import("vft/es/vft").Measurable | undefined;
|
|
87
86
|
readonly rawContent?: boolean | undefined;
|
|
88
87
|
readonly persistent?: boolean | undefined;
|
|
88
|
+
readonly teleported?: boolean | undefined;
|
|
89
89
|
readonly triggerKeys?: string[] | undefined;
|
|
90
90
|
readonly showArrow?: boolean | undefined;
|
|
91
91
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -91,7 +91,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
91
91
|
readonly disabled?: boolean | undefined;
|
|
92
92
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
93
93
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
94
|
-
readonly teleported?: boolean | undefined;
|
|
95
94
|
readonly arrowOffset?: number | undefined;
|
|
96
95
|
readonly gpuAcceleration?: boolean | undefined;
|
|
97
96
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -110,6 +109,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
110
109
|
readonly virtualRef?: import("vft/es/vft").Measurable | undefined;
|
|
111
110
|
readonly rawContent?: boolean | undefined;
|
|
112
111
|
readonly persistent?: boolean | undefined;
|
|
112
|
+
readonly teleported?: boolean | undefined;
|
|
113
113
|
readonly triggerKeys?: string[] | undefined;
|
|
114
114
|
readonly showArrow?: boolean | undefined;
|
|
115
115
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -799,7 +799,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
799
799
|
readonly disabled?: boolean | undefined;
|
|
800
800
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
801
801
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
802
|
-
readonly teleported?: boolean | undefined;
|
|
803
802
|
readonly arrowOffset?: number | undefined;
|
|
804
803
|
readonly gpuAcceleration?: boolean | undefined;
|
|
805
804
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -818,6 +817,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
818
817
|
readonly virtualRef?: import("vft/es/vft").Measurable | undefined;
|
|
819
818
|
readonly rawContent?: boolean | undefined;
|
|
820
819
|
readonly persistent?: boolean | undefined;
|
|
820
|
+
readonly teleported?: boolean | undefined;
|
|
821
821
|
readonly triggerKeys?: string[] | undefined;
|
|
822
822
|
readonly showArrow?: boolean | undefined;
|
|
823
823
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -1439,7 +1439,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1439
1439
|
readonly disabled?: boolean | undefined;
|
|
1440
1440
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1441
1441
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1442
|
-
readonly teleported?: boolean | undefined;
|
|
1443
1442
|
readonly arrowOffset?: number | undefined;
|
|
1444
1443
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1445
1444
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1458,6 +1457,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1458
1457
|
readonly virtualRef?: import("vft/es/vft").Measurable | undefined;
|
|
1459
1458
|
readonly rawContent?: boolean | undefined;
|
|
1460
1459
|
readonly persistent?: boolean | undefined;
|
|
1460
|
+
readonly teleported?: boolean | undefined;
|
|
1461
1461
|
readonly triggerKeys?: string[] | undefined;
|
|
1462
1462
|
readonly showArrow?: boolean | undefined;
|
|
1463
1463
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -25,6 +25,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
25
25
|
size: {
|
|
26
26
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
27
27
|
};
|
|
28
|
+
icon: {
|
|
29
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
30
|
+
};
|
|
28
31
|
loading: {
|
|
29
32
|
type: import("vue").PropType<boolean>;
|
|
30
33
|
};
|
|
@@ -41,9 +44,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
41
44
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
42
45
|
default: string;
|
|
43
46
|
};
|
|
44
|
-
icon: {
|
|
45
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
46
|
-
};
|
|
47
47
|
nativeType: {
|
|
48
48
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
49
49
|
default: string;
|
|
@@ -103,6 +103,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
103
103
|
size: {
|
|
104
104
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
105
105
|
};
|
|
106
|
+
icon: {
|
|
107
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
108
|
+
};
|
|
106
109
|
loading: {
|
|
107
110
|
type: import("vue").PropType<boolean>;
|
|
108
111
|
};
|
|
@@ -119,9 +122,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
119
122
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
120
123
|
default: string;
|
|
121
124
|
};
|
|
122
|
-
icon: {
|
|
123
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
124
|
-
};
|
|
125
125
|
nativeType: {
|
|
126
126
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
127
127
|
default: string;
|
|
@@ -185,6 +185,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
185
185
|
size: {
|
|
186
186
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
187
187
|
};
|
|
188
|
+
icon: {
|
|
189
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
190
|
+
};
|
|
188
191
|
loading: {
|
|
189
192
|
type: import("vue").PropType<boolean>;
|
|
190
193
|
};
|
|
@@ -201,9 +204,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
201
204
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
202
205
|
default: string;
|
|
203
206
|
};
|
|
204
|
-
icon: {
|
|
205
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
206
|
-
};
|
|
207
207
|
nativeType: {
|
|
208
208
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
209
209
|
default: string;
|
|
@@ -270,6 +270,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
270
270
|
size: {
|
|
271
271
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
272
272
|
};
|
|
273
|
+
icon: {
|
|
274
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
275
|
+
};
|
|
273
276
|
loading: {
|
|
274
277
|
type: import("vue").PropType<boolean>;
|
|
275
278
|
};
|
|
@@ -286,9 +289,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
286
289
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
287
290
|
default: string;
|
|
288
291
|
};
|
|
289
|
-
icon: {
|
|
290
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
291
|
-
};
|
|
292
292
|
nativeType: {
|
|
293
293
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
294
294
|
default: string;
|
|
@@ -3,11 +3,11 @@ import "../form/index.js";
|
|
|
3
3
|
import { useThrottleFn as T } from "@vueuse/core";
|
|
4
4
|
import { inject as _, computed as i, ref as k, useSlots as p, Text as I } from "vue";
|
|
5
5
|
import { buttonGroupContextKey as S } from "./constants.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { useGlobalConfig as z } from "../config-provider/hooks/use-global-config.js";
|
|
7
|
+
import { useFormItem as C } from "../form/hooks/use-form-item.js";
|
|
8
8
|
import { useFormSize as D, useFormDisabled as j } from "../form/hooks/use-form-common-props.js";
|
|
9
9
|
const H = (t, u) => {
|
|
10
|
-
const o = _(S, void 0), m =
|
|
10
|
+
const o = _(S, void 0), m = z("button"), { form: s } = C(), d = D(i(() => o == null ? void 0 : o.size)), c = j(), f = k(), r = p(), h = i(() => t.type || (o == null ? void 0 : o.type) || ""), g = i(
|
|
11
11
|
() => {
|
|
12
12
|
var e;
|
|
13
13
|
return t.autoInsertSpace ?? ((e = m.value) == null ? void 0 : e.autoInsertSpace) ?? !1;
|
|
@@ -50,8 +50,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
50
50
|
}>>> & {
|
|
51
51
|
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
52
52
|
}, {
|
|
53
|
-
height: string;
|
|
54
53
|
direction: "horizontal" | "vertical";
|
|
54
|
+
height: string;
|
|
55
55
|
type: "" | "card";
|
|
56
56
|
arrow: "always" | "hover" | "never";
|
|
57
57
|
loop: boolean;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
-
height: {
|
|
4
|
-
type: import("vue").PropType<string>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
3
|
direction: {
|
|
8
4
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
9
5
|
default: string;
|
|
10
6
|
};
|
|
7
|
+
height: {
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
11
|
type: {
|
|
12
12
|
type: import("vue").PropType<"" | "card">;
|
|
13
13
|
default: string;
|
|
@@ -53,14 +53,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
53
53
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
54
54
|
change: (current: number, prev: number) => void;
|
|
55
55
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
56
|
-
height: {
|
|
57
|
-
type: import("vue").PropType<string>;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
56
|
direction: {
|
|
61
57
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
62
58
|
default: string;
|
|
63
59
|
};
|
|
60
|
+
height: {
|
|
61
|
+
type: import("vue").PropType<string>;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
64
|
type: {
|
|
65
65
|
type: import("vue").PropType<"" | "card">;
|
|
66
66
|
default: string;
|
|
@@ -100,8 +100,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
100
100
|
}>> & {
|
|
101
101
|
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
102
102
|
}, {
|
|
103
|
-
height: string;
|
|
104
103
|
direction: "horizontal" | "vertical";
|
|
104
|
+
height: string;
|
|
105
105
|
type: "" | "card";
|
|
106
106
|
arrow: "always" | "hover" | "never";
|
|
107
107
|
loop: boolean;
|
|
@@ -119,14 +119,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
119
119
|
M: {};
|
|
120
120
|
Defaults: {};
|
|
121
121
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
122
|
-
height: {
|
|
123
|
-
type: import("vue").PropType<string>;
|
|
124
|
-
default: string;
|
|
125
|
-
};
|
|
126
122
|
direction: {
|
|
127
123
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
128
124
|
default: string;
|
|
129
125
|
};
|
|
126
|
+
height: {
|
|
127
|
+
type: import("vue").PropType<string>;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
130
|
type: {
|
|
131
131
|
type: import("vue").PropType<"" | "card">;
|
|
132
132
|
default: string;
|
|
@@ -170,8 +170,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
170
170
|
prev: () => void;
|
|
171
171
|
next: () => void;
|
|
172
172
|
}, {}, {}, {}, {
|
|
173
|
-
height: string;
|
|
174
173
|
direction: "horizontal" | "vertical";
|
|
174
|
+
height: string;
|
|
175
175
|
type: "" | "card";
|
|
176
176
|
arrow: "always" | "hover" | "never";
|
|
177
177
|
loop: boolean;
|
|
@@ -186,14 +186,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
186
186
|
__isTeleport?: never;
|
|
187
187
|
__isSuspense?: never;
|
|
188
188
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
189
|
-
height: {
|
|
190
|
-
type: import("vue").PropType<string>;
|
|
191
|
-
default: string;
|
|
192
|
-
};
|
|
193
189
|
direction: {
|
|
194
190
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
195
191
|
default: string;
|
|
196
192
|
};
|
|
193
|
+
height: {
|
|
194
|
+
type: import("vue").PropType<string>;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
197
197
|
type: {
|
|
198
198
|
type: import("vue").PropType<"" | "card">;
|
|
199
199
|
default: string;
|
|
@@ -239,8 +239,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
239
239
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
240
240
|
change: (current: number, prev: number) => void;
|
|
241
241
|
}, string, {
|
|
242
|
-
height: string;
|
|
243
242
|
direction: "horizontal" | "vertical";
|
|
243
|
+
height: string;
|
|
244
244
|
type: "" | "card";
|
|
245
245
|
arrow: "always" | "hover" | "never";
|
|
246
246
|
loop: boolean;
|
|
@@ -165,11 +165,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
165
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType))[], unknown, unknown>;
|
|
166
166
|
readonly readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
167
|
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
|
-
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
169
168
|
readonly placeholder: string;
|
|
170
169
|
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
171
170
|
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
172
171
|
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
172
|
+
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
173
173
|
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
174
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
175
175
|
readonly popperClass: string;
|
|
@@ -165,11 +165,11 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
165
165
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType))[], unknown, unknown>;
|
|
166
166
|
readonly readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
167
|
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
|
-
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
169
168
|
readonly placeholder: string;
|
|
170
169
|
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
171
170
|
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
172
171
|
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
172
|
+
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
173
173
|
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
174
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
175
175
|
readonly popperClass: string;
|
|
@@ -348,11 +348,11 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
348
348
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType))[], unknown, unknown>;
|
|
349
349
|
readonly readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
350
350
|
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
351
|
-
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
352
351
|
readonly placeholder: string;
|
|
353
352
|
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
354
353
|
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
355
354
|
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
355
|
+
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
356
356
|
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
357
357
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
358
358
|
readonly popperClass: string;
|
|
@@ -76,9 +76,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
76
76
|
disabled: boolean;
|
|
77
77
|
loop: boolean;
|
|
78
78
|
trigger: TooltipTriggerType;
|
|
79
|
-
teleported: boolean;
|
|
80
79
|
tabindex: number | string;
|
|
81
80
|
popperClass: string;
|
|
81
|
+
teleported: boolean;
|
|
82
82
|
hideOnClick: boolean;
|
|
83
83
|
showTimeout: number;
|
|
84
84
|
hideTimeout: number;
|
|
@@ -37,10 +37,6 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
37
37
|
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
|
-
teleported: {
|
|
41
|
-
type: import("vue").PropType<boolean>;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
44
40
|
tabindex: {
|
|
45
41
|
type: import("vue").PropType<string | number>;
|
|
46
42
|
default: number;
|
|
@@ -52,6 +48,10 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
52
48
|
type: import("vue").PropType<string>;
|
|
53
49
|
default: string;
|
|
54
50
|
};
|
|
51
|
+
teleported: {
|
|
52
|
+
type: import("vue").PropType<boolean>;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
55
|
splitButton: {
|
|
56
56
|
type: import("vue").PropType<boolean>;
|
|
57
57
|
};
|
|
@@ -120,10 +120,6 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
120
120
|
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
|
-
teleported: {
|
|
124
|
-
type: import("vue").PropType<boolean>;
|
|
125
|
-
default: boolean;
|
|
126
|
-
};
|
|
127
123
|
tabindex: {
|
|
128
124
|
type: import("vue").PropType<string | number>;
|
|
129
125
|
default: number;
|
|
@@ -135,6 +131,10 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
135
131
|
type: import("vue").PropType<string>;
|
|
136
132
|
default: string;
|
|
137
133
|
};
|
|
134
|
+
teleported: {
|
|
135
|
+
type: import("vue").PropType<boolean>;
|
|
136
|
+
default: boolean;
|
|
137
|
+
};
|
|
138
138
|
splitButton: {
|
|
139
139
|
type: import("vue").PropType<boolean>;
|
|
140
140
|
};
|
|
@@ -165,9 +165,9 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
165
165
|
disabled: boolean;
|
|
166
166
|
loop: boolean;
|
|
167
167
|
trigger: import("vft/es/vft").TooltipTriggerType;
|
|
168
|
-
teleported: boolean;
|
|
169
168
|
tabindex: number | string;
|
|
170
169
|
popperClass: string;
|
|
170
|
+
teleported: boolean;
|
|
171
171
|
hideOnClick: boolean;
|
|
172
172
|
showTimeout: number;
|
|
173
173
|
hideTimeout: number;
|
|
@@ -216,10 +216,6 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
216
216
|
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
217
217
|
default: string;
|
|
218
218
|
};
|
|
219
|
-
teleported: {
|
|
220
|
-
type: import("vue").PropType<boolean>;
|
|
221
|
-
default: boolean;
|
|
222
|
-
};
|
|
223
219
|
tabindex: {
|
|
224
220
|
type: import("vue").PropType<string | number>;
|
|
225
221
|
default: number;
|
|
@@ -231,6 +227,10 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
231
227
|
type: import("vue").PropType<string>;
|
|
232
228
|
default: string;
|
|
233
229
|
};
|
|
230
|
+
teleported: {
|
|
231
|
+
type: import("vue").PropType<boolean>;
|
|
232
|
+
default: boolean;
|
|
233
|
+
};
|
|
234
234
|
splitButton: {
|
|
235
235
|
type: import("vue").PropType<boolean>;
|
|
236
236
|
};
|
|
@@ -265,9 +265,9 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
265
265
|
disabled: boolean;
|
|
266
266
|
loop: boolean;
|
|
267
267
|
trigger: import("vft/es/vft").TooltipTriggerType;
|
|
268
|
-
teleported: boolean;
|
|
269
268
|
tabindex: number | string;
|
|
270
269
|
popperClass: string;
|
|
270
|
+
teleported: boolean;
|
|
271
271
|
hideOnClick: boolean;
|
|
272
272
|
showTimeout: number;
|
|
273
273
|
hideTimeout: number;
|
|
@@ -313,10 +313,6 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
313
313
|
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
314
314
|
default: string;
|
|
315
315
|
};
|
|
316
|
-
teleported: {
|
|
317
|
-
type: import("vue").PropType<boolean>;
|
|
318
|
-
default: boolean;
|
|
319
|
-
};
|
|
320
316
|
tabindex: {
|
|
321
317
|
type: import("vue").PropType<string | number>;
|
|
322
318
|
default: number;
|
|
@@ -328,6 +324,10 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
328
324
|
type: import("vue").PropType<string>;
|
|
329
325
|
default: string;
|
|
330
326
|
};
|
|
327
|
+
teleported: {
|
|
328
|
+
type: import("vue").PropType<boolean>;
|
|
329
|
+
default: boolean;
|
|
330
|
+
};
|
|
331
331
|
splitButton: {
|
|
332
332
|
type: import("vue").PropType<boolean>;
|
|
333
333
|
};
|
|
@@ -366,9 +366,9 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
366
366
|
disabled: boolean;
|
|
367
367
|
loop: boolean;
|
|
368
368
|
trigger: import("vft/es/vft").TooltipTriggerType;
|
|
369
|
-
teleported: boolean;
|
|
370
369
|
tabindex: number | string;
|
|
371
370
|
popperClass: string;
|
|
371
|
+
teleported: boolean;
|
|
372
372
|
hideOnClick: boolean;
|
|
373
373
|
showTimeout: number;
|
|
374
374
|
hideTimeout: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const focusReason: import("vue").Ref<"
|
|
1
|
+
declare const focusReason: import("vue").Ref<"pointer" | "keyboard" | undefined>;
|
|
2
2
|
declare const lastUserFocusTimestamp: import("vue").Ref<number>;
|
|
3
3
|
declare const lastAutomatedFocusTimestamp: import("vue").Ref<number>;
|
|
4
4
|
export type FocusLayer = {
|
|
@@ -31,8 +31,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
31
31
|
}>>> & {
|
|
32
32
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
33
33
|
}, {
|
|
34
|
-
labelWidth: string | number;
|
|
35
34
|
required: boolean;
|
|
35
|
+
labelWidth: string | number;
|
|
36
36
|
inlineMessage: string | boolean;
|
|
37
37
|
showMessage: boolean;
|
|
38
38
|
}, {}>;
|