@pubinfo/core 2.0.0-beta.31 → 2.0.0-beta.33

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.
Files changed (124) hide show
  1. package/dist/{AppSetting-C1dyZ-8E.js → AppSetting-DhcdApoo.js} +17 -17
  2. 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
  3. package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +20 -0
  4. package/dist/HToggle-Di3WNnzE.js +34 -0
  5. package/dist/{PreferencesContent-DgycKl9e.js → PreferencesContent-BdSTTSM-.js} +6 -6
  6. package/dist/{SettingBreadcrumb-BlgX0ZNE.js → SettingBreadcrumb-ChQx96br.js} +8 -8
  7. package/dist/{SettingCopyright-FmqadL1w.js → SettingCopyright-CkMab5VK.js} +8 -8
  8. package/dist/{SettingEnableTransition-dzMgw8cN.js → SettingEnableTransition-BSXU87vT.js} +15 -15
  9. package/dist/{SettingHome-BwlXsTTt.js → SettingHome-DwioPezC.js} +13 -13
  10. package/dist/{SettingMenu-B5tHMS24.js → SettingMenu-yvKu7Yoq.js} +25 -25
  11. package/dist/{SettingMode-Bh0mvh66.js → SettingMode-C99ADNad.js} +6 -6
  12. package/dist/{SettingNavSearch-D4g24uwl.js → SettingNavSearch-mURLLetZ.js} +8 -8
  13. package/dist/{SettingOther-DwTtu6As.js → SettingOther-BGoSdp7a.js} +9 -9
  14. package/dist/{SettingPage-cDQXtwcG.js → SettingPage-Wwy5PtzC.js} +7 -7
  15. package/dist/{SettingTabbar-m8X7jEJH.js → SettingTabbar-C2ya4r4U.js} +9 -9
  16. package/dist/{SettingThemes-CX9ISeD_.js → SettingThemes-7oYUooGR.js} +27 -27
  17. package/dist/{SettingToolbar-ByLjBezg.js → SettingToolbar-A6OiGfAD.js} +5 -5
  18. package/dist/{SettingTopbar-o8wBZolp.js → SettingTopbar-GDEPltxm.js} +9 -9
  19. package/dist/{SettingWidthMode-Ux60mKiv.js → SettingWidthMode-qwkmTFIK.js} +15 -15
  20. package/dist/{TopThinMode-17GrCZdo.js → TopThinMode-BkmPN66X.js} +1 -1
  21. package/dist/{_...all_-6l5FWUkL.js → _...all_-CdjdWhUr.js} +5 -5
  22. package/dist/assets/styles/index.d.ts +3 -3
  23. package/dist/{colors-DiWJrScm.js → colors-7rGvqeKK.js} +1 -1
  24. package/dist/{index-CfasTv4x.js → index-BC-gcL8e.js} +4 -4
  25. package/dist/{index-Md7zV10q.js → index-C-6XxK2D.js} +5 -5
  26. package/dist/{index-bsi-FZDt.js → index-CgLD0zqO.js} +169 -169
  27. package/dist/{index-BmMbAV1Y.js → index-CtyzB2cq.js} +13 -13
  28. package/dist/{index-Ckgil96Y.js → index-Cw1uN5m-.js} +2 -2
  29. package/dist/{index-Be7jJtXg.js → index-DVUDANdM.js} +5 -5
  30. package/dist/{index-Dzwhw1L9.js → index-Dpq4uqWd.js} +22 -22
  31. package/dist/{index-DgpcBgWl.js → index-DuoLZ3r3.js} +4394 -4294
  32. package/dist/{index-De_ME_Ws.js → index-sYaQXYQC.js} +2 -2
  33. package/dist/index.js +4 -4
  34. 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
  35. package/dist/interface.d.ts +17 -2
  36. package/dist/layout/ui-kit/HDialog.vue.d.ts +1 -1
  37. package/dist/layout/ui-kit/HSlideover.vue.d.ts +1 -1
  38. package/dist/layout/ui-kit/HTooltip.vue.d.ts +1 -1
  39. package/dist/{menu-CC5544p-.js → menu-BL6hH6OM.js} +1862 -1856
  40. package/dist/{pick-CJo2YiT-.js → pick-CAmKymZJ.js} +1 -1
  41. package/dist/request.js +34 -32
  42. package/dist/stores/plugin/persist.d.ts +2 -2
  43. package/dist/style.css +3 -3
  44. package/package.json +25 -26
  45. package/src/assets/styles/globals.css +188 -0
  46. package/src/assets/styles/index.ts +3 -3
  47. package/src/assets/styles/nprogress.css +68 -0
  48. package/src/assets/styles/rbac.css +51 -0
  49. package/src/assets/styles/resources/utils.css +53 -0
  50. package/src/assets/styles/resources/variables.css +5 -0
  51. package/src/components/NotAllowed/index.vue +4 -6
  52. package/src/components/PassStrengthValidator/index.vue +33 -48
  53. package/src/components/PassStrengthValidator/rule.vue +13 -25
  54. package/src/components/PubinfoIcon/index.vue +4 -8
  55. package/src/composables/watchDiff.ts +1 -1
  56. package/src/create.ts +10 -3
  57. package/src/interface.ts +24 -2
  58. package/src/layout/Layout.vue +113 -161
  59. package/src/layout/components/Content/IframeView.vue +1 -2
  60. package/src/layout/components/Content/LinkView.vue +2 -2
  61. package/src/layout/components/Content/index.vue +1 -2
  62. package/src/layout/components/Copyright/index.vue +7 -8
  63. package/src/layout/components/Header/TopMode/More.vue +24 -32
  64. package/src/layout/components/Header/TopMode/NotCursor.vue +20 -29
  65. package/src/layout/components/Header/TopMode/index.vue +1 -1
  66. package/src/layout/components/Header/index.vue +118 -206
  67. package/src/layout/components/Logo/index.vue +4 -19
  68. package/src/layout/components/Menu/item.vue +16 -25
  69. package/src/layout/components/SettingBar/AppSetting.vue +11 -11
  70. package/src/layout/components/SettingBar/components/DayNightToggle.vue +26 -120
  71. package/src/layout/components/SettingBar/components/SettingEnableTransition.vue +111 -136
  72. package/src/layout/components/SettingBar/components/SettingMode.vue +78 -88
  73. package/src/layout/components/SettingBar/components/SettingThemes.vue +48 -85
  74. package/src/layout/components/SettingBar/components/SettingWidthMode.vue +63 -71
  75. package/src/layout/components/SettingBar/index.vue +29 -62
  76. package/src/layout/components/Sidebar/MainSidebar.vue +81 -126
  77. package/src/layout/components/Sidebar/SubSidebar.vue +50 -59
  78. package/src/layout/components/Tools/Breadcrumb/index.vue +6 -12
  79. package/src/layout/components/Tools/DayNightSwitch.vue +40 -63
  80. package/src/layout/components/Tools/Preferences/PreferencesContent.vue +210 -277
  81. package/src/layout/components/Tools/Search.vue +5 -5
  82. package/src/layout/components/Tools/index.vue +1 -1
  83. package/src/layout/components/Topbar/Tabbar/MoreAction.vue +98 -145
  84. package/src/layout/components/Topbar/Tabbar/index.vue +259 -395
  85. package/src/layout/components/Topbar/Toolbar/Favorites.vue +4 -4
  86. package/src/layout/components/Topbar/Toolbar/index.vue +39 -56
  87. package/src/layout/components/Topbar/index.vue +16 -19
  88. package/src/layout/composables/useContext.ts +1 -1
  89. package/src/layout/composables/useMenu.ts +1 -1
  90. package/src/layout/composables/useTabbar.ts +1 -1
  91. package/src/layout/composables/useTitle.ts +1 -1
  92. package/src/layout/provider.ts +1 -1
  93. package/src/layout/ui-kit/HDialog.vue +1 -1
  94. package/src/layout/ui-kit/HDivider.vue +6 -35
  95. package/src/layout/ui-kit/HSlideover.vue +1 -1
  96. package/src/layout/ui-kit/HToggle.vue +49 -93
  97. package/src/layout/ui-kit/HTooltip.vue +1 -1
  98. package/src/locales/index.ts +1 -1
  99. package/src/pages/personal/profile/index.vue +1 -1
  100. package/src/pages/system/[...all].vue +4 -6
  101. package/src/pages/system/change-organization/index.vue +23 -37
  102. package/src/pages/system/change-password/components/ChangePasswordForm/index.vue +1 -1
  103. package/src/pages/system/change-password/index.vue +16 -29
  104. package/src/pages/system/not-permission/index.vue +4 -6
  105. package/src/route/guard/basic.ts +1 -1
  106. package/src/route/routes.ts +1 -1
  107. package/src/stores/modules/favorites.ts +1 -1
  108. package/src/stores/modules/menu.ts +1 -1
  109. package/src/stores/modules/route.ts +2 -2
  110. package/src/stores/modules/settings.ts +7 -7
  111. package/src/stores/modules/user.ts +2 -2
  112. package/src/stores/plugin/persist.ts +3 -3
  113. package/src/stores/plugin/sideEffect/tabbarStorage.ts +1 -1
  114. package/src/utils/crypto.ts +1 -1
  115. package/types/auto-imports.d.ts +1 -1
  116. package/types/components.d.ts +1 -0
  117. package/types/vue-router.d.ts +8 -8
  118. package/dist/HDivider-DgXBhPr0.js +0 -21
  119. package/dist/HToggle-Cd71WKvG.js +0 -34
  120. package/src/assets/styles/globals.scss +0 -189
  121. package/src/assets/styles/nprogress.scss +0 -63
  122. package/src/assets/styles/rbac.scss +0 -61
  123. package/src/assets/styles/resources/utils.scss +0 -53
  124. 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 u } from "vue";
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.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-B3Eieo0k.js";
6
- import { T as j } from "./index-Ckgil96Y.js";
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), (d, i) => (n(), _("div", {
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(d.label), 1),
74
- r(s).user.orgId === d.orgId ? (n(), x(p, {
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
- u(" 当前使用组织 ")
79
+ d(" 当前使用组织 ")
80
80
  ])),
81
81
  _: 1,
82
82
  __: [0]
83
83
  })) : v("", !0),
