@das-fed/web 6.4.0-dev.112 → 6.4.0-dev.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as qA, ref as L, onUnmounted as dn, createElementBlock as mA, createCommentVNode as nA, openBlock as fA, createElementVNode as k, createVNode as B, createTextVNode as aA, unref as D, toDisplayString as rA, watch as OA, createBlock as XA, computed as wA, mergeProps as Xn, withCtx as U, renderSlot as r9, getCurrentScope as bn, onScopeDispose as cn, getCurrentInstance as an, onMounted as _A, nextTick as N9, reactive as g3, Fragment as a9, renderList as ye, withDirectives as h9, h as jA, render as Q9, vShow as cf, normalizeClass as B3, isRef as FA, onBeforeUnmount as K9, useCssVars as sn, withModifiers as DA, toRefs as qn, normalizeStyle as b7, createSlots as Hn } from "vue";
2
- import { DasWebLayout as pn, DasWebTabs as xn, DasWebMenu as On, DasWebNav as mn, layout as h, layoutData as k3 } from "@das-fed/web/packages/layout/index";
2
+ import { DasWebLayout as pn, DasWebTabs as xn, DasWebMenu as On, DasWebNav as mn, layout as K, layoutData as k3 } from "@das-fed/web/packages/layout/index";
3
3
  import { useRoute as af, useRouter as L9 } from "vue-router";
4
4
  import { microFrontend as NA } from "@das-fed/web/packages/micro-frontend/index";
5
5
  import { i18n as AA, t as M, currentLang as sf, setLang as ln, setI18nRule as Dn } from "@das-fed/web/packages/i18n/index";
