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