vft 0.0.450 → 0.0.452
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/affix/affix.vue2.js +1 -1
- package/es/components/alert/alert.vue.d.ts +2 -1
- package/es/components/alert/alert.vue2.js +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +5 -4
- package/es/components/autocomplete/autocomplete.vue2.js +18 -18
- package/es/components/autocomplete/index.d.ts +6 -6
- package/es/components/avatar/avatar.vue.d.ts +1 -1
- package/es/components/button/button-group.vue.d.ts +1 -1
- package/es/components/button/button-group.vue2.js +1 -1
- package/es/components/button/index.d.ts +9 -9
- package/es/components/carousel/carousel.vue2.js +1 -1
- package/es/components/cascader/cascader.vue2.js +4 -7
- package/es/components/cascader-panel/node.vue2.js +1 -1
- package/es/components/check-tag/check-tag.vue2.js +2 -2
- package/es/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +1 -1
- package/es/components/col/col.vue2.js +6 -6
- package/es/components/color-picker/color-picker.vue.d.ts +1 -1
- package/es/components/color-picker/components/hue-slider.vue.js +4 -4
- package/es/components/color-picker/components/sv-panel.vue.js +4 -4
- package/es/components/config-provider/hooks/use-global-config.js +3 -3
- package/es/components/context-menu/context-menu.vue.d.ts +1 -1
- package/es/components/context-menu/context-menu.vue2.js +15 -18
- package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +1 -1
- package/es/components/date-time-select/date-time-select.vue2.js +38 -39
- package/es/components/dialog/dialog.vue.d.ts +1 -1
- package/es/components/drawer/drawer.vue.d.ts +1 -1
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/dropdown.vue2.js +1 -1
- package/es/components/full-screen/full-screen.vue.d.ts +1 -1
- package/es/components/header-layout/header-layout.vue.d.ts +1 -1
- package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +2 -2
- package/es/components/horizontal-menu/horizontal-menu.vue2.js +15 -15
- package/es/components/icon/icon.vue.d.ts +1 -1
- package/es/components/icon-text/icon-text.vue2.js +12 -12
- package/es/components/iframe-layout/iframe-layout.vue.d.ts +1 -1
- package/es/components/image/image.vue2.js +1 -1
- package/es/components/image-viewer/image-viewer.vue2.js +1 -1
- package/es/components/input/input.vue.d.ts +1 -1
- package/es/components/input/input.vue2.js +1 -1
- package/es/components/input-number/input-number.vue2.js +1 -1
- package/es/components/link/link.vue2.js +10 -11
- package/es/components/list-cell/list-cell.vue.d.ts +1 -1
- package/es/components/list-cell/list-cell.vue2.js +1 -1
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +1 -1
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +11 -13
- package/es/components/multiple-tabs/tab-content.vue.d.ts +1 -1
- package/es/components/multiple-tabs/tab-content.vue2.js +7 -8
- package/es/components/overlay/overlay.vue2.js +5 -5
- package/es/components/pagination/components/jumper.vue.d.ts +1 -1
- package/es/components/pagination/components/pager.vue2.js +2 -12
- package/es/components/pagination/pagination.vue2.js +1 -1
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +3 -3
- package/es/components/popper/trigger.vue2.js +13 -13
- package/es/components/progress/index.d.ts +3 -3
- package/es/components/qrcode/qrcode.vue.d.ts +1 -1
- package/es/components/radio/radio-button.vue2.js +4 -4
- package/es/components/radio/radio-group.vue.d.ts +1 -1
- package/es/components/radio/radio.vue2.js +1 -1
- package/es/components/rate/rate.vue2.js +4 -4
- package/es/components/result/result.vue.d.ts +1 -1
- package/es/components/router-view-content/router-view-content.vue.d.ts +1 -1
- package/es/components/router-view-content/router-view-content.vue2.js +2 -3
- package/es/components/scrollbar/scrollbar.vue2.js +16 -16
- package/es/components/search/search.vue2.js +1 -1
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/select.vue.d.ts +4 -4
- package/es/components/select/useSelect.d.ts +4 -4
- package/es/components/skeleton/skeleton-item.vue.d.ts +1 -1
- package/es/components/slider/button.vue.d.ts +1 -1
- package/es/components/slider/button.vue2.js +1 -1
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/slider/slider.vue2.js +1 -1
- package/es/components/super-form/style/index.d.ts +1 -0
- package/es/components/super-form/style/index.js +2 -0
- package/es/components/super-form/super-form.vue2.js +1 -1
- package/es/components/switch/switch.vue2.js +1 -1
- package/es/components/table/index.d.ts +9 -0
- package/es/components/table/style/index.js +2 -0
- package/es/components/table/table.vue2.js +40 -34
- package/es/components/table/types.d.ts +1 -0
- package/es/components/tabs/tab-bar.vue.d.ts +1 -1
- package/es/components/tabs/tab-nav.vue.d.ts +1 -1
- package/es/components/tabs/tabs.vue.d.ts +3 -3
- package/es/components/tag/tag.vue.d.ts +1 -1
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +25 -25
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +2 -3
- package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +2 -3
- package/es/components/time-select/time-select.vue2.js +2 -1
- package/es/components/timeline/timeline-item.vue.d.ts +1 -1
- package/es/components/tooltip/trigger.vue.d.ts +1 -1
- package/es/components/tree/tree-node.vue.js +1 -1
- package/es/components/upload/upload-content.vue2.js +3 -1
- package/es/components/upload/upload.vue2.js +1 -1
- package/es/components/watermark/watermark.vue2.js +2 -2
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/affix/affix.vue2.cjs +1 -1
- package/lib/components/alert/alert.vue.d.ts +2 -1
- package/lib/components/alert/alert.vue2.cjs +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +5 -4
- package/lib/components/autocomplete/autocomplete.vue2.cjs +1 -1
- package/lib/components/autocomplete/index.d.ts +6 -6
- package/lib/components/avatar/avatar.vue.d.ts +1 -1
- package/lib/components/button/button-group.vue.d.ts +1 -1
- package/lib/components/button/button-group.vue2.cjs +1 -1
- package/lib/components/button/index.d.ts +9 -9
- package/lib/components/carousel/carousel.vue2.cjs +1 -1
- package/lib/components/cascader/cascader.vue2.cjs +1 -1
- package/lib/components/cascader-panel/node.vue2.cjs +1 -1
- package/lib/components/check-tag/check-tag.vue2.cjs +1 -1
- package/lib/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
- package/lib/components/col/col.vue2.cjs +1 -1
- package/lib/components/color-picker/color-picker.vue.d.ts +1 -1
- package/lib/components/color-picker/components/hue-slider.vue.cjs +1 -1
- package/lib/components/color-picker/components/sv-panel.vue.cjs +1 -1
- package/lib/components/context-menu/context-menu.vue.d.ts +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
- package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +1 -1
- package/lib/components/drawer/drawer.vue.d.ts +1 -1
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
- package/lib/components/full-screen/full-screen.vue.d.ts +1 -1
- package/lib/components/header-layout/header-layout.vue.d.ts +1 -1
- package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +2 -2
- package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
- package/lib/components/icon/icon.vue.d.ts +1 -1
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/iframe-layout/iframe-layout.vue.d.ts +1 -1
- package/lib/components/image/image.vue2.cjs +1 -1
- package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
- package/lib/components/input/input.vue.d.ts +1 -1
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/input-number.vue2.cjs +1 -1
- package/lib/components/link/link.vue2.cjs +1 -1
- package/lib/components/list-cell/list-cell.vue.d.ts +1 -1
- package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/tab-content.vue.d.ts +1 -1
- package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
- package/lib/components/overlay/overlay.vue2.cjs +1 -1
- package/lib/components/pagination/components/jumper.vue.d.ts +1 -1
- package/lib/components/pagination/components/pager.vue2.cjs +1 -1
- package/lib/components/pagination/pagination.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +3 -3
- package/lib/components/progress/index.d.ts +3 -3
- package/lib/components/qrcode/qrcode.vue.d.ts +1 -1
- package/lib/components/radio/radio-button.vue2.cjs +1 -1
- package/lib/components/radio/radio-group.vue.d.ts +1 -1
- package/lib/components/radio/radio.vue2.cjs +1 -1
- package/lib/components/rate/rate.vue2.cjs +1 -1
- package/lib/components/result/result.vue.d.ts +1 -1
- package/lib/components/router-view-content/router-view-content.vue.d.ts +1 -1
- package/lib/components/router-view-content/router-view-content.vue2.cjs +1 -1
- package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/select.vue.d.ts +4 -4
- package/lib/components/select/useSelect.d.ts +4 -4
- package/lib/components/skeleton/skeleton-item.vue.d.ts +1 -1
- package/lib/components/slider/button.vue.d.ts +1 -1
- package/lib/components/slider/button.vue2.cjs +1 -1
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/slider/slider.vue2.cjs +1 -1
- package/lib/components/super-form/style/index.cjs +1 -1
- package/lib/components/super-form/style/index.d.ts +1 -0
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/switch/switch.vue2.cjs +1 -1
- package/lib/components/table/index.d.ts +9 -0
- package/lib/components/table/style/index.cjs +1 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/types.d.ts +1 -0
- package/lib/components/tabs/tab-bar.vue.d.ts +1 -1
- package/lib/components/tabs/tab-nav.vue.d.ts +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +3 -3
- package/lib/components/tag/tag.vue.d.ts +1 -1
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
- package/lib/components/time-select/time-select.vue2.cjs +1 -1
- package/lib/components/timeline/timeline-item.vue.d.ts +1 -1
- package/lib/components/tooltip/trigger.vue.d.ts +1 -1
- package/lib/components/tree/tree-node.vue.cjs +1 -1
- package/lib/components/upload/upload.vue2.cjs +1 -1
- package/lib/components/watermark/watermark.vue2.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
|
@@ -21,7 +21,7 @@ const g = i({
|
|
|
21
21
|
},
|
|
22
22
|
emits: ["click"],
|
|
23
23
|
setup(o, { emit: c }) {
|
|
24
|
-
const m = (t) => {
|
|
24
|
+
const m = c, d = (t) => {
|
|
25
25
|
if (!t)
|
|
26
26
|
return { onClick: u, onMousedown: u, onMouseup: u };
|
|
27
27
|
let s = !1, a = !1;
|
|
@@ -32,15 +32,15 @@ const g = i({
|
|
|
32
32
|
}, onMouseup: (e) => {
|
|
33
33
|
a = e.target === e.currentTarget;
|
|
34
34
|
} };
|
|
35
|
-
},
|
|
36
|
-
|
|
37
|
-
}, { onClick: M, onMousedown: k, onMouseup: v } =
|
|
35
|
+
}, p = C("overlay"), n = y(), f = (t) => {
|
|
36
|
+
m("click", t);
|
|
37
|
+
}, { onClick: M, onMousedown: k, onMouseup: v } = d(
|
|
38
38
|
o.customMaskEvent ? void 0 : f
|
|
39
39
|
);
|
|
40
40
|
return () => o.mask ? x(
|
|
41
41
|
"div",
|
|
42
42
|
{
|
|
43
|
-
class: [
|
|
43
|
+
class: [p.b(), o.overlayClass],
|
|
44
44
|
style: {
|
|
45
45
|
zIndex: o.zIndex
|
|
46
46
|
},
|
|
@@ -81,12 +81,7 @@ const O = ["aria-current", "tabindex"], S = ["tabindex"], j = ["aria-current", "
|
|
|
81
81
|
}, " 1 ", 10, O)) : m("", !0),
|
|
82
82
|
C.value ? (r(), c("li", {
|
|
83
83
|
key: 1,
|
|
84
|
-
class: d([
|
|
85
|
-
"more",
|
|
86
|
-
"btn-quickprev",
|
|
87
|
-
u(M).b(),
|
|
88
|
-
u(l).is("disabled", e.disabled)
|
|
89
|
-
]),
|
|
84
|
+
class: d(["more btn-quickprev", [u(M).b(), u(l).is("disabled", e.disabled)]]),
|
|
90
85
|
tabindex: g.value,
|
|
91
86
|
onMouseenter: t[0] || (t[0] = (n) => q(!0)),
|
|
92
87
|
onMouseleave: t[1] || (t[1] = (n) => k.value = !1),
|
|
@@ -112,12 +107,7 @@ const O = ["aria-current", "tabindex"], S = ["tabindex"], j = ["aria-current", "
|
|
|
112
107
|
}, F(n), 11, j))), 128)),
|
|
113
108
|
P.value ? (r(), c("li", {
|
|
114
109
|
key: 2,
|
|
115
|
-
class: d([
|
|
116
|
-
"more",
|
|
117
|
-
"btn-quicknext",
|
|
118
|
-
u(M).b(),
|
|
119
|
-
u(l).is("disabled", e.disabled)
|
|
120
|
-
]),
|
|
110
|
+
class: d(["more btn-quicknext", [u(M).b(), u(l).is("disabled", e.disabled)]]),
|
|
121
111
|
tabindex: g.value,
|
|
122
112
|
onMouseenter: t[4] || (t[4] = (n) => q()),
|
|
123
113
|
onMouseleave: t[5] || (t[5] = (n) => x.value = !1),
|
|
@@ -65,7 +65,7 @@ const D = b({
|
|
|
65
65
|
expose: x,
|
|
66
66
|
emit: k
|
|
67
67
|
}) {
|
|
68
|
-
const u = j("pagination"),
|
|
68
|
+
const o = k, u = j("pagination"), y = E(), g = M().vnode.props || {}, C = "onUpdate:currentPage" in g || "onUpdate:current-page" in g || "onCurrentChange" in g, d = "onUpdate:pageSize" in g || "onUpdate:page-size" in g || "onSizeChange" in g, T = c(() => {
|
|
69
69
|
if (!t(e.total) && !t(e.pageCount) || t(e.currentPage) && !C) return !1;
|
|
70
70
|
if (e.layout.includes("sizes")) {
|
|
71
71
|
if (t(e.pageCount)) {
|
|
@@ -7,14 +7,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
7
7
|
type: import("vue").PropType<string | number>;
|
|
8
8
|
default: number;
|
|
9
9
|
};
|
|
10
|
-
teleported: {
|
|
11
|
-
type: import("vue").PropType<boolean>;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
10
|
icon: {
|
|
15
11
|
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
16
12
|
default: string;
|
|
17
13
|
};
|
|
14
|
+
teleported: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
18
|
hideAfter: {
|
|
19
19
|
type: import("vue").PropType<number>;
|
|
20
20
|
default: number;
|
|
@@ -52,8 +52,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
52
52
|
cancel: (val: MouseEvent) => void;
|
|
53
53
|
}, import("vue").PublicProps, {
|
|
54
54
|
width: string | number;
|
|
55
|
-
teleported: boolean;
|
|
56
55
|
icon: string | import("vft/es/vft").IconProps;
|
|
56
|
+
teleported: boolean;
|
|
57
57
|
hideAfter: number;
|
|
58
58
|
persistent: boolean;
|
|
59
59
|
confirmButtonType: import("vft/es/vft").ButtonType;
|
|
@@ -74,14 +74,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
74
74
|
type: import("vue").PropType<string | number>;
|
|
75
75
|
default: number;
|
|
76
76
|
};
|
|
77
|
-
teleported: {
|
|
78
|
-
type: import("vue").PropType<boolean>;
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
77
|
icon: {
|
|
82
78
|
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
83
79
|
default: string;
|
|
84
80
|
};
|
|
81
|
+
teleported: {
|
|
82
|
+
type: import("vue").PropType<boolean>;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
85
|
hideAfter: {
|
|
86
86
|
type: import("vue").PropType<number>;
|
|
87
87
|
default: number;
|
|
@@ -116,8 +116,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
116
116
|
onConfirm?: ((val: MouseEvent) => any) | undefined;
|
|
117
117
|
}>, {}, {}, {}, {}, {
|
|
118
118
|
width: string | number;
|
|
119
|
-
teleported: boolean;
|
|
120
119
|
icon: string | import("vft/es/vft").IconProps;
|
|
120
|
+
teleported: boolean;
|
|
121
121
|
hideAfter: number;
|
|
122
122
|
persistent: boolean;
|
|
123
123
|
confirmButtonType: import("vft/es/vft").ButtonType;
|
|
@@ -135,14 +135,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
135
135
|
type: import("vue").PropType<string | number>;
|
|
136
136
|
default: number;
|
|
137
137
|
};
|
|
138
|
-
teleported: {
|
|
139
|
-
type: import("vue").PropType<boolean>;
|
|
140
|
-
default: boolean;
|
|
141
|
-
};
|
|
142
138
|
icon: {
|
|
143
139
|
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
144
140
|
default: string;
|
|
145
141
|
};
|
|
142
|
+
teleported: {
|
|
143
|
+
type: import("vue").PropType<boolean>;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
146
146
|
hideAfter: {
|
|
147
147
|
type: import("vue").PropType<number>;
|
|
148
148
|
default: number;
|
|
@@ -180,8 +180,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
180
180
|
cancel: (val: MouseEvent) => void;
|
|
181
181
|
}, string, {
|
|
182
182
|
width: string | number;
|
|
183
|
-
teleported: boolean;
|
|
184
183
|
icon: string | import("vft/es/vft").IconProps;
|
|
184
|
+
teleported: boolean;
|
|
185
185
|
hideAfter: number;
|
|
186
186
|
persistent: boolean;
|
|
187
187
|
confirmButtonType: import("vft/es/vft").ButtonType;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ButtonType } from 'vft/es/components/button';
|
|
2
|
+
import type { IconProps } from 'vft/es/components/icon';
|
|
3
3
|
interface Props {
|
|
4
4
|
title?: string;
|
|
5
5
|
confirmButtonText?: string;
|
|
@@ -43,8 +43,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
43
43
|
onConfirm?: ((val: MouseEvent) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
45
|
width: string | number;
|
|
46
|
-
teleported: boolean;
|
|
47
46
|
icon: string | IconProps;
|
|
47
|
+
teleported: boolean;
|
|
48
48
|
hideAfter: number;
|
|
49
49
|
persistent: boolean;
|
|
50
50
|
confirmButtonType: ButtonType;
|
|
@@ -28,20 +28,20 @@ const O = g({
|
|
|
28
28
|
id: {},
|
|
29
29
|
open: { type: Boolean }
|
|
30
30
|
},
|
|
31
|
-
setup(
|
|
31
|
+
setup(o, { expose: b }) {
|
|
32
32
|
const h = C(), { role: i, triggerRef: n } = y(K, void 0);
|
|
33
33
|
I(n);
|
|
34
|
-
const p = s(() => u.value ?
|
|
34
|
+
const p = s(() => u.value ? o.id : void 0), c = s(() => {
|
|
35
35
|
if (i && i.value === "tooltip")
|
|
36
|
-
return
|
|
36
|
+
return o.open && o.id ? o.id : void 0;
|
|
37
37
|
}), u = s(() => {
|
|
38
38
|
if (i && i.value !== "tooltip")
|
|
39
39
|
return i.value;
|
|
40
|
-
}), m = s(() => u.value ? `${
|
|
40
|
+
}), m = s(() => u.value ? `${o.open}` : void 0);
|
|
41
41
|
let a;
|
|
42
42
|
return x(() => {
|
|
43
43
|
l(
|
|
44
|
-
() =>
|
|
44
|
+
() => o.virtualRef,
|
|
45
45
|
(e) => {
|
|
46
46
|
e && (n.value = L(e));
|
|
47
47
|
},
|
|
@@ -59,25 +59,25 @@ const O = g({
|
|
|
59
59
|
"onFocus",
|
|
60
60
|
"onBlur",
|
|
61
61
|
"onContextmenu"
|
|
62
|
-
].forEach((
|
|
63
|
-
const t = h.props[
|
|
62
|
+
].forEach((r) => {
|
|
63
|
+
const t = h.props[r];
|
|
64
64
|
t && (e.addEventListener(
|
|
65
|
-
|
|
65
|
+
r.slice(2).toLowerCase(),
|
|
66
66
|
t
|
|
67
67
|
), d?.removeEventListener?.(
|
|
68
|
-
|
|
68
|
+
r.slice(2).toLowerCase(),
|
|
69
69
|
t
|
|
70
70
|
));
|
|
71
71
|
}), a = l(
|
|
72
72
|
[p, c, u, m],
|
|
73
|
-
(
|
|
73
|
+
(r) => {
|
|
74
74
|
[
|
|
75
75
|
"aria-controls",
|
|
76
76
|
"aria-describedby",
|
|
77
77
|
"aria-haspopup",
|
|
78
78
|
"aria-expanded"
|
|
79
79
|
].forEach((t, f) => {
|
|
80
|
-
F(
|
|
80
|
+
F(r[f]) ? e.removeAttribute(t) : e.setAttribute(t, r[f]);
|
|
81
81
|
});
|
|
82
82
|
},
|
|
83
83
|
{ immediate: !0 }
|
|
@@ -86,7 +86,7 @@ const O = g({
|
|
|
86
86
|
"aria-describedby",
|
|
87
87
|
"aria-haspopup",
|
|
88
88
|
"aria-expanded"
|
|
89
|
-
].forEach((
|
|
89
|
+
].forEach((r) => d.removeAttribute(r));
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
immediate: !0
|
|
@@ -99,7 +99,7 @@ const O = g({
|
|
|
99
99
|
* @description trigger element
|
|
100
100
|
*/
|
|
101
101
|
triggerRef: n
|
|
102
|
-
}), (e, d) =>
|
|
102
|
+
}), (e, d) => o.virtualTriggering ? w("", !0) : (A(), B(M(k), P({ key: 0 }, e.$attrs, {
|
|
103
103
|
"aria-controls": p.value,
|
|
104
104
|
"aria-describedby": c.value,
|
|
105
105
|
"aria-expanded": m.value,
|
|
@@ -32,7 +32,7 @@ export declare const VftProgress: import("vft/es/utils").SFCWithInstall<{
|
|
|
32
32
|
type: import("vue").PropType<boolean>;
|
|
33
33
|
};
|
|
34
34
|
color: {
|
|
35
|
-
type: import("vue").PropType<string | import("./types").
|
|
35
|
+
type: import("vue").PropType<string | import("./types").ProgressColor[] | import("./types").ProgressFn>;
|
|
36
36
|
};
|
|
37
37
|
striped: {
|
|
38
38
|
type: import("vue").PropType<boolean>;
|
|
@@ -82,7 +82,7 @@ export declare const VftProgress: import("vft/es/utils").SFCWithInstall<{
|
|
|
82
82
|
type: import("vue").PropType<boolean>;
|
|
83
83
|
};
|
|
84
84
|
color: {
|
|
85
|
-
type: import("vue").PropType<string | import("./types").
|
|
85
|
+
type: import("vue").PropType<string | import("./types").ProgressColor[] | import("./types").ProgressFn>;
|
|
86
86
|
};
|
|
87
87
|
striped: {
|
|
88
88
|
type: import("vue").PropType<boolean>;
|
|
@@ -129,7 +129,7 @@ export declare const VftProgress: import("vft/es/utils").SFCWithInstall<{
|
|
|
129
129
|
type: import("vue").PropType<boolean>;
|
|
130
130
|
};
|
|
131
131
|
color: {
|
|
132
|
-
type: import("vue").PropType<string | import("./types").
|
|
132
|
+
type: import("vue").PropType<string | import("./types").ProgressColor[] | import("./types").ProgressFn>;
|
|
133
133
|
};
|
|
134
134
|
striped: {
|
|
135
135
|
type: import("vue").PropType<boolean>;
|
|
@@ -24,7 +24,7 @@ const F = ["value", "name", "disabled"], G = f({
|
|
|
24
24
|
},
|
|
25
25
|
emits: ["click"],
|
|
26
26
|
setup(n, { emit: v }) {
|
|
27
|
-
const t = E("radio"),
|
|
27
|
+
const y = n, c = v, t = E("radio"), { radioRef: k, focus: a, size: B, disabled: d, modelValue: i, radioGroup: l, actualValue: s } = M(y), S = C(() => ({
|
|
28
28
|
backgroundColor: l?.fill || "",
|
|
29
29
|
borderColor: l?.fill || "",
|
|
30
30
|
boxShadow: l?.fill ? `-1px 0 0 0 ${l.fill}` : "",
|
|
@@ -36,12 +36,12 @@ const F = ["value", "name", "disabled"], G = f({
|
|
|
36
36
|
e(t).is("active", e(i) === e(s)),
|
|
37
37
|
e(t).is("disabled", e(d)),
|
|
38
38
|
e(t).is("focus", e(a)),
|
|
39
|
-
e(t).bm("button", e(
|
|
39
|
+
e(t).bm("button", e(B))
|
|
40
40
|
])
|
|
41
41
|
}, [
|
|
42
42
|
V(p("input", {
|
|
43
43
|
ref_key: "radioRef",
|
|
44
|
-
ref:
|
|
44
|
+
ref: k,
|
|
45
45
|
"onUpdate:modelValue": o[0] || (o[0] = (r) => $(i) ? i.value = r : null),
|
|
46
46
|
class: u(e(t).be("button", "original-radio")),
|
|
47
47
|
value: e(s),
|
|
@@ -56,7 +56,7 @@ const F = ["value", "name", "disabled"], G = f({
|
|
|
56
56
|
[R, e(i)]
|
|
57
57
|
]),
|
|
58
58
|
p("span", {
|
|
59
|
-
onClick: o[4] || (o[4] = (r) =>
|
|
59
|
+
onClick: o[4] || (o[4] = (r) => c("click", m.$props)),
|
|
60
60
|
class: u(e(t).be("button", "inner")),
|
|
61
61
|
style: w(e(i) === e(s) ? S.value : {}),
|
|
62
62
|
onKeydown: o[5] || (o[5] = b(() => {
|
|
@@ -17,7 +17,7 @@ const h = ["value", "name", "disabled", "checked"], F = f({
|
|
|
17
17
|
props: M,
|
|
18
18
|
emits: ["click", "change", "update:modelValue"],
|
|
19
19
|
setup(c, { emit: k }) {
|
|
20
|
-
const
|
|
20
|
+
const v = c, d = k, o = S("radio"), { radioRef: b, radioGroup: g, focus: p, size: C, disabled: m, modelValue: s, actualValue: t } = T(v, d);
|
|
21
21
|
function V() {
|
|
22
22
|
E(() => d("change", s.value));
|
|
23
23
|
}
|
|
@@ -3,7 +3,6 @@ import { EVENT_CODE as b } from "../../constants/aria.js";
|
|
|
3
3
|
import { UPDATE_MODEL_EVENT as M, CHANGE_EVENT as q } from "../../constants/event.js";
|
|
4
4
|
import { isArray as S, isObject as G, isString as U, hasClass as X } from "@vft/utils";
|
|
5
5
|
import "../form/index.js";
|
|
6
|
-
import "../icon/index.js";
|
|
7
6
|
import "@vueuse/core";
|
|
8
7
|
import "../config-provider/hooks/use-global-config.js";
|
|
9
8
|
import "lodash-es";
|
|
@@ -17,11 +16,12 @@ import { useFormSize as be } from "../form/hooks/use-form-common-props.js";
|
|
|
17
16
|
import { useFormItemInputId as Ce } from "../form/hooks/use-form-item.js";
|
|
18
17
|
const ye = ["id", "aria-label", "aria-labelledby", "aria-valuenow", "aria-valuetext", "aria-valuemax"], Ie = ["onMousemove", "onClick"], _e = J({
|
|
19
18
|
name: "ElRate"
|
|
20
|
-
}),
|
|
19
|
+
}), ze = /* @__PURE__ */ J({
|
|
21
20
|
..._e,
|
|
22
21
|
props: Ve,
|
|
23
22
|
emits: he,
|
|
24
23
|
setup(Q, { expose: Y, emit: Z }) {
|
|
24
|
+
const e = Q, p = Z;
|
|
25
25
|
function C(l, o) {
|
|
26
26
|
const a = (n) => G(n), u = Object.keys(o).map((n) => +n).filter((n) => {
|
|
27
27
|
const V = o[n];
|
|
@@ -29,7 +29,7 @@ const ye = ["id", "aria-label", "aria-labelledby", "aria-valuenow", "aria-valuet
|
|
|
29
29
|
}).sort((n, V) => n - V), h = o[u[0]];
|
|
30
30
|
return a(h) && h.value || h;
|
|
31
31
|
}
|
|
32
|
-
const
|
|
32
|
+
const ee = j(we, void 0), T = j(xe, void 0), le = be(), r = pe("rate"), { inputId: oe, isLabeledByFormItem: H } = Ce(e, {
|
|
33
33
|
formItemContext: T
|
|
34
34
|
}), t = I(e.modelValue), y = I(-1), m = I(!0), ae = s(() => [r.b(), r.m(le.value)]), d = s(() => e.disabled || ee?.disabled), te = s(() => r.cssVarBlock({
|
|
35
35
|
"void-color": e.voidColor,
|
|
@@ -182,5 +182,5 @@ const ye = ["id", "aria-label", "aria-labelledby", "aria-valuenow", "aria-valuet
|
|
|
182
182
|
}
|
|
183
183
|
});
|
|
184
184
|
export {
|
|
185
|
-
|
|
185
|
+
ze as default
|
|
186
186
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { defineComponent as p, computed as u, resolveComponent as C, createBlock as n, openBlock as a, withCtx as c, createVNode as f, unref as r, KeepAlive as x, createCommentVNode as A, resolveDynamicComponent as v, Transition as k, mergeProps as B } from "vue";
|
|
2
2
|
import { getRouterKeyPath as N } from "@vft/router";
|
|
3
|
-
import "vue-router";
|
|
4
3
|
import { createReusableTemplate as R } from "@vueuse/core";
|
|
5
4
|
const K = p({
|
|
6
5
|
name: "vft-router-view-content"
|
|
7
|
-
}),
|
|
6
|
+
}), T = /* @__PURE__ */ p({
|
|
8
7
|
...K,
|
|
9
8
|
props: {
|
|
10
9
|
cacheList: {},
|
|
@@ -57,5 +56,5 @@ const K = p({
|
|
|
57
56
|
}
|
|
58
57
|
});
|
|
59
58
|
export {
|
|
60
|
-
|
|
59
|
+
T as default
|
|
61
60
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as W, ref as o, computed as h, watch as k, nextTick as T, provide as D, reactive as G, onMounted as X, onUpdated as Y, createElementBlock as q, openBlock as y, normalizeClass as w, unref as F, createElementVNode as I, createBlock as B, createCommentVNode as J, normalizeStyle as E, resolveDynamicComponent as Q, withCtx as Z, renderSlot as _ } from "vue";
|
|
2
|
-
import { isNumber as
|
|
2
|
+
import { isNumber as i, isObject as ee } from "@vft/utils";
|
|
3
3
|
import { useResizeObserver as te, useEventListener as le } from "@vueuse/core";
|
|
4
4
|
import { debugWarn as N } from "../../utils/error.js";
|
|
5
5
|
import { addUnit as O } from "../../utils/helper.js";
|
|
@@ -10,12 +10,12 @@ import "../../hooks/use-model-toggle/index.js";
|
|
|
10
10
|
import "@popperjs/core";
|
|
11
11
|
import "../../hooks/use-z-index/index.js";
|
|
12
12
|
import oe from "./bar.vue2.js";
|
|
13
|
-
import { scrollbarContextKey as
|
|
13
|
+
import { scrollbarContextKey as re } from "./constants.js";
|
|
14
14
|
import { GAP as f } from "./util.js";
|
|
15
|
-
const L = "ElScrollbar",
|
|
15
|
+
const L = "ElScrollbar", ie = W({
|
|
16
16
|
name: "vft-scrollbar"
|
|
17
17
|
}), xe = /* @__PURE__ */ W({
|
|
18
|
-
...
|
|
18
|
+
...ie,
|
|
19
19
|
props: {
|
|
20
20
|
height: { default: "" },
|
|
21
21
|
maxHeight: { default: "" },
|
|
@@ -33,10 +33,10 @@ const L = "ElScrollbar", re = W({
|
|
|
33
33
|
scroll: ({
|
|
34
34
|
scrollTop: t,
|
|
35
35
|
scrollLeft: u
|
|
36
|
-
}) => [t, u].every(
|
|
36
|
+
}) => [t, u].every(i)
|
|
37
37
|
},
|
|
38
38
|
setup(t, { expose: u, emit: M }) {
|
|
39
|
-
const s = ae("scrollbar")
|
|
39
|
+
const A = M, s = ae("scrollbar");
|
|
40
40
|
let b, g;
|
|
41
41
|
const S = o(), l = o(), x = o(), z = o("0"), p = o("0"), m = o(), C = o(1), R = o(1), $ = h(() => {
|
|
42
42
|
const e = {};
|
|
@@ -52,21 +52,21 @@ const L = "ElScrollbar", re = W({
|
|
|
52
52
|
}));
|
|
53
53
|
};
|
|
54
54
|
function P(e, a) {
|
|
55
|
-
ee(e) ? l.value.scrollTo(e) :
|
|
55
|
+
ee(e) ? l.value.scrollTo(e) : i(e) && i(a) && l.value.scrollTo(e, a);
|
|
56
56
|
}
|
|
57
57
|
const U = (e) => {
|
|
58
|
-
if (!
|
|
58
|
+
if (!i(e)) {
|
|
59
59
|
N(L, "value must be a number");
|
|
60
60
|
return;
|
|
61
61
|
}
|
|
62
62
|
l.value.scrollTop = e;
|
|
63
63
|
}, V = (e) => {
|
|
64
|
-
if (!
|
|
64
|
+
if (!i(e)) {
|
|
65
65
|
N(L, "value must be a number");
|
|
66
66
|
return;
|
|
67
67
|
}
|
|
68
68
|
l.value.scrollLeft = e;
|
|
69
|
-
},
|
|
69
|
+
}, r = () => {
|
|
70
70
|
if (!l.value) return;
|
|
71
71
|
const e = l.value.offsetHeight - f, a = l.value.offsetWidth - f, v = e ** 2 / l.value.scrollHeight, d = a ** 2 / l.value.scrollWidth, n = Math.max(v, t.minSize), c = Math.max(d, t.minSize);
|
|
72
72
|
C.value = v / (e - v) / (n / (e - n)), R.value = d / (a - d) / (c / (a - c)), p.value = n + f < e ? `${n}px` : "", z.value = c + f < a ? `${c}px` : "";
|
|
@@ -74,31 +74,31 @@ const L = "ElScrollbar", re = W({
|
|
|
74
74
|
return k(
|
|
75
75
|
() => t.noresize,
|
|
76
76
|
(e) => {
|
|
77
|
-
e ? (b?.(), g?.()) : ({ stop: b } = te(x,
|
|
77
|
+
e ? (b?.(), g?.()) : ({ stop: b } = te(x, r), g = le("resize", r));
|
|
78
78
|
},
|
|
79
79
|
{ immediate: !0 }
|
|
80
80
|
), k(
|
|
81
81
|
() => [t.maxHeight, t.height],
|
|
82
82
|
() => {
|
|
83
83
|
t.native || T(() => {
|
|
84
|
-
|
|
84
|
+
r(), l.value && m.value?.handleScroll(l.value);
|
|
85
85
|
});
|
|
86
86
|
}
|
|
87
87
|
), D(
|
|
88
|
-
|
|
88
|
+
re,
|
|
89
89
|
G({
|
|
90
90
|
scrollbarElement: S,
|
|
91
91
|
wrapElement: l
|
|
92
92
|
})
|
|
93
93
|
), X(() => {
|
|
94
94
|
t.native || T(() => {
|
|
95
|
-
|
|
95
|
+
r();
|
|
96
96
|
});
|
|
97
|
-
}), Y(() =>
|
|
97
|
+
}), Y(() => r()), u({
|
|
98
98
|
/** @description scrollbar wrap ref */
|
|
99
99
|
wrapRef: l,
|
|
100
100
|
/** @description update scrollbar state manually */
|
|
101
|
-
update:
|
|
101
|
+
update: r,
|
|
102
102
|
/** @description scrolls to a particular set of coordinates */
|
|
103
103
|
scrollTo: P,
|
|
104
104
|
/** @description set distance to scroll top */
|
|
@@ -48,7 +48,7 @@ const re = g({
|
|
|
48
48
|
},
|
|
49
49
|
emits: ["update:modelValue", "blur", "focus", "clear", "enter", "prefixClick", "suffixClick", "mouseenter", "mouseleave", "keydown", "change", "input", "compositionstart", "compositionupdate", "compositionend"],
|
|
50
50
|
setup(o, { expose: x, emit: P }) {
|
|
51
|
-
const f = le("search"),
|
|
51
|
+
const t = P, f = le("search"), y = a(), C = a(), c = a(), p = a(!1), m = a(!1), n = a(!1), R = u(
|
|
52
52
|
() => b(
|
|
53
53
|
{
|
|
54
54
|
width: o.activeWidth && (n.value || o.modelValue) ? d(o.activeWidth) : d(o.width)
|
|
@@ -259,9 +259,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
259
259
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
260
260
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
261
261
|
readonly effect?: "light" | "dark" | undefined;
|
|
262
|
+
readonly visible?: boolean | null | undefined;
|
|
262
263
|
readonly teleported?: boolean | undefined;
|
|
263
264
|
readonly open?: boolean | undefined;
|
|
264
|
-
readonly visible?: boolean | null | undefined;
|
|
265
265
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
266
266
|
readonly arrowOffset?: number | undefined;
|
|
267
267
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -677,9 +677,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
677
677
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
678
678
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
679
679
|
readonly effect?: "light" | "dark" | undefined;
|
|
680
|
+
readonly visible?: boolean | null | undefined;
|
|
680
681
|
readonly teleported?: boolean | undefined;
|
|
681
682
|
readonly open?: boolean | undefined;
|
|
682
|
-
readonly visible?: boolean | null | undefined;
|
|
683
683
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
684
684
|
readonly arrowOffset?: number | undefined;
|
|
685
685
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -1096,9 +1096,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1096
1096
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1097
1097
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1098
1098
|
readonly effect?: "light" | "dark" | undefined;
|
|
1099
|
+
readonly visible?: boolean | null | undefined;
|
|
1099
1100
|
readonly teleported?: boolean | undefined;
|
|
1100
1101
|
readonly open?: boolean | undefined;
|
|
1101
|
-
readonly visible?: boolean | null | undefined;
|
|
1102
1102
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1103
1103
|
readonly arrowOffset?: number | undefined;
|
|
1104
1104
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -1514,9 +1514,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1514
1514
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1515
1515
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1516
1516
|
readonly effect?: "light" | "dark" | undefined;
|
|
1517
|
+
readonly visible?: boolean | null | undefined;
|
|
1517
1518
|
readonly teleported?: boolean | undefined;
|
|
1518
1519
|
readonly open?: boolean | undefined;
|
|
1519
|
-
readonly visible?: boolean | null | undefined;
|
|
1520
1520
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1521
1521
|
readonly arrowOffset?: number | undefined;
|
|
1522
1522
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -255,9 +255,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
255
255
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
256
256
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
257
257
|
readonly effect?: "light" | "dark" | undefined;
|
|
258
|
+
readonly visible?: boolean | null | undefined;
|
|
258
259
|
readonly teleported?: boolean | undefined;
|
|
259
260
|
readonly open?: boolean | undefined;
|
|
260
|
-
readonly visible?: boolean | null | undefined;
|
|
261
261
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
262
262
|
readonly arrowOffset?: number | undefined;
|
|
263
263
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -673,9 +673,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
673
673
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
674
674
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
675
675
|
readonly effect?: "light" | "dark" | undefined;
|
|
676
|
+
readonly visible?: boolean | null | undefined;
|
|
676
677
|
readonly teleported?: boolean | undefined;
|
|
677
678
|
readonly open?: boolean | undefined;
|
|
678
|
-
readonly visible?: boolean | null | undefined;
|
|
679
679
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
680
680
|
readonly arrowOffset?: number | undefined;
|
|
681
681
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -1092,9 +1092,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1092
1092
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1093
1093
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1094
1094
|
readonly effect?: "light" | "dark" | undefined;
|
|
1095
|
+
readonly visible?: boolean | null | undefined;
|
|
1095
1096
|
readonly teleported?: boolean | undefined;
|
|
1096
1097
|
readonly open?: boolean | undefined;
|
|
1097
|
-
readonly visible?: boolean | null | undefined;
|
|
1098
1098
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
1099
1099
|
readonly arrowOffset?: number | undefined;
|
|
1100
1100
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -1510,9 +1510,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1510
1510
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1511
1511
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1512
1512
|
readonly effect?: "light" | "dark" | undefined;
|
|
1513
|
+
readonly visible?: boolean | null | undefined;
|
|
1513
1514
|
readonly teleported?: boolean | undefined;
|
|
1514
1515
|
readonly open?: boolean | undefined;
|
|
1515
|
-
readonly visible?: boolean | null | undefined;
|
|
1516
1516
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
1517
1517
|
readonly arrowOffset?: number | undefined;
|
|
1518
1518
|
readonly gpuAcceleration?: boolean | undefined;
|