mamba-layout 0.31.0 → 0.33.0

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.js CHANGED
@@ -1,12 +1,12 @@
1
- import { getCurrentInstance as pt, readonly as mt, ref as B, computed as w, unref as f, onActivated as ht, onMounted as Ke, onUnmounted as Je, watch as se, defineComponent as D, openBlock as l, createElementBlock as v, normalizeClass as K, resolveComponent as L, Fragment as R, createBlock as k, resolveDynamicComponent as be, mergeProps as Oe, withCtx as C, createCommentVNode as I, createElementVNode as p, toDisplayString as E, renderList as J, withDirectives as gt, vShow as ft, createVNode as _, renderSlot as z, watchEffect as Fe, Transition as Me } from "vue";
2
- import { Fold as He, ArrowDown as Ae, Moon as vt, Sunny as yt, Expand as bt, User as At, ArrowLeft as _t, ArrowRight as fe, Clock as Ct } from "@element-plus/icons-vue";
3
- import { useRouter as Qe } from "vue-router";
4
- import { createI18n as wt } from "vue-i18n";
5
- function ue() {
6
- const n = pt();
7
- return n ? n.appContext.config.globalProperties.$route : null;
1
+ import { getCurrentInstance as lt, readonly as it, ref as R, computed as S, unref as g, onActivated as ct, onMounted as Re, onUnmounted as Ke, watch as ue, defineComponent as D, openBlock as l, createElementBlock as v, normalizeClass as F, resolveComponent as L, Fragment as J, createBlock as k, resolveDynamicComponent as Ce, mergeProps as Je, withCtx as _, createCommentVNode as I, createElementVNode as d, toDisplayString as E, renderList as H, withDirectives as ut, vShow as dt, createVNode as A, renderSlot as j, watchEffect as Oe, Transition as Me } from "vue";
2
+ import { Fold as Fe, ArrowDown as Se, Moon as pt, Sunny as mt, Expand as ht, User as gt, ArrowLeft as ft, ArrowRight as ye, Clock as vt } from "@element-plus/icons-vue";
3
+ import { useRouter as He } from "vue-router";
4
+ import { createI18n as yt } from "vue-i18n";
5
+ function re() {
6
+ const a = lt();
7
+ return a ? a.appContext.config.globalProperties.$route : null;
8
8
  }
9
- const St = 3600 * 24 * 7, _e = "UTC", ze = "timezone", Pt = [
9
+ const bt = 3600 * 24 * 7, we = "UTC", Qe = "timezone", At = [
10
10
  "UTC",
11
11
  "Asia/Shanghai",
12
12
  "Asia/Hong_Kong",
@@ -16,101 +16,101 @@ const St = 3600 * 24 * 7, _e = "UTC", ze = "timezone", Pt = [
16
16
  "Europe/Berlin",
17
17
  "America/New_York",
18
18
  "America/Los_Angeles"
19
- ], De = /* @__PURE__ */ new Map(), ge = () => {
19
+ ], De = /* @__PURE__ */ new Map(), ve = () => {
20
20
  try {
21
21
  return globalThis.localStorage;
22
22
  } catch {
23
23
  return;
24
24
  }
25
- }, W = {
26
- get(n, e = null) {
27
- const t = ge(), a = t == null ? void 0 : t.getItem(n.toUpperCase());
28
- if (!a) return e;
25
+ }, V = {
26
+ get(a, e = null) {
27
+ const t = ve(), n = t == null ? void 0 : t.getItem(a.toUpperCase());
28
+ if (!n) return e;
29
29
  try {
30
- const o = JSON.parse(a);
31
- if (o.expire === null || o.expire >= Date.now())
32
- return o.value;
33
- t == null || t.removeItem(n.toUpperCase());
30
+ const s = JSON.parse(n);
31
+ if (s.expire === null || s.expire >= Date.now())
32
+ return s.value;
33
+ t == null || t.removeItem(a.toUpperCase());
34
34
  } catch {
35
35
  return e;
36
36
  }
37
37
  return e;
38
38
  },
39
- set(n, e, t = St) {
40
- const a = ge(), o = {
39
+ set(a, e, t = bt) {
40
+ const n = ve(), s = {
41
41
  value: e,
42
42
  expire: t === null ? null : Date.now() + t * 1e3
43
43
  };
44
- a == null || a.setItem(n.toUpperCase(), JSON.stringify(o));
44
+ n == null || n.setItem(a.toUpperCase(), JSON.stringify(s));
45
45
  },
46
46
  clear() {
47
- var n;
48
- (n = ge()) == null || n.clear();
47
+ var a;
48
+ (a = ve()) == null || a.clear();
49
49
  }
50
- }, Tt = (n) => typeof n == "object" && n !== null, Ne = (n) => {
51
- if (!Tt(n) || Object.prototype.toString.call(n) !== "[object Object]") return !1;
52
- const e = Object.getPrototypeOf(n);
50
+ }, _t = (a) => typeof a == "object" && a !== null, Ne = (a) => {
51
+ if (!_t(a) || Object.prototype.toString.call(a) !== "[object Object]") return !1;
52
+ const e = Object.getPrototypeOf(a);
53
53
  return e === null || e === Object.prototype;
54
54
  };
55
- function Ze(n, e) {
56
- if (!Ne(n)) return e;
57
- if (!Ne(e)) return n;
58
- const t = n;
59
- return Object.keys(e).concat(Object.getOwnPropertySymbols(e)).forEach((a) => {
60
- t[a] = Ze(
61
- t[a],
62
- e[a]
55
+ function ze(a, e) {
56
+ if (!Ne(a)) return e;
57
+ if (!Ne(e)) return a;
58
+ const t = a;
59
+ return Object.keys(e).concat(Object.getOwnPropertySymbols(e)).forEach((n) => {
60
+ t[n] = ze(
61
+ t[n],
62
+ e[n]
63
63
  );
64
64
  }), t;
65
65
  }
66
- function je() {
67
- const n = typeof navigator > "u" ? "en-US" : navigator.language;
68
- return String(W.get("locale", n)).includes("zh") ? "zh-CN" : "en-US";
66
+ function Ze() {
67
+ const a = typeof navigator > "u" ? "en-US" : navigator.language;
68
+ return String(V.get("locale", a)).includes("zh") ? "zh-CN" : "en-US";
69
69
  }
70
- const Be = (n, e, t) => {
71
- var a;
72
- return ((a = e == null ? void 0 : e[t]) == null ? void 0 : a[n]) || "";
73
- }, V = (n, e, t = "") => {
74
- const a = n;
75
- return Be(e, a, je()) || t || Be(e, a, "en-US");
76
- }, re = (n = "") => n.replace(/【.*】/, ""), qe = (n, e, t) => {
77
- var a, o, s, r, c;
70
+ const Be = (a, e, t) => {
71
+ var n;
72
+ return ((n = e == null ? void 0 : e[t]) == null ? void 0 : n[a]) || "";
73
+ }, oe = (a, e, t = "") => {
74
+ const n = a;
75
+ return Be(e, n, Ze()) || t || Be(e, n, "en-US");
76
+ }, de = (a = "") => a.replace(/【.*】/, ""), je = (a, e, t) => {
77
+ var n, s, o, r, c;
78
78
  for (const h of e) {
79
- const i = ((a = h.path) == null ? void 0 : a.replace(/\/:(\w+)/g, "/([^/]+)")) || "", g = new RegExp(`^${i}$`);
80
- if (((o = h.path) == null ? void 0 : o.toLowerCase()) === n || g.test(n))
81
- return ((s = h.meta) == null ? void 0 : s.visible) === "0" && (t == null ? void 0 : t.path) || "";
79
+ const i = ((n = h.path) == null ? void 0 : n.replace(/\/:(\w+)/g, "/([^/]+)")) || "", m = new RegExp(`^${i}$`);
80
+ if (((s = h.path) == null ? void 0 : s.toLowerCase()) === a || m.test(a))
81
+ return ((o = h.meta) == null ? void 0 : o.visible) === "0" && (t == null ? void 0 : t.path) || "";
82
82
  if ((r = h.children) != null && r.length) {
83
- const m = qe(
84
- n,
83
+ const f = je(
84
+ a,
85
85
  h.children,
86
86
  ((c = h.meta) == null ? void 0 : c.visible) === "1" ? h : t
87
87
  );
88
- if (m) return m;
88
+ if (f) return f;
89
89
  }
90
90
  }
91
91
  return "";
92
- }, kt = (n, e) => {
93
- const t = n.resolve(e);
92
+ }, Ct = (a, e) => {
93
+ const t = a.resolve(e);
94
94
  if (!(t != null && t.name)) return !1;
95
- const a = String(t.name).split("-").filter((s) => !!s && s !== "index"), o = t.path.split("-").join("/").split("/").filter(Boolean);
96
- return a.length === o.length && a.every((s, r) => s === o[r]);
97
- }, ne = (n) => typeof n == "string" && Ye(n) ? n : "", Ye = (n) => {
95
+ const n = String(t.name).split("-").filter((o) => !!o && o !== "index"), s = t.path.split("-").join("/").split("/").filter(Boolean);
96
+ return n.length === s.length && n.every((o, r) => o === s[r]);
97
+ }, se = (a) => typeof a == "string" && qe(a) ? a : "", qe = (a) => {
98
98
  try {
99
- return new Intl.DateTimeFormat("en-US", { timeZone: n }).format(/* @__PURE__ */ new Date()), !0;
99
+ return new Intl.DateTimeFormat("en-US", { timeZone: a }).format(/* @__PURE__ */ new Date()), !0;
100
100
  } catch {
101
101
  return !1;
102
102
  }
103
- }, We = () => ne(Intl.DateTimeFormat().resolvedOptions().timeZone) || _e, Ce = B(
104
- ne(W.get(ze)) || We()
105
- ), It = () => mt(Ce);
106
- function Lt(n) {
107
- const e = ne(n);
108
- e && (Ce.value = e, W.set(ze, e, null));
103
+ }, Ye = () => se(Intl.DateTimeFormat().resolvedOptions().timeZone) || we, Pe = R(
104
+ se(V.get(Qe)) || Ye()
105
+ ), St = () => it(Pe);
106
+ function wt(a) {
107
+ const e = se(a);
108
+ e && (Pe.value = e, V.set(Qe, e, null));
109
109
  }
110
- const xt = (n) => {
111
- const e = ne(n) || _e, t = De.get(e);
110
+ const Pt = (a) => {
111
+ const e = se(a) || we, t = De.get(e);
112
112
  if (t) return t;
113
- const a = new Intl.DateTimeFormat("en-US", {
113
+ const n = new Intl.DateTimeFormat("en-US", {
114
114
  timeZone: e,
115
115
  year: "numeric",
116
116
  month: "2-digit",
@@ -120,108 +120,108 @@ const xt = (n) => {
120
120
  second: "2-digit",
121
121
  hourCycle: "h23"
122
122
  });
123
- return De.set(e, a), a;
124
- }, Et = (n, e) => xt(e).formatToParts(n).reduce((a, o) => (o.type !== "literal" && (a[o.type] = Number(o.value)), a), {}), Mt = (n, e = /* @__PURE__ */ new Date()) => {
125
- const t = ne(n) || _e, a = Et(e, t), o = Date.UTC(
126
- a.year || 0,
127
- (a.month || 1) - 1,
128
- a.day || 1,
129
- a.hour || 0,
130
- a.minute || 0,
131
- a.second || 0,
123
+ return De.set(e, n), n;
124
+ }, Tt = (a, e) => Pt(e).formatToParts(a).reduce((n, s) => (s.type !== "literal" && (n[s.type] = Number(s.value)), n), {}), kt = (a, e = /* @__PURE__ */ new Date()) => {
125
+ const t = se(a) || we, n = Tt(e, t), s = Date.UTC(
126
+ n.year || 0,
127
+ (n.month || 1) - 1,
128
+ n.day || 1,
129
+ n.hour || 0,
130
+ n.minute || 0,
131
+ n.second || 0,
132
132
  e.getMilliseconds()
133
133
  );
134
- return Math.round((o - e.getTime()) / 6e4);
135
- }, Xe = (n, e = /* @__PURE__ */ new Date()) => {
136
- const t = Mt(n, e), a = t >= 0 ? "+" : "-", o = Math.abs(t), s = Math.floor(o / 60), r = o % 60;
137
- return `UTC${a}${String(s).padStart(2, "0")}:${String(
134
+ return Math.round((s - e.getTime()) / 6e4);
135
+ }, We = (a, e = /* @__PURE__ */ new Date()) => {
136
+ const t = kt(a, e), n = t >= 0 ? "+" : "-", s = Math.abs(t), o = Math.floor(s / 60), r = s % 60;
137
+ return `UTC${n}${String(o).padStart(2, "0")}:${String(
138
138
  r
139
139
  ).padStart(2, "0")}`;
140
- }, Dt = (n, e = /* @__PURE__ */ new Date()) => `${n} (${Xe(n, e)})`, Nt = (n = /* @__PURE__ */ new Date()) => {
140
+ }, It = (a, e = /* @__PURE__ */ new Date()) => `${a} (${We(a, e)})`, Lt = (a = /* @__PURE__ */ new Date()) => {
141
141
  const e = new Set(
142
- [We(), ...Pt, Ce.value].filter(
143
- Ye
142
+ [Ye(), ...At, Pe.value].filter(
143
+ qe
144
144
  )
145
145
  );
146
146
  return Array.from(e).map((t) => {
147
- const a = Xe(t, n);
147
+ const n = We(t, a);
148
148
  return {
149
149
  value: t,
150
- label: `${t} (${a})`,
151
- offset: a
150
+ label: `${t} (${n})`,
151
+ offset: n
152
152
  };
153
153
  });
154
- }, G = B("light");
155
- function Ge() {
156
- const n = "theme", e = "(prefers-color-scheme: dark)", t = B(!1);
157
- let a = !1;
158
- const o = (u) => u === "dark" || u === "light" ? u : null, s = () => typeof window > "u" || typeof window.matchMedia != "function" ? "light" : window.matchMedia(e).matches ? "dark" : "light", r = (u) => {
159
- const A = o(W.get(n, null));
160
- return A ? (t.value = !0, A) : u || s();
161
- }, c = (u) => {
162
- typeof document > "u" || document.documentElement.classList.toggle("dark", u === "dark");
163
- }, h = (u) => {
164
- const A = r(u);
165
- return G.value = A, c(A), a = !0, A;
166
- }, i = (u, A) => {
167
- G.value = u, c(u), (A == null ? void 0 : A.persist) !== !1 && (W.set(n, u, null), t.value = !0);
168
- }, g = () => {
169
- i(G.value === "dark" ? "light" : "dark");
170
- }, y = (u) => {
171
- if (!a) {
172
- h(u);
154
+ }, ee = R("light");
155
+ function Xe() {
156
+ const a = "theme", e = "(prefers-color-scheme: dark)", t = R(!1);
157
+ let n = !1;
158
+ const s = (y) => y === "dark" || y === "light" ? y : null, o = () => typeof window > "u" || typeof window.matchMedia != "function" ? "light" : window.matchMedia(e).matches ? "dark" : "light", r = (y) => {
159
+ const C = s(V.get(a, null));
160
+ return C ? (t.value = !0, C) : y || o();
161
+ }, c = (y) => {
162
+ typeof document > "u" || document.documentElement.classList.toggle("dark", y === "dark");
163
+ }, h = (y) => {
164
+ const C = r(y);
165
+ return ee.value = C, c(C), n = !0, C;
166
+ }, i = (y, C) => {
167
+ ee.value = y, c(y), (C == null ? void 0 : C.persist) !== !1 && (V.set(a, y, null), t.value = !0);
168
+ }, m = () => {
169
+ i(ee.value === "dark" ? "light" : "dark");
170
+ }, p = (y) => {
171
+ if (!n) {
172
+ h(y);
173
173
  return;
174
174
  }
175
- !t.value && u && i(u, { persist: !1 });
176
- }, m = w(() => G.value === "dark");
175
+ !t.value && y && i(y, { persist: !1 });
176
+ }, f = S(() => ee.value === "dark");
177
177
  return {
178
- theme: G,
179
- isDark: m,
178
+ theme: ee,
179
+ isDark: f,
180
180
  initTheme: h,
181
181
  setTheme: i,
182
- toggleTheme: g,
183
- syncThemeFromSetting: y
182
+ toggleTheme: m,
183
+ syncThemeFromSetting: p
184
184
  };
185
185
  }
186
- const Bt = () => typeof location > "u" ? "" : location.href, Ve = (n) => (n == null ? void 0 : n.loginPath) || `/login?redirect=${encodeURIComponent(Bt())}`, de = (n) => {
187
- typeof location > "u" || (location.href = Ve(n));
188
- }, Rt = (n) => (n == null ? void 0 : n.userCenterPath) || "/usercenter/home", Ut = (n) => {
189
- var s;
190
- const e = n.themeColor, t = {};
186
+ const xt = () => typeof location > "u" ? "" : location.href, Ge = (a) => (a == null ? void 0 : a.loginPath) || `/login?redirect=${encodeURIComponent(xt())}`, pe = (a) => {
187
+ typeof location > "u" || (location.href = Ge(a));
188
+ }, Et = (a) => (a == null ? void 0 : a.userCenterPath) || "/usercenter/home", Mt = (a) => {
189
+ var o;
190
+ const e = a.themeColor, t = {};
191
191
  if (e)
192
192
  for (const r in e) {
193
193
  if (!e[r]) continue;
194
194
  const c = "--layout-" + r.replace(/([A-Z])/g, "-$1").toLocaleLowerCase();
195
- t[c] = e[r], r == "colorPrimary" && Kt(e[r]);
195
+ t[c] = e[r], r == "colorPrimary" && Dt(e[r]);
196
196
  }
197
- let a = document.getElementById("layout-style");
198
- a && ((s = a.parentNode) == null || s.removeChild(a)), a = document.createElement("style"), a.id = "layout-style", document.head.appendChild(a);
199
- const o = Object.keys(t).map((r) => r + ":" + t[r]).join(";");
200
- a.innerHTML = `html:root{${o}}`;
197
+ let n = document.getElementById("layout-style");
198
+ n && ((o = n.parentNode) == null || o.removeChild(n)), n = document.createElement("style"), n.id = "layout-style", document.head.appendChild(n);
199
+ const s = Object.keys(t).map((r) => r + ":" + t[r]).join(";");
200
+ n.innerHTML = `html:root{${s}}`;
201
201
  };
202
- function Kt(n) {
203
- var o;
202
+ function Dt(a) {
203
+ var s;
204
204
  let e = document.getElementById("primary-style");
205
- if (n == "theme-default" && e) {
206
- (o = e.parentNode) == null || o.removeChild(e);
205
+ if (a == "theme-default" && e) {
206
+ (s = e.parentNode) == null || s.removeChild(e);
207
207
  return;
208
208
  }
209
- const t = Jt(n);
209
+ const t = Nt(a);
210
210
  e || (e = document.createElement("style"), e.id = "primary-style", document.head.appendChild(e));
211
- const a = Object.keys(t).map((s) => s + ":" + t[s]).join(";");
212
- e.innerHTML = `html:root{${a}}`;
211
+ const n = Object.keys(t).map((o) => o + ":" + t[o]).join(";");
212
+ e.innerHTML = `html:root{${n}}`;
213
213
  }
214
- function Jt(n) {
214
+ function Nt(a) {
215
215
  var h;
216
- const e = ((h = n.match(/\d+/g)) == null ? void 0 : h.map(Number)) || [], [t, a, o] = e, s = `rgb(${t}, ${a}, ${o})`, r = (i) => {
217
- const g = i / 100, y = Math.min(255, t + (255 - t) * g), m = Math.min(255, a + (255 - a) * g), u = Math.min(255, o + (255 - o) * g);
218
- return `rgb(${y.toFixed(1)}, ${m.toFixed(1)}, ${u.toFixed(1)})`;
216
+ const e = ((h = a.match(/\d+/g)) == null ? void 0 : h.map(Number)) || [], [t, n, s] = e, o = `rgb(${t}, ${n}, ${s})`, r = (i) => {
217
+ const m = i / 100, p = Math.min(255, t + (255 - t) * m), f = Math.min(255, n + (255 - n) * m), y = Math.min(255, s + (255 - s) * m);
218
+ return `rgb(${p.toFixed(1)}, ${f.toFixed(1)}, ${y.toFixed(1)})`;
219
219
  }, c = (i) => {
220
- const g = 1 - i / 100;
221
- return `rgb(${Math.round(t * g)} ${Math.round(a * g)} ${Math.round(o * g)})`;
220
+ const m = 1 - i / 100;
221
+ return `rgb(${Math.round(t * m)} ${Math.round(n * m)} ${Math.round(s * m)})`;
222
222
  };
223
223
  return {
224
- "--el-color-primary": s,
224
+ "--el-color-primary": o,
225
225
  "--el-color-primary-light-3": r(30),
226
226
  "--el-color-primary-light-5": r(50),
227
227
  "--el-color-primary-light-7": r(70),
@@ -230,7 +230,7 @@ function Jt(n) {
230
230
  "--el-color-primary-dark-2": c(20)
231
231
  };
232
232
  }
233
- const ve = B({
233
+ const be = R({
234
234
  menus: [],
235
235
  layout: "classic",
236
236
  title: "",
@@ -238,123 +238,123 @@ const ve = B({
238
238
  tabs: "tab",
239
239
  pageType: "common"
240
240
  });
241
- function O() {
242
- return ve;
241
+ function Q() {
242
+ return be;
243
243
  }
244
- const Ot = (n) => {
245
- const e = O(), t = n && f(n) || {};
244
+ const Bt = (a) => {
245
+ const e = Q(), t = a && g(a) || {};
246
246
  if (!(e != null && e.value)) return t;
247
- ve.value = Ze(e.value, t);
248
- const { syncThemeFromSetting: a } = Ge();
249
- a(), Ut(ve.value);
250
- }, Ft = 1024, $e = B(), le = B([]), Y = B(), $ = B(""), ee = B(""), ie = B(""), te = O(), we = B(!0), Se = B(!1), Ht = B(), ce = () => {
251
- var n;
252
- return ((n = te.value.menus) == null ? void 0 : n.filter((e) => {
253
- var t;
254
- return ((t = e.meta) == null ? void 0 : t.appId) == ee.value;
255
- })) || [];
256
- }, et = (n, e, t = 0, a) => {
257
- var i, g, y, m;
258
- const o = ue();
259
- if (!o) return;
260
- const s = a ? [...a] : [], r = [], c = [];
261
- for (const u in n) {
262
- [...s], n[u];
263
- const A = ((i = o.meta) == null ? void 0 : i.parent) || o.path, T = ((g = n[u].path) == null ? void 0 : g.replace(/\/:(\w+)/g, "/([^/]+)")) || "", M = new RegExp(`^${T}$`);
264
- A == n[u].path ? r.push({ index: u, item: n[u] }) : M.test(A) && c.push({ index: u, item: n[u] });
265
- }
266
- const h = r.length > 0 ? r : c;
267
- if (h.length > 0) {
268
- const u = h[0], A = [...s];
269
- A[t] = u.item, Y.value = {
270
- ...u.item,
271
- paths: A.slice(0, t + 1)
272
- }, ee.value = ((y = u.item.meta) == null ? void 0 : y.appId) || "", $e.value = e;
273
- }
274
- for (const u in n)
275
- if (n[u].children && ((m = n[u].children) != null && m.length)) {
276
- const A = n[u].children || [], T = [...s];
277
- T[t] = n[u], et(A, n[u], t + 1, T);
247
+ be.value = ze(e.value, t);
248
+ const { syncThemeFromSetting: n } = Xe();
249
+ n(), Mt(be.value);
250
+ }, Ut = 1024, Ve = R(), le = R([]), G = R(), ne = R(""), ae = R(""), ie = R(""), te = Q(), Ae = R(!0), _e = R(!1), Rt = R(), Kt = () => {
251
+ const a = () => {
252
+ var o;
253
+ return ((o = te.value.menus) == null ? void 0 : o.filter((r) => {
254
+ var c;
255
+ return ((c = r.meta) == null ? void 0 : c.appId) == ae.value;
256
+ })) || [];
257
+ }, e = (o, r, c = 0, h) => {
258
+ var C, T, N, U;
259
+ const i = re();
260
+ if (!i) return;
261
+ const m = h ? [...h] : [], p = [], f = [];
262
+ for (const M in o) {
263
+ [...m], o[M];
264
+ const K = ((C = i.meta) == null ? void 0 : C.parent) || i.path, q = ((T = o[M].path) == null ? void 0 : T.replace(/\/:(\w+)/g, "/([^/]+)")) || "", he = new RegExp(`^${q}$`);
265
+ K == o[M].path ? p.push({ index: M, item: o[M] }) : he.test(K) && f.push({ index: M, item: o[M] });
278
266
  }
279
- ie.value = o.meta.parentPath || qe(
280
- o.path.toLowerCase(),
281
- te.value.menus || []
282
- ) || o.path, console.log(ie.value);
283
- }, tt = () => {
284
- var a, o, s, r, c, h, i, g, y, m;
285
- et(te.value.menus || []), ee.value || (ee.value = ((s = (o = (a = te.value.menus) == null ? void 0 : a.find((u) => {
286
- var A;
287
- return (A = u.path) == null ? void 0 : A.startsWith($.value);
288
- })) == null ? void 0 : o.meta) == null ? void 0 : s.appId) || "");
289
- const n = ((r = Y.value) == null ? void 0 : r.paths) || [], e = re(
290
- V(((h = (c = Y.value) == null ? void 0 : c.meta) == null ? void 0 : h.translations) || {}, "name")
291
- ), t = ((i = Y.value) == null ? void 0 : i.path) == ((g = n[1]) == null ? void 0 : g.path) ? "" : re(V(((m = (y = n[1]) == null ? void 0 : y.meta) == null ? void 0 : m.translations) || {}, "name"));
292
- document.title = e + (t ? ` - ${t}` : "");
293
- }, Re = () => {
294
- const n = ue();
295
- n && ($.value = "/" + (n.path.split("/").filter(Boolean).shift() || ""), tt(), le.value = ce());
296
- }, ye = () => {
297
- const n = window.innerWidth < Ft;
298
- Se.value = n, we.value = !n;
299
- };
300
- ye();
301
- const Qt = () => {
302
- const n = ue();
303
- se(
304
- () => $.value,
305
- () => void (le.value = ce())
306
- ), se(
307
- () => [n.path, te.value.menus],
267
+ const y = p.length > 0 ? p : f;
268
+ if (y.length > 0) {
269
+ const M = y[0], K = [...m];
270
+ K[c] = M.item, G.value = {
271
+ ...M.item,
272
+ paths: K.slice(0, c + 1)
273
+ }, ae.value = ((N = M.item.meta) == null ? void 0 : N.appId) || "", Ve.value = r;
274
+ }
275
+ for (const M in o)
276
+ if (o[M].children && ((U = o[M].children) != null && U.length)) {
277
+ const K = o[M].children || [], q = [...m];
278
+ q[c] = o[M], e(K, o[M], c + 1, q);
279
+ }
280
+ ie.value = i.meta.parentPath || je(
281
+ i.path.toLowerCase(),
282
+ te.value.menus || []
283
+ ) || i.path, console.log(ie.value);
284
+ }, t = () => {
285
+ var h, i, m, p, f, y, C, T, N, U;
286
+ e(te.value.menus || []), ae.value || (ae.value = ((m = (i = (h = te.value.menus) == null ? void 0 : h.find(
287
+ (M) => {
288
+ var K;
289
+ return (K = M.path) == null ? void 0 : K.startsWith(ne.value);
290
+ }
291
+ )) == null ? void 0 : i.meta) == null ? void 0 : m.appId) || "");
292
+ const o = ((p = G.value) == null ? void 0 : p.paths) || [], r = de(
293
+ oe(((y = (f = G.value) == null ? void 0 : f.meta) == null ? void 0 : y.translations) || {}, "name")
294
+ ), c = ((C = G.value) == null ? void 0 : C.path) == ((T = o[1]) == null ? void 0 : T.path) ? "" : de(oe(((U = (N = o[1]) == null ? void 0 : N.meta) == null ? void 0 : U.translations) || {}, "name"));
295
+ document.title = r + (c ? ` - ${c}` : "");
296
+ }, n = () => {
297
+ const o = re();
298
+ ne.value = "/" + (o.path.split("/").filter(Boolean).shift() || ""), t(), le.value = a();
299
+ }, s = () => {
300
+ const o = window.innerWidth < Ut;
301
+ _e.value = o, Ae.value = !o;
302
+ };
303
+ s(), n(), ct(() => {
304
+ n();
305
+ }), Re(() => {
306
+ window.addEventListener("resize", s);
307
+ }), Ke(() => {
308
+ window.removeEventListener("resize", s);
309
+ }), ue(
310
+ () => ne.value,
311
+ () => void (le.value = a())
312
+ ), ue(
313
+ () => [location.href, te.value.menus],
308
314
  () => {
309
- ie.value = "", Y.value = void 0, $.value = "/" + (n.path.split("/").filter(Boolean).shift() || ""), tt(), le.value = ce(), Se.value && (we.value = !1);
315
+ const o = re();
316
+ ie.value = "", G.value = void 0, ne.value = "/" + (o.path.split("/").filter(Boolean).shift() || ""), t(), le.value = a(), _e.value && (Ae.value = !1);
310
317
  }
311
318
  );
312
319
  };
313
- function H() {
314
- return Re(), ht(() => {
315
- Re();
316
- }), Ke(() => {
317
- window.addEventListener("resize", ye);
318
- }), Je(() => {
319
- window.removeEventListener("resize", ye);
320
- }), {
321
- watchRoute: Qt,
320
+ function z() {
321
+ return {
322
+ initLayoutState: Kt,
322
323
  menus: le,
323
- currentEndRoute: Y,
324
- currentTabPath: $,
325
- currentAppId: ee,
324
+ currentEndRoute: G,
325
+ currentTabPath: ne,
326
+ currentAppId: ae,
326
327
  defaultParentActive: ie,
327
- sideOpen: we,
328
- isMobile: Se,
329
- getMenus: ce,
330
- currentEndParentRoute: $e,
331
- leftScrollRef: Ht
328
+ sideOpen: Ae,
329
+ isMobile: _e,
330
+ currentEndParentRoute: Ve,
331
+ leftScrollRef: Rt
332
332
  };
333
333
  }
334
- const zt = { class: "menu-item-icon" }, Zt = ["innerHTML"], jt = /* @__PURE__ */ D({
334
+ const Jt = { class: "menu-item-icon" }, Ot = ["innerHTML"], Ft = /* @__PURE__ */ D({
335
335
  __name: "MenuItemIcon",
336
336
  props: {
337
337
  icon: { default: "metisicon-yingyong" }
338
338
  },
339
- setup(n) {
340
- const e = n, t = w(() => e.icon || "metisicon-yingyong"), a = /^\s*<svg[\s>]/i, o = /\son[a-z]+\s*=\s*("[^"]*"|'[^']*'|[^\s>]+)/gi, s = /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi, r = /\s(?:href|xlink:href)\s*=\s*("\s*javascript:[^"]*"|'\s*javascript:[^']*')/gi, c = (g) => !!g && a.test(g), h = (g) => !g || !c(g) ? "" : g.replace(s, "").replace(o, "").replace(r, ""), i = w(() => h(t.value));
341
- return (g, y) => (l(), v("div", zt, [
339
+ setup(a) {
340
+ const e = a, t = S(() => e.icon || "metisicon-yingyong"), n = /^\s*<svg[\s>]/i, s = /\son[a-z]+\s*=\s*("[^"]*"|'[^']*'|[^\s>]+)/gi, o = /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi, r = /\s(?:href|xlink:href)\s*=\s*("\s*javascript:[^"]*"|'\s*javascript:[^']*')/gi, c = (m) => !!m && n.test(m), h = (m) => !m || !c(m) ? "" : m.replace(o, "").replace(s, "").replace(r, ""), i = S(() => h(t.value));
341
+ return (m, p) => (l(), v("div", Jt, [
342
342
  c(t.value) ? (l(), v("span", {
343
343
  key: 0,
344
344
  class: "menu-item-icon__svg",
345
345
  innerHTML: i.value
346
- }, null, 8, Zt)) : (l(), v("i", {
346
+ }, null, 8, Ot)) : (l(), v("i", {
347
347
  key: 1,
348
- class: K(t.value)
348
+ class: F(t.value)
349
349
  }, null, 2))
350
350
  ]));
351
351
  }
352
- }), N = (n, e) => {
353
- const t = n.__vccOpts || n;
354
- for (const [a, o] of e)
355
- t[a] = o;
352
+ }), B = (a, e) => {
353
+ const t = a.__vccOpts || a;
354
+ for (const [n, s] of e)
355
+ t[n] = s;
356
356
  return t;
357
- }, nt = /* @__PURE__ */ N(jt, [["__scopeId", "data-v-ed060390"]]), qt = { key: 0 }, Yt = /* @__PURE__ */ D({
357
+ }, $e = /* @__PURE__ */ B(Ft, [["__scopeId", "data-v-ed060390"]]), Ht = { key: 0 }, Qt = /* @__PURE__ */ D({
358
358
  __name: "AsideSubMenuItem",
359
359
  props: {
360
360
  menu: {
@@ -366,62 +366,62 @@ const zt = { class: "menu-item-icon" }, Zt = ["innerHTML"], jt = /* @__PURE__ */
366
366
  default: 1
367
367
  }
368
368
  },
369
- setup(n) {
370
- const e = n, t = w(
369
+ setup(a) {
370
+ const e = a, t = S(
371
371
  () => {
372
372
  var i;
373
- return (i = e.menu.children) == null ? void 0 : i.filter((g) => {
374
- var y;
375
- return ((y = g.meta) == null ? void 0 : y.visible) != "0";
373
+ return (i = e.menu.children) == null ? void 0 : i.filter((m) => {
374
+ var p;
375
+ return ((p = m.meta) == null ? void 0 : p.visible) != "0";
376
376
  });
377
377
  }
378
- ), { defaultParentActive: a, currentTabPath: o } = H(), s = Qe(), r = w(() => {
378
+ ), { defaultParentActive: n, currentTabPath: s } = z(), o = He(), r = S(() => {
379
379
  var i;
380
- return e.level == 1 && !kt(s, e.menu.path || "") ? "div" : /^http/.test(e.menu.path || "") || !((i = e.menu.path) != null && i.startsWith(o.value)) ? "a" : "router-link";
381
- }), c = w(() => {
380
+ return e.level == 1 && !Ct(o, e.menu.path || "") ? "div" : /^http/.test(e.menu.path || "") || !((i = e.menu.path) != null && i.startsWith(s.value)) ? "a" : "router-link";
381
+ }), c = S(() => {
382
382
  var i;
383
- return /^http/.test(e.menu.path || "") || !((i = e.menu.path) != null && i.startsWith(o.value)) ? {
383
+ return /^http/.test(e.menu.path || "") || !((i = e.menu.path) != null && i.startsWith(s.value)) ? {
384
384
  href: e.menu.path || ""
385
385
  } : {
386
386
  to: e.menu.path || ""
387
387
  };
388
- }), h = w(
388
+ }), h = S(
389
389
  () => {
390
390
  var i;
391
391
  return String(e.menu.icon || ((i = e.menu.meta) == null ? void 0 : i.icon) || "metisicon-yingyong");
392
392
  }
393
393
  );
394
- return (i, g) => {
395
- var m, u;
396
- const y = L("AsideSubMenuItem", !0);
397
- return l(), v(R, null, [
398
- (l(), k(be(r.value), Oe({
394
+ return (i, m) => {
395
+ var f, y;
396
+ const p = L("AsideSubMenuItem", !0);
397
+ return l(), v(J, null, [
398
+ (l(), k(Ce(r.value), Je({
399
399
  class: ["pt-1 pb-1 pl-3 pr-3 flex items-center gap-2 rounded-md", [
400
- e.menu.path == f(a) ? "bg-[var(--ui-sidebar-active-bg,var(--el-fill-color))] text-[var(--ui-sidebar-active-fg)] font-medium" : "text-[var(--ui-sidebar-foreground)]",
401
- (m = t.value) != null && m.length ? " h-7" : " h-9.5 cursor-pointer hover:bg-[var(--ui-sidebar-hover-bg)]"
400
+ e.menu.path == g(n) ? "bg-[var(--ui-sidebar-active-bg,var(--el-fill-color))] text-[var(--ui-sidebar-active-fg)] font-medium" : "text-[var(--ui-sidebar-foreground)]",
401
+ (f = t.value) != null && f.length ? " h-7" : " h-9.5 cursor-pointer hover:bg-[var(--ui-sidebar-hover-bg)]"
402
402
  ]],
403
403
  style: { paddingLeft: "calc(var(--spacing) * 3)" }
404
404
  }, c.value), {
405
- default: C(() => {
406
- var A, T, M, F;
405
+ default: _(() => {
406
+ var C, T, N, U;
407
407
  return [
408
- (A = t.value) != null && A.length ? I("", !0) : (l(), k(nt, {
408
+ (C = t.value) != null && C.length ? I("", !0) : (l(), k($e, {
409
409
  key: 0,
410
410
  icon: h.value,
411
- class: K(["text-md", [
412
- e.menu.path == f(a) ? "opacity-100" : "opacity-60"
411
+ class: F(["text-md", [
412
+ e.menu.path == g(n) ? "opacity-100" : "opacity-60"
413
413
  ]])
414
414
  }, null, 8, ["icon", "class"])),
415
- p("div", {
416
- class: K(["truncate", (T = t.value) != null && T.length ? "text-xs text-gray-400" : ""])
417
- }, E(f(re)(f(V)(((F = (M = e.menu) == null ? void 0 : M.meta) == null ? void 0 : F.translations) || {}, "name"))), 3)
415
+ d("div", {
416
+ class: F(["truncate", (T = t.value) != null && T.length ? "text-xs text-gray-400" : ""])
417
+ }, E(g(de)(g(oe)(((U = (N = e.menu) == null ? void 0 : N.meta) == null ? void 0 : U.translations) || {}, "name"))), 3)
418
418
  ];
419
419
  }),
420
420
  _: 1
421
421
  }, 16, ["class"])),
422
- (u = t.value) != null && u.length ? (l(), v("div", qt, [
423
- (l(!0), v(R, null, J(t.value, (A, T) => (l(), k(y, {
424
- menu: A,
422
+ (y = t.value) != null && y.length ? (l(), v("div", Ht, [
423
+ (l(!0), v(J, null, H(t.value, (C, T) => (l(), k(p, {
424
+ menu: C,
425
425
  key: T,
426
426
  level: e.level + 1
427
427
  }, null, 8, ["menu", "level"]))), 128))
@@ -429,10 +429,10 @@ const zt = { class: "menu-item-icon" }, Zt = ["innerHTML"], jt = /* @__PURE__ */
429
429
  ], 64);
430
430
  };
431
431
  }
432
- }), Wt = { class: "h-full" }, Xt = {
432
+ }), zt = { class: "h-full" }, Zt = {
433
433
  key: 0,
434
434
  class: ""
435
- }, at = /* @__PURE__ */ D({
435
+ }, et = /* @__PURE__ */ D({
436
436
  __name: "AsideSubMenus",
437
437
  props: {
438
438
  menus: {
@@ -440,173 +440,173 @@ const zt = { class: "menu-item-icon" }, Zt = ["innerHTML"], jt = /* @__PURE__ */
440
440
  default: () => []
441
441
  }
442
442
  },
443
- setup(n) {
444
- const e = n;
445
- return (t, a) => {
446
- var o;
447
- return gt((l(), v("div", Wt, [
448
- (o = e.menus) != null && o.length ? (l(), v("div", Xt, [
449
- (l(!0), v(R, null, J(e.menus.filter((s) => {
443
+ setup(a) {
444
+ const e = a;
445
+ return (t, n) => {
446
+ var s;
447
+ return ut((l(), v("div", zt, [
448
+ (s = e.menus) != null && s.length ? (l(), v("div", Zt, [
449
+ (l(!0), v(J, null, H(e.menus.filter((o) => {
450
450
  var r;
451
- return ((r = s.meta) == null ? void 0 : r.visible) != "0";
452
- }), (s, r) => (l(), k(Yt, {
451
+ return ((r = o.meta) == null ? void 0 : r.visible) != "0";
452
+ }), (o, r) => (l(), k(Qt, {
453
453
  key: r,
454
- menu: s
454
+ menu: o
455
455
  }, null, 8, ["menu"]))), 128))
456
456
  ])) : I("", !0)
457
457
  ], 512)), [
458
- [ft, e.menus.length]
458
+ [dt, e.menus.length]
459
459
  ]);
460
460
  };
461
461
  }
462
- }), Gt = {
462
+ }), jt = {
463
463
  key: 0,
464
464
  class: "aside-bar__mobile-head flex justify-between items-center pt-4 pb-4 px-4"
465
- }, Vt = { class: "p-3" }, $t = /* @__PURE__ */ D({
465
+ }, qt = { class: "p-3" }, Yt = /* @__PURE__ */ D({
466
466
  __name: "AsideBar",
467
- setup(n) {
468
- const { menus: e, isMobile: t, sideOpen: a } = H(), o = () => void (a.value = !a.value);
469
- return (s, r) => {
467
+ setup(a) {
468
+ const { menus: e, isMobile: t, sideOpen: n } = z(), s = () => void (n.value = !n.value);
469
+ return (o, r) => {
470
470
  const c = L("el-icon"), h = L("el-scrollbar");
471
- return f(e).length && !s.$route.meta.hideSidebar ? (l(), v("div", {
471
+ return g(e).length && !o.$route.meta.hideSidebar ? (l(), v("div", {
472
472
  key: 0,
473
- class: K(["aside-bar flex flex-col h-full min-h-0 w-64 min-width-50", [
474
- f(t) ? "fixed top-0 left-0 z-200 transition-all" : "",
475
- f(a) ? "translate-x-[0px]" : "translate-x-[-100%]"
473
+ class: F(["aside-bar flex flex-col h-full min-h-0 w-64 min-width-50", [
474
+ g(t) ? "fixed top-0 left-0 z-200 transition-all" : "",
475
+ g(n) ? "translate-x-[0px]" : "translate-x-[-100%]"
476
476
  ]])
477
477
  }, [
478
- f(t) ? (l(), v("div", Gt, [
479
- p("div", {
478
+ g(t) ? (l(), v("div", jt, [
479
+ d("div", {
480
480
  class: "aside-bar__close text-lg cursor-pointer p-2 leading-4",
481
- onClick: o
481
+ onClick: s
482
482
  }, [
483
- _(c, null, {
484
- default: C(() => [
485
- _(f(He))
483
+ A(c, null, {
484
+ default: _(() => [
485
+ A(g(Fe))
486
486
  ]),
487
487
  _: 1
488
488
  })
489
489
  ])
490
490
  ])) : I("", !0),
491
- _(h, { ref: "leftScrollRef" }, {
492
- default: C(() => [
493
- p("div", Vt, [
494
- _(at, { menus: f(e) }, null, 8, ["menus"])
491
+ A(h, { ref: "leftScrollRef" }, {
492
+ default: _(() => [
493
+ d("div", qt, [
494
+ A(et, { menus: g(e) }, null, 8, ["menus"])
495
495
  ])
496
496
  ]),
497
497
  _: 1
498
498
  }, 512),
499
- z(s.$slots, "sidebar-foot", {}, void 0, !0)
499
+ j(o.$slots, "sidebar-foot", {}, void 0, !0)
500
500
  ], 2)) : I("", !0);
501
501
  };
502
502
  }
503
- }), en = /* @__PURE__ */ N($t, [["__scopeId", "data-v-ff960d0f"]]);
504
- function ot() {
505
- const n = O(), e = w(() => n.value.appList || []);
503
+ }), Wt = /* @__PURE__ */ B(Yt, [["__scopeId", "data-v-ff960d0f"]]);
504
+ function tt() {
505
+ const a = Q(), e = S(() => a.value.appList || []);
506
506
  return {
507
507
  appList: e,
508
- getAppPath: (o) => (o == null ? void 0 : o.path) || "",
509
- findAppById: (o) => {
510
- if (o)
511
- return st(e.value, o);
508
+ getAppPath: (s) => (s == null ? void 0 : s.path) || "",
509
+ findAppById: (s) => {
510
+ if (s)
511
+ return nt(e.value, s);
512
512
  }
513
513
  };
514
514
  }
515
- const st = (n, e) => n.reduce(
516
- (t, a) => t || (a.appId === e ? a : st(a.children || [], e)),
515
+ const nt = (a, e) => a.reduce(
516
+ (t, n) => t || (n.appId === e ? n : nt(n.children || [], e)),
517
517
  void 0
518
- ), tn = {
518
+ ), Xt = {
519
519
  key: 0,
520
520
  class: "app-select"
521
- }, nn = ["href"], an = {
521
+ }, Gt = ["href"], Vt = {
522
522
  key: 0,
523
523
  class: "app-select__dropdown"
524
- }, on = ["href"], sn = { class: "app-select__dropdown-icon text-xl" }, rn = { class: "app-select__dropdown-desc" }, ln = /* @__PURE__ */ D({
524
+ }, $t = ["href"], en = { class: "app-select__dropdown-icon text-xl" }, tn = { class: "app-select__dropdown-desc" }, nn = /* @__PURE__ */ D({
525
525
  __name: "AppSelect",
526
- setup(n) {
527
- const { currentAppId: e } = H(), { appList: t, getAppPath: a } = ot(), o = (s) => {
526
+ setup(a) {
527
+ const { currentAppId: e } = z(), { appList: t, getAppPath: n } = tt(), s = (o) => {
528
528
  var r;
529
- return e.value === s.appId || !!((r = s.children) != null && r.some((c) => c.appId === e.value));
529
+ return e.value === o.appId || !!((r = o.children) != null && r.some((c) => c.appId === e.value));
530
530
  };
531
- return (s, r) => {
531
+ return (o, r) => {
532
532
  var h;
533
533
  const c = L("el-icon");
534
- return (h = f(t)) != null && h.length ? (l(), v("div", tn, [
535
- (l(!0), v(R, null, J(f(t), (i) => {
536
- var g, y;
534
+ return (h = g(t)) != null && h.length ? (l(), v("div", Xt, [
535
+ (l(!0), v(J, null, H(g(t), (i) => {
536
+ var m, p;
537
537
  return l(), v("div", {
538
538
  key: i.appId,
539
539
  class: "app-select__group"
540
540
  }, [
541
- p("a", {
542
- class: K(["app-select__link", {
543
- "app-select__link--active": o(i)
541
+ d("a", {
542
+ class: F(["app-select__link", {
543
+ "app-select__link--active": s(i)
544
544
  }]),
545
- href: f(a)(i) || void 0
545
+ href: g(n)(i) || void 0
546
546
  }, [
547
- p("span", null, E(i.name), 1),
548
- (g = i.children) != null && g.length ? (l(), k(c, { key: 0 }, {
549
- default: C(() => [
550
- _(f(Ae))
547
+ d("span", null, E(i.name), 1),
548
+ (m = i.children) != null && m.length ? (l(), k(c, { key: 0 }, {
549
+ default: _(() => [
550
+ A(g(Se))
551
551
  ]),
552
552
  _: 1
553
553
  })) : I("", !0)
554
- ], 10, nn),
555
- (y = i.children) != null && y.length ? (l(), v("div", an, [
556
- (l(!0), v(R, null, J(i.children, (m) => (l(), v("a", {
557
- key: m.appId,
558
- class: K(["app-select__dropdown-item", {
559
- "app-select__dropdown-item--active": o(m)
554
+ ], 10, Gt),
555
+ (p = i.children) != null && p.length ? (l(), v("div", Vt, [
556
+ (l(!0), v(J, null, H(i.children, (f) => (l(), v("a", {
557
+ key: f.appId,
558
+ class: F(["app-select__dropdown-item", {
559
+ "app-select__dropdown-item--active": s(f)
560
560
  }]),
561
- href: f(a)(m) || void 0
561
+ href: g(n)(f) || void 0
562
562
  }, [
563
- p("span", sn, [
564
- p("i", {
565
- class: K(m.icon || "metisicon-moxingku")
563
+ d("span", en, [
564
+ d("i", {
565
+ class: F(f.icon || "metisicon-moxingku")
566
566
  }, null, 2)
567
567
  ]),
568
- p("div", null, [
569
- p("div", null, E(m.name), 1),
570
- p("div", rn, E(m.desc), 1)
568
+ d("div", null, [
569
+ d("div", null, E(f.name), 1),
570
+ d("div", tn, E(f.desc), 1)
571
571
  ])
572
- ], 10, on))), 128))
572
+ ], 10, $t))), 128))
573
573
  ])) : I("", !0)
574
574
  ]);
575
575
  }), 128))
576
576
  ])) : I("", !0);
577
577
  };
578
578
  }
579
- }), cn = /* @__PURE__ */ N(ln, [["__scopeId", "data-v-e2f5efb7"]]), un = /* @__PURE__ */ D({
579
+ }), an = /* @__PURE__ */ B(nn, [["__scopeId", "data-v-e2f5efb7"]]), on = /* @__PURE__ */ D({
580
580
  __name: "NavIconBtn",
581
581
  props: {
582
582
  tag: { default: "button" },
583
583
  type: { default: "button" },
584
584
  iconOnly: { type: Boolean, default: !0 }
585
585
  },
586
- setup(n) {
587
- return (e, t) => (l(), k(be(n.tag), {
588
- type: n.tag === "button" ? n.type : void 0,
589
- class: K(["nav-icon-btn", { "nav-icon-btn--icon-only": n.iconOnly }])
586
+ setup(a) {
587
+ return (e, t) => (l(), k(Ce(a.tag), {
588
+ type: a.tag === "button" ? a.type : void 0,
589
+ class: F(["nav-icon-btn", { "nav-icon-btn--icon-only": a.iconOnly }])
590
590
  }, {
591
- default: C(() => [
592
- z(e.$slots, "default", {}, void 0, !0)
591
+ default: _(() => [
592
+ j(e.$slots, "default", {}, void 0, !0)
593
593
  ]),
594
594
  _: 3
595
595
  }, 8, ["type", "class"]));
596
596
  }
597
- }), X = /* @__PURE__ */ N(un, [["__scopeId", "data-v-824bbddc"]]), dn = /* @__PURE__ */ D({
597
+ }), $ = /* @__PURE__ */ B(on, [["__scopeId", "data-v-824bbddc"]]), sn = /* @__PURE__ */ D({
598
598
  __name: "ThemeToggle",
599
- setup(n) {
600
- const e = O(), { theme: t, isDark: a, toggleTheme: o } = Ge();
601
- return Fe(() => {
599
+ setup(a) {
600
+ const e = Q(), { theme: t, isDark: n, toggleTheme: s } = Xe();
601
+ return Oe(() => {
602
602
  e.value.theme = t.value;
603
- }), (s, r) => {
603
+ }), (o, r) => {
604
604
  const c = L("el-icon");
605
- return l(), k(X, { onClick: f(o) }, {
606
- default: C(() => [
607
- _(c, null, {
608
- default: C(() => [
609
- f(a) ? (l(), k(f(yt), { key: 1 })) : (l(), k(f(vt), { key: 0 }))
605
+ return l(), k($, { onClick: g(s) }, {
606
+ default: _(() => [
607
+ A(c, null, {
608
+ default: _(() => [
609
+ g(n) ? (l(), k(g(mt), { key: 1 })) : (l(), k(g(pt), { key: 0 }))
610
610
  ]),
611
611
  _: 1
612
612
  })
@@ -615,7 +615,7 @@ const st = (n, e) => n.reduce(
615
615
  }, 8, ["onClick"]);
616
616
  };
617
617
  }
618
- }), rt = /* @__PURE__ */ N(dn, [["__scopeId", "data-v-e6ea60b7"]]), pn = {
618
+ }), at = /* @__PURE__ */ B(sn, [["__scopeId", "data-v-e6ea60b7"]]), rn = {
619
619
  label: {
620
620
  clickToChangeImage: "Click to change image"
621
621
  },
@@ -623,7 +623,7 @@ const st = (n, e) => n.reduce(
623
623
  uploadIng: "Uploading...",
624
624
  agreementTip1: "Terms of Service and Privacy Policy"
625
625
  }
626
- }, mn = {
626
+ }, ln = {
627
627
  label: {
628
628
  agreement: "I agree to",
629
629
  and: "and",
@@ -828,7 +828,7 @@ const st = (n, e) => n.reduce(
828
828
  loginHeroTitle: "Enterprise AI Platform for Model Services & Compute",
829
829
  loginHeroDesc: "Unified API access to multi-model routing, compute orchestration, and AI service operations, built for enterprise."
830
830
  }
831
- }, hn = {
831
+ }, cn = {
832
832
  btn: {
833
833
  agree: "Agree",
834
834
  disagree: "Disagree",
@@ -866,7 +866,7 @@ const st = (n, e) => n.reduce(
866
866
  },
867
867
  pleaseSelect: "Please select {0}",
868
868
  seeMore: "See More"
869
- }, gn = {
869
+ }, un = {
870
870
  notFound: {
871
871
  title: "Coming Soon!",
872
872
  description: "This page is under development. Please refresh the page or click the button below to return to the homepage.",
@@ -901,7 +901,7 @@ const st = (n, e) => n.reduce(
901
901
  folder: "folder",
902
902
  file: "file"
903
903
  }
904
- }, fn = {
904
+ }, dn = {
905
905
  label: {
906
906
  languageModel: "Language Model"
907
907
  },
@@ -1050,7 +1050,7 @@ const st = (n, e) => n.reduce(
1050
1050
  CNY: "Chinese Yuan",
1051
1051
  USD: "US Dollar"
1052
1052
  }
1053
- }, vn = {
1053
+ }, pn = {
1054
1054
  label: {},
1055
1055
  btn: {
1056
1056
  search: "Search",
@@ -1059,7 +1059,7 @@ const st = (n, e) => n.reduce(
1059
1059
  expand: "Expand"
1060
1060
  },
1061
1061
  msg: {}
1062
- }, yn = {
1062
+ }, mn = {
1063
1063
  label: {
1064
1064
  otherConfig: "Other Settings"
1065
1065
  },
@@ -1074,7 +1074,7 @@ const st = (n, e) => n.reduce(
1074
1074
  StaticPrefixInput: {
1075
1075
  notEmpty: "Cannot be empty"
1076
1076
  }
1077
- }, bn = {
1077
+ }, hn = {
1078
1078
  label: {},
1079
1079
  btn: {},
1080
1080
  msg: {
@@ -1090,17 +1090,17 @@ const st = (n, e) => n.reduce(
1090
1090
  charError: "Passwords must contain letters, numbers, and special symbols",
1091
1091
  charTypeError: "The password must contain at least three types: uppercase letters, lowercase letters, numbers, and special symbols"
1092
1092
  }
1093
- }, An = {
1093
+ }, gn = {
1094
1094
  name: "English",
1095
- common: hn,
1096
- account: pn,
1097
- admin: mn,
1098
- components: gn,
1099
- constant: fn,
1100
- filterBox: vn,
1101
- password: bn,
1102
- instanceForm: yn
1103
- }, _n = {
1095
+ common: cn,
1096
+ account: rn,
1097
+ admin: ln,
1098
+ components: un,
1099
+ constant: dn,
1100
+ filterBox: pn,
1101
+ password: hn,
1102
+ instanceForm: mn
1103
+ }, fn = {
1104
1104
  label: {
1105
1105
  clickToChangeImage: "点击更换图像"
1106
1106
  },
@@ -1108,7 +1108,7 @@ const st = (n, e) => n.reduce(
1108
1108
  uploadIng: "上传中...",
1109
1109
  agreementTip1: "服务协议及隐私保护"
1110
1110
  }
1111
- }, Cn = {
1111
+ }, vn = {
1112
1112
  label: {
1113
1113
  agreement: "我已同意",
1114
1114
  and: "和",
@@ -1311,7 +1311,7 @@ const st = (n, e) => n.reduce(
1311
1311
  loginHeroTitle: "泛 AI 聚合与分发服务",
1312
1312
  loginHeroDesc: "通过 API 调度,实现模型调用、AI 应用构建、数据与工具服务的在线分发与使用。"
1313
1313
  }
1314
- }, wn = {
1314
+ }, yn = {
1315
1315
  btn: {
1316
1316
  agree: "同意",
1317
1317
  disagree: "不同意",
@@ -1349,7 +1349,7 @@ const st = (n, e) => n.reduce(
1349
1349
  },
1350
1350
  pleaseSelect: "请选择{0}",
1351
1351
  seeMore: "查看更多"
1352
- }, Sn = {
1352
+ }, bn = {
1353
1353
  notFound: {
1354
1354
  title: "开发中,敬请期待!",
1355
1355
  description: "页面开发中,请刷新页面,或者点击下面的按钮返回主页.",
@@ -1384,7 +1384,7 @@ const st = (n, e) => n.reduce(
1384
1384
  folder: "文件夹",
1385
1385
  file: "文件"
1386
1386
  }
1387
- }, Pn = {
1387
+ }, An = {
1388
1388
  label: {
1389
1389
  languageModel: "语言模型"
1390
1390
  },
@@ -1533,7 +1533,7 @@ const st = (n, e) => n.reduce(
1533
1533
  CNY: "人民币",
1534
1534
  USD: "美元"
1535
1535
  }
1536
- }, Tn = {
1536
+ }, _n = {
1537
1537
  label: {},
1538
1538
  btn: {
1539
1539
  search: "搜索",
@@ -1542,7 +1542,7 @@ const st = (n, e) => n.reduce(
1542
1542
  expand: "展开"
1543
1543
  },
1544
1544
  msg: {}
1545
- }, kn = {
1545
+ }, Cn = {
1546
1546
  label: {
1547
1547
  otherConfig: "其他配置"
1548
1548
  },
@@ -1557,7 +1557,7 @@ const st = (n, e) => n.reduce(
1557
1557
  StaticPrefixInput: {
1558
1558
  notEmpty: "不能为空"
1559
1559
  }
1560
- }, In = {
1560
+ }, Sn = {
1561
1561
  label: {},
1562
1562
  btn: {},
1563
1563
  msg: {
@@ -1573,42 +1573,42 @@ const st = (n, e) => n.reduce(
1573
1573
  charError: "密码必须包含字母、数字、特殊符号",
1574
1574
  charTypeError: "密码必须包含至少以下三种(大写字母、小写字母、数字、特殊符号)"
1575
1575
  }
1576
- }, Ln = {
1576
+ }, wn = {
1577
1577
  name: "中文简体",
1578
- common: wn,
1579
- account: _n,
1580
- admin: Cn,
1581
- components: Sn,
1582
- constant: Pn,
1583
- filterBox: Tn,
1584
- password: In,
1585
- instanceForm: kn
1586
- }, oe = {
1587
- "en-US": An,
1588
- "zh-CN": Ln
1589
- }, pe = wt({
1590
- locale: je(),
1578
+ common: yn,
1579
+ account: fn,
1580
+ admin: vn,
1581
+ components: bn,
1582
+ constant: An,
1583
+ filterBox: _n,
1584
+ password: Sn,
1585
+ instanceForm: Cn
1586
+ }, ce = {
1587
+ "en-US": gn,
1588
+ "zh-CN": wn
1589
+ }, me = yt({
1590
+ locale: Ze(),
1591
1591
  fallbackLocale: "en-US",
1592
- messages: oe,
1592
+ messages: ce,
1593
1593
  legacy: !1
1594
- }), xn = {
1594
+ }), Pn = {
1595
1595
  key: 0,
1596
1596
  class: "language-select__current"
1597
- }, En = { class: "language-select__panel" }, Mn = ["onClick"], Dn = /* @__PURE__ */ D({
1597
+ }, Tn = { class: "language-select__panel" }, kn = ["onClick"], In = /* @__PURE__ */ D({
1598
1598
  __name: "LanguageSelect",
1599
1599
  props: {
1600
1600
  showLabel: { type: Boolean, default: !1 }
1601
1601
  },
1602
- setup(n) {
1603
- const { locale: e } = pe.global, t = w(
1604
- () => oe[e.value].name
1605
- ), a = Object.keys(oe).map((s) => ({
1606
- label: oe[s].name,
1607
- value: s
1608
- })), o = (s) => {
1609
- W.set("locale", s), location.reload();
1602
+ setup(a) {
1603
+ const { locale: e } = me.global, t = S(
1604
+ () => ce[e.value].name
1605
+ ), n = Object.keys(ce).map((o) => ({
1606
+ label: ce[o].name,
1607
+ value: o
1608
+ })), s = (o) => {
1609
+ V.set("locale", o), location.reload();
1610
1610
  };
1611
- return (s, r) => {
1611
+ return (o, r) => {
1612
1612
  const c = L("el-icon"), h = L("el-popover");
1613
1613
  return l(), k(h, {
1614
1614
  placement: "bottom",
@@ -1616,20 +1616,20 @@ const st = (n, e) => n.reduce(
1616
1616
  trigger: "hover",
1617
1617
  "popper-class": "top-language-popover"
1618
1618
  }, {
1619
- reference: C(() => [
1620
- _(X, {
1619
+ reference: _(() => [
1620
+ A($, {
1621
1621
  "langselect-toggle": "",
1622
1622
  tag: "div",
1623
1623
  class: "language-select",
1624
- "icon-only": !n.showLabel,
1624
+ "icon-only": !a.showLabel,
1625
1625
  title: t.value,
1626
1626
  "aria-label": t.value
1627
1627
  }, {
1628
- default: C(() => [
1629
- z(s.$slots, "prefix", {}, void 0, !0),
1630
- _(c, null, {
1631
- default: C(() => [...r[0] || (r[0] = [
1632
- p("svg", {
1628
+ default: _(() => [
1629
+ j(o.$slots, "prefix", {}, void 0, !0),
1630
+ A(c, null, {
1631
+ default: _(() => [...r[0] || (r[0] = [
1632
+ d("svg", {
1633
1633
  xmlns: "http://www.w3.org/2000/svg",
1634
1634
  width: "24",
1635
1635
  height: "24",
@@ -1643,24 +1643,24 @@ const st = (n, e) => n.reduce(
1643
1643
  "aria-hidden": "true",
1644
1644
  class: "lucide lucide-globe"
1645
1645
  }, [
1646
- p("circle", {
1646
+ d("circle", {
1647
1647
  cx: "12",
1648
1648
  cy: "12",
1649
1649
  r: "10"
1650
1650
  }),
1651
- p("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1652
- p("path", { d: "M2 12h20" })
1651
+ d("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1652
+ d("path", { d: "M2 12h20" })
1653
1653
  ], -1)
1654
1654
  ])]),
1655
1655
  _: 1
1656
1656
  }),
1657
- n.showLabel ? (l(), v("span", xn, E(t.value), 1)) : I("", !0),
1658
- n.showLabel ? (l(), k(c, {
1657
+ a.showLabel ? (l(), v("span", Pn, E(t.value), 1)) : I("", !0),
1658
+ a.showLabel ? (l(), k(c, {
1659
1659
  key: 1,
1660
1660
  class: "language-select__caret"
1661
1661
  }, {
1662
- default: C(() => [
1663
- _(f(Ae))
1662
+ default: _(() => [
1663
+ A(g(Se))
1664
1664
  ]),
1665
1665
  _: 1
1666
1666
  })) : I("", !0)
@@ -1668,55 +1668,55 @@ const st = (n, e) => n.reduce(
1668
1668
  _: 3
1669
1669
  }, 8, ["icon-only", "title", "aria-label"])
1670
1670
  ]),
1671
- default: C(() => [
1672
- p("div", En, [
1673
- (l(!0), v(R, null, J(f(a), (i) => (l(), v("div", {
1671
+ default: _(() => [
1672
+ d("div", Tn, [
1673
+ (l(!0), v(J, null, H(g(n), (i) => (l(), v("div", {
1674
1674
  key: i.value,
1675
- class: K(["language-select__option", { "language-select__option--active": i.value === f(e) }]),
1676
- onClick: (g) => o(i.value)
1677
- }, E(i.label), 11, Mn))), 128))
1675
+ class: F(["language-select__option", { "language-select__option--active": i.value === g(e) }]),
1676
+ onClick: (m) => s(i.value)
1677
+ }, E(i.label), 11, kn))), 128))
1678
1678
  ])
1679
1679
  ]),
1680
1680
  _: 3
1681
1681
  });
1682
1682
  };
1683
1683
  }
1684
- }), lt = /* @__PURE__ */ N(Dn, [["__scopeId", "data-v-48306ad1"]]), Nn = { class: "mobile-user-popover" }, Bn = ["href"], Rn = /* @__PURE__ */ D({
1684
+ }), ot = /* @__PURE__ */ B(In, [["__scopeId", "data-v-48306ad1"]]), Ln = { class: "mobile-user-popover" }, xn = ["href"], En = /* @__PURE__ */ D({
1685
1685
  __name: "AsideUserMobilePopover",
1686
- setup(n) {
1687
- const { t: e } = pe.global, t = O(), a = w(() => Rt(t.value)), o = () => {
1688
- var s, r;
1689
- Promise.resolve((r = (s = t.value).onLogout) == null ? void 0 : r.call(s)).finally(() => {
1690
- t.value.onLogout || de(t.value);
1686
+ setup(a) {
1687
+ const { t: e } = me.global, t = Q(), n = S(() => Et(t.value)), s = () => {
1688
+ var o, r;
1689
+ Promise.resolve((r = (o = t.value).onLogout) == null ? void 0 : r.call(o)).finally(() => {
1690
+ t.value.onLogout || pe(t.value);
1691
1691
  });
1692
1692
  };
1693
- return (s, r) => {
1693
+ return (o, r) => {
1694
1694
  const c = L("el-popover");
1695
1695
  return l(), k(c, {
1696
1696
  width: 220,
1697
1697
  trigger: "click",
1698
1698
  "popper-class": "top-userinfo-popover"
1699
1699
  }, {
1700
- reference: C(() => [
1701
- z(s.$slots, "reference", {}, void 0, !0)
1700
+ reference: _(() => [
1701
+ j(o.$slots, "reference", {}, void 0, !0)
1702
1702
  ]),
1703
- default: C(() => [
1704
- p("div", Nn, [
1705
- p("a", {
1706
- href: a.value,
1703
+ default: _(() => [
1704
+ d("div", Ln, [
1705
+ d("a", {
1706
+ href: n.value,
1707
1707
  class: "mobile-user-popover__item"
1708
1708
  }, [
1709
- r[0] || (r[0] = p("i", { class: "metisicon-yonghu1" }, null, -1)),
1710
- p("span", null, E(f(e)("admin.label.profile")), 1)
1711
- ], 8, Bn),
1712
- _(lt),
1713
- r[2] || (r[2] = p("div", { class: "mobile-user-popover__divider" }, null, -1)),
1714
- p("div", {
1709
+ r[0] || (r[0] = d("i", { class: "metisicon-yonghu1" }, null, -1)),
1710
+ d("span", null, E(g(e)("admin.label.profile")), 1)
1711
+ ], 8, xn),
1712
+ A(ot),
1713
+ r[2] || (r[2] = d("div", { class: "mobile-user-popover__divider" }, null, -1)),
1714
+ d("div", {
1715
1715
  class: "mobile-user-popover__item mobile-user-popover__item--danger",
1716
- onClick: o
1716
+ onClick: s
1717
1717
  }, [
1718
- r[1] || (r[1] = p("i", { class: "metisicon-exit-full" }, null, -1)),
1719
- p("span", null, E(f(e)("common.btn.logout")), 1)
1718
+ r[1] || (r[1] = d("i", { class: "metisicon-exit-full" }, null, -1)),
1719
+ d("span", null, E(g(e)("common.btn.logout")), 1)
1720
1720
  ])
1721
1721
  ])
1722
1722
  ]),
@@ -1724,115 +1724,115 @@ const st = (n, e) => n.reduce(
1724
1724
  });
1725
1725
  };
1726
1726
  }
1727
- }), it = /* @__PURE__ */ N(Rn, [["__scopeId", "data-v-87e082b1"]]), Un = { class: "header-right-mobile" }, Kn = /* @__PURE__ */ D({
1727
+ }), st = /* @__PURE__ */ B(En, [["__scopeId", "data-v-87e082b1"]]), Mn = { class: "header-right-mobile" }, Dn = /* @__PURE__ */ D({
1728
1728
  __name: "HeaderRightMobile",
1729
- setup(n) {
1730
- const e = O(), t = w(
1729
+ setup(a) {
1730
+ const e = Q(), t = S(
1731
1731
  () => {
1732
- var o, s;
1733
- return !!((o = e.value.user) != null && o.id || (s = e.value.user) != null && s.userId);
1732
+ var s, o;
1733
+ return !!((s = e.value.user) != null && s.id || (o = e.value.user) != null && o.userId);
1734
1734
  }
1735
- ), a = () => {
1736
- var o, s;
1737
- (s = (o = e.value).onLogin) != null && s.call(o) || de(e.value);
1735
+ ), n = () => {
1736
+ var s, o;
1737
+ (o = (s = e.value).onLogin) != null && o.call(s) || pe(e.value);
1738
1738
  };
1739
- return (o, s) => (l(), v("div", Un, [
1740
- _(rt),
1741
- t.value ? (l(), k(it, { key: 0 }, {
1742
- reference: C(() => [
1743
- _(X, { class: "header-right-mobile__action" }, {
1744
- default: C(() => [...s[0] || (s[0] = [
1745
- p("i", { class: "metisicon-yonghu1" }, null, -1)
1739
+ return (s, o) => (l(), v("div", Mn, [
1740
+ A(at),
1741
+ t.value ? (l(), k(st, { key: 0 }, {
1742
+ reference: _(() => [
1743
+ A($, { class: "header-right-mobile__action" }, {
1744
+ default: _(() => [...o[0] || (o[0] = [
1745
+ d("i", { class: "metisicon-yonghu1" }, null, -1)
1746
1746
  ])]),
1747
1747
  _: 1
1748
1748
  })
1749
1749
  ]),
1750
1750
  _: 1
1751
- })) : (l(), k(X, {
1751
+ })) : (l(), k($, {
1752
1752
  key: 1,
1753
1753
  class: "header-right-mobile__action",
1754
- onClick: a
1754
+ onClick: n
1755
1755
  }, {
1756
- default: C(() => [...s[1] || (s[1] = [
1757
- p("i", { class: "metisicon-yonghu1" }, null, -1)
1756
+ default: _(() => [...o[1] || (o[1] = [
1757
+ d("i", { class: "metisicon-yonghu1" }, null, -1)
1758
1758
  ])]),
1759
1759
  _: 1
1760
1760
  }))
1761
1761
  ]));
1762
1762
  }
1763
- }), Jn = /* @__PURE__ */ N(Kn, [["__scopeId", "data-v-48792b0a"]]), On = ["aria-label", "aria-expanded"], Fn = { class: "mobile-menu-toggle__icon" }, Hn = /* @__PURE__ */ D({
1763
+ }), Nn = /* @__PURE__ */ B(Dn, [["__scopeId", "data-v-48792b0a"]]), Bn = ["aria-label", "aria-expanded"], Un = { class: "mobile-menu-toggle__icon" }, Rn = /* @__PURE__ */ D({
1764
1764
  __name: "MobileMenuToggle",
1765
- setup(n) {
1766
- const { sideOpen: e } = H(), t = () => {
1765
+ setup(a) {
1766
+ const { sideOpen: e } = z(), t = () => {
1767
1767
  e.value = !e.value;
1768
1768
  };
1769
- return (a, o) => {
1770
- const s = L("el-icon");
1769
+ return (n, s) => {
1770
+ const o = L("el-icon");
1771
1771
  return l(), v("button", {
1772
1772
  type: "button",
1773
1773
  class: "mobile-menu-toggle",
1774
- "aria-label": f(e) ? "Close menu" : "Open menu",
1775
- "aria-expanded": f(e),
1774
+ "aria-label": g(e) ? "Close menu" : "Open menu",
1775
+ "aria-expanded": g(e),
1776
1776
  onClick: t
1777
1777
  }, [
1778
- p("div", Fn, [
1779
- _(s, null, {
1780
- default: C(() => [
1781
- _(f(bt))
1778
+ d("div", Un, [
1779
+ A(o, null, {
1780
+ default: _(() => [
1781
+ A(g(ht))
1782
1782
  ]),
1783
1783
  _: 1
1784
1784
  })
1785
1785
  ])
1786
- ], 8, On);
1786
+ ], 8, Bn);
1787
1787
  };
1788
1788
  }
1789
- }), Qn = /* @__PURE__ */ N(Hn, [["__scopeId", "data-v-b1a4f38a"]]), zn = {
1789
+ }), Kn = /* @__PURE__ */ B(Rn, [["__scopeId", "data-v-b1a4f38a"]]), Jn = {
1790
1790
  key: 0,
1791
1791
  class: "user-avatar__fallback"
1792
- }, Zn = /* @__PURE__ */ D({
1792
+ }, On = /* @__PURE__ */ D({
1793
1793
  __name: "UserAvatar",
1794
1794
  props: {
1795
1795
  src: { default: "" },
1796
1796
  name: { default: "" }
1797
1797
  },
1798
- setup(n) {
1799
- const e = n, t = B(!1), a = w(() => e.name.trim()), o = w(
1800
- () => a.value.charAt(0).toUpperCase() || "U"
1801
- ), s = w(() => a.value || "User avatar"), r = w(() => e.src.trim()), c = w(
1798
+ setup(a) {
1799
+ const e = a, t = R(!1), n = S(() => e.name.trim()), s = S(
1800
+ () => n.value.charAt(0).toUpperCase() || "U"
1801
+ ), o = S(() => n.value || "User avatar"), r = S(() => e.src.trim()), c = S(
1802
1802
  () => !r.value || t.value
1803
- ), h = w(
1804
- () => c.value && !!a.value
1805
- ), i = w(
1806
- () => c.value && !a.value
1807
- ), g = w(
1803
+ ), h = S(
1804
+ () => c.value && !!n.value
1805
+ ), i = S(
1806
+ () => c.value && !n.value
1807
+ ), m = S(
1808
1808
  () => r.value && !t.value ? r.value : void 0
1809
1809
  );
1810
- se(
1810
+ ue(
1811
1811
  () => e.src,
1812
1812
  () => {
1813
1813
  t.value = !1;
1814
1814
  }
1815
1815
  );
1816
- const y = () => {
1816
+ const p = () => {
1817
1817
  t.value = !0;
1818
1818
  };
1819
- return (m, u) => {
1820
- const A = L("el-icon"), T = L("el-avatar");
1821
- return l(), k(T, Oe(m.$attrs, {
1822
- src: g.value,
1823
- "data-src": g.value,
1824
- alt: s.value,
1819
+ return (f, y) => {
1820
+ const C = L("el-icon"), T = L("el-avatar");
1821
+ return l(), k(T, Je(f.$attrs, {
1822
+ src: m.value,
1823
+ "data-src": m.value,
1824
+ alt: o.value,
1825
1825
  class: ["user-avatar", { "user-avatar--fallback": c.value }],
1826
- onError: y
1826
+ onError: p
1827
1827
  }), {
1828
- default: C(() => [
1829
- h.value ? (l(), v("span", zn, E(o.value), 1)) : i.value ? (l(), k(A, {
1828
+ default: _(() => [
1829
+ h.value ? (l(), v("span", Jn, E(s.value), 1)) : i.value ? (l(), k(C, {
1830
1830
  key: 1,
1831
1831
  class: "user-avatar__icon",
1832
1832
  "aria-hidden": "true"
1833
1833
  }, {
1834
- default: C(() => [
1835
- _(f(At))
1834
+ default: _(() => [
1835
+ A(g(gt))
1836
1836
  ]),
1837
1837
  _: 1
1838
1838
  })) : I("", !0)
@@ -1841,17 +1841,17 @@ const st = (n, e) => n.reduce(
1841
1841
  }, 16, ["src", "data-src", "alt", "class"]);
1842
1842
  };
1843
1843
  }
1844
- }), Ue = /* @__PURE__ */ N(Zn, [["__scopeId", "data-v-50be58a7"]]), jn = {
1844
+ }), Ue = /* @__PURE__ */ B(On, [["__scopeId", "data-v-50be58a7"]]), Fn = {
1845
1845
  key: 0,
1846
1846
  class: "layout-breadcrumb text-xs",
1847
1847
  "aria-label": "Breadcrumb"
1848
- }, qn = ["aria-label", "title"], Yn = {
1848
+ }, Hn = ["aria-label", "title"], Qn = {
1849
1849
  key: 1,
1850
1850
  class: "flex min-w-0 items-center gap-1"
1851
- }, Wn = ["href"], Xn = ["onClick"], Gn = {
1851
+ }, zn = ["href"], Zn = ["onClick"], jn = {
1852
1852
  key: 3,
1853
1853
  class: "layout-breadcrumb__current"
1854
- }, Vn = /* @__PURE__ */ D({
1854
+ }, qn = /* @__PURE__ */ D({
1855
1855
  __name: "LayoutBreadcrumb",
1856
1856
  props: {
1857
1857
  items: { default: void 0 },
@@ -1863,207 +1863,207 @@ const st = (n, e) => n.reduce(
1863
1863
  backTo: { default: void 0 },
1864
1864
  backLabel: { default: "返回" }
1865
1865
  },
1866
- setup(n) {
1867
- const e = n, t = ue(), a = Qe(), o = O(), s = H(), r = w(() => {
1866
+ setup(a) {
1867
+ const e = a, t = re(), n = He(), s = Q(), o = z(), r = S(() => {
1868
1868
  var Te, ke, Ie, Le, xe, Ee;
1869
1869
  if ((Te = e.items) != null && Te.length)
1870
- return e.items.filter((q) => q.title);
1871
- const d = T(t.path), b = T(
1870
+ return e.items.filter((X) => X.title);
1871
+ const u = T(t.path), b = T(
1872
1872
  ((ke = t.meta) == null ? void 0 : ke.parent) || ((Ie = t.meta) == null ? void 0 : Ie.parentPath) || t.path
1873
- ), S = c(), P = (xe = (Le = s == null ? void 0 : s.currentEndRoute) == null ? void 0 : Le.value) == null ? void 0 : xe.paths, x = h(P || []);
1874
- let U = x.length ? x : m(S, b);
1875
- const he = T(
1873
+ ), w = c(), P = (xe = (Le = o == null ? void 0 : o.currentEndRoute) == null ? void 0 : Le.value) == null ? void 0 : xe.paths, x = h(P || []);
1874
+ let O = x.length ? x : f(w, b);
1875
+ const fe = T(
1876
1876
  e.parentPath || ((Ee = t.meta) == null ? void 0 : Ee.parentPath) || ""
1877
1877
  );
1878
- if (!U.length && he && (U = m(S, he)), !U.length) {
1879
- const q = he || u(d, S);
1880
- U = q ? m(S, q) : [];
1878
+ if (!O.length && fe && (O = f(w, fe)), !O.length) {
1879
+ const X = fe || y(u, w);
1880
+ O = X ? f(w, X) : [];
1881
1881
  }
1882
- const Z = U.map(i).filter((q) => q.title), Q = Z[Z.length - 1], j = y();
1883
- return e.showCurrent && j && M(Q == null ? void 0 : Q.path) !== M(d) ? Z.push({
1884
- title: j,
1885
- path: d,
1882
+ const Y = O.map(i).filter((X) => X.title), Z = Y[Y.length - 1], W = p();
1883
+ return e.showCurrent && W && N(Z == null ? void 0 : Z.path) !== N(u) ? Y.push({
1884
+ title: W,
1885
+ path: u,
1886
1886
  disabled: !0
1887
- }) : j && Q && M(Q.path) === M(d) && (Q.title = j, Q.disabled = !0), !Z.length && j && Z.push({
1888
- title: j,
1889
- path: d,
1887
+ }) : W && Z && N(Z.path) === N(u) && (Z.title = W, Z.disabled = !0), !Y.length && W && Y.push({
1888
+ title: W,
1889
+ path: u,
1890
1890
  disabled: !0
1891
- }), Z;
1891
+ }), Y;
1892
1892
  }), c = () => {
1893
- const d = [], b = /* @__PURE__ */ new Set();
1894
- return (o.value.menus || []).forEach((S) => {
1893
+ const u = [], b = /* @__PURE__ */ new Set();
1894
+ return (s.value.menus || []).forEach((w) => {
1895
1895
  var x;
1896
- const P = S.path || S.name || JSON.stringify(((x = S.meta) == null ? void 0 : x.translations) || {});
1897
- !P || b.has(P) || (b.add(P), d.push(S));
1898
- }), d;
1899
- }, h = (d) => d.filter((b) => {
1900
- var S;
1901
- return b && ((S = b.meta) == null ? void 0 : S.visible) !== "0";
1902
- }), i = (d) => {
1896
+ const P = w.path || w.name || JSON.stringify(((x = w.meta) == null ? void 0 : x.translations) || {});
1897
+ !P || b.has(P) || (b.add(P), u.push(w));
1898
+ }), u;
1899
+ }, h = (u) => u.filter((b) => {
1900
+ var w;
1901
+ return b && ((w = b.meta) == null ? void 0 : w.visible) !== "0";
1902
+ }), i = (u) => {
1903
1903
  var b;
1904
1904
  return {
1905
- title: g(d),
1906
- path: d.path,
1907
- disabled: ((b = d.meta) == null ? void 0 : b.visible) === "0",
1908
- children: d.children
1905
+ title: m(u),
1906
+ path: u.path,
1907
+ disabled: ((b = u.meta) == null ? void 0 : b.visible) === "0",
1908
+ children: u.children
1909
1909
  };
1910
- }, g = (d) => {
1911
- var S;
1912
- return ((S = d == null ? void 0 : d.meta) != null && S.translations ? re(V(d.meta.translations, "name", d.name)) : "") || (d == null ? void 0 : d.title) || (d == null ? void 0 : d.name) || "";
1913
- }, y = () => {
1914
- var d;
1915
- return e.currentTitle ? e.currentTitle : typeof ((d = t.meta) == null ? void 0 : d.title) == "string" ? t.meta.title : String(t.params.id || t.params.tenantId || "");
1916
- }, m = (d, b, S = []) => {
1910
+ }, m = (u) => {
1911
+ var w;
1912
+ return ((w = u == null ? void 0 : u.meta) != null && w.translations ? de(oe(u.meta.translations, "name", u.name)) : "") || (u == null ? void 0 : u.title) || (u == null ? void 0 : u.name) || "";
1913
+ }, p = () => {
1914
+ var u;
1915
+ return e.currentTitle ? e.currentTitle : typeof ((u = t.meta) == null ? void 0 : u.title) == "string" ? t.meta.title : String(t.params.id || t.params.tenantId || "");
1916
+ }, f = (u, b, w = []) => {
1917
1917
  if (!b) return [];
1918
- for (const P of d) {
1919
- const x = [...S, P];
1920
- if (A(P.path, b))
1918
+ for (const P of u) {
1919
+ const x = [...w, P];
1920
+ if (C(P.path, b))
1921
1921
  return h(x);
1922
- const U = m(P.children || [], b, x);
1923
- if (U.length) return U;
1922
+ const O = f(P.children || [], b, x);
1923
+ if (O.length) return O;
1924
1924
  }
1925
1925
  return [];
1926
- }, u = (d, b) => {
1927
- const S = d.split("/").filter(Boolean);
1928
- for (let P = S.length - 1; P > 0; P -= 1) {
1929
- const x = `/${S.slice(0, P).join("/")}`;
1930
- if (m(b, x).length) return x;
1926
+ }, y = (u, b) => {
1927
+ const w = u.split("/").filter(Boolean);
1928
+ for (let P = w.length - 1; P > 0; P -= 1) {
1929
+ const x = `/${w.slice(0, P).join("/")}`;
1930
+ if (f(b, x).length) return x;
1931
1931
  }
1932
1932
  return "";
1933
- }, A = (d = "", b = "") => {
1934
- const S = M(d), P = M(b);
1935
- if (!S || !P) return !1;
1936
- if (S === P) return !0;
1937
- const x = S.replace(/\/:(\w+)/g, "/([^/]+)");
1933
+ }, C = (u = "", b = "") => {
1934
+ const w = N(u), P = N(b);
1935
+ if (!w || !P) return !1;
1936
+ if (w === P) return !0;
1937
+ const x = w.replace(/\/:(\w+)/g, "/([^/]+)");
1938
1938
  return new RegExp(`^${x}$`, "i").test(P);
1939
- }, T = (d = "") => d ? d.split("?")[0].split("#")[0] : "", M = (d = "") => (T(d).replace(/\/+$/, "") || "/").toLowerCase(), F = (d) => /^https?:\/\//.test(d.path || ""), ae = (d) => {
1939
+ }, T = (u = "") => u ? u.split("?")[0].split("#")[0] : "", N = (u = "") => (T(u).replace(/\/+$/, "") || "/").toLowerCase(), U = (u) => /^https?:\/\//.test(u.path || ""), M = (u) => {
1940
1940
  var b;
1941
- return !!((b = d.children) != null && b.some((S) => !S.disabled));
1942
- }, Pe = (d, b) => d.disabled || b === r.value.length - 1 || !d.path ? !1 : F(d) || !ae(d), ct = (d) => {
1943
- const b = d.to || me(d);
1944
- b && a.push(b);
1945
- }, ut = () => {
1941
+ return !!((b = u.children) != null && b.some((w) => !w.disabled));
1942
+ }, K = (u, b) => u.disabled || b === r.value.length - 1 || !u.path ? !1 : U(u) || !M(u), q = (u) => {
1943
+ const b = u.to || ge(u);
1944
+ b && n.push(b);
1945
+ }, he = () => {
1946
1946
  var b;
1947
1947
  if (e.backTo) {
1948
- a.push(e.backTo);
1948
+ n.push(e.backTo);
1949
1949
  return;
1950
1950
  }
1951
- if ((b = a.options.history.state) != null && b.back && window.history.length > 1) {
1952
- a.back();
1951
+ if ((b = n.options.history.state) != null && b.back && window.history.length > 1) {
1952
+ n.back();
1953
1953
  return;
1954
1954
  }
1955
- const d = dt();
1956
- d && a.push(d);
1957
- }, dt = () => {
1958
- var S, P;
1959
- const d = e.parentPath || ((S = t.meta) == null ? void 0 : S.parentPath) || ((P = t.meta) == null ? void 0 : P.parent) || "";
1960
- if (d)
1961
- return me({ path: d });
1955
+ const u = rt();
1956
+ u && n.push(u);
1957
+ }, rt = () => {
1958
+ var w, P;
1959
+ const u = e.parentPath || ((w = t.meta) == null ? void 0 : w.parentPath) || ((P = t.meta) == null ? void 0 : P.parent) || "";
1960
+ if (u)
1961
+ return ge({ path: u });
1962
1962
  const b = r.value[r.value.length - 2];
1963
1963
  if (b != null && b.to) return b.to;
1964
- if (b != null && b.path && !F(b))
1965
- return me(b);
1966
- }, me = (d) => {
1967
- if (!d.path) return;
1968
- const b = e.preserveQueryKeys.reduce((S, P) => {
1964
+ if (b != null && b.path && !U(b))
1965
+ return ge(b);
1966
+ }, ge = (u) => {
1967
+ if (!u.path) return;
1968
+ const b = e.preserveQueryKeys.reduce((w, P) => {
1969
1969
  const x = t.query[P];
1970
- return typeof x == "string" && (S[P] = x), Array.isArray(x) && (S[P] = x.filter(
1971
- (U) => typeof U == "string"
1972
- )), S;
1970
+ return typeof x == "string" && (w[P] = x), Array.isArray(x) && (w[P] = x.filter(
1971
+ (O) => typeof O == "string"
1972
+ )), w;
1973
1973
  }, {});
1974
- return Object.keys(b).length ? { path: d.path, query: b } : { path: d.path };
1974
+ return Object.keys(b).length ? { path: u.path, query: b } : { path: u.path };
1975
1975
  };
1976
- return (d, b) => {
1977
- const S = L("el-icon");
1978
- return e.showBack || r.value.length ? (l(), v("nav", jn, [
1976
+ return (u, b) => {
1977
+ const w = L("el-icon");
1978
+ return e.showBack || r.value.length ? (l(), v("nav", Fn, [
1979
1979
  e.showBack ? (l(), v("button", {
1980
1980
  key: 0,
1981
1981
  class: "layout-breadcrumb__back",
1982
1982
  type: "button",
1983
1983
  "aria-label": e.backLabel,
1984
1984
  title: e.backLabel,
1985
- onClick: ut
1985
+ onClick: he
1986
1986
  }, [
1987
- _(S, null, {
1988
- default: C(() => [
1989
- _(f(_t))
1987
+ A(w, null, {
1988
+ default: _(() => [
1989
+ A(g(ft))
1990
1990
  ]),
1991
1991
  _: 1
1992
1992
  })
1993
- ], 8, qn)) : I("", !0),
1994
- r.value.length ? (l(), v("ol", Yn, [
1995
- (l(!0), v(R, null, J(r.value, (P, x) => (l(), v("li", {
1993
+ ], 8, Hn)) : I("", !0),
1994
+ r.value.length ? (l(), v("ol", Qn, [
1995
+ (l(!0), v(J, null, H(r.value, (P, x) => (l(), v("li", {
1996
1996
  key: `${P.path || P.title}-${x}`,
1997
1997
  class: "flex min-w-0 items-center gap-1"
1998
1998
  }, [
1999
- x > 0 ? (l(), k(S, {
1999
+ x > 0 ? (l(), k(w, {
2000
2000
  key: 0,
2001
2001
  class: "layout-breadcrumb__separator"
2002
2002
  }, {
2003
- default: C(() => [
2004
- _(f(fe))
2003
+ default: _(() => [
2004
+ A(g(ye))
2005
2005
  ]),
2006
2006
  _: 1
2007
2007
  })) : I("", !0),
2008
- F(P) && Pe(P, x) ? (l(), v("a", {
2008
+ U(P) && K(P, x) ? (l(), v("a", {
2009
2009
  key: 1,
2010
2010
  class: "layout-breadcrumb__link",
2011
2011
  href: P.path
2012
- }, E(P.title), 9, Wn)) : Pe(P, x) ? (l(), v("button", {
2012
+ }, E(P.title), 9, zn)) : K(P, x) ? (l(), v("button", {
2013
2013
  key: 2,
2014
2014
  class: "layout-breadcrumb__link",
2015
2015
  type: "button",
2016
- onClick: (U) => ct(P)
2017
- }, E(P.title), 9, Xn)) : (l(), v("span", Gn, E(P.title), 1))
2016
+ onClick: (O) => q(P)
2017
+ }, E(P.title), 9, Zn)) : (l(), v("span", jn, E(P.title), 1))
2018
2018
  ]))), 128))
2019
2019
  ])) : I("", !0)
2020
2020
  ])) : I("", !0);
2021
2021
  };
2022
2022
  }
2023
- }), Ga = /* @__PURE__ */ N(Vn, [["__scopeId", "data-v-399c6ece"]]), $n = {
2023
+ }), ja = /* @__PURE__ */ B(qn, [["__scopeId", "data-v-399c6ece"]]), Yn = {
2024
2024
  key: 0,
2025
2025
  class: "timezone-select__current"
2026
- }, ea = { class: "timezone-select__panel" }, ta = ["onClick"], na = { class: "timezone-select__name" }, aa = { class: "timezone-select__offset" }, oa = /* @__PURE__ */ D({
2026
+ }, Wn = { class: "timezone-select__panel" }, Xn = ["onClick"], Gn = { class: "timezone-select__name" }, Vn = { class: "timezone-select__offset" }, $n = /* @__PURE__ */ D({
2027
2027
  __name: "TimezoneSelect",
2028
2028
  props: {
2029
2029
  showLabel: { type: Boolean, default: !1 }
2030
2030
  },
2031
- setup(n) {
2032
- const e = It(), t = B(!1), a = w(() => e.value), o = w(() => Nt()), s = w(() => Dt(a.value)), r = (c) => {
2033
- Lt(c), t.value = !1;
2031
+ setup(a) {
2032
+ const e = St(), t = R(!1), n = S(() => e.value), s = S(() => Lt()), o = S(() => It(n.value)), r = (c) => {
2033
+ wt(c), t.value = !1;
2034
2034
  };
2035
2035
  return (c, h) => {
2036
- const i = L("el-icon"), g = L("el-popover");
2037
- return l(), k(g, {
2036
+ const i = L("el-icon"), m = L("el-popover");
2037
+ return l(), k(m, {
2038
2038
  visible: t.value,
2039
- "onUpdate:visible": h[0] || (h[0] = (y) => t.value = y),
2039
+ "onUpdate:visible": h[0] || (h[0] = (p) => t.value = p),
2040
2040
  placement: "bottom",
2041
2041
  width: 280,
2042
2042
  trigger: "hover",
2043
2043
  "popper-class": "top-timezone-popover"
2044
2044
  }, {
2045
- reference: C(() => [
2046
- _(X, {
2045
+ reference: _(() => [
2046
+ A($, {
2047
2047
  tag: "div",
2048
2048
  class: "timezone-select",
2049
- "icon-only": !n.showLabel,
2050
- title: s.value,
2051
- "aria-label": s.value
2049
+ "icon-only": !a.showLabel,
2050
+ title: o.value,
2051
+ "aria-label": o.value
2052
2052
  }, {
2053
- default: C(() => [
2054
- _(i, null, {
2055
- default: C(() => [
2056
- _(f(Ct))
2053
+ default: _(() => [
2054
+ A(i, null, {
2055
+ default: _(() => [
2056
+ A(g(vt))
2057
2057
  ]),
2058
2058
  _: 1
2059
2059
  }),
2060
- n.showLabel ? (l(), v("span", $n, E(a.value), 1)) : I("", !0),
2061
- n.showLabel ? (l(), k(i, {
2060
+ a.showLabel ? (l(), v("span", Yn, E(n.value), 1)) : I("", !0),
2061
+ a.showLabel ? (l(), k(i, {
2062
2062
  key: 1,
2063
2063
  class: "timezone-select__caret"
2064
2064
  }, {
2065
- default: C(() => [
2066
- _(f(Ae))
2065
+ default: _(() => [
2066
+ A(g(Se))
2067
2067
  ]),
2068
2068
  _: 1
2069
2069
  })) : I("", !0)
@@ -2071,117 +2071,117 @@ const st = (n, e) => n.reduce(
2071
2071
  _: 1
2072
2072
  }, 8, ["icon-only", "title", "aria-label"])
2073
2073
  ]),
2074
- default: C(() => [
2075
- p("div", ea, [
2076
- (l(!0), v(R, null, J(o.value, (y) => (l(), v("button", {
2077
- key: y.value,
2074
+ default: _(() => [
2075
+ d("div", Wn, [
2076
+ (l(!0), v(J, null, H(s.value, (p) => (l(), v("button", {
2077
+ key: p.value,
2078
2078
  type: "button",
2079
- class: K(["timezone-select__option", {
2080
- "timezone-select__option--active": y.value === a.value
2079
+ class: F(["timezone-select__option", {
2080
+ "timezone-select__option--active": p.value === n.value
2081
2081
  }]),
2082
- onClick: (m) => r(y.value)
2082
+ onClick: (f) => r(p.value)
2083
2083
  }, [
2084
- p("span", na, E(y.value), 1),
2085
- p("span", aa, E(y.offset), 1)
2086
- ], 10, ta))), 128))
2084
+ d("span", Gn, E(p.value), 1),
2085
+ d("span", Vn, E(p.offset), 1)
2086
+ ], 10, Xn))), 128))
2087
2087
  ])
2088
2088
  ]),
2089
2089
  _: 1
2090
2090
  }, 8, ["visible"]);
2091
2091
  };
2092
2092
  }
2093
- }), Va = /* @__PURE__ */ N(oa, [["__scopeId", "data-v-e62f5f2d"]]), sa = { class: "user-info__panel" }, ra = { class: "user-info__profile" }, la = { class: "user-info__profile-main" }, ia = ["title"], ca = ["title"], ua = { class: "user-info__meta" }, da = { class: "user-info__meta-label" }, pa = ["title"], ma = ["href"], ha = /* @__PURE__ */ D({
2093
+ }), qa = /* @__PURE__ */ B($n, [["__scopeId", "data-v-e62f5f2d"]]), ea = { class: "user-info__panel" }, ta = { class: "user-info__profile" }, na = { class: "user-info__profile-main" }, aa = ["title"], oa = ["title"], sa = { class: "user-info__meta" }, ra = { class: "user-info__meta-label" }, la = ["title"], ia = ["href"], ca = /* @__PURE__ */ D({
2094
2094
  __name: "UserInfo",
2095
- setup(n) {
2096
- const { t: e } = pe.global, t = O(), a = w(() => t.value.user || {}), o = w(() => t.value.accountMenu || []), s = w(
2095
+ setup(a) {
2096
+ const { t: e } = me.global, t = Q(), n = S(() => t.value.user || {}), s = S(() => t.value.accountMenu || []), o = S(
2097
2097
  () => {
2098
- var h, i, g, y;
2099
- return ((h = a.value) == null ? void 0 : h.name) || ((i = a.value) == null ? void 0 : i.username) || ((g = a.value) == null ? void 0 : g.email) || ((y = a.value) == null ? void 0 : y.userId) || "User";
2098
+ var h, i, m, p;
2099
+ return ((h = n.value) == null ? void 0 : h.name) || ((i = n.value) == null ? void 0 : i.username) || ((m = n.value) == null ? void 0 : m.email) || ((p = n.value) == null ? void 0 : p.userId) || "User";
2100
2100
  }
2101
- ), r = w(
2101
+ ), r = S(
2102
2102
  () => {
2103
- var h, i, g;
2103
+ var h, i, m;
2104
2104
  return [
2105
- { label: e("admin.label.userName"), value: (h = a.value) == null ? void 0 : h.username },
2106
- { label: e("admin.label.email"), value: (i = a.value) == null ? void 0 : i.email },
2107
- { label: e("admin.label.userId"), value: (g = a.value) == null ? void 0 : g.userId }
2108
- ].filter((y) => !!y.value);
2105
+ { label: e("admin.label.userName"), value: (h = n.value) == null ? void 0 : h.username },
2106
+ { label: e("admin.label.email"), value: (i = n.value) == null ? void 0 : i.email },
2107
+ { label: e("admin.label.userId"), value: (m = n.value) == null ? void 0 : m.userId }
2108
+ ].filter((p) => !!p.value);
2109
2109
  }
2110
2110
  ), c = () => {
2111
2111
  var h, i;
2112
2112
  Promise.resolve((i = (h = t.value).onLogout) == null ? void 0 : i.call(h)).finally(() => {
2113
- t.value.onLogout || de(t.value);
2113
+ t.value.onLogout || pe(t.value);
2114
2114
  });
2115
2115
  };
2116
2116
  return (h, i) => {
2117
- const g = L("el-popover");
2118
- return l(), k(g, {
2117
+ const m = L("el-popover");
2118
+ return l(), k(m, {
2119
2119
  width: 280,
2120
2120
  trigger: "hover",
2121
2121
  "popper-class": "top-userinfo-popover"
2122
2122
  }, {
2123
- reference: C(() => [
2124
- _(f(Ue), {
2123
+ reference: _(() => [
2124
+ A(g(Ue), {
2125
2125
  class: "user-info__trigger ml-2",
2126
- src: a.value.avatar,
2127
- name: s.value
2126
+ src: n.value.avatar,
2127
+ name: o.value
2128
2128
  }, null, 8, ["src", "name"])
2129
2129
  ]),
2130
- default: C(() => {
2131
- var y;
2130
+ default: _(() => {
2131
+ var p;
2132
2132
  return [
2133
- p("div", sa, [
2134
- p("div", ra, [
2135
- _(f(Ue), {
2133
+ d("div", ea, [
2134
+ d("div", ta, [
2135
+ A(g(Ue), {
2136
2136
  class: "user-info__profile-avatar",
2137
- src: a.value.avatar,
2138
- name: s.value
2137
+ src: n.value.avatar,
2138
+ name: o.value
2139
2139
  }, null, 8, ["src", "name"]),
2140
- p("div", la, [
2141
- p("div", {
2140
+ d("div", na, [
2141
+ d("div", {
2142
2142
  class: "user-info__display-name",
2143
- title: s.value
2144
- }, E(s.value), 9, ia),
2145
- (y = a.value) != null && y.username ? (l(), v("div", {
2143
+ title: o.value
2144
+ }, E(o.value), 9, aa),
2145
+ (p = n.value) != null && p.username ? (l(), v("div", {
2146
2146
  key: 0,
2147
2147
  class: "user-info__username",
2148
- title: a.value.username
2149
- }, " @" + E(a.value.username), 9, ca)) : I("", !0)
2148
+ title: n.value.username
2149
+ }, " @" + E(n.value.username), 9, oa)) : I("", !0)
2150
2150
  ])
2151
2151
  ]),
2152
- p("div", ua, [
2153
- (l(!0), v(R, null, J(r.value, (m) => (l(), v("div", {
2154
- key: m.label,
2152
+ d("div", sa, [
2153
+ (l(!0), v(J, null, H(r.value, (f) => (l(), v("div", {
2154
+ key: f.label,
2155
2155
  class: "user-info__meta-row"
2156
2156
  }, [
2157
- p("span", da, E(m.label), 1),
2158
- p("span", {
2157
+ d("span", ra, E(f.label), 1),
2158
+ d("span", {
2159
2159
  class: "user-info__meta-value",
2160
- title: m.value
2161
- }, E(m.value), 9, pa)
2160
+ title: f.value
2161
+ }, E(f.value), 9, la)
2162
2162
  ]))), 128))
2163
2163
  ]),
2164
- i[1] || (i[1] = p("div", { class: "user-info__divider" }, null, -1)),
2165
- (l(!0), v(R, null, J(o.value, (m, u) => {
2166
- var A, T;
2164
+ i[1] || (i[1] = d("div", { class: "user-info__divider" }, null, -1)),
2165
+ (l(!0), v(J, null, H(s.value, (f, y) => {
2166
+ var C, T;
2167
2167
  return l(), v("a", {
2168
- key: u,
2169
- href: m.path,
2168
+ key: y,
2169
+ href: f.path,
2170
2170
  class: "user-info__item"
2171
2171
  }, [
2172
- _(nt, {
2173
- icon: m.icon || ((A = m.meta) == null ? void 0 : A.icon)
2172
+ A($e, {
2173
+ icon: f.icon || ((C = f.meta) == null ? void 0 : C.icon)
2174
2174
  }, null, 8, ["icon"]),
2175
- p("span", null, E(f(V)(((T = m.meta) == null ? void 0 : T.translations) || {}, "name", m.name)), 1)
2176
- ], 8, ma);
2175
+ d("span", null, E(g(oe)(((T = f.meta) == null ? void 0 : T.translations) || {}, "name", f.name)), 1)
2176
+ ], 8, ia);
2177
2177
  }), 128)),
2178
- i[2] || (i[2] = p("div", { class: "user-info__divider" }, null, -1)),
2179
- p("div", {
2178
+ i[2] || (i[2] = d("div", { class: "user-info__divider" }, null, -1)),
2179
+ d("div", {
2180
2180
  class: "user-info__item user-info__item--danger",
2181
2181
  onClick: c
2182
2182
  }, [
2183
- i[0] || (i[0] = p("i", { class: "metisicon-exit-full" }, null, -1)),
2184
- p("span", null, E(f(e)("common.btn.logout")), 1)
2183
+ i[0] || (i[0] = d("i", { class: "metisicon-exit-full" }, null, -1)),
2184
+ d("span", null, E(g(e)("common.btn.logout")), 1)
2185
2185
  ])
2186
2186
  ])
2187
2187
  ];
@@ -2190,29 +2190,29 @@ const st = (n, e) => n.reduce(
2190
2190
  });
2191
2191
  };
2192
2192
  }
2193
- }), ga = /* @__PURE__ */ N(ha, [["__scopeId", "data-v-ac052463"]]), fa = { class: "header-right" }, va = ["href"], ya = /* @__PURE__ */ D({
2193
+ }), ua = /* @__PURE__ */ B(ca, [["__scopeId", "data-v-ac052463"]]), da = { class: "header-right" }, pa = ["href"], ma = /* @__PURE__ */ D({
2194
2194
  __name: "SHeaderRight",
2195
- setup(n) {
2196
- const { t: e } = pe.global, t = O(), a = w(() => t.value.hideDoc ?? !1), o = w(() => Ve(t.value)), s = w(() => t.value.user), r = w(() => {
2197
- var i, g;
2198
- return !!((i = s.value) != null && i.id || (g = s.value) != null && g.userId);
2195
+ setup(a) {
2196
+ const { t: e } = me.global, t = Q(), n = S(() => t.value.hideDoc ?? !1), s = S(() => Ge(t.value)), o = S(() => t.value.user), r = S(() => {
2197
+ var i, m;
2198
+ return !!((i = o.value) != null && i.id || (m = o.value) != null && m.userId);
2199
2199
  }), c = (i) => {
2200
2200
  t.value.onLogin && (i.preventDefault(), t.value.onLogin());
2201
- }, h = w(() => t.value.docsPath || "");
2202
- return (i, g) => {
2203
- const y = L("el-icon");
2204
- return l(), v("div", fa, [
2205
- !a.value && h.value ? (l(), k(X, {
2201
+ }, h = S(() => t.value.docsPath || "");
2202
+ return (i, m) => {
2203
+ const p = L("el-icon");
2204
+ return l(), v("div", da, [
2205
+ !n.value && h.value ? (l(), k($, {
2206
2206
  key: 0,
2207
2207
  tag: "a",
2208
2208
  class: "whitespace-nowrap",
2209
2209
  href: h.value,
2210
2210
  target: "_blank"
2211
2211
  }, {
2212
- default: C(() => [
2213
- _(y, null, {
2214
- default: C(() => [...g[0] || (g[0] = [
2215
- p("svg", {
2212
+ default: _(() => [
2213
+ A(p, null, {
2214
+ default: _(() => [...m[0] || (m[0] = [
2215
+ d("svg", {
2216
2216
  xmlns: "http://www.w3.org/2000/svg",
2217
2217
  width: "24",
2218
2218
  height: "24",
@@ -2226,8 +2226,8 @@ const st = (n, e) => n.reduce(
2226
2226
  "aria-hidden": "true",
2227
2227
  class: "lucide lucide-book-open"
2228
2228
  }, [
2229
- p("path", { d: "M12 7v14" }),
2230
- p("path", { d: "M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" })
2229
+ d("path", { d: "M12 7v14" }),
2230
+ d("path", { d: "M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" })
2231
2231
  ], -1)
2232
2232
  ])]),
2233
2233
  _: 1
@@ -2235,105 +2235,105 @@ const st = (n, e) => n.reduce(
2235
2235
  ]),
2236
2236
  _: 1
2237
2237
  }, 8, ["href"])) : I("", !0),
2238
- _(lt),
2239
- _(rt),
2240
- r.value ? (l(), k(ga, { key: 1 })) : (l(), v("a", {
2238
+ A(ot),
2239
+ A(at),
2240
+ r.value ? (l(), k(ua, { key: 1 })) : (l(), v("a", {
2241
2241
  key: 2,
2242
2242
  class: "header-right__login",
2243
- href: o.value,
2243
+ href: s.value,
2244
2244
  onClick: c
2245
- }, E(f(e)("common.btn.login")), 9, va))
2245
+ }, E(g(e)("common.btn.login")), 9, pa))
2246
2246
  ]);
2247
2247
  };
2248
2248
  }
2249
- }), ba = /* @__PURE__ */ N(ya, [["__scopeId", "data-v-3c5e16a6"]]), Aa = {
2249
+ }), ha = /* @__PURE__ */ B(ma, [["__scopeId", "data-v-3c5e16a6"]]), ga = {
2250
2250
  "header-bar": "",
2251
2251
  class: "header-bar sticky top-0 z-200"
2252
- }, _a = { class: "header-bar__left" }, Ca = { class: "header-bar__logo-wrap" }, wa = {
2252
+ }, fa = { class: "header-bar__left" }, va = { class: "header-bar__logo-wrap" }, ya = {
2253
2253
  href: "/",
2254
2254
  target: "_self",
2255
2255
  rel: "noopener",
2256
2256
  class: "header-bar__logo-link"
2257
- }, Sa = {
2257
+ }, ba = {
2258
2258
  key: 1,
2259
2259
  class: "header-bar__divider"
2260
- }, Pa = { class: "header-bar__right" }, Ta = /* @__PURE__ */ D({
2260
+ }, Aa = { class: "header-bar__right" }, _a = /* @__PURE__ */ D({
2261
2261
  __name: "HeaderBar",
2262
- setup(n) {
2263
- const e = O(), { isMobile: t } = H(), a = w(
2262
+ setup(a) {
2263
+ const e = Q(), { isMobile: t } = z(), n = S(
2264
2264
  () => {
2265
- var o, s;
2266
- return !!((o = e.value.user) != null && o.id || (s = e.value.user) != null && s.userId);
2265
+ var s, o;
2266
+ return !!((s = e.value.user) != null && s.id || (o = e.value.user) != null && o.userId);
2267
2267
  }
2268
2268
  );
2269
- return (o, s) => {
2269
+ return (s, o) => {
2270
2270
  const r = L("el-image");
2271
- return l(), v("div", Aa, [
2272
- p("div", _a, [
2273
- f(t) ? (l(), k(Qn, { key: 0 })) : I("", !0),
2274
- p("div", Ca, [
2275
- p("a", wa, [
2276
- _(r, {
2277
- src: f(e).logo,
2271
+ return l(), v("div", ga, [
2272
+ d("div", fa, [
2273
+ g(t) ? (l(), k(Kn, { key: 0 })) : I("", !0),
2274
+ d("div", va, [
2275
+ d("a", ya, [
2276
+ A(r, {
2277
+ src: g(e).logo,
2278
2278
  class: "h-7"
2279
2279
  }, null, 8, ["src"])
2280
2280
  ])
2281
2281
  ]),
2282
- a.value && !f(t) ? (l(), v("div", Sa)) : I("", !0),
2283
- a.value && !f(t) ? (l(), k(cn, { key: 2 })) : I("", !0)
2282
+ n.value && !g(t) ? (l(), v("div", ba)) : I("", !0),
2283
+ n.value && !g(t) ? (l(), k(an, { key: 2 })) : I("", !0)
2284
2284
  ]),
2285
- p("div", Pa, [
2286
- z(o.$slots, "default", {}, void 0, !0),
2287
- f(t) ? I("", !0) : (l(), k(ba, { key: 0 })),
2288
- f(t) ? (l(), k(Jn, { key: 1 })) : I("", !0)
2285
+ d("div", Aa, [
2286
+ j(s.$slots, "default", {}, void 0, !0),
2287
+ g(t) ? I("", !0) : (l(), k(ha, { key: 0 })),
2288
+ g(t) ? (l(), k(Nn, { key: 1 })) : I("", !0)
2289
2289
  ])
2290
2290
  ]);
2291
2291
  };
2292
2292
  }
2293
- }), ka = /* @__PURE__ */ N(Ta, [["__scopeId", "data-v-0ce1ab70"]]), Ia = {
2293
+ }), Ca = /* @__PURE__ */ B(_a, [["__scopeId", "data-v-0ce1ab70"]]), Sa = {
2294
2294
  key: 0,
2295
2295
  class: "min-w-0 flex-1"
2296
- }, La = /* @__PURE__ */ D({
2296
+ }, wa = /* @__PURE__ */ D({
2297
2297
  __name: "AppSelectMobile",
2298
- setup(n) {
2299
- const { currentAppId: e } = H(), { appList: t, getAppPath: a, findAppById: o } = ot(), s = w(() => {
2300
- const c = o(e.value);
2301
- return c ? a(c) : "";
2298
+ setup(a) {
2299
+ const { currentAppId: e } = z(), { appList: t, getAppPath: n, findAppById: s } = tt(), o = S(() => {
2300
+ const c = s(e.value);
2301
+ return c ? n(c) : "";
2302
2302
  }), r = (c) => {
2303
2303
  c && (location.href = c);
2304
2304
  };
2305
2305
  return (c, h) => {
2306
- var m;
2307
- const i = L("el-option"), g = L("el-option-group"), y = L("el-select");
2308
- return (m = f(t)) != null && m.length ? (l(), v("div", Ia, [
2309
- _(y, {
2310
- "model-value": s.value,
2306
+ var f;
2307
+ const i = L("el-option"), m = L("el-option-group"), p = L("el-select");
2308
+ return (f = g(t)) != null && f.length ? (l(), v("div", Sa, [
2309
+ A(p, {
2310
+ "model-value": o.value,
2311
2311
  class: "w-full",
2312
2312
  onChange: r
2313
2313
  }, {
2314
- default: C(() => [
2315
- (l(!0), v(R, null, J(f(t), (u) => {
2316
- var A;
2317
- return l(), v(R, {
2318
- key: u.appId
2314
+ default: _(() => [
2315
+ (l(!0), v(J, null, H(g(t), (y) => {
2316
+ var C;
2317
+ return l(), v(J, {
2318
+ key: y.appId
2319
2319
  }, [
2320
- (A = u.children) != null && A.length ? (l(), k(g, {
2320
+ (C = y.children) != null && C.length ? (l(), k(m, {
2321
2321
  key: 0,
2322
- label: u.name
2322
+ label: y.name
2323
2323
  }, {
2324
- default: C(() => [
2325
- (l(!0), v(R, null, J(u.children, (T) => (l(), k(i, {
2324
+ default: _(() => [
2325
+ (l(!0), v(J, null, H(y.children, (T) => (l(), k(i, {
2326
2326
  key: T.appId,
2327
2327
  label: T.name,
2328
- value: f(a)(T),
2328
+ value: g(n)(T),
2329
2329
  style: { "padding-left": "30px" }
2330
2330
  }, null, 8, ["label", "value"]))), 128))
2331
2331
  ]),
2332
2332
  _: 2
2333
2333
  }, 1032, ["label"])) : (l(), k(i, {
2334
2334
  key: 1,
2335
- label: u.name,
2336
- value: f(a)(u)
2335
+ label: y.name,
2336
+ value: g(n)(y)
2337
2337
  }, null, 8, ["label", "value"]))
2338
2338
  ], 64);
2339
2339
  }), 128))
@@ -2343,26 +2343,26 @@ const st = (n, e) => n.reduce(
2343
2343
  ])) : I("", !0);
2344
2344
  };
2345
2345
  }
2346
- }), xa = { class: "aside-user-mobile" }, Ea = { class: "flex-1" }, Ma = { class: "absolute right-4 top-1/2 -translate-y-1/2" }, Da = { class: "absolute right-4 top-1/2 -translate-y-1/2" }, Na = /* @__PURE__ */ D({
2346
+ }), Pa = { class: "aside-user-mobile" }, Ta = { class: "flex-1" }, ka = { class: "absolute right-4 top-1/2 -translate-y-1/2" }, Ia = { class: "absolute right-4 top-1/2 -translate-y-1/2" }, La = /* @__PURE__ */ D({
2347
2347
  __name: "AsideUserMobile",
2348
- setup(n) {
2349
- const e = O(), t = w(() => e.value.user || {}), a = w(() => !!(t.value.id || t.value.userId)), o = w(() => t.value.name || t.value.username), s = () => {
2348
+ setup(a) {
2349
+ const e = Q(), t = S(() => e.value.user || {}), n = S(() => !!(t.value.id || t.value.userId)), s = S(() => t.value.name || t.value.username), o = () => {
2350
2350
  var r, c;
2351
- (c = (r = e.value).onLogin) != null && c.call(r) || de(e.value);
2351
+ (c = (r = e.value).onLogin) != null && c.call(r) || pe(e.value);
2352
2352
  };
2353
2353
  return (r, c) => {
2354
2354
  const h = L("el-icon");
2355
- return a.value ? (l(), k(it, { key: 0 }, {
2356
- reference: C(() => [
2357
- p("div", xa, [
2358
- c[0] || (c[0] = p("div", { class: "aside-user-mobile__icon text-lg" }, [
2359
- p("i", { class: "metisicon-yonghu1" })
2355
+ return n.value ? (l(), k(st, { key: 0 }, {
2356
+ reference: _(() => [
2357
+ d("div", Pa, [
2358
+ c[0] || (c[0] = d("div", { class: "aside-user-mobile__icon text-lg" }, [
2359
+ d("i", { class: "metisicon-yonghu1" })
2360
2360
  ], -1)),
2361
- p("div", Ea, E(o.value), 1),
2362
- p("div", Ma, [
2363
- _(h, null, {
2364
- default: C(() => [
2365
- _(f(fe))
2361
+ d("div", Ta, E(s.value), 1),
2362
+ d("div", ka, [
2363
+ A(h, null, {
2364
+ default: _(() => [
2365
+ A(g(ye))
2366
2366
  ]),
2367
2367
  _: 1
2368
2368
  })
@@ -2373,16 +2373,16 @@ const st = (n, e) => n.reduce(
2373
2373
  })) : (l(), v("div", {
2374
2374
  key: 1,
2375
2375
  class: "aside-user-mobile",
2376
- onClick: s
2376
+ onClick: o
2377
2377
  }, [
2378
- c[1] || (c[1] = p("div", { class: "aside-user-mobile__icon text-lg" }, [
2379
- p("i", { class: "metisicon-yonghu1" })
2378
+ c[1] || (c[1] = d("div", { class: "aside-user-mobile__icon text-lg" }, [
2379
+ d("i", { class: "metisicon-yonghu1" })
2380
2380
  ], -1)),
2381
- c[2] || (c[2] = p("div", { class: "flex-1" }, "登录/注册", -1)),
2382
- p("div", Da, [
2383
- _(h, null, {
2384
- default: C(() => [
2385
- _(f(fe))
2381
+ c[2] || (c[2] = d("div", { class: "flex-1" }, "登录/注册", -1)),
2382
+ d("div", Ia, [
2383
+ A(h, null, {
2384
+ default: _(() => [
2385
+ A(g(ye))
2386
2386
  ]),
2387
2387
  _: 1
2388
2388
  })
@@ -2390,123 +2390,122 @@ const st = (n, e) => n.reduce(
2390
2390
  ]));
2391
2391
  };
2392
2392
  }
2393
- }), Ba = /* @__PURE__ */ N(Na, [["__scopeId", "data-v-c56964a5"]]), Ra = { class: "aside-bar-mobile__head flex items-center gap-3" }, Ua = { class: "p-3" }, Ka = /* @__PURE__ */ D({
2393
+ }), xa = /* @__PURE__ */ B(La, [["__scopeId", "data-v-c56964a5"]]), Ea = { class: "aside-bar-mobile__head flex items-center gap-3" }, Ma = { class: "p-3" }, Da = /* @__PURE__ */ D({
2394
2394
  __name: "AsideBarMobile",
2395
- setup(n) {
2396
- const { menus: e, sideOpen: t } = H(), a = () => void (t.value = !1);
2397
- return (o, s) => {
2395
+ setup(a) {
2396
+ const { menus: e, sideOpen: t } = z(), n = () => void (t.value = !1);
2397
+ return (s, o) => {
2398
2398
  const r = L("el-icon"), c = L("el-scrollbar");
2399
- return f(e).length && !o.$route.meta.hideSidebar ? (l(), v("div", {
2399
+ return g(e).length && !s.$route.meta.hideSidebar ? (l(), v("div", {
2400
2400
  key: 0,
2401
- class: K(["aside-bar-mobile fixed inset-y-0 left-0 z-200 flex min-h-0 flex-col transition-transform", [f(t) ? "translate-x-[0px]" : "translate-x-[-100%]"]])
2401
+ class: F(["aside-bar-mobile fixed inset-y-0 left-0 z-200 flex min-h-0 flex-col transition-transform", [g(t) ? "translate-x-[0px]" : "translate-x-[-100%]"]])
2402
2402
  }, [
2403
- p("div", Ra, [
2404
- p("button", {
2403
+ d("div", Ea, [
2404
+ d("button", {
2405
2405
  type: "button",
2406
2406
  class: "aside-bar-mobile__close",
2407
2407
  "aria-label": "Close menu",
2408
- onClick: a
2408
+ onClick: n
2409
2409
  }, [
2410
- _(r, null, {
2411
- default: C(() => [
2412
- _(f(He))
2410
+ A(r, null, {
2411
+ default: _(() => [
2412
+ A(g(Fe))
2413
2413
  ]),
2414
2414
  _: 1
2415
2415
  })
2416
2416
  ]),
2417
- _(La)
2417
+ A(wa)
2418
2418
  ]),
2419
- _(c, { ref: "leftScrollRef" }, {
2420
- default: C(() => [
2421
- p("div", Ua, [
2422
- _(at, { menus: f(e) }, null, 8, ["menus"])
2419
+ A(c, { ref: "leftScrollRef" }, {
2420
+ default: _(() => [
2421
+ d("div", Ma, [
2422
+ A(et, { menus: g(e) }, null, 8, ["menus"])
2423
2423
  ])
2424
2424
  ]),
2425
2425
  _: 1
2426
2426
  }, 512),
2427
- z(o.$slots, "sidebar-foot", {}, void 0, !0),
2428
- _(Ba)
2427
+ j(s.$slots, "sidebar-foot", {}, void 0, !0),
2428
+ A(xa)
2429
2429
  ], 2)) : I("", !0);
2430
2430
  };
2431
2431
  }
2432
- }), Ja = /* @__PURE__ */ N(Ka, [["__scopeId", "data-v-05675378"]]), Oa = "data:image/png;base64,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", Fa = { class: "layout-shell w-full flex flex-col" }, Ha = { class: "layout-shell__body flex flex-1 min-h-0 overflow-hidden" }, Qa = { class: "layout-shell__main flex flex-col flex-1 min-h-0 min-w-0 h-full" }, za = { class: "layout-shell__content flex-1 w-full min-h-0 flex flex-col overflow-hidden" }, Za = /* @__PURE__ */ D({
2432
+ }), Na = /* @__PURE__ */ B(Da, [["__scopeId", "data-v-05675378"]]), Ba = "data:image/png;base64,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", Ua = { class: "layout-shell w-full flex flex-col" }, Ra = { class: "layout-shell__body flex flex-1 min-h-0 overflow-hidden" }, Ka = { class: "layout-shell__main flex flex-col flex-1 min-h-0 min-w-0 h-full" }, Ja = { class: "layout-shell__content flex-1 w-full min-h-0 flex flex-col overflow-hidden" }, Oa = /* @__PURE__ */ D({
2433
2433
  __name: "BaseLayout",
2434
2434
  props: {
2435
2435
  setting: {}
2436
2436
  },
2437
- setup(n) {
2438
- const e = n, t = w(() => {
2439
- var m, u, A, T, M, F, ae;
2437
+ setup(a) {
2438
+ const e = a, t = S(() => {
2439
+ var p, f, y, C, T, N, U;
2440
2440
  return {
2441
2441
  ...e.setting || {},
2442
- logo: ((m = e.setting) == null ? void 0 : m.logo) || Oa,
2443
- menus: ((u = e.setting) == null ? void 0 : u.menus) || [],
2444
- accountMenu: ((A = e.setting) == null ? void 0 : A.accountMenu) || [],
2445
- user: ((T = e.setting) == null ? void 0 : T.user) ?? null,
2446
- appList: ((M = e.setting) == null ? void 0 : M.appList) || [],
2447
- onLogin: (F = e.setting) == null ? void 0 : F.onLogin,
2448
- onLogout: (ae = e.setting) == null ? void 0 : ae.onLogout
2442
+ logo: ((p = e.setting) == null ? void 0 : p.logo) || Ba,
2443
+ menus: ((f = e.setting) == null ? void 0 : f.menus) || [],
2444
+ accountMenu: ((y = e.setting) == null ? void 0 : y.accountMenu) || [],
2445
+ user: ((C = e.setting) == null ? void 0 : C.user) ?? null,
2446
+ appList: ((T = e.setting) == null ? void 0 : T.appList) || [],
2447
+ onLogin: (N = e.setting) == null ? void 0 : N.onLogin,
2448
+ onLogout: (U = e.setting) == null ? void 0 : U.onLogout
2449
2449
  };
2450
2450
  });
2451
- Fe(() => void Ot(t.value));
2452
- const { isMobile: a, sideOpen: o, watchRoute: s } = H();
2453
- s();
2454
- let r = "", c = !1;
2455
- const h = () => void (o.value = !1), i = (m) => {
2456
- const u = m.matched[1];
2457
- if (!u) return m.path;
2458
- const A = g(u, m);
2459
- return [u.path, A].filter(Boolean).join("|");
2460
- }, g = (m, u) => Array.from(
2461
- m.path.matchAll(/:(\w+)/g),
2462
- ([, T]) => T
2463
- ).map((T) => {
2464
- const M = u.params[T];
2465
- return `${T}:${Array.isArray(M) ? M.join(",") : M || ""}`;
2466
- }).join("|"), y = (m) => {
2467
- m.key === "Escape" && a.value && o.value && h();
2451
+ Oe(() => void Bt(t.value));
2452
+ const { isMobile: n, sideOpen: s } = z();
2453
+ let o = "", r = !1;
2454
+ const c = () => void (s.value = !1), h = (p) => {
2455
+ const f = p.matched[1];
2456
+ if (!f) return p.path;
2457
+ const y = i(f, p);
2458
+ return [f.path, y].filter(Boolean).join("|");
2459
+ }, i = (p, f) => Array.from(
2460
+ p.path.matchAll(/:(\w+)/g),
2461
+ ([, C]) => C
2462
+ ).map((C) => {
2463
+ const T = f.params[C];
2464
+ return `${C}:${Array.isArray(T) ? T.join(",") : T || ""}`;
2465
+ }).join("|"), m = (p) => {
2466
+ p.key === "Escape" && n.value && s.value && c();
2468
2467
  };
2469
- return se(
2470
- () => a.value && o.value,
2471
- (m) => {
2468
+ return ue(
2469
+ () => n.value && s.value,
2470
+ (p) => {
2472
2471
  if (!(typeof document > "u")) {
2473
- if (m && !c) {
2474
- r = document.body.style.overflow, document.body.style.overflow = "hidden", c = !0;
2472
+ if (p && !r) {
2473
+ o = document.body.style.overflow, document.body.style.overflow = "hidden", r = !0;
2475
2474
  return;
2476
2475
  }
2477
- !m && c && (document.body.style.overflow = r, c = !1);
2476
+ !p && r && (document.body.style.overflow = o, r = !1);
2478
2477
  }
2479
2478
  },
2480
2479
  { immediate: !0 }
2481
- ), Ke(() => {
2482
- window.addEventListener("keydown", y);
2483
- }), Je(() => {
2484
- window.removeEventListener("keydown", y), typeof document < "u" && c && (document.body.style.overflow = r);
2485
- }), (m, u) => {
2486
- const A = L("router-view");
2487
- return l(), v("div", Fa, [
2488
- _(ka, null, {
2489
- default: C(() => [
2490
- z(m.$slots, "header-right", {}, void 0, !0)
2480
+ ), Re(() => {
2481
+ window.addEventListener("keydown", m);
2482
+ }), Ke(() => {
2483
+ window.removeEventListener("keydown", m), typeof document < "u" && r && (document.body.style.overflow = o);
2484
+ }), (p, f) => {
2485
+ const y = L("router-view");
2486
+ return l(), v("div", Ua, [
2487
+ A(Ca, null, {
2488
+ default: _(() => [
2489
+ j(p.$slots, "header-right", {}, void 0, !0)
2491
2490
  ]),
2492
2491
  _: 3
2493
2492
  }),
2494
- p("div", Ha, [
2495
- f(a) ? (l(), k(Ja, { key: 1 })) : (l(), k(en, { key: 0 })),
2496
- p("main", Qa, [
2497
- p("div", za, [
2498
- _(A, null, {
2499
- default: C(({ Component: T, route: M }) => [
2500
- _(Me, {
2501
- name: String(M.meta.transition || "layout-page"),
2493
+ d("div", Ra, [
2494
+ g(n) ? (l(), k(Na, { key: 1 })) : (l(), k(Wt, { key: 0 })),
2495
+ d("main", Ka, [
2496
+ d("div", Ja, [
2497
+ A(y, null, {
2498
+ default: _(({ Component: C, route: T }) => [
2499
+ A(Me, {
2500
+ name: String(T.meta.transition || "layout-page"),
2502
2501
  mode: "out-in"
2503
2502
  }, {
2504
- default: C(() => [
2503
+ default: _(() => [
2505
2504
  (l(), v("div", {
2506
- key: i(M),
2505
+ key: h(T),
2507
2506
  class: "layout-page-view"
2508
2507
  }, [
2509
- (l(), k(be(T)))
2508
+ (l(), k(Ce(C)))
2510
2509
  ]))
2511
2510
  ]),
2512
2511
  _: 2
@@ -2517,12 +2516,12 @@ const st = (n, e) => n.reduce(
2517
2516
  ])
2518
2517
  ])
2519
2518
  ]),
2520
- _(Me, { name: "layout-overlay" }, {
2521
- default: C(() => [
2522
- f(a) && f(o) ? (l(), v("div", {
2519
+ A(Me, { name: "layout-overlay" }, {
2520
+ default: _(() => [
2521
+ g(n) && g(s) ? (l(), v("div", {
2523
2522
  key: 0,
2524
2523
  class: "layout-shell__overlay",
2525
- onClick: h
2524
+ onClick: c
2526
2525
  })) : I("", !0)
2527
2526
  ]),
2528
2527
  _: 1
@@ -2530,18 +2529,18 @@ const st = (n, e) => n.reduce(
2530
2529
  ]);
2531
2530
  };
2532
2531
  }
2533
- }), $a = /* @__PURE__ */ N(Za, [["__scopeId", "data-v-2048c652"]]);
2532
+ }), Ya = /* @__PURE__ */ B(Oa, [["__scopeId", "data-v-87720a5b"]]);
2534
2533
  export {
2535
- $a as BaseLayout,
2536
- lt as LanguageSelect,
2537
- Ga as LayoutBreadcrumb,
2538
- rt as ThemeToggle,
2539
- Va as TimezoneSelect,
2534
+ Ya as BaseLayout,
2535
+ ot as LanguageSelect,
2536
+ ja as LayoutBreadcrumb,
2537
+ at as ThemeToggle,
2538
+ qa as TimezoneSelect,
2540
2539
  Ue as UserAvatar,
2541
- ga as UserInfo,
2542
- pe as i18n,
2543
- oe as messages,
2544
- ot as useApp,
2545
- O as useSetting,
2546
- Ge as useTheme
2540
+ ua as UserInfo,
2541
+ me as i18n,
2542
+ ce as messages,
2543
+ tt as useApp,
2544
+ Q as useSetting,
2545
+ Xe as useTheme
2547
2546
  };