vft 0.0.16 → 0.0.18
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/component.mjs +21 -11
- package/es/component.mjs.map +1 -1
- package/es/components/back-top/back-top.vue2.mjs +16 -11
- package/es/components/back-top/back-top.vue2.mjs.map +1 -1
- package/es/components/context-menu/context-menu.vue2.mjs +26 -21
- package/es/components/context-menu/context-menu.vue2.mjs.map +1 -1
- package/es/components/footer-layout/footer-layout.vue.d.ts +13 -0
- package/es/components/footer-layout/footer-layout.vue.mjs +5 -0
- package/es/components/footer-layout/footer-layout.vue.mjs.map +1 -0
- package/es/components/footer-layout/footer-layout.vue2.mjs +51 -0
- package/es/components/footer-layout/footer-layout.vue2.mjs.map +1 -0
- package/es/components/footer-layout/index.d.ts +12 -0
- package/es/components/footer-layout/index.mjs +11 -0
- package/es/components/footer-layout/index.mjs.map +1 -0
- package/es/components/footer-layout/style/css.d.ts +0 -0
- package/es/components/footer-layout/style/css.mjs +3 -0
- package/es/components/footer-layout/style/css.mjs.map +1 -0
- package/es/components/footer-layout/style/index.d.ts +0 -0
- package/es/components/footer-layout/style/index.mjs +3 -0
- package/es/components/footer-layout/style/index.mjs.map +1 -0
- package/es/components/header-layout/header-layout.vue.d.ts +14 -0
- package/es/components/header-layout/header-layout.vue.mjs +5 -0
- package/es/components/header-layout/header-layout.vue.mjs.map +1 -0
- package/es/components/header-layout/header-layout.vue2.mjs +52 -0
- package/es/components/header-layout/header-layout.vue2.mjs.map +1 -0
- package/es/components/header-layout/index.d.ts +12 -0
- package/es/components/header-layout/index.mjs +11 -0
- package/es/components/header-layout/index.mjs.map +1 -0
- package/es/components/header-layout/style/css.d.ts +0 -0
- package/es/components/header-layout/style/css.mjs +3 -0
- package/es/components/header-layout/style/css.mjs.map +1 -0
- package/es/components/header-layout/style/index.d.ts +0 -0
- package/es/components/header-layout/style/index.mjs +3 -0
- package/es/components/header-layout/style/index.mjs.map +1 -0
- package/es/components/iframe-layout/iframe-layout.vue.d.ts +14 -0
- package/es/components/iframe-layout/iframe-layout.vue.mjs +5 -0
- package/es/components/iframe-layout/iframe-layout.vue.mjs.map +1 -0
- package/es/components/iframe-layout/iframe-layout.vue2.mjs +41 -0
- package/es/components/iframe-layout/iframe-layout.vue2.mjs.map +1 -0
- package/es/components/iframe-layout/iframe-page.vue.d.ts +13 -0
- package/es/components/iframe-layout/iframe-page.vue.mjs +5 -0
- package/es/components/iframe-layout/iframe-page.vue.mjs.map +1 -0
- package/es/components/iframe-layout/iframe-page.vue2.mjs +29 -0
- package/es/components/iframe-layout/iframe-page.vue2.mjs.map +1 -0
- package/es/components/iframe-layout/index.d.ts +12 -0
- package/es/components/iframe-layout/index.mjs +11 -0
- package/es/components/iframe-layout/index.mjs.map +1 -0
- package/es/components/iframe-layout/style/css.d.ts +0 -0
- package/es/components/iframe-layout/style/css.mjs +3 -0
- package/es/components/iframe-layout/style/css.mjs.map +1 -0
- package/es/components/iframe-layout/style/index.d.ts +0 -0
- package/es/components/iframe-layout/style/index.mjs +3 -0
- package/es/components/iframe-layout/style/index.mjs.map +1 -0
- package/es/components/index.d.ts +5 -0
- package/es/components/index.mjs +49 -39
- package/es/components/index.mjs.map +1 -1
- package/es/components/logo/index.d.ts +29 -0
- package/es/components/logo/index.mjs +11 -0
- package/es/components/logo/index.mjs.map +1 -0
- package/es/components/logo/logo.vue.d.ts +29 -0
- package/es/components/logo/logo.vue.mjs +5 -0
- package/es/components/logo/logo.vue.mjs.map +1 -0
- package/es/components/logo/logo.vue2.mjs +47 -0
- package/es/components/logo/logo.vue2.mjs.map +1 -0
- package/es/components/logo/style/css.d.ts +0 -0
- package/es/components/logo/style/css.mjs +3 -0
- package/es/components/logo/style/css.mjs.map +1 -0
- package/es/components/logo/style/index.d.ts +0 -0
- package/es/components/logo/style/index.mjs +3 -0
- package/es/components/logo/style/index.mjs.map +1 -0
- package/es/components/logo/types.d.ts +6 -0
- package/es/components/logo/types.mjs +2 -0
- package/es/components/logo/types.mjs.map +1 -0
- package/es/components/menu/menu-item.vue2.mjs +17 -12
- package/es/components/menu/menu-item.vue2.mjs.map +1 -1
- package/es/components/menu/sub-menu.vue2.mjs +32 -27
- package/es/components/menu/sub-menu.vue2.mjs.map +1 -1
- package/es/components/multiple-tabs/multiple-tabs.vue2.mjs +7 -2
- package/es/components/multiple-tabs/multiple-tabs.vue2.mjs.map +1 -1
- package/es/components/multiple-tabs/tab-content.vue2.mjs +12 -7
- package/es/components/multiple-tabs/tab-content.vue2.mjs.map +1 -1
- package/es/components/result/result.vue2.mjs +17 -12
- package/es/components/result/result.vue2.mjs.map +1 -1
- package/es/components/router-view-content/index.d.ts +52 -0
- package/es/components/router-view-content/index.mjs +11 -0
- package/es/components/router-view-content/index.mjs.map +1 -0
- package/es/components/router-view-content/router-view-content.vue.d.ts +54 -0
- package/es/components/router-view-content/router-view-content.vue.mjs +5 -0
- package/es/components/router-view-content/router-view-content.vue.mjs.map +1 -0
- package/es/components/router-view-content/router-view-content.vue2.mjs +58 -0
- package/es/components/router-view-content/router-view-content.vue2.mjs.map +1 -0
- package/es/components/tabs/tab-nav.vue2.mjs +7 -2
- package/es/components/tabs/tab-nav.vue2.mjs.map +1 -1
- package/es/index.mjs +97 -87
- package/es/index.mjs.map +1 -1
- package/es/package.json.mjs +1 -1
- package/es/style.css +1 -1
- package/es/theme-style/src/footer-layout.scss.mjs +5 -0
- package/es/theme-style/src/footer-layout.scss.mjs.map +1 -0
- package/es/theme-style/src/header-layout.scss.mjs +5 -0
- package/es/theme-style/src/header-layout.scss.mjs.map +1 -0
- package/es/theme-style/src/iframe-layout.scss.mjs +5 -0
- package/es/theme-style/src/iframe-layout.scss.mjs.map +1 -0
- package/es/theme-style/src/logo.scss.mjs +5 -0
- package/es/theme-style/src/logo.scss.mjs.map +1 -0
- package/lib/component.js +1 -1
- package/lib/component.js.map +1 -1
- package/lib/components/back-top/back-top.vue2.js +1 -1
- package/lib/components/back-top/back-top.vue2.js.map +1 -1
- package/lib/components/context-menu/context-menu.vue2.js +1 -1
- package/lib/components/context-menu/context-menu.vue2.js.map +1 -1
- package/lib/components/footer-layout/footer-layout.vue.d.ts +13 -0
- package/lib/components/footer-layout/footer-layout.vue.js +2 -0
- package/lib/components/footer-layout/footer-layout.vue.js.map +1 -0
- package/lib/components/footer-layout/footer-layout.vue2.js +2 -0
- package/lib/components/footer-layout/footer-layout.vue2.js.map +1 -0
- package/lib/components/footer-layout/index.d.ts +12 -0
- package/lib/components/footer-layout/index.js +2 -0
- package/lib/components/footer-layout/index.js.map +1 -0
- package/lib/components/footer-layout/style/css.d.ts +0 -0
- package/lib/components/footer-layout/style/css.js +2 -0
- package/lib/components/footer-layout/style/css.js.map +1 -0
- package/lib/components/footer-layout/style/index.d.ts +0 -0
- package/lib/components/footer-layout/style/index.js +2 -0
- package/lib/components/footer-layout/style/index.js.map +1 -0
- package/lib/components/header-layout/header-layout.vue.d.ts +14 -0
- package/lib/components/header-layout/header-layout.vue.js +2 -0
- package/lib/components/header-layout/header-layout.vue.js.map +1 -0
- package/lib/components/header-layout/header-layout.vue2.js +2 -0
- package/lib/components/header-layout/header-layout.vue2.js.map +1 -0
- package/lib/components/header-layout/index.d.ts +12 -0
- package/lib/components/header-layout/index.js +2 -0
- package/lib/components/header-layout/index.js.map +1 -0
- package/lib/components/header-layout/style/css.d.ts +0 -0
- package/lib/components/header-layout/style/css.js +2 -0
- package/lib/components/header-layout/style/css.js.map +1 -0
- package/lib/components/header-layout/style/index.d.ts +0 -0
- package/lib/components/header-layout/style/index.js +2 -0
- package/lib/components/header-layout/style/index.js.map +1 -0
- package/lib/components/iframe-layout/iframe-layout.vue.d.ts +14 -0
- package/lib/components/iframe-layout/iframe-layout.vue.js +2 -0
- package/lib/components/iframe-layout/iframe-layout.vue.js.map +1 -0
- package/lib/components/iframe-layout/iframe-layout.vue2.js +2 -0
- package/lib/components/iframe-layout/iframe-layout.vue2.js.map +1 -0
- package/lib/components/iframe-layout/iframe-page.vue.d.ts +13 -0
- package/lib/components/iframe-layout/iframe-page.vue.js +2 -0
- package/lib/components/iframe-layout/iframe-page.vue.js.map +1 -0
- package/lib/components/iframe-layout/iframe-page.vue2.js +2 -0
- package/lib/components/iframe-layout/iframe-page.vue2.js.map +1 -0
- package/lib/components/iframe-layout/index.d.ts +12 -0
- package/lib/components/iframe-layout/index.js +2 -0
- package/lib/components/iframe-layout/index.js.map +1 -0
- package/lib/components/iframe-layout/style/css.d.ts +0 -0
- package/lib/components/iframe-layout/style/css.js +2 -0
- package/lib/components/iframe-layout/style/css.js.map +1 -0
- package/lib/components/iframe-layout/style/index.d.ts +0 -0
- package/lib/components/iframe-layout/style/index.js +2 -0
- package/lib/components/iframe-layout/style/index.js.map +1 -0
- package/lib/components/index.d.ts +5 -0
- package/lib/components/index.js +1 -1
- package/lib/components/logo/index.d.ts +29 -0
- package/lib/components/logo/index.js +2 -0
- package/lib/components/logo/index.js.map +1 -0
- package/lib/components/logo/logo.vue.d.ts +29 -0
- package/lib/components/logo/logo.vue.js +2 -0
- package/lib/components/logo/logo.vue.js.map +1 -0
- package/lib/components/logo/logo.vue2.js +2 -0
- package/lib/components/logo/logo.vue2.js.map +1 -0
- package/lib/components/logo/style/css.d.ts +0 -0
- package/lib/components/logo/style/css.js +2 -0
- package/lib/components/logo/style/css.js.map +1 -0
- package/lib/components/logo/style/index.d.ts +0 -0
- package/lib/components/logo/style/index.js +2 -0
- package/lib/components/logo/style/index.js.map +1 -0
- package/lib/components/logo/types.d.ts +6 -0
- package/lib/components/logo/types.js +2 -0
- package/lib/components/logo/types.js.map +1 -0
- package/lib/components/menu/menu-item.vue2.js +1 -1
- package/lib/components/menu/menu-item.vue2.js.map +1 -1
- package/lib/components/menu/sub-menu.vue2.js +1 -1
- package/lib/components/menu/sub-menu.vue2.js.map +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.js +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.js.map +1 -1
- package/lib/components/multiple-tabs/tab-content.vue2.js +1 -1
- package/lib/components/multiple-tabs/tab-content.vue2.js.map +1 -1
- package/lib/components/result/result.vue2.js +1 -1
- package/lib/components/result/result.vue2.js.map +1 -1
- package/lib/components/router-view-content/index.d.ts +52 -0
- package/lib/components/router-view-content/index.js +2 -0
- package/lib/components/router-view-content/index.js.map +1 -0
- package/lib/components/router-view-content/router-view-content.vue.d.ts +54 -0
- package/lib/components/router-view-content/router-view-content.vue.js +2 -0
- package/lib/components/router-view-content/router-view-content.vue.js.map +1 -0
- package/lib/components/router-view-content/router-view-content.vue2.js +2 -0
- package/lib/components/router-view-content/router-view-content.vue2.js.map +1 -0
- package/lib/components/tabs/tab-nav.vue2.js +1 -1
- package/lib/components/tabs/tab-nav.vue2.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/package.json.js +1 -1
- package/lib/theme-style/src/footer-layout.scss.js +2 -0
- package/lib/theme-style/src/footer-layout.scss.js.map +1 -0
- package/lib/theme-style/src/header-layout.scss.js +2 -0
- package/lib/theme-style/src/header-layout.scss.js.map +1 -0
- package/lib/theme-style/src/iframe-layout.scss.js +2 -0
- package/lib/theme-style/src/iframe-layout.scss.js.map +1 -0
- package/lib/theme-style/src/logo.scss.js +2 -0
- package/lib/theme-style/src/logo.scss.js.map +1 -0
- package/package.json +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/footer-layout.scss +34 -0
- package/theme-style/src/header-layout.scss +38 -0
- package/theme-style/src/iframe-layout.scss +8 -0
- package/theme-style/src/index.scss +4 -0
- package/theme-style/src/logo.scss +34 -0
- package/theme-style/vft-footer-layout.css +1 -0
- package/theme-style/vft-header-layout.css +1 -0
- package/theme-style/vft-iframe-layout.css +1 -0
- package/theme-style/vft-logo.css +1 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { defineComponent as a, computed as i, openBlock as p, createElementBlock as c, normalizeClass as t, unref as o, createElementVNode as s, createVNode as d, normalizeProps as f, guardReactiveProps as u, renderSlot as l } from "vue";
|
|
2
|
+
import { useNamespace as g } from "../../hooks/use-namespace/index.mjs";
|
|
3
|
+
import "@popperjs/core";
|
|
4
|
+
import "lodash";
|
|
5
|
+
import "../../hooks/use-z-index/index.mjs";
|
|
6
|
+
import "@vueuse/core";
|
|
7
|
+
import "@vue/shared";
|
|
8
|
+
import "@vft/utils";
|
|
9
|
+
import { VftLogo as v } from "../logo/index.mjs";
|
|
10
|
+
const e = (
|
|
11
|
+
/* hoist-static*/
|
|
12
|
+
g("header-layout")
|
|
13
|
+
), C = a({
|
|
14
|
+
name: e.b()
|
|
15
|
+
}), P = /* @__PURE__ */ a({
|
|
16
|
+
...C,
|
|
17
|
+
props: {
|
|
18
|
+
logoCfg: null
|
|
19
|
+
},
|
|
20
|
+
setup(m) {
|
|
21
|
+
const n = i(() => [
|
|
22
|
+
e.b(),
|
|
23
|
+
{
|
|
24
|
+
[`${e.m("fixed")}`]: !0
|
|
25
|
+
}
|
|
26
|
+
]);
|
|
27
|
+
return (r, _) => (p(), c("div", {
|
|
28
|
+
class: t(o(n))
|
|
29
|
+
}, [
|
|
30
|
+
s("div", {
|
|
31
|
+
class: t(o(e).e("top"))
|
|
32
|
+
}, [
|
|
33
|
+
s("div", {
|
|
34
|
+
class: t(o(e).e("left"))
|
|
35
|
+
}, [
|
|
36
|
+
d(o(v), f(u(m.logoCfg)), null, 16),
|
|
37
|
+
l(r.$slots, "left")
|
|
38
|
+
], 2),
|
|
39
|
+
s("div", {
|
|
40
|
+
class: t(o(e).e("right"))
|
|
41
|
+
}, [
|
|
42
|
+
l(r.$slots, "default")
|
|
43
|
+
], 2)
|
|
44
|
+
], 2),
|
|
45
|
+
l(r.$slots, "bottom")
|
|
46
|
+
], 2));
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
export {
|
|
50
|
+
P as default
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=header-layout.vue2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-layout.vue2.mjs","sources":["../../../../../packages/components/header-layout/header-layout.vue"],"sourcesContent":["<script lang=\"ts\">\nconst ns = /* hoist-static*/ useNamespace('header-layout')\n\nimport { defineComponent as DO_defineComponent } from 'vue';\nexport default /*#__PURE__*/ DO_defineComponent({\n name: ns.b()\n});</script>\n<script lang=\"ts\" setup>\nimport { computed } from 'vue';\nimport { useNamespace } from '@vft-ui/hooks';\nimport { type LogoProps, VftLogo as Logo } from '@vft-ui/components/logo';\n\ninterface LayoutHeaderProps {\n logoCfg: LogoProps;\n}\n\ndefineProps({\n \"logoCfg\": null\n})\n\n\n\n;\n\nconst getHeaderClass = computed(() => {\n return [\n ns.b(),\n {\n [`${ns.m('fixed')}`]: true\n }\n ];\n});\n</script>\n\n<template>\n <div :class=\"getHeaderClass\">\n <div :class=\"ns.e('top')\">\n <div :class=\"ns.e('left')\">\n <logo v-bind=\"logoCfg\" />\n <slot name=\"left\" />\n </div>\n <div :class=\"ns.e('right')\">\n <slot />\n </div>\n </div>\n <slot name=\"bottom\" />\n </div>\n</template>\n"],"names":["ns","useNamespace","__default__","DO_defineComponent","getHeaderClass","computed"],"mappings":";;;;;;;;;AACA,MAAMA;AAAA;AAAA,EAAuBC,EAAa,eAAe;AAAA,GAGzDC,IAA6BC,EAAmB;AAAA,EAC9C,MAAMH,EAAG,EAAE;AACb,CAAC;;;;;;AAkBK,UAAAI,IAAiBC,EAAS,MACvB;AAAA,MACLL,EAAG,EAAE;AAAA,MACL;AAAA,QACE,CAAC,GAAGA,EAAG,EAAE,OAAO,GAAG,GAAG;AAAA,MACxB;AAAA,IAAA,CAEH;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const VftHeaderLayout: import("vft/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
logoCfg: {
|
|
3
|
+
type: import("vue").PropType<import("..").LogoProps>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
logoCfg: {
|
|
8
|
+
type: import("vue").PropType<import("..").LogoProps>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>>, {}>> & Record<string, any>;
|
|
12
|
+
export default VftHeaderLayout;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
2
|
+
import "vue";
|
|
3
|
+
import "@vue/shared";
|
|
4
|
+
import "@vft/utils";
|
|
5
|
+
import o from "./header-layout.vue2.mjs";
|
|
6
|
+
const f = t(o);
|
|
7
|
+
export {
|
|
8
|
+
f as VftHeaderLayout,
|
|
9
|
+
f as default
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../packages/components/header-layout/index.ts"],"sourcesContent":["import { withInstall } from '@vft-ui/utils'\n\nimport HeaderLayout from './header-layout.vue'\n\nexport const VftHeaderLayout = withInstall(HeaderLayout)\n\nexport default VftHeaderLayout\n"],"names":["VftHeaderLayout","withInstall","HeaderLayout"],"mappings":";;;;;AAIa,MAAAA,IAAkBC,EAAYC,CAAY;"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
import { type RouteLocationNormalized } from 'vue-router';
|
|
3
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
|
+
iframePages: {
|
|
5
|
+
type: __PropType<RouteLocationNormalized[]>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
iframePages: {
|
|
10
|
+
type: __PropType<RouteLocationNormalized[]>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>>, {}>;
|
|
14
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iframe-layout.vue.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { defineComponent as m, openBlock as e, createElementBlock as o, Fragment as a, renderList as f, withDirectives as l, createBlock as p, vShow as s, createCommentVNode as i, unref as _ } from "vue";
|
|
2
|
+
import { useNamespace as h } from "../../hooks/use-namespace/index.mjs";
|
|
3
|
+
import "@popperjs/core";
|
|
4
|
+
import "lodash";
|
|
5
|
+
import "../../hooks/use-z-index/index.mjs";
|
|
6
|
+
import "@vueuse/core";
|
|
7
|
+
import "@vue/shared";
|
|
8
|
+
import "@vft/utils";
|
|
9
|
+
import d from "./iframe-page.vue2.mjs";
|
|
10
|
+
import { useRouter as k } from "vue-router";
|
|
11
|
+
const P = (
|
|
12
|
+
/* hoist-static*/
|
|
13
|
+
h("iframe-layout")
|
|
14
|
+
), S = m({
|
|
15
|
+
name: P.b()
|
|
16
|
+
}), D = /* @__PURE__ */ m({
|
|
17
|
+
...S,
|
|
18
|
+
props: {
|
|
19
|
+
iframePages: null
|
|
20
|
+
},
|
|
21
|
+
setup(n) {
|
|
22
|
+
const u = k();
|
|
23
|
+
function c(t) {
|
|
24
|
+
return t.fullPath === _(u.currentRoute).fullPath;
|
|
25
|
+
}
|
|
26
|
+
return (t, y) => (e(!0), o(a, null, f(n.iframePages, (r) => (e(), o(a, {
|
|
27
|
+
key: r.query ? r.fullPath : r.path
|
|
28
|
+
}, [
|
|
29
|
+
r.meta.frameSrc ? l((e(), p(d, {
|
|
30
|
+
key: 0,
|
|
31
|
+
frameSrc: r.meta.frameSrc
|
|
32
|
+
}, null, 8, ["frameSrc"])), [
|
|
33
|
+
[s, c(r)]
|
|
34
|
+
]) : i("", !0)
|
|
35
|
+
], 64))), 128));
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
export {
|
|
39
|
+
D as default
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=iframe-layout.vue2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iframe-layout.vue2.mjs","sources":["../../../../../packages/components/iframe-layout/iframe-layout.vue"],"sourcesContent":["<script lang=\"ts\">\nconst ns = /* hoist-static*/ useNamespace('iframe-layout')\n\nimport { defineComponent as DO_defineComponent } from 'vue';\nexport default /*#__PURE__*/ DO_defineComponent({\n\tname: ns.b()\n});</script>\n<script lang=\"ts\" setup>\nimport { unref } from 'vue';\nimport { type RouteLocationNormalized } from 'vue-router';\nimport { type RouteRecordItem } from '@vft/router';\nimport { useNamespace } from '@vft-ui/hooks';\nimport FramePage from './iframe-page.vue';\nimport { useRouter } from 'vue-router';\n\ninterface Props {\n iframePages: RouteLocationNormalized[]\n}\n\ndefineProps({\n \"iframePages\": null\n})\n\n\n\n;\n\nconst router = useRouter();\n\nfunction showIframe(item: RouteRecordItem) {\n return item.fullPath === unref(router.currentRoute).fullPath;\n}\n</script>\n\n<template>\n <template v-for=\"item in iframePages\" :key=\"item.query ? item.fullPath : item.path\">\n <frame-page\n v-if=\"item.meta.frameSrc\"\n v-show=\"showIframe(item)\" :frameSrc=\"item.meta.frameSrc\" />\n </template>\n</template>\n"],"names":["ns","useNamespace","__default__","DO_defineComponent","router","useRouter","showIframe","item","unref"],"mappings":";;;;;;;;;;AACA,MAAMA;AAAA;AAAA,EAAuBC,EAAa,eAAe;AAAA,GAGzDC,IAA6BC,EAAmB;AAAA,EAC/C,MAAMH,EAAG,EAAE;AACZ,CAAC;;;;;;AAqBD,UAAMI,IAASC;AAEf,aAASC,EAAWC,GAAuB;AACzC,aAAOA,EAAK,aAAaC,EAAMJ,EAAO,YAAY,EAAE;AAAA,IACtD;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
frameSrc: {
|
|
4
|
+
type: __PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
frameSrc: {
|
|
9
|
+
type: __PropType<string>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}>;
|
|
13
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iframe-page.vue.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { defineComponent as e, openBlock as o, createElementBlock as m, normalizeClass as a, unref as s } from "vue";
|
|
2
|
+
import { useNamespace as c } from "../../hooks/use-namespace/index.mjs";
|
|
3
|
+
import "@popperjs/core";
|
|
4
|
+
import "lodash";
|
|
5
|
+
import "../../hooks/use-z-index/index.mjs";
|
|
6
|
+
import "@vueuse/core";
|
|
7
|
+
import "@vue/shared";
|
|
8
|
+
import "@vft/utils";
|
|
9
|
+
const n = ["src"], r = (
|
|
10
|
+
/* hoist-static*/
|
|
11
|
+
c("iframe-page")
|
|
12
|
+
), p = e({
|
|
13
|
+
name: r.b()
|
|
14
|
+
}), B = /* @__PURE__ */ e({
|
|
15
|
+
...p,
|
|
16
|
+
props: {
|
|
17
|
+
frameSrc: { default: "" }
|
|
18
|
+
},
|
|
19
|
+
setup(t) {
|
|
20
|
+
return (i, f) => (o(), m("iframe", {
|
|
21
|
+
class: a(s(r).b()),
|
|
22
|
+
src: t.frameSrc
|
|
23
|
+
}, null, 10, n));
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
export {
|
|
27
|
+
B as default
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=iframe-page.vue2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iframe-page.vue2.mjs","sources":["../../../../../packages/components/iframe-layout/iframe-page.vue"],"sourcesContent":["<script lang=\"ts\">\nconst ns = /* hoist-static*/ useNamespace('iframe-page')\n\nimport { defineComponent as DO_defineComponent } from 'vue';\nexport default /*#__PURE__*/ DO_defineComponent({\n\tname: ns.b()\n});</script>\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@vft-ui/hooks';\n\ninterface IframePageProps {\n frameSrc: string;\n}\n\ndefineProps({\n \"frameSrc\": { default: '' }\n})\n\n\n\n;\n</script>\n\n<template>\n <iframe :class=\"ns.b()\" :src=\"frameSrc\" />\n</template>\n"],"names":["ns","useNamespace","__default__","DO_defineComponent"],"mappings":";;;;;;;;mBACMA;AAAA;AAAA,EAAuBC,EAAa,aAAa;AAAA,GAGvDC,IAA6BC,EAAmB;AAAA,EAC/C,MAAMH,EAAG,EAAE;AACZ,CAAC;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const VftIframeLayout: import("vft/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
iframePages: {
|
|
3
|
+
type: import("vue").PropType<import("vue-router").RouteLocationNormalized[]>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
iframePages: {
|
|
8
|
+
type: import("vue").PropType<import("vue-router").RouteLocationNormalized[]>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>>, {}>> & Record<string, any>;
|
|
12
|
+
export default VftIframeLayout;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { withInstall as t } from "../../utils/vue/install.mjs";
|
|
2
|
+
import "vue";
|
|
3
|
+
import "@vue/shared";
|
|
4
|
+
import "@vft/utils";
|
|
5
|
+
import o from "./iframe-layout.vue2.mjs";
|
|
6
|
+
const p = t(o);
|
|
7
|
+
export {
|
|
8
|
+
p as VftIframeLayout,
|
|
9
|
+
p as default
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../packages/components/iframe-layout/index.ts"],"sourcesContent":["import { withInstall } from '@vft-ui/utils'\n\nimport IframeLayout from './iframe-layout.vue'\n\nexport const VftIframeLayout = withInstall(IframeLayout)\n\nexport default VftIframeLayout\n"],"names":["VftIframeLayout","withInstall","IframeLayout"],"mappings":";;;;;AAIa,MAAAA,IAAkBC,EAAYC,CAAY;"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
package/es/components/index.d.ts
CHANGED
|
@@ -12,3 +12,8 @@ export * from './popover';
|
|
|
12
12
|
export * from './menu';
|
|
13
13
|
export * from './context-menu';
|
|
14
14
|
export * from './multiple-tabs';
|
|
15
|
+
export * from './header-layout';
|
|
16
|
+
export * from './footer-layout';
|
|
17
|
+
export * from './iframe-layout';
|
|
18
|
+
export * from './router-view-content';
|
|
19
|
+
export * from './logo';
|
package/es/components/index.mjs
CHANGED
|
@@ -1,53 +1,63 @@
|
|
|
1
1
|
import { VftDivider as r } from "./divider/index.mjs";
|
|
2
2
|
import { VftIcon as f } from "./icon/index.mjs";
|
|
3
|
-
import { VftAvatar as
|
|
4
|
-
import { VftEmpty as
|
|
5
|
-
import { VftResult as
|
|
3
|
+
import { VftAvatar as m } from "./avatar/index.mjs";
|
|
4
|
+
import { VftEmpty as V } from "./empty/index.mjs";
|
|
5
|
+
import { VftResult as n } from "./result/index.mjs";
|
|
6
6
|
import { VftException as s } from "./exception/index.mjs";
|
|
7
7
|
import { VftTabPane as T, VftTabs as l } from "./tabs/index.mjs";
|
|
8
8
|
import { VftPopper as M } from "./popper/index.mjs";
|
|
9
|
-
import { VftCollapseTransition as
|
|
10
|
-
import { VftTooltip as
|
|
11
|
-
import { VftPopover as
|
|
12
|
-
import { VftMenu as
|
|
13
|
-
import { createContextMenu as
|
|
14
|
-
import { useContextMenu as
|
|
15
|
-
import { VftMultipleTabs as
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
9
|
+
import { VftCollapseTransition as y } from "./collapse-transition/index.mjs";
|
|
10
|
+
import { VftTooltip as P } from "./tooltip/index.mjs";
|
|
11
|
+
import { VftPopover as E } from "./popover/index.mjs";
|
|
12
|
+
import { VftMenu as L, VftMenuItem as c, VftMenuItemGroup as v, VftSubMenu as w } from "./menu/index.mjs";
|
|
13
|
+
import { createContextMenu as D, destroyContextMenu as R } from "./context-menu/createContextMenu.mjs";
|
|
14
|
+
import { useContextMenu as G } from "./context-menu/useContextMenu.mjs";
|
|
15
|
+
import { VftMultipleTabs as K } from "./multiple-tabs/index.mjs";
|
|
16
|
+
import { VftHeaderLayout as h } from "./header-layout/index.mjs";
|
|
17
|
+
import { VftFooterLayout as k } from "./footer-layout/index.mjs";
|
|
18
|
+
import { VftIframeLayout as z } from "./iframe-layout/index.mjs";
|
|
19
|
+
import { VftRouterViewContent as J } from "./router-view-content/index.mjs";
|
|
20
|
+
import { VftLogo as O } from "./logo/index.mjs";
|
|
21
|
+
import { EmptyEnum as U } from "./empty/constants.mjs";
|
|
22
|
+
import { TabsRootContextKey as X } from "./tabs/types.mjs";
|
|
23
|
+
import { default as Z } from "./popper/arrow.vue2.mjs";
|
|
24
|
+
import { default as $ } from "./popper/trigger.vue2.mjs";
|
|
25
|
+
import { default as to } from "./popper/content.vue2.mjs";
|
|
26
|
+
import { useTabDropdown as eo } from "./multiple-tabs/use/use-tab-dropdown.mjs";
|
|
27
|
+
import { initAffixTabs as po, useTabsDrag as mo } from "./multiple-tabs/use/use-multiple-tabs.mjs";
|
|
23
28
|
export {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
29
|
+
U as EmptyEnum,
|
|
30
|
+
X as TabsRootContextKey,
|
|
31
|
+
m as VftAvatar,
|
|
32
|
+
y as VftCollapseTransition,
|
|
28
33
|
r as VftDivider,
|
|
29
|
-
|
|
34
|
+
V as VftEmpty,
|
|
30
35
|
s as VftException,
|
|
36
|
+
k as VftFooterLayout,
|
|
37
|
+
h as VftHeaderLayout,
|
|
31
38
|
f as VftIcon,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
39
|
+
z as VftIframeLayout,
|
|
40
|
+
O as VftLogo,
|
|
41
|
+
L as VftMenu,
|
|
42
|
+
c as VftMenuItem,
|
|
43
|
+
v as VftMenuItemGroup,
|
|
44
|
+
K as VftMultipleTabs,
|
|
45
|
+
E as VftPopover,
|
|
37
46
|
M as VftPopper,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
47
|
+
Z as VftPopperArrow,
|
|
48
|
+
to as VftPopperContent,
|
|
49
|
+
$ as VftPopperTrigger,
|
|
50
|
+
n as VftResult,
|
|
51
|
+
J as VftRouterViewContent,
|
|
52
|
+
w as VftSubMenu,
|
|
43
53
|
T as VftTabPane,
|
|
44
54
|
l as VftTabs,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
55
|
+
P as VftTooltip,
|
|
56
|
+
D as createContextMenu,
|
|
57
|
+
R as destroyContextMenu,
|
|
58
|
+
po as initAffixTabs,
|
|
59
|
+
G as useContextMenu,
|
|
60
|
+
eo as useTabDropdown,
|
|
61
|
+
mo as useTabsDrag
|
|
52
62
|
};
|
|
53
63
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare const VftLogo: import("vft/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
logo: {
|
|
7
|
+
type: import("vue").PropType<string>;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
jumpPath: {
|
|
11
|
+
type: import("vue").PropType<string | undefined>;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
title: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
logo: {
|
|
20
|
+
type: import("vue").PropType<string>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
jumpPath: {
|
|
24
|
+
type: import("vue").PropType<string | undefined>;
|
|
25
|
+
required: false;
|
|
26
|
+
};
|
|
27
|
+
}>>, {}>> & Record<string, any>;
|
|
28
|
+
export default VftLogo;
|
|
29
|
+
export * from './types';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { withInstall as o } from "../../utils/vue/install.mjs";
|
|
2
|
+
import "vue";
|
|
3
|
+
import "@vue/shared";
|
|
4
|
+
import "@vft/utils";
|
|
5
|
+
import t from "./logo.vue2.mjs";
|
|
6
|
+
const a = o(t);
|
|
7
|
+
export {
|
|
8
|
+
a as VftLogo,
|
|
9
|
+
a as default
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../packages/components/logo/index.ts"],"sourcesContent":["import { withInstall } from '@vft-ui/utils';\n\nimport Logo from './logo.vue';\n\nexport const VftLogo = withInstall(Logo);\nexport default VftLogo;\n\nexport * from './types';\n"],"names":["VftLogo","withInstall","Logo"],"mappings":";;;;;AAIa,MAAAA,IAAUC,EAAYC,CAAI;"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
title: {
|
|
4
|
+
type: __PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
logo: {
|
|
8
|
+
type: __PropType<string>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
jumpPath: {
|
|
12
|
+
type: __PropType<string | undefined>;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
title: {
|
|
17
|
+
type: __PropType<string>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
logo: {
|
|
21
|
+
type: __PropType<string>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
jumpPath: {
|
|
25
|
+
type: __PropType<string | undefined>;
|
|
26
|
+
required: false;
|
|
27
|
+
};
|
|
28
|
+
}>>, {}>;
|
|
29
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logo.vue.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { defineComponent as c, computed as n, openBlock as u, createElementBlock as p, normalizeClass as l, unref as e, normalizeStyle as g, createElementVNode as s, toDisplayString as f } from "vue";
|
|
2
|
+
import { useRouterHelper as d } from "@vft/router";
|
|
3
|
+
import { useNamespace as h } from "../../hooks/use-namespace/index.mjs";
|
|
4
|
+
import "@popperjs/core";
|
|
5
|
+
import "lodash";
|
|
6
|
+
import "../../hooks/use-z-index/index.mjs";
|
|
7
|
+
import "@vueuse/core";
|
|
8
|
+
import "@vue/shared";
|
|
9
|
+
import "@vft/utils";
|
|
10
|
+
const k = ["src"], o = (
|
|
11
|
+
/* hoist-static*/
|
|
12
|
+
h("logo")
|
|
13
|
+
), C = c({
|
|
14
|
+
name: o.b()
|
|
15
|
+
}), N = /* @__PURE__ */ c({
|
|
16
|
+
...C,
|
|
17
|
+
props: {
|
|
18
|
+
title: null,
|
|
19
|
+
logo: null,
|
|
20
|
+
jumpPath: null
|
|
21
|
+
},
|
|
22
|
+
setup(t) {
|
|
23
|
+
const i = n(() => [o.b()]), { go: r } = d();
|
|
24
|
+
function m() {
|
|
25
|
+
t.jumpPath && r(t.jumpPath);
|
|
26
|
+
}
|
|
27
|
+
const a = n(() => t.jumpPath ? {} : o.cssVarBlock({ cursor: "inital" }));
|
|
28
|
+
return (j, P) => (u(), p("div", {
|
|
29
|
+
class: l(e(i)),
|
|
30
|
+
onClick: m,
|
|
31
|
+
style: g(e(a))
|
|
32
|
+
}, [
|
|
33
|
+
s("img", {
|
|
34
|
+
class: l(e(o).e("img")),
|
|
35
|
+
src: t.logo,
|
|
36
|
+
alt: ""
|
|
37
|
+
}, null, 10, k),
|
|
38
|
+
s("div", {
|
|
39
|
+
class: l(["ml-2 truncate", e(o).e("title")])
|
|
40
|
+
}, f(t.title), 3)
|
|
41
|
+
], 6));
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
export {
|
|
45
|
+
N as default
|
|
46
|
+
};
|
|
47
|
+
//# sourceMappingURL=logo.vue2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logo.vue2.mjs","sources":["../../../../../packages/components/logo/logo.vue"],"sourcesContent":["<script lang=\"ts\">\nconst ns = /* hoist-static*/ useNamespace('logo')\n\nimport { defineComponent as DO_defineComponent } from 'vue';\nexport default /*#__PURE__*/ DO_defineComponent({\n\tname: ns.b()\n});</script>\n<script lang=\"ts\" setup>\nimport { computed } from 'vue';\nimport { useRouterHelper } from '@vft/router';\nimport { useNamespace } from '@vft-ui/hooks';\n\ninterface LogoProps {\n title: string;\n logo: string;\n /** 点击 logo 跳转路径 */\n jumpPath?: string;\n}\n\ndefineProps({\n \"title\": null,\n \"logo\": null,\n \"jumpPath\": null\n})\n\n\n\n;\n\nconst getLogoClass = computed(() => [ns.b()]);\n\nconst { go } = useRouterHelper();\n\nfunction onClickLogo () {\n if (__props.jumpPath) {\n go(__props.jumpPath);\n }\n}\n\nconst logoVars = computed(() => __props.jumpPath ? {} : ns.cssVarBlock({ cursor: 'inital' }));\n</script>\n\n<template>\n <div :class=\"getLogoClass\" @click=\"onClickLogo\" :style=\"logoVars\">\n <img :class=\"ns.e('img')\" :src=\"logo\" alt=\"\" />\n <div class=\"ml-2 truncate\" :class=\"ns.e('title')\">{{ title }}</div>\n </div>\n</template>\n"],"names":["ns","useNamespace","__default__","DO_defineComponent","getLogoClass","computed","go","useRouterHelper","onClickLogo","__props","logoVars"],"mappings":";;;;;;;;;mBACMA;AAAA;AAAA,EAAuBC,EAAa,MAAM;AAAA,GAGhDC,IAA6BC,EAAmB;AAAA,EAC/C,MAAMH,EAAG,EAAE;AACZ,CAAC;;;;;;;;AAuBD,UAAMI,IAAeC,EAAS,MAAM,CAACL,EAAG,EAAG,CAAA,CAAC,GAEtC,EAAE,IAAAM,MAAOC;AAEf,aAASC,IAAe;AACtB,MAAIC,EAAQ,YACVH,EAAGG,EAAQ,QAAQ;AAAA,IAEvB;AAEA,UAAMC,IAAWL,EAAS,MAAMI,EAAQ,WAAW,CAAA,IAAKT,EAAG,YAAY,EAAE,QAAQ,SAAA,CAAU,CAAC;;;;;;;;;;;;;;;;;"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|