@das-fed/mframe 0.0.16 → 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 +471 -473
  2. package/index.js +436 -438
  3. package/package.json +1 -1
package/es5.js CHANGED
@@ -54,7 +54,7 @@ function Pn(e) {
54
54
  return n in t;
55
55
  };
56
56
  }
57
- var Te = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {},
57
+ var Ne = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {},
58
58
  On = process.env.NODE_ENV !== "production" ? Object.freeze([]) : [],
59
59
  Fe = function Fe() {},
60
60
  ma = function ma() {
@@ -74,7 +74,7 @@ var Te = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {},
74
74
  n > -1 && e.splice(n, 1);
75
75
  },
76
76
  va = Object.prototype.hasOwnProperty,
77
- we = function we(e, t) {
77
+ be = function be(e, t) {
78
78
  return va.call(e, t);
79
79
  },
80
80
  ce = Array.isArray,
@@ -295,7 +295,7 @@ var Ca = /*#__PURE__*/function () {
295
295
  function Pa() {
296
296
  return it;
297
297
  }
298
- var Ne;
298
+ var Ae;
299
299
  var po = /* @__PURE__ */new WeakSet();
300
300
  var Bi = /*#__PURE__*/function () {
301
301
  function Bi(t) {
@@ -325,13 +325,13 @@ var Bi = /*#__PURE__*/function () {
325
325
  value: function run() {
326
326
  if (!(this.flags & 1)) return this.fn();
327
327
  this.flags |= 2, xs(this), Ki(this);
328
- var t = Ne,
328
+ var t = Ae,
329
329
  n = mt;
330
- Ne = this, mt = true;
330
+ Ae = this, mt = true;
331
331
  try {
332
332
  return this.fn();
333
333
  } finally {
334
- process.env.NODE_ENV !== "production" && Ne !== this && Rt(), ki(this), Ne = t, mt = n, this.flags &= -3;
334
+ process.env.NODE_ENV !== "production" && Ae !== this && Rt(), ki(this), Ae = t, mt = n, this.flags &= -3;
335
335
  }
336
336
  }
337
337
  }, {
@@ -425,9 +425,9 @@ function Yi(e) {
425
425
  e.flags &= -3;
426
426
  return;
427
427
  }
428
- var n = Ne,
428
+ var n = Ae,
429
429
  r = mt;
430
- Ne = e, mt = true;
430
+ Ae = e, mt = true;
431
431
  try {
432
432
  Ki(e);
433
433
  var o = e.fn(e._value);
@@ -435,7 +435,7 @@ function Yi(e) {
435
435
  } catch (o) {
436
436
  throw t.version++, o;
437
437
  } finally {
438
- Ne = n, mt = r, ki(e), e.flags &= -3;
438
+ Ae = n, mt = r, ki(e), e.flags &= -3;
439
439
  }
440
440
  }
441
441
  function os(e) {
@@ -466,12 +466,12 @@ function Ut() {
466
466
  function xs(e) {
467
467
  var t = e.cleanup;
468
468
  if (e.cleanup = void 0, t) {
469
- var n = Ne;
470
- Ne = void 0;
469
+ var n = Ae;
470
+ Ae = void 0;
471
471
  try {
472
472
  t();
473
473
  } finally {
474
- Ne = n;
474
+ Ae = n;
475
475
  }
476
476
  }
477
477
  }
@@ -488,14 +488,14 @@ var ss = /*#__PURE__*/function () {
488
488
  return _createClass(ss, [{
489
489
  key: "track",
490
490
  value: function track(t) {
491
- if (!Ne || !mt || Ne === this.computed) return;
491
+ if (!Ae || !mt || Ae === this.computed) return;
492
492
  var n = this.activeLink;
493
- if (n === void 0 || n.sub !== Ne) n = this.activeLink = new $a(Ne, this), Ne.deps ? (n.prevDep = Ne.depsTail, Ne.depsTail.nextDep = n, Ne.depsTail = n) : Ne.deps = Ne.depsTail = n, zi(n);else if (n.version === -1 && (n.version = this.version, n.nextDep)) {
493
+ if (n === void 0 || n.sub !== Ae) n = this.activeLink = new $a(Ae, this), Ae.deps ? (n.prevDep = Ae.depsTail, Ae.depsTail.nextDep = n, Ae.depsTail = n) : Ae.deps = Ae.depsTail = n, zi(n);else if (n.version === -1 && (n.version = this.version, n.nextDep)) {
494
494
  var r = n.nextDep;
495
- r.prevDep = n.prevDep, n.prevDep && (n.prevDep.nextDep = r), n.prevDep = Ne.depsTail, n.nextDep = void 0, Ne.depsTail.nextDep = n, Ne.depsTail = n, Ne.deps === n && (Ne.deps = r);
495
+ r.prevDep = n.prevDep, n.prevDep && (n.prevDep.nextDep = r), n.prevDep = Ae.depsTail, n.nextDep = void 0, Ae.depsTail.nextDep = n, Ae.depsTail = n, Ae.deps === n && (Ae.deps = r);
496
496
  }
497
- return process.env.NODE_ENV !== "production" && Ne.onTrack && Ne.onTrack(je({
498
- effect: Ne
497
+ return process.env.NODE_ENV !== "production" && Ae.onTrack && Ae.onTrack(je({
498
+ effect: Ae
499
499
  }, t)), n;
500
500
  }
501
501
  }, {
@@ -534,7 +534,7 @@ var Io = /* @__PURE__ */new WeakMap(),
534
534
  $o = Symbol(process.env.NODE_ENV !== "production" ? "Map keys iterate" : ""),
535
535
  rr = Symbol(process.env.NODE_ENV !== "production" ? "Array iterate" : "");
536
536
  function We(e, t, n) {
537
- if (mt && Ne) {
537
+ if (mt && Ae) {
538
538
  var r = Io.get(e);
539
539
  r || Io.set(e, r = /* @__PURE__ */new Map());
540
540
  var o = r.get(n);
@@ -790,14 +790,14 @@ var Zi = /*#__PURE__*/function (_Xi) {
790
790
  var l = Ft(s);
791
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
- var i = ce(t) && es(n) ? Number(n) < t.length : we(t, n),
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
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",
799
799
  value: function deleteProperty(t, n) {
800
- var r = we(t, n),
800
+ var r = be(t, n),
801
801
  o = t[n],
802
802
  s = Reflect.deleteProperty(t, n);
803
803
  return s && r && St(t, "delete", n, void 0, o), s;
@@ -962,7 +962,7 @@ function Ga(e, t) {
962
962
  function zr(e, t) {
963
963
  var n = Ga(e, t);
964
964
  return function (r, o, s) {
965
- return o === "__v_isReactive" ? !e : o === "__v_isReadonly" ? e : o === "__v_raw" ? r : Reflect.get(we(n, o) && o in r ? n : r, o, s);
965
+ return o === "__v_isReactive" ? !e : o === "__v_isReadonly" ? e : o === "__v_raw" ? r : Reflect.get(be(n, o) && o in r ? n : r, o, s);
966
966
  };
967
967
  }
968
968
  var Ka = {
@@ -1044,7 +1044,7 @@ function ve(e) {
1044
1044
  return t ? ve(t) : e;
1045
1045
  }
1046
1046
  function Za(e) {
1047
- return !we(e, "__v_skip") && Object.isExtensible(e) && $r(e, "__v_skip", true), e;
1047
+ return !be(e, "__v_skip") && Object.isExtensible(e) && $r(e, "__v_skip", true), e;
1048
1048
  }
1049
1049
  var Ze = function Ze(e) {
1050
1050
  return De(e) ? cs(e) : e;
@@ -1116,7 +1116,7 @@ var nu = /*#__PURE__*/function () {
1116
1116
  value: function notify() {
1117
1117
  if (this.flags |= 16, !(this.flags & 8) &&
1118
1118
  // avoid infinite self recursion
1119
- Ne !== this) return Gi(this, true), true;
1119
+ Ae !== this) return Gi(this, true), true;
1120
1120
  process.env.NODE_ENV;
1121
1121
  }
1122
1122
  }, {
@@ -1153,7 +1153,7 @@ function ou(e) {
1153
1153
  } else process.env.NODE_ENV !== "production" && !t && Rt();
1154
1154
  }
1155
1155
  function su(e, t) {
1156
- var n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : Te;
1156
+ var n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : Ne;
1157
1157
  var r = n.immediate,
1158
1158
  o = n.deep,
1159
1159
  s = n.once,
@@ -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;
@@ -1423,7 +1423,7 @@ function xt(e, t, n, r) {
1423
1423
  function fr(e, t, n) {
1424
1424
  var r = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
1425
1425
  var o = t ? t.vnode : null,
1426
- _ref4 = t && t.appContext.config || Te,
1426
+ _ref4 = t && t.appContext.config || Ne,
1427
1427
  s = _ref4.errorHandler,
1428
1428
  i = _ref4.throwUnhandledErrorInProduction;
1429
1429
  if (t) {
@@ -1720,7 +1720,7 @@ function _r(e, t) {
1720
1720
  i = _t$o[1],
1721
1721
  c = _t$o[2],
1722
1722
  _t$o$ = _t$o[3],
1723
- l = _t$o$ === void 0 ? Te : _t$o$;
1723
+ l = _t$o$ === void 0 ? Ne : _t$o$;
1724
1724
  s && (ue(s) && (s = {
1725
1725
  mounted: s,
1726
1726
  updated: s
@@ -1789,13 +1789,13 @@ function Wr(e, t, n, r) {
1789
1789
  return;
1790
1790
  }
1791
1791
  var E = t && t.r,
1792
- p = c.refs === Te ? c.refs = {} : c.refs,
1792
+ p = c.refs === Ne ? c.refs = {} : c.refs,
1793
1793
  d = c.setupState,
1794
1794
  h = ve(d),
1795
- O = d === Te ? function () {
1795
+ O = d === Ne ? function () {
1796
1796
  return false;
1797
1797
  } : function ($) {
1798
- return process.env.NODE_ENV !== "production" && (we(h, $) && !Ve(h[$]) && H("Template ref \"".concat($, "\" used on a non-ref value. It will not work in the production build.")), Du.has(h[$])) ? false : we(h, $);
1798
+ return process.env.NODE_ENV !== "production" && (be(h, $) && !Ve(h[$]) && H("Template ref \"".concat($, "\" used on a non-ref value. It will not work in the production build.")), Du.has(h[$])) ? false : be(h, $);
1799
1799
  };
1800
1800
  if (E != null && E !== l && (He(E) ? (p[E] = null, O(E) && (d[E] = null)) : Ve(E) && (E.value = null)), ue(l)) $n(l, c, 12, [i, p]);else {
1801
1801
  var $ = He(l),
@@ -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();
@@ -1949,7 +1949,7 @@ var Bu = Symbol["for"]("v-ndc"),
1949
1949
  return e === "_" || e === "$";
1950
1950
  },
1951
1951
  Eo = function Eo(e, t) {
1952
- return e !== Te && !e.__isScriptSetup && we(e, t);
1952
+ return e !== Ne && !e.__isScriptSetup && be(e, t);
1953
1953
  },
1954
1954
  bc = {
1955
1955
  get: function get(_ref6, t) {
@@ -1977,12 +1977,12 @@ var Bu = Symbol["for"]("v-ndc"),
1977
1977
  return s[t];
1978
1978
  } else {
1979
1979
  if (Eo(r, t)) return i[t] = 1, r[t];
1980
- if (o !== Te && we(o, t)) return i[t] = 2, o[t];
1980
+ if (o !== Ne && be(o, t)) return i[t] = 2, o[t];
1981
1981
  if (
1982
1982
  // only cache other properties when instance has declared (thus stable)
1983
1983
  // props
1984
- (E = e.propsOptions[0]) && we(E, t)) return i[t] = 3, s[t];
1985
- if (n !== Te && we(n, t)) return i[t] = 4, n[t];
1984
+ (E = e.propsOptions[0]) && be(E, t)) return i[t] = 3, s[t];
1985
+ if (n !== Ne && be(n, t)) return i[t] = 4, n[t];
1986
1986
  Ho && (i[t] = 0);
1987
1987
  }
1988
1988
  }
@@ -1992,21 +1992,21 @@ var Bu = Symbol["for"]("v-ndc"),
1992
1992
  if (
1993
1993
  // css module (injected by vue-loader)
1994
1994
  (d = c.__cssModules) && (d = d[t])) return d;
1995
- if (n !== Te && we(n, t)) return i[t] = 4, n[t];
1995
+ if (n !== Ne && be(n, t)) return i[t] = 4, n[t];
1996
1996
  if (
1997
1997
  // global properties
1998
- h = l.config.globalProperties, we(h, t)) return h[t];
1998
+ h = l.config.globalProperties, be(h, t)) return h[t];
1999
1999
  process.env.NODE_ENV !== "production" && et && (!He(t) ||
2000
2000
  // #1091 avoid internal isRef/isVNode checks on component instance leading
2001
2001
  // to infinite warning loop
2002
- t.indexOf("__v") !== 0) && (o !== Te && hs(t[0]) && we(o, t) ? H("Property ".concat(JSON.stringify(t), " must be accessed via $data because it starts with a reserved character (\"$\" or \"_\") and is not proxied on the render context.")) : e === et && H("Property ".concat(JSON.stringify(t), " was accessed during render but is not defined on instance.")));
2002
+ t.indexOf("__v") !== 0) && (o !== Ne && hs(t[0]) && be(o, t) ? H("Property ".concat(JSON.stringify(t), " must be accessed via $data because it starts with a reserved character (\"$\" or \"_\") and is not proxied on the render context.")) : e === et && H("Property ".concat(JSON.stringify(t), " was accessed during render but is not defined on instance.")));
2003
2003
  },
2004
2004
  set: function set(_ref7, t, n) {
2005
2005
  var e = _ref7._;
2006
2006
  var r = e.data,
2007
2007
  o = e.setupState,
2008
2008
  s = e.ctx;
2009
- return Eo(o, t) ? (o[t] = n, true) : process.env.NODE_ENV !== "production" && o.__isScriptSetup && we(o, t) ? (H("Cannot mutate <script setup> binding \"".concat(t, "\" from Options API.")), false) : r !== Te && we(r, t) ? (r[t] = n, true) : we(e.props, t) ? (process.env.NODE_ENV !== "production" && H("Attempting to mutate prop \"".concat(t, "\". Props are readonly.")), false) : t[0] === "$" && t.slice(1) in e ? (process.env.NODE_ENV !== "production" && H("Attempting to mutate public property \"".concat(t, "\". Properties starting with $ are reserved and readonly.")), false) : (process.env.NODE_ENV !== "production" && t in e.appContext.config.globalProperties ? Object.defineProperty(s, t, {
2009
+ return Eo(o, t) ? (o[t] = n, true) : process.env.NODE_ENV !== "production" && o.__isScriptSetup && be(o, t) ? (H("Cannot mutate <script setup> binding \"".concat(t, "\" from Options API.")), false) : r !== Ne && be(r, t) ? (r[t] = n, true) : be(e.props, t) ? (process.env.NODE_ENV !== "production" && H("Attempting to mutate prop \"".concat(t, "\". Props are readonly.")), false) : t[0] === "$" && t.slice(1) in e ? (process.env.NODE_ENV !== "production" && H("Attempting to mutate public property \"".concat(t, "\". Properties starting with $ are reserved and readonly.")), false) : (process.env.NODE_ENV !== "production" && t in e.appContext.config.globalProperties ? Object.defineProperty(s, t, {
2010
2010
  enumerable: true,
2011
2011
  configurable: true,
2012
2012
  value: n
@@ -2021,10 +2021,10 @@ var Bu = Symbol["for"]("v-ndc"),
2021
2021
  o = _ref8$_.appContext,
2022
2022
  s = _ref8$_.propsOptions;
2023
2023
  var c;
2024
- return !!n[i] || e !== Te && we(e, i) || Eo(t, i) || (c = s[0]) && we(c, i) || we(r, i) || we(fn, i) || we(o.config.globalProperties, i);
2024
+ return !!n[i] || e !== Ne && be(e, i) || Eo(t, i) || (c = s[0]) && be(c, i) || be(r, i) || be(fn, i) || be(o.config.globalProperties, i);
2025
2025
  },
2026
2026
  defineProperty: function defineProperty(e, t, n) {
2027
- return n.get != null ? e._.accessCache[t] = 0 : we(n, "value") && this.set(e, t, n.value, null), Reflect.defineProperty(e, t, n);
2027
+ return n.get != null ? e._.accessCache[t] = 0 : be(n, "value") && this.set(e, t, n.value, null), Reflect.defineProperty(e, t, n);
2028
2028
  }
2029
2029
  };
2030
2030
  process.env.NODE_ENV !== "production" && (bc.ownKeys = function (e) {
@@ -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,
@@ -2129,85 +2129,85 @@ function Yu(e) {
2129
2129
  B = t.inheritAttrs,
2130
2130
  N = t.components,
2131
2131
  oe = t.directives,
2132
- me = t.filters,
2133
- Oe = process.env.NODE_ENV !== "production" ? ku() : null;
2132
+ he = t.filters,
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) Oe("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, Oe), 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" && Oe("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
- Oe("Data", _ie2), hs(_ie2[0]) || Object.defineProperty(r, _ie2, {
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
- _e = bt({
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() {
2183
- return _e.value;
2183
+ return Oe.value;
2184
2184
  },
2185
- set: function set(Ae) {
2186
- return _e.value = Ae;
2185
+ set: function set(Re) {
2186
+ return Oe.value = Re;
2187
2187
  }
2188
- }), process.env.NODE_ENV !== "production" && Oe("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 de(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
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 _J6 = e.exposed || (e.exposed = {});
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
  },
@@ -2500,7 +2500,7 @@ function rl(e, t, n, r) {
2500
2500
  if (Qr(e.emitsOptions, h)) continue;
2501
2501
  var O = t[h];
2502
2502
  if (l) {
2503
- if (we(s, h)) O !== s[h] && (s[h] = O, E = true);else {
2503
+ if (be(s, h)) O !== s[h] && (s[h] = O, E = true);else {
2504
2504
  var $ = gt(h);
2505
2505
  o[$] = Fo(l, c, $, O, e, false);
2506
2506
  }
@@ -2512,15 +2512,15 @@ function rl(e, t, n, r) {
2512
2512
  var _p2;
2513
2513
  for (var _d2 in c) (!t ||
2514
2514
  // for camelCase
2515
- !we(t, _d2) && (
2515
+ !be(t, _d2) && (
2516
2516
  // it's possible the original props was passed in as kebab-case
2517
2517
  // and converted to camelCase (#955)
2518
- (_p2 = Qt(_d2)) === _d2 || !we(t, _p2))) && (l ? n && (
2518
+ (_p2 = Qt(_d2)) === _d2 || !be(t, _p2))) && (l ? n && (
2519
2519
  // for camelCase
2520
2520
  n[_d2] !== void 0 ||
2521
2521
  // for kebab-case
2522
2522
  n[_p2] !== void 0) && (o[_d2] = Fo(l, c, _d2, void 0, e, true)) : delete o[_d2]);
2523
- if (s !== c) for (var _d3 in s) (!t || !we(t, _d3)) && (delete s[_d3], E = true);
2523
+ if (s !== c) for (var _d3 in s) (!t || !be(t, _d3)) && (delete s[_d3], E = true);
2524
2524
  }
2525
2525
  E && St(e.attrs, "set", ""), process.env.NODE_ENV !== "production" && Dc(t || {}, o, e);
2526
2526
  }
@@ -2534,14 +2534,14 @@ function Rc(e, t, n, r) {
2534
2534
  if (Jn(l)) continue;
2535
2535
  var E = t[l];
2536
2536
  var p = void 0;
2537
- o && we(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);
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
2540
  var _l2 = ve(n),
2541
- _E = c || Te;
2541
+ _E = c || Ne;
2542
2542
  for (var _p3 = 0; _p3 < s.length; _p3++) {
2543
2543
  var d = s[_p3];
2544
- n[d] = Fo(o, _l2, d, _E[d], e, !we(_E, d));
2544
+ n[d] = Fo(o, _l2, d, _E[d], e, !be(_E, d));
2545
2545
  }
2546
2546
  }
2547
2547
  return i;
@@ -2549,7 +2549,7 @@ function Rc(e, t, n, r) {
2549
2549
  function Fo(e, t, n, r, o, s) {
2550
2550
  var i = e[n];
2551
2551
  if (i != null) {
2552
- var c = we(i, "default");
2552
+ var c = be(i, "default");
2553
2553
  if (c && r === void 0) {
2554
2554
  var l = i["default"];
2555
2555
  if (i.type !== Function && !i.skipFactory && ue(l)) {
@@ -2592,7 +2592,7 @@ function xc(e, t) {
2592
2592
  if (ce(s)) for (var _p4 = 0; _p4 < s.length; _p4++) {
2593
2593
  process.env.NODE_ENV !== "production" && !He(s[_p4]) && H("props must be strings when using array syntax.", s[_p4]);
2594
2594
  var d = gt(s[_p4]);
2595
- js(d) && (i[d] = Te);
2595
+ js(d) && (i[d] = Ne);
2596
2596
  } else if (s) {
2597
2597
  process.env.NODE_ENV !== "production" && !De(s) && H("invalid props options", s);
2598
2598
  for (var _p5 in s) {
@@ -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;
@@ -2615,7 +2615,7 @@ function xc(e, t) {
2615
2615
  } else j = ue($) && $.name === "Boolean";
2616
2616
  O[0
2617
2617
  /* shouldCast */] = j, O[1
2618
- /* shouldCastTrue */] = F, (j || we(O, "default")) && c.push(_d4);
2618
+ /* shouldCastTrue */] = F, (j || be(O, "default")) && c.push(_d4);
2619
2619
  }
2620
2620
  }
2621
2621
  }
@@ -2756,7 +2756,7 @@ var Cc = function Cc(e) {
2756
2756
  var r = e.vnode,
2757
2757
  o = e.slots;
2758
2758
  var s = true,
2759
- i = Te;
2759
+ i = Ne;
2760
2760
  if (r.shapeFlag & 32) {
2761
2761
  var c = t._;
2762
2762
  c ? process.env.NODE_ENV !== "production" && Tt ? (Bo(o, t, n), St(e, "set", "$slots")) : n && c === 1 ? s = false : Bo(o, t, n) : (s = !t.$stable, Pc(t, o)), i = t;
@@ -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 = _he(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,7 +2822,7 @@ 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);
@@ -2831,7 +2831,7 @@ function ml(e, t) {
2831
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 ? me(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) {
@@ -2881,7 +2881,7 @@ function ml(e, t) {
2881
2881
  Q = f.transition,
2882
2882
  se = f.dirs;
2883
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
- for (var Re in G) Re !== "value" && !Jn(Re) && s(A, Re, null, G[Re], _, C);
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
2887
  process.env.NODE_ENV !== "production" && ($r(A, "__vnode", f, true), $r(A, "__vueParentComponent", C, true)), se && nn(f, null, C, "beforeMount");
@@ -2914,14 +2914,14 @@ function ml(e, t) {
2914
2914
  T = g.dynamicChildren,
2915
2915
  G = g.dirs;
2916
2916
  A |= f.patchFlag & 16;
2917
- var M = f.props || Te,
2918
- Q = g.props || Te;
2917
+ var M = f.props || Ne,
2918
+ Q = g.props || Ne;
2919
2919
  var se;
2920
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
- for (var Re = 0; Re < Ee.length; Re++) {
2924
- var Se = Ee[Re],
2923
+ for (var Te = 0; Te < Ee.length; Te++) {
2924
+ var Se = Ee[Te],
2925
2925
  Ye = M[Se],
2926
2926
  Ge = Q[Se];
2927
2927
  (Ge !== Ye || Se === "value") && s(b, Se, Ye, Ge, R, y);
@@ -2957,7 +2957,7 @@ function ml(e, t) {
2957
2957
  },
2958
2958
  N = function N(f, g, y, C, R) {
2959
2959
  if (g !== y) {
2960
- if (g !== Te) for (var _ in g) !Jn(_) && !(_ in y) && s(f, _, g[_], null, R, C);
2960
+ if (g !== Ne) for (var _ in g) !Jn(_) && !(_ in y) && s(f, _, g[_], null, R, C);
2961
2961
  for (var _3 in y) {
2962
2962
  if (Jn(_3)) continue;
2963
2963
  var P = y[_3],
@@ -2991,17 +2991,17 @@ 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
- me = function me(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) : Oe(g, y, C, R, _, P, A) : de(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
- Oe = function Oe(f, g, y, C, R, _, P) {
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
3007
  de = function de(f, g, y) {
@@ -3013,18 +3013,18 @@ 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
3021
  se = f.u,
3022
3022
  Ee = f.parent,
3023
- Re = f.vnode;
3023
+ Te = f.vnode;
3024
3024
  {
3025
3025
  var tt = $c(f);
3026
3026
  if (tt) {
3027
- M && (M.el = Re.el, ie(f, M, P)), tt.asyncDep.then(function () {
3027
+ M && (M.el = Te.el, ie(f, M, P)), tt.asyncDep.then(function () {
3028
3028
  f.isUnmounted || _b();
3029
3029
  });
3030
3030
  return;
@@ -3032,7 +3032,7 @@ function ml(e, t) {
3032
3032
  }
3033
3033
  var Se = M,
3034
3034
  Ye;
3035
- process.env.NODE_ENV !== "production" && wr(M || f.vnode), rn(f, false), M ? (M.el = Re.el, ie(f, M, P)) : M = Re, Q && Fn(Q), (Ye = M.props && M.props.onVnodeBeforeUpdate) && _t(Ye, Ee, M, Re), rn(f, true), process.env.NODE_ENV !== "production" && _n(f, "render");
3035
+ process.env.NODE_ENV !== "production" && wr(M || f.vnode), rn(f, false), M ? (M.el = Te.el, ie(f, M, P)) : M = Te, Q && Fn(Q), (Ye = M.props && M.props.onVnodeBeforeUpdate) && _t(Ye, Ee, M, Te), rn(f, true), process.env.NODE_ENV !== "production" && _n(f, "render");
3036
3036
  var Ge = Bs(f);
3037
3037
  process.env.NODE_ENV !== "production" && bn(f, "render");
3038
3038
  var ot = f.subTree;
@@ -3040,8 +3040,8 @@ 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
- _he(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
- return _t(Ye, Ee, M, Re);
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
+ 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;
@@ -3049,7 +3049,7 @@ function ml(e, t) {
3049
3049
  _Q = _g2.el,
3050
3050
  _se = _g2.props,
3051
3051
  _Ee = f.bm,
3052
- _Re = f.m,
3052
+ _Te = f.m,
3053
3053
  _Se = f.parent,
3054
3054
  _Ye = f.root,
3055
3055
  _Ge = f.type,
@@ -3060,7 +3060,7 @@ function ml(e, t) {
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 (_Re && st(_Re, R), !_ot && (_M = _se && _se.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);
@@ -3096,14 +3096,14 @@ function ml(e, t) {
3096
3096
  se = g.shapeFlag;
3097
3097
  if (Q > 0) {
3098
3098
  if (Q & 128) {
3099
- _e(T, M, y, C, R, _, P, b, A);
3099
+ Oe(T, M, y, C, R, _, P, b, A);
3100
3100
  return;
3101
3101
  } else if (Q & 256) {
3102
3102
  D(T, M, y, C, R, _, P, b, A);
3103
3103
  return;
3104
3104
  }
3105
3105
  }
3106
- se & 8 ? (G & 16 && Z(T, R, _), M !== T && p(y, M)) : G & 16 ? se & 16 ? _e(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));
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;
@@ -3117,7 +3117,7 @@ function ml(e, t) {
3117
3117
  }
3118
3118
  T > G ? Z(f, R, _, true, false, M) : K(g, y, C, R, _, P, b, A, M);
3119
3119
  },
3120
- _e = function _e(f, g, y, C, R, _, P, b, A) {
3120
+ Oe = function Oe(f, g, y, C, R, _, P, b, A) {
3121
3121
  var T = 0;
3122
3122
  var G = g.length;
3123
3123
  var M = f.length - 1,
@@ -3143,10 +3143,10 @@ function ml(e, t) {
3143
3143
  } else if (T > Q) for (; T <= M;) Pe(f[T], R, _, true), T++;else {
3144
3144
  var _se4 = T,
3145
3145
  _Ee4 = T,
3146
- Re = /* @__PURE__ */new Map();
3146
+ Te = /* @__PURE__ */new Map();
3147
3147
  for (T = _Ee4; T <= Q; T++) {
3148
3148
  var Be = g[T] = A ? Jt(g[T]) : dt(g[T]);
3149
- Be.key != null && (process.env.NODE_ENV !== "production" && Re.has(Be.key) && H("Duplicate keys found during update:", JSON.stringify(Be.key), "Make sure keys are unique."), Re.set(Be.key, T));
3149
+ Be.key != null && (process.env.NODE_ENV !== "production" && Te.has(Be.key) && H("Duplicate keys found during update:", JSON.stringify(Be.key), "Make sure keys are unique."), Te.set(Be.key, T));
3150
3150
  }
3151
3151
  var Se,
3152
3152
  Ye = 0;
@@ -3162,7 +3162,7 @@ function ml(e, t) {
3162
3162
  continue;
3163
3163
  }
3164
3164
  var ft = void 0;
3165
- if (_Be.key != null) ft = Re.get(_Be.key);else for (Se = _Ee4; Se <= Q; Se++) if (lt[Se - _Ee4] === 0 && Gn(_Be, g[Se])) {
3165
+ if (_Be.key != null) ft = Te.get(_Be.key);else for (Se = _Ee4; Se <= Q; Se++) if (lt[Se - _Ee4] === 0 && Gn(_Be, g[Se])) {
3166
3166
  ft = Se;
3167
3167
  break;
3168
3168
  }
@@ -3173,11 +3173,11 @@ function ml(e, t) {
3173
3173
  var _Be2 = _Ee4 + T,
3174
3174
  _ft = g[_Be2],
3175
3175
  tn = _Be2 + 1 < G ? g[_Be2 + 1].el : C;
3176
- lt[T] === 0 ? j(null, _ft, y, tn, R, _, P, b, A) : ot && (Se < 0 || T !== Vn[Se] ? _Ae(_ft, y, tn, 2) : Se--);
3176
+ lt[T] === 0 ? j(null, _ft, y, tn, R, _, P, b, A) : ot && (Se < 0 || T !== Vn[Se] ? _Re(_ft, y, tn, 2) : Se--);
3177
3177
  }
3178
3178
  }
3179
3179
  },
3180
- _Ae = function Ae(f, g, y, C) {
3180
+ _Re = function Re(f, g, y, C) {
3181
3181
  var R = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : null;
3182
3182
  var _ = f.el,
3183
3183
  P = f.type,
@@ -3185,7 +3185,7 @@ function ml(e, t) {
3185
3185
  A = f.children,
3186
3186
  T = f.shapeFlag;
3187
3187
  if (T & 6) {
3188
- _Ae(f.component.subTree, g, y, C);
3188
+ _Re(f.component.subTree, g, y, C);
3189
3189
  return;
3190
3190
  }
3191
3191
  if (T & 128) {
@@ -3198,7 +3198,7 @@ function ml(e, t) {
3198
3198
  }
3199
3199
  if (P === Ot) {
3200
3200
  r(_, g, y);
3201
- for (var M = 0; M < A.length; M++) _Ae(A[M], g, y, C);
3201
+ for (var M = 0; M < A.length; M++) _Re(A[M], g, y, C);
3202
3202
  r(f.anchor, g, y);
3203
3203
  return;
3204
3204
  }
@@ -3216,12 +3216,12 @@ function ml(e, t) {
3216
3216
  Ee = function Ee() {
3217
3217
  return r(_, g, y);
3218
3218
  },
3219
- Re = function Re() {
3219
+ Te = function Te() {
3220
3220
  _M2(_, function () {
3221
3221
  Ee(), se && se();
3222
3222
  });
3223
3223
  };
3224
- Q ? Q(_, Ee, Re) : Re();
3224
+ Q ? Q(_, Ee, Te) : Te();
3225
3225
  }
3226
3226
  } else r(_, g, y);
3227
3227
  },
@@ -3242,9 +3242,9 @@ function ml(e, t) {
3242
3242
  return;
3243
3243
  }
3244
3244
  var Ee = G & 1 && Q,
3245
- Re = !Qn(f);
3245
+ Te = !Qn(f);
3246
3246
  var Se;
3247
- if (Re && (Se = P && P.onVnodeBeforeUnmount) && _t(Se, g, f), G & 6) ke(f.component, y, C);else {
3247
+ if (Te && (Se = P && P.onVnodeBeforeUnmount) && _t(Se, g, f), G & 6) ke(f.component, y, C);else {
3248
3248
  if (G & 128) {
3249
3249
  f.suspense.unmount(y, C);
3250
3250
  return;
@@ -3259,7 +3259,7 @@ function ml(e, t) {
3259
3259
  // #1153: fast path should not be taken for non-stable (v-for) fragments
3260
3260
  _ !== Ot || M > 0 && M & 64) ? Z(T, g, y, false, true) : (_ === Ot && M & 384 || !R && G & 16) && Z(A, g, y), C && _S(f);
3261
3261
  }
3262
- (Re && (Se = P && P.onVnodeUnmounted) || Ee) && st(function () {
3262
+ (Te && (Se = P && P.onVnodeUnmounted) || Ee) && st(function () {
3263
3263
  Se && _t(Se, g, f), Ee && nn(f, null, g, "unmounted");
3264
3264
  }, y);
3265
3265
  },
@@ -3314,33 +3314,33 @@ 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
- _he = function he(f) {
3318
- if (f.shapeFlag & 6) return _he(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];
3322
3322
  return y ? h(y) : g;
3323
3323
  };
3324
3324
  var $e = false;
3325
- var be = function be(f, g, y) {
3325
+ var _e = function _e(f, g, y) {
3326
3326
  f == null ? g._vnode && Pe(g._vnode, null, null, true) : j(g._vnode || null, f, g, null, null, null, y), g._vnode = f, $e || ($e = true, Ps(), lc(), $e = false);
3327
3327
  },
3328
3328
  W = {
3329
3329
  p: j,
3330
3330
  um: Pe,
3331
- m: _Ae,
3331
+ m: _Re,
3332
3332
  r: _S,
3333
- mt: Oe,
3333
+ mt: we,
3334
3334
  mc: K,
3335
3335
  pc: ye,
3336
3336
  pbc: B,
3337
- n: _he,
3337
+ n: _ge,
3338
3338
  o: e
3339
3339
  };
3340
3340
  return {
3341
- render: be,
3341
+ render: _e,
3342
3342
  hydrate: void 0,
3343
- createApp: Qu(be)
3343
+ createApp: Qu(_e)
3344
3344
  };
3345
3345
  }
3346
3346
  function yo(_ref11, n) {
@@ -3403,7 +3403,7 @@ function At(e, t, n) {
3403
3403
  return process.env.NODE_ENV !== "production" && !ue(t) && H("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."), Mc(e, t, n);
3404
3404
  }
3405
3405
  function Mc(e, t) {
3406
- var n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : Te;
3406
+ var n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : Ne;
3407
3407
  var r = n.immediate,
3408
3408
  o = n.deep,
3409
3409
  s = n.flush,
@@ -3461,7 +3461,7 @@ var wl = function wl(e, t) {
3461
3461
  };
3462
3462
  function Ol(e, t) {
3463
3463
  if (e.isUnmounted) return;
3464
- var r = e.vnode.props || Te;
3464
+ var r = e.vnode.props || Ne;
3465
3465
  for (var _len16 = arguments.length, n = new Array(_len16 > 2 ? _len16 - 2 : 0), _key16 = 2; _key16 < _len16; _key16++) {
3466
3466
  n[_key16 - 2] = arguments[_key16];
3467
3467
  }
@@ -3514,7 +3514,7 @@ function Vc(e, t) {
3514
3514
  }) : je(i, s), De(e) && r.set(e, i), i);
3515
3515
  }
3516
3516
  function Qr(e, t) {
3517
- return !e || !ur(t) ? false : (t = t.slice(2).replace(/Once$/, ""), we(e, t[0].toLowerCase() + t.slice(1)) || we(e, Qt(t)) || we(e, t));
3517
+ return !e || !ur(t) ? false : (t = t.slice(2).replace(/Once$/, ""), be(e, t[0].toLowerCase() + t.slice(1)) || be(e, Qt(t)) || be(e, t));
3518
3518
  }
3519
3519
  var Uo = false;
3520
3520
  function Ur() {
@@ -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,
@@ -3958,17 +3958,17 @@ function Vl(e, t, n) {
3958
3958
  // to be set immediately
3959
3959
  emitted: null,
3960
3960
  // props default value
3961
- propsDefaults: Te,
3961
+ propsDefaults: Ne,
3962
3962
  // inheritAttrs
3963
3963
  inheritAttrs: r.inheritAttrs,
3964
3964
  // state
3965
- ctx: Te,
3966
- data: Te,
3967
- props: Te,
3968
- attrs: Te,
3969
- slots: Te,
3970
- refs: Te,
3971
- setupState: Te,
3965
+ ctx: Ne,
3966
+ data: Ne,
3967
+ props: Ne,
3968
+ attrs: Ne,
3969
+ slots: Ne,
3970
+ refs: Ne,
3971
+ setupState: Ne,
3972
3972
  setupContext: null,
3973
3973
  // suspense related
3974
3974
  suspense: n,
@@ -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", ve(d.props))), d.setupState !== Te && h.push(i("setup", d.setupState)), d.data !== Te && h.push(i("data", ve(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");
@@ -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, oe, me;
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: (((me = (oe = p.value) == null ? void 0 : oe.tabRect) == null ? void 0 : me.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,7 +4679,7 @@ 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;
@@ -4697,18 +4697,18 @@ var _f = {
4697
4697
  var N = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 20;
4698
4698
  if (!B) return;
4699
4699
  var oe = B.getBoundingClientRect(),
4700
- me = oe.x,
4701
- Oe = oe.y,
4700
+ he = oe.x,
4701
+ we = oe.y,
4702
4702
  de = oe.width,
4703
- J = oe.height,
4704
- ie = me,
4705
- ye = Oe,
4706
- D = me + de,
4707
- _e = Oe + J,
4708
- Ae = [document.documentElement, document.body, B, h.menu.value, h.nav.value, h.tab.value, O.mount.value];
4709
- for (var Pe = ie; Pe < D; Pe += N) for (var S = ye; S < _e; S += N) {
4703
+ Y = oe.height,
4704
+ ie = he,
4705
+ ye = we,
4706
+ D = he + de,
4707
+ Oe = we + Y,
4708
+ Re = [document.documentElement, document.body, B, h.menu.value, h.nav.value, h.tab.value, O.mount.value];
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);
4711
- if (x && !Ae.includes(x)) return x;
4711
+ if (x && !Re.includes(x)) return x;
4712
4712
  }
4713
4713
  }
4714
4714
  var k = K(h.nav.value);
@@ -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) {
@@ -4772,30 +4772,28 @@ var _f = {
4772
4772
  while (1) switch (_context3.prev = _context3.next) {
4773
4773
  case 0:
4774
4774
  B = function B(N) {
4775
- var Oe;
4776
- var oe = (Oe = h[N]) == null ? void 0 : Oe.value,
4777
- me = function me(de) {
4778
- var J = de.every(function (Ae) {
4779
- return Ae.type === "attributes" && Ae.attributeName !== "style" && Ae.target !== oe;
4780
- });
4781
- if (de != null && de.length && J) return;
4775
+ var we;
4776
+ var oe = (we = h[N]) == null ? void 0 : we.value,
4777
+ he = function he() {
4782
4778
  var _ref33 = (oe == null ? void 0 : oe.getBoundingClientRect()) || {},
4783
- ie = _ref33.x,
4784
- ye = _ref33.y,
4785
- D = _ref33.width,
4786
- _e = _ref33.height;
4779
+ de = _ref33.x,
4780
+ Y = _ref33.y,
4781
+ ie = _ref33.width,
4782
+ ye = _ref33.height;
4787
4783
  s.data.set(_defineProperty({}, "".concat(N, "Rect"), {
4788
- x: ie,
4789
- y: ye,
4790
- width: D,
4791
- height: _e
4784
+ x: de,
4785
+ y: Y,
4786
+ width: ie,
4787
+ height: ye
4792
4788
  }));
4793
4789
  };
4794
- me([]), new MutationObserver(me).observe(oe, {
4790
+ he(), new MutationObserver(he).observe(oe, {
4795
4791
  childList: true,
4796
- subtree: true,
4797
- attributes: true
4798
- });
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);
4799
4797
  };
4800
4798
  _context3.next = 3;
4801
4799
  return Promise.all([].concat(_toConsumableArray(Object.keys(h).map(/*#__PURE__*/function () {
@@ -4806,10 +4804,10 @@ var _f = {
4806
4804
  case 0:
4807
4805
  oe = h[N];
4808
4806
  _context.next = 3;
4809
- return new Promise(function (me) {
4807
+ return new Promise(function (he) {
4810
4808
  return At(function () {
4811
4809
  return oe.value;
4812
- }, me);
4810
+ }, he);
4813
4811
  });
4814
4812
  case 3:
4815
4813
  B(N);
@@ -4897,16 +4895,16 @@ var _f = {
4897
4895
  _context5.next = 2;
4898
4896
  return Promise.all(_toConsumableArray(Object.keys(h).map(/*#__PURE__*/function () {
4899
4897
  var _ref37 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4(oe) {
4900
- var me;
4898
+ var he;
4901
4899
  return _regeneratorRuntime().wrap(function _callee4$(_context4) {
4902
4900
  while (1) switch (_context4.prev = _context4.next) {
4903
4901
  case 0:
4904
- me = h[oe];
4902
+ he = h[oe];
4905
4903
  _context4.next = 3;
4906
- return new Promise(function (Oe) {
4904
+ return new Promise(function (we) {
4907
4905
  return At(function () {
4908
- return me.value;
4909
- }, Oe);
4906
+ return he.value;
4907
+ }, we);
4910
4908
  });
4911
4909
  case 3:
4912
4910
  case "end":
@@ -5112,11 +5110,11 @@ var Jc = /*#__PURE__*/function () {
5112
5110
  var _ref41;
5113
5111
  var U;
5114
5112
  o.expose.connectMicroApp(F);
5115
- var q = r.data.get().microApps.find(function (re) {
5113
+ var z = r.data.get().microApps.find(function (re) {
5116
5114
  return re.name === F.name;
5117
5115
  });
5118
- if (!q) return;
5119
- 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)) {
5120
5118
  j();
5121
5119
  return;
5122
5120
  }
@@ -5128,12 +5126,12 @@ var Jc = /*#__PURE__*/function () {
5128
5126
  O = qe(false);
5129
5127
  o.cors.on("reportRouter", function (F) {
5130
5128
  var _ref43;
5131
- var N, oe, me;
5129
+ var N, oe, he;
5132
5130
  var _ref42 = F || {},
5133
- q = _ref42.data;
5134
- if (!q.appInfo) return;
5135
- var te = r.data.get().microApps.find(function (Oe) {
5136
- return Oe.name === q.appInfo.name;
5131
+ z = _ref42.data;
5132
+ if (!z.appInfo) return;
5133
+ var te = r.data.get().microApps.find(function (we) {
5134
+ return we.name === z.appInfo.name;
5137
5135
  });
5138
5136
  if (!te || !((_ref43 = (N = te.router) == null ? void 0 : N.sync) !== null && _ref43 !== void 0 ? _ref43 : true) || !h(te.name, ["mounted", "activated"])) return;
5139
5137
  var _URL = new URL(window.location.href),
@@ -5141,25 +5139,25 @@ var Jc = /*#__PURE__*/function () {
5141
5139
  L = _URL.hash,
5142
5140
  ne = _URL.search;
5143
5141
  var le = re + ne;
5144
- var _URL2 = new URL(q.href),
5142
+ var _URL2 = new URL(z.href),
5145
5143
  pe = _URL2.pathname,
5146
5144
  K = _URL2.hash,
5147
5145
  k = _URL2.search;
5148
5146
  var B = pe + k;
5149
- ((oe = te.router) == null ? void 0 : oe.mode) === "hash" && (B = K.replace("#", "")), ((me = r.data.get().initOptions.router) == null ? void 0 : me.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 () {
5150
5148
  O.value = false;
5151
5149
  }, 300), i.replaceState(B));
5152
5150
  }), o.cors.on("customEventFromMicro", function (F) {
5153
- var q, te;
5154
- (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);
5155
5153
  });
5156
- $ = function $(F, q) {
5154
+ $ = function $(F, z) {
5157
5155
  var re;
5158
- var te = q.path;
5156
+ var te = z.path;
5159
5157
  var U = te;
5160
5158
  ((re = F.router) == null ? void 0 : re.mode) === "hash" && (U = "/#".concat(te)), o.cors.send(F.name, "syncRouter", {
5161
5159
  appInfo: F,
5162
- parentRouter: q,
5160
+ parentRouter: z,
5163
5161
  replacePath: U
5164
5162
  });
5165
5163
  };
@@ -5168,7 +5166,7 @@ var Jc = /*#__PURE__*/function () {
5168
5166
  });
5169
5167
  j = /*#__PURE__*/function () {
5170
5168
  var _ref44 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee7() {
5171
- 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;
5172
5170
  return _regeneratorRuntime().wrap(function _callee7$(_context7) {
5173
5171
  while (1) switch (_context7.prev = _context7.next) {
5174
5172
  case 0:
@@ -5183,8 +5181,8 @@ var Jc = /*#__PURE__*/function () {
5183
5181
  return setTimeout(B, 0);
5184
5182
  });
5185
5183
  case 4:
5186
- 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;
5187
- 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;
5188
5186
  F === "hash" && (re = te.replace("#", ""));
5189
5187
  L = i.match(re), ne = c.value.find(function (B) {
5190
5188
  return L ? L === B.name : false;
@@ -5542,7 +5540,7 @@ function Sf() {
5542
5540
  F = function F(U) {
5543
5541
  return U === c || U === r;
5544
5542
  },
5545
- q = function q(U) {
5543
+ z = function z(U) {
5546
5544
  U.isPrefix !== true && (U.depth = U.isGlobstar ? 1 / 0 : 1);
5547
5545
  };
5548
5546
  return Ao = function Ao(U, re) {
@@ -5555,21 +5553,21 @@ function Sf() {
5555
5553
  var B = U,
5556
5554
  N = -1,
5557
5555
  oe = 0,
5558
- me = 0,
5559
- Oe = false,
5556
+ he = 0,
5557
+ we = false,
5560
5558
  de = false,
5561
- J = false,
5559
+ Y = false,
5562
5560
  ie = false,
5563
5561
  ye = false,
5564
5562
  D = false,
5565
- _e = false,
5566
- Ae = false,
5563
+ Oe = false,
5564
+ Re = false,
5567
5565
  Pe = false,
5568
5566
  S = false,
5569
5567
  x = 0,
5570
5568
  ke,
5571
5569
  Z,
5572
- he = {
5570
+ ge = {
5573
5571
  value: "",
5574
5572
  depth: 0,
5575
5573
  isGlob: false
@@ -5577,7 +5575,7 @@ function Sf() {
5577
5575
  var $e = function $e() {
5578
5576
  return N >= ne;
5579
5577
  },
5580
- be = function be() {
5578
+ _e = function _e() {
5581
5579
  return B.charCodeAt(N + 1);
5582
5580
  },
5583
5581
  W = function W() {
@@ -5587,13 +5585,13 @@ function Sf() {
5587
5585
  Z = W();
5588
5586
  var C = void 0;
5589
5587
  if (Z === r) {
5590
- _e = he.backslashes = true, Z = W(), Z === l && (D = true);
5588
+ Oe = ge.backslashes = true, Z = W(), Z === l && (D = true);
5591
5589
  continue;
5592
5590
  }
5593
5591
  if (D === true || Z === l) {
5594
5592
  for (x++; $e() !== true && (Z = W());) {
5595
5593
  if (Z === r) {
5596
- _e = he.backslashes = true, W();
5594
+ Oe = ge.backslashes = true, W();
5597
5595
  continue;
5598
5596
  }
5599
5597
  if (Z === l) {
@@ -5601,15 +5599,15 @@ function Sf() {
5601
5599
  continue;
5602
5600
  }
5603
5601
  if (D !== true && Z === s && (Z = W()) === s) {
5604
- if (Oe = he.isBrace = true, J = he.isGlob = true, S = true, le === true) continue;
5602
+ if (we = ge.isBrace = true, Y = ge.isGlob = true, S = true, le === true) continue;
5605
5603
  break;
5606
5604
  }
5607
5605
  if (D !== true && Z === o) {
5608
- if (Oe = he.isBrace = true, J = he.isGlob = true, S = true, le === true) continue;
5606
+ if (we = ge.isBrace = true, Y = ge.isGlob = true, S = true, le === true) continue;
5609
5607
  break;
5610
5608
  }
5611
5609
  if (Z === O && (x--, x === 0)) {
5612
- D = false, Oe = he.isBrace = true, S = true;
5610
+ D = false, we = ge.isBrace = true, S = true;
5613
5611
  break;
5614
5612
  }
5615
5613
  }
@@ -5617,7 +5615,7 @@ function Sf() {
5617
5615
  break;
5618
5616
  }
5619
5617
  if (Z === c) {
5620
- if (pe.push(N), K.push(he), he = {
5618
+ if (pe.push(N), K.push(ge), ge = {
5621
5619
  value: "",
5622
5620
  depth: 0,
5623
5621
  isGlob: false
@@ -5626,18 +5624,18 @@ function Sf() {
5626
5624
  oe += 2;
5627
5625
  continue;
5628
5626
  }
5629
- me = N + 1;
5627
+ he = N + 1;
5630
5628
  continue;
5631
5629
  }
5632
- if (L.noext !== true && (Z === d || Z === n || Z === t || Z === h || Z === i) === true && be() === E) {
5633
- if (J = he.isGlob = true, ie = he.isExtglob = true, S = true, Z === i && N === oe && (Pe = true), le === true) {
5630
+ if (L.noext !== true && (Z === d || Z === n || Z === t || Z === h || Z === i) === true && _e() === E) {
5631
+ if (Y = ge.isGlob = true, ie = ge.isExtglob = true, S = true, Z === i && N === oe && (Pe = true), le === true) {
5634
5632
  for (; $e() !== true && (Z = W());) {
5635
5633
  if (Z === r) {
5636
- _e = he.backslashes = true, Z = W();
5634
+ Oe = ge.backslashes = true, Z = W();
5637
5635
  continue;
5638
5636
  }
5639
5637
  if (Z === $) {
5640
- J = he.isGlob = true, S = true;
5638
+ Y = ge.isGlob = true, S = true;
5641
5639
  break;
5642
5640
  }
5643
5641
  }
@@ -5646,21 +5644,21 @@ function Sf() {
5646
5644
  break;
5647
5645
  }
5648
5646
  if (Z === t) {
5649
- if (ke === t && (ye = he.isGlobstar = true), J = he.isGlob = true, S = true, le === true) continue;
5647
+ if (ke === t && (ye = ge.isGlobstar = true), Y = ge.isGlob = true, S = true, le === true) continue;
5650
5648
  break;
5651
5649
  }
5652
5650
  if (Z === h) {
5653
- if (J = he.isGlob = true, S = true, le === true) continue;
5651
+ if (Y = ge.isGlob = true, S = true, le === true) continue;
5654
5652
  break;
5655
5653
  }
5656
5654
  if (Z === p) {
5657
5655
  for (; $e() !== true && (C = W());) {
5658
5656
  if (C === r) {
5659
- _e = he.backslashes = true, W();
5657
+ Oe = ge.backslashes = true, W();
5660
5658
  continue;
5661
5659
  }
5662
5660
  if (C === j) {
5663
- de = he.isBracket = true, J = he.isGlob = true, S = true;
5661
+ de = ge.isBracket = true, Y = ge.isGlob = true, S = true;
5664
5662
  break;
5665
5663
  }
5666
5664
  }
@@ -5668,14 +5666,14 @@ function Sf() {
5668
5666
  break;
5669
5667
  }
5670
5668
  if (L.nonegate !== true && Z === i && N === oe) {
5671
- Ae = he.negated = true, oe++;
5669
+ Re = ge.negated = true, oe++;
5672
5670
  continue;
5673
5671
  }
5674
5672
  if (L.noparen !== true && Z === E) {
5675
- if (J = he.isGlob = true, le === true) {
5673
+ if (Y = ge.isGlob = true, le === true) {
5676
5674
  for (; $e() !== true && (Z = W());) {
5677
5675
  if (Z === E) {
5678
- _e = he.backslashes = true, Z = W();
5676
+ Oe = ge.backslashes = true, Z = W();
5679
5677
  continue;
5680
5678
  }
5681
5679
  if (Z === $) {
@@ -5687,41 +5685,41 @@ function Sf() {
5687
5685
  }
5688
5686
  break;
5689
5687
  }
5690
- if (J === true) {
5688
+ if (Y === true) {
5691
5689
  if (S = true, le === true) continue;
5692
5690
  break;
5693
5691
  }
5694
5692
  }
5695
- L.noext === true && (ie = false, J = false);
5693
+ L.noext === true && (ie = false, Y = false);
5696
5694
  var Me = B,
5697
5695
  f = "",
5698
5696
  g = "";
5699
- oe > 0 && (f = B.slice(0, oe), B = B.slice(oe), me -= oe), Me && J === true && me > 0 ? (Me = B.slice(0, me), g = B.slice(me)) : 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 && _e === 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)));
5700
5698
  var y = {
5701
5699
  prefix: f,
5702
5700
  input: U,
5703
5701
  start: oe,
5704
5702
  base: Me,
5705
5703
  glob: g,
5706
- isBrace: Oe,
5704
+ isBrace: we,
5707
5705
  isBracket: de,
5708
- isGlob: J,
5706
+ isGlob: Y,
5709
5707
  isExtglob: ie,
5710
5708
  isGlobstar: ye,
5711
- negated: Ae,
5709
+ negated: Re,
5712
5710
  negatedExtglob: Pe
5713
5711
  };
5714
- if (L.tokens === true && (y.maxDepth = 0, F(Z) || K.push(he), 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) {
5715
5713
  var _C;
5716
5714
  for (var R = 0; R < pe.length; R++) {
5717
5715
  var _ = _C ? _C + 1 : oe,
5718
5716
  P = pe[R],
5719
5717
  b = U.slice(_, P);
5720
- L.tokens && (R === 0 && oe !== 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;
5721
5719
  }
5722
5720
  if (_C && _C + 1 < U.length) {
5723
5721
  var _R = U.slice(_C + 1);
5724
- 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);
5725
5723
  }
5726
5724
  y.slashes = pe, y.parts = k;
5727
5725
  }
@@ -5768,7 +5766,7 @@ function Af() {
5768
5766
  output: h.prepend || ""
5769
5767
  },
5770
5768
  F = [j],
5771
- q = h.capture ? "" : "?:",
5769
+ z = h.capture ? "" : "?:",
5772
5770
  te = e.globChars(h.windows),
5773
5771
  U = e.extglobChars(te),
5774
5772
  re = te.DOT_LITERAL,
@@ -5781,14 +5779,14 @@ function Af() {
5781
5779
  B = te.NO_DOTS_SLASH,
5782
5780
  N = te.QMARK,
5783
5781
  oe = te.QMARK_NO_DOT,
5784
- me = te.STAR,
5785
- Oe = te.START_ANCHOR,
5782
+ he = te.STAR,
5783
+ we = te.START_ANCHOR,
5786
5784
  de = function de(_) {
5787
- return "(".concat(q, "(?:(?!").concat(Oe).concat(_.dot ? pe : re, ").)*?)");
5785
+ return "(".concat(z, "(?:(?!").concat(we).concat(_.dot ? pe : re, ").)*?)");
5788
5786
  },
5789
- J = h.dot ? "" : K,
5787
+ Y = h.dot ? "" : K,
5790
5788
  ie = h.dot ? N : oe;
5791
- var ye = h.bash === true ? de(h) : me;
5789
+ var ye = h.bash === true ? de(h) : he;
5792
5790
  h.capture && (ye = "(".concat(ye, ")")), typeof h.noext == "boolean" && (h.noextglob = h.noext);
5793
5791
  var D = {
5794
5792
  input: p,
@@ -5808,8 +5806,8 @@ function Af() {
5808
5806
  tokens: F
5809
5807
  };
5810
5808
  p = t.removePrefix(p, D), $ = p.length;
5811
- var _e = [],
5812
- Ae = [],
5809
+ var Oe = [],
5810
+ Re = [],
5813
5811
  Pe = [];
5814
5812
  var S = j,
5815
5813
  x;
@@ -5820,23 +5818,23 @@ function Af() {
5820
5818
  var _ = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 1;
5821
5819
  return p[D.index + _];
5822
5820
  },
5823
- he = D.advance = function () {
5821
+ ge = D.advance = function () {
5824
5822
  return p[++D.index] || "";
5825
5823
  },
5826
5824
  $e = function $e() {
5827
5825
  return p.slice(D.index + 1);
5828
5826
  },
5829
- be = function be() {
5827
+ _e = function _e() {
5830
5828
  var _ = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
5831
5829
  var P = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
5832
5830
  D.consumed += _, D.index += P;
5833
5831
  },
5834
5832
  W = function W(_) {
5835
- D.output += _.output != null ? _.output : _.value, be(_.value);
5833
+ D.output += _.output != null ? _.output : _.value, _e(_.value);
5836
5834
  },
5837
5835
  Me = function Me() {
5838
5836
  var _ = 1;
5839
- for (; Z() === "!" && (Z(2) !== "(" || Z(3) === "?");) he(), D.start++, _++;
5837
+ for (; Z() === "!" && (Z(2) !== "(" || Z(3) === "?");) ge(), D.start++, _++;
5840
5838
  return _ % 2 === 0 ? false : (D.negated = true, D.start++, true);
5841
5839
  },
5842
5840
  f = function f(_) {
@@ -5848,10 +5846,10 @@ function Af() {
5848
5846
  y = function y(_) {
5849
5847
  if (S.type === "globstar") {
5850
5848
  var P = D.braces > 0 && (_.type === "comma" || _.type === "brace"),
5851
- b = _.extglob === true || _e.length && (_.type === "pipe" || _.type === "paren");
5849
+ b = _.extglob === true || Oe.length && (_.type === "pipe" || _.type === "paren");
5852
5850
  _.type !== "slash" && _.type !== "paren" && !P && !b && (D.output = D.output.slice(0, -S.output.length), S.type = "star", S.value = "*", S.output = ye, D.output += S.output);
5853
5851
  }
5854
- if (_e.length && _.type !== "paren" && (_e[_e.length - 1].inner += _.value), (_.value || _.output) && W(_), S && S.type === "text" && _.type === "text") {
5852
+ if (Oe.length && _.type !== "paren" && (Oe[Oe.length - 1].inner += _.value), (_.value || _.output) && W(_), S && S.type === "text" && _.type === "text") {
5855
5853
  S.output = (S.output || S.value) + _.value, S.value += _.value;
5856
5854
  return;
5857
5855
  }
@@ -5871,9 +5869,9 @@ function Af() {
5871
5869
  }), y({
5872
5870
  type: "paren",
5873
5871
  extglob: true,
5874
- value: he(),
5872
+ value: ge(),
5875
5873
  output: A
5876
- }), _e.push(b);
5874
+ }), Oe.push(b);
5877
5875
  },
5878
5876
  R = function R(_) {
5879
5877
  var P = _.close + (h.capture ? ")" : ""),
@@ -5905,7 +5903,7 @@ function Af() {
5905
5903
  })), P === p && h.contains === true ? (D.output = p, D) : (D.output = t.wrapOutput(P, D, d), D);
5906
5904
  }
5907
5905
  for (; !ke();) {
5908
- if (x = he(), x === "\0") continue;
5906
+ if (x = ge(), x === "\0") continue;
5909
5907
  if (x === "\\") {
5910
5908
  var b = Z();
5911
5909
  if (b === "/" && h.bash !== true || b === "." || b === ";") continue;
@@ -5918,7 +5916,7 @@ function Af() {
5918
5916
  }
5919
5917
  var A = /^\\+/.exec($e());
5920
5918
  var T = 0;
5921
- if (A && A[0].length > 2 && (T = A[0].length, D.index += T, T % 2 !== 0 && (x += "\\")), h.unescape === true ? x = he() : x += he(), 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) {
5922
5920
  y({
5923
5921
  type: "text",
5924
5922
  value: x
@@ -5935,7 +5933,7 @@ function Af() {
5935
5933
  G = S.value.slice(_A + 2),
5936
5934
  M = r[G];
5937
5935
  if (M) {
5938
- S.value = _T + M, D.backtrack = true, he(), !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);
5939
5937
  continue;
5940
5938
  }
5941
5939
  }
@@ -5967,9 +5965,9 @@ function Af() {
5967
5965
  }
5968
5966
  if (x === ")") {
5969
5967
  if (D.parens === 0 && h.strictBrackets === true) throw new SyntaxError(l("opening", "("));
5970
- var _b3 = _e[_e.length - 1];
5968
+ var _b3 = Oe[Oe.length - 1];
5971
5969
  if (_b3 && D.parens === _b3.parens + 1) {
5972
- R(_e.pop());
5970
+ R(Oe.pop());
5973
5971
  continue;
5974
5972
  }
5975
5973
  y({
@@ -6018,7 +6016,7 @@ function Af() {
6018
6016
  D.output += _A2, S.value = _A2;
6019
6017
  continue;
6020
6018
  }
6021
- 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;
6022
6020
  continue;
6023
6021
  }
6024
6022
  if (x === "{" && h.nobrace !== true) {
@@ -6030,11 +6028,11 @@ function Af() {
6030
6028
  outputIndex: D.output.length,
6031
6029
  tokensIndex: D.tokens.length
6032
6030
  };
6033
- Ae.push(_b5), y(_b5);
6031
+ Re.push(_b5), y(_b5);
6034
6032
  continue;
6035
6033
  }
6036
6034
  if (x === "}") {
6037
- var _b6 = Ae[Ae.length - 1];
6035
+ var _b6 = Re[Re.length - 1];
6038
6036
  if (h.nobrace === true || !_b6) {
6039
6037
  y({
6040
6038
  type: "text",
@@ -6071,11 +6069,11 @@ function Af() {
6071
6069
  type: "brace",
6072
6070
  value: x,
6073
6071
  output: _A3
6074
- }), g("braces"), Ae.pop();
6072
+ }), g("braces"), Re.pop();
6075
6073
  continue;
6076
6074
  }
6077
6075
  if (x === "|") {
6078
- _e.length > 0 && _e[_e.length - 1].conditions++, y({
6076
+ Oe.length > 0 && Oe[Oe.length - 1].conditions++, y({
6079
6077
  type: "text",
6080
6078
  value: x
6081
6079
  });
@@ -6083,7 +6081,7 @@ function Af() {
6083
6081
  }
6084
6082
  if (x === ",") {
6085
6083
  var _b7 = x;
6086
- var _A4 = Ae[Ae.length - 1];
6084
+ var _A4 = Re[Re.length - 1];
6087
6085
  _A4 && Pe[Pe.length - 1] === "braces" && (_A4.comma = true, _b7 = "|"), y({
6088
6086
  type: "comma",
6089
6087
  value: x,
@@ -6106,7 +6104,7 @@ function Af() {
6106
6104
  if (x === ".") {
6107
6105
  if (D.braces > 0 && S.type === "dot") {
6108
6106
  S.value === "." && (S.output = re);
6109
- var _b8 = Ae[Ae.length - 1];
6107
+ var _b8 = Re[Re.length - 1];
6110
6108
  S.type = "dots", S.output += x, S.value += x, _b8.dots = true;
6111
6109
  continue;
6112
6110
  }
@@ -6217,7 +6215,7 @@ function Af() {
6217
6215
  continue;
6218
6216
  }
6219
6217
  if (S && (S.type === "globstar" || S.star === true)) {
6220
- S.type = "star", S.star = true, S.value += x, S.output = ye, D.backtrack = true, D.globstar = true, be(x);
6218
+ S.type = "star", S.star = true, S.value += x, S.output = ye, D.backtrack = true, D.globstar = true, _e(x);
6221
6219
  continue;
6222
6220
  }
6223
6221
  var _4 = $e();
@@ -6227,7 +6225,7 @@ function Af() {
6227
6225
  }
6228
6226
  if (S.type === "star") {
6229
6227
  if (h.noglobstar === true) {
6230
- be(x);
6228
+ _e(x);
6231
6229
  continue;
6232
6230
  }
6233
6231
  var _b10 = S.prev,
@@ -6243,7 +6241,7 @@ function Af() {
6243
6241
  continue;
6244
6242
  }
6245
6243
  var _M5 = D.braces > 0 && (_b10.type === "comma" || _b10.type === "brace"),
6246
- Q = _e.length && (_b10.type === "pipe" || _b10.type === "paren");
6244
+ Q = Oe.length && (_b10.type === "pipe" || _b10.type === "paren");
6247
6245
  if (!_T5 && _b10.type !== "paren" && !_M5 && !Q) {
6248
6246
  y({
6249
6247
  type: "star",
@@ -6255,19 +6253,19 @@ function Af() {
6255
6253
  for (; _4.slice(0, 3) === "/**";) {
6256
6254
  var se = p[D.index + 4];
6257
6255
  if (se && se !== "/") break;
6258
- _4 = _4.slice(3), be("/**", 3);
6256
+ _4 = _4.slice(3), _e("/**", 3);
6259
6257
  }
6260
6258
  if (_b10.type === "bos" && ke()) {
6261
- S.type = "globstar", S.value += x, S.output = de(h), D.output = S.output, D.globstar = true, be(x);
6259
+ S.type = "globstar", S.value += x, S.output = de(h), D.output = S.output, D.globstar = true, _e(x);
6262
6260
  continue;
6263
6261
  }
6264
6262
  if (_b10.type === "slash" && _b10.prev.type !== "bos" && !_G3 && ke()) {
6265
- 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, be(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);
6266
6264
  continue;
6267
6265
  }
6268
6266
  if (_b10.type === "slash" && _b10.prev.type !== "bos" && _4[0] === "/") {
6269
6267
  var _se5 = _4[1] !== void 0 ? "|$" : "";
6270
- 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, be(x + he()), y({
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({
6271
6269
  type: "slash",
6272
6270
  value: "/",
6273
6271
  output: ""
@@ -6275,14 +6273,14 @@ function Af() {
6275
6273
  continue;
6276
6274
  }
6277
6275
  if (_b10.type === "bos" && _4[0] === "/") {
6278
- S.type = "globstar", S.value += x, S.output = "(?:^|".concat(ne, "|").concat(de(h)).concat(ne, ")"), D.output = S.output, D.globstar = true, be(x + he()), 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({
6279
6277
  type: "slash",
6280
6278
  value: "/",
6281
6279
  output: ""
6282
6280
  });
6283
6281
  continue;
6284
6282
  }
6285
- 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, be(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);
6286
6284
  continue;
6287
6285
  }
6288
6286
  var _P = {
@@ -6291,14 +6289,14 @@ function Af() {
6291
6289
  output: ye
6292
6290
  };
6293
6291
  if (h.bash === true) {
6294
- _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);
6295
6293
  continue;
6296
6294
  }
6297
6295
  if (S && (S.type === "bracket" || S.type === "paren") && h.regex === true) {
6298
6296
  _P.output = x, y(_P);
6299
6297
  continue;
6300
6298
  }
6301
- (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);
6302
6300
  }
6303
6301
  for (; D.brackets > 0;) {
6304
6302
  if (h.strictBrackets === true) throw new SyntaxError(l("closing", "]"));
@@ -6342,7 +6340,7 @@ function Af() {
6342
6340
  var _e$globChars = e.globChars(h.windows),
6343
6341
  j = _e$globChars.DOT_LITERAL,
6344
6342
  F = _e$globChars.SLASH_LITERAL,
6345
- q = _e$globChars.ONE_CHAR,
6343
+ z = _e$globChars.ONE_CHAR,
6346
6344
  te = _e$globChars.DOTS_SLASH,
6347
6345
  U = _e$globChars.NO_DOT,
6348
6346
  re = _e$globChars.NO_DOTS,
@@ -6358,38 +6356,38 @@ function Af() {
6358
6356
  };
6359
6357
  var N = h.bash === true ? ".*?" : ne;
6360
6358
  h.capture && (N = "(".concat(N, ")"));
6361
- var oe = function oe(J) {
6362
- 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, ").)*?)");
6363
6361
  },
6364
- _me = function me(J) {
6365
- switch (J) {
6362
+ _he = function he(Y) {
6363
+ switch (Y) {
6366
6364
  case "*":
6367
- return "".concat(pe).concat(q).concat(N);
6365
+ return "".concat(pe).concat(z).concat(N);
6368
6366
  case ".*":
6369
- return "".concat(j).concat(q).concat(N);
6367
+ return "".concat(j).concat(z).concat(N);
6370
6368
  case "*.*":
6371
- return "".concat(pe).concat(N).concat(j).concat(q).concat(N);
6369
+ return "".concat(pe).concat(N).concat(j).concat(z).concat(N);
6372
6370
  case "*/*":
6373
- 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);
6374
6372
  case "**":
6375
6373
  return pe + oe(h);
6376
6374
  case "**/*":
6377
- return "(?:".concat(pe).concat(oe(h)).concat(F, ")?").concat(K).concat(q).concat(N);
6375
+ return "(?:".concat(pe).concat(oe(h)).concat(F, ")?").concat(K).concat(z).concat(N);
6378
6376
  case "**/*.*":
6379
- return "(?:".concat(pe).concat(oe(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);
6380
6378
  case "**/.*":
6381
- return "(?:".concat(pe).concat(oe(h)).concat(F, ")?").concat(j).concat(q).concat(N);
6379
+ return "(?:".concat(pe).concat(oe(h)).concat(F, ")?").concat(j).concat(z).concat(N);
6382
6380
  default:
6383
6381
  {
6384
- var ie = /^(.*?)\.(\w+)$/.exec(J);
6382
+ var ie = /^(.*?)\.(\w+)$/.exec(Y);
6385
6383
  if (!ie) return;
6386
- var ye = _me(ie[1]);
6384
+ var ye = _he(ie[1]);
6387
6385
  return ye ? ye + j + ie[2] : void 0;
6388
6386
  }
6389
6387
  }
6390
6388
  },
6391
- Oe = t.removePrefix(p, B);
6392
- var de = _me(Oe);
6389
+ we = t.removePrefix(p, B);
6390
+ var de = _he(we);
6393
6391
  return de && h.strictSlashes !== true && (de += "".concat(F, "?")), de;
6394
6392
  }, No = _E2, No;
6395
6393
  }
@@ -6446,7 +6444,7 @@ function Nf() {
6446
6444
  $ = _s5(p.ignore, _F, l);
6447
6445
  }
6448
6446
  var j = function j(F) {
6449
- var q = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
6447
+ var z = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
6450
6448
  var _s$test = _s5.test(F, h, c, {
6451
6449
  glob: i,
6452
6450
  posix: d
@@ -6464,7 +6462,7 @@ function Nf() {
6464
6462
  match: U,
6465
6463
  isMatch: te
6466
6464
  };
6467
- 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);
6468
6466
  };
6469
6467
  return l && (j.state = O), j;
6470
6468
  };
@@ -7610,7 +7608,7 @@ function hg() {
7610
7608
  o.d(s, "cleanUpWindow", function () {
7611
7609
  return Ns;
7612
7610
  }), o.d(s, "Promise", function () {
7613
- return be;
7611
+ return _e;
7614
7612
  }), o.d(s, "bridge", function () {
7615
7613
  return Ts;
7616
7614
  }), o.d(s, "init", function () {
@@ -7634,7 +7632,7 @@ function hg() {
7634
7632
  }), o.d(s, "listener", function () {
7635
7633
  return Os;
7636
7634
  }), o.d(s, "CONFIG", function () {
7637
- return me;
7635
+ return he;
7638
7636
  }), o.d(s, "CONSTANTS", function () {
7639
7637
  return N;
7640
7638
  }), o.d(s, "disable", function () {
@@ -7707,7 +7705,7 @@ function hg() {
7707
7705
  } catch (_unused15) {}
7708
7706
  return false;
7709
7707
  }
7710
- function q(a, u) {
7708
+ function z(a, u) {
7711
7709
  if (!a || !u) return false;
7712
7710
  var m = d(u);
7713
7711
  return m ? m === a : function (v) {
@@ -7744,14 +7742,14 @@ function hg() {
7744
7742
  return u;
7745
7743
  }
7746
7744
  for (var V = 0; V < 100; V++) {
7747
- var Y = void 0;
7745
+ var q = void 0;
7748
7746
  try {
7749
- Y = m[V];
7747
+ q = m[V];
7750
7748
  } catch (_unused20) {
7751
7749
  return u;
7752
7750
  }
7753
- if (!Y) return u;
7754
- u.push(Y);
7751
+ if (!q) return u;
7752
+ u.push(q);
7755
7753
  }
7756
7754
  return u;
7757
7755
  }
@@ -7915,9 +7913,9 @@ function hg() {
7915
7913
  } catch (_unused34) {}
7916
7914
  this._cleanupClosedWindows();
7917
7915
  var V = this.keys,
7918
- Y = this.values,
7916
+ q = this.values,
7919
7917
  X = K(V, u);
7920
- X === -1 ? (V.push(u), Y.push(m)) : Y[X] = m;
7918
+ X === -1 ? (V.push(u), q.push(m)) : q[X] = m;
7921
7919
  }, a.prototype.get = function (u) {
7922
7920
  if (!u) throw new Error("WeakMap expected key");
7923
7921
  var m = this.weakmap;
@@ -8014,7 +8012,7 @@ function hg() {
8014
8012
  HELLO: "postrobot_hello",
8015
8013
  OPEN_TUNNEL: "postrobot_open_tunnel"
8016
8014
  },
8017
- me = (Object.keys(oe).map(function (a) {
8015
+ he = (Object.keys(oe).map(function (a) {
8018
8016
  return oe[a];
8019
8017
  }), {
8020
8018
  ALLOW_POSTMESSAGE_POPUP: !("__ALLOW_POSTMESSAGE_POPUP__" in window) || window.__ALLOW_POSTMESSAGE_POPUP__,
@@ -8025,8 +8023,8 @@ function hg() {
8025
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),
8026
8024
  ALLOW_SAME_ORIGIN: false
8027
8025
  });
8028
- window.location.href.indexOf(N.FILE_PROTOCOL) === 0 && (me.ALLOW_POSTMESSAGE_POPUP = true);
8029
- var Oe = typeof Symbol == "function" && _typeof(Symbol.iterator) == "symbol" ? function (a) {
8026
+ window.location.href.indexOf(N.FILE_PROTOCOL) === 0 && (he.ALLOW_POSTMESSAGE_POPUP = true);
8027
+ var we = typeof Symbol == "function" && _typeof(Symbol.iterator) == "symbol" ? function (a) {
8030
8028
  return _typeof(a);
8031
8029
  } : function (a) {
8032
8030
  return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : _typeof(a);
@@ -8049,7 +8047,7 @@ function hg() {
8049
8047
  return "Error while stringifying error: " + de(w, u + 1);
8050
8048
  }
8051
8049
  }
8052
- var J = function J(a) {
8050
+ var Y = function Y(a) {
8053
8051
  if (!a) return a;
8054
8052
  var u = false;
8055
8053
  return function () {
@@ -8067,25 +8065,25 @@ function hg() {
8067
8065
  var m = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
8068
8066
  if (m >= 100) throw new Error("Self-referential object passed, or object contained too many layers");
8069
8067
  var v = void 0;
8070
- if ((a === void 0 ? "undefined" : Oe(a)) !== "object" || a === null || Array.isArray(a)) {
8071
- if (!Array.isArray(a)) throw new TypeError("Invalid type: " + (a === void 0 ? "undefined" : Oe(a)));
8068
+ if ((a === void 0 ? "undefined" : we(a)) !== "object" || a === null || Array.isArray(a)) {
8069
+ if (!Array.isArray(a)) throw new TypeError("Invalid type: " + (a === void 0 ? "undefined" : we(a)));
8072
8070
  v = [];
8073
8071
  } else v = {};
8074
8072
  return function (w, I) {
8075
- Array.isArray(w) ? function (V, Y) {
8076
- for (var X = 0; X < V.length; X++) Y(V[X], X);
8077
- }(w, I) : (w === void 0 ? "undefined" : Oe(w)) === "object" && w !== null && function (V, Y) {
8078
- 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);
8079
8077
  }(w, I);
8080
8078
  }(a, function (w, I) {
8081
8079
  var V = u(w, I);
8082
- V !== void 0 ? v[I] = V : (w === void 0 ? "undefined" : Oe(w)) === "object" && w !== null ? v[I] = D(w, u, m + 1) : v[I] = w;
8080
+ V !== void 0 ? v[I] = V : (w === void 0 ? "undefined" : we(w)) === "object" && w !== null ? v[I] = D(w, u, m + 1) : v[I] = w;
8083
8081
  }), v;
8084
8082
  }
8085
- function _e(a) {
8083
+ function Oe(a) {
8086
8084
  return Object.prototype.toString.call(a) === "[object RegExp]";
8087
8085
  }
8088
- function Ae(a) {
8086
+ function Re(a) {
8089
8087
  try {
8090
8088
  if (!a) return !1;
8091
8089
  if ((typeof Promise === "undefined" ? "undefined" : _typeof(Promise)) < "u" && a instanceof Promise) return !0;
@@ -8111,13 +8109,13 @@ function hg() {
8111
8109
  ke = null, a.resolve();
8112
8110
  }
8113
8111
  }
8114
- function he() {
8112
+ function ge() {
8115
8113
  x += 1;
8116
8114
  }
8117
8115
  function $e() {
8118
8116
  x -= 1, Z();
8119
8117
  }
8120
- var be = function () {
8118
+ var _e = function () {
8121
8119
  function a(u) {
8122
8120
  var m = this;
8123
8121
  if (function (X, ae) {
@@ -8127,29 +8125,29 @@ function hg() {
8127
8125
  w = void 0,
8128
8126
  I = false,
8129
8127
  V = false,
8130
- Y = false;
8131
- he();
8128
+ q = false;
8129
+ ge();
8132
8130
  try {
8133
8131
  u(function (X) {
8134
- Y ? m.resolve(X) : (I = !0, v = X);
8132
+ q ? m.resolve(X) : (I = !0, v = X);
8135
8133
  }, function (X) {
8136
- Y ? m.reject(X) : (V = !0, w = X);
8134
+ q ? m.reject(X) : (V = !0, w = X);
8137
8135
  });
8138
8136
  } catch (X) {
8139
8137
  $e(), this.reject(X);
8140
8138
  return;
8141
8139
  }
8142
- $e(), Y = true, I ? this.resolve(v) : V && this.reject(w);
8140
+ $e(), q = true, I ? this.resolve(v) : V && this.reject(w);
8143
8141
  }
8144
8142
  }
8145
8143
  return a.prototype.resolve = function (u) {
8146
8144
  if (this.resolved || this.rejected) return this;
8147
- if (Ae(u)) throw new Error("Can not resolve promise with another promise");
8145
+ if (Re(u)) throw new Error("Can not resolve promise with another promise");
8148
8146
  return this.resolved = true, this.value = u, this.dispatch(), this;
8149
8147
  }, a.prototype.reject = function (u) {
8150
8148
  var m = this;
8151
8149
  if (this.resolved || this.rejected) return this;
8152
- if (Ae(u)) throw new Error("Can not reject promise with another promise");
8150
+ if (Re(u)) throw new Error("Can not reject promise with another promise");
8153
8151
  if (!u) {
8154
8152
  var v = u && typeof u.toString == "function" ? u.toString() : Object.prototype.toString.call(u);
8155
8153
  u = new Error("Expected reject to be called with Error, got " + v);
@@ -8172,21 +8170,21 @@ function hg() {
8172
8170
  v = this.rejected,
8173
8171
  w = this.handlers;
8174
8172
  if (!u && (m || v)) {
8175
- this.dispatching = true, he();
8176
- for (var I = function I(fe, ge) {
8173
+ this.dispatching = true, ge();
8174
+ for (var I = function I(fe, me) {
8177
8175
  return fe.then(function (Le) {
8178
- ge.resolve(Le);
8176
+ me.resolve(Le);
8179
8177
  }, function (Le) {
8180
- ge.reject(Le);
8178
+ me.reject(Le);
8181
8179
  });
8182
8180
  }, V = 0; V < w.length; V++) {
8183
- var Y = w[V],
8184
- X = Y.onSuccess,
8185
- ae = Y.onError,
8186
- ee = Y.promise,
8187
- z = void 0;
8181
+ var q = w[V],
8182
+ X = q.onSuccess,
8183
+ ae = q.onError,
8184
+ ee = q.promise,
8185
+ J = void 0;
8188
8186
  if (m) try {
8189
- z = X ? X(this.value) : this.value;
8187
+ J = X ? X(this.value) : this.value;
8190
8188
  } catch (fe) {
8191
8189
  ee.reject(fe);
8192
8190
  continue;
@@ -8196,13 +8194,13 @@ function hg() {
8196
8194
  continue;
8197
8195
  }
8198
8196
  try {
8199
- z = ae(this.error);
8197
+ J = ae(this.error);
8200
8198
  } catch (fe) {
8201
8199
  ee.reject(fe);
8202
8200
  continue;
8203
8201
  }
8204
8202
  }
8205
- z instanceof a && (z.resolved || z.rejected) ? (z.resolved ? ee.resolve(z.value) : ee.reject(z.error), z.errorHandled = true) : Ae(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);
8206
8204
  }
8207
8205
  w.length = 0, this.dispatching = false, $e();
8208
8206
  }
@@ -8241,7 +8239,7 @@ function hg() {
8241
8239
  if ((typeof Promise === "undefined" ? "undefined" : _typeof(Promise)) > "u") throw new TypeError("Could not find Promise");
8242
8240
  return Promise.resolve(this);
8243
8241
  }, a.resolve = function (u) {
8244
- return u instanceof a ? u : Ae(u) ? new a(function (m, v) {
8242
+ return u instanceof a ? u : Re(u) ? new a(function (m, v) {
8245
8243
  return u.then(m, v);
8246
8244
  }) : new a().resolve(u);
8247
8245
  }, a.reject = function (u) {
@@ -8254,23 +8252,23 @@ function hg() {
8254
8252
  w = [];
8255
8253
  if (!v) return m.resolve(w), m;
8256
8254
  for (var I = function I(X, ae, ee) {
8257
- return ae.then(function (z) {
8258
- w[X] = z, (v -= 1) == 0 && m.resolve(w);
8259
- }, function (z) {
8260
- 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);
8261
8259
  });
8262
8260
  }, V = 0; V < u.length; V++) {
8263
- var Y = u[V];
8264
- if (Y instanceof a) {
8265
- if (Y.resolved) {
8266
- 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;
8267
8265
  continue;
8268
8266
  }
8269
- } else if (!Ae(Y)) {
8270
- w[V] = Y, v -= 1;
8267
+ } else if (!Re(q)) {
8268
+ w[V] = q, v -= 1;
8271
8269
  continue;
8272
8270
  }
8273
- I(V, a.resolve(Y), m);
8271
+ I(V, a.resolve(q), m);
8274
8272
  }
8275
8273
  return v === 0 && m.resolve(w), m;
8276
8274
  }, a.hash = function (u) {
@@ -8295,7 +8293,7 @@ function hg() {
8295
8293
  }, a["try"] = function (u, m, v) {
8296
8294
  if (u && typeof u != "function" && !u.call) throw new Error("Promise.try expected a function");
8297
8295
  var w = void 0;
8298
- he();
8296
+ ge();
8299
8297
  try {
8300
8298
  w = u.apply(m, v || []);
8301
8299
  } catch (I) {
@@ -8307,7 +8305,7 @@ function hg() {
8307
8305
  setTimeout(m, u);
8308
8306
  });
8309
8307
  }, a.isPromise = function (u) {
8310
- return !!(u && u instanceof a) || Ae(u);
8308
+ return !!(u && u instanceof a) || Re(u);
8311
8309
  }, a.flush = function () {
8312
8310
  return function (u) {
8313
8311
  var m = ke = ke || new a();
@@ -8323,7 +8321,7 @@ function hg() {
8323
8321
  return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : _typeof(a);
8324
8322
  };
8325
8323
  W.methods = W.methods || new B();
8326
- var f = J(function () {
8324
+ var f = Y(function () {
8327
8325
  W.on(N.POST_MESSAGE_NAMES.METHOD, {
8328
8326
  origin: N.WILDCARD
8329
8327
  }, function (a) {
@@ -8335,7 +8333,7 @@ function hg() {
8335
8333
  var I = w[v.id];
8336
8334
  if (!I) throw new Error("Could not find method with id: " + v.id);
8337
8335
  if (!le(I.domain, m)) throw new Error("Method domain " + I.domain + " does not match origin " + m);
8338
- return be["try"](function () {
8336
+ return _e["try"](function () {
8339
8337
  return I.method.apply({
8340
8338
  source: u,
8341
8339
  origin: m,
@@ -8384,7 +8382,7 @@ function hg() {
8384
8382
  return v.__name__ = m.__name__, v.__xdomain__ = true, v.source = a, v.origin = u, v;
8385
8383
  }
8386
8384
  function R(a, u, m) {
8387
- return new be(function (v, w) {
8385
+ return new _e(function (v, w) {
8388
8386
  return C(a, u, m.__then__)(v, w);
8389
8387
  });
8390
8388
  }
@@ -8420,9 +8418,9 @@ function hg() {
8420
8418
  return a;
8421
8419
  };
8422
8420
  function A(a, u, m) {
8423
- return be["try"](function () {
8421
+ return _e["try"](function () {
8424
8422
  var v;
8425
- if (u = function (V, Y) {
8423
+ if (u = function (V, q) {
8426
8424
  var X = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {},
8427
8425
  ae = ye(),
8428
8426
  ee = function () {
@@ -8432,47 +8430,47 @@ function hg() {
8432
8430
  var fe = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window;
8433
8431
  return !!d(fe);
8434
8432
  }() ? N.WINDOW_TYPES.IFRAME : N.WINDOW_TYPES.FULLPAGE,
8435
- z = j(window);
8436
- return b({}, Y, X, {
8437
- sourceDomain: z,
8438
- id: Y.id || ae,
8433
+ J = j(window);
8434
+ return b({}, q, X, {
8435
+ sourceDomain: J,
8436
+ id: q.id || ae,
8439
8437
  windowType: ee
8440
8438
  });
8441
8439
  }(a, u, {
8442
- data: function (V, Y, X) {
8440
+ data: function (V, q, X) {
8443
8441
  return D({
8444
8442
  obj: u.data
8445
8443
  }, function (ae, ee) {
8446
- 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, {
8447
8445
  __type__: N.SERIALIZATION_TYPES.ERROR,
8448
- __message__: de(z),
8449
- __code__: z.code
8450
- }) : window.Promise && ae instanceof window.Promise ? function (ge, Le, ze, Ie) {
8446
+ __message__: de(J),
8447
+ __code__: J.code
8448
+ }) : window.Promise && ae instanceof window.Promise ? function (me, Le, ze, Ie) {
8451
8449
  return {
8452
8450
  __type__: N.SERIALIZATION_TYPES.PROMISE,
8453
- __then__: y(ge, Le, function (Je, Ke) {
8451
+ __then__: y(me, Le, function (Je, Ke) {
8454
8452
  return ze.then(Je, Ke);
8455
8453
  }, Ie + ".then")
8456
8454
  };
8457
- }(V, Y, ae, ee.toString()) : be.isPromise(ae) ? function (ge, Le, ze, Ie) {
8455
+ }(V, q, ae, ee.toString()) : _e.isPromise(ae) ? function (me, Le, ze, Ie) {
8458
8456
  return {
8459
8457
  __type__: N.SERIALIZATION_TYPES.ZALGO_PROMISE,
8460
- __then__: y(ge, Le, function (Je, Ke) {
8458
+ __then__: y(me, Le, function (Je, Ke) {
8461
8459
  return ze.then(Je, Ke);
8462
8460
  }, Ie + ".then")
8463
8461
  };
8464
- }(V, Y, ae, ee.toString()) : _e(ae) ? (fe = ae, {
8462
+ }(V, q, ae, ee.toString()) : Oe(ae) ? (fe = ae, {
8465
8463
  __type__: N.SERIALIZATION_TYPES.REGEX,
8466
8464
  __source__: fe.source
8467
8465
  }) : void 0;
8468
- var z, fe;
8466
+ var J, fe;
8469
8467
  }).obj;
8470
8468
  }(a, m),
8471
8469
  domain: m
8472
- }), a === window && !me.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");
8473
8471
  if (L(a)) throw new Error("Window is closed");
8474
8472
  var w = [],
8475
- I = function (V, Y, X) {
8473
+ I = function (V, q, X) {
8476
8474
  var ae = void 0,
8477
8475
  ee = void 0;
8478
8476
  try {
@@ -8481,27 +8479,27 @@ function hg() {
8481
8479
  } catch (fe) {
8482
8480
  throw new Error("Can not repair JSON.stringify: " + fe.message);
8483
8481
  }
8484
- var z = JSON.stringify.call(this, V, null, 2);
8482
+ var J = JSON.stringify.call(this, V, null, 2);
8485
8483
  try {
8486
8484
  ae && (Object.prototype.toJSON = ae), ee && (Array.prototype.toJSON = ee);
8487
8485
  } catch (fe) {
8488
8486
  throw new Error("Can not repair JSON.stringify: " + fe.message);
8489
8487
  }
8490
- return z;
8488
+ return J;
8491
8489
  }(((v = {})[N.WINDOW_PROPS.POSTROBOT] = u, v));
8492
- return be.map(Object.keys(P), function (V) {
8493
- return be["try"](function () {
8494
- if (!me.ALLOWED_POST_MESSAGE_METHODS[V]) throw new Error("Strategy disallowed: " + V);
8490
+ return _e.map(Object.keys(P), function (V) {
8491
+ return _e["try"](function () {
8492
+ if (!he.ALLOWED_POST_MESSAGE_METHODS[V]) throw new Error("Strategy disallowed: " + V);
8495
8493
  return P[V](a, I, m);
8496
8494
  }).then(function () {
8497
8495
  return w.push(V + ": success"), true;
8498
- }, function (Y) {
8499
- return w.push(V + ": " + de(Y) + "\n"), false;
8496
+ }, function (q) {
8497
+ return w.push(V + ": " + de(q) + "\n"), false;
8500
8498
  });
8501
8499
  }).then(function (V) {
8502
- var Y = V.some(Boolean),
8503
- X = u.type + " " + u.name + " " + (Y ? "success" : "error") + ":\n - " + w.join("\n - ") + "\n";
8504
- 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);
8505
8503
  });
8506
8504
  });
8507
8505
  }
@@ -8523,16 +8521,16 @@ function hg() {
8523
8521
  v = a.domain;
8524
8522
  if (m === N.WILDCARD && (m = null), v === N.WILDCARD && (v = null), !u) throw new Error("Name required to get request listener");
8525
8523
  var w = W.requestListeners[u];
8526
- 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++) {
8527
8525
  var X = V[I],
8528
8526
  ae = X && w.get(X);
8529
8527
  if (ae) {
8530
8528
  if (v && typeof v == "string") {
8531
8529
  if (ae[v]) return ae[v];
8532
- if (ae[G]) for (var ee = 0, z = ae[G], fe = z == null ? 0 : z.length; ee < fe; ee++) {
8533
- var ge = z[ee],
8534
- Le = ge.regex,
8535
- ze = ge.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;
8536
8534
  if (le(Le, v)) return ze;
8537
8535
  }
8538
8536
  }
@@ -8540,7 +8538,7 @@ function hg() {
8540
8538
  }
8541
8539
  }
8542
8540
  }
8543
- var Re = Object.assign || function (a) {
8541
+ var Te = Object.assign || function (a) {
8544
8542
  for (var u = 1; u < arguments.length; u++) {
8545
8543
  var m = arguments[u];
8546
8544
  for (var v in m) Object.prototype.hasOwnProperty.call(m, v) && (a[v] = m[v]);
@@ -8561,15 +8559,15 @@ function hg() {
8561
8559
  domain: u
8562
8560
  });
8563
8561
  function w(I) {
8564
- return m.fireAndForget || L(a) ? be.resolve() : A(a, Re({
8562
+ return m.fireAndForget || L(a) ? _e.resolve() : A(a, Te({
8565
8563
  target: m.originalSource,
8566
8564
  hash: m.hash,
8567
8565
  name: m.name
8568
8566
  }, I), u);
8569
8567
  }
8570
- return be.all([w({
8568
+ return _e.all([w({
8571
8569
  type: N.POST_MESSAGE_TYPE.ACK
8572
- }), be["try"](function () {
8570
+ }), _e["try"](function () {
8573
8571
  if (!v) throw new Error("No handler found for post message: " + m.name + " from " + u + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
8574
8572
  if (!le(v.domain, u)) throw new Error("Request origin " + u + " does not match domain " + v.domain.toString());
8575
8573
  var I = m.data;
@@ -8586,12 +8584,12 @@ function hg() {
8586
8584
  });
8587
8585
  }, function (I) {
8588
8586
  var V = de(I).replace(/^Error: /, ""),
8589
- Y = I.code;
8587
+ q = I.code;
8590
8588
  return w({
8591
8589
  type: N.POST_MESSAGE_TYPE.RESPONSE,
8592
8590
  ack: N.POST_MESSAGE_ACK.ERROR,
8593
8591
  error: V,
8594
- code: Y
8592
+ code: q
8595
8593
  });
8596
8594
  })]).then(ie)["catch"](function (I) {
8597
8595
  if (v && v.handleError) return v.handleError(I);
@@ -8647,17 +8645,17 @@ function hg() {
8647
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) {
8648
8646
  return D({
8649
8647
  obj: v.data
8650
- }, function (Y) {
8651
- 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) {
8652
- var z = new Error(ee.__message__);
8653
- return ee.__code__ && (z.code = ee.__code__), z;
8654
- }(0, 0, Y) : g(Y, N.SERIALIZATION_TYPES.PROMISE) ? function (X, ae, ee) {
8655
- return window.Promise ? new window.Promise(function (z, fe) {
8656
- 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);
8657
8655
  }) : R(X, ae, ee);
8658
- }(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) {
8659
8657
  return new RegExp(ee.__source__);
8660
- }(0, 0, Y) : void 0;
8658
+ }(0, 0, q) : void 0;
8661
8659
  }).obj;
8662
8660
  }(u, m)), Se[v.type](u, m, v)));
8663
8661
  }
@@ -8677,7 +8675,7 @@ function hg() {
8677
8675
  }
8678
8676
  W.receiveMessage = Ge, W.requestPromises = W.requestPromises || new B();
8679
8677
  function tt(a) {
8680
- return be["try"](function () {
8678
+ return _e["try"](function () {
8681
8679
  if (!a.name) throw new Error("Expected options.name");
8682
8680
  var u = a.name,
8683
8681
  m = void 0,
@@ -8698,24 +8696,24 @@ function hg() {
8698
8696
  v = a.domain || N.WILDCARD;
8699
8697
  var V = a.name + "_" + ye();
8700
8698
  if (L(I)) throw new Error("Target window is closed");
8701
- var Y = false,
8699
+ var q = false,
8702
8700
  X = W.requestPromises.get(I);
8703
8701
  X || (X = [], W.requestPromises.set(I, X));
8704
- var ae = be["try"](function () {
8705
- if (function (ee, z) {
8706
- var fe = ne(z);
8702
+ var ae = _e["try"](function () {
8703
+ if (function (ee, J) {
8704
+ var fe = ne(J);
8707
8705
  if (fe) return fe === ee;
8708
- if (z === ee || function () {
8706
+ if (J === ee || function () {
8709
8707
  var Ie = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window;
8710
8708
  try {
8711
8709
  if (Ie.top) return Ie.top;
8712
8710
  } catch (_unused45) {}
8713
8711
  if (d(Ie) === Ie) return Ie;
8714
8712
  try {
8715
- if (q(window, Ie) && window.top) return window.top;
8713
+ if (z(window, Ie) && window.top) return window.top;
8716
8714
  } catch (_unused46) {}
8717
8715
  try {
8718
- if (q(Ie, window) && window.top) return window.top;
8716
+ if (z(Ie, window) && window.top) return window.top;
8719
8717
  } catch (_unused47) {}
8720
8718
  for (var Je = 0, Ke = function Pt(lo) {
8721
8719
  for (var Hn = [], Wn = 0, mn = te(lo), kt = mn == null ? 0 : mn.length; Wn < kt; Wn++) {
@@ -8734,38 +8732,38 @@ function hg() {
8734
8732
  } catch (_unused48) {}
8735
8733
  if (d(Ct) === Ct) return Ct;
8736
8734
  }
8737
- }(z) === z) return false;
8738
- for (var ge = 0, Le = te(ee), ze = Le == null ? 0 : Le.length; ge < ze; ge++) if (Le[ge] === 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;
8739
8737
  return false;
8740
8738
  }(window, I)) return function (ee) {
8741
- 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,
8742
8740
  fe = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "Window",
8743
- ge = W.readyPromises.get(ee);
8744
- return ge || (ge = new be(), W.readyPromises.set(ee, ge), z !== -1 && setTimeout(function () {
8745
- return ge.reject(new Error(fe + " did not load after " + z + "ms"));
8746
- }, z), ge);
8747
- }(I, a.timeout || me.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);
8748
8746
  }).then(function () {
8749
8747
  var ee = (arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}).origin;
8750
- if (_e(v) && !ee) return _(I);
8748
+ if (Oe(v) && !ee) return _(I);
8751
8749
  }).then(function () {
8752
8750
  var ee = (arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}).origin;
8753
- if (_e(v)) {
8751
+ if (Oe(v)) {
8754
8752
  if (!le(v, ee)) throw new Error("Remote window domain " + ee + " does not match regex: " + v.toString());
8755
8753
  v = ee;
8756
8754
  }
8757
8755
  if (typeof v != "string" && !Array.isArray(v)) throw new TypeError("Expected domain to be a string or array");
8758
- var z = v;
8759
- return new be(function (fe, ge) {
8756
+ var J = v;
8757
+ return new _e(function (fe, me) {
8760
8758
  var Le = void 0;
8761
8759
  if (a.fireAndForget || function (Ke, Et) {
8762
8760
  W.responseListeners[Ke] = Et;
8763
8761
  }(V, Le = {
8764
8762
  name: u,
8765
8763
  window: I,
8766
- domain: z,
8764
+ domain: J,
8767
8765
  respond: function respond(Ke, Et) {
8768
- Ke || (Y = true, X.splice(X.indexOf(ae, 1))), Ke ? ge(Ke) : fe(Et);
8766
+ Ke || (q = true, X.splice(X.indexOf(ae, 1))), Ke ? me(Ke) : fe(Et);
8769
8767
  }
8770
8768
  }), A(I, {
8771
8769
  type: N.POST_MESSAGE_TYPE.REQUEST,
@@ -8773,19 +8771,19 @@ function hg() {
8773
8771
  name: u,
8774
8772
  data: a.data,
8775
8773
  fireAndForget: a.fireAndForget
8776
- }, z)["catch"](ge), a.fireAndForget) return fe();
8777
- var ze = me.ACK_TIMEOUT,
8778
- Ie = a.timeout || me.RES_TIMEOUT,
8774
+ }, J)["catch"](me), a.fireAndForget) return fe();
8775
+ var ze = he.ACK_TIMEOUT,
8776
+ Ie = a.timeout || he.RES_TIMEOUT,
8779
8777
  Je = 100;
8780
8778
  setTimeout(function Ke() {
8781
- if (!Y) {
8782
- if (L(I)) return Le.ack ? ge(new Error("Window closed for " + u + " before response")) : ge(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"));
8783
8781
  if (ze = Math.max(ze - Je, 0), Ie !== -1 && (Ie = Math.max(Ie - Je, 0)), Le.ack) {
8784
8782
  if (Ie === -1) return;
8785
8783
  Je = Math.min(Ie, 2e3);
8786
8784
  } else {
8787
- if (ze === 0) return ge(new Error("No ack for postMessage " + u + " in " + j() + " in " + me.ACK_TIMEOUT + "ms"));
8788
- if (Ie === 0) return ge(new Error("No response for postMessage " + u + " in " + j() + " in " + (a.timeout || me.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"));
8789
8787
  }
8790
8788
  setTimeout(Ke, Je);
8791
8789
  }
@@ -8804,7 +8802,7 @@ function hg() {
8804
8802
  }
8805
8803
  function Vn(a, u, m) {
8806
8804
  var v = ne();
8807
- return v ? lt(v, a, u, m) : new be(function (w, I) {
8805
+ return v ? lt(v, a, u, m) : new _e(function (w, I) {
8808
8806
  return I(new Error("Window does not have a parent"));
8809
8807
  });
8810
8808
  }
@@ -8840,16 +8838,16 @@ function hg() {
8840
8838
  name: u
8841
8839
  },
8842
8840
  I = function X(ae, ee) {
8843
- var z = ae.name,
8841
+ var J = ae.name,
8844
8842
  fe = ae.win,
8845
- ge = ae.domain;
8846
- 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");
8847
8845
  if (Array.isArray(fe)) {
8848
8846
  for (var Le = [], ze = 0, Ie = fe, Je = Ie == null ? 0 : Ie.length; ze < Je; ze++) {
8849
8847
  var Ke = Ie[ze];
8850
8848
  Le.push(X({
8851
- name: z,
8852
- domain: ge,
8849
+ name: J,
8850
+ domain: me,
8853
8851
  win: Ke
8854
8852
  }, ee));
8855
8853
  }
@@ -8859,11 +8857,11 @@ function hg() {
8859
8857
  }
8860
8858
  };
8861
8859
  }
8862
- if (Array.isArray(ge)) {
8863
- for (var Et = [], Ct = 0, Pt = ge, 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++) {
8864
8862
  var Hn = Pt[Ct];
8865
8863
  Et.push(X({
8866
- name: z,
8864
+ name: J,
8867
8865
  win: fe,
8868
8866
  domain: Hn
8869
8867
  }, ee));
@@ -8875,21 +8873,21 @@ function hg() {
8875
8873
  };
8876
8874
  }
8877
8875
  var Wn = Ee({
8878
- name: z,
8876
+ name: J,
8879
8877
  win: fe,
8880
- domain: ge
8878
+ domain: me
8881
8879
  });
8882
- if (fe && fe !== N.WILDCARD || (fe = W.WINDOW_WILDCARD), ge = ge || N.WILDCARD, Wn) throw fe && ge ? new Error("Request listener already exists for " + z + " on domain " + ge.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") : ge ? new Error("Request listener already exists for " + z + " on domain " + ge.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);
8883
8881
  var mn = W.requestListeners,
8884
- kt = mn[z];
8885
- kt || (kt = new B(), mn[z] = kt);
8882
+ kt = mn[J];
8883
+ kt || (kt = new B(), mn[J] = kt);
8886
8884
  var pt = kt.get(fe);
8887
8885
  pt || (pt = {}, kt.set(fe, pt));
8888
- var vn = ge.toString(),
8886
+ var vn = me.toString(),
8889
8887
  yt = pt[G],
8890
8888
  En = void 0;
8891
- return _e(ge) ? (yt || (yt = [], pt[G] = yt), En = {
8892
- regex: ge,
8889
+ return Oe(me) ? (yt || (yt = [], pt[G] = yt), En = {
8890
+ regex: me,
8893
8891
  listener: ee
8894
8892
  }, yt.push(En)) : pt[vn] = ee, {
8895
8893
  cancel: function cancel() {
@@ -8903,15 +8901,15 @@ function hg() {
8903
8901
  }, w);
8904
8902
  if (a.once) {
8905
8903
  var V = w.handler;
8906
- w.handler = J(function () {
8904
+ w.handler = Y(function () {
8907
8905
  return I.cancel(), V.apply(this, arguments);
8908
8906
  });
8909
8907
  }
8910
- if (w.window && a.errorOnClose) var Y = function (X, ae) {
8908
+ if (w.window && a.errorOnClose) var q = function (X, ae) {
8911
8909
  var ee = void 0;
8912
- return ee = setTimeout(function z() {
8913
- ee = setTimeout(z, 50), function () {
8914
- 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")));
8915
8913
  }.call();
8916
8914
  }, 50), {
8917
8915
  cancel: function cancel() {
@@ -8933,11 +8931,11 @@ function hg() {
8933
8931
  m = arguments[2];
8934
8932
  typeof u == "function" && (m = u, u = {}), u = u || {}, m = m || u.handler;
8935
8933
  var v = u.errorHandler,
8936
- w = new be(function (V, Y) {
8934
+ w = new _e(function (V, q) {
8937
8935
  (u = u || {}).name = a, u.once = true, u.handler = function (X) {
8938
8936
  if (V(X), m) return m(X);
8939
8937
  }, u.errorHandler = function (X) {
8940
- if (Y(X), v) return v(X);
8938
+ if (q(X), v) return v(X);
8941
8939
  };
8942
8940
  }),
8943
8941
  I = tn(u);
@@ -8967,10 +8965,10 @@ function hg() {
8967
8965
  m = function m(w) {
8968
8966
  var I = w.source,
8969
8967
  V = w.origin,
8970
- Y = W.readyPromises.get(I) || new be();
8971
- Y.resolve({
8968
+ q = W.readyPromises.get(I) || new _e();
8969
+ q.resolve({
8972
8970
  origin: V
8973
- }), W.readyPromises.set(I, Y);
8971
+ }), W.readyPromises.set(I, q);
8974
8972
  }, W.on(N.POST_MESSAGE_NAMES.HELLO, {
8975
8973
  domain: N.WILDCARD
8976
8974
  }, function (w) {
@@ -8994,7 +8992,7 @@ function hg() {
8994
8992
  uo(), o.d(r, "cleanUpWindow", function () {
8995
8993
  return Ns;
8996
8994
  }), o.d(r, "Promise", function () {
8997
- return be;
8995
+ return _e;
8998
8996
  }), o.d(r, "bridge", function () {
8999
8997
  return Ts;
9000
8998
  }), o.d(r, "init", function () {
@@ -9018,7 +9016,7 @@ function hg() {
9018
9016
  }), o.d(r, "listener", function () {
9019
9017
  return Os;
9020
9018
  }), o.d(r, "CONFIG", function () {
9021
- return me;
9019
+ return he;
9022
9020
  }), o.d(r, "CONSTANTS", function () {
9023
9021
  return N;
9024
9022
  }), o.d(r, "disable", function () {