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