@pubinfo/core 2.0.0-beta.30 → 2.0.0-beta.32
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/{AppSetting-CVExa3_K.js → AppSetting-DhcdApoo.js} +17 -17
- package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-B3wESRn7.js → HCheckList.vue_vue_type_script_setup_true_lang-Bi9jyf-Y.js} +2 -2
- package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +20 -0
- package/dist/HToggle-Di3WNnzE.js +34 -0
- package/dist/{PreferencesContent-p9KS2Pve.js → PreferencesContent-BdSTTSM-.js} +6 -6
- package/dist/{SettingBreadcrumb-DwvQtev2.js → SettingBreadcrumb-ChQx96br.js} +8 -8
- package/dist/{SettingCopyright-Wb3hkKZZ.js → SettingCopyright-CkMab5VK.js} +8 -8
- package/dist/{SettingEnableTransition-DT23T8dO.js → SettingEnableTransition-BSXU87vT.js} +15 -15
- package/dist/{SettingHome-C0K6wkyt.js → SettingHome-DwioPezC.js} +13 -13
- package/dist/{SettingMenu-CCKj46sg.js → SettingMenu-yvKu7Yoq.js} +25 -25
- package/dist/{SettingMode-pwpzZcxj.js → SettingMode-C99ADNad.js} +6 -6
- package/dist/{SettingNavSearch-zoiP1hL2.js → SettingNavSearch-mURLLetZ.js} +8 -8
- package/dist/{SettingOther-OIZZcjfo.js → SettingOther-BGoSdp7a.js} +9 -9
- package/dist/{SettingPage-CyljqOiV.js → SettingPage-Wwy5PtzC.js} +7 -7
- package/dist/{SettingTabbar-DCQai4_R.js → SettingTabbar-C2ya4r4U.js} +9 -9
- package/dist/{SettingThemes-DJIaIqy1.js → SettingThemes-7oYUooGR.js} +27 -27
- package/dist/{SettingToolbar-Dvv11piV.js → SettingToolbar-A6OiGfAD.js} +5 -5
- package/dist/{SettingTopbar-CMpP98WU.js → SettingTopbar-GDEPltxm.js} +9 -9
- package/dist/{SettingWidthMode-DVPAA6Xs.js → SettingWidthMode-qwkmTFIK.js} +15 -15
- package/dist/{TopThinMode-D8rMfa-C.js → TopThinMode-BkmPN66X.js} +1 -1
- package/dist/{_...all_-6l5FWUkL.js → _...all_-CdjdWhUr.js} +5 -5
- package/dist/assets/styles/index.d.ts +3 -3
- package/dist/{colors-DiWJrScm.js → colors-7rGvqeKK.js} +1 -1
- package/dist/{index-CfasTv4x.js → index-BC-gcL8e.js} +4 -4
- package/dist/{index-Md7zV10q.js → index-C-6XxK2D.js} +5 -5
- package/dist/{index-bsi-FZDt.js → index-CgLD0zqO.js} +169 -169
- package/dist/{index-BmMbAV1Y.js → index-CtyzB2cq.js} +13 -13
- package/dist/{index-Ckgil96Y.js → index-Cw1uN5m-.js} +2 -2
- package/dist/{index-Be7jJtXg.js → index-DVUDANdM.js} +5 -5
- package/dist/{index-lv9zqWqR.js → index-Dpq4uqWd.js} +22 -22
- package/dist/{index-CyyndQxa.js → index-DuoLZ3r3.js} +4394 -4294
- package/dist/{index-De_ME_Ws.js → index-sYaQXYQC.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-B3Eieo0k.js → index.vue_vue_type_style_index_0_scoped_051f4e99_lang-CuU-JtjC.js} +870 -856
- package/dist/interface.d.ts +12 -0
- package/dist/layout/ui-kit/HDialog.vue.d.ts +1 -1
- package/dist/layout/ui-kit/HSlideover.vue.d.ts +1 -1
- package/dist/layout/ui-kit/HTooltip.vue.d.ts +1 -1
- package/dist/{menu-CC5544p-.js → menu-BL6hH6OM.js} +1862 -1856
- package/dist/{pick-CJo2YiT-.js → pick-CAmKymZJ.js} +1 -1
- package/dist/request.js +34 -32
- package/dist/stores/plugin/persist.d.ts +2 -2
- package/dist/style.css +3 -3
- package/package.json +25 -26
- package/src/assets/styles/globals.css +188 -0
- package/src/assets/styles/index.ts +3 -3
- package/src/assets/styles/nprogress.css +68 -0
- package/src/assets/styles/rbac.css +51 -0
- package/src/assets/styles/resources/utils.css +53 -0
- package/src/assets/styles/resources/variables.css +5 -0
- package/src/components/NotAllowed/index.vue +4 -6
- package/src/components/PassStrengthValidator/index.vue +33 -48
- package/src/components/PassStrengthValidator/rule.vue +13 -25
- package/src/components/PubinfoIcon/index.vue +4 -8
- package/src/composables/watchDiff.ts +1 -1
- package/src/create.ts +10 -3
- package/src/interface.ts +19 -0
- package/src/layout/Layout.vue +113 -161
- package/src/layout/components/Content/IframeView.vue +1 -2
- package/src/layout/components/Content/LinkView.vue +2 -2
- package/src/layout/components/Content/index.vue +1 -2
- package/src/layout/components/Copyright/index.vue +7 -8
- package/src/layout/components/Header/TopMode/More.vue +24 -32
- package/src/layout/components/Header/TopMode/NotCursor.vue +20 -29
- package/src/layout/components/Header/TopMode/index.vue +1 -1
- package/src/layout/components/Header/index.vue +118 -206
- package/src/layout/components/Logo/index.vue +4 -19
- package/src/layout/components/Menu/item.vue +16 -25
- package/src/layout/components/SettingBar/AppSetting.vue +11 -11
- package/src/layout/components/SettingBar/components/DayNightToggle.vue +26 -120
- package/src/layout/components/SettingBar/components/SettingEnableTransition.vue +111 -136
- package/src/layout/components/SettingBar/components/SettingMode.vue +78 -88
- package/src/layout/components/SettingBar/components/SettingThemes.vue +48 -85
- package/src/layout/components/SettingBar/components/SettingWidthMode.vue +63 -71
- package/src/layout/components/SettingBar/index.vue +29 -62
- package/src/layout/components/Sidebar/MainSidebar.vue +81 -126
- package/src/layout/components/Sidebar/SubSidebar.vue +50 -59
- package/src/layout/components/Tools/Breadcrumb/index.vue +6 -12
- package/src/layout/components/Tools/DayNightSwitch.vue +40 -63
- package/src/layout/components/Tools/Preferences/PreferencesContent.vue +210 -277
- package/src/layout/components/Tools/Search.vue +5 -5
- package/src/layout/components/Tools/index.vue +1 -1
- package/src/layout/components/Topbar/Tabbar/MoreAction.vue +98 -145
- package/src/layout/components/Topbar/Tabbar/index.vue +259 -395
- package/src/layout/components/Topbar/Toolbar/Favorites.vue +4 -4
- package/src/layout/components/Topbar/Toolbar/index.vue +39 -56
- package/src/layout/components/Topbar/index.vue +16 -19
- package/src/layout/composables/useContext.ts +1 -1
- package/src/layout/composables/useMenu.ts +1 -1
- package/src/layout/composables/useTabbar.ts +1 -1
- package/src/layout/composables/useTitle.ts +1 -1
- package/src/layout/provider.ts +1 -1
- package/src/layout/ui-kit/HDialog.vue +1 -1
- package/src/layout/ui-kit/HDivider.vue +6 -35
- package/src/layout/ui-kit/HSlideover.vue +1 -1
- package/src/layout/ui-kit/HToggle.vue +49 -93
- package/src/layout/ui-kit/HTooltip.vue +1 -1
- package/src/locales/index.ts +1 -1
- package/src/pages/personal/profile/index.vue +1 -1
- package/src/pages/system/[...all].vue +4 -6
- package/src/pages/system/change-organization/index.vue +23 -37
- package/src/pages/system/change-password/components/ChangePasswordForm/index.vue +1 -1
- package/src/pages/system/change-password/index.vue +16 -29
- package/src/pages/system/not-permission/index.vue +4 -6
- package/src/route/guard/basic.ts +1 -1
- package/src/route/routes.ts +1 -1
- package/src/stores/modules/favorites.ts +1 -1
- package/src/stores/modules/menu.ts +1 -1
- package/src/stores/modules/route.ts +2 -2
- package/src/stores/modules/settings.ts +7 -7
- package/src/stores/modules/user.ts +2 -2
- package/src/stores/plugin/persist.ts +3 -3
- package/src/stores/plugin/sideEffect/tabbarStorage.ts +1 -1
- package/src/utils/crypto.ts +1 -1
- package/types/auto-imports.d.ts +1 -1
- package/types/components.d.ts +1 -0
- package/types/vue-router.d.ts +8 -8
- package/dist/HDivider-DgXBhPr0.js +0 -21
- package/dist/HToggle-Cd71WKvG.js +0 -34
- package/src/assets/styles/globals.scss +0 -189
- package/src/assets/styles/nprogress.scss +0 -63
- package/src/assets/styles/rbac.scss +0 -61
- package/src/assets/styles/resources/utils.scss +0 -53
- package/src/assets/styles/resources/variables.scss +0 -6
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as w, toRaw as z, computed as B, ref as N, createElementBlock as _, openBlock as n, createElementVNode as e, Fragment as O, renderList as V, unref as r, normalizeClass as E, createVNode as l, createBlock as x, createCommentVNode as v, toDisplayString as L, withCtx as c, createTextVNode as
|
|
2
|
-
import { u as R, aR as S, v as m } from "./menu-CC5544p-.js";
|
|
1
|
+
import { defineComponent as w, toRaw as z, computed as B, ref as N, createElementBlock as _, openBlock as n, createElementVNode as e, Fragment as O, renderList as V, unref as r, normalizeClass as E, createVNode as l, createBlock as x, createCommentVNode as v, toDisplayString as L, withCtx as c, createTextVNode as d } from "vue";
|
|
3
2
|
import "pinia-plugin-persistedstate";
|
|
3
|
+
import { u as R, aR as S, v as m } from "./menu-BL6hH6OM.js";
|
|
4
4
|
import { useRouter as T } from "vue-router";
|
|
5
|
-
import { _ as k } from "./index.
|
|
6
|
-
import { T as j } from "./index-
|
|
5
|
+
import { _ as k } from "./index.vue_vue_type_style_index_0_scoped_051f4e99_lang-CuU-JtjC.js";
|
|
6
|
+
import { T as j } from "./index-Cw1uN5m-.js";
|
|
7
7
|
import { _ as A } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
8
8
|
const $ = { class: "change-org" }, D = {
|
|
9
9
|
"w-full": "",
|
|
@@ -56,7 +56,7 @@ const $ = { class: "change-org" }, D = {
|
|
|
56
56
|
flex: "~",
|
|
57
57
|
items: "center"
|
|
58
58
|
}, " 请选择组织 ", -1)),
|
|
59
|
-
(n(!0), _(O, null, V(r(f), (
|
|
59
|
+
(n(!0), _(O, null, V(r(f), (u, i) => (n(), _("div", {
|
|
60
60
|
key: i,
|
|
61
61
|
onClick: (P) => C(i)
|
|
62
62
|
}, [
|
|
@@ -70,23 +70,23 @@ const $ = { class: "change-org" }, D = {
|
|
|
70
70
|
}),
|
|
71
71
|
e("div", G, [
|
|
72
72
|
e("div", H, [
|
|
73
|
-
e("span", J, L(
|
|
74
|
-
r(s).user.orgId ===
|
|
73
|
+
e("span", J, L(u.label), 1),
|
|
74
|
+
r(s).user.orgId === u.orgId ? (n(), x(p, {
|
|
75
75
|
key: 0,
|
|
76
76
|
color: "blue"
|
|
77
77
|
}, {
|
|
78
78
|
default: c(() => o[0] || (o[0] = [
|
|
79
|
-
|
|
79
|
+
d(" 当前使用组织 ")
|
|
80
80
|
])),
|
|
81
81
|
_: 1,
|
|
82
82
|
__: [0]
|
|
83
83
|
})) : v("", !0),
|
|
84
|
-
|
|
84
|
+
u.main ? (n(), x(p, {
|
|
85
85
|
key: 1,
|
|
86
86
|
color: "red"
|
|
87
87
|
}, {
|
|
88
88
|
default: c(() => o[1] || (o[1] = [
|
|
89
|
-
|
|
89
|
+
d(" 主组织 ")
|
|
90
90
|
])),
|
|
91
91
|
_: 1,
|
|
92
92
|
__: [1]
|
|
@@ -113,7 +113,7 @@ const $ = { class: "change-org" }, D = {
|
|
|
113
113
|
onClick: I
|
|
114
114
|
}, {
|
|
115
115
|
default: c(() => o[2] || (o[2] = [
|
|
116
|
-
|
|
116
|
+
d(" 确定 ")
|
|
117
117
|
])),
|
|
118
118
|
_: 1,
|
|
119
119
|
__: [2]
|
|
@@ -124,7 +124,7 @@ const $ = { class: "change-org" }, D = {
|
|
|
124
124
|
onClick: y
|
|
125
125
|
}, {
|
|
126
126
|
default: c(() => o[3] || (o[3] = [
|
|
127
|
-
|
|
127
|
+
d(" 返回 ")
|
|
128
128
|
])),
|
|
129
129
|
_: 1,
|
|
130
130
|
__: [3]
|
|
@@ -135,7 +135,7 @@ const $ = { class: "change-org" }, D = {
|
|
|
135
135
|
]);
|
|
136
136
|
};
|
|
137
137
|
}
|
|
138
|
-
}), to = /* @__PURE__ */ A(K, [["__scopeId", "data-v-
|
|
138
|
+
}), to = /* @__PURE__ */ A(K, [["__scopeId", "data-v-380d8c13"]]);
|
|
139
139
|
export {
|
|
140
140
|
to as default
|
|
141
141
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ax as W, av as L, a7 as B, at as R, bZ as j, aA as z, ab as F, aa as b, a9 as P, aO as X, aK as U, bo as V, aq as q } from "./menu-
|
|
1
|
+
import { ax as W, av as L, a7 as B, at as R, bZ as j, aA as z, ab as F, aa as b, a9 as P, aO as X, aK as U, bo as V, aq as q } from "./menu-BL6hH6OM.js";
|
|
2
2
|
import { defineComponent as D, computed as m, createVNode as d, shallowRef as K, watchEffect as Z, Fragment as G } from "vue";
|
|
3
|
-
import { g as J, i as Q, a as Y } from "./colors-
|
|
3
|
+
import { g as J, i as Q, a as Y } from "./colors-7rGvqeKK.js";
|
|
4
4
|
const v = (e, t, l) => {
|
|
5
5
|
const a = j(l);
|
|
6
6
|
return {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as y, mergeModels as V, useModel as F, reactive as T, ref as P, createElementBlock as h, openBlock as N, createVNode as t, unref as a, withCtx as u, createTextVNode as k, nextTick as j, computed as z, createElementVNode as p, isRef as v } from "vue";
|
|
2
|
-
import { bz as S, bA as W, u as B, aR as M, v as $ } from "./menu-CC5544p-.js";
|
|
3
2
|
import "pinia-plugin-persistedstate";
|
|
3
|
+
import { bz as S, bA as W, u as B, aR as M, v as $ } from "./menu-BL6hH6OM.js";
|
|
4
4
|
import { useRouter as q, useRoute as A } from "vue-router";
|
|
5
|
-
import { _ as D } from "./index.
|
|
6
|
-
import { P as I } from "./index-
|
|
7
|
-
import { J, _ as O, M as X } from "./index-
|
|
5
|
+
import { _ as D } from "./index.vue_vue_type_style_index_0_scoped_051f4e99_lang-CuU-JtjC.js";
|
|
6
|
+
import { P as I } from "./index-BC-gcL8e.js";
|
|
7
|
+
import { J, _ as O, M as X } from "./index-sYaQXYQC.js";
|
|
8
8
|
import { _ as G } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
9
9
|
var H = "Expected a function";
|
|
10
10
|
function K(n, l, s) {
|
|
@@ -226,7 +226,7 @@ const Q = /* @__PURE__ */ y({
|
|
|
226
226
|
])
|
|
227
227
|
]));
|
|
228
228
|
}
|
|
229
|
-
}), ce = /* @__PURE__ */ G(se, [["__scopeId", "data-v-
|
|
229
|
+
}), ce = /* @__PURE__ */ G(se, [["__scopeId", "data-v-3a47d736"]]);
|
|
230
230
|
export {
|
|
231
231
|
ce as default
|
|
232
232
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { markRaw as V, createElementBlock as M, openBlock as r, createElementVNode as s, defineComponent as Q, resolveComponent as J, renderSlot as w, createBlock as B, withCtx as f, mergeProps as L, Fragment as U, renderList as k, normalizeClass as G, createCommentVNode as N, unref as t, toDisplayString as O, ref as z, computed as X, onMounted as W, watch as q, createVNode as E, createTextVNode as _ } from "vue";
|
|
2
|
-
import { b_ as $ } from "./menu-
|
|
2
|
+
import { b_ as $ } from "./menu-BL6hH6OM.js";
|
|
3
3
|
import "pinia-plugin-persistedstate";
|
|
4
4
|
import "vue-router";
|
|
5
|
-
import { _ as T } from "./index.
|
|
6
|
-
import { u as ee, a as te } from "./index-
|
|
5
|
+
import { _ as T } from "./index.vue_vue_type_style_index_0_scoped_051f4e99_lang-CuU-JtjC.js";
|
|
6
|
+
import { u as ee, a as te } from "./index-DuoLZ3r3.js";
|
|
7
7
|
import { _ as Z } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
8
8
|
const ne = {
|
|
9
9
|
viewBox: "0 0 24 24",
|
|
@@ -70,10 +70,10 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
70
70
|
}, 8, ["skidding"])) : w(o.$slots, "default", { key: 0 }, void 0, !0);
|
|
71
71
|
};
|
|
72
72
|
}
|
|
73
|
-
}), K = /* @__PURE__ */ Z(re, [["__scopeId", "data-v-
|
|
73
|
+
}), K = /* @__PURE__ */ Z(re, [["__scopeId", "data-v-2282bb8a"]]), ae = {
|
|
74
74
|
class: "menu-more-container",
|
|
75
75
|
"box-border": ""
|
|
76
|
-
},
|
|
76
|
+
}, ie = ["onClick"], le = /* @__PURE__ */ Q({
|
|
77
77
|
name: "More",
|
|
78
78
|
__name: "More",
|
|
79
79
|
props: {
|
|
@@ -98,7 +98,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
98
98
|
distance: -6
|
|
99
99
|
}), {
|
|
100
100
|
popper: f(() => [
|
|
101
|
-
s("div",
|
|
101
|
+
s("div", ae, [
|
|
102
102
|
(r(!0), M(U, null, k(l.items, (d, u) => {
|
|
103
103
|
var C;
|
|
104
104
|
return r(), B(K, {
|
|
@@ -107,7 +107,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
107
107
|
skidding: 150
|
|
108
108
|
}, {
|
|
109
109
|
default: f(() => {
|
|
110
|
-
var j, Y,
|
|
110
|
+
var j, Y, a;
|
|
111
111
|
return [
|
|
112
112
|
s("div", {
|
|
113
113
|
"cursor-pointer": "",
|
|
@@ -123,7 +123,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
123
123
|
"bg-[#fff] dark:bg-[var(--g-header-menu-active-bg)]!": u === l.activeIndex,
|
|
124
124
|
"is-dev": (j = d.meta) == null ? void 0 : j.isDev
|
|
125
125
|
}),
|
|
126
|
-
onClick: (
|
|
126
|
+
onClick: (i) => g(u, d)
|
|
127
127
|
}, [
|
|
128
128
|
(Y = d.meta) != null && Y.icon ? (r(), B(t(T), {
|
|
129
129
|
key: 0,
|
|
@@ -131,8 +131,8 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
131
131
|
size: "18px",
|
|
132
132
|
"mr-6px": ""
|
|
133
133
|
}, null, 8, ["name"])) : N("", !0),
|
|
134
|
-
s("span", null, O((
|
|
135
|
-
], 10,
|
|
134
|
+
s("span", null, O((a = d.meta) == null ? void 0 : a.title), 1)
|
|
135
|
+
], 10, ie)
|
|
136
136
|
];
|
|
137
137
|
}),
|
|
138
138
|
_: 2
|
|
@@ -147,7 +147,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
147
147
|
}, 16);
|
|
148
148
|
};
|
|
149
149
|
}
|
|
150
|
-
}), ue = /* @__PURE__ */ Z(le, [["__scopeId", "data-v-
|
|
150
|
+
}), ue = /* @__PURE__ */ Z(le, [["__scopeId", "data-v-40610ac2"]]), me = ["title", "onClick"], de = { class: "flex flex-row flex-1 items-center justify-center px-8px" }, pe = { class: "w-full flex-1 truncate text-center text-sm transition-height transition-opacity transition-width" }, Ae = {
|
|
151
151
|
relative: "",
|
|
152
152
|
"h-full": "",
|
|
153
153
|
"w-85px": "",
|
|
@@ -159,17 +159,17 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
159
159
|
__name: "index",
|
|
160
160
|
setup(S) {
|
|
161
161
|
const { settingsStore: o, menuStore: c, generateI18nTitle: g } = ee(), { switchTo: l } = te();
|
|
162
|
-
function x(
|
|
162
|
+
function x(a, i, e) {
|
|
163
163
|
let n;
|
|
164
|
-
return !
|
|
164
|
+
return !a && i || a && !e ? n = i : a && e && (n = e), n;
|
|
165
165
|
}
|
|
166
166
|
const F = z(), { width: d } = $(F), u = z(0), C = X(() => u.value === c.allMenus.length - 1);
|
|
167
|
-
function j(
|
|
168
|
-
const e =
|
|
169
|
-
l(e,
|
|
167
|
+
function j(a, i) {
|
|
168
|
+
const e = a + u.value + 1;
|
|
169
|
+
l(e, i);
|
|
170
170
|
}
|
|
171
171
|
function Y() {
|
|
172
|
-
const
|
|
172
|
+
const a = F.value, i = Array.from(a.children).at(0), e = i.clientWidth, n = Array.from(i.children), D = n.reduce((m, p) => m + p.clientWidth, 0);
|
|
173
173
|
let H = 0, A = 0;
|
|
174
174
|
if (D <= e)
|
|
175
175
|
A = n.length - 1;
|
|
@@ -193,7 +193,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
193
193
|
immediate: !0
|
|
194
194
|
}
|
|
195
195
|
);
|
|
196
|
-
}), (
|
|
196
|
+
}), (a, i) => (r(), M("div", {
|
|
197
197
|
ref_key: "menuRef",
|
|
198
198
|
ref: F,
|
|
199
199
|
class: "menu-container nothin"
|
|
@@ -218,7 +218,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
218
218
|
"is-cursor": (A = e.meta) == null ? void 0 : A.isDev
|
|
219
219
|
}, {
|
|
220
220
|
default: f(() => {
|
|
221
|
-
var m, p,
|
|
221
|
+
var m, p, b, h, P, y, v, I, R;
|
|
222
222
|
return [
|
|
223
223
|
e.children && e.children.length !== 0 || (m = e == null ? void 0 : e.meta) != null && m.isDev ? (r(), M("div", {
|
|
224
224
|
key: 0,
|
|
@@ -226,11 +226,11 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
226
226
|
"text-[var(--g-header-menu-active-color)]! bg-[var(--g-header-menu-active-bg)]!": n === t(c).actived,
|
|
227
227
|
"rounded-2": t(o).settings.menu.isRounded
|
|
228
228
|
}]),
|
|
229
|
-
title: t(g)((p = e.meta) == null ? void 0 : p.i18n, (
|
|
229
|
+
title: t(g)((p = e.meta) == null ? void 0 : p.i18n, (b = e.meta) == null ? void 0 : b.title),
|
|
230
230
|
onClick: (fe) => t(l)(n, e)
|
|
231
231
|
}, [
|
|
232
232
|
s("div", de, [
|
|
233
|
-
x(n === t(c).actived, (
|
|
233
|
+
x(n === t(c).actived, (h = e.meta) == null ? void 0 : h.icon, (P = e.meta) == null ? void 0 : P.activeIcon) ? (r(), B(t(T), {
|
|
234
234
|
key: 0,
|
|
235
235
|
name: x(n === t(c).actived, (y = e.meta) == null ? void 0 : y.icon, (v = e.meta) == null ? void 0 : v.activeIcon),
|
|
236
236
|
size: 18,
|
|
@@ -254,7 +254,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
254
254
|
}, {
|
|
255
255
|
default: f(() => [
|
|
256
256
|
s("div", Ae, [
|
|
257
|
-
|
|
257
|
+
i[0] || (i[0] = _(" 更多应用 ")),
|
|
258
258
|
E(t(ce), {
|
|
259
259
|
ml: "5px",
|
|
260
260
|
mr: "5px"
|