@@ -352,19 +352,19 @@ const Tr = Bn.get("watermark"), or = /* @__PURE__ */ qA({
352
352
  const i = !!((s = f.value) != null && s.pageSwith);
353
353
  t.value = H && i ? [...P.value] : [];
354
354
  }, X = async () => {
355
- var b, q, p, O, V, R, l;
355
+ var b, q, p, m, V, R, l;
356
356
  n.value = !0, await (A == null ? void 0 : A.platformInitNextTick());
357
357
  const [H, i] = await Tr().run();
358
358
  if (H) return null;
359
359
  if (f.value = i, !!((b = f.value) != null && b.pageSwith)) {
360
360
  P.value = [];
361
- const { name: j, phone: m } = await _n();
361
+ const { name: j, phone: O } = await _n();
362
362
  let N = "";
363
- if ((q = f.value) != null && q.nameSwith && j && (P.value.push(j), N = N + `${j} `), (p = f.value) != null && p.phoneSwith && m) {
364
- const Z = m.slice(-4);
363
+ if ((q = f.value) != null && q.nameSwith && j && (P.value.push(j), N = N + `${j} `), (p = f.value) != null && p.phoneSwith && O) {
364
+ const Z = O.slice(-4);
365
365
  P.value.push(Z), N = N + `${Z} `;
366
366
  }
367
- if ((O = f.value) != null && O.textSwith && ((V = f.value) != null && V.text)) {
367
+ if ((m = f.value) != null && m.textSwith && ((V = f.value) != null && V.text)) {
368
368
  P.value.push(f.value.text);
369
369
  const Z = f.value.text.replaceAll(`
370
370
  `, "<br/>");
@@ -380,9 +380,9 @@ const Tr = Bn.get("watermark"), or = /* @__PURE__ */ qA({
380
380
  return OA(
381
381
  () => a.currentRoute.value,
382
382
  (H) => {
383
- var q, p, O;
383
+ var q, p, m;
384
384
  const i = !!((q = f.value) != null && q.pageSwith), s = ((p = H.meta) == null ? void 0 : p.showWatermark) ?? !0;
385
- let b = ((O = H.query) == null ? void 0 : O.showWatermark) ?? !0;
385
+ let b = ((m = H.query) == null ? void 0 : m.showWatermark) ?? !0;
386
386
  b === "false" && (b = !1), x(i && !!(s && b));
387
387
  },
388
388
  { immediate: !0 }
@@ -836,15 +836,15 @@ function tA() {
836
836
  * wordArray1.concat(wordArray2);
837
837
  */
838
838
  concat: function(b) {
839
- var q = this.words, p = b.words, O = this.sigBytes, V = b.sigBytes;
840
- if (this.clamp(), O % 4)
839
+ var q = this.words, p = b.words, m = this.sigBytes, V = b.sigBytes;
840
+ if (this.clamp(), m % 4)
841
841
  for (var R = 0; R < V; R++) {
842
842
  var l = p[R >>> 2] >>> 24 - R % 4 * 8 & 255;
843
- q[O + R >>> 2] |= l << 24 - (O + R) % 4 * 8;
843
+ q[m + R >>> 2] |= l << 24 - (m + R) % 4 * 8;
844
844
  }
845
845
  else
846
846
  for (var j = 0; j < V; j += 4)
847
- q[O + j >>> 2] = p[j >>> 2];
847
+ q[m + j >>> 2] = p[j >>> 2];
848
848
  return this.sigBytes += V, this;
849
849
  },
850
850
  /**
@@ -904,11 +904,11 @@ function tA() {
904
904
  * var hexString = CryptoJS.enc.Hex.stringify(wordArray);
905
905
  */
906
906
  stringify: function(b) {
907
- for (var q = b.words, p = b.sigBytes, O = [], V = 0; V < p; V++) {
907
+ for (var q = b.words, p = b.sigBytes, m = [], V = 0; V < p; V++) {
908
908
  var R = q[V >>> 2] >>> 24 - V % 4 * 8 & 255;
909
- O.push((R >>> 4).toString(16)), O.push((R & 15).toString(16));
909
+ m.push((R >>> 4).toString(16)), m.push((R & 15).toString(16));
910
910
  }
911
- return O.join("");
911
+ return m.join("");
912
912
  },
913
913
  /**
914
914
  * Converts a hex string to a word array.
@@ -924,8 +924,8 @@ function tA() {
924
924
  * var wordArray = CryptoJS.enc.Hex.parse(hexString);
925
925
  */
926
926
  parse: function(b) {
927
- for (var q = b.length, p = [], O = 0; O < q; O += 2)
928
- p[O >>> 3] |= parseInt(b.substr(O, 2), 16) << 24 - O % 8 * 4;
927
+ for (var q = b.length, p = [], m = 0; m < q; m += 2)
928
+ p[m >>> 3] |= parseInt(b.substr(m, 2), 16) << 24 - m % 8 * 4;
929
929
  return new x.init(p, q / 2);
930
930
  }
931
931
  }, c = X.Latin1 = {
@@ -943,11 +943,11 @@ function tA() {
943
943
  * var latin1String = CryptoJS.enc.Latin1.stringify(wordArray);
944
944
  */
945
945
  stringify: function(b) {
946
- for (var q = b.words, p = b.sigBytes, O = [], V = 0; V < p; V++) {
946
+ for (var q = b.words, p = b.sigBytes, m = [], V = 0; V < p; V++) {
947
947
  var R = q[V >>> 2] >>> 24 - V % 4 * 8 & 255;
948
- O.push(String.fromCharCode(R));
948
+ m.push(String.fromCharCode(R));
949
949
  }
950
- return O.join("");
950
+ return m.join("");
951
951
  },
952
952
  /**
953
953
  * Converts a Latin1 string to a word array.
@@ -963,8 +963,8 @@ function tA() {
963
963
  * var wordArray = CryptoJS.enc.Latin1.parse(latin1String);
964
964
  */
965
965
  parse: function(b) {
966
- for (var q = b.length, p = [], O = 0; O < q; O++)
967
- p[O >>> 2] |= (b.charCodeAt(O) & 255) << 24 - O % 4 * 8;
966
+ for (var q = b.length, p = [], m = 0; m < q; m++)
967
+ p[m >>> 2] |= (b.charCodeAt(m) & 255) << 24 - m % 4 * 8;
968
968
  return new x.init(p, q);
969
969
  }
970
970
  }, H = X.Utf8 = {
@@ -1043,13 +1043,13 @@ function tA() {
1043
1043
  * var processedData = bufferedBlockAlgorithm._process(!!'flush');
1044
1044
  */
1045
1045
  _process: function(b) {
1046
- var q, p = this._data, O = p.words, V = p.sigBytes, R = this.blockSize, l = R * 4, j = V / l;
1046
+ var q, p = this._data, m = p.words, V = p.sigBytes, R = this.blockSize, l = R * 4, j = V / l;
1047
1047
  b ? j = v.ceil(j) : j = v.max((j | 0) - this._minBufferSize, 0);
1048
- var m = j * R, N = v.min(m * 4, V);
1049
- if (m) {
1050
- for (var Z = 0; Z < m; Z += R)
1051
- this._doProcessBlock(O, Z);
1052
- q = O.splice(0, m), p.sigBytes -= N;
1048
+ var O = j * R, N = v.min(O * 4, V);
1049
+ if (O) {
1050
+ for (var Z = 0; Z < O; Z += R)
1051
+ this._doProcessBlock(m, Z);
1052
+ q = m.splice(0, O), p.sigBytes -= N;
1053
1053
  }
1054
1054
  return new x.init(q, N);
1055
1055
  },
@@ -1703,39 +1703,39 @@ function p9() {
1703
1703
  var b = i + s, q = H[b];
1704
1704
  H[b] = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360;
1705
1705
  }
1706
- var p = this._hash.words, O = H[i + 0], V = H[i + 1], R = H[i + 2], l = H[i + 3], j = H[i + 4], m = H[i + 5], N = H[i + 6], Z = H[i + 7], T = H[i + 8], K = H[i + 9], F = H[i + 10], $ = H[i + 11], G = H[i + 12], Q = H[i + 13], Y = H[i + 14], J = H[i + 15], o = p[0], W = p[1], E = p[2], w = p[3];
1707
- o = x(o, W, E, w, O, 7, n[0]), w = x(w, o, W, E, V, 12, n[1]), E = x(E, w, o, W, R, 17, n[2]), W = x(W, E, w, o, l, 22, n[3]), o = x(o, W, E, w, j, 7, n[4]), w = x(w, o, W, E, m, 12, n[5]), E = x(E, w, o, W, N, 17, n[6]), W = x(W, E, w, o, Z, 22, n[7]), o = x(o, W, E, w, T, 7, n[8]), w = x(w, o, W, E, K, 12, n[9]), E = x(E, w, o, W, F, 17, n[10]), W = x(W, E, w, o, $, 22, n[11]), o = x(o, W, E, w, G, 7, n[12]), w = x(w, o, W, E, Q, 12, n[13]), E = x(E, w, o, W, Y, 17, n[14]), W = x(W, E, w, o, J, 22, n[15]), o = X(o, W, E, w, V, 5, n[16]), w = X(w, o, W, E, N, 9, n[17]), E = X(E, w, o, W, $, 14, n[18]), W = X(W, E, w, o, O, 20, n[19]), o = X(o, W, E, w, m, 5, n[20]), w = X(w, o, W, E, F, 9, n[21]), E = X(E, w, o, W, J, 14, n[22]), W = X(W, E, w, o, j, 20, n[23]), o = X(o, W, E, w, K, 5, n[24]), w = X(w, o, W, E, Y, 9, n[25]), E = X(E, w, o, W, l, 14, n[26]), W = X(W, E, w, o, T, 20, n[27]), o = X(o, W, E, w, Q, 5, n[28]), w = X(w, o, W, E, R, 9, n[29]), E = X(E, w, o, W, Z, 14, n[30]), W = X(W, E, w, o, G, 20, n[31]), o = a(o, W, E, w, m, 4, n[32]), w = a(w, o, W, E, T, 11, n[33]), E = a(E, w, o, W, $, 16, n[34]), W = a(W, E, w, o, Y, 23, n[35]), o = a(o, W, E, w, V, 4, n[36]), w = a(w, o, W, E, j, 11, n[37]), E = a(E, w, o, W, Z, 16, n[38]), W = a(W, E, w, o, F, 23, n[39]), o = a(o, W, E, w, Q, 4, n[40]), w = a(w, o, W, E, O, 11, n[41]), E = a(E, w, o, W, l, 16, n[42]), W = a(W, E, w, o, N, 23, n[43]), o = a(o, W, E, w, K, 4, n[44]), w = a(w, o, W, E, G, 11, n[45]), E = a(E, w, o, W, J, 16, n[46]), W = a(W, E, w, o, R, 23, n[47]), o = c(o, W, E, w, O, 6, n[48]), w = c(w, o, W, E, Z, 10, n[49]), E = c(E, w, o, W, Y, 15, n[50]), W = c(W, E, w, o, m, 21, n[51]), o = c(o, W, E, w, G, 6, n[52]), w = c(w, o, W, E, l, 10, n[53]), E = c(E, w, o, W, F, 15, n[54]), W = c(W, E, w, o, V, 21, n[55]), o = c(o, W, E, w, T, 6, n[56]), w = c(w, o, W, E, J, 10, n[57]), E = c(E, w, o, W, N, 15, n[58]), W = c(W, E, w, o, Q, 21, n[59]), o = c(o, W, E, w, j, 6, n[60]), w = c(w, o, W, E, $, 10, n[61]), E = c(E, w, o, W, R, 15, n[62]), W = c(W, E, w, o, K, 21, n[63]), p[0] = p[0] + o | 0, p[1] = p[1] + W | 0, p[2] = p[2] + E | 0, p[3] = p[3] + w | 0;
1706
+ var p = this._hash.words, m = H[i + 0], V = H[i + 1], R = H[i + 2], l = H[i + 3], j = H[i + 4], O = H[i + 5], N = H[i + 6], Z = H[i + 7], T = H[i + 8], S = H[i + 9], F = H[i + 10], $ = H[i + 11], G = H[i + 12], Q = H[i + 13], Y = H[i + 14], J = H[i + 15], o = p[0], W = p[1], E = p[2], w = p[3];
1707
+ o = x(o, W, E, w, m, 7, n[0]), w = x(w, o, W, E, V, 12, n[1]), E = x(E, w, o, W, R, 17, n[2]), W = x(W, E, w, o, l, 22, n[3]), o = x(o, W, E, w, j, 7, n[4]), w = x(w, o, W, E, O, 12, n[5]), E = x(E, w, o, W, N, 17, n[6]), W = x(W, E, w, o, Z, 22, n[7]), o = x(o, W, E, w, T, 7, n[8]), w = x(w, o, W, E, S, 12, n[9]), E = x(E, w, o, W, F, 17, n[10]), W = x(W, E, w, o, $, 22, n[11]), o = x(o, W, E, w, G, 7, n[12]), w = x(w, o, W, E, Q, 12, n[13]), E = x(E, w, o, W, Y, 17, n[14]), W = x(W, E, w, o, J, 22, n[15]), o = X(o, W, E, w, V, 5, n[16]), w = X(w, o, W, E, N, 9, n[17]), E = X(E, w, o, W, $, 14, n[18]), W = X(W, E, w, o, m, 20, n[19]), o = X(o, W, E, w, O, 5, n[20]), w = X(w, o, W, E, F, 9, n[21]), E = X(E, w, o, W, J, 14, n[22]), W = X(W, E, w, o, j, 20, n[23]), o = X(o, W, E, w, S, 5, n[24]), w = X(w, o, W, E, Y, 9, n[25]), E = X(E, w, o, W, l, 14, n[26]), W = X(W, E, w, o, T, 20, n[27]), o = X(o, W, E, w, Q, 5, n[28]), w = X(w, o, W, E, R, 9, n[29]), E = X(E, w, o, W, Z, 14, n[30]), W = X(W, E, w, o, G, 20, n[31]), o = a(o, W, E, w, O, 4, n[32]), w = a(w, o, W, E, T, 11, n[33]), E = a(E, w, o, W, $, 16, n[34]), W = a(W, E, w, o, Y, 23, n[35]), o = a(o, W, E, w, V, 4, n[36]), w = a(w, o, W, E, j, 11, n[37]), E = a(E, w, o, W, Z, 16, n[38]), W = a(W, E, w, o, F, 23, n[39]), o = a(o, W, E, w, Q, 4, n[40]), w = a(w, o, W, E, m, 11, n[41]), E = a(E, w, o, W, l, 16, n[42]), W = a(W, E, w, o, N, 23, n[43]), o = a(o, W, E, w, S, 4, n[44]), w = a(w, o, W, E, G, 11, n[45]), E = a(E, w, o, W, J, 16, n[46]), W = a(W, E, w, o, R, 23, n[47]), o = c(o, W, E, w, m, 6, n[48]), w = c(w, o, W, E, Z, 10, n[49]), E = c(E, w, o, W, Y, 15, n[50]), W = c(W, E, w, o, O, 21, n[51]), o = c(o, W, E, w, G, 6, n[52]), w = c(w, o, W, E, l, 10, n[53]), E = c(E, w, o, W, F, 15, n[54]), W = c(W, E, w, o, V, 21, n[55]), o = c(o, W, E, w, T, 6, n[56]), w = c(w, o, W, E, J, 10, n[57]), E = c(E, w, o, W, N, 15, n[58]), W = c(W, E, w, o, Q, 21, n[59]), o = c(o, W, E, w, j, 6, n[60]), w = c(w, o, W, E, $, 10, n[61]), E = c(E, w, o, W, R, 15, n[62]), W = c(W, E, w, o, S, 21, n[63]), p[0] = p[0] + o | 0, p[1] = p[1] + W | 0, p[2] = p[2] + E | 0, p[3] = p[3] + w | 0;
1708
1708
  },
1709
1709
  _doFinalize: function() {
1710
1710
  var H = this._data, i = H.words, s = this._nDataBytes * 8, b = H.sigBytes * 8;
1711
1711
  i[b >>> 5] |= 128 << 24 - b % 32;
1712
1712
  var q = v.floor(s / 4294967296), p = s;
1713
1713
  i[(b + 64 >>> 9 << 4) + 15] = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360, i[(b + 64 >>> 9 << 4) + 14] = (p << 8 | p >>> 24) & 16711935 | (p << 24 | p >>> 8) & 4278255360, H.sigBytes = (i.length + 1) * 4, this._process();
1714
- for (var O = this._hash, V = O.words, R = 0; R < 4; R++) {
1714
+ for (var m = this._hash, V = m.words, R = 0; R < 4; R++) {
1715
1715
  var l = V[R];
1716
1716
  V[R] = (l << 8 | l >>> 24) & 16711935 | (l << 24 | l >>> 8) & 4278255360;
1717
1717
  }
1718
- return O;
1718
+ return m;
1719
1719
  },
1720
1720
  clone: function() {
1721
1721
  var H = z.clone.call(this);
1722
1722
  return H._hash = this._hash.clone(), H;
1723
1723
  }
1724
1724
  });
1725
- function x(H, i, s, b, q, p, O) {
1726
- var V = H + (i & s | ~i & b) + q + O;
1725
+ function x(H, i, s, b, q, p, m) {
1726
+ var V = H + (i & s | ~i & b) + q + m;
1727
1727
  return (V << p | V >>> 32 - p) + i;
1728
1728
  }
1729
- function X(H, i, s, b, q, p, O) {
1730
- var V = H + (i & b | s & ~b) + q + O;
1729
+ function X(H, i, s, b, q, p, m) {
1730
+ var V = H + (i & b | s & ~b) + q + m;
1731
1731
  return (V << p | V >>> 32 - p) + i;
1732
1732
  }
1733
- function a(H, i, s, b, q, p, O) {
1734
- var V = H + (i ^ s ^ b) + q + O;
1733
+ function a(H, i, s, b, q, p, m) {
1734
+ var V = H + (i ^ s ^ b) + q + m;
1735
1735
  return (V << p | V >>> 32 - p) + i;
1736
1736
  }
1737
- function c(H, i, s, b, q, p, O) {
1738
- var V = H + (s ^ (i | ~b)) + q + O;
1737
+ function c(H, i, s, b, q, p, m) {
1738
+ var V = H + (s ^ (i | ~b)) + q + m;
1739
1739
  return (V << p | V >>> 32 - p) + i;
1740
1740
  }
1741
1741
  r.MD5 = z._createHelper(u), r.HmacMD5 = z._createHmacHelper(u);
@@ -1813,17 +1813,17 @@ function Be() {
1813
1813
  this._hash = new t.init(n.slice(0));
1814
1814
  },
1815
1815
  _doProcessBlock: function(a, c) {
1816
- for (var H = this._hash.words, i = H[0], s = H[1], b = H[2], q = H[3], p = H[4], O = H[5], V = H[6], R = H[7], l = 0; l < 64; l++) {
1816
+ for (var H = this._hash.words, i = H[0], s = H[1], b = H[2], q = H[3], p = H[4], m = H[5], V = H[6], R = H[7], l = 0; l < 64; l++) {
1817
1817
  if (l < 16)
1818
1818
  x[l] = a[c + l] | 0;
1819
1819
  else {
1820
- var j = x[l - 15], m = (j << 25 | j >>> 7) ^ (j << 14 | j >>> 18) ^ j >>> 3, N = x[l - 2], Z = (N << 15 | N >>> 17) ^ (N << 13 | N >>> 19) ^ N >>> 10;
1821
- x[l] = m + x[l - 7] + Z + x[l - 16];
1820
+ var j = x[l - 15], O = (j << 25 | j >>> 7) ^ (j << 14 | j >>> 18) ^ j >>> 3, N = x[l - 2], Z = (N << 15 | N >>> 17) ^ (N << 13 | N >>> 19) ^ N >>> 10;
1821
+ x[l] = O + x[l - 7] + Z + x[l - 16];
1822
1822
  }
1823
- var T = p & O ^ ~p & V, K = i & s ^ i & b ^ s & b, F = (i << 30 | i >>> 2) ^ (i << 19 | i >>> 13) ^ (i << 10 | i >>> 22), $ = (p << 26 | p >>> 6) ^ (p << 21 | p >>> 11) ^ (p << 7 | p >>> 25), G = R + $ + T + u[l] + x[l], Q = F + K;
1824
- R = V, V = O, O = p, p = q + G | 0, q = b, b = s, s = i, i = G + Q | 0;
1823
+ var T = p & m ^ ~p & V, S = i & s ^ i & b ^ s & b, F = (i << 30 | i >>> 2) ^ (i << 19 | i >>> 13) ^ (i << 10 | i >>> 22), $ = (p << 26 | p >>> 6) ^ (p << 21 | p >>> 11) ^ (p << 7 | p >>> 25), G = R + $ + T + u[l] + x[l], Q = F + S;
1824
+ R = V, V = m, m = p, p = q + G | 0, q = b, b = s, s = i, i = G + Q | 0;
1825
1825
  }
1826
- H[0] = H[0] + i | 0, H[1] = H[1] + s | 0, H[2] = H[2] + b | 0, H[3] = H[3] + q | 0, H[4] = H[4] + p | 0, H[5] = H[5] + O | 0, H[6] = H[6] + V | 0, H[7] = H[7] + R | 0;
1826
+ H[0] = H[0] + i | 0, H[1] = H[1] + s | 0, H[2] = H[2] + b | 0, H[3] = H[3] + q | 0, H[4] = H[4] + p | 0, H[5] = H[5] + m | 0, H[6] = H[6] + V | 0, H[7] = H[7] + R | 0;
1827
1827
  },
1828
1828
  _doFinalize: function() {
1829
1829
  var a = this._data, c = a.words, H = this._nDataBytes * 8, i = a.sigBytes * 8;
@@ -1980,7 +1980,7 @@ function dv() {
1980
1980
  ]);
1981
1981
  },
1982
1982
  _doProcessBlock: function(c, H) {
1983
- for (var i = this._hash.words, s = i[0], b = i[1], q = i[2], p = i[3], O = i[4], V = i[5], R = i[6], l = i[7], j = s.high, m = s.low, N = b.high, Z = b.low, T = q.high, K = q.low, F = p.high, $ = p.low, G = O.high, Q = O.low, Y = V.high, J = V.low, o = R.high, W = R.low, E = l.high, w = l.low, zA = j, dA = m, lA = N, C = Z, _ = T, eA = K, z9 = F, S = $, I = G, g = Q, oA = Y, CA = J, ef = o, I9 = W, Lf = E, M9 = w, JA = 0; JA < 80; JA++) {
1983
+ for (var i = this._hash.words, s = i[0], b = i[1], q = i[2], p = i[3], m = i[4], V = i[5], R = i[6], l = i[7], j = s.high, O = s.low, N = b.high, Z = b.low, T = q.high, S = q.low, F = p.high, $ = p.low, G = m.high, Q = m.low, Y = V.high, J = V.low, o = R.high, W = R.low, E = l.high, w = l.low, zA = j, dA = O, lA = N, C = Z, _ = T, eA = S, z9 = F, h = $, I = G, g = Q, oA = Y, CA = J, ef = o, I9 = W, Lf = E, M9 = w, JA = 0; JA < 80; JA++) {
1984
1984
  var UA, v9, vf = X[JA];
1985
1985
  if (JA < 16)
1986
1986
  v9 = vf.high = c[H + JA * 2] | 0, UA = vf.low = c[H + JA * 2 + 1] | 0;
@@ -1989,9 +1989,9 @@ function dv() {
1989
1989
  UA = f7 + An, v9 = Cv + $v + (UA >>> 0 < f7 >>> 0 ? 1 : 0), UA = UA + v7, v9 = v9 + _v + (UA >>> 0 < v7 >>> 0 ? 1 : 0), UA = UA + P7, v9 = v9 + fn + (UA >>> 0 < P7 >>> 0 ? 1 : 0), vf.high = v9, vf.low = UA;
1990
1990
  }
1991
1991
  var en = I & oA ^ ~I & ef, t7 = g & CA ^ ~g & I9, vn = zA & lA ^ zA & _ ^ lA & _, nn = dA & C ^ dA & eA ^ C & eA, rn = (zA >>> 28 | dA << 4) ^ (zA << 30 | dA >>> 2) ^ (zA << 25 | dA >>> 7), u7 = (dA >>> 28 | zA << 4) ^ (dA << 30 | zA >>> 2) ^ (dA << 25 | zA >>> 7), Pn = (I >>> 14 | g << 18) ^ (I >>> 18 | g << 14) ^ (I << 23 | g >>> 9), tn = (g >>> 14 | I << 18) ^ (g >>> 18 | I << 14) ^ (g << 23 | I >>> 9), z7 = x[JA], un = z7.high, d7 = z7.low, BA = M9 + tn, n9 = Lf + Pn + (BA >>> 0 < M9 >>> 0 ? 1 : 0), BA = BA + t7, n9 = n9 + en + (BA >>> 0 < t7 >>> 0 ? 1 : 0), BA = BA + d7, n9 = n9 + un + (BA >>> 0 < d7 >>> 0 ? 1 : 0), BA = BA + UA, n9 = n9 + v9 + (BA >>> 0 < UA >>> 0 ? 1 : 0), X7 = u7 + nn, zn = rn + vn + (X7 >>> 0 < u7 >>> 0 ? 1 : 0);
1992
- Lf = ef, M9 = I9, ef = oA, I9 = CA, oA = I, CA = g, g = S + BA | 0, I = z9 + n9 + (g >>> 0 < S >>> 0 ? 1 : 0) | 0, z9 = _, S = eA, _ = lA, eA = C, lA = zA, C = dA, dA = BA + X7 | 0, zA = n9 + zn + (dA >>> 0 < BA >>> 0 ? 1 : 0) | 0;
1992
+ Lf = ef, M9 = I9, ef = oA, I9 = CA, oA = I, CA = g, g = h + BA | 0, I = z9 + n9 + (g >>> 0 < h >>> 0 ? 1 : 0) | 0, z9 = _, h = eA, _ = lA, eA = C, lA = zA, C = dA, dA = BA + X7 | 0, zA = n9 + zn + (dA >>> 0 < BA >>> 0 ? 1 : 0) | 0;
1993
1993
  }
1994
- m = s.low = m + dA, s.high = j + zA + (m >>> 0 < dA >>> 0 ? 1 : 0), Z = b.low = Z + C, b.high = N + lA + (Z >>> 0 < C >>> 0 ? 1 : 0), K = q.low = K + eA, q.high = T + _ + (K >>> 0 < eA >>> 0 ? 1 : 0), $ = p.low = $ + S, p.high = F + z9 + ($ >>> 0 < S >>> 0 ? 1 : 0), Q = O.low = Q + g, O.high = G + I + (Q >>> 0 < g >>> 0 ? 1 : 0), J = V.low = J + CA, V.high = Y + oA + (J >>> 0 < CA >>> 0 ? 1 : 0), W = R.low = W + I9, R.high = o + ef + (W >>> 0 < I9 >>> 0 ? 1 : 0), w = l.low = w + M9, l.high = E + Lf + (w >>> 0 < M9 >>> 0 ? 1 : 0);
1994
+ O = s.low = O + dA, s.high = j + zA + (O >>> 0 < dA >>> 0 ? 1 : 0), Z = b.low = Z + C, b.high = N + lA + (Z >>> 0 < C >>> 0 ? 1 : 0), S = q.low = S + eA, q.high = T + _ + (S >>> 0 < eA >>> 0 ? 1 : 0), $ = p.low = $ + h, p.high = F + z9 + ($ >>> 0 < h >>> 0 ? 1 : 0), Q = m.low = Q + g, m.high = G + I + (Q >>> 0 < g >>> 0 ? 1 : 0), J = V.low = J + CA, V.high = Y + oA + (J >>> 0 < CA >>> 0 ? 1 : 0), W = R.low = W + I9, R.high = o + ef + (W >>> 0 < I9 >>> 0 ? 1 : 0), w = l.low = w + M9, l.high = E + Lf + (w >>> 0 < M9 >>> 0 ? 1 : 0);
1995
1995
  },
1996
1996
  _doFinalize: function() {
1997
1997
  var c = this._data, H = c.words, i = this._nDataBytes * 8, s = c.sigBytes * 8;
@@ -2057,13 +2057,13 @@ function zP() {
2057
2057
  for (var i = 0; i < 5; i++)
2058
2058
  for (var s = 0; s < 5; s++)
2059
2059
  X[i + 5 * s] = s + (2 * i + 3 * s) % 5 * 5;
2060
- for (var O = 1, V = 0; V < 24; V++) {
2060
+ for (var m = 1, V = 0; V < 24; V++) {
2061
2061
  for (var R = 0, l = 0, j = 0; j < 7; j++) {
2062
- if (O & 1) {
2063
- var m = (1 << j) - 1;
2064
- m < 32 ? l ^= 1 << m : R ^= 1 << m - 32;
2062
+ if (m & 1) {
2063
+ var O = (1 << j) - 1;
2064
+ O < 32 ? l ^= 1 << O : R ^= 1 << O - 32;
2065
2065
  }
2066
- O & 128 ? O = O << 1 ^ 113 : O <<= 1;
2066
+ m & 128 ? m = m << 1 ^ 113 : m <<= 1;
2067
2067
  }
2068
2068
  a[V] = n.create(R, l);
2069
2069
  }
@@ -2092,30 +2092,30 @@ function zP() {
2092
2092
  },
2093
2093
  _doProcessBlock: function(i, s) {
2094
2094
  for (var b = this._state, q = this.blockSize / 2, p = 0; p < q; p++) {
2095
- var O = i[s + 2 * p], V = i[s + 2 * p + 1];
2096
- O = (O << 8 | O >>> 24) & 16711935 | (O << 24 | O >>> 8) & 4278255360, V = (V << 8 | V >>> 24) & 16711935 | (V << 24 | V >>> 8) & 4278255360;
2095
+ var m = i[s + 2 * p], V = i[s + 2 * p + 1];
2096
+ m = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360, V = (V << 8 | V >>> 24) & 16711935 | (V << 24 | V >>> 8) & 4278255360;
2097
2097
  var R = b[p];
2098
- R.high ^= V, R.low ^= O;
2098
+ R.high ^= V, R.low ^= m;
2099
2099
  }
2100
2100
  for (var l = 0; l < 24; l++) {
2101
2101
  for (var j = 0; j < 5; j++) {
2102
- for (var m = 0, N = 0, Z = 0; Z < 5; Z++) {
2102
+ for (var O = 0, N = 0, Z = 0; Z < 5; Z++) {
2103
2103
  var R = b[j + 5 * Z];
2104
- m ^= R.high, N ^= R.low;
2104
+ O ^= R.high, N ^= R.low;
2105
2105
  }
2106
2106
  var T = c[j];
2107
- T.high = m, T.low = N;
2107
+ T.high = O, T.low = N;
2108
2108
  }
2109
2109
  for (var j = 0; j < 5; j++)
2110
- for (var K = c[(j + 4) % 5], F = c[(j + 1) % 5], $ = F.high, G = F.low, m = K.high ^ ($ << 1 | G >>> 31), N = K.low ^ (G << 1 | $ >>> 31), Z = 0; Z < 5; Z++) {
2110
+ for (var S = c[(j + 4) % 5], F = c[(j + 1) % 5], $ = F.high, G = F.low, O = S.high ^ ($ << 1 | G >>> 31), N = S.low ^ (G << 1 | $ >>> 31), Z = 0; Z < 5; Z++) {
2111
2111
  var R = b[j + 5 * Z];
2112
- R.high ^= m, R.low ^= N;
2112
+ R.high ^= O, R.low ^= N;
2113
2113
  }
2114
2114
  for (var Q = 1; Q < 25; Q++) {
2115
- var m, N, R = b[Q], Y = R.high, J = R.low, o = x[Q];
2116
- o < 32 ? (m = Y << o | J >>> 32 - o, N = J << o | Y >>> 32 - o) : (m = J << o - 32 | Y >>> 64 - o, N = Y << o - 32 | J >>> 64 - o);
2115
+ var O, N, R = b[Q], Y = R.high, J = R.low, o = x[Q];
2116
+ o < 32 ? (O = Y << o | J >>> 32 - o, N = J << o | Y >>> 32 - o) : (O = J << o - 32 | Y >>> 64 - o, N = Y << o - 32 | J >>> 64 - o);
2117
2117
  var W = c[X[Q]];
2118
- W.high = m, W.low = N;
2118
+ W.high = O, W.low = N;
2119
2119
  }
2120
2120
  var E = c[0], w = b[0];
2121
2121
  E.high = w.high, E.low = w.low;
@@ -2133,11 +2133,11 @@ function zP() {
2133
2133
  this._nDataBytes * 8;
2134
2134
  var b = i.sigBytes * 8, q = this.blockSize * 32;
2135
2135
  s[b >>> 5] |= 1 << 24 - b % 32, s[(v.ceil((b + 1) / q) * q >>> 5) - 1] |= 128, i.sigBytes = s.length * 4, this._process();
2136
- for (var p = this._state, O = this.cfg.outputLength / 8, V = O / 8, R = [], l = 0; l < V; l++) {
2137
- var j = p[l], m = j.high, N = j.low;
2138
- m = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360, N = (N << 8 | N >>> 24) & 16711935 | (N << 24 | N >>> 8) & 4278255360, R.push(N), R.push(m);
2136
+ for (var p = this._state, m = this.cfg.outputLength / 8, V = m / 8, R = [], l = 0; l < V; l++) {
2137
+ var j = p[l], O = j.high, N = j.low;
2138
+ O = (O << 8 | O >>> 24) & 16711935 | (O << 24 | O >>> 8) & 4278255360, N = (N << 8 | N >>> 24) & 16711935 | (N << 24 | N >>> 8) & 4278255360, R.push(N), R.push(O);
2139
2139
  }
2140
- return new t.init(R, O);
2140
+ return new t.init(R, m);
2141
2141
  },
2142
2142
  clone: function() {
2143
2143
  for (var i = z.clone.call(this), s = i._state = this._state.slice(0), b = 0; b < 25; b++)
@@ -2497,23 +2497,23 @@ function dP() {
2497
2497
  },
2498
2498
  _doProcessBlock: function(V, R) {
2499
2499
  for (var l = 0; l < 16; l++) {
2500
- var j = R + l, m = V[j];
2501
- V[j] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;
2500
+ var j = R + l, O = V[j];
2501
+ V[j] = (O << 8 | O >>> 24) & 16711935 | (O << 24 | O >>> 8) & 4278255360;
2502
2502
  }
2503
- var N = this._hash.words, Z = a.words, T = c.words, K = n.words, F = u.words, $ = x.words, G = X.words, Q, Y, J, o, W, E, w, zA, dA, lA;
2503
+ var N = this._hash.words, Z = a.words, T = c.words, S = n.words, F = u.words, $ = x.words, G = X.words, Q, Y, J, o, W, E, w, zA, dA, lA;
2504
2504
  E = Q = N[0], w = Y = N[1], zA = J = N[2], dA = o = N[3], lA = W = N[4];
2505
2505
  for (var C, l = 0; l < 80; l += 1)
2506
- C = Q + V[R + K[l]] | 0, l < 16 ? C += i(Y, J, o) + Z[0] : l < 32 ? C += s(Y, J, o) + Z[1] : l < 48 ? C += b(Y, J, o) + Z[2] : l < 64 ? C += q(Y, J, o) + Z[3] : C += p(Y, J, o) + Z[4], C = C | 0, C = O(C, $[l]), C = C + W | 0, Q = W, W = o, o = O(J, 10), J = Y, Y = C, C = E + V[R + F[l]] | 0, l < 16 ? C += p(w, zA, dA) + T[0] : l < 32 ? C += q(w, zA, dA) + T[1] : l < 48 ? C += b(w, zA, dA) + T[2] : l < 64 ? C += s(w, zA, dA) + T[3] : C += i(w, zA, dA) + T[4], C = C | 0, C = O(C, G[l]), C = C + lA | 0, E = lA, lA = dA, dA = O(zA, 10), zA = w, w = C;
2506
+ C = Q + V[R + S[l]] | 0, l < 16 ? C += i(Y, J, o) + Z[0] : l < 32 ? C += s(Y, J, o) + Z[1] : l < 48 ? C += b(Y, J, o) + Z[2] : l < 64 ? C += q(Y, J, o) + Z[3] : C += p(Y, J, o) + Z[4], C = C | 0, C = m(C, $[l]), C = C + W | 0, Q = W, W = o, o = m(J, 10), J = Y, Y = C, C = E + V[R + F[l]] | 0, l < 16 ? C += p(w, zA, dA) + T[0] : l < 32 ? C += q(w, zA, dA) + T[1] : l < 48 ? C += b(w, zA, dA) + T[2] : l < 64 ? C += s(w, zA, dA) + T[3] : C += i(w, zA, dA) + T[4], C = C | 0, C = m(C, G[l]), C = C + lA | 0, E = lA, lA = dA, dA = m(zA, 10), zA = w, w = C;
2507
2507
  C = N[1] + J + dA | 0, N[1] = N[2] + o + lA | 0, N[2] = N[3] + W + E | 0, N[3] = N[4] + Q + w | 0, N[4] = N[0] + Y + zA | 0, N[0] = C;
2508
2508
  },
2509
2509
  _doFinalize: function() {
2510
2510
  var V = this._data, R = V.words, l = this._nDataBytes * 8, j = V.sigBytes * 8;
2511
2511
  R[j >>> 5] |= 128 << 24 - j % 32, R[(j + 64 >>> 9 << 4) + 14] = (l << 8 | l >>> 24) & 16711935 | (l << 24 | l >>> 8) & 4278255360, V.sigBytes = (R.length + 1) * 4, this._process();
2512
- for (var m = this._hash, N = m.words, Z = 0; Z < 5; Z++) {
2512
+ for (var O = this._hash, N = O.words, Z = 0; Z < 5; Z++) {
2513
2513
  var T = N[Z];
2514
2514
  N[Z] = (T << 8 | T >>> 24) & 16711935 | (T << 24 | T >>> 8) & 4278255360;
2515
2515
  }
2516
- return m;
2516
+ return O;
2517
2517
  },
2518
2518
  clone: function() {
2519
2519
  var V = z.clone.call(this);
@@ -2535,7 +2535,7 @@ function dP() {
2535
2535
  function p(V, R, l) {
2536
2536
  return V ^ (R | ~l);
2537
2537
  }
2538
- function O(V, R) {
2538
+ function m(V, R) {
2539
2539
  return V << R | V >>> 32 - R;
2540
2540
  }
2541
2541
  r.RIPEMD160 = z._createHelper(H), r.HmacRIPEMD160 = z._createHmacHelper(H);
@@ -2669,14 +2669,14 @@ function XP() {
2669
2669
  */
2670
2670
  compute: function(x, X) {
2671
2671
  for (var a = this.cfg, c = n.create(a.hasher, x), H = t.create(), i = t.create([1]), s = H.words, b = i.words, q = a.keySize, p = a.iterations; s.length < q; ) {
2672
- var O = c.update(X).finalize(i);
2672
+ var m = c.update(X).finalize(i);
2673
2673
  c.reset();
2674
- for (var V = O.words, R = V.length, l = O, j = 1; j < p; j++) {
2674
+ for (var V = m.words, R = V.length, l = m, j = 1; j < p; j++) {
2675
2675
  l = c.finalize(l), c.reset();
2676
- for (var m = l.words, N = 0; N < R; N++)
2677
- V[N] ^= m[N];
2676
+ for (var O = l.words, N = 0; N < R; N++)
2677
+ V[N] ^= O[N];
2678
2678
  }
2679
- H.concat(O), b[0]++;
2679
+ H.concat(m), b[0]++;
2680
2680
  }
2681
2681
  return H.sigBytes = q * 4, H;
2682
2682
  }
@@ -2781,8 +2781,8 @@ function VA() {
2781
2781
  *
2782
2782
  * var cipher = CryptoJS.algo.AES.createEncryptor(keyWordArray, { iv: ivWordArray });
2783
2783
  */
2784
- createEncryptor: function(m, N) {
2785
- return this.create(this._ENC_XFORM_MODE, m, N);
2784
+ createEncryptor: function(O, N) {
2785
+ return this.create(this._ENC_XFORM_MODE, O, N);
2786
2786
  },
2787
2787
  /**
2788
2788
  * Creates this cipher in decryption mode.
@@ -2798,8 +2798,8 @@ function VA() {
2798
2798
  *
2799
2799
  * var cipher = CryptoJS.algo.AES.createDecryptor(keyWordArray, { iv: ivWordArray });
2800
2800
  */
2801
- createDecryptor: function(m, N) {
2802
- return this.create(this._DEC_XFORM_MODE, m, N);
2801
+ createDecryptor: function(O, N) {
2802
+ return this.create(this._DEC_XFORM_MODE, O, N);
2803
2803
  },
2804
2804
  /**
2805
2805
  * Initializes a newly created cipher.
@@ -2812,8 +2812,8 @@ function VA() {
2812
2812
  *
2813
2813
  * var cipher = CryptoJS.algo.AES.create(CryptoJS.algo.AES._ENC_XFORM_MODE, keyWordArray, { iv: ivWordArray });
2814
2814
  */
2815
- init: function(m, N, Z) {
2816
- this.cfg = this.cfg.extend(Z), this._xformMode = m, this._key = N, this.reset();
2815
+ init: function(O, N, Z) {
2816
+ this.cfg = this.cfg.extend(Z), this._xformMode = O, this._key = N, this.reset();
2817
2817
  },
2818
2818
  /**
2819
2819
  * Resets this cipher to its initial state.
@@ -2837,8 +2837,8 @@ function VA() {
2837
2837
  * var encrypted = cipher.process('data');
2838
2838
  * var encrypted = cipher.process(wordArray);
2839
2839
  */
2840
- process: function(m) {
2841
- return this._append(m), this._process();
2840
+ process: function(O) {
2841
+ return this._append(O), this._process();
2842
2842
  },
2843
2843
  /**
2844
2844
  * Finalizes the encryption or decryption process.
@@ -2854,8 +2854,8 @@ function VA() {
2854
2854
  * var encrypted = cipher.finalize('data');
2855
2855
  * var encrypted = cipher.finalize(wordArray);
2856
2856
  */
2857
- finalize: function(m) {
2858
- m && this._append(m);
2857
+ finalize: function(O) {
2858
+ O && this._append(O);
2859
2859
  var N = this._doFinalize();
2860
2860
  return N;
2861
2861
  },
@@ -2877,16 +2877,16 @@ function VA() {
2877
2877
  * var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES);
2878
2878
  */
2879
2879
  _createHelper: /* @__PURE__ */ function() {
2880
- function m(N) {
2880
+ function O(N) {
2881
2881
  return typeof N == "string" ? j : V;
2882
2882
  }
2883
2883
  return function(N) {
2884
2884
  return {
2885
- encrypt: function(Z, T, K) {
2886
- return m(T).encrypt(N, Z, T, K);
2885
+ encrypt: function(Z, T, S) {
2886
+ return O(T).encrypt(N, Z, T, S);
2887
2887
  },
2888
- decrypt: function(Z, T, K) {
2889
- return m(T).decrypt(N, Z, T, K);
2888
+ decrypt: function(Z, T, S) {
2889
+ return O(T).decrypt(N, Z, T, S);
2890
2890
  }
2891
2891
  };
2892
2892
  };
@@ -2894,8 +2894,8 @@ function VA() {
2894
2894
  });
2895
2895
  P.StreamCipher = a.extend({
2896
2896
  _doFinalize: function() {
2897
- var m = this._process(!0);
2898
- return m;
2897
+ var O = this._process(!0);
2898
+ return O;
2899
2899
  },
2900
2900
  blockSize: 1
2901
2901
  });
@@ -2912,8 +2912,8 @@ function VA() {
2912
2912
  *
2913
2913
  * var mode = CryptoJS.mode.CBC.createEncryptor(cipher, iv.words);
2914
2914
  */
2915
- createEncryptor: function(m, N) {
2916
- return this.Encryptor.create(m, N);
2915
+ createEncryptor: function(O, N) {
2916
+ return this.Encryptor.create(O, N);
2917
2917
  },
2918
2918
  /**
2919
2919
  * Creates this mode for decryption.
@@ -2927,8 +2927,8 @@ function VA() {
2927
2927
  *
2928
2928
  * var mode = CryptoJS.mode.CBC.createDecryptor(cipher, iv.words);
2929
2929
  */
2930
- createDecryptor: function(m, N) {
2931
- return this.Decryptor.create(m, N);
2930
+ createDecryptor: function(O, N) {
2931
+ return this.Decryptor.create(O, N);
2932
2932
  },
2933
2933
  /**
2934
2934
  * Initializes a newly created mode.
@@ -2940,12 +2940,12 @@ function VA() {
2940
2940
  *
2941
2941
  * var mode = CryptoJS.mode.CBC.Encryptor.create(cipher, iv.words);
2942
2942
  */
2943
- init: function(m, N) {
2944
- this._cipher = m, this._iv = N;
2943
+ init: function(O, N) {
2944
+ this._cipher = O, this._iv = N;
2945
2945
  }
2946
2946
  }), i = c.CBC = function() {
2947
- var m = H.extend();
2948
- m.Encryptor = m.extend({
2947
+ var O = H.extend();
2948
+ O.Encryptor = O.extend({
2949
2949
  /**
2950
2950
  * Processes the data block at offset.
2951
2951
  *
@@ -2957,10 +2957,10 @@ function VA() {
2957
2957
  * mode.processBlock(data.words, offset);
2958
2958
  */
2959
2959
  processBlock: function(Z, T) {
2960
- var K = this._cipher, F = K.blockSize;
2961
- N.call(this, Z, T, F), K.encryptBlock(Z, T), this._prevBlock = Z.slice(T, T + F);
2960
+ var S = this._cipher, F = S.blockSize;
2961
+ N.call(this, Z, T, F), S.encryptBlock(Z, T), this._prevBlock = Z.slice(T, T + F);
2962
2962
  }
2963
- }), m.Decryptor = m.extend({
2963
+ }), O.Decryptor = O.extend({
2964
2964
  /**
2965
2965
  * Processes the data block at offset.
2966
2966
  *
@@ -2972,17 +2972,17 @@ function VA() {
2972
2972
  * mode.processBlock(data.words, offset);
2973
2973
  */
2974
2974
  processBlock: function(Z, T) {
2975
- var K = this._cipher, F = K.blockSize, $ = Z.slice(T, T + F);
2976
- K.decryptBlock(Z, T), N.call(this, Z, T, F), this._prevBlock = $;
2975
+ var S = this._cipher, F = S.blockSize, $ = Z.slice(T, T + F);
2976
+ S.decryptBlock(Z, T), N.call(this, Z, T, F), this._prevBlock = $;
2977
2977
  }
2978
2978
  });
2979
- function N(Z, T, K) {
2979
+ function N(Z, T, S) {
2980
2980
  var F, $ = this._iv;
2981
2981
  $ ? (F = $, this._iv = v) : F = this._prevBlock;
2982
- for (var G = 0; G < K; G++)
2982
+ for (var G = 0; G < S; G++)
2983
2983
  Z[T + G] ^= F[G];
2984
2984
  }
2985
- return m;
2985
+ return O;
2986
2986
  }(), s = r.pad = {}, b = s.Pkcs7 = {
2987
2987
  /**
2988
2988
  * Pads data using the algorithm defined in PKCS #5/7.
@@ -2996,11 +2996,11 @@ function VA() {
2996
2996
  *
2997
2997
  * CryptoJS.pad.Pkcs7.pad(wordArray, 4);
2998
2998
  */
2999
- pad: function(m, N) {
3000
- for (var Z = N * 4, T = Z - m.sigBytes % Z, K = T << 24 | T << 16 | T << 8 | T, F = [], $ = 0; $ < T; $ += 4)
3001
- F.push(K);
2999
+ pad: function(O, N) {
3000
+ for (var Z = N * 4, T = Z - O.sigBytes % Z, S = T << 24 | T << 16 | T << 8 | T, F = [], $ = 0; $ < T; $ += 4)
3001
+ F.push(S);
3002
3002
  var G = z.create(F, T);
3003
- m.concat(G);
3003
+ O.concat(G);
3004
3004
  },
3005
3005
  /**
3006
3006
  * Unpads data that had been padded using the algorithm defined in PKCS #5/7.
@@ -3013,9 +3013,9 @@ function VA() {
3013
3013
  *
3014
3014
  * CryptoJS.pad.Pkcs7.unpad(wordArray);
3015
3015
  */
3016
- unpad: function(m) {
3017
- var N = m.words[m.sigBytes - 1 >>> 2] & 255;
3018
- m.sigBytes -= N;
3016
+ unpad: function(O) {
3017
+ var N = O.words[O.sigBytes - 1 >>> 2] & 255;
3018
+ O.sigBytes -= N;
3019
3019
  }
3020
3020
  };
3021
3021
  P.BlockCipher = a.extend({
@@ -3030,17 +3030,17 @@ function VA() {
3030
3030
  padding: b
3031
3031
  }),
3032
3032
  reset: function() {
3033
- var m;
3033
+ var O;
3034
3034
  a.reset.call(this);
3035
3035
  var N = this.cfg, Z = N.iv, T = N.mode;
3036
- this._xformMode == this._ENC_XFORM_MODE ? m = T.createEncryptor : (m = T.createDecryptor, this._minBufferSize = 1), this._mode && this._mode.__creator == m ? this._mode.init(this, Z && Z.words) : (this._mode = m.call(T, this, Z && Z.words), this._mode.__creator = m);
3036
+ this._xformMode == this._ENC_XFORM_MODE ? O = T.createEncryptor : (O = T.createDecryptor, this._minBufferSize = 1), this._mode && this._mode.__creator == O ? this._mode.init(this, Z && Z.words) : (this._mode = O.call(T, this, Z && Z.words), this._mode.__creator = O);
3037
3037
  },
3038
- _doProcessBlock: function(m, N) {
3039
- this._mode.processBlock(m, N);
3038
+ _doProcessBlock: function(O, N) {
3039
+ this._mode.processBlock(O, N);
3040
3040
  },
3041
3041
  _doFinalize: function() {
3042
- var m, N = this.cfg.padding;
3043
- return this._xformMode == this._ENC_XFORM_MODE ? (N.pad(this._data, this.blockSize), m = this._process(!0)) : (m = this._process(!0), N.unpad(m)), m;
3042
+ var O, N = this.cfg.padding;
3043
+ return this._xformMode == this._ENC_XFORM_MODE ? (N.pad(this._data, this.blockSize), O = this._process(!0)) : (O = this._process(!0), N.unpad(O)), O;
3044
3044
  },
3045
3045
  blockSize: 128 / 32
3046
3046
  });
@@ -3064,8 +3064,8 @@ function VA() {
3064
3064
  * formatter: CryptoJS.format.OpenSSL
3065
3065
  * });
3066
3066
  */
3067
- init: function(m) {
3068
- this.mixIn(m);
3067
+ init: function(O) {
3068
+ this.mixIn(O);
3069
3069
  },
3070
3070
  /**
3071
3071
  * Converts this cipher params object to a string.
@@ -3082,10 +3082,10 @@ function VA() {
3082
3082
  * var string = cipherParams.toString();
3083
3083
  * var string = cipherParams.toString(CryptoJS.format.OpenSSL);
3084
3084
  */
3085
- toString: function(m) {
3086
- return (m || this.formatter).stringify(this);
3085
+ toString: function(O) {
3086
+ return (O || this.formatter).stringify(this);
3087
3087
  }
3088
- }), p = r.format = {}, O = p.OpenSSL = {
3088
+ }), p = r.format = {}, m = p.OpenSSL = {
3089
3089
  /**
3090
3090
  * Converts a cipher params object to an OpenSSL-compatible string.
3091
3091
  *
@@ -3099,8 +3099,8 @@ function VA() {
3099
3099
  *
3100
3100
  * var openSSLString = CryptoJS.format.OpenSSL.stringify(cipherParams);
3101
3101
  */
3102
- stringify: function(m) {
3103
- var N, Z = m.ciphertext, T = m.salt;
3102
+ stringify: function(O) {
3103
+ var N, Z = O.ciphertext, T = O.salt;
3104
3104
  return T ? N = z.create([1398893684, 1701076831]).concat(T).concat(Z) : N = Z, N.toString(u);
3105
3105
  },
3106
3106
  /**
@@ -3116,8 +3116,8 @@ function VA() {
3116
3116
  *
3117
3117
  * var cipherParams = CryptoJS.format.OpenSSL.parse(openSSLString);
3118
3118
  */
3119
- parse: function(m) {
3120
- var N, Z = u.parse(m), T = Z.words;
3119
+ parse: function(O) {
3120
+ var N, Z = u.parse(O), T = Z.words;
3121
3121
  return T[0] == 1398893684 && T[1] == 1701076831 && (N = z.create(T.slice(2, 4)), T.splice(0, 4), Z.sigBytes -= 16), q.create({ ciphertext: Z, salt: N });
3122
3122
  }
3123
3123
  }, V = P.SerializableCipher = t.extend({
@@ -3127,7 +3127,7 @@ function VA() {
3127
3127
  * @property {Formatter} format The formatting strategy to convert cipher param objects to and from a string. Default: OpenSSL
3128
3128
  */
3129
3129
  cfg: t.extend({
3130
- format: O
3130
+ format: m
3131
3131
  }),
3132
3132
  /**
3133
3133
  * Encrypts a message.
@@ -3147,17 +3147,17 @@ function VA() {
3147
3147
  * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv });
3148
3148
  * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv, format: CryptoJS.format.OpenSSL });
3149
3149
  */
3150
- encrypt: function(m, N, Z, T) {
3150
+ encrypt: function(O, N, Z, T) {
3151
3151
  T = this.cfg.extend(T);
3152
- var K = m.createEncryptor(Z, T), F = K.finalize(N), $ = K.cfg;
3152
+ var S = O.createEncryptor(Z, T), F = S.finalize(N), $ = S.cfg;
3153
3153
  return q.create({
3154
3154
  ciphertext: F,
3155
3155
  key: Z,
3156
3156
  iv: $.iv,
3157
- algorithm: m,
3157
+ algorithm: O,
3158
3158
  mode: $.mode,
3159
3159
  padding: $.padding,
3160
- blockSize: m.blockSize,
3160
+ blockSize: O.blockSize,
3161
3161
  formatter: T.format
3162
3162
  });
3163
3163
  },
@@ -3178,10 +3178,10 @@ function VA() {
3178
3178
  * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, key, { iv: iv, format: CryptoJS.format.OpenSSL });
3179
3179
  * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, key, { iv: iv, format: CryptoJS.format.OpenSSL });
3180
3180
  */
3181
- decrypt: function(m, N, Z, T) {
3181
+ decrypt: function(O, N, Z, T) {
3182
3182
  T = this.cfg.extend(T), N = this._parse(N, T.format);
3183
- var K = m.createDecryptor(Z, T).finalize(N.ciphertext);
3184
- return K;
3183
+ var S = O.createDecryptor(Z, T).finalize(N.ciphertext);
3184
+ return S;
3185
3185
  },
3186
3186
  /**
3187
3187
  * Converts serialized ciphertext to CipherParams,
@@ -3198,8 +3198,8 @@ function VA() {
3198
3198
  *
3199
3199
  * var ciphertextParams = CryptoJS.lib.SerializableCipher._parse(ciphertextStringOrParams, format);
3200
3200
  */
3201
- _parse: function(m, N) {
3202
- return typeof m == "string" ? N.parse(m, this) : m;
3201
+ _parse: function(O, N) {
3202
+ return typeof O == "string" ? N.parse(O, this) : O;
3203
3203
  }
3204
3204
  }), R = r.kdf = {}, l = R.OpenSSL = {
3205
3205
  /**
@@ -3219,11 +3219,11 @@ function VA() {
3219
3219
  * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
3220
3220
  * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
3221
3221
  */
3222
- execute: function(m, N, Z, T, K) {
3223
- if (T || (T = z.random(64 / 8)), K)
3224
- var F = X.create({ keySize: N + Z, hasher: K }).compute(m, T);
3222
+ execute: function(O, N, Z, T, S) {
3223
+ if (T || (T = z.random(64 / 8)), S)
3224
+ var F = X.create({ keySize: N + Z, hasher: S }).compute(O, T);
3225
3225
  else
3226
- var F = X.create({ keySize: N + Z }).compute(m, T);
3226
+ var F = X.create({ keySize: N + Z }).compute(O, T);
3227
3227
  var $ = z.create(F.words.slice(N), Z * 4);
3228
3228
  return F.sigBytes = N * 4, q.create({ key: F, iv: $, salt: T });
3229
3229
  }
@@ -3253,12 +3253,12 @@ function VA() {
3253
3253
  * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password');
3254
3254
  * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password', { format: CryptoJS.format.OpenSSL });
3255
3255
  */
3256
- encrypt: function(m, N, Z, T) {
3256
+ encrypt: function(O, N, Z, T) {
3257
3257
  T = this.cfg.extend(T);
3258
- var K = T.kdf.execute(Z, m.keySize, m.ivSize, T.salt, T.hasher);
3259
- T.iv = K.iv;
3260
- var F = V.encrypt.call(this, m, N, K.key, T);
3261
- return F.mixIn(K), F;
3258
+ var S = T.kdf.execute(Z, O.keySize, O.ivSize, T.salt, T.hasher);
3259
+ T.iv = S.iv;
3260
+ var F = V.encrypt.call(this, O, N, S.key, T);
3261
+ return F.mixIn(S), F;
3262
3262
  },
3263
3263
  /**
3264
3264
  * Decrypts serialized ciphertext using a password.
@@ -3277,11 +3277,11 @@ function VA() {
3277
3277
  * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, 'password', { format: CryptoJS.format.OpenSSL });
3278
3278
  * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, 'password', { format: CryptoJS.format.OpenSSL });
3279
3279
  */
3280
- decrypt: function(m, N, Z, T) {
3280
+ decrypt: function(O, N, Z, T) {
3281
3281
  T = this.cfg.extend(T), N = this._parse(N, T.format);
3282
- var K = T.kdf.execute(Z, m.keySize, m.ivSize, N.salt, T.hasher);
3283
- T.iv = K.iv;
3284
- var F = V.decrypt.call(this, m, N, K.key, T);
3282
+ var S = T.kdf.execute(Z, O.keySize, O.ivSize, N.salt, T.hasher);
3283
+ T.iv = S.iv;
3284
+ var F = V.decrypt.call(this, O, N, S.key, T);
3285
3285
  return F;
3286
3286
  }
3287
3287
  });
@@ -3571,28 +3571,28 @@ function lP() {
3571
3571
  (function() {
3572
3572
  for (var q = [], p = 0; p < 256; p++)
3573
3573
  p < 128 ? q[p] = p << 1 : q[p] = p << 1 ^ 283;
3574
- for (var O = 0, V = 0, p = 0; p < 256; p++) {
3574
+ for (var m = 0, V = 0, p = 0; p < 256; p++) {
3575
3575
  var R = V ^ V << 1 ^ V << 2 ^ V << 3 ^ V << 4;
3576
- R = R >>> 8 ^ R & 255 ^ 99, z[O] = R, d[R] = O;
3577
- var l = q[O], j = q[l], m = q[j], N = q[R] * 257 ^ R * 16843008;
3578
- n[O] = N << 24 | N >>> 8, u[O] = N << 16 | N >>> 16, x[O] = N << 8 | N >>> 24, X[O] = N;
3579
- var N = m * 16843009 ^ j * 65537 ^ l * 257 ^ O * 16843008;
3580
- a[R] = N << 24 | N >>> 8, c[R] = N << 16 | N >>> 16, H[R] = N << 8 | N >>> 24, i[R] = N, O ? (O = l ^ q[q[q[m ^ l]]], V ^= q[q[V]]) : O = V = 1;
3576
+ R = R >>> 8 ^ R & 255 ^ 99, z[m] = R, d[R] = m;
3577
+ var l = q[m], j = q[l], O = q[j], N = q[R] * 257 ^ R * 16843008;
3578
+ n[m] = N << 24 | N >>> 8, u[m] = N << 16 | N >>> 16, x[m] = N << 8 | N >>> 24, X[m] = N;
3579
+ var N = O * 16843009 ^ j * 65537 ^ l * 257 ^ m * 16843008;
3580
+ a[R] = N << 24 | N >>> 8, c[R] = N << 16 | N >>> 16, H[R] = N << 8 | N >>> 24, i[R] = N, m ? (m = l ^ q[q[q[O ^ l]]], V ^= q[q[V]]) : m = V = 1;
3581
3581
  }
3582
3582
  })();
3583
3583
  var s = [0, 1, 2, 4, 8, 16, 32, 64, 128, 27, 54], b = t.AES = P.extend({
3584
3584
  _doReset: function() {
3585
3585
  var q;
3586
3586
  if (!(this._nRounds && this._keyPriorReset === this._key)) {
3587
- for (var p = this._keyPriorReset = this._key, O = p.words, V = p.sigBytes / 4, R = this._nRounds = V + 6, l = (R + 1) * 4, j = this._keySchedule = [], m = 0; m < l; m++)
3588
- m < V ? j[m] = O[m] : (q = j[m - 1], m % V ? V > 6 && m % V == 4 && (q = z[q >>> 24] << 24 | z[q >>> 16 & 255] << 16 | z[q >>> 8 & 255] << 8 | z[q & 255]) : (q = q << 8 | q >>> 24, q = z[q >>> 24] << 24 | z[q >>> 16 & 255] << 16 | z[q >>> 8 & 255] << 8 | z[q & 255], q ^= s[m / V | 0] << 24), j[m] = j[m - V] ^ q);
3587
+ for (var p = this._keyPriorReset = this._key, m = p.words, V = p.sigBytes / 4, R = this._nRounds = V + 6, l = (R + 1) * 4, j = this._keySchedule = [], O = 0; O < l; O++)
3588
+ O < V ? j[O] = m[O] : (q = j[O - 1], O % V ? V > 6 && O % V == 4 && (q = z[q >>> 24] << 24 | z[q >>> 16 & 255] << 16 | z[q >>> 8 & 255] << 8 | z[q & 255]) : (q = q << 8 | q >>> 24, q = z[q >>> 24] << 24 | z[q >>> 16 & 255] << 16 | z[q >>> 8 & 255] << 8 | z[q & 255], q ^= s[O / V | 0] << 24), j[O] = j[O - V] ^ q);
3589
3589
  for (var N = this._invKeySchedule = [], Z = 0; Z < l; Z++) {
3590
- var m = l - Z;
3590
+ var O = l - Z;
3591
3591
  if (Z % 4)
3592
- var q = j[m];
3592
+ var q = j[O];
3593
3593
  else
3594
- var q = j[m - 4];
3595
- Z < 4 || m <= 4 ? N[Z] = q : N[Z] = a[z[q >>> 24]] ^ c[z[q >>> 16 & 255]] ^ H[z[q >>> 8 & 255]] ^ i[z[q & 255]];
3594
+ var q = j[O - 4];
3595
+ Z < 4 || O <= 4 ? N[Z] = q : N[Z] = a[z[q >>> 24]] ^ c[z[q >>> 16 & 255]] ^ H[z[q >>> 8 & 255]] ^ i[z[q & 255]];
3596
3596
  }
3597
3597
  }
3598
3598
  },
@@ -3600,17 +3600,17 @@ function lP() {
3600
3600
  this._doCryptBlock(q, p, this._keySchedule, n, u, x, X, z);
3601
3601
  },
3602
3602
  decryptBlock: function(q, p) {
3603
- var O = q[p + 1];
3604
- q[p + 1] = q[p + 3], q[p + 3] = O, this._doCryptBlock(q, p, this._invKeySchedule, a, c, H, i, d);
3605
- var O = q[p + 1];
3606
- q[p + 1] = q[p + 3], q[p + 3] = O;
3603
+ var m = q[p + 1];
3604
+ q[p + 1] = q[p + 3], q[p + 3] = m, this._doCryptBlock(q, p, this._invKeySchedule, a, c, H, i, d);
3605
+ var m = q[p + 1];
3606
+ q[p + 1] = q[p + 3], q[p + 3] = m;
3607
3607
  },
3608
- _doCryptBlock: function(q, p, O, V, R, l, j, m) {
3609
- for (var N = this._nRounds, Z = q[p] ^ O[0], T = q[p + 1] ^ O[1], K = q[p + 2] ^ O[2], F = q[p + 3] ^ O[3], $ = 4, G = 1; G < N; G++) {
3610
- var Q = V[Z >>> 24] ^ R[T >>> 16 & 255] ^ l[K >>> 8 & 255] ^ j[F & 255] ^ O[$++], Y = V[T >>> 24] ^ R[K >>> 16 & 255] ^ l[F >>> 8 & 255] ^ j[Z & 255] ^ O[$++], J = V[K >>> 24] ^ R[F >>> 16 & 255] ^ l[Z >>> 8 & 255] ^ j[T & 255] ^ O[$++], o = V[F >>> 24] ^ R[Z >>> 16 & 255] ^ l[T >>> 8 & 255] ^ j[K & 255] ^ O[$++];
3611
- Z = Q, T = Y, K = J, F = o;
3608
+ _doCryptBlock: function(q, p, m, V, R, l, j, O) {
3609
+ for (var N = this._nRounds, Z = q[p] ^ m[0], T = q[p + 1] ^ m[1], S = q[p + 2] ^ m[2], F = q[p + 3] ^ m[3], $ = 4, G = 1; G < N; G++) {
3610
+ var Q = V[Z >>> 24] ^ R[T >>> 16 & 255] ^ l[S >>> 8 & 255] ^ j[F & 255] ^ m[$++], Y = V[T >>> 24] ^ R[S >>> 16 & 255] ^ l[F >>> 8 & 255] ^ j[Z & 255] ^ m[$++], J = V[S >>> 24] ^ R[F >>> 16 & 255] ^ l[Z >>> 8 & 255] ^ j[T & 255] ^ m[$++], o = V[F >>> 24] ^ R[Z >>> 16 & 255] ^ l[T >>> 8 & 255] ^ j[S & 255] ^ m[$++];
3611
+ Z = Q, T = Y, S = J, F = o;
3612
3612
  }
3613
- var Q = (m[Z >>> 24] << 24 | m[T >>> 16 & 255] << 16 | m[K >>> 8 & 255] << 8 | m[F & 255]) ^ O[$++], Y = (m[T >>> 24] << 24 | m[K >>> 16 & 255] << 16 | m[F >>> 8 & 255] << 8 | m[Z & 255]) ^ O[$++], J = (m[K >>> 24] << 24 | m[F >>> 16 & 255] << 16 | m[Z >>> 8 & 255] << 8 | m[T & 255]) ^ O[$++], o = (m[F >>> 24] << 24 | m[Z >>> 16 & 255] << 16 | m[T >>> 8 & 255] << 8 | m[K & 255]) ^ O[$++];
3613
+ var Q = (O[Z >>> 24] << 24 | O[T >>> 16 & 255] << 16 | O[S >>> 8 & 255] << 8 | O[F & 255]) ^ m[$++], Y = (O[T >>> 24] << 24 | O[S >>> 16 & 255] << 16 | O[F >>> 8 & 255] << 8 | O[Z & 255]) ^ m[$++], J = (O[S >>> 24] << 24 | O[F >>> 16 & 255] << 16 | O[Z >>> 8 & 255] << 8 | O[T & 255]) ^ m[$++], o = (O[F >>> 24] << 24 | O[Z >>> 16 & 255] << 16 | O[T >>> 8 & 255] << 8 | O[S & 255]) ^ m[$++];
3614
3614
  q[p] = Q, q[p + 1] = Y, q[p + 2] = J, q[p + 3] = o;
3615
3615
  },
3616
3616
  keySize: 256 / 32
@@ -4274,8 +4274,8 @@ function DP() {
4274
4274
  ], a = z.DES = t.extend({
4275
4275
  _doReset: function() {
4276
4276
  for (var s = this._key, b = s.words, q = [], p = 0; p < 56; p++) {
4277
- var O = d[p] - 1;
4278
- q[p] = b[O >>> 5] >>> 31 - O % 32 & 1;
4277
+ var m = d[p] - 1;
4278
+ q[p] = b[m >>> 5] >>> 31 - m % 32 & 1;
4279
4279
  }
4280
4280
  for (var V = this._subKeys = [], R = 0; R < 16; R++) {
4281
4281
  for (var l = V[R] = [], j = u[R], p = 0; p < 24; p++)
@@ -4285,8 +4285,8 @@ function DP() {
4285
4285
  l[p] = l[p] >>> (p - 1) * 4 + 3;
4286
4286
  l[7] = l[7] << 5 | l[7] >>> 27;
4287
4287
  }
4288
- for (var m = this._invSubKeys = [], p = 0; p < 16; p++)
4289
- m[p] = V[15 - p];
4288
+ for (var O = this._invSubKeys = [], p = 0; p < 16; p++)
4289
+ O[p] = V[15 - p];
4290
4290
  },
4291
4291
  encryptBlock: function(s, b) {
4292
4292
  this._doCryptBlock(s, b, this._subKeys);
@@ -4297,12 +4297,12 @@ function DP() {
4297
4297
  _doCryptBlock: function(s, b, q) {
4298
4298
  this._lBlock = s[b], this._rBlock = s[b + 1], c.call(this, 4, 252645135), c.call(this, 16, 65535), H.call(this, 2, 858993459), H.call(this, 8, 16711935), c.call(this, 1, 1431655765);
4299
4299
  for (var p = 0; p < 16; p++) {
4300
- for (var O = q[p], V = this._lBlock, R = this._rBlock, l = 0, j = 0; j < 8; j++)
4301
- l |= x[j][((R ^ O[j]) & X[j]) >>> 0];
4300
+ for (var m = q[p], V = this._lBlock, R = this._rBlock, l = 0, j = 0; j < 8; j++)
4301
+ l |= x[j][((R ^ m[j]) & X[j]) >>> 0];
4302
4302
  this._lBlock = R, this._rBlock = V ^ l;
4303
4303
  }
4304
- var m = this._lBlock;
4305
- this._lBlock = this._rBlock, this._rBlock = m, c.call(this, 1, 1431655765), H.call(this, 8, 16711935), H.call(this, 2, 858993459), c.call(this, 16, 65535), c.call(this, 4, 252645135), s[b] = this._lBlock, s[b + 1] = this._rBlock;
4304
+ var O = this._lBlock;
4305
+ this._lBlock = this._rBlock, this._rBlock = O, c.call(this, 1, 1431655765), H.call(this, 8, 16711935), H.call(this, 2, 858993459), c.call(this, 16, 65535), c.call(this, 4, 252645135), s[b] = this._lBlock, s[b + 1] = this._rBlock;
4306
4306
  },
4307
4307
  keySize: 64 / 32,
4308
4308
  ivSize: 64 / 32,
@@ -4322,8 +4322,8 @@ function DP() {
4322
4322
  var s = this._key, b = s.words;
4323
4323
  if (b.length !== 2 && b.length !== 4 && b.length < 6)
4324
4324
  throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");
4325
- var q = b.slice(0, 2), p = b.length < 4 ? b.slice(0, 2) : b.slice(2, 4), O = b.length < 6 ? b.slice(0, 2) : b.slice(4, 6);
4326
- this._des1 = a.createEncryptor(P.create(q)), this._des2 = a.createEncryptor(P.create(p)), this._des3 = a.createEncryptor(P.create(O));
4325
+ var q = b.slice(0, 2), p = b.length < 4 ? b.slice(0, 2) : b.slice(2, 4), m = b.length < 6 ? b.slice(0, 2) : b.slice(4, 6);
4326
+ this._des1 = a.createEncryptor(P.create(q)), this._des2 = a.createEncryptor(P.create(p)), this._des3 = a.createEncryptor(P.create(m));
4327
4327
  },
4328
4328
  encryptBlock: function(s, b) {
4329
4329
  this._des1.encryptBlock(s, b), this._des2.decryptBlock(s, b), this._des3.encryptBlock(s, b);
@@ -4430,8 +4430,8 @@ function NP() {
4430
4430
  for (var c = 0; c < 8; c++)
4431
4431
  i[c] ^= H[c + 4 & 7];
4432
4432
  if (a) {
4433
- var s = a.words, b = s[0], q = s[1], p = (b << 8 | b >>> 24) & 16711935 | (b << 24 | b >>> 8) & 4278255360, O = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360, V = p >>> 16 | O & 4294901760, R = O << 16 | p & 65535;
4434
- i[0] ^= p, i[1] ^= V, i[2] ^= O, i[3] ^= R, i[4] ^= p, i[5] ^= V, i[6] ^= O, i[7] ^= R;
4433
+ var s = a.words, b = s[0], q = s[1], p = (b << 8 | b >>> 24) & 16711935 | (b << 24 | b >>> 8) & 4278255360, m = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360, V = p >>> 16 | m & 4294901760, R = m << 16 | p & 65535;
4434
+ i[0] ^= p, i[1] ^= V, i[2] ^= m, i[3] ^= R, i[4] ^= p, i[5] ^= V, i[6] ^= m, i[7] ^= R;
4435
4435
  for (var c = 0; c < 4; c++)
4436
4436
  x.call(this);
4437
4437
  }
@@ -4494,8 +4494,8 @@ function RP() {
4494
4494
  for (var i = 0; i < 8; i++)
4495
4495
  H[i] ^= c[i + 4 & 7];
4496
4496
  if (a) {
4497
- var s = a.words, b = s[0], q = s[1], p = (b << 8 | b >>> 24) & 16711935 | (b << 24 | b >>> 8) & 4278255360, O = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360, V = p >>> 16 | O & 4294901760, R = O << 16 | p & 65535;
4498
- H[0] ^= p, H[1] ^= V, H[2] ^= O, H[3] ^= R, H[4] ^= p, H[5] ^= V, H[6] ^= O, H[7] ^= R;
4497
+ var s = a.words, b = s[0], q = s[1], p = (b << 8 | b >>> 24) & 16711935 | (b << 24 | b >>> 8) & 4278255360, m = (q << 8 | q >>> 24) & 16711935 | (q << 24 | q >>> 8) & 4278255360, V = p >>> 16 | m & 4294901760, R = m << 16 | p & 65535;
4498
+ H[0] ^= p, H[1] ^= V, H[2] ^= m, H[3] ^= R, H[4] ^= p, H[5] ^= V, H[6] ^= m, H[7] ^= R;
4499
4499
  for (var i = 0; i < 4; i++)
4500
4500
  x.call(this);
4501
4501
  }
@@ -5590,20 +5590,20 @@ function jP() {
5590
5590
  sbox: []
5591
5591
  };
5592
5592
  function x(i, s) {
5593
- let b = s >> 24 & 255, q = s >> 16 & 255, p = s >> 8 & 255, O = s & 255, V = i.sbox[0][b] + i.sbox[1][q];
5594
- return V = V ^ i.sbox[2][p], V = V + i.sbox[3][O], V;
5593
+ let b = s >> 24 & 255, q = s >> 16 & 255, p = s >> 8 & 255, m = s & 255, V = i.sbox[0][b] + i.sbox[1][q];
5594
+ return V = V ^ i.sbox[2][p], V = V + i.sbox[3][m], V;
5595
5595
  }
5596
5596
  function X(i, s, b) {
5597
- let q = s, p = b, O;
5597
+ let q = s, p = b, m;
5598
5598
  for (let V = 0; V < z; ++V)
5599
- q = q ^ i.pbox[V], p = x(i, q) ^ p, O = q, q = p, p = O;
5600
- return O = q, q = p, p = O, p = p ^ i.pbox[z], q = q ^ i.pbox[z + 1], { left: q, right: p };
5599
+ q = q ^ i.pbox[V], p = x(i, q) ^ p, m = q, q = p, p = m;
5600
+ return m = q, q = p, p = m, p = p ^ i.pbox[z], q = q ^ i.pbox[z + 1], { left: q, right: p };
5601
5601
  }
5602
5602
  function a(i, s, b) {
5603
- let q = s, p = b, O;
5603
+ let q = s, p = b, m;
5604
5604
  for (let V = z + 1; V > 1; --V)
5605
- q = q ^ i.pbox[V], p = x(i, q) ^ p, O = q, q = p, p = O;
5606
- return O = q, q = p, p = O, p = p ^ i.pbox[1], q = q ^ i.pbox[0], { left: q, right: p };
5605
+ q = q ^ i.pbox[V], p = x(i, q) ^ p, m = q, q = p, p = m;
5606
+ return m = q, q = p, p = m, p = p ^ i.pbox[1], q = q ^ i.pbox[0], { left: q, right: p };
5607
5607
  }
5608
5608
  function c(i, s, b) {
5609
5609
  for (let R = 0; R < 4; R++) {
@@ -5614,12 +5614,12 @@ function jP() {
5614
5614
  let q = 0;
5615
5615
  for (let R = 0; R < z + 2; R++)
5616
5616
  i.pbox[R] = d[R] ^ s[q], q++, q >= b && (q = 0);
5617
- let p = 0, O = 0, V = 0;
5617
+ let p = 0, m = 0, V = 0;
5618
5618
  for (let R = 0; R < z + 2; R += 2)
5619
- V = X(i, p, O), p = V.left, O = V.right, i.pbox[R] = p, i.pbox[R + 1] = O;
5619
+ V = X(i, p, m), p = V.left, m = V.right, i.pbox[R] = p, i.pbox[R + 1] = m;
5620
5620
  for (let R = 0; R < 4; R++)
5621
5621
  for (let l = 0; l < 256; l += 2)
5622
- V = X(i, p, O), p = V.left, O = V.right, i.sbox[R][l] = p, i.sbox[R][l + 1] = O;
5622
+ V = X(i, p, m), p = V.left, m = V.right, i.sbox[R][l] = p, i.sbox[R][l + 1] = m;
5623
5623
  return !0;
5624
5624
  }
5625
5625
  var H = t.Blowfish = P.extend({
@@ -6554,8 +6554,8 @@ const Xf = (e, A = "") => {
6554
6554
  });
6555
6555
  const q = Tn(s.endTime) || s.endTime == 0 || s.endTime === 253370736e6 || s.endTime === "253370736000000" ? "-" : Number(s.endTime);
6556
6556
  if (b = le().endOf("day") > le(q).endOf("day"), !f && !v && s.id && !b) {
6557
- const O = QA(d).find((V) => V.routeUrl === "/statisticalReport");
6558
- O && (f = O.code);
6557
+ const m = QA(d).find((V) => V.routeUrl === "/statisticalReport");
6558
+ m && (f = m.code);
6559
6559
  }
6560
6560
  }
6561
6561
  }
@@ -6564,12 +6564,12 @@ const Xf = (e, A = "") => {
6564
6564
  var p;
6565
6565
  return {
6566
6566
  ...q,
6567
- name: ((p = QA(d).find((O) => O.code === q.code)) == null ? void 0 : p.name) ?? q.name
6567
+ name: ((p = QA(d).find((m) => m.code === q.code)) == null ? void 0 : p.name) ?? q.name
6568
6568
  };
6569
6569
  })) ?? [];
6570
6570
  if (b.length) {
6571
6571
  const q = b.filter(
6572
- (p) => f && f === p.code || v && v === `/${p.applicationPath}${p.path}`.replace(/\/\//g, "/") || QA(d).map((O) => O.code).includes(p.code)
6572
+ (p) => f && f === p.code || v && v === `/${p.applicationPath}${p.path}`.replace(/\/\//g, "/") || QA(d).map((m) => m.code).includes(p.code)
6573
6573
  );
6574
6574
  EA([
6575
6575
  {
@@ -6615,7 +6615,7 @@ const Xf = (e, A = "") => {
6615
6615
  { key: "currentSubAppCode", value: z },
6616
6616
  { key: "subAppList", value: p }
6617
6617
  ]);
6618
- const O = {
6618
+ const m = {
6619
6619
  currentApplication: A.routeUrl,
6620
6620
  applicationPath: x.applicationPath,
6621
6621
  applicationCode: z,
@@ -6632,15 +6632,15 @@ const Xf = (e, A = "") => {
6632
6632
  },
6633
6633
  {
6634
6634
  key: "currentTab",
6635
- value: O
6635
+ value: m
6636
6636
  },
6637
6637
  {
6638
6638
  key: `tabMap:${z}`,
6639
- value: O
6639
+ value: m
6640
6640
  },
6641
6641
  {
6642
6642
  key: `preTab:${z}`,
6643
- value: O
6643
+ value: m
6644
6644
  }
6645
6645
  ]);
6646
6646
  }
@@ -6698,9 +6698,9 @@ const Xf = (e, A = "") => {
6698
6698
  SA.value = {
6699
6699
  style: f,
6700
6700
  skinStyle: v
6701
- }, h.setTheme(v);
6701
+ }, K.setTheme(v);
6702
6702
  const { platformConfig: r } = await Bv(), P = v === "default" || v === "cjb" ? Cd : _d;
6703
- return h.nav.setLogo(r != null && r.platformLogoImg ? Hf(r.platformLogoImg) : P), sessionStorage.setItem("personal-config", JSON.stringify(SA.value)), {
6703
+ return K.nav.setLogo(r != null && r.platformLogoImg ? Hf(r.platformLogoImg) : P), sessionStorage.setItem("personal-config", JSON.stringify(SA.value)), {
6704
6704
  personalMenuConfig: SA.value
6705
6705
  };
6706
6706
  }, A5 = async () => {
@@ -7015,8 +7015,8 @@ const Xf = (e, A = "") => {
7015
7015
  }), u = Pr();
7016
7016
  let x = !0;
7017
7017
  const X = L(!1), { run: a } = S5(), { run: c } = h5(), H = () => {
7018
- var O;
7019
- x = !0, (O = u.value) == null || O.resetLazyLoad();
7018
+ var m;
7019
+ x = !0, (m = u.value) == null || m.resetLazyLoad();
7020
7020
  };
7021
7021
  return {
7022
7022
  builtInDialog: r,
@@ -7026,10 +7026,10 @@ const Xf = (e, A = "") => {
7026
7026
  keyword: z,
7027
7027
  treeData: d,
7028
7028
  openBuiltInDialog: () => {
7029
- var O, V, R;
7030
- P.value = ((O = f.value) == null ? void 0 : O.urlId) ?? "", t.value = ((V = f.value) == null ? void 0 : V.urlPath) ?? ((R = f.value) == null ? void 0 : R.urlId) ?? "", z.value = "", r.value = !0, H();
7029
+ var m, V, R;
7030
+ P.value = ((m = f.value) == null ? void 0 : m.urlId) ?? "", t.value = ((V = f.value) == null ? void 0 : V.urlPath) ?? ((R = f.value) == null ? void 0 : R.urlId) ?? "", z.value = "", r.value = !0, H();
7031
7031
  },
7032
- loadChildNode: async (O) => {
7032
+ loadChildNode: async (m) => {
7033
7033
  const V = {
7034
7034
  pageIndex: 1,
7035
7035
  pageSize: 999,
@@ -7038,30 +7038,30 @@ const Xf = (e, A = "") => {
7038
7038
  dataType: f.value.parentId === "-1" ? 2 : 3,
7039
7039
  isTenant: A.type === 1
7040
7040
  };
7041
- x ? (x = !1, X.value = !0) : V.parentId = O.id;
7041
+ x ? (x = !1, X.value = !0) : V.parentId = m.id;
7042
7042
  let [R, l] = await a(V);
7043
7043
  return X.value = !1, R ? { data: [] } : { data: l.data || [] };
7044
7044
  },
7045
- search: async (O) => {
7046
- if (!O) return {};
7045
+ search: async (m) => {
7046
+ if (!m) return {};
7047
7047
  const [V, R] = await c({
7048
- name: O,
7048
+ name: m,
7049
7049
  orgId: A.id,
7050
7050
  dataType: 2,
7051
7051
  isTenant: A.type === 1
7052
7052
  });
7053
7053
  return V ? {} : R;
7054
7054
  },
7055
- toggleTree: (O) => {
7056
- n.value = O, t.value = (O == null ? void 0 : O.path) ?? O.id;
7055
+ toggleTree: (m) => {
7056
+ n.value = m, t.value = (m == null ? void 0 : m.path) ?? m.id;
7057
7057
  },
7058
7058
  confirmFormBuiltIn: () => {
7059
7059
  if (!P.value) {
7060
7060
  Ee.warning(M("至少选择一个链接"));
7061
7061
  return;
7062
7062
  }
7063
- const O = f.value, V = n.value;
7064
- O.routeUrl = V.routeUrl, O.originalCode = V.code, O.originalId = V.id, O.urlId = V.id, O.urlPath = V.path, O.applicationPath = V.applicationPath, v.value.routeUrl = "", O.code || (O.code = V.code), r.value = !1;
7063
+ const m = f.value, V = n.value;
7064
+ m.routeUrl = V.routeUrl, m.originalCode = V.code, m.originalId = V.id, m.urlId = V.id, m.urlPath = V.path, m.applicationPath = V.applicationPath, v.value.routeUrl = "", m.code || (m.code = V.code), r.value = !1;
7065
7065
  }
7066
7066
  };
7067
7067
  }, e6 = "/enterpriseadmin/ioc-server/ioc-server/ws";
@@ -7075,14 +7075,14 @@ const v6 = (e) => {
7075
7075
  { value: 4, label: M("轻分析") }
7076
7076
  ]), z = L([]), d = L(20), n = L(1), u = L(0), x = L(""), X = L(""), a = L(""), c = L(!1), { run: H } = K5(), { run: i } = C5(), { run: s } = _5(), { run: b } = $5(), { run: q } = A6(), p = (G) => {
7077
7077
  const Q = [], Y = G[2], J = Y.displays, o = Y.scenes, W = Y[M("2D3D集成根目录")];
7078
- O(J, "2D", "/enterpriseadmin/ioc-server/?type=preview&tag=displays", Q), O(o, "3D", "/enterpriseadmin/ioc-server/?type=preview3d&tag=scenes", Q), O(W, M("集成"), "/enterpriseadmin/ioc-server/?type=preview2d3d&tag=scenes", Q);
7078
+ m(J, "2D", "/enterpriseadmin/ioc-server/?type=preview&tag=displays", Q), m(o, "3D", "/enterpriseadmin/ioc-server/?type=preview3d&tag=scenes", Q), m(W, M("集成"), "/enterpriseadmin/ioc-server/?type=preview2d3d&tag=scenes", Q);
7079
7079
  const E = (n.value - 1) * d.value, w = E + d.value;
7080
7080
  z.value = Q.filter((zA) => zA.name.includes(x.value)).slice(E, w), u.value = Q.length;
7081
- }, O = (G, Q, Y, J) => {
7081
+ }, m = (G, Q, Y, J) => {
7082
7082
  for (const o in G) {
7083
7083
  const W = G[o];
7084
7084
  if (W !== !0)
7085
- O(W, Q, `${Y}/${o}`, J);
7085
+ m(W, Q, `${Y}/${o}`, J);
7086
7086
  else if (o.includes(".json")) {
7087
7087
  const E = `${Y}/${o}&showLayout=false`;
7088
7088
  J.push({ id: E, name: o.slice(0, -5), type: Q, url: E });
@@ -7101,14 +7101,14 @@ const v6 = (e) => {
7101
7101
  return;
7102
7102
  }
7103
7103
  A.value.urlType = P.value, A.value.urlId = X.value, A.value.routeUrl = a.value, r.value = !1;
7104
- }, m = (G) => {
7104
+ }, O = (G) => {
7105
7105
  V(), P.value = G, X.value = "", a.value = "", N();
7106
7106
  }, N = () => {
7107
7107
  if (f.type !== 7) return;
7108
7108
  ({
7109
7109
  0: Z,
7110
7110
  1: T,
7111
- 2: K,
7111
+ 2: S,
7112
7112
  3: $,
7113
7113
  4: F
7114
7114
  })[P.value]();
@@ -7129,7 +7129,7 @@ const v6 = (e) => {
7129
7129
  return;
7130
7130
  }
7131
7131
  z.value = Y.data.map((J) => (J.type = M("图纸编排"), J.name = J.groupName, J)) || [], u.value = Y.totalCount;
7132
- }, K = async () => {
7132
+ }, S = async () => {
7133
7133
  const G = {
7134
7134
  project: v.value,
7135
7135
  name: x.value,
@@ -7188,7 +7188,7 @@ const v6 = (e) => {
7188
7188
  openUrlDialog: R,
7189
7189
  tableChange: l,
7190
7190
  confirmUrl: j,
7191
- changeType: m,
7191
+ changeType: O,
7192
7192
  getTable: N
7193
7193
  };
7194
7194
  }, n6 = "data:image/png;base64,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", r6 = ["src"], P6 = { class: "content" }, t6 = /* @__PURE__ */ qA({
@@ -7280,7 +7280,7 @@ const v6 = (e) => {
7280
7280
  openBuiltInDialog: b,
7281
7281
  loadChildNode: q,
7282
7282
  search: p,
7283
- toggleTree: O,
7283
+ toggleTree: m,
7284
7284
  confirmFormBuiltIn: V
7285
7285
  } = f6({
7286
7286
  orgInfo: r,
@@ -7290,11 +7290,11 @@ const v6 = (e) => {
7290
7290
  loading: R,
7291
7291
  urlDialog: l,
7292
7292
  urlType: j,
7293
- urlTypeOptions: m,
7293
+ urlTypeOptions: O,
7294
7294
  tableData: N,
7295
7295
  pageSize: Z,
7296
7296
  pageIndex: T,
7297
- totalCount: K,
7297
+ totalCount: S,
7298
7298
  tableFilter: F,
7299
7299
  urlId: $,
7300
7300
  openUrlDialog: G,
@@ -7492,7 +7492,7 @@ const v6 = (e) => {
7492
7492
  load: D(q),
7493
7493
  search: D(p),
7494
7494
  "input-options": { placeholder: D(M)("搜索门户名称") },
7495
- onNodeClick: D(O)
7495
+ onNodeClick: D(m)
7496
7496
  }, null, 8, ["modelValue", "path", "filter-value", "data", "load", "search", "input-options", "onNodeClick"])
7497
7497
  ]),
7498
7498
  _: 1
@@ -7559,7 +7559,7 @@ const v6 = (e) => {
7559
7559
  "onUpdate:modelValue": _[10] || (_[10] = (eA) => FA(j) ? j.value = eA : null),
7560
7560
  size: "small",
7561
7561
  width: "200px",
7562
- options: D(m),
7562
+ options: D(O),
7563
7563
  onChange: D(J)
7564
7564
  }, null, 8, ["modelValue", "options", "onChange"])
7565
7565
  ]),
@@ -7587,7 +7587,7 @@ const v6 = (e) => {
7587
7587
  "onUpdate:currentPage": _[13] || (_[13] = (eA) => FA(T) ? T.value = eA : null),
7588
7588
  "page-size": D(Z),
7589
7589
  "onUpdate:pageSize": _[14] || (_[14] = (eA) => FA(Z) ? Z.value = eA : null),
7590
- total: D(K),
7590
+ total: D(S),
7591
7591
  "pagination-props": { layout: "prev,next,sizes" },
7592
7592
  onRadioChange: D(Q),
7593
7593
  onCurrentPageChange: D(o),
@@ -7669,8 +7669,8 @@ const v6 = (e) => {
7669
7669
  return;
7670
7670
  }
7671
7671
  if ((b = P.value) != null && b.formValidate()) {
7672
- const p = (q = P.value) == null ? void 0 : q.getResult(), [O] = await p6().run(p);
7673
- if (O) {
7672
+ const p = (q = P.value) == null ? void 0 : q.getResult(), [m] = await p6().run(p);
7673
+ if (m) {
7674
7674
  z.value = "home";
7675
7675
  return;
7676
7676
  }
@@ -7851,7 +7851,7 @@ const v6 = (e) => {
7851
7851
  ), OA(
7852
7852
  () => [u.value, x.value],
7853
7853
  () => {
7854
- h.nav.setConfig({
7854
+ K.nav.setConfig({
7855
7855
  showFullScreen: u.value,
7856
7856
  showChangeEnterprise: x.value,
7857
7857
  showSearch: !0,
@@ -7874,22 +7874,22 @@ const v6 = (e) => {
7874
7874
  ]).then((q) => Object.assign(s, ...q)), z.value = !1, s;
7875
7875
  }, a = async () => {
7876
7876
  const s = P9.value;
7877
- let b = [...$3].map((O) => ({
7878
- ...O,
7879
- label: M(O.label)
7877
+ let b = [...$3].map((m) => ({
7878
+ ...m,
7879
+ label: M(m.label)
7880
7880
  }));
7881
- b.forEach((O) => (s != null && s.appAlias && O.value === RA && (O.label = s.appAlias), s != null && s.homeAlias && O.value === hA && (O.label = s.homeAlias), O)), s != null && s.enable ? ((s == null ? void 0 : s.displayPosition) === 2 && (b = o6(b, 0, 1)), d.value = b) : (d.value = b.filter((O) => O.path === RA), f.path === hA && await A.replace(RA));
7881
+ b.forEach((m) => (s != null && s.appAlias && m.value === RA && (m.label = s.appAlias), s != null && s.homeAlias && m.value === hA && (m.label = s.homeAlias), m)), s != null && s.enable ? ((s == null ? void 0 : s.displayPosition) === 2 && (b = o6(b, 0, 1)), d.value = b) : (d.value = b.filter((m) => m.path === RA), f.path === hA && await A.replace(RA));
7882
7882
  const q = s != null && s.enable && (s == null ? void 0 : s.displayPosition) !== 2 ? hA : RA;
7883
7883
  sessionStorage.getItem("defalt-page") || f.path !== q && await A.replace(q), sessionStorage.setItem("defalt-page", q);
7884
- const p = h.nav.getItems().filter((O) => !O.fixed) ?? [];
7885
- h.nav.setItems([...d.value, ...p]);
7884
+ const p = K.nav.getItems().filter((m) => !m.fixed) ?? [];
7885
+ K.nav.setItems([...d.value, ...p]);
7886
7886
  }, c = L(!1), H = async () => {
7887
7887
  var N;
7888
7888
  await e();
7889
7889
  const s = GA().id, b = await X();
7890
7890
  if (!b) return;
7891
- const { projectConfig: q, currentProject: p, personalConfig: O, tenantList: V } = b, R = (p == null ? void 0 : p.id) || 0;
7892
- s != R && (t.value = t.value === "0" ? "1" : "0"), x.value = ((N = qf()) == null ? void 0 : N.flag) !== 4 && V && V.length > 1, a(), q && q.length && (h.nav.setProjectConfig({
7891
+ const { projectConfig: q, currentProject: p, personalConfig: m, tenantList: V } = b, R = (p == null ? void 0 : p.id) || 0;
7892
+ s != R && (t.value = t.value === "0" ? "1" : "0"), x.value = ((N = qf()) == null ? void 0 : N.flag) !== 4 && V && V.length > 1, a(), q && q.length && (K.nav.setProjectConfig({
7893
7893
  treeProps: {
7894
7894
  disabled: (Z) => Z.type !== 7
7895
7895
  },
@@ -7897,21 +7897,21 @@ const v6 = (e) => {
7897
7897
  filterNodeMethod: (Z) => Z.type === 7,
7898
7898
  // 树打平之后保留的数据
7899
7899
  filterFlatCondition: (Z) => Z.type === 7
7900
- }), h.nav.setProjects(q || []), p && h.nav.setActiveProject(p));
7900
+ }), K.nav.setProjects(q || []), p && K.nav.setActiveProject(p));
7901
7901
  const l = C9() ?? {}, j = l != null && l.headPicture ? Hf(l.headPicture) : void 0;
7902
7902
  n.value = [...dr].map((Z) => ({
7903
7903
  ...Z,
7904
7904
  label: M(Z.label)
7905
- })), p && p.id !== 0 ? await v("personCenter", "", "/userInfo") || (n.value = n.value.filter((T) => T.value !== "1")) : n.value = n.value.filter((Z) => Z.value !== "1"), h.nav.setUserInfo({ headPicture: j, commandList: n.value }), h.nav.setSearchConfig({
7905
+ })), p && p.id !== 0 ? await v("personCenter", "", "/userInfo") || (n.value = n.value.filter((T) => T.value !== "1")) : n.value = n.value.filter((Z) => Z.value !== "1"), K.nav.setUserInfo({ headPicture: j, commandList: n.value }), K.nav.setSearchConfig({
7906
7906
  getHistoryList: r,
7907
7907
  getSearchList: P
7908
7908
  });
7909
- const m = uA().subAppList ?? [];
7910
- m.length && (m.forEach((Z) => {
7909
+ const O = uA().subAppList ?? [];
7910
+ O.length && (O.forEach((Z) => {
7911
7911
  Z.menus = [], Z.originalMenus = [];
7912
- }), MA([{ key: "subAppList", value: m }])), c.value = !0;
7912
+ }), MA([{ key: "subAppList", value: O }])), c.value = !0;
7913
7913
  };
7914
- return h.nav.addEventListener("onBeforeMount", H), OA(
7914
+ return K.nav.addEventListener("onBeforeMount", H), OA(
7915
7915
  () => P9.value,
7916
7916
  () => {
7917
7917
  a();
@@ -7919,8 +7919,8 @@ const v6 = (e) => {
7919
7919
  { deep: !0 }
7920
7920
  ), { loading: z, pageKey: t, innerPage: d, commandList: n, layoutInited: c, initNextTick: () => new Promise((s) => {
7921
7921
  const b = async () => {
7922
- var O;
7923
- let q = ((O = f.meta) == null ? void 0 : O.showLayout) ?? !0, { showLayout: p = !0 } = f.query;
7922
+ var m;
7923
+ let q = ((m = f.meta) == null ? void 0 : m.showLayout) ?? !0, { showLayout: p = !0 } = f.query;
7924
7924
  if (p === "false" && (p = !1), !q || !p || c.value) {
7925
7925
  s();
7926
7926
  return;
@@ -7940,7 +7940,7 @@ const v6 = (e) => {
7940
7940
  };
7941
7941
  }, W6 = () => {
7942
7942
  const { entryMenu: e } = jf();
7943
- h.menu.addEventListener("onItemClick", async (A) => {
7943
+ K.menu.addEventListener("onItemClick", async (A) => {
7944
7944
  var P;
7945
7945
  xA.innerSet = !0;
7946
7946
  const f = QA(uf(A.applicationCode)).filter((t) => !t.disable && !t.expired).find((t) => t.code === A.code);
@@ -7952,21 +7952,21 @@ const v6 = (e) => {
7952
7952
  }
7953
7953
  const r = (((P = ZA().tabMap) == null ? void 0 : P[A.applicationCode]) ?? []).find((t) => t.code === A.code);
7954
7954
  e(r ? { currentMenu: f, route: { path: r.path, query: r.query ?? {} } } : { currentMenu: f });
7955
- }), h.menu.addEventListener("toggleCollapse", (A) => {
7955
+ }), K.menu.addEventListener("toggleCollapse", (A) => {
7956
7956
  const f = k3.nav.activeItem;
7957
7957
  let v = uA().menuCollapses || [];
7958
7958
  A ? v = Array.from(/* @__PURE__ */ new Set([...v, f])) : v = v.filter((r) => r !== f), MA([{ key: "menuCollapses", value: v }]);
7959
7959
  });
7960
7960
  }, w6 = () => {
7961
7961
  const { changeApp: e, deleteApp: A, beforeEntryApp: f } = E9();
7962
- h.nav.addEventListener("onItemClick", async (r) => {
7962
+ K.nav.addEventListener("onItemClick", async (r) => {
7963
7963
  const P = uA().currentSubAppCode ?? "";
7964
7964
  if (P !== r.code) {
7965
7965
  if (P && Cr(P), !r.fixed && !await f(r))
7966
7966
  throw new Error(M("取消切换"));
7967
7967
  e(r);
7968
7968
  }
7969
- }), h.nav.addEventListener("onItemRemove", (r) => {
7969
+ }), K.nav.addEventListener("onItemRemove", (r) => {
7970
7970
  var n;
7971
7971
  const P = uA();
7972
7972
  if (!((n = P.subAppList) != null && n.length) || P.subAppList.findIndex((u) => u.code === r.code) === -1) return;
@@ -7974,16 +7974,16 @@ const v6 = (e) => {
7974
7974
  d && d.length && Pf(r.code, d), A(r);
7975
7975
  });
7976
7976
  const { enter: v } = _9();
7977
- return h.nav.addEventListener("fullScreenHandle", v), {};
7977
+ return K.nav.addEventListener("fullScreenHandle", v), {};
7978
7978
  }, E6 = () => {
7979
7979
  const e = L9(), A = L(""), f = L(""), v = L("");
7980
7980
  let r = "", P = {};
7981
7981
  OA(
7982
7982
  () => e.currentRoute.value,
7983
7983
  async (c) => {
7984
- var p, O, V, R, l, j, m, N, Z, T;
7984
+ var p, m, V, R, l, j, O, N, Z, T;
7985
7985
  const H = ((p = c.meta) == null ? void 0 : p.showLayout) ?? !0;
7986
- let i = ((O = c.query) == null ? void 0 : O.showLayout) ?? !0;
7986
+ let i = ((m = c.query) == null ? void 0 : m.showLayout) ?? !0;
7987
7987
  if (i === "false" && (i = !1), !H || !i || c.path === r && xe(c.query, P)) return;
7988
7988
  r = T9(c.path), P = T9(c.query);
7989
7989
  const s = uA().currentSubAppCode ?? "";
@@ -7991,7 +7991,7 @@ const v6 = (e) => {
7991
7991
  const b = ((V = c.query) == null ? void 0 : V.menu) ?? ((R = ZA()) == null ? void 0 : R.currentCode) ?? "";
7992
7992
  if (!b) return;
7993
7993
  const q = JSON.parse(sessionStorage.getItem("tabStyle") || "{}") || {};
7994
- q && JSON.stringify(q) !== "{}" && (A.value = (j = (l = q[s]) == null ? void 0 : l[b]) != null && j.fontColor ? q[s][b].fontColor : "", f.value = (N = (m = q[s]) == null ? void 0 : m[b]) != null && N.backgroundColor ? q[s][b].backgroundColor : "", v.value = (T = (Z = q[s]) == null ? void 0 : Z[b]) != null && T.backgroundColor ? q[s][b].backgroundColor : "");
7994
+ q && JSON.stringify(q) !== "{}" && (A.value = (j = (l = q[s]) == null ? void 0 : l[b]) != null && j.fontColor ? q[s][b].fontColor : "", f.value = (N = (O = q[s]) == null ? void 0 : O[b]) != null && N.backgroundColor ? q[s][b].backgroundColor : "", v.value = (T = (Z = q[s]) == null ? void 0 : Z[b]) != null && T.backgroundColor ? q[s][b].backgroundColor : "");
7995
7995
  }
7996
7996
  );
7997
7997
  const { deleteApp: t } = E9(), { entryMenu: z } = jf(), { reloadRoute: d, unloadRoute: n } = Gv(), u = (c) => {
@@ -8001,16 +8001,16 @@ const v6 = (e) => {
8001
8001
  }, x = (c) => {
8002
8002
  if (!c || !c.length) return;
8003
8003
  const H = c.filter((i) => !i.path.startsWith(X9)).map((i) => i.path);
8004
- H && H.length && n(H), c.forEach((i) => h.iframeView.triggerEventListener("onUnloadPage", i.path));
8004
+ H && H.length && n(H), c.forEach((i) => K.iframeView.triggerEventListener("onUnloadPage", i.path));
8005
8005
  }, X = (c) => {
8006
8006
  const H = uA().currentSubAppCode ?? "";
8007
8007
  xA.innerSet = !0;
8008
8008
  const i = ZA(), s = i.tabMap[H], b = s.findIndex((l) => l.code === c.data.code);
8009
8009
  if (b === -1) return;
8010
8010
  const q = () => {
8011
- var m;
8012
- let j = (((m = uA().appcategorys) == null ? void 0 : m.map((N) => N.apps).flat()) ?? []).find((N) => N.code === H);
8013
- j = { ...j, value: j.code, label: j.name }, t(j), h.nav.removeItem(H);
8011
+ var O;
8012
+ let j = (((O = uA().appcategorys) == null ? void 0 : O.map((N) => N.apps).flat()) ?? []).find((N) => N.code === H);
8013
+ j = { ...j, value: j.code, label: j.name }, t(j), K.nav.removeItem(H);
8014
8014
  };
8015
8015
  ({
8016
8016
  me: async (l) => {
@@ -8019,8 +8019,8 @@ const v6 = (e) => {
8019
8019
  return;
8020
8020
  }
8021
8021
  const j = i.currentCode;
8022
- let m = null;
8023
- j === l.value && (b + 1 === s.length ? s[b - 1] && (m = s[b - 1]) : s[b + 1] && (m = s[b + 1])), s.splice(b, 1), x([l]), EA([{ key: `tabMap:${H}`, value: s }]), m ? u(m) : EA([{ key: `preTab:${H}`, value: {} }]);
8022
+ let O = null;
8023
+ j === l.value && (b + 1 === s.length ? s[b - 1] && (O = s[b - 1]) : s[b + 1] && (O = s[b + 1])), s.splice(b, 1), x([l]), EA([{ key: `tabMap:${H}`, value: s }]), O ? u(O) : EA([{ key: `preTab:${H}`, value: {} }]);
8024
8024
  },
8025
8025
  all: q,
8026
8026
  other: async (l) => {
@@ -8028,9 +8028,9 @@ const v6 = (e) => {
8028
8028
  await e.push({
8029
8029
  path: `/${j.applicationPath}${j.path}`.replace(/\/\//g, "/"),
8030
8030
  query: j.query
8031
- }), h.menu.setActiveItem(j.menuId), h.tab.setActiveItem(j.code);
8032
- const m = s.filter((N) => N.code !== l.value);
8033
- m.forEach((N) => h.tab.removeItem(N.code)), x(m), EA([{ key: `tabMap:${H}`, value: [j] }]), u(j);
8031
+ }), K.menu.setActiveItem(j.menuId), K.tab.setActiveItem(j.code);
8032
+ const O = s.filter((N) => N.code !== l.value);
8033
+ O.forEach((N) => K.tab.removeItem(N.code)), x(O), EA([{ key: `tabMap:${H}`, value: [j] }]), u(j);
8034
8034
  },
8035
8035
  right: async (l) => {
8036
8036
  const j = i.currentCode;
@@ -8038,17 +8038,17 @@ const v6 = (e) => {
8038
8038
  const Z = s[b];
8039
8039
  u(Z);
8040
8040
  }
8041
- const m = s.slice(b + 1);
8042
- m.forEach((N) => h.tab.removeItem(N.code)), x(m), s.splice(b + 1), EA([{ key: `tabMap:${H}`, value: s }]);
8041
+ const O = s.slice(b + 1);
8042
+ O.forEach((N) => K.tab.removeItem(N.code)), x(O), s.splice(b + 1), EA([{ key: `tabMap:${H}`, value: s }]);
8043
8043
  }
8044
8044
  })[c.type](c.data);
8045
8045
  };
8046
- h.tab.addEventListener("onItemClick", async (c) => {
8046
+ K.tab.addEventListener("onItemClick", async (c) => {
8047
8047
  ZA().currentCode !== c.currentCode && (xA.innerSet = !0, u(c));
8048
- }), h.tab.addEventListener("onItemRemove", (c) => {
8048
+ }), K.tab.addEventListener("onItemRemove", (c) => {
8049
8049
  const H = ZA(), i = uA().currentSubAppCode ?? "";
8050
8050
  H.tabMap[i].findIndex((q) => q.code === c.code) !== -1 && (Pf(c.applicationCode, [c.code]), X({ type: "me", data: c }));
8051
- }), h.tab.addEventListener("onMenuClick", (c) => {
8051
+ }), K.tab.addEventListener("onMenuClick", (c) => {
8052
8052
  let H = [];
8053
8053
  const i = ZA().tabMap[c.applicationCode] ?? [];
8054
8054
  if (c.type.key === "right") {
@@ -8059,10 +8059,10 @@ const v6 = (e) => {
8059
8059
  c.applicationCode,
8060
8060
  H.map((s) => s.code)
8061
8061
  ), X({ type: c.type.key, data: c.data });
8062
- }), h.tab.addEventListener("onPageRefresh", async (c) => {
8062
+ }), K.tab.addEventListener("onPageRefresh", async (c) => {
8063
8063
  if (!c) return;
8064
8064
  if (c.path.startsWith(X9)) {
8065
- h.iframeView.triggerEventListener("onRefreshCurrentPage");
8065
+ K.iframeView.triggerEventListener("onRefreshCurrentPage");
8066
8066
  return;
8067
8067
  }
8068
8068
  Pf(c.applicationCode, [c.code]);
@@ -8076,10 +8076,10 @@ const v6 = (e) => {
8076
8076
  xe(i, s) || await z({ currentMenu: H }), d([c.path]);
8077
8077
  });
8078
8078
  const { enter: a } = _9();
8079
- return h.tab.addEventListener("onToggleFullScreen", a), { fontColor: A, backgroudColor: f, borderColor: v };
8079
+ return K.tab.addEventListener("onToggleFullScreen", a), { fontColor: A, backgroudColor: f, borderColor: v };
8080
8080
  }, qe = q9(), j3 = (qe == null ? void 0 : qe.isAutoCloseApp) ?? !0, Z3 = location.href.includes("showLayout=false"), T3 = window.self !== window.top, I6 = () => {
8081
8081
  const e = () => {
8082
- h.nav.setItems([]), h.menu.setItems([]), h.tab.setItems([]), tv();
8082
+ K.nav.setItems([]), K.menu.setItems([]), K.tab.setItems([]), tv();
8083
8083
  };
8084
8084
  window.addEventListener("beforeunload", function(A) {
8085
8085
  if (!(Z3 || !j3 || T3) && window.__isAutoCloseApp) {
@@ -8103,15 +8103,15 @@ const v6 = (e) => {
8103
8103
  let { mainAppName: v = "", microAppName: r = "", microApps: P = [] } = q9();
8104
8104
  !v && r && (P = [{ name: r }]);
8105
8105
  const t = P.map((X) => X.name), z = () => {
8106
- h.menu.setItems([]), h.menu.setActiveItem(""), h.tab.setItems([]), h.tab.setActiveItem("");
8106
+ K.menu.setItems([]), K.menu.setActiveItem(""), K.tab.setItems([]), K.tab.setActiveItem("");
8107
8107
  }, d = async (X) => {
8108
8108
  if (X.routeUrl && !t.includes(X.routeUrl)) return !0;
8109
8109
  const a = X.code ?? "", H = (uA().subAppList ?? []).find((p) => p.code === a);
8110
8110
  let i = [], s = [], b = !1;
8111
8111
  if (H && (i = H.menus ?? []), !i.length) {
8112
- const { menus: p, originalMenus: O, err: V } = await Ue(a);
8112
+ const { menus: p, originalMenus: m, err: V } = await Ue(a);
8113
8113
  if (V) return !1;
8114
- i = p ?? [], s = O ?? [];
8114
+ i = p ?? [], s = m ?? [];
8115
8115
  }
8116
8116
  if (i.length ? Xf(i) || (await G9({
8117
8117
  title: M("提示"),
@@ -8120,7 +8120,7 @@ const v6 = (e) => {
8120
8120
  const q = { ...X, menus: i, originalMenus: s };
8121
8121
  return MA([{ key: "subAppList", value: q }]), !0;
8122
8122
  }, n = async (X) => {
8123
- var Z, T, K, F, $;
8123
+ var Z, T, S, F, $;
8124
8124
  const { microApp: a = null, menuCode: c = "", menuPath: H = "", route: i = {} } = X;
8125
8125
  let s = i;
8126
8126
  if (!a && H) {
@@ -8131,25 +8131,25 @@ const v6 = (e) => {
8131
8131
  const b = ((Z = s.meta) == null ? void 0 : Z.showLayout) ?? !0;
8132
8132
  let q = ((T = s.query) == null ? void 0 : T.showLayout) ?? !0;
8133
8133
  q === "false" && (q = !1);
8134
- const p = (a == null ? void 0 : a.openType) ?? 1, O = (a == null ? void 0 : a.type) ?? 1;
8134
+ const p = (a == null ? void 0 : a.openType) ?? 1, m = (a == null ? void 0 : a.type) ?? 1;
8135
8135
  if (a.routeUrl && !t.includes(a.routeUrl)) {
8136
8136
  mv({
8137
8137
  appCode: a.code,
8138
8138
  displayAppName: a.name
8139
8139
  }), z();
8140
- const G = ((K = uA()) == null ? void 0 : K.subAppList) ?? [];
8140
+ const G = ((S = uA()) == null ? void 0 : S.subAppList) ?? [];
8141
8141
  if ((G == null ? void 0 : G.find((Y) => Y.code === a.code)) || G == null || G.push(a), MA([
8142
8142
  { key: "currentSubApp", value: a },
8143
8143
  { key: "currentSubAppCode", value: a.code },
8144
8144
  { key: "subAppList", value: G }
8145
8145
  ]), G.forEach((Y) => {
8146
8146
  const J = { ...Y, value: Y.code, label: Y.name };
8147
- h.nav.appendItem(J);
8148
- }), h.nav.setActiveItem(a.code), a.routeUrl.includes("entrance=main")) {
8147
+ K.nav.appendItem(J);
8148
+ }), K.nav.setActiveItem(a.code), a.routeUrl.includes("entrance=main")) {
8149
8149
  await e.push({ path: a.routeUrl, query: { ...s.query, app: a.code } });
8150
8150
  return;
8151
8151
  }
8152
- if (p === 1 && O === 2) {
8152
+ if (p === 1 && m === 2) {
8153
8153
  const Y = await qv(a.routeUrl, (a == null ? void 0 : a.param) ?? []), J = Ve(Oe(me(Y))), o = `${X9}-${a.code}`;
8154
8154
  if (!e.options.routes.find((W) => W.path === o)) {
8155
8155
  const W = {
@@ -8176,14 +8176,14 @@ const v6 = (e) => {
8176
8176
  currentApp: R = null,
8177
8177
  currentMenu: l = null,
8178
8178
  microPath: j = "",
8179
- query: m = {}
8179
+ query: O = {}
8180
8180
  } = await Ld({ microApp: a, menuCode: c, menuPath: H, route: s });
8181
8181
  if (l && (s = {
8182
8182
  path: j || `/${l.applicationPath}${l.routeUrl}`.replace(/\/\//g, "/"),
8183
- query: { ...m, app: l.applicationCode, menu: l.code },
8183
+ query: { ...O, app: l.applicationCode, menu: l.code },
8184
8184
  meta: { ...(s == null ? void 0 : s.meta) ?? {} }
8185
8185
  }), R && (R == null ? void 0 : R.code) !== (a == null ? void 0 : a.code)) {
8186
- if (R.fixed && (await e.push(R.path), z(), h.nav.setActiveItem(R.path)), !R.fixed) {
8186
+ if (R.fixed && (await e.push(R.path), z(), K.nav.setActiveItem(R.path)), !R.fixed) {
8187
8187
  const G = (F = uA().subAppList) == null ? void 0 : F.find((J) => J.code === R.code), Q = ZA().preTab[R.code], Y = { ...(Q == null ? void 0 : Q.query) ?? {} };
8188
8188
  await n({ microApp: G, menuCode: (Q == null ? void 0 : Q.code) ?? "", route: { query: Y } });
8189
8189
  }
@@ -8203,8 +8203,8 @@ const v6 = (e) => {
8203
8203
  if (b && q) {
8204
8204
  ($ = uA().subAppList) == null || $.forEach((Q) => {
8205
8205
  const Y = { ...Q, value: Q.code, label: Q.name };
8206
- h.nav.appendItem(Y);
8207
- }), h.nav.setActiveItem(N.code), h.menu.setItems(V);
8206
+ K.nav.appendItem(Y);
8207
+ }), K.nav.setActiveItem(N.code), K.menu.setItems(V);
8208
8208
  const G = ZA().tabMap[N.code] ?? [];
8209
8209
  if (G.length) {
8210
8210
  const Q = G.map((Y) => ({
@@ -8212,15 +8212,15 @@ const v6 = (e) => {
8212
8212
  value: Y.code,
8213
8213
  label: Y.name
8214
8214
  })) || [];
8215
- h.tab.setItems(Q);
8215
+ K.tab.setItems(Q);
8216
8216
  } else
8217
- h.tab.setItems([]);
8217
+ K.tab.setItems([]);
8218
8218
  }
8219
8219
  A({ currentMenu: l, microPath: j, route: s });
8220
8220
  }, u = async (X) => {
8221
8221
  var a;
8222
8222
  if (xA.innerSet = !0, X.fixed) {
8223
- await e.push(X.path), h.menu.setItems([]), h.tab.setItems([]), h.nav.setActiveItem(X.path), MA([
8223
+ await e.push(X.path), K.menu.setItems([]), K.tab.setItems([]), K.nav.setActiveItem(X.path), MA([
8224
8224
  { key: "currentSubAppCode", value: "" },
8225
8225
  { key: "currentSubApp", value: {} }
8226
8226
  ]), EA([
@@ -8247,7 +8247,7 @@ const v6 = (e) => {
8247
8247
  const H = ZA().tabMap[X.code] ?? [];
8248
8248
  if (H.length) {
8249
8249
  const b = H.filter((q) => !q.path.startsWith(X9)).map((q) => q.path);
8250
- b && b.length && f(b), H.forEach((q) => h.iframeView.triggerEventListener("onUnloadPage", q.path));
8250
+ b && b.length && f(b), H.forEach((q) => K.iframeView.triggerEventListener("onUnloadPage", q.path));
8251
8251
  }
8252
8252
  let i = null;
8253
8253
  if (a.currentSubAppCode === X.code && (c + 1 !== a.subAppList.length ? a.subAppList[c + 1] && (i = a.subAppList[c + 1]) : a.subAppList[c - 1] && (i = a.subAppList[c - 1])), a.subAppList.splice(c, 1), MA([{ key: "subAppList", value: a.subAppList }]), EA([
@@ -8255,10 +8255,10 @@ const v6 = (e) => {
8255
8255
  { key: `tabMap:${X.code}`, value: [] }
8256
8256
  ]), i) {
8257
8257
  const b = { ...i, value: i.code, label: i.name };
8258
- await u(b), h.nav.setActiveItem(i.code);
8258
+ await u(b), K.nav.setActiveItem(i.code);
8259
8259
  }
8260
8260
  if (!a.subAppList.length) {
8261
- if (h.menu.setItems([]), h.tab.setItems([]), location.pathname !== RA && location.pathname !== hA) {
8261
+ if (K.menu.setItems([]), K.tab.setItems([]), location.pathname !== RA && location.pathname !== hA) {
8262
8262
  const b = $3.find((q) => q.value === RA);
8263
8263
  b && u(b);
8264
8264
  }
@@ -8334,11 +8334,11 @@ const v6 = (e) => {
8334
8334
  path: X,
8335
8335
  query: n
8336
8336
  };
8337
- h.tab.appendItem({
8337
+ K.tab.appendItem({
8338
8338
  ...i,
8339
8339
  value: i.code,
8340
8340
  label: i.name
8341
- }), h.tab.setActiveItem(t.code), h.menu.setActiveItem(t.id), Pv(t.code), EA([
8341
+ }), K.tab.setActiveItem(t.code), K.menu.setActiveItem(t.id), Pv(t.code), EA([
8342
8342
  {
8343
8343
  key: "currentCode",
8344
8344
  value: t.code
@@ -8363,15 +8363,15 @@ const v6 = (e) => {
8363
8363
  let { mainAppName: P = "", microAppName: t = "", microApps: z = [] } = q9();
8364
8364
  !P && t && (z = [{ name: t }]);
8365
8365
  const d = async (x) => {
8366
- var p, O, V, R;
8366
+ var p, m, V, R;
8367
8367
  let X = { ...x }, { showLayout: a = !0 } = X.query;
8368
8368
  a === "false" && (a = !1);
8369
8369
  const c = async () => {
8370
- var m, N;
8370
+ var O, N;
8371
8371
  let l = uA().appcategorys ?? [];
8372
8372
  if (!Array.isArray(l)) return [];
8373
8373
  if (X.query) {
8374
- const Z = ((m = X.query) == null ? void 0 : m.project) ?? ((N = X.query) == null ? void 0 : N.projectId) ?? "";
8374
+ const Z = ((O = X.query) == null ? void 0 : O.project) ?? ((N = X.query) == null ? void 0 : N.projectId) ?? "";
8375
8375
  if (!l.length || Z && Z !== GA().id) {
8376
8376
  await A();
8377
8377
  const { navConfig: T } = await Mv();
@@ -8394,15 +8394,15 @@ const v6 = (e) => {
8394
8394
  return;
8395
8395
  }
8396
8396
  }
8397
- const i = await c(), s = i.map((l) => l.code), b = ((p = X.query) == null ? void 0 : p.app) ?? "", q = ((O = uA()) == null ? void 0 : O.subAppList) ?? [];
8397
+ const i = await c(), s = i.map((l) => l.code), b = ((p = X.query) == null ? void 0 : p.app) ?? "", q = ((m = uA()) == null ? void 0 : m.subAppList) ?? [];
8398
8398
  if (q.length) {
8399
- const l = q.filter((m) => m.code !== b && !s.includes(m.code)), j = q.filter(
8400
- (m) => b === m.code || s.includes(m.code)
8399
+ const l = q.filter((O) => O.code !== b && !s.includes(O.code)), j = q.filter(
8400
+ (O) => b === O.code || s.includes(O.code)
8401
8401
  );
8402
- MA([{ key: "subAppList", value: j }]), l && l.length && l.forEach((m) => {
8402
+ MA([{ key: "subAppList", value: j }]), l && l.length && l.forEach((O) => {
8403
8403
  EA([
8404
- { key: `preTab:${m.code}`, value: {} },
8405
- { key: `tabMap:${m.code}`, value: [] }
8404
+ { key: `preTab:${O.code}`, value: {} },
8405
+ { key: `tabMap:${O.code}`, value: [] }
8406
8406
  ]);
8407
8407
  });
8408
8408
  }
@@ -8416,16 +8416,16 @@ const v6 = (e) => {
8416
8416
  X = {}, N && (X.path = `/${N.applicationPath}${N.path}`.replace(/\/\//g, "/"), X.query = N.query);
8417
8417
  }
8418
8418
  }
8419
- l != null && l.fixed ? (await r.push(l.path), h.menu.setItems([]), h.tab.setItems([]), h.nav.setActiveItem(l.path)) : v({ microApp: l, menuCode: X.query.menu, menuPath: X.path, route: X });
8419
+ l != null && l.fixed ? (await r.push(l.path), K.menu.setItems([]), K.tab.setItems([]), K.nav.setActiveItem(l.path)) : v({ microApp: l, menuCode: X.query.menu, menuPath: X.path, route: X });
8420
8420
  return;
8421
8421
  } else {
8422
8422
  const l = z && z.find(
8423
8423
  (j) => X.path.startsWith("/" + j.name) || X.path.startsWith(j.name)
8424
8424
  );
8425
8425
  if (l) {
8426
- let j = i.find((m) => m.routeUrl === l.name);
8426
+ let j = i.find((O) => O.routeUrl === l.name);
8427
8427
  j || (j = i.find(
8428
- (m) => (m == null ? void 0 : m.routePath) && m.routePath.length && m.routePath.includes(l.name)
8428
+ (O) => (O == null ? void 0 : O.routePath) && O.routePath.length && O.routePath.includes(l.name)
8429
8429
  )), v({
8430
8430
  microApp: j,
8431
8431
  menuCode: X.query.menu,
@@ -8437,11 +8437,11 @@ const v6 = (e) => {
8437
8437
  }
8438
8438
  if (a) {
8439
8439
  (R = (V = uA()) == null ? void 0 : V.subAppList) == null || R.forEach((j) => {
8440
- const m = { ...j, value: j.code, label: j.name };
8441
- h.nav.appendItem(m);
8440
+ const O = { ...j, value: j.code, label: j.name };
8441
+ K.nav.appendItem(O);
8442
8442
  });
8443
8443
  const l = e.value.find((j) => j.path === location.pathname);
8444
- l && (h.nav.setActiveItem(l.path), h.menu.setItems([]), h.tab.setItems([]), MA([
8444
+ l && (K.nav.setActiveItem(l.path), K.menu.setItems([]), K.tab.setItems([]), MA([
8445
8445
  { key: "currentSubAppCode", value: "" },
8446
8446
  { key: "currentSubApp", value: {} }
8447
8447
  ]), EA([
@@ -8498,7 +8498,7 @@ const v6 = (e) => {
8498
8498
  const X = d.find((a) => a.code === t);
8499
8499
  X && r({ microApp: X, menuPath: `/${X.routeUrl}/userInfo` });
8500
8500
  };
8501
- return h.nav.addEventListener("onUserCommandChange", (t) => {
8501
+ return K.nav.addEventListener("onUserCommandChange", (t) => {
8502
8502
  var d, n;
8503
8503
  ({
8504
8504
  0: (d = A.value) == null ? void 0 : d.openDialog,
@@ -8514,7 +8514,7 @@ const v6 = (e) => {
8514
8514
  const e = q9(), A = L(!1), f = L(""), v = L(""), r = () => {
8515
8515
  f.value = C9().id, v.value = Q3().tenantId, A.value = !0;
8516
8516
  };
8517
- h.nav.addEventListener("changeEnterpriseHandle", () => {
8517
+ K.nav.addEventListener("changeEnterpriseHandle", () => {
8518
8518
  r();
8519
8519
  });
8520
8520
  const P = () => {
@@ -8546,8 +8546,8 @@ const v6 = (e) => {
8546
8546
  if (e != null && e.ssoLocale)
8547
8547
  q = `http://127.0.0.1:5000/oauth/refreshOauthToken?tenantId=${z}`;
8548
8548
  else {
8549
- const [p, O] = await k6().run();
8550
- O != null && O.loginHost && (q = `${O.loginHost}/oauth/refreshOauthToken?tenantId=${z}`);
8549
+ const [p, m] = await k6().run();
8550
+ m != null && m.loginHost && (q = `${m.loginHost}/oauth/refreshOauthToken?tenantId=${z}`);
8551
8551
  }
8552
8552
  if (q) {
8553
8553
  const p = document.createElement("iframe");
@@ -8558,7 +8558,7 @@ const v6 = (e) => {
8558
8558
  };
8559
8559
  }, Q6 = () => {
8560
8560
  const { changeEnterprise: e } = Uv();
8561
- h.nav.addEventListener("onProjectChange", async (A) => {
8561
+ K.nav.addEventListener("onProjectChange", async (A) => {
8562
8562
  const f = qf();
8563
8563
  if ((f == null ? void 0 : f.flag) === 4) {
8564
8564
  const v = f.tenant.id, r = (A == null ? void 0 : A.tenant) ?? "";
@@ -8574,7 +8574,7 @@ const v6 = (e) => {
8574
8574
  const [r, P] = await Y6().run({ name: v });
8575
8575
  return r ? [] : P.filter((t) => t.routeUrl);
8576
8576
  }, { entryApp: f } = E9();
8577
- return h.nav.addEventListener("searchToPage", async (v) => {
8577
+ return K.nav.addEventListener("searchToPage", async (v) => {
8578
8578
  const { item: r, keyword: P, cb: t } = v;
8579
8579
  if (r != null && r.disable || r != null && r.expired) {
8580
8580
  const { title: x, content: X, desc: a } = await he(r);
@@ -8586,10 +8586,10 @@ const v6 = (e) => {
8586
8586
  if (!n) return;
8587
8587
  const u = r.applicationCode !== r.code ? r.code : "";
8588
8588
  f({ microApp: n, menuCode: u }), t();
8589
- }), h.nav.addEventListener("deleteSearchItem", async (v) => {
8589
+ }), K.nav.addEventListener("deleteSearchItem", async (v) => {
8590
8590
  const { value: r, cb: P } = v;
8591
8591
  await F6().run({ id: r }), P();
8592
- }), h.nav.addEventListener("clearSearchList", async (v) => {
8592
+ }), K.nav.addEventListener("clearSearchList", async (v) => {
8593
8593
  const { cb: r } = v;
8594
8594
  await J6().run(), r();
8595
8595
  }), {
@@ -8607,7 +8607,7 @@ const v6 = (e) => {
8607
8607
  let v = uf(f);
8608
8608
  v.forEach((P) => {
8609
8609
  P.fixed && (P.name = e.data.instanceInfo.instanceName);
8610
- }), h.menu.setItems(v);
8610
+ }), K.menu.setItems(v);
8611
8611
  const r = A.subAppList;
8612
8612
  r == null || r.forEach((P) => {
8613
8613
  P.code === f && (P.menus = v);
@@ -8626,7 +8626,7 @@ const v6 = (e) => {
8626
8626
  ["personcenter", "rightmanage"].forEach((f) => {
8627
8627
  NA.addEventListenerFromMicroApp(`${f}:change-userinfo`, (v) => {
8628
8628
  const { userInfo: r } = v.data, P = r != null && r.headPicture ? Hf(r.headPicture) : void 0;
8629
- h.nav.setUserInfo({ headPicture: P, commandList: e.value }), sessionStorage.setItem("userInfo", JSON.stringify(r));
8629
+ K.nav.setUserInfo({ headPicture: P, commandList: e.value }), sessionStorage.setItem("userInfo", JSON.stringify(r));
8630
8630
  });
8631
8631
  });
8632
8632
  }, C6 = () => {
@@ -8949,10 +8949,10 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ qA({
8949
8949
  q.width = d.value.clientWidth, q.height = d.value.clientHeight;
8950
8950
  const p = q.getContext("2d");
8951
8951
  p == null || p.drawImage(d.value, 0, 0, q.width, q.height);
8952
- const O = q.toDataURL("image/jpg"), V = `【${f.title}】${le().format("YYYYMMDDHHmmss").toString()}.jpg`;
8953
- if (c.value = O, "download" in document.createElement("a")) {
8952
+ const m = q.toDataURL("image/jpg"), V = `【${f.title}】${le().format("YYYYMMDDHHmmss").toString()}.jpg`;
8953
+ if (c.value = m, "download" in document.createElement("a")) {
8954
8954
  const R = document.createElement("a");
8955
- R.download = V, R.style.display = "none", R.href = O, document.body.appendChild(R), document.body.appendChild(q), R.click(), URL.revokeObjectURL(R.href), document.body.removeChild(R), document.body.removeChild(q);
8955
+ R.download = V, R.style.display = "none", R.href = m, document.body.appendChild(R), document.body.appendChild(q), R.click(), URL.revokeObjectURL(R.href), document.body.removeChild(R), document.body.removeChild(q);
8956
8956
  }
8957
8957
  }
8958
8958
  }, i = (q) => {
@@ -9053,7 +9053,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ qA({
9053
9053
  "div",
9054
9054
  {
9055
9055
  class: "controls",
9056
- onDblclick: p[2] || (p[2] = DA((O) => O.stopPropagation(), ["stop"]))
9056
+ onDblclick: p[2] || (p[2] = DA((m) => m.stopPropagation(), ["stop"]))
9057
9057
  },
9058
9058
  [
9059
9059
  B(D(yA), {
@@ -9091,7 +9091,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ qA({
9091
9091
  key: 0,
9092
9092
  class: "icon icon-shrink",
9093
9093
  icon: "shrink",
9094
- onClick: p[0] || (p[0] = DA((O) => s("zoomOut"), ["stop"]))
9094
+ onClick: p[0] || (p[0] = DA((m) => s("zoomOut"), ["stop"]))
9095
9095
  })) : nA("v-if", !0)
9096
9096
  ]),
9097
9097
  _: 1
@@ -9106,7 +9106,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ qA({
9106
9106
  key: 0,
9107
9107
  class: "icon icon-enlarge",
9108
9108
  icon: "enlarge",
9109
- onClick: p[1] || (p[1] = DA((O) => s("zoomIn"), ["stop"]))
9109
+ onClick: p[1] || (p[1] = DA((m) => s("zoomIn"), ["stop"]))
9110
9110
  })) : nA("v-if", !0)
9111
9111
  ]),
9112
9112
  _: 1
@@ -11156,36 +11156,36 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11156
11156
  return !1;
11157
11157
  }
11158
11158
  }, z = async (b) => {
11159
- var O, V, R, l, j;
11160
- const q = uA(), p = ((O = q.appcategorys) == null ? void 0 : O.map((m) => m.apps).flat()) || [];
11159
+ var m, V, R, l, j;
11160
+ const q = uA(), p = ((m = q.appcategorys) == null ? void 0 : m.map((O) => O.apps).flat()) || [];
11161
11161
  if (Array.isArray(b)) {
11162
- const m = b.filter((N) => N.code).map((N) => N.code);
11162
+ const O = b.filter((N) => N.code).map((N) => N.code);
11163
11163
  if (b.length) {
11164
11164
  if (q.currentSubAppCode) {
11165
- const Z = q.currentSubApp.menus ?? [], T = QA(Z).find((K) => m.includes(K.code));
11165
+ const Z = q.currentSubApp.menus ?? [], T = QA(Z).find((S) => O.includes(S.code));
11166
11166
  if (T) {
11167
11167
  f({ currentMenu: T });
11168
11168
  return;
11169
11169
  }
11170
11170
  }
11171
- const N = p.find((Z) => m.includes(Z.code));
11171
+ const N = p.find((Z) => O.includes(Z.code));
11172
11172
  N && A({ microApp: N });
11173
11173
  }
11174
11174
  }
11175
11175
  if (typeof b == "string") {
11176
- let m = b;
11177
- const N = "_showEchartTooltip";
11178
- b.endsWith(N) && (m = b.slice(0, b.indexOf(N)));
11179
- const T = "_zdkbInfo";
11180
- if (m.endsWith(T) && (m = m.slice(0, m.indexOf(T))), m.includes(":")) {
11181
- const F = m.split(":"), [$ = "", G = ""] = F;
11176
+ let O = b;
11177
+ const N = "_showEchartTooltip", Z = O.endsWith(N);
11178
+ Z && (O = O.slice(0, O.indexOf(N)));
11179
+ const T = "_zdkbInfo", S = O.endsWith(T);
11180
+ if (S && (O = O.slice(0, O.indexOf(T))), O.includes(":")) {
11181
+ const F = O.split(":"), [$ = "", G = ""] = F;
11182
11182
  if (!$) return;
11183
11183
  const Q = p.find((Y) => Y.code === $);
11184
11184
  if (Q) {
11185
- {
11185
+ if (S || Z) {
11186
11186
  const Y = await M3(Q.code, G);
11187
11187
  if (Y) {
11188
- const J = { showEchartTooltip: !0 };
11188
+ const J = JSON.stringify({ showEchartTooltip: Z });
11189
11189
  (V = e.query) != null && V.app && e.query.app === Q.code && ((R = e.query) != null && R.menu) && e.query.menu === G ? NA.sendMessageToMicroApp(Y.applicationPath, `${G}:todetail`, J) : (await A({ microApp: Q, menuCode: G }), setTimeout(() => {
11190
11190
  NA.sendMessageToMicroApp(Y.applicationPath, `${G}:todetail`, J, {
11191
11191
  awaitListener: !0
@@ -11197,7 +11197,7 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11197
11197
  A({ microApp: Q, menuCode: G });
11198
11198
  }
11199
11199
  } else {
11200
- const F = m, $ = p.find((G) => G.code === F);
11200
+ const F = O, $ = p.find((G) => G.code === F);
11201
11201
  if ($)
11202
11202
  A({ microApp: $ });
11203
11203
  else {
@@ -11205,10 +11205,10 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11205
11205
  if (G) return;
11206
11206
  const Y = p.find((J) => J.code === Q);
11207
11207
  if (Y) {
11208
- {
11208
+ if (S || Z) {
11209
11209
  const J = await M3(Y.code, F);
11210
11210
  if (J) {
11211
- const o = { showEchartTooltip: !0 };
11211
+ const o = JSON.stringify({ showEchartTooltip: Z });
11212
11212
  (l = e.query) != null && l.app && e.query.app === $.code && ((j = e.query) != null && j.menu) && e.query.menu === F ? NA.sendMessageToMicroApp(J.applicationPath, `${F}:todetail`, o) : (await A({ microApp: $, menuCode: F }), setTimeout(() => {
11213
11213
  NA.sendMessageToMicroApp(J.applicationPath, `${F}:todetail`, o, {
11214
11214
  awaitListener: !0
@@ -11228,8 +11228,8 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11228
11228
  setTimeout(async () => {
11229
11229
  var q, p;
11230
11230
  if (d.value) {
11231
- const [O, V] = await s8().run({}, { params: { aliasName: b.actionValue } });
11232
- O ? await pe().run({
11231
+ const [m, V] = await s8().run({}, { params: { aliasName: b.actionValue } });
11232
+ m ? await pe().run({
11233
11233
  uniqueId: b.uniqueId,
11234
11234
  status: 0,
11235
11235
  errorMsg: "未找到" + b.actionValue
@@ -11338,59 +11338,59 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11338
11338
  { id: 3, name: AA("不限").value }
11339
11339
  ]), H = L([]), i = L(""), s = L(AA("告警对象位置").value), b = L(""), q = L([]), p = L("");
11340
11340
  L("[]");
11341
- const O = L(!0), V = L(!0), R = async (S) => {
11341
+ const m = L(!0), V = L(!0), R = async (h) => {
11342
11342
  const I = { name: "1" };
11343
- S != null && S.id && (I.spaceId = S.id);
11343
+ h != null && h.id && (I.spaceId = h.id);
11344
11344
  const [g, oA] = await j8(I).run();
11345
11345
  return g ? {} : oA;
11346
- }, l = async (S) => {
11347
- const I = { name: S || "" }, [g, oA] = await Z8(I).run();
11346
+ }, l = async (h) => {
11347
+ const I = { name: h || "" }, [g, oA] = await Z8(I).run();
11348
11348
  return g ? {} : oA;
11349
- }, j = L(!0), m = L(!0), N = L([]), Z = async () => {
11350
- const [S, I] = await R8().run({ pageIndex: -1, pageSize: -1 });
11351
- if (S) return {};
11349
+ }, j = L(!0), O = L(!0), N = L([]), Z = async () => {
11350
+ const [h, I] = await R8().run({ pageIndex: -1, pageSize: -1 });
11351
+ if (h) return {};
11352
11352
  N.value = I.data.filter((g) => g.status), N.value.length > 0 && (n.value.workOrderRules = N.value[0].id);
11353
11353
  };
11354
- OA(d, (S) => {
11355
- S || (Q(), Y());
11354
+ OA(d, (h) => {
11355
+ h || (Q(), Y());
11356
11356
  }), OA(
11357
11357
  V,
11358
- (S) => {
11359
- S ? (O.value = !0, n.value.customPath = AA("选填").value) : (O.value = !1, n.value.customPath = "");
11358
+ (h) => {
11359
+ h ? (m.value = !0, n.value.customPath = AA("选填").value) : (m.value = !1, n.value.customPath = "");
11360
11360
  },
11361
11361
  { immediate: !0 }
11362
11362
  ), OA(
11363
- m,
11364
- (S) => {
11365
- S ? (n.value.reportTheme = AA("告警对象").value, j.value = !0) : (b.value = AA("请输入").value, n.value.reportTheme = "", j.value = !1);
11363
+ O,
11364
+ (h) => {
11365
+ h ? (n.value.reportTheme = AA("告警对象").value, j.value = !0) : (b.value = AA("请输入").value, n.value.reportTheme = "", j.value = !1);
11366
11366
  },
11367
11367
  { immediate: !0 }
11368
11368
  );
11369
- const T = (S) => {
11369
+ const T = (h) => {
11370
11370
  var I;
11371
11371
  return (I = t.value) == null ? void 0 : I.parentNode.parentNode;
11372
- }, K = (S) => {
11372
+ }, S = (h) => {
11373
11373
  u.value.reportTheme = "";
11374
- }, F = (S, I) => {
11375
- I.length > 0 && (i.value = I[0].path), n.value.reportPosition = S, p.value = "";
11376
- }, $ = (S) => {
11377
- S && (u.value.reportPosition = "", i.value = ""), S ? (n.value.reportPosition = null, i.value = "", s.value = AA("告警对象位置").value) : (n.value.reportPosition = null, i.value = "", s.value = AA("请选择").value);
11378
- }, G = (S) => {
11379
- S && (u.value.reportTheme = ""), S ? (n.value.reportTheme = "", b.value = AA("告警对象").value) : (n.value.reportTheme = "", b.value = AA("请输入").value);
11374
+ }, F = (h, I) => {
11375
+ I.length > 0 && (i.value = I[0].path), n.value.reportPosition = h, p.value = "";
11376
+ }, $ = (h) => {
11377
+ h && (u.value.reportPosition = "", i.value = ""), h ? (n.value.reportPosition = null, i.value = "", s.value = AA("告警对象位置").value) : (n.value.reportPosition = null, i.value = "", s.value = AA("请选择").value);
11378
+ }, G = (h) => {
11379
+ h && (u.value.reportTheme = ""), h ? (n.value.reportTheme = "", b.value = AA("告警对象").value) : (n.value.reportTheme = "", b.value = AA("请输入").value);
11380
11380
  }, Q = () => {
11381
11381
  u.value.processTypeId = "", u.value.reason = "", u.value.treatmentPlan = "", u.value.reportPosition = "", u.value.reportTheme = "", u.value.workOrderRules = "", u.value.eventTypeId = "", u.value.eventLevelId = "", u.value.timeLimit = "";
11382
11382
  }, Y = () => {
11383
- n.value.processTypeId = "confirm", n.value.reason = "", n.value.treatmentPlan = "", n.value.remarks = "", n.value.reportPosition = "", n.value.reportTheme = "", n.value.workOrderRules = null, V.value = !0, m.value = !0, j.value = !0, n.value.reportTheme = AA("告警对象").value, i.value = "", s.value = AA("告警对象位置").value, b.value = AA("请输入").value, n.value.eventTypeId = "", n.value.eventLevelId = null, n.value.timeLimit = "", n.value.interval = 1, X.value = [], a.value = [];
11384
- }, J = (S) => {
11385
- S == "eventTypeId" && (n.value.eventLevelId = null, W()), S == "eventLevelId" && E(), S == "interval" && (u.value.timeLimit = "", n.value.interval == 3 ? (x.value = !0, n.value.timeLimit = "") : x.value = !1);
11383
+ n.value.processTypeId = "confirm", n.value.reason = "", n.value.treatmentPlan = "", n.value.remarks = "", n.value.reportPosition = "", n.value.reportTheme = "", n.value.workOrderRules = null, V.value = !0, O.value = !0, j.value = !0, n.value.reportTheme = AA("告警对象").value, i.value = "", s.value = AA("告警对象位置").value, b.value = AA("请输入").value, n.value.eventTypeId = "", n.value.eventLevelId = null, n.value.timeLimit = "", n.value.interval = 1, X.value = [], a.value = [];
11384
+ }, J = (h) => {
11385
+ h == "eventTypeId" && (n.value.eventLevelId = null, W()), h == "eventLevelId" && E(), h == "interval" && (u.value.timeLimit = "", n.value.interval == 3 ? (x.value = !0, n.value.timeLimit = "") : x.value = !1);
11386
11386
  }, o = async () => {
11387
- const [S, I] = await T8().run();
11388
- if (S) return {};
11387
+ const [h, I] = await T8().run();
11388
+ if (h) return {};
11389
11389
  X.value = I, n.value.eventTypeId || (n.value.eventTypeId = I[0] ? I[0].id : null), W();
11390
11390
  }, W = async () => {
11391
- const S = {
11391
+ const h = {
11392
11392
  eventTypeId: n.value.eventTypeId
11393
- }, [I, g] = await o8(S).run();
11393
+ }, [I, g] = await o8(h).run();
11394
11394
  if (I) return {};
11395
11395
  const oA = { 1: AA("一级").value, 2: AA("二级").value, 3: AA("三级").value, 4: AA("四级").value };
11396
11396
  a.value = g.map((CA) => ({
@@ -11398,22 +11398,22 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11398
11398
  name: oA[CA] ? oA[CA] : CA
11399
11399
  })), g.length && !n.value.eventLevelId && (n.value.eventLevelId = a.value[0].id, E());
11400
11400
  }, E = async () => {
11401
- const S = {
11401
+ const h = {
11402
11402
  eventTypeId: n.value.eventTypeId,
11403
11403
  eventLevel: n.value.eventLevelId
11404
- }, [I, g] = await L8(S).run();
11404
+ }, [I, g] = await L8(h).run();
11405
11405
  if (I) return {};
11406
11406
  n.value.interval = g.handleTimeUnit, g.handleTimeUnit == 3 ? n.value.timeLimit = "" : n.value.timeLimit = g.handleTime;
11407
- }, w = (S) => {
11408
- Q(), S == "createcontingency" && o();
11407
+ }, w = (h) => {
11408
+ Q(), h == "createcontingency" && o();
11409
11409
  }, zA = async () => {
11410
- const S = {
11410
+ const h = {
11411
11411
  logic: !1,
11412
11412
  isTime: !1,
11413
11413
  projectId: v.projectId
11414
11414
  };
11415
11415
  P.value = !0;
11416
- const [I, g] = await D8(S).run();
11416
+ const [I, g] = await D8(h).run();
11417
11417
  if (I) {
11418
11418
  P.value = !1;
11419
11419
  return;
@@ -11422,22 +11422,22 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11422
11422
  for (let oA = 0; oA < H.value.length; oA++)
11423
11423
  H.value[oA].id === "createorder" && Z();
11424
11424
  }, dA = () => {
11425
- let S = !0;
11425
+ let h = !0;
11426
11426
  if (n.value.processTypeId == "dealwith")
11427
- n.value.reason.trim() || (S = !1, u.value.reason = AA("必填,最多50个字符/汉字").value), n.value.treatmentPlan.trim() || (S = !1, u.value.treatmentPlan = AA("必填,最多50个字符/汉字").value);
11427
+ n.value.reason.trim() || (h = !1, u.value.reason = AA("必填,最多50个字符/汉字").value), n.value.treatmentPlan.trim() || (h = !1, u.value.treatmentPlan = AA("必填,最多50个字符/汉字").value);
11428
11428
  else if (n.value.processTypeId == "createorder")
11429
- V.value ? u.value.reportPosition = "" : !n.value.reportPosition && !n.value.customPath ? (S = !1, u.value.reportPosition = AA("必填").value) : u.value.reportPosition = "", m.value || n.value.reportTheme ? u.value.reportTheme = "" : (S = !1, u.value.reportTheme = AA("必填,最多20个汉字/字符").value), n.value.workOrderRules ? u.value.workOrderRules = "" : (S = !1, u.value.workOrderRules = AA("必填").value);
11429
+ V.value ? u.value.reportPosition = "" : !n.value.reportPosition && !n.value.customPath ? (h = !1, u.value.reportPosition = AA("必填").value) : u.value.reportPosition = "", O.value || n.value.reportTheme ? u.value.reportTheme = "" : (h = !1, u.value.reportTheme = AA("必填,最多20个汉字/字符").value), n.value.workOrderRules ? u.value.workOrderRules = "" : (h = !1, u.value.workOrderRules = AA("必填").value);
11430
11430
  else if (n.value.processTypeId == "createcontingency") {
11431
11431
  const I = /^[1-9][0-9]{0,2}$/;
11432
- n.value.eventTypeId || (S = !1, u.value.eventTypeId = AA("必选").value), n.value.eventLevelId || (S = !1, u.value.eventLevelId = AA("必选").value), n.value.interval != 3 && !I.test(n.value.timeLimit) && (S = !1, u.value.timeLimit = AA("必填,请输入1~999之间的正整数").value);
11432
+ n.value.eventTypeId || (h = !1, u.value.eventTypeId = AA("必选").value), n.value.eventLevelId || (h = !1, u.value.eventLevelId = AA("必选").value), n.value.interval != 3 && !I.test(n.value.timeLimit) && (h = !1, u.value.timeLimit = AA("必填,请输入1~999之间的正整数").value);
11433
11433
  }
11434
- return S;
11434
+ return h;
11435
11435
  }, lA = () => {
11436
11436
  z9();
11437
- }, C = async (S) => {
11438
- dA() && (z.value = S, _());
11437
+ }, C = async (h) => {
11438
+ dA() && (z.value = h, _());
11439
11439
  }, _ = async () => {
11440
- const S = {
11440
+ const h = {
11441
11441
  projectId: v.projectId,
11442
11442
  processStatus: z.value,
11443
11443
  //处理状态 1=结束处理 2=继续处理
@@ -11446,8 +11446,8 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11446
11446
  processTypeId: n.value.processTypeId
11447
11447
  //处理类型id
11448
11448
  };
11449
- n.value.processTypeId === "createorder" ? (S.path = V.value ? "" : n.value.customPath, S.topic = m.value ? "" : n.value.reportTheme, S.spaceId = V.value ? "" : n.value.reportPosition ?? "", S.orderId = n.value.workOrderRules) : n.value.processTypeId === "createcontingency" ? (S.eventTypeId = n.value.eventTypeId, S.eventLevelId = n.value.eventLevelId, S.timeLimit = n.value.interval == 3 ? null : Number(n.value.timeLimit), S.interval = n.value.interval) : (S.reason = n.value.reason, S.treatmentPlan = n.value.treatmentPlan, S.remarks = n.value.remarks), P.value = !0, r("emitFn", "startHandle");
11450
- const [I, g] = await V8(S, {
11449
+ n.value.processTypeId === "createorder" ? (h.path = V.value ? "" : n.value.customPath, h.topic = O.value ? "" : n.value.reportTheme, h.spaceId = V.value ? "" : n.value.reportPosition ?? "", h.orderId = n.value.workOrderRules) : n.value.processTypeId === "createcontingency" ? (h.eventTypeId = n.value.eventTypeId, h.eventLevelId = n.value.eventLevelId, h.timeLimit = n.value.interval == 3 ? null : Number(n.value.timeLimit), h.interval = n.value.interval) : (h.reason = n.value.reason, h.treatmentPlan = n.value.treatmentPlan, h.remarks = n.value.remarks), P.value = !0, r("emitFn", "startHandle");
11450
+ const [I, g] = await V8(h, {
11451
11451
  params: {
11452
11452
  projectId: v.projectId
11453
11453
  }
@@ -11465,7 +11465,7 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11465
11465
  return A({
11466
11466
  open: eA,
11467
11467
  close: z9
11468
- }), (S, I) => (fA(), mA("div", y8, [
11468
+ }), (h, I) => (fA(), mA("div", y8, [
11469
11469
  B(D(R9), {
11470
11470
  modelValue: d.value,
11471
11471
  "onUpdate:modelValue": I[31] || (I[31] = (g) => d.value = g),
@@ -11634,7 +11634,7 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11634
11634
  showFullPath: !0,
11635
11635
  data: q.value,
11636
11636
  placeholder: s.value,
11637
- disabled: O.value,
11637
+ disabled: m.value,
11638
11638
  load: R,
11639
11639
  search: l,
11640
11640
  onChange: F,
@@ -11646,7 +11646,7 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11646
11646
  modelValue: n.value.customPath,
11647
11647
  "onUpdate:modelValue": I[11] || (I[11] = (g) => n.value.customPath = g),
11648
11648
  placeholder: D(AA)("选填").value,
11649
- disabled: O.value,
11649
+ disabled: m.value,
11650
11650
  maxlength: "20"
11651
11651
  }, null, 8, ["modelValue", "placeholder", "disabled"])
11652
11652
  ]),
@@ -11690,11 +11690,11 @@ const q8 = IA(`/api/tool/event-bus/${Tf}/`), pe = q8.post("/publish"), H8 = pf.g
11690
11690
  modelValue: n.value.reportTheme,
11691
11691
  "onUpdate:modelValue": I[14] || (I[14] = (g) => n.value.reportTheme = g),
11692
11692
  placeholder: b.value,
11693
- onChange: K
11693
+ onChange: S
11694
11694
  }, null, 8, ["disabled", "modelValue", "placeholder"]),
11695
11695
  B(D(i7), {
11696
- modelValue: m.value,
11697
- "onUpdate:modelValue": I[15] || (I[15] = (g) => m.value = g),
11696
+ modelValue: O.value,
11697
+ "onUpdate:modelValue": I[15] || (I[15] = (g) => O.value = g),
11698
11698
  checkboxType: "default",
11699
11699
  onChange: G,
11700
11700
  size: "middle"
@@ -12007,18 +12007,18 @@ const PX = () => {
12007
12007
  // 轮播-无限次播放
12008
12008
  });
12009
12009
  NA.addEventListenerFromMicroApp("alarm:change-alarmconfig", (l) => {
12010
- const { isRealTimeAlarm: j, audioPlay: m } = l.data;
12011
- j != null && (z.value = j), m != null && (d.value = m, d.value || p());
12010
+ const { isRealTimeAlarm: j, audioPlay: O } = l.data;
12011
+ j != null && (z.value = j), O != null && (d.value = O, d.value || p());
12012
12012
  });
12013
12013
  const u = (l) => {
12014
- var m;
12014
+ var O;
12015
12015
  const j = [];
12016
- j.push({ alarmId: l.recordId }), r.value = j, (m = f.value) == null || m.open();
12016
+ j.push({ alarmId: l.recordId }), r.value = j, (O = f.value) == null || O.open();
12017
12017
  }, { entryApp: x } = df.hooks.useEntryApp(), X = (l) => {
12018
12018
  K3(l.equipmentCode, l.equipmentPanelCode);
12019
12019
  }, { handleAlarmVue: a } = Q8(f, r), c = async () => {
12020
- var m;
12021
- const j = (((m = uA().appcategorys) == null ? void 0 : m.map((N) => N.apps).flat()) ?? []).find((N) => N.code === "alarm");
12020
+ var O;
12021
+ const j = (((O = uA().appcategorys) == null ? void 0 : O.map((N) => N.apps).flat()) ?? []).find((N) => N.code === "alarm");
12022
12022
  j && x({ microApp: j, menuPath: `/${j.routeUrl}/realTimeAlarm` });
12023
12023
  }, H = [], i = (l) => {
12024
12024
  if (H.push(l), P.value.length < 2) {
@@ -12045,8 +12045,8 @@ const PX = () => {
12045
12045
  },
12046
12046
  onClose: () => {
12047
12047
  setTimeout(() => {
12048
- const m = P.value.findIndex((N) => N == j);
12049
- if (m >= 0 && P.value.splice(m, 1), P.value.length < 2 && H.length) {
12048
+ const O = P.value.findIndex((N) => N == j);
12049
+ if (O >= 0 && P.value.splice(O, 1), P.value.length < 2 && H.length) {
12050
12050
  s(H[0]), H.shift();
12051
12051
  return;
12052
12052
  }
@@ -12068,11 +12068,11 @@ const PX = () => {
12068
12068
  }
12069
12069
  }
12070
12070
  }, q = (l) => {
12071
- const j = Number(l.noticeNum), m = location.origin + "/oss";
12072
- n.value.isplay && n.value.playId == l.recordId ? p() : (j < 0 ? n.value.loop = !0 : n.value.loop = !1, j > 0 ? (n.value.loopTotalCount = Number(l.noticeNum), n.value.loopCount = 0) : (n.value.loopTotalCount = 0, n.value.loopCount = 0), n.value.isplay = !0, n.value.playId = l.recordId, n.value.playLine = Number(l.alarmLevelId), n.value.playPath = m + l.noticePath, O());
12071
+ const j = Number(l.noticeNum), O = location.origin + "/oss";
12072
+ n.value.isplay && n.value.playId == l.recordId ? p() : (j < 0 ? n.value.loop = !0 : n.value.loop = !1, j > 0 ? (n.value.loopTotalCount = Number(l.noticeNum), n.value.loopCount = 0) : (n.value.loopTotalCount = 0, n.value.loopCount = 0), n.value.isplay = !0, n.value.playId = l.recordId, n.value.playLine = Number(l.alarmLevelId), n.value.playPath = O + l.noticePath, m());
12073
12073
  }, p = () => {
12074
12074
  n.value.playId = "", n.value.playPath = "", n.value.playLine = null, n.value.loopCount = 0, n.value.loopTotalCount = 0, n.value.isplay = !1, n.value.loop = !1;
12075
- }, O = () => {
12075
+ }, m = () => {
12076
12076
  v.value.onended = function() {
12077
12077
  n.value.loopCount = n.value.loopCount + 1, n.value.loopTotalCount && n.value.loopTotalCount && (n.value.loopCount == n.value.loopTotalCount ? (n.value.playPath = "", n.value.isplay = !1, n.value.playId = "", n.value.loopTotalCount = 0, n.value.loopCount = 0, n.value.playLine = null) : v.value.play());
12078
12078
  };
@@ -12093,10 +12093,10 @@ const PX = () => {
12093
12093
  showBtn: !0
12094
12094
  });
12095
12095
  if (l || !j || !j.length) return;
12096
- let m = !1;
12096
+ let O = !1;
12097
12097
  j.forEach((N) => {
12098
- (N.code === "alarm.realTimeAlarm" || N.originalCode === "alarm.realTimeAlarm") && (m = !0, N.children && N.children.length ? t.value = N.children.findIndex((Z) => Z.code == "alarm.realTimeAlarm.handle") >= 0 : t.value = !1);
12099
- }), m && (e.value = new mf({
12098
+ (N.code === "alarm.realTimeAlarm" || N.originalCode === "alarm.realTimeAlarm") && (O = !0, N.children && N.children.length ? t.value = N.children.findIndex((Z) => Z.code == "alarm.realTimeAlarm.handle") >= 0 : t.value = !1);
12099
+ }), O && (e.value = new mf({
12100
12100
  url: "/api/alarm/socket/v1/record/subscribe",
12101
12101
  reconnectWhenClose: !0,
12102
12102
  opened: () => {
@@ -12142,11 +12142,11 @@ const PX = () => {
12142
12142
  const { isFullscreen: A } = _9(), f = wA(() => !A.value), v = wA(() => xA.excludeRoutes), r = wA(() => xA.routeKeepAliveVisible), P = wA(() => ({ mode: SA.value.style === 1 ? "vertical" : "inline" }));
12143
12143
  OA(
12144
12144
  () => k3.nav.activeItem,
12145
- (O) => {
12145
+ (m) => {
12146
12146
  var V;
12147
- if (O) {
12148
- const l = !!(((V = uA()) == null ? void 0 : V.menuCollapses) || []).find((j) => j === O);
12149
- h.menu.setCollapse(l);
12147
+ if (m) {
12148
+ const l = !!(((V = uA()) == null ? void 0 : V.menuCollapses) || []).find((j) => j === m);
12149
+ K.menu.setCollapse(l);
12150
12150
  }
12151
12151
  },
12152
12152
  { immediate: !0 }
@@ -12156,7 +12156,7 @@ const PX = () => {
12156
12156
  const { $changePwd: X, $personSetDialog: a } = g6(), { changeEnterprisesVisible: c, userId: H, tenantId: i, changeEnterprise: s } = Uv();
12157
12157
  W6();
12158
12158
  const { fontColor: b, backgroudColor: q, borderColor: p } = E6();
12159
- return h6(), K6(u), C6(), $6(), j1(), x8(), (O, V) => (fA(), mA("div", zX, [
12159
+ return h6(), K6(u), C6(), $6(), j1(), x8(), (m, V) => (fA(), mA("div", zX, [
12160
12160
  nA(` <button @click="test(0)">test</button>\r
12161
12161
  <button style="margin-left: 5px" @click="test(1)">test2</button> `),
12162
12162
  B(D(Lr), { platformInitNextTick: D(t) }, {
@@ -12173,10 +12173,10 @@ const PX = () => {
12173
12173
  _: 2
12174
12174
  /* DYNAMIC */
12175
12175
  }, [
12176
- ye(O.$slots, (R, l, j) => ({
12176
+ ye(m.$slots, (R, l, j) => ({
12177
12177
  name: l,
12178
12178
  fn: U(() => [
12179
- r9(O.$slots, l, {}, void 0, !0)
12179
+ r9(m.$slots, l, {}, void 0, !0)
12180
12180
  ])
12181
12181
  }))
12182
12182
  ]), 1032, ["loading", "pageKey", "showLayout", "excludeRoutes", "routeKeepAliveVisible", "tabsAttr", "menuAttr"])
@@ -12388,11 +12388,11 @@ L("@das-fed/web");
12388
12388
  const cX = [
12389
12389
  {
12390
12390
  path: RA,
12391
- component: () => import("./index-0UsnVlD3.js")
12391
+ component: () => import("./index-ZY4N8QSO.js")
12392
12392
  },
12393
12393
  {
12394
12394
  path: Av,
12395
- component: () => import("./index-Mfd6No2F.js")
12395
+ component: () => import("./index-d3tFnMVr.js")
12396
12396
  }
12397
12397
  ], c2 = {
12398
12398
  routes: cX,