@das-fed/mframe 0.0.15 → 0.0.17

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.
Files changed (3) hide show
  1. package/es5.js +419 -417
  2. package/index.js +385 -379
  3. package/package.json +1 -1
package/es5.js CHANGED
@@ -584,11 +584,11 @@ function St(e, t, n, r, o, s) {
584
584
  rs();
585
585
  }
586
586
  function yn(e) {
587
- var t = me(e);
587
+ var t = ve(e);
588
588
  return t === e ? t : (We(t, "iterate", rr), rt(e) ? t : t.map(Ze));
589
589
  }
590
590
  function is(e) {
591
- return We(e = me(e), "iterate", rr), e;
591
+ return We(e = ve(e), "iterate", rr), e;
592
592
  }
593
593
  var Ma = (_Ma = {
594
594
  __proto__: null
@@ -718,15 +718,15 @@ function Ds(e, t, n, r) {
718
718
  }), o[t].apply(o, [s].concat(_toConsumableArray(r)));
719
719
  }
720
720
  function go(e, t, n) {
721
- var r = me(e);
721
+ var r = ve(e);
722
722
  We(r, "iterate", rr);
723
723
  var o = r[t].apply(r, _toConsumableArray(n));
724
- return (o === -1 || o === false) && Mr(n[0]) ? (n[0] = me(n[0]), r[t].apply(r, _toConsumableArray(n))) : o;
724
+ return (o === -1 || o === false) && Mr(n[0]) ? (n[0] = ve(n[0]), r[t].apply(r, _toConsumableArray(n))) : o;
725
725
  }
726
726
  function Bn(e, t) {
727
727
  var n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
728
728
  Bt(), ns();
729
- var r = me(e)[t].apply(e, n);
729
+ var r = ve(e)[t].apply(e, n);
730
730
  return rs(), Ut(), r;
731
731
  }
732
732
  var Va = /* @__PURE__ */Pn("__proto__,__v_isRef,__isVue"),
@@ -737,7 +737,7 @@ var Va = /* @__PURE__ */Pn("__proto__,__v_isRef,__isVue"),
737
737
  }).filter(In));
738
738
  function ja(e) {
739
739
  In(e) || (e = String(e));
740
- var t = me(this);
740
+ var t = ve(this);
741
741
  return We(t, "has", e), t.hasOwnProperty(e);
742
742
  }
