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,8 +8,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
__epPropKey: true;
|
|
9
9
|
};
|
|
10
10
|
readonly visible: BooleanConstructor;
|
|
11
|
-
readonly actualVisible: import("
|
|
12
|
-
readonly format: import("
|
|
11
|
+
readonly actualVisible: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
12
|
+
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
13
13
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
pick: (...args: any[]) => void;
|
|
15
15
|
"select-range": (...args: any[]) => void;
|
|
@@ -23,8 +23,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
__epPropKey: true;
|
|
24
24
|
};
|
|
25
25
|
readonly visible: BooleanConstructor;
|
|
26
|
-
readonly actualVisible: import("
|
|
27
|
-
readonly format: import("
|
|
26
|
+
readonly actualVisible: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
27
|
+
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
28
28
|
}>> & {
|
|
29
29
|
onPick?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
"onSelect-range"?: ((...args: any[]) => any) | undefined;
|
|
@@ -32,6 +32,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
}, {
|
|
33
33
|
readonly visible: boolean;
|
|
34
34
|
readonly format: string;
|
|
35
|
-
readonly actualVisible: import("
|
|
35
|
+
readonly actualVisible: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
36
36
|
}, {}>;
|
|
37
37
|
export default _default;
|
|
@@ -7,8 +7,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
__epPropKey: true;
|
|
8
8
|
};
|
|
9
9
|
readonly visible: BooleanConstructor;
|
|
10
|
-
readonly actualVisible: import("
|
|
11
|
-
readonly format: import("
|
|
10
|
+
readonly actualVisible: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
11
|
+
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
12
12
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
pick: (...args: any[]) => void;
|
|
14
14
|
"select-range": (...args: any[]) => void;
|
|
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
__epPropKey: true;
|
|
22
22
|
};
|
|
23
23
|
readonly visible: BooleanConstructor;
|
|
24
|
-
readonly actualVisible: import("
|
|
25
|
-
readonly format: import("
|
|
24
|
+
readonly actualVisible: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
25
|
+
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
26
26
|
}>> & {
|
|
27
27
|
onPick?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
"onSelect-range"?: ((...args: any[]) => any) | undefined;
|
|
@@ -30,6 +30,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
}, {
|
|
31
31
|
readonly visible: boolean;
|
|
32
32
|
readonly format: string;
|
|
33
|
-
readonly actualVisible: import("
|
|
33
|
+
readonly actualVisible: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
34
34
|
}, {}>;
|
|
35
35
|
export default _default;
|
|
@@ -18,67 +18,67 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
19
|
__epPropKey: true;
|
|
20
20
|
};
|
|
21
|
-
shortcuts: import("
|
|
22
|
-
arrowControl: import("
|
|
23
|
-
label: import("
|
|
24
|
-
tabindex: import("
|
|
25
|
-
validateEvent: import("
|
|
21
|
+
shortcuts: import("vft/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
22
|
+
arrowControl: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
23
|
+
label: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
24
|
+
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
25
|
+
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
26
26
|
unlinkPanels: BooleanConstructor;
|
|
27
27
|
disabledHours: {
|
|
28
|
-
readonly type: globalThis.PropType<import("
|
|
28
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
29
29
|
readonly required: false;
|
|
30
30
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
31
|
__epPropKey: true;
|
|
32
32
|
};
|
|
33
33
|
disabledMinutes: {
|
|
34
|
-
readonly type: globalThis.PropType<import("
|
|
34
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
35
35
|
readonly required: false;
|
|
36
36
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
37
|
__epPropKey: true;
|
|
38
38
|
};
|
|
39
39
|
disabledSeconds: {
|
|
40
|
-
readonly type: globalThis.PropType<import("
|
|
40
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
41
41
|
readonly required: false;
|
|
42
42
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
43
|
__epPropKey: true;
|
|
44
44
|
};
|
|
45
45
|
id: {
|
|
46
|
-
readonly type: globalThis.PropType<import("
|
|
46
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
47
47
|
readonly required: false;
|
|
48
48
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
49
|
__epPropKey: true;
|
|
50
50
|
};
|
|
51
|
-
name: import("
|
|
52
|
-
popperClass: import("
|
|
51
|
+
name: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
52
|
+
popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
53
53
|
format: StringConstructor;
|
|
54
54
|
valueFormat: StringConstructor;
|
|
55
|
-
type: import("
|
|
56
|
-
clearable: import("
|
|
57
|
-
clearIcon: import("
|
|
58
|
-
editable: import("
|
|
59
|
-
prefixIcon: import("
|
|
55
|
+
type: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
56
|
+
clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
57
|
+
clearIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
58
|
+
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
59
|
+
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
|
|
60
60
|
size: {
|
|
61
|
-
readonly type: globalThis.PropType<import("
|
|
61
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
62
62
|
readonly required: false;
|
|
63
63
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
64
|
__epPropKey: true;
|
|
65
65
|
};
|
|
66
|
-
readonly: import("
|
|
67
|
-
disabled: import("
|
|
68
|
-
placeholder: import("
|
|
69
|
-
popperOptions: import("
|
|
70
|
-
modelValue: import("
|
|
71
|
-
rangeSeparator: import("
|
|
66
|
+
readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
67
|
+
disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
68
|
+
placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
69
|
+
popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
70
|
+
modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
71
|
+
rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
72
72
|
startPlaceholder: StringConstructor;
|
|
73
73
|
endPlaceholder: StringConstructor;
|
|
74
74
|
defaultValue: {
|
|
75
|
-
readonly type: globalThis.PropType<import("
|
|
75
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
76
76
|
readonly required: false;
|
|
77
77
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
78
|
__epPropKey: true;
|
|
79
79
|
};
|
|
80
80
|
defaultTime: {
|
|
81
|
-
readonly type: globalThis.PropType<import("
|
|
81
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
82
82
|
readonly required: false;
|
|
83
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
84
|
__epPropKey: true;
|
|
@@ -103,67 +103,67 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
104
|
__epPropKey: true;
|
|
105
105
|
};
|
|
106
|
-
shortcuts: import("
|
|
107
|
-
arrowControl: import("
|
|
108
|
-
label: import("
|
|
109
|
-
tabindex: import("
|
|
110
|
-
validateEvent: import("
|
|
106
|
+
shortcuts: import("vft/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
107
|
+
arrowControl: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
108
|
+
label: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
109
|
+
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
110
|
+
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
111
111
|
unlinkPanels: BooleanConstructor;
|
|
112
112
|
disabledHours: {
|
|
113
|
-
readonly type: globalThis.PropType<import("
|
|
113
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
114
114
|
readonly required: false;
|
|
115
115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
116
|
__epPropKey: true;
|
|
117
117
|
};
|
|
118
118
|
disabledMinutes: {
|
|
119
|
-
readonly type: globalThis.PropType<import("
|
|
119
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
120
120
|
readonly required: false;
|
|
121
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
122
|
__epPropKey: true;
|
|
123
123
|
};
|
|
124
124
|
disabledSeconds: {
|
|
125
|
-
readonly type: globalThis.PropType<import("
|
|
125
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
126
126
|
readonly required: false;
|
|
127
127
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
128
|
__epPropKey: true;
|
|
129
129
|
};
|
|
130
130
|
id: {
|
|
131
|
-
readonly type: globalThis.PropType<import("
|
|
131
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
132
132
|
readonly required: false;
|
|
133
133
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
134
|
__epPropKey: true;
|
|
135
135
|
};
|
|
136
|
-
name: import("
|
|
137
|
-
popperClass: import("
|
|
136
|
+
name: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
137
|
+
popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
138
138
|
format: StringConstructor;
|
|
139
139
|
valueFormat: StringConstructor;
|
|
140
|
-
type: import("
|
|
141
|
-
clearable: import("
|
|
142
|
-
clearIcon: import("
|
|
143
|
-
editable: import("
|
|
144
|
-
prefixIcon: import("
|
|
140
|
+
type: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
141
|
+
clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
142
|
+
clearIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
143
|
+
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
144
|
+
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
|
|
145
145
|
size: {
|
|
146
|
-
readonly type: globalThis.PropType<import("
|
|
146
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
147
147
|
readonly required: false;
|
|
148
148
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
149
|
__epPropKey: true;
|
|
150
150
|
};
|
|
151
|
-
readonly: import("
|
|
152
|
-
disabled: import("
|
|
153
|
-
placeholder: import("
|
|
154
|
-
popperOptions: import("
|
|
155
|
-
modelValue: import("
|
|
156
|
-
rangeSeparator: import("
|
|
151
|
+
readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
152
|
+
disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
153
|
+
placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
154
|
+
popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
155
|
+
modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
156
|
+
rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
157
157
|
startPlaceholder: StringConstructor;
|
|
158
158
|
endPlaceholder: StringConstructor;
|
|
159
159
|
defaultValue: {
|
|
160
|
-
readonly type: globalThis.PropType<import("
|
|
160
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
161
161
|
readonly required: false;
|
|
162
162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
163
|
__epPropKey: true;
|
|
164
164
|
};
|
|
165
165
|
defaultTime: {
|
|
166
|
-
readonly type: globalThis.PropType<import("
|
|
166
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
167
167
|
readonly required: false;
|
|
168
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
169
|
__epPropKey: true;
|
|
@@ -172,24 +172,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
172
172
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
173
173
|
}, {
|
|
174
174
|
label: string;
|
|
175
|
-
name: import("
|
|
175
|
+
name: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>;
|
|
176
176
|
type: string;
|
|
177
|
-
modelValue: import("
|
|
178
|
-
readonly: import("
|
|
179
|
-
disabled: import("
|
|
177
|
+
modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
|
|
178
|
+
readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
|
+
disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
180
180
|
placeholder: string;
|
|
181
|
-
clearable: import("
|
|
182
|
-
prefixIcon: import("
|
|
183
|
-
clearIcon: import("
|
|
184
|
-
tabindex: import("
|
|
185
|
-
validateEvent: import("
|
|
181
|
+
clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
182
|
+
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>;
|
|
183
|
+
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>;
|
|
184
|
+
tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
185
|
+
validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
186
186
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
187
187
|
popperClass: string;
|
|
188
|
-
editable: import("
|
|
188
|
+
editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
189
189
|
rangeSeparator: string;
|
|
190
190
|
isRange: boolean;
|
|
191
191
|
shortcuts: unknown[];
|
|
192
|
-
arrowControl: import("
|
|
192
|
+
arrowControl: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
193
|
unlinkPanels: boolean;
|
|
194
194
|
}, {}>;
|
|
195
195
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly format: import("
|
|
2
|
+
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
|
|
3
3
|
readonly modelValue: StringConstructor;
|
|
4
4
|
readonly disabled: BooleanConstructor;
|
|
5
|
-
readonly editable: import("
|
|
6
|
-
readonly effect: import("
|
|
7
|
-
readonly clearable: import("
|
|
5
|
+
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6
|
+
readonly effect: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "light", boolean>;
|
|
7
|
+
readonly clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8
8
|
readonly size: {
|
|
9
9
|
readonly type: globalThis.PropType<Record<string, any>>;
|
|
10
10
|
readonly required: false;
|
|
@@ -12,20 +12,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
__epPropKey: true;
|
|
13
13
|
};
|
|
14
14
|
readonly placeholder: StringConstructor;
|
|
15
|
-
readonly start: import("
|
|
16
|
-
readonly end: import("
|
|
17
|
-
readonly step: import("
|
|
15
|
+
readonly start: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
|
|
16
|
+
readonly end: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
|
|
17
|
+
readonly step: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
|
|
18
18
|
readonly minTime: StringConstructor;
|
|
19
19
|
readonly maxTime: StringConstructor;
|
|
20
20
|
readonly name: StringConstructor;
|
|
21
21
|
readonly prefixIcon: {
|
|
22
|
-
readonly type: globalThis.PropType<import("
|
|
22
|
+
readonly type: globalThis.PropType<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>>;
|
|
23
23
|
readonly required: false;
|
|
24
24
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
25
|
__epPropKey: true;
|
|
26
26
|
};
|
|
27
27
|
readonly clearIcon: {
|
|
28
|
-
readonly type: globalThis.PropType<import("
|
|
28
|
+
readonly type: globalThis.PropType<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>>;
|
|
29
29
|
readonly required: false;
|
|
30
30
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
31
|
__epPropKey: true;
|
|
@@ -39,12 +39,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
blur: (...args: any[]) => void;
|
|
40
40
|
focus: (...args: any[]) => void;
|
|
41
41
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
42
|
-
readonly format: import("
|
|
42
|
+
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
|
|
43
43
|
readonly modelValue: StringConstructor;
|
|
44
44
|
readonly disabled: BooleanConstructor;
|
|
45
|
-
readonly editable: import("
|
|
46
|
-
readonly effect: import("
|
|
47
|
-
readonly clearable: import("
|
|
45
|
+
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
46
|
+
readonly effect: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "light", boolean>;
|
|
47
|
+
readonly clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
48
48
|
readonly size: {
|
|
49
49
|
readonly type: globalThis.PropType<Record<string, any>>;
|
|
50
50
|
readonly required: false;
|
|
@@ -52,20 +52,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
__epPropKey: true;
|
|
53
53
|
};
|
|
54
54
|
readonly placeholder: StringConstructor;
|
|
55
|
-
readonly start: import("
|
|
56
|
-
readonly end: import("
|
|
57
|
-
readonly step: import("
|
|
55
|
+
readonly start: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
|
|
56
|
+
readonly end: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
|
|
57
|
+
readonly step: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
|
|
58
58
|
readonly minTime: StringConstructor;
|
|
59
59
|
readonly maxTime: StringConstructor;
|
|
60
60
|
readonly name: StringConstructor;
|
|
61
61
|
readonly prefixIcon: {
|
|
62
|
-
readonly type: globalThis.PropType<import("
|
|
62
|
+
readonly type: globalThis.PropType<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>>;
|
|
63
63
|
readonly required: false;
|
|
64
64
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
65
|
__epPropKey: true;
|
|
66
66
|
};
|
|
67
67
|
readonly clearIcon: {
|
|
68
|
-
readonly type: globalThis.PropType<import("
|
|
68
|
+
readonly type: globalThis.PropType<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>>;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
@@ -80,9 +80,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
readonly end: string;
|
|
81
81
|
readonly effect: string;
|
|
82
82
|
readonly disabled: boolean;
|
|
83
|
-
readonly clearable: import("
|
|
83
|
+
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
84
|
readonly format: string;
|
|
85
|
-
readonly editable: import("
|
|
85
|
+
readonly editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
86
86
|
readonly step: string;
|
|
87
87
|
}, {}>;
|
|
88
88
|
export default _default;
|
|
@@ -11,7 +11,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
11
11
|
type: globalThis.PropType<number>;
|
|
12
12
|
};
|
|
13
13
|
virtualRef: {
|
|
14
|
-
type: globalThis.PropType<import("
|
|
14
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
15
15
|
};
|
|
16
16
|
virtualTriggering: {
|
|
17
17
|
type: globalThis.PropType<boolean>;
|
|
@@ -68,7 +68,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
68
68
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
69
69
|
};
|
|
70
70
|
className: {
|
|
71
|
-
type: globalThis.PropType<import("
|
|
71
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
72
72
|
};
|
|
73
73
|
effect: {
|
|
74
74
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -89,7 +89,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
89
89
|
type: globalThis.PropType<boolean>;
|
|
90
90
|
};
|
|
91
91
|
popperClass: {
|
|
92
|
-
type: globalThis.PropType<import("
|
|
92
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
93
93
|
};
|
|
94
94
|
popperStyle: {
|
|
95
95
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -175,7 +175,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
175
175
|
type: globalThis.PropType<number>;
|
|
176
176
|
};
|
|
177
177
|
virtualRef: {
|
|
178
|
-
type: globalThis.PropType<import("
|
|
178
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
179
179
|
};
|
|
180
180
|
virtualTriggering: {
|
|
181
181
|
type: globalThis.PropType<boolean>;
|
|
@@ -232,7 +232,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
232
232
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
233
233
|
};
|
|
234
234
|
className: {
|
|
235
|
-
type: globalThis.PropType<import("
|
|
235
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
236
236
|
};
|
|
237
237
|
effect: {
|
|
238
238
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -253,7 +253,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
253
253
|
type: globalThis.PropType<boolean>;
|
|
254
254
|
};
|
|
255
255
|
popperClass: {
|
|
256
|
-
type: globalThis.PropType<import("
|
|
256
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
257
257
|
};
|
|
258
258
|
popperStyle: {
|
|
259
259
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -331,7 +331,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
331
331
|
type: globalThis.PropType<number>;
|
|
332
332
|
};
|
|
333
333
|
virtualRef: {
|
|
334
|
-
type: globalThis.PropType<import("
|
|
334
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
335
335
|
};
|
|
336
336
|
virtualTriggering: {
|
|
337
337
|
type: globalThis.PropType<boolean>;
|
|
@@ -388,7 +388,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
388
388
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
389
389
|
};
|
|
390
390
|
className: {
|
|
391
|
-
type: globalThis.PropType<import("
|
|
391
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
392
392
|
};
|
|
393
393
|
effect: {
|
|
394
394
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -409,7 +409,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
409
409
|
type: globalThis.PropType<boolean>;
|
|
410
410
|
};
|
|
411
411
|
popperClass: {
|
|
412
|
-
type: globalThis.PropType<import("
|
|
412
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
413
413
|
};
|
|
414
414
|
popperStyle: {
|
|
415
415
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -492,7 +492,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
492
492
|
type: globalThis.PropType<number>;
|
|
493
493
|
};
|
|
494
494
|
virtualRef: {
|
|
495
|
-
type: globalThis.PropType<import("
|
|
495
|
+
type: globalThis.PropType<import("vft/es/components").Measurable>;
|
|
496
496
|
};
|
|
497
497
|
virtualTriggering: {
|
|
498
498
|
type: globalThis.PropType<boolean>;
|
|
@@ -549,7 +549,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
549
549
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
550
550
|
};
|
|
551
551
|
className: {
|
|
552
|
-
type: globalThis.PropType<import("
|
|
552
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
553
553
|
};
|
|
554
554
|
effect: {
|
|
555
555
|
type: globalThis.PropType<"light" | "dark">;
|
|
@@ -570,7 +570,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
570
570
|
type: globalThis.PropType<boolean>;
|
|
571
571
|
};
|
|
572
572
|
popperClass: {
|
|
573
|
-
type: globalThis.PropType<import("
|
|
573
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
574
574
|
};
|
|
575
575
|
popperStyle: {
|
|
576
576
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|