vft 0.0.161 → 0.0.162
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/app-components/button/use-button.d.ts +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +12 -12
- package/es/components/autocomplete/index.d.ts +56 -56
- package/es/components/avatar/index.d.ts +4 -4
- package/es/components/backtop/index.d.ts +4 -4
- package/es/components/button/index.d.ts +20 -20
- package/es/components/clamp-tooltip/index.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +1 -1
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/config-provider/index.d.ts +8 -8
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker.d.ts +65 -65
- package/es/components/date-picker/index.d.ts +130 -130
- package/es/components/date-picker/panel-utils.d.ts +20 -20
- package/es/components/date-picker/props/date-picker.d.ts +3 -3
- package/es/components/date-time-select/index.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +15 -15
- package/es/components/empty/index.d.ts +4 -4
- package/es/components/form/index.d.ts +8 -8
- package/es/components/full-screen/index.d.ts +4 -4
- package/es/components/header-layout/index.d.ts +4 -4
- package/es/components/horizontal-menu/index.d.ts +8 -8
- package/es/components/icon-text/index.d.ts +4 -4
- package/es/components/input/index.d.ts +12 -12
- package/es/components/link/index.d.ts +8 -8
- package/es/components/md-code-tabs/index.d.ts +2 -2
- package/es/components/menu/index.d.ts +28 -28
- package/es/components/modal/index.d.ts +12 -12
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/popconfirm/index.d.ts +18 -18
- package/es/components/popover/index.d.ts +4 -4
- package/es/components/popper/composables/use-content.d.ts +2 -2
- package/es/components/popper/index.d.ts +6 -6
- package/es/components/result/index.d.ts +2 -2
- package/es/components/search/index.d.ts +16 -16
- package/es/components/select/useSelect.d.ts +12 -12
- package/es/components/slider/slider.vue.d.ts +6 -6
- package/es/components/space/use-space.d.ts +1 -1
- package/es/components/super-form/index.d.ts +32 -32
- package/es/components/super-form/super-form.vue.d.ts +3 -3
- package/es/components/switch/index.d.ts +4 -4
- package/es/components/table/index.d.ts +132 -132
- package/es/components/table/table.vue.d.ts +14 -14
- package/es/components/table/use/use-data-source.d.ts +1 -1
- package/es/components/tabs/index.d.ts +8 -8
- package/es/components/tag/index.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +6 -6
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +122 -122
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +12 -12
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker.d.ts +61 -61
- package/es/components/time-select/time-select.vue.d.ts +20 -20
- package/es/components/tooltip/index.d.ts +12 -12
- package/es/components/tree/index.d.ts +50 -50
- package/es/components/tree/tree.vue.d.ts +7 -7
- package/es/components/upload/index.d.ts +27 -27
- package/es/components/upload/upload-content.vue.d.ts +1 -1
- package/es/components/upload/upload.vue.d.ts +1 -1
- package/es/components/upload/use-handlers.d.ts +1 -1
- package/es/components/virtual-list/builders/build-list.d.ts +38 -38
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +2 -2
- package/es/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/vue/install.d.ts +1 -1
- package/es/utils/vue/props/runtime.d.ts +1 -1
- package/lib/app-components/button/use-button.d.ts +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +12 -12
- package/lib/components/autocomplete/index.d.ts +56 -56
- package/lib/components/avatar/index.d.ts +4 -4
- package/lib/components/backtop/index.d.ts +4 -4
- package/lib/components/button/index.d.ts +20 -20
- package/lib/components/clamp-tooltip/index.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/config-provider/index.d.ts +8 -8
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker.d.ts +65 -65
- package/lib/components/date-picker/index.d.ts +130 -130
- package/lib/components/date-picker/panel-utils.d.ts +20 -20
- package/lib/components/date-picker/props/date-picker.d.ts +3 -3
- package/lib/components/date-time-select/index.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +15 -15
- package/lib/components/empty/index.d.ts +4 -4
- package/lib/components/form/index.d.ts +8 -8
- package/lib/components/full-screen/index.d.ts +4 -4
- package/lib/components/header-layout/index.d.ts +4 -4
- package/lib/components/horizontal-menu/index.d.ts +8 -8
- package/lib/components/icon-text/index.d.ts +4 -4
- package/lib/components/input/index.d.ts +12 -12
- package/lib/components/link/index.d.ts +8 -8
- package/lib/components/md-code-tabs/index.d.ts +2 -2
- package/lib/components/menu/index.d.ts +28 -28
- package/lib/components/modal/index.d.ts +12 -12
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/popconfirm/index.d.ts +18 -18
- package/lib/components/popover/index.d.ts +4 -4
- package/lib/components/popper/composables/use-content.d.ts +2 -2
- package/lib/components/popper/index.d.ts +6 -6
- package/lib/components/result/index.d.ts +2 -2
- package/lib/components/search/index.d.ts +16 -16
- package/lib/components/select/useSelect.d.ts +12 -12
- package/lib/components/slider/slider.vue.d.ts +6 -6
- package/lib/components/space/use-space.d.ts +1 -1
- package/lib/components/super-form/index.d.ts +32 -32
- package/lib/components/super-form/super-form.vue.d.ts +3 -3
- package/lib/components/switch/index.d.ts +4 -4
- package/lib/components/table/index.d.ts +132 -132
- package/lib/components/table/table.vue.d.ts +14 -14
- package/lib/components/table/use/use-data-source.d.ts +1 -1
- package/lib/components/tabs/index.d.ts +8 -8
- package/lib/components/tag/index.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +122 -122
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +12 -12
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker.d.ts +61 -61
- package/lib/components/time-select/time-select.vue.d.ts +20 -20
- package/lib/components/tooltip/index.d.ts +12 -12
- package/lib/components/tree/index.d.ts +50 -50
- package/lib/components/tree/tree.vue.d.ts +7 -7
- package/lib/components/upload/index.d.ts +27 -27
- package/lib/components/upload/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/upload.vue.d.ts +1 -1
- package/lib/components/upload/use-handlers.d.ts +1 -1
- package/lib/components/virtual-list/builders/build-list.d.ts +38 -38
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/vue/install.d.ts +1 -1
- package/lib/utils/vue/props/runtime.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
|
@@ -8,10 +8,10 @@ export declare const VftPopper: import("vft/es/utils").SFCWithInstall<{
|
|
|
8
8
|
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
9
9
|
};
|
|
10
10
|
}>>, {
|
|
11
|
-
triggerRef: globalThis.Ref<import("
|
|
11
|
+
triggerRef: globalThis.Ref<import("vft/es/components/popper/constants").Measurable | undefined>;
|
|
12
12
|
contentRef: globalThis.Ref<HTMLElement | undefined>;
|
|
13
13
|
popperInstanceRef: globalThis.Ref<import("@popperjs/core").Instance | undefined>;
|
|
14
|
-
referenceRef: globalThis.Ref<import("
|
|
14
|
+
referenceRef: globalThis.Ref<import("vft/es/components/popper/constants").Measurable | undefined>;
|
|
15
15
|
role: globalThis.ComputedRef<string>;
|
|
16
16
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
17
17
|
role: {
|
|
@@ -29,10 +29,10 @@ export declare const VftPopper: import("vft/es/utils").SFCWithInstall<{
|
|
|
29
29
|
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
30
30
|
};
|
|
31
31
|
}>>, {
|
|
32
|
-
triggerRef: globalThis.Ref<import("
|
|
32
|
+
triggerRef: globalThis.Ref<import("vft/es/components/popper/constants").Measurable | undefined>;
|
|
33
33
|
contentRef: globalThis.Ref<HTMLElement | undefined>;
|
|
34
34
|
popperInstanceRef: globalThis.Ref<import("@popperjs/core").Instance | undefined>;
|
|
35
|
-
referenceRef: globalThis.Ref<import("
|
|
35
|
+
referenceRef: globalThis.Ref<import("vft/es/components/popper/constants").Measurable | undefined>;
|
|
36
36
|
role: globalThis.ComputedRef<string>;
|
|
37
37
|
}, {}, {}, {}, {}>;
|
|
38
38
|
__isFragment?: undefined;
|
|
@@ -43,10 +43,10 @@ export declare const VftPopper: import("vft/es/utils").SFCWithInstall<{
|
|
|
43
43
|
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
44
44
|
};
|
|
45
45
|
}>>, {
|
|
46
|
-
triggerRef: globalThis.Ref<import("
|
|
46
|
+
triggerRef: globalThis.Ref<import("vft/es/components/popper/constants").Measurable | undefined>;
|
|
47
47
|
contentRef: globalThis.Ref<HTMLElement | undefined>;
|
|
48
48
|
popperInstanceRef: globalThis.Ref<import("@popperjs/core").Instance | undefined>;
|
|
49
|
-
referenceRef: globalThis.Ref<import("
|
|
49
|
+
referenceRef: globalThis.Ref<import("vft/es/components/popper/constants").Measurable | undefined>;
|
|
50
50
|
role: globalThis.ComputedRef<string>;
|
|
51
51
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
52
52
|
$slots: {
|
|
@@ -6,7 +6,7 @@ export declare const VftResult: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
6
6
|
type: globalThis.PropType<string | number>;
|
|
7
7
|
};
|
|
8
8
|
icon: {
|
|
9
|
-
type: globalThis.PropType<import("
|
|
9
|
+
type: globalThis.PropType<import("vft/es/components").IconProps>;
|
|
10
10
|
};
|
|
11
11
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
12
|
title: {
|
|
@@ -16,7 +16,7 @@ export declare const VftResult: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
16
16
|
type: globalThis.PropType<string | number>;
|
|
17
17
|
};
|
|
18
18
|
icon: {
|
|
19
|
-
type: globalThis.PropType<import("
|
|
19
|
+
type: globalThis.PropType<import("vft/es/components").IconProps>;
|
|
20
20
|
};
|
|
21
21
|
}>>, {}, {}>> & Record<string, any>;
|
|
22
22
|
export default VftResult;
|
|
@@ -11,7 +11,7 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
11
11
|
type: globalThis.PropType<boolean>;
|
|
12
12
|
};
|
|
13
13
|
popoverCfg: {
|
|
14
|
-
type: globalThis.PropType<import("
|
|
14
|
+
type: globalThis.PropType<import("vft/es/components").PopoverProps>;
|
|
15
15
|
};
|
|
16
16
|
modelValue: {
|
|
17
17
|
type: globalThis.PropType<string | number>;
|
|
@@ -23,13 +23,13 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
23
23
|
type: globalThis.PropType<boolean>;
|
|
24
24
|
};
|
|
25
25
|
suffixIcon: {
|
|
26
|
-
type: globalThis.PropType<string | import("
|
|
26
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
27
27
|
};
|
|
28
28
|
prefixIcon: {
|
|
29
|
-
type: globalThis.PropType<string | import("
|
|
29
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
30
30
|
};
|
|
31
31
|
clearIcon: {
|
|
32
|
-
type: globalThis.PropType<string | import("
|
|
32
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
33
33
|
};
|
|
34
34
|
}>> & {
|
|
35
35
|
onChange?: ((val: string | number) => any) | undefined;
|
|
@@ -74,7 +74,7 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
74
74
|
type: globalThis.PropType<boolean>;
|
|
75
75
|
};
|
|
76
76
|
popoverCfg: {
|
|
77
|
-
type: globalThis.PropType<import("
|
|
77
|
+
type: globalThis.PropType<import("vft/es/components").PopoverProps>;
|
|
78
78
|
};
|
|
79
79
|
modelValue: {
|
|
80
80
|
type: globalThis.PropType<string | number>;
|
|
@@ -86,13 +86,13 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
86
86
|
type: globalThis.PropType<boolean>;
|
|
87
87
|
};
|
|
88
88
|
suffixIcon: {
|
|
89
|
-
type: globalThis.PropType<string | import("
|
|
89
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
90
90
|
};
|
|
91
91
|
prefixIcon: {
|
|
92
|
-
type: globalThis.PropType<string | import("
|
|
92
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
93
93
|
};
|
|
94
94
|
clearIcon: {
|
|
95
|
-
type: globalThis.PropType<string | import("
|
|
95
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
96
96
|
};
|
|
97
97
|
}>> & {
|
|
98
98
|
onChange?: ((val: string | number) => any) | undefined;
|
|
@@ -125,7 +125,7 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
125
125
|
type: globalThis.PropType<boolean>;
|
|
126
126
|
};
|
|
127
127
|
popoverCfg: {
|
|
128
|
-
type: globalThis.PropType<import("
|
|
128
|
+
type: globalThis.PropType<import("vft/es/components").PopoverProps>;
|
|
129
129
|
};
|
|
130
130
|
modelValue: {
|
|
131
131
|
type: globalThis.PropType<string | number>;
|
|
@@ -137,13 +137,13 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
137
137
|
type: globalThis.PropType<boolean>;
|
|
138
138
|
};
|
|
139
139
|
suffixIcon: {
|
|
140
|
-
type: globalThis.PropType<string | import("
|
|
140
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
141
141
|
};
|
|
142
142
|
prefixIcon: {
|
|
143
|
-
type: globalThis.PropType<string | import("
|
|
143
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
144
144
|
};
|
|
145
145
|
clearIcon: {
|
|
146
|
-
type: globalThis.PropType<string | import("
|
|
146
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
147
147
|
};
|
|
148
148
|
}>> & {
|
|
149
149
|
onChange?: ((val: string | number) => any) | undefined;
|
|
@@ -179,7 +179,7 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
179
179
|
type: globalThis.PropType<boolean>;
|
|
180
180
|
};
|
|
181
181
|
popoverCfg: {
|
|
182
|
-
type: globalThis.PropType<import("
|
|
182
|
+
type: globalThis.PropType<import("vft/es/components").PopoverProps>;
|
|
183
183
|
};
|
|
184
184
|
modelValue: {
|
|
185
185
|
type: globalThis.PropType<string | number>;
|
|
@@ -191,13 +191,13 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
191
191
|
type: globalThis.PropType<boolean>;
|
|
192
192
|
};
|
|
193
193
|
suffixIcon: {
|
|
194
|
-
type: globalThis.PropType<string | import("
|
|
194
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
195
195
|
};
|
|
196
196
|
prefixIcon: {
|
|
197
|
-
type: globalThis.PropType<string | import("
|
|
197
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
198
198
|
};
|
|
199
199
|
clearIcon: {
|
|
200
|
-
type: globalThis.PropType<string | import("
|
|
200
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
201
201
|
};
|
|
202
202
|
}>> & {
|
|
203
203
|
onChange?: ((val: string | number) => any) | undefined;
|
|
@@ -119,7 +119,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
119
119
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
120
120
|
readonly effect?: "light" | "dark" | undefined;
|
|
121
121
|
readonly id?: string | undefined;
|
|
122
|
-
readonly className?: import("
|
|
122
|
+
readonly className?: import("vft/es/components/types").ClassType | undefined;
|
|
123
123
|
readonly ariaLabel?: string | undefined;
|
|
124
124
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
125
125
|
readonly visible?: boolean | undefined;
|
|
@@ -135,13 +135,13 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
135
135
|
readonly enterable?: boolean | undefined;
|
|
136
136
|
readonly focusOnShow?: boolean | undefined;
|
|
137
137
|
readonly trapping?: boolean | undefined;
|
|
138
|
-
readonly popperClass?: import("
|
|
138
|
+
readonly popperClass?: import("vft/es/components/types").ClassType | undefined;
|
|
139
139
|
readonly popperStyle?: string | false | CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
140
140
|
readonly referenceEl?: HTMLElement | undefined;
|
|
141
141
|
readonly triggerTargetEl?: HTMLElement | undefined;
|
|
142
142
|
readonly stopPopperMouseEvent?: boolean | undefined;
|
|
143
143
|
readonly virtualTriggering?: boolean | undefined;
|
|
144
|
-
readonly virtualRef?: import("
|
|
144
|
+
readonly virtualRef?: import("vft/es/components").Measurable | undefined;
|
|
145
145
|
readonly rawContent?: boolean | undefined;
|
|
146
146
|
readonly persistent?: boolean | undefined;
|
|
147
147
|
readonly teleported?: boolean | undefined;
|
|
@@ -164,7 +164,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
164
164
|
type: globalThis.PropType<number>;
|
|
165
165
|
};
|
|
166
166
|
virtualRef: {
|
|
167
|
-
type: globalThis.PropType<import("
|
|
167
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
168
168
|
};
|
|
169
169
|
virtualTriggering: {
|
|
170
170
|
type: globalThis.PropType<boolean>;
|
|
@@ -221,7 +221,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
221
221
|
type: globalThis.PropType<string | false | CSSProperties | import("vue").StyleValue[] | null>;
|
|
222
222
|
};
|
|
223
223
|
className: {
|
|
224
|
-
type: globalThis.PropType<import("
|
|
224
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
225
225
|
};
|
|
226
226
|
effect: {
|
|
227
227
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -242,7 +242,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
242
242
|
type: globalThis.PropType<boolean>;
|
|
243
243
|
};
|
|
244
244
|
popperClass: {
|
|
245
|
-
type: globalThis.PropType<import("
|
|
245
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
246
246
|
};
|
|
247
247
|
popperStyle: {
|
|
248
248
|
type: globalThis.PropType<string | false | CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -327,7 +327,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
327
327
|
type: globalThis.PropType<number>;
|
|
328
328
|
};
|
|
329
329
|
virtualRef: {
|
|
330
|
-
type: globalThis.PropType<import("
|
|
330
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
331
331
|
};
|
|
332
332
|
virtualTriggering: {
|
|
333
333
|
type: globalThis.PropType<boolean>;
|
|
@@ -384,7 +384,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
384
384
|
type: globalThis.PropType<string | false | CSSProperties | import("vue").StyleValue[] | null>;
|
|
385
385
|
};
|
|
386
386
|
className: {
|
|
387
|
-
type: globalThis.PropType<import("
|
|
387
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
388
388
|
};
|
|
389
389
|
effect: {
|
|
390
390
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -405,7 +405,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
405
405
|
type: globalThis.PropType<boolean>;
|
|
406
406
|
};
|
|
407
407
|
popperClass: {
|
|
408
|
-
type: globalThis.PropType<import("
|
|
408
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
409
409
|
};
|
|
410
410
|
popperStyle: {
|
|
411
411
|
type: globalThis.PropType<string | false | CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -511,7 +511,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
511
511
|
type: globalThis.PropType<number>;
|
|
512
512
|
};
|
|
513
513
|
virtualRef: {
|
|
514
|
-
type: globalThis.PropType<import("
|
|
514
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
515
515
|
};
|
|
516
516
|
virtualTriggering: {
|
|
517
517
|
type: globalThis.PropType<boolean>;
|
|
@@ -568,7 +568,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
568
568
|
type: globalThis.PropType<string | false | CSSProperties | import("vue").StyleValue[] | null>;
|
|
569
569
|
};
|
|
570
570
|
className: {
|
|
571
|
-
type: globalThis.PropType<import("
|
|
571
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
572
572
|
};
|
|
573
573
|
effect: {
|
|
574
574
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -589,7 +589,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
589
589
|
type: globalThis.PropType<boolean>;
|
|
590
590
|
};
|
|
591
591
|
popperClass: {
|
|
592
|
-
type: globalThis.PropType<import("
|
|
592
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
593
593
|
};
|
|
594
594
|
popperStyle: {
|
|
595
595
|
type: globalThis.PropType<string | false | CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -31,13 +31,13 @@ export interface SliderProps {
|
|
|
31
31
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<SliderProps>, {
|
|
32
32
|
onSliderClick: (event: MouseEvent | TouchEvent) => void;
|
|
33
33
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
|
-
"update:modelValue": (value: import("
|
|
35
|
-
change: (value: import("
|
|
36
|
-
input: (value: import("
|
|
34
|
+
"update:modelValue": (value: import("vft/es/utils").Arrayable<number>) => void;
|
|
35
|
+
change: (value: import("vft/es/utils").Arrayable<number>) => void;
|
|
36
|
+
input: (value: import("vft/es/utils").Arrayable<number>) => void;
|
|
37
37
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SliderProps>>> & {
|
|
38
|
-
onChange?: ((value: import("
|
|
39
|
-
onInput?: ((value: import("
|
|
40
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
38
|
+
onChange?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
39
|
+
onInput?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
40
|
+
"onUpdate:modelValue"?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
41
41
|
}, {}, {}>;
|
|
42
42
|
export default _default;
|
|
43
43
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { StyleValue } from 'vue';
|
|
2
2
|
import type { SpaceProps } from './space';
|
|
3
3
|
export declare function useSpace(props: SpaceProps): {
|
|
4
|
-
classes: globalThis.ComputedRef<import("
|
|
4
|
+
classes: globalThis.ComputedRef<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => import("vft/es/utils").Arrayable<string | Record<string, boolean>>) | ((new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => import("vft/es/utils").Arrayable<string | Record<string, boolean>>))[], unknown, unknown>[]>;
|
|
5
5
|
containerStyle: globalThis.ComputedRef<StyleValue>;
|
|
6
6
|
itemStyle: globalThis.ComputedRef<StyleValue>;
|
|
7
7
|
};
|
|
@@ -5,7 +5,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
rules: {
|
|
8
|
-
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("
|
|
8
|
+
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("vft/es/components").FormItemRule>>>>;
|
|
9
9
|
};
|
|
10
10
|
disabled: {
|
|
11
11
|
type: globalThis.PropType<boolean>;
|
|
@@ -53,11 +53,11 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
53
53
|
type: globalThis.PropType<boolean>;
|
|
54
54
|
};
|
|
55
55
|
rowProps: {
|
|
56
|
-
type: globalThis.PropType<import("
|
|
56
|
+
type: globalThis.PropType<import("vft/es/components").RowProps>;
|
|
57
57
|
default: never;
|
|
58
58
|
};
|
|
59
59
|
baseColProps: {
|
|
60
|
-
type: globalThis.PropType<Partial<import("
|
|
60
|
+
type: globalThis.PropType<Partial<import("vft/es/components").ColProps>>;
|
|
61
61
|
};
|
|
62
62
|
quickColSpan: {
|
|
63
63
|
type: globalThis.PropType<number>;
|
|
@@ -78,7 +78,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
78
78
|
type: globalThis.PropType<boolean>;
|
|
79
79
|
};
|
|
80
80
|
mergeDynamicData: {
|
|
81
|
-
type: globalThis.PropType<import("
|
|
81
|
+
type: globalThis.PropType<import("vft/es/components/types").Recordable>;
|
|
82
82
|
};
|
|
83
83
|
fieldMapToTime: {
|
|
84
84
|
type: globalThis.PropType<import("./types").FieldMapToTime>;
|
|
@@ -143,7 +143,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
143
143
|
type: globalThis.PropType<import("./types").ButtonOptions>;
|
|
144
144
|
};
|
|
145
145
|
actionRowOptions: {
|
|
146
|
-
type: globalThis.PropType<Partial<import("
|
|
146
|
+
type: globalThis.PropType<Partial<import("vft/es/components").RowProps>>;
|
|
147
147
|
};
|
|
148
148
|
}>> & {
|
|
149
149
|
onReset?: (() => any) | undefined;
|
|
@@ -151,9 +151,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
151
151
|
onRegister?: ((args_0: Partial<import("./types").FormActionType>) => any) | undefined;
|
|
152
152
|
"onField-value-change"?: (() => any) | undefined;
|
|
153
153
|
}, {
|
|
154
|
-
getFieldsValue: () => import("
|
|
155
|
-
getFieldValue: (field: string) => string | number | import("
|
|
156
|
-
setFieldsValue: (values: import("
|
|
154
|
+
getFieldsValue: () => import("vft/es/components/types").Recordable;
|
|
155
|
+
getFieldValue: (field: string) => string | number | import("vft/es/components/types").Recordable;
|
|
156
|
+
setFieldsValue: (values: import("vft/es/components/types").Recordable) => Promise<void>;
|
|
157
157
|
resetFields: (props: any) => Promise<void>;
|
|
158
158
|
updateSchema: (data: Partial<import("./types").FormSchema> | Partial<import("./types").FormSchema>[]) => Promise<void>;
|
|
159
159
|
resetSchema: (data: Partial<import("./types").FormSchema> | Partial<import("./types").FormSchema>[]) => Promise<void>;
|
|
@@ -176,7 +176,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
176
176
|
default: string;
|
|
177
177
|
};
|
|
178
178
|
rules: {
|
|
179
|
-
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("
|
|
179
|
+
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("vft/es/components").FormItemRule>>>>;
|
|
180
180
|
};
|
|
181
181
|
disabled: {
|
|
182
182
|
type: globalThis.PropType<boolean>;
|
|
@@ -224,11 +224,11 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
224
224
|
type: globalThis.PropType<boolean>;
|
|
225
225
|
};
|
|
226
226
|
rowProps: {
|
|
227
|
-
type: globalThis.PropType<import("
|
|
227
|
+
type: globalThis.PropType<import("vft/es/components").RowProps>;
|
|
228
228
|
default: never;
|
|
229
229
|
};
|
|
230
230
|
baseColProps: {
|
|
231
|
-
type: globalThis.PropType<Partial<import("
|
|
231
|
+
type: globalThis.PropType<Partial<import("vft/es/components").ColProps>>;
|
|
232
232
|
};
|
|
233
233
|
quickColSpan: {
|
|
234
234
|
type: globalThis.PropType<number>;
|
|
@@ -249,7 +249,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
249
249
|
type: globalThis.PropType<boolean>;
|
|
250
250
|
};
|
|
251
251
|
mergeDynamicData: {
|
|
252
|
-
type: globalThis.PropType<import("
|
|
252
|
+
type: globalThis.PropType<import("vft/es/components/types").Recordable>;
|
|
253
253
|
};
|
|
254
254
|
fieldMapToTime: {
|
|
255
255
|
type: globalThis.PropType<import("./types").FieldMapToTime>;
|
|
@@ -314,7 +314,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
314
314
|
type: globalThis.PropType<import("./types").ButtonOptions>;
|
|
315
315
|
};
|
|
316
316
|
actionRowOptions: {
|
|
317
|
-
type: globalThis.PropType<Partial<import("
|
|
317
|
+
type: globalThis.PropType<Partial<import("vft/es/components").RowProps>>;
|
|
318
318
|
};
|
|
319
319
|
}>> & {
|
|
320
320
|
onReset?: (() => any) | undefined;
|
|
@@ -329,7 +329,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
329
329
|
requireAsteriskPosition: "left" | "right";
|
|
330
330
|
labelPosition: "left" | "right" | "top";
|
|
331
331
|
validateOnRuleChange: boolean;
|
|
332
|
-
rowProps: import("
|
|
332
|
+
rowProps: import("vft/es/components").RowProps;
|
|
333
333
|
quickColSpan: number;
|
|
334
334
|
autoSetPlaceHolder: boolean;
|
|
335
335
|
autoFocusFirstItem: boolean;
|
|
@@ -354,7 +354,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
354
354
|
default: string;
|
|
355
355
|
};
|
|
356
356
|
rules: {
|
|
357
|
-
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("
|
|
357
|
+
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("vft/es/components").FormItemRule>>>>;
|
|
358
358
|
};
|
|
359
359
|
disabled: {
|
|
360
360
|
type: globalThis.PropType<boolean>;
|
|
@@ -402,11 +402,11 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
402
402
|
type: globalThis.PropType<boolean>;
|
|
403
403
|
};
|
|
404
404
|
rowProps: {
|
|
405
|
-
type: globalThis.PropType<import("
|
|
405
|
+
type: globalThis.PropType<import("vft/es/components").RowProps>;
|
|
406
406
|
default: never;
|
|
407
407
|
};
|
|
408
408
|
baseColProps: {
|
|
409
|
-
type: globalThis.PropType<Partial<import("
|
|
409
|
+
type: globalThis.PropType<Partial<import("vft/es/components").ColProps>>;
|
|
410
410
|
};
|
|
411
411
|
quickColSpan: {
|
|
412
412
|
type: globalThis.PropType<number>;
|
|
@@ -427,7 +427,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
427
427
|
type: globalThis.PropType<boolean>;
|
|
428
428
|
};
|
|
429
429
|
mergeDynamicData: {
|
|
430
|
-
type: globalThis.PropType<import("
|
|
430
|
+
type: globalThis.PropType<import("vft/es/components/types").Recordable>;
|
|
431
431
|
};
|
|
432
432
|
fieldMapToTime: {
|
|
433
433
|
type: globalThis.PropType<import("./types").FieldMapToTime>;
|
|
@@ -492,7 +492,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
492
492
|
type: globalThis.PropType<import("./types").ButtonOptions>;
|
|
493
493
|
};
|
|
494
494
|
actionRowOptions: {
|
|
495
|
-
type: globalThis.PropType<Partial<import("
|
|
495
|
+
type: globalThis.PropType<Partial<import("vft/es/components").RowProps>>;
|
|
496
496
|
};
|
|
497
497
|
}>> & {
|
|
498
498
|
onReset?: (() => any) | undefined;
|
|
@@ -500,9 +500,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
500
500
|
onRegister?: ((args_0: Partial<import("./types").FormActionType>) => any) | undefined;
|
|
501
501
|
"onField-value-change"?: (() => any) | undefined;
|
|
502
502
|
}, {
|
|
503
|
-
getFieldsValue: () => import("
|
|
504
|
-
getFieldValue: (field: string) => string | number | import("
|
|
505
|
-
setFieldsValue: (values: import("
|
|
503
|
+
getFieldsValue: () => import("vft/es/components/types").Recordable;
|
|
504
|
+
getFieldValue: (field: string) => string | number | import("vft/es/components/types").Recordable;
|
|
505
|
+
setFieldsValue: (values: import("vft/es/components/types").Recordable) => Promise<void>;
|
|
506
506
|
resetFields: (props: any) => Promise<void>;
|
|
507
507
|
updateSchema: (data: Partial<import("./types").FormSchema> | Partial<import("./types").FormSchema>[]) => Promise<void>;
|
|
508
508
|
resetSchema: (data: Partial<import("./types").FormSchema> | Partial<import("./types").FormSchema>[]) => Promise<void>;
|
|
@@ -522,7 +522,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
522
522
|
requireAsteriskPosition: "left" | "right";
|
|
523
523
|
labelPosition: "left" | "right" | "top";
|
|
524
524
|
validateOnRuleChange: boolean;
|
|
525
|
-
rowProps: import("
|
|
525
|
+
rowProps: import("vft/es/components").RowProps;
|
|
526
526
|
quickColSpan: number;
|
|
527
527
|
autoSetPlaceHolder: boolean;
|
|
528
528
|
autoFocusFirstItem: boolean;
|
|
@@ -544,7 +544,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
544
544
|
default: string;
|
|
545
545
|
};
|
|
546
546
|
rules: {
|
|
547
|
-
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("
|
|
547
|
+
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("vft/es/components").FormItemRule>>>>;
|
|
548
548
|
};
|
|
549
549
|
disabled: {
|
|
550
550
|
type: globalThis.PropType<boolean>;
|
|
@@ -592,11 +592,11 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
592
592
|
type: globalThis.PropType<boolean>;
|
|
593
593
|
};
|
|
594
594
|
rowProps: {
|
|
595
|
-
type: globalThis.PropType<import("
|
|
595
|
+
type: globalThis.PropType<import("vft/es/components").RowProps>;
|
|
596
596
|
default: never;
|
|
597
597
|
};
|
|
598
598
|
baseColProps: {
|
|
599
|
-
type: globalThis.PropType<Partial<import("
|
|
599
|
+
type: globalThis.PropType<Partial<import("vft/es/components").ColProps>>;
|
|
600
600
|
};
|
|
601
601
|
quickColSpan: {
|
|
602
602
|
type: globalThis.PropType<number>;
|
|
@@ -617,7 +617,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
617
617
|
type: globalThis.PropType<boolean>;
|
|
618
618
|
};
|
|
619
619
|
mergeDynamicData: {
|
|
620
|
-
type: globalThis.PropType<import("
|
|
620
|
+
type: globalThis.PropType<import("vft/es/components/types").Recordable>;
|
|
621
621
|
};
|
|
622
622
|
fieldMapToTime: {
|
|
623
623
|
type: globalThis.PropType<import("./types").FieldMapToTime>;
|
|
@@ -682,7 +682,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
682
682
|
type: globalThis.PropType<import("./types").ButtonOptions>;
|
|
683
683
|
};
|
|
684
684
|
actionRowOptions: {
|
|
685
|
-
type: globalThis.PropType<Partial<import("
|
|
685
|
+
type: globalThis.PropType<Partial<import("vft/es/components").RowProps>>;
|
|
686
686
|
};
|
|
687
687
|
}>> & {
|
|
688
688
|
onReset?: (() => any) | undefined;
|
|
@@ -690,9 +690,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
690
690
|
onRegister?: ((args_0: Partial<import("./types").FormActionType>) => any) | undefined;
|
|
691
691
|
"onField-value-change"?: (() => any) | undefined;
|
|
692
692
|
}, {
|
|
693
|
-
getFieldsValue: () => import("
|
|
694
|
-
getFieldValue: (field: string) => string | number | import("
|
|
695
|
-
setFieldsValue: (values: import("
|
|
693
|
+
getFieldsValue: () => import("vft/es/components/types").Recordable;
|
|
694
|
+
getFieldValue: (field: string) => string | number | import("vft/es/components/types").Recordable;
|
|
695
|
+
setFieldsValue: (values: import("vft/es/components/types").Recordable) => Promise<void>;
|
|
696
696
|
resetFields: (props: any) => Promise<void>;
|
|
697
697
|
updateSchema: (data: Partial<import("./types").FormSchema> | Partial<import("./types").FormSchema>[]) => Promise<void>;
|
|
698
698
|
resetSchema: (data: Partial<import("./types").FormSchema> | Partial<import("./types").FormSchema>[]) => Promise<void>;
|
|
@@ -717,7 +717,7 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
717
717
|
requireAsteriskPosition: "left" | "right";
|
|
718
718
|
labelPosition: "left" | "right" | "top";
|
|
719
719
|
validateOnRuleChange: boolean;
|
|
720
|
-
rowProps: import("
|
|
720
|
+
rowProps: import("vft/es/components").RowProps;
|
|
721
721
|
quickColSpan: number;
|
|
722
722
|
autoSetPlaceHolder: boolean;
|
|
723
723
|
autoFocusFirstItem: boolean;
|
|
@@ -23,9 +23,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
23
23
|
showCommonButton: boolean;
|
|
24
24
|
actionInline: boolean;
|
|
25
25
|
}>, {
|
|
26
|
-
getFieldsValue: () => import("
|
|
27
|
-
getFieldValue: (field: string) => string | number | import("
|
|
28
|
-
setFieldsValue: (values: import("
|
|
26
|
+
getFieldsValue: () => import("vft/es/components/types").Recordable;
|
|
27
|
+
getFieldValue: (field: string) => string | number | import("vft/es/components/types").Recordable;
|
|
28
|
+
setFieldsValue: (values: import("vft/es/components/types").Recordable) => Promise<void>;
|
|
29
29
|
resetFields: (props: any) => Promise<void>;
|
|
30
30
|
updateSchema: (data: Partial<FormSchema> | Partial<FormSchema>[]) => Promise<void>;
|
|
31
31
|
resetSchema: (data: Partial<FormSchema> | Partial<FormSchema>[]) => Promise<void>;
|
|
@@ -42,10 +42,10 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
42
42
|
default: boolean;
|
|
43
43
|
};
|
|
44
44
|
activeIcon: {
|
|
45
|
-
type: globalThis.PropType<string | import("
|
|
45
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
46
46
|
};
|
|
47
47
|
inactiveIcon: {
|
|
48
|
-
type: globalThis.PropType<string | import("
|
|
48
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
49
49
|
};
|
|
50
50
|
activeText: {
|
|
51
51
|
type: globalThis.PropType<string>;
|
|
@@ -121,10 +121,10 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
121
121
|
default: boolean;
|
|
122
122
|
};
|
|
123
123
|
activeIcon: {
|
|
124
|
-
type: globalThis.PropType<string | import("
|
|
124
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
125
125
|
};
|
|
126
126
|
inactiveIcon: {
|
|
127
|
-
type: globalThis.PropType<string | import("
|
|
127
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
128
128
|
};
|
|
129
129
|
activeText: {
|
|
130
130
|
type: globalThis.PropType<string>;
|