@das-fed/web 7.0.1-beta.3 → 7.0.1-beta.4

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.
@@ -70,14 +70,14 @@ const qt = (f) => {
70
70
  var t, z, p, X, b;
71
71
  const A = ((t = f == null ? void 0 : f.router) == null ? void 0 : t.routerBase) ?? "/", e = ((z = f == null ? void 0 : f.router) == null ? void 0 : z.options) || {};
72
72
  let v = Object.assign(((p = f == null ? void 0 : f.router) == null ? void 0 : p.glob) || {});
73
- const r = Object.values(v).filter((c) => !!c).flat().sort((c, a) => (c.index ?? 0) - (a.index ?? 0)), n = [];
73
+ const r = Object.values(v).filter((c) => !!c).flat().sort((c, i) => (c.index ?? 0) - (i.index ?? 0)), n = [];
74
74
  (X = f == null ? void 0 : f.microApps) == null || X.map((c) => {
75
- var i;
76
- const a = Object.values(((i = c.router) == null ? void 0 : i.glob) || {}).filter((H) => !!H).flat().sort((H, s) => (H.index ?? 0) - (s.index ?? 0));
75
+ var a;
76
+ const i = Object.values(((a = c.router) == null ? void 0 : a.glob) || {}).filter((H) => !!H).flat().sort((H, s) => (H.index ?? 0) - (s.index ?? 0));
77
77
  n.push(
78
- ...a.map((H) => ({ ...H, path: `/${c.microAppName}${H.path}` }))
78
+ ...i.map((H) => ({ ...H, path: `/${c.microAppName}${H.path}` }))
79
79
  ), n.push(
80
- ...a.filter((H) => !!H.path).filter((H) => H.path !== "").filter((H) => H.path !== "/").filter((H) => !H.path.startsWith(`/${H.microAppName}`)).map((H) => ({
80
+ ...i.filter((H) => !!H.path).filter((H) => H.path !== "").filter((H) => H.path !== "/").filter((H) => !H.path.startsWith(`/${H.microAppName}`)).map((H) => ({
81
81
  path: H.path,
82
82
  redirect: `/${c.microAppName}${H.path}`,
83
83
  meta: { ...H.meta || {}, isMicroAppRouteRedirect: !0 }
@@ -601,8 +601,8 @@ const f3 = (f, A) => {
601
601
  })), u = (X) => {
602
602
  const b = X.lastIndexOf("-");
603
603
  let c = b !== -1 ? X.substring(b + 1) : "";
604
- c === "0" ? c = "1" : c = "0", P.value.forEach((a) => {
605
- a.meta.key === X && (a.meta.key = `${a.path}-${c}`);
604
+ c === "0" ? c = "1" : c = "0", P.value.forEach((i) => {
605
+ i.meta.key === X && (i.meta.key = `${i.path}-${c}`);
606
606
  });
607
607
  };
608
608
  sA(
@@ -622,21 +622,21 @@ const f3 = (f, A) => {
622
622
  var b;
623
623
  const X = v.options.routes;
624
624
  for (const c of X)
625
- if ((b = c == null ? void 0 : c.meta) != null && b.isIframe && !n.value.find((a) => a.path === c.path)) {
626
- const a = await d(c);
625
+ if ((b = c == null ? void 0 : c.meta) != null && b.isIframe && !n.value.find((i) => i.path === c.path)) {
626
+ const i = await d(c);
627
627
  n.value.push({
628
628
  ...c,
629
- meta: { ...c.meta, key: `${c.path}-0`, componentInstance: a, isOpen: !1, isShow: !1 }
629
+ meta: { ...c.meta, key: `${c.path}-0`, componentInstance: i, isOpen: !1, isShow: !1 }
630
630
  });
631
631
  }
632
632
  z();
633
633
  }, z = async () => {
634
- var c, a;
634
+ var c, i;
635
635
  if (!n.value || !n.value.length) return;
636
- const X = n.value.find((i) => i.meta.isShow);
636
+ const X = n.value.find((a) => a.meta.isShow);
637
637
  X && (X.meta.isShow = !1, await ae(), zA.iframeView.triggerEventListener("onDeactivated", { route: X }));
638
- const b = n.value.find((i) => i.path === r.path);
639
- b && ((c = b.meta) != null && c.isOpen || (b.meta.isOpen = !0), (a = b.meta) != null && a.isShow || (b.meta.isShow = !0), await ae(), zA.iframeView.triggerEventListener("onActivated", { route: b }));
638
+ const b = n.value.find((a) => a.path === r.path);
639
+ b && ((c = b.meta) != null && c.isOpen || (b.meta.isOpen = !0), (i = b.meta) != null && i.isShow || (b.meta.isShow = !0), await ae(), zA.iframeView.triggerEventListener("onActivated", { route: b }));
640
640
  };
641
641
  let p = 0;
642
642
  return sA(
@@ -667,16 +667,16 @@ const f3 = (f, A) => {
667
667
  (G(!0), dA(
668
668
  fe,
669
669
  null,
670
- he(P.value, ({ path: c, meta: a }) => EA((G(), dA("div", {
670
+ he(P.value, ({ path: c, meta: i }) => EA((G(), dA("div", {
671
671
  class: "das-iframe-router-view",
672
- key: a.key,
672
+ key: i.key,
673
673
  name: c
674
674
  }, [
675
- (G(), tA(Ye(a.componentInstance), {
676
- key: a.key
675
+ (G(), tA(Ye(i.componentInstance), {
676
+ key: i.key
677
677
  }))
678
678
  ], 8, Zt)), [
679
- [YA, a.componentInstance && c === D(r).path]
679
+ [YA, i.componentInstance && c === D(r).path]
680
680
  ])),
681
681
  128
682
682
  /* KEYED_FRAGMENT */
@@ -691,16 +691,16 @@ const f3 = (f, A) => {
691
691
  X.needTransition ? AA("v-if", !0) : (G(!0), dA(
692
692
  fe,
693
693
  { key: 1 },
694
- he(P.value, ({ path: c, meta: a }) => EA((G(), dA("div", {
694
+ he(P.value, ({ path: c, meta: i }) => EA((G(), dA("div", {
695
695
  class: "das-iframe-router-view",
696
- key: a.key,
696
+ key: i.key,
697
697
  name: c
698
698
  }, [
699
- (G(), tA(Ye(a.componentInstance), {
700
- key: a.key
699
+ (G(), tA(Ye(i.componentInstance), {
700
+ key: i.key
701
701
  }))
702
702
  ], 8, Tt)), [
703
- [YA, a.componentInstance && c === D(r).path]
703
+ [YA, i.componentInstance && c === D(r).path]
704
704
  ])),
705
705
  128
706
706
  /* KEYED_FRAGMENT */
@@ -768,20 +768,20 @@ const f3 = (f, A) => {
768
768
  (O === !1 || j === !1 || j === "false") && (Z = !1, Q = !1, h = !1), (R === !1 || x === !1 || x === "false") && (Q = !1), (V === !1 || N === !1 || N === "false") && (h = !1), v.value = Z, r.value = Q, n.value = h;
769
769
  }
770
770
  );
771
- const a = vA(() => ({
771
+ const i = vA(() => ({
772
772
  mode: "out-in",
773
773
  "enter-active-class": "animate__animated animate__fadeInLeft",
774
774
  ...A.transitionConfig || {}
775
775
  }));
776
- let i = /* @__PURE__ */ new Map();
776
+ let a = /* @__PURE__ */ new Map();
777
777
  const H = (q, m) => {
778
778
  let O;
779
- return i.has(m) ? O = i.get(m) : (O = {
779
+ return a.has(m) ? O = a.get(m) : (O = {
780
780
  name: m,
781
781
  render() {
782
782
  return RA("div", { style: { width: "100%", height: "100%" } }, [RA(q)]);
783
783
  }
784
- }, i.set(m, O)), RA(O);
784
+ }, a.set(m, O)), RA(O);
785
785
  }, s = vA(() => Ve.visible.value);
786
786
  return (q, m) => {
787
787
  const O = ur("router-view");
@@ -856,7 +856,7 @@ const f3 = (f, A) => {
856
856
  default: Y(({ Component: R }) => [
857
857
  g(
858
858
  S7,
859
- _f(K7(a.value)),
859
+ _f(K7(i.value)),
860
860
  {
861
861
  default: Y(() => {
862
862
  var V;
@@ -879,7 +879,7 @@ const f3 = (f, A) => {
879
879
  ),
880
880
  g(
881
881
  S7,
882
- _f(K7(a.value)),
882
+ _f(K7(i.value)),
883
883
  {
884
884
  default: Y(() => [
885
885
  !D(e).meta.keepAlive && !D(e).meta.isIframe ? (G(), dA("div", Yt, [
@@ -924,7 +924,7 @@ const f3 = (f, A) => {
924
924
  [
925
925
  g(yt, {
926
926
  exclude: b.value,
927
- transitionConfig: a.value,
927
+ transitionConfig: i.value,
928
928
  needTransition: q.needTransition
929
929
  }, null, 8, ["exclude", "transitionConfig", "needTransition"])
930
930
  ],
@@ -989,10 +989,10 @@ const f3 = (f, A) => {
989
989
  }, c = async (V) => {
990
990
  const l = V.detail[0], j = P.value.find((N) => l === N.value);
991
991
  await zA.nav.triggerEventListener("onItemRemove", j) && zA.nav.removeItem(j.value);
992
- }, a = async (V) => {
992
+ }, i = async (V) => {
993
993
  const [l, j] = V.detail;
994
994
  !l || !await zA.nav.triggerEventListener("onProjectChange", j) || zA.nav.setActiveProject(j);
995
- }, i = (V) => {
995
+ }, a = (V) => {
996
996
  zA.nav.triggerEventListener("onUserCommandChange", V.detail[0]);
997
997
  }, H = (V) => {
998
998
  zA.nav.triggerEventListener("searchToPage", { item: V.detail[0], keyword: V.detail[1], cb: V.detail[2] });
@@ -1022,11 +1022,11 @@ const f3 = (f, A) => {
1022
1022
  searchConfig: p.value,
1023
1023
  projectTreeConfig: t.value,
1024
1024
  userInfoConfig: z.value,
1025
- "on:userCommandHandle": i,
1025
+ "on:userCommandHandle": a,
1026
1026
  "on:changeInnerPage": X,
1027
1027
  "on:handleTabClick": b,
1028
1028
  "on:handleTabDelete": c,
1029
- "on:changeTreeHandle": a,
1029
+ "on:changeTreeHandle": i,
1030
1030
  "on:searchToPage": H,
1031
1031
  "on:clearSearchList": s,
1032
1032
  "on:deleteSearchItem": q,
@@ -1042,7 +1042,7 @@ const f3 = (f, A) => {
1042
1042
  },
1043
1043
  setup(f) {
1044
1044
  const { menu: A } = Ve, e = f, v = vA(() => A.theme), r = vA(() => e.menuAttr || {}), n = vA(() => A.items), P = vA(() => A.items.find((X) => X.fixed)), u = vA(() => A.activeItem || ""), d = vA(() => A.collapse || !1), t = vA(() => ({ popupClassName: A.popupClassName ?? "" })), z = async (X) => {
1045
- const b = X.detail[0], c = Xt(n.value).find((i) => b === i.id);
1045
+ const b = X.detail[0], c = Xt(n.value).find((a) => b === a.id);
1046
1046
  await zA.menu.triggerEventListener("onItemClick", c) && zA.menu.setActiveItem(c.id);
1047
1047
  }, p = (X) => {
1048
1048
  zA.menu.setCollapse(X.detail[0]), zA.menu.triggerEventListener("toggleCollapse", X.detail[0]);
@@ -1071,10 +1071,10 @@ const f3 = (f, A) => {
1071
1071
  key: X.value,
1072
1072
  tab: X.label
1073
1073
  }))), P = vA(() => A.activeItem || ""), u = async (X) => {
1074
- const b = X.detail[0], c = n.value.find((i) => b === i.value);
1074
+ const b = X.detail[0], c = n.value.find((a) => b === a.value);
1075
1075
  await zA.tab.triggerEventListener("onItemClick", c) && zA.tab.setActiveItem(c.value);
1076
1076
  }, d = async (X) => {
1077
- const b = X.detail[0], c = n.value.find((i) => b === i.value);
1077
+ const b = X.detail[0], c = n.value.find((a) => b === a.value);
1078
1078
  await zA.tab.triggerEventListener("onItemRemove", c) && zA.tab.removeItem(c.value);
1079
1079
  }, t = async (X) => {
1080
1080
  await zA.tab.triggerEventListener("onMenuClick", { type: X.detail[0], data: X.detail[1] });
@@ -1374,9 +1374,9 @@ function e9(f, A = {}) {
1374
1374
  let P = z3[0];
1375
1375
  const u = zP(() => {
1376
1376
  if (e) {
1377
- for (const a of z3)
1378
- if (a[1] in e)
1379
- return P = a, !0;
1377
+ for (const i of z3)
1378
+ if (i[1] in e)
1379
+ return P = i, !0;
1380
1380
  } else
1381
1381
  return !1;
1382
1382
  return !1;
@@ -1388,8 +1388,8 @@ function e9(f, A = {}) {
1388
1388
  if (!u.value)
1389
1389
  return;
1390
1390
  await X();
1391
- const a = Fv(r);
1392
- a && (await a[d](), n.value = !0);
1391
+ const i = Fv(r);
1392
+ i && (await i[d](), n.value = !0);
1393
1393
  }
1394
1394
  async function c() {
1395
1395
  n.value ? await X() : await b();
@@ -1800,28 +1800,28 @@ const sP = ["src", "entry", "name"], qP = /* @__PURE__ */ iA({
1800
1800
  const A = f, e = T({}), v = T(120), r = T(64), n = T([]), P = T([]), u = Xe({
1801
1801
  color: "rgba(0,0,0,.15)",
1802
1802
  fontSize: 16
1803
- }), d = (a, i) => {
1803
+ }), d = (i, a) => {
1804
1804
  const H = document.createElement("span");
1805
- H.innerHTML = a, H.style.fontSize = i + "px", H.style.fontFamily = "sans-serif", H.style.visibility = "hidden", document.body.appendChild(H);
1805
+ H.innerHTML = i, H.style.fontSize = a + "px", H.style.fontFamily = "sans-serif", H.style.visibility = "hidden", document.body.appendChild(H);
1806
1806
  const s = H.getBoundingClientRect();
1807
- v.value = Math.ceil(s.width) + i / 2, r.value = Math.ceil(s.height), document.body.removeChild(H);
1808
- }, t = T(!1), z = () => new Promise((a) => {
1809
- const i = () => {
1810
- if (t) return a(!0);
1811
- setTimeout(() => i(), 50);
1807
+ v.value = Math.ceil(s.width) + a / 2, r.value = Math.ceil(s.height), document.body.removeChild(H);
1808
+ }, t = T(!1), z = () => new Promise((i) => {
1809
+ const a = () => {
1810
+ if (t) return i(!0);
1811
+ setTimeout(() => a(), 50);
1812
1812
  };
1813
- i();
1814
- }), p = async (a) => {
1813
+ a();
1814
+ }), p = async (i) => {
1815
1815
  var H;
1816
1816
  await z();
1817
- const i = !!((H = e.value) != null && H.pageSwith);
1818
- P.value = a && i ? [...n.value] : [];
1817
+ const a = !!((H = e.value) != null && H.pageSwith);
1818
+ P.value = i && a ? [...n.value] : [];
1819
1819
  }, X = async () => {
1820
1820
  var s, q, m, O, R, V, l;
1821
1821
  t.value = !0, await (A == null ? void 0 : A.platformInitNextTick());
1822
- const [a, i] = await oP().run();
1823
- if (a) return null;
1824
- if (e.value = i, !!((s = e.value) != null && s.pageSwith)) {
1822
+ const [i, a] = await oP().run();
1823
+ if (i) return null;
1824
+ if (e.value = a, !!((s = e.value) != null && s.pageSwith)) {
1825
1825
  n.value = [];
1826
1826
  const { name: j, phone: x } = await $r();
1827
1827
  let N = "";
@@ -1838,26 +1838,26 @@ const sP = ["src", "entry", "name"], qP = /* @__PURE__ */ iA({
1838
1838
  n.value.length && (n.value = n.value.join(" ").split(`
1839
1839
  `)), u.color = (V = e.value) != null && V.textColor ? e.value.textColor : "rgba(0,0,0,.15)", u.fontSize = (l = e.value) != null && l.textSize ? parseInt(e.value.textSize) : 16, d(N, u.fontSize);
1840
1840
  }
1841
- return t.value = !1, i;
1841
+ return t.value = !1, a;
1842
1842
  };
1843
1843
  X();
1844
1844
  const b = Te(), c = $e();
1845
1845
  return sA(
1846
1846
  () => b.currentRoute.value,
1847
- (a) => {
1847
+ (i) => {
1848
1848
  var q, m, O;
1849
- const i = !!((q = e.value) != null && q.pageSwith), H = ((m = a.meta) == null ? void 0 : m.showWatermark) ?? !0;
1850
- let s = ((O = a.query) == null ? void 0 : O.showWatermark) ?? !0;
1851
- s === "false" && (s = !1), p(i && !!(H && s));
1849
+ const a = !!((q = e.value) != null && q.pageSwith), H = ((m = i.meta) == null ? void 0 : m.showWatermark) ?? !0;
1850
+ let s = ((O = i.query) == null ? void 0 : O.showWatermark) ?? !0;
1851
+ s === "false" && (s = !1), p(a && !!(H && s));
1852
1852
  },
1853
1853
  { immediate: !0 }
1854
1854
  ), yA.addEventListenerFromMicroApp("systemconfig:watermark-change", async () => {
1855
1855
  var H, s;
1856
1856
  await X();
1857
- const a = !!((H = e.value) != null && H.pageSwith);
1858
- let i = ((s = c.query) == null ? void 0 : s.showWatermark) ?? !0;
1859
- i === "false" && (i = !1), p(!!(a && i));
1860
- }), (a, i) => (G(), tA(D(et), {
1857
+ const i = !!((H = e.value) != null && H.pageSwith);
1858
+ let a = ((s = c.query) == null ? void 0 : s.showWatermark) ?? !0;
1859
+ a === "false" && (a = !1), p(!!(i && a));
1860
+ }), (i, a) => (G(), tA(D(et), {
1861
1861
  class: "watermark",
1862
1862
  font: u,
1863
1863
  zIndex: 2147483647,
@@ -1866,7 +1866,7 @@ const sP = ["src", "entry", "name"], qP = /* @__PURE__ */ iA({
1866
1866
  height: r.value
1867
1867
  }, {
1868
1868
  default: Y(() => [
1869
- LA(a.$slots, "default", {}, void 0, !0)
1869
+ LA(i.$slots, "default", {}, void 0, !0)
1870
1870
  ]),
1871
1871
  _: 3
1872
1872
  /* FORWARDED */
@@ -2048,21 +2048,21 @@ const IP = (f = {}) => {
2048
2048
  code: b.code,
2049
2049
  originalCode: b.originalCode,
2050
2050
  name: b.name
2051
- }) : _A([b]).forEach((i) => {
2051
+ }) : _A([b]).forEach((a) => {
2052
2052
  p.push({
2053
- code: i.code,
2054
- originalCode: i.originalCode,
2055
- name: i.name
2053
+ code: a.code,
2054
+ originalCode: a.originalCode,
2055
+ name: a.name
2056
2056
  });
2057
2057
  });
2058
2058
  }), p.forEach((b) => {
2059
2059
  let c = b.originalCode ? b.originalCode : b.code ? b.code : "";
2060
2060
  c.includes(t + ".") && (c = c.replace(t + ".", "").replaceAll(".", "-")), c.includes(z + ".") && (c = c.replace(z + ".", "").replaceAll(".", "-"));
2061
- const a = {
2061
+ const i = {
2062
2062
  code: c,
2063
2063
  name: b.name
2064
2064
  };
2065
- u[t].push(a), z && t !== z && (u["origin-auth"] || (u["origin-auth"] = {}), u["origin-auth"][z] || (u["origin-auth"][z] = []), u["origin-auth"][z].push(a));
2065
+ u[t].push(i), z && t !== z && (u["origin-auth"] || (u["origin-auth"] = {}), u["origin-auth"][z] || (u["origin-auth"][z] = []), u["origin-auth"][z].push(i));
2066
2066
  }));
2067
2067
  }), v[A] = u, sessionStorage.setItem(e, JSON.stringify(v)), v;
2068
2068
  }, UP = () => {
@@ -2434,7 +2434,7 @@ function XA() {
2434
2434
  m[O >>> 2] |= (s.charCodeAt(O) & 255) << 24 - O % 4 * 8;
2435
2435
  return new p.init(m, q);
2436
2436
  }
2437
- }, a = X.Utf8 = {
2437
+ }, i = X.Utf8 = {
2438
2438
  /**
2439
2439
  * Converts a word array to a UTF-8 string.
2440
2440
  *
@@ -2471,7 +2471,7 @@ function XA() {
2471
2471
  parse: function(s) {
2472
2472
  return c.parse(unescape(encodeURIComponent(s)));
2473
2473
  }
2474
- }, i = t.BufferedBlockAlgorithm = z.extend({
2474
+ }, a = t.BufferedBlockAlgorithm = z.extend({
2475
2475
  /**
2476
2476
  * Resets this block algorithm's data buffer to its initial state.
2477
2477
  *
@@ -2493,7 +2493,7 @@ function XA() {
2493
2493
  * bufferedBlockAlgorithm._append(wordArray);
2494
2494
  */
2495
2495
  _append: function(s) {
2496
- typeof s == "string" && (s = a.parse(s)), this._data.concat(s), this._nDataBytes += s.sigBytes;
2496
+ typeof s == "string" && (s = i.parse(s)), this._data.concat(s), this._nDataBytes += s.sigBytes;
2497
2497
  },
2498
2498
  /**
2499
2499
  * Processes available data blocks.
@@ -2535,7 +2535,7 @@ function XA() {
2535
2535
  },
2536
2536
  _minBufferSize: 0
2537
2537
  });
2538
- t.Hasher = i.extend({
2538
+ t.Hasher = a.extend({
2539
2539
  /**
2540
2540
  * Configuration options.
2541
2541
  */
@@ -2560,7 +2560,7 @@ function XA() {
2560
2560
  * hasher.reset();
2561
2561
  */
2562
2562
  reset: function() {
2563
- i.reset.call(this), this._doReset();
2563
+ a.reset.call(this), this._doReset();
2564
2564
  },
2565
2565
  /**
2566
2566
  * Updates this hasher with a message.
@@ -3013,7 +3013,7 @@ function Le() {
3013
3013
  var t = d.words, z = d.sigBytes, p = this._map;
3014
3014
  d.clamp();
3015
3015
  for (var X = [], b = 0; b < z; b += 3)
3016
- for (var c = t[b >>> 2] >>> 24 - b % 4 * 8 & 255, a = t[b + 1 >>> 2] >>> 24 - (b + 1) % 4 * 8 & 255, i = t[b + 2 >>> 2] >>> 24 - (b + 2) % 4 * 8 & 255, H = c << 16 | a << 8 | i, s = 0; s < 4 && b + s * 0.75 < z; s++)
3016
+ for (var c = t[b >>> 2] >>> 24 - b % 4 * 8 & 255, i = t[b + 1 >>> 2] >>> 24 - (b + 1) % 4 * 8 & 255, a = t[b + 2 >>> 2] >>> 24 - (b + 2) % 4 * 8 & 255, H = c << 16 | i << 8 | a, s = 0; s < 4 && b + s * 0.75 < z; s++)
3017
3017
  X.push(p.charAt(H >>> 6 * (3 - s) & 63));
3018
3018
  var q = p.charAt(64);
3019
3019
  if (q)
@@ -3053,8 +3053,8 @@ function Le() {
3053
3053
  function u(d, t, z) {
3054
3054
  for (var p = [], X = 0, b = 0; b < t; b++)
3055
3055
  if (b % 4) {
3056
- var c = z[d.charCodeAt(b - 1)] << b % 4 * 2, a = z[d.charCodeAt(b)] >>> 6 - b % 4 * 2, i = c | a;
3057
- p[X >>> 2] |= i << 24 - X % 4 * 8, X++;
3056
+ var c = z[d.charCodeAt(b - 1)] << b % 4 * 2, i = z[d.charCodeAt(b)] >>> 6 - b % 4 * 2, a = c | i;
3057
+ p[X >>> 2] |= a << 24 - X % 4 * 8, X++;
3058
3058
  }
3059
3059
  return n.create(p, X);
3060
3060
  }
@@ -3091,7 +3091,7 @@ function tu() {
3091
3091
  var z = d.words, p = d.sigBytes, X = t ? this._safe_map : this._map;
3092
3092
  d.clamp();
3093
3093
  for (var b = [], c = 0; c < p; c += 3)
3094
- for (var a = z[c >>> 2] >>> 24 - c % 4 * 8 & 255, i = z[c + 1 >>> 2] >>> 24 - (c + 1) % 4 * 8 & 255, H = z[c + 2 >>> 2] >>> 24 - (c + 2) % 4 * 8 & 255, s = a << 16 | i << 8 | H, q = 0; q < 4 && c + q * 0.75 < p; q++)
3094
+ for (var i = z[c >>> 2] >>> 24 - c % 4 * 8 & 255, a = z[c + 1 >>> 2] >>> 24 - (c + 1) % 4 * 8 & 255, H = z[c + 2 >>> 2] >>> 24 - (c + 2) % 4 * 8 & 255, s = i << 16 | a << 8 | H, q = 0; q < 4 && c + q * 0.75 < p; q++)
3095
3095
  b.push(X.charAt(s >>> 6 * (3 - q) & 63));
3096
3096
  var m = X.charAt(64);
3097
3097
  if (m)
@@ -3124,8 +3124,8 @@ function tu() {
3124
3124
  }
3125
3125
  var c = p.charAt(64);
3126
3126
  if (c) {
3127
- var a = d.indexOf(c);
3128
- a !== -1 && (z = a);
3127
+ var i = d.indexOf(c);
3128
+ i !== -1 && (z = i);
3129
3129
  }
3130
3130
  return u(d, z, X);
3131
3131
  },
@@ -3135,8 +3135,8 @@ function tu() {
3135
3135
  function u(d, t, z) {
3136
3136
  for (var p = [], X = 0, b = 0; b < t; b++)
3137
3137
  if (b % 4) {
3138
- var c = z[d.charCodeAt(b - 1)] << b % 4 * 2, a = z[d.charCodeAt(b)] >>> 6 - b % 4 * 2, i = c | a;
3139
- p[X >>> 2] |= i << 24 - X % 4 * 8, X++;
3138
+ var c = z[d.charCodeAt(b - 1)] << b % 4 * 2, i = z[d.charCodeAt(b)] >>> 6 - b % 4 * 2, a = c | i;
3139
+ p[X >>> 2] |= a << 24 - X % 4 * 8, X++;
3140
3140
  }
3141
3141
  return n.create(p, X);
3142
3142
  }
@@ -3153,8 +3153,8 @@ function ye() {
3153
3153
  return function(v) {
3154
3154
  var r = e, n = r.lib, P = n.WordArray, u = n.Hasher, d = r.algo, t = [];
3155
3155
  (function() {
3156
- for (var a = 0; a < 64; a++)
3157
- t[a] = v.abs(v.sin(a + 1)) * 4294967296 | 0;
3156
+ for (var i = 0; i < 64; i++)
3157
+ t[i] = v.abs(v.sin(i + 1)) * 4294967296 | 0;
3158
3158
  })();
3159
3159
  var z = d.MD5 = u.extend({
3160
3160
  _doReset: function() {
@@ -3165,19 +3165,19 @@ function ye() {
3165
3165
  271733878
3166
3166
  ]);
3167
3167
  },
3168
- _doProcessBlock: function(a, i) {
3168
+ _doProcessBlock: function(i, a) {
3169
3169
  for (var H = 0; H < 16; H++) {
3170
- var s = i + H, q = a[s];
3171
- a[s] = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360;
3170
+ var s = a + H, q = i[s];
3171
+ i[s] = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360;
3172
3172
  }
3173
- var m = this._hash.words, O = a[i + 0], R = a[i + 1], V = a[i + 2], l = a[i + 3], j = a[i + 4], x = a[i + 5], N = a[i + 6], o = a[i + 7], Z = a[i + 8], Q = a[i + 9], h = a[i + 10], $ = a[i + 11], J = a[i + 12], U = a[i + 13], K = a[i + 14], _ = a[i + 15], L = m[0], w = m[1], E = m[2], W = m[3];
3173
+ var m = this._hash.words, O = i[a + 0], R = i[a + 1], V = i[a + 2], l = i[a + 3], j = i[a + 4], x = i[a + 5], N = i[a + 6], o = i[a + 7], Z = i[a + 8], Q = i[a + 9], h = i[a + 10], $ = i[a + 11], J = i[a + 12], U = i[a + 13], K = i[a + 14], _ = i[a + 15], L = m[0], w = m[1], E = m[2], W = m[3];
3174
3174
  L = p(L, w, E, W, O, 7, t[0]), W = p(W, L, w, E, R, 12, t[1]), E = p(E, W, L, w, V, 17, t[2]), w = p(w, E, W, L, l, 22, t[3]), L = p(L, w, E, W, j, 7, t[4]), W = p(W, L, w, E, x, 12, t[5]), E = p(E, W, L, w, N, 17, t[6]), w = p(w, E, W, L, o, 22, t[7]), L = p(L, w, E, W, Z, 7, t[8]), W = p(W, L, w, E, Q, 12, t[9]), E = p(E, W, L, w, h, 17, t[10]), w = p(w, E, W, L, $, 22, t[11]), L = p(L, w, E, W, J, 7, t[12]), W = p(W, L, w, E, U, 12, t[13]), E = p(E, W, L, w, K, 17, t[14]), w = p(w, E, W, L, _, 22, t[15]), L = X(L, w, E, W, R, 5, t[16]), W = X(W, L, w, E, N, 9, t[17]), E = X(E, W, L, w, $, 14, t[18]), w = X(w, E, W, L, O, 20, t[19]), L = X(L, w, E, W, x, 5, t[20]), W = X(W, L, w, E, h, 9, t[21]), E = X(E, W, L, w, _, 14, t[22]), w = X(w, E, W, L, j, 20, t[23]), L = X(L, w, E, W, Q, 5, t[24]), W = X(W, L, w, E, K, 9, t[25]), E = X(E, W, L, w, l, 14, t[26]), w = X(w, E, W, L, Z, 20, t[27]), L = X(L, w, E, W, U, 5, t[28]), W = X(W, L, w, E, V, 9, t[29]), E = X(E, W, L, w, o, 14, t[30]), w = X(w, E, W, L, J, 20, t[31]), L = b(L, w, E, W, x, 4, t[32]), W = b(W, L, w, E, Z, 11, t[33]), E = b(E, W, L, w, $, 16, t[34]), w = b(w, E, W, L, K, 23, t[35]), L = b(L, w, E, W, R, 4, t[36]), W = b(W, L, w, E, j, 11, t[37]), E = b(E, W, L, w, o, 16, t[38]), w = b(w, E, W, L, h, 23, t[39]), L = b(L, w, E, W, U, 4, t[40]), W = b(W, L, w, E, O, 11, t[41]), E = b(E, W, L, w, l, 16, t[42]), w = b(w, E, W, L, N, 23, t[43]), L = b(L, w, E, W, Q, 4, t[44]), W = b(W, L, w, E, J, 11, t[45]), E = b(E, W, L, w, _, 16, t[46]), w = b(w, E, W, L, V, 23, t[47]), L = c(L, w, E, W, O, 6, t[48]), W = c(W, L, w, E, o, 10, t[49]), E = c(E, W, L, w, K, 15, t[50]), w = c(w, E, W, L, x, 21, t[51]), L = c(L, w, E, W, J, 6, t[52]), W = c(W, L, w, E, l, 10, t[53]), E = c(E, W, L, w, h, 15, t[54]), w = c(w, E, W, L, R, 21, t[55]), L = c(L, w, E, W, Z, 6, t[56]), W = c(W, L, w, E, _, 10, t[57]), E = c(E, W, L, w, N, 15, t[58]), w = c(w, E, W, L, U, 21, t[59]), L = c(L, w, E, W, j, 6, t[60]), W = c(W, L, w, E, $, 10, t[61]), E = c(E, W, L, w, V, 15, t[62]), w = c(w, E, W, L, Q, 21, t[63]), m[0] = m[0] + L | 0, m[1] = m[1] + w | 0, m[2] = m[2] + E | 0, m[3] = m[3] + W | 0;
3175
3175
  },
3176
3176
  _doFinalize: function() {
3177
- var a = this._data, i = a.words, H = this._nDataBytes * 8, s = a.sigBytes * 8;
3178
- i[s >>> 5] |= 128 << 24 - s % 32;
3177
+ var i = this._data, a = i.words, H = this._nDataBytes * 8, s = i.sigBytes * 8;
3178
+ a[s >>> 5] |= 128 << 24 - s % 32;
3179
3179
  var q = v.floor(H / 4294967296), m = H;
3180
- i[(s + 64 >>> 9 << 4) + 15] = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360, i[(s + 64 >>> 9 << 4) + 14] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360, a.sigBytes = (i.length + 1) * 4, this._process();
3180
+ a[(s + 64 >>> 9 << 4) + 15] = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360, a[(s + 64 >>> 9 << 4) + 14] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360, i.sigBytes = (a.length + 1) * 4, this._process();
3181
3181
  for (var O = this._hash, R = O.words, V = 0; V < 4; V++) {
3182
3182
  var l = R[V];
3183
3183
  R[V] = (l << 8 | l >>> 24) & 16711935 | (l << 24 | l >>> 8) & 4278255360;
@@ -3185,25 +3185,25 @@ function ye() {
3185
3185
  return O;
3186
3186
  },
3187
3187
  clone: function() {
3188
- var a = u.clone.call(this);
3189
- return a._hash = this._hash.clone(), a;
3188
+ var i = u.clone.call(this);
3189
+ return i._hash = this._hash.clone(), i;
3190
3190
  }
3191
3191
  });
3192
- function p(a, i, H, s, q, m, O) {
3193
- var R = a + (i & H | ~i & s) + q + O;
3194
- return (R << m | R >>> 32 - m) + i;
3192
+ function p(i, a, H, s, q, m, O) {
3193
+ var R = i + (a & H | ~a & s) + q + O;
3194
+ return (R << m | R >>> 32 - m) + a;
3195
3195
  }
3196
- function X(a, i, H, s, q, m, O) {
3197
- var R = a + (i & s | H & ~s) + q + O;
3198
- return (R << m | R >>> 32 - m) + i;
3196
+ function X(i, a, H, s, q, m, O) {
3197
+ var R = i + (a & s | H & ~s) + q + O;
3198
+ return (R << m | R >>> 32 - m) + a;
3199
3199
  }
3200
- function b(a, i, H, s, q, m, O) {
3201
- var R = a + (i ^ H ^ s) + q + O;
3202
- return (R << m | R >>> 32 - m) + i;
3200
+ function b(i, a, H, s, q, m, O) {
3201
+ var R = i + (a ^ H ^ s) + q + O;
3202
+ return (R << m | R >>> 32 - m) + a;
3203
3203
  }
3204
- function c(a, i, H, s, q, m, O) {
3205
- var R = a + (H ^ (i | ~s)) + q + O;
3206
- return (R << m | R >>> 32 - m) + i;
3204
+ function c(i, a, H, s, q, m, O) {
3205
+ var R = i + (H ^ (a | ~s)) + q + O;
3206
+ return (R << m | R >>> 32 - m) + a;
3207
3207
  }
3208
3208
  r.MD5 = u._createHelper(z), r.HmacMD5 = u._createHmacHelper(z);
3209
3209
  }(Math), e.MD5;
@@ -3228,7 +3228,7 @@ function vn() {
3228
3228
  ]);
3229
3229
  },
3230
3230
  _doProcessBlock: function(z, p) {
3231
- for (var X = this._hash.words, b = X[0], c = X[1], a = X[2], i = X[3], H = X[4], s = 0; s < 80; s++) {
3231
+ for (var X = this._hash.words, b = X[0], c = X[1], i = X[2], a = X[3], H = X[4], s = 0; s < 80; s++) {
3232
3232
  if (s < 16)
3233
3233
  d[s] = z[p + s] | 0;
3234
3234
  else {
@@ -3236,9 +3236,9 @@ function vn() {
3236
3236
  d[s] = q << 1 | q >>> 31;
3237
3237
  }
3238
3238
  var m = (b << 5 | b >>> 27) + H + d[s];
3239
- s < 20 ? m += (c & a | ~c & i) + 1518500249 : s < 40 ? m += (c ^ a ^ i) + 1859775393 : s < 60 ? m += (c & a | c & i | a & i) - 1894007588 : m += (c ^ a ^ i) - 899497514, H = i, i = a, a = c << 30 | c >>> 2, c = b, b = m;
3239
+ s < 20 ? m += (c & i | ~c & a) + 1518500249 : s < 40 ? m += (c ^ i ^ a) + 1859775393 : s < 60 ? m += (c & i | c & a | i & a) - 1894007588 : m += (c ^ i ^ a) - 899497514, H = a, a = i, i = c << 30 | c >>> 2, c = b, b = m;
3240
3240
  }
3241
- X[0] = X[0] + b | 0, X[1] = X[1] + c | 0, X[2] = X[2] + a | 0, X[3] = X[3] + i | 0, X[4] = X[4] + H | 0;
3241
+ X[0] = X[0] + b | 0, X[1] = X[1] + c | 0, X[2] = X[2] + i | 0, X[3] = X[3] + a | 0, X[4] = X[4] + H | 0;
3242
3242
  },
3243
3243
  _doFinalize: function() {
3244
3244
  var z = this._data, p = z.words, X = this._nDataBytes * 8, b = z.sigBytes * 8;
@@ -3272,29 +3272,29 @@ function O7() {
3272
3272
  function c(H) {
3273
3273
  return (H - (H | 0)) * 4294967296 | 0;
3274
3274
  }
3275
- for (var a = 2, i = 0; i < 64; )
3276
- b(a) && (i < 8 && (t[i] = c(v.pow(a, 1 / 2))), z[i] = c(v.pow(a, 1 / 3)), i++), a++;
3275
+ for (var i = 2, a = 0; a < 64; )
3276
+ b(i) && (a < 8 && (t[a] = c(v.pow(i, 1 / 2))), z[a] = c(v.pow(i, 1 / 3)), a++), i++;
3277
3277
  })();
3278
3278
  var p = [], X = d.SHA256 = u.extend({
3279
3279
  _doReset: function() {
3280
3280
  this._hash = new P.init(t.slice(0));
3281
3281
  },
3282
3282
  _doProcessBlock: function(b, c) {
3283
- for (var a = this._hash.words, i = a[0], H = a[1], s = a[2], q = a[3], m = a[4], O = a[5], R = a[6], V = a[7], l = 0; l < 64; l++) {
3283
+ for (var i = this._hash.words, a = i[0], H = i[1], s = i[2], q = i[3], m = i[4], O = i[5], R = i[6], V = i[7], l = 0; l < 64; l++) {
3284
3284
  if (l < 16)
3285
3285
  p[l] = b[c + l] | 0;
3286
3286
  else {
3287
3287
  var j = p[l - 15], x = (j << 25 | j >>> 7) ^ (j << 14 | j >>> 18) ^ j >>> 3, N = p[l - 2], o = (N << 15 | N >>> 17) ^ (N << 13 | N >>> 19) ^ N >>> 10;
3288
3288
  p[l] = x + p[l - 7] + o + p[l - 16];
3289
3289
  }
3290
- var Z = m & O ^ ~m & R, Q = i & H ^ i & s ^ H & s, h = (i << 30 | i >>> 2) ^ (i << 19 | i >>> 13) ^ (i << 10 | i >>> 22), $ = (m << 26 | m >>> 6) ^ (m << 21 | m >>> 11) ^ (m << 7 | m >>> 25), J = V + $ + Z + z[l] + p[l], U = h + Q;
3291
- V = R, R = O, O = m, m = q + J | 0, q = s, s = H, H = i, i = J + U | 0;
3290
+ var Z = m & O ^ ~m & R, Q = a & H ^ a & s ^ H & s, h = (a << 30 | a >>> 2) ^ (a << 19 | a >>> 13) ^ (a << 10 | a >>> 22), $ = (m << 26 | m >>> 6) ^ (m << 21 | m >>> 11) ^ (m << 7 | m >>> 25), J = V + $ + Z + z[l] + p[l], U = h + Q;
3291
+ V = R, R = O, O = m, m = q + J | 0, q = s, s = H, H = a, a = J + U | 0;
3292
3292
  }
3293
- a[0] = a[0] + i | 0, a[1] = a[1] + H | 0, a[2] = a[2] + s | 0, a[3] = a[3] + q | 0, a[4] = a[4] + m | 0, a[5] = a[5] + O | 0, a[6] = a[6] + R | 0, a[7] = a[7] + V | 0;
3293
+ i[0] = i[0] + a | 0, i[1] = i[1] + H | 0, i[2] = i[2] + s | 0, i[3] = i[3] + q | 0, i[4] = i[4] + m | 0, i[5] = i[5] + O | 0, i[6] = i[6] + R | 0, i[7] = i[7] + V | 0;
3294
3294
  },
3295
3295
  _doFinalize: function() {
3296
- var b = this._data, c = b.words, a = this._nDataBytes * 8, i = b.sigBytes * 8;
3297
- return c[i >>> 5] |= 128 << 24 - i % 32, c[(i + 64 >>> 9 << 4) + 14] = v.floor(a / 4294967296), c[(i + 64 >>> 9 << 4) + 15] = a, b.sigBytes = c.length * 4, this._process(), this._hash;
3296
+ var b = this._data, c = b.words, i = this._nDataBytes * 8, a = b.sigBytes * 8;
3297
+ return c[a >>> 5] |= 128 << 24 - a % 32, c[(a + 64 >>> 9 << 4) + 14] = v.floor(i / 4294967296), c[(a + 64 >>> 9 << 4) + 15] = i, b.sigBytes = c.length * 4, this._process(), this._hash;
3298
3298
  },
3299
3299
  clone: function() {
3300
3300
  var b = u.clone.call(this);
@@ -3446,11 +3446,11 @@ function nn() {
3446
3446
  new u.init(1541459225, 327033209)
3447
3447
  ]);
3448
3448
  },
3449
- _doProcessBlock: function(c, a) {
3450
- for (var i = this._hash.words, H = i[0], s = i[1], q = i[2], m = i[3], O = i[4], R = i[5], V = i[6], l = i[7], j = H.high, x = H.low, N = s.high, o = s.low, Z = q.high, Q = q.low, h = m.high, $ = m.low, J = O.high, U = O.low, K = R.high, _ = R.low, L = V.high, w = V.low, E = l.high, W = l.low, bA = j, aA = x, jA = N, C = o, eA = Z, nA = Q, Oe = h, F = $, I = J, k = U, BA = K, ze = _, o9 = L, n9 = w, rf = E, r9 = W, ve = 0; ve < 80; ve++) {
3449
+ _doProcessBlock: function(c, i) {
3450
+ for (var a = this._hash.words, H = a[0], s = a[1], q = a[2], m = a[3], O = a[4], R = a[5], V = a[6], l = a[7], j = H.high, x = H.low, N = s.high, o = s.low, Z = q.high, Q = q.low, h = m.high, $ = m.low, J = O.high, U = O.low, K = R.high, _ = R.low, L = V.high, w = V.low, E = l.high, W = l.low, bA = j, aA = x, jA = N, C = o, eA = Z, nA = Q, Oe = h, F = $, I = J, k = U, BA = K, ze = _, o9 = L, n9 = w, rf = E, r9 = W, ve = 0; ve < 80; ve++) {
3451
3451
  var ee, He, Z9 = X[ve];
3452
3452
  if (ve < 16)
3453
- He = Z9.high = c[a + ve * 2] | 0, ee = Z9.low = c[a + ve * 2 + 1] | 0;
3453
+ He = Z9.high = c[i + ve * 2] | 0, ee = Z9.low = c[i + ve * 2 + 1] | 0;
3454
3454
  else {
3455
3455
  var I7 = X[ve - 15], Ie = I7.high, t9 = I7.low, hn = (Ie >>> 1 | t9 << 31) ^ (Ie >>> 8 | t9 << 24) ^ Ie >>> 7, g7 = (t9 >>> 1 | Ie << 31) ^ (t9 >>> 8 | Ie << 24) ^ (t9 >>> 7 | Ie << 25), M7 = X[ve - 2], ge = M7.high, P9 = M7.low, Fn = (ge >>> 19 | P9 << 13) ^ (ge << 3 | P9 >>> 29) ^ ge >>> 6, B7 = (P9 >>> 19 | ge << 13) ^ (P9 << 3 | ge >>> 29) ^ (P9 >>> 6 | ge << 26), k7 = X[ve - 7], Sn = k7.high, Kn = k7.low, Q7 = X[ve - 16], Cn = Q7.high, Y7 = Q7.low;
3456
3456
  ee = g7 + Kn, He = hn + Sn + (ee >>> 0 < g7 >>> 0 ? 1 : 0), ee = ee + B7, He = He + Fn + (ee >>> 0 < B7 >>> 0 ? 1 : 0), ee = ee + Y7, He = He + Cn + (ee >>> 0 < Y7 >>> 0 ? 1 : 0), Z9.high = He, Z9.low = ee;
@@ -3461,8 +3461,8 @@ function nn() {
3461
3461
  x = H.low = x + aA, H.high = j + bA + (x >>> 0 < aA >>> 0 ? 1 : 0), o = s.low = o + C, s.high = N + jA + (o >>> 0 < C >>> 0 ? 1 : 0), Q = q.low = Q + nA, q.high = Z + eA + (Q >>> 0 < nA >>> 0 ? 1 : 0), $ = m.low = $ + F, m.high = h + Oe + ($ >>> 0 < F >>> 0 ? 1 : 0), U = O.low = U + k, O.high = J + I + (U >>> 0 < k >>> 0 ? 1 : 0), _ = R.low = _ + ze, R.high = K + BA + (_ >>> 0 < ze >>> 0 ? 1 : 0), w = V.low = w + n9, V.high = L + o9 + (w >>> 0 < n9 >>> 0 ? 1 : 0), W = l.low = W + r9, l.high = E + rf + (W >>> 0 < r9 >>> 0 ? 1 : 0);
3462
3462
  },
3463
3463
  _doFinalize: function() {
3464
- var c = this._data, a = c.words, i = this._nDataBytes * 8, H = c.sigBytes * 8;
3465
- a[H >>> 5] |= 128 << 24 - H % 32, a[(H + 128 >>> 10 << 5) + 30] = Math.floor(i / 4294967296), a[(H + 128 >>> 10 << 5) + 31] = i, c.sigBytes = a.length * 4, this._process();
3464
+ var c = this._data, i = c.words, a = this._nDataBytes * 8, H = c.sigBytes * 8;
3465
+ i[H >>> 5] |= 128 << 24 - H % 32, i[(H + 128 >>> 10 << 5) + 30] = Math.floor(a / 4294967296), i[(H + 128 >>> 10 << 5) + 31] = a, c.sigBytes = i.length * 4, this._process();
3466
3466
  var s = this._hash.toX32();
3467
3467
  return s;
3468
3468
  },
@@ -3516,14 +3516,14 @@ function du() {
3516
3516
  return function(v) {
3517
3517
  var r = e, n = r.lib, P = n.WordArray, u = n.Hasher, d = r.x64, t = d.Word, z = r.algo, p = [], X = [], b = [];
3518
3518
  (function() {
3519
- for (var i = 1, H = 0, s = 0; s < 24; s++) {
3520
- p[i + 5 * H] = (s + 1) * (s + 2) / 2 % 64;
3521
- var q = H % 5, m = (2 * i + 3 * H) % 5;
3522
- i = q, H = m;
3519
+ for (var a = 1, H = 0, s = 0; s < 24; s++) {
3520
+ p[a + 5 * H] = (s + 1) * (s + 2) / 2 % 64;
3521
+ var q = H % 5, m = (2 * a + 3 * H) % 5;
3522
+ a = q, H = m;
3523
3523
  }
3524
- for (var i = 0; i < 5; i++)
3524
+ for (var a = 0; a < 5; a++)
3525
3525
  for (var H = 0; H < 5; H++)
3526
- X[i + 5 * H] = H + (2 * i + 3 * H) % 5 * 5;
3526
+ X[a + 5 * H] = H + (2 * a + 3 * H) % 5 * 5;
3527
3527
  for (var O = 1, R = 0; R < 24; R++) {
3528
3528
  for (var V = 0, l = 0, j = 0; j < 7; j++) {
3529
3529
  if (O & 1) {
@@ -3537,10 +3537,10 @@ function du() {
3537
3537
  })();
3538
3538
  var c = [];
3539
3539
  (function() {
3540
- for (var i = 0; i < 25; i++)
3541
- c[i] = t.create();
3540
+ for (var a = 0; a < 25; a++)
3541
+ c[a] = t.create();
3542
3542
  })();
3543
- var a = z.SHA3 = u.extend({
3543
+ var i = z.SHA3 = u.extend({
3544
3544
  /**
3545
3545
  * Configuration options.
3546
3546
  *
@@ -3553,13 +3553,13 @@ function du() {
3553
3553
  outputLength: 512
3554
3554
  }),
3555
3555
  _doReset: function() {
3556
- for (var i = this._state = [], H = 0; H < 25; H++)
3557
- i[H] = new t.init();
3556
+ for (var a = this._state = [], H = 0; H < 25; H++)
3557
+ a[H] = new t.init();
3558
3558
  this.blockSize = (1600 - 2 * this.cfg.outputLength) / 32;
3559
3559
  },
3560
- _doProcessBlock: function(i, H) {
3560
+ _doProcessBlock: function(a, H) {
3561
3561
  for (var s = this._state, q = this.blockSize / 2, m = 0; m < q; m++) {
3562
- var O = i[H + 2 * m], R = i[H + 2 * m + 1];
3562
+ var O = a[H + 2 * m], R = a[H + 2 * m + 1];
3563
3563
  O = (O << 8 | O >>> 24) & 16711935 | (O << 24 | O >>> 8) & 4278255360, R = (R << 8 | R >>> 24) & 16711935 | (R << 24 | R >>> 8) & 4278255360;
3564
3564
  var V = s[m];
3565
3565
  V.high ^= R, V.low ^= O;
@@ -3596,10 +3596,10 @@ function du() {
3596
3596
  }
3597
3597
  },
3598
3598
  _doFinalize: function() {
3599
- var i = this._data, H = i.words;
3599
+ var a = this._data, H = a.words;
3600
3600
  this._nDataBytes * 8;
3601
- var s = i.sigBytes * 8, q = this.blockSize * 32;
3602
- H[s >>> 5] |= 1 << 24 - s % 32, H[(v.ceil((s + 1) / q) * q >>> 5) - 1] |= 128, i.sigBytes = H.length * 4, this._process();
3601
+ var s = a.sigBytes * 8, q = this.blockSize * 32;
3602
+ H[s >>> 5] |= 1 << 24 - s % 32, H[(v.ceil((s + 1) / q) * q >>> 5) - 1] |= 128, a.sigBytes = H.length * 4, this._process();
3603
3603
  for (var m = this._state, O = this.cfg.outputLength / 8, R = O / 8, V = [], l = 0; l < R; l++) {
3604
3604
  var j = m[l], x = j.high, N = j.low;
3605
3605
  x = (x << 8 | x >>> 24) & 16711935 | (x << 24 | x >>> 8) & 4278255360, N = (N << 8 | N >>> 24) & 16711935 | (N << 24 | N >>> 8) & 4278255360, V.push(N), V.push(x);
@@ -3607,12 +3607,12 @@ function du() {
3607
3607
  return new P.init(V, O);
3608
3608
  },
3609
3609
  clone: function() {
3610
- for (var i = u.clone.call(this), H = i._state = this._state.slice(0), s = 0; s < 25; s++)
3610
+ for (var a = u.clone.call(this), H = a._state = this._state.slice(0), s = 0; s < 25; s++)
3611
3611
  H[s] = H[s].clone();
3612
- return i;
3612
+ return a;
3613
3613
  }
3614
3614
  });
3615
- r.SHA3 = u._createHelper(a), r.HmacSHA3 = u._createHmacHelper(a);
3615
+ r.SHA3 = u._createHelper(i), r.HmacSHA3 = u._createHmacHelper(i);
3616
3616
  }(Math), e.SHA3;
3617
3617
  });
3618
3618
  }(Df)), Df.exports;
@@ -3958,7 +3958,7 @@ function zu() {
3958
3958
  13,
3959
3959
  11,
3960
3960
  11
3961
- ]), b = P.create([0, 1518500249, 1859775393, 2400959708, 2840853838]), c = P.create([1352829926, 1548603684, 1836072691, 2053994217, 0]), a = d.RIPEMD160 = u.extend({
3961
+ ]), b = P.create([0, 1518500249, 1859775393, 2400959708, 2840853838]), c = P.create([1352829926, 1548603684, 1836072691, 2053994217, 0]), i = d.RIPEMD160 = u.extend({
3962
3962
  _doReset: function() {
3963
3963
  this._hash = P.create([1732584193, 4023233417, 2562383102, 271733878, 3285377520]);
3964
3964
  },
@@ -3970,7 +3970,7 @@ function zu() {
3970
3970
  var N = this._hash.words, o = b.words, Z = c.words, Q = t.words, h = z.words, $ = p.words, J = X.words, U, K, _, L, w, E, W, bA, aA, jA;
3971
3971
  E = U = N[0], W = K = N[1], bA = _ = N[2], aA = L = N[3], jA = w = N[4];
3972
3972
  for (var C, l = 0; l < 80; l += 1)
3973
- C = U + R[V + Q[l]] | 0, l < 16 ? C += i(K, _, L) + o[0] : l < 32 ? C += H(K, _, L) + o[1] : l < 48 ? C += s(K, _, L) + o[2] : l < 64 ? C += q(K, _, L) + o[3] : C += m(K, _, L) + o[4], C = C | 0, C = O(C, $[l]), C = C + w | 0, U = w, w = L, L = O(_, 10), _ = K, K = C, C = E + R[V + h[l]] | 0, l < 16 ? C += m(W, bA, aA) + Z[0] : l < 32 ? C += q(W, bA, aA) + Z[1] : l < 48 ? C += s(W, bA, aA) + Z[2] : l < 64 ? C += H(W, bA, aA) + Z[3] : C += i(W, bA, aA) + Z[4], C = C | 0, C = O(C, J[l]), C = C + jA | 0, E = jA, jA = aA, aA = O(bA, 10), bA = W, W = C;
3973
+ C = U + R[V + Q[l]] | 0, l < 16 ? C += a(K, _, L) + o[0] : l < 32 ? C += H(K, _, L) + o[1] : l < 48 ? C += s(K, _, L) + o[2] : l < 64 ? C += q(K, _, L) + o[3] : C += m(K, _, L) + o[4], C = C | 0, C = O(C, $[l]), C = C + w | 0, U = w, w = L, L = O(_, 10), _ = K, K = C, C = E + R[V + h[l]] | 0, l < 16 ? C += m(W, bA, aA) + Z[0] : l < 32 ? C += q(W, bA, aA) + Z[1] : l < 48 ? C += s(W, bA, aA) + Z[2] : l < 64 ? C += H(W, bA, aA) + Z[3] : C += a(W, bA, aA) + Z[4], C = C | 0, C = O(C, J[l]), C = C + jA | 0, E = jA, jA = aA, aA = O(bA, 10), bA = W, W = C;
3974
3974
  C = N[1] + _ + aA | 0, N[1] = N[2] + L + jA | 0, N[2] = N[3] + w + E | 0, N[3] = N[4] + U + W | 0, N[4] = N[0] + K + bA | 0, N[0] = C;
3975
3975
  },
3976
3976
  _doFinalize: function() {
@@ -3987,7 +3987,7 @@ function zu() {
3987
3987
  return R._hash = this._hash.clone(), R;
3988
3988
  }
3989
3989
  });
3990
- function i(R, V, l) {
3990
+ function a(R, V, l) {
3991
3991
  return R ^ V ^ l;
3992
3992
  }
3993
3993
  function H(R, V, l) {
@@ -4005,7 +4005,7 @@ function zu() {
4005
4005
  function O(R, V) {
4006
4006
  return R << V | R >>> 32 - V;
4007
4007
  }
4008
- r.RIPEMD160 = u._createHelper(a), r.HmacRIPEMD160 = u._createHmacHelper(a);
4008
+ r.RIPEMD160 = u._createHelper(i), r.HmacRIPEMD160 = u._createHmacHelper(i);
4009
4009
  }(), e.RIPEMD160;
4010
4010
  });
4011
4011
  }(Vf)), Vf.exports;
@@ -4033,8 +4033,8 @@ function D7() {
4033
4033
  t = this._hasher = new t.init(), typeof z == "string" && (z = u.parse(z));
4034
4034
  var p = t.blockSize, X = p * 4;
4035
4035
  z.sigBytes > X && (z = t.finalize(z)), z.clamp();
4036
- for (var b = this._oKey = z.clone(), c = this._iKey = z.clone(), a = b.words, i = c.words, H = 0; H < p; H++)
4037
- a[H] ^= 1549556828, i[H] ^= 909522486;
4036
+ for (var b = this._oKey = z.clone(), c = this._iKey = z.clone(), i = b.words, a = c.words, H = 0; H < p; H++)
4037
+ i[H] ^= 1549556828, a[H] ^= 909522486;
4038
4038
  b.sigBytes = c.sigBytes = X, this.reset();
4039
4039
  },
4040
4040
  /**
@@ -4135,17 +4135,17 @@ function Xu() {
4135
4135
  * var key = kdf.compute(password, salt);
4136
4136
  */
4137
4137
  compute: function(p, X) {
4138
- for (var b = this.cfg, c = t.create(b.hasher, p), a = P.create(), i = P.create([1]), H = a.words, s = i.words, q = b.keySize, m = b.iterations; H.length < q; ) {
4139
- var O = c.update(X).finalize(i);
4138
+ for (var b = this.cfg, c = t.create(b.hasher, p), i = P.create(), a = P.create([1]), H = i.words, s = a.words, q = b.keySize, m = b.iterations; H.length < q; ) {
4139
+ var O = c.update(X).finalize(a);
4140
4140
  c.reset();
4141
4141
  for (var R = O.words, V = R.length, l = O, j = 1; j < m; j++) {
4142
4142
  l = c.finalize(l), c.reset();
4143
4143
  for (var x = l.words, N = 0; N < V; N++)
4144
4144
  R[N] ^= x[N];
4145
4145
  }
4146
- a.concat(O), s[0]++;
4146
+ i.concat(O), s[0]++;
4147
4147
  }
4148
- return a.sigBytes = q * 4, a;
4148
+ return i.sigBytes = q * 4, i;
4149
4149
  }
4150
4150
  });
4151
4151
  v.PBKDF2 = function(p, X, b) {
@@ -4202,13 +4202,13 @@ function xe() {
4202
4202
  * var key = kdf.compute(password, salt);
4203
4203
  */
4204
4204
  compute: function(z, p) {
4205
- for (var X, b = this.cfg, c = b.hasher.create(), a = P.create(), i = a.words, H = b.keySize, s = b.iterations; i.length < H; ) {
4205
+ for (var X, b = this.cfg, c = b.hasher.create(), i = P.create(), a = i.words, H = b.keySize, s = b.iterations; a.length < H; ) {
4206
4206
  X && c.update(X), X = c.update(z).finalize(p), c.reset();
4207
4207
  for (var q = 1; q < s; q++)
4208
4208
  X = c.finalize(X), c.reset();
4209
- a.concat(X);
4209
+ i.concat(X);
4210
4210
  }
4211
- return a.sigBytes = H * 4, a;
4211
+ return i.sigBytes = H * 4, i;
4212
4212
  }
4213
4213
  });
4214
4214
  v.EvpKDF = function(z, p, X) {
@@ -4366,7 +4366,7 @@ function TA() {
4366
4366
  },
4367
4367
  blockSize: 1
4368
4368
  });
4369
- var c = r.mode = {}, a = n.BlockCipherMode = P.extend({
4369
+ var c = r.mode = {}, i = n.BlockCipherMode = P.extend({
4370
4370
  /**
4371
4371
  * Creates this mode for encryption.
4372
4372
  *
@@ -4410,8 +4410,8 @@ function TA() {
4410
4410
  init: function(x, N) {
4411
4411
  this._cipher = x, this._iv = N;
4412
4412
  }
4413
- }), i = c.CBC = function() {
4414
- var x = a.extend();
4413
+ }), a = c.CBC = function() {
4414
+ var x = i.extend();
4415
4415
  x.Encryptor = x.extend({
4416
4416
  /**
4417
4417
  * Processes the data block at offset.
@@ -4493,7 +4493,7 @@ function TA() {
4493
4493
  * @property {Padding} padding The padding strategy to use. Default: Pkcs7
4494
4494
  */
4495
4495
  cfg: b.cfg.extend({
4496
- mode: i,
4496
+ mode: a,
4497
4497
  padding: s
4498
4498
  }),
4499
4499
  reset: function() {
@@ -5034,7 +5034,7 @@ function Ou() {
5034
5034
  f.exports = v(XA(), Le(), ye(), xe(), TA());
5035
5035
  })(uA, function(e) {
5036
5036
  return function() {
5037
- var v = e, r = v.lib, n = r.BlockCipher, P = v.algo, u = [], d = [], t = [], z = [], p = [], X = [], b = [], c = [], a = [], i = [];
5037
+ var v = e, r = v.lib, n = r.BlockCipher, P = v.algo, u = [], d = [], t = [], z = [], p = [], X = [], b = [], c = [], i = [], a = [];
5038
5038
  (function() {
5039
5039
  for (var q = [], m = 0; m < 256; m++)
5040
5040
  m < 128 ? q[m] = m << 1 : q[m] = m << 1 ^ 283;
@@ -5044,7 +5044,7 @@ function Ou() {
5044
5044
  var l = q[O], j = q[l], x = q[j], N = q[V] * 257 ^ V * 16843008;
5045
5045
  t[O] = N << 24 | N >>> 8, z[O] = N << 16 | N >>> 16, p[O] = N << 8 | N >>> 24, X[O] = N;
5046
5046
  var N = x * 16843009 ^ j * 65537 ^ l * 257 ^ O * 16843008;
5047
- b[V] = N << 24 | N >>> 8, c[V] = N << 16 | N >>> 16, a[V] = N << 8 | N >>> 24, i[V] = N, O ? (O = l ^ q[q[q[x ^ l]]], R ^= q[q[R]]) : O = R = 1;
5047
+ b[V] = N << 24 | N >>> 8, c[V] = N << 16 | N >>> 16, i[V] = N << 8 | N >>> 24, a[V] = N, O ? (O = l ^ q[q[q[x ^ l]]], R ^= q[q[R]]) : O = R = 1;
5048
5048
  }
5049
5049
  })();
5050
5050
  var H = [0, 1, 2, 4, 8, 16, 32, 64, 128, 27, 54], s = P.AES = n.extend({
@@ -5059,7 +5059,7 @@ function Ou() {
5059
5059
  var q = j[x];
5060
5060
  else
5061
5061
  var q = j[x - 4];
5062
- o < 4 || x <= 4 ? N[o] = q : N[o] = b[u[q >>> 24]] ^ c[u[q >>> 16 & 255]] ^ a[u[q >>> 8 & 255]] ^ i[u[q & 255]];
5062
+ o < 4 || x <= 4 ? N[o] = q : N[o] = b[u[q >>> 24]] ^ c[u[q >>> 16 & 255]] ^ i[u[q >>> 8 & 255]] ^ a[u[q & 255]];
5063
5063
  }
5064
5064
  }
5065
5065
  },
@@ -5068,7 +5068,7 @@ function Ou() {
5068
5068
  },
5069
5069
  decryptBlock: function(q, m) {
5070
5070
  var O = q[m + 1];
5071
- q[m + 1] = q[m + 3], q[m + 3] = O, this._doCryptBlock(q, m, this._invKeySchedule, b, c, a, i, d);
5071
+ q[m + 1] = q[m + 3], q[m + 3] = O, this._doCryptBlock(q, m, this._invKeySchedule, b, c, i, a, d);
5072
5072
  var O = q[m + 1];
5073
5073
  q[m + 1] = q[m + 3], q[m + 3] = O;
5074
5074
  },
@@ -5762,14 +5762,14 @@ function Du() {
5762
5762
  this._doCryptBlock(H, s, this._invSubKeys);
5763
5763
  },
5764
5764
  _doCryptBlock: function(H, s, q) {
5765
- this._lBlock = H[s], this._rBlock = H[s + 1], c.call(this, 4, 252645135), c.call(this, 16, 65535), a.call(this, 2, 858993459), a.call(this, 8, 16711935), c.call(this, 1, 1431655765);
5765
+ this._lBlock = H[s], this._rBlock = H[s + 1], c.call(this, 4, 252645135), c.call(this, 16, 65535), i.call(this, 2, 858993459), i.call(this, 8, 16711935), c.call(this, 1, 1431655765);
5766
5766
  for (var m = 0; m < 16; m++) {
5767
5767
  for (var O = q[m], R = this._lBlock, V = this._rBlock, l = 0, j = 0; j < 8; j++)
5768
5768
  l |= p[j][((V ^ O[j]) & X[j]) >>> 0];
5769
5769
  this._lBlock = V, this._rBlock = R ^ l;
5770
5770
  }
5771
5771
  var x = this._lBlock;
5772
- this._lBlock = this._rBlock, this._rBlock = x, c.call(this, 1, 1431655765), a.call(this, 8, 16711935), a.call(this, 2, 858993459), c.call(this, 16, 65535), c.call(this, 4, 252645135), H[s] = this._lBlock, H[s + 1] = this._rBlock;
5772
+ this._lBlock = this._rBlock, this._rBlock = x, c.call(this, 1, 1431655765), i.call(this, 8, 16711935), i.call(this, 2, 858993459), c.call(this, 16, 65535), c.call(this, 4, 252645135), H[s] = this._lBlock, H[s + 1] = this._rBlock;
5773
5773
  },
5774
5774
  keySize: 64 / 32,
5775
5775
  ivSize: 64 / 32,
@@ -5779,12 +5779,12 @@ function Du() {
5779
5779
  var q = (this._lBlock >>> H ^ this._rBlock) & s;
5780
5780
  this._rBlock ^= q, this._lBlock ^= q << H;
5781
5781
  }
5782
- function a(H, s) {
5782
+ function i(H, s) {
5783
5783
  var q = (this._rBlock >>> H ^ this._lBlock) & s;
5784
5784
  this._lBlock ^= q, this._rBlock ^= q << H;
5785
5785
  }
5786
5786
  v.DES = P._createHelper(b);
5787
- var i = u.TripleDES = P.extend({
5787
+ var a = u.TripleDES = P.extend({
5788
5788
  _doReset: function() {
5789
5789
  var H = this._key, s = H.words;
5790
5790
  if (s.length !== 2 && s.length !== 4 && s.length < 6)
@@ -5802,7 +5802,7 @@ function Du() {
5802
5802
  ivSize: 64 / 32,
5803
5803
  blockSize: 64 / 32
5804
5804
  });
5805
- v.TripleDES = P._createHelper(i);
5805
+ v.TripleDES = P._createHelper(a);
5806
5806
  }(), e.TripleDES;
5807
5807
  });
5808
5808
  }(Qf)), Qf.exports;
@@ -5818,11 +5818,11 @@ function Vu() {
5818
5818
  _doReset: function() {
5819
5819
  for (var z = this._key, p = z.words, X = z.sigBytes, b = this._S = [], c = 0; c < 256; c++)
5820
5820
  b[c] = c;
5821
- for (var c = 0, a = 0; c < 256; c++) {
5822
- var i = c % X, H = p[i >>> 2] >>> 24 - i % 4 * 8 & 255;
5823
- a = (a + b[c] + H) % 256;
5821
+ for (var c = 0, i = 0; c < 256; c++) {
5822
+ var a = c % X, H = p[a >>> 2] >>> 24 - a % 4 * 8 & 255;
5823
+ i = (i + b[c] + H) % 256;
5824
5824
  var s = b[c];
5825
- b[c] = b[a], b[a] = s;
5825
+ b[c] = b[i], b[i] = s;
5826
5826
  }
5827
5827
  this._i = this._j = 0;
5828
5828
  },
@@ -5835,8 +5835,8 @@ function Vu() {
5835
5835
  function d() {
5836
5836
  for (var z = this._S, p = this._i, X = this._j, b = 0, c = 0; c < 4; c++) {
5837
5837
  p = (p + 1) % 256, X = (X + z[p]) % 256;
5838
- var a = z[p];
5839
- z[p] = z[X], z[X] = a, b |= z[(z[p] + z[X]) % 256] << 24 - c * 8;
5838
+ var i = z[p];
5839
+ z[p] = z[X], z[X] = i, b |= z[(z[p] + z[X]) % 256] << 24 - c * 8;
5840
5840
  }
5841
5841
  return this._i = p, this._j = X, b;
5842
5842
  }
@@ -5872,7 +5872,7 @@ function Nu() {
5872
5872
  _doReset: function() {
5873
5873
  for (var X = this._key.words, b = this.cfg.iv, c = 0; c < 4; c++)
5874
5874
  X[c] = (X[c] << 8 | X[c] >>> 24) & 16711935 | (X[c] << 24 | X[c] >>> 8) & 4278255360;
5875
- var a = this._X = [
5875
+ var i = this._X = [
5876
5876
  X[0],
5877
5877
  X[3] << 16 | X[2] >>> 16,
5878
5878
  X[1],
@@ -5881,7 +5881,7 @@ function Nu() {
5881
5881
  X[1] << 16 | X[0] >>> 16,
5882
5882
  X[3],
5883
5883
  X[2] << 16 | X[1] >>> 16
5884
- ], i = this._C = [
5884
+ ], a = this._C = [
5885
5885
  X[2] << 16 | X[2] >>> 16,
5886
5886
  X[0] & 4294901760 | X[1] & 65535,
5887
5887
  X[3] << 16 | X[3] >>> 16,
@@ -5895,10 +5895,10 @@ function Nu() {
5895
5895
  for (var c = 0; c < 4; c++)
5896
5896
  p.call(this);
5897
5897
  for (var c = 0; c < 8; c++)
5898
- i[c] ^= a[c + 4 & 7];
5898
+ a[c] ^= i[c + 4 & 7];
5899
5899
  if (b) {
5900
5900
  var H = b.words, s = H[0], q = H[1], m = (s << 8 | s >>> 24) & 16711935 | (s << 24 | s >>> 8) & 4278255360, O = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360, R = m >>> 16 | O & 4294901760, V = O << 16 | m & 65535;
5901
- i[0] ^= m, i[1] ^= R, i[2] ^= O, i[3] ^= V, i[4] ^= m, i[5] ^= R, i[6] ^= O, i[7] ^= V;
5901
+ a[0] ^= m, a[1] ^= R, a[2] ^= O, a[3] ^= V, a[4] ^= m, a[5] ^= R, a[6] ^= O, a[7] ^= V;
5902
5902
  for (var c = 0; c < 4; c++)
5903
5903
  p.call(this);
5904
5904
  }
@@ -5906,8 +5906,8 @@ function Nu() {
5906
5906
  _doProcessBlock: function(X, b) {
5907
5907
  var c = this._X;
5908
5908
  p.call(this), u[0] = c[0] ^ c[5] >>> 16 ^ c[3] << 16, u[1] = c[2] ^ c[7] >>> 16 ^ c[5] << 16, u[2] = c[4] ^ c[1] >>> 16 ^ c[7] << 16, u[3] = c[6] ^ c[3] >>> 16 ^ c[1] << 16;
5909
- for (var a = 0; a < 4; a++)
5910
- u[a] = (u[a] << 8 | u[a] >>> 24) & 16711935 | (u[a] << 24 | u[a] >>> 8) & 4278255360, X[b + a] ^= u[a];
5909
+ for (var i = 0; i < 4; i++)
5910
+ u[i] = (u[i] << 8 | u[i] >>> 24) & 16711935 | (u[i] << 24 | u[i] >>> 8) & 4278255360, X[b + i] ^= u[i];
5911
5911
  },
5912
5912
  blockSize: 128 / 32,
5913
5913
  ivSize: 64 / 32
@@ -5917,7 +5917,7 @@ function Nu() {
5917
5917
  d[c] = b[c];
5918
5918
  b[0] = b[0] + 1295307597 + this._b | 0, b[1] = b[1] + 3545052371 + (b[0] >>> 0 < d[0] >>> 0 ? 1 : 0) | 0, b[2] = b[2] + 886263092 + (b[1] >>> 0 < d[1] >>> 0 ? 1 : 0) | 0, b[3] = b[3] + 1295307597 + (b[2] >>> 0 < d[2] >>> 0 ? 1 : 0) | 0, b[4] = b[4] + 3545052371 + (b[3] >>> 0 < d[3] >>> 0 ? 1 : 0) | 0, b[5] = b[5] + 886263092 + (b[4] >>> 0 < d[4] >>> 0 ? 1 : 0) | 0, b[6] = b[6] + 1295307597 + (b[5] >>> 0 < d[5] >>> 0 ? 1 : 0) | 0, b[7] = b[7] + 3545052371 + (b[6] >>> 0 < d[6] >>> 0 ? 1 : 0) | 0, this._b = b[7] >>> 0 < d[7] >>> 0 ? 1 : 0;
5919
5919
  for (var c = 0; c < 8; c++) {
5920
- var a = X[c] + b[c], i = a & 65535, H = a >>> 16, s = ((i * i >>> 17) + i * H >>> 15) + H * H, q = ((a & 4294901760) * a | 0) + ((a & 65535) * a | 0);
5920
+ var i = X[c] + b[c], a = i & 65535, H = i >>> 16, s = ((a * a >>> 17) + a * H >>> 15) + H * H, q = ((i & 4294901760) * i | 0) + ((i & 65535) * i | 0);
5921
5921
  t[c] = s ^ q;
5922
5922
  }
5923
5923
  X[0] = t[0] + (t[7] << 16 | t[7] >>> 16) + (t[6] << 16 | t[6] >>> 16) | 0, X[1] = t[1] + (t[0] << 8 | t[0] >>> 24) + t[7] | 0, X[2] = t[2] + (t[1] << 16 | t[1] >>> 16) + (t[0] << 16 | t[0] >>> 16) | 0, X[3] = t[3] + (t[2] << 8 | t[2] >>> 24) + t[1] | 0, X[4] = t[4] + (t[3] << 16 | t[3] >>> 16) + (t[2] << 16 | t[2] >>> 16) | 0, X[5] = t[5] + (t[4] << 8 | t[4] >>> 24) + t[3] | 0, X[6] = t[6] + (t[5] << 16 | t[5] >>> 16) + (t[4] << 16 | t[4] >>> 16) | 0, X[7] = t[7] + (t[6] << 8 | t[6] >>> 24) + t[5] | 0;
@@ -5945,7 +5945,7 @@ function Ru() {
5945
5945
  X[1] << 16 | X[0] >>> 16,
5946
5946
  X[3],
5947
5947
  X[2] << 16 | X[1] >>> 16
5948
- ], a = this._C = [
5948
+ ], i = this._C = [
5949
5949
  X[2] << 16 | X[2] >>> 16,
5950
5950
  X[0] & 4294901760 | X[1] & 65535,
5951
5951
  X[3] << 16 | X[3] >>> 16,
@@ -5956,22 +5956,22 @@ function Ru() {
5956
5956
  X[3] & 4294901760 | X[0] & 65535
5957
5957
  ];
5958
5958
  this._b = 0;
5959
- for (var i = 0; i < 4; i++)
5959
+ for (var a = 0; a < 4; a++)
5960
5960
  p.call(this);
5961
- for (var i = 0; i < 8; i++)
5962
- a[i] ^= c[i + 4 & 7];
5961
+ for (var a = 0; a < 8; a++)
5962
+ i[a] ^= c[a + 4 & 7];
5963
5963
  if (b) {
5964
5964
  var H = b.words, s = H[0], q = H[1], m = (s << 8 | s >>> 24) & 16711935 | (s << 24 | s >>> 8) & 4278255360, O = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360, R = m >>> 16 | O & 4294901760, V = O << 16 | m & 65535;
5965
- a[0] ^= m, a[1] ^= R, a[2] ^= O, a[3] ^= V, a[4] ^= m, a[5] ^= R, a[6] ^= O, a[7] ^= V;
5966
- for (var i = 0; i < 4; i++)
5965
+ i[0] ^= m, i[1] ^= R, i[2] ^= O, i[3] ^= V, i[4] ^= m, i[5] ^= R, i[6] ^= O, i[7] ^= V;
5966
+ for (var a = 0; a < 4; a++)
5967
5967
  p.call(this);
5968
5968
  }
5969
5969
  },
5970
5970
  _doProcessBlock: function(X, b) {
5971
5971
  var c = this._X;
5972
5972
  p.call(this), u[0] = c[0] ^ c[5] >>> 16 ^ c[3] << 16, u[1] = c[2] ^ c[7] >>> 16 ^ c[5] << 16, u[2] = c[4] ^ c[1] >>> 16 ^ c[7] << 16, u[3] = c[6] ^ c[3] >>> 16 ^ c[1] << 16;
5973
- for (var a = 0; a < 4; a++)
5974
- u[a] = (u[a] << 8 | u[a] >>> 24) & 16711935 | (u[a] << 24 | u[a] >>> 8) & 4278255360, X[b + a] ^= u[a];
5973
+ for (var i = 0; i < 4; i++)
5974
+ u[i] = (u[i] << 8 | u[i] >>> 24) & 16711935 | (u[i] << 24 | u[i] >>> 8) & 4278255360, X[b + i] ^= u[i];
5975
5975
  },
5976
5976
  blockSize: 128 / 32,
5977
5977
  ivSize: 64 / 32
@@ -5981,7 +5981,7 @@ function Ru() {
5981
5981
  d[c] = b[c];
5982
5982
  b[0] = b[0] + 1295307597 + this._b | 0, b[1] = b[1] + 3545052371 + (b[0] >>> 0 < d[0] >>> 0 ? 1 : 0) | 0, b[2] = b[2] + 886263092 + (b[1] >>> 0 < d[1] >>> 0 ? 1 : 0) | 0, b[3] = b[3] + 1295307597 + (b[2] >>> 0 < d[2] >>> 0 ? 1 : 0) | 0, b[4] = b[4] + 3545052371 + (b[3] >>> 0 < d[3] >>> 0 ? 1 : 0) | 0, b[5] = b[5] + 886263092 + (b[4] >>> 0 < d[4] >>> 0 ? 1 : 0) | 0, b[6] = b[6] + 1295307597 + (b[5] >>> 0 < d[5] >>> 0 ? 1 : 0) | 0, b[7] = b[7] + 3545052371 + (b[6] >>> 0 < d[6] >>> 0 ? 1 : 0) | 0, this._b = b[7] >>> 0 < d[7] >>> 0 ? 1 : 0;
5983
5983
  for (var c = 0; c < 8; c++) {
5984
- var a = X[c] + b[c], i = a & 65535, H = a >>> 16, s = ((i * i >>> 17) + i * H >>> 15) + H * H, q = ((a & 4294901760) * a | 0) + ((a & 65535) * a | 0);
5984
+ var i = X[c] + b[c], a = i & 65535, H = i >>> 16, s = ((a * a >>> 17) + a * H >>> 15) + H * H, q = ((i & 4294901760) * i | 0) + ((i & 65535) * i | 0);
5985
5985
  t[c] = s ^ q;
5986
5986
  }
5987
5987
  X[0] = t[0] + (t[7] << 16 | t[7] >>> 16) + (t[6] << 16 | t[6] >>> 16) | 0, X[1] = t[1] + (t[0] << 8 | t[0] >>> 24) + t[7] | 0, X[2] = t[2] + (t[1] << 16 | t[1] >>> 16) + (t[0] << 16 | t[0] >>> 16) | 0, X[3] = t[3] + (t[2] << 8 | t[2] >>> 24) + t[1] | 0, X[4] = t[4] + (t[3] << 16 | t[3] >>> 16) + (t[2] << 16 | t[2] >>> 16) | 0, X[5] = t[5] + (t[4] << 8 | t[4] >>> 24) + t[3] | 0, X[6] = t[6] + (t[5] << 16 | t[5] >>> 16) + (t[4] << 16 | t[4] >>> 16) | 0, X[7] = t[7] + (t[6] << 8 | t[6] >>> 24) + t[5] | 0;
@@ -7056,59 +7056,59 @@ function ju() {
7056
7056
  pbox: [],
7057
7057
  sbox: []
7058
7058
  };
7059
- function p(i, H) {
7060
- let s = H >> 24 & 255, q = H >> 16 & 255, m = H >> 8 & 255, O = H & 255, R = i.sbox[0][s] + i.sbox[1][q];
7061
- return R = R ^ i.sbox[2][m], R = R + i.sbox[3][O], R;
7059
+ function p(a, H) {
7060
+ let s = H >> 24 & 255, q = H >> 16 & 255, m = H >> 8 & 255, O = H & 255, R = a.sbox[0][s] + a.sbox[1][q];
7061
+ return R = R ^ a.sbox[2][m], R = R + a.sbox[3][O], R;
7062
7062
  }
7063
- function X(i, H, s) {
7063
+ function X(a, H, s) {
7064
7064
  let q = H, m = s, O;
7065
7065
  for (let R = 0; R < u; ++R)
7066
- q = q ^ i.pbox[R], m = p(i, q) ^ m, O = q, q = m, m = O;
7067
- return O = q, q = m, m = O, m = m ^ i.pbox[u], q = q ^ i.pbox[u + 1], { left: q, right: m };
7066
+ q = q ^ a.pbox[R], m = p(a, q) ^ m, O = q, q = m, m = O;
7067
+ return O = q, q = m, m = O, m = m ^ a.pbox[u], q = q ^ a.pbox[u + 1], { left: q, right: m };
7068
7068
  }
7069
- function b(i, H, s) {
7069
+ function b(a, H, s) {
7070
7070
  let q = H, m = s, O;
7071
7071
  for (let R = u + 1; R > 1; --R)
7072
- q = q ^ i.pbox[R], m = p(i, q) ^ m, O = q, q = m, m = O;
7073
- return O = q, q = m, m = O, m = m ^ i.pbox[1], q = q ^ i.pbox[0], { left: q, right: m };
7072
+ q = q ^ a.pbox[R], m = p(a, q) ^ m, O = q, q = m, m = O;
7073
+ return O = q, q = m, m = O, m = m ^ a.pbox[1], q = q ^ a.pbox[0], { left: q, right: m };
7074
7074
  }
7075
- function c(i, H, s) {
7075
+ function c(a, H, s) {
7076
7076
  for (let V = 0; V < 4; V++) {
7077
- i.sbox[V] = [];
7077
+ a.sbox[V] = [];
7078
7078
  for (let l = 0; l < 256; l++)
7079
- i.sbox[V][l] = t[V][l];
7079
+ a.sbox[V][l] = t[V][l];
7080
7080
  }
7081
7081
  let q = 0;
7082
7082
  for (let V = 0; V < u + 2; V++)
7083
- i.pbox[V] = d[V] ^ H[q], q++, q >= s && (q = 0);
7083
+ a.pbox[V] = d[V] ^ H[q], q++, q >= s && (q = 0);
7084
7084
  let m = 0, O = 0, R = 0;
7085
7085
  for (let V = 0; V < u + 2; V += 2)
7086
- R = X(i, m, O), m = R.left, O = R.right, i.pbox[V] = m, i.pbox[V + 1] = O;
7086
+ R = X(a, m, O), m = R.left, O = R.right, a.pbox[V] = m, a.pbox[V + 1] = O;
7087
7087
  for (let V = 0; V < 4; V++)
7088
7088
  for (let l = 0; l < 256; l += 2)
7089
- R = X(i, m, O), m = R.left, O = R.right, i.sbox[V][l] = m, i.sbox[V][l + 1] = O;
7089
+ R = X(a, m, O), m = R.left, O = R.right, a.sbox[V][l] = m, a.sbox[V][l + 1] = O;
7090
7090
  return !0;
7091
7091
  }
7092
- var a = P.Blowfish = n.extend({
7092
+ var i = P.Blowfish = n.extend({
7093
7093
  _doReset: function() {
7094
7094
  if (this._keyPriorReset !== this._key) {
7095
- var i = this._keyPriorReset = this._key, H = i.words, s = i.sigBytes / 4;
7095
+ var a = this._keyPriorReset = this._key, H = a.words, s = a.sigBytes / 4;
7096
7096
  c(z, H, s);
7097
7097
  }
7098
7098
  },
7099
- encryptBlock: function(i, H) {
7100
- var s = X(z, i[H], i[H + 1]);
7101
- i[H] = s.left, i[H + 1] = s.right;
7099
+ encryptBlock: function(a, H) {
7100
+ var s = X(z, a[H], a[H + 1]);
7101
+ a[H] = s.left, a[H + 1] = s.right;
7102
7102
  },
7103
- decryptBlock: function(i, H) {
7104
- var s = b(z, i[H], i[H + 1]);
7105
- i[H] = s.left, i[H + 1] = s.right;
7103
+ decryptBlock: function(a, H) {
7104
+ var s = b(z, a[H], a[H + 1]);
7105
+ a[H] = s.left, a[H + 1] = s.right;
7106
7106
  },
7107
7107
  blockSize: 64 / 32,
7108
7108
  keySize: 128 / 32,
7109
7109
  ivSize: 64 / 32
7110
7110
  });
7111
- v.Blowfish = n._createHelper(a);
7111
+ v.Blowfish = n._createHelper(i);
7112
7112
  }(), e.Blowfish;
7113
7113
  });
7114
7114
  }(Jf)), Jf.exports;
@@ -7245,10 +7245,10 @@ const gu = {
7245
7245
  iso10126: "iso10126",
7246
7246
  ansix923: "ansix923"
7247
7247
  }, r = { hex: "hex", base64: "base64" };
7248
- let n = f.encryptType || "", P = e[n.toLowerCase()], u = f.encryptMode || "", d = f.encryptKey || "", t = f.encryptOffset || "", z = f.encryptPadding || "", p = v[z.toLowerCase()], X = f.codingMode || "", b = r[X.toLowerCase()], a = (Number(f.encryptKeyLength) || 0) / 8;
7249
- return new Promise((i) => {
7250
- P !== "aes" && P !== "des" ? i({ error: "加密类型出错==", value: null }) : gu[P](A, d, { mode: u, keySize: a, padding: p, encoding: b, iv: t }, (H) => {
7251
- i(H);
7248
+ let n = f.encryptType || "", P = e[n.toLowerCase()], u = f.encryptMode || "", d = f.encryptKey || "", t = f.encryptOffset || "", z = f.encryptPadding || "", p = v[z.toLowerCase()], X = f.codingMode || "", b = r[X.toLowerCase()], i = (Number(f.encryptKeyLength) || 0) / 8;
7249
+ return new Promise((a) => {
7250
+ P !== "aes" && P !== "des" ? a({ error: "加密类型出错==", value: null }) : gu[P](A, d, { mode: u, keySize: i, padding: p, encoding: b, iv: t }, (H) => {
7251
+ a(H);
7252
7252
  });
7253
7253
  });
7254
7254
  };
@@ -8000,7 +8000,7 @@ const k9 = (f, A = "") => {
8000
8000
  P != null && P.children && P.children.length && (P.originalChildren = Ce(P.children)), (P != null && P.expired || P != null && P.disable) && (P.children = []);
8001
8001
  }), { menus: r, originalMenus: n };
8002
8002
  }, w6 = async (f) => {
8003
- var X, b, c, a, i;
8003
+ var X, b, c, i, a;
8004
8004
  let { microApp: A = null, menuCode: e = "", menuPath: v = "", route: r = {} } = f;
8005
8005
  const n = ((X = r.meta) == null ? void 0 : X.showLayout) ?? !0;
8006
8006
  let P = ((b = r.query) == null ? void 0 : b.showLayout) ?? !0;
@@ -8030,7 +8030,7 @@ const k9 = (f, A = "") => {
8030
8030
  }
8031
8031
  }
8032
8032
  if (n && P) {
8033
- const s = ((a = (IA().tabMap ?? {})[A.code]) == null ? void 0 : a.map((q) => {
8033
+ const s = ((i = (IA().tabMap ?? {})[A.code]) == null ? void 0 : i.map((q) => {
8034
8034
  var m;
8035
8035
  return {
8036
8036
  ...q,
@@ -8069,7 +8069,7 @@ const k9 = (f, A = "") => {
8069
8069
  if (!n || !P)
8070
8070
  return { menuConfig: d, currentApp: null, currentMenu: null, query: { ...r.query, app: u } };
8071
8071
  const H = y6(A.code, d, e);
8072
- H != null && H.currentApp && (A = H.currentApp), H != null && H.currentMenu && (p = H.currentMenu), H != null && H.currentTab && (r.query = ((i = H.currentTab) == null ? void 0 : i.query) ?? {});
8072
+ H != null && H.currentApp && (A = H.currentApp), H != null && H.currentMenu && (p = H.currentMenu), H != null && H.currentTab && (r.query = ((a = H.currentTab) == null ? void 0 : a.query) ?? {});
8073
8073
  }
8074
8074
  if ((A == null ? void 0 : A.routeUrl) === wA)
8075
8075
  return { menuConfig: [], currentApp: A, currentMenu: null, query: null };
@@ -8130,7 +8130,7 @@ const k9 = (f, A = "") => {
8130
8130
  if (f)
8131
8131
  return Hv.value = [], { fixedAppsConfig: [] };
8132
8132
  Hv.value = A;
8133
- const e = ((P = cA()) == null ? void 0 : P.subAppList) || [], v = e.map((u) => u.code), r = A.filter((u) => !v.includes(u.code)), n = I6.value.filter((u) => [...e, ...r].map((d) => d.code).includes(u.code));
8133
+ const e = ((P = cA()) == null ? void 0 : P.subAppList) || [], v = e.map((u) => u.code), r = A.filter((u) => !v.includes(u.code)), n = [...e, ...r].filter((u) => I6.value.find((d) => d.code === u.code));
8134
8134
  return SA([{ key: "subAppList", value: n }]), { fixedAppsConfig: A };
8135
8135
  }, Wn = "v1", M6 = J9.get("/organization/authProjectTree"), B6 = MA(`/api/customer/customer/${Wn}`), k6 = B6.get("/project/list"), Q6 = MA(`/api/project/project-server/${Wn}`), Y6 = Q6.get("/list/message"), G6 = async () => {
8136
8136
  var P, u;
@@ -8189,26 +8189,26 @@ const k9 = (f, A = "") => {
8189
8189
  e.value = te.value.style === 1, v.value = te.value.style === 2, r.value = te.value.skinStyle === "default", n.value = te.value.skinStyle === "kjl", P.value = te.value.skinStyle === "cjb", u.value = te.value.skinStyle === "ssl";
8190
8190
  };
8191
8191
  de(d);
8192
- const t = (a, i) => {
8193
- a === "menu" ? (e.value = i === 1, v.value = i === 2) : (r.value = i === 1, n.value = i === 2, P.value = i === 3, u.value = i === 4);
8192
+ const t = (i, a) => {
8193
+ i === "menu" ? (e.value = a === 1, v.value = a === 2) : (r.value = a === 1, n.value = a === 2, P.value = a === 3, u.value = a === 4);
8194
8194
  }, z = () => {
8195
- const a = {
8195
+ const i = {
8196
8196
  default: r.value,
8197
8197
  kjl: n.value,
8198
8198
  cjb: P.value,
8199
8199
  ssl: u.value
8200
8200
  };
8201
- return Object.keys(a).find((i) => a[i] === !0) ?? "default";
8201
+ return Object.keys(i).find((a) => i[a] === !0) ?? "default";
8202
8202
  }, p = () => ({
8203
8203
  style: e.value ? 1 : 2,
8204
8204
  skinStyle: z()
8205
8205
  }), X = vA(() => {
8206
- const a = D9.value === "zh-CN";
8206
+ const i = D9.value === "zh-CN";
8207
8207
  return {
8208
- default: a ? d1 : b1,
8209
- kjl: a ? z1 : a1,
8210
- cjb: a ? X1 : i1,
8211
- ssl: a ? c1 : s1
8208
+ default: i ? d1 : b1,
8209
+ kjl: i ? z1 : a1,
8210
+ cjb: i ? X1 : i1,
8211
+ ssl: i ? c1 : s1
8212
8212
  }[z()];
8213
8213
  }), { onPreview: b } = nt(), c = () => {
8214
8214
  b({ previewList: [X.value], previewBtnConfig: !0 });
@@ -8216,7 +8216,7 @@ const k9 = (f, A = "") => {
8216
8216
  return A({
8217
8217
  init: d,
8218
8218
  getResult: p
8219
- }), (a, i) => EA((G(), dA(
8219
+ }), (i, a) => EA((G(), dA(
8220
8220
  "div",
8221
8221
  q1,
8222
8222
  [
@@ -8231,7 +8231,7 @@ const k9 = (f, A = "") => {
8231
8231
  M("div", m1, [
8232
8232
  M("div", {
8233
8233
  class: "item-content",
8234
- onClick: i[1] || (i[1] = (H) => t("menu", 1))
8234
+ onClick: a[1] || (a[1] = (H) => t("menu", 1))
8235
8235
  }, [
8236
8236
  M("img", {
8237
8237
  src: D(v1),
@@ -8241,7 +8241,7 @@ const k9 = (f, A = "") => {
8241
8241
  }, null, 8, l1),
8242
8242
  g(D(Me), {
8243
8243
  modelValue: e.value,
8244
- "onUpdate:modelValue": i[0] || (i[0] = (H) => e.value = H)
8244
+ "onUpdate:modelValue": a[0] || (a[0] = (H) => e.value = H)
8245
8245
  }, {
8246
8246
  default: Y(() => [
8247
8247
  mA(
@@ -8256,7 +8256,7 @@ const k9 = (f, A = "") => {
8256
8256
  ]),
8257
8257
  M("div", {
8258
8258
  class: "item-content",
8259
- onClick: i[3] || (i[3] = (H) => t("menu", 2))
8259
+ onClick: a[3] || (a[3] = (H) => t("menu", 2))
8260
8260
  }, [
8261
8261
  M("img", {
8262
8262
  src: D(n1),
@@ -8266,7 +8266,7 @@ const k9 = (f, A = "") => {
8266
8266
  }, null, 8, x1),
8267
8267
  g(D(Me), {
8268
8268
  modelValue: v.value,
8269
- "onUpdate:modelValue": i[2] || (i[2] = (H) => v.value = H)
8269
+ "onUpdate:modelValue": a[2] || (a[2] = (H) => v.value = H)
8270
8270
  }, {
8271
8271
  default: Y(() => [
8272
8272
  mA(
@@ -8292,7 +8292,7 @@ const k9 = (f, A = "") => {
8292
8292
  M("div", V1, [
8293
8293
  M("div", {
8294
8294
  class: "item-content",
8295
- onClick: i[5] || (i[5] = (H) => t("skin", 1))
8295
+ onClick: a[5] || (a[5] = (H) => t("skin", 1))
8296
8296
  }, [
8297
8297
  M("img", {
8298
8298
  src: D(r1),
@@ -8302,7 +8302,7 @@ const k9 = (f, A = "") => {
8302
8302
  }, null, 8, N1),
8303
8303
  g(D(Me), {
8304
8304
  modelValue: r.value,
8305
- "onUpdate:modelValue": i[4] || (i[4] = (H) => r.value = H)
8305
+ "onUpdate:modelValue": a[4] || (a[4] = (H) => r.value = H)
8306
8306
  }, {
8307
8307
  default: Y(() => [
8308
8308
  mA(
@@ -8317,7 +8317,7 @@ const k9 = (f, A = "") => {
8317
8317
  ]),
8318
8318
  M("div", {
8319
8319
  class: "item-content",
8320
- onClick: i[7] || (i[7] = (H) => t("skin", 2))
8320
+ onClick: a[7] || (a[7] = (H) => t("skin", 2))
8321
8321
  }, [
8322
8322
  M("img", {
8323
8323
  src: D(t1),
@@ -8327,7 +8327,7 @@ const k9 = (f, A = "") => {
8327
8327
  }, null, 8, R1),
8328
8328
  g(D(Me), {
8329
8329
  modelValue: n.value,
8330
- "onUpdate:modelValue": i[6] || (i[6] = (H) => n.value = H)
8330
+ "onUpdate:modelValue": a[6] || (a[6] = (H) => n.value = H)
8331
8331
  }, {
8332
8332
  default: Y(() => [
8333
8333
  mA(
@@ -8344,7 +8344,7 @@ const k9 = (f, A = "") => {
8344
8344
  M("div", j1, [
8345
8345
  M("div", {
8346
8346
  class: "item-content",
8347
- onClick: i[9] || (i[9] = (H) => t("skin", 3))
8347
+ onClick: a[9] || (a[9] = (H) => t("skin", 3))
8348
8348
  }, [
8349
8349
  M("img", {
8350
8350
  src: D(P1),
@@ -8354,7 +8354,7 @@ const k9 = (f, A = "") => {
8354
8354
  }, null, 8, o1),
8355
8355
  g(D(Me), {
8356
8356
  modelValue: P.value,
8357
- "onUpdate:modelValue": i[8] || (i[8] = (H) => P.value = H)
8357
+ "onUpdate:modelValue": a[8] || (a[8] = (H) => P.value = H)
8358
8358
  }, {
8359
8359
  default: Y(() => [
8360
8360
  mA(
@@ -8369,7 +8369,7 @@ const k9 = (f, A = "") => {
8369
8369
  ]),
8370
8370
  M("div", {
8371
8371
  class: "item-content",
8372
- onClick: i[11] || (i[11] = (H) => t("skin", 4))
8372
+ onClick: a[11] || (a[11] = (H) => t("skin", 4))
8373
8373
  }, [
8374
8374
  M("img", {
8375
8375
  src: D(u1),
@@ -8379,7 +8379,7 @@ const k9 = (f, A = "") => {
8379
8379
  }, null, 8, Z1),
8380
8380
  g(D(Me), {
8381
8381
  modelValue: u.value,
8382
- "onUpdate:modelValue": i[10] || (i[10] = (H) => u.value = H)
8382
+ "onUpdate:modelValue": a[10] || (a[10] = (H) => u.value = H)
8383
8383
  }, {
8384
8384
  default: Y(() => [
8385
8385
  mA(
@@ -8416,7 +8416,7 @@ const k9 = (f, A = "") => {
8416
8416
  512
8417
8417
  /* NEED_PATCH */
8418
8418
  )), [
8419
- [YA, a.isShow]
8419
+ [YA, i.isShow]
8420
8420
  ]);
8421
8421
  }
8422
8422
  }), E1 = /* @__PURE__ */ ZA(W1, [["__scopeId", "data-v-cea07b15"]]), I1 = { class: "set-lang" }, g1 = /* @__PURE__ */ iA({
@@ -8484,7 +8484,7 @@ const k9 = (f, A = "") => {
8484
8484
  levelType: 1
8485
8485
  }), z = Pt();
8486
8486
  let p = !0;
8487
- const X = T(!1), { run: b } = K1(), { run: c } = C1(), a = () => {
8487
+ const X = T(!1), { run: b } = K1(), { run: c } = C1(), i = () => {
8488
8488
  var O;
8489
8489
  p = !0, (O = z.value) == null || O.resetLazyLoad();
8490
8490
  };
@@ -8497,7 +8497,7 @@ const k9 = (f, A = "") => {
8497
8497
  treeData: d,
8498
8498
  openBuiltInDialog: () => {
8499
8499
  var O, R, V;
8500
- n.value = ((O = e.value) == null ? void 0 : O.urlId) ?? "", P.value = ((R = e.value) == null ? void 0 : R.urlPath) ?? ((V = e.value) == null ? void 0 : V.urlId) ?? "", u.value = "", r.value = !0, a();
8500
+ n.value = ((O = e.value) == null ? void 0 : O.urlId) ?? "", P.value = ((R = e.value) == null ? void 0 : R.urlPath) ?? ((V = e.value) == null ? void 0 : V.urlId) ?? "", u.value = "", r.value = !0, i();
8501
8501
  },
8502
8502
  loadChildNode: async (O) => {
8503
8503
  const R = {
@@ -8543,7 +8543,7 @@ const r8 = (f) => {
8543
8543
  { value: 2, label: B("设备看板") },
8544
8544
  { value: 3, label: B("数据编排") },
8545
8545
  { value: 4, label: B("轻分析") }
8546
- ]), u = T([]), d = T(20), t = T(1), z = T(0), p = T(""), X = T(""), b = T(""), c = T(!1), { run: a } = _1(), { run: i } = $1(), { run: H } = A8(), { run: s } = e8(), { run: q } = f8(), m = (J) => {
8546
+ ]), u = T([]), d = T(20), t = T(1), z = T(0), p = T(""), X = T(""), b = T(""), c = T(!1), { run: i } = _1(), { run: a } = $1(), { run: H } = A8(), { run: s } = e8(), { run: q } = f8(), m = (J) => {
8547
8547
  const U = [], K = J[2], _ = K.displays, L = K.scenes, w = K[B("2D3D集成根目录")];
8548
8548
  O(_, "2D", "/enterpriseadmin/ioc-server/?type=preview&tag=displays", U), O(L, "3D", "/enterpriseadmin/ioc-server/?type=preview3d&tag=scenes", U), O(w, B("集成"), "/enterpriseadmin/ioc-server/?type=preview2d3d&tag=scenes", U);
8549
8549
  const E = (t.value - 1) * d.value, W = E + d.value;
@@ -8593,7 +8593,7 @@ const r8 = (f) => {
8593
8593
  pageSize: d.value
8594
8594
  };
8595
8595
  c.value = !0;
8596
- const [U, K] = await i(J);
8596
+ const [U, K] = await a(J);
8597
8597
  if (c.value = !1, U) {
8598
8598
  u.value = [];
8599
8599
  return;
@@ -8607,7 +8607,7 @@ const r8 = (f) => {
8607
8607
  pageSize: d.value
8608
8608
  };
8609
8609
  c.value = !0;
8610
- const [U, K] = await a(J);
8610
+ const [U, K] = await i(J);
8611
8611
  if (c.value = !1, U) {
8612
8612
  u.value = [];
8613
8613
  return;
@@ -8744,8 +8744,8 @@ const r8 = (f) => {
8744
8744
  builtInDialog: X,
8745
8745
  $typeTree: b,
8746
8746
  treeId: c,
8747
- treePath: a,
8748
- keyword: i,
8747
+ treePath: i,
8748
+ keyword: a,
8749
8749
  treeData: H,
8750
8750
  openBuiltInDialog: s,
8751
8751
  loadChildNode: q,
@@ -8952,10 +8952,10 @@ const r8 = (f) => {
8952
8952
  ref: b,
8953
8953
  modelValue: D(c),
8954
8954
  "onUpdate:modelValue": eA[5] || (eA[5] = (nA) => ne(c) ? c.value = nA : null),
8955
- path: D(a),
8956
- "onUpdate:path": eA[6] || (eA[6] = (nA) => ne(a) ? a.value = nA : null),
8957
- "filter-value": D(i),
8958
- "onUpdate:filterValue": eA[7] || (eA[7] = (nA) => ne(i) ? i.value = nA : null),
8955
+ path: D(i),
8956
+ "onUpdate:path": eA[6] || (eA[6] = (nA) => ne(i) ? i.value = nA : null),
8957
+ "filter-value": D(a),
8958
+ "onUpdate:filterValue": eA[7] || (eA[7] = (nA) => ne(a) ? a.value = nA : null),
8959
8959
  data: D(H),
8960
8960
  "is-ellipsis": "",
8961
8961
  "default-expanded-keys": ["-1"],
@@ -9128,15 +9128,15 @@ const r8 = (f) => {
9128
9128
  hidden: !t.value
9129
9129
  }
9130
9130
  ]), p = () => {
9131
- var c, a;
9131
+ var c, i;
9132
9132
  const { flag: b } = G9();
9133
- b === 4 && (t.value = (c = ie.value) == null ? void 0 : c.companyIsDisplayHome), d.value = (a = ie.value) != null && a.homeAlias ? ie.value.homeAlias : B("首页"), e.value = !0;
9133
+ b === 4 && (t.value = (c = ie.value) == null ? void 0 : c.companyIsDisplayHome), d.value = (i = ie.value) != null && i.homeAlias ? ie.value.homeAlias : B("首页"), e.value = !0;
9134
9134
  }, X = async () => {
9135
- var a, i, H, s;
9136
- const b = (a = r.value) == null ? void 0 : a.getResult(), [c] = await m8().run(b);
9135
+ var i, a, H, s;
9136
+ const b = (i = r.value) == null ? void 0 : i.getResult(), [c] = await m8().run(b);
9137
9137
  if (!c) {
9138
9138
  if (await In(), Number($7()) >= 2) {
9139
- const q = (i = P.value) == null ? void 0 : i.getResult(), [m] = await x8().run(q);
9139
+ const q = (a = P.value) == null ? void 0 : a.getResult(), [m] = await x8().run(q);
9140
9140
  if (m) {
9141
9141
  u.value = "lang";
9142
9142
  return;
@@ -9164,7 +9164,7 @@ const r8 = (f) => {
9164
9164
  key: 0,
9165
9165
  title: D(fA)("个性化设置").value,
9166
9166
  modelValue: e.value,
9167
- "onUpdate:modelValue": c[3] || (c[3] = (a) => e.value = a),
9167
+ "onUpdate:modelValue": c[3] || (c[3] = (i) => e.value = i),
9168
9168
  "body-style": { padding: 0 },
9169
9169
  direction: "rtl"
9170
9170
  }, {
@@ -9172,7 +9172,7 @@ const r8 = (f) => {
9172
9172
  M("div", D8, [
9173
9173
  g(D(CA), {
9174
9174
  size: "middle",
9175
- onClick: c[2] || (c[2] = (a) => e.value = !1),
9175
+ onClick: c[2] || (c[2] = (i) => e.value = !1),
9176
9176
  style: { "margin-right": "12px" }
9177
9177
  }, {
9178
9178
  default: Y(() => [
@@ -9207,7 +9207,7 @@ const r8 = (f) => {
9207
9207
  g(D(vt), {
9208
9208
  options: z.value,
9209
9209
  activeKey: u.value,
9210
- "onUpdate:activeKey": c[0] || (c[0] = (a) => u.value = a),
9210
+ "onUpdate:activeKey": c[0] || (c[0] = (i) => u.value = i),
9211
9211
  "tab-width": "110px"
9212
9212
  }, null, 8, ["options", "activeKey"]),
9213
9213
  g(D(E1), {
@@ -9224,7 +9224,7 @@ const r8 = (f) => {
9224
9224
  ref_key: "setHomeRef",
9225
9225
  ref: n,
9226
9226
  isShow: u.value === "home",
9227
- onResetConfirm: c[1] || (c[1] = (a) => e.value = !1)
9227
+ onResetConfirm: c[1] || (c[1] = (i) => e.value = !1)
9228
9228
  }, null, 8, ["isShow"])
9229
9229
  ]),
9230
9230
  _: 1
@@ -9365,7 +9365,7 @@ const r8 = (f) => {
9365
9365
  sessionStorage.getItem("defalt-page") || e.path !== O && await A.replace(O), sessionStorage.setItem("defalt-page", O);
9366
9366
  const R = S.nav.getItems().filter((V) => !V.fixed) ?? [];
9367
9367
  S.nav.setItems([...d.value, ...R]);
9368
- }, a = T(!1), i = async () => {
9368
+ }, i = T(!1), a = async () => {
9369
9369
  var o;
9370
9370
  await f();
9371
9371
  const s = Ae().id, q = await b();
@@ -9391,19 +9391,19 @@ const r8 = (f) => {
9391
9391
  const N = cA().subAppList ?? [];
9392
9392
  N.length && (N.forEach((Z) => {
9393
9393
  Z.menus = [], Z.originalMenus = [];
9394
- }), SA([{ key: "subAppList", value: N }])), a.value = !0;
9394
+ }), SA([{ key: "subAppList", value: N }])), i.value = !0;
9395
9395
  };
9396
- return S.nav.addEventListener("onBeforeMount", i), sA(
9396
+ return S.nav.addEventListener("onBeforeMount", a), sA(
9397
9397
  () => ie.value,
9398
9398
  () => {
9399
9399
  c();
9400
9400
  },
9401
9401
  { deep: !0 }
9402
- ), { loading: u, pageKey: P, innerPage: d, commandList: t, layoutInited: a, initNextTick: () => new Promise((s) => {
9402
+ ), { loading: u, pageKey: P, innerPage: d, commandList: t, layoutInited: i, initNextTick: () => new Promise((s) => {
9403
9403
  const q = async () => {
9404
9404
  var R;
9405
9405
  let m = ((R = e.meta) == null ? void 0 : R.showLayout) ?? !0, { showLayout: O = !0 } = e.query;
9406
- if (O === "false" && (O = !1), !m || !O || a.value) {
9406
+ if (O === "false" && (O = !1), !m || !O || i.value) {
9407
9407
  s();
9408
9408
  return;
9409
9409
  }
@@ -9464,9 +9464,9 @@ const r8 = (f) => {
9464
9464
  () => f.currentRoute.value,
9465
9465
  async (c) => {
9466
9466
  var m, O, R, V, l, j, x, N, o, Z;
9467
- const a = ((m = c.meta) == null ? void 0 : m.showLayout) ?? !0;
9468
- let i = ((O = c.query) == null ? void 0 : O.showLayout) ?? !0;
9469
- if (i === "false" && (i = !1), !a || !i || c.path === r && A7(c.query, n)) return;
9467
+ const i = ((m = c.meta) == null ? void 0 : m.showLayout) ?? !0;
9468
+ let a = ((O = c.query) == null ? void 0 : O.showLayout) ?? !0;
9469
+ if (a === "false" && (a = !1), !i || !a || c.path === r && A7(c.query, n)) return;
9470
9470
  r = Ce(c.path), n = Ce(c.query);
9471
9471
  const H = cA().currentSubAppCode ?? "";
9472
9472
  if (!H) return;
@@ -9478,21 +9478,21 @@ const r8 = (f) => {
9478
9478
  );
9479
9479
  const { deleteApp: P } = Ee(), { entryMenu: u } = ef(), { reloadRoute: d, unloadRoute: t } = Bn(), z = (c) => {
9480
9480
  var s;
9481
- const a = _A(g9(c.applicationCode)).find((q) => q.code === c.code), H = (((s = IA().tabMap) == null ? void 0 : s[c.applicationCode]) ?? []).find((q) => q.code === c.code);
9482
- u({ currentMenu: a, route: { path: H.path, query: H.query ?? {} } });
9481
+ const i = _A(g9(c.applicationCode)).find((q) => q.code === c.code), H = (((s = IA().tabMap) == null ? void 0 : s[c.applicationCode]) ?? []).find((q) => q.code === c.code);
9482
+ u({ currentMenu: i, route: { path: H.path, query: H.query ?? {} } });
9483
9483
  }, p = (c) => {
9484
9484
  if (!c || !c.length) return;
9485
- const a = c.filter((i) => !i.path.startsWith(Ne)).map((i) => i.path);
9486
- a && a.length && t(a), c.forEach((i) => S.iframeView.triggerEventListener("onUnloadPage", i.path));
9485
+ const i = c.filter((a) => !a.path.startsWith(Ne)).map((a) => a.path);
9486
+ i && i.length && t(i), c.forEach((a) => S.iframeView.triggerEventListener("onUnloadPage", a.path));
9487
9487
  }, X = (c) => {
9488
- const a = cA().currentSubAppCode ?? "";
9488
+ const i = cA().currentSubAppCode ?? "";
9489
9489
  NA.innerSet = !0;
9490
- const i = IA(), H = i.tabMap[a], s = H.findIndex((l) => l.code === c.data.code);
9490
+ const a = IA(), H = a.tabMap[i], s = H.findIndex((l) => l.code === c.data.code);
9491
9491
  if (s === -1) return;
9492
9492
  const q = () => {
9493
9493
  var x;
9494
- let j = (((x = cA().appcategorys) == null ? void 0 : x.map((N) => N.apps).flat()) ?? []).find((N) => N.code === a);
9495
- j = { ...j, value: j.code, label: j.name }, P(j), S.nav.removeItem(a);
9494
+ let j = (((x = cA().appcategorys) == null ? void 0 : x.map((N) => N.apps).flat()) ?? []).find((N) => N.code === i);
9495
+ j = { ...j, value: j.code, label: j.name }, P(j), S.nav.removeItem(i);
9496
9496
  };
9497
9497
  ({
9498
9498
  me: async (l) => {
@@ -9500,9 +9500,9 @@ const r8 = (f) => {
9500
9500
  q();
9501
9501
  return;
9502
9502
  }
9503
- const j = i.currentCode;
9503
+ const j = a.currentCode;
9504
9504
  let x = null;
9505
- j === l.value && (s + 1 === H.length ? H[s - 1] && (x = H[s - 1]) : H[s + 1] && (x = H[s + 1])), H.splice(s, 1), p([l]), hA([{ key: `tabMap:${a}`, value: H }]), x ? z(x) : hA([{ key: `preTab:${a}`, value: {} }]);
9505
+ j === l.value && (s + 1 === H.length ? H[s - 1] && (x = H[s - 1]) : H[s + 1] && (x = H[s + 1])), H.splice(s, 1), p([l]), hA([{ key: `tabMap:${i}`, value: H }]), x ? z(x) : hA([{ key: `preTab:${i}`, value: {} }]);
9506
9506
  },
9507
9507
  all: q,
9508
9508
  other: async (l) => {
@@ -9512,34 +9512,34 @@ const r8 = (f) => {
9512
9512
  query: j.query
9513
9513
  }), S.menu.setActiveItem(j.menuId), S.tab.setActiveItem(j.code);
9514
9514
  const x = H.filter((N) => N.code !== l.value);
9515
- x.forEach((N) => S.tab.removeItem(N.code)), p(x), hA([{ key: `tabMap:${a}`, value: [j] }]), z(j);
9515
+ x.forEach((N) => S.tab.removeItem(N.code)), p(x), hA([{ key: `tabMap:${i}`, value: [j] }]), z(j);
9516
9516
  },
9517
9517
  right: async (l) => {
9518
- const j = i.currentCode;
9518
+ const j = a.currentCode;
9519
9519
  if (j !== l.value && H.findIndex((o) => o.code === j) > s) {
9520
9520
  const o = H[s];
9521
9521
  z(o);
9522
9522
  }
9523
9523
  const x = H.slice(s + 1);
9524
- x.forEach((N) => S.tab.removeItem(N.code)), p(x), H.splice(s + 1), hA([{ key: `tabMap:${a}`, value: H }]);
9524
+ x.forEach((N) => S.tab.removeItem(N.code)), p(x), H.splice(s + 1), hA([{ key: `tabMap:${i}`, value: H }]);
9525
9525
  }
9526
9526
  })[c.type](c.data);
9527
9527
  };
9528
9528
  S.tab.addEventListener("onItemClick", async (c) => {
9529
9529
  IA().currentCode !== c.currentCode && (NA.innerSet = !0, z(c));
9530
9530
  }), S.tab.addEventListener("onItemRemove", (c) => {
9531
- const a = IA(), i = cA().currentSubAppCode ?? "";
9532
- a.tabMap[i].findIndex((q) => q.code === c.code) !== -1 && (E9(c.applicationCode, [c.code]), X({ type: "me", data: c }));
9531
+ const i = IA(), a = cA().currentSubAppCode ?? "";
9532
+ i.tabMap[a].findIndex((q) => q.code === c.code) !== -1 && (E9(c.applicationCode, [c.code]), X({ type: "me", data: c }));
9533
9533
  }), S.tab.addEventListener("onMenuClick", (c) => {
9534
- let a = [];
9535
- const i = IA().tabMap[c.applicationCode] ?? [];
9534
+ let i = [];
9535
+ const a = IA().tabMap[c.applicationCode] ?? [];
9536
9536
  if (c.type.key === "right") {
9537
- const H = i.findIndex((s) => s.code === c.data.value);
9538
- a = i.slice(H + 1);
9537
+ const H = a.findIndex((s) => s.code === c.data.value);
9538
+ i = a.slice(H + 1);
9539
9539
  }
9540
- c.type.key === "other" && (a = i.filter((H) => H.code !== c.data.value)), c.type.key === "all" && (a = [...i]), E9(
9540
+ c.type.key === "other" && (i = a.filter((H) => H.code !== c.data.value)), c.type.key === "all" && (i = [...a]), E9(
9541
9541
  c.applicationCode,
9542
- a.map((H) => H.code)
9542
+ i.map((H) => H.code)
9543
9543
  ), X({ type: c.type.key, data: c.data });
9544
9544
  }), S.tab.addEventListener("onPageRefresh", async (c) => {
9545
9545
  if (!c) return;
@@ -9548,14 +9548,14 @@ const r8 = (f) => {
9548
9548
  return;
9549
9549
  }
9550
9550
  E9(c.applicationCode, [c.code]);
9551
- const a = _A(g9(c.applicationCode)).find((s) => s.code === c.code);
9552
- if (!a) return;
9553
- if (a.routeUrl !== c.path) {
9554
- d([c.path]), t([`/${c.applicationPath}${a.routeUrl}`]), await u({ currentMenu: a });
9551
+ const i = _A(g9(c.applicationCode)).find((s) => s.code === c.code);
9552
+ if (!i) return;
9553
+ if (i.routeUrl !== c.path) {
9554
+ d([c.path]), t([`/${c.applicationPath}${i.routeUrl}`]), await u({ currentMenu: i });
9555
9555
  return;
9556
9556
  }
9557
- const i = { app: a.applicationCode, menu: a.code }, H = { ...c.query };
9558
- A7(i, H) || await u({ currentMenu: a }), d([c.path]);
9557
+ const a = { app: i.applicationCode, menu: i.code }, H = { ...c.query };
9558
+ A7(a, H) || await u({ currentMenu: i }), d([c.path]);
9559
9559
  });
9560
9560
  const { enter: b } = e9();
9561
9561
  return S.tab.addEventListener("onToggleFullScreen", b), { fontColor: A, backgroudColor: e, borderColor: v };
@@ -9588,26 +9588,26 @@ const r8 = (f) => {
9588
9588
  S.menu.setItems([]), S.menu.setActiveItem(""), S.tab.setItems([]), S.tab.setActiveItem("");
9589
9589
  }, d = async (X) => {
9590
9590
  if (X.routeUrl && !P.includes(X.routeUrl)) return !0;
9591
- const b = X.code ?? "", a = (cA().subAppList ?? []).find((m) => m.code === b);
9592
- let i = [], H = [], s = !1;
9593
- if (a && (i = a.menus ?? []), !i.length) {
9591
+ const b = X.code ?? "", i = (cA().subAppList ?? []).find((m) => m.code === b);
9592
+ let a = [], H = [], s = !1;
9593
+ if (i && (a = i.menus ?? []), !a.length) {
9594
9594
  const { menus: m, originalMenus: O, err: R } = await j7(b);
9595
9595
  if (R) return !1;
9596
- i = m ?? [], H = O ?? [];
9596
+ a = m ?? [], H = O ?? [];
9597
9597
  }
9598
- if (i.length ? k9(i) || (await q9({
9598
+ if (a.length ? k9(a) || (await q9({
9599
9599
  title: B("提示"),
9600
9600
  content: B("此应用菜单已过期/已收回/配置有误") + "<br/>" + B("无法使用")
9601
9601
  }), s = !0) : (await q9({ title: B("提示"), content: B("此应用未配置菜单/无菜单权限") + "<br/>" + B("无法使用") }), s = !0), s) return !1;
9602
- const q = { ...X, menus: i, originalMenus: H };
9602
+ const q = { ...X, menus: a, originalMenus: H };
9603
9603
  return SA([{ key: "subAppList", value: q }]), !0;
9604
9604
  }, t = async (X) => {
9605
9605
  var o, Z, Q, h, $;
9606
- const { microApp: b = null, menuCode: c = "", menuPath: a = "", route: i = {} } = X;
9607
- let H = i;
9608
- if (!b && a) {
9609
- if (u(), !(P && P.find((U) => a.startsWith("/" + U) || a.startsWith(U)))) return;
9610
- await f.push({ path: a, query: H.query });
9606
+ const { microApp: b = null, menuCode: c = "", menuPath: i = "", route: a = {} } = X;
9607
+ let H = a;
9608
+ if (!b && i) {
9609
+ if (u(), !(P && P.find((U) => i.startsWith("/" + U) || i.startsWith(U)))) return;
9610
+ await f.push({ path: i, query: H.query });
9611
9611
  return;
9612
9612
  }
9613
9613
  const s = ((o = H.meta) == null ? void 0 : o.showLayout) ?? !0;
@@ -9659,7 +9659,7 @@ const r8 = (f) => {
9659
9659
  currentMenu: l = null,
9660
9660
  microPath: j = "",
9661
9661
  query: x = {}
9662
- } = await w6({ microApp: b, menuCode: c, menuPath: a, route: H });
9662
+ } = await w6({ microApp: b, menuCode: c, menuPath: i, route: H });
9663
9663
  if (l && (H = {
9664
9664
  path: j || `/${l.applicationPath}${l.routeUrl}`.replace(/\/\//g, "/"),
9665
9665
  query: { ...x, app: l.applicationCode, menu: l.code },
@@ -9672,9 +9672,9 @@ const r8 = (f) => {
9672
9672
  return;
9673
9673
  }
9674
9674
  const N = V || b;
9675
- if (!l && a) {
9675
+ if (!l && i) {
9676
9676
  await f.push({
9677
- path: a,
9677
+ path: i,
9678
9678
  query: {
9679
9679
  ...H.query,
9680
9680
  app: N.code
@@ -9712,8 +9712,8 @@ const r8 = (f) => {
9712
9712
  return;
9713
9713
  }
9714
9714
  if (!X.fixed) {
9715
- const c = (b = cA().subAppList) == null ? void 0 : b.find((s) => s.code === X.code), a = IA().preTab[X.code], i = (a == null ? void 0 : a.code) ?? "", H = { ...(a == null ? void 0 : a.query) ?? {} };
9716
- await t({ microApp: c, menuCode: i, route: { query: H } });
9715
+ const c = (b = cA().subAppList) == null ? void 0 : b.find((s) => s.code === X.code), i = IA().preTab[X.code], a = (i == null ? void 0 : i.code) ?? "", H = { ...(i == null ? void 0 : i.query) ?? {} };
9716
+ await t({ microApp: c, menuCode: a, route: { query: H } });
9717
9717
  }
9718
9718
  };
9719
9719
  return {
@@ -9726,18 +9726,18 @@ const r8 = (f) => {
9726
9726
  if (!((H = b.subAppList) != null && H.length)) return;
9727
9727
  const c = b.subAppList.findIndex((s) => s.code === X.code);
9728
9728
  if (c === -1) return;
9729
- const a = IA().tabMap[X.code] ?? [];
9730
- if (a.length) {
9731
- const s = a.filter((q) => !q.path.startsWith(Ne)).map((q) => q.path);
9732
- s && s.length && e(s), a.forEach((q) => S.iframeView.triggerEventListener("onUnloadPage", q.path));
9729
+ const i = IA().tabMap[X.code] ?? [];
9730
+ if (i.length) {
9731
+ const s = i.filter((q) => !q.path.startsWith(Ne)).map((q) => q.path);
9732
+ s && s.length && e(s), i.forEach((q) => S.iframeView.triggerEventListener("onUnloadPage", q.path));
9733
9733
  }
9734
- let i = null;
9735
- if (b.currentSubAppCode === X.code && (c + 1 !== b.subAppList.length ? b.subAppList[c + 1] && (i = b.subAppList[c + 1]) : b.subAppList[c - 1] && (i = b.subAppList[c - 1])), b.subAppList.splice(c, 1), SA([{ key: "subAppList", value: b.subAppList }]), hA([
9734
+ let a = null;
9735
+ if (b.currentSubAppCode === X.code && (c + 1 !== b.subAppList.length ? b.subAppList[c + 1] && (a = b.subAppList[c + 1]) : b.subAppList[c - 1] && (a = b.subAppList[c - 1])), b.subAppList.splice(c, 1), SA([{ key: "subAppList", value: b.subAppList }]), hA([
9736
9736
  { key: `preTab:${X.code}`, value: {} },
9737
9737
  { key: `tabMap:${X.code}`, value: [] }
9738
- ]), i) {
9739
- const s = { ...i, value: i.code, label: i.name };
9740
- await z(s), S.nav.setActiveItem(i.code);
9738
+ ]), a) {
9739
+ const s = { ...a, value: a.code, label: a.name };
9740
+ await z(s), S.nav.setActiveItem(a.code);
9741
9741
  }
9742
9742
  if (!b.subAppList.length) {
9743
9743
  if (S.menu.setItems([]), S.tab.setItems([]), location.pathname !== wA && location.pathname !== Pe) {
@@ -9752,7 +9752,7 @@ const r8 = (f) => {
9752
9752
  const f = Te();
9753
9753
  let { mainAppName: A = "", microAppName: e = "", microApps: v = [] } = le();
9754
9754
  return !A && e && (v = [{ name: e }]), v.map((n) => n.name), { entryMenu: async (n) => {
9755
- var a;
9755
+ var i;
9756
9756
  const { currentMenu: P, route: u = {}, microPath: d = "" } = n;
9757
9757
  if (!P) return;
9758
9758
  let t = { ...u.query, app: P.applicationCode, menu: P.code };
@@ -9761,13 +9761,13 @@ const r8 = (f) => {
9761
9761
  if (z === 1)
9762
9762
  if (p === 1)
9763
9763
  if (P.routeUrl.startsWith(Ne)) {
9764
- const i = gr(P.routeUrl, "iframeSrc");
9764
+ const a = gr(P.routeUrl, "iframeSrc");
9765
9765
  if (X = `${Ne}-${P.code}`, !f.options.routes.find((H) => H.path === X)) {
9766
9766
  const H = {
9767
9767
  path: X,
9768
9768
  name: X,
9769
9769
  component: RA(a7, {
9770
- src: i
9770
+ src: a
9771
9771
  }),
9772
9772
  meta: { isIframe: !0, keepAlive: !0 }
9773
9773
  };
@@ -9776,7 +9776,7 @@ const r8 = (f) => {
9776
9776
  await f.push({ path: X, query: t });
9777
9777
  } else P.applicationPath && (X = d || P.routeUrl, X = `/${P.applicationPath}${X}`.replace(/\/\//g, "/"), await f.push({ path: X, query: t }));
9778
9778
  else {
9779
- const i = await Xn(P.routeUrl, (P == null ? void 0 : P.param) ?? []), H = P7(e7(f7(i)));
9779
+ const a = await Xn(P.routeUrl, (P == null ? void 0 : P.param) ?? []), H = P7(e7(f7(a)));
9780
9780
  if (X = `${Ne}-${P.code}`, !f.options.routes.find((s) => s.path === X)) {
9781
9781
  const s = {
9782
9782
  path: X,
@@ -9791,8 +9791,8 @@ const r8 = (f) => {
9791
9791
  await f.push({ path: X, query: t });
9792
9792
  }
9793
9793
  if (z === 2) {
9794
- let i = p === 1 ? `/${P.applicationPath}${P.routeUrl}`.replace(/\/\//g, "/") : P.routeUrl;
9795
- i = P7(e7(f7(i))), NA.innerSet ? (X = Cv, await f.push({ path: X, query: t }), i && window.open(i, "_blank")) : p === 1 && (X = i, t = { ...t, showLayout: !1 }, await f.push({
9794
+ let a = p === 1 ? `/${P.applicationPath}${P.routeUrl}`.replace(/\/\//g, "/") : P.routeUrl;
9795
+ a = P7(e7(f7(a))), NA.innerSet ? (X = Cv, await f.push({ path: X, query: t }), a && window.open(a, "_blank")) : p === 1 && (X = a, t = { ...t, showLayout: !1 }, await f.push({
9796
9796
  path: X,
9797
9797
  query: t
9798
9798
  }));
@@ -9803,10 +9803,10 @@ const r8 = (f) => {
9803
9803
  menuCode: P.code,
9804
9804
  displayMenuName: P.name
9805
9805
  });
9806
- const b = ((a = u.meta) == null ? void 0 : a.showLayout) ?? !0;
9806
+ const b = ((i = u.meta) == null ? void 0 : i.showLayout) ?? !0;
9807
9807
  let c = (t == null ? void 0 : t.showLayout) ?? !0;
9808
9808
  if (c === "false" && (c = !1), b && c) {
9809
- const i = {
9809
+ const a = {
9810
9810
  currentApplication: cA().currentSubApp.routeUrl,
9811
9811
  applicationPath: P.applicationPath,
9812
9812
  applicationCode: P.applicationCode,
@@ -9817,9 +9817,9 @@ const r8 = (f) => {
9817
9817
  query: t
9818
9818
  };
9819
9819
  S.tab.appendItem({
9820
- ...i,
9821
- value: i.code,
9822
- label: i.name
9820
+ ...a,
9821
+ value: a.code,
9822
+ label: a.name
9823
9823
  }), S.tab.setActiveItem(P.code), S.menu.setActiveItem(P.id), An(P.code), hA([
9824
9824
  {
9825
9825
  key: "currentCode",
@@ -9827,15 +9827,15 @@ const r8 = (f) => {
9827
9827
  },
9828
9828
  {
9829
9829
  key: "currentTab",
9830
- value: i
9830
+ value: a
9831
9831
  },
9832
9832
  {
9833
9833
  key: `preTab:${P.applicationCode}`,
9834
- value: i
9834
+ value: a
9835
9835
  },
9836
9836
  {
9837
9837
  key: `tabMap:${P.applicationCode}`,
9838
- value: i
9838
+ value: a
9839
9839
  }
9840
9840
  ]);
9841
9841
  }
@@ -9861,9 +9861,9 @@ const r8 = (f) => {
9861
9861
  }
9862
9862
  }
9863
9863
  return l.map((o) => o.apps).flat() ?? [];
9864
- }, a = u.filter((l) => l.public);
9865
- if (a.length) {
9866
- const l = a.find(
9864
+ }, i = u.filter((l) => l.public);
9865
+ if (i.length) {
9866
+ const l = i.find(
9867
9867
  (j) => X.path.startsWith("/" + j.name) || X.path.startsWith(j.name)
9868
9868
  );
9869
9869
  if (l) {
@@ -9876,7 +9876,7 @@ const r8 = (f) => {
9876
9876
  return;
9877
9877
  }
9878
9878
  }
9879
- const i = await c(), H = i.map((l) => l.code), s = ((m = X.query) == null ? void 0 : m.app) ?? "", q = ((O = cA()) == null ? void 0 : O.subAppList) ?? [];
9879
+ const a = await c(), H = a.map((l) => l.code), s = ((m = X.query) == null ? void 0 : m.app) ?? "", q = ((O = cA()) == null ? void 0 : O.subAppList) ?? [];
9880
9880
  if (q.length) {
9881
9881
  const l = q.filter((x) => x.code !== s && !H.includes(x.code)), j = q.filter(
9882
9882
  (x) => s === x.code || H.includes(x.code)
@@ -9889,7 +9889,7 @@ const r8 = (f) => {
9889
9889
  });
9890
9890
  }
9891
9891
  if (X.query.app) {
9892
- let l = i.find((j) => j.code === X.query.app);
9892
+ let l = a.find((j) => j.code === X.query.app);
9893
9893
  if (!l && b) {
9894
9894
  const { currentApp: j } = c7(X.query.app);
9895
9895
  if (j) {
@@ -9905,8 +9905,8 @@ const r8 = (f) => {
9905
9905
  (j) => X.path.startsWith("/" + j.name) || X.path.startsWith(j.name)
9906
9906
  );
9907
9907
  if (l) {
9908
- let j = i.find((x) => x.routeUrl === l.name);
9909
- j || (j = i.find(
9908
+ let j = a.find((x) => x.routeUrl === l.name);
9909
+ j || (j = a.find(
9910
9910
  (x) => (x == null ? void 0 : x.routePath) && x.routePath.length && x.routePath.includes(l.name)
9911
9911
  )), v({
9912
9912
  microApp: j,
@@ -9937,7 +9937,7 @@ const r8 = (f) => {
9937
9937
  () => r.currentRoute.value,
9938
9938
  async (p) => {
9939
9939
  if (!(p.path === t && A7(p.query, z))) {
9940
- if (t = Ce(p.path), z = Ce(p.query), z && z.source && localStorage.setItem("thirdLogouSource", z.source), await e(), NA.innerSet) {
9940
+ if (t = Ce(p.path), z = Ce(p.query), await e(), NA.innerSet) {
9941
9941
  NA.innerSet = !1;
9942
9942
  return;
9943
9943
  }
@@ -9954,48 +9954,40 @@ const r8 = (f) => {
9954
9954
  NA.routeKeepAliveVisible = !0, NA.excludeRoutes = [];
9955
9955
  }, 100);
9956
9956
  } }), k8 = () => {
9957
- const f = jr(), A = R8(), e = le(), v = () => {
9958
- let d = !1;
9959
- return localStorage.getItem("thirdLogouSource") === "zhongshen" && (d = !0), d;
9960
- }, r = (d) => {
9961
- if (localStorage.getItem("thirdLogouSource") === "zhongshen") {
9962
- const z = `https://iam-uat.shenyejituan.com:6443/idp/profile/OAUTH2/Redirect/GLO?redirctToUrl=${encodeURIComponent(d)}&entityId=AIoT&redirectToLogin=true`;
9963
- localStorage.removeItem("thirdLogouSource"), location.href = z;
9964
- }
9965
- }, n = async () => {
9966
- const d = {
9957
+ const f = jr(), A = R8(), e = le(), v = async () => {
9958
+ const P = {
9967
9959
  logout: "/api/justauth/oauth-server/v1/visitor/logout"
9968
- }, t = location.origin + Pe, z = {
9960
+ }, u = location.origin + Pe, d = {
9969
9961
  response_type: "code",
9970
9962
  scope: "sever",
9971
9963
  client_id: "sys",
9972
9964
  state: +/* @__PURE__ */ new Date(),
9973
- redirect_uri: t,
9965
+ redirect_uri: u,
9974
9966
  logout_token: me(),
9975
9967
  // 写用户访问日志逻辑配合
9976
9968
  logout: "true"
9977
9969
  };
9978
- e.ssoLocale && (z.locale = "locale");
9979
- const p = Object.keys(z).map((b) => `${b}=${z[b]}`).join("&"), X = `${e.baseURL}${d.logout}?${p}`;
9980
- window.__isAutoCloseApp = !1, v() ? r(X) : location.replace(X), sessionStorage.clear(), localStorage.removeItem("idelTime"), Jr();
9981
- }, { entryApp: P } = Ee(), u = async () => {
9982
- const d = "personCenter", z = (cA().appcategorys || []).map((a) => a.apps).flat(), { originalMenus: p = [] } = await j7(d), b = _A(p).filter((a) => a.isMenu && a.routeUrl).find((a) => a.routeUrl === "/userInfo");
9983
- if (b != null && b.disable || b != null && b.expired) {
9984
- const { title: a, content: i, desc: H } = await L7(b);
9985
- await q9({ title: a, content: i, desc: H });
9970
+ e.ssoLocale && (d.locale = "locale");
9971
+ const t = Object.keys(d).map((p) => `${p}=${d[p]}`).join("&"), z = `${e.baseURL}${P.logout}?${t}`;
9972
+ window.__isAutoCloseApp = !1, location.replace(z), sessionStorage.clear(), localStorage.removeItem("idelTime"), Jr();
9973
+ }, { entryApp: r } = Ee(), n = async () => {
9974
+ const P = "personCenter", d = (cA().appcategorys || []).map((b) => b.apps).flat(), { originalMenus: t = [] } = await j7(P), p = _A(t).filter((b) => b.isMenu && b.routeUrl).find((b) => b.routeUrl === "/userInfo");
9975
+ if (p != null && p.disable || p != null && p.expired) {
9976
+ const { title: b, content: c, desc: i } = await L7(p);
9977
+ await q9({ title: b, content: c, desc: i });
9986
9978
  return;
9987
9979
  }
9988
- const c = z.find((a) => a.code === d);
9989
- c && P({ microApp: c, menuPath: `/${c.routeUrl}/userInfo` });
9980
+ const X = d.find((b) => b.code === P);
9981
+ X && r({ microApp: X, menuPath: `/${X.routeUrl}/userInfo` });
9990
9982
  };
9991
- return S.nav.addEventListener("onUserCommandChange", (d) => {
9992
- var z, p;
9983
+ return S.nav.addEventListener("onUserCommandChange", (P) => {
9984
+ var d, t;
9993
9985
  ({
9994
- 0: (z = A.value) == null ? void 0 : z.openDialog,
9995
- 1: u,
9996
- 2: (p = f.value) == null ? void 0 : p.openDialog,
9997
- 3: n
9998
- })[d]();
9986
+ 0: (d = A.value) == null ? void 0 : d.openDialog,
9987
+ 1: n,
9988
+ 2: (t = f.value) == null ? void 0 : t.openDialog,
9989
+ 3: v
9990
+ })[P]();
9999
9991
  }), {
10000
9992
  $changePwd: f,
10001
9993
  $personSetDialog: A
@@ -10018,7 +10010,7 @@ const r8 = (f) => {
10018
10010
  const [d, t] = await Q8().run({ tenant: u });
10019
10011
  if (d) return;
10020
10012
  A.value = !1;
10021
- const { access_token: z = "", refresh_token: p = "", expires_in: X = 0, sub: b = "", name: c = "", flag: a = "", tenant: i = "" } = t, H = {
10013
+ const { access_token: z = "", refresh_token: p = "", expires_in: X = 0, sub: b = "", name: c = "", flag: i = "", tenant: a = "" } = t, H = {
10022
10014
  accessToken: z,
10023
10015
  accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(X) * 1e3,
10024
10016
  refreshToken: p,
@@ -10028,8 +10020,8 @@ const r8 = (f) => {
10028
10020
  const s = {
10029
10021
  id: b,
10030
10022
  name: c,
10031
- flag: a,
10032
- tenantId: i
10023
+ flag: i,
10024
+ tenantId: a
10033
10025
  };
10034
10026
  sessionStorage.setItem("hotentUserInfo", JSON.stringify(s)), Fr(z);
10035
10027
  let q = "";
@@ -10450,7 +10442,7 @@ const uX = nX.post("data/device-auth"), dX = /* @__PURE__ */ iA({
10450
10442
  r.value = !r.value, n.value && (n.value.muted = r.value);
10451
10443
  }, b = () => {
10452
10444
  P.value = !P.value;
10453
- }, c = T(""), a = () => {
10445
+ }, c = T(""), i = () => {
10454
10446
  const q = document.createElement("canvas");
10455
10447
  if (d.value) {
10456
10448
  q.width = d.value.clientWidth, q.height = d.value.clientHeight;
@@ -10462,7 +10454,7 @@ const uX = nX.post("data/device-auth"), dX = /* @__PURE__ */ iA({
10462
10454
  V.download = R, V.style.display = "none", V.href = O, document.body.appendChild(V), document.body.appendChild(q), V.click(), URL.revokeObjectURL(V.href), document.body.removeChild(V), document.body.removeChild(q);
10463
10455
  }
10464
10456
  }
10465
- }, i = (q) => {
10457
+ }, a = (q) => {
10466
10458
  v("directionControl", q);
10467
10459
  }, H = (q) => {
10468
10460
  v("zoomControl", q);
@@ -10583,7 +10575,7 @@ const uX = nX.post("data/device-auth"), dX = /* @__PURE__ */ iA({
10583
10575
  g(D(ke), {
10584
10576
  class: "icon icon-screenshot",
10585
10577
  icon: "screenshot",
10586
- onClick: oA(a, ["stop"])
10578
+ onClick: oA(i, ["stop"])
10587
10579
  })
10588
10580
  ]),
10589
10581
  _: 1
@@ -10642,7 +10634,7 @@ const uX = nX.post("data/device-auth"), dX = /* @__PURE__ */ iA({
10642
10634
  ]),
10643
10635
  P.value ? (G(), tA(iX, {
10644
10636
  key: 1,
10645
- onChange: i
10637
+ onChange: a
10646
10638
  })) : AA("v-if", !0)
10647
10639
  ]),
10648
10640
  _: 1
@@ -10842,7 +10834,7 @@ const oX = /* @__PURE__ */ iA({
10842
10834
  projectId: n,
10843
10835
  deviceIds: t == null ? void 0 : t.deviceId
10844
10836
  }, b = (await v(p)).map((c) => {
10845
- let a = c.lookupOrOperation == 1;
10837
+ let i = c.lookupOrOperation == 1;
10846
10838
  return {
10847
10839
  id: c.id,
10848
10840
  productId: c.productId,
@@ -10850,7 +10842,7 @@ const oX = /* @__PURE__ */ iA({
10850
10842
  deviceName: c.deviceName,
10851
10843
  authType: c.controlAuthorization == 1 ? 2 : 1,
10852
10844
  // 1 查看权限 2 查看+操作权限
10853
- show: !!a
10845
+ show: !!i
10854
10846
  };
10855
10847
  });
10856
10848
  A.value = b.filter((c) => !!c.show), (z = A.value) != null && z.length && ZX({ gridNum: f.value, deviceList: A.value });
@@ -12653,20 +12645,20 @@ const m2 = MA(`/api/tool/event-bus/${vf}/`), Cf = m2.post("/publish"), l2 = J9.g
12653
12645
  let v = null;
12654
12646
  return de(async () => {
12655
12647
  await K9();
12656
- const r = (a) => {
12648
+ const r = (i) => {
12657
12649
  try {
12658
- return JSON.parse(a);
12650
+ return JSON.parse(i);
12659
12651
  } catch {
12660
12652
  return !1;
12661
12653
  }
12662
- }, n = async (a) => {
12654
+ }, n = async (i) => {
12663
12655
  var s, q, m, O, R;
12664
- const i = cA(), H = ((s = i.appcategorys) == null ? void 0 : s.map((V) => V.apps).flat()) || [];
12665
- if (Array.isArray(a)) {
12666
- const V = a.filter((l) => l.code).map((l) => l.code);
12667
- if (a.length) {
12668
- if (i.currentSubAppCode) {
12669
- const j = i.currentSubApp.menus ?? [], x = _A(j).find((N) => V.includes(N.code));
12656
+ const a = cA(), H = ((s = a.appcategorys) == null ? void 0 : s.map((V) => V.apps).flat()) || [];
12657
+ if (Array.isArray(i)) {
12658
+ const V = i.filter((l) => l.code).map((l) => l.code);
12659
+ if (i.length) {
12660
+ if (a.currentSubAppCode) {
12661
+ const j = a.currentSubApp.menus ?? [], x = _A(j).find((N) => V.includes(N.code));
12670
12662
  if (x) {
12671
12663
  e({ currentMenu: x });
12672
12664
  return;
@@ -12676,8 +12668,8 @@ const m2 = MA(`/api/tool/event-bus/${vf}/`), Cf = m2.post("/publish"), l2 = J9.g
12676
12668
  l && A({ microApp: l });
12677
12669
  }
12678
12670
  }
12679
- if (typeof a == "string") {
12680
- let V = a;
12671
+ if (typeof i == "string") {
12672
+ let V = i;
12681
12673
  const l = "_showEchartTooltip", j = V.endsWith(l);
12682
12674
  j && (V = V.slice(0, V.indexOf(l)));
12683
12675
  const x = "_zdkbInfo", N = V.endsWith(x);
@@ -12728,30 +12720,30 @@ const m2 = MA(`/api/tool/event-bus/${vf}/`), Cf = m2.post("/publish"), l2 = J9.g
12728
12720
  }
12729
12721
  };
12730
12722
  let P = T(!0);
12731
- const u = (a) => {
12723
+ const u = (i) => {
12732
12724
  setTimeout(async () => {
12733
- var i, H;
12725
+ var a, H;
12734
12726
  if (P.value) {
12735
- const [s, q] = await p2().run({}, { params: { aliasName: a.actionValue } });
12727
+ const [s, q] = await p2().run({}, { params: { aliasName: i.actionValue } });
12736
12728
  s ? await Cf().run({
12737
- uniqueId: a.uniqueId,
12729
+ uniqueId: i.uniqueId,
12738
12730
  status: 0,
12739
- errorMsg: "未找到" + a.actionValue
12740
- }) : q.length ? (q.length > 1 ? n(q) : n((i = q[0]) == null ? void 0 : i.code), await Cf().run({
12741
- uniqueId: a.uniqueId,
12731
+ errorMsg: "未找到" + i.actionValue
12732
+ }) : q.length ? (q.length > 1 ? n(q) : n((a = q[0]) == null ? void 0 : a.code), await Cf().run({
12733
+ uniqueId: i.uniqueId,
12742
12734
  status: 1,
12743
12735
  targetName: (H = q[0]) == null ? void 0 : H.name
12744
12736
  })) : await Cf().run({
12745
- uniqueId: a.uniqueId,
12737
+ uniqueId: i.uniqueId,
12746
12738
  status: 0,
12747
- errorMsg: "未找到" + a.actionValue
12739
+ errorMsg: "未找到" + i.actionValue
12748
12740
  });
12749
12741
  }
12750
12742
  P.value = !0;
12751
12743
  }, 2e3);
12752
- }, d = (a) => {
12753
- const i = me(), H = JSON.parse(atob(i.split(".")[1])).sub;
12754
- i2().on(`${a}:${H}`, async function(q) {
12744
+ }, d = (i) => {
12745
+ const a = me(), H = JSON.parse(atob(a.split(".")[1])).sub;
12746
+ i2().on(`${i}:${H}`, async function(q) {
12755
12747
  let m = r(q);
12756
12748
  if (m)
12757
12749
  m.uniqueId && m.actionKey == "switch-menu" && u(m);
@@ -12763,14 +12755,14 @@ const m2 = MA(`/api/tool/event-bus/${vf}/`), Cf = m2.post("/publish"), l2 = J9.g
12763
12755
  }, t = T(""), [z, p] = await jv().run();
12764
12756
  t.value = p, d(t.value);
12765
12757
  const X = async () => {
12766
- const [a, i] = await jv().run();
12767
- i !== t.value && (t.value = i, d(t.value));
12758
+ const [i, a] = await jv().run();
12759
+ a !== t.value && (t.value = a, d(t.value));
12768
12760
  };
12769
12761
  v = setInterval(() => {
12770
12762
  X();
12771
12763
  }, 72e5);
12772
- const b = T("online"), c = (a) => {
12773
- a === "online" && b.value === "offline" && setTimeout(() => {
12764
+ const b = T("online"), c = (i) => {
12765
+ i === "online" && b.value === "offline" && setTimeout(() => {
12774
12766
  X();
12775
12767
  }, 5e3), b.value = (window.navigator.onLine ? "on" : "off") + "line";
12776
12768
  };
@@ -12840,7 +12832,7 @@ const m2 = MA(`/api/tool/event-bus/${vf}/`), Cf = m2.post("/publish"), l2 = J9.g
12840
12832
  { id: 2, name: fA("时").value },
12841
12833
  { id: 1, name: fA("分").value },
12842
12834
  { id: 3, name: fA("不限").value }
12843
- ]), a = T([]), i = T(""), H = T(fA("告警对象位置").value), s = T(""), q = T([]), m = T("");
12835
+ ]), i = T([]), a = T(""), H = T(fA("告警对象位置").value), s = T(""), q = T([]), m = T("");
12844
12836
  T("[]");
12845
12837
  const O = T(!0), R = T(!0), V = async (F) => {
12846
12838
  const I = { name: "1" };
@@ -12876,15 +12868,15 @@ const m2 = MA(`/api/tool/event-bus/${vf}/`), Cf = m2.post("/publish"), l2 = J9.g
12876
12868
  }, Q = (F) => {
12877
12869
  z.value.reportTheme = "";
12878
12870
  }, h = (F, I) => {
12879
- I.length > 0 && (i.value = I[0].path), t.value.reportPosition = F, m.value = "";
12871
+ I.length > 0 && (a.value = I[0].path), t.value.reportPosition = F, m.value = "";
12880
12872
  }, $ = (F) => {
12881
- F && (z.value.reportPosition = "", i.value = ""), F ? (t.value.reportPosition = null, i.value = "", H.value = fA("告警对象位置").value) : (t.value.reportPosition = null, i.value = "", H.value = fA("请选择").value);
12873
+ F && (z.value.reportPosition = "", a.value = ""), F ? (t.value.reportPosition = null, a.value = "", H.value = fA("告警对象位置").value) : (t.value.reportPosition = null, a.value = "", H.value = fA("请选择").value);
12882
12874
  }, J = (F) => {
12883
12875
  F && (z.value.reportTheme = ""), F ? (t.value.reportTheme = "", s.value = fA("告警对象").value) : (t.value.reportTheme = "", s.value = fA("请输入").value);
12884
12876
  }, U = () => {
12885
12877
  z.value.processTypeId = "", z.value.reason = "", z.value.treatmentPlan = "", z.value.reportPosition = "", z.value.reportTheme = "", z.value.workOrderRules = "", z.value.eventTypeId = "", z.value.eventLevelId = "", z.value.timeLimit = "";
12886
12878
  }, K = () => {
12887
- t.value.processTypeId = "confirm", t.value.reason = "", t.value.treatmentPlan = "", t.value.remarks = "", t.value.reportPosition = "", t.value.reportTheme = "", t.value.workOrderRules = null, R.value = !0, x.value = !0, j.value = !0, t.value.reportTheme = fA("告警对象").value, i.value = "", H.value = fA("告警对象位置").value, s.value = fA("请输入").value, t.value.eventTypeId = "", t.value.eventLevelId = null, t.value.timeLimit = "", t.value.interval = 1, X.value = [], b.value = [];
12879
+ t.value.processTypeId = "confirm", t.value.reason = "", t.value.treatmentPlan = "", t.value.remarks = "", t.value.reportPosition = "", t.value.reportTheme = "", t.value.workOrderRules = null, R.value = !0, x.value = !0, j.value = !0, t.value.reportTheme = fA("告警对象").value, a.value = "", H.value = fA("告警对象位置").value, s.value = fA("请输入").value, t.value.eventTypeId = "", t.value.eventLevelId = null, t.value.timeLimit = "", t.value.interval = 1, X.value = [], b.value = [];
12888
12880
  }, _ = (F) => {
12889
12881
  F == "eventTypeId" && (t.value.eventLevelId = null, w()), F == "eventLevelId" && E(), F == "interval" && (z.value.timeLimit = "", t.value.interval == 3 ? (p.value = !0, t.value.timeLimit = "") : p.value = !1);
12890
12882
  }, L = async () => {
@@ -12922,9 +12914,9 @@ const m2 = MA(`/api/tool/event-bus/${vf}/`), Cf = m2.post("/publish"), l2 = J9.g
12922
12914
  n.value = !1;
12923
12915
  return;
12924
12916
  }
12925
- n.value = !1, a.value = k;
12926
- for (let BA = 0; BA < a.value.length; BA++)
12927
- a.value[BA].id === "createorder" && o();
12917
+ n.value = !1, i.value = k;
12918
+ for (let BA = 0; BA < i.value.length; BA++)
12919
+ i.value[BA].id === "createorder" && o();
12928
12920
  }, aA = () => {
12929
12921
  let F = !0;
12930
12922
  if (t.value.processTypeId == "dealwith")
@@ -13061,7 +13053,7 @@ const m2 = MA(`/api/tool/event-bus/${vf}/`), Cf = m2.post("/publish"), l2 = J9.g
13061
13053
  type: "select",
13062
13054
  modelValue: t.value.processTypeId,
13063
13055
  "onUpdate:modelValue": I[0] || (I[0] = (k) => t.value.processTypeId = k),
13064
- options: a.value,
13056
+ options: i.value,
13065
13057
  col: 1,
13066
13058
  optionsLabelKey: "name",
13067
13059
  optionsValueKey: "id",
@@ -13131,8 +13123,8 @@ const m2 = MA(`/api/tool/event-bus/${vf}/`), Cf = m2.post("/publish"), l2 = J9.g
13131
13123
  props: { disabled: "_disabled", label: "name" },
13132
13124
  modelValue: t.value.reportPosition,
13133
13125
  "onUpdate:modelValue": I[8] || (I[8] = (k) => t.value.reportPosition = k),
13134
- path: i.value,
13135
- "onUpdate:path": I[9] || (I[9] = (k) => i.value = k),
13126
+ path: a.value,
13127
+ "onUpdate:path": I[9] || (I[9] = (k) => a.value = k),
13136
13128
  keyword: m.value,
13137
13129
  "onUpdate:keyword": I[10] || (I[10] = (k) => m.value = k),
13138
13130
  showFullPath: !0,
@@ -13524,9 +13516,9 @@ const dc = () => {
13524
13516
  var x;
13525
13517
  const j = (((x = cA().appcategorys) == null ? void 0 : x.map((N) => N.apps).flat()) ?? []).find((N) => N.code === "alarm");
13526
13518
  j && p({ microApp: j, menuPath: `/${j.routeUrl}/realTimeAlarm` });
13527
- }, a = [], i = (l) => {
13528
- if (a.push(l), n.value.length < 2) {
13529
- H(a[0]), a.shift();
13519
+ }, i = [], a = (l) => {
13520
+ if (i.push(l), n.value.length < 2) {
13521
+ H(i[0]), i.shift();
13530
13522
  return;
13531
13523
  }
13532
13524
  }, H = (l) => {
@@ -13550,8 +13542,8 @@ const dc = () => {
13550
13542
  onClose: () => {
13551
13543
  setTimeout(() => {
13552
13544
  const x = n.value.findIndex((N) => N == j);
13553
- if (x >= 0 && n.value.splice(x, 1), n.value.length < 2 && a.length) {
13554
- H(a[0]), a.shift();
13545
+ if (x >= 0 && n.value.splice(x, 1), n.value.length < 2 && i.length) {
13546
+ H(i[0]), i.shift();
13555
13547
  return;
13556
13548
  }
13557
13549
  }, 300);
@@ -13608,7 +13600,7 @@ const dc = () => {
13608
13600
  N && f.value.send(N);
13609
13601
  },
13610
13602
  message: async (N) => {
13611
- yA.sendMessageToMicroApp("enterpriseadmin/alarm", "alarm:message", { alarmMessage: N }), window.self === window.top && (N.messageType === "ADD" && (A.value = A.value + 1, N.coverId || i(N)), N.messageType === "DELETE" && (A.value = A.value - 1, t.value.playId == N.recordId && m()));
13603
+ yA.sendMessageToMicroApp("enterpriseadmin/alarm", "alarm:message", { alarmMessage: N }), window.self === window.top && (N.messageType === "ADD" && (A.value = A.value + 1, N.coverId || a(N)), N.messageType === "DELETE" && (A.value = A.value - 1, t.value.playId == N.recordId && m()));
13612
13604
  }
13613
13605
  }));
13614
13606
  }
@@ -13660,7 +13652,7 @@ const dc = () => {
13660
13652
  );
13661
13653
  const { initNextTick: d } = L8(), { loading: t, pageKey: z, innerPage: p, commandList: X, initNextTick: b } = w8(d);
13662
13654
  B8(p, d, b), M8(), I8(), G8();
13663
- const { $changePwd: c, $personSetDialog: a } = k8(), { $aiPanel: i, toApp: H } = C8(), { changeEnterprisesVisible: s, userId: q, tenantId: m, changeEnterprise: O } = kn();
13655
+ const { $changePwd: c, $personSetDialog: i } = k8(), { $aiPanel: a, toApp: H } = C8(), { changeEnterprisesVisible: s, userId: q, tenantId: m, changeEnterprise: O } = kn();
13664
13656
  E8();
13665
13657
  const { fontColor: R, backgroudColor: V, borderColor: l } = g8();
13666
13658
  return _8(), $8(X), AX(), fX(), TX(), O2(), (j, x) => (G(), dA("div", cc, [
@@ -13715,7 +13707,7 @@ const dc = () => {
13715
13707
  D(N8),
13716
13708
  {
13717
13709
  ref_key: "$personSetDialog",
13718
- ref: a
13710
+ ref: i
13719
13711
  },
13720
13712
  null,
13721
13713
  512
@@ -13726,7 +13718,7 @@ const dc = () => {
13726
13718
  platformInitNextTick: D(d),
13727
13719
  onToApp: D(H),
13728
13720
  ref_key: "$aiPanel",
13729
- ref: i
13721
+ ref: a
13730
13722
  }, null, 8, ["platformInitNextTick", "onToApp"]),
13731
13723
  AA(" 告警 "),
13732
13724
  g(D(Xc))
@@ -13902,11 +13894,11 @@ T("@das-fed/web");
13902
13894
  const sc = [
13903
13895
  {
13904
13896
  path: wA,
13905
- component: () => import("./index-CzUbZXox.js")
13897
+ component: () => import("./index-Dou58bml.js")
13906
13898
  },
13907
13899
  {
13908
13900
  path: Cv,
13909
- component: () => import("./index-3hqumG-u.js")
13901
+ component: () => import("./index-DbFV_BJP.js")
13910
13902
  }
13911
13903
  ], Mb = {
13912
13904
  routes: sc,