84
- d.main ? (n(), x(p, {
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
- u(" 主组织 ")
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
- u(" 确定 ")
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
- u(" 返回 ")
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-9b12754a"]]);
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-CC5544p-.js";
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-DiWJrScm.js";
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.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-B3Eieo0k.js";
6
- import { P as I } from "./index-CfasTv4x.js";
7
- import { J, _ as O, M as X } from "./index-De_ME_Ws.js";
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-023a7e03"]]);
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-CC5544p-.js";
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.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-B3Eieo0k.js";
6
- import { u as ee, a as te } from "./index-DgpcBgWl.js";
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-d59c23e4"]]), ie = {
73
+ }), K = /* @__PURE__ */ Z(re, [["__scopeId", "data-v-2282bb8a"]]), ae = {
74
74
  class: "menu-more-container",
75
75
  "box-border": ""
76
- }, ae = ["onClick"], le = /* @__PURE__ */ Q({
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", ie, [
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, i;
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: (a) => g(u, d)
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((i = d.meta) == null ? void 0 : i.title), 1)
135
- ], 10, ae)
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-389f3e13"]]), 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 = {
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(i, a, e) {
162
+ function x(a, i, e) {
163
163
  let n;
164
- return !i && a || i && !e ? n = a : i && e && (n = e), n;
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(i, a) {
168
- const e = i + u.value + 1;
169
- l(e, a);
167
+ function j(a, i) {
168
+ const e = a + u.value + 1;
169
+ l(e, i);
170
170
  }
171
171
  function Y() {
172
- const i = F.value, a = Array.from(i.children).at(0), e = a.clientWidth, n = Array.from(a.children), D = n.reduce((m, p) => m + p.clientWidth, 0);
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
- }), (i, a) => (r(), M("div", {
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, h, b, P, y, v, I, R;
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, (h = e.meta) == null ? void 0 : h.title),
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, (b = e.meta) == null ? void 0 : b.icon, (P = e.meta) == null ? void 0 : P.activeIcon) ? (r(), B(t(T), {
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
- a[0] || (a[0] = _(" 更多应用 ")),
257
+ i[0] || (i[0] = _(" 更多应用 ")),
258
258
  E(t(ce), {
259
259
  ml: "5px",
260
260
  mr: "5px"