@das-fed/web 6.4.0-dev.13 → 6.4.0-dev.15

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.
@@ -1,4 +1,4 @@
1
- import { ref as E, createApp as ms, reactive as je, computed as H, defineComponent as ne, watch as G, openBlock as $, createElementBlock as W, Fragment as De, createBlock as F, TransitionGroup as vs, normalizeProps as An, mergeProps as $t, withCtx as B, renderList as Tt, withDirectives as Te, resolveDynamicComponent as at, vShow as Le, unref as v, createCommentVNode as j, nextTick as Qe, resolveComponent as As, createElementVNode as O, normalizeClass as rr, normalizeStyle as yn, renderSlot as fe, createVNode as R, Transition as ao, guardReactiveProps as io, KeepAlive as co, h as he, onBeforeMount as ys, onMounted as Ve, onUnmounted as _s, getCurrentScope as bs, onScopeDispose as ws, getCurrentInstance as Cs, onActivated as Is, createTextVNode as ye, toDisplayString as ae, pushScopeId as sr, popScopeId as ar, render as Vt, onBeforeUnmount as Zt, useCssVars as Ts, withModifiers as ue, toRefs as Es, isRef as Ss } from "vue";
1
+ import { ref as T, createApp as ms, reactive as je, computed as H, defineComponent as ne, watch as G, openBlock as $, createElementBlock as V, Fragment as De, createBlock as F, TransitionGroup as vs, normalizeProps as An, mergeProps as $t, withCtx as B, renderList as Tt, withDirectives as Te, resolveDynamicComponent as at, vShow as Le, unref as v, createCommentVNode as j, nextTick as Qe, resolveComponent as As, createElementVNode as O, normalizeClass as rr, normalizeStyle as yn, renderSlot as fe, createVNode as R, Transition as ao, guardReactiveProps as io, KeepAlive as co, h as he, onBeforeMount as ys, onMounted as Ve, onUnmounted as _s, getCurrentScope as bs, onScopeDispose as ws, getCurrentInstance as Cs, onActivated as Is, createTextVNode as ye, toDisplayString as se, pushScopeId as sr, popScopeId as ar, render as Vt, onBeforeUnmount as Zt, useCssVars as Ts, withModifiers as ue, toRefs as Es, isRef as Ss } from "vue";
2
2
  import { initTheme as ks, setThemeRule as Ps } from "@das-fed/web/packages/theme/index";
3
3
  import { initI18n as Ls, i18n as N } from "@das-fed/web/packages/i18n/index";
4
4
  import { DasWebLayout as Dn, DasWebNav as ir, DasWebMenu as cr, DasWebTabs as lr, layout as M } from "@das-fed/web/packages/layout/index";
