vft 0.0.177 → 0.0.180
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/card/index.d.ts +4 -4
- package/es/components/carousel/carousel.vue.d.ts +2 -2
- package/es/components/carousel/index.d.ts +26 -26
- package/es/components/checkbox/index.d.ts +16 -16
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +4 -4
- package/es/components/date-picker/index.d.ts +8 -8
- 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 +113 -113
- package/es/components/modal/index.d.ts +24 -24
- 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/select/useSelect.d.ts +1 -1
- package/es/components/super-form/index.d.ts +19 -19
- package/es/components/super-form/super-form.vue.d.ts +5 -5
- package/es/components/super-form/use/use-form.d.ts +1 -1
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/table/index.d.ts +24 -24
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +4 -4
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +8 -8
- package/es/components/time-picker/time-picker.d.ts +4 -4
- package/es/components/timeline/index.d.ts +8 -8
- package/es/components/tree/index.d.ts +24 -24
- package/es/components/verify-code/index.d.ts +4 -4
- package/es/components/verify-code/verify-code.vue.d.ts +4 -4
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/index.js +113 -113
- 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/card/index.d.ts +4 -4
- package/lib/components/carousel/carousel.vue.d.ts +2 -2
- package/lib/components/carousel/index.d.ts +26 -26
- package/lib/components/checkbox/index.d.ts +16 -16
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +4 -4
- package/lib/components/date-picker/index.d.ts +8 -8
- 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/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/select/useSelect.d.ts +1 -1
- package/lib/components/super-form/index.d.ts +19 -19
- package/lib/components/super-form/super-form.vue.d.ts +5 -5
- package/lib/components/super-form/use/use-form.d.ts +1 -1
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/table/index.d.ts +24 -24
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +4 -4
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +8 -8
- package/lib/components/time-picker/time-picker.d.ts +4 -4
- package/lib/components/timeline/index.d.ts +8 -8
- package/lib/components/tree/index.d.ts +24 -24
- package/lib/components/verify-code/index.d.ts +4 -4
- package/lib/components/verify-code/verify-code.vue.d.ts +4 -4
- 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, "top" | "bottom", unknown, "top", boolean>;
|
|
8
8
|
};
|
|
9
9
|
export type AffixProps = ExtractPropTypes<typeof affixProps>;
|
|
10
10
|
export declare const affixEmits: {
|
|
@@ -2,7 +2,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
2
2
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
3
3
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
4
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
5
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
6
6
|
}, {
|
|
7
7
|
/** @description update affix status */
|
|
8
8
|
update: () => void;
|
|
@@ -18,7 +18,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
18
18
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
19
19
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
20
20
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
21
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
21
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
22
22
|
}>> & {
|
|
23
23
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
24
24
|
onScroll?: ((args_0: {
|
|
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
27
27
|
}) => any) | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
readonly target: string;
|
|
30
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
30
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
31
31
|
readonly zIndex: number;
|
|
32
32
|
readonly offset: number;
|
|
33
33
|
}, {}>, {
|
|
@@ -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, "top" | "bottom", 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, "top" | "bottom", 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, "top" | "bottom", 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, "top" | "bottom", 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, "top" | "bottom", 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, "top" | "bottom", 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, "top" | "bottom", unknown>;
|
|
91
91
|
readonly zIndex: number;
|
|
92
92
|
readonly offset: number;
|
|
93
93
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -58,6 +58,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
58
58
|
readonly disabled?: boolean | undefined;
|
|
59
59
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
60
60
|
readonly appendTo?: any;
|
|
61
|
+
readonly teleported?: boolean | undefined;
|
|
61
62
|
readonly arrowOffset?: number | undefined;
|
|
62
63
|
readonly gpuAcceleration?: boolean | undefined;
|
|
63
64
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -76,7 +77,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
76
77
|
readonly virtualRef?: import("vft/es/components").Measurable | undefined;
|
|
77
78
|
readonly rawContent?: boolean | undefined;
|
|
78
79
|
readonly persistent?: boolean | undefined;
|
|
79
|
-
readonly teleported?: boolean | undefined;
|
|
80
80
|
readonly triggerKeys?: string[] | undefined;
|
|
81
81
|
readonly showArrow?: boolean | undefined;
|
|
82
82
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -91,6 +91,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
91
91
|
readonly disabled?: boolean | undefined;
|
|
92
92
|
readonly trigger?: import("vft/es/components").TooltipTriggerType | undefined;
|
|
93
93
|
readonly appendTo?: any;
|
|
94
|
+
readonly teleported?: boolean | undefined;
|
|
94
95
|
readonly arrowOffset?: number | undefined;
|
|
95
96
|
readonly gpuAcceleration?: boolean | undefined;
|
|
96
97
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -109,7 +110,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
109
110
|
readonly virtualRef?: import("vft/es/components").Measurable | undefined;
|
|
110
111
|
readonly rawContent?: boolean | undefined;
|
|
111
112
|
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,6 +799,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
799
799
|
readonly disabled?: boolean | undefined;
|
|
800
800
|
readonly trigger?: import("vft/es/components").TooltipTriggerType | undefined;
|
|
801
801
|
readonly appendTo?: any;
|
|
802
|
+
readonly teleported?: boolean | undefined;
|
|
802
803
|
readonly arrowOffset?: number | undefined;
|
|
803
804
|
readonly gpuAcceleration?: boolean | undefined;
|
|
804
805
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -817,7 +818,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
817
818
|
readonly virtualRef?: import("vft/es/components").Measurable | undefined;
|
|
818
819
|
readonly rawContent?: boolean | undefined;
|
|
819
820
|
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,6 +1439,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1439
1439
|
readonly disabled?: boolean | undefined;
|
|
1440
1440
|
readonly trigger?: import("vft/es/components").TooltipTriggerType | undefined;
|
|
1441
1441
|
readonly appendTo?: any;
|
|
1442
|
+
readonly teleported?: boolean | undefined;
|
|
1442
1443
|
readonly arrowOffset?: number | undefined;
|
|
1443
1444
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1444
1445
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1457,7 +1458,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1457
1458
|
readonly virtualRef?: import("vft/es/components").Measurable | undefined;
|
|
1458
1459
|
readonly rawContent?: boolean | undefined;
|
|
1459
1460
|
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;
|
|
@@ -22,9 +22,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
22
22
|
size: {
|
|
23
23
|
type: globalThis.PropType<import("vft/es/components/types").ComponentSize>;
|
|
24
24
|
};
|
|
25
|
-
icon: {
|
|
26
|
-
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
27
|
-
};
|
|
28
25
|
autofocus: {
|
|
29
26
|
type: globalThis.PropType<boolean>;
|
|
30
27
|
};
|
|
@@ -44,6 +41,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
44
41
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
45
42
|
default: string;
|
|
46
43
|
};
|
|
44
|
+
icon: {
|
|
45
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
46
|
+
};
|
|
47
47
|
nativeType: {
|
|
48
48
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
49
49
|
default: string;
|
|
@@ -100,9 +100,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
100
100
|
size: {
|
|
101
101
|
type: globalThis.PropType<import("vft/es/components/types").ComponentSize>;
|
|
102
102
|
};
|
|
103
|
-
icon: {
|
|
104
|
-
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
105
|
-
};
|
|
106
103
|
autofocus: {
|
|
107
104
|
type: globalThis.PropType<boolean>;
|
|
108
105
|
};
|
|
@@ -122,6 +119,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
122
119
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
123
120
|
default: string;
|
|
124
121
|
};
|
|
122
|
+
icon: {
|
|
123
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
124
|
+
};
|
|
125
125
|
nativeType: {
|
|
126
126
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
127
127
|
default: string;
|
|
@@ -182,9 +182,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
182
182
|
size: {
|
|
183
183
|
type: globalThis.PropType<import("vft/es/components/types").ComponentSize>;
|
|
184
184
|
};
|
|
185
|
-
icon: {
|
|
186
|
-
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
187
|
-
};
|
|
188
185
|
autofocus: {
|
|
189
186
|
type: globalThis.PropType<boolean>;
|
|
190
187
|
};
|
|
@@ -204,6 +201,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
204
201
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
205
202
|
default: string;
|
|
206
203
|
};
|
|
204
|
+
icon: {
|
|
205
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
206
|
+
};
|
|
207
207
|
nativeType: {
|
|
208
208
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
209
209
|
default: string;
|
|
@@ -267,9 +267,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
267
267
|
size: {
|
|
268
268
|
type: globalThis.PropType<import("vft/es/components/types").ComponentSize>;
|
|
269
269
|
};
|
|
270
|
-
icon: {
|
|
271
|
-
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
272
|
-
};
|
|
273
270
|
autofocus: {
|
|
274
271
|
type: globalThis.PropType<boolean>;
|
|
275
272
|
};
|
|
@@ -289,6 +286,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
289
286
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
290
287
|
default: string;
|
|
291
288
|
};
|
|
289
|
+
icon: {
|
|
290
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
291
|
+
};
|
|
292
292
|
nativeType: {
|
|
293
293
|
type: globalThis.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 { useFormItem as z } from "../form/hooks/use-form-item.js";
|
|
7
|
+
import { useGlobalConfig as C } from "../config-provider/hooks/use-global-config.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 = C("button"), { form: s } = z(), 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;
|
|
@@ -7,7 +7,7 @@ export declare const VftCard: import("vft/es/utils").SFCWithInstall<{
|
|
|
7
7
|
type: globalThis.PropType<string | object | any[]>;
|
|
8
8
|
};
|
|
9
9
|
shadow: {
|
|
10
|
-
type: globalThis.PropType<"always" | "
|
|
10
|
+
type: globalThis.PropType<"always" | "hover" | "never">;
|
|
11
11
|
};
|
|
12
12
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
13
13
|
header: {
|
|
@@ -17,7 +17,7 @@ export declare const VftCard: import("vft/es/utils").SFCWithInstall<{
|
|
|
17
17
|
type: globalThis.PropType<string | object | any[]>;
|
|
18
18
|
};
|
|
19
19
|
shadow: {
|
|
20
|
-
type: globalThis.PropType<"always" | "
|
|
20
|
+
type: globalThis.PropType<"always" | "hover" | "never">;
|
|
21
21
|
};
|
|
22
22
|
}>>, {}, true, {}, {}, {
|
|
23
23
|
P: {};
|
|
@@ -34,7 +34,7 @@ export declare const VftCard: import("vft/es/utils").SFCWithInstall<{
|
|
|
34
34
|
type: globalThis.PropType<string | object | any[]>;
|
|
35
35
|
};
|
|
36
36
|
shadow: {
|
|
37
|
-
type: globalThis.PropType<"always" | "
|
|
37
|
+
type: globalThis.PropType<"always" | "hover" | "never">;
|
|
38
38
|
};
|
|
39
39
|
}>>, {}, {}, {}, {}, {}>;
|
|
40
40
|
__isFragment?: undefined;
|
|
@@ -48,7 +48,7 @@ export declare const VftCard: import("vft/es/utils").SFCWithInstall<{
|
|
|
48
48
|
type: globalThis.PropType<string | object | any[]>;
|
|
49
49
|
};
|
|
50
50
|
shadow: {
|
|
51
|
-
type: globalThis.PropType<"always" | "
|
|
51
|
+
type: globalThis.PropType<"always" | "hover" | "never">;
|
|
52
52
|
};
|
|
53
53
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
54
54
|
$slots: {
|
|
@@ -47,10 +47,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
47
47
|
}>>> & {
|
|
48
48
|
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
direction: "vertical" | "horizontal";
|
|
51
50
|
height: string;
|
|
51
|
+
direction: "vertical" | "horizontal";
|
|
52
52
|
type: "" | "card";
|
|
53
|
-
arrow: "always" | "
|
|
53
|
+
arrow: "always" | "hover" | "never";
|
|
54
54
|
loop: boolean;
|
|
55
55
|
trigger: "click" | "hover";
|
|
56
56
|
initialIndex: string | number;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
-
direction: {
|
|
4
|
-
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
3
|
height: {
|
|
8
4
|
type: globalThis.PropType<string>;
|
|
9
5
|
default: string;
|
|
10
6
|
};
|
|
7
|
+
direction: {
|
|
8
|
+
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
11
|
type: {
|
|
12
12
|
type: globalThis.PropType<"" | "card">;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
arrow: {
|
|
16
|
-
type: globalThis.PropType<"always" | "
|
|
16
|
+
type: globalThis.PropType<"always" | "hover" | "never">;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
loop: {
|
|
@@ -53,20 +53,20 @@ 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<globalThis.ExtractPropTypes<{
|
|
56
|
-
direction: {
|
|
57
|
-
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
56
|
height: {
|
|
61
57
|
type: globalThis.PropType<string>;
|
|
62
58
|
default: string;
|
|
63
59
|
};
|
|
60
|
+
direction: {
|
|
61
|
+
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
64
|
type: {
|
|
65
65
|
type: globalThis.PropType<"" | "card">;
|
|
66
66
|
default: string;
|
|
67
67
|
};
|
|
68
68
|
arrow: {
|
|
69
|
-
type: globalThis.PropType<"always" | "
|
|
69
|
+
type: globalThis.PropType<"always" | "hover" | "never">;
|
|
70
70
|
default: string;
|
|
71
71
|
};
|
|
72
72
|
loop: {
|
|
@@ -100,10 +100,10 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
100
100
|
}>> & {
|
|
101
101
|
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
102
102
|
}, {
|
|
103
|
-
direction: "vertical" | "horizontal";
|
|
104
103
|
height: string;
|
|
104
|
+
direction: "vertical" | "horizontal";
|
|
105
105
|
type: "" | "card";
|
|
106
|
-
arrow: "always" | "
|
|
106
|
+
arrow: "always" | "hover" | "never";
|
|
107
107
|
loop: boolean;
|
|
108
108
|
trigger: "click" | "hover";
|
|
109
109
|
initialIndex: string | number;
|
|
@@ -119,20 +119,20 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
119
119
|
M: {};
|
|
120
120
|
Defaults: {};
|
|
121
121
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
122
|
-
direction: {
|
|
123
|
-
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
124
|
-
default: string;
|
|
125
|
-
};
|
|
126
122
|
height: {
|
|
127
123
|
type: globalThis.PropType<string>;
|
|
128
124
|
default: string;
|
|
129
125
|
};
|
|
126
|
+
direction: {
|
|
127
|
+
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
130
|
type: {
|
|
131
131
|
type: globalThis.PropType<"" | "card">;
|
|
132
132
|
default: string;
|
|
133
133
|
};
|
|
134
134
|
arrow: {
|
|
135
|
-
type: globalThis.PropType<"always" | "
|
|
135
|
+
type: globalThis.PropType<"always" | "hover" | "never">;
|
|
136
136
|
default: string;
|
|
137
137
|
};
|
|
138
138
|
loop: {
|
|
@@ -170,10 +170,10 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
170
170
|
prev: () => void;
|
|
171
171
|
next: () => void;
|
|
172
172
|
}, {}, {}, {}, {
|
|
173
|
-
direction: "vertical" | "horizontal";
|
|
174
173
|
height: string;
|
|
174
|
+
direction: "vertical" | "horizontal";
|
|
175
175
|
type: "" | "card";
|
|
176
|
-
arrow: "always" | "
|
|
176
|
+
arrow: "always" | "hover" | "never";
|
|
177
177
|
loop: boolean;
|
|
178
178
|
trigger: "click" | "hover";
|
|
179
179
|
initialIndex: string | number;
|
|
@@ -186,20 +186,20 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
186
186
|
__isTeleport?: undefined;
|
|
187
187
|
__isSuspense?: undefined;
|
|
188
188
|
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
189
|
-
direction: {
|
|
190
|
-
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
191
|
-
default: string;
|
|
192
|
-
};
|
|
193
189
|
height: {
|
|
194
190
|
type: globalThis.PropType<string>;
|
|
195
191
|
default: string;
|
|
196
192
|
};
|
|
193
|
+
direction: {
|
|
194
|
+
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
197
197
|
type: {
|
|
198
198
|
type: globalThis.PropType<"" | "card">;
|
|
199
199
|
default: string;
|
|
200
200
|
};
|
|
201
201
|
arrow: {
|
|
202
|
-
type: globalThis.PropType<"always" | "
|
|
202
|
+
type: globalThis.PropType<"always" | "hover" | "never">;
|
|
203
203
|
default: string;
|
|
204
204
|
};
|
|
205
205
|
loop: {
|
|
@@ -239,10 +239,10 @@ 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
|
-
direction: "vertical" | "horizontal";
|
|
243
242
|
height: string;
|
|
243
|
+
direction: "vertical" | "horizontal";
|
|
244
244
|
type: "" | "card";
|
|
245
|
-
arrow: "always" | "
|
|
245
|
+
arrow: "always" | "hover" | "never";
|
|
246
246
|
loop: boolean;
|
|
247
247
|
trigger: "click" | "hover";
|
|
248
248
|
initialIndex: string | number;
|
|
@@ -27,10 +27,6 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
27
27
|
tabindex: {
|
|
28
28
|
type: globalThis.PropType<string | number>;
|
|
29
29
|
};
|
|
30
|
-
validateEvent: {
|
|
31
|
-
type: globalThis.PropType<boolean>;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
30
|
checked: {
|
|
35
31
|
type: globalThis.PropType<boolean>;
|
|
36
32
|
};
|
|
@@ -46,6 +42,10 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
46
42
|
controls: {
|
|
47
43
|
type: globalThis.PropType<string>;
|
|
48
44
|
};
|
|
45
|
+
validateEvent: {
|
|
46
|
+
type: globalThis.PropType<boolean>;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
49
|
}>> & {
|
|
50
50
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -80,10 +80,6 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
80
80
|
tabindex: {
|
|
81
81
|
type: globalThis.PropType<string | number>;
|
|
82
82
|
};
|
|
83
|
-
validateEvent: {
|
|
84
|
-
type: globalThis.PropType<boolean>;
|
|
85
|
-
default: boolean;
|
|
86
|
-
};
|
|
87
83
|
checked: {
|
|
88
84
|
type: globalThis.PropType<boolean>;
|
|
89
85
|
};
|
|
@@ -99,6 +95,10 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
99
95
|
controls: {
|
|
100
96
|
type: globalThis.PropType<string>;
|
|
101
97
|
};
|
|
98
|
+
validateEvent: {
|
|
99
|
+
type: globalThis.PropType<boolean>;
|
|
100
|
+
default: boolean;
|
|
101
|
+
};
|
|
102
102
|
}>> & {
|
|
103
103
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
104
104
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -139,10 +139,6 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
139
139
|
tabindex: {
|
|
140
140
|
type: globalThis.PropType<string | number>;
|
|
141
141
|
};
|
|
142
|
-
validateEvent: {
|
|
143
|
-
type: globalThis.PropType<boolean>;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
142
|
checked: {
|
|
147
143
|
type: globalThis.PropType<boolean>;
|
|
148
144
|
};
|
|
@@ -158,6 +154,10 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
158
154
|
controls: {
|
|
159
155
|
type: globalThis.PropType<string>;
|
|
160
156
|
};
|
|
157
|
+
validateEvent: {
|
|
158
|
+
type: globalThis.PropType<boolean>;
|
|
159
|
+
default: boolean;
|
|
160
|
+
};
|
|
161
161
|
}>> & {
|
|
162
162
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -195,10 +195,6 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
195
195
|
tabindex: {
|
|
196
196
|
type: globalThis.PropType<string | number>;
|
|
197
197
|
};
|
|
198
|
-
validateEvent: {
|
|
199
|
-
type: globalThis.PropType<boolean>;
|
|
200
|
-
default: boolean;
|
|
201
|
-
};
|
|
202
198
|
checked: {
|
|
203
199
|
type: globalThis.PropType<boolean>;
|
|
204
200
|
};
|
|
@@ -214,6 +210,10 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
214
210
|
controls: {
|
|
215
211
|
type: globalThis.PropType<string>;
|
|
216
212
|
};
|
|
213
|
+
validateEvent: {
|
|
214
|
+
type: globalThis.PropType<boolean>;
|
|
215
|
+
default: boolean;
|
|
216
|
+
};
|
|
217
217
|
}>> & {
|
|
218
218
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -55,7 +55,7 @@ export declare const useRangePicker: (props: PanelRangeSharedProps, { defaultVal
|
|
|
55
55
|
startOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
56
56
|
endOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
57
57
|
format: (template?: string | undefined) => string;
|
|
58
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "
|
|
58
|
+
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "y" | "s" | "ms" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "d" | "h" | "hours" | "minutes" | "seconds" | "hour" | "minute" | "second" | "day" | "millisecond" | "milliseconds" | "days" | "months" | "years" | "m" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
59
59
|
valueOf: () => number;
|
|
60
60
|
unix: () => number;
|
|
61
61
|
daysInMonth: () => number;
|
|
@@ -165,14 +165,14 @@ 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 placeholder: string;
|
|
169
|
-
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
170
|
-
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
171
|
-
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
172
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
|
+
readonly placeholder: string;
|
|
173
170
|
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
171
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
175
172
|
readonly popperClass: string;
|
|
173
|
+
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
|
+
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
175
|
+
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
176
176
|
readonly editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
177
177
|
readonly rangeSeparator: string;
|
|
178
178
|
readonly isRange: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -165,14 +165,14 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
165
165
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/components").DateModelType, import("vft/es/components").DateModelType]) | (() => import("vft/es/components").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components").DateModelType, import("vft/es/components").DateModelType]) | (() => import("vft/es/components").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 placeholder: string;
|
|
169
|
-
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
170
|
-
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
171
|
-
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
172
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
|
+
readonly placeholder: string;
|
|
173
170
|
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
171
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
175
172
|
readonly popperClass: string;
|
|
173
|
+
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
|
+
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
175
|
+
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
176
176
|
readonly editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
177
177
|
readonly rangeSeparator: string;
|
|
178
178
|
readonly isRange: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -348,14 +348,14 @@ 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/components").DateModelType, import("vft/es/components").DateModelType]) | (() => import("vft/es/components").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components").DateModelType, import("vft/es/components").DateModelType]) | (() => import("vft/es/components").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 placeholder: string;
|
|
352
|
-
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
353
|
-
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
354
|
-
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
355
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
|
+
readonly placeholder: string;
|
|
356
353
|
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
357
354
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
358
355
|
readonly popperClass: string;
|
|
356
|
+
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
357
|
+
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
358
|
+
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
359
359
|
readonly editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
360
360
|
readonly rangeSeparator: string;
|
|
361
361
|
readonly isRange: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -72,9 +72,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
72
72
|
disabled: boolean;
|
|
73
73
|
loop: boolean;
|
|
74
74
|
trigger: TooltipTriggerType;
|
|
75
|
+
teleported: boolean;
|
|
75
76
|
tabindex: string | number;
|
|
76
77
|
popperClass: string;
|
|
77
|
-
teleported: boolean;
|
|
78
78
|
hideOnClick: boolean;
|
|
79
79
|
showTimeout: number;
|
|
80
80
|
hideTimeout: number;
|