vft 0.0.32 → 0.0.35
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/dist/index.css +1 -1
- package/es/components/avatar/avatar.vue2.mjs +3 -2
- package/es/components/avatar/index.mjs +4 -3
- package/es/components/back-top/back-top.vue.d.ts +2 -2
- package/es/components/back-top/back-top.vue2.mjs +3 -2
- package/es/components/back-top/index.d.ts +2 -2
- package/es/components/back-top/index.mjs +4 -3
- package/es/components/back-top/use-back-top.mjs +11 -10
- package/es/components/clamp/clamp.vue2.mjs +10 -9
- package/es/components/clamp/index.mjs +4 -3
- package/es/components/clamp-toggle/clamp-toggle.vue2.mjs +3 -2
- package/es/components/clamp-toggle/index.mjs +4 -3
- package/es/components/collapse-transition/src/collapse-transition.vue2.mjs +6 -5
- package/es/components/config-provider/config-provider.vue2.mjs +3 -2
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/config-provider/hooks/use-global-config.mjs +5 -4
- package/es/components/config-provider/index.mjs +11 -10
- package/es/components/context-menu/context-menu.vue2.mjs +4 -2
- package/es/components/descriptions/description-item.vue2.mjs +6 -5
- package/es/components/descriptions/description.vue2.mjs +14 -13
- package/es/components/descriptions/descriptions-cell.mjs +12 -11
- package/es/components/descriptions/descriptions-row.vue2.mjs +12 -11
- package/es/components/descriptions/index.mjs +6 -5
- package/es/components/divider/divider.vue2.mjs +6 -5
- package/es/components/divider/index.mjs +4 -3
- package/es/components/empty/empty.vue2.mjs +3 -2
- package/es/components/empty/index.mjs +6 -5
- package/es/components/exception/index.mjs +4 -3
- package/es/components/focus-trap/focus-trap.vue2.mjs +1 -1
- package/es/components/footer-layout/footer-layout.vue2.mjs +10 -9
- package/es/components/footer-layout/index.mjs +4 -3
- package/es/components/full-screen/full-screen.vue2.mjs +7 -6
- package/es/components/full-screen/index.mjs +4 -3
- package/es/components/header-layout/header-layout.vue2.mjs +3 -2
- package/es/components/header-layout/index.mjs +4 -3
- package/es/components/icon/icon.vue2.mjs +7 -6
- package/es/components/icon/index.mjs +5 -4
- package/es/components/icon-text/icon-text.vue.d.ts +2 -2
- package/es/components/icon-text/icon-text.vue2.mjs +10 -9
- package/es/components/icon-text/index.d.ts +2 -2
- package/es/components/icon-text/index.mjs +4 -3
- package/es/components/iframe-layout/iframe-layout.vue2.mjs +3 -2
- package/es/components/iframe-layout/iframe-page.vue2.mjs +3 -2
- package/es/components/iframe-layout/index.mjs +4 -3
- package/es/components/image/image.vue2.mjs +8 -7
- package/es/components/image/index.mjs +4 -3
- package/es/components/input/index.mjs +4 -3
- package/es/components/input/input.vue2.mjs +3 -2
- package/es/components/link/index.mjs +4 -3
- package/es/components/link/link.vue2.mjs +3 -2
- package/es/components/loading/loading.mjs +56 -50
- package/es/components/loading/service.mjs +20 -19
- package/es/components/logo/index.mjs +4 -3
- package/es/components/logo/logo.vue2.mjs +10 -9
- package/es/components/md-code-demo/index.mjs +4 -3
- package/es/components/md-code-demo/md-code-demo.mjs +4 -2
- package/es/components/md-code-tabs/index.mjs +4 -3
- package/es/components/md-comment/index.mjs +4 -3
- package/es/components/md-comment/md-comment.vue2.mjs +1 -1
- package/es/components/md-container/index.mjs +4 -3
- package/es/components/md-container/md-container.vue2.mjs +43 -42
- package/es/components/md-tabs/index.mjs +4 -3
- package/es/components/md-vue-playground/index.mjs +4 -3
- package/es/components/md-vue-playground/md-vue-playground.vue2.mjs +11 -10
- package/es/components/menu/index.d.ts +4 -4
- package/es/components/menu/index.mjs +9 -8
- package/es/components/menu/menu-collapse-transition.vue2.mjs +3 -2
- package/es/components/menu/menu-item-group.vue2.mjs +8 -7
- package/es/components/menu/menu-item.vue.d.ts +2 -2
- package/es/components/menu/menu-item.vue2.mjs +3 -2
- package/es/components/menu/menu.vue2.mjs +3 -2
- package/es/components/menu/sub-menu.vue2.mjs +3 -2
- package/es/components/menu/use-menu-css-var.mjs +3 -2
- package/es/components/message/index.mjs +8 -7
- package/es/components/message/message.vue2.mjs +5 -4
- package/es/components/message/method.mjs +17 -15
- package/es/components/multiple-tabs/multiple-tabs.vue2.mjs +3 -2
- package/es/components/multiple-tabs/tab-content.vue2.mjs +4 -2
- package/es/components/multiple-tabs/use/use-tab-dropdown.mjs +16 -16
- package/es/components/overlay/index.mjs +4 -3
- package/es/components/overlay/overlay.vue2.mjs +16 -15
- package/es/components/page-wrapper/index.mjs +4 -3
- package/es/components/page-wrapper/page-wrapper.vue2.mjs +6 -5
- package/es/components/pagination/components/jumper.vue2.mjs +15 -14
- package/es/components/pagination/components/pager.vue2.mjs +3 -2
- package/es/components/pagination/components/sizes.vue2.mjs +3 -2
- package/es/components/pagination/components/total.vue2.mjs +5 -4
- package/es/components/pagination/index.mjs +9 -8
- package/es/components/pagination/pagination.mjs +19 -18
- package/es/components/popover/index.d.ts +2 -2
- package/es/components/popover/index.mjs +4 -3
- package/es/components/popover/popover.vue.d.ts +2 -2
- package/es/components/popover/popover.vue2.mjs +3 -2
- package/es/components/popper/arrow.vue2.mjs +3 -2
- package/es/components/popper/composables/use-content-dom.mjs +3 -2
- package/es/components/popper/composables/use-content.mjs +4 -2
- package/es/components/popper/index.mjs +10 -9
- package/es/components/popper/trigger.vue2.mjs +11 -9
- package/es/components/qrcode/index.mjs +4 -3
- package/es/components/qrcode/qrcode.vue2.mjs +6 -5
- package/es/components/result/index.mjs +4 -3
- package/es/components/result/result.vue2.mjs +3 -2
- package/es/components/router-view-content/index.d.ts +6 -6
- package/es/components/router-view-content/index.mjs +4 -3
- package/es/components/router-view-content/router-view-content.vue.d.ts +6 -6
- package/es/components/router-view-content/router-view-content.vue2.mjs +17 -16
- package/es/components/search/index.mjs +4 -3
- package/es/components/search/search.vue2.mjs +3 -2
- package/es/components/side-menu/index.mjs +4 -3
- package/es/components/side-menu/side-menu.vue2.mjs +14 -12
- package/es/components/slot/only-child.mjs +3 -2
- package/es/components/tabs/index.mjs +9 -8
- package/es/components/tabs/tab-bar.vue2.mjs +3 -2
- package/es/components/tabs/tab-nav.vue2.mjs +3 -2
- package/es/components/tabs/tab-pane.vue2.mjs +3 -2
- package/es/components/tabs/tabs.vue2.mjs +3 -2
- package/es/components/tag/index.d.ts +2 -2
- package/es/components/tag/index.mjs +4 -3
- package/es/components/tag/tag.vue.d.ts +2 -2
- package/es/components/tag/tag.vue2.mjs +3 -2
- package/es/components/tooltip/content.vue2.mjs +12 -11
- package/es/components/tooltip/index.d.ts +2 -2
- package/es/components/tooltip/index.mjs +4 -3
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/tooltip/tooltip.vue2.mjs +12 -10
- package/es/components/tooltip/trigger.vue2.mjs +7 -6
- package/es/components/tooltip/utils.mjs +6 -4
- package/es/hooks/use-cursor/index.mjs +4 -4
- package/es/hooks/use-id/index.mjs +6 -5
- package/es/hooks/use-namespace/index.d.ts +1 -1
- package/es/hooks/use-namespace/index.mjs +27 -26
- package/es/hooks/use-ordered-children/index.mjs +5 -4
- package/es/index.mjs +53 -51
- package/es/package.json.mjs +1 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.mjs +19 -17
- package/es/utils/ns-cover.d.ts +1 -0
- package/es/utils/ns-cover.mjs +7 -0
- package/lib/components/avatar/avatar.vue2.js +1 -1
- package/lib/components/avatar/index.js +1 -1
- package/lib/components/back-top/back-top.vue.d.ts +2 -2
- package/lib/components/back-top/back-top.vue2.js +1 -1
- package/lib/components/back-top/index.d.ts +2 -2
- package/lib/components/back-top/index.js +1 -1
- package/lib/components/back-top/use-back-top.js +1 -1
- package/lib/components/clamp/clamp.vue2.js +1 -1
- package/lib/components/clamp/index.js +1 -1
- package/lib/components/clamp-toggle/clamp-toggle.vue2.js +1 -1
- package/lib/components/clamp-toggle/index.js +1 -1
- package/lib/components/collapse-transition/src/collapse-transition.vue2.js +1 -1
- package/lib/components/config-provider/config-provider.vue2.js +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/config-provider/hooks/use-global-config.js +1 -1
- package/lib/components/config-provider/index.js +1 -1
- package/lib/components/context-menu/context-menu.vue2.js +1 -1
- package/lib/components/descriptions/description-item.vue2.js +1 -1
- package/lib/components/descriptions/description.vue2.js +1 -1
- package/lib/components/descriptions/descriptions-cell.js +1 -1
- package/lib/components/descriptions/descriptions-row.vue2.js +1 -1
- package/lib/components/descriptions/index.js +1 -1
- package/lib/components/divider/divider.vue2.js +1 -1
- package/lib/components/divider/index.js +1 -1
- package/lib/components/empty/empty.vue2.js +1 -1
- package/lib/components/empty/index.js +1 -1
- package/lib/components/exception/index.js +1 -1
- package/lib/components/focus-trap/focus-trap.vue2.js +1 -1
- package/lib/components/footer-layout/footer-layout.vue2.js +1 -1
- package/lib/components/footer-layout/index.js +1 -1
- package/lib/components/full-screen/full-screen.vue2.js +1 -1
- package/lib/components/full-screen/index.js +1 -1
- package/lib/components/header-layout/header-layout.vue2.js +1 -1
- package/lib/components/header-layout/index.js +1 -1
- package/lib/components/icon/icon.vue2.js +1 -1
- package/lib/components/icon/index.js +1 -1
- package/lib/components/icon-text/icon-text.vue.d.ts +2 -2
- package/lib/components/icon-text/icon-text.vue2.js +1 -1
- package/lib/components/icon-text/index.d.ts +2 -2
- package/lib/components/icon-text/index.js +1 -1
- package/lib/components/iframe-layout/iframe-layout.vue2.js +1 -1
- package/lib/components/iframe-layout/iframe-page.vue2.js +1 -1
- package/lib/components/iframe-layout/index.js +1 -1
- package/lib/components/image/image.vue2.js +1 -1
- package/lib/components/image/index.js +1 -1
- package/lib/components/input/index.js +1 -1
- package/lib/components/input/input.vue2.js +1 -1
- package/lib/components/link/index.js +1 -1
- package/lib/components/link/link.vue2.js +1 -1
- package/lib/components/loading/loading.js +1 -1
- package/lib/components/loading/service.js +1 -1
- package/lib/components/logo/index.js +1 -1
- package/lib/components/logo/logo.vue2.js +1 -1
- package/lib/components/md-code-demo/index.js +1 -1
- package/lib/components/md-code-demo/md-code-demo.js +1 -1
- package/lib/components/md-code-tabs/index.js +1 -1
- package/lib/components/md-comment/index.js +1 -1
- package/lib/components/md-comment/md-comment.vue2.js +1 -1
- package/lib/components/md-container/index.js +1 -1
- package/lib/components/md-container/md-container.vue2.js +1 -1
- package/lib/components/md-tabs/index.js +1 -1
- package/lib/components/md-vue-playground/index.js +1 -1
- package/lib/components/md-vue-playground/md-vue-playground.vue2.js +1 -1
- package/lib/components/menu/index.d.ts +4 -4
- package/lib/components/menu/index.js +1 -1
- package/lib/components/menu/menu-collapse-transition.vue2.js +1 -1
- package/lib/components/menu/menu-item-group.vue2.js +1 -1
- package/lib/components/menu/menu-item.vue.d.ts +2 -2
- package/lib/components/menu/menu-item.vue2.js +1 -1
- package/lib/components/menu/menu.vue2.js +1 -1
- package/lib/components/menu/sub-menu.vue2.js +1 -1
- package/lib/components/menu/use-menu-css-var.js +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/message.vue2.js +1 -1
- package/lib/components/message/method.js +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.js +1 -1
- package/lib/components/multiple-tabs/tab-content.vue2.js +1 -1
- package/lib/components/multiple-tabs/use/use-tab-dropdown.js +1 -1
- package/lib/components/overlay/index.js +1 -1
- package/lib/components/overlay/overlay.vue2.js +1 -1
- package/lib/components/page-wrapper/index.js +1 -1
- package/lib/components/page-wrapper/page-wrapper.vue2.js +1 -1
- package/lib/components/pagination/components/jumper.vue2.js +1 -1
- package/lib/components/pagination/components/pager.vue2.js +1 -1
- package/lib/components/pagination/components/sizes.vue2.js +1 -1
- package/lib/components/pagination/components/total.vue2.js +1 -1
- package/lib/components/pagination/index.js +1 -1
- package/lib/components/pagination/pagination.js +1 -1
- package/lib/components/popover/index.d.ts +2 -2
- package/lib/components/popover/index.js +1 -1
- package/lib/components/popover/popover.vue.d.ts +2 -2
- package/lib/components/popover/popover.vue2.js +1 -1
- package/lib/components/popper/arrow.vue2.js +1 -1
- package/lib/components/popper/composables/use-content-dom.js +1 -1
- package/lib/components/popper/composables/use-content.js +1 -1
- package/lib/components/popper/index.js +1 -1
- package/lib/components/popper/trigger.vue2.js +1 -1
- package/lib/components/qrcode/index.js +1 -1
- package/lib/components/qrcode/qrcode.vue2.js +1 -1
- package/lib/components/result/index.js +1 -1
- package/lib/components/result/result.vue2.js +1 -1
- package/lib/components/router-view-content/index.d.ts +6 -6
- package/lib/components/router-view-content/index.js +1 -1
- package/lib/components/router-view-content/router-view-content.vue.d.ts +6 -6
- package/lib/components/router-view-content/router-view-content.vue2.js +1 -1
- package/lib/components/search/index.js +1 -1
- package/lib/components/search/search.vue2.js +1 -1
- package/lib/components/side-menu/index.js +1 -1
- package/lib/components/side-menu/side-menu.vue2.js +1 -1
- package/lib/components/slot/only-child.js +1 -1
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/tabs/tab-bar.vue2.js +1 -1
- package/lib/components/tabs/tab-nav.vue2.js +1 -1
- package/lib/components/tabs/tab-pane.vue2.js +1 -1
- package/lib/components/tabs/tabs.vue2.js +1 -1
- package/lib/components/tag/index.d.ts +2 -2
- package/lib/components/tag/index.js +1 -1
- package/lib/components/tag/tag.vue.d.ts +2 -2
- package/lib/components/tag/tag.vue2.js +1 -1
- package/lib/components/tooltip/content.vue2.js +1 -1
- package/lib/components/tooltip/index.d.ts +2 -2
- package/lib/components/tooltip/index.js +1 -1
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/tooltip/tooltip.vue2.js +1 -1
- package/lib/components/tooltip/trigger.vue2.js +1 -1
- package/lib/components/tooltip/utils.js +1 -1
- package/lib/hooks/use-cursor/index.js +1 -1
- package/lib/hooks/use-id/index.js +1 -1
- package/lib/hooks/use-namespace/index.d.ts +1 -1
- package/lib/hooks/use-namespace/index.js +1 -1
- package/lib/hooks/use-ordered-children/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/package.json.js +1 -1
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +1 -1
- package/lib/utils/ns-cover.d.ts +1 -0
- package/lib/utils/ns-cover.js +1 -0
- package/package.json +6 -6
- package/theme-style/index.css +1 -1
- package/theme-style/src/side-menu.scss +1 -0
- package/theme-style/vft-md-basic-tabs.css +0 -0
- package/theme-style/vft-side-menu.css +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, computed as
|
|
1
|
+
import { defineComponent as a, computed as d, openBlock as n, createElementBlock as i, normalizeClass as l, unref as r, normalizeStyle as c, renderSlot as s, createCommentVNode as u } from "vue";
|
|
2
2
|
import { useNamespace as f } from "../../hooks/use-namespace/index.mjs";
|
|
3
3
|
import "@popperjs/core";
|
|
4
4
|
import "lodash";
|
|
@@ -6,12 +6,13 @@ import "../../hooks/use-z-index/index.mjs";
|
|
|
6
6
|
import "@vueuse/core";
|
|
7
7
|
import "@vue/shared";
|
|
8
8
|
import "@vft/utils";
|
|
9
|
+
import "../../utils/ns-cover.mjs";
|
|
9
10
|
const t = (
|
|
10
11
|
/* hoist-static*/
|
|
11
12
|
f("divider")
|
|
12
13
|
), b = a({
|
|
13
14
|
name: t.b()
|
|
14
|
-
}),
|
|
15
|
+
}), x = /* @__PURE__ */ a({
|
|
15
16
|
...b,
|
|
16
17
|
props: {
|
|
17
18
|
direction: { default: "horizontal" },
|
|
@@ -22,7 +23,7 @@ const t = (
|
|
|
22
23
|
marginX: null
|
|
23
24
|
},
|
|
24
25
|
setup(e) {
|
|
25
|
-
const
|
|
26
|
+
const m = d(() => ({
|
|
26
27
|
...t.cssVarBlock({
|
|
27
28
|
"border-style": e.borderStyle,
|
|
28
29
|
"border-color": e.borderColor,
|
|
@@ -32,7 +33,7 @@ const t = (
|
|
|
32
33
|
}));
|
|
33
34
|
return (o, y) => (n(), i("div", {
|
|
34
35
|
class: l([r(t).b(), r(t).m(e.direction)]),
|
|
35
|
-
style: c(r(
|
|
36
|
+
style: c(r(m)),
|
|
36
37
|
role: "separator"
|
|
37
38
|
}, [
|
|
38
39
|
o.$slots.default && e.direction !== "vertical" ? (n(), i("div", {
|
|
@@ -45,5 +46,5 @@ const t = (
|
|
|
45
46
|
}
|
|
46
47
|
});
|
|
47
48
|
export {
|
|
48
|
-
|
|
49
|
+
x as default
|
|
49
50
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import i from "./divider.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const s = t(i);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
s as VftDivider,
|
|
10
|
+
s as default
|
|
10
11
|
};
|
|
@@ -7,6 +7,7 @@ import "../../hooks/use-z-index/index.mjs";
|
|
|
7
7
|
import "@vueuse/core";
|
|
8
8
|
import "@vue/shared";
|
|
9
9
|
import { getSizeType as S } from "../../utils/helper.mjs";
|
|
10
|
+
import "../../utils/ns-cover.mjs";
|
|
10
11
|
import { EmptyEnum as o } from "./constants.mjs";
|
|
11
12
|
import D from "./assets/no-collect.png.mjs";
|
|
12
13
|
import x from "./assets/no-data.png.mjs";
|
|
@@ -18,7 +19,7 @@ const h = ["src"], m = (
|
|
|
18
19
|
k("empty")
|
|
19
20
|
), v = f({
|
|
20
21
|
name: m.b()
|
|
21
|
-
}),
|
|
22
|
+
}), Z = /* @__PURE__ */ f({
|
|
22
23
|
...v,
|
|
23
24
|
props: {
|
|
24
25
|
img: null,
|
|
@@ -97,5 +98,5 @@ const h = ["src"], m = (
|
|
|
97
98
|
}
|
|
98
99
|
});
|
|
99
100
|
export {
|
|
100
|
-
|
|
101
|
+
Z as default
|
|
101
102
|
};
|
|
@@ -2,11 +2,12 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import m from "./empty.vue2.mjs";
|
|
6
|
-
import { EmptyEnum as
|
|
7
|
-
const
|
|
7
|
+
import { EmptyEnum as l } from "./constants.mjs";
|
|
8
|
+
const n = t(m);
|
|
8
9
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
l as EmptyEnum,
|
|
11
|
+
n as VftEmpty,
|
|
12
|
+
n as default
|
|
12
13
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import o from "./exception.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const n = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
n as VftException,
|
|
10
|
+
n as default
|
|
10
11
|
};
|
|
@@ -137,7 +137,7 @@ const ce = J({
|
|
|
137
137
|
focusReason: d.value
|
|
138
138
|
}
|
|
139
139
|
});
|
|
140
|
-
e.addEventListener(y, B), e.dispatchEvent(t), !t.defaultPrevented && (d.value
|
|
140
|
+
e.addEventListener(y, B), e.dispatchEvent(t), !t.defaultPrevented && (d.value === "keyboard" || !$() || e.contains(document.activeElement)) && f(l ?? document.body), e.removeEventListener(y, F), N.remove(i);
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
return z(() => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, computed as m, openBlock as c, createElementBlock as f, normalizeClass as o, unref as e, normalizeStyle as d, createElementVNode as
|
|
1
|
+
import { defineComponent as a, computed as m, openBlock as c, createElementBlock as f, normalizeClass as o, unref as e, normalizeStyle as d, createElementVNode as r, renderSlot as l } from "vue";
|
|
2
2
|
import { generateCssVars as p, isNullOrUndefined as u, addUnit as y } from "@vft/utils";
|
|
3
3
|
import { useNamespace as v } from "../../hooks/use-namespace/index.mjs";
|
|
4
4
|
import "@popperjs/core";
|
|
@@ -6,12 +6,13 @@ import "lodash";
|
|
|
6
6
|
import "../../hooks/use-z-index/index.mjs";
|
|
7
7
|
import "@vueuse/core";
|
|
8
8
|
import "@vue/shared";
|
|
9
|
+
import "../../utils/ns-cover.mjs";
|
|
9
10
|
const t = (
|
|
10
11
|
/* hoist-static*/
|
|
11
12
|
v("footer-layout")
|
|
12
13
|
), g = a({
|
|
13
14
|
name: t.b()
|
|
14
|
-
}),
|
|
15
|
+
}), E = /* @__PURE__ */ a({
|
|
15
16
|
...g,
|
|
16
17
|
props: {
|
|
17
18
|
leftDistance: null
|
|
@@ -27,24 +28,24 @@ const t = (
|
|
|
27
28
|
class: o(e(t).b()),
|
|
28
29
|
style: d(e(i))
|
|
29
30
|
}, [
|
|
30
|
-
|
|
31
|
+
r("div", {
|
|
31
32
|
class: o(e(t).e("left"))
|
|
32
33
|
}, [
|
|
33
|
-
|
|
34
|
+
l(s.$slots, "left")
|
|
34
35
|
], 2),
|
|
35
|
-
|
|
36
|
+
r("div", {
|
|
36
37
|
class: o(e(t).e("center"))
|
|
37
38
|
}, [
|
|
38
|
-
|
|
39
|
+
l(s.$slots, "default")
|
|
39
40
|
], 2),
|
|
40
|
-
|
|
41
|
+
r("div", {
|
|
41
42
|
class: o(e(t).e("right"))
|
|
42
43
|
}, [
|
|
43
|
-
|
|
44
|
+
l(s.$slots, "right")
|
|
44
45
|
], 2)
|
|
45
46
|
], 6));
|
|
46
47
|
}
|
|
47
48
|
});
|
|
48
49
|
export {
|
|
49
|
-
|
|
50
|
+
E as default
|
|
50
51
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import o from "./footer-layout.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const s = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
s as VftFooterLayout,
|
|
10
|
+
s as default
|
|
10
11
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as n, openBlock as l, createElementBlock as c, normalizeClass as m, unref as e, createVNode as p, createElementVNode as a, toDisplayString as u } from "vue";
|
|
2
2
|
import { useFullscreen as f } from "@vft/use";
|
|
3
3
|
import { VftIcon as d } from "../icon/index.mjs";
|
|
4
4
|
import { useNamespace as _ } from "../../hooks/use-namespace/index.mjs";
|
|
@@ -8,18 +8,19 @@ import "../../hooks/use-z-index/index.mjs";
|
|
|
8
8
|
import "@vueuse/core";
|
|
9
9
|
import "@vue/shared";
|
|
10
10
|
import "@vft/utils";
|
|
11
|
+
import "../../utils/ns-cover.mjs";
|
|
11
12
|
const i = (
|
|
12
13
|
/* hoist-static*/
|
|
13
14
|
_("full-screen")
|
|
14
|
-
), x =
|
|
15
|
+
), x = n({
|
|
15
16
|
name: i.b()
|
|
16
|
-
}),
|
|
17
|
+
}), I = /* @__PURE__ */ n({
|
|
17
18
|
...x,
|
|
18
19
|
setup(g) {
|
|
19
20
|
const { toggle: o, isFullscreen: r } = f();
|
|
20
|
-
return (k,
|
|
21
|
+
return (k, t) => (l(), c("div", {
|
|
21
22
|
class: m([e(i).b(), "cursor-pointer"]),
|
|
22
|
-
onClick:
|
|
23
|
+
onClick: t[0] || (t[0] = //@ts-ignore
|
|
23
24
|
(...s) => e(o) && e(o)(...s))
|
|
24
25
|
}, [
|
|
25
26
|
p(e(d), {
|
|
@@ -30,5 +31,5 @@ const i = (
|
|
|
30
31
|
}
|
|
31
32
|
});
|
|
32
33
|
export {
|
|
33
|
-
|
|
34
|
+
I as default
|
|
34
35
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import o from "./full-screen.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const a = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
a as VftFullScreen,
|
|
10
|
+
a as default
|
|
10
11
|
};
|
|
@@ -6,13 +6,14 @@ import "../../hooks/use-z-index/index.mjs";
|
|
|
6
6
|
import "@vueuse/core";
|
|
7
7
|
import "@vue/shared";
|
|
8
8
|
import "@vft/utils";
|
|
9
|
+
import "../../utils/ns-cover.mjs";
|
|
9
10
|
import { VftLogo as v } from "../logo/index.mjs";
|
|
10
11
|
const e = (
|
|
11
12
|
/* hoist-static*/
|
|
12
13
|
g("header-layout")
|
|
13
14
|
), C = a({
|
|
14
15
|
name: e.b()
|
|
15
|
-
}),
|
|
16
|
+
}), y = /* @__PURE__ */ a({
|
|
16
17
|
...C,
|
|
17
18
|
props: {
|
|
18
19
|
logoCfg: null
|
|
@@ -47,5 +48,5 @@ const e = (
|
|
|
47
48
|
}
|
|
48
49
|
});
|
|
49
50
|
export {
|
|
50
|
-
|
|
51
|
+
y as default
|
|
51
52
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import o from "./header-layout.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const e = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
e as VftHeaderLayout,
|
|
10
|
+
e as default
|
|
10
11
|
};
|
|
@@ -6,15 +6,16 @@ import "lodash";
|
|
|
6
6
|
import "../../hooks/use-z-index/index.mjs";
|
|
7
7
|
import "@vueuse/core";
|
|
8
8
|
import "@vue/shared";
|
|
9
|
+
import "../../utils/ns-cover.mjs";
|
|
9
10
|
import "../config-provider/index.mjs";
|
|
10
11
|
import { useGlobalConfig as g } from "../config-provider/hooks/use-global-config.mjs";
|
|
11
|
-
const
|
|
12
|
+
const p = ["src"], s = (
|
|
12
13
|
/* hoist-static*/
|
|
13
14
|
y("icon")
|
|
14
|
-
),
|
|
15
|
+
), z = l({
|
|
15
16
|
name: s.b()
|
|
16
|
-
}),
|
|
17
|
-
...
|
|
17
|
+
}), U = /* @__PURE__ */ l({
|
|
18
|
+
...z,
|
|
18
19
|
props: {
|
|
19
20
|
icon: null,
|
|
20
21
|
size: { default: 14 },
|
|
@@ -36,7 +37,7 @@ const z = ["src"], s = (
|
|
|
36
37
|
class: c(t(s).e("image")),
|
|
37
38
|
src: e.icon,
|
|
38
39
|
alt: ""
|
|
39
|
-
}, null, 10,
|
|
40
|
+
}, null, 10, p)) : (i(), n("i", {
|
|
40
41
|
key: 1,
|
|
41
42
|
class: c([e.icon]),
|
|
42
43
|
style: f(t(r))
|
|
@@ -44,5 +45,5 @@ const z = ["src"], s = (
|
|
|
44
45
|
}
|
|
45
46
|
});
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
U as default
|
|
48
49
|
};
|
|
@@ -2,10 +2,11 @@ import { withInstall as o } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import t from "./icon.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const n = o(t);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
n as Icon,
|
|
10
|
+
n as VftIcon,
|
|
11
|
+
n as default
|
|
11
12
|
};
|
|
@@ -6,7 +6,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
8
|
icon: {
|
|
9
|
-
type: __PropType<IconProps>;
|
|
9
|
+
type: __PropType<string | IconProps>;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
12
|
color: {
|
|
@@ -35,7 +35,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
35
35
|
required: true;
|
|
36
36
|
};
|
|
37
37
|
icon: {
|
|
38
|
-
type: __PropType<IconProps>;
|
|
38
|
+
type: __PropType<string | IconProps>;
|
|
39
39
|
required: true;
|
|
40
40
|
};
|
|
41
41
|
color: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as d, computed as o, openBlock as
|
|
2
|
-
import { singleAttrToObj as h, addUnit as
|
|
1
|
+
import { defineComponent as d, computed as o, openBlock as r, createElementBlock as C, normalizeClass as k, unref as t, normalizeStyle as g, createBlock as s, mergeProps as m, createCommentVNode as a, createTextVNode as x, toDisplayString as z } from "vue";
|
|
2
|
+
import { singleAttrToObj as h, addUnit as n, generateCssVars as B } from "@vft/utils";
|
|
3
3
|
import { VftIcon as u } from "../icon/index.mjs";
|
|
4
4
|
import { useNamespace as S } from "../../hooks/use-namespace/index.mjs";
|
|
5
5
|
import "@popperjs/core";
|
|
@@ -7,12 +7,13 @@ import "lodash";
|
|
|
7
7
|
import "../../hooks/use-z-index/index.mjs";
|
|
8
8
|
import "@vueuse/core";
|
|
9
9
|
import "@vue/shared";
|
|
10
|
+
import "../../utils/ns-cover.mjs";
|
|
10
11
|
const f = (
|
|
11
12
|
/* hoist-static*/
|
|
12
13
|
S("icon-text")
|
|
13
14
|
), V = d({
|
|
14
15
|
name: f.b()
|
|
15
|
-
}),
|
|
16
|
+
}), U = /* @__PURE__ */ d({
|
|
16
17
|
...V,
|
|
17
18
|
props: {
|
|
18
19
|
text: null,
|
|
@@ -26,18 +27,18 @@ const f = (
|
|
|
26
27
|
emits: ["click"],
|
|
27
28
|
setup(e, { emit: y }) {
|
|
28
29
|
o(() => e.hoverColor ? e.hoverColor : e.color);
|
|
29
|
-
const l = o(() => h(e.icon, "icon", { size: e.size, color: e.color })),
|
|
30
|
-
return (b,
|
|
30
|
+
const l = o(() => h(e.icon, "icon", { size: e.size, color: e.color })), i = o(() => e.reverse ? { marginLeft: n(e.distance) } : { marginRight: n(e.distance) }), v = o(() => B({ "hover-color": e.hoverColor, color: e.color, fontSize: n(e.size) }, "icon-text"));
|
|
31
|
+
return (b, c) => (r(), C("span", {
|
|
31
32
|
class: k(t(f).b()),
|
|
32
|
-
onClick:
|
|
33
|
+
onClick: c[0] || (c[0] = (N) => y("click")),
|
|
33
34
|
style: g(t(v))
|
|
34
35
|
}, [
|
|
35
|
-
e.reverse ?
|
|
36
|
+
e.reverse ? a("", !0) : (r(), s(t(u), m({ key: 0 }, t(l), { style: t(i) }), null, 16, ["style"])),
|
|
36
37
|
x(" " + z(e.text) + " ", 1),
|
|
37
|
-
e.reverse ? (
|
|
38
|
+
e.reverse ? (r(), s(t(u), m({ key: 1 }, t(l), { style: t(i) }), null, 16, ["style"])) : a("", !0)
|
|
38
39
|
], 6));
|
|
39
40
|
}
|
|
40
41
|
});
|
|
41
42
|
export {
|
|
42
|
-
|
|
43
|
+
U as default
|
|
43
44
|
};
|
|
@@ -4,7 +4,7 @@ export declare const VftIconText: import("vft/es/utils").SFCWithInstall<import("
|
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
6
|
icon: {
|
|
7
|
-
type: import("vue").PropType<import("..").IconProps>;
|
|
7
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
color: {
|
|
@@ -33,7 +33,7 @@ export declare const VftIconText: import("vft/es/utils").SFCWithInstall<import("
|
|
|
33
33
|
required: true;
|
|
34
34
|
};
|
|
35
35
|
icon: {
|
|
36
|
-
type: import("vue").PropType<import("..").IconProps>;
|
|
36
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
color: {
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import o from "./icon-text.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const n = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
n as VftIconText,
|
|
10
|
+
n as default
|
|
10
11
|
};
|
|
@@ -6,6 +6,7 @@ import "../../hooks/use-z-index/index.mjs";
|
|
|
6
6
|
import "@vueuse/core";
|
|
7
7
|
import "@vue/shared";
|
|
8
8
|
import "@vft/utils";
|
|
9
|
+
import "../../utils/ns-cover.mjs";
|
|
9
10
|
import d from "./iframe-page.vue2.mjs";
|
|
10
11
|
import { useRouter as k } from "vue-router";
|
|
11
12
|
const P = (
|
|
@@ -13,7 +14,7 @@ const P = (
|
|
|
13
14
|
h("iframe-layout")
|
|
14
15
|
), S = m({
|
|
15
16
|
name: P.b()
|
|
16
|
-
}),
|
|
17
|
+
}), E = /* @__PURE__ */ m({
|
|
17
18
|
...S,
|
|
18
19
|
props: {
|
|
19
20
|
iframePages: null
|
|
@@ -36,5 +37,5 @@ const P = (
|
|
|
36
37
|
}
|
|
37
38
|
});
|
|
38
39
|
export {
|
|
39
|
-
|
|
40
|
+
E as default
|
|
40
41
|
};
|
|
@@ -6,12 +6,13 @@ import "../../hooks/use-z-index/index.mjs";
|
|
|
6
6
|
import "@vueuse/core";
|
|
7
7
|
import "@vue/shared";
|
|
8
8
|
import "@vft/utils";
|
|
9
|
+
import "../../utils/ns-cover.mjs";
|
|
9
10
|
const n = ["src"], r = (
|
|
10
11
|
/* hoist-static*/
|
|
11
12
|
c("iframe-page")
|
|
12
13
|
), p = e({
|
|
13
14
|
name: r.b()
|
|
14
|
-
}),
|
|
15
|
+
}), C = /* @__PURE__ */ e({
|
|
15
16
|
...p,
|
|
16
17
|
props: {
|
|
17
18
|
frameSrc: { default: "" }
|
|
@@ -24,5 +25,5 @@ const n = ["src"], r = (
|
|
|
24
25
|
}
|
|
25
26
|
});
|
|
26
27
|
export {
|
|
27
|
-
|
|
28
|
+
C as default
|
|
28
29
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import o from "./iframe-layout.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const s = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
s as VftIframeLayout,
|
|
10
|
+
s as default
|
|
10
11
|
};
|
|
@@ -6,8 +6,9 @@ import "lodash";
|
|
|
6
6
|
import "../../hooks/use-z-index/index.mjs";
|
|
7
7
|
import "@vue/shared";
|
|
8
8
|
import { isInContainer as Q, isElement as R, isString as U, getScrollContainer as W } from "@vft/utils";
|
|
9
|
+
import "../../utils/ns-cover.mjs";
|
|
9
10
|
import { useAttrs as X } from "@vft/use";
|
|
10
|
-
const Z = ["src", "loading"],
|
|
11
|
+
const Z = ["src", "loading"], ce = /* @__PURE__ */ F({
|
|
11
12
|
__name: "image",
|
|
12
13
|
props: {
|
|
13
14
|
hideOnClickModal: { type: Boolean, default: !1 },
|
|
@@ -42,17 +43,17 @@ const Z = ["src", "loading"], ue = /* @__PURE__ */ F({
|
|
|
42
43
|
o.value = !1, r.value = !0, v("error", l);
|
|
43
44
|
}
|
|
44
45
|
function k() {
|
|
45
|
-
Q(c.value, a.value) && (y(),
|
|
46
|
+
Q(c.value, a.value) && (y(), z());
|
|
46
47
|
}
|
|
47
48
|
const S = G(k, 200);
|
|
48
|
-
async function
|
|
49
|
+
async function p() {
|
|
49
50
|
u && (await K(), R(e.scrollContainer) ? a.value = e.scrollContainer : U(e.scrollContainer) && e.scrollContainer !== "" ? a.value = document.querySelector(e.scrollContainer) ?? void 0 : c.value && (a.value = W(c.value)), a.value && (d = B(
|
|
50
51
|
a,
|
|
51
52
|
"scroll",
|
|
52
53
|
S
|
|
53
54
|
), setTimeout(() => k(), 100)));
|
|
54
55
|
}
|
|
55
|
-
function
|
|
56
|
+
function z() {
|
|
56
57
|
!u || !a.value || !S || (d == null || d(), a.value = void 0);
|
|
57
58
|
}
|
|
58
59
|
function V(l) {
|
|
@@ -71,10 +72,10 @@ const Z = ["src", "loading"], ue = /* @__PURE__ */ F({
|
|
|
71
72
|
return P(
|
|
72
73
|
() => e.src,
|
|
73
74
|
() => {
|
|
74
|
-
C.value ? (o.value = !0, r.value = !1,
|
|
75
|
+
C.value ? (o.value = !0, r.value = !1, z(), p()) : y();
|
|
75
76
|
}
|
|
76
77
|
), Y(() => {
|
|
77
|
-
C.value ?
|
|
78
|
+
C.value ? p() : y();
|
|
78
79
|
}), (l, _) => (g(), w("div", {
|
|
79
80
|
ref_key: "container",
|
|
80
81
|
ref: c,
|
|
@@ -112,5 +113,5 @@ const Z = ["src", "loading"], ue = /* @__PURE__ */ F({
|
|
|
112
113
|
}
|
|
113
114
|
});
|
|
114
115
|
export {
|
|
115
|
-
|
|
116
|
+
ce as default
|
|
116
117
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import m from "./image.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const s = t(m);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
s as VftImage,
|
|
10
|
+
s as default
|
|
10
11
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import o from "./input.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const n = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
n as VftInput,
|
|
10
|
+
n as default
|
|
10
11
|
};
|
|
@@ -12,7 +12,8 @@ import "@popperjs/core";
|
|
|
12
12
|
import "../../hooks/use-z-index/index.mjs";
|
|
13
13
|
import "@vue/shared";
|
|
14
14
|
import { debugWarn as Z } from "../../utils/error.mjs";
|
|
15
|
-
|
|
15
|
+
import "../../utils/ns-cover.mjs";
|
|
16
|
+
const ot = ["role"], lt = ["id", "type", "disabled", "formatter", "parser", "readonly", "autocomplete", "tabindex", "aria-label", "placeholder", "form"], st = ["id", "tabindex", "disabled", "readonly", "autocomplete", "aria-label", "placeholder", "form"], Ct = /* @__PURE__ */ De({
|
|
16
17
|
__name: "input",
|
|
17
18
|
props: {
|
|
18
19
|
id: null,
|
|
@@ -357,5 +358,5 @@ const ot = ["role"], lt = ["id", "type", "disabled", "formatter", "parser", "rea
|
|
|
357
358
|
}
|
|
358
359
|
});
|
|
359
360
|
export {
|
|
360
|
-
|
|
361
|
+
Ct as default
|
|
361
362
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vue/shared";
|
|
4
4
|
import "@vft/utils";
|
|
5
|
+
import "../../utils/ns-cover.mjs";
|
|
5
6
|
import o from "./link.vue2.mjs";
|
|
6
|
-
const
|
|
7
|
+
const n = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
n as VftLink,
|
|
10
|
+
n as default
|
|
10
11
|
};
|
|
@@ -7,13 +7,14 @@ import "lodash";
|
|
|
7
7
|
import "../../hooks/use-z-index/index.mjs";
|
|
8
8
|
import "@vueuse/core";
|
|
9
9
|
import "@vue/shared";
|
|
10
|
+
import "../../utils/ns-cover.mjs";
|
|
10
11
|
import { useRouterHelper as h } from "@vft/router";
|
|
11
12
|
const o = (
|
|
12
13
|
/* hoist-static*/
|
|
13
14
|
R("link")
|
|
14
15
|
), z = u({
|
|
15
16
|
name: o.b()
|
|
16
|
-
}),
|
|
17
|
+
}), q = /* @__PURE__ */ u({
|
|
17
18
|
...z,
|
|
18
19
|
props: {
|
|
19
20
|
type: { default: "default" },
|
|
@@ -53,5 +54,5 @@ const o = (
|
|
|
53
54
|
}
|
|
54
55
|
});
|
|
55
56
|
export {
|
|
56
|
-
|
|
57
|
+
q as default
|
|
57
58
|
};
|