@@ -16,7 +16,7 @@ import { oauthServer as fr, justauth as Rn, enterpriseright as xn, iotModules as
16
16
  import { createService as et } from "@das-fed/utils/create-api-service";
17
17
  import { useGetAuth as zs } from "@das-fed/utils/hooks/use-get-auth";
18
18
  import { systemConfiguration as qs, enterpriseright as jn, createService as ft, spaceManage as hr } from "@das-fed/utils/api-services";
19
- import { microFrontend as re } from "@das-fed/web/packages/micro-frontend/index";
19
+ import { microFrontend as le } from "@das-fed/web/packages/micro-frontend/index";
20
20
  import { getConfig as tt } from "@das-fed/utils/config";
21
21
  import Cn from "dayjs";
22
22
  import { getAccessToken as Js, removeAccessToken as Ks } from "@das-fed/utils/token-tools";
@@ -56,24 +56,24 @@ const ha = {
56
56
  }, In = $s();
57
57
  In.use(Ds);
58
58
  const ga = (t) => {
59
- var i, u, h, d, p;
59
+ var i, u, f, p, d;
60
60
  const e = ((i = t == null ? void 0 : t.router) == null ? void 0 : i.routerBase) ?? "/", n = ((u = t == null ? void 0 : t.router) == null ? void 0 : u.options) || {};
61
- let o = Object.assign(((h = t == null ? void 0 : t.router) == null ? void 0 : h.glob) || {});
62
- const r = Object.values(o).filter((g) => !!g).flat().sort((g, A) => (g.index ?? 0) - (A.index ?? 0)), s = [];
63
- (d = t == null ? void 0 : t.microApps) == null || d.map((g) => {
64
- var m;
65
- const A = Object.values(((m = g.router) == null ? void 0 : m.glob) || {}).filter((f) => !!f).flat().sort((f, _) => (f.index ?? 0) - (_.index ?? 0));
61
+ let o = Object.assign(((f = t == null ? void 0 : t.router) == null ? void 0 : f.glob) || {});
62
+ const r = Object.values(o).filter((m) => !!m).flat().sort((m, A) => (m.index ?? 0) - (A.index ?? 0)), s = [];
63
+ (p = t == null ? void 0 : t.microApps) == null || p.map((m) => {
64
+ var g;
65
+ const A = Object.values(((g = m.router) == null ? void 0 : g.glob) || {}).filter((h) => !!h).flat().sort((h, b) => (h.index ?? 0) - (b.index ?? 0));
66
66
  s.push(
67
- ...A.map((f) => ({ ...f, path: `/${g.microAppName}${f.path}` }))
67
+ ...A.map((h) => ({ ...h, path: `/${m.microAppName}${h.path}` }))
68
68
  ), s.push(
69
- ...A.filter((f) => !!f.path).filter((f) => f.path !== "").filter((f) => f.path !== "/").filter((f) => !f.path.startsWith(`/${f.microAppName}`)).map((f) => ({
70
- path: f.path,
71
- redirect: `/${g.microAppName}${f.path}`,
72
- meta: { ...f.meta || {}, isMicroAppRouteRedirect: !0 }
69
+ ...A.filter((h) => !!h.path).filter((h) => h.path !== "").filter((h) => h.path !== "/").filter((h) => !h.path.startsWith(`/${h.microAppName}`)).map((h) => ({
70
+ path: h.path,
71
+ redirect: `/${m.microAppName}${h.path}`,
72
+ meta: { ...h.meta || {}, isMicroAppRouteRedirect: !0 }
73
73
  }))
74
74
  );
75
75
  });
76
- const a = ((p = t == null ? void 0 : t.router) == null ? void 0 : p.routers) || [], l = [
76
+ const a = ((d = t == null ? void 0 : t.router) == null ? void 0 : d.routers) || [], l = [
77
77
  ...un(r, t),
78
78
  ...un(a, t),
79
79
  ...un(s, t)
@@ -84,7 +84,7 @@ const ga = (t) => {
84
84
  return o.keepAlive = o.keepAlive ?? (e == null ? void 0 : e.keepAlive) ?? !0, { ...n, meta: o };
85
85
  }), Vg = (t) => {
86
86
  t || (t = {});
87
- const e = E(!0);
87
+ const e = T(!0);
88
88
  Promise.all([ks(t), Ls(t)]).then(() => {
89
89
  e.value = !1;
90
90
  });
@@ -92,7 +92,7 @@ const ga = (t) => {
92
92
  s.use(ha, t), s.use(In);
93
93
  const { router: a } = ga(t);
94
94
  return s.use(a), s.mount(n || "#app"), { app: s, router: a, loading: e, store: In };
95
- }, Ar = je({}), yr = je({}), Jt = E("zh-CN"), ma = "dasI18n", ho = (t, e) => {
95
+ }, Ar = je({}), yr = je({}), Jt = T("zh-CN"), ma = "dasI18n", ho = (t, e) => {
96
96
  const n = e === "global", o = !n;
97
97
  for (const r in t)
98
98
  n && (yr[r] = t[r]), o && (Ar[r] = t[r]);
@@ -114,10 +114,10 @@ const ga = (t) => {
114
114
  }), o;
115
115
  }), Aa = va, zg = (t, ...e) => Aa(t, ...e).value, qg = (t) => {
116
116
  Jt.value = t;
117
- }, Jg = () => Jt, it = E("light"), yt = E({
117
+ }, Jg = () => Jt, it = T("light"), yt = T({
118
118
  light: {},
119
119
  dark: {}
120
- }), _t = E({
120
+ }), _t = T({
121
121
  light: {},
122
122
  dark: {}
123
123
  }), ya = "dasTheme", wt = "das-theme", _a = (t) => {
@@ -415,7 +415,7 @@ const go = (t, e) => {
415
415
  tab: be,
416
416
  overlay: Tn,
417
417
  iframeView: bt,
418
- visible: E(!0)
418
+ visible: T(!0)
419
419
  }, z = {
420
420
  nav: Ca,
421
421
  menu: Ia,
@@ -432,82 +432,82 @@ const go = (t, e) => {
432
432
  },
433
433
  setup(t) {
434
434
  const e = t, n = H(() => {
435
- const { mode: h = "", ...d } = {
435
+ const { mode: f = "", ...p } = {
436
436
  mode: "out-in",
437
437
  "enter-active-class": "animate__animated animate__fadeInLeft",
438
438
  ...e.transitionConfig || {}
439
439
  };
440
- return d;
441
- }), o = Ye(), r = Dt(), s = E([]), a = H(() => s.value.filter((h) => {
442
- var d;
443
- return (d = h.meta) == null ? void 0 : d.isOpen;
444
- })), l = (h) => {
445
- const d = h.lastIndexOf("-");
446
- let p = d !== -1 ? h.substring(d + 1) : "";
447
- p === "0" ? p = "1" : p = "0", a.value.forEach((g) => {
448
- g.meta.key === h && (g.meta.key = `${g.path}-${p}`);
440
+ return p;
441
+ }), o = Ye(), r = Dt(), s = T([]), a = H(() => s.value.filter((f) => {
442
+ var p;
443
+ return (p = f.meta) == null ? void 0 : p.isOpen;
444
+ })), l = (f) => {
445
+ const p = f.lastIndexOf("-");
446
+ let d = p !== -1 ? f.substring(p + 1) : "";
447
+ d === "0" ? d = "1" : d = "0", a.value.forEach((m) => {
448
+ m.meta.key === f && (m.meta.key = `${m.path}-${d}`);
449
449
  });
450
450
  };
451
451
  G(
452
452
  () => e.exclude,
453
- (h) => {
454
- if (!h || !h.length) return;
455
- const d = a.value.find((p) => h.includes(p.path));
456
- d && l(d.meta.key);
453
+ (f) => {
454
+ if (!f || !f.length) return;
455
+ const p = a.value.find((d) => f.includes(d.path));
456
+ p && l(p.meta.key);
457
457
  },
458
458
  { deep: !0 }
459
459
  );
460
- const c = async (h) => {
461
- const d = h.component;
462
- let p = null;
463
- return typeof d == "function" ? p = (await d()).default : p = d, p;
460
+ const c = async (f) => {
461
+ const p = f.component;
462
+ let d = null;
463
+ return typeof p == "function" ? d = (await p()).default : d = p, d;
464
464
  }, i = async () => {
465
- var d;
466
- const h = o.options.routes;
467
- for (const p of h)
468
- if ((d = p == null ? void 0 : p.meta) != null && d.isIframe) {
469
- const g = await c(p);
465
+ var p;
466
+ const f = o.options.routes;
467
+ for (const d of f)
468
+ if ((p = d == null ? void 0 : d.meta) != null && p.isIframe) {
469
+ const m = await c(d);
470
470
  s.value.push({
471
- ...p,
472
- meta: { ...p.meta, key: `${p.path}-0`, componentInstance: g, isOpen: !1, isShow: !1 }
471
+ ...d,
472
+ meta: { ...d.meta, key: `${d.path}-0`, componentInstance: m, isOpen: !1, isShow: !1 }
473
473
  });
474
474
  }
475
475
  u();
476
476
  }, u = async () => {
477
- var p, g;
477
+ var d, m;
478
478
  if (!s.value || !s.value.length) return;
479
- const h = s.value.find((A) => A.meta.isShow);
480
- h && (h.meta.isShow = !1, await Qe(), z.iframeView.triggerEventListener("onDeactivated", { route: h }));
481
- const d = s.value.find((A) => A.path === r.path);
482
- d && ((p = d.meta) != null && p.isOpen || (d.meta.isOpen = !0), (g = d.meta) != null && g.isShow || (d.meta.isShow = !0), await Qe(), z.iframeView.triggerEventListener("onActivated", { route: d }));
479
+ const f = s.value.find((A) => A.meta.isShow);
480
+ f && (f.meta.isShow = !1, await Qe(), z.iframeView.triggerEventListener("onDeactivated", { route: f }));
481
+ const p = s.value.find((A) => A.path === r.path);
482
+ p && ((d = p.meta) != null && d.isOpen || (p.meta.isOpen = !0), (m = p.meta) != null && m.isShow || (p.meta.isShow = !0), await Qe(), z.iframeView.triggerEventListener("onActivated", { route: p }));
483
483
  };
484
484
  return i(), G(
485
485
  () => r.path,
486
486
  () => {
487
487
  u();
488
488
  }
489
- ), (h, d) => ($(), W(
489
+ ), (f, p) => ($(), V(
490
490
  De,
491
491
  null,
492
492
  [
493
- h.needTransition ? ($(), F(
493
+ f.needTransition ? ($(), F(
494
494
  vs,
495
495
  An($t({ key: 0 }, n.value)),
496
496
  {
497
497
  default: B(() => [
498
- ($(!0), W(
498
+ ($(!0), V(
499
499
  De,
500
500
  null,
501
- Tt(a.value, ({ path: p, meta: g }) => Te(($(), W("div", {
501
+ Tt(a.value, ({ path: d, meta: m }) => Te(($(), V("div", {
502
502
  class: "das-iframe-router-view",
503
- key: p,
504
- name: p
503
+ key: d,
504
+ name: d
505
505
  }, [
506
- ($(), F(at(g.componentInstance), {
507
- key: g.key
506
+ ($(), F(at(m.componentInstance), {
507
+ key: m.key
508
508
  }))
509
509
  ], 8, ka)), [
510
- [Le, g.componentInstance && p === v(r).path]
510
+ [Le, m.componentInstance && d === v(r).path]
511
511
  ])),
512
512
  128
513
513
  /* KEYED_FRAGMENT */
@@ -519,19 +519,19 @@ const go = (t, e) => {
519
519
  16
520
520
  /* FULL_PROPS */
521
521
  )) : j("v-if", !0),
522
- h.needTransition ? j("v-if", !0) : ($(!0), W(
522
+ f.needTransition ? j("v-if", !0) : ($(!0), V(
523
523
  De,
524
524
  { key: 1 },
525
- Tt(a.value, ({ path: p, meta: g }) => Te(($(), W("div", {
525
+ Tt(a.value, ({ path: d, meta: m }) => Te(($(), V("div", {
526
526
  class: "das-iframe-router-view",
527
- key: p,
528
- name: p
527
+ key: d,
528
+ name: d
529
529
  }, [
530
- ($(), F(at(g.componentInstance), {
531
- key: g.key
530
+ ($(), F(at(m.componentInstance), {
531
+ key: m.key
532
532
  }))
533
533
  ], 8, Pa)), [
534
- [Le, g.componentInstance && p === v(r).path]
534
+ [Le, m.componentInstance && d === v(r).path]
535
535
  ])),
536
536
  128
537
537
  /* KEYED_FRAGMENT */
@@ -579,23 +579,23 @@ const go = (t, e) => {
579
579
  setup(t) {
580
580
  const e = t;
581
581
  da(), pa(), fa();
582
- const n = Dt(), o = E(!1), r = E(!1), s = E(!1), a = H(() => o.value && e.showLayout), l = H(() => r.value && e.showLayout && e.showAside), c = H(() => o.value && e.showLayout && e.showTabs), i = H(() => e.routerViewVisible ?? !0), u = H(() => Je.overlay.visible ?? !1), h = H(() => ({
582
+ const n = Dt(), o = T(!1), r = T(!1), s = T(!1), a = H(() => o.value && e.showLayout), l = H(() => r.value && e.showLayout && e.showAside), c = H(() => o.value && e.showLayout && e.showTabs), i = H(() => e.routerViewVisible ?? !0), u = H(() => Je.overlay.visible ?? !1), f = H(() => ({
583
583
  "das-web-app-overlay-show": u.value === !0,
584
584
  "das-web-app-overlay-hide": u.value === !1,
585
585
  "das-web-app-overlay-destroy": u.value === "destroy"
586
- })), d = H(() => Je.overlay.style ?? { backgroundColor: "rgba(0,0,0,0.5)" }), p = H(() => e.excludeRoutes), g = H(() => e.routeKeepAliveVisible);
586
+ })), p = H(() => Je.overlay.style ?? { backgroundColor: "rgba(0,0,0,0.5)" }), d = H(() => e.excludeRoutes), m = H(() => e.routeKeepAliveVisible);
587
587
  G(
588
588
  () => [n.meta, n.query],
589
- ([y, w]) => {
590
- const { showLayout: C = !0, showAside: k = !0, showTabs: I = !0, layout: S = {} } = y, {
591
- showLayout: T = !0,
589
+ ([_, C]) => {
590
+ const { showLayout: I = !0, showAside: y = !0, showTabs: S = !0, layout: E = {} } = _, {
591
+ showLayout: k = !0,
592
592
  showAside: x = !0,
593
593
  showTabs: Q = !0,
594
- app: V
595
- } = w;
594
+ app: W
595
+ } = C;
596
596
  ua({ minHeight: "600px", minWidth: "1200px" });
597
- let q = !0, ce = !0, Ie = !0;
598
- (C === !1 || T === !1 || T === "false") && (q = !1, ce = !1, Ie = !1), (k === !1 || x === !1 || x === "false") && (ce = !1), (I === !1 || Q === !1 || Q === "false") && (Ie = !1), o.value = q, r.value = ce, s.value = Ie;
597
+ let q = !0, ie = !0, Ie = !0;
598
+ (I === !1 || k === !1 || k === "false") && (q = !1, ie = !1, Ie = !1), (y === !1 || x === !1 || x === "false") && (ie = !1), (S === !1 || Q === !1 || Q === "false") && (Ie = !1), o.value = q, r.value = ie, s.value = Ie;
599
599
  }
600
600
  );
601
601
  const A = H(() => ({
@@ -603,99 +603,99 @@ const go = (t, e) => {
603
603
  "enter-active-class": "animate__animated animate__fadeInLeft",
604
604
  ...e.transitionConfig || {}
605
605
  }));
606
- let m = /* @__PURE__ */ new Map();
607
- const f = (y, w) => {
608
- let C;
609
- return m.has(w) ? C = m.get(w) : (C = {
610
- name: w,
606
+ let g = /* @__PURE__ */ new Map();
607
+ const h = (_, C) => {
608
+ let I;
609
+ return g.has(C) ? I = g.get(C) : (I = {
610
+ name: C,
611
611
  render() {
612
- return he("div", { style: { width: "100%", height: "100%" } }, [he(y)]);
612
+ return he("div", { style: { width: "100%", height: "100%" } }, [he(_)]);
613
613
  }
614
- }, m.set(w, C)), he(C);
615
- }, _ = H(() => Je.visible.value);
616
- return (y, w) => {
617
- const C = As("router-view");
618
- return $(), W("div", Da, [
614
+ }, g.set(C, I)), he(I);
615
+ }, b = H(() => Je.visible.value);
616
+ return (_, C) => {
617
+ const I = As("router-view");
618
+ return $(), V("div", Da, [
619
619
  Te(O(
620
620
  "div",
621
621
  {
622
- class: rr(["das-web-app-overlay", h.value]),
623
- style: yn(d.value)
622
+ class: rr(["das-web-app-overlay", f.value]),
623
+ style: yn(p.value)
624
624
  },
625
625
  null,
626
626
  6
627
627
  /* CLASS, STYLE */
628
628
  ), [
629
- [Le, _.value]
629
+ [Le, b.value]
630
630
  ]),
631
- a.value ? Te(($(), W(
631
+ a.value ? Te(($(), V(
632
632
  "div",
633
633
  Ma,
634
634
  [
635
- fe(y.$slots, "header", {}, void 0, !0)
635
+ fe(_.$slots, "header", {}, void 0, !0)
636
636
  ],
637
637
  512
638
638
  /* NEED_PATCH */
639
639
  )), [
640
- [Le, _.value]
640
+ [Le, b.value]
641
641
  ]) : j("v-if", !0),
642
642
  O("div", Oa, [
643
- l.value ? Te(($(), W(
643
+ l.value ? Te(($(), V(
644
644
  "div",
645
645
  Ba,
646
646
  [
647
- fe(y.$slots, "aside", {}, void 0, !0)
647
+ fe(_.$slots, "aside", {}, void 0, !0)
648
648
  ],
649
649
  512
650
650
  /* NEED_PATCH */
651
651
  )), [
652
- [Le, _.value]
652
+ [Le, b.value]
653
653
  ]) : j("v-if", !0),
654
654
  O("div", Ra, [
655
- c.value ? Te(($(), W(
655
+ c.value ? Te(($(), V(
656
656
  "div",
657
657
  xa,
658
658
  [
659
- fe(y.$slots, "tab", {}, void 0, !0)
659
+ fe(_.$slots, "tab", {}, void 0, !0)
660
660
  ],
661
661
  512
662
662
  /* NEED_PATCH */
663
663
  )), [
664
- [Le, _.value]
664
+ [Le, b.value]
665
665
  ]) : j("v-if", !0),
666
666
  O("div", Qa, [
667
667
  Te(O(
668
668
  "div",
669
669
  ja,
670
670
  [
671
- fe(y.$slots, "banner", {}, void 0, !0)
671
+ fe(_.$slots, "banner", {}, void 0, !0)
672
672
  ],
673
673
  512
674
674
  /* NEED_PATCH */
675
675
  ), [
676
- [Le, _.value]
676
+ [Le, b.value]
677
677
  ]),
678
678
  O("div", Na, [
679
679
  Te(O(
680
680
  "div",
681
681
  Ha,
682
682
  [
683
- fe(y.$slots, "router-view", {}, () => [
683
+ fe(_.$slots, "router-view", {}, () => [
684
684
  j(" 有动画 "),
685
- y.needTransition ? ($(), F(C, { key: 0 }, {
686
- default: B(({ Component: k }) => [
685
+ _.needTransition ? ($(), F(I, { key: 0 }, {
686
+ default: B(({ Component: y }) => [
687
687
  R(
688
688
  ao,
689
689
  An(io(A.value)),
690
690
  {
691
691
  default: B(() => {
692
- var I;
692
+ var S;
693
693
  return [
694
694
  v(n).meta.keepAlive ? ($(), F(co, {
695
695
  key: 0,
696
- exclude: p.value
696
+ exclude: d.value
697
697
  }, [
698
- g.value && !((I = v(n).meta) != null && I.isIframe) ? ($(), F(at(f(k, v(n).path)), {
698
+ m.value && !((S = v(n).meta) != null && S.isIframe) ? ($(), F(at(h(y, v(n).path)), {
699
699
  key: v(n).path
700
700
  })) : j("v-if", !0)
701
701
  ], 1032, ["exclude"])) : j("v-if", !0)
@@ -712,8 +712,8 @@ const go = (t, e) => {
712
712
  An(io(A.value)),
713
713
  {
714
714
  default: B(() => [
715
- !v(n).meta.keepAlive && !v(n).meta.isIframe ? ($(), W("div", Ua, [
716
- ($(), F(at(k), {
715
+ !v(n).meta.keepAlive && !v(n).meta.isIframe ? ($(), V("div", Ua, [
716
+ ($(), F(at(y), {
717
717
  key: v(n).path
718
718
  }))
719
719
  ])) : j("v-if", !0)
@@ -729,18 +729,18 @@ const go = (t, e) => {
729
729
  /* STABLE */
730
730
  })) : j("v-if", !0),
731
731
  j(" 无动画 "),
732
- y.needTransition ? j("v-if", !0) : ($(), F(C, { key: 1 }, {
733
- default: B(({ Component: k }) => [
732
+ _.needTransition ? j("v-if", !0) : ($(), F(I, { key: 1 }, {
733
+ default: B(({ Component: y }) => [
734
734
  v(n).meta.keepAlive ? ($(), F(co, {
735
735
  key: 0,
736
- exclude: p.value
736
+ exclude: d.value
737
737
  }, [
738
- g.value && !v(n).meta.isIframe ? ($(), F(at(f(k, v(n).path)), {
738
+ m.value && !v(n).meta.isIframe ? ($(), F(at(h(y, v(n).path)), {
739
739
  key: v(n).path
740
740
  })) : j("v-if", !0)
741
741
  ], 1032, ["exclude"])) : j("v-if", !0),
742
- !v(n).meta.keepAlive && !v(n).meta.isIframe ? ($(), W("div", Fa, [
743
- ($(), F(at(k), {
742
+ !v(n).meta.keepAlive && !v(n).meta.isIframe ? ($(), V("div", Fa, [
743
+ ($(), F(at(y), {
744
744
  key: v(n).path
745
745
  }))
746
746
  ])) : j("v-if", !0)
@@ -753,9 +753,9 @@ const go = (t, e) => {
753
753
  Va,
754
754
  [
755
755
  R($a, {
756
- exclude: p.value,
756
+ exclude: d.value,
757
757
  transitionConfig: A.value,
758
- needTransition: y.needTransition
758
+ needTransition: _.needTransition
759
759
  }, null, 8, ["exclude", "transitionConfig", "needTransition"])
760
760
  ],
761
761
  512
@@ -774,7 +774,7 @@ const go = (t, e) => {
774
774
  "div",
775
775
  Wa,
776
776
  [
777
- fe(y.$slots, "default", {}, void 0, !0)
777
+ fe(_.$slots, "default", {}, void 0, !0)
778
778
  ],
779
779
  512
780
780
  /* NEED_PATCH */
@@ -791,20 +791,20 @@ const go = (t, e) => {
791
791
  }), Yg = /* @__PURE__ */ Ce(za, [["__scopeId", "data-v-7a9c12fd"]]), qa = ["modelValue", "logoUrl", "config", "innerPagesConfig", "searchConfig", "projectTreeConfig", "userInfoConfig"], em = /* @__PURE__ */ ne({
792
792
  __name: "das-web-nav",
793
793
  setup(t) {
794
- const { nav: e } = Je, n = H(() => e.logo || ""), o = H(() => e.activeItem || ""), r = H(() => (e.items || []).filter((k) => k.fixed)), s = H(() => (e.items || []).filter((k) => !k.fixed)), a = H(() => {
795
- var C, k, I, S;
794
+ const { nav: e } = Je, n = H(() => e.logo || ""), o = H(() => e.activeItem || ""), r = H(() => (e.items || []).filter((y) => y.fixed)), s = H(() => (e.items || []).filter((y) => !y.fixed)), a = H(() => {
795
+ var I, y, S, E;
796
796
  return {
797
- showFullScreen: ((C = e.config) == null ? void 0 : C.showFullScreen) ?? !1,
798
- showChangeEnterprise: ((k = e.config) == null ? void 0 : k.showChangeEnterprise) ?? !1,
799
- showSearch: ((I = e.config) == null ? void 0 : I.showSearch) ?? !0,
800
- showProjectTree: ((S = e.config) == null ? void 0 : S.showProjectTree) ?? !0,
801
- subAppList: s.value.map((T) => ({ code: T.value, name: T.label, ...T }))
797
+ showFullScreen: ((I = e.config) == null ? void 0 : I.showFullScreen) ?? !1,
798
+ showChangeEnterprise: ((y = e.config) == null ? void 0 : y.showChangeEnterprise) ?? !1,
799
+ showSearch: ((S = e.config) == null ? void 0 : S.showSearch) ?? !0,
800
+ showProjectTree: ((E = e.config) == null ? void 0 : E.showProjectTree) ?? !0,
801
+ subAppList: s.value.map((k) => ({ code: k.value, name: k.label, ...k }))
802
802
  };
803
803
  }), l = H(() => {
804
- const C = r.value.find((k) => k.value === e.activeItem);
804
+ const I = r.value.find((y) => y.value === e.activeItem);
805
805
  return {
806
- activeInnerPagePath: (C == null ? void 0 : C.path) || "",
807
- innerPages: r.value.map((k) => ({ title: k.label, ...k }))
806
+ activeInnerPagePath: (I == null ? void 0 : I.path) || "",
807
+ innerPages: r.value.map((y) => ({ title: y.label, ...y }))
808
808
  };
809
809
  }), c = H(() => ({
810
810
  projectStore: {
@@ -812,29 +812,29 @@ const go = (t, e) => {
812
812
  currentProject: e.activeProject
813
813
  },
814
814
  ...e.projectConfig
815
- })), i = H(() => e.userInfo), u = H(() => e.searchConfig), h = async (C) => {
816
- const k = C.detail[0], I = r.value.find((T) => k.value === T.value);
817
- await z.nav.triggerEventListener("onItemClick", I) && z.nav.setActiveItem(I.value);
818
- }, d = async (C) => {
819
- const k = C.detail[0], I = s.value.find((T) => k === T.value);
820
- await z.nav.triggerEventListener("onItemClick", I) && z.nav.setActiveItem(I.value);
821
- }, p = async (C) => {
822
- const k = C.detail[0], I = s.value.find((T) => k === T.value);
823
- await z.nav.triggerEventListener("onItemRemove", I) && z.nav.removeItem(I.value);
824
- }, g = async (C) => {
825
- const [k, I] = C.detail;
826
- !k || !await z.nav.triggerEventListener("onProjectChange", I) || z.nav.setActiveProject(I);
827
- }, A = (C) => {
828
- z.nav.triggerEventListener("onUserCommandChange", C.detail[0]);
829
- }, m = (C) => {
830
- z.nav.triggerEventListener("searchToPage", { item: C.detail[0], keyword: C.detail[1], cb: C.detail[2] });
831
- }, f = (C) => {
832
- z.nav.triggerEventListener("clearSearchList", { cb: C.detail[0] });
833
- }, _ = (C) => {
834
- z.nav.triggerEventListener("deleteSearchItem", { value: C.detail[0], cb: C.detail[1] });
835
- }, y = () => {
815
+ })), i = H(() => e.userInfo), u = H(() => e.searchConfig), f = async (I) => {
816
+ const y = I.detail[0], S = r.value.find((k) => y.value === k.value);
817
+ await z.nav.triggerEventListener("onItemClick", S) && z.nav.setActiveItem(S.value);
818
+ }, p = async (I) => {
819
+ const y = I.detail[0], S = s.value.find((k) => y === k.value);
820
+ await z.nav.triggerEventListener("onItemClick", S) && z.nav.setActiveItem(S.value);
821
+ }, d = async (I) => {
822
+ const y = I.detail[0], S = s.value.find((k) => y === k.value);
823
+ await z.nav.triggerEventListener("onItemRemove", S) && z.nav.removeItem(S.value);
824
+ }, m = async (I) => {
825
+ const [y, S] = I.detail;
826
+ !y || !await z.nav.triggerEventListener("onProjectChange", S) || z.nav.setActiveProject(S);
827
+ }, A = (I) => {
828
+ z.nav.triggerEventListener("onUserCommandChange", I.detail[0]);
829
+ }, g = (I) => {
830
+ z.nav.triggerEventListener("searchToPage", { item: I.detail[0], keyword: I.detail[1], cb: I.detail[2] });
831
+ }, h = (I) => {
832
+ z.nav.triggerEventListener("clearSearchList", { cb: I.detail[0] });
833
+ }, b = (I) => {
834
+ z.nav.triggerEventListener("deleteSearchItem", { value: I.detail[0], cb: I.detail[1] });
835
+ }, _ = () => {
836
836
  z.nav.triggerEventListener("changeEnterpriseHandle");
837
- }, w = () => {
837
+ }, C = () => {
838
838
  z.nav.triggerEventListener("fullScreenHandle");
839
839
  };
840
840
  return ys(() => {
@@ -843,7 +843,7 @@ const go = (t, e) => {
843
843
  z.nav.triggerEventListener("onMounted", null, { autoRemove: !0 });
844
844
  }), _s(() => {
845
845
  z.nav.triggerEventListener("onUnmounted", null, { autoRemove: !0 });
846
- }), (C, k) => ($(), W("das-ce-nav", {
846
+ }), (I, y) => ($(), V("das-ce-nav", {
847
847
  modelValue: o.value,
848
848
  logoUrl: n.value,
849
849
  config: a.value,
@@ -852,15 +852,15 @@ const go = (t, e) => {
852
852
  projectTreeConfig: c.value,
853
853
  userInfoConfig: i.value,
854
854
  "on:userCommandHandle": A,
855
- "on:changeInnerPage": h,
856
- "on:handleTabClick": d,
857
- "on:handleTabDelete": p,
858
- "on:changeTreeHandle": g,
859
- "on:searchToPage": m,
860
- "on:clearSearchList": f,
861
- "on:deleteSearchItem": _,
862
- "on:changeEnterpriseHandle": y,
863
- "on:fullScreen": w
855
+ "on:changeInnerPage": f,
856
+ "on:handleTabClick": p,
857
+ "on:handleTabDelete": d,
858
+ "on:changeTreeHandle": m,
859
+ "on:searchToPage": g,
860
+ "on:clearSearchList": h,
861
+ "on:deleteSearchItem": b,
862
+ "on:changeEnterpriseHandle": _,
863
+ "on:fullScreen": C
864
864
  }, null, 40, qa));
865
865
  }
866
866
  }), Ja = ["modelValue", "data", "collapse", "fixedTopMenu", "subMenuAttrs"], tm = /* @__PURE__ */ ne({
@@ -870,10 +870,10 @@ const go = (t, e) => {
870
870
  },
871
871
  setup(t) {
872
872
  const { menu: e } = Je, n = t, o = H(() => n.menuAttr || {}), r = H(() => e.items), s = H(() => e.items.find((u) => u.fixed)), a = H(() => e.activeItem || ""), l = H(() => e.collapse ?? !1), c = H(() => ({ popupClassName: e.popupClassName ?? "" })), i = async (u) => {
873
- const h = u.detail[0], d = la(r.value).find((g) => h === g.id);
874
- await z.menu.triggerEventListener("onItemClick", d) && z.menu.setActiveItem(d.id);
873
+ const f = u.detail[0], p = la(r.value).find((m) => f === m.id);
874
+ await z.menu.triggerEventListener("onItemClick", p) && z.menu.setActiveItem(p.id);
875
875
  };
876
- return (u, h) => r.value.length > 0 ? ($(), W("das-ce-menu", $t({
876
+ return (u, f) => r.value.length > 0 ? ($(), V("das-ce-menu", $t({
877
877
  key: 0,
878
878
  modelValue: a.value,
879
879
  data: r.value,
@@ -888,24 +888,24 @@ const go = (t, e) => {
888
888
  tabsAttr: {}
889
889
  },
890
890
  setup(t) {
891
- const { tab: e } = Je, n = t, o = H(() => n.tabsAttr || {}), r = H(() => e.items.map((h) => ({
892
- ...h,
893
- key: h.value,
894
- tab: h.label
895
- }))), s = H(() => e.activeItem || ""), a = async (h) => {
896
- const d = h.detail[0], p = r.value.find((A) => d === A.value);
897
- await z.tab.triggerEventListener("onItemClick", p) && z.tab.setActiveItem(p.value);
898
- }, l = async (h) => {
899
- const d = h.detail[0], p = r.value.find((A) => d === A.value);
900
- await z.tab.triggerEventListener("onItemRemove", p) && z.tab.removeItem(p.value);
901
- }, c = async (h) => {
902
- await z.tab.triggerEventListener("onMenuClick", { type: h.detail[0], data: h.detail[1] });
903
- }, i = async (h) => {
904
- await z.tab.triggerEventListener("onPageRefresh", h.detail[0]);
891
+ const { tab: e } = Je, n = t, o = H(() => n.tabsAttr || {}), r = H(() => e.items.map((f) => ({
892
+ ...f,
893
+ key: f.value,
894
+ tab: f.label
895
+ }))), s = H(() => e.activeItem || ""), a = async (f) => {
896
+ const p = f.detail[0], d = r.value.find((A) => p === A.value);
897
+ await z.tab.triggerEventListener("onItemClick", d) && z.tab.setActiveItem(d.value);
898
+ }, l = async (f) => {
899
+ const p = f.detail[0], d = r.value.find((A) => p === A.value);
900
+ await z.tab.triggerEventListener("onItemRemove", d) && z.tab.removeItem(d.value);
901
+ }, c = async (f) => {
902
+ await z.tab.triggerEventListener("onMenuClick", { type: f.detail[0], data: f.detail[1] });
903
+ }, i = async (f) => {
904
+ await z.tab.triggerEventListener("onPageRefresh", f.detail[0]);
905
905
  }, u = () => {
906
906
  z.tab.triggerEventListener("onToggleFullScreen");
907
907
  };
908
- return (h, d) => r.value.length > 0 ? ($(), W("das-ce-tabs", $t({
908
+ return (f, p) => r.value.length > 0 ? ($(), V("das-ce-tabs", $t({
909
909
  key: 0,
910
910
  modelValue: s.value,
911
911
  options: r.value
@@ -917,7 +917,7 @@ const go = (t, e) => {
917
917
  "on:toggleFullScreen": u
918
918
  }), null, 16, Ka)) : j("v-if", !0);
919
919
  }
920
- }), mo = E("/das-micro-app"), de = E([]), Ht = E(!1), Qt = E([]), jt = E(!0);
920
+ }), mo = T("/das-micro-app"), de = T([]), Ht = T(!1), Qt = T([]), jt = T(!0);
921
921
  let Ee = null, Se = null, rt = null;
922
922
  const st = (t, e, n) => {
923
923
  var r, s, a, l;
@@ -1123,15 +1123,15 @@ function ai(...t) {
1123
1123
  Array.isArray(n) || (n = [n]), Array.isArray(o) || (o = [o]);
1124
1124
  const s = [], a = () => {
1125
1125
  s.forEach((u) => u()), s.length = 0;
1126
- }, l = (u, h, d, p) => (u.addEventListener(h, d, p), () => u.removeEventListener(h, d, p)), c = G(() => [wr(e), _r(r)], ([u, h]) => {
1127
- a(), u && s.push(...n.flatMap((d) => o.map((p) => l(u, d, p, h))));
1126
+ }, l = (u, f, p, d) => (u.addEventListener(f, p, d), () => u.removeEventListener(f, p, d)), c = G(() => [wr(e), _r(r)], ([u, f]) => {
1127
+ a(), u && s.push(...n.flatMap((p) => o.map((d) => l(u, p, d, f))));
1128
1128
  }, { immediate: !0, flush: "post" }), i = () => {
1129
1129
  c(), a();
1130
1130
  };
1131
1131
  return br(i), i;
1132
1132
  }
1133
1133
  function ii(t, e = !1) {
1134
- const n = E(), o = () => n.value = !!t();
1134
+ const n = T(), o = () => n.value = !!t();
1135
1135
  return o(), oi(o, e), n;
1136
1136
  }
1137
1137
  const Ao = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, yo = "__vueuse_ssr_handlers__";
@@ -1179,7 +1179,7 @@ const _o = [
1179
1179
  ]
1180
1180
  ];
1181
1181
  function ht(t, e = {}) {
1182
- const { document: n = si, autoExit: o = !1 } = e, r = t || (n == null ? void 0 : n.querySelector("html")), s = E(!1);
1182
+ const { document: n = si, autoExit: o = !1 } = e, r = t || (n == null ? void 0 : n.querySelector("html")), s = T(!1);
1183
1183
  let a = _o[0];
1184
1184
  const l = ii(() => {
1185
1185
  if (n) {
@@ -1189,28 +1189,28 @@ function ht(t, e = {}) {
1189
1189
  } else
1190
1190
  return !1;
1191
1191
  return !1;
1192
- }), [c, i, u, , h] = a;
1193
- async function d() {
1192
+ }), [c, i, u, , f] = a;
1193
+ async function p() {
1194
1194
  l.value && (n != null && n[u] && await n[i](), s.value = !1);
1195
1195
  }
1196
- async function p() {
1196
+ async function d() {
1197
1197
  if (!l.value)
1198
1198
  return;
1199
- await d();
1199
+ await p();
1200
1200
  const A = wr(r);
1201
1201
  A && (await A[c](), s.value = !0);
1202
1202
  }
1203
- async function g() {
1204
- s.value ? await d() : await p();
1203
+ async function m() {
1204
+ s.value ? await p() : await d();
1205
1205
  }
1206
- return n && ai(n, h, () => {
1206
+ return n && ai(n, f, () => {
1207
1207
  s.value = !!(n != null && n[u]);
1208
- }, !1), o && br(d), {
1208
+ }, !1), o && br(p), {
1209
1209
  isSupported: l,
1210
1210
  isFullscreen: s,
1211
- enter: p,
1212
- exit: d,
1213
- toggle: g
1211
+ enter: d,
1212
+ exit: p,
1213
+ toggle: m
1214
1214
  };
1215
1215
  }
1216
1216
  var bo;
@@ -1268,7 +1268,7 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1268
1268
  }, s = H(() => n.actived);
1269
1269
  return G(() => s.value, (l) => {
1270
1270
  l && o("onActivated"), l || o("onDeactivated");
1271
- }), (l, c) => ($(), W("iframe", {
1271
+ }), (l, c) => ($(), V("iframe", {
1272
1272
  class: "das-micro-app",
1273
1273
  src: n.src,
1274
1274
  entry: n.src,
@@ -1280,13 +1280,13 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1280
1280
  }), gi = /* @__PURE__ */ Ce(hi, [["__scopeId", "data-v-8ae871f6"]]), mi = /* @__PURE__ */ ne({
1281
1281
  __name: "das-micro-apps",
1282
1282
  setup(t) {
1283
- const e = E(null), n = async (s, a) => {
1284
- const l = de.value.find((d) => d.name === a);
1283
+ const e = T(null), n = async (s, a) => {
1284
+ const l = de.value.find((p) => p.name === a);
1285
1285
  if (!l) return;
1286
- l.dom = s.target, await Qe(), await new Promise((d) => setTimeout(d, 50));
1286
+ l.dom = s.target, await Qe(), await new Promise((p) => setTimeout(p, 50));
1287
1287
  const c = () => {
1288
- const d = e.value.getBoundingClientRect() || {};
1289
- return d.width = e.value.clientWidth, d.height = e.value.clientHeight, d;
1288
+ const p = e.value.getBoundingClientRect() || {};
1289
+ return p.width = e.value.clientWidth, p.height = e.value.clientHeight, p;
1290
1290
  };
1291
1291
  ee.sendMessageToMicroApp(a, "onLoaded", {
1292
1292
  href: location.href,
@@ -1309,7 +1309,7 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1309
1309
  const { dom: c, ...i } = l;
1310
1310
  ee.sendMessageToMicroApp(a, "onDeactivated"), ee.triggerMicroAppLifeCycleListener("onDeactivated", i);
1311
1311
  };
1312
- return (s, a) => ($(), W(
1312
+ return (s, a) => ($(), V(
1313
1313
  "div",
1314
1314
  {
1315
1315
  ref_key: "containerRef",
@@ -1317,10 +1317,10 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1317
1317
  class: "das-micro-app-container"
1318
1318
  },
1319
1319
  [
1320
- ($(!0), W(
1320
+ ($(!0), V(
1321
1321
  De,
1322
1322
  null,
1323
- Tt(v(de), (l) => ($(), W(
1323
+ Tt(v(de), (l) => ($(), V(
1324
1324
  De,
1325
1325
  null,
1326
1326
  [
@@ -1435,7 +1435,7 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1435
1435
  component: Cr,
1436
1436
  meta: { isMicroApp: !0, keepAlive: !0 }
1437
1437
  });
1438
- const o = E(!1), r = E(!1), s = E("");
1438
+ const o = T(!1), r = T(!1), s = T("");
1439
1439
  G(
1440
1440
  () => e.currentRoute.value,
1441
1441
  (a) => {
@@ -1477,8 +1477,8 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1477
1477
  params: i
1478
1478
  });
1479
1479
  }), ee.addEventListenerFromMainApp("onActivated", (a) => {
1480
- const { name: l = "", params: c = {}, query: i = {} } = e.currentRoute.value, { fromPath: u = "", fromQuery: h = "{}" } = i || {};
1481
- o.value = !0, e == null || e.push({ path: u, query: JSON.parse(h), params: c });
1480
+ const { name: l = "", params: c = {}, query: i = {} } = e.currentRoute.value, { fromPath: u = "", fromQuery: f = "{}" } = i || {};
1481
+ o.value = !0, e == null || e.push({ path: u, query: JSON.parse(f), params: c });
1482
1482
  }), ee.addEventListenerFromMainApp("sessionStorage", (a) => {
1483
1483
  const { cmd: l, key: c, value: i } = a.data;
1484
1484
  l === "setItem" && window.sessionStorage.setItem(c, i), l === "getItem" && window.sessionStorage.getItem(c), l === "removeItem" && window.sessionStorage.removeItem(c), l === "clear" && window.sessionStorage.clear();
@@ -1550,62 +1550,62 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1550
1550
  platformInitNextTick: {}
1551
1551
  },
1552
1552
  setup(t) {
1553
- const e = t, n = E({}), o = E(120), r = E(64);
1553
+ const e = t, n = T({}), o = T(120), r = T(64);
1554
1554
  let s = [];
1555
- const a = E([]), l = je({
1555
+ const a = T([]), l = je({
1556
1556
  color: "rgba(0,0,0,.15)",
1557
1557
  fontSize: 16
1558
- }), c = (p, g) => {
1558
+ }), c = (d, m) => {
1559
1559
  const A = document.createElement("span");
1560
- A.innerHTML = p, A.style.fontSize = g + "px", A.style.fontFamily = "sans-serif", A.style.visibility = "hidden", document.body.appendChild(A);
1561
- const m = A.getBoundingClientRect();
1562
- o.value = Math.ceil(m.width) + g / 2, r.value = Math.ceil(m.height), document.body.removeChild(A);
1563
- }, i = (p) => {
1560
+ A.innerHTML = d, A.style.fontSize = m + "px", A.style.fontFamily = "sans-serif", A.style.visibility = "hidden", document.body.appendChild(A);
1561
+ const g = A.getBoundingClientRect();
1562
+ o.value = Math.ceil(g.width) + m / 2, r.value = Math.ceil(g.height), document.body.removeChild(A);
1563
+ }, i = (d) => {
1564
1564
  var A;
1565
- const g = !!((A = n.value) != null && A.pageSwith);
1566
- a.value = p && g ? [...s] : [];
1565
+ const m = !!((A = n.value) != null && A.pageSwith);
1566
+ a.value = d && m ? [...s] : [];
1567
1567
  }, u = async () => {
1568
- var m, f, _, y, w, C, k;
1568
+ var g, h, b, _, C, I, y;
1569
1569
  await (e == null ? void 0 : e.platformInitNextTick());
1570
- const [p, g] = await bi().run();
1571
- if (p) return null;
1572
- if (n.value = g, !!((m = n.value) != null && m.pageSwith)) {
1570
+ const [d, m] = await bi().run();
1571
+ if (d) return null;
1572
+ if (n.value = m, !!((g = n.value) != null && g.pageSwith)) {
1573
1573
  s = [];
1574
- const { name: I, phone: S } = await na();
1575
- let T = "";
1576
- if ((f = n.value) != null && f.nameSwith && I && (s.push(I), T = T + `${I} `), (_ = n.value) != null && _.phoneSwith && S) {
1577
- const x = S.slice(-4);
1578
- s.push(x), T = T + `${x} `;
1574
+ const { name: S, phone: E } = await na();
1575
+ let k = "";
1576
+ if ((h = n.value) != null && h.nameSwith && S && (s.push(S), k = k + `${S} `), (b = n.value) != null && b.phoneSwith && E) {
1577
+ const x = E.slice(-4);
1578
+ s.push(x), k = k + `${x} `;
1579
1579
  }
1580
- if ((y = n.value) != null && y.textSwith && ((w = n.value) != null && w.text)) {
1580
+ if ((_ = n.value) != null && _.textSwith && ((C = n.value) != null && C.text)) {
1581
1581
  s.push(n.value.text);
1582
1582
  const x = n.value.text.replaceAll(`
1583
1583
  `, "<br/>");
1584
- T = T + `${x}`;
1584
+ k = k + `${x}`;
1585
1585
  }
1586
1586
  s.length && (s = s.join(" ").split(`
1587
- `)), l.color = (C = n.value) != null && C.textColor ? n.value.textColor : "rgba(0,0,0,.15)", l.fontSize = (k = n.value) != null && k.textSize ? parseInt(n.value.textSize) : 16, c(T, l.fontSize);
1587
+ `)), l.color = (I = n.value) != null && I.textColor ? n.value.textColor : "rgba(0,0,0,.15)", l.fontSize = (y = n.value) != null && y.textSize ? parseInt(n.value.textSize) : 16, c(k, l.fontSize);
1588
1588
  }
1589
- return g;
1589
+ return m;
1590
1590
  };
1591
1591
  u();
1592
- const h = Ye(), d = Dt();
1592
+ const f = Ye(), p = Dt();
1593
1593
  return G(
1594
- () => h.currentRoute.value,
1595
- (p) => {
1596
- var f, _, y;
1597
- const g = !!((f = n.value) != null && f.pageSwith), A = ((_ = p.meta) == null ? void 0 : _.showWatermark) ?? !0;
1598
- let m = ((y = p.query) == null ? void 0 : y.showWatermark) ?? !0;
1599
- m === "false" && (m = !1), i(g && !!(A && m));
1594
+ () => f.currentRoute.value,
1595
+ (d) => {
1596
+ var h, b, _;
1597
+ const m = !!((h = n.value) != null && h.pageSwith), A = ((b = d.meta) == null ? void 0 : b.showWatermark) ?? !0;
1598
+ let g = ((_ = d.query) == null ? void 0 : _.showWatermark) ?? !0;
1599
+ g === "false" && (g = !1), i(m && !!(A && g));
1600
1600
  },
1601
1601
  { immediate: !0 }
1602
- ), re.addEventListenerFromMicroApp("systemconfig:watermark-change", () => {
1603
- var A, m;
1602
+ ), le.addEventListenerFromMicroApp("systemconfig:watermark-change", () => {
1603
+ var A, g;
1604
1604
  u();
1605
- const p = !!((A = n.value) != null && A.pageSwith);
1606
- let g = ((m = d.query) == null ? void 0 : m.showWatermark) ?? !0;
1607
- g === "false" && (g = !1), i(!!(p && g));
1608
- }), (p, g) => ($(), F(v(ra), {
1605
+ const d = !!((A = n.value) != null && A.pageSwith);
1606
+ let m = ((g = p.query) == null ? void 0 : g.showWatermark) ?? !0;
1607
+ m === "false" && (m = !1), i(!!(d && m));
1608
+ }), (d, m) => ($(), F(v(ra), {
1609
1609
  class: "watermark",
1610
1610
  font: l,
1611
1611
  zIndex: 2147483647,
@@ -1614,7 +1614,7 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1614
1614
  height: r.value
1615
1615
  }, {
1616
1616
  default: B(() => [
1617
- fe(p.$slots, "default", {}, void 0, !0)
1617
+ fe(d.$slots, "default", {}, void 0, !0)
1618
1618
  ]),
1619
1619
  _: 3
1620
1620
  /* FORWARDED */
@@ -1639,7 +1639,7 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1639
1639
  closeCallback: {}
1640
1640
  },
1641
1641
  setup(t) {
1642
- const e = E(!0);
1642
+ const e = T(!0);
1643
1643
  return (n, o) => ($(), F(v(Nn), {
1644
1644
  modelValue: e.value,
1645
1645
  "onUpdate:modelValue": o[0] || (o[0] = (r) => e.value = r),
@@ -1671,20 +1671,20 @@ const fi = ["src", "entry", "name"], hi = /* @__PURE__ */ ne({
1671
1671
  class: "content",
1672
1672
  innerHTML: n.content
1673
1673
  }, null, 8, Ei),
1674
- n.desc && n.desc.length ? ($(), W(
1674
+ n.desc && n.desc.length ? ($(), V(
1675
1675
  De,
1676
1676
  { key: 0 },
1677
1677
  [
1678
1678
  Si,
1679
- ($(!0), W(
1679
+ ($(!0), V(
1680
1680
  De,
1681
1681
  null,
1682
- Tt(n.desc, (r, s) => Te(($(), W("div", {
1682
+ Tt(n.desc, (r, s) => Te(($(), V("div", {
1683
1683
  key: s,
1684
1684
  class: "desc-item"
1685
1685
  }, [
1686
1686
  ye(
1687
- ae(r),
1687
+ se(r),
1688
1688
  1
1689
1689
  /* TEXT */
1690
1690
  )
@@ -1777,29 +1777,29 @@ const $i = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhwAAAFoCAYAAAAcpSI2AA
1777
1777
  }, Qi = (t, e) => {
1778
1778
  const n = "permission-btn", o = JSON.parse(sessionStorage.getItem(n) || "{}") || {}, r = t != null && t.length ? t.filter((c) => c.routeUrl) : [], s = t != null && t.length ? t.filter((c) => !c.routeUrl && c.children).map((c) => c.children).flat() : [], a = [...r, ...s], l = {};
1779
1779
  return a.forEach((c) => {
1780
- var d;
1780
+ var p;
1781
1781
  const i = c.code, u = (c == null ? void 0 : c.originalCode) ?? "";
1782
1782
  l[i] || (l[i] = []);
1783
- let h = [];
1784
- c != null && c.children && ((d = c == null ? void 0 : c.children) != null && d.length) && (c.children.forEach((p) => {
1785
- var g;
1786
- !(p != null && p.children) || !((g = p.children) != null && g.length) ? h.push({
1787
- code: p.code,
1788
- originalCode: p.originalCode,
1789
- name: p.name
1790
- }) : Me([p]).forEach((m) => {
1791
- h.push({
1792
- code: m.code,
1793
- originalCode: m.originalCode,
1794
- name: m.name
1783
+ let f = [];
1784
+ c != null && c.children && ((p = c == null ? void 0 : c.children) != null && p.length) && (c.children.forEach((d) => {
1785
+ var m;
1786
+ !(d != null && d.children) || !((m = d.children) != null && m.length) ? f.push({
1787
+ code: d.code,
1788
+ originalCode: d.originalCode,
1789
+ name: d.name
1790
+ }) : Me([d]).forEach((g) => {
1791
+ f.push({
1792
+ code: g.code,
1793
+ originalCode: g.originalCode,
1794
+ name: g.name
1795
1795
  });
1796
1796
  });
1797
- }), h.forEach((p) => {
1798
- let g = p.originalCode ? p.originalCode : p.code ? p.code : "";
1799
- g.includes(i + ".") && (g = g.replace(i + ".", "").replaceAll(".", "-")), g.includes(u + ".") && (g = g.replace(u + ".", "").replaceAll(".", "-"));
1797
+ }), f.forEach((d) => {
1798
+ let m = d.originalCode ? d.originalCode : d.code ? d.code : "";
1799
+ m.includes(i + ".") && (m = m.replace(i + ".", "").replaceAll(".", "-")), m.includes(u + ".") && (m = m.replace(u + ".", "").replaceAll(".", "-"));
1800
1800
  const A = {
1801
- code: g,
1802
- name: p.name
1801
+ code: m,
1802
+ name: d.name
1803
1803
  };
1804
1804
  l[i].push(A), u && i !== u && (l["origin-auth"] || (l["origin-auth"] = {}), l["origin-auth"][u] || (l["origin-auth"][u] = []), l["origin-auth"][u].push(A));
1805
1805
  }));
@@ -2402,30 +2402,30 @@ function Ft(t, e, n, o, r, s) {
2402
2402
  if (a = Iu(t), !l)
2403
2403
  return iu(t, a);
2404
2404
  } else {
2405
- var h = xe(t), d = h == Xr || h == dd;
2405
+ var f = xe(t), p = f == Xr || f == dd;
2406
2406
  if (Qr(t))
2407
2407
  return au(t, l);
2408
- if (h == Zr || h == Gr || d && !r) {
2409
- if (a = c || d ? {} : Xu(t), !l)
2408
+ if (f == Zr || f == Gr || p && !r) {
2409
+ if (a = c || p ? {} : Xu(t), !l)
2410
2410
  return c ? fu(t, ru(a, t)) : du(t, Yl(a, t));
2411
2411
  } else {
2412
- if (!K[h])
2412
+ if (!K[f])
2413
2413
  return r ? t : {};
2414
- a = Ku(t, h, l);
2414
+ a = Ku(t, f, l);
2415
2415
  }
2416
2416
  }
2417
2417
  s || (s = new mt());
2418
- var p = s.get(t);
2419
- if (p)
2420
- return p;
2421
- s.set(t, a), od(t) ? t.forEach(function(m) {
2422
- a.add(Ft(m, e, n, m, t, s));
2423
- }) : ed(t) && t.forEach(function(m, f) {
2424
- a.set(f, Ft(m, e, n, f, t, s));
2418
+ var d = s.get(t);
2419
+ if (d)
2420
+ return d;
2421
+ s.set(t, a), od(t) ? t.forEach(function(g) {
2422
+ a.add(Ft(g, e, n, g, t, s));
2423
+ }) : ed(t) && t.forEach(function(g, h) {
2424
+ a.set(h, Ft(g, e, n, h, t, s));
2425
2425
  });
2426
- var g = i ? c ? gu : hu : c ? Jn : qn, A = u ? void 0 : g(t);
2427
- return rl(A || t, function(m, f) {
2428
- A && (f = m, m = t[f]), Br(a, f, Ft(m, e, n, f, t, s));
2426
+ var m = i ? c ? gu : hu : c ? Jn : qn, A = u ? void 0 : m(t);
2427
+ return rl(A || t, function(g, h) {
2428
+ A && (h = g, g = t[h]), Br(a, h, Ft(g, e, n, h, t, s));
2429
2429
  }), a;
2430
2430
  }
2431
2431
  var Ld = 1, $d = 4;
@@ -2470,8 +2470,8 @@ const Kt = (t, e = "") => {
2470
2470
  const n = t.findIndex((s) => s.code === e), o = t.slice(0, n), r = t.slice(n + 1);
2471
2471
  return { left: o, right: r };
2472
2472
  }, Od = (t, e, n) => {
2473
- var h;
2474
- const o = Me(e).filter((d) => d.routeUrl).filter((d) => !(d != null && d.disable) && !(d != null && d.expired)), s = (((h = ve()) == null ? void 0 : h.tabMap) ?? {})[t] ?? [], { left: a, right: l } = Md(s, n), c = s.filter((d) => o.find((p) => p.code === d.code));
2473
+ var f;
2474
+ const o = Me(e).filter((p) => p.routeUrl).filter((p) => !(p != null && p.disable) && !(p != null && p.expired)), s = (((f = ve()) == null ? void 0 : f.tabMap) ?? {})[t] ?? [], { left: a, right: l } = Md(s, n), c = s.filter((p) => o.find((d) => d.code === p.code));
2475
2475
  if (!a.length && !l.length || !c.length)
2476
2476
  return Ae([
2477
2477
  { key: "currentCode", value: "" },
@@ -2481,12 +2481,12 @@ const Kt = (t, e = "") => {
2481
2481
  ]), $n(t);
2482
2482
  let i = null;
2483
2483
  if (l.length) {
2484
- const d = l.find((p) => c.map((g) => g.code).includes(p.code));
2485
- d && (i = d);
2484
+ const p = l.find((d) => c.map((m) => m.code).includes(d.code));
2485
+ p && (i = p);
2486
2486
  }
2487
2487
  if (!i && a.length) {
2488
- const d = a.reverse().find((p) => c.map((g) => g.code).includes(p.code));
2489
- d && (i = d);
2488
+ const p = a.reverse().find((d) => c.map((m) => m.code).includes(d.code));
2489
+ p && (i = p);
2490
2490
  }
2491
2491
  return i ? (Ae([
2492
2492
  {
@@ -2502,7 +2502,7 @@ const Kt = (t, e = "") => {
2502
2502
  value: i
2503
2503
  },
2504
2504
  { key: `tabMap:${t}`, value: c }
2505
- ]), kr(i.code), { currentMenu: o.find((d) => d.code === i.code), currentTab: i }) : (Ae([
2505
+ ]), kr(i.code), { currentMenu: o.find((p) => p.code === i.code), currentTab: i }) : (Ae([
2506
2506
  { key: `preTab:${t}`, value: {} },
2507
2507
  { key: `tabMap:${t}`, value: [] }
2508
2508
  ]), $n(t));
@@ -2522,56 +2522,56 @@ const Kt = (t, e = "") => {
2522
2522
  a != null && a.children && a.children.length && (a.originalChildren = dt(a.children)), (a != null && a.expired || a != null && a.disable) && (a.children = []);
2523
2523
  }), { menus: r, originalMenus: s };
2524
2524
  }, Bd = async (t) => {
2525
- var d, p, g, A;
2525
+ var p, d, m, A;
2526
2526
  let { microApp: e = null, menuCode: n = "", menuPath: o = "", route: r = {} } = t;
2527
- const s = ((d = r.meta) == null ? void 0 : d.showLayout) ?? !0;
2528
- let a = ((p = r.query) == null ? void 0 : p.showLayout) ?? !0;
2527
+ const s = ((p = r.meta) == null ? void 0 : p.showLayout) ?? !0;
2528
+ let a = ((d = r.query) == null ? void 0 : d.showLayout) ?? !0;
2529
2529
  a === "false" && (a = !1);
2530
2530
  let l = (e == null ? void 0 : e.code) ?? "";
2531
2531
  if (!l) return { menuConfig: [], currentApp: null, currentMenu: null, query: null };
2532
2532
  let c = [], i = [];
2533
2533
  const u = J().subAppList ?? [];
2534
- if (u.length && (c = ((g = u.find((m) => m.code === e.code)) == null ? void 0 : g.menus) ?? []), !c.length) {
2535
- const { menus: m, originalMenus: f } = await Xn(l);
2536
- c = m ?? [], i = f ?? [];
2534
+ if (u.length && (c = ((m = u.find((g) => g.code === e.code)) == null ? void 0 : m.menus) ?? []), !c.length) {
2535
+ const { menus: g, originalMenus: h } = await Xn(l);
2536
+ c = g ?? [], i = h ?? [];
2537
2537
  }
2538
2538
  if (!c.length && (!s || !a))
2539
2539
  return { menuConfig: [], currentApp: null, currentMenu: null, query: null };
2540
2540
  if (e.routeUrl === "iot/iot") {
2541
- const { instanceInfo: m } = await nc();
2542
- if (m) {
2543
- let f = !1;
2544
- c.forEach((y) => {
2545
- y.routeUrl === "/deviceInstance" && (y.fixed = !0, y.divise = !0, y.menuCode = y.code, y.tagName = y.tabName = "实例", y.name = m.instanceName, y.leftIcon = "change2", y.rightIcon = "change2");
2541
+ const { instanceInfo: g } = await nc();
2542
+ if (g) {
2543
+ let h = !1;
2544
+ c.forEach((_) => {
2545
+ _.routeUrl === "/deviceInstance" && (_.fixed = !0, _.divise = !0, _.menuCode = _.code, _.tagName = _.tabName = "实例", _.name = g.instanceName, _.leftIcon = "change2", _.rightIcon = "change2");
2546
2546
  });
2547
- const _ = js(m.endTime) || m.endTime == 0 || m.endTime === 253370736e6 || m.endTime === "253370736000000" ? "-" : Number(m.endTime);
2548
- if (f = Cn().endOf("day") > Cn(_).endOf("day"), !n && m.id && !f) {
2549
- const w = Me(c).find((C) => C.routeUrl === "/statisticalReport");
2550
- w && (n = w.code);
2547
+ const b = js(g.endTime) || g.endTime == 0 || g.endTime === 253370736e6 || g.endTime === "253370736000000" ? "-" : Number(g.endTime);
2548
+ if (h = Cn().endOf("day") > Cn(b).endOf("day"), !n && g.id && !h) {
2549
+ const C = Me(c).find((I) => I.routeUrl === "/statisticalReport");
2550
+ C && (n = C.code);
2551
2551
  }
2552
2552
  }
2553
2553
  }
2554
2554
  if (s && a) {
2555
- const f = (ve().tabMap ?? {})[e.code] ?? [];
2556
- if (f.length) {
2557
- const _ = f.filter(
2558
- (y) => n && n === y.code || o && o === `/${y.applicationPath}${y.path}`.replace(/\/\//g, "/") || Me(c).map((w) => w.code).includes(y.code)
2555
+ const h = (ve().tabMap ?? {})[e.code] ?? [];
2556
+ if (h.length) {
2557
+ const b = h.filter(
2558
+ (_) => n && n === _.code || o && o === `/${_.applicationPath}${_.path}`.replace(/\/\//g, "/") || Me(c).map((C) => C.code).includes(_.code)
2559
2559
  );
2560
2560
  Ae([
2561
2561
  {
2562
2562
  key: `tabMap:${e.code}`,
2563
- value: _
2563
+ value: b
2564
2564
  }
2565
2565
  ]);
2566
2566
  }
2567
2567
  }
2568
2568
  if (!n && o) {
2569
- const m = Me(c).find((f) => {
2570
- const _ = `/${f.applicationPath}${f.routeUrl}`.replace(/\/\//g, "/");
2571
- return f.applicationPath && f.routeUrl && (o === _ || o.startsWith(`/${_}/`));
2569
+ const g = Me(c).find((h) => {
2570
+ const b = `/${h.applicationPath}${h.routeUrl}`.replace(/\/\//g, "/");
2571
+ return h.applicationPath && h.routeUrl && (o === b || o.startsWith(`/${b}/`));
2572
2572
  });
2573
- if (m)
2574
- n = m.code;
2573
+ if (g)
2574
+ n = g.code;
2575
2575
  else
2576
2576
  return {
2577
2577
  menuConfig: c,
@@ -2580,60 +2580,60 @@ const Kt = (t, e = "") => {
2580
2580
  query: { ...r.query, app: l }
2581
2581
  };
2582
2582
  }
2583
- let h = Kt(c, n);
2584
- if (!h) {
2583
+ let f = Kt(c, n);
2584
+ if (!f) {
2585
2585
  if (!s || !a)
2586
2586
  return { menuConfig: c, currentApp: null, currentMenu: null, query: { ...r.query, app: l } };
2587
- const m = Od(e.code, c, n);
2588
- m != null && m.currentApp && (e = m.currentApp), m != null && m.currentMenu && (h = m.currentMenu), m != null && m.currentTab && (r.query = ((A = m.currentTab) == null ? void 0 : A.query) ?? {});
2587
+ const g = Od(e.code, c, n);
2588
+ g != null && g.currentApp && (e = g.currentApp), g != null && g.currentMenu && (f = g.currentMenu), g != null && g.currentTab && (r.query = ((A = g.currentTab) == null ? void 0 : A.query) ?? {});
2589
2589
  }
2590
2590
  if ((e == null ? void 0 : e.routeUrl) === Ue)
2591
2591
  return { menuConfig: [], currentApp: e, currentMenu: null, query: null };
2592
- if (h) {
2593
- const m = `/${h.applicationPath}${h.routeUrl}`;
2594
- let f = "";
2595
- o && o.startsWith(m) && o !== m && (f = o);
2596
- const _ = { ...r.query, app: l, menu: h.code };
2592
+ if (f) {
2593
+ const g = `/${f.applicationPath}${f.routeUrl}`;
2594
+ let h = "";
2595
+ o && o.startsWith(g) && o !== g && (h = o);
2596
+ const b = { ...r.query, app: l, menu: f.code };
2597
2597
  if (s && a) {
2598
- const y = { ...e, currentMenuCode: h.code, menus: c, originalMenus: i };
2598
+ const _ = { ...e, currentMenuCode: f.code, menus: c, originalMenus: i };
2599
2599
  ke([
2600
- { key: "currentSubApp", value: y },
2600
+ { key: "currentSubApp", value: _ },
2601
2601
  { key: "currentSubAppCode", value: l },
2602
- { key: "subAppList", value: y }
2602
+ { key: "subAppList", value: _ }
2603
2603
  ]);
2604
- const w = {
2604
+ const C = {
2605
2605
  currentApplication: e.routeUrl,
2606
- applicationPath: h.applicationPath,
2606
+ applicationPath: f.applicationPath,
2607
2607
  applicationCode: l,
2608
- menuId: h.id,
2609
- code: h.code,
2610
- name: (h == null ? void 0 : h.tabName) ?? h.name,
2611
- path: h.routeUrl,
2612
- query: _
2608
+ menuId: f.id,
2609
+ code: f.code,
2610
+ name: (f == null ? void 0 : f.tabName) ?? f.name,
2611
+ path: f.routeUrl,
2612
+ query: b
2613
2613
  };
2614
2614
  Ae([
2615
2615
  {
2616
2616
  key: "currentCode",
2617
- value: h.code
2617
+ value: f.code
2618
2618
  },
2619
2619
  {
2620
2620
  key: "currentTab",
2621
- value: w
2621
+ value: C
2622
2622
  },
2623
2623
  {
2624
2624
  key: `tabMap:${l}`,
2625
- value: w
2625
+ value: C
2626
2626
  },
2627
2627
  {
2628
2628
  key: `preTab:${l}`,
2629
- value: w
2629
+ value: C
2630
2630
  }
2631
2631
  ]);
2632
2632
  }
2633
- return { menuConfig: c, currentApp: e, currentMenu: h, query: _, microPath: f };
2633
+ return { menuConfig: c, currentApp: e, currentMenu: f, query: b, microPath: h };
2634
2634
  }
2635
2635
  return { menuConfig: c, currentApp: e, currentMenu: null, query: { ...r.query, app: l } };
2636
- }, Rd = We.get("/appcategory"), zo = E([]), qo = E(!1), Yr = async () => {
2636
+ }, Rd = We.get("/appcategory"), zo = T([]), qo = T(!1), Yr = async () => {
2637
2637
  qo.value = !0;
2638
2638
  const [t, e] = await Rd().run({ userType: 1 });
2639
2639
  return qo.value = !1, t ? (zo.value = [], { navConfig: [] }) : (zo.value = e, ke([{ key: "appcategorys", value: e }]), { navConfig: e });
@@ -2664,16 +2664,16 @@ const Kt = (t, e = "") => {
2664
2664
  }, Kd = async () => {
2665
2665
  const [t, e] = await Vd().run();
2666
2666
  return t ? { platformConfig: null } : { platformConfig: e };
2667
- }, es = E(null), Gd = async () => {
2667
+ }, es = T(null), Gd = async () => {
2668
2668
  const [t, e] = await zd().run();
2669
2669
  return t ? { homeConfig: null } : (e && (Bi(e), es.value = e), { homeConfig: e });
2670
- }, Gt = E(1), ts = async () => {
2670
+ }, Gt = T(1), ts = async () => {
2671
2671
  const [t, e] = await qd().run();
2672
2672
  return t ? { personalMenuConfig: null } : (Gt.value = (e == null ? void 0 : e.style) ?? 1, { personalMenuConfig: e });
2673
2673
  }, Xd = We.post("/menu/personal-setting"), Zd = { class: "preson-style-drawer" }, Yd = { class: "preson-style-container" }, ep = { class: "title" }, tp = { class: "content" }, np = { class: "item-content" }, op = ["src"], rp = { class: "item-content" }, sp = ["src"], ap = { class: "preson-style-footer" }, ip = /* @__PURE__ */ ne({
2674
2674
  __name: "index",
2675
2675
  setup(t, { expose: e }) {
2676
- const n = E(!1), o = E(!1), r = E(!1), s = E(!1), a = () => {
2676
+ const n = T(!1), o = T(!1), r = T(!1), s = T(!1), a = () => {
2677
2677
  o.value = Gt.value === 1, r.value = Gt.value === 2, n.value = !0;
2678
2678
  }, l = (i) => {
2679
2679
  i === 1 ? r.value = !1 : o.value = !1;
@@ -2684,11 +2684,11 @@ const Kt = (t, e = "") => {
2684
2684
  return e({
2685
2685
  /** 打开弹窗 */
2686
2686
  openDialog: a
2687
- }), (i, u) => ($(), W("div", Zd, [
2687
+ }), (i, u) => ($(), V("div", Zd, [
2688
2688
  R(v(sa), {
2689
2689
  title: v(N)("主题设置").value,
2690
2690
  modelValue: n.value,
2691
- "onUpdate:modelValue": u[5] || (u[5] = (h) => n.value = h),
2691
+ "onUpdate:modelValue": u[5] || (u[5] = (f) => n.value = f),
2692
2692
  "body-style": { padding: 0 },
2693
2693
  direction: "rtl"
2694
2694
  }, {
@@ -2696,7 +2696,7 @@ const Kt = (t, e = "") => {
2696
2696
  O("div", ap, [
2697
2697
  R(v(He), {
2698
2698
  size: "middle",
2699
- onClick: u[4] || (u[4] = (h) => n.value = !1),
2699
+ onClick: u[4] || (u[4] = (f) => n.value = !1),
2700
2700
  style: { "margin-right": "12px" }
2701
2701
  }, {
2702
2702
  default: B(() => [
@@ -2724,7 +2724,7 @@ const Kt = (t, e = "") => {
2724
2724
  O(
2725
2725
  "p",
2726
2726
  ep,
2727
- ae(v(N)("侧边菜单栏").value),
2727
+ se(v(N)("侧边菜单栏").value),
2728
2728
  1
2729
2729
  /* TEXT */
2730
2730
  ),
@@ -2738,12 +2738,12 @@ const Kt = (t, e = "") => {
2738
2738
  }, null, 8, op),
2739
2739
  R(v(uo), {
2740
2740
  modelValue: o.value,
2741
- "onUpdate:modelValue": u[0] || (u[0] = (h) => o.value = h),
2742
- onChange: u[1] || (u[1] = (h) => l(1))
2741
+ "onUpdate:modelValue": u[0] || (u[0] = (f) => o.value = f),
2742
+ onChange: u[1] || (u[1] = (f) => l(1))
2743
2743
  }, {
2744
2744
  default: B(() => [
2745
2745
  ye(
2746
- ae(v(N)("弹出式菜单栏").value),
2746
+ se(v(N)("弹出式菜单栏").value),
2747
2747
  1
2748
2748
  /* TEXT */
2749
2749
  )
@@ -2761,12 +2761,12 @@ const Kt = (t, e = "") => {
2761
2761
  }, null, 8, sp),
2762
2762
  R(v(uo), {
2763
2763
  modelValue: r.value,
2764
- "onUpdate:modelValue": u[2] || (u[2] = (h) => r.value = h),
2765
- onChange: u[3] || (u[3] = (h) => l(2))
2764
+ "onUpdate:modelValue": u[2] || (u[2] = (f) => r.value = f),
2765
+ onChange: u[3] || (u[3] = (f) => l(2))
2766
2766
  }, {
2767
2767
  default: B(() => [
2768
2768
  ye(
2769
- ae(v(N)("内嵌式菜单栏").value),
2769
+ se(v(N)("内嵌式菜单栏").value),
2770
2770
  1
2771
2771
  /* TEXT */
2772
2772
  )
@@ -2783,7 +2783,7 @@ const Kt = (t, e = "") => {
2783
2783
  }, 8, ["title", "modelValue"])
2784
2784
  ]));
2785
2785
  }
2786
- }), cp = /* @__PURE__ */ Ce(ip, [["__scopeId", "data-v-760eb710"]]), lp = () => E(null), up = Rn.get("/login/history"), dp = () => {
2786
+ }), cp = /* @__PURE__ */ Ce(ip, [["__scopeId", "data-v-760eb710"]]), lp = () => T(null), up = Rn.get("/login/history"), dp = () => {
2787
2787
  const t = () => ["/licenseActivate", "/licenseDataManage", "/sso-logout"].some((c) => new RegExp(`^${c}$`, "i").test(location.pathname)), e = (a) => {
2788
2788
  const { browserLogoImgHost: l = "", browserLogoImg: c = "" } = a || {}, i = c ? l + Mn(c) : "";
2789
2789
  Ri(i), Ns(i);
@@ -2805,7 +2805,7 @@ const Kt = (t, e = "") => {
2805
2805
  }, o = async () => {
2806
2806
  const [{ loginConfig: a }, { platformConfig: l }] = await Promise.all([Jd(), Kd()]);
2807
2807
  e(l), M.nav.setLogo((l == null ? void 0 : l.platformLogoImg) ?? ""), !t() && a != null && a.loginInfoTip && !sessionStorage.getItem("loginInfoTip") && n();
2808
- }, r = E(!1), s = () => new Promise((a) => {
2808
+ }, r = T(!1), s = () => new Promise((a) => {
2809
2809
  const l = () => {
2810
2810
  if (r.value) return a();
2811
2811
  setTimeout(() => l(), 50);
@@ -2822,11 +2822,11 @@ const Kt = (t, e = "") => {
2822
2822
  initNextTick: s
2823
2823
  };
2824
2824
  }, pp = (t) => {
2825
- const e = Ye(), n = Dt(), { getMenu: o } = zs(), { getHistoryList: r, getSearchList: s } = kp(), a = E(!0), l = E([]), c = E([]), i = E(!1), u = E(!1);
2825
+ const e = Ye(), n = Dt(), { getMenu: o } = zs(), { getHistoryList: r, getSearchList: s } = kp(), a = T(!0), l = T([]), c = T([]), i = T(!1), u = T(!1);
2826
2826
  G(
2827
2827
  () => n.path,
2828
- (g) => {
2829
- i.value = g === Ct;
2828
+ (m) => {
2829
+ i.value = m === Ct;
2830
2830
  },
2831
2831
  {
2832
2832
  immediate: !0
@@ -2845,44 +2845,44 @@ const Kt = (t, e = "") => {
2845
2845
  immediate: !0
2846
2846
  }
2847
2847
  );
2848
- const h = async () => {
2849
- let g = {};
2850
- return await Us([Yi, Hd, Gd, Yr, ts]).then((m) => Object.assign(g, ...m)), a.value = !1, g;
2851
- }, d = E(!1);
2848
+ const f = async () => {
2849
+ let m = {};
2850
+ return await Us([Yi, Hd, Gd, Yr, ts]).then((g) => Object.assign(m, ...g)), a.value = !1, m;
2851
+ }, p = T(!1);
2852
2852
  return M.nav.addEventListener("onBeforeMount", async () => {
2853
- var S;
2853
+ var E;
2854
2854
  await t();
2855
- const g = await h();
2856
- if (!g) return;
2857
- const { homeConfig: A, projectConfig: m, currentProject: f, tenantList: _, personalMenuConfig: y } = g;
2858
- u.value = ((S = On()) == null ? void 0 : S.flag) !== 4 && _ && _.length > 1;
2859
- const w = [...Ir];
2860
- w.forEach((T) => {
2861
- A != null && A.appAlias && T.value === Ue && (T.label = A.appAlias), A != null && A.homeAlias && T.value === Ct && (T.label = A.homeAlias);
2862
- }), l.value = w, A != null && A.enable || (l.value = l.value.filter((T) => T.path === Ue), n.path === Ct && await e.replace(Ue)), M.nav.setItems(l.value), m && m.length && (M.nav.setProjectConfig({
2855
+ const m = await f();
2856
+ if (!m) return;
2857
+ const { homeConfig: A, projectConfig: g, currentProject: h, tenantList: b, personalMenuConfig: _ } = m;
2858
+ u.value = ((E = On()) == null ? void 0 : E.flag) !== 4 && b && b.length > 1;
2859
+ const C = [...Ir];
2860
+ C.forEach((k) => {
2861
+ A != null && A.appAlias && k.value === Ue && (k.label = A.appAlias), A != null && A.homeAlias && k.value === Ct && (k.label = A.homeAlias);
2862
+ }), l.value = C, A != null && A.enable || (l.value = l.value.filter((k) => k.path === Ue), n.path === Ct && await e.replace(Ue)), M.nav.setItems(l.value), g && g.length && (M.nav.setProjectConfig({
2863
2863
  treeProps: {
2864
- disabled: (T) => T.type !== 7
2864
+ disabled: (k) => k.type !== 7
2865
2865
  },
2866
2866
  // 过滤的节点
2867
- filterNodeMethod: (T) => T.type === 7,
2867
+ filterNodeMethod: (k) => k.type === 7,
2868
2868
  // 树打平之后保留的数据
2869
- filterFlatCondition: (T) => T.type === 7
2870
- }), M.nav.setProjects(m || []), f && M.nav.setActiveProject(f));
2871
- const C = Yt() ?? {}, k = C != null && C.headPicture ? Mn(C.headPicture) : void 0;
2872
- c.value = [...yi], f && f.id !== 0 ? await o("personCenter", "", "/userInfo") || (c.value = c.value.filter((x) => x.value !== "1")) : c.value = c.value.filter((T) => T.value !== "1"), M.nav.setUserInfo({ headPicture: k, commandList: c.value }), M.nav.setSearchConfig({
2869
+ filterFlatCondition: (k) => k.type === 7
2870
+ }), M.nav.setProjects(g || []), h && M.nav.setActiveProject(h));
2871
+ const I = Yt() ?? {}, y = I != null && I.headPicture ? Mn(I.headPicture) : void 0;
2872
+ c.value = [...yi], h && h.id !== 0 ? await o("personCenter", "", "/userInfo") || (c.value = c.value.filter((x) => x.value !== "1")) : c.value = c.value.filter((k) => k.value !== "1"), M.nav.setUserInfo({ headPicture: y, commandList: c.value }), M.nav.setSearchConfig({
2873
2873
  getHistoryList: r,
2874
2874
  getSearchList: s
2875
2875
  });
2876
- const I = J().subAppList ?? [];
2877
- I.length && (I.forEach((T) => {
2878
- T.menus = [], T.originalMenus = [];
2879
- }), ke([{ key: "subAppList", value: I }])), d.value = !0;
2880
- }), { loading: a, innerPage: l, commandList: c, layoutInited: d, initNextTick: () => new Promise((g) => {
2876
+ const S = J().subAppList ?? [];
2877
+ S.length && (S.forEach((k) => {
2878
+ k.menus = [], k.originalMenus = [];
2879
+ }), ke([{ key: "subAppList", value: S }])), p.value = !0;
2880
+ }), { loading: a, innerPage: l, commandList: c, layoutInited: p, initNextTick: () => new Promise((m) => {
2881
2881
  const A = async () => {
2882
- var _;
2883
- let m = ((_ = n.meta) == null ? void 0 : _.showLayout) ?? !0, { showLayout: f = !0 } = n.query;
2884
- if (f === "false" && (f = !1), !m || !f || d.value) {
2885
- g();
2882
+ var b;
2883
+ let g = ((b = n.meta) == null ? void 0 : b.showLayout) ?? !0, { showLayout: h = !0 } = n.query;
2884
+ if (h === "false" && (h = !1), !g || !h || p.value) {
2885
+ m();
2886
2886
  return;
2887
2887
  }
2888
2888
  setTimeout(() => A(), 50);
@@ -2901,7 +2901,7 @@ const Kt = (t, e = "") => {
2901
2901
  }, hp = () => {
2902
2902
  const { entryMenu: t } = rn();
2903
2903
  M.menu.addEventListener("onItemClick", async (e) => {
2904
- le.innerSet = !0;
2904
+ ce.innerSet = !0;
2905
2905
  const n = Me(zt(e.applicationCode)).filter((o) => !o.disable && !o.expired).find((o) => o.code === e.code);
2906
2906
  if (!(n && !n.routeUrl)) {
2907
2907
  if (!n) {
@@ -2931,106 +2931,106 @@ const Kt = (t, e = "") => {
2931
2931
  const { enter: o } = ht();
2932
2932
  return M.nav.addEventListener("fullScreenHandle", o), {};
2933
2933
  }, mp = () => {
2934
- const t = Ye(), e = "#666666", n = "#FAFAFA", o = "#D9D9D9", r = E(e), s = E(n), a = E(o);
2934
+ const t = Ye(), e = "#666666", n = "#FAFAFA", o = "#D9D9D9", r = T(e), s = T(n), a = T(o);
2935
2935
  let l = "", c = {};
2936
2936
  G(
2937
2937
  () => t.currentRoute.value,
2938
- async (f) => {
2939
- var I, S, T, x, Q, V, q;
2940
- const _ = ((I = f.meta) == null ? void 0 : I.showLayout) ?? !0;
2941
- let y = ((S = f.query) == null ? void 0 : S.showLayout) ?? !0;
2942
- if (y === "false" && (y = !1), !_ || !y || f.path === l && _n(f.query, c)) return;
2943
- l = dt(f.path), c = dt(f.query);
2944
- const w = J().currentSubAppCode ?? "";
2945
- if (!w) return;
2946
- const C = ((T = f.query) == null ? void 0 : T.menu) ?? ((x = ve()) == null ? void 0 : x.currentCode) ?? "";
2938
+ async (h) => {
2939
+ var S, E, k, x, Q, W, q;
2940
+ const b = ((S = h.meta) == null ? void 0 : S.showLayout) ?? !0;
2941
+ let _ = ((E = h.query) == null ? void 0 : E.showLayout) ?? !0;
2942
+ if (_ === "false" && (_ = !1), !b || !_ || h.path === l && _n(h.query, c)) return;
2943
+ l = dt(h.path), c = dt(h.query);
2944
+ const C = J().currentSubAppCode ?? "";
2947
2945
  if (!C) return;
2948
- const k = JSON.parse(sessionStorage.getItem("tabStyle") || "{}") || {};
2949
- k && JSON.stringify(k) !== "{}" && (r.value = (Q = k[w][C]) != null && Q.fontColor ? k[w][C].fontColor : e, s.value = (V = k[w][C]) != null && V.backgroundColor ? k[w][C].backgroundColor : n, a.value = (q = k[w][C]) != null && q.backgroundColor ? k[w][C].backgroundColor : o);
2946
+ const I = ((k = h.query) == null ? void 0 : k.menu) ?? ((x = ve()) == null ? void 0 : x.currentCode) ?? "";
2947
+ if (!I) return;
2948
+ const y = JSON.parse(sessionStorage.getItem("tabStyle") || "{}") || {};
2949
+ y && JSON.stringify(y) !== "{}" && (r.value = (Q = y[C][I]) != null && Q.fontColor ? y[C][I].fontColor : e, s.value = (W = y[C][I]) != null && W.backgroundColor ? y[C][I].backgroundColor : n, a.value = (q = y[C][I]) != null && q.backgroundColor ? y[C][I].backgroundColor : o);
2950
2950
  }
2951
2951
  );
2952
- const { deleteApp: i } = vt(), { entryMenu: u } = rn(), { reloadRoute: h, unloadRoute: d } = ns(), p = (f) => {
2953
- var C;
2954
- const _ = Me(zt(f.applicationCode)).find((k) => k.code === f.code), w = (((C = ve().tabMap) == null ? void 0 : C[f.applicationCode]) ?? []).find((k) => k.code === f.code);
2955
- u({ currentMenu: _, route: { path: w.path, query: w.query ?? {} } });
2956
- }, g = (f) => {
2957
- if (!f || !f.length) return;
2958
- const _ = f.map((y) => y.path);
2959
- d(_);
2960
- }, A = (f) => {
2961
- const _ = J().currentSubAppCode ?? "";
2962
- le.innerSet = !0;
2963
- const y = ve(), w = y.tabMap[_], C = w.findIndex((Q) => Q.code === f.data.code);
2964
- if (C === -1) return;
2965
- const k = () => {
2952
+ const { deleteApp: i } = vt(), { entryMenu: u } = rn(), { reloadRoute: f, unloadRoute: p } = ns(), d = (h) => {
2953
+ var I;
2954
+ const b = Me(zt(h.applicationCode)).find((y) => y.code === h.code), C = (((I = ve().tabMap) == null ? void 0 : I[h.applicationCode]) ?? []).find((y) => y.code === h.code);
2955
+ u({ currentMenu: b, route: { path: C.path, query: C.query ?? {} } });
2956
+ }, m = (h) => {
2957
+ if (!h || !h.length) return;
2958
+ const b = h.map((_) => _.path);
2959
+ p(b);
2960
+ }, A = (h) => {
2961
+ const b = J().currentSubAppCode ?? "";
2962
+ ce.innerSet = !0;
2963
+ const _ = ve(), C = _.tabMap[b], I = C.findIndex((Q) => Q.code === h.data.code);
2964
+ if (I === -1) return;
2965
+ const y = () => {
2966
2966
  var q;
2967
- let V = (((q = J().appcategorys) == null ? void 0 : q.map((ce) => ce.apps).flat()) ?? []).find((ce) => ce.code === _);
2968
- V = { ...V, value: V.code, label: V.name }, i(V), M.nav.removeItem(_);
2967
+ let W = (((q = J().appcategorys) == null ? void 0 : q.map((ie) => ie.apps).flat()) ?? []).find((ie) => ie.code === b);
2968
+ W = { ...W, value: W.code, label: W.name }, i(W), M.nav.removeItem(b);
2969
2969
  };
2970
2970
  ({
2971
2971
  me: async (Q) => {
2972
- if (w.length === 1) {
2973
- k();
2972
+ if (C.length === 1) {
2973
+ y();
2974
2974
  return;
2975
2975
  }
2976
- const V = y.currentCode;
2976
+ const W = _.currentCode;
2977
2977
  let q = null;
2978
- V === Q.value && (C + 1 === w.length ? w[C - 1] && (q = w[C - 1]) : w[C + 1] && (q = w[C + 1])), w.splice(C, 1), g([Q]), Ae([{ key: `tabMap:${_}`, value: w }]), q ? p(q) : Ae([{ key: `preTab:${_}`, value: {} }]);
2978
+ W === Q.value && (I + 1 === C.length ? C[I - 1] && (q = C[I - 1]) : C[I + 1] && (q = C[I + 1])), C.splice(I, 1), m([Q]), Ae([{ key: `tabMap:${b}`, value: C }]), q ? d(q) : Ae([{ key: `preTab:${b}`, value: {} }]);
2979
2979
  },
2980
- all: k,
2980
+ all: y,
2981
2981
  other: async (Q) => {
2982
- const V = w[C];
2982
+ const W = C[I];
2983
2983
  t.push({
2984
- path: `/${V.applicationPath}${V.path}`.replace(/\/\//g, "/"),
2985
- query: V.query
2986
- }), M.menu.setActiveItem(V.menuId), M.tab.setActiveItem(V.code);
2987
- const q = w.filter((ce) => ce.code !== Q.value);
2988
- q.forEach((ce) => M.tab.removeItem(ce.code)), g(q), Ae([{ key: `tabMap:${_}`, value: [V] }]), p(V);
2984
+ path: `/${W.applicationPath}${W.path}`.replace(/\/\//g, "/"),
2985
+ query: W.query
2986
+ }), M.menu.setActiveItem(W.menuId), M.tab.setActiveItem(W.code);
2987
+ const q = C.filter((ie) => ie.code !== Q.value);
2988
+ q.forEach((ie) => M.tab.removeItem(ie.code)), m(q), Ae([{ key: `tabMap:${b}`, value: [W] }]), d(W);
2989
2989
  },
2990
2990
  right: async (Q) => {
2991
- const V = y.currentCode;
2992
- if (V !== Q.value && w.findIndex((Ie) => Ie.code === V) > C) {
2993
- const Ie = w[C];
2994
- p(Ie);
2991
+ const W = _.currentCode;
2992
+ if (W !== Q.value && C.findIndex((Ie) => Ie.code === W) > I) {
2993
+ const Ie = C[I];
2994
+ d(Ie);
2995
2995
  }
2996
- const q = w.slice(C + 1);
2997
- q.forEach((ce) => M.tab.removeItem(ce.code)), g(q), w.splice(C + 1), Ae([{ key: `tabMap:${_}`, value: w }]);
2996
+ const q = C.slice(I + 1);
2997
+ q.forEach((ie) => M.tab.removeItem(ie.code)), m(q), C.splice(I + 1), Ae([{ key: `tabMap:${b}`, value: C }]);
2998
2998
  }
2999
- })[f.type](f.data);
2999
+ })[h.type](h.data);
3000
3000
  };
3001
- M.tab.addEventListener("onItemClick", async (f) => {
3002
- ve().currentCode !== f.currentCode && (le.innerSet = !0, p(f));
3003
- }), M.tab.addEventListener("onItemRemove", (f) => {
3004
- const _ = ve(), y = J().currentSubAppCode ?? "";
3005
- _.tabMap[y].findIndex((k) => k.code === f.code) !== -1 && (Ut(f.applicationCode, [f.code]), A({ type: "me", data: f }));
3006
- }), M.tab.addEventListener("onMenuClick", (f) => {
3007
- let _ = [];
3008
- const y = ve().tabMap[f.applicationCode] ?? [];
3009
- if (f.type.key === "right") {
3010
- const w = y.findIndex((C) => C.code === f.data.value);
3011
- _ = y.slice(w + 1);
3001
+ M.tab.addEventListener("onItemClick", async (h) => {
3002
+ ve().currentCode !== h.currentCode && (ce.innerSet = !0, d(h));
3003
+ }), M.tab.addEventListener("onItemRemove", (h) => {
3004
+ const b = ve(), _ = J().currentSubAppCode ?? "";
3005
+ b.tabMap[_].findIndex((y) => y.code === h.code) !== -1 && (Ut(h.applicationCode, [h.code]), A({ type: "me", data: h }));
3006
+ }), M.tab.addEventListener("onMenuClick", (h) => {
3007
+ let b = [];
3008
+ const _ = ve().tabMap[h.applicationCode] ?? [];
3009
+ if (h.type.key === "right") {
3010
+ const C = _.findIndex((I) => I.code === h.data.value);
3011
+ b = _.slice(C + 1);
3012
3012
  }
3013
- f.type.key === "other" && (_ = y.filter((w) => w.code !== f.data.value)), f.type.key === "all" && (_ = [...y]), Ut(
3014
- f.applicationCode,
3015
- _.map((w) => w.code)
3016
- ), A({ type: f.type.key, data: f.data });
3017
- }), M.tab.addEventListener("onPageRefresh", async (f) => {
3018
- if (!f || f.path === ct) return;
3019
- Ut(f.applicationCode, [f.code]);
3020
- const _ = Me(zt(f.applicationCode)).find((C) => C.code === f.code);
3021
- if (!_) return;
3022
- if (_.routeUrl !== f.path) {
3023
- h([f.path]), d([`/${f.applicationPath}${_.routeUrl}`]), await u({ currentMenu: _ });
3013
+ h.type.key === "other" && (b = _.filter((C) => C.code !== h.data.value)), h.type.key === "all" && (b = [..._]), Ut(
3014
+ h.applicationCode,
3015
+ b.map((C) => C.code)
3016
+ ), A({ type: h.type.key, data: h.data });
3017
+ }), M.tab.addEventListener("onPageRefresh", async (h) => {
3018
+ if (!h || h.path === ct) return;
3019
+ Ut(h.applicationCode, [h.code]);
3020
+ const b = Me(zt(h.applicationCode)).find((I) => I.code === h.code);
3021
+ if (!b) return;
3022
+ if (b.routeUrl !== h.path) {
3023
+ f([h.path]), p([`/${h.applicationPath}${b.routeUrl}`]), await u({ currentMenu: b });
3024
3024
  return;
3025
3025
  }
3026
- const y = { app: _.applicationCode, menu: _.code }, w = { ...f.query };
3027
- _n(y, w) || await u({ currentMenu: _ }), h([f.path]);
3026
+ const _ = { app: b.applicationCode, menu: b.code }, C = { ...h.query };
3027
+ _n(_, C) || await u({ currentMenu: b }), f([h.path]);
3028
3028
  });
3029
- const { enter: m } = ht();
3030
- return M.tab.addEventListener("onToggleFullScreen", m), { fontColor: r, backgroudColor: s, borderColor: a };
3029
+ const { enter: g } = ht();
3030
+ return M.tab.addEventListener("onToggleFullScreen", g), { fontColor: r, backgroudColor: s, borderColor: a };
3031
3031
  }, gn = tt(), Jo = (gn == null ? void 0 : gn.isAutoCloseApp) ?? !0, Ko = location.href.includes("showLayout=false"), Go = window.self !== window.top, vp = () => {
3032
3032
  const t = () => {
3033
- re.unloadAllMicroApp(), M.nav.setItems([]), M.menu.setItems([]), M.tab.setItems([]), Pr();
3033
+ M.nav.setItems([]), M.menu.setItems([]), M.tab.setItems([]), Pr();
3034
3034
  };
3035
3035
  window.addEventListener("beforeunload", function(e) {
3036
3036
  if (!(Ko || !Jo || Go) && window.__isAutoCloseApp) {
@@ -3046,60 +3046,60 @@ const Kt = (t, e = "") => {
3046
3046
  }
3047
3047
  const n = J();
3048
3048
  n.subAppList && n.subAppList.length && sessionStorage.setItem("has-subapp", "true"), t();
3049
- }), window.__isAutoCloseApp = !0, sessionStorage.getItem("has-subapp") && (window.__isAutoCloseApp = !1, window.location.replace(`${location.origin}/`), sessionStorage.removeItem("has-subapp")), re.addEventListenerFromMicroApp("system-reload", () => {
3049
+ }), window.__isAutoCloseApp = !0, sessionStorage.getItem("has-subapp") && (window.__isAutoCloseApp = !1, window.location.replace(`${location.origin}/`), sessionStorage.removeItem("has-subapp")), le.addEventListenerFromMicroApp("system-reload", () => {
3050
3050
  t(), window.__isAutoCloseApp = !1, window.location.replace(`${location.origin}/`);
3051
3051
  });
3052
3052
  }, vt = () => {
3053
3053
  const t = Ye(), { entryMenu: e } = rn(), { unloadRoute: n } = ns();
3054
3054
  let { mainAppName: o = "", microAppName: r = "", microApps: s = [] } = tt();
3055
3055
  !o && r && (s = [{ name: r }]);
3056
- const a = s.map((d) => d.name), l = () => {
3056
+ const a = s.map((p) => p.name), l = () => {
3057
3057
  M.menu.setItems([]), M.menu.setActiveItem(""), M.tab.setItems([]), M.tab.setActiveItem("");
3058
- }, c = async (d) => {
3059
- if (d.routeUrl && !a.includes(d.routeUrl)) return !0;
3060
- const p = d.code ?? "", A = (J().subAppList ?? []).find((w) => w.code === p);
3061
- let m = [], f = [], _ = !1;
3062
- if (A && (m = A.menus ?? []), !m.length) {
3063
- const { menus: w, originalMenus: C, err: k } = await Xn(p);
3064
- if (k) return !1;
3065
- m = w ?? [], f = C ?? [];
3058
+ }, c = async (p) => {
3059
+ if (p.routeUrl && !a.includes(p.routeUrl)) return !0;
3060
+ const d = p.code ?? "", A = (J().subAppList ?? []).find((C) => C.code === d);
3061
+ let g = [], h = [], b = !1;
3062
+ if (A && (g = A.menus ?? []), !g.length) {
3063
+ const { menus: C, originalMenus: I, err: y } = await Xn(d);
3064
+ if (y) return !1;
3065
+ g = C ?? [], h = I ?? [];
3066
3066
  }
3067
- if (m.length ? Kt(m) || (await Et({ title: "提示", content: "此应用菜单已过期/已收回/配置有误<br/>无法使用" }), _ = !0) : (await Et({ title: "提示", content: "此应用未配置菜单/无菜单权限<br/>无法使用" }), _ = !0), _) return !1;
3068
- const y = { ...d, menus: m, originalMenus: f };
3069
- return ke([{ key: "subAppList", value: y }]), !0;
3070
- }, i = async (d) => {
3071
- var V, q, ce, Ie, Rt;
3072
- const { microApp: p = null, menuCode: g = "", menuPath: A = "", route: m = {} } = d;
3073
- let f = m;
3074
- if (l(), !p && A) {
3067
+ if (g.length ? Kt(g) || (await Et({ title: "提示", content: "此应用菜单已过期/已收回/配置有误<br/>无法使用" }), b = !0) : (await Et({ title: "提示", content: "此应用未配置菜单/无菜单权限<br/>无法使用" }), b = !0), b) return !1;
3068
+ const _ = { ...p, menus: g, originalMenus: h };
3069
+ return ke([{ key: "subAppList", value: _ }]), !0;
3070
+ }, i = async (p) => {
3071
+ var W, q, ie, Ie, Rt;
3072
+ const { microApp: d = null, menuCode: m = "", menuPath: A = "", route: g = {} } = p;
3073
+ let h = g;
3074
+ if (l(), !d && A) {
3075
3075
  if (!(a && a.find((oe) => A.startsWith("/" + oe) || A.startsWith(oe)))) return;
3076
- t.push({ path: A, query: f.query });
3076
+ t.push({ path: A, query: h.query });
3077
3077
  return;
3078
3078
  }
3079
- const _ = ((V = f.meta) == null ? void 0 : V.showLayout) ?? !0;
3080
- let y = ((q = f.query) == null ? void 0 : q.showLayout) ?? !0;
3081
- y === "false" && (y = !1);
3082
- const w = (p == null ? void 0 : p.openType) ?? 1, C = (p == null ? void 0 : p.type) ?? 1;
3083
- if (p.routeUrl && !a.includes(p.routeUrl)) {
3084
- const pe = ((ce = J()) == null ? void 0 : ce.subAppList) ?? [];
3085
- if ((pe == null ? void 0 : pe.find((_e) => _e.code === p.code)) || pe == null || pe.push(p), ke([
3086
- { key: "currentSubApp", value: p },
3087
- { key: "currentSubAppCode", value: p.code },
3079
+ const b = ((W = h.meta) == null ? void 0 : W.showLayout) ?? !0;
3080
+ let _ = ((q = h.query) == null ? void 0 : q.showLayout) ?? !0;
3081
+ _ === "false" && (_ = !1);
3082
+ const C = (d == null ? void 0 : d.openType) ?? 1, I = (d == null ? void 0 : d.type) ?? 1;
3083
+ if (d.routeUrl && !a.includes(d.routeUrl)) {
3084
+ const pe = ((ie = J()) == null ? void 0 : ie.subAppList) ?? [];
3085
+ if ((pe == null ? void 0 : pe.find((_e) => _e.code === d.code)) || pe == null || pe.push(d), ke([
3086
+ { key: "currentSubApp", value: d },
3087
+ { key: "currentSubAppCode", value: d.code },
3088
3088
  { key: "subAppList", value: pe }
3089
3089
  ]), pe.forEach((_e) => {
3090
3090
  const ze = { ..._e, value: _e.code, label: _e.name };
3091
3091
  M.nav.appendItem(ze);
3092
- }), M.nav.setActiveItem(p.code), re.hideAllMicroApp(), p.routeUrl.includes("entrance=main")) {
3093
- t.push({ path: p.routeUrl, query: { ...f.query, app: p.code } });
3092
+ }), M.nav.setActiveItem(d.code), le.hideAllMicroApp(), d.routeUrl.includes("entrance=main")) {
3093
+ t.push({ path: d.routeUrl, query: { ...h.query, app: d.code } });
3094
3094
  return;
3095
3095
  }
3096
- if (w === 1 && C === 2) {
3097
- const _e = En(bn(wn(p.routeUrl)));
3096
+ if (C === 1 && I === 2) {
3097
+ const _e = En(bn(wn(d.routeUrl)));
3098
3098
  t.push({
3099
3099
  path: ct,
3100
3100
  query: {
3101
- ...f.query,
3102
- app: p.code,
3101
+ ...h.query,
3102
+ app: d.code,
3103
3103
  iframeSrc: _e
3104
3104
  }
3105
3105
  });
@@ -3107,39 +3107,39 @@ const Kt = (t, e = "") => {
3107
3107
  }
3108
3108
  }
3109
3109
  const {
3110
- menuConfig: k = [],
3111
- currentApp: I = null,
3112
- currentMenu: S = null,
3113
- microPath: T = "",
3110
+ menuConfig: y = [],
3111
+ currentApp: S = null,
3112
+ currentMenu: E = null,
3113
+ microPath: k = "",
3114
3114
  query: x = {}
3115
- } = await Bd({ microApp: p, menuCode: g, menuPath: A, route: f });
3116
- if (S && (f = {
3117
- path: T || `/${S.applicationPath}${S.routeUrl}`.replace(/\/\//g, "/"),
3118
- query: { ...x, app: S.applicationCode, menu: S.code },
3119
- meta: { ...(f == null ? void 0 : f.meta) ?? {} }
3120
- }), I && (I == null ? void 0 : I.code) !== (p == null ? void 0 : p.code)) {
3121
- if (I.fixed && (M.menu.setItems([]), M.tab.setItems([]), t.push(I.path), M.nav.setActiveItem(I.path), re.hideAllMicroApp()), !I.fixed) {
3122
- const pe = (Ie = J().subAppList) == null ? void 0 : Ie.find((ze) => ze.code === I.code), oe = ve().preTab[I.code], _e = { ...(oe == null ? void 0 : oe.query) ?? {} };
3115
+ } = await Bd({ microApp: d, menuCode: m, menuPath: A, route: h });
3116
+ if (E && (h = {
3117
+ path: k || `/${E.applicationPath}${E.routeUrl}`.replace(/\/\//g, "/"),
3118
+ query: { ...x, app: E.applicationCode, menu: E.code },
3119
+ meta: { ...(h == null ? void 0 : h.meta) ?? {} }
3120
+ }), S && (S == null ? void 0 : S.code) !== (d == null ? void 0 : d.code)) {
3121
+ if (S.fixed && (M.menu.setItems([]), M.tab.setItems([]), t.push(S.path), M.nav.setActiveItem(S.path), le.hideAllMicroApp()), !S.fixed) {
3122
+ const pe = (Ie = J().subAppList) == null ? void 0 : Ie.find((ze) => ze.code === S.code), oe = ve().preTab[S.code], _e = { ...(oe == null ? void 0 : oe.query) ?? {} };
3123
3123
  await i({ microApp: pe, menuCode: (oe == null ? void 0 : oe.code) ?? "", route: { query: _e } });
3124
3124
  }
3125
3125
  return;
3126
3126
  }
3127
- const Q = I || p;
3128
- if (!S && A) {
3127
+ const Q = S || d;
3128
+ if (!E && A) {
3129
3129
  t.push({
3130
3130
  path: A,
3131
3131
  query: {
3132
- ...f.query,
3132
+ ...h.query,
3133
3133
  app: Q.code
3134
3134
  }
3135
3135
  });
3136
3136
  return;
3137
3137
  }
3138
- if (_ && y) {
3138
+ if (b && _) {
3139
3139
  (Rt = J().subAppList) == null || Rt.forEach((oe) => {
3140
3140
  const _e = { ...oe, value: oe.code, label: oe.name };
3141
3141
  M.nav.appendItem(_e);
3142
- }), M.nav.setActiveItem(Q.code), M.menu.setItems(k);
3142
+ }), M.nav.setActiveItem(Q.code), M.menu.setItems(y);
3143
3143
  const pe = ve().tabMap[Q.code] ?? [];
3144
3144
  pe.length && pe.forEach((oe) => {
3145
3145
  M.tab.appendItem({
@@ -3149,50 +3149,50 @@ const Kt = (t, e = "") => {
3149
3149
  });
3150
3150
  });
3151
3151
  }
3152
- e({ currentMenu: S, microPath: T, route: f });
3153
- }, u = async (d) => {
3154
- var p;
3155
- if (le.innerSet = !0, d.fixed) {
3156
- M.menu.setItems([]), M.tab.setItems([]), t.push(d.path), M.nav.setActiveItem(d.path), ke([
3152
+ e({ currentMenu: E, microPath: k, route: h });
3153
+ }, u = async (p) => {
3154
+ var d;
3155
+ if (ce.innerSet = !0, p.fixed) {
3156
+ M.menu.setItems([]), M.tab.setItems([]), t.push(p.path), M.nav.setActiveItem(p.path), ke([
3157
3157
  { key: "currentSubAppCode", value: "" },
3158
3158
  { key: "currentSubApp", value: {} }
3159
3159
  ]), Ae([
3160
3160
  { key: "currentCode", value: "" },
3161
3161
  { key: "currentTab", value: {} }
3162
- ]), re.hideAllMicroApp();
3162
+ ]), le.hideAllMicroApp();
3163
3163
  return;
3164
3164
  }
3165
- if (!d.fixed) {
3166
- const g = (p = J().subAppList) == null ? void 0 : p.find((_) => _.code === d.code), A = ve().preTab[d.code], m = (A == null ? void 0 : A.code) ?? "", f = { ...(A == null ? void 0 : A.query) ?? {} };
3167
- await i({ microApp: g, menuCode: m, route: { query: f } });
3165
+ if (!p.fixed) {
3166
+ const m = (d = J().subAppList) == null ? void 0 : d.find((b) => b.code === p.code), A = ve().preTab[p.code], g = (A == null ? void 0 : A.code) ?? "", h = { ...(A == null ? void 0 : A.query) ?? {} };
3167
+ await i({ microApp: m, menuCode: g, route: { query: h } });
3168
3168
  }
3169
3169
  };
3170
3170
  return {
3171
3171
  beforeEntryApp: c,
3172
3172
  entryApp: i,
3173
3173
  changeApp: u,
3174
- deleteApp: async (d) => {
3175
- var f;
3176
- const p = J();
3177
- if (!((f = p.subAppList) != null && f.length)) return;
3178
- const g = p.subAppList.findIndex((_) => _.code === d.code);
3179
- if (g === -1) return;
3180
- const A = ve().tabMap[d.code] ?? [];
3174
+ deleteApp: async (p) => {
3175
+ var h;
3176
+ const d = J();
3177
+ if (!((h = d.subAppList) != null && h.length)) return;
3178
+ const m = d.subAppList.findIndex((b) => b.code === p.code);
3179
+ if (m === -1) return;
3180
+ const A = ve().tabMap[p.code] ?? [];
3181
3181
  if (A.length) {
3182
- const _ = A.map((y) => y.path);
3183
- n(_);
3182
+ const b = A.map((_) => _.path);
3183
+ n(b);
3184
3184
  }
3185
- let m = null;
3186
- if (p.currentSubAppCode === d.code && (g + 1 !== p.subAppList.length ? p.subAppList[g + 1] && (m = p.subAppList[g + 1]) : p.subAppList[g - 1] && (m = p.subAppList[g - 1])), p.subAppList.splice(g, 1), ke([{ key: "subAppList", value: p.subAppList }]), Ae([
3187
- { key: `preTab:${d.code}`, value: {} },
3188
- { key: `tabMap:${d.code}`, value: [] }
3189
- ]), m) {
3190
- const _ = { ...m, value: m.code, label: m.name };
3191
- await u(_), M.nav.setActiveItem(m.code);
3185
+ let g = null;
3186
+ if (d.currentSubAppCode === p.code && (m + 1 !== d.subAppList.length ? d.subAppList[m + 1] && (g = d.subAppList[m + 1]) : d.subAppList[m - 1] && (g = d.subAppList[m - 1])), d.subAppList.splice(m, 1), ke([{ key: "subAppList", value: d.subAppList }]), Ae([
3187
+ { key: `preTab:${p.code}`, value: {} },
3188
+ { key: `tabMap:${p.code}`, value: [] }
3189
+ ]), g) {
3190
+ const b = { ...g, value: g.code, label: g.name };
3191
+ await u(b), M.nav.setActiveItem(g.code);
3192
3192
  }
3193
- if (!p.subAppList.length) {
3194
- const _ = Ir[1];
3195
- M.menu.setItems([]), M.tab.setItems([]), re.unloadAllMicroApp(), u(_), Fn(), Sr();
3193
+ if (!d.subAppList.length) {
3194
+ const b = Ir[1];
3195
+ M.menu.setItems([]), M.tab.setItems([]), u(b), Fn(), Sr();
3196
3196
  }
3197
3197
  }
3198
3198
  };
@@ -3204,44 +3204,44 @@ const Kt = (t, e = "") => {
3204
3204
  const { currentMenu: a, route: l = {}, microPath: c = "" } = s;
3205
3205
  if (!a) return;
3206
3206
  let i = { ...l.query, app: a.applicationCode, menu: a.code };
3207
- const u = (a == null ? void 0 : a.openType) ?? 1, h = (a == null ? void 0 : a.type) ?? 1;
3208
- let d = "";
3207
+ const u = (a == null ? void 0 : a.openType) ?? 1, f = (a == null ? void 0 : a.type) ?? 1;
3208
+ let p = "";
3209
3209
  if (u === 1)
3210
- if (h === 1)
3210
+ if (f === 1)
3211
3211
  if (a.routeUrl.startsWith(ct)) {
3212
- re.hideAllMicroApp(), d = ct;
3213
- const m = Fs(a.routeUrl, "iframeSrc");
3214
- i = { ...i, iframeSrc: m }, t.push({ path: d, query: i });
3215
- } else a.applicationPath && (d = c || a.routeUrl, d = `/${a.applicationPath}${d}`.replace(/\/\//g, "/"), t.push({ path: d, query: i }));
3212
+ le.hideAllMicroApp(), p = ct;
3213
+ const g = Fs(a.routeUrl, "iframeSrc");
3214
+ i = { ...i, iframeSrc: g }, t.push({ path: p, query: i });
3215
+ } else a.applicationPath && (p = c || a.routeUrl, p = `/${a.applicationPath}${p}`.replace(/\/\//g, "/"), t.push({ path: p, query: i }));
3216
3216
  else {
3217
- re.hideAllMicroApp(), d = ct;
3218
- const m = En(bn(wn(a.routeUrl)));
3219
- i = { ...i, iframeSrc: m }, t.push({ path: d, query: i });
3217
+ le.hideAllMicroApp(), p = ct;
3218
+ const g = En(bn(wn(a.routeUrl)));
3219
+ i = { ...i, iframeSrc: g }, t.push({ path: p, query: i });
3220
3220
  }
3221
3221
  if (u === 2) {
3222
- let m = h === 1 ? `/${a.applicationPath}${a.routeUrl}`.replace(/\/\//g, "/") : a.routeUrl;
3223
- m = En(bn(wn(m))), le.innerSet ? (re.hideAllMicroApp(), d = Tr, t.push({ path: d, query: i }), m && window.open(m, "_blank")) : h === 1 && (d = m, i = { ...i, showLayout: !1 }, t.push({
3224
- path: d,
3222
+ let g = f === 1 ? `/${a.applicationPath}${a.routeUrl}`.replace(/\/\//g, "/") : a.routeUrl;
3223
+ g = En(bn(wn(g))), ce.innerSet ? (le.hideAllMicroApp(), p = Tr, t.push({ path: p, query: i }), g && window.open(g, "_blank")) : f === 1 && (p = g, i = { ...i, showLayout: !1 }, t.push({
3224
+ path: p,
3225
3225
  query: i
3226
3226
  }));
3227
3227
  }
3228
- const p = ((A = l.meta) == null ? void 0 : A.showLayout) ?? !0;
3229
- let g = (i == null ? void 0 : i.showLayout) ?? !0;
3230
- if (g === "false" && (g = !1), p && g) {
3231
- const m = {
3228
+ const d = ((A = l.meta) == null ? void 0 : A.showLayout) ?? !0;
3229
+ let m = (i == null ? void 0 : i.showLayout) ?? !0;
3230
+ if (m === "false" && (m = !1), d && m) {
3231
+ const g = {
3232
3232
  currentApplication: J().currentSubApp.routeUrl,
3233
3233
  applicationPath: a.applicationPath,
3234
3234
  applicationCode: a.applicationCode,
3235
3235
  menuId: a.id,
3236
3236
  code: a.code,
3237
3237
  name: (a == null ? void 0 : a.tabName) ?? a.name,
3238
- path: d,
3238
+ path: p,
3239
3239
  query: i
3240
3240
  };
3241
3241
  M.tab.appendItem({
3242
- ...m,
3243
- value: m.code,
3244
- label: m.name
3242
+ ...g,
3243
+ value: g.code,
3244
+ label: g.name
3245
3245
  }), M.tab.setActiveItem(a.code), M.menu.setActiveItem(a.id), kr(a.code), Ae([
3246
3246
  {
3247
3247
  key: "currentCode",
@@ -3249,45 +3249,45 @@ const Kt = (t, e = "") => {
3249
3249
  },
3250
3250
  {
3251
3251
  key: "currentTab",
3252
- value: m
3252
+ value: g
3253
3253
  },
3254
3254
  {
3255
3255
  key: `preTab:${a.applicationCode}`,
3256
- value: m
3256
+ value: g
3257
3257
  },
3258
3258
  {
3259
3259
  key: `tabMap:${a.applicationCode}`,
3260
- value: m
3260
+ value: g
3261
3261
  }
3262
3262
  ]);
3263
3263
  }
3264
3264
  } };
3265
3265
  }, Ap = (t, e, n) => {
3266
3266
  const { entryApp: o } = vt(), r = Ye(), s = async (c) => {
3267
- var y, w, C, k;
3267
+ var b, _, C, I;
3268
3268
  let i = { ...c }, { showLayout: u = !0 } = i.query;
3269
3269
  u === "false" && (u = !1);
3270
- const h = async () => {
3271
- var T, x;
3272
- let I = J().appcategorys ?? [];
3273
- if (!Array.isArray(I)) return [];
3270
+ const f = async () => {
3271
+ var E, k;
3272
+ let y = J().appcategorys ?? [];
3273
+ if (!Array.isArray(y)) return [];
3274
3274
  if (i.query) {
3275
- const Q = ((T = i.query) == null ? void 0 : T.project) ?? ((x = i.query) == null ? void 0 : x.projectId) ?? "";
3276
- if (!I.length || Q && Q !== Fe().id) {
3275
+ const x = ((E = i.query) == null ? void 0 : E.project) ?? ((k = i.query) == null ? void 0 : k.projectId) ?? "";
3276
+ if (!y.length || x && x !== Fe().id) {
3277
3277
  await e();
3278
- const { navConfig: V } = await Yr();
3279
- V && (I = V);
3278
+ const { navConfig: Q } = await Yr();
3279
+ Q && (y = Q);
3280
3280
  }
3281
3281
  }
3282
- return I.map((Q) => Q.apps).flat() ?? [];
3283
- }, d = tt().microApps ?? [], p = d.filter((I) => I.public);
3284
- if (p.length) {
3285
- const I = p.find(
3282
+ return y.map((x) => x.apps).flat() ?? [];
3283
+ }, p = tt().microApps ?? [], d = p.filter((y) => y.public);
3284
+ if (d.length) {
3285
+ const y = d.find(
3286
3286
  (S) => i.path.startsWith("/" + S.name) || i.path.startsWith(S.name)
3287
3287
  );
3288
- if (I) {
3288
+ if (y) {
3289
3289
  o({
3290
- microApp: { routeUrl: I.name, code: "" },
3290
+ microApp: { routeUrl: y.name, code: "" },
3291
3291
  menuCode: i.query.menu,
3292
3292
  menuPath: i.path,
3293
3293
  route: i
@@ -3295,38 +3295,38 @@ const Kt = (t, e = "") => {
3295
3295
  return;
3296
3296
  }
3297
3297
  }
3298
- const g = await h(), A = g.map((I) => I.code), m = ((y = i.query) == null ? void 0 : y.app) ?? "", f = ((w = J()) == null ? void 0 : w.subAppList) ?? [];
3299
- if (f.length) {
3300
- const I = f.filter((T) => T.code !== m && !A.includes(T.code)), S = f.filter(
3301
- (T) => m === T.code || A.includes(T.code)
3298
+ const m = await f(), A = m.map((y) => y.code), g = ((b = i.query) == null ? void 0 : b.app) ?? "", h = ((_ = J()) == null ? void 0 : _.subAppList) ?? [];
3299
+ if (h.length) {
3300
+ const y = h.filter((E) => E.code !== g && !A.includes(E.code)), S = h.filter(
3301
+ (E) => g === E.code || A.includes(E.code)
3302
3302
  );
3303
- ke([{ key: "subAppList", value: S }]), I && I.length && I.forEach((T) => {
3303
+ ke([{ key: "subAppList", value: S }]), y && y.length && y.forEach((E) => {
3304
3304
  Ae([
3305
- { key: `preTab:${T.code}`, value: {} },
3306
- { key: `tabMap:${T.code}`, value: [] }
3305
+ { key: `preTab:${E.code}`, value: {} },
3306
+ { key: `tabMap:${E.code}`, value: [] }
3307
3307
  ]);
3308
3308
  });
3309
3309
  }
3310
3310
  if (i.query.app) {
3311
- let I = g.find((S) => S.code === i.query.app);
3312
- if (!I && u) {
3311
+ let y = m.find((S) => S.code === i.query.app);
3312
+ if (!y && u) {
3313
3313
  const { currentApp: S } = $n(i.query.app);
3314
3314
  if (S) {
3315
- I = S;
3316
- const x = (ve().preTab ?? {})[I.code];
3317
- i = {}, x && (i.path = `/${x.applicationPath}${x.path}`.replace(/\/\//g, "/"), i.query = x.query);
3315
+ y = S;
3316
+ const k = (ve().preTab ?? {})[y.code];
3317
+ i = {}, k && (i.path = `/${k.applicationPath}${k.path}`.replace(/\/\//g, "/"), i.query = k.query);
3318
3318
  }
3319
3319
  }
3320
- I != null && I.fixed ? (M.menu.setItems([]), M.tab.setItems([]), r.push(I.path), M.nav.setActiveItem(I.path), re.hideAllMicroApp()) : o({ microApp: I, menuCode: i.query.menu, menuPath: i.path, route: i });
3320
+ y != null && y.fixed ? (M.menu.setItems([]), M.tab.setItems([]), r.push(y.path), M.nav.setActiveItem(y.path), le.hideAllMicroApp()) : o({ microApp: y, menuCode: i.query.menu, menuPath: i.path, route: i });
3321
3321
  return;
3322
3322
  } else {
3323
- const I = d && d.find(
3323
+ const y = p && p.find(
3324
3324
  (S) => i.path.startsWith("/" + S.name) || i.path.startsWith(S.name)
3325
3325
  );
3326
- if (I) {
3327
- let S = g.find((T) => T.routeUrl === I.name);
3328
- S || (S = g.find(
3329
- (T) => (T == null ? void 0 : T.routePath) && T.routePath.length && T.routePath.includes(I.name)
3326
+ if (y) {
3327
+ let S = m.find((E) => E.routeUrl === y.name);
3328
+ S || (S = m.find(
3329
+ (E) => (E == null ? void 0 : E.routePath) && E.routePath.length && E.routePath.includes(y.name)
3330
3330
  )), o({
3331
3331
  microApp: S,
3332
3332
  menuCode: i.query.menu,
@@ -3336,25 +3336,28 @@ const Kt = (t, e = "") => {
3336
3336
  return;
3337
3337
  }
3338
3338
  }
3339
- const _ = t.value.find((I) => I.path === location.pathname);
3340
- _ && M.nav.setActiveItem(_.path), (k = (C = J()) == null ? void 0 : C.subAppList) == null || k.forEach((I) => {
3341
- const S = { ...I, value: I.code, label: I.name };
3342
- M.nav.appendItem(S);
3343
- }), M.menu.setItems([]), M.tab.setItems([]), re.hideAllMicroApp(), ke([
3344
- { key: "currentSubAppCode", value: "" },
3345
- { key: "currentSubApp", value: {} }
3346
- ]), Ae([
3347
- { key: "currentCode", value: "" },
3348
- { key: "currentTab", value: {} }
3349
- ]);
3339
+ if (u) {
3340
+ le.hideAllMicroApp(), (I = (C = J()) == null ? void 0 : C.subAppList) == null || I.forEach((S) => {
3341
+ const E = { ...S, value: S.code, label: S.name };
3342
+ M.nav.appendItem(E);
3343
+ });
3344
+ const y = t.value.find((S) => S.path === location.pathname);
3345
+ y && (M.nav.setActiveItem(y.path), M.menu.setItems([]), M.tab.setItems([]), ke([
3346
+ { key: "currentSubAppCode", value: "" },
3347
+ { key: "currentSubApp", value: {} }
3348
+ ]), Ae([
3349
+ { key: "currentCode", value: "" },
3350
+ { key: "currentTab", value: {} }
3351
+ ]));
3352
+ }
3350
3353
  };
3351
3354
  let a = "", l = {};
3352
3355
  G(
3353
3356
  () => r.currentRoute.value,
3354
3357
  async (c) => {
3355
3358
  if (!(c.path === a && _n(c.query, l))) {
3356
- if (a = dt(c.path), l = dt(c.query), await n(), le.innerSet) {
3357
- le.innerSet = !1;
3359
+ if (a = dt(c.path), l = dt(c.query), await n(), ce.innerSet) {
3360
+ ce.innerSet = !1;
3358
3361
  return;
3359
3362
  }
3360
3363
  s(c);
@@ -3362,18 +3365,18 @@ const Kt = (t, e = "") => {
3362
3365
  }
3363
3366
  );
3364
3367
  }, ns = () => ({ reloadRoute: (n) => {
3365
- le.excludeRoutes = Array.from(/* @__PURE__ */ new Set([...le.excludeRoutes, ...n])), le.routeKeepAliveVisible = !1, setTimeout(() => {
3366
- le.routeKeepAliveVisible = !0, le.excludeRoutes = [];
3368
+ ce.excludeRoutes = Array.from(/* @__PURE__ */ new Set([...ce.excludeRoutes, ...n])), ce.routeKeepAliveVisible = !1, setTimeout(() => {
3369
+ ce.routeKeepAliveVisible = !0, ce.excludeRoutes = [];
3367
3370
  }, 300);
3368
3371
  }, unloadRoute: (n) => {
3369
- le.excludeRoutes = Array.from(/* @__PURE__ */ new Set([...le.excludeRoutes, ...n])), le.routeKeepAliveVisible = !1, setTimeout(() => {
3370
- le.routeKeepAliveVisible = !0, le.excludeRoutes = [];
3372
+ ce.excludeRoutes = Array.from(/* @__PURE__ */ new Set([...ce.excludeRoutes, ...n])), ce.routeKeepAliveVisible = !1, setTimeout(() => {
3373
+ ce.routeKeepAliveVisible = !0, ce.excludeRoutes = [];
3371
3374
  }, 100);
3372
3375
  } }), yp = () => {
3373
- const t = Bs(), e = lp(), n = tt(), o = {
3374
- logout: "/api/justauth/oauth-server/v1/visitor/logout"
3375
- }, r = async () => {
3376
- const l = `${location.origin}/`, c = {
3376
+ const t = Bs(), e = lp(), n = tt(), o = async () => {
3377
+ const a = {
3378
+ logout: "/api/justauth/oauth-server/v1/visitor/logout"
3379
+ }, l = `${location.origin}/`, c = {
3377
3380
  response_type: "code",
3378
3381
  scope: "sever",
3379
3382
  client_id: "sys",
@@ -3384,32 +3387,32 @@ const Kt = (t, e = "") => {
3384
3387
  logout: "true"
3385
3388
  };
3386
3389
  n.ssoLocale && (c.locale = "locale");
3387
- const i = Object.keys(c).map((h) => `${h}=${c[h]}`).join("&"), u = `${n.baseURL}${o.logout}?${i}`;
3390
+ const i = Object.keys(c).map((f) => `${f}=${c[f]}`).join("&"), u = `${n.baseURL}${a.logout}?${i}`;
3388
3391
  window.__isAutoCloseApp = !1, location.replace(u), sessionStorage.clear(), Ks(), localStorage.removeItem("idelTime");
3389
- }, { entryApp: s } = vt(), a = async () => {
3390
- const l = "personCenter", i = (J().appcategorys || []).map((g) => g.apps).flat(), { originalMenus: u = [] } = await Xn(l), d = Me(u).filter((g) => g.isMenu && g.routeUrl).find((g) => g.routeUrl === "/userInfo");
3391
- if (d != null && d.disable || d != null && d.expired) {
3392
- const { title: g, content: A, desc: m } = await Zn(d);
3393
- await Et({ title: g, content: A, desc: m });
3392
+ }, { entryApp: r } = vt(), s = async () => {
3393
+ const a = "personCenter", c = (J().appcategorys || []).map((d) => d.apps).flat(), { originalMenus: i = [] } = await Xn(a), f = Me(i).filter((d) => d.isMenu && d.routeUrl).find((d) => d.routeUrl === "/userInfo");
3394
+ if (f != null && f.disable || f != null && f.expired) {
3395
+ const { title: d, content: m, desc: A } = await Zn(f);
3396
+ await Et({ title: d, content: m, desc: A });
3394
3397
  return;
3395
3398
  }
3396
- const p = i.find((g) => g.code === l);
3397
- p && s({ microApp: p, menuPath: `/${p.routeUrl}/userInfo` });
3399
+ const p = c.find((d) => d.code === a);
3400
+ p && r({ microApp: p, menuPath: `/${p.routeUrl}/userInfo` });
3398
3401
  };
3399
- return M.nav.addEventListener("onUserCommandChange", (l) => {
3400
- var i, u;
3402
+ return M.nav.addEventListener("onUserCommandChange", (a) => {
3403
+ var c, i;
3401
3404
  ({
3402
- 0: (i = e.value) == null ? void 0 : i.openDialog,
3403
- 1: a,
3404
- 2: (u = t.value) == null ? void 0 : u.openDialog,
3405
- 3: r
3406
- })[l]();
3405
+ 0: (c = e.value) == null ? void 0 : c.openDialog,
3406
+ 1: s,
3407
+ 2: (i = t.value) == null ? void 0 : i.openDialog,
3408
+ 3: o
3409
+ })[a]();
3407
3410
  }), {
3408
3411
  $changePwd: t,
3409
3412
  $personSetDialog: e
3410
3413
  };
3411
3414
  }, _p = fr.get("/convert/tenant"), bp = Rn.get("/platform/withdefault"), os = () => {
3412
- const t = tt(), e = E(!1), n = E(""), o = E(""), r = () => {
3415
+ const t = tt(), e = T(!1), n = T(""), o = T(""), r = () => {
3413
3416
  n.value = Yt().id, o.value = ur().tenantId, e.value = !0;
3414
3417
  };
3415
3418
  M.nav.addEventListener("changeEnterpriseHandle", () => {
@@ -3426,30 +3429,30 @@ const Kt = (t, e = "") => {
3426
3429
  const [c, i] = await _p().run({ tenant: l });
3427
3430
  if (c) return;
3428
3431
  e.value = !1;
3429
- const { access_token: u = "", refresh_token: h = "", expires_in: d = 0, sub: p = "", name: g = "", flag: A = "", tenant: m = "" } = i, f = {
3432
+ const { access_token: u = "", refresh_token: f = "", expires_in: p = 0, sub: d = "", name: m = "", flag: A = "", tenant: g = "" } = i, h = {
3430
3433
  accessToken: u,
3431
- accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(d) * 1e3,
3432
- refreshToken: h,
3434
+ accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(p) * 1e3,
3435
+ refreshToken: f,
3433
3436
  info: i
3434
3437
  };
3435
- Xs().save(f), pr(f);
3436
- const _ = {
3437
- id: p,
3438
- name: g,
3438
+ Xs().save(h), pr(h);
3439
+ const b = {
3440
+ id: d,
3441
+ name: m,
3439
3442
  flag: A,
3440
- tenantId: m
3443
+ tenantId: g
3441
3444
  };
3442
- sessionStorage.setItem("hotentUserInfo", JSON.stringify(_)), Zs(u);
3443
- let y = "";
3445
+ sessionStorage.setItem("hotentUserInfo", JSON.stringify(b)), Zs(u);
3446
+ let _ = "";
3444
3447
  if (t != null && t.ssoLocale)
3445
- y = `http://127.0.0.1:5000/oauth/refreshOauthToken?tenantId=${l}`;
3448
+ _ = `http://127.0.0.1:5000/oauth/refreshOauthToken?tenantId=${l}`;
3446
3449
  else {
3447
- const [w, C] = await bp().run();
3448
- C != null && C.loginHost && (y = `${C.loginHost}/oauth/refreshOauthToken?tenantId=${l}`);
3450
+ const [C, I] = await bp().run();
3451
+ I != null && I.loginHost && (_ = `${I.loginHost}/oauth/refreshOauthToken?tenantId=${l}`);
3449
3452
  }
3450
- if (y) {
3451
- const w = document.createElement("iframe");
3452
- w.src = y, w.style.display = "none", document.body.appendChild(w), setTimeout(() => s(), 300);
3453
+ if (_) {
3454
+ const C = document.createElement("iframe");
3455
+ C.src = _, C.style.display = "none", document.body.appendChild(C), setTimeout(() => s(), 300);
3453
3456
  } else
3454
3457
  s();
3455
3458
  }
@@ -3475,8 +3478,8 @@ const Kt = (t, e = "") => {
3475
3478
  return M.nav.addEventListener("searchToPage", async (o) => {
3476
3479
  const { item: r, keyword: s, cb: a } = o;
3477
3480
  if (r != null && r.disable || r != null && r.expired) {
3478
- const { title: u, content: h, desc: d } = await Zn(r);
3479
- await Et({ title: u, content: h, desc: d });
3481
+ const { title: u, content: f, desc: p } = await Zn(r);
3482
+ await Et({ title: u, content: f, desc: p });
3480
3483
  return;
3481
3484
  }
3482
3485
  await Tp().run({ searchVal: s, clickData: r });
@@ -3492,13 +3495,13 @@ const Kt = (t, e = "") => {
3492
3495
  getHistoryList: t,
3493
3496
  getSearchList: e
3494
3497
  };
3495
- }, le = je({
3498
+ }, ce = je({
3496
3499
  /** 菜单或者应用跳转是否通过触发界面调用的 */
3497
3500
  innerSet: !1,
3498
3501
  excludeRoutes: [],
3499
3502
  routeKeepAliveVisible: !0
3500
3503
  }), Pp = () => {
3501
- re.addEventListenerFromMicroApp("iot:change-instance", (t) => {
3504
+ le.addEventListenerFromMicroApp("iot:change-instance", (t) => {
3502
3505
  const e = J(), n = e.currentSubAppCode;
3503
3506
  let o = zt(n);
3504
3507
  o.forEach((s) => {
@@ -3520,25 +3523,25 @@ const Kt = (t, e = "") => {
3520
3523
  });
3521
3524
  }, Lp = (t) => {
3522
3525
  ["personcenter", "rightmanage"].forEach((n) => {
3523
- re.addEventListenerFromMicroApp(`${n}:change-userinfo`, (o) => {
3526
+ le.addEventListenerFromMicroApp(`${n}:change-userinfo`, (o) => {
3524
3527
  const { userInfo: r } = o.data, s = r != null && r.headPicture ? Mn(r.headPicture) : void 0;
3525
3528
  M.nav.setUserInfo({ headPicture: s, commandList: t.value }), sessionStorage.setItem("userInfo", JSON.stringify(r));
3526
3529
  });
3527
3530
  });
3528
3531
  }, $p = () => {
3529
- re.addEventListenerFromMicroApp("devicePanelShow", (t) => {
3532
+ le.addEventListenerFromMicroApp("devicePanelShow", (t) => {
3530
3533
  const { deviceId: e = "", panelCode: n = "", deviceName: o = "", x: r = 0, y: s = 0, isCenter: a = !1 } = t.data;
3531
3534
  gr(e, n, o, r, s, a);
3532
- }), re.addEventListenerFromMicroApp("closeDevicePanel", (t) => {
3535
+ }), le.addEventListenerFromMicroApp("closeDevicePanel", (t) => {
3533
3536
  Ys();
3534
- }), re.addEventListenerFromMicroApp("alarmDevicePanelShow", (t) => {
3537
+ }), le.addEventListenerFromMicroApp("alarmDevicePanelShow", (t) => {
3535
3538
  const { deviceId: e = "", panelCode: n = "", alarmTime: o = "" } = t.data;
3536
3539
  ea(e, n, o);
3537
- }), re.addEventListenerFromMicroApp("closeAlarmPanel", (t) => {
3540
+ }), le.addEventListenerFromMicroApp("closeAlarmPanel", (t) => {
3538
3541
  ta();
3539
3542
  });
3540
3543
  }, Dp = Qn.get("/platform/login/pwd-advance-notify-check"), Mp = () => {
3541
- const t = E([]), e = E(null), n = E([]), { entryApp: o } = qt.hooks.useEntryApp(), r = () => {
3544
+ const t = T([]), e = T(null), n = T([]), { entryApp: o } = qt.hooks.useEntryApp(), r = () => {
3542
3545
  var c;
3543
3546
  const l = (((c = J().appcategorys) == null ? void 0 : c.map((i) => i.apps).flat()) ?? []).find((i) => i.code === "messagecenter");
3544
3547
  l && o({ microApp: l });
@@ -3550,7 +3553,7 @@ const Kt = (t, e = "") => {
3550
3553
  await Dp().run();
3551
3554
  },
3552
3555
  message: async (a) => {
3553
- if (re.sendMessageToMicroApp("enterpriseadmin/messagecenter", "message", { msgList: a }), window.self !== window.top) return;
3556
+ if (le.sendMessageToMicroApp("enterpriseadmin/messagecenter", "message", { msgList: a }), window.self !== window.top) return;
3554
3557
  const c = Fe().id;
3555
3558
  t.value = a.filter(
3556
3559
  (i) => i.projectId === c || i.projectId === 0 || i.projectId === "0"
@@ -3618,21 +3621,21 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3618
3621
  Ts((u) => ({
3619
3622
  "23bfa220": i.value
3620
3623
  }));
3621
- const n = t, o = e, r = E(), { toggle: s, isFullscreen: a } = ht(r), l = () => {
3624
+ const n = t, o = e, r = T(), { toggle: s, isFullscreen: a } = ht(r), l = () => {
3622
3625
  r.value != document.fullscreenElement && (a.value ? (a.value = !1, Qe(() => {
3623
3626
  s();
3624
3627
  })) : s());
3625
3628
  }, c = () => {
3626
3629
  o("itemClick");
3627
3630
  }, i = H(() => `calc(100% / ${Math.sqrt(n.gridNum)})`);
3628
- return (u, h) => ($(), W(
3631
+ return (u, f) => ($(), V(
3629
3632
  "div",
3630
3633
  {
3631
3634
  ref_key: "containerRef",
3632
3635
  ref: r,
3633
3636
  class: rr(["wrapper", { "is-active": n.active }]),
3634
- onDblclick: h[0] || (h[0] = (d) => l()),
3635
- onClick: h[1] || (h[1] = (d) => c())
3637
+ onDblclick: f[0] || (f[0] = (p) => l()),
3638
+ onClick: f[1] || (f[1] = (p) => c())
3636
3639
  },
3637
3640
  [
3638
3641
  fe(u.$slots, "default", {}, void 0, !0)
@@ -3653,9 +3656,9 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3653
3656
  const n = t, o = e, r = (s) => {
3654
3657
  o("update:activeIndex", s);
3655
3658
  };
3656
- return (s, a) => ($(), W("div", Up, [
3659
+ return (s, a) => ($(), V("div", Up, [
3657
3660
  j(' :active="index === activeIndex" '),
3658
- ($(!0), W(
3661
+ ($(!0), V(
3659
3662
  De,
3660
3663
  null,
3661
3664
  Tt(n.gridNum, (l, c) => ($(), F(Hp, {
@@ -3684,7 +3687,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3684
3687
  const n = e, o = (r) => {
3685
3688
  n("change", r);
3686
3689
  };
3687
- return (r, s) => ($(), W(
3690
+ return (r, s) => ($(), V(
3688
3691
  "div",
3689
3692
  {
3690
3693
  class: "direction-control",
@@ -3817,33 +3820,33 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3817
3820
  enlarge: import("@das-fed/ui/packages/icons/enlarge"),
3818
3821
  "direction-control": import("@das-fed/ui/packages/icons/direction-control")
3819
3822
  });
3820
- const n = t, o = e, r = E(!0), s = E(), a = E(!1), l = E(), c = H(() => {
3821
- var y;
3822
- return (y = l.value) == null ? void 0 : y.video;
3823
- }), i = E(!1), u = E(!0), h = (y) => {
3824
- s.value = y, s.value.on(window.mpegts.Events.ERROR, (w) => {
3823
+ const n = t, o = e, r = T(!0), s = T(), a = T(!1), l = T(), c = H(() => {
3824
+ var _;
3825
+ return (_ = l.value) == null ? void 0 : _.video;
3826
+ }), i = T(!1), u = T(!0), f = (_) => {
3827
+ s.value = _, s.value.on(window.mpegts.Events.ERROR, (C) => {
3825
3828
  });
3826
- }, d = () => {
3827
- r.value = !r.value, s.value && (s.value.muted = r.value);
3828
3829
  }, p = () => {
3830
+ r.value = !r.value, s.value && (s.value.muted = r.value);
3831
+ }, d = () => {
3829
3832
  a.value = !a.value;
3830
- }, g = E(""), A = () => {
3831
- const y = document.createElement("canvas");
3833
+ }, m = T(""), A = () => {
3834
+ const _ = document.createElement("canvas");
3832
3835
  if (c.value) {
3833
- y.width = c.value.clientWidth, y.height = c.value.clientHeight;
3834
- const w = y.getContext("2d");
3835
- w == null || w.drawImage(c.value, 0, 0, y.width, y.height);
3836
- const C = y.toDataURL("image/jpg"), k = `【${n.title}】${Cn().format("YYYYMMDDHHmmss").toString()}.jpg`;
3837
- if (g.value = C, "download" in document.createElement("a")) {
3838
- const I = document.createElement("a");
3839
- I.download = k, I.style.display = "none", I.href = C, document.body.appendChild(I), document.body.appendChild(y), I.click(), URL.revokeObjectURL(I.href), document.body.removeChild(I), document.body.removeChild(y);
3836
+ _.width = c.value.clientWidth, _.height = c.value.clientHeight;
3837
+ const C = _.getContext("2d");
3838
+ C == null || C.drawImage(c.value, 0, 0, _.width, _.height);
3839
+ const I = _.toDataURL("image/jpg"), y = `【${n.title}】${Cn().format("YYYYMMDDHHmmss").toString()}.jpg`;
3840
+ if (m.value = I, "download" in document.createElement("a")) {
3841
+ const S = document.createElement("a");
3842
+ S.download = y, S.style.display = "none", S.href = I, document.body.appendChild(S), document.body.appendChild(_), S.click(), URL.revokeObjectURL(S.href), document.body.removeChild(S), document.body.removeChild(_);
3840
3843
  }
3841
3844
  }
3842
- }, m = (y) => {
3843
- o("directionControl", y);
3844
- }, f = (y) => {
3845
- o("zoomControl", y);
3846
- }, _ = (y) => n.authType.includes(y);
3845
+ }, g = (_) => {
3846
+ o("directionControl", _);
3847
+ }, h = (_) => {
3848
+ o("zoomControl", _);
3849
+ }, b = (_) => n.authType.includes(_);
3847
3850
  return G(
3848
3851
  () => c.value,
3849
3852
  () => {
@@ -3885,7 +3888,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3885
3888
  u.value = !0;
3886
3889
  });
3887
3890
  }
3888
- ), (y, w) => ($(), W("div", Jp, [
3891
+ ), (_, C) => ($(), V("div", Jp, [
3889
3892
  R(v(vr), {
3890
3893
  spinning: n.loading,
3891
3894
  type: "component",
@@ -3898,14 +3901,14 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3898
3901
  O(
3899
3902
  "div",
3900
3903
  Zp,
3901
- ae(n.title.length > 20 ? n.title.slice(0, 19) + "..." : n.title),
3904
+ se(n.title.length > 20 ? n.title.slice(0, 19) + "..." : n.title),
3902
3905
  1
3903
3906
  /* TEXT */
3904
3907
  )
3905
3908
  ])
3906
3909
  ]),
3907
3910
  O("div", Yp, [
3908
- ["live"].includes(y.type) ? ($(), W("span", ef, "正在实时预览")) : j("v-if", !0),
3911
+ ["live"].includes(_.type) ? ($(), V("span", ef, "正在实时预览")) : j("v-if", !0),
3909
3912
  j(' <das-icon class="icon close-icon" icon="close" @click.stop="handleClose"></das-icon> ')
3910
3913
  ])
3911
3914
  ]),
@@ -3915,7 +3918,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3915
3918
  ref_key: "dasLivePlayerRef",
3916
3919
  ref: l,
3917
3920
  muted: r.value,
3918
- onLoaded: h,
3921
+ onLoaded: f,
3919
3922
  src: n.videoUrl
3920
3923
  }, null, 8, ["muted", "src"])) : j("v-if", !0),
3921
3924
  O("div", tf, [
@@ -3925,7 +3928,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3925
3928
  "div",
3926
3929
  {
3927
3930
  class: "controls",
3928
- onDblclick: w[2] || (w[2] = ue((C) => C.stopPropagation(), ["stop"]))
3931
+ onDblclick: C[2] || (C[2] = ue((I) => I.stopPropagation(), ["stop"]))
3929
3932
  },
3930
3933
  [
3931
3934
  R(v(me), { content: "声音" }, {
@@ -3933,7 +3936,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3933
3936
  R(v(qe), {
3934
3937
  class: "icon icon-volume",
3935
3938
  icon: r.value ? "muted" : "volume",
3936
- onClick: ue(d, ["stop"])
3939
+ onClick: ue(p, ["stop"])
3937
3940
  }, null, 8, ["icon"])
3938
3941
  ]),
3939
3942
  _: 1
@@ -3950,7 +3953,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3950
3953
  _: 1
3951
3954
  /* STABLE */
3952
3955
  }),
3953
- _("control") ? ($(), F(v(me), {
3956
+ b("control") ? ($(), F(v(me), {
3954
3957
  key: 0,
3955
3958
  content: "聚焦-"
3956
3959
  }, {
@@ -3959,13 +3962,13 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3959
3962
  key: 0,
3960
3963
  class: "icon icon-shrink",
3961
3964
  icon: "shrink",
3962
- onClick: w[0] || (w[0] = ue((C) => f("zoomOut"), ["stop"]))
3965
+ onClick: C[0] || (C[0] = ue((I) => h("zoomOut"), ["stop"]))
3963
3966
  })) : j("v-if", !0)
3964
3967
  ]),
3965
3968
  _: 1
3966
3969
  /* STABLE */
3967
3970
  })) : j("v-if", !0),
3968
- _("control") ? ($(), F(v(me), {
3971
+ b("control") ? ($(), F(v(me), {
3969
3972
  key: 1,
3970
3973
  content: "聚焦+"
3971
3974
  }, {
@@ -3974,13 +3977,13 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3974
3977
  key: 0,
3975
3978
  class: "icon icon-enlarge",
3976
3979
  icon: "enlarge",
3977
- onClick: w[1] || (w[1] = ue((C) => f("zoomIn"), ["stop"]))
3980
+ onClick: C[1] || (C[1] = ue((I) => h("zoomIn"), ["stop"]))
3978
3981
  })) : j("v-if", !0)
3979
3982
  ]),
3980
3983
  _: 1
3981
3984
  /* STABLE */
3982
3985
  })) : j("v-if", !0),
3983
- _("control") ? ($(), F(v(me), {
3986
+ b("control") ? ($(), F(v(me), {
3984
3987
  key: 2,
3985
3988
  content: "方向控制"
3986
3989
  }, {
@@ -3989,7 +3992,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
3989
3992
  key: 0,
3990
3993
  class: "icon icon-direction-control",
3991
3994
  icon: "direction-control",
3992
- onClick: ue(p, ["stop"])
3995
+ onClick: ue(d, ["stop"])
3993
3996
  })) : j("v-if", !0)
3994
3997
  ]),
3995
3998
  _: 1
@@ -4003,7 +4006,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
4003
4006
  ]),
4004
4007
  a.value ? ($(), F(zp, {
4005
4008
  key: 1,
4006
- onChange: m
4009
+ onChange: g
4007
4010
  })) : j("v-if", !0)
4008
4011
  ]),
4009
4012
  _: 1
@@ -4023,7 +4026,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
4023
4026
  }) {
4024
4027
  const {
4025
4028
  deviceInfo: n
4026
- } = Es(t), o = E(!1), r = E(""), s = async () => {
4029
+ } = Es(t), o = T(!1), r = T(""), s = async () => {
4027
4030
  var u;
4028
4031
  if (!((u = n.value) != null && u.deviceId)) return;
4029
4032
  o.value = !0;
@@ -4062,7 +4065,7 @@ const jp = Bp.post("data/device-auth"), Np = /* @__PURE__ */ ne({
4062
4065
  }
4063
4066
  });
4064
4067
  function cf(t) {
4065
- const e = E(0), n = E(), {
4068
+ const e = T(0), n = T(), {
4066
4069
  toggle: o,
4067
4070
  isFullscreen: r
4068
4071
  } = ht(n);
@@ -4085,10 +4088,10 @@ function cf(t) {
4085
4088
  videoUrl: c,
4086
4089
  onDirectionControl: i,
4087
4090
  onZoomControl: u,
4088
- loading: h
4091
+ loading: f
4089
4092
  }) => R(sf, {
4090
4093
  type: "live",
4091
- loading: h,
4094
+ loading: f,
4092
4095
  videoUrl: c,
4093
4096
  title: l.deviceName,
4094
4097
  onDirectionControl: i,
@@ -4118,7 +4121,7 @@ const lf = /* @__PURE__ */ O(
4118
4121
  mr({
4119
4122
  fullscreen2: import("@das-fed/ui/packages/icons/fullscreen-2")
4120
4123
  });
4121
- const e = t, n = E(!0), { render: o, toggleFullscreen: r } = cf(e), s = H(() => {
4124
+ const e = t, n = T(!0), { render: o, toggleFullscreen: r } = cf(e), s = H(() => {
4122
4125
  let a = {};
4123
4126
  switch (e.gridNum) {
4124
4127
  case 1:
@@ -4179,7 +4182,7 @@ const lf = /* @__PURE__ */ O(
4179
4182
  Vt(a, r);
4180
4183
  });
4181
4184
  }, pf = () => {
4182
- const t = E(4), e = E([]), n = E(null), o = async (s) => {
4185
+ const t = T(4), e = T([]), n = T(null), o = async (s) => {
4183
4186
  const [a, l] = await jp(s).run();
4184
4187
  if (!a)
4185
4188
  return l;
@@ -4195,22 +4198,22 @@ const lf = /* @__PURE__ */ O(
4195
4198
  var u;
4196
4199
  if ((i == null ? void 0 : i.project) === s) {
4197
4200
  t.value = i.layout;
4198
- let h = {
4201
+ let f = {
4199
4202
  projectId: s,
4200
4203
  deviceIds: i == null ? void 0 : i.deviceId
4201
- }, p = (await o(h)).map((g) => {
4202
- let A = g.lookupOrOperation == 1;
4204
+ }, d = (await o(f)).map((m) => {
4205
+ let A = m.lookupOrOperation == 1;
4203
4206
  return {
4204
- id: g.id,
4205
- productId: g.productId,
4206
- deviceId: g.deviceId,
4207
- deviceName: g.deviceName,
4208
- authType: g.controlAuthorization == 1 ? 2 : 1,
4207
+ id: m.id,
4208
+ productId: m.productId,
4209
+ deviceId: m.deviceId,
4210
+ deviceName: m.deviceName,
4211
+ authType: m.controlAuthorization == 1 ? 2 : 1,
4209
4212
  // 1 查看权限 2 查看+操作权限
4210
4213
  show: !!A
4211
4214
  };
4212
4215
  });
4213
- e.value = p.filter((g) => !!g.show), (u = e.value) != null && u.length && df({ gridNum: t.value, deviceList: e.value });
4216
+ e.value = d.filter((m) => !!m.show), (u = e.value) != null && u.length && df({ gridNum: t.value, deviceList: e.value });
4214
4217
  }
4215
4218
  }
4216
4219
  }));
@@ -4348,10 +4351,10 @@ class sn {
4348
4351
  return "";
4349
4352
  }
4350
4353
  }
4351
- var b;
4354
+ var w;
4352
4355
  (function(t) {
4353
4356
  t[t.Trace = 0] = "Trace", t[t.Debug = 1] = "Debug", t[t.Information = 2] = "Information", t[t.Warning = 3] = "Warning", t[t.Error = 4] = "Error", t[t.Critical = 5] = "Critical", t[t.None = 6] = "None";
4354
- })(b || (b = {}));
4357
+ })(w || (w = {}));
4355
4358
  class Pt {
4356
4359
  constructor() {
4357
4360
  }
@@ -4362,7 +4365,7 @@ class Pt {
4362
4365
  }
4363
4366
  Pt.instance = new Pt();
4364
4367
  const vf = "8.0.7";
4365
- class ie {
4368
+ class ae {
4366
4369
  static isRequired(e, n) {
4367
4370
  if (e == null)
4368
4371
  throw new Error(`The '${n}' argument is required.`);
@@ -4413,7 +4416,7 @@ function Ze(t) {
4413
4416
  }
4414
4417
  async function is(t, e, n, o, r, s) {
4415
4418
  const a = {}, [l, c] = pt();
4416
- a[l] = c, t.log(b.Trace, `(${e} transport) sending data. ${Lt(r, s.logMessageContent)}.`);
4419
+ a[l] = c, t.log(w.Trace, `(${e} transport) sending data. ${Lt(r, s.logMessageContent)}.`);
4417
4420
  const i = Ze(r) ? "arraybuffer" : "text", u = await n.post(o, {
4418
4421
  content: r,
4419
4422
  headers: { ...a, ...s.headers },
@@ -4421,10 +4424,10 @@ async function is(t, e, n, o, r, s) {
4421
4424
  timeout: s.timeout,
4422
4425
  withCredentials: s.withCredentials
4423
4426
  });
4424
- t.log(b.Trace, `(${e} transport) request complete. Response status: ${u.statusCode}.`);
4427
+ t.log(w.Trace, `(${e} transport) request complete. Response status: ${u.statusCode}.`);
4425
4428
  }
4426
4429
  function yf(t) {
4427
- return t === void 0 ? new Xt(b.Information) : t === null ? Pt.instance : t.log !== void 0 ? t : new Xt(t);
4430
+ return t === void 0 ? new Xt(w.Information) : t === null ? Pt.instance : t.log !== void 0 ? t : new Xt(t);
4428
4431
  }
4429
4432
  class _f {
4430
4433
  constructor(e, n) {
@@ -4442,16 +4445,16 @@ class Xt {
4442
4445
  }
4443
4446
  log(e, n) {
4444
4447
  if (e >= this._minLevel) {
4445
- const o = `[${(/* @__PURE__ */ new Date()).toISOString()}] ${b[e]}: ${n}`;
4448
+ const o = `[${(/* @__PURE__ */ new Date()).toISOString()}] ${w[e]}: ${n}`;
4446
4449
  switch (e) {
4447
- case b.Critical:
4448
- case b.Error:
4450
+ case w.Critical:
4451
+ case w.Error:
4449
4452
  this.out.error(o);
4450
4453
  break;
4451
- case b.Warning:
4454
+ case w.Warning:
4452
4455
  this.out.warn(o);
4453
4456
  break;
4454
- case b.Information:
4457
+ case w.Information:
4455
4458
  this.out.info(o);
4456
4459
  break;
4457
4460
  default:
@@ -4536,7 +4539,7 @@ class Ef extends sn {
4536
4539
  if (e.timeout) {
4537
4540
  const c = e.timeout;
4538
4541
  r = setTimeout(() => {
4539
- n.abort(), this._logger.log(b.Warning, "Timeout from HTTP request."), o = new Yn();
4542
+ n.abort(), this._logger.log(w.Warning, "Timeout from HTTP request."), o = new Yn();
4540
4543
  }, c);
4541
4544
  }
4542
4545
  e.content === "" && (e.content = void 0), e.content && (e.headers = e.headers || {}, Ze(e.content) ? e.headers["Content-Type"] = "application/octet-stream" : e.headers["Content-Type"] = "text/plain;charset=UTF-8");
@@ -4556,7 +4559,7 @@ class Ef extends sn {
4556
4559
  signal: n.signal
4557
4560
  });
4558
4561
  } catch (c) {
4559
- throw o || (this._logger.log(b.Warning, `Error from HTTP request. ${c}.`), c);
4562
+ throw o || (this._logger.log(w.Warning, `Error from HTTP request. ${c}.`), c);
4560
4563
  } finally {
4561
4564
  r && clearTimeout(r), e.abortSignal && (e.abortSignal.onabort = null);
4562
4565
  }
@@ -4608,9 +4611,9 @@ class Sf extends sn {
4608
4611
  }), e.timeout && (r.timeout = e.timeout), r.onload = () => {
4609
4612
  e.abortSignal && (e.abortSignal.onabort = null), r.status >= 200 && r.status < 300 ? n(new as(r.status, r.statusText, r.response || r.responseText)) : o(new Ke(r.response || r.responseText || r.statusText, r.status));
4610
4613
  }, r.onerror = () => {
4611
- this._logger.log(b.Warning, `Error from HTTP request. ${r.status}: ${r.statusText}.`), o(new Ke(r.statusText, r.status));
4614
+ this._logger.log(w.Warning, `Error from HTTP request. ${r.status}: ${r.statusText}.`), o(new Ke(r.statusText, r.status));
4612
4615
  }, r.ontimeout = () => {
4613
- this._logger.log(b.Warning, "Timeout from HTTP request."), o(new Yn());
4616
+ this._logger.log(w.Warning, "Timeout from HTTP request."), o(new Yn());
4614
4617
  }, r.send(e.content);
4615
4618
  }) : Promise.reject(new Error("No url defined.")) : Promise.reject(new Error("No method defined."));
4616
4619
  }
@@ -4809,8 +4812,8 @@ class eo {
4809
4812
  }
4810
4813
  constructor(e, n, o, r, s, a, l) {
4811
4814
  this._nextKeepAlive = 0, this._freezeEventListener = () => {
4812
- this._logger.log(b.Warning, "The page is being frozen, this will likely lead to the connection being closed and messages being lost. For more information see the docs at https://learn.microsoft.com/aspnet/core/signalr/javascript-client#bsleep");
4813
- }, ie.isRequired(e, "connection"), ie.isRequired(n, "logger"), ie.isRequired(o, "protocol"), this.serverTimeoutInMilliseconds = s ?? Mf, this.keepAliveIntervalInMilliseconds = a ?? Of, this._statefulReconnectBufferSize = l ?? Bf, this._logger = n, this._protocol = o, this.connection = e, this._reconnectPolicy = r, this._handshakeProtocol = new Pf(), this.connection.onreceive = (c) => this._processIncomingData(c), this.connection.onclose = (c) => this._connectionClosed(c), this._callbacks = {}, this._methods = {}, this._closedCallbacks = [], this._reconnectingCallbacks = [], this._reconnectedCallbacks = [], this._invocationId = 0, this._receivedHandshakeResponse = !1, this._connectionState = Y.Disconnected, this._connectionStarted = !1, this._cachedPingMessage = this._protocol.writeMessage({ type: U.Ping });
4815
+ this._logger.log(w.Warning, "The page is being frozen, this will likely lead to the connection being closed and messages being lost. For more information see the docs at https://learn.microsoft.com/aspnet/core/signalr/javascript-client#bsleep");
4816
+ }, ae.isRequired(e, "connection"), ae.isRequired(n, "logger"), ae.isRequired(o, "protocol"), this.serverTimeoutInMilliseconds = s ?? Mf, this.keepAliveIntervalInMilliseconds = a ?? Of, this._statefulReconnectBufferSize = l ?? Bf, this._logger = n, this._protocol = o, this.connection = e, this._reconnectPolicy = r, this._handshakeProtocol = new Pf(), this.connection.onreceive = (c) => this._processIncomingData(c), this.connection.onclose = (c) => this._connectionClosed(c), this._callbacks = {}, this._methods = {}, this._closedCallbacks = [], this._reconnectingCallbacks = [], this._reconnectedCallbacks = [], this._invocationId = 0, this._receivedHandshakeResponse = !1, this._connectionState = Y.Disconnected, this._connectionStarted = !1, this._cachedPingMessage = this._protocol.writeMessage({ type: U.Ping });
4814
4817
  }
4815
4818
  /** Indicates the state of the {@link HubConnection} to the server. */
4816
4819
  get state() {
@@ -4848,11 +4851,11 @@ class eo {
4848
4851
  async _startWithStateTransitions() {
4849
4852
  if (this._connectionState !== Y.Disconnected)
4850
4853
  return Promise.reject(new Error("Cannot start a HubConnection that is not in the 'Disconnected' state."));
4851
- this._connectionState = Y.Connecting, this._logger.log(b.Debug, "Starting HubConnection.");
4854
+ this._connectionState = Y.Connecting, this._logger.log(w.Debug, "Starting HubConnection.");
4852
4855
  try {
4853
- await this._startInternal(), te.isBrowser && window.document.addEventListener("freeze", this._freezeEventListener), this._connectionState = Y.Connected, this._connectionStarted = !0, this._logger.log(b.Debug, "HubConnection connected successfully.");
4856
+ await this._startInternal(), te.isBrowser && window.document.addEventListener("freeze", this._freezeEventListener), this._connectionState = Y.Connected, this._connectionStarted = !0, this._logger.log(w.Debug, "HubConnection connected successfully.");
4854
4857
  } catch (e) {
4855
- return this._connectionState = Y.Disconnected, this._logger.log(b.Debug, `HubConnection failed to start successfully because of error '${e}'.`), Promise.reject(e);
4858
+ return this._connectionState = Y.Disconnected, this._logger.log(w.Debug, `HubConnection failed to start successfully because of error '${e}'.`), Promise.reject(e);
4856
4859
  }
4857
4860
  }
4858
4861
  async _startInternal() {
@@ -4868,14 +4871,14 @@ class eo {
4868
4871
  protocol: this._protocol.name,
4869
4872
  version: n
4870
4873
  };
4871
- if (this._logger.log(b.Debug, "Sending handshake request."), await this._sendMessage(this._handshakeProtocol.writeHandshakeRequest(o)), this._logger.log(b.Information, `Using HubProtocol '${this._protocol.name}'.`), this._cleanupTimeout(), this._resetTimeoutPeriod(), this._resetKeepAliveInterval(), await e, this._stopDuringStartError)
4874
+ if (this._logger.log(w.Debug, "Sending handshake request."), await this._sendMessage(this._handshakeProtocol.writeHandshakeRequest(o)), this._logger.log(w.Information, `Using HubProtocol '${this._protocol.name}'.`), this._cleanupTimeout(), this._resetTimeoutPeriod(), this._resetKeepAliveInterval(), await e, this._stopDuringStartError)
4872
4875
  throw this._stopDuringStartError;
4873
4876
  (this.connection.features.reconnect || !1) && (this._messageBuffer = new $f(this._protocol, this.connection, this._statefulReconnectBufferSize), this.connection.features.disconnected = this._messageBuffer._disconnected.bind(this._messageBuffer), this.connection.features.resend = () => {
4874
4877
  if (this._messageBuffer)
4875
4878
  return this._messageBuffer._resend();
4876
4879
  }), this.connection.features.inherentKeepAlive || await this._sendMessage(this._cachedPingMessage);
4877
4880
  } catch (n) {
4878
- throw this._logger.log(b.Debug, `Hub handshake failed with error '${n}' during start(). Stopping HubConnection.`), this._cleanupTimeout(), this._cleanupPingTimer(), await this.connection.stop(n), n;
4881
+ throw this._logger.log(w.Debug, `Hub handshake failed with error '${n}' during start(). Stopping HubConnection.`), this._cleanupTimeout(), this._cleanupPingTimer(), await this.connection.stop(n), n;
4879
4882
  }
4880
4883
  }
4881
4884
  /** Stops the connection.
@@ -4892,11 +4895,11 @@ class eo {
4892
4895
  }
4893
4896
  _stopInternal(e) {
4894
4897
  if (this._connectionState === Y.Disconnected)
4895
- return this._logger.log(b.Debug, `Call to HubConnection.stop(${e}) ignored because it is already in the disconnected state.`), Promise.resolve();
4898
+ return this._logger.log(w.Debug, `Call to HubConnection.stop(${e}) ignored because it is already in the disconnected state.`), Promise.resolve();
4896
4899
  if (this._connectionState === Y.Disconnecting)
4897
- return this._logger.log(b.Debug, `Call to HttpConnection.stop(${e}) ignored because the connection is already in the disconnecting state.`), this._stopPromise;
4900
+ return this._logger.log(w.Debug, `Call to HttpConnection.stop(${e}) ignored because the connection is already in the disconnecting state.`), this._stopPromise;
4898
4901
  const n = this._connectionState;
4899
- return this._connectionState = Y.Disconnecting, this._logger.log(b.Debug, "Stopping HubConnection."), this._reconnectDelayHandle ? (this._logger.log(b.Debug, "Connection stopped during reconnect delay. Done reconnecting."), clearTimeout(this._reconnectDelayHandle), this._reconnectDelayHandle = void 0, this._completeClose(), Promise.resolve()) : (n === Y.Connected && this._sendCloseMessage(), this._cleanupTimeout(), this._cleanupPingTimer(), this._stopDuringStartError = e || new $e("The connection was stopped before the hub handshake could complete."), this.connection.stop(e));
4902
+ return this._connectionState = Y.Disconnecting, this._logger.log(w.Debug, "Stopping HubConnection."), this._reconnectDelayHandle ? (this._logger.log(w.Debug, "Connection stopped during reconnect delay. Done reconnecting."), clearTimeout(this._reconnectDelayHandle), this._reconnectDelayHandle = void 0, this._completeClose(), Promise.resolve()) : (n === Y.Connected && this._sendCloseMessage(), this._cleanupTimeout(), this._cleanupPingTimer(), this._stopDuringStartError = e || new $e("The connection was stopped before the hub handshake could complete."), this.connection.stop(e));
4900
4903
  }
4901
4904
  async _sendCloseMessage() {
4902
4905
  try {
@@ -4964,9 +4967,9 @@ class eo {
4964
4967
  invoke(e, ...n) {
4965
4968
  const [o, r] = this._replaceStreamingParams(n), s = this._createInvocation(e, n, !1, r);
4966
4969
  return new Promise((l, c) => {
4967
- this._callbacks[s.invocationId] = (u, h) => {
4968
- if (h) {
4969
- c(h);
4970
+ this._callbacks[s.invocationId] = (u, f) => {
4971
+ if (f) {
4972
+ c(f);
4970
4973
  return;
4971
4974
  } else u && (u.type === U.Completion ? u.error ? c(new Error(u.error)) : l(u.result) : c(new Error(`Unexpected message type: ${u.type}`)));
4972
4975
  };
@@ -5020,7 +5023,7 @@ class eo {
5020
5023
  switch (o.type) {
5021
5024
  case U.Invocation:
5022
5025
  this._invokeClientMethod(o).catch((r) => {
5023
- this._logger.log(b.Error, `Invoke client method threw error: ${mn(r)}`);
5026
+ this._logger.log(w.Error, `Invoke client method threw error: ${mn(r)}`);
5024
5027
  });
5025
5028
  break;
5026
5029
  case U.StreamItem:
@@ -5031,7 +5034,7 @@ class eo {
5031
5034
  try {
5032
5035
  r(o);
5033
5036
  } catch (s) {
5034
- this._logger.log(b.Error, `Stream callback threw error: ${mn(s)}`);
5037
+ this._logger.log(w.Error, `Stream callback threw error: ${mn(s)}`);
5035
5038
  }
5036
5039
  }
5037
5040
  break;
@@ -5039,7 +5042,7 @@ class eo {
5039
5042
  case U.Ping:
5040
5043
  break;
5041
5044
  case U.Close: {
5042
- this._logger.log(b.Information, "Close message received from server.");
5045
+ this._logger.log(w.Information, "Close message received from server.");
5043
5046
  const r = o.error ? new Error("Server returned an error on close: " + o.error) : void 0;
5044
5047
  o.allowReconnect === !0 ? this.connection.stop(r) : this._stopPromise = this._stopInternal(r);
5045
5048
  break;
@@ -5051,7 +5054,7 @@ class eo {
5051
5054
  this._messageBuffer && this._messageBuffer._resetSequence(o);
5052
5055
  break;
5053
5056
  default:
5054
- this._logger.log(b.Warning, `Invalid message type: ${o.type}.`);
5057
+ this._logger.log(w.Warning, `Invalid message type: ${o.type}.`);
5055
5058
  break;
5056
5059
  }
5057
5060
  }
@@ -5063,17 +5066,17 @@ class eo {
5063
5066
  [o, n] = this._handshakeProtocol.parseHandshakeResponse(e);
5064
5067
  } catch (r) {
5065
5068
  const s = "Error parsing handshake response: " + r;
5066
- this._logger.log(b.Error, s);
5069
+ this._logger.log(w.Error, s);
5067
5070
  const a = new Error(s);
5068
5071
  throw this._handshakeRejecter(a), a;
5069
5072
  }
5070
5073
  if (n.error) {
5071
5074
  const r = "Server returned handshake error: " + n.error;
5072
- this._logger.log(b.Error, r);
5075
+ this._logger.log(w.Error, r);
5073
5076
  const s = new Error(r);
5074
5077
  throw this._handshakeRejecter(s), s;
5075
5078
  } else
5076
- this._logger.log(b.Debug, "Server handshake complete.");
5079
+ this._logger.log(w.Debug, "Server handshake complete.");
5077
5080
  return this._handshakeResolver(), o;
5078
5081
  }
5079
5082
  _resetKeepAliveInterval() {
@@ -5099,7 +5102,7 @@ class eo {
5099
5102
  async _invokeClientMethod(e) {
5100
5103
  const n = e.target.toLowerCase(), o = this._methods[n];
5101
5104
  if (!o) {
5102
- this._logger.log(b.Warning, `No client method with the name '${n}' found.`), e.invocationId && (this._logger.log(b.Warning, `No result given for '${n}' method and invocation ID '${e.invocationId}'.`), await this._sendWithProtocol(this._createCompletionMessage(e.invocationId, "Client didn't provide a result.", null)));
5105
+ this._logger.log(w.Warning, `No client method with the name '${n}' found.`), e.invocationId && (this._logger.log(w.Warning, `No result given for '${n}' method and invocation ID '${e.invocationId}'.`), await this._sendWithProtocol(this._createCompletionMessage(e.invocationId, "Client didn't provide a result.", null)));
5103
5106
  return;
5104
5107
  }
5105
5108
  const r = o.slice(), s = !!e.invocationId;
@@ -5107,14 +5110,14 @@ class eo {
5107
5110
  for (const i of r)
5108
5111
  try {
5109
5112
  const u = a;
5110
- a = await i.apply(this, e.arguments), s && a && u && (this._logger.log(b.Error, `Multiple results provided for '${n}'. Sending error to server.`), c = this._createCompletionMessage(e.invocationId, "Client provided multiple results.", null)), l = void 0;
5113
+ a = await i.apply(this, e.arguments), s && a && u && (this._logger.log(w.Error, `Multiple results provided for '${n}'. Sending error to server.`), c = this._createCompletionMessage(e.invocationId, "Client provided multiple results.", null)), l = void 0;
5111
5114
  } catch (u) {
5112
- l = u, this._logger.log(b.Error, `A callback for the method '${n}' threw error '${u}'.`);
5115
+ l = u, this._logger.log(w.Error, `A callback for the method '${n}' threw error '${u}'.`);
5113
5116
  }
5114
- c ? await this._sendWithProtocol(c) : s ? (l ? c = this._createCompletionMessage(e.invocationId, `${l}`, null) : a !== void 0 ? c = this._createCompletionMessage(e.invocationId, null, a) : (this._logger.log(b.Warning, `No result given for '${n}' method and invocation ID '${e.invocationId}'.`), c = this._createCompletionMessage(e.invocationId, "Client didn't provide a result.", null)), await this._sendWithProtocol(c)) : a && this._logger.log(b.Error, `Result given for '${n}' method but server is not expecting a result.`);
5117
+ c ? await this._sendWithProtocol(c) : s ? (l ? c = this._createCompletionMessage(e.invocationId, `${l}`, null) : a !== void 0 ? c = this._createCompletionMessage(e.invocationId, null, a) : (this._logger.log(w.Warning, `No result given for '${n}' method and invocation ID '${e.invocationId}'.`), c = this._createCompletionMessage(e.invocationId, "Client didn't provide a result.", null)), await this._sendWithProtocol(c)) : a && this._logger.log(w.Error, `Result given for '${n}' method but server is not expecting a result.`);
5115
5118
  }
5116
5119
  _connectionClosed(e) {
5117
- this._logger.log(b.Debug, `HubConnection.connectionClosed(${e}) called while in state ${this._connectionState}.`), this._stopDuringStartError = this._stopDuringStartError || e || new $e("The underlying connection was closed before the hub handshake could complete."), this._handshakeResolver && this._handshakeResolver(), this._cancelCallbacksWithError(e || new Error("Invocation canceled due to the underlying connection being closed.")), this._cleanupTimeout(), this._cleanupPingTimer(), this._connectionState === Y.Disconnecting ? this._completeClose(e) : this._connectionState === Y.Connected && this._reconnectPolicy ? this._reconnect(e) : this._connectionState === Y.Connected && this._completeClose(e);
5120
+ this._logger.log(w.Debug, `HubConnection.connectionClosed(${e}) called while in state ${this._connectionState}.`), this._stopDuringStartError = this._stopDuringStartError || e || new $e("The underlying connection was closed before the hub handshake could complete."), this._handshakeResolver && this._handshakeResolver(), this._cancelCallbacksWithError(e || new Error("Invocation canceled due to the underlying connection being closed.")), this._cleanupTimeout(), this._cleanupPingTimer(), this._connectionState === Y.Disconnecting ? this._completeClose(e) : this._connectionState === Y.Connected && this._reconnectPolicy ? this._reconnect(e) : this._connectionState === Y.Connected && this._completeClose(e);
5118
5121
  }
5119
5122
  _completeClose(e) {
5120
5123
  if (this._connectionStarted) {
@@ -5122,7 +5125,7 @@ class eo {
5122
5125
  try {
5123
5126
  this._closedCallbacks.forEach((n) => n.apply(this, [e]));
5124
5127
  } catch (n) {
5125
- this._logger.log(b.Error, `An onclose callback called with error '${e}' threw error '${n}'.`);
5128
+ this._logger.log(w.Error, `An onclose callback called with error '${e}' threw error '${n}'.`);
5126
5129
  }
5127
5130
  }
5128
5131
  }
@@ -5130,44 +5133,44 @@ class eo {
5130
5133
  const n = Date.now();
5131
5134
  let o = 0, r = e !== void 0 ? e : new Error("Attempting to reconnect due to a unknown error."), s = this._getNextRetryDelay(o++, 0, r);
5132
5135
  if (s === null) {
5133
- this._logger.log(b.Debug, "Connection not reconnecting because the IRetryPolicy returned null on the first reconnect attempt."), this._completeClose(e);
5136
+ this._logger.log(w.Debug, "Connection not reconnecting because the IRetryPolicy returned null on the first reconnect attempt."), this._completeClose(e);
5134
5137
  return;
5135
5138
  }
5136
- if (this._connectionState = Y.Reconnecting, e ? this._logger.log(b.Information, `Connection reconnecting because of error '${e}'.`) : this._logger.log(b.Information, "Connection reconnecting."), this._reconnectingCallbacks.length !== 0) {
5139
+ if (this._connectionState = Y.Reconnecting, e ? this._logger.log(w.Information, `Connection reconnecting because of error '${e}'.`) : this._logger.log(w.Information, "Connection reconnecting."), this._reconnectingCallbacks.length !== 0) {
5137
5140
  try {
5138
5141
  this._reconnectingCallbacks.forEach((a) => a.apply(this, [e]));
5139
5142
  } catch (a) {
5140
- this._logger.log(b.Error, `An onreconnecting callback called with error '${e}' threw error '${a}'.`);
5143
+ this._logger.log(w.Error, `An onreconnecting callback called with error '${e}' threw error '${a}'.`);
5141
5144
  }
5142
5145
  if (this._connectionState !== Y.Reconnecting) {
5143
- this._logger.log(b.Debug, "Connection left the reconnecting state in onreconnecting callback. Done reconnecting.");
5146
+ this._logger.log(w.Debug, "Connection left the reconnecting state in onreconnecting callback. Done reconnecting.");
5144
5147
  return;
5145
5148
  }
5146
5149
  }
5147
5150
  for (; s !== null; ) {
5148
- if (this._logger.log(b.Information, `Reconnect attempt number ${o} will start in ${s} ms.`), await new Promise((a) => {
5151
+ if (this._logger.log(w.Information, `Reconnect attempt number ${o} will start in ${s} ms.`), await new Promise((a) => {
5149
5152
  this._reconnectDelayHandle = setTimeout(a, s);
5150
5153
  }), this._reconnectDelayHandle = void 0, this._connectionState !== Y.Reconnecting) {
5151
- this._logger.log(b.Debug, "Connection left the reconnecting state during reconnect delay. Done reconnecting.");
5154
+ this._logger.log(w.Debug, "Connection left the reconnecting state during reconnect delay. Done reconnecting.");
5152
5155
  return;
5153
5156
  }
5154
5157
  try {
5155
- if (await this._startInternal(), this._connectionState = Y.Connected, this._logger.log(b.Information, "HubConnection reconnected successfully."), this._reconnectedCallbacks.length !== 0)
5158
+ if (await this._startInternal(), this._connectionState = Y.Connected, this._logger.log(w.Information, "HubConnection reconnected successfully."), this._reconnectedCallbacks.length !== 0)
5156
5159
  try {
5157
5160
  this._reconnectedCallbacks.forEach((a) => a.apply(this, [this.connection.connectionId]));
5158
5161
  } catch (a) {
5159
- this._logger.log(b.Error, `An onreconnected callback called with connectionId '${this.connection.connectionId}; threw error '${a}'.`);
5162
+ this._logger.log(w.Error, `An onreconnected callback called with connectionId '${this.connection.connectionId}; threw error '${a}'.`);
5160
5163
  }
5161
5164
  return;
5162
5165
  } catch (a) {
5163
- if (this._logger.log(b.Information, `Reconnect attempt failed because of error '${a}'.`), this._connectionState !== Y.Reconnecting) {
5164
- this._logger.log(b.Debug, `Connection moved to the '${this._connectionState}' from the reconnecting state during reconnect attempt. Done reconnecting.`), this._connectionState === Y.Disconnecting && this._completeClose();
5166
+ if (this._logger.log(w.Information, `Reconnect attempt failed because of error '${a}'.`), this._connectionState !== Y.Reconnecting) {
5167
+ this._logger.log(w.Debug, `Connection moved to the '${this._connectionState}' from the reconnecting state during reconnect attempt. Done reconnecting.`), this._connectionState === Y.Disconnecting && this._completeClose();
5165
5168
  return;
5166
5169
  }
5167
5170
  r = a instanceof Error ? a : new Error(a.toString()), s = this._getNextRetryDelay(o++, Date.now() - n, r);
5168
5171
  }
5169
5172
  }
5170
- this._logger.log(b.Information, `Reconnect retries have been exhausted after ${Date.now() - n} ms and ${o} failed attempts. Connection disconnecting.`), this._completeClose();
5173
+ this._logger.log(w.Information, `Reconnect retries have been exhausted after ${Date.now() - n} ms and ${o} failed attempts. Connection disconnecting.`), this._completeClose();
5171
5174
  }
5172
5175
  _getNextRetryDelay(e, n, o) {
5173
5176
  try {
@@ -5177,7 +5180,7 @@ class eo {
5177
5180
  retryReason: o
5178
5181
  });
5179
5182
  } catch (r) {
5180
- return this._logger.log(b.Error, `IRetryPolicy.nextRetryDelayInMilliseconds(${e}, ${n}) threw error '${r}'.`), null;
5183
+ return this._logger.log(w.Error, `IRetryPolicy.nextRetryDelayInMilliseconds(${e}, ${n}) threw error '${r}'.`), null;
5181
5184
  }
5182
5185
  }
5183
5186
  _cancelCallbacksWithError(e) {
@@ -5187,7 +5190,7 @@ class eo {
5187
5190
  try {
5188
5191
  r(null, e);
5189
5192
  } catch (s) {
5190
- this._logger.log(b.Error, `Stream 'error' callback called with '${e}' threw error: ${mn(s)}`);
5193
+ this._logger.log(w.Error, `Stream 'error' callback called with '${e}' threw error: ${mn(s)}`);
5191
5194
  }
5192
5195
  });
5193
5196
  }
@@ -5330,10 +5333,10 @@ class xf extends sn {
5330
5333
  return this._innerClient.getCookieString(e);
5331
5334
  }
5332
5335
  }
5333
- var se;
5336
+ var re;
5334
5337
  (function(t) {
5335
5338
  t[t.None = 0] = "None", t[t.WebSockets = 1] = "WebSockets", t[t.ServerSentEvents = 2] = "ServerSentEvents", t[t.LongPolling = 4] = "LongPolling";
5336
- })(se || (se = {}));
5339
+ })(re || (re = {}));
5337
5340
  var ge;
5338
5341
  (function(t) {
5339
5342
  t[t.Text = 1] = "Text", t[t.Binary = 2] = "Binary";
@@ -5361,7 +5364,7 @@ class tr {
5361
5364
  this._httpClient = e, this._logger = n, this._pollAbort = new Qf(), this._options = o, this._running = !1, this.onreceive = null, this.onclose = null;
5362
5365
  }
5363
5366
  async connect(e, n) {
5364
- if (ie.isRequired(e, "url"), ie.isRequired(n, "transferFormat"), ie.isIn(n, ge, "transferFormat"), this._url = e, this._logger.log(b.Trace, "(LongPolling transport) Connecting."), n === ge.Binary && typeof XMLHttpRequest < "u" && typeof new XMLHttpRequest().responseType != "string")
5367
+ if (ae.isRequired(e, "url"), ae.isRequired(n, "transferFormat"), ae.isIn(n, ge, "transferFormat"), this._url = e, this._logger.log(w.Trace, "(LongPolling transport) Connecting."), n === ge.Binary && typeof XMLHttpRequest < "u" && typeof new XMLHttpRequest().responseType != "string")
5365
5368
  throw new Error("Binary protocols over XmlHttpRequest not implementing advanced features are not supported.");
5366
5369
  const [o, r] = pt(), s = { [o]: r, ...this._options.headers }, a = {
5367
5370
  abortSignal: this._pollAbort.signal,
@@ -5371,32 +5374,32 @@ class tr {
5371
5374
  };
5372
5375
  n === ge.Binary && (a.responseType = "arraybuffer");
5373
5376
  const l = `${e}&_=${Date.now()}`;
5374
- this._logger.log(b.Trace, `(LongPolling transport) polling: ${l}.`);
5377
+ this._logger.log(w.Trace, `(LongPolling transport) polling: ${l}.`);
5375
5378
  const c = await this._httpClient.get(l, a);
5376
- c.statusCode !== 200 ? (this._logger.log(b.Error, `(LongPolling transport) Unexpected response code: ${c.statusCode}.`), this._closeError = new Ke(c.statusText || "", c.statusCode), this._running = !1) : this._running = !0, this._receiving = this._poll(this._url, a);
5379
+ c.statusCode !== 200 ? (this._logger.log(w.Error, `(LongPolling transport) Unexpected response code: ${c.statusCode}.`), this._closeError = new Ke(c.statusText || "", c.statusCode), this._running = !1) : this._running = !0, this._receiving = this._poll(this._url, a);
5377
5380
  }
5378
5381
  async _poll(e, n) {
5379
5382
  try {
5380
5383
  for (; this._running; )
5381
5384
  try {
5382
5385
  const o = `${e}&_=${Date.now()}`;
5383
- this._logger.log(b.Trace, `(LongPolling transport) polling: ${o}.`);
5386
+ this._logger.log(w.Trace, `(LongPolling transport) polling: ${o}.`);
5384
5387
  const r = await this._httpClient.get(o, n);
5385
- r.statusCode === 204 ? (this._logger.log(b.Information, "(LongPolling transport) Poll terminated by server."), this._running = !1) : r.statusCode !== 200 ? (this._logger.log(b.Error, `(LongPolling transport) Unexpected response code: ${r.statusCode}.`), this._closeError = new Ke(r.statusText || "", r.statusCode), this._running = !1) : r.content ? (this._logger.log(b.Trace, `(LongPolling transport) data received. ${Lt(r.content, this._options.logMessageContent)}.`), this.onreceive && this.onreceive(r.content)) : this._logger.log(b.Trace, "(LongPolling transport) Poll timed out, reissuing.");
5388
+ r.statusCode === 204 ? (this._logger.log(w.Information, "(LongPolling transport) Poll terminated by server."), this._running = !1) : r.statusCode !== 200 ? (this._logger.log(w.Error, `(LongPolling transport) Unexpected response code: ${r.statusCode}.`), this._closeError = new Ke(r.statusText || "", r.statusCode), this._running = !1) : r.content ? (this._logger.log(w.Trace, `(LongPolling transport) data received. ${Lt(r.content, this._options.logMessageContent)}.`), this.onreceive && this.onreceive(r.content)) : this._logger.log(w.Trace, "(LongPolling transport) Poll timed out, reissuing.");
5386
5389
  } catch (o) {
5387
- this._running ? o instanceof Yn ? this._logger.log(b.Trace, "(LongPolling transport) Poll timed out, reissuing.") : (this._closeError = o, this._running = !1) : this._logger.log(b.Trace, `(LongPolling transport) Poll errored after shutdown: ${o.message}`);
5390
+ this._running ? o instanceof Yn ? this._logger.log(w.Trace, "(LongPolling transport) Poll timed out, reissuing.") : (this._closeError = o, this._running = !1) : this._logger.log(w.Trace, `(LongPolling transport) Poll errored after shutdown: ${o.message}`);
5388
5391
  }
5389
5392
  } finally {
5390
- this._logger.log(b.Trace, "(LongPolling transport) Polling complete."), this.pollAborted || this._raiseOnClose();
5393
+ this._logger.log(w.Trace, "(LongPolling transport) Polling complete."), this.pollAborted || this._raiseOnClose();
5391
5394
  }
5392
5395
  }
5393
5396
  async send(e) {
5394
5397
  return this._running ? is(this._logger, "LongPolling", this._httpClient, this._url, e, this._options) : Promise.reject(new Error("Cannot send until the transport is connected"));
5395
5398
  }
5396
5399
  async stop() {
5397
- this._logger.log(b.Trace, "(LongPolling transport) Stopping polling."), this._running = !1, this._pollAbort.abort();
5400
+ this._logger.log(w.Trace, "(LongPolling transport) Stopping polling."), this._running = !1, this._pollAbort.abort();
5398
5401
  try {
5399
- await this._receiving, this._logger.log(b.Trace, `(LongPolling transport) sending DELETE request to ${this._url}.`);
5402
+ await this._receiving, this._logger.log(w.Trace, `(LongPolling transport) sending DELETE request to ${this._url}.`);
5400
5403
  const e = {}, [n, o] = pt();
5401
5404
  e[n] = o;
5402
5405
  const r = {
@@ -5410,15 +5413,15 @@ class tr {
5410
5413
  } catch (a) {
5411
5414
  s = a;
5412
5415
  }
5413
- s ? s instanceof Ke && (s.statusCode === 404 ? this._logger.log(b.Trace, "(LongPolling transport) A 404 response was returned from sending a DELETE request.") : this._logger.log(b.Trace, `(LongPolling transport) Error sending a DELETE request: ${s}`)) : this._logger.log(b.Trace, "(LongPolling transport) DELETE request accepted.");
5416
+ s ? s instanceof Ke && (s.statusCode === 404 ? this._logger.log(w.Trace, "(LongPolling transport) A 404 response was returned from sending a DELETE request.") : this._logger.log(w.Trace, `(LongPolling transport) Error sending a DELETE request: ${s}`)) : this._logger.log(w.Trace, "(LongPolling transport) DELETE request accepted.");
5414
5417
  } finally {
5415
- this._logger.log(b.Trace, "(LongPolling transport) Stop finished."), this._raiseOnClose();
5418
+ this._logger.log(w.Trace, "(LongPolling transport) Stop finished."), this._raiseOnClose();
5416
5419
  }
5417
5420
  }
5418
5421
  _raiseOnClose() {
5419
5422
  if (this.onclose) {
5420
5423
  let e = "(LongPolling transport) Firing onclose event.";
5421
- this._closeError && (e += " Error: " + this._closeError), this._logger.log(b.Trace, e), this.onclose(this._closeError);
5424
+ this._closeError && (e += " Error: " + this._closeError), this._logger.log(w.Trace, e), this.onclose(this._closeError);
5422
5425
  }
5423
5426
  }
5424
5427
  }
@@ -5427,7 +5430,7 @@ class jf {
5427
5430
  this._httpClient = e, this._accessToken = n, this._logger = o, this._options = r, this.onreceive = null, this.onclose = null;
5428
5431
  }
5429
5432
  async connect(e, n) {
5430
- return ie.isRequired(e, "url"), ie.isRequired(n, "transferFormat"), ie.isIn(n, ge, "transferFormat"), this._logger.log(b.Trace, "(SSE transport) Connecting."), this._url = e, this._accessToken && (e += (e.indexOf("?") < 0 ? "?" : "&") + `access_token=${encodeURIComponent(this._accessToken)}`), new Promise((o, r) => {
5433
+ return ae.isRequired(e, "url"), ae.isRequired(n, "transferFormat"), ae.isIn(n, ge, "transferFormat"), this._logger.log(w.Trace, "(SSE transport) Connecting."), this._url = e, this._accessToken && (e += (e.indexOf("?") < 0 ? "?" : "&") + `access_token=${encodeURIComponent(this._accessToken)}`), new Promise((o, r) => {
5431
5434
  let s = !1;
5432
5435
  if (n !== ge.Text) {
5433
5436
  r(new Error("The Server-Sent Events transport only supports the 'Text' transfer format"));
@@ -5446,7 +5449,7 @@ class jf {
5446
5449
  a.onmessage = (l) => {
5447
5450
  if (this.onreceive)
5448
5451
  try {
5449
- this._logger.log(b.Trace, `(SSE transport) data received. ${Lt(l.data, this._options.logMessageContent)}.`), this.onreceive(l.data);
5452
+ this._logger.log(w.Trace, `(SSE transport) data received. ${Lt(l.data, this._options.logMessageContent)}.`), this.onreceive(l.data);
5450
5453
  } catch (c) {
5451
5454
  this._close(c);
5452
5455
  return;
@@ -5454,7 +5457,7 @@ class jf {
5454
5457
  }, a.onerror = (l) => {
5455
5458
  s ? this._close() : r(new Error("EventSource failed to connect. The connection could not be found on the server, either the connection ID is not present on the server, or a proxy is refusing/buffering the connection. If you have multiple servers check that sticky sessions are enabled."));
5456
5459
  }, a.onopen = () => {
5457
- this._logger.log(b.Information, `SSE connected to ${this._url}`), this._eventSource = a, s = !0, o();
5460
+ this._logger.log(w.Information, `SSE connected to ${this._url}`), this._eventSource = a, s = !0, o();
5458
5461
  };
5459
5462
  } catch (l) {
5460
5463
  r(l);
@@ -5477,7 +5480,7 @@ class Nf {
5477
5480
  this._logger = o, this._accessTokenFactory = n, this._logMessageContent = r, this._webSocketConstructor = s, this._httpClient = e, this.onreceive = null, this.onclose = null, this._headers = a;
5478
5481
  }
5479
5482
  async connect(e, n) {
5480
- ie.isRequired(e, "url"), ie.isRequired(n, "transferFormat"), ie.isIn(n, ge, "transferFormat"), this._logger.log(b.Trace, "(WebSockets transport) Connecting.");
5483
+ ae.isRequired(e, "url"), ae.isRequired(n, "transferFormat"), ae.isIn(n, ge, "transferFormat"), this._logger.log(w.Trace, "(WebSockets transport) Connecting.");
5481
5484
  let o;
5482
5485
  return this._accessTokenFactory && (o = await this._accessTokenFactory()), new Promise((r, s) => {
5483
5486
  e = e.replace(/^http/, "ws");
@@ -5485,19 +5488,19 @@ class Nf {
5485
5488
  const l = this._httpClient.getCookieString(e);
5486
5489
  let c = !1;
5487
5490
  if (te.isNode || te.isReactNative) {
5488
- const i = {}, [u, h] = pt();
5489
- i[u] = h, o && (i[Ge.Authorization] = `Bearer ${o}`), l && (i[Ge.Cookie] = l), a = new this._webSocketConstructor(e, void 0, {
5491
+ const i = {}, [u, f] = pt();
5492
+ i[u] = f, o && (i[Ge.Authorization] = `Bearer ${o}`), l && (i[Ge.Cookie] = l), a = new this._webSocketConstructor(e, void 0, {
5490
5493
  headers: { ...i, ...this._headers }
5491
5494
  });
5492
5495
  } else
5493
5496
  o && (e += (e.indexOf("?") < 0 ? "?" : "&") + `access_token=${encodeURIComponent(o)}`);
5494
5497
  a || (a = new this._webSocketConstructor(e)), n === ge.Binary && (a.binaryType = "arraybuffer"), a.onopen = (i) => {
5495
- this._logger.log(b.Information, `WebSocket connected to ${e}.`), this._webSocket = a, c = !0, r();
5498
+ this._logger.log(w.Information, `WebSocket connected to ${e}.`), this._webSocket = a, c = !0, r();
5496
5499
  }, a.onerror = (i) => {
5497
5500
  let u = null;
5498
- typeof ErrorEvent < "u" && i instanceof ErrorEvent ? u = i.error : u = "There was an error with the transport", this._logger.log(b.Information, `(WebSockets transport) ${u}.`);
5501
+ typeof ErrorEvent < "u" && i instanceof ErrorEvent ? u = i.error : u = "There was an error with the transport", this._logger.log(w.Information, `(WebSockets transport) ${u}.`);
5499
5502
  }, a.onmessage = (i) => {
5500
- if (this._logger.log(b.Trace, `(WebSockets transport) data received. ${Lt(i.data, this._logMessageContent)}.`), this.onreceive)
5503
+ if (this._logger.log(w.Trace, `(WebSockets transport) data received. ${Lt(i.data, this._logMessageContent)}.`), this.onreceive)
5501
5504
  try {
5502
5505
  this.onreceive(i.data);
5503
5506
  } catch (u) {
@@ -5515,7 +5518,7 @@ class Nf {
5515
5518
  });
5516
5519
  }
5517
5520
  send(e) {
5518
- return this._webSocket && this._webSocket.readyState === this._webSocketConstructor.OPEN ? (this._logger.log(b.Trace, `(WebSockets transport) sending data. ${Lt(e, this._logMessageContent)}.`), this._webSocket.send(e), Promise.resolve()) : Promise.reject("WebSocket is not in the OPEN state");
5521
+ return this._webSocket && this._webSocket.readyState === this._webSocketConstructor.OPEN ? (this._logger.log(w.Trace, `(WebSockets transport) sending data. ${Lt(e, this._logMessageContent)}.`), this._webSocket.send(e), Promise.resolve()) : Promise.reject("WebSocket is not in the OPEN state");
5519
5522
  }
5520
5523
  stop() {
5521
5524
  return this._webSocket && this._close(void 0), Promise.resolve();
@@ -5524,7 +5527,7 @@ class Nf {
5524
5527
  this._webSocket && (this._webSocket.onclose = () => {
5525
5528
  }, this._webSocket.onmessage = () => {
5526
5529
  }, this._webSocket.onerror = () => {
5527
- }, this._webSocket.close(), this._webSocket = void 0), this._logger.log(b.Trace, "(WebSockets transport) socket closed."), this.onclose && (this._isCloseEvent(e) && (e.wasClean === !1 || e.code !== 1e3) ? this.onclose(new Error(`WebSocket closed with status code: ${e.code} (${e.reason || "no reason given"}).`)) : e instanceof Error ? this.onclose(e) : this.onclose());
5530
+ }, this._webSocket.close(), this._webSocket = void 0), this._logger.log(w.Trace, "(WebSockets transport) socket closed."), this.onclose && (this._isCloseEvent(e) && (e.wasClean === !1 || e.code !== 1e3) ? this.onclose(new Error(`WebSocket closed with status code: ${e.code} (${e.reason || "no reason given"}).`)) : e instanceof Error ? this.onclose(e) : this.onclose());
5528
5531
  }
5529
5532
  _isCloseEvent(e) {
5530
5533
  return e && typeof e.wasClean == "boolean" && typeof e.code == "number";
@@ -5534,7 +5537,7 @@ const nr = 100;
5534
5537
  class Hf {
5535
5538
  constructor(e, n = {}) {
5536
5539
  if (this._stopPromiseResolver = () => {
5537
- }, this.features = {}, this._negotiateVersion = 1, ie.isRequired(e, "url"), this._logger = yf(n.logger), this.baseUrl = this._resolveUrl(e), n = n || {}, n.logMessageContent = n.logMessageContent === void 0 ? !1 : n.logMessageContent, typeof n.withCredentials == "boolean" || n.withCredentials === void 0)
5540
+ }, this.features = {}, this._negotiateVersion = 1, ae.isRequired(e, "url"), this._logger = yf(n.logger), this.baseUrl = this._resolveUrl(e), n = n || {}, n.logMessageContent = n.logMessageContent === void 0 ? !1 : n.logMessageContent, typeof n.withCredentials == "boolean" || n.withCredentials === void 0)
5538
5541
  n.withCredentials = n.withCredentials === void 0 ? !0 : n.withCredentials;
5539
5542
  else
5540
5543
  throw new Error("withCredentials option was not a 'boolean' or 'undefined' value");
@@ -5547,14 +5550,14 @@ class Hf {
5547
5550
  !te.isNode && typeof WebSocket < "u" && !n.WebSocket ? n.WebSocket = WebSocket : te.isNode && !n.WebSocket && o && (n.WebSocket = o), !te.isNode && typeof EventSource < "u" && !n.EventSource ? n.EventSource = EventSource : te.isNode && !n.EventSource && typeof r < "u" && (n.EventSource = r), this._httpClient = new xf(n.httpClient || new kf(this._logger), n.accessTokenFactory), this._connectionState = "Disconnected", this._connectionStarted = !1, this._options = n, this.onreceive = null, this.onclose = null;
5548
5551
  }
5549
5552
  async start(e) {
5550
- if (e = e || ge.Binary, ie.isIn(e, ge, "transferFormat"), this._logger.log(b.Debug, `Starting connection with transfer format '${ge[e]}'.`), this._connectionState !== "Disconnected")
5553
+ if (e = e || ge.Binary, ae.isIn(e, ge, "transferFormat"), this._logger.log(w.Debug, `Starting connection with transfer format '${ge[e]}'.`), this._connectionState !== "Disconnected")
5551
5554
  return Promise.reject(new Error("Cannot start an HttpConnection that is not in the 'Disconnected' state."));
5552
5555
  if (this._connectionState = "Connecting", this._startInternalPromise = this._startInternal(e), await this._startInternalPromise, this._connectionState === "Disconnecting") {
5553
5556
  const n = "Failed to start the HttpConnection before stop() was called.";
5554
- return this._logger.log(b.Error, n), await this._stopPromise, Promise.reject(new $e(n));
5557
+ return this._logger.log(w.Error, n), await this._stopPromise, Promise.reject(new $e(n));
5555
5558
  } else if (this._connectionState !== "Connected") {
5556
5559
  const n = "HttpConnection.startInternal completed gracefully but didn't enter the connection into the connected state!";
5557
- return this._logger.log(b.Error, n), Promise.reject(new $e(n));
5560
+ return this._logger.log(w.Error, n), Promise.reject(new $e(n));
5558
5561
  }
5559
5562
  this._connectionStarted = !0;
5560
5563
  }
@@ -5563,9 +5566,9 @@ class Hf {
5563
5566
  }
5564
5567
  async stop(e) {
5565
5568
  if (this._connectionState === "Disconnected")
5566
- return this._logger.log(b.Debug, `Call to HttpConnection.stop(${e}) ignored because the connection is already in the disconnected state.`), Promise.resolve();
5569
+ return this._logger.log(w.Debug, `Call to HttpConnection.stop(${e}) ignored because the connection is already in the disconnected state.`), Promise.resolve();
5567
5570
  if (this._connectionState === "Disconnecting")
5568
- return this._logger.log(b.Debug, `Call to HttpConnection.stop(${e}) ignored because the connection is already in the disconnecting state.`), this._stopPromise;
5571
+ return this._logger.log(w.Debug, `Call to HttpConnection.stop(${e}) ignored because the connection is already in the disconnecting state.`), this._stopPromise;
5569
5572
  this._connectionState = "Disconnecting", this._stopPromise = new Promise((n) => {
5570
5573
  this._stopPromiseResolver = n;
5571
5574
  }), await this._stopInternal(e), await this._stopPromise;
@@ -5580,19 +5583,19 @@ class Hf {
5580
5583
  try {
5581
5584
  await this.transport.stop();
5582
5585
  } catch (n) {
5583
- this._logger.log(b.Error, `HttpConnection.transport.stop() threw error '${n}'.`), this._stopConnection();
5586
+ this._logger.log(w.Error, `HttpConnection.transport.stop() threw error '${n}'.`), this._stopConnection();
5584
5587
  }
5585
5588
  this.transport = void 0;
5586
5589
  } else
5587
- this._logger.log(b.Debug, "HttpConnection.transport is undefined in HttpConnection.stop() because start() failed.");
5590
+ this._logger.log(w.Debug, "HttpConnection.transport is undefined in HttpConnection.stop() because start() failed.");
5588
5591
  }
5589
5592
  async _startInternal(e) {
5590
5593
  let n = this.baseUrl;
5591
5594
  this._accessTokenFactory = this._options.accessTokenFactory, this._httpClient._accessTokenFactory = this._accessTokenFactory;
5592
5595
  try {
5593
5596
  if (this._options.skipNegotiation)
5594
- if (this._options.transport === se.WebSockets)
5595
- this.transport = this._constructTransport(se.WebSockets), await this._startTransport(n, e);
5597
+ if (this._options.transport === re.WebSockets)
5598
+ this.transport = this._constructTransport(re.WebSockets), await this._startTransport(n, e);
5596
5599
  else
5597
5600
  throw new Error("Negotiation can only be skipped when using the WebSocket transport directly.");
5598
5601
  else {
@@ -5614,16 +5617,16 @@ class Hf {
5614
5617
  throw new Error("Negotiate redirection limit exceeded.");
5615
5618
  await this._createTransport(n, this._options.transport, o, e);
5616
5619
  }
5617
- this.transport instanceof tr && (this.features.inherentKeepAlive = !0), this._connectionState === "Connecting" && (this._logger.log(b.Debug, "The HttpConnection connected successfully."), this._connectionState = "Connected");
5620
+ this.transport instanceof tr && (this.features.inherentKeepAlive = !0), this._connectionState === "Connecting" && (this._logger.log(w.Debug, "The HttpConnection connected successfully."), this._connectionState = "Connected");
5618
5621
  } catch (o) {
5619
- return this._logger.log(b.Error, "Failed to start the connection: " + o), this._connectionState = "Disconnected", this.transport = void 0, this._stopPromiseResolver(), Promise.reject(o);
5622
+ return this._logger.log(w.Error, "Failed to start the connection: " + o), this._connectionState = "Disconnected", this.transport = void 0, this._stopPromiseResolver(), Promise.reject(o);
5620
5623
  }
5621
5624
  }
5622
5625
  async _getNegotiationResponse(e) {
5623
5626
  const n = {}, [o, r] = pt();
5624
5627
  n[o] = r;
5625
5628
  const s = this._resolveNegotiateUrl(e);
5626
- this._logger.log(b.Debug, `Sending negotiation request: ${s}.`);
5629
+ this._logger.log(w.Debug, `Sending negotiation request: ${s}.`);
5627
5630
  try {
5628
5631
  const a = await this._httpClient.post(s, {
5629
5632
  content: "",
@@ -5637,7 +5640,7 @@ class Hf {
5637
5640
  return (!l.negotiateVersion || l.negotiateVersion < 1) && (l.connectionToken = l.connectionId), l.useStatefulReconnect && this._options._useStatefulReconnect !== !0 ? Promise.reject(new Zo("Client didn't negotiate Stateful Reconnect but the server did.")) : l;
5638
5641
  } catch (a) {
5639
5642
  let l = "Failed to complete negotiation with the server: " + a;
5640
- return a instanceof Ke && a.statusCode === 404 && (l = l + " Either this is not a SignalR endpoint or there is a proxy blocking the connection."), this._logger.log(b.Error, l), Promise.reject(new Zo(l));
5643
+ return a instanceof Ke && a.statusCode === 404 && (l = l + " Either this is not a SignalR endpoint or there is a proxy blocking the connection."), this._logger.log(w.Error, l), Promise.reject(new Zo(l));
5641
5644
  }
5642
5645
  }
5643
5646
  _createConnectUrl(e, n) {
@@ -5646,7 +5649,7 @@ class Hf {
5646
5649
  async _createTransport(e, n, o, r) {
5647
5650
  let s = this._createConnectUrl(e, o.connectionToken);
5648
5651
  if (this._isITransport(n)) {
5649
- this._logger.log(b.Debug, "Connection was provided an instance of ITransport, using that directly."), this.transport = n, await this._startTransport(s, r), this.connectionId = o.connectionId;
5652
+ this._logger.log(w.Debug, "Connection was provided an instance of ITransport, using that directly."), this.transport = n, await this._startTransport(s, r), this.connectionId = o.connectionId;
5650
5653
  return;
5651
5654
  }
5652
5655
  const a = [], l = o.availableTransports || [];
@@ -5659,18 +5662,18 @@ class Hf {
5659
5662
  if (this.transport = u, !c) {
5660
5663
  try {
5661
5664
  c = await this._getNegotiationResponse(e);
5662
- } catch (h) {
5663
- return Promise.reject(h);
5665
+ } catch (f) {
5666
+ return Promise.reject(f);
5664
5667
  }
5665
5668
  s = this._createConnectUrl(e, c.connectionToken);
5666
5669
  }
5667
5670
  try {
5668
5671
  await this._startTransport(s, r), this.connectionId = c.connectionId;
5669
5672
  return;
5670
- } catch (h) {
5671
- if (this._logger.log(b.Error, `Failed to start the transport '${i.transport}': ${h}`), c = void 0, a.push(new gf(`${i.transport} failed: ${h}`, se[i.transport])), this._connectionState !== "Connecting") {
5672
- const d = "Failed to select transport before stop() was called.";
5673
- return this._logger.log(b.Debug, d), Promise.reject(new $e(d));
5673
+ } catch (f) {
5674
+ if (this._logger.log(w.Error, `Failed to start the transport '${i.transport}': ${f}`), c = void 0, a.push(new gf(`${i.transport} failed: ${f}`, re[i.transport])), this._connectionState !== "Connecting") {
5675
+ const p = "Failed to select transport before stop() was called.";
5676
+ return this._logger.log(w.Debug, p), Promise.reject(new $e(p));
5674
5677
  }
5675
5678
  }
5676
5679
  }
@@ -5679,15 +5682,15 @@ class Hf {
5679
5682
  }
5680
5683
  _constructTransport(e) {
5681
5684
  switch (e) {
5682
- case se.WebSockets:
5685
+ case re.WebSockets:
5683
5686
  if (!this._options.WebSocket)
5684
5687
  throw new Error("'WebSocket' is not supported in your environment.");
5685
5688
  return new Nf(this._httpClient, this._accessTokenFactory, this._logger, this._options.logMessageContent, this._options.WebSocket, this._options.headers || {});
5686
- case se.ServerSentEvents:
5689
+ case re.ServerSentEvents:
5687
5690
  if (!this._options.EventSource)
5688
5691
  throw new Error("'EventSource' is not supported in your environment.");
5689
5692
  return new jf(this._httpClient, this._httpClient._accessToken, this._logger, this._options);
5690
- case se.LongPolling:
5693
+ case re.LongPolling:
5691
5694
  return new tr(this._httpClient, this._logger, this._options);
5692
5695
  default:
5693
5696
  throw new Error(`Unknown transport: ${e}.`);
@@ -5710,42 +5713,42 @@ class Hf {
5710
5713
  } : this.transport.onclose = (o) => this._stopConnection(o), this.transport.connect(e, n);
5711
5714
  }
5712
5715
  _resolveTransportOrError(e, n, o, r) {
5713
- const s = se[e.transport];
5716
+ const s = re[e.transport];
5714
5717
  if (s == null)
5715
- return this._logger.log(b.Debug, `Skipping transport '${e.transport}' because it is not supported by this client.`), new Error(`Skipping transport '${e.transport}' because it is not supported by this client.`);
5718
+ return this._logger.log(w.Debug, `Skipping transport '${e.transport}' because it is not supported by this client.`), new Error(`Skipping transport '${e.transport}' because it is not supported by this client.`);
5716
5719
  if (Uf(n, s))
5717
5720
  if (e.transferFormats.map((l) => ge[l]).indexOf(o) >= 0) {
5718
- if (s === se.WebSockets && !this._options.WebSocket || s === se.ServerSentEvents && !this._options.EventSource)
5719
- return this._logger.log(b.Debug, `Skipping transport '${se[s]}' because it is not supported in your environment.'`), new ff(`'${se[s]}' is not supported in your environment.`, s);
5720
- this._logger.log(b.Debug, `Selecting transport '${se[s]}'.`);
5721
+ if (s === re.WebSockets && !this._options.WebSocket || s === re.ServerSentEvents && !this._options.EventSource)
5722
+ return this._logger.log(w.Debug, `Skipping transport '${re[s]}' because it is not supported in your environment.'`), new ff(`'${re[s]}' is not supported in your environment.`, s);
5723
+ this._logger.log(w.Debug, `Selecting transport '${re[s]}'.`);
5721
5724
  try {
5722
- return this.features.reconnect = s === se.WebSockets ? r : void 0, this._constructTransport(s);
5725
+ return this.features.reconnect = s === re.WebSockets ? r : void 0, this._constructTransport(s);
5723
5726
  } catch (l) {
5724
5727
  return l;
5725
5728
  }
5726
5729
  } else
5727
- return this._logger.log(b.Debug, `Skipping transport '${se[s]}' because it does not support the requested transfer format '${ge[o]}'.`), new Error(`'${se[s]}' does not support ${ge[o]}.`);
5730
+ return this._logger.log(w.Debug, `Skipping transport '${re[s]}' because it does not support the requested transfer format '${ge[o]}'.`), new Error(`'${re[s]}' does not support ${ge[o]}.`);
5728
5731
  else
5729
- return this._logger.log(b.Debug, `Skipping transport '${se[s]}' because it was disabled by the client.`), new hf(`'${se[s]}' is disabled by the client.`, s);
5732
+ return this._logger.log(w.Debug, `Skipping transport '${re[s]}' because it was disabled by the client.`), new hf(`'${re[s]}' is disabled by the client.`, s);
5730
5733
  }
5731
5734
  _isITransport(e) {
5732
5735
  return e && typeof e == "object" && "connect" in e;
5733
5736
  }
5734
5737
  _stopConnection(e) {
5735
- if (this._logger.log(b.Debug, `HttpConnection.stopConnection(${e}) called while in state ${this._connectionState}.`), this.transport = void 0, e = this._stopError || e, this._stopError = void 0, this._connectionState === "Disconnected") {
5736
- this._logger.log(b.Debug, `Call to HttpConnection.stopConnection(${e}) was ignored because the connection is already in the disconnected state.`);
5738
+ if (this._logger.log(w.Debug, `HttpConnection.stopConnection(${e}) called while in state ${this._connectionState}.`), this.transport = void 0, e = this._stopError || e, this._stopError = void 0, this._connectionState === "Disconnected") {
5739
+ this._logger.log(w.Debug, `Call to HttpConnection.stopConnection(${e}) was ignored because the connection is already in the disconnected state.`);
5737
5740
  return;
5738
5741
  }
5739
5742
  if (this._connectionState === "Connecting")
5740
- throw this._logger.log(b.Warning, `Call to HttpConnection.stopConnection(${e}) was ignored because the connection is still in the connecting state.`), new Error(`HttpConnection.stopConnection(${e}) was called while the connection is still in the connecting state.`);
5741
- if (this._connectionState === "Disconnecting" && this._stopPromiseResolver(), e ? this._logger.log(b.Error, `Connection disconnected with error '${e}'.`) : this._logger.log(b.Information, "Connection disconnected."), this._sendQueue && (this._sendQueue.stop().catch((n) => {
5742
- this._logger.log(b.Error, `TransportSendQueue.stop() threw error '${n}'.`);
5743
+ throw this._logger.log(w.Warning, `Call to HttpConnection.stopConnection(${e}) was ignored because the connection is still in the connecting state.`), new Error(`HttpConnection.stopConnection(${e}) was called while the connection is still in the connecting state.`);
5744
+ if (this._connectionState === "Disconnecting" && this._stopPromiseResolver(), e ? this._logger.log(w.Error, `Connection disconnected with error '${e}'.`) : this._logger.log(w.Information, "Connection disconnected."), this._sendQueue && (this._sendQueue.stop().catch((n) => {
5745
+ this._logger.log(w.Error, `TransportSendQueue.stop() threw error '${n}'.`);
5743
5746
  }), this._sendQueue = void 0), this.connectionId = void 0, this._connectionState = "Disconnected", this._connectionStarted) {
5744
5747
  this._connectionStarted = !1;
5745
5748
  try {
5746
5749
  this.onclose && this.onclose(e);
5747
5750
  } catch (n) {
5748
- this._logger.log(b.Error, `HttpConnection.onclose(${e}) threw error '${n}'.`);
5751
+ this._logger.log(w.Error, `HttpConnection.onclose(${e}) threw error '${n}'.`);
5749
5752
  }
5750
5753
  }
5751
5754
  }
@@ -5755,7 +5758,7 @@ class Hf {
5755
5758
  if (!te.isBrowser)
5756
5759
  throw new Error(`Cannot resolve '${e}'.`);
5757
5760
  const n = window.document.createElement("a");
5758
- return n.href = e, this._logger.log(b.Information, `Normalizing '${e}' to '${n.href}'.`), n.href;
5761
+ return n.href = e, this._logger.log(w.Information, `Normalizing '${e}' to '${n.href}'.`), n.href;
5759
5762
  }
5760
5763
  _resolveNegotiateUrl(e) {
5761
5764
  const n = new URL(e);
@@ -5861,7 +5864,7 @@ class Vf {
5861
5864
  this._isSequenceMessage(a);
5862
5865
  break;
5863
5866
  default:
5864
- n.log(b.Information, "Unknown message type '" + a.type + "' ignored.");
5867
+ n.log(w.Information, "Unknown message type '" + a.type + "' ignored.");
5865
5868
  continue;
5866
5869
  }
5867
5870
  r.push(a);
@@ -5902,15 +5905,15 @@ class Vf {
5902
5905
  }
5903
5906
  }
5904
5907
  const Wf = {
5905
- trace: b.Trace,
5906
- debug: b.Debug,
5907
- info: b.Information,
5908
- information: b.Information,
5909
- warn: b.Warning,
5910
- warning: b.Warning,
5911
- error: b.Error,
5912
- critical: b.Critical,
5913
- none: b.None
5908
+ trace: w.Trace,
5909
+ debug: w.Debug,
5910
+ info: w.Information,
5911
+ information: w.Information,
5912
+ warn: w.Warning,
5913
+ warning: w.Warning,
5914
+ error: w.Error,
5915
+ critical: w.Critical,
5916
+ none: w.None
5914
5917
  };
5915
5918
  function zf(t) {
5916
5919
  const e = Wf[t.toLowerCase()];
@@ -5920,7 +5923,7 @@ function zf(t) {
5920
5923
  }
5921
5924
  class qf {
5922
5925
  configureLogging(e) {
5923
- if (ie.isRequired(e, "logging"), Jf(e))
5926
+ if (ae.isRequired(e, "logging"), Jf(e))
5924
5927
  this.logger = e;
5925
5928
  else if (typeof e == "string") {
5926
5929
  const n = zf(e);
@@ -5930,7 +5933,7 @@ class qf {
5930
5933
  return this;
5931
5934
  }
5932
5935
  withUrl(e, n) {
5933
- return ie.isRequired(e, "url"), ie.isNotEmpty(e, "url"), this.url = e, typeof n == "object" ? this.httpConnectionOptions = { ...this.httpConnectionOptions, ...n } : this.httpConnectionOptions = {
5936
+ return ae.isRequired(e, "url"), ae.isNotEmpty(e, "url"), this.url = e, typeof n == "object" ? this.httpConnectionOptions = { ...this.httpConnectionOptions, ...n } : this.httpConnectionOptions = {
5934
5937
  ...this.httpConnectionOptions,
5935
5938
  transport: n
5936
5939
  }, this;
@@ -5940,7 +5943,7 @@ class qf {
5940
5943
  * @param {IHubProtocol} protocol The {@link @microsoft/signalr.IHubProtocol} implementation to use.
5941
5944
  */
5942
5945
  withHubProtocol(e) {
5943
- return ie.isRequired(e, "protocol"), this.protocol = e, this;
5946
+ return ae.isRequired(e, "protocol"), this.protocol = e, this;
5944
5947
  }
5945
5948
  withAutomaticReconnect(e) {
5946
5949
  if (this.reconnectPolicy)
@@ -5952,14 +5955,14 @@ class qf {
5952
5955
  * @returns The {@link @microsoft/signalr.HubConnectionBuilder} instance, for chaining.
5953
5956
  */
5954
5957
  withServerTimeout(e) {
5955
- return ie.isRequired(e, "milliseconds"), this._serverTimeoutInMilliseconds = e, this;
5958
+ return ae.isRequired(e, "milliseconds"), this._serverTimeoutInMilliseconds = e, this;
5956
5959
  }
5957
5960
  /** Configures {@link @microsoft/signalr.HubConnection.keepAliveIntervalInMilliseconds} for the {@link @microsoft/signalr.HubConnection}.
5958
5961
  *
5959
5962
  * @returns The {@link @microsoft/signalr.HubConnectionBuilder} instance, for chaining.
5960
5963
  */
5961
5964
  withKeepAliveInterval(e) {
5962
- return ie.isRequired(e, "milliseconds"), this._keepAliveIntervalInMilliseconds = e, this;
5965
+ return ae.isRequired(e, "milliseconds"), this._keepAliveIntervalInMilliseconds = e, this;
5963
5966
  }
5964
5967
  /** Enables and configures options for the Stateful Reconnect feature.
5965
5968
  *
@@ -5987,7 +5990,7 @@ let { baseURL: Kf } = tt();
5987
5990
  const Gf = () => {
5988
5991
  const t = new qf().withUrl(`${Kf}/api/tool/event-bus`, {
5989
5992
  skipNegotiation: !0,
5990
- transport: se.WebSockets
5993
+ transport: re.WebSockets
5991
5994
  }).withAutomaticReconnect().build();
5992
5995
  return t.start().then(() => {
5993
5996
  }).catch((e) => {
@@ -6000,99 +6003,99 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6000
6003
  const t = Dt(), { entryApp: e } = qt.hooks.useEntryApp(), { entryMenu: n } = qt.hooks.useEntryMenu();
6001
6004
  let o = null;
6002
6005
  return Ve(async () => {
6003
- var f;
6004
- let r = ((f = t.meta) == null ? void 0 : f.showLayout) ?? !0, { showLayout: s = !0 } = t.query;
6006
+ var h;
6007
+ let r = ((h = t.meta) == null ? void 0 : h.showLayout) ?? !0, { showLayout: s = !0 } = t.query;
6005
6008
  if (s === "false" && (s = !1), !r || !s) return;
6006
6009
  await en();
6007
- const a = (_) => {
6010
+ const a = (b) => {
6008
6011
  try {
6009
- return JSON.parse(_);
6012
+ return JSON.parse(b);
6010
6013
  } catch {
6011
6014
  return !1;
6012
6015
  }
6013
- }, l = async (_) => {
6014
- var C;
6015
- const y = J(), w = ((C = y.appcategorys) == null ? void 0 : C.map((k) => k.apps).flat()) || [];
6016
- if (Array.isArray(_)) {
6017
- const k = _.filter((I) => I.code).map((I) => I.code);
6018
- if (_.length) {
6019
- if (y.currentSubAppCode) {
6020
- const S = y.currentSubApp.menus ?? [], T = Me(S).find((x) => k.includes(x.code));
6021
- if (T) {
6022
- n({ currentMenu: T });
6016
+ }, l = async (b) => {
6017
+ var I;
6018
+ const _ = J(), C = ((I = _.appcategorys) == null ? void 0 : I.map((y) => y.apps).flat()) || [];
6019
+ if (Array.isArray(b)) {
6020
+ const y = b.filter((S) => S.code).map((S) => S.code);
6021
+ if (b.length) {
6022
+ if (_.currentSubAppCode) {
6023
+ const E = _.currentSubApp.menus ?? [], k = Me(E).find((x) => y.includes(x.code));
6024
+ if (k) {
6025
+ n({ currentMenu: k });
6023
6026
  return;
6024
6027
  }
6025
6028
  }
6026
- const I = w.find((S) => k.includes(S.code));
6027
- I && e({ microApp: I });
6029
+ const S = C.find((E) => y.includes(E.code));
6030
+ S && e({ microApp: S });
6028
6031
  }
6029
6032
  }
6030
- if (typeof _ == "string")
6031
- if (_.includes(":")) {
6032
- const k = _.split(":"), [I = "", S = ""] = k;
6033
- if (!I) return;
6034
- const T = w.find((x) => x.code === I);
6035
- T && e({ microApp: T, menuCode: S });
6033
+ if (typeof b == "string")
6034
+ if (b.includes(":")) {
6035
+ const y = b.split(":"), [S = "", E = ""] = y;
6036
+ if (!S) return;
6037
+ const k = C.find((x) => x.code === S);
6038
+ k && e({ microApp: k, menuCode: E });
6036
6039
  } else {
6037
- const k = _, I = w.find((S) => S.code === k);
6038
- if (I)
6039
- e({ microApp: I });
6040
+ const y = b, S = C.find((E) => E.code === y);
6041
+ if (S)
6042
+ e({ microApp: S });
6040
6043
  else {
6041
- const [S, T] = await nh().run({ menuCode: k });
6042
- if (S) return;
6043
- const x = w.find((Q) => Q.code === T);
6044
- x && e({ microApp: x, menuCode: k });
6044
+ const [E, k] = await nh().run({ menuCode: y });
6045
+ if (E) return;
6046
+ const x = C.find((Q) => Q.code === k);
6047
+ x && e({ microApp: x, menuCode: y });
6045
6048
  }
6046
6049
  }
6047
6050
  };
6048
- let c = E(!0);
6049
- const i = (_) => {
6051
+ let c = T(!0);
6052
+ const i = (b) => {
6050
6053
  setTimeout(async () => {
6051
- var y, w;
6054
+ var _, C;
6052
6055
  if (c.value) {
6053
- const [C, k] = await eh().run({}, { params: { aliasName: _.actionValue } });
6054
- C ? await vn().run({
6055
- uniqueId: _.uniqueId,
6056
+ const [I, y] = await eh().run({}, { params: { aliasName: b.actionValue } });
6057
+ I ? await vn().run({
6058
+ uniqueId: b.uniqueId,
6056
6059
  status: 0,
6057
- errorMsg: "未找到" + _.actionValue
6058
- }) : k.length ? (k.length > 1 ? l(k) : l((y = k[0]) == null ? void 0 : y.code), await vn().run({
6059
- uniqueId: _.uniqueId,
6060
+ errorMsg: "未找到" + b.actionValue
6061
+ }) : y.length ? (y.length > 1 ? l(y) : l((_ = y[0]) == null ? void 0 : _.code), await vn().run({
6062
+ uniqueId: b.uniqueId,
6060
6063
  status: 1,
6061
- targetName: (w = k[0]) == null ? void 0 : w.name
6064
+ targetName: (C = y[0]) == null ? void 0 : C.name
6062
6065
  })) : await vn().run({
6063
- uniqueId: _.uniqueId,
6066
+ uniqueId: b.uniqueId,
6064
6067
  status: 0,
6065
- errorMsg: "未找到" + _.actionValue
6068
+ errorMsg: "未找到" + b.actionValue
6066
6069
  });
6067
6070
  }
6068
6071
  c.value = !0;
6069
6072
  }, 2e3);
6070
- }, u = (_) => {
6071
- const y = Bn(), w = JSON.parse(atob(y.split(".")[1])).sub;
6072
- Gf().on(`${_}:${w}`, async function(k) {
6073
- let I = a(k);
6074
- if (I)
6075
- I.uniqueId && I.actionKey == "switch-menu" && i(I);
6076
- else if (k.includes("openAppMenu=")) {
6077
- const S = k.split("="), T = JSON.parse(S[1]);
6078
- l(T);
6079
- } else k.includes("iocIsRun") && (c.value = !1);
6073
+ }, u = (b) => {
6074
+ const _ = Bn(), C = JSON.parse(atob(_.split(".")[1])).sub;
6075
+ Gf().on(`${b}:${C}`, async function(y) {
6076
+ let S = a(y);
6077
+ if (S)
6078
+ S.uniqueId && S.actionKey == "switch-menu" && i(S);
6079
+ else if (y.includes("openAppMenu=")) {
6080
+ const E = y.split("="), k = JSON.parse(E[1]);
6081
+ l(k);
6082
+ } else y.includes("iocIsRun") && (c.value = !1);
6080
6083
  });
6081
- }, h = E(""), [d, p] = await or().run();
6082
- h.value = p, u(h.value);
6083
- const g = async () => {
6084
- const [_, y] = await or().run();
6085
- y !== h.value && (h.value = y, u(h.value));
6084
+ }, f = T(""), [p, d] = await or().run();
6085
+ f.value = d, u(f.value);
6086
+ const m = async () => {
6087
+ const [b, _] = await or().run();
6088
+ _ !== f.value && (f.value = _, u(f.value));
6086
6089
  };
6087
6090
  o = setInterval(() => {
6088
- g();
6091
+ m();
6089
6092
  }, 72e5);
6090
- const A = E("online"), m = (_) => {
6091
- _ === "online" && A.value === "offline" && setTimeout(() => {
6092
- g();
6093
+ const A = T("online"), g = (b) => {
6094
+ b === "online" && A.value === "offline" && setTimeout(() => {
6095
+ m();
6093
6096
  }, 5e3), A.value = (window.navigator.onLine ? "on" : "off") + "line";
6094
6097
  };
6095
- window.addEventListener("online", () => m("online")), window.addEventListener("offline", () => m("offline"));
6098
+ window.addEventListener("online", () => g("online")), window.addEventListener("offline", () => g("offline"));
6096
6099
  }), Zt(() => {
6097
6100
  o && clearInterval(o);
6098
6101
  }), {};
@@ -6106,9 +6109,9 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6106
6109
  },
6107
6110
  emits: ["emitFn"],
6108
6111
  setup(t, { expose: e, emit: n }) {
6109
- const o = t, r = n, s = E(!1), a = E(null), l = E(0), c = E(!1);
6110
- E("");
6111
- const i = E({
6112
+ const o = t, r = n, s = T(!1), a = T(null), l = T(0), c = T(!1);
6113
+ T("");
6114
+ const i = T({
6112
6115
  processTypeId: "confirm",
6113
6116
  // 处理类型
6114
6117
  reason: "",
@@ -6134,7 +6137,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6134
6137
  // 处置时限
6135
6138
  interval: 2
6136
6139
  // 时限刻度 默认选择“时”
6137
- }), u = E({
6140
+ }), u = T({
6138
6141
  processTypeId: "",
6139
6142
  // 处理类型 必填
6140
6143
  reason: "",
@@ -6154,21 +6157,21 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6154
6157
  // 事件等级id
6155
6158
  timeLimit: ""
6156
6159
  // 处置时限
6157
- }), h = E(!1), d = E([]), p = E([]), g = E([
6160
+ }), f = T(!1), p = T([]), d = T([]), m = T([
6158
6161
  { id: 2, name: N("时").value },
6159
6162
  { id: 1, name: N("分").value },
6160
6163
  { id: 3, name: N("不限").value }
6161
- ]), A = E([]), m = E(""), f = E("告警对象位置"), _ = E(""), y = E([]), w = E("");
6162
- E("[]");
6163
- const C = E(!0), k = E(!0), I = async (D) => {
6164
+ ]), A = T([]), g = T(""), h = T("告警对象位置"), b = T(""), _ = T([]), C = T("");
6165
+ T("[]");
6166
+ const I = T(!0), y = T(!0), S = async (D) => {
6164
6167
  const P = { name: "1" };
6165
6168
  D != null && D.id && (P.spaceId = D.id);
6166
6169
  const [L, Pe] = await dh(P).run();
6167
6170
  return L ? {} : Pe;
6168
- }, S = async (D) => {
6171
+ }, E = async (D) => {
6169
6172
  const P = { name: D || "" }, [L, Pe] = await ph(P).run();
6170
6173
  return L ? {} : Pe;
6171
- }, T = E(!0), x = E(!0), Q = E([]), V = async () => {
6174
+ }, k = T(!0), x = T(!0), Q = T([]), W = async () => {
6172
6175
  const [D, P] = await uh().run({ pageIndex: -1, pageSize: -1 });
6173
6176
  if (D) return {};
6174
6177
  Q.value = P.data.filter((L) => L.status), Q.value.length > 0 && (i.value.workOrderRules = Q.value[0].id);
@@ -6176,49 +6179,49 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6176
6179
  G(c, (D) => {
6177
6180
  D || (oe(), _e());
6178
6181
  }), G(
6179
- k,
6182
+ y,
6180
6183
  (D) => {
6181
- D ? (C.value = !0, i.value.customPath = N("选填").value) : (C.value = !1, i.value.customPath = "");
6184
+ D ? (I.value = !0, i.value.customPath = N("选填").value) : (I.value = !1, i.value.customPath = "");
6182
6185
  },
6183
6186
  { immediate: !0 }
6184
6187
  ), G(
6185
6188
  x,
6186
6189
  (D) => {
6187
- D ? (i.value.reportTheme = N("告警对象").value, T.value = !0) : (_.value = "请输入", i.value.reportTheme = "", T.value = !1);
6190
+ D ? (i.value.reportTheme = N("告警对象").value, k.value = !0) : (b.value = "请输入", i.value.reportTheme = "", k.value = !1);
6188
6191
  },
6189
6192
  { immediate: !0 }
6190
6193
  );
6191
6194
  const q = (D) => {
6192
6195
  var P;
6193
6196
  return (P = a.value) == null ? void 0 : P.parentNode.parentNode;
6194
- }, ce = (D) => {
6197
+ }, ie = (D) => {
6195
6198
  u.value.reportTheme = "";
6196
6199
  }, Ie = (D, P) => {
6197
- P.length > 0 && (m.value = P[0].path), i.value.reportPosition = D, w.value = "";
6200
+ P.length > 0 && (g.value = P[0].path), i.value.reportPosition = D, C.value = "";
6198
6201
  }, Rt = (D) => {
6199
- D && (u.value.reportPosition = "", m.value = ""), D ? (i.value.reportPosition = null, m.value = "", f.value = "告警对象位置") : (i.value.reportPosition = null, m.value = "", f.value = "请选择");
6202
+ D && (u.value.reportPosition = "", g.value = ""), D ? (i.value.reportPosition = null, g.value = "", h.value = "告警对象位置") : (i.value.reportPosition = null, g.value = "", h.value = "请选择");
6200
6203
  }, pe = (D) => {
6201
- D && (u.value.reportTheme = ""), D ? (i.value.reportTheme = "", _.value = "告警对象") : (i.value.reportTheme = "", _.value = "请输入");
6204
+ D && (u.value.reportTheme = ""), D ? (i.value.reportTheme = "", b.value = "告警对象") : (i.value.reportTheme = "", b.value = "请输入");
6202
6205
  }, oe = () => {
6203
6206
  u.value.processTypeId = "", u.value.reason = "", u.value.treatmentPlan = "", u.value.reportPosition = "", u.value.reportTheme = "", u.value.workOrderRules = "", u.value.eventTypeId = "", u.value.eventLevelId = "", u.value.timeLimit = "";
6204
6207
  }, _e = () => {
6205
- i.value.processTypeId = "confirm", i.value.reason = "", i.value.treatmentPlan = "", i.value.remarks = "", i.value.reportPosition = "", i.value.reportTheme = "", i.value.workOrderRules = null, k.value = !0, x.value = !0, T.value = !0, i.value.reportTheme = N("告警对象").value, m.value = "", f.value = "告警对象位置", _.value = "请输入", i.value.eventTypeId = "", i.value.eventLevelId = null, i.value.timeLimit = "", i.value.interval = 1, d.value = [], p.value = [];
6208
+ i.value.processTypeId = "confirm", i.value.reason = "", i.value.treatmentPlan = "", i.value.remarks = "", i.value.reportPosition = "", i.value.reportTheme = "", i.value.workOrderRules = null, y.value = !0, x.value = !0, k.value = !0, i.value.reportTheme = N("告警对象").value, g.value = "", h.value = "告警对象位置", b.value = "请输入", i.value.eventTypeId = "", i.value.eventLevelId = null, i.value.timeLimit = "", i.value.interval = 1, p.value = [], d.value = [];
6206
6209
  }, ze = (D) => {
6207
- D == "eventTypeId" && (i.value.eventLevelId = null, oo()), D == "eventLevelId" && ro(), D == "interval" && (u.value.timeLimit = "", i.value.interval == 3 ? (h.value = !0, i.value.timeLimit = "") : h.value = !1);
6210
+ D == "eventTypeId" && (i.value.eventLevelId = null, oo()), D == "eventLevelId" && ro(), D == "interval" && (u.value.timeLimit = "", i.value.interval == 3 ? (f.value = !0, i.value.timeLimit = "") : f.value = !1);
6208
6211
  }, ls = async () => {
6209
6212
  const [D, P] = await fh().run();
6210
6213
  if (D) return {};
6211
- d.value = P, i.value.eventTypeId || (i.value.eventTypeId = P[0] ? P[0].id : null), oo();
6214
+ p.value = P, i.value.eventTypeId || (i.value.eventTypeId = P[0] ? P[0].id : null), oo();
6212
6215
  }, oo = async () => {
6213
6216
  const D = {
6214
6217
  eventTypeId: i.value.eventTypeId
6215
6218
  }, [P, L] = await hh(D).run();
6216
6219
  if (P) return {};
6217
6220
  const Pe = { 1: "一级", 2: "二级", 3: "三级", 4: "四级" };
6218
- p.value = L.map((xt) => ({
6221
+ d.value = L.map((xt) => ({
6219
6222
  id: `${xt}`,
6220
6223
  name: Pe[xt] ? Pe[xt] : xt
6221
- })), L.length && !i.value.eventLevelId && (i.value.eventLevelId = p.value[0].id, ro());
6224
+ })), L.length && !i.value.eventLevelId && (i.value.eventLevelId = d.value[0].id, ro());
6222
6225
  }, ro = async () => {
6223
6226
  const D = {
6224
6227
  eventTypeId: i.value.eventTypeId,
@@ -6242,13 +6245,13 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6242
6245
  }
6243
6246
  s.value = !1, A.value = L;
6244
6247
  for (let Pe = 0; Pe < A.value.length; Pe++)
6245
- A.value[Pe].id === "createorder" && V(), A.value[Pe].id === "createcontingency" && ls();
6248
+ A.value[Pe].id === "createorder" && W(), A.value[Pe].id === "createcontingency" && ls();
6246
6249
  }, ps = () => {
6247
6250
  let D = !0;
6248
6251
  if (i.value.processTypeId == "dealwith")
6249
6252
  i.value.reason.trim() || (D = !1, u.value.reason = N("必填,最多50个字符/汉字").value), i.value.treatmentPlan.trim() || (D = !1, u.value.treatmentPlan = N("必填,最多50个字符/汉字").value);
6250
6253
  else if (i.value.processTypeId == "createorder")
6251
- k.value ? u.value.reportPosition = "" : !i.value.reportPosition && !i.value.customPath ? (D = !1, u.value.reportPosition = N("必填").value) : u.value.reportPosition = "", x.value || i.value.reportTheme ? u.value.reportTheme = "" : (D = !1, u.value.reportTheme = N("必填,最多20个汉字/字符").value), i.value.workOrderRules ? u.value.workOrderRules = "" : (D = !1, u.value.workOrderRules = N("必填").value);
6254
+ y.value ? u.value.reportPosition = "" : !i.value.reportPosition && !i.value.customPath ? (D = !1, u.value.reportPosition = N("必填").value) : u.value.reportPosition = "", x.value || i.value.reportTheme ? u.value.reportTheme = "" : (D = !1, u.value.reportTheme = N("必填,最多20个汉字/字符").value), i.value.workOrderRules ? u.value.workOrderRules = "" : (D = !1, u.value.workOrderRules = N("必填").value);
6252
6255
  else if (i.value.processTypeId == "createcontingency") {
6253
6256
  const P = /^[1-9][0-9]{0,2}$/;
6254
6257
  i.value.eventTypeId || (D = !1, u.value.eventTypeId = N("必选").value), i.value.eventLevelId || (D = !1, u.value.eventLevelId = N("必选").value), i.value.interval != 3 && !P.test(i.value.timeLimit) && (D = !1, u.value.timeLimit = N("必填,请输入1~999之间的正整数").value);
@@ -6268,7 +6271,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6268
6271
  processTypeId: i.value.processTypeId
6269
6272
  //处理类型id
6270
6273
  };
6271
- i.value.processTypeId === "createorder" ? (D.path = k.value ? "" : i.value.customPath, D.topic = x.value ? "" : i.value.reportTheme, D.spaceId = k.value ? "" : i.value.reportPosition ?? "", D.orderId = i.value.workOrderRules) : i.value.processTypeId === "createcontingency" ? (D.eventTypeId = i.value.eventTypeId, D.eventLevelId = i.value.eventLevelId, D.timeLimit = i.value.interval == 3 ? null : Number(i.value.timeLimit), D.interval = i.value.interval) : (D.reason = i.value.reason, D.treatmentPlan = i.value.treatmentPlan, D.remarks = i.value.remarks), s.value = !0, r("emitFn", "startHandle");
6274
+ i.value.processTypeId === "createorder" ? (D.path = y.value ? "" : i.value.customPath, D.topic = x.value ? "" : i.value.reportTheme, D.spaceId = y.value ? "" : i.value.reportPosition ?? "", D.orderId = i.value.workOrderRules) : i.value.processTypeId === "createcontingency" ? (D.eventTypeId = i.value.eventTypeId, D.eventLevelId = i.value.eventLevelId, D.timeLimit = i.value.interval == 3 ? null : Number(i.value.timeLimit), D.interval = i.value.interval) : (D.reason = i.value.reason, D.treatmentPlan = i.value.treatmentPlan, D.remarks = i.value.remarks), s.value = !0, r("emitFn", "startHandle");
6272
6275
  const [P, L] = await ch(D, {
6273
6276
  params: {
6274
6277
  projectId: o.projectId
@@ -6287,7 +6290,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6287
6290
  return e({
6288
6291
  open: gs,
6289
6292
  close: ln
6290
- }), (D, P) => ($(), W("div", mh, [
6293
+ }), (D, P) => ($(), V("div", mh, [
6291
6294
  R(v(Nn), {
6292
6295
  modelValue: c.value,
6293
6296
  "onUpdate:modelValue": P[31] || (P[31] = (L) => c.value = L),
@@ -6302,7 +6305,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6302
6305
  }, {
6303
6306
  header: B(() => [
6304
6307
  ye(
6305
- ae(v(N)("告警处理").value),
6308
+ se(v(N)("告警处理").value),
6306
6309
  1
6307
6310
  /* TEXT */
6308
6311
  )
@@ -6315,7 +6318,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6315
6318
  }, {
6316
6319
  default: B(() => [
6317
6320
  ye(
6318
- ae(v(N)("取消").value),
6321
+ se(v(N)("取消").value),
6319
6322
  1
6320
6323
  /* TEXT */
6321
6324
  )
@@ -6329,7 +6332,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6329
6332
  }, {
6330
6333
  default: B(() => [
6331
6334
  ye(
6332
- ae(v(N)("结束处理").value),
6335
+ se(v(N)("结束处理").value),
6333
6336
  1
6334
6337
  /* TEXT */
6335
6338
  )
@@ -6344,7 +6347,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6344
6347
  }, {
6345
6348
  default: B(() => [
6346
6349
  ye(
6347
- ae(v(N)("继续处理").value),
6350
+ se(v(N)("继续处理").value),
6348
6351
  1
6349
6352
  /* TEXT */
6350
6353
  )
@@ -6447,16 +6450,16 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6447
6450
  props: { disabled: "_disabled", label: "name" },
6448
6451
  modelValue: i.value.reportPosition,
6449
6452
  "onUpdate:modelValue": P[8] || (P[8] = (L) => i.value.reportPosition = L),
6450
- path: m.value,
6451
- "onUpdate:path": P[9] || (P[9] = (L) => m.value = L),
6452
- keyword: w.value,
6453
- "onUpdate:keyword": P[10] || (P[10] = (L) => w.value = L),
6453
+ path: g.value,
6454
+ "onUpdate:path": P[9] || (P[9] = (L) => g.value = L),
6455
+ keyword: C.value,
6456
+ "onUpdate:keyword": P[10] || (P[10] = (L) => C.value = L),
6454
6457
  showFullPath: !0,
6455
- data: y.value,
6456
- placeholder: f.value,
6457
- disabled: C.value,
6458
- load: I,
6459
- search: S,
6458
+ data: _.value,
6459
+ placeholder: h.value,
6460
+ disabled: I.value,
6461
+ load: S,
6462
+ search: E,
6460
6463
  onChange: Ie,
6461
6464
  filter: !0,
6462
6465
  allowClear: !0
@@ -6466,20 +6469,20 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6466
6469
  modelValue: i.value.customPath,
6467
6470
  "onUpdate:modelValue": P[11] || (P[11] = (L) => i.value.customPath = L),
6468
6471
  placeholder: "选填",
6469
- disabled: C.value,
6472
+ disabled: I.value,
6470
6473
  maxlength: "20"
6471
6474
  }, null, 8, ["modelValue", "disabled"])
6472
6475
  ]),
6473
6476
  R(v(fo), {
6474
- modelValue: k.value,
6475
- "onUpdate:modelValue": P[12] || (P[12] = (L) => k.value = L),
6477
+ modelValue: y.value,
6478
+ "onUpdate:modelValue": P[12] || (P[12] = (L) => y.value = L),
6476
6479
  checkboxType: "default",
6477
6480
  onChange: Rt,
6478
6481
  size: "middle"
6479
6482
  }, {
6480
6483
  default: B(() => [
6481
6484
  ye(
6482
- ae(v(N)("告警对象位置").value),
6485
+ se(v(N)("告警对象位置").value),
6483
6486
  1
6484
6487
  /* TEXT */
6485
6488
  )
@@ -6506,11 +6509,11 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6506
6509
  O("div", yh, [
6507
6510
  R(v(po), {
6508
6511
  maxlength: "20",
6509
- disabled: T.value,
6512
+ disabled: k.value,
6510
6513
  modelValue: i.value.reportTheme,
6511
6514
  "onUpdate:modelValue": P[14] || (P[14] = (L) => i.value.reportTheme = L),
6512
- placeholder: _.value,
6513
- onChange: ce
6515
+ placeholder: b.value,
6516
+ onChange: ie
6514
6517
  }, null, 8, ["disabled", "modelValue", "placeholder"]),
6515
6518
  R(v(fo), {
6516
6519
  modelValue: x.value,
@@ -6521,7 +6524,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6521
6524
  }, {
6522
6525
  default: B(() => [
6523
6526
  ye(
6524
- ae(v(N)("告警对象").value),
6527
+ se(v(N)("告警对象").value),
6525
6528
  1
6526
6529
  /* TEXT */
6527
6530
  )
@@ -6561,7 +6564,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6561
6564
  "onUpdate:modelValue": P[19] || (P[19] = (L) => i.value.eventTypeId = L),
6562
6565
  error: u.value.eventTypeId,
6563
6566
  "onUpdate:error": P[20] || (P[20] = (L) => u.value.eventTypeId = L),
6564
- options: d.value,
6567
+ options: p.value,
6565
6568
  col: 1,
6566
6569
  optionsLabelKey: "typeName",
6567
6570
  optionsValueKey: "id",
@@ -6579,7 +6582,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6579
6582
  "onUpdate:modelValue": P[22] || (P[22] = (L) => i.value.eventLevelId = L),
6580
6583
  error: u.value.eventLevelId,
6581
6584
  "onUpdate:error": P[23] || (P[23] = (L) => u.value.eventLevelId = L),
6582
- options: p.value,
6585
+ options: d.value,
6583
6586
  col: 1,
6584
6587
  optionsLabelKey: "name",
6585
6588
  optionsValueKey: "id",
@@ -6614,7 +6617,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6614
6617
  value: "id",
6615
6618
  label: "name"
6616
6619
  },
6617
- options: g.value,
6620
+ options: m.value,
6618
6621
  "border-type": "underline",
6619
6622
  size: "small",
6620
6623
  "get-popup-container": q,
@@ -6673,7 +6676,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6673
6676
  }, s = () => {
6674
6677
  o("handerDetail", n.msgItem);
6675
6678
  };
6676
- return (a, l) => ($(), W(
6679
+ return (a, l) => ($(), V(
6677
6680
  De,
6678
6681
  null,
6679
6682
  [
@@ -6694,7 +6697,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6694
6697
  O(
6695
6698
  "div",
6696
6699
  Ph,
6697
- ae(v(N)("新告警").value),
6700
+ se(v(N)("新告警").value),
6698
6701
  1
6699
6702
  /* TEXT */
6700
6703
  )
@@ -6709,7 +6712,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6709
6712
  O(
6710
6713
  "div",
6711
6714
  Mh,
6712
- ae(v(N)("告警等级:").value),
6715
+ se(v(N)("告警等级:").value),
6713
6716
  1
6714
6717
  /* TEXT */
6715
6718
  ),
@@ -6719,7 +6722,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6719
6722
  class: "alarm-msg-line-right alarm-content-object",
6720
6723
  style: yn({ color: a.msgItem.color })
6721
6724
  },
6722
- ae(a.msgItem.alarmLevelName || ""),
6725
+ se(a.msgItem.alarmLevelName || ""),
6723
6726
  5
6724
6727
  /* TEXT, STYLE */
6725
6728
  )
@@ -6728,14 +6731,14 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6728
6731
  O(
6729
6732
  "div",
6730
6733
  Bh,
6731
- ae(v(N)("告警对象:").value),
6734
+ se(v(N)("告警对象:").value),
6732
6735
  1
6733
6736
  /* TEXT */
6734
6737
  ),
6735
6738
  O(
6736
6739
  "div",
6737
6740
  Rh,
6738
- ae(a.msgItem.equipmentName || ""),
6741
+ se(a.msgItem.equipmentName || ""),
6739
6742
  1
6740
6743
  /* TEXT */
6741
6744
  )
@@ -6744,14 +6747,14 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6744
6747
  O(
6745
6748
  "div",
6746
6749
  Qh,
6747
- ae(v(N)("告警内容:").value),
6750
+ se(v(N)("告警内容:").value),
6748
6751
  1
6749
6752
  /* TEXT */
6750
6753
  ),
6751
6754
  O(
6752
6755
  "div",
6753
6756
  jh,
6754
- ae(a.msgItem.alarmContent || ""),
6757
+ se(a.msgItem.alarmContent || ""),
6755
6758
  1
6756
6759
  /* TEXT */
6757
6760
  )
@@ -6766,7 +6769,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6766
6769
  }, {
6767
6770
  default: B(() => [
6768
6771
  ye(
6769
- ae(v(N)("设备详情").value),
6772
+ se(v(N)("设备详情").value),
6770
6773
  1
6771
6774
  /* TEXT */
6772
6775
  )
@@ -6783,7 +6786,7 @@ const th = et(`/api/tool/event-bus/${an}/`), vn = th.post("/publish"), nh = xn.g
6783
6786
  }, {
6784
6787
  default: B(() => [
6785
6788
  ye(
6786
- ae(v(N)("处理").value),
6789
+ se(v(N)("处理").value),
6787
6790
  1
6788
6791
  /* TEXT */
6789
6792
  )
@@ -6810,7 +6813,7 @@ let Fh = (t = 21) => {
6810
6813
  return e;
6811
6814
  };
6812
6815
  const Vh = () => {
6813
- const t = E(null), e = E(0), n = E(null), o = E(null), r = E([]), s = E([]), a = E(!1), l = E(!1), c = E(!1), i = E({
6816
+ const t = T(null), e = T(0), n = T(null), o = T(null), r = T([]), s = T([]), a = T(!1), l = T(!1), c = T(!1), i = T({
6814
6817
  playId: "",
6815
6818
  // 播放的告警的recordId
6816
6819
  playPath: "",
@@ -6826,97 +6829,97 @@ const Vh = () => {
6826
6829
  loop: !1
6827
6830
  // 轮播-无限次播放
6828
6831
  });
6829
- re.addEventListenerFromMicroApp("alarm:change-alarmconfig", (S) => {
6830
- const { isRealTimeAlarm: T, audioPlay: x } = S.data;
6831
- T != null && (l.value = T), x != null && (c.value = x, c.value || w());
6832
+ le.addEventListenerFromMicroApp("alarm:change-alarmconfig", (E) => {
6833
+ const { isRealTimeAlarm: k, audioPlay: x } = E.data;
6834
+ k != null && (l.value = k), x != null && (c.value = x, c.value || C());
6832
6835
  });
6833
- const u = (S) => {
6836
+ const u = (E) => {
6834
6837
  var x;
6835
- const T = [];
6836
- T.push({ alarmId: S.recordId }), r.value = T, (x = n.value) == null || x.open();
6837
- }, { entryApp: h } = qt.hooks.useEntryApp(), d = (S) => {
6838
- gr(S.equipmentCode, S.equipmentPanelCode);
6839
- }, { handleAlarmVue: p } = Th(n, r), g = async () => {
6838
+ const k = [];
6839
+ k.push({ alarmId: E.recordId }), r.value = k, (x = n.value) == null || x.open();
6840
+ }, { entryApp: f } = qt.hooks.useEntryApp(), p = (E) => {
6841
+ gr(E.equipmentCode, E.equipmentPanelCode);
6842
+ }, { handleAlarmVue: d } = Th(n, r), m = async () => {
6840
6843
  var x;
6841
- const T = (((x = J().appcategorys) == null ? void 0 : x.map((Q) => Q.apps).flat()) ?? []).find((Q) => Q.code === "alarm");
6842
- T && h({ microApp: T, menuPath: `/${T.routeUrl}/realTimeAlarm` });
6843
- }, A = [], m = (S) => {
6844
- if (A.push(S), s.value.length < 2) {
6845
- f(A[0]), A.shift();
6844
+ const k = (((x = J().appcategorys) == null ? void 0 : x.map((Q) => Q.apps).flat()) ?? []).find((Q) => Q.code === "alarm");
6845
+ k && f({ microApp: k, menuPath: `/${k.routeUrl}/realTimeAlarm` });
6846
+ }, A = [], g = (E) => {
6847
+ if (A.push(E), s.value.length < 2) {
6848
+ h(A[0]), A.shift();
6846
6849
  return;
6847
6850
  }
6848
- }, f = (S) => {
6849
- if (!S) return;
6850
- const T = Fh();
6851
+ }, h = (E) => {
6852
+ if (!E) return;
6853
+ const k = Fh();
6851
6854
  Wt.open({
6852
- key: T,
6855
+ key: k,
6853
6856
  class: "alarm-notify",
6854
6857
  message: N("新告警").value,
6855
6858
  placement: "bottomRight",
6856
6859
  description: he(Uh, {
6857
- msgItem: S,
6860
+ msgItem: E,
6858
6861
  alarmhandle: a.value,
6859
- onHanderDetail: d,
6862
+ onHanderDetail: p,
6860
6863
  onHanderFn: u
6861
6864
  }),
6862
6865
  duration: 5,
6863
6866
  onClick: () => {
6864
- g();
6867
+ m();
6865
6868
  },
6866
6869
  onClose: () => {
6867
6870
  setTimeout(() => {
6868
- const x = s.value.findIndex((Q) => Q == T);
6871
+ const x = s.value.findIndex((Q) => Q == k);
6869
6872
  if (x >= 0 && s.value.splice(x, 1), s.value.length < 2 && A.length) {
6870
- f(A[0]), A.shift();
6873
+ h(A[0]), A.shift();
6871
6874
  return;
6872
6875
  }
6873
6876
  }, 300);
6874
6877
  }
6875
- }), s.value.includes(T) || s.value.push(T), _(S);
6876
- }, _ = (S) => {
6877
- if (S) {
6878
+ }), s.value.includes(k) || s.value.push(k), b(E);
6879
+ }, b = (E) => {
6880
+ if (E) {
6878
6881
  if (!c.value) {
6879
- w();
6882
+ C();
6880
6883
  return;
6881
6884
  }
6882
- if (!S.coverId) {
6885
+ if (!E.coverId) {
6883
6886
  if (i.value.playLine === null) {
6884
- w(), Number(S.noticeNum) != 0 && y(S);
6887
+ C(), Number(E.noticeNum) != 0 && _(E);
6885
6888
  return;
6886
6889
  }
6887
- Number(S.alarmLevelId) < i.value.playLine && (w(), Number(S.noticeNum) != 0 && y(S));
6890
+ Number(E.alarmLevelId) < i.value.playLine && (C(), Number(E.noticeNum) != 0 && _(E));
6888
6891
  }
6889
6892
  }
6890
- }, y = (S) => {
6891
- const T = Number(S.noticeNum), x = location.origin + "/oss";
6892
- i.value.isplay && i.value.playId == S.recordId ? w() : (T < 0 ? i.value.loop = !0 : i.value.loop = !1, T > 0 ? (i.value.loopTotalCount = Number(S.noticeNum), i.value.loopCount = 0) : (i.value.loopTotalCount = 0, i.value.loopCount = 0), i.value.isplay = !0, i.value.playId = S.recordId, i.value.playLine = Number(S.alarmLevelId), i.value.playPath = x + S.noticePath, C());
6893
- }, w = () => {
6894
- i.value.playId = "", i.value.playPath = "", i.value.playLine = null, i.value.loopCount = 0, i.value.loopTotalCount = 0, i.value.isplay = !1, i.value.loop = !1;
6893
+ }, _ = (E) => {
6894
+ const k = Number(E.noticeNum), x = location.origin + "/oss";
6895
+ i.value.isplay && i.value.playId == E.recordId ? C() : (k < 0 ? i.value.loop = !0 : i.value.loop = !1, k > 0 ? (i.value.loopTotalCount = Number(E.noticeNum), i.value.loopCount = 0) : (i.value.loopTotalCount = 0, i.value.loopCount = 0), i.value.isplay = !0, i.value.playId = E.recordId, i.value.playLine = Number(E.alarmLevelId), i.value.playPath = x + E.noticePath, I());
6895
6896
  }, C = () => {
6897
+ i.value.playId = "", i.value.playPath = "", i.value.playLine = null, i.value.loopCount = 0, i.value.loopTotalCount = 0, i.value.isplay = !1, i.value.loop = !1;
6898
+ }, I = () => {
6896
6899
  o.value.onended = function() {
6897
6900
  i.value.loopCount = i.value.loopCount + 1, i.value.loopTotalCount && i.value.loopTotalCount && (i.value.loopCount == i.value.loopTotalCount ? (i.value.playPath = "", i.value.isplay = !1, i.value.playId = "", i.value.loopTotalCount = 0, i.value.loopCount = 0, i.value.playLine = null) : o.value.play());
6898
6901
  };
6899
- }, k = async () => {
6900
- const [S, T] = await lh().run();
6901
- S || (c.value = T.isEnable);
6902
+ }, y = async () => {
6903
+ const [E, k] = await lh().run();
6904
+ E || (c.value = k.isEnable);
6902
6905
  };
6903
6906
  return {
6904
6907
  alarmSocket: t,
6905
6908
  alarmCount: e,
6906
6909
  audioObj: i,
6907
6910
  audioAlarmRef: o,
6908
- handleAlarmVue: p,
6911
+ handleAlarmVue: d,
6909
6912
  creatAlarmSocket: async () => {
6910
- k();
6911
- const [S, T] = await sh().run({
6913
+ y();
6914
+ const [E, k] = await sh().run({
6912
6915
  code: "alarm",
6913
6916
  showBtn: !0
6914
6917
  });
6915
- if (S || !T || !T.length) return;
6918
+ if (E || !k || !k.length) return;
6916
6919
  let x = !1;
6917
- T.forEach((Q) => {
6918
- Q.code === "alarm.realTimeAlarm" && (x = !0, Q.children && Q.children.length ? Q.children.forEach((V) => {
6919
- V.code == "alarm.realTimeAlarm.handle" ? a.value = !0 : a.value = !1;
6920
+ k.forEach((Q) => {
6921
+ Q.code === "alarm.realTimeAlarm" && (x = !0, Q.children && Q.children.length ? Q.children.forEach((W) => {
6922
+ W.code == "alarm.realTimeAlarm.handle" ? a.value = !0 : a.value = !1;
6920
6923
  }) : a.value = !1);
6921
6924
  }), x && (t.value = new Hn({
6922
6925
  url: "/api/alarm/socket/v1/record/subscribe",
@@ -6926,7 +6929,7 @@ const Vh = () => {
6926
6929
  Q && t.value.send(Q);
6927
6930
  },
6928
6931
  message: async (Q) => {
6929
- re.sendMessageToMicroApp("enterpriseadmin/alarm", "alarmmessage", { alarmMessage: Q }), Q.messageType === "ADD" && (e.value = e.value + 1, Q.coverId || m(Q)), Q.messageType === "DELETE" && (e.value = e.value - 1, i.value.playId == Q.recordId && w());
6932
+ le.sendMessageToMicroApp("enterpriseadmin/alarm", "alarmmessage", { alarmMessage: Q }), Q.messageType === "ADD" && (e.value = e.value + 1, Q.coverId || g(Q)), Q.messageType === "DELETE" && (e.value = e.value - 1, i.value.playId == Q.recordId && C());
6930
6933
  }
6931
6934
  }));
6932
6935
  }
@@ -6939,7 +6942,7 @@ const Vh = () => {
6939
6942
  await en(), n();
6940
6943
  }), Zt(() => {
6941
6944
  e.value && e.value.disconnect(), e.value = null;
6942
- }), (a, l) => ($(), W(
6945
+ }), (a, l) => ($(), V(
6943
6946
  De,
6944
6947
  null,
6945
6948
  [
@@ -6961,19 +6964,19 @@ const Vh = () => {
6961
6964
  }), qh = { class: "das-main-app-container" }, Jh = /* @__PURE__ */ ne({
6962
6965
  __name: "index",
6963
6966
  setup(t) {
6964
- const { isFullscreen: e } = ht(), n = H(() => !e.value), o = H(() => le.excludeRoutes), r = H(() => le.routeKeepAliveVisible), s = H(() => ({ mode: Gt.value === 1 ? "vertical" : "inline" })), { initNextTick: a } = dp(), { innerPage: l, commandList: c, initNextTick: i } = pp(a);
6967
+ const { isFullscreen: e } = ht(), n = H(() => !e.value), o = H(() => ce.excludeRoutes), r = H(() => ce.routeKeepAliveVisible), s = H(() => ({ mode: Gt.value === 1 ? "vertical" : "inline" })), { initNextTick: a } = dp(), { innerPage: l, commandList: c, initNextTick: i } = pp(a);
6965
6968
  Ap(l, a, i), vp(), gp(), wp();
6966
- const { $changePwd: u, $personSetDialog: h } = yp(), { changeEnterprisesVisible: d, userId: p, tenantId: g, changeEnterprise: A } = os();
6969
+ const { $changePwd: u, $personSetDialog: f } = yp(), { changeEnterprisesVisible: p, userId: d, tenantId: m, changeEnterprise: A } = os();
6967
6970
  hp();
6968
- const { fontColor: m, backgroudColor: f, borderColor: _ } = mp();
6969
- return Pp(), Lp(c), $p(), Mp(), pf(), oh(), (y, w) => ($(), W("div", qh, [
6971
+ const { fontColor: g, backgroudColor: h, borderColor: b } = mp();
6972
+ return Pp(), Lp(c), $p(), Mp(), pf(), oh(), (_, C) => ($(), V("div", qh, [
6970
6973
  R(v(Ci), { platformInitNextTick: v(a) }, {
6971
6974
  default: B(() => [
6972
6975
  R(_i, {
6973
6976
  showLayout: n.value,
6974
6977
  excludeRoutes: o.value,
6975
6978
  routeKeepAliveVisible: r.value,
6976
- tabsAttr: { fontColor: v(m), backgroudColor: v(f), borderColor: v(_) },
6979
+ tabsAttr: { fontColor: v(g), backgroudColor: v(h), borderColor: v(b) },
6977
6980
  menuAttr: s.value
6978
6981
  }, null, 8, ["showLayout", "excludeRoutes", "routeKeepAliveVisible", "tabsAttr", "menuAttr"])
6979
6982
  ]),
@@ -6982,10 +6985,10 @@ const Vh = () => {
6982
6985
  }, 8, ["platformInitNextTick"]),
6983
6986
  j(" 切换租户 "),
6984
6987
  R(v(xs), {
6985
- visible: v(d),
6986
- "onUpdate:visible": w[0] || (w[0] = (C) => Ss(d) ? d.value = C : null),
6987
- userId: v(p),
6988
- tenantId: v(g),
6988
+ visible: v(p),
6989
+ "onUpdate:visible": C[0] || (C[0] = (I) => Ss(p) ? p.value = I : null),
6990
+ userId: v(d),
6991
+ tenantId: v(m),
6989
6992
  onConfirm: v(A)
6990
6993
  }, null, 8, ["visible", "userId", "tenantId", "onConfirm"]),
6991
6994
  j(" 修改密码 "),
@@ -7004,7 +7007,7 @@ const Vh = () => {
7004
7007
  v(cp),
7005
7008
  {
7006
7009
  ref_key: "$personSetDialog",
7007
- ref: h
7010
+ ref: f
7008
7011
  },
7009
7012
  null,
7010
7013
  512
@@ -7015,19 +7018,19 @@ const Vh = () => {
7015
7018
  ]));
7016
7019
  }
7017
7020
  }), Kh = /* @__PURE__ */ Ce(Jh, [["__scopeId", "data-v-45ef70df"]]);
7018
- E("@das-fed/web");
7021
+ T("@das-fed/web");
7019
7022
  const Gh = [
7020
7023
  {
7021
7024
  path: Ue,
7022
- component: () => import("./index-BW4jEqQ-.js")
7025
+ component: () => import("./index-bUBu99dZ.js")
7023
7026
  },
7024
7027
  {
7025
7028
  path: ct,
7026
- component: () => import("./index-B_wn2nAJ.js")
7029
+ component: () => import("./index-B3m4y2dw.js")
7027
7030
  },
7028
7031
  {
7029
7032
  path: Tr,
7030
- component: () => import("./index-BXPEkTcx.js")
7033
+ component: () => import("./index-B-XOjXDJ.js")
7031
7034
  }
7032
7035
  ], im = {
7033
7036
  routes: Gh,
@@ -7061,7 +7064,7 @@ export {
7061
7064
  Wg as i,
7062
7065
  qg as j,
7063
7066
  Jg as k,
7064
- le as l,
7067
+ ce as l,
7065
7068
  Jt as m,
7066
7069
  Kg as n,
7067
7070
  Gg as o,