743
743
  var Xi = /*#__PURE__*/function () {
@@ -788,11 +788,11 @@ var Zi = /*#__PURE__*/function (_Xi) {
788
788
  var s = t[n];
789
789
  if (!this._isShallow) {
790
790
  var l = Ft(s);
791
- if (!rt(r) && !Ft(r) && (s = me(s), r = me(r)), !ce(t) && Ve(s) && !Ve(r)) return l ? false : (s.value = r, true);
791
+ if (!rt(r) && !Ft(r) && (s = ve(s), r = ve(r)), !ce(t) && Ve(s) && !Ve(r)) return l ? false : (s.value = r, true);
792
792
  }
793
793
  var i = ce(t) && es(n) ? Number(n) < t.length : be(t, n),
794
794
  c = Reflect.set(t, n, r, Ve(t) ? t : o);
795
- return t === me(o) && (i ? Zt(r, s) && St(t, "set", n, r, s) : St(t, "add", n, r)), c;
795
+ return t === ve(o) && (i ? Zt(r, s) && St(t, "set", n, r, s) : St(t, "add", n, r)), c;
796
796
  }
797
797
  }, {
798
798
  key: "deleteProperty",
@@ -847,7 +847,7 @@ var Ha = /* @__PURE__ */new Zi(),
847
847
  function Ua(e, t, n) {
848
848
  return function () {
849
849
  var o = this.__v_raw,
850
- s = me(o),
850
+ s = ve(o),
851
851
  i = Sn(s),
852
852
  c = e === "entries" || e === Symbol.iterator && i,
853
853
  l = e === "keys" && i,
@@ -876,7 +876,7 @@ function Er(e) {
876
876
  return function () {
877
877
  if (process.env.NODE_ENV !== "production") {
878
878
  var n = (arguments.length <= 0 ? undefined : arguments[0]) ? "on key \"".concat(arguments.length <= 0 ? undefined : arguments[0], "\" ") : "";
879
- Rt("".concat(qr(e), " operation ").concat(n, "failed: target is readonly."), me(this));
879
+ Rt("".concat(qr(e), " operation ").concat(n, "failed: target is readonly."), ve(this));
880
880
  }
881
881
  return e === "delete" ? false : e === "clear" ? void 0 : this;
882
882
  };
@@ -885,8 +885,8 @@ function Ga(e, t) {
885
885
  var n = {
886
886
  get: function get(o) {
887
887
  var s = this.__v_raw,
888
- i = me(s),
889
- c = me(o);
888
+ i = ve(s),
889
+ c = ve(o);
890
890
  e || (Zt(o, c) && We(i, "get", o), We(i, "get", c));
891
891
  var _vr = vr(i),
892
892
  l = _vr.has,
@@ -897,18 +897,18 @@ function Ga(e, t) {
897
897
  },
898
898
  get size() {
899
899
  var o = this.__v_raw;
900
- return !e && We(me(o), "iterate", un), Reflect.get(o, "size", o);
900
+ return !e && We(ve(o), "iterate", un), Reflect.get(o, "size", o);
901
901
  },
902
902
  has: function has(o) {
903
903
  var s = this.__v_raw,
904
- i = me(s),
905
- c = me(o);
904
+ i = ve(s),
905
+ c = ve(o);
906
906
  return e || (Zt(o, c) && We(i, "has", o), We(i, "has", c)), o === c ? s.has(o) : s.has(o) || s.has(c);
907
907
  },
908
908
  forEach: function forEach(o, s) {
909
909
  var i = this,
910
910
  c = i.__v_raw,
911
- l = me(c),
911
+ l = ve(c),
912
912
  E = t ? Mo : e ? Lo : Ze;
913
913
  return !e && We(l, "iterate", un), c.forEach(function (p, d) {
914
914
  return o.call(s, E(p), E(d), i);
@@ -922,34 +922,34 @@ function Ga(e, t) {
922
922
  clear: Er("clear")
923
923
  } : {
924
924
  add: function add(o) {
925
- !t && !rt(o) && !Ft(o) && (o = me(o));
926
- var s = me(this);
925
+ !t && !rt(o) && !Ft(o) && (o = ve(o));
926
+ var s = ve(this);
927
927
  return vr(s).has.call(s, o) || (s.add(o), St(s, "add", o, o)), this;
928
928
  },
929
929
  set: function set(o, s) {
930
- !t && !rt(s) && !Ft(s) && (s = me(s));
931
- var i = me(this),
930
+ !t && !rt(s) && !Ft(s) && (s = ve(s));
931
+ var i = ve(this),
932
932
  _vr2 = vr(i),
933
933
  c = _vr2.has,
934
934
  l = _vr2.get;
935
935
  var E = c.call(i, o);
936
- E ? process.env.NODE_ENV !== "production" && Cs(i, c, o) : (o = me(o), E = c.call(i, o));
936
+ E ? process.env.NODE_ENV !== "production" && Cs(i, c, o) : (o = ve(o), E = c.call(i, o));
937
937
  var p = l.call(i, o);
938
938
  return i.set(o, s), E ? Zt(s, p) && St(i, "set", o, s, p) : St(i, "add", o, s), this;
939
939
  },
940
940
  "delete": function _delete(o) {
941
- var s = me(this),
941
+ var s = ve(this),
942
942
  _vr3 = vr(s),
943
943
  i = _vr3.has,
944
944
  c = _vr3.get;
945
945
  var l = i.call(s, o);
946
- l ? process.env.NODE_ENV !== "production" && Cs(s, i, o) : (o = me(o), l = i.call(s, o));
946
+ l ? process.env.NODE_ENV !== "production" && Cs(s, i, o) : (o = ve(o), l = i.call(s, o));
947
947
  var E = c ? c.call(s, o) : void 0,
948
948
  p = s["delete"](o);
949
949
  return l && St(s, "delete", o, void 0, E), p;
950
950
  },
951
951
  clear: function clear() {
952
- var o = me(this),
952
+ var o = ve(this),
953
953
  s = o.size !== 0,
954
954
  i = process.env.NODE_ENV !== "production" ? Sn(o) ? new Map(o) : new Set(o) : void 0,
955
955
  c = o.clear();
@@ -978,7 +978,7 @@ var Ka = {
978
978
  get: /* @__PURE__ */zr(true, true)
979
979
  };
980
980
  function Cs(e, t, n) {
981
- var r = me(n);
981
+ var r = ve(n);
982
982
  if (r !== n && t.call(e, r)) {
983
983
  Qo(e);
984
984
  Rt();
@@ -1039,9 +1039,9 @@ function rt(e) {
1039
1039
  function Mr(e) {
1040
1040
  return e ? !!e.__v_raw : false;
1041
1041
  }
1042
- function me(e) {
1042
+ function ve(e) {
1043
1043
  var t = e && e.__v_raw;
1044
- return t ? me(t) : e;
1044
+ return t ? ve(t) : e;
1045
1045
  }
1046
1046
  function Za(e) {
1047
1047
  return !be(e, "__v_skip") && Object.isExtensible(e) && $r(e, "__v_skip", true), e;
@@ -1064,7 +1064,7 @@ function Qa(e, t) {
1064
1064
  var eu = /*#__PURE__*/function () {
1065
1065
  function eu(t, n) {
1066
1066
  _classCallCheck(this, eu);
1067
- this.dep = new ss(), this.__v_isRef = true, this.__v_isShallow = false, this._rawValue = n ? t : me(t), this._value = n ? t : Ze(t), this.__v_isShallow = n;
1067
+ this.dep = new ss(), this.__v_isRef = true, this.__v_isShallow = false, this._rawValue = n ? t : ve(t), this._value = n ? t : Ze(t), this.__v_isShallow = n;
1068
1068
  }
1069
1069
  return _createClass(eu, [{
1070
1070
  key: "value",
@@ -1078,7 +1078,7 @@ var eu = /*#__PURE__*/function () {
1078
1078
  set: function set(t) {
1079
1079
  var n = this._rawValue,
1080
1080
  r = this.__v_isShallow || rt(t) || Ft(t);
1081
- t = r ? t : me(t), Zt(t, n) && (this._rawValue = t, this._value = r ? t : Ze(t), process.env.NODE_ENV !== "production" ? this.dep.trigger({
1081
+ t = r ? t : ve(t), Zt(t, n) && (this._rawValue = t, this._value = r ? t : Ze(t), process.env.NODE_ENV !== "production" ? this.dep.trigger({
1082
1082
  target: this,
1083
1083
  type: "set",
1084
1084
  key: "value",
@@ -1210,9 +1210,9 @@ function su(e, t) {
1210
1210
  return Wt(L(), ne);
1211
1211
  };
1212
1212
  }
1213
- var q = Pa(),
1213
+ var z = Pa(),
1214
1214
  te = function te() {
1215
- d.stop(), q && q.active && Xo(q.effects, d);
1215
+ d.stop(), z && z.active && Xo(z.effects, d);
1216
1216
  };
1217
1217
  if (s && t) {
1218
1218
  var _L = t;
@@ -1365,7 +1365,7 @@ function uu(e) {
1365
1365
  }), n.length > 3 && t.push(" ..."), t;
1366
1366
  }
1367
1367
  function ic(e, t, n) {
1368
- return He(t) ? (t = JSON.stringify(t), n ? t : ["".concat(e, "=").concat(t)]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : ["".concat(e, "=").concat(t)] : Ve(t) ? (t = ic(e, me(t.value), true), n ? t : ["".concat(e, "=Ref<"), t, ">"]) : ue(t) ? ["".concat(e, "=fn").concat(t.name ? "<".concat(t.name, ">") : "")] : (t = me(t), n ? t : ["".concat(e, "="), t]);
1368
+ return He(t) ? (t = JSON.stringify(t), n ? t : ["".concat(e, "=").concat(t)]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : ["".concat(e, "=").concat(t)] : Ve(t) ? (t = ic(e, ve(t.value), true), n ? t : ["".concat(e, "=Ref<"), t, ">"]) : ue(t) ? ["".concat(e, "=fn").concat(t.name ? "<".concat(t.name, ">") : "")] : (t = ve(t), n ? t : ["".concat(e, "="), t]);
1369
1369
  }
1370
1370
  var as = {
1371
1371
  sp: "serverPrefetch hook",
@@ -1791,7 +1791,7 @@ function Wr(e, t, n, r) {
1791
1791
  var E = t && t.r,
1792
1792
  p = c.refs === Ne ? c.refs = {} : c.refs,
1793
1793
  d = c.setupState,
1794
- h = me(d),
1794
+ h = ve(d),
1795
1795
  O = d === Ne ? function () {
1796
1796
  return false;
1797
1797
  } : function ($) {
@@ -1803,8 +1803,8 @@ function Wr(e, t, n, r) {
1803
1803
  if ($ || j) {
1804
1804
  var F = function F() {
1805
1805
  if (e.f) {
1806
- var q = $ ? O(l) ? d[l] : p[l] : l.value;
1807
- o ? ce(q) && Xo(q, s) : ce(q) ? q.includes(s) || q.push(s) : $ ? (p[l] = [s], O(l) && (d[l] = p[l])) : (l.value = [s], e.k && (p[e.k] = l.value));
1806
+ var z = $ ? O(l) ? d[l] : p[l] : l.value;
1807
+ o ? ce(z) && Xo(z, s) : ce(z) ? z.includes(s) || z.push(s) : $ ? (p[l] = [s], O(l) && (d[l] = p[l])) : (l.value = [s], e.k && (p[e.k] = l.value));
1808
1808
  } else $ ? (p[l] = i, O(l) && (d[l] = i)) : j ? (l.value = i, e.k && (p[e.k] = i)) : process.env.NODE_ENV !== "production" && H("Invalid template ref type:", l, "(".concat(_typeof(l), ")"));
1809
1809
  };
1810
1810
  i ? (F.id = -1, st(F, n)) : F();
@@ -2069,7 +2069,7 @@ function Gu(e) {
2069
2069
  function Ku(e) {
2070
2070
  var t = e.ctx,
2071
2071
  n = e.setupState;
2072
- Object.keys(me(n)).forEach(function (r) {
2072
+ Object.keys(ve(n)).forEach(function (r) {
2073
2073
  if (!n.__isScriptSetup) {
2074
2074
  if (hs(r[0])) {
2075
2075
  H("setup() return property ".concat(JSON.stringify(r), " should not start with \"$\" or \"_\" which are reserved prefixes for Vue internals."));
@@ -2116,7 +2116,7 @@ function Yu(e) {
2116
2116
  $ = t.updated,
2117
2117
  j = t.activated,
2118
2118
  F = t.deactivated,
2119
- q = t.beforeDestroy,
2119
+ z = t.beforeDestroy,
2120
2120
  te = t.beforeUnmount,
2121
2121
  U = t.destroyed,
2122
2122
  re = t.unmounted,
@@ -2128,55 +2128,55 @@ function Yu(e) {
2128
2128
  k = t.expose,
2129
2129
  B = t.inheritAttrs,
2130
2130
  N = t.components,
2131
- se = t.directives,
2132
- ge = t.filters,
2131
+ oe = t.directives,
2132
+ he = t.filters,
2133
2133
  we = process.env.NODE_ENV !== "production" ? ku() : null;
2134
2134
  if (process.env.NODE_ENV !== "production") {
2135
2135
  var _e$propsOptions2 = _slicedToArray(e.propsOptions, 1),
2136
- J = _e$propsOptions2[0];
2137
- if (J) for (var ie in J) we("Props", ie);
2136
+ Y = _e$propsOptions2[0];
2137
+ if (Y) for (var ie in Y) we("Props", ie);
2138
2138
  }
2139
- if (E && qu(E, r, we), i) for (var _J in i) {
2140
- var _ie = i[_J];
2141
- ue(_ie) ? (process.env.NODE_ENV !== "production" ? Object.defineProperty(r, _J, {
2139
+ if (E && qu(E, r, we), i) for (var _Y in i) {
2140
+ var _ie = i[_Y];
2141
+ ue(_ie) ? (process.env.NODE_ENV !== "production" ? Object.defineProperty(r, _Y, {
2142
2142
  value: _ie.bind(n),
2143
2143
  configurable: true,
2144
2144
  enumerable: true,
2145
2145
  writable: true
2146
- }) : r[_J] = _ie.bind(n), process.env.NODE_ENV !== "production" && we("Methods", _J)) : process.env.NODE_ENV !== "production" && H("Method \"".concat(_J, "\" has type \"").concat(_typeof(_ie), "\" in the component definition. Did you reference the function correctly?"));
2146
+ }) : r[_Y] = _ie.bind(n), process.env.NODE_ENV !== "production" && we("Methods", _Y)) : process.env.NODE_ENV !== "production" && H("Method \"".concat(_Y, "\" has type \"").concat(_typeof(_ie), "\" in the component definition. Did you reference the function correctly?"));
2147
2147
  }
2148
2148
  if (o) {
2149
2149
  process.env.NODE_ENV !== "production" && !ue(o) && H("The data option must be a function. Plain object usage is no longer supported.");
2150
- var _J2 = o.call(n, n);
2151
- if (process.env.NODE_ENV !== "production" && Zo(_J2) && H("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."), !De(_J2)) process.env.NODE_ENV !== "production" && H("data() should return an object.");else if (e.data = cs(_J2), process.env.NODE_ENV !== "production") {
2150
+ var _Y2 = o.call(n, n);
2151
+ if (process.env.NODE_ENV !== "production" && Zo(_Y2) && H("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."), !De(_Y2)) process.env.NODE_ENV !== "production" && H("data() should return an object.");else if (e.data = cs(_Y2), process.env.NODE_ENV !== "production") {
2152
2152
  var _loop2 = function _loop2(_ie2) {
2153
2153
  we("Data", _ie2), hs(_ie2[0]) || Object.defineProperty(r, _ie2, {
2154
2154
  configurable: true,
2155
2155
  enumerable: true,
2156
2156
  get: function get() {
2157
- return _J2[_ie2];
2157
+ return _Y2[_ie2];
2158
2158
  },
2159
2159
  set: Fe
2160
2160
  });
2161
2161
  };
2162
- for (var _ie2 in _J2) {
2162
+ for (var _ie2 in _Y2) {
2163
2163
  _loop2(_ie2);
2164
2164
  }
2165
2165
  }
2166
2166
  }
2167
2167
  if (Ho = true, s) {
2168
- var _loop3 = function _loop3(_J3) {
2169
- var ie = s[_J3],
2168
+ var _loop3 = function _loop3(_Y3) {
2169
+ var ie = s[_Y3],
2170
2170
  ye = ue(ie) ? ie.bind(n, n) : ue(ie.get) ? ie.get.bind(n, n) : Fe;
2171
- process.env.NODE_ENV !== "production" && ye === Fe && H("Computed property \"".concat(_J3, "\" has no getter."));
2171
+ process.env.NODE_ENV !== "production" && ye === Fe && H("Computed property \"".concat(_Y3, "\" has no getter."));
2172
2172
  var D = !ue(ie) && ue(ie.set) ? ie.set.bind(n) : process.env.NODE_ENV !== "production" ? function () {
2173
- H("Write operation failed: computed property \"".concat(_J3, "\" is readonly."));
2173
+ H("Write operation failed: computed property \"".concat(_Y3, "\" is readonly."));
2174
2174
  } : Fe,
2175
2175
  Oe = bt({
2176
2176
  get: ye,
2177
2177
  set: D
2178
2178
  });
2179
- Object.defineProperty(r, _J3, {
2179
+ Object.defineProperty(r, _Y3, {
2180
2180
  enumerable: true,
2181
2181
  configurable: true,
2182
2182
  get: function get() {
@@ -2185,29 +2185,29 @@ function Yu(e) {
2185
2185
  set: function set(Re) {
2186
2186
  return Oe.value = Re;
2187
2187
  }
2188
- }), process.env.NODE_ENV !== "production" && we("Computed", _J3);
2188
+ }), process.env.NODE_ENV !== "production" && we("Computed", _Y3);
2189
2189
  };
2190
- for (var _J3 in s) {
2191
- _loop3(_J3);
2190
+ for (var _Y3 in s) {
2191
+ _loop3(_Y3);
2192
2192
  }
2193
2193
  }
2194
- if (c) for (var _J4 in c) wc(c[_J4], r, n, _J4);
2194
+ if (c) for (var _Y4 in c) wc(c[_Y4], r, n, _Y4);
2195
2195
  if (l) {
2196
- var _J5 = ue(l) ? l.call(n) : l;
2197
- Reflect.ownKeys(_J5).forEach(function (ie) {
2198
- el(ie, _J5[ie]);
2196
+ var _Y5 = ue(l) ? l.call(n) : l;
2197
+ Reflect.ownKeys(_Y5).forEach(function (ie) {
2198
+ el(ie, _Y5[ie]);
2199
2199
  });
2200
2200
  }
2201
2201
  p && Ms(p, e, "c");
2202
- function ve(J, ie) {
2202
+ function de(Y, ie) {
2203
2203
  ce(ie) ? ie.forEach(function (ye) {
2204
- return J(ye.bind(n));
2205
- }) : ie && J(ie.bind(n));
2204
+ return Y(ye.bind(n));
2205
+ }) : ie && Y(ie.bind(n));
2206
2206
  }
2207
- if (ve($u, d), ve(yc, h), ve(Mu, O), ve(Lu, $), ve(Cu, j), ve(Pu, F), ve(Fu, pe), ve(Wu, ne), ve(Hu, le), ve(Vu, te), ve(_c, re), ve(ju, K), ce(k)) if (k.length) {
2208
- var _J6 = e.exposed || (e.exposed = {});
2207
+ if (de($u, d), de(yc, h), de(Mu, O), de(Lu, $), de(Cu, j), de(Pu, F), de(Fu, pe), de(Wu, ne), de(Hu, le), de(Vu, te), de(_c, re), de(ju, K), ce(k)) if (k.length) {
2208
+ var _Y6 = e.exposed || (e.exposed = {});
2209
2209
  k.forEach(function (ie) {
2210
- Object.defineProperty(_J6, ie, {
2210
+ Object.defineProperty(_Y6, ie, {
2211
2211
  get: function get() {
2212
2212
  return n[ie];
2213
2213
  },
@@ -2217,7 +2217,7 @@ function Yu(e) {
2217
2217
  });
2218
2218
  });
2219
2219
  } else e.exposed || (e.exposed = {});
2220
- L && e.render === Fe && (e.render = L), B != null && (e.inheritAttrs = B), N && (e.components = N), se && (e.directives = se), K && vc(e);
2220
+ L && e.render === Fe && (e.render = L), B != null && (e.inheritAttrs = B), N && (e.components = N), oe && (e.directives = oe), K && vc(e);
2221
2221
  }
2222
2222
  function qu(e, t) {
2223
2223
  var n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : Fe;
@@ -2484,7 +2484,7 @@ function rl(e, t, n, r) {
2484
2484
  var o = e.props,
2485
2485
  s = e.attrs,
2486
2486
  i = e.vnode.patchFlag,
2487
- c = me(o),
2487
+ c = ve(o),
2488
2488
  _e$propsOptions3 = _slicedToArray(e.propsOptions, 1),
2489
2489
  l = _e$propsOptions3[0];
2490
2490
  var E = false;
@@ -2537,7 +2537,7 @@ function Rc(e, t, n, r) {
2537
2537
  o && be(o, p = gt(l)) ? !s || !s.includes(p) ? n[p] = E : (c || (c = {}))[p] = E : Qr(e.emitsOptions, l) || (!(l in r) || E !== r[l]) && (r[l] = E, i = true);
2538
2538
  }
2539
2539
  if (s) {
2540
- var _l2 = me(n),
2540
+ var _l2 = ve(n),
2541
2541
  _E = c || Ne;
2542
2542
  for (var _p3 = 0; _p3 < s.length; _p3++) {
2543
2543
  var d = s[_p3];
@@ -2605,8 +2605,8 @@ function xc(e, t) {
2605
2605
  $ = O.type;
2606
2606
  var j = false,
2607
2607
  F = true;
2608
- if (ce($)) for (var q = 0; q < $.length; ++q) {
2609
- var te = $[q],
2608
+ if (ce($)) for (var z = 0; z < $.length; ++z) {
2609
+ var te = $[z],
2610
2610
  U = ue(te) && te.name;
2611
2611
  if (U === "Boolean") {
2612
2612
  j = true;
@@ -2629,7 +2629,7 @@ function sl(e) {
2629
2629
  return e === null ? "null" : typeof e == "function" ? e.name || "" : _typeof(e) == "object" && e.constructor && e.constructor.name || "";
2630
2630
  }
2631
2631
  function Dc(e, t, n) {
2632
- var r = me(t),
2632
+ var r = ve(t),
2633
2633
  o = n.propsOptions[0],
2634
2634
  s = Object.keys(e).map(function (i) {
2635
2635
  return gt(i);
@@ -2813,7 +2813,7 @@ function ml(e, t) {
2813
2813
  var b = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : null;
2814
2814
  var A = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : process.env.NODE_ENV !== "production" && Tt ? false : !!g.dynamicChildren;
2815
2815
  if (f === g) return;
2816
- f && !Gn(f, g) && (C = _de(f), Pe(f, R, _, true), f = null), g.patchFlag === -2 && (A = false, g.dynamicChildren = null);
2816
+ f && !Gn(f, g) && (C = _ge(f), Pe(f, R, _, true), f = null), g.patchFlag === -2 && (A = false, g.dynamicChildren = null);
2817
2817
  var T = g.type,
2818
2818
  G = g.ref,
2819
2819
  M = g.shapeFlag;
@@ -2822,16 +2822,16 @@ function ml(e, t) {
2822
2822
  F(f, g, y, C);
2823
2823
  break;
2824
2824
  case ut:
2825
- q(f, g, y, C);
2825
+ z(f, g, y, C);
2826
2826
  break;
2827
2827
  case Tr:
2828
2828
  f == null ? te(g, y, C, P) : process.env.NODE_ENV !== "production" && U(f, g, y, P);
2829
2829
  break;
2830
2830
  case Ot:
2831
- se(f, g, y, C, R, _, P, b, A);
2831
+ oe(f, g, y, C, R, _, P, b, A);
2832
2832
  break;
2833
2833
  default:
2834
- M & 1 ? ne(f, g, y, C, R, _, P, b, A) : M & 6 ? ge(f, g, y, C, R, _, P, b, A) : M & 64 || M & 128 ? T.process(f, g, y, C, R, _, P, b, A, W) : process.env.NODE_ENV !== "production" && H("Invalid VNode type:", T, "(".concat(_typeof(T), ")"));
2834
+ M & 1 ? ne(f, g, y, C, R, _, P, b, A) : M & 6 ? he(f, g, y, C, R, _, P, b, A) : M & 64 || M & 128 ? T.process(f, g, y, C, R, _, P, b, A, W) : process.env.NODE_ENV !== "production" && H("Invalid VNode type:", T, "(".concat(_typeof(T), ")"));
2835
2835
  }
2836
2836
  G != null && R && Wr(G, f && f.ref, _, g || f, !g);
2837
2837
  },
@@ -2841,7 +2841,7 @@ function ml(e, t) {
2841
2841
  g.children !== f.children && E(R, g.children);
2842
2842
  }
2843
2843
  },
2844
- q = function q(f, g, y, C) {
2844
+ z = function z(f, g, y, C) {
2845
2845
  f == null ? r(g.el = l(g.children || ""), y, C) : g.el = f.el;
2846
2846
  },
2847
2847
  te = function te(f, g, y, C) {
@@ -2879,15 +2879,15 @@ function ml(e, t) {
2879
2879
  var G = f.props,
2880
2880
  M = f.shapeFlag,
2881
2881
  Q = f.transition,
2882
- oe = f.dirs;
2883
- if (A = f.el = i(f.type, _, G && G.is, G), M & 8 ? p(A, f.children) : M & 16 && K(f.children, A, null, C, R, yo(f, _), P, b), oe && nn(f, null, C, "created"), _pe(A, f, f.scopeId, P, C), G) {
2882
+ se = f.dirs;
2883
+ if (A = f.el = i(f.type, _, G && G.is, G), M & 8 ? p(A, f.children) : M & 16 && K(f.children, A, null, C, R, yo(f, _), P, b), se && nn(f, null, C, "created"), _pe(A, f, f.scopeId, P, C), G) {
2884
2884
  for (var Te in G) Te !== "value" && !Jn(Te) && s(A, Te, null, G[Te], _, C);
2885
2885
  "value" in G && s(A, "value", null, G.value, _), (T = G.onVnodeBeforeMount) && _t(T, C, f);
2886
2886
  }
2887
- process.env.NODE_ENV !== "production" && ($r(A, "__vnode", f, true), $r(A, "__vueParentComponent", C, true)), oe && nn(f, null, C, "beforeMount");
2887
+ process.env.NODE_ENV !== "production" && ($r(A, "__vnode", f, true), $r(A, "__vueParentComponent", C, true)), se && nn(f, null, C, "beforeMount");
2888
2888
  var Ee = vl(R, Q);
2889
- Ee && Q.beforeEnter(A), r(A, g, y), ((T = G && G.onVnodeMounted) || Ee || oe) && st(function () {
2890
- T && _t(T, C, f), Ee && Q.enter(A), oe && nn(f, null, C, "mounted");
2889
+ Ee && Q.beforeEnter(A), r(A, g, y), ((T = G && G.onVnodeMounted) || Ee || se) && st(function () {
2890
+ T && _t(T, C, f), Ee && Q.enter(A), se && nn(f, null, C, "mounted");
2891
2891
  }, R);
2892
2892
  },
2893
2893
  _pe = function pe(f, g, y, C, R) {
@@ -2916,8 +2916,8 @@ function ml(e, t) {
2916
2916
  A |= f.patchFlag & 16;
2917
2917
  var M = f.props || Ne,
2918
2918
  Q = g.props || Ne;
2919
- var oe;
2920
- if (y && rn(y, false), (oe = Q.onVnodeBeforeUpdate) && _t(oe, y, g, f), G && nn(g, f, y, "beforeUpdate"), y && rn(y, true), process.env.NODE_ENV !== "production" && Tt && (A = 0, P = false, T = null), (M.innerHTML && Q.innerHTML == null || M.textContent && Q.textContent == null) && p(b, ""), T ? (B(f.dynamicChildren, T, b, y, C, yo(g, R), _), process.env.NODE_ENV !== "production" && Nr(f, g)) : P || ye(f, g, b, null, y, C, yo(g, R), _, false), A > 0) {
2919
+ var se;
2920
+ if (y && rn(y, false), (se = Q.onVnodeBeforeUpdate) && _t(se, y, g, f), G && nn(g, f, y, "beforeUpdate"), y && rn(y, true), process.env.NODE_ENV !== "production" && Tt && (A = 0, P = false, T = null), (M.innerHTML && Q.innerHTML == null || M.textContent && Q.textContent == null) && p(b, ""), T ? (B(f.dynamicChildren, T, b, y, C, yo(g, R), _), process.env.NODE_ENV !== "production" && Nr(f, g)) : P || ye(f, g, b, null, y, C, yo(g, R), _, false), A > 0) {
2921
2921
  if (A & 16) N(b, M, Q, y, R);else if (A & 2 && M["class"] !== Q["class"] && s(b, "class", null, Q["class"], R), A & 4 && s(b, "style", M.style, Q.style, R), A & 8) {
2922
2922
  var Ee = g.dynamicProps;
2923
2923
  for (var Te = 0; Te < Ee.length; Te++) {
@@ -2929,8 +2929,8 @@ function ml(e, t) {
2929
2929
  }
2930
2930
  A & 1 && f.children !== g.children && p(b, g.children);
2931
2931
  } else !P && T == null && N(b, M, Q, y, R);
2932
- ((oe = Q.onVnodeUpdated) || G) && st(function () {
2933
- oe && _t(oe, y, g, f), G && nn(g, f, y, "updated");
2932
+ ((se = Q.onVnodeUpdated) || G) && st(function () {
2933
+ se && _t(se, y, g, f), G && nn(g, f, y, "updated");
2934
2934
  }, C);
2935
2935
  },
2936
2936
  B = function B(f, g, y, C, R, _, P) {
@@ -2967,15 +2967,15 @@ function ml(e, t) {
2967
2967
  "value" in y && s(f, "value", g.value, y.value, R);
2968
2968
  }
2969
2969
  },
2970
- se = function se(f, g, y, C, R, _, P, b, A) {
2970
+ oe = function oe(f, g, y, C, R, _, P, b, A) {
2971
2971
  var T = g.el = f ? f.el : c(""),
2972
2972
  G = g.anchor = f ? f.anchor : c("");
2973
2973
  var M = g.patchFlag,
2974
2974
  Q = g.dynamicChildren,
2975
- oe = g.slotScopeIds;
2975
+ se = g.slotScopeIds;
2976
2976
  process.env.NODE_ENV !== "production" && (
2977
2977
  // #5523 dev root fragment may inherit directives
2978
- Tt || M & 2048) && (M = 0, A = false, Q = null), oe && (b = b ? b.concat(oe) : oe), f == null ? (r(T, y, C), r(G, y, C), K(
2978
+ Tt || M & 2048) && (M = 0, A = false, Q = null), se && (b = b ? b.concat(se) : se), f == null ? (r(T, y, C), r(G, y, C), K(
2979
2979
  // #10007
2980
2980
  // such fragment like `<></>` will be compiled into
2981
2981
  // a fragment which doesn't have a children.
@@ -2991,20 +2991,20 @@ function ml(e, t) {
2991
2991
  (g.key != null || R && g === R.subTree) && Nr(f, g, true
2992
2992
  /* shallow */)) : ye(f, g, y, G, R, _, P, b, A);
2993
2993
  },
2994
- ge = function ge(f, g, y, C, R, _, P, b, A) {
2995
- g.slotScopeIds = b, f == null ? g.shapeFlag & 512 ? R.ctx.activate(g, y, C, P, A) : we(g, y, C, R, _, P, A) : ve(f, g, A);
2994
+ he = function he(f, g, y, C, R, _, P, b, A) {
2995
+ g.slotScopeIds = b, f == null ? g.shapeFlag & 512 ? R.ctx.activate(g, y, C, P, A) : we(g, y, C, R, _, P, A) : de(f, g, A);
2996
2996
  },
2997
2997
  we = function we(f, g, y, C, R, _, P) {
2998
2998
  var b = f.component = Vl(f, C, R);
2999
2999
  if (process.env.NODE_ENV !== "production" && b.type.__hmrId && hu(b), process.env.NODE_ENV !== "production" && (wr(f), _n(b, "mount")), ds(f) && (b.ctx.renderer = W), process.env.NODE_ENV !== "production" && _n(b, "init"), Wl(b, false, P), process.env.NODE_ENV !== "production" && bn(b, "init"), b.asyncDep) {
3000
- if (process.env.NODE_ENV !== "production" && Tt && (f.el = null), R && R.registerDep(b, J, P), !f.el) {
3000
+ if (process.env.NODE_ENV !== "production" && Tt && (f.el = null), R && R.registerDep(b, Y, P), !f.el) {
3001
3001
  var A = b.subTree = at(ut);
3002
- q(null, A, g, y);
3002
+ z(null, A, g, y);
3003
3003
  }
3004
- } else J(b, f, g, y, R, _, P);
3004
+ } else Y(b, f, g, y, R, _, P);
3005
3005
  process.env.NODE_ENV !== "production" && (Or(), bn(b, "mount"));
3006
3006
  },
3007
- ve = function ve(f, g, y) {
3007
+ de = function de(f, g, y) {
3008
3008
  var C = g.component = f.component;
3009
3009
  if (Nl(f, g, y)) {
3010
3010
  if (C.asyncDep && !C.asyncResolved) {
@@ -3013,12 +3013,12 @@ function ml(e, t) {
3013
3013
  } else C.next = g, C.update();
3014
3014
  } else g.el = f.el, C.vnode = g;
3015
3015
  },
3016
- J = function J(f, g, y, C, R, _, P) {
3016
+ Y = function Y(f, g, y, C, R, _, P) {
3017
3017
  var _b = function b() {
3018
3018
  if (f.isMounted) {
3019
3019
  var M = f.next,
3020
3020
  Q = f.bu,
3021
- oe = f.u,
3021
+ se = f.u,
3022
3022
  Ee = f.parent,
3023
3023
  Te = f.vnode;
3024
3024
  {
@@ -3040,27 +3040,27 @@ function ml(e, t) {
3040
3040
  // parent may have changed if it's in a teleport
3041
3041
  d(ot.el),
3042
3042
  // anchor may have changed if it's in a fragment
3043
- _de(ot), f, R, _), process.env.NODE_ENV !== "production" && bn(f, "patch"), M.el = Ge.el, Se === null && Tl(f, Ge.el), oe && st(oe, R), (Ye = M.props && M.props.onVnodeUpdated) && st(function () {
3043
+ _ge(ot), f, R, _), process.env.NODE_ENV !== "production" && bn(f, "patch"), M.el = Ge.el, Se === null && Tl(f, Ge.el), se && st(se, R), (Ye = M.props && M.props.onVnodeUpdated) && st(function () {
3044
3044
  return _t(Ye, Ee, M, Te);
3045
3045
  }, R), process.env.NODE_ENV !== "production" && dc(f), process.env.NODE_ENV !== "production" && Or();
3046
3046
  } else {
3047
3047
  var _M;
3048
3048
  var _g2 = g,
3049
3049
  _Q = _g2.el,
3050
- _oe = _g2.props,
3050
+ _se = _g2.props,
3051
3051
  _Ee = f.bm,
3052
3052
  _Te = f.m,
3053
3053
  _Se = f.parent,
3054
3054
  _Ye = f.root,
3055
3055
  _Ge = f.type,
3056
3056
  _ot = Qn(g);
3057
- rn(f, false), _Ee && Fn(_Ee), !_ot && (_M = _oe && _oe.onVnodeBeforeMount) && _t(_M, _Se, g), rn(f, true);
3057
+ rn(f, false), _Ee && Fn(_Ee), !_ot && (_M = _se && _se.onVnodeBeforeMount) && _t(_M, _Se, g), rn(f, true);
3058
3058
  {
3059
3059
  _Ye.ce && _Ye.ce._injectChildStyle(_Ge), process.env.NODE_ENV !== "production" && _n(f, "render");
3060
3060
  var _tt = f.subTree = Bs(f);
3061
3061
  process.env.NODE_ENV !== "production" && bn(f, "render"), process.env.NODE_ENV !== "production" && _n(f, "patch"), j(null, _tt, y, C, f, R, _), process.env.NODE_ENV !== "production" && bn(f, "patch"), g.el = _tt.el;
3062
3062
  }
3063
- if (_Te && st(_Te, R), !_ot && (_M = _oe && _oe.onVnodeMounted)) {
3063
+ if (_Te && st(_Te, R), !_ot && (_M = _se && _se.onVnodeMounted)) {
3064
3064
  var _tt2 = g;
3065
3065
  st(function () {
3066
3066
  return _t(_M, _Se, _tt2);
@@ -3093,7 +3093,7 @@ function ml(e, t) {
3093
3093
  G = f ? f.shapeFlag : 0,
3094
3094
  M = g.children,
3095
3095
  Q = g.patchFlag,
3096
- oe = g.shapeFlag;
3096
+ se = g.shapeFlag;
3097
3097
  if (Q > 0) {
3098
3098
  if (Q & 128) {
3099
3099
  Oe(T, M, y, C, R, _, P, b, A);
@@ -3103,7 +3103,7 @@ function ml(e, t) {
3103
3103
  return;
3104
3104
  }
3105
3105
  }
3106
- oe & 8 ? (G & 16 && Z(T, R, _), M !== T && p(y, M)) : G & 16 ? oe & 16 ? Oe(T, M, y, C, R, _, P, b, A) : Z(T, R, _, true) : (G & 8 && p(y, ""), oe & 16 && K(M, y, C, R, _, P, b, A));
3106
+ se & 8 ? (G & 16 && Z(T, R, _), M !== T && p(y, M)) : G & 16 ? se & 16 ? Oe(T, M, y, C, R, _, P, b, A) : Z(T, R, _, true) : (G & 8 && p(y, ""), se & 16 && K(M, y, C, R, _, P, b, A));
3107
3107
  },
3108
3108
  D = function D(f, g, y, C, R, _, P, b, A) {
3109
3109
  f = f || On, g = g || On;
@@ -3112,8 +3112,8 @@ function ml(e, t) {
3112
3112
  M = Math.min(T, G);
3113
3113
  var Q;
3114
3114
  for (Q = 0; Q < M; Q++) {
3115
- var oe = g[Q] = A ? Jt(g[Q]) : dt(g[Q]);
3116
- j(f[Q], oe, y, null, R, _, P, b, A);
3115
+ var se = g[Q] = A ? Jt(g[Q]) : dt(g[Q]);
3116
+ j(f[Q], se, y, null, R, _, P, b, A);
3117
3117
  }
3118
3118
  T > G ? Z(f, R, _, true, false, M) : K(g, y, C, R, _, P, b, A, M);
3119
3119
  },
@@ -3123,25 +3123,25 @@ function ml(e, t) {
3123
3123
  var M = f.length - 1,
3124
3124
  Q = G - 1;
3125
3125
  for (; T <= M && T <= Q;) {
3126
- var oe = f[T],
3126
+ var se = f[T],
3127
3127
  Ee = g[T] = A ? Jt(g[T]) : dt(g[T]);
3128
- if (Gn(oe, Ee)) j(oe, Ee, y, null, R, _, P, b, A);else break;
3128
+ if (Gn(se, Ee)) j(se, Ee, y, null, R, _, P, b, A);else break;
3129
3129
  T++;
3130
3130
  }
3131
3131
  for (; T <= M && T <= Q;) {
3132
- var _oe2 = f[M],
3132
+ var _se2 = f[M],
3133
3133
  _Ee2 = g[Q] = A ? Jt(g[Q]) : dt(g[Q]);
3134
- if (Gn(_oe2, _Ee2)) j(_oe2, _Ee2, y, null, R, _, P, b, A);else break;
3134
+ if (Gn(_se2, _Ee2)) j(_se2, _Ee2, y, null, R, _, P, b, A);else break;
3135
3135
  M--, Q--;
3136
3136
  }
3137
3137
  if (T > M) {
3138
3138
  if (T <= Q) {
3139
- var _oe3 = Q + 1,
3140
- _Ee3 = _oe3 < G ? g[_oe3].el : C;
3139
+ var _se3 = Q + 1,
3140
+ _Ee3 = _se3 < G ? g[_se3].el : C;
3141
3141
  for (; T <= Q;) j(null, g[T] = A ? Jt(g[T]) : dt(g[T]), y, _Ee3, R, _, P, b, A), T++;
3142
3142
  }
3143
3143
  } else if (T > Q) for (; T <= M;) Pe(f[T], R, _, true), T++;else {
3144
- var _oe4 = T,
3144
+ var _se4 = T,
3145
3145
  _Ee4 = T,
3146
3146
  Te = /* @__PURE__ */new Map();
3147
3147
  for (T = _Ee4; T <= Q; T++) {
@@ -3155,7 +3155,7 @@ function ml(e, t) {
3155
3155
  tt = 0;
3156
3156
  var lt = new Array(Ge);
3157
3157
  for (T = 0; T < Ge; T++) lt[T] = 0;
3158
- for (T = _oe4; T <= M; T++) {
3158
+ for (T = _se4; T <= M; T++) {
3159
3159
  var _Be = f[T];
3160
3160
  if (Ye >= Ge) {
3161
3161
  Pe(_Be, R, _, true);
@@ -3212,13 +3212,13 @@ function ml(e, t) {
3212
3212
  }, R);else {
3213
3213
  var _M2 = b.leave,
3214
3214
  Q = b.delayLeave,
3215
- oe = b.afterLeave,
3215
+ se = b.afterLeave,
3216
3216
  Ee = function Ee() {
3217
3217
  return r(_, g, y);
3218
3218
  },
3219
3219
  Te = function Te() {
3220
3220
  _M2(_, function () {
3221
- Ee(), oe && oe();
3221
+ Ee(), se && se();
3222
3222
  });
3223
3223
  };
3224
3224
  Q ? Q(_, Ee, Te) : Te();
@@ -3236,8 +3236,8 @@ function ml(e, t) {
3236
3236
  G = f.shapeFlag,
3237
3237
  M = f.patchFlag,
3238
3238
  Q = f.dirs,
3239
- oe = f.cacheIndex;
3240
- if (M === -2 && (R = false), b != null && Wr(b, null, y, f, true), oe != null && (g.renderCache[oe] = void 0), G & 256) {
3239
+ se = f.cacheIndex;
3240
+ if (M === -2 && (R = false), b != null && Wr(b, null, y, f, true), se != null && (g.renderCache[se] = void 0), G & 256) {
3241
3241
  g.ctx.deactivate(f);
3242
3242
  return;
3243
3243
  }
@@ -3314,8 +3314,8 @@ function ml(e, t) {
3314
3314
  var _ = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;
3315
3315
  for (var P = _; P < f.length; P++) Pe(f[P], g, y, C, R);
3316
3316
  },
3317
- _de = function de(f) {
3318
- if (f.shapeFlag & 6) return _de(f.component.subTree);
3317
+ _ge = function ge(f) {
3318
+ if (f.shapeFlag & 6) return _ge(f.component.subTree);
3319
3319
  if (f.shapeFlag & 128) return f.suspense.next();
3320
3320
  var g = h(f.anchor || f.el),
3321
3321
  y = g && g[Tu];
@@ -3334,7 +3334,7 @@ function ml(e, t) {
3334
3334
  mc: K,
3335
3335
  pc: ye,
3336
3336
  pbc: B,
3337
- n: _de,
3337
+ n: _ge,
3338
3338
  o: e
3339
3339
  };
3340
3340
  return {
@@ -3539,7 +3539,7 @@ function Bs(e) {
3539
3539
  $ = e.ctx,
3540
3540
  j = e.inheritAttrs,
3541
3541
  F = Hr(e);
3542
- var q, te;
3542
+ var z, te;
3543
3543
  process.env.NODE_ENV !== "production" && (Uo = false);
3544
3544
  try {
3545
3545
  if (n.shapeFlag & 4) {
@@ -3549,10 +3549,10 @@ function Bs(e) {
3549
3549
  return H("Property '".concat(String(pe), "' was accessed via 'this'. Avoid using 'this' in templates.")), Reflect.get(le, pe, K);
3550
3550
  }
3551
3551
  }) : L;
3552
- q = dt(E.call(ne, L, p, process.env.NODE_ENV !== "production" ? Nt(d) : d, O, h, $)), te = c;
3552
+ z = dt(E.call(ne, L, p, process.env.NODE_ENV !== "production" ? Nt(d) : d, O, h, $)), te = c;
3553
3553
  } else {
3554
3554
  var _L2 = t;
3555
- process.env.NODE_ENV !== "production" && c === d && Ur(), q = dt(_L2.length > 1 ? _L2(process.env.NODE_ENV !== "production" ? Nt(d) : d, process.env.NODE_ENV !== "production" ? {
3555
+ process.env.NODE_ENV !== "production" && c === d && Ur(), z = dt(_L2.length > 1 ? _L2(process.env.NODE_ENV !== "production" ? Nt(d) : d, process.env.NODE_ENV !== "production" ? {
3556
3556
  get attrs() {
3557
3557
  return Ur(), Nt(c);
3558
3558
  },
@@ -3565,11 +3565,11 @@ function Bs(e) {
3565
3565
  }) : _L2(process.env.NODE_ENV !== "production" ? Nt(d) : d, null)), te = t.props ? c : Sl(c);
3566
3566
  }
3567
3567
  } catch (L) {
3568
- er.length = 0, fr(L, e, 1), q = at(ut);
3568
+ er.length = 0, fr(L, e, 1), z = at(ut);
3569
3569
  }
3570
- var U = q,
3570
+ var U = z,
3571
3571
  re;
3572
- if (process.env.NODE_ENV !== "production" && q.patchFlag > 0 && q.patchFlag & 2048 && (_jc = _jc3(q), _jc2 = _slicedToArray(_jc, 2), U = _jc2[0], re = _jc2[1], _jc), te && j !== false) {
3572
+ if (process.env.NODE_ENV !== "production" && z.patchFlag > 0 && z.patchFlag & 2048 && (_jc = _jc3(z), _jc2 = _slicedToArray(_jc, 2), U = _jc2[0], re = _jc2[1], _jc), te && j !== false) {
3573
3573
  var _L3 = Object.keys(te),
3574
3574
  _U = U,
3575
3575
  _ne3 = _U.shapeFlag;
@@ -3586,7 +3586,7 @@ function Bs(e) {
3586
3586
  }
3587
3587
  }
3588
3588
  }
3589
- return n.dirs && (process.env.NODE_ENV !== "production" && !Us(U) && H("Runtime directive used on component with non-element root node. The directives will not function as intended."), U = en(U, null, false, true), U.dirs = U.dirs ? U.dirs.concat(n.dirs) : n.dirs), n.transition && (process.env.NODE_ENV !== "production" && !Us(U) && H("Component inside <Transition> renders non-element root node that cannot be animated."), ps(U, n.transition)), process.env.NODE_ENV !== "production" && re ? re(U) : q = U, Hr(F), q;
3589
+ return n.dirs && (process.env.NODE_ENV !== "production" && !Us(U) && H("Runtime directive used on component with non-element root node. The directives will not function as intended."), U = en(U, null, false, true), U.dirs = U.dirs ? U.dirs.concat(n.dirs) : n.dirs), n.transition && (process.env.NODE_ENV !== "production" && !Us(U) && H("Component inside <Transition> renders non-element root node that cannot be animated."), ps(U, n.transition)), process.env.NODE_ENV !== "production" && re ? re(U) : z = U, Hr(F), z;
3590
3590
  }
3591
3591
  var _jc3 = function jc(e) {
3592
3592
  var t = e.children,
@@ -3801,7 +3801,7 @@ function Bc(e) {
3801
3801
  _c3 && !He(_c3) && (t["class"] = ts(_c3)), De(l) && (Mr(l) && !ce(l) && (l = je({}, l)), t.style = jt(l));
3802
3802
  }
3803
3803
  var i = He(e) ? 1 : Hc(e) ? 128 : Ru(e) ? 64 : De(e) ? 4 : ue(e) ? 2 : 0;
3804
- return process.env.NODE_ENV !== "production" && i & 4 && Mr(e) && (e = me(e), H("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.", "\nComponent that was made reactive: ", e)), Lt(e, t, n, r, o, i, s, true);
3804
+ return process.env.NODE_ENV !== "production" && i & 4 && Mr(e) && (e = ve(e), H("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.", "\nComponent that was made reactive: ", e)), Lt(e, t, n, r, o, i, s, true);
3805
3805
  }
3806
3806
  function Pl(e) {
3807
3807
  return e ? Mr(e) || Tc(e) ? je({}, e) : e : null;
@@ -4242,7 +4242,7 @@ function ql() {
4242
4242
  };
4243
4243
  function s(d) {
4244
4244
  var h = [];
4245
- d.type.props && d.props && h.push(i("props", me(d.props))), d.setupState !== Ne && h.push(i("setup", d.setupState)), d.data !== Ne && h.push(i("data", me(d.data)));
4245
+ d.type.props && d.props && h.push(i("props", ve(d.props))), d.setupState !== Ne && h.push(i("setup", d.setupState)), d.data !== Ne && h.push(i("data", ve(d.data)));
4246
4246
  var O = l(d, "computed");
4247
4247
  O && h.push(i("computed", O));
4248
4248
  var $ = l(d, "inject");
@@ -4266,7 +4266,7 @@ function ql() {
4266
4266
  function c(d) {
4267
4267
  var h = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
4268
4268
  return typeof d == "number" ? ["span", t, d] : typeof d == "string" ? ["span", n, JSON.stringify(d)] : typeof d == "boolean" ? ["span", r, d] : De(d) ? ["object", {
4269
- object: h ? me(d) : d
4269
+ object: h ? ve(d) : d
4270
4270
  }] : ["span", n, String(d)];
4271
4271
  }
4272
4272
  function l(d, h) {
@@ -4664,11 +4664,11 @@ var _f = {
4664
4664
  return p.value.activeMicroAppName || "";
4665
4665
  }),
4666
4666
  j = bt(function () {
4667
- var K, k, B, N, se, ge;
4667
+ var K, k, B, N, oe, he;
4668
4668
  return {
4669
4669
  navHeight: (((k = (K = p.value) == null ? void 0 : K.navRect) == null ? void 0 : k.height) || 0) + "px",
4670
4670
  menuWidth: (((N = (B = p.value) == null ? void 0 : B.menuRect) == null ? void 0 : N.width) || 0) + "px",
4671
- tabHeight: (((ge = (se = p.value) == null ? void 0 : se.tabRect) == null ? void 0 : ge.height) || 0) + "px"
4671
+ tabHeight: (((he = (oe = p.value) == null ? void 0 : oe.tabRect) == null ? void 0 : he.height) || 0) + "px"
4672
4672
  };
4673
4673
  }),
4674
4674
  F = bt(function () {
@@ -4679,16 +4679,16 @@ var _f = {
4679
4679
  flexDirection: "column"
4680
4680
  };
4681
4681
  }),
4682
- q = function q(K) {
4682
+ z = function z(K) {
4683
4683
  var k = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
4684
4684
  var B = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
4685
4685
  var N = null;
4686
4686
  return function () {
4687
- for (var _len18 = arguments.length, se = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
4688
- se[_key18] = arguments[_key18];
4687
+ for (var _len18 = arguments.length, oe = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
4688
+ oe[_key18] = arguments[_key18];
4689
4689
  }
4690
- B && !N && K.apply(void 0, se), clearTimeout(N), N = setTimeout(function () {
4691
- K.apply(void 0, se);
4690
+ B && !N && K.apply(void 0, oe), clearTimeout(N), N = setTimeout(function () {
4691
+ K.apply(void 0, oe);
4692
4692
  }, k);
4693
4693
  };
4694
4694
  },
@@ -4696,15 +4696,15 @@ var _f = {
4696
4696
  function K(B) {
4697
4697
  var N = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 20;
4698
4698
  if (!B) return;
4699
- var se = B.getBoundingClientRect(),
4700
- ge = se.x,
4701
- we = se.y,
4702
- ve = se.width,
4703
- J = se.height,
4704
- ie = ge,
4699
+ var oe = B.getBoundingClientRect(),
4700
+ he = oe.x,
4701
+ we = oe.y,
4702
+ de = oe.width,
4703
+ Y = oe.height,
4704
+ ie = he,
4705
4705
  ye = we,
4706
- D = ge + ve,
4707
- Oe = we + J,
4706
+ D = he + de,
4707
+ Oe = we + Y,
4708
4708
  Re = [document.documentElement, document.body, B, h.menu.value, h.nav.value, h.tab.value, O.mount.value];
4709
4709
  for (var Pe = ie; Pe < D; Pe += N) for (var S = ye; S < Oe; S += N) {
4710
4710
  var x = document.elementFromPoint(Pe, S);
@@ -4718,7 +4718,7 @@ var _f = {
4718
4718
  x: -1,
4719
4719
  y: -1
4720
4720
  },
4721
- re = q(function (K, k, B) {
4721
+ re = z(function (K, k, B) {
4722
4722
  if (!(U.x === k.x && U.y === k.y)) {
4723
4723
  if (U.x = k.x, U.y = k.x, K === "mouseenter") {
4724
4724
  if (l.value) {
@@ -4773,39 +4773,41 @@ var _f = {
4773
4773
  case 0:
4774
4774
  B = function B(N) {
4775
4775
  var we;
4776
- var se = (we = h[N]) == null ? void 0 : we.value,
4777
- ge = function ge() {
4778
- var _ref33 = (se == null ? void 0 : se.getBoundingClientRect()) || {},
4779
- ve = _ref33.x,
4780
- J = _ref33.y,
4776
+ var oe = (we = h[N]) == null ? void 0 : we.value,
4777
+ he = function he() {
4778
+ var _ref33 = (oe == null ? void 0 : oe.getBoundingClientRect()) || {},
4779
+ de = _ref33.x,
4780
+ Y = _ref33.y,
4781
4781
  ie = _ref33.width,
4782
4782
  ye = _ref33.height;
4783
4783
  s.data.set(_defineProperty({}, "".concat(N, "Rect"), {
4784
- x: ve,
4785
- y: J,
4784
+ x: de,
4785
+ y: Y,
4786
4786
  width: ie,
4787
4787
  height: ye
4788
4788
  }));
4789
4789
  };
4790
- ge(), new MutationObserver(ge).observe(se, {
4790
+ he(), new MutationObserver(he).observe(oe, {
4791
4791
  childList: true,
4792
- subtree: true,
4793
- attributes: true
4794
- });
4792
+ subtree: true
4793
+ }), new IntersectionObserver(function (de) {
4794
+ var Y;
4795
+ (Y = de == null ? void 0 : de[0]) != null && Y.isIntersecting && he();
4796
+ }).observe(oe);
4795
4797
  };
4796
4798
  _context3.next = 3;
4797
4799
  return Promise.all([].concat(_toConsumableArray(Object.keys(h).map(/*#__PURE__*/function () {
4798
4800
  var _ref34 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(N) {
4799
- var se;
4801
+ var oe;
4800
4802
  return _regeneratorRuntime().wrap(function _callee$(_context) {
4801
4803
  while (1) switch (_context.prev = _context.next) {
4802
4804
  case 0:
4803
- se = h[N];
4805
+ oe = h[N];
4804
4806
  _context.next = 3;
4805
- return new Promise(function (ge) {
4807
+ return new Promise(function (he) {
4806
4808
  return At(function () {
4807
- return se.value;
4808
- }, ge);
4809
+ return oe.value;
4810
+ }, he);
4809
4811
  });
4810
4812
  case 3:
4811
4813
  B(N);
@@ -4824,10 +4826,10 @@ var _f = {
4824
4826
  while (1) switch (_context2.prev = _context2.next) {
4825
4827
  case 0:
4826
4828
  _context2.next = 2;
4827
- return new Promise(function (se) {
4829
+ return new Promise(function (oe) {
4828
4830
  return At(function () {
4829
4831
  return O[N].value;
4830
- }, se);
4832
+ }, oe);
4831
4833
  });
4832
4834
  case 2:
4833
4835
  case "end":
@@ -4884,24 +4886,24 @@ var _f = {
4884
4886
  s.data.set(B.layoutData);
4885
4887
  }, 0), c.data.set({
4886
4888
  appInfo: _k
4887
- }), c.cors.on("layoutDataChange", function (se) {
4888
- s.data.set(se.data);
4889
+ }), c.cors.on("layoutDataChange", function (oe) {
4890
+ s.data.set(oe.data);
4889
4891
  }), _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee5() {
4890
4892
  return _regeneratorRuntime().wrap(function _callee5$(_context5) {
4891
4893
  while (1) switch (_context5.prev = _context5.next) {
4892
4894
  case 0:
4893
4895
  _context5.next = 2;
4894
4896
  return Promise.all(_toConsumableArray(Object.keys(h).map(/*#__PURE__*/function () {
4895
- var _ref37 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4(se) {
4896
- var ge;
4897
+ var _ref37 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4(oe) {
4898
+ var he;
4897
4899
  return _regeneratorRuntime().wrap(function _callee4$(_context4) {
4898
4900
  while (1) switch (_context4.prev = _context4.next) {
4899
4901
  case 0:
4900
- ge = h[se];
4902
+ he = h[oe];
4901
4903
  _context4.next = 3;
4902
4904
  return new Promise(function (we) {
4903
4905
  return At(function () {
4904
- return ge.value;
4906
+ return he.value;
4905
4907
  }, we);
4906
4908
  });
4907
4909
  case 3:
@@ -5108,11 +5110,11 @@ var Jc = /*#__PURE__*/function () {
5108
5110
  var _ref41;
5109
5111
  var U;
5110
5112
  o.expose.connectMicroApp(F);
5111
- var q = r.data.get().microApps.find(function (re) {
5113
+ var z = r.data.get().microApps.find(function (re) {
5112
5114
  return re.name === F.name;
5113
5115
  });
5114
- if (!q) return;
5115
- if (!((_ref41 = (U = q.router) == null ? void 0 : U.sync) !== null && _ref41 !== void 0 ? _ref41 : true)) {
5116
+ if (!z) return;
5117
+ if (!((_ref41 = (U = z.router) == null ? void 0 : U.sync) !== null && _ref41 !== void 0 ? _ref41 : true)) {
5116
5118
  j();
5117
5119
  return;
5118
5120
  }
@@ -5124,12 +5126,12 @@ var Jc = /*#__PURE__*/function () {
5124
5126
  O = qe(false);
5125
5127
  o.cors.on("reportRouter", function (F) {
5126
5128
  var _ref43;
5127
- var N, se, ge;
5129
+ var N, oe, he;
5128
5130
  var _ref42 = F || {},
5129
- q = _ref42.data;
5130
- if (!q.appInfo) return;
5131
+ z = _ref42.data;
5132
+ if (!z.appInfo) return;
5131
5133
  var te = r.data.get().microApps.find(function (we) {
5132
- return we.name === q.appInfo.name;
5134
+ return we.name === z.appInfo.name;
5133
5135
  });
5134
5136
  if (!te || !((_ref43 = (N = te.router) == null ? void 0 : N.sync) !== null && _ref43 !== void 0 ? _ref43 : true) || !h(te.name, ["mounted", "activated"])) return;
5135
5137
  var _URL = new URL(window.location.href),
@@ -5137,25 +5139,25 @@ var Jc = /*#__PURE__*/function () {
5137
5139
  L = _URL.hash,
5138
5140
  ne = _URL.search;
5139
5141
  var le = re + ne;
5140
- var _URL2 = new URL(q.href),
5142
+ var _URL2 = new URL(z.href),
5141
5143
  pe = _URL2.pathname,
5142
5144
  K = _URL2.hash,
5143
5145
  k = _URL2.search;
5144
5146
  var B = pe + k;
5145
- ((se = te.router) == null ? void 0 : se.mode) === "hash" && (B = K.replace("#", "")), ((ge = r.data.get().initOptions.router) == null ? void 0 : ge.mode) === "hash" && (le = "/".concat(L), B = "/#".concat(B)), le !== B && (O.value = true, setTimeout(function () {
5147
+ ((oe = te.router) == null ? void 0 : oe.mode) === "hash" && (B = K.replace("#", "")), ((he = r.data.get().initOptions.router) == null ? void 0 : he.mode) === "hash" && (le = "/".concat(L), B = "/#".concat(B)), le !== B && (O.value = true, setTimeout(function () {
5146
5148
  O.value = false;
5147
5149
  }, 300), i.replaceState(B));
5148
5150
  }), o.cors.on("customEventFromMicro", function (F) {
5149
- var q, te;
5150
- (q = F == null ? void 0 : F.data) != null && q.eventName && o.event.emit(F.data.eventName, (te = F.data) == null ? void 0 : te.params);
5151
+ var z, te;
5152
+ (z = F == null ? void 0 : F.data) != null && z.eventName && o.event.emit(F.data.eventName, (te = F.data) == null ? void 0 : te.params);
5151
5153
  });
5152
- $ = function $(F, q) {
5154
+ $ = function $(F, z) {
5153
5155
  var re;
5154
- var te = q.path;
5156
+ var te = z.path;
5155
5157
  var U = te;
5156
5158
  ((re = F.router) == null ? void 0 : re.mode) === "hash" && (U = "/#".concat(te)), o.cors.send(F.name, "syncRouter", {
5157
5159
  appInfo: F,
5158
- parentRouter: q,
5160
+ parentRouter: z,
5159
5161
  replacePath: U
5160
5162
  });
5161
5163
  };
@@ -5164,7 +5166,7 @@ var Jc = /*#__PURE__*/function () {
5164
5166
  });
5165
5167
  j = /*#__PURE__*/function () {
5166
5168
  var _ref44 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee7() {
5167
- var K, k, F, _URL3, q, te, U, re, L, ne, le, pe;
5169
+ var K, k, F, _URL3, z, te, U, re, L, ne, le, pe;
5168
5170
  return _regeneratorRuntime().wrap(function _callee7$(_context7) {
5169
5171
  while (1) switch (_context7.prev = _context7.next) {
5170
5172
  case 0:
@@ -5179,8 +5181,8 @@ var Jc = /*#__PURE__*/function () {
5179
5181
  return setTimeout(B, 0);
5180
5182
  });
5181
5183
  case 4:
5182
- F = ((K = r.data.get().initOptions.router) == null ? void 0 : K.mode) || "history", _URL3 = new URL(window.location.href), q = _URL3.pathname, te = _URL3.hash, U = _URL3.search;
5183
- re = q + U;
5184
+ F = ((K = r.data.get().initOptions.router) == null ? void 0 : K.mode) || "history", _URL3 = new URL(window.location.href), z = _URL3.pathname, te = _URL3.hash, U = _URL3.search;
5185
+ re = z + U;
5184
5186
  F === "hash" && (re = te.replace("#", ""));
5185
5187
  L = i.match(re), ne = c.value.find(function (B) {
5186
5188
  return L ? L === B.name : false;
@@ -5538,7 +5540,7 @@ function Sf() {
5538
5540
  F = function F(U) {
5539
5541
  return U === c || U === r;
5540
5542
  },
5541
- q = function q(U) {
5543
+ z = function z(U) {
5542
5544
  U.isPrefix !== true && (U.depth = U.isGlobstar ? 1 / 0 : 1);
5543
5545
  };
5544
5546
  return Ao = function Ao(U, re) {
@@ -5550,11 +5552,11 @@ function Sf() {
5550
5552
  k = [];
5551
5553
  var B = U,
5552
5554
  N = -1,
5553
- se = 0,
5554
- ge = 0,
5555
+ oe = 0,
5556
+ he = 0,
5555
5557
  we = false,
5556
- ve = false,
5557
- J = false,
5558
+ de = false,
5559
+ Y = false,
5558
5560
  ie = false,
5559
5561
  ye = false,
5560
5562
  D = false,
@@ -5565,7 +5567,7 @@ function Sf() {
5565
5567
  x = 0,
5566
5568
  ke,
5567
5569
  Z,
5568
- de = {
5570
+ ge = {
5569
5571
  value: "",
5570
5572
  depth: 0,
5571
5573
  isGlob: false
@@ -5583,13 +5585,13 @@ function Sf() {
5583
5585
  Z = W();
5584
5586
  var C = void 0;
5585
5587
  if (Z === r) {
5586
- Oe = de.backslashes = true, Z = W(), Z === l && (D = true);
5588
+ Oe = ge.backslashes = true, Z = W(), Z === l && (D = true);
5587
5589
  continue;
5588
5590
  }
5589
5591
  if (D === true || Z === l) {
5590
5592
  for (x++; $e() !== true && (Z = W());) {
5591
5593
  if (Z === r) {
5592
- Oe = de.backslashes = true, W();
5594
+ Oe = ge.backslashes = true, W();
5593
5595
  continue;
5594
5596
  }
5595
5597
  if (Z === l) {
@@ -5597,15 +5599,15 @@ function Sf() {
5597
5599
  continue;
5598
5600
  }
5599
5601
  if (D !== true && Z === s && (Z = W()) === s) {
5600
- if (we = de.isBrace = true, J = de.isGlob = true, S = true, le === true) continue;
5602
+ if (we = ge.isBrace = true, Y = ge.isGlob = true, S = true, le === true) continue;
5601
5603
  break;
5602
5604
  }
5603
5605
  if (D !== true && Z === o) {
5604
- if (we = de.isBrace = true, J = de.isGlob = true, S = true, le === true) continue;
5606
+ if (we = ge.isBrace = true, Y = ge.isGlob = true, S = true, le === true) continue;
5605
5607
  break;
5606
5608
  }
5607
5609
  if (Z === O && (x--, x === 0)) {
5608
- D = false, we = de.isBrace = true, S = true;
5610
+ D = false, we = ge.isBrace = true, S = true;
5609
5611
  break;
5610
5612
  }
5611
5613
  }
@@ -5613,27 +5615,27 @@ function Sf() {
5613
5615
  break;
5614
5616
  }
5615
5617
  if (Z === c) {
5616
- if (pe.push(N), K.push(de), de = {
5618
+ if (pe.push(N), K.push(ge), ge = {
5617
5619
  value: "",
5618
5620
  depth: 0,
5619
5621
  isGlob: false
5620
5622
  }, S === true) continue;
5621
- if (ke === s && N === se + 1) {
5622
- se += 2;
5623
+ if (ke === s && N === oe + 1) {
5624
+ oe += 2;
5623
5625
  continue;
5624
5626
  }
5625
- ge = N + 1;
5627
+ he = N + 1;
5626
5628
  continue;
5627
5629
  }
5628
5630
  if (L.noext !== true && (Z === d || Z === n || Z === t || Z === h || Z === i) === true && _e() === E) {
5629
- if (J = de.isGlob = true, ie = de.isExtglob = true, S = true, Z === i && N === se && (Pe = true), le === true) {
5631
+ if (Y = ge.isGlob = true, ie = ge.isExtglob = true, S = true, Z === i && N === oe && (Pe = true), le === true) {
5630
5632
  for (; $e() !== true && (Z = W());) {
5631
5633
  if (Z === r) {
5632
- Oe = de.backslashes = true, Z = W();
5634
+ Oe = ge.backslashes = true, Z = W();
5633
5635
  continue;
5634
5636
  }
5635
5637
  if (Z === $) {
5636
- J = de.isGlob = true, S = true;
5638
+ Y = ge.isGlob = true, S = true;
5637
5639
  break;
5638
5640
  }
5639
5641
  }
@@ -5642,36 +5644,36 @@ function Sf() {
5642
5644
  break;
5643
5645
  }
5644
5646
  if (Z === t) {
5645
- if (ke === t && (ye = de.isGlobstar = true), J = de.isGlob = true, S = true, le === true) continue;
5647
+ if (ke === t && (ye = ge.isGlobstar = true), Y = ge.isGlob = true, S = true, le === true) continue;
5646
5648
  break;
5647
5649
  }
5648
5650
  if (Z === h) {
5649
- if (J = de.isGlob = true, S = true, le === true) continue;
5651
+ if (Y = ge.isGlob = true, S = true, le === true) continue;
5650
5652
  break;
5651
5653
  }
5652
5654
  if (Z === p) {
5653
5655
  for (; $e() !== true && (C = W());) {
5654
5656
  if (C === r) {
5655
- Oe = de.backslashes = true, W();
5657
+ Oe = ge.backslashes = true, W();
5656
5658
  continue;
5657
5659
  }
5658
5660
  if (C === j) {
5659
- ve = de.isBracket = true, J = de.isGlob = true, S = true;
5661
+ de = ge.isBracket = true, Y = ge.isGlob = true, S = true;
5660
5662
  break;
5661
5663
  }
5662
5664
  }
5663
5665
  if (le === true) continue;
5664
5666
  break;
5665
5667
  }
5666
- if (L.nonegate !== true && Z === i && N === se) {
5667
- Re = de.negated = true, se++;
5668
+ if (L.nonegate !== true && Z === i && N === oe) {
5669
+ Re = ge.negated = true, oe++;
5668
5670
  continue;
5669
5671
  }
5670
5672
  if (L.noparen !== true && Z === E) {
5671
- if (J = de.isGlob = true, le === true) {
5673
+ if (Y = ge.isGlob = true, le === true) {
5672
5674
  for (; $e() !== true && (Z = W());) {
5673
5675
  if (Z === E) {
5674
- Oe = de.backslashes = true, Z = W();
5676
+ Oe = ge.backslashes = true, Z = W();
5675
5677
  continue;
5676
5678
  }
5677
5679
  if (Z === $) {
@@ -5683,41 +5685,41 @@ function Sf() {
5683
5685
  }
5684
5686
  break;
5685
5687
  }
5686
- if (J === true) {
5688
+ if (Y === true) {
5687
5689
  if (S = true, le === true) continue;
5688
5690
  break;
5689
5691
  }
5690
5692
  }
5691
- L.noext === true && (ie = false, J = false);
5693
+ L.noext === true && (ie = false, Y = false);
5692
5694
  var Me = B,
5693
5695
  f = "",
5694
5696
  g = "";
5695
- se > 0 && (f = B.slice(0, se), B = B.slice(se), ge -= se), Me && J === true && ge > 0 ? (Me = B.slice(0, ge), g = B.slice(ge)) : J === true ? (Me = "", g = B) : Me = B, Me && Me !== "" && Me !== "/" && Me !== B && F(Me.charCodeAt(Me.length - 1)) && (Me = Me.slice(0, -1)), L.unescape === true && (g && (g = e.removeBackslashes(g)), Me && Oe === true && (Me = e.removeBackslashes(Me)));
5697
+ oe > 0 && (f = B.slice(0, oe), B = B.slice(oe), he -= oe), Me && Y === true && he > 0 ? (Me = B.slice(0, he), g = B.slice(he)) : Y === true ? (Me = "", g = B) : Me = B, Me && Me !== "" && Me !== "/" && Me !== B && F(Me.charCodeAt(Me.length - 1)) && (Me = Me.slice(0, -1)), L.unescape === true && (g && (g = e.removeBackslashes(g)), Me && Oe === true && (Me = e.removeBackslashes(Me)));
5696
5698
  var y = {
5697
5699
  prefix: f,
5698
5700
  input: U,
5699
- start: se,
5701
+ start: oe,
5700
5702
  base: Me,
5701
5703
  glob: g,
5702
5704
  isBrace: we,
5703
- isBracket: ve,
5704
- isGlob: J,
5705
+ isBracket: de,
5706
+ isGlob: Y,
5705
5707
  isExtglob: ie,
5706
5708
  isGlobstar: ye,
5707
5709
  negated: Re,
5708
5710
  negatedExtglob: Pe
5709
5711
  };
5710
- if (L.tokens === true && (y.maxDepth = 0, F(Z) || K.push(de), y.tokens = K), L.parts === true || L.tokens === true) {
5712
+ if (L.tokens === true && (y.maxDepth = 0, F(Z) || K.push(ge), y.tokens = K), L.parts === true || L.tokens === true) {
5711
5713
  var _C;
5712
5714
  for (var R = 0; R < pe.length; R++) {
5713
- var _ = _C ? _C + 1 : se,
5715
+ var _ = _C ? _C + 1 : oe,
5714
5716
  P = pe[R],
5715
5717
  b = U.slice(_, P);
5716
- L.tokens && (R === 0 && se !== 0 ? (K[R].isPrefix = true, K[R].value = f) : K[R].value = b, q(K[R]), y.maxDepth += K[R].depth), (R !== 0 || b !== "") && k.push(b), _C = P;
5718
+ L.tokens && (R === 0 && oe !== 0 ? (K[R].isPrefix = true, K[R].value = f) : K[R].value = b, z(K[R]), y.maxDepth += K[R].depth), (R !== 0 || b !== "") && k.push(b), _C = P;
5717
5719
  }
5718
5720
  if (_C && _C + 1 < U.length) {
5719
5721
  var _R = U.slice(_C + 1);
5720
- k.push(_R), L.tokens && (K[K.length - 1].value = _R, q(K[K.length - 1]), y.maxDepth += K[K.length - 1].depth);
5722
+ k.push(_R), L.tokens && (K[K.length - 1].value = _R, z(K[K.length - 1]), y.maxDepth += K[K.length - 1].depth);
5721
5723
  }
5722
5724
  y.slashes = pe, y.parts = k;
5723
5725
  }
@@ -5764,7 +5766,7 @@ function Af() {
5764
5766
  output: h.prepend || ""
5765
5767
  },
5766
5768
  F = [j],
5767
- q = h.capture ? "" : "?:",
5769
+ z = h.capture ? "" : "?:",
5768
5770
  te = e.globChars(h.windows),
5769
5771
  U = e.extglobChars(te),
5770
5772
  re = te.DOT_LITERAL,
@@ -5776,15 +5778,15 @@ function Af() {
5776
5778
  k = te.NO_DOT_SLASH,
5777
5779
  B = te.NO_DOTS_SLASH,
5778
5780
  N = te.QMARK,
5779
- se = te.QMARK_NO_DOT,
5780
- ge = te.STAR,
5781
+ oe = te.QMARK_NO_DOT,
5782
+ he = te.STAR,
5781
5783
  we = te.START_ANCHOR,
5782
- ve = function ve(_) {
5783
- return "(".concat(q, "(?:(?!").concat(we).concat(_.dot ? pe : re, ").)*?)");
5784
+ de = function de(_) {
5785
+ return "(".concat(z, "(?:(?!").concat(we).concat(_.dot ? pe : re, ").)*?)");
5784
5786
  },
5785
- J = h.dot ? "" : K,
5786
- ie = h.dot ? N : se;
5787
- var ye = h.bash === true ? ve(h) : ge;
5787
+ Y = h.dot ? "" : K,
5788
+ ie = h.dot ? N : oe;
5789
+ var ye = h.bash === true ? de(h) : he;
5788
5790
  h.capture && (ye = "(".concat(ye, ")")), typeof h.noext == "boolean" && (h.noextglob = h.noext);
5789
5791
  var D = {
5790
5792
  input: p,
@@ -5816,7 +5818,7 @@ function Af() {
5816
5818
  var _ = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 1;
5817
5819
  return p[D.index + _];
5818
5820
  },
5819
- de = D.advance = function () {
5821
+ ge = D.advance = function () {
5820
5822
  return p[++D.index] || "";
5821
5823
  },
5822
5824
  $e = function $e() {
@@ -5832,7 +5834,7 @@ function Af() {
5832
5834
  },
5833
5835
  Me = function Me() {
5834
5836
  var _ = 1;
5835
- for (; Z() === "!" && (Z(2) !== "(" || Z(3) === "?");) de(), D.start++, _++;
5837
+ for (; Z() === "!" && (Z(2) !== "(" || Z(3) === "?");) ge(), D.start++, _++;
5836
5838
  return _ % 2 === 0 ? false : (D.negated = true, D.start++, true);
5837
5839
  },
5838
5840
  f = function f(_) {
@@ -5867,7 +5869,7 @@ function Af() {
5867
5869
  }), y({
5868
5870
  type: "paren",
5869
5871
  extglob: true,
5870
- value: de(),
5872
+ value: ge(),
5871
5873
  output: A
5872
5874
  }), Oe.push(b);
5873
5875
  },
@@ -5876,7 +5878,7 @@ function Af() {
5876
5878
  b;
5877
5879
  if (_.type === "negate") {
5878
5880
  var A = ye;
5879
- if (_.inner && _.inner.length > 1 && _.inner.includes("/") && (A = ve(h)), (A !== ye || ke() || /^\)+$/.test($e())) && (P = _.close = ")$))".concat(A)), _.inner.includes("*") && (b = $e()) && /^\.[^\\/.]+$/.test(b)) {
5881
+ if (_.inner && _.inner.length > 1 && _.inner.includes("/") && (A = de(h)), (A !== ye || ke() || /^\)+$/.test($e())) && (P = _.close = ")$))".concat(A)), _.inner.includes("*") && (b = $e()) && /^\.[^\\/.]+$/.test(b)) {
5880
5882
  var T = _E2(b, _objectSpread(_objectSpread({}, d), {}, {
5881
5883
  fastpaths: false
5882
5884
  })).output;
@@ -5901,7 +5903,7 @@ function Af() {
5901
5903
  })), P === p && h.contains === true ? (D.output = p, D) : (D.output = t.wrapOutput(P, D, d), D);
5902
5904
  }
5903
5905
  for (; !ke();) {
5904
- if (x = de(), x === "\0") continue;
5906
+ if (x = ge(), x === "\0") continue;
5905
5907
  if (x === "\\") {
5906
5908
  var b = Z();
5907
5909
  if (b === "/" && h.bash !== true || b === "." || b === ";") continue;
@@ -5914,7 +5916,7 @@ function Af() {
5914
5916
  }
5915
5917
  var A = /^\\+/.exec($e());
5916
5918
  var T = 0;
5917
- if (A && A[0].length > 2 && (T = A[0].length, D.index += T, T % 2 !== 0 && (x += "\\")), h.unescape === true ? x = de() : x += de(), D.brackets === 0) {
5919
+ if (A && A[0].length > 2 && (T = A[0].length, D.index += T, T % 2 !== 0 && (x += "\\")), h.unescape === true ? x = ge() : x += ge(), D.brackets === 0) {
5918
5920
  y({
5919
5921
  type: "text",
5920
5922
  value: x
@@ -5931,7 +5933,7 @@ function Af() {
5931
5933
  G = S.value.slice(_A + 2),
5932
5934
  M = r[G];
5933
5935
  if (M) {
5934
- S.value = _T + M, D.backtrack = true, de(), !j.output && F.indexOf(S) === 1 && (j.output = le);
5936
+ S.value = _T + M, D.backtrack = true, ge(), !j.output && F.indexOf(S) === 1 && (j.output = le);
5935
5937
  continue;
5936
5938
  }
5937
5939
  }
@@ -6014,7 +6016,7 @@ function Af() {
6014
6016
  D.output += _A2, S.value = _A2;
6015
6017
  continue;
6016
6018
  }
6017
- S.value = "(".concat(q).concat(_A2, "|").concat(S.value, ")"), D.output += S.value;
6019
+ S.value = "(".concat(z).concat(_A2, "|").concat(S.value, ")"), D.output += S.value;
6018
6020
  continue;
6019
6021
  }
6020
6022
  if (x === "{" && h.nobrace !== true) {
@@ -6140,7 +6142,7 @@ function Af() {
6140
6142
  y({
6141
6143
  type: "qmark",
6142
6144
  value: x,
6143
- output: se
6145
+ output: oe
6144
6146
  });
6145
6147
  continue;
6146
6148
  }
@@ -6249,21 +6251,21 @@ function Af() {
6249
6251
  continue;
6250
6252
  }
6251
6253
  for (; _4.slice(0, 3) === "/**";) {
6252
- var oe = p[D.index + 4];
6253
- if (oe && oe !== "/") break;
6254
+ var se = p[D.index + 4];
6255
+ if (se && se !== "/") break;
6254
6256
  _4 = _4.slice(3), _e("/**", 3);
6255
6257
  }
6256
6258
  if (_b10.type === "bos" && ke()) {
6257
- S.type = "globstar", S.value += x, S.output = ve(h), D.output = S.output, D.globstar = true, _e(x);
6259
+ S.type = "globstar", S.value += x, S.output = de(h), D.output = S.output, D.globstar = true, _e(x);
6258
6260
  continue;
6259
6261
  }
6260
6262
  if (_b10.type === "slash" && _b10.prev.type !== "bos" && !_G3 && ke()) {
6261
- D.output = D.output.slice(0, -(_b10.output + S.output).length), _b10.output = "(?:".concat(_b10.output), S.type = "globstar", S.output = ve(h) + (h.strictSlashes ? ")" : "|$)"), S.value += x, D.globstar = true, D.output += _b10.output + S.output, _e(x);
6263
+ D.output = D.output.slice(0, -(_b10.output + S.output).length), _b10.output = "(?:".concat(_b10.output), S.type = "globstar", S.output = de(h) + (h.strictSlashes ? ")" : "|$)"), S.value += x, D.globstar = true, D.output += _b10.output + S.output, _e(x);
6262
6264
  continue;
6263
6265
  }
6264
6266
  if (_b10.type === "slash" && _b10.prev.type !== "bos" && _4[0] === "/") {
6265
- var _oe5 = _4[1] !== void 0 ? "|$" : "";
6266
- D.output = D.output.slice(0, -(_b10.output + S.output).length), _b10.output = "(?:".concat(_b10.output), S.type = "globstar", S.output = "".concat(ve(h)).concat(ne, "|").concat(ne).concat(_oe5, ")"), S.value += x, D.output += _b10.output + S.output, D.globstar = true, _e(x + de()), y({
6267
+ var _se5 = _4[1] !== void 0 ? "|$" : "";
6268
+ D.output = D.output.slice(0, -(_b10.output + S.output).length), _b10.output = "(?:".concat(_b10.output), S.type = "globstar", S.output = "".concat(de(h)).concat(ne, "|").concat(ne).concat(_se5, ")"), S.value += x, D.output += _b10.output + S.output, D.globstar = true, _e(x + ge()), y({
6267
6269
  type: "slash",
6268
6270
  value: "/",
6269
6271
  output: ""
@@ -6271,14 +6273,14 @@ function Af() {
6271
6273
  continue;
6272
6274
  }
6273
6275
  if (_b10.type === "bos" && _4[0] === "/") {
6274
- S.type = "globstar", S.value += x, S.output = "(?:^|".concat(ne, "|").concat(ve(h)).concat(ne, ")"), D.output = S.output, D.globstar = true, _e(x + de()), y({
6276
+ S.type = "globstar", S.value += x, S.output = "(?:^|".concat(ne, "|").concat(de(h)).concat(ne, ")"), D.output = S.output, D.globstar = true, _e(x + ge()), y({
6275
6277
  type: "slash",
6276
6278
  value: "/",
6277
6279
  output: ""
6278
6280
  });
6279
6281
  continue;
6280
6282
  }
6281
- D.output = D.output.slice(0, -S.output.length), S.type = "globstar", S.output = ve(h), S.value += x, D.output += S.output, D.globstar = true, _e(x);
6283
+ D.output = D.output.slice(0, -S.output.length), S.type = "globstar", S.output = de(h), S.value += x, D.output += S.output, D.globstar = true, _e(x);
6282
6284
  continue;
6283
6285
  }
6284
6286
  var _P = {
@@ -6287,14 +6289,14 @@ function Af() {
6287
6289
  output: ye
6288
6290
  };
6289
6291
  if (h.bash === true) {
6290
- _P.output = ".*?", (S.type === "bos" || S.type === "slash") && (_P.output = J + _P.output), y(_P);
6292
+ _P.output = ".*?", (S.type === "bos" || S.type === "slash") && (_P.output = Y + _P.output), y(_P);
6291
6293
  continue;
6292
6294
  }
6293
6295
  if (S && (S.type === "bracket" || S.type === "paren") && h.regex === true) {
6294
6296
  _P.output = x, y(_P);
6295
6297
  continue;
6296
6298
  }
6297
- (D.index === D.start || S.type === "slash" || S.type === "dot") && (S.type === "dot" ? (D.output += k, S.output += k) : h.dot === true ? (D.output += B, S.output += B) : (D.output += J, S.output += J), Z() !== "*" && (D.output += le, S.output += le)), y(_P);
6299
+ (D.index === D.start || S.type === "slash" || S.type === "dot") && (S.type === "dot" ? (D.output += k, S.output += k) : h.dot === true ? (D.output += B, S.output += B) : (D.output += Y, S.output += Y), Z() !== "*" && (D.output += le, S.output += le)), y(_P);
6298
6300
  }
6299
6301
  for (; D.brackets > 0;) {
6300
6302
  if (h.strictBrackets === true) throw new SyntaxError(l("closing", "]"));
@@ -6338,7 +6340,7 @@ function Af() {
6338
6340
  var _e$globChars = e.globChars(h.windows),
6339
6341
  j = _e$globChars.DOT_LITERAL,
6340
6342
  F = _e$globChars.SLASH_LITERAL,
6341
- q = _e$globChars.ONE_CHAR,
6343
+ z = _e$globChars.ONE_CHAR,
6342
6344
  te = _e$globChars.DOTS_SLASH,
6343
6345
  U = _e$globChars.NO_DOT,
6344
6346
  re = _e$globChars.NO_DOTS,
@@ -6354,39 +6356,39 @@ function Af() {
6354
6356
  };
6355
6357
  var N = h.bash === true ? ".*?" : ne;
6356
6358
  h.capture && (N = "(".concat(N, ")"));
6357
- var se = function se(J) {
6358
- return J.noglobstar === true ? N : "(".concat(k, "(?:(?!").concat(le).concat(J.dot ? te : j, ").)*?)");
6359
+ var oe = function oe(Y) {
6360
+ return Y.noglobstar === true ? N : "(".concat(k, "(?:(?!").concat(le).concat(Y.dot ? te : j, ").)*?)");
6359
6361
  },
6360
- _ge = function ge(J) {
6361
- switch (J) {
6362
+ _he = function he(Y) {
6363
+ switch (Y) {
6362
6364
  case "*":
6363
- return "".concat(pe).concat(q).concat(N);
6365
+ return "".concat(pe).concat(z).concat(N);
6364
6366
  case ".*":
6365
- return "".concat(j).concat(q).concat(N);
6367
+ return "".concat(j).concat(z).concat(N);
6366
6368
  case "*.*":
6367
- return "".concat(pe).concat(N).concat(j).concat(q).concat(N);
6369
+ return "".concat(pe).concat(N).concat(j).concat(z).concat(N);
6368
6370
  case "*/*":
6369
- return "".concat(pe).concat(N).concat(F).concat(q).concat(K).concat(N);
6371
+ return "".concat(pe).concat(N).concat(F).concat(z).concat(K).concat(N);
6370
6372
  case "**":
6371
- return pe + se(h);
6373
+ return pe + oe(h);
6372
6374
  case "**/*":
6373
- return "(?:".concat(pe).concat(se(h)).concat(F, ")?").concat(K).concat(q).concat(N);
6375
+ return "(?:".concat(pe).concat(oe(h)).concat(F, ")?").concat(K).concat(z).concat(N);
6374
6376
  case "**/*.*":
6375
- return "(?:".concat(pe).concat(se(h)).concat(F, ")?").concat(K).concat(N).concat(j).concat(q).concat(N);
6377
+ return "(?:".concat(pe).concat(oe(h)).concat(F, ")?").concat(K).concat(N).concat(j).concat(z).concat(N);
6376
6378
  case "**/.*":
6377
- return "(?:".concat(pe).concat(se(h)).concat(F, ")?").concat(j).concat(q).concat(N);
6379
+ return "(?:".concat(pe).concat(oe(h)).concat(F, ")?").concat(j).concat(z).concat(N);
6378
6380
  default:
6379
6381
  {
6380
- var ie = /^(.*?)\.(\w+)$/.exec(J);
6382
+ var ie = /^(.*?)\.(\w+)$/.exec(Y);
6381
6383
  if (!ie) return;
6382
- var ye = _ge(ie[1]);
6384
+ var ye = _he(ie[1]);
6383
6385
  return ye ? ye + j + ie[2] : void 0;
6384
6386
  }
6385
6387
  }
6386
6388
  },
6387
6389
  we = t.removePrefix(p, B);
6388
- var ve = _ge(we);
6389
- return ve && h.strictSlashes !== true && (ve += "".concat(F, "?")), ve;
6390
+ var de = _he(we);
6391
+ return de && h.strictSlashes !== true && (de += "".concat(F, "?")), de;
6390
6392
  }, No = _E2, No;
6391
6393
  }
6392
6394
  var To, pi;
@@ -6442,7 +6444,7 @@ function Nf() {
6442
6444
  $ = _s5(p.ignore, _F, l);
6443
6445
  }
6444
6446
  var j = function j(F) {
6445
- var q = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
6447
+ var z = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
6446
6448
  var _s$test = _s5.test(F, h, c, {
6447
6449
  glob: i,
6448
6450
  posix: d
@@ -6460,7 +6462,7 @@ function Nf() {
6460
6462
  match: U,
6461
6463
  isMatch: te
6462
6464
  };
6463
- return typeof p.onResult == "function" && p.onResult(L), te === false ? (L.isMatch = false, q ? L : false) : $(F) ? (typeof p.onIgnore == "function" && p.onIgnore(L), L.isMatch = false, q ? L : false) : (typeof p.onMatch == "function" && p.onMatch(L), q ? L : true);
6465
+ return typeof p.onResult == "function" && p.onResult(L), te === false ? (L.isMatch = false, z ? L : false) : $(F) ? (typeof p.onIgnore == "function" && p.onIgnore(L), L.isMatch = false, z ? L : false) : (typeof p.onMatch == "function" && p.onMatch(L), z ? L : true);
6464
6466
  };
6465
6467
  return l && (j.state = O), j;
6466
6468
  };
@@ -7630,7 +7632,7 @@ function hg() {
7630
7632
  }), o.d(s, "listener", function () {
7631
7633
  return Os;
7632
7634
  }), o.d(s, "CONFIG", function () {
7633
- return ge;
7635
+ return he;
7634
7636
  }), o.d(s, "CONSTANTS", function () {
7635
7637
  return N;
7636
7638
  }), o.d(s, "disable", function () {
@@ -7703,7 +7705,7 @@ function hg() {
7703
7705
  } catch (_unused15) {}
7704
7706
  return false;
7705
7707
  }
7706
- function q(a, u) {
7708
+ function z(a, u) {
7707
7709
  if (!a || !u) return false;
7708
7710
  var m = d(u);
7709
7711
  return m ? m === a : function (v) {
@@ -7740,14 +7742,14 @@ function hg() {
7740
7742
  return u;
7741
7743
  }
7742
7744
  for (var V = 0; V < 100; V++) {
7743
- var Y = void 0;
7745
+ var q = void 0;
7744
7746
  try {
7745
- Y = m[V];
7747
+ q = m[V];
7746
7748
  } catch (_unused20) {
7747
7749
  return u;
7748
7750
  }
7749
- if (!Y) return u;
7750
- u.push(Y);
7751
+ if (!q) return u;
7752
+ u.push(q);
7751
7753
  }
7752
7754
  return u;
7753
7755
  }
@@ -7911,9 +7913,9 @@ function hg() {
7911
7913
  } catch (_unused34) {}
7912
7914
  this._cleanupClosedWindows();
7913
7915
  var V = this.keys,
7914
- Y = this.values,
7916
+ q = this.values,
7915
7917
  X = K(V, u);
7916
- X === -1 ? (V.push(u), Y.push(m)) : Y[X] = m;
7918
+ X === -1 ? (V.push(u), q.push(m)) : q[X] = m;
7917
7919
  }, a.prototype.get = function (u) {
7918
7920
  if (!u) throw new Error("WeakMap expected key");
7919
7921
  var m = this.weakmap;
@@ -8005,13 +8007,13 @@ function hg() {
8005
8007
  POSTROBOT_PROXY: "__postrobot_proxy__",
8006
8008
  WILDCARD: "*"
8007
8009
  },
8008
- se = {
8010
+ oe = {
8009
8011
  METHOD: "postrobot_method",
8010
8012
  HELLO: "postrobot_hello",
8011
8013
  OPEN_TUNNEL: "postrobot_open_tunnel"
8012
8014
  },
8013
- ge = (Object.keys(se).map(function (a) {
8014
- return se[a];
8015
+ he = (Object.keys(oe).map(function (a) {
8016
+ return oe[a];
8015
8017
  }), {
8016
8018
  ALLOW_POSTMESSAGE_POPUP: !("__ALLOW_POSTMESSAGE_POPUP__" in window) || window.__ALLOW_POSTMESSAGE_POPUP__,
8017
8019
  BRIDGE_TIMEOUT: 5e3,
@@ -8021,13 +8023,13 @@ function hg() {
8021
8023
  ALLOWED_POST_MESSAGE_METHODS: (k = {}, k[N.SEND_STRATEGIES.POST_MESSAGE] = true, k[N.SEND_STRATEGIES.BRIDGE] = true, k[N.SEND_STRATEGIES.GLOBAL] = true, k),
8022
8024
  ALLOW_SAME_ORIGIN: false
8023
8025
  });
8024
- window.location.href.indexOf(N.FILE_PROTOCOL) === 0 && (ge.ALLOW_POSTMESSAGE_POPUP = true);
8026
+ window.location.href.indexOf(N.FILE_PROTOCOL) === 0 && (he.ALLOW_POSTMESSAGE_POPUP = true);
8025
8027
  var we = typeof Symbol == "function" && _typeof(Symbol.iterator) == "symbol" ? function (a) {
8026
8028
  return _typeof(a);
8027
8029
  } : function (a) {
8028
8030
  return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : _typeof(a);
8029
8031
  };
8030
- function ve(a) {
8032
+ function de(a) {
8031
8033
  var u = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 1;
8032
8034
  if (u >= 3) return "stringifyError stack overflow";
8033
8035
  try {
@@ -8042,10 +8044,10 @@ function hg() {
8042
8044
  }
8043
8045
  return typeof a.toString == "function" ? a.toString() : Object.prototype.toString.call(a);
8044
8046
  } catch (w) {
8045
- return "Error while stringifying error: " + ve(w, u + 1);
8047
+ return "Error while stringifying error: " + de(w, u + 1);
8046
8048
  }
8047
8049
  }
8048
- var J = function J(a) {
8050
+ var Y = function Y(a) {
8049
8051
  if (!a) return a;
8050
8052
  var u = false;
8051
8053
  return function () {
@@ -8068,10 +8070,10 @@ function hg() {
8068
8070
  v = [];
8069
8071
  } else v = {};
8070
8072
  return function (w, I) {
8071
- Array.isArray(w) ? function (V, Y) {
8072
- for (var X = 0; X < V.length; X++) Y(V[X], X);
8073
- }(w, I) : (w === void 0 ? "undefined" : we(w)) === "object" && w !== null && function (V, Y) {
8074
- for (var X in V) V.hasOwnProperty(X) && Y(V[X], X);
8073
+ Array.isArray(w) ? function (V, q) {
8074
+ for (var X = 0; X < V.length; X++) q(V[X], X);
8075
+ }(w, I) : (w === void 0 ? "undefined" : we(w)) === "object" && w !== null && function (V, q) {
8076
+ for (var X in V) V.hasOwnProperty(X) && q(V[X], X);
8075
8077
  }(w, I);
8076
8078
  }(a, function (w, I) {
8077
8079
  var V = u(w, I);
@@ -8107,7 +8109,7 @@ function hg() {
8107
8109
  ke = null, a.resolve();
8108
8110
  }
8109
8111
  }
8110
- function de() {
8112
+ function ge() {
8111
8113
  x += 1;
8112
8114
  }
8113
8115
  function $e() {
@@ -8123,19 +8125,19 @@ function hg() {
8123
8125
  w = void 0,
8124
8126
  I = false,
8125
8127
  V = false,
8126
- Y = false;
8127
- de();
8128
+ q = false;
8129
+ ge();
8128
8130
  try {
8129
8131
  u(function (X) {
8130
- Y ? m.resolve(X) : (I = !0, v = X);
8132
+ q ? m.resolve(X) : (I = !0, v = X);
8131
8133
  }, function (X) {
8132
- Y ? m.reject(X) : (V = !0, w = X);
8134
+ q ? m.reject(X) : (V = !0, w = X);
8133
8135
  });
8134
8136
  } catch (X) {
8135
8137
  $e(), this.reject(X);
8136
8138
  return;
8137
8139
  }
8138
- $e(), Y = true, I ? this.resolve(v) : V && this.reject(w);
8140
+ $e(), q = true, I ? this.resolve(v) : V && this.reject(w);
8139
8141
  }
8140
8142
  }
8141
8143
  return a.prototype.resolve = function (u) {
@@ -8168,21 +8170,21 @@ function hg() {
8168
8170
  v = this.rejected,
8169
8171
  w = this.handlers;
8170
8172
  if (!u && (m || v)) {
8171
- this.dispatching = true, de();
8172
- for (var I = function I(fe, he) {
8173
+ this.dispatching = true, ge();
8174
+ for (var I = function I(fe, me) {
8173
8175
  return fe.then(function (Le) {
8174
- he.resolve(Le);
8176
+ me.resolve(Le);
8175
8177
  }, function (Le) {
8176
- he.reject(Le);
8178
+ me.reject(Le);
8177
8179
  });
8178
8180
  }, V = 0; V < w.length; V++) {
8179
- var Y = w[V],
8180
- X = Y.onSuccess,
8181
- ae = Y.onError,
8182
- ee = Y.promise,
8183
- z = void 0;
8181
+ var q = w[V],
8182
+ X = q.onSuccess,
8183
+ ae = q.onError,
8184
+ ee = q.promise,
8185
+ J = void 0;
8184
8186
  if (m) try {
8185
- z = X ? X(this.value) : this.value;
8187
+ J = X ? X(this.value) : this.value;
8186
8188
  } catch (fe) {
8187
8189
  ee.reject(fe);
8188
8190
  continue;
@@ -8192,13 +8194,13 @@ function hg() {
8192
8194
  continue;
8193
8195
  }
8194
8196
  try {
8195
- z = ae(this.error);
8197
+ J = ae(this.error);
8196
8198
  } catch (fe) {
8197
8199
  ee.reject(fe);
8198
8200
  continue;
8199
8201
  }
8200
8202
  }
8201
- z instanceof a && (z.resolved || z.rejected) ? (z.resolved ? ee.resolve(z.value) : ee.reject(z.error), z.errorHandled = true) : Re(z) ? z instanceof a && (z.resolved || z.rejected) ? z.resolved ? ee.resolve(z.value) : ee.reject(z.error) : I(z, ee) : ee.resolve(z);
8203
+ J instanceof a && (J.resolved || J.rejected) ? (J.resolved ? ee.resolve(J.value) : ee.reject(J.error), J.errorHandled = true) : Re(J) ? J instanceof a && (J.resolved || J.rejected) ? J.resolved ? ee.resolve(J.value) : ee.reject(J.error) : I(J, ee) : ee.resolve(J);
8202
8204
  }
8203
8205
  w.length = 0, this.dispatching = false, $e();
8204
8206
  }
@@ -8250,23 +8252,23 @@ function hg() {
8250
8252
  w = [];
8251
8253
  if (!v) return m.resolve(w), m;
8252
8254
  for (var I = function I(X, ae, ee) {
8253
- return ae.then(function (z) {
8254
- w[X] = z, (v -= 1) == 0 && m.resolve(w);
8255
- }, function (z) {
8256
- ee.reject(z);
8255
+ return ae.then(function (J) {
8256
+ w[X] = J, (v -= 1) == 0 && m.resolve(w);
8257
+ }, function (J) {
8258
+ ee.reject(J);
8257
8259
  });
8258
8260
  }, V = 0; V < u.length; V++) {
8259
- var Y = u[V];
8260
- if (Y instanceof a) {
8261
- if (Y.resolved) {
8262
- w[V] = Y.value, v -= 1;
8261
+ var q = u[V];
8262
+ if (q instanceof a) {
8263
+ if (q.resolved) {
8264
+ w[V] = q.value, v -= 1;
8263
8265
  continue;
8264
8266
  }
8265
- } else if (!Re(Y)) {
8266
- w[V] = Y, v -= 1;
8267
+ } else if (!Re(q)) {
8268
+ w[V] = q, v -= 1;
8267
8269
  continue;
8268
8270
  }
8269
- I(V, a.resolve(Y), m);
8271
+ I(V, a.resolve(q), m);
8270
8272
  }
8271
8273
  return v === 0 && m.resolve(w), m;
8272
8274
  }, a.hash = function (u) {
@@ -8291,7 +8293,7 @@ function hg() {
8291
8293
  }, a["try"] = function (u, m, v) {
8292
8294
  if (u && typeof u != "function" && !u.call) throw new Error("Promise.try expected a function");
8293
8295
  var w = void 0;
8294
- de();
8296
+ ge();
8295
8297
  try {
8296
8298
  w = u.apply(m, v || []);
8297
8299
  } catch (I) {
@@ -8319,7 +8321,7 @@ function hg() {
8319
8321
  return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : _typeof(a);
8320
8322
  };
8321
8323
  W.methods = W.methods || new B();
8322
- var f = J(function () {
8324
+ var f = Y(function () {
8323
8325
  W.on(N.POST_MESSAGE_NAMES.METHOD, {
8324
8326
  origin: N.WILDCARD
8325
8327
  }, function (a) {
@@ -8418,7 +8420,7 @@ function hg() {
8418
8420
  function A(a, u, m) {
8419
8421
  return _e["try"](function () {
8420
8422
  var v;
8421
- if (u = function (V, Y) {
8423
+ if (u = function (V, q) {
8422
8424
  var X = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {},
8423
8425
  ae = ye(),
8424
8426
  ee = function () {
@@ -8428,47 +8430,47 @@ function hg() {
8428
8430
  var fe = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window;
8429
8431
  return !!d(fe);
8430
8432
  }() ? N.WINDOW_TYPES.IFRAME : N.WINDOW_TYPES.FULLPAGE,
8431
- z = j(window);
8432
- return b({}, Y, X, {
8433
- sourceDomain: z,
8434
- id: Y.id || ae,
8433
+ J = j(window);
8434
+ return b({}, q, X, {
8435
+ sourceDomain: J,
8436
+ id: q.id || ae,
8435
8437
  windowType: ee
8436
8438
  });
8437
8439
  }(a, u, {
8438
- data: function (V, Y, X) {
8440
+ data: function (V, q, X) {
8439
8441
  return D({
8440
8442
  obj: u.data
8441
8443
  }, function (ae, ee) {
8442
- return typeof ae == "function" ? y(V, Y, ae, ee.toString()) : ae instanceof Error ? (z = ae, {
8444
+ return typeof ae == "function" ? y(V, q, ae, ee.toString()) : ae instanceof Error ? (J = ae, {
8443
8445
  __type__: N.SERIALIZATION_TYPES.ERROR,
8444
- __message__: ve(z),
8445
- __code__: z.code
8446
- }) : window.Promise && ae instanceof window.Promise ? function (he, Le, ze, Ie) {
8446
+ __message__: de(J),
8447
+ __code__: J.code
8448
+ }) : window.Promise && ae instanceof window.Promise ? function (me, Le, ze, Ie) {
8447
8449
  return {
8448
8450
  __type__: N.SERIALIZATION_TYPES.PROMISE,
8449
- __then__: y(he, Le, function (Je, Ke) {
8451
+ __then__: y(me, Le, function (Je, Ke) {
8450
8452
  return ze.then(Je, Ke);
8451
8453
  }, Ie + ".then")
8452
8454
  };
8453
- }(V, Y, ae, ee.toString()) : _e.isPromise(ae) ? function (he, Le, ze, Ie) {
8455
+ }(V, q, ae, ee.toString()) : _e.isPromise(ae) ? function (me, Le, ze, Ie) {
8454
8456
  return {
8455
8457
  __type__: N.SERIALIZATION_TYPES.ZALGO_PROMISE,
8456
- __then__: y(he, Le, function (Je, Ke) {
8458
+ __then__: y(me, Le, function (Je, Ke) {
8457
8459
  return ze.then(Je, Ke);
8458
8460
  }, Ie + ".then")
8459
8461
  };
8460
- }(V, Y, ae, ee.toString()) : Oe(ae) ? (fe = ae, {
8462
+ }(V, q, ae, ee.toString()) : Oe(ae) ? (fe = ae, {
8461
8463
  __type__: N.SERIALIZATION_TYPES.REGEX,
8462
8464
  __source__: fe.source
8463
8465
  }) : void 0;
8464
- var z, fe;
8466
+ var J, fe;
8465
8467
  }).obj;
8466
8468
  }(a, m),
8467
8469
  domain: m
8468
- }), a === window && !ge.ALLOW_SAME_ORIGIN) throw new Error("Attemping to send message to self");
8470
+ }), a === window && !he.ALLOW_SAME_ORIGIN) throw new Error("Attemping to send message to self");
8469
8471
  if (L(a)) throw new Error("Window is closed");
8470
8472
  var w = [],
8471
- I = function (V, Y, X) {
8473
+ I = function (V, q, X) {
8472
8474
  var ae = void 0,
8473
8475
  ee = void 0;
8474
8476
  try {
@@ -8477,27 +8479,27 @@ function hg() {
8477
8479
  } catch (fe) {
8478
8480
  throw new Error("Can not repair JSON.stringify: " + fe.message);
8479
8481
  }
8480
- var z = JSON.stringify.call(this, V, null, 2);
8482
+ var J = JSON.stringify.call(this, V, null, 2);
8481
8483
  try {
8482
8484
  ae && (Object.prototype.toJSON = ae), ee && (Array.prototype.toJSON = ee);
8483
8485
  } catch (fe) {
8484
8486
  throw new Error("Can not repair JSON.stringify: " + fe.message);
8485
8487
  }
8486
- return z;
8488
+ return J;
8487
8489
  }(((v = {})[N.WINDOW_PROPS.POSTROBOT] = u, v));
8488
8490
  return _e.map(Object.keys(P), function (V) {
8489
8491
  return _e["try"](function () {
8490
- if (!ge.ALLOWED_POST_MESSAGE_METHODS[V]) throw new Error("Strategy disallowed: " + V);
8492
+ if (!he.ALLOWED_POST_MESSAGE_METHODS[V]) throw new Error("Strategy disallowed: " + V);
8491
8493
  return P[V](a, I, m);
8492
8494
  }).then(function () {
8493
8495
  return w.push(V + ": success"), true;
8494
- }, function (Y) {
8495
- return w.push(V + ": " + ve(Y) + "\n"), false;
8496
+ }, function (q) {
8497
+ return w.push(V + ": " + de(q) + "\n"), false;
8496
8498
  });
8497
8499
  }).then(function (V) {
8498
- var Y = V.some(Boolean),
8499
- X = u.type + " " + u.name + " " + (Y ? "success" : "error") + ":\n - " + w.join("\n - ") + "\n";
8500
- if (!Y) throw new Error(X);
8500
+ var q = V.some(Boolean),
8501
+ X = u.type + " " + u.name + " " + (q ? "success" : "error") + ":\n - " + w.join("\n - ") + "\n";
8502
+ if (!q) throw new Error(X);
8501
8503
  });
8502
8504
  });
8503
8505
  }
@@ -8510,7 +8512,7 @@ function hg() {
8510
8512
  function Q(a) {
8511
8513
  delete W.responseListeners[a];
8512
8514
  }
8513
- function oe(a) {
8515
+ function se(a) {
8514
8516
  return !!W.erroredResponseListeners[a];
8515
8517
  }
8516
8518
  function Ee(a) {
@@ -8519,16 +8521,16 @@ function hg() {
8519
8521
  v = a.domain;
8520
8522
  if (m === N.WILDCARD && (m = null), v === N.WILDCARD && (v = null), !u) throw new Error("Name required to get request listener");
8521
8523
  var w = W.requestListeners[u];
8522
- if (w) for (var I = 0, V = [m, W.WINDOW_WILDCARD], Y = V == null ? 0 : V.length; I < Y; I++) {
8524
+ if (w) for (var I = 0, V = [m, W.WINDOW_WILDCARD], q = V == null ? 0 : V.length; I < q; I++) {
8523
8525
  var X = V[I],
8524
8526
  ae = X && w.get(X);
8525
8527
  if (ae) {
8526
8528
  if (v && typeof v == "string") {
8527
8529
  if (ae[v]) return ae[v];
8528
- if (ae[G]) for (var ee = 0, z = ae[G], fe = z == null ? 0 : z.length; ee < fe; ee++) {
8529
- var he = z[ee],
8530
- Le = he.regex,
8531
- ze = he.listener;
8530
+ if (ae[G]) for (var ee = 0, J = ae[G], fe = J == null ? 0 : J.length; ee < fe; ee++) {
8531
+ var me = J[ee],
8532
+ Le = me.regex,
8533
+ ze = me.listener;
8532
8534
  if (le(Le, v)) return ze;
8533
8535
  }
8534
8536
  }
@@ -8544,7 +8546,7 @@ function hg() {
8544
8546
  return a;
8545
8547
  },
8546
8548
  Se = ((T = {})[N.POST_MESSAGE_TYPE.ACK] = function (a, u, m) {
8547
- if (!oe(m.hash)) {
8549
+ if (!se(m.hash)) {
8548
8550
  var v = M(m.hash);
8549
8551
  if (!v) throw new Error("No handler found for post message ack for message: " + m.name + " from " + u + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
8550
8552
  if (!le(v.domain, u)) throw new Error("Ack origin " + u + " does not match domain " + v.domain.toString());
@@ -8581,20 +8583,20 @@ function hg() {
8581
8583
  data: I
8582
8584
  });
8583
8585
  }, function (I) {
8584
- var V = ve(I).replace(/^Error: /, ""),
8585
- Y = I.code;
8586
+ var V = de(I).replace(/^Error: /, ""),
8587
+ q = I.code;
8586
8588
  return w({
8587
8589
  type: N.POST_MESSAGE_TYPE.RESPONSE,
8588
8590
  ack: N.POST_MESSAGE_ACK.ERROR,
8589
8591
  error: V,
8590
- code: Y
8592
+ code: q
8591
8593
  });
8592
8594
  })]).then(ie)["catch"](function (I) {
8593
8595
  if (v && v.handleError) return v.handleError(I);
8594
8596
  throw I;
8595
8597
  });
8596
8598
  }, T[N.POST_MESSAGE_TYPE.RESPONSE] = function (a, u, m) {
8597
- if (!oe(m.hash)) {
8599
+ if (!se(m.hash)) {
8598
8600
  var v,
8599
8601
  w = M(m.hash);
8600
8602
  if (!w) throw new Error("No handler found for post message response for message: " + m.name + " from " + u + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
@@ -8643,17 +8645,17 @@ function hg() {
8643
8645
  v.sourceDomain.indexOf(N.MOCK_PROTOCOL) !== 0 && v.sourceDomain.indexOf(N.FILE_PROTOCOL) !== 0 || (m = v.sourceDomain), W.receivedMessages.indexOf(v.id) === -1 && (W.receivedMessages.push(v.id), (!L(u) || v.fireAndForget) && (v.data && (v.data = function (w, I, V) {
8644
8646
  return D({
8645
8647
  obj: v.data
8646
- }, function (Y) {
8647
- if ((Y === void 0 ? "undefined" : Me(Y)) === "object" && Y !== null) return g(Y, N.SERIALIZATION_TYPES.METHOD) ? C(w, I, Y) : g(Y, N.SERIALIZATION_TYPES.ERROR) ? function (X, ae, ee) {
8648
- var z = new Error(ee.__message__);
8649
- return ee.__code__ && (z.code = ee.__code__), z;
8650
- }(0, 0, Y) : g(Y, N.SERIALIZATION_TYPES.PROMISE) ? function (X, ae, ee) {
8651
- return window.Promise ? new window.Promise(function (z, fe) {
8652
- return C(X, ae, ee.__then__)(z, fe);
8648
+ }, function (q) {
8649
+ if ((q === void 0 ? "undefined" : Me(q)) === "object" && q !== null) return g(q, N.SERIALIZATION_TYPES.METHOD) ? C(w, I, q) : g(q, N.SERIALIZATION_TYPES.ERROR) ? function (X, ae, ee) {
8650
+ var J = new Error(ee.__message__);
8651
+ return ee.__code__ && (J.code = ee.__code__), J;
8652
+ }(0, 0, q) : g(q, N.SERIALIZATION_TYPES.PROMISE) ? function (X, ae, ee) {
8653
+ return window.Promise ? new window.Promise(function (J, fe) {
8654
+ return C(X, ae, ee.__then__)(J, fe);
8653
8655
  }) : R(X, ae, ee);
8654
- }(w, I, Y) : g(Y, N.SERIALIZATION_TYPES.ZALGO_PROMISE) ? R(w, I, Y) : g(Y, N.SERIALIZATION_TYPES.REGEX) ? function (X, ae, ee) {
8656
+ }(w, I, q) : g(q, N.SERIALIZATION_TYPES.ZALGO_PROMISE) ? R(w, I, q) : g(q, N.SERIALIZATION_TYPES.REGEX) ? function (X, ae, ee) {
8655
8657
  return new RegExp(ee.__source__);
8656
- }(0, 0, Y) : void 0;
8658
+ }(0, 0, q) : void 0;
8657
8659
  }).obj;
8658
8660
  }(u, m)), Se[v.type](u, m, v)));
8659
8661
  }
@@ -8694,24 +8696,24 @@ function hg() {
8694
8696
  v = a.domain || N.WILDCARD;
8695
8697
  var V = a.name + "_" + ye();
8696
8698
  if (L(I)) throw new Error("Target window is closed");
8697
- var Y = false,
8699
+ var q = false,
8698
8700
  X = W.requestPromises.get(I);
8699
8701
  X || (X = [], W.requestPromises.set(I, X));
8700
8702
  var ae = _e["try"](function () {
8701
- if (function (ee, z) {
8702
- var fe = ne(z);
8703
+ if (function (ee, J) {
8704
+ var fe = ne(J);
8703
8705
  if (fe) return fe === ee;
8704
- if (z === ee || function () {
8706
+ if (J === ee || function () {
8705
8707
  var Ie = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window;
8706
8708
  try {
8707
8709
  if (Ie.top) return Ie.top;
8708
8710
  } catch (_unused45) {}
8709
8711
  if (d(Ie) === Ie) return Ie;
8710
8712
  try {
8711
- if (q(window, Ie) && window.top) return window.top;
8713
+ if (z(window, Ie) && window.top) return window.top;
8712
8714
  } catch (_unused46) {}
8713
8715
  try {
8714
- if (q(Ie, window) && window.top) return window.top;
8716
+ if (z(Ie, window) && window.top) return window.top;
8715
8717
  } catch (_unused47) {}
8716
8718
  for (var Je = 0, Ke = function Pt(lo) {
8717
8719
  for (var Hn = [], Wn = 0, mn = te(lo), kt = mn == null ? 0 : mn.length; Wn < kt; Wn++) {
@@ -8730,17 +8732,17 @@ function hg() {
8730
8732
  } catch (_unused48) {}
8731
8733
  if (d(Ct) === Ct) return Ct;
8732
8734
  }
8733
- }(z) === z) return false;
8734
- for (var he = 0, Le = te(ee), ze = Le == null ? 0 : Le.length; he < ze; he++) if (Le[he] === z) return true;
8735
+ }(J) === J) return false;
8736
+ for (var me = 0, Le = te(ee), ze = Le == null ? 0 : Le.length; me < ze; me++) if (Le[me] === J) return true;
8735
8737
  return false;
8736
8738
  }(window, I)) return function (ee) {
8737
- var z = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 5e3,
8739
+ var J = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 5e3,
8738
8740
  fe = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "Window",
8739
- he = W.readyPromises.get(ee);
8740
- return he || (he = new _e(), W.readyPromises.set(ee, he), z !== -1 && setTimeout(function () {
8741
- return he.reject(new Error(fe + " did not load after " + z + "ms"));
8742
- }, z), he);
8743
- }(I, a.timeout || ge.CHILD_WINDOW_TIMEOUT);
8741
+ me = W.readyPromises.get(ee);
8742
+ return me || (me = new _e(), W.readyPromises.set(ee, me), J !== -1 && setTimeout(function () {
8743
+ return me.reject(new Error(fe + " did not load after " + J + "ms"));
8744
+ }, J), me);
8745
+ }(I, a.timeout || he.CHILD_WINDOW_TIMEOUT);
8744
8746
  }).then(function () {
8745
8747
  var ee = (arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}).origin;
8746
8748
  if (Oe(v) && !ee) return _(I);
@@ -8751,17 +8753,17 @@ function hg() {
8751
8753
  v = ee;
8752
8754
  }
8753
8755
  if (typeof v != "string" && !Array.isArray(v)) throw new TypeError("Expected domain to be a string or array");
8754
- var z = v;
8755
- return new _e(function (fe, he) {
8756
+ var J = v;
8757
+ return new _e(function (fe, me) {
8756
8758
  var Le = void 0;
8757
8759
  if (a.fireAndForget || function (Ke, Et) {
8758
8760
  W.responseListeners[Ke] = Et;
8759
8761
  }(V, Le = {
8760
8762
  name: u,
8761
8763
  window: I,
8762
- domain: z,
8764
+ domain: J,
8763
8765
  respond: function respond(Ke, Et) {
8764
- Ke || (Y = true, X.splice(X.indexOf(ae, 1))), Ke ? he(Ke) : fe(Et);
8766
+ Ke || (q = true, X.splice(X.indexOf(ae, 1))), Ke ? me(Ke) : fe(Et);
8765
8767
  }
8766
8768
  }), A(I, {
8767
8769
  type: N.POST_MESSAGE_TYPE.REQUEST,
@@ -8769,19 +8771,19 @@ function hg() {
8769
8771
  name: u,
8770
8772
  data: a.data,
8771
8773
  fireAndForget: a.fireAndForget
8772
- }, z)["catch"](he), a.fireAndForget) return fe();
8773
- var ze = ge.ACK_TIMEOUT,
8774
- Ie = a.timeout || ge.RES_TIMEOUT,
8774
+ }, J)["catch"](me), a.fireAndForget) return fe();
8775
+ var ze = he.ACK_TIMEOUT,
8776
+ Ie = a.timeout || he.RES_TIMEOUT,
8775
8777
  Je = 100;
8776
8778
  setTimeout(function Ke() {
8777
- if (!Y) {
8778
- if (L(I)) return Le.ack ? he(new Error("Window closed for " + u + " before response")) : he(new Error("Window closed for " + u + " before ack"));
8779
+ if (!q) {
8780
+ if (L(I)) return Le.ack ? me(new Error("Window closed for " + u + " before response")) : me(new Error("Window closed for " + u + " before ack"));
8779
8781
  if (ze = Math.max(ze - Je, 0), Ie !== -1 && (Ie = Math.max(Ie - Je, 0)), Le.ack) {
8780
8782
  if (Ie === -1) return;
8781
8783
  Je = Math.min(Ie, 2e3);
8782
8784
  } else {
8783
- if (ze === 0) return he(new Error("No ack for postMessage " + u + " in " + j() + " in " + ge.ACK_TIMEOUT + "ms"));
8784
- if (Ie === 0) return he(new Error("No response for postMessage " + u + " in " + j() + " in " + (a.timeout || ge.RES_TIMEOUT) + "ms"));
8785
+ if (ze === 0) return me(new Error("No ack for postMessage " + u + " in " + j() + " in " + he.ACK_TIMEOUT + "ms"));
8786
+ if (Ie === 0) return me(new Error("No response for postMessage " + u + " in " + j() + " in " + (a.timeout || he.RES_TIMEOUT) + "ms"));
8785
8787
  }
8786
8788
  setTimeout(Ke, Je);
8787
8789
  }
@@ -8836,16 +8838,16 @@ function hg() {
8836
8838
  name: u
8837
8839
  },
8838
8840
  I = function X(ae, ee) {
8839
- var z = ae.name,
8841
+ var J = ae.name,
8840
8842
  fe = ae.win,
8841
- he = ae.domain;
8842
- if (!z || typeof z != "string") throw new Error("Name required to add request listener");
8843
+ me = ae.domain;
8844
+ if (!J || typeof J != "string") throw new Error("Name required to add request listener");
8843
8845
  if (Array.isArray(fe)) {
8844
8846
  for (var Le = [], ze = 0, Ie = fe, Je = Ie == null ? 0 : Ie.length; ze < Je; ze++) {
8845
8847
  var Ke = Ie[ze];
8846
8848
  Le.push(X({
8847
- name: z,
8848
- domain: he,
8849
+ name: J,
8850
+ domain: me,
8849
8851
  win: Ke
8850
8852
  }, ee));
8851
8853
  }
@@ -8855,11 +8857,11 @@ function hg() {
8855
8857
  }
8856
8858
  };
8857
8859
  }
8858
- if (Array.isArray(he)) {
8859
- for (var Et = [], Ct = 0, Pt = he, lo = Pt == null ? 0 : Pt.length; Ct < lo; Ct++) {
8860
+ if (Array.isArray(me)) {
8861
+ for (var Et = [], Ct = 0, Pt = me, lo = Pt == null ? 0 : Pt.length; Ct < lo; Ct++) {
8860
8862
  var Hn = Pt[Ct];
8861
8863
  Et.push(X({
8862
- name: z,
8864
+ name: J,
8863
8865
  win: fe,
8864
8866
  domain: Hn
8865
8867
  }, ee));
@@ -8871,21 +8873,21 @@ function hg() {
8871
8873
  };
8872
8874
  }
8873
8875
  var Wn = Ee({
8874
- name: z,
8876
+ name: J,
8875
8877
  win: fe,
8876
- domain: he
8878
+ domain: me
8877
8879
  });
8878
- if (fe && fe !== N.WILDCARD || (fe = W.WINDOW_WILDCARD), he = he || N.WILDCARD, Wn) throw fe && he ? new Error("Request listener already exists for " + z + " on domain " + he.toString() + " for " + (fe === W.WINDOW_WILDCARD ? "wildcard" : "specified") + " window") : fe ? new Error("Request listener already exists for " + z + " for " + (fe === W.WINDOW_WILDCARD ? "wildcard" : "specified") + " window") : he ? new Error("Request listener already exists for " + z + " on domain " + he.toString()) : new Error("Request listener already exists for " + z);
8880
+ if (fe && fe !== N.WILDCARD || (fe = W.WINDOW_WILDCARD), me = me || N.WILDCARD, Wn) throw fe && me ? new Error("Request listener already exists for " + J + " on domain " + me.toString() + " for " + (fe === W.WINDOW_WILDCARD ? "wildcard" : "specified") + " window") : fe ? new Error("Request listener already exists for " + J + " for " + (fe === W.WINDOW_WILDCARD ? "wildcard" : "specified") + " window") : me ? new Error("Request listener already exists for " + J + " on domain " + me.toString()) : new Error("Request listener already exists for " + J);
8879
8881
  var mn = W.requestListeners,
8880
- kt = mn[z];
8881
- kt || (kt = new B(), mn[z] = kt);
8882
+ kt = mn[J];
8883
+ kt || (kt = new B(), mn[J] = kt);
8882
8884
  var pt = kt.get(fe);
8883
8885
  pt || (pt = {}, kt.set(fe, pt));
8884
- var vn = he.toString(),
8886
+ var vn = me.toString(),
8885
8887
  yt = pt[G],
8886
8888
  En = void 0;
8887
- return Oe(he) ? (yt || (yt = [], pt[G] = yt), En = {
8888
- regex: he,
8889
+ return Oe(me) ? (yt || (yt = [], pt[G] = yt), En = {
8890
+ regex: me,
8889
8891
  listener: ee
8890
8892
  }, yt.push(En)) : pt[vn] = ee, {
8891
8893
  cancel: function cancel() {
@@ -8899,15 +8901,15 @@ function hg() {
8899
8901
  }, w);
8900
8902
  if (a.once) {
8901
8903
  var V = w.handler;
8902
- w.handler = J(function () {
8904
+ w.handler = Y(function () {
8903
8905
  return I.cancel(), V.apply(this, arguments);
8904
8906
  });
8905
8907
  }
8906
- if (w.window && a.errorOnClose) var Y = function (X, ae) {
8908
+ if (w.window && a.errorOnClose) var q = function (X, ae) {
8907
8909
  var ee = void 0;
8908
- return ee = setTimeout(function z() {
8909
- ee = setTimeout(z, 50), function () {
8910
- m && (m === void 0 ? "undefined" : ft(m)) === "object" && L(m) && (Y.cancel(), w.handleError(new Error("Post message target window is closed")));
8910
+ return ee = setTimeout(function J() {
8911
+ ee = setTimeout(J, 50), function () {
8912
+ m && (m === void 0 ? "undefined" : ft(m)) === "object" && L(m) && (q.cancel(), w.handleError(new Error("Post message target window is closed")));
8911
8913
  }.call();
8912
8914
  }, 50), {
8913
8915
  cancel: function cancel() {
@@ -8929,11 +8931,11 @@ function hg() {
8929
8931
  m = arguments[2];
8930
8932
  typeof u == "function" && (m = u, u = {}), u = u || {}, m = m || u.handler;
8931
8933
  var v = u.errorHandler,
8932
- w = new _e(function (V, Y) {
8934
+ w = new _e(function (V, q) {
8933
8935
  (u = u || {}).name = a, u.once = true, u.handler = function (X) {
8934
8936
  if (V(X), m) return m(X);
8935
8937
  }, u.errorHandler = function (X) {
8936
- if (Y(X), v) return v(X);
8938
+ if (q(X), v) return v(X);
8937
8939
  };
8938
8940
  }),
8939
8941
  I = tn(u);
@@ -8963,10 +8965,10 @@ function hg() {
8963
8965
  m = function m(w) {
8964
8966
  var I = w.source,
8965
8967
  V = w.origin,
8966
- Y = W.readyPromises.get(I) || new _e();
8967
- Y.resolve({
8968
+ q = W.readyPromises.get(I) || new _e();
8969
+ q.resolve({
8968
8970
  origin: V
8969
- }), W.readyPromises.set(I, Y);
8971
+ }), W.readyPromises.set(I, q);
8970
8972
  }, W.on(N.POST_MESSAGE_NAMES.HELLO, {
8971
8973
  domain: N.WILDCARD
8972
8974
  }, function (w) {
@@ -9014,7 +9016,7 @@ function hg() {
9014
9016
  }), o.d(r, "listener", function () {
9015
9017
  return Os;
9016
9018
  }), o.d(r, "CONFIG", function () {
9017
- return ge;
9019
+ return he;
9018
9020
  }), o.d(r, "CONSTANTS", function () {
9019
9021
  return N;
9020
9022
  }), o.d(r, "disable", function () {