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
|
@@ -12,7 +12,7 @@ export declare const useButton: (props: ButtonProps, emit: any) => {
|
|
|
12
12
|
type?: undefined;
|
|
13
13
|
}>;
|
|
14
14
|
_disabled: globalThis.ComputedRef<boolean>;
|
|
15
|
-
_size: globalThis.ComputedRef<import("
|
|
15
|
+
_size: globalThis.ComputedRef<import("vft/es/app-components/form/types").ComponentSize>;
|
|
16
16
|
_type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
17
17
|
_ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
18
18
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
@@ -51,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
51
51
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
52
52
|
readonly effect?: "light" | "dark" | undefined;
|
|
53
53
|
readonly id?: string | undefined;
|
|
54
|
-
readonly className?: import("
|
|
54
|
+
readonly className?: import("vft/es/components/types").ClassType | undefined;
|
|
55
55
|
readonly ariaLabel?: string | undefined;
|
|
56
56
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
57
57
|
readonly visible?: boolean | undefined;
|
|
@@ -67,13 +67,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
67
67
|
readonly enterable?: boolean | undefined;
|
|
68
68
|
readonly focusOnShow?: boolean | undefined;
|
|
69
69
|
readonly trapping?: boolean | undefined;
|
|
70
|
-
readonly popperClass?: import("
|
|
70
|
+
readonly popperClass?: import("vft/es/components/types").ClassType | undefined;
|
|
71
71
|
readonly popperStyle?: string | false | import("vue").CSSProperties | StyleValue[] | null | undefined;
|
|
72
72
|
readonly referenceEl?: HTMLElement | undefined;
|
|
73
73
|
readonly triggerTargetEl?: HTMLElement | undefined;
|
|
74
74
|
readonly stopPopperMouseEvent?: boolean | undefined;
|
|
75
75
|
readonly virtualTriggering?: boolean | undefined;
|
|
76
|
-
readonly virtualRef?: import("
|
|
76
|
+
readonly virtualRef?: import("vft/es/components").Measurable | undefined;
|
|
77
77
|
readonly rawContent?: boolean | undefined;
|
|
78
78
|
readonly persistent?: boolean | undefined;
|
|
79
79
|
readonly teleported?: boolean | undefined;
|
|
@@ -96,7 +96,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
96
96
|
type: globalThis.PropType<number>;
|
|
97
97
|
};
|
|
98
98
|
virtualRef: {
|
|
99
|
-
type: globalThis.PropType<import("
|
|
99
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
100
100
|
};
|
|
101
101
|
virtualTriggering: {
|
|
102
102
|
type: globalThis.PropType<boolean>;
|
|
@@ -153,7 +153,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
153
153
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | StyleValue[] | null>;
|
|
154
154
|
};
|
|
155
155
|
className: {
|
|
156
|
-
type: globalThis.PropType<import("
|
|
156
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
157
157
|
};
|
|
158
158
|
effect: {
|
|
159
159
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -174,7 +174,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
174
174
|
type: globalThis.PropType<boolean>;
|
|
175
175
|
};
|
|
176
176
|
popperClass: {
|
|
177
|
-
type: globalThis.PropType<import("
|
|
177
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
178
178
|
};
|
|
179
179
|
popperStyle: {
|
|
180
180
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | StyleValue[] | null>;
|
|
@@ -259,7 +259,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
259
259
|
type: globalThis.PropType<number>;
|
|
260
260
|
};
|
|
261
261
|
virtualRef: {
|
|
262
|
-
type: globalThis.PropType<import("
|
|
262
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
263
263
|
};
|
|
264
264
|
virtualTriggering: {
|
|
265
265
|
type: globalThis.PropType<boolean>;
|
|
@@ -316,7 +316,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
316
316
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | StyleValue[] | null>;
|
|
317
317
|
};
|
|
318
318
|
className: {
|
|
319
|
-
type: globalThis.PropType<import("
|
|
319
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
320
320
|
};
|
|
321
321
|
effect: {
|
|
322
322
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -337,7 +337,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
337
337
|
type: globalThis.PropType<boolean>;
|
|
338
338
|
};
|
|
339
339
|
popperClass: {
|
|
340
|
-
type: globalThis.PropType<import("
|
|
340
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
341
341
|
};
|
|
342
342
|
popperStyle: {
|
|
343
343
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | StyleValue[] | null>;
|
|
@@ -444,7 +444,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
444
444
|
type: globalThis.PropType<number>;
|
|
445
445
|
};
|
|
446
446
|
virtualRef: {
|
|
447
|
-
type: globalThis.PropType<import("
|
|
447
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
448
448
|
};
|
|
449
449
|
virtualTriggering: {
|
|
450
450
|
type: globalThis.PropType<boolean>;
|
|
@@ -501,7 +501,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
501
501
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | StyleValue[] | null>;
|
|
502
502
|
};
|
|
503
503
|
className: {
|
|
504
|
-
type: globalThis.PropType<import("
|
|
504
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
505
505
|
};
|
|
506
506
|
effect: {
|
|
507
507
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -522,7 +522,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
522
522
|
type: globalThis.PropType<boolean>;
|
|
523
523
|
};
|
|
524
524
|
popperClass: {
|
|
525
|
-
type: globalThis.PropType<import("
|
|
525
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
526
526
|
};
|
|
527
527
|
popperStyle: {
|
|
528
528
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | StyleValue[] | null>;
|
|
@@ -10,10 +10,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
10
10
|
type: globalThis.PropType<number>;
|
|
11
11
|
};
|
|
12
12
|
placement: {
|
|
13
|
-
type: globalThis.PropType<import("
|
|
13
|
+
type: globalThis.PropType<import("vft/es/components/autocomplete/types").Placement>;
|
|
14
14
|
};
|
|
15
15
|
fetchSuggestions: {
|
|
16
|
-
type: globalThis.PropType<import("
|
|
16
|
+
type: globalThis.PropType<import("vft/es/components/autocomplete/types").AutocompleteFetchSuggestions>;
|
|
17
17
|
};
|
|
18
18
|
popperClass: {
|
|
19
19
|
type: globalThis.PropType<string>;
|
|
@@ -84,12 +84,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
84
84
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
85
85
|
readonly effect?: "light" | "dark" | undefined;
|
|
86
86
|
readonly id?: string | undefined;
|
|
87
|
-
readonly className?: import("
|
|
87
|
+
readonly className?: import("vft/es/components/types").ClassType | undefined;
|
|
88
88
|
readonly ariaLabel?: string | undefined;
|
|
89
89
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
90
90
|
readonly visible?: boolean | undefined;
|
|
91
91
|
readonly disabled?: boolean | undefined;
|
|
92
|
-
readonly trigger?: import("
|
|
92
|
+
readonly trigger?: import("vft/es/components").TooltipTriggerType | undefined;
|
|
93
93
|
readonly appendTo?: any;
|
|
94
94
|
readonly arrowOffset?: number | undefined;
|
|
95
95
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -100,13 +100,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
100
100
|
readonly enterable?: boolean | undefined;
|
|
101
101
|
readonly focusOnShow?: boolean | undefined;
|
|
102
102
|
readonly trapping?: boolean | undefined;
|
|
103
|
-
readonly popperClass?: import("
|
|
103
|
+
readonly popperClass?: import("vft/es/components/types").ClassType | undefined;
|
|
104
104
|
readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
105
105
|
readonly referenceEl?: HTMLElement | undefined;
|
|
106
106
|
readonly triggerTargetEl?: HTMLElement | undefined;
|
|
107
107
|
readonly stopPopperMouseEvent?: boolean | undefined;
|
|
108
108
|
readonly virtualTriggering?: boolean | undefined;
|
|
109
|
-
readonly virtualRef?: import("
|
|
109
|
+
readonly virtualRef?: import("vft/es/components").Measurable | undefined;
|
|
110
110
|
readonly rawContent?: boolean | undefined;
|
|
111
111
|
readonly persistent?: boolean | undefined;
|
|
112
112
|
readonly teleported?: boolean | undefined;
|
|
@@ -129,7 +129,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
129
129
|
type: globalThis.PropType<number>;
|
|
130
130
|
};
|
|
131
131
|
virtualRef: {
|
|
132
|
-
type: globalThis.PropType<import("
|
|
132
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
133
133
|
};
|
|
134
134
|
virtualTriggering: {
|
|
135
135
|
type: globalThis.PropType<boolean>;
|
|
@@ -186,7 +186,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
186
186
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
187
187
|
};
|
|
188
188
|
className: {
|
|
189
|
-
type: globalThis.PropType<import("
|
|
189
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
190
190
|
};
|
|
191
191
|
effect: {
|
|
192
192
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -207,7 +207,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
207
207
|
type: globalThis.PropType<boolean>;
|
|
208
208
|
};
|
|
209
209
|
popperClass: {
|
|
210
|
-
type: globalThis.PropType<import("
|
|
210
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
211
211
|
};
|
|
212
212
|
popperStyle: {
|
|
213
213
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -255,7 +255,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
255
255
|
type: globalThis.PropType<boolean>;
|
|
256
256
|
};
|
|
257
257
|
trigger: {
|
|
258
|
-
type: globalThis.PropType<import("
|
|
258
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
259
259
|
};
|
|
260
260
|
triggerKeys: {
|
|
261
261
|
type: globalThis.PropType<string[]>;
|
|
@@ -292,7 +292,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
292
292
|
type: globalThis.PropType<number>;
|
|
293
293
|
};
|
|
294
294
|
virtualRef: {
|
|
295
|
-
type: globalThis.PropType<import("
|
|
295
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
296
296
|
};
|
|
297
297
|
virtualTriggering: {
|
|
298
298
|
type: globalThis.PropType<boolean>;
|
|
@@ -349,7 +349,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
349
349
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
350
350
|
};
|
|
351
351
|
className: {
|
|
352
|
-
type: globalThis.PropType<import("
|
|
352
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
353
353
|
};
|
|
354
354
|
effect: {
|
|
355
355
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -370,7 +370,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
370
370
|
type: globalThis.PropType<boolean>;
|
|
371
371
|
};
|
|
372
372
|
popperClass: {
|
|
373
|
-
type: globalThis.PropType<import("
|
|
373
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
374
374
|
};
|
|
375
375
|
popperStyle: {
|
|
376
376
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -418,7 +418,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
418
418
|
type: globalThis.PropType<boolean>;
|
|
419
419
|
};
|
|
420
420
|
trigger: {
|
|
421
|
-
type: globalThis.PropType<import("
|
|
421
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
422
422
|
};
|
|
423
423
|
triggerKeys: {
|
|
424
424
|
type: globalThis.PropType<string[]>;
|
|
@@ -476,7 +476,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
476
476
|
type: globalThis.PropType<number>;
|
|
477
477
|
};
|
|
478
478
|
virtualRef: {
|
|
479
|
-
type: globalThis.PropType<import("
|
|
479
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
480
480
|
};
|
|
481
481
|
virtualTriggering: {
|
|
482
482
|
type: globalThis.PropType<boolean>;
|
|
@@ -533,7 +533,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
533
533
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
534
534
|
};
|
|
535
535
|
className: {
|
|
536
|
-
type: globalThis.PropType<import("
|
|
536
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
537
537
|
};
|
|
538
538
|
effect: {
|
|
539
539
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -554,7 +554,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
554
554
|
type: globalThis.PropType<boolean>;
|
|
555
555
|
};
|
|
556
556
|
popperClass: {
|
|
557
|
-
type: globalThis.PropType<import("
|
|
557
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
558
558
|
};
|
|
559
559
|
popperStyle: {
|
|
560
560
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -602,7 +602,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
602
602
|
type: globalThis.PropType<boolean>;
|
|
603
603
|
};
|
|
604
604
|
trigger: {
|
|
605
|
-
type: globalThis.PropType<import("
|
|
605
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
606
606
|
};
|
|
607
607
|
triggerKeys: {
|
|
608
608
|
type: globalThis.PropType<string[]>;
|
|
@@ -654,10 +654,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
654
654
|
type: globalThis.PropType<number>;
|
|
655
655
|
};
|
|
656
656
|
placement: {
|
|
657
|
-
type: globalThis.PropType<import("
|
|
657
|
+
type: globalThis.PropType<import("vft/es/components/autocomplete/types").Placement>;
|
|
658
658
|
};
|
|
659
659
|
fetchSuggestions: {
|
|
660
|
-
type: globalThis.PropType<import("
|
|
660
|
+
type: globalThis.PropType<import("vft/es/components/autocomplete/types").AutocompleteFetchSuggestions>;
|
|
661
661
|
};
|
|
662
662
|
popperClass: {
|
|
663
663
|
type: globalThis.PropType<string>;
|
|
@@ -718,10 +718,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
718
718
|
type: globalThis.PropType<number>;
|
|
719
719
|
};
|
|
720
720
|
placement: {
|
|
721
|
-
type: globalThis.PropType<import("
|
|
721
|
+
type: globalThis.PropType<import("vft/es/components/autocomplete/types").Placement>;
|
|
722
722
|
};
|
|
723
723
|
fetchSuggestions: {
|
|
724
|
-
type: globalThis.PropType<import("
|
|
724
|
+
type: globalThis.PropType<import("vft/es/components/autocomplete/types").AutocompleteFetchSuggestions>;
|
|
725
725
|
};
|
|
726
726
|
popperClass: {
|
|
727
727
|
type: globalThis.PropType<string>;
|
|
@@ -792,12 +792,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
792
792
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
793
793
|
readonly effect?: "light" | "dark" | undefined;
|
|
794
794
|
readonly id?: string | undefined;
|
|
795
|
-
readonly className?: import("
|
|
795
|
+
readonly className?: import("vft/es/components/types").ClassType | undefined;
|
|
796
796
|
readonly ariaLabel?: string | undefined;
|
|
797
797
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
798
798
|
readonly visible?: boolean | undefined;
|
|
799
799
|
readonly disabled?: boolean | undefined;
|
|
800
|
-
readonly trigger?: import("
|
|
800
|
+
readonly trigger?: import("vft/es/components").TooltipTriggerType | undefined;
|
|
801
801
|
readonly appendTo?: any;
|
|
802
802
|
readonly arrowOffset?: number | undefined;
|
|
803
803
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -808,13 +808,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
808
808
|
readonly enterable?: boolean | undefined;
|
|
809
809
|
readonly focusOnShow?: boolean | undefined;
|
|
810
810
|
readonly trapping?: boolean | undefined;
|
|
811
|
-
readonly popperClass?: import("
|
|
811
|
+
readonly popperClass?: import("vft/es/components/types").ClassType | undefined;
|
|
812
812
|
readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
813
813
|
readonly referenceEl?: HTMLElement | undefined;
|
|
814
814
|
readonly triggerTargetEl?: HTMLElement | undefined;
|
|
815
815
|
readonly stopPopperMouseEvent?: boolean | undefined;
|
|
816
816
|
readonly virtualTriggering?: boolean | undefined;
|
|
817
|
-
readonly virtualRef?: import("
|
|
817
|
+
readonly virtualRef?: import("vft/es/components").Measurable | undefined;
|
|
818
818
|
readonly rawContent?: boolean | undefined;
|
|
819
819
|
readonly persistent?: boolean | undefined;
|
|
820
820
|
readonly teleported?: boolean | undefined;
|
|
@@ -837,7 +837,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
837
837
|
type: globalThis.PropType<number>;
|
|
838
838
|
};
|
|
839
839
|
virtualRef: {
|
|
840
|
-
type: globalThis.PropType<import("
|
|
840
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
841
841
|
};
|
|
842
842
|
virtualTriggering: {
|
|
843
843
|
type: globalThis.PropType<boolean>;
|
|
@@ -894,7 +894,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
894
894
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
895
895
|
};
|
|
896
896
|
className: {
|
|
897
|
-
type: globalThis.PropType<import("
|
|
897
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
898
898
|
};
|
|
899
899
|
effect: {
|
|
900
900
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -915,7 +915,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
915
915
|
type: globalThis.PropType<boolean>;
|
|
916
916
|
};
|
|
917
917
|
popperClass: {
|
|
918
|
-
type: globalThis.PropType<import("
|
|
918
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
919
919
|
};
|
|
920
920
|
popperStyle: {
|
|
921
921
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -963,7 +963,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
963
963
|
type: globalThis.PropType<boolean>;
|
|
964
964
|
};
|
|
965
965
|
trigger: {
|
|
966
|
-
type: globalThis.PropType<import("
|
|
966
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
967
967
|
};
|
|
968
968
|
triggerKeys: {
|
|
969
969
|
type: globalThis.PropType<string[]>;
|
|
@@ -1000,7 +1000,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1000
1000
|
type: globalThis.PropType<number>;
|
|
1001
1001
|
};
|
|
1002
1002
|
virtualRef: {
|
|
1003
|
-
type: globalThis.PropType<import("
|
|
1003
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
1004
1004
|
};
|
|
1005
1005
|
virtualTriggering: {
|
|
1006
1006
|
type: globalThis.PropType<boolean>;
|
|
@@ -1057,7 +1057,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1057
1057
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
1058
1058
|
};
|
|
1059
1059
|
className: {
|
|
1060
|
-
type: globalThis.PropType<import("
|
|
1060
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1061
1061
|
};
|
|
1062
1062
|
effect: {
|
|
1063
1063
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -1078,7 +1078,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1078
1078
|
type: globalThis.PropType<boolean>;
|
|
1079
1079
|
};
|
|
1080
1080
|
popperClass: {
|
|
1081
|
-
type: globalThis.PropType<import("
|
|
1081
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1082
1082
|
};
|
|
1083
1083
|
popperStyle: {
|
|
1084
1084
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -1126,7 +1126,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1126
1126
|
type: globalThis.PropType<boolean>;
|
|
1127
1127
|
};
|
|
1128
1128
|
trigger: {
|
|
1129
|
-
type: globalThis.PropType<import("
|
|
1129
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
1130
1130
|
};
|
|
1131
1131
|
triggerKeys: {
|
|
1132
1132
|
type: globalThis.PropType<string[]>;
|
|
@@ -1184,7 +1184,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1184
1184
|
type: globalThis.PropType<number>;
|
|
1185
1185
|
};
|
|
1186
1186
|
virtualRef: {
|
|
1187
|
-
type: globalThis.PropType<import("
|
|
1187
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
1188
1188
|
};
|
|
1189
1189
|
virtualTriggering: {
|
|
1190
1190
|
type: globalThis.PropType<boolean>;
|
|
@@ -1241,7 +1241,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1241
1241
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
1242
1242
|
};
|
|
1243
1243
|
className: {
|
|
1244
|
-
type: globalThis.PropType<import("
|
|
1244
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1245
1245
|
};
|
|
1246
1246
|
effect: {
|
|
1247
1247
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -1262,7 +1262,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1262
1262
|
type: globalThis.PropType<boolean>;
|
|
1263
1263
|
};
|
|
1264
1264
|
popperClass: {
|
|
1265
|
-
type: globalThis.PropType<import("
|
|
1265
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1266
1266
|
};
|
|
1267
1267
|
popperStyle: {
|
|
1268
1268
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -1310,7 +1310,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1310
1310
|
type: globalThis.PropType<boolean>;
|
|
1311
1311
|
};
|
|
1312
1312
|
trigger: {
|
|
1313
|
-
type: globalThis.PropType<import("
|
|
1313
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
1314
1314
|
};
|
|
1315
1315
|
triggerKeys: {
|
|
1316
1316
|
type: globalThis.PropType<string[]>;
|
|
@@ -1358,10 +1358,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1358
1358
|
type: globalThis.PropType<number>;
|
|
1359
1359
|
};
|
|
1360
1360
|
placement: {
|
|
1361
|
-
type: globalThis.PropType<import("
|
|
1361
|
+
type: globalThis.PropType<import("vft/es/components/autocomplete/types").Placement>;
|
|
1362
1362
|
};
|
|
1363
1363
|
fetchSuggestions: {
|
|
1364
|
-
type: globalThis.PropType<import("
|
|
1364
|
+
type: globalThis.PropType<import("vft/es/components/autocomplete/types").AutocompleteFetchSuggestions>;
|
|
1365
1365
|
};
|
|
1366
1366
|
popperClass: {
|
|
1367
1367
|
type: globalThis.PropType<string>;
|
|
@@ -1432,12 +1432,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1432
1432
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1433
1433
|
readonly effect?: "light" | "dark" | undefined;
|
|
1434
1434
|
readonly id?: string | undefined;
|
|
1435
|
-
readonly className?: import("
|
|
1435
|
+
readonly className?: import("vft/es/components/types").ClassType | undefined;
|
|
1436
1436
|
readonly ariaLabel?: string | undefined;
|
|
1437
1437
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
1438
1438
|
readonly visible?: boolean | undefined;
|
|
1439
1439
|
readonly disabled?: boolean | undefined;
|
|
1440
|
-
readonly trigger?: import("
|
|
1440
|
+
readonly trigger?: import("vft/es/components").TooltipTriggerType | undefined;
|
|
1441
1441
|
readonly appendTo?: any;
|
|
1442
1442
|
readonly arrowOffset?: number | undefined;
|
|
1443
1443
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -1448,13 +1448,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1448
1448
|
readonly enterable?: boolean | undefined;
|
|
1449
1449
|
readonly focusOnShow?: boolean | undefined;
|
|
1450
1450
|
readonly trapping?: boolean | undefined;
|
|
1451
|
-
readonly popperClass?: import("
|
|
1451
|
+
readonly popperClass?: import("vft/es/components/types").ClassType | undefined;
|
|
1452
1452
|
readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1453
1453
|
readonly referenceEl?: HTMLElement | undefined;
|
|
1454
1454
|
readonly triggerTargetEl?: HTMLElement | undefined;
|
|
1455
1455
|
readonly stopPopperMouseEvent?: boolean | undefined;
|
|
1456
1456
|
readonly virtualTriggering?: boolean | undefined;
|
|
1457
|
-
readonly virtualRef?: import("
|
|
1457
|
+
readonly virtualRef?: import("vft/es/components").Measurable | undefined;
|
|
1458
1458
|
readonly rawContent?: boolean | undefined;
|
|
1459
1459
|
readonly persistent?: boolean | undefined;
|
|
1460
1460
|
readonly teleported?: boolean | undefined;
|
|
@@ -1477,7 +1477,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1477
1477
|
type: globalThis.PropType<number>;
|
|
1478
1478
|
};
|
|
1479
1479
|
virtualRef: {
|
|
1480
|
-
type: globalThis.PropType<import("
|
|
1480
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
1481
1481
|
};
|
|
1482
1482
|
virtualTriggering: {
|
|
1483
1483
|
type: globalThis.PropType<boolean>;
|
|
@@ -1534,7 +1534,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1534
1534
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
1535
1535
|
};
|
|
1536
1536
|
className: {
|
|
1537
|
-
type: globalThis.PropType<import("
|
|
1537
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1538
1538
|
};
|
|
1539
1539
|
effect: {
|
|
1540
1540
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -1555,7 +1555,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1555
1555
|
type: globalThis.PropType<boolean>;
|
|
1556
1556
|
};
|
|
1557
1557
|
popperClass: {
|
|
1558
|
-
type: globalThis.PropType<import("
|
|
1558
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1559
1559
|
};
|
|
1560
1560
|
popperStyle: {
|
|
1561
1561
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -1603,7 +1603,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1603
1603
|
type: globalThis.PropType<boolean>;
|
|
1604
1604
|
};
|
|
1605
1605
|
trigger: {
|
|
1606
|
-
type: globalThis.PropType<import("
|
|
1606
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
1607
1607
|
};
|
|
1608
1608
|
triggerKeys: {
|
|
1609
1609
|
type: globalThis.PropType<string[]>;
|
|
@@ -1640,7 +1640,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1640
1640
|
type: globalThis.PropType<number>;
|
|
1641
1641
|
};
|
|
1642
1642
|
virtualRef: {
|
|
1643
|
-
type: globalThis.PropType<import("
|
|
1643
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
1644
1644
|
};
|
|
1645
1645
|
virtualTriggering: {
|
|
1646
1646
|
type: globalThis.PropType<boolean>;
|
|
@@ -1697,7 +1697,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1697
1697
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
1698
1698
|
};
|
|
1699
1699
|
className: {
|
|
1700
|
-
type: globalThis.PropType<import("
|
|
1700
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1701
1701
|
};
|
|
1702
1702
|
effect: {
|
|
1703
1703
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -1718,7 +1718,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1718
1718
|
type: globalThis.PropType<boolean>;
|
|
1719
1719
|
};
|
|
1720
1720
|
popperClass: {
|
|
1721
|
-
type: globalThis.PropType<import("
|
|
1721
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1722
1722
|
};
|
|
1723
1723
|
popperStyle: {
|
|
1724
1724
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -1766,7 +1766,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1766
1766
|
type: globalThis.PropType<boolean>;
|
|
1767
1767
|
};
|
|
1768
1768
|
trigger: {
|
|
1769
|
-
type: globalThis.PropType<import("
|
|
1769
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
1770
1770
|
};
|
|
1771
1771
|
triggerKeys: {
|
|
1772
1772
|
type: globalThis.PropType<string[]>;
|
|
@@ -1824,7 +1824,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1824
1824
|
type: globalThis.PropType<number>;
|
|
1825
1825
|
};
|
|
1826
1826
|
virtualRef: {
|
|
1827
|
-
type: globalThis.PropType<import("
|
|
1827
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
1828
1828
|
};
|
|
1829
1829
|
virtualTriggering: {
|
|
1830
1830
|
type: globalThis.PropType<boolean>;
|
|
@@ -1881,7 +1881,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1881
1881
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
1882
1882
|
};
|
|
1883
1883
|
className: {
|
|
1884
|
-
type: globalThis.PropType<import("
|
|
1884
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1885
1885
|
};
|
|
1886
1886
|
effect: {
|
|
1887
1887
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -1902,7 +1902,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1902
1902
|
type: globalThis.PropType<boolean>;
|
|
1903
1903
|
};
|
|
1904
1904
|
popperClass: {
|
|
1905
|
-
type: globalThis.PropType<import("
|
|
1905
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
1906
1906
|
};
|
|
1907
1907
|
popperStyle: {
|
|
1908
1908
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -1950,7 +1950,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1950
1950
|
type: globalThis.PropType<boolean>;
|
|
1951
1951
|
};
|
|
1952
1952
|
trigger: {
|
|
1953
|
-
type: globalThis.PropType<import("
|
|
1953
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
1954
1954
|
};
|
|
1955
1955
|
triggerKeys: {
|
|
1956
1956
|
type: globalThis.PropType<string[]>;
|
|
@@ -7,7 +7,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
|
7
7
|
type: globalThis.PropType<"circle" | "square">;
|
|
8
8
|
};
|
|
9
9
|
icon: {
|
|
10
|
-
type: globalThis.PropType<string | import("
|
|
10
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
11
11
|
};
|
|
12
12
|
src: {
|
|
13
13
|
type: globalThis.PropType<string>;
|
|
@@ -30,7 +30,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
|
30
30
|
type: globalThis.PropType<"circle" | "square">;
|
|
31
31
|
};
|
|
32
32
|
icon: {
|
|
33
|
-
type: globalThis.PropType<string | import("
|
|
33
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
34
34
|
};
|
|
35
35
|
src: {
|
|
36
36
|
type: globalThis.PropType<string>;
|
|
@@ -58,7 +58,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
|
58
58
|
type: globalThis.PropType<"circle" | "square">;
|
|
59
59
|
};
|
|
60
60
|
icon: {
|
|
61
|
-
type: globalThis.PropType<string | import("
|
|
61
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
62
62
|
};
|
|
63
63
|
src: {
|
|
64
64
|
type: globalThis.PropType<string>;
|
|
@@ -83,7 +83,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
|
83
83
|
type: globalThis.PropType<"circle" | "square">;
|
|
84
84
|
};
|
|
85
85
|
icon: {
|
|
86
|
-
type: globalThis.PropType<string | import("
|
|
86
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
87
87
|
};
|
|
88
88
|
src: {
|
|
89
89
|
type: globalThis.PropType<string>;
|
|
@@ -13,7 +13,7 @@ export declare const VftBacktop: import("vft/es/utils").SFCWithInstall<{
|
|
|
13
13
|
type: globalThis.PropType<number>;
|
|
14
14
|
};
|
|
15
15
|
icon: {
|
|
16
|
-
type: globalThis.PropType<string | import("
|
|
16
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
17
17
|
};
|
|
18
18
|
scrollTargetKey: {
|
|
19
19
|
type: globalThis.PropType<string>;
|
|
@@ -36,7 +36,7 @@ export declare const VftBacktop: import("vft/es/utils").SFCWithInstall<{
|
|
|
36
36
|
type: globalThis.PropType<number>;
|
|
37
37
|
};
|
|
38
38
|
icon: {
|
|
39
|
-
type: globalThis.PropType<string | import("
|
|
39
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
40
40
|
};
|
|
41
41
|
scrollTargetKey: {
|
|
42
42
|
type: globalThis.PropType<string>;
|
|
@@ -64,7 +64,7 @@ export declare const VftBacktop: import("vft/es/utils").SFCWithInstall<{
|
|
|
64
64
|
type: globalThis.PropType<number>;
|
|
65
65
|
};
|
|
66
66
|
icon: {
|
|
67
|
-
type: globalThis.PropType<string | import("
|
|
67
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
68
68
|
};
|
|
69
69
|
scrollTargetKey: {
|
|
70
70
|
type: globalThis.PropType<string>;
|
|
@@ -89,7 +89,7 @@ export declare const VftBacktop: import("vft/es/utils").SFCWithInstall<{
|
|
|
89
89
|
type: globalThis.PropType<number>;
|
|
90
90
|
};
|
|
91
91
|
icon: {
|
|
92
|
-
type: globalThis.PropType<string | import("
|
|
92
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
93
93
|
};
|
|
94
94
|
scrollTargetKey: {
|
|
95
95
|
type: globalThis.PropType<string>;
|