sykpcomposer 1.20.141 → 1.20.142

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.
@@ -153,8 +153,8 @@ function fC() {
153
153
  {
154
154
  var Ie = m.ReactDebugCurrentFrame, it = Ie.getStackAddendum();
155
155
  it !== "" && (Be += "%s", Te = Te.concat([it]));
156
- var ct = Te.map(function(bt) {
157
- return "" + bt;
156
+ var ct = Te.map(function(yt) {
157
+ return "" + yt;
158
158
  });
159
159
  ct.unshift("Warning: " + Be), Function.prototype.apply.call(console[ge], console, ct);
160
160
  }
@@ -313,27 +313,27 @@ function fC() {
313
313
  ct = H.current, H.current = null, W();
314
314
  try {
315
315
  if (Be) {
316
- var bt = function() {
316
+ var yt = function() {
317
317
  throw Error();
318
318
  };
319
- if (Object.defineProperty(bt.prototype, "props", {
319
+ if (Object.defineProperty(yt.prototype, "props", {
320
320
  set: function() {
321
321
  throw Error();
322
322
  }
323
323
  }), typeof Reflect == "object" && Reflect.construct) {
324
324
  try {
325
- Reflect.construct(bt, []);
325
+ Reflect.construct(yt, []);
326
326
  } catch (Pt) {
327
327
  Ie = Pt;
328
328
  }
329
- Reflect.construct(ge, [], bt);
329
+ Reflect.construct(ge, [], yt);
330
330
  } else {
331
331
  try {
332
- bt.call();
332
+ yt.call();
333
333
  } catch (Pt) {
334
334
  Ie = Pt;
335
335
  }
336
- ge.call(bt.prototype);
336
+ ge.call(yt.prototype);
337
337
  }
338
338
  } else {
339
339
  try {
@@ -417,19 +417,19 @@ function fC() {
417
417
  function ve(ge, Be, Te, Ie, it) {
418
418
  {
419
419
  var ct = Function.call.bind(Object.prototype.hasOwnProperty);
420
- for (var bt in ge)
421
- if (ct(ge, bt)) {
420
+ for (var yt in ge)
421
+ if (ct(ge, yt)) {
422
422
  var qe = void 0;
423
423
  try {
424
- if (typeof ge[bt] != "function") {
425
- var Le = Error((Ie || "React class") + ": " + Te + " type `" + bt + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof ge[bt] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
424
+ if (typeof ge[yt] != "function") {
425
+ var Le = Error((Ie || "React class") + ": " + Te + " type `" + yt + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof ge[yt] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
426
426
  throw Le.name = "Invariant Violation", Le;
427
427
  }
428
- qe = ge[bt](Be, bt, Ie, Te, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
428
+ qe = ge[yt](Be, yt, Ie, Te, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
429
429
  } catch (Ze) {
430
430
  qe = Ze;
431
431
  }
432
- qe && !(qe instanceof Error) && (xe(it), w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Ie || "React class", Te, bt, typeof qe), xe(null)), qe instanceof Error && !(qe.message in ue) && (ue[qe.message] = !0, xe(it), w("Failed %s type: %s", Te, qe.message), xe(null));
432
+ qe && !(qe instanceof Error) && (xe(it), w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Ie || "React class", Te, yt, typeof qe), xe(null)), qe instanceof Error && !(qe.message in ue) && (ue[qe.message] = !0, xe(it), w("Failed %s type: %s", Te, qe.message), xe(null));
433
433
  }
434
434
  }
435
435
  }
@@ -484,7 +484,7 @@ function fC() {
484
484
  });
485
485
  }
486
486
  }
487
- var Oe = function(ge, Be, Te, Ie, it, ct, bt) {
487
+ var Oe = function(ge, Be, Te, Ie, it, ct, yt) {
488
488
  var qe = {
489
489
  // This tag allows us to uniquely identify this as a React Element
490
490
  $$typeof: e,
@@ -492,7 +492,7 @@ function fC() {
492
492
  type: ge,
493
493
  key: Be,
494
494
  ref: Te,
495
- props: bt,
495
+ props: yt,
496
496
  // Record the component responsible for creating this element.
497
497
  _owner: ct
498
498
  };
@@ -515,20 +515,20 @@ function fC() {
515
515
  };
516
516
  function je(ge, Be, Te, Ie, it) {
517
517
  {
518
- var ct, bt = {}, qe = null, Le = null;
518
+ var ct, yt = {}, qe = null, Le = null;
519
519
  Te !== void 0 && (qe = "" + Te), Ee(Be) && (qe = "" + Be.key), Ce(Be) && (Le = Be.ref, De(Be, it));
520
520
  for (ct in Be)
521
- ke.call(Be, ct) && !ce.hasOwnProperty(ct) && (bt[ct] = Be[ct]);
521
+ ke.call(Be, ct) && !ce.hasOwnProperty(ct) && (yt[ct] = Be[ct]);
522
522
  if (ge && ge.defaultProps) {
523
523
  var Ze = ge.defaultProps;
524
524
  for (ct in Ze)
525
- bt[ct] === void 0 && (bt[ct] = Ze[ct]);
525
+ yt[ct] === void 0 && (yt[ct] = Ze[ct]);
526
526
  }
527
527
  if (qe || Le) {
528
528
  var lt = typeof ge == "function" ? ge.displayName || ge.name || "Unknown" : ge;
529
- qe && Pe(bt, lt), Le && Ue(bt, lt);
529
+ qe && Pe(yt, lt), Le && Ue(yt, lt);
530
530
  }
531
- return Oe(ge, qe, Le, it, Ie, he.current, bt);
531
+ return Oe(ge, qe, Le, it, Ie, he.current, yt);
532
532
  }
533
533
  }
534
534
  var _e = m.ReactCurrentOwner, Xe = m.ReactDebugCurrentFrame;
@@ -607,8 +607,8 @@ Check the top-level render call using <` + Te + ">.");
607
607
  else if (ge) {
608
608
  var it = v(ge);
609
609
  if (typeof it == "function" && it !== ge.entries)
610
- for (var ct = it.call(ge), bt; !(bt = ct.next()).done; )
611
- at(bt.value) && qt(bt.value, Be);
610
+ for (var ct = it.call(ge), yt; !(yt = ct.next()).done; )
611
+ at(yt.value) && qt(yt.value, Be);
612
612
  }
613
613
  }
614
614
  }
@@ -649,10 +649,10 @@ Check the top-level render call using <` + Te + ">.");
649
649
  ge.ref !== null && (Re(ge), w("Invalid attribute `ref` supplied to `React.Fragment`."), Re(null));
650
650
  }
651
651
  }
652
- function St(ge, Be, Te, Ie, it, ct) {
652
+ function vt(ge, Be, Te, Ie, it, ct) {
653
653
  {
654
- var bt = j(ge);
655
- if (!bt) {
654
+ var yt = j(ge);
655
+ if (!yt) {
656
656
  var qe = "";
657
657
  (ge === void 0 || typeof ge == "object" && ge !== null && Object.keys(ge).length === 0) && (qe += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
658
658
  var Le = ot(it);
@@ -663,7 +663,7 @@ Check the top-level render call using <` + Te + ">.");
663
663
  var lt = je(ge, Be, Te, it, ct);
664
664
  if (lt == null)
665
665
  return lt;
666
- if (bt) {
666
+ if (yt) {
667
667
  var Gt = Be.children;
668
668
  if (Gt !== void 0)
669
669
  if (Ie)
@@ -679,14 +679,14 @@ Check the top-level render call using <` + Te + ">.");
679
679
  return ge === c.Fragment ? $t(lt) : Bt(lt), lt;
680
680
  }
681
681
  }
682
- function Nt(ge, Be, Te) {
683
- return St(ge, Be, Te, !0);
682
+ function Ot(ge, Be, Te) {
683
+ return vt(ge, Be, Te, !0);
684
684
  }
685
685
  function sn(ge, Be, Te) {
686
- return St(ge, Be, Te, !1);
686
+ return vt(ge, Be, Te, !1);
687
687
  }
688
- var yt = sn, Kt = Nt;
689
- c.jsx = yt, c.jsxs = Kt;
688
+ var St = sn, Kt = Ot;
689
+ c.jsx = St, c.jsxs = Kt;
690
690
  }();
691
691
  }(gg)), gg;
692
692
  }
@@ -11104,7 +11104,7 @@ class th extends HS {
11104
11104
  function ET(c) {
11105
11105
  return new th(c);
11106
11106
  }
11107
- const TT = sr.lazy(() => import("./ImageComponent-1fe4f6ee.js"));
11107
+ const TT = sr.lazy(() => import("./ImageComponent-4f56a2f8.js"));
11108
11108
  function AT(c) {
11109
11109
  const t = c;
11110
11110
  if (t.src.startsWith("file:///"))
@@ -11250,7 +11250,7 @@ function lu({
11250
11250
  function nh(c) {
11251
11251
  return c instanceof _u;
11252
11252
  }
11253
- const GT = sr.lazy(() => import("./InlineImageComponent-f6392878.js"));
11253
+ const GT = sr.lazy(() => import("./InlineImageComponent-51afd708.js"));
11254
11254
  function RT(c) {
11255
11255
  if (c instanceof HTMLImageElement) {
11256
11256
  const { alt: t, src: n, width: e, height: a } = c;
@@ -11839,7 +11839,7 @@ var n_ = { exports: {} };
11839
11839
  return He === rt && (me = !0), 0;
11840
11840
  }, vo = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", mr = "(?:\\\\[\\da-fA-F]{1,6}" + P + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", Je = "\\[" + P + "*(" + mr + ")(?:" + P + // Operator (capture 2)
11841
11841
  "*([*^$|!~]?=)" + P + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]"
11842
- `*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(` + mr + "))|)" + P + "*\\]", wt = ":(" + mr + `)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|` + Je + ")*)|.*)\\)|)", vt = new RegExp(P + "+", "g"), Vt = new RegExp("^" + P + "*," + P + "*"), En = new RegExp("^" + P + "*([>+~]|" + P + ")" + P + "*"), An = new RegExp(P + "|>"), yn = new RegExp(wt), fn = new RegExp("^" + mr + "$"), lr = {
11842
+ `*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(` + mr + "))|)" + P + "*\\]", wt = ":(" + mr + `)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|` + Je + ")*)|.*)\\)|)", bt = new RegExp(P + "+", "g"), Vt = new RegExp("^" + P + "*," + P + "*"), En = new RegExp("^" + P + "*([>+~]|" + P + ")" + P + "*"), An = new RegExp(P + "|>"), yn = new RegExp(wt), fn = new RegExp("^" + mr + "$"), lr = {
11843
11843
  ID: new RegExp("^#(" + mr + ")"),
11844
11844
  CLASS: new RegExp("^\\.(" + mr + ")"),
11845
11845
  TAG: new RegExp("^(" + mr + "|[*])"),
@@ -12117,7 +12117,7 @@ var n_ = { exports: {} };
12117
12117
  ATTR: function(He, rt, Dt) {
12118
12118
  return function(Tt) {
12119
12119
  var Ft = Mr.attr(Tt, He);
12120
- return Ft == null ? rt === "!=" : rt ? (Ft += "", rt === "=" ? Ft === Dt : rt === "!=" ? Ft !== Dt : rt === "^=" ? Dt && Ft.indexOf(Dt) === 0 : rt === "*=" ? Dt && Ft.indexOf(Dt) > -1 : rt === "$=" ? Dt && Ft.slice(-Dt.length) === Dt : rt === "~=" ? (" " + Ft.replace(vt, " ") + " ").indexOf(Dt) > -1 : rt === "|=" ? Ft === Dt || Ft.slice(0, Dt.length + 1) === Dt + "-" : !1) : !0;
12120
+ return Ft == null ? rt === "!=" : rt ? (Ft += "", rt === "=" ? Ft === Dt : rt === "!=" ? Ft !== Dt : rt === "^=" ? Dt && Ft.indexOf(Dt) === 0 : rt === "*=" ? Dt && Ft.indexOf(Dt) > -1 : rt === "$=" ? Dt && Ft.slice(-Dt.length) === Dt : rt === "~=" ? (" " + Ft.replace(bt, " ") + " ").indexOf(Dt) > -1 : rt === "|=" ? Ft === Dt || Ft.slice(0, Dt.length + 1) === Dt + "-" : !1) : !0;
12121
12121
  };
12122
12122
  },
12123
12123
  CHILD: function(He, rt, Dt, Tt, Ft) {
@@ -13226,11 +13226,11 @@ var n_ = { exports: {} };
13226
13226
  _default: [0, "", ""]
13227
13227
  };
13228
13228
  $t.tbody = $t.tfoot = $t.colgroup = $t.caption = $t.thead, $t.th = $t.td, M.option || ($t.optgroup = $t.option = [1, "<select multiple='multiple'>", "</select>"]);
13229
- function St(U, X) {
13229
+ function vt(U, X) {
13230
13230
  var te;
13231
13231
  return typeof U.getElementsByTagName < "u" ? te = U.getElementsByTagName(X || "*") : typeof U.querySelectorAll < "u" ? te = U.querySelectorAll(X || "*") : te = [], X === void 0 || X && D(U, X) ? m.merge([U], te) : te;
13232
13232
  }
13233
- function Nt(U, X) {
13233
+ function Ot(U, X) {
13234
13234
  for (var te = 0, le = U.length; te < le; te++)
13235
13235
  se.set(
13236
13236
  U[te],
@@ -13239,7 +13239,7 @@ var n_ = { exports: {} };
13239
13239
  );
13240
13240
  }
13241
13241
  var sn = /<|&#?\w+;/;
13242
- function yt(U, X, te, le, me) {
13242
+ function St(U, X, te, le, me) {
13243
13243
  for (var ye, Ae, et, Ve, ut, Rt, Yt = X.createDocumentFragment(), xt = [], en = 0, jn = U.length; en < jn; en++)
13244
13244
  if (ye = U[en], ye || ye === 0)
13245
13245
  if (_(ye) === "object")
@@ -13256,7 +13256,7 @@ var n_ = { exports: {} };
13256
13256
  me && me.push(ye);
13257
13257
  continue;
13258
13258
  }
13259
- if (ut = Re(ye), Ae = St(Yt.appendChild(ye), "script"), ut && Nt(Ae), te)
13259
+ if (ut = Re(ye), Ae = vt(Yt.appendChild(ye), "script"), ut && Ot(Ae), te)
13260
13260
  for (Rt = 0; ye = Ae[Rt++]; )
13261
13261
  Bt.test(ye.type || "") && te.push(ye);
13262
13262
  }
@@ -13572,7 +13572,7 @@ var n_ = { exports: {} };
13572
13572
  });
13573
13573
  }
13574
13574
  });
13575
- var it = /<script|<style|<link/i, ct = /checked\s*(?:[^=]|=\s*.checked.)/i, bt = /^\s*<!\[CDATA\[|\]\]>\s*$/g;
13575
+ var it = /<script|<style|<link/i, ct = /checked\s*(?:[^=]|=\s*.checked.)/i, yt = /^\s*<!\[CDATA\[|\]\]>\s*$/g;
13576
13576
  function qe(U, X) {
13577
13577
  return D(U, "table") && D(X.nodeType !== 11 ? X : X.firstChild, "tr") && m(U).children("tbody")[0] || U;
13578
13578
  }
@@ -13606,20 +13606,20 @@ var n_ = { exports: {} };
13606
13606
  var Bn = U.eq(nr);
13607
13607
  jn && (X[0] = en.call(this, nr, Bn.html())), Xt(Bn, X, te, le);
13608
13608
  });
13609
- if (Yt && (me = yt(X, U[0].ownerDocument, !1, U, le), ye = me.firstChild, me.childNodes.length === 1 && (me = ye), ye || le)) {
13610
- for (Ae = m.map(St(me, "script"), Le), et = Ae.length; Rt < Yt; Rt++)
13611
- Ve = me, Rt !== xt && (Ve = m.clone(Ve, !0, !0), et && m.merge(Ae, St(Ve, "script"))), te.call(U[Rt], Ve, Rt);
13609
+ if (Yt && (me = St(X, U[0].ownerDocument, !1, U, le), ye = me.firstChild, me.childNodes.length === 1 && (me = ye), ye || le)) {
13610
+ for (Ae = m.map(vt(me, "script"), Le), et = Ae.length; Rt < Yt; Rt++)
13611
+ Ve = me, Rt !== xt && (Ve = m.clone(Ve, !0, !0), et && m.merge(Ae, vt(Ve, "script"))), te.call(U[Rt], Ve, Rt);
13612
13612
  if (et)
13613
13613
  for (ut = Ae[Ae.length - 1].ownerDocument, m.map(Ae, Ze), Rt = 0; Rt < et; Rt++)
13614
13614
  Ve = Ae[Rt], Bt.test(Ve.type || "") && !se.access(Ve, "globalEval") && m.contains(ut, Ve) && (Ve.src && (Ve.type || "").toLowerCase() !== "module" ? m._evalUrl && !Ve.noModule && m._evalUrl(Ve.src, {
13615
13615
  nonce: Ve.nonce || Ve.getAttribute("nonce")
13616
- }, ut) : b(Ve.textContent.replace(bt, ""), Ve, ut));
13616
+ }, ut) : b(Ve.textContent.replace(yt, ""), Ve, ut));
13617
13617
  }
13618
13618
  return U;
13619
13619
  }
13620
13620
  function Qt(U, X, te) {
13621
13621
  for (var le, me = X ? m.filter(X, U) : U, ye = 0; (le = me[ye]) != null; ye++)
13622
- !te && le.nodeType === 1 && m.cleanData(St(le)), le.parentNode && (te && Re(le) && Nt(St(le, "script")), le.parentNode.removeChild(le));
13622
+ !te && le.nodeType === 1 && m.cleanData(vt(le)), le.parentNode && (te && Re(le) && Ot(vt(le, "script")), le.parentNode.removeChild(le));
13623
13623
  return U;
13624
13624
  }
13625
13625
  m.extend({
@@ -13629,15 +13629,15 @@ var n_ = { exports: {} };
13629
13629
  clone: function(U, X, te) {
13630
13630
  var le, me, ye, Ae, et = U.cloneNode(!0), Ve = Re(U);
13631
13631
  if (!M.noCloneChecked && (U.nodeType === 1 || U.nodeType === 11) && !m.isXMLDoc(U))
13632
- for (Ae = St(et), ye = St(U), le = 0, me = ye.length; le < me; le++)
13632
+ for (Ae = vt(et), ye = vt(U), le = 0, me = ye.length; le < me; le++)
13633
13633
  Gt(ye[le], Ae[le]);
13634
13634
  if (X)
13635
13635
  if (te)
13636
- for (ye = ye || St(U), Ae = Ae || St(et), le = 0, me = ye.length; le < me; le++)
13636
+ for (ye = ye || vt(U), Ae = Ae || vt(et), le = 0, me = ye.length; le < me; le++)
13637
13637
  lt(ye[le], Ae[le]);
13638
13638
  else
13639
13639
  lt(U, et);
13640
- return Ae = St(et, "script"), Ae.length > 0 && Nt(Ae, !Ve && St(U, "script")), et;
13640
+ return Ae = vt(et, "script"), Ae.length > 0 && Ot(Ae, !Ve && vt(U, "script")), et;
13641
13641
  },
13642
13642
  cleanData: function(U) {
13643
13643
  for (var X, te, le, me = m.event.special, ye = 0; (te = U[ye]) !== void 0; ye++)
@@ -13693,7 +13693,7 @@ var n_ = { exports: {} };
13693
13693
  },
13694
13694
  empty: function() {
13695
13695
  for (var U, X = 0; (U = this[X]) != null; X++)
13696
- U.nodeType === 1 && (m.cleanData(St(U, !1)), U.textContent = "");
13696
+ U.nodeType === 1 && (m.cleanData(vt(U, !1)), U.textContent = "");
13697
13697
  return this;
13698
13698
  },
13699
13699
  clone: function(U, X) {
@@ -13710,7 +13710,7 @@ var n_ = { exports: {} };
13710
13710
  X = m.htmlPrefilter(X);
13711
13711
  try {
13712
13712
  for (; le < me; le++)
13713
- te = this[le] || {}, te.nodeType === 1 && (m.cleanData(St(te, !1)), te.innerHTML = X);
13713
+ te = this[le] || {}, te.nodeType === 1 && (m.cleanData(vt(te, !1)), te.innerHTML = X);
13714
13714
  te = 0;
13715
13715
  } catch {
13716
13716
  }
@@ -13722,7 +13722,7 @@ var n_ = { exports: {} };
13722
13722
  var U = [];
13723
13723
  return Xt(this, arguments, function(X) {
13724
13724
  var te = this.parentNode;
13725
- m.inArray(this, U) < 0 && (m.cleanData(St(this)), te && te.replaceChild(X, this));
13725
+ m.inArray(this, U) < 0 && (m.cleanData(vt(this)), te && te.replaceChild(X, this));
13726
13726
  }, U);
13727
13727
  }
13728
13728
  }), m.each({
@@ -14758,13 +14758,13 @@ var n_ = { exports: {} };
14758
14758
  var te, le, me, ye, Ae, et, Ve, ut, Rt, Yt, xt = m.ajaxSetup({}, X), en = xt.context || xt, jn = xt.context && (en.nodeType || en.jquery) ? m(en) : m.event, nr = m.Deferred(), Bn = m.Callbacks("once memory"), eo = xt.statusCode || {}, Dr = {}, vo = {}, mr = "canceled", Je = {
14759
14759
  readyState: 0,
14760
14760
  // Builds headers hashtable if needed
14761
- getResponseHeader: function(vt) {
14761
+ getResponseHeader: function(bt) {
14762
14762
  var Vt;
14763
14763
  if (Ve) {
14764
14764
  if (!ye)
14765
14765
  for (ye = {}; Vt = pl.exec(me); )
14766
14766
  ye[Vt[1].toLowerCase() + " "] = (ye[Vt[1].toLowerCase() + " "] || []).concat(Vt[2]);
14767
- Vt = ye[vt.toLowerCase() + " "];
14767
+ Vt = ye[bt.toLowerCase() + " "];
14768
14768
  }
14769
14769
  return Vt == null ? null : Vt.join(", ");
14770
14770
  },
@@ -14773,27 +14773,27 @@ var n_ = { exports: {} };
14773
14773
  return Ve ? me : null;
14774
14774
  },
14775
14775
  // Caches the header
14776
- setRequestHeader: function(vt, Vt) {
14777
- return Ve == null && (vt = vo[vt.toLowerCase()] = vo[vt.toLowerCase()] || vt, Dr[vt] = Vt), this;
14776
+ setRequestHeader: function(bt, Vt) {
14777
+ return Ve == null && (bt = vo[bt.toLowerCase()] = vo[bt.toLowerCase()] || bt, Dr[bt] = Vt), this;
14778
14778
  },
14779
14779
  // Overrides response content-type header
14780
- overrideMimeType: function(vt) {
14781
- return Ve == null && (xt.mimeType = vt), this;
14780
+ overrideMimeType: function(bt) {
14781
+ return Ve == null && (xt.mimeType = bt), this;
14782
14782
  },
14783
14783
  // Status-dependent callbacks
14784
- statusCode: function(vt) {
14784
+ statusCode: function(bt) {
14785
14785
  var Vt;
14786
- if (vt)
14786
+ if (bt)
14787
14787
  if (Ve)
14788
- Je.always(vt[Je.status]);
14788
+ Je.always(bt[Je.status]);
14789
14789
  else
14790
- for (Vt in vt)
14791
- eo[Vt] = [eo[Vt], vt[Vt]];
14790
+ for (Vt in bt)
14791
+ eo[Vt] = [eo[Vt], bt[Vt]];
14792
14792
  return this;
14793
14793
  },
14794
14794
  // Cancel the request
14795
- abort: function(vt) {
14796
- var Vt = vt || mr;
14795
+ abort: function(bt) {
14796
+ var Vt = bt || mr;
14797
14797
  return te && te.abort(Vt), wt(0, Vt), this;
14798
14798
  }
14799
14799
  };
@@ -14825,16 +14825,16 @@ var n_ = { exports: {} };
14825
14825
  }, xt.timeout));
14826
14826
  try {
14827
14827
  Ve = !1, te.send(Dr, wt);
14828
- } catch (vt) {
14828
+ } catch (bt) {
14829
14829
  if (Ve)
14830
- throw vt;
14831
- wt(-1, vt);
14830
+ throw bt;
14831
+ wt(-1, bt);
14832
14832
  }
14833
14833
  }
14834
- function wt(vt, Vt, En, An) {
14834
+ function wt(bt, Vt, En, An) {
14835
14835
  var yn, fn, lr, wr, Oo, oo = Vt;
14836
- Ve || (Ve = !0, Ae && t.clearTimeout(Ae), te = void 0, me = An || "", Je.readyState = vt > 0 ? 4 : 0, yn = vt >= 200 && vt < 300 || vt === 304, En && (wr = zi(xt, Je, En)), !yn && m.inArray("script", xt.dataTypes) > -1 && m.inArray("json", xt.dataTypes) < 0 && (xt.converters["text script"] = function() {
14837
- }), wr = xi(xt, wr, Je, yn), yn ? (xt.ifModified && (Oo = Je.getResponseHeader("Last-Modified"), Oo && (m.lastModified[le] = Oo), Oo = Je.getResponseHeader("etag"), Oo && (m.etag[le] = Oo)), vt === 204 || xt.type === "HEAD" ? oo = "nocontent" : vt === 304 ? oo = "notmodified" : (oo = wr.state, fn = wr.data, lr = wr.error, yn = !lr)) : (lr = oo, (vt || !oo) && (oo = "error", vt < 0 && (vt = 0))), Je.status = vt, Je.statusText = (Vt || oo) + "", yn ? nr.resolveWith(en, [fn, oo, Je]) : nr.rejectWith(en, [Je, oo, lr]), Je.statusCode(eo), eo = void 0, ut && jn.trigger(
14836
+ Ve || (Ve = !0, Ae && t.clearTimeout(Ae), te = void 0, me = An || "", Je.readyState = bt > 0 ? 4 : 0, yn = bt >= 200 && bt < 300 || bt === 304, En && (wr = zi(xt, Je, En)), !yn && m.inArray("script", xt.dataTypes) > -1 && m.inArray("json", xt.dataTypes) < 0 && (xt.converters["text script"] = function() {
14837
+ }), wr = xi(xt, wr, Je, yn), yn ? (xt.ifModified && (Oo = Je.getResponseHeader("Last-Modified"), Oo && (m.lastModified[le] = Oo), Oo = Je.getResponseHeader("etag"), Oo && (m.etag[le] = Oo)), bt === 204 || xt.type === "HEAD" ? oo = "nocontent" : bt === 304 ? oo = "notmodified" : (oo = wr.state, fn = wr.data, lr = wr.error, yn = !lr)) : (lr = oo, (bt || !oo) && (oo = "error", bt < 0 && (bt = 0))), Je.status = bt, Je.statusText = (Vt || oo) + "", yn ? nr.resolveWith(en, [fn, oo, Je]) : nr.rejectWith(en, [Je, oo, lr]), Je.statusCode(eo), eo = void 0, ut && jn.trigger(
14838
14838
  yn ? "ajaxSuccess" : "ajaxError",
14839
14839
  [Je, xt, yn ? fn : lr]
14840
14840
  ), Bn.fireWith(en, [Je, oo]), ut && (jn.trigger("ajaxComplete", [Je, xt]), --m.active || m.event.trigger("ajaxStop")));
@@ -15032,7 +15032,7 @@ var n_ = { exports: {} };
15032
15032
  return [];
15033
15033
  typeof X == "boolean" && (te = X, X = !1);
15034
15034
  var le, me, ye;
15035
- return X || (M.createHTMLDocument ? (X = y.implementation.createHTMLDocument(""), le = X.createElement("base"), le.href = y.location.href, X.head.appendChild(le)) : X = y), me = z.exec(U), ye = !te && [], me ? [X.createElement(me[1])] : (me = yt([U], X, ye), ye && ye.length && m(ye).remove(), m.merge([], me.childNodes));
15035
+ return X || (M.createHTMLDocument ? (X = y.implementation.createHTMLDocument(""), le = X.createElement("base"), le.href = y.location.href, X.head.appendChild(le)) : X = y), me = z.exec(U), ye = !te && [], me ? [X.createElement(me[1])] : (me = St([U], X, ye), ye && ye.length && m(ye).remove(), m.merge([], me.childNodes));
15036
15036
  }, m.fn.load = function(U, X, te) {
15037
15037
  var le, me, ye, Ae = this, et = U.indexOf(" ");
15038
15038
  return et > -1 && (le = $o(U.slice(et)), U = U.slice(0, et)), g(X) ? (te = X, X = void 0) : X && typeof X == "object" && (me = "POST"), Ae.length > 0 && m.ajax({
@@ -15377,7 +15377,7 @@ function r_(c) {
15377
15377
  function Gm(c) {
15378
15378
  return c instanceof Ks;
15379
15379
  }
15380
- const zT = sr.lazy(() => import("./PollComponent-a8f5d783.js"));
15380
+ const zT = sr.lazy(() => import("./PollComponent-4d5fbf4e.js"));
15381
15381
  function YT() {
15382
15382
  return Math.random().toString(36).replace(/[^a-z]+/g, "").substr(0, 5);
15383
15383
  }
@@ -21893,7 +21893,7 @@ function tD({
21893
21893
  const Te = ge.clipboardData || window.clipboardData, Ie = Te == null ? void 0 : Te.getData("text/html");
21894
21894
  if (!Ie)
21895
21895
  return;
21896
- const it = ey(Ie), bt = new DOMParser().parseFromString(it, "text/html"), qe = Yd(Be, bt);
21896
+ const it = ey(Ie), yt = new DOMParser().parseFromString(it, "text/html"), qe = Yd(Be, yt);
21897
21897
  Be.update(() => {
21898
21898
  Et() && oi(qe);
21899
21899
  }), ge.preventDefault();
@@ -21911,8 +21911,8 @@ function tD({
21911
21911
  return Ie != null && Ie.includes(
21912
21912
  '<meta http-equiv=Content-Type content="text/html; charset=utf-8">'
21913
21913
  ) && (Ie != null && Ie.includes("microsoft-com")) ? (R_(Be, h, "", i), !1) : /^https?:\/\/\S+$/.test(it) ? (Be.preventDefault(), h.update(() => {
21914
- const ct = kn(), bt = ir(it), qe = Id(it);
21915
- qe.append(bt), ct.append(qe), oi([ct]);
21914
+ const ct = kn(), yt = ir(it), qe = Id(it);
21915
+ qe.append(yt), ct.append(qe), oi([ct]);
21916
21916
  }), !0) : Ie && !(Ie != null && Ie.includes("Outline")) && !(Ie != null && Ie.includes(
21917
21917
  '<meta http-equiv=Content-Type content="text/html; charset=utf-8">'
21918
21918
  )) && !(Ie != null && Ie.includes("microsoft-com")) ? (Bt(Ie), !0) : Ie != null && Ie.includes("Outline") ? (Xe(Ie), nt(!0), !0) : (ln(Be, h), !0);
@@ -21947,8 +21947,8 @@ function tD({
21947
21947
  Te === null && (Te = Be.getTopLevelElementOrThrow());
21948
21948
  const Ie = Te.getKey(), it = y.getElementByKey(Ie);
21949
21949
  z(ge.hasFormat("bold")), W(ge.hasFormat("italic")), H(ge.hasFormat("underline")), F(ge.hasFormat("strikethrough")), $(ge.hasFormat("subscript")), K(ge.hasFormat("superscript")), ie(ge.hasFormat("code")), ce(ax(ge));
21950
- const ct = gG(ge), bt = ct.getParent();
21951
- Ni(bt) || Ni(ct) ? Y(!0) : Y(!1);
21950
+ const ct = gG(ge), yt = ct.getParent();
21951
+ Ni(yt) || Ni(ct) ? Y(!0) : Y(!1);
21952
21952
  const qe = or(ct, fr);
21953
21953
  if (fr(qe) ? v("table") : v("root"), it !== null)
21954
21954
  if (w(Ie), ur(Te)) {
@@ -21981,11 +21981,11 @@ function tD({
21981
21981
  gd(ge, "font-family", "Arial")
21982
21982
  );
21983
21983
  let Le;
21984
- Ni(bt) && (Le = or(
21984
+ Ni(yt) && (Le = or(
21985
21985
  ct,
21986
21986
  (Ze) => Ct(Ze) && !Ze.isInline()
21987
21987
  )), L(
21988
- Ct(Le) ? Le.getFormatType() : Ct(ct) ? ct.getFormatType() : (bt == null ? void 0 : bt.getFormatType()) || "left"
21988
+ Ct(Le) ? Le.getFormatType() : Ct(ct) ? ct.getFormatType() : (yt == null ? void 0 : yt.getFormatType()) || "left"
21989
21989
  );
21990
21990
  }
21991
21991
  }, [y]);
@@ -21995,14 +21995,14 @@ function tD({
21995
21995
  var it;
21996
21996
  je("");
21997
21997
  const Te = (it = Et()) == null ? void 0 : it.getNodes()[0].__parent;
21998
- return h.getEditorState()._nodeMap.forEach((ct, bt) => {
21999
- if (bt === Te)
21998
+ return h.getEditorState()._nodeMap.forEach((ct, yt) => {
21999
+ if (yt === Te)
22000
22000
  return Ue(ct.__tag);
22001
22001
  }), $t(), S(Be), !1;
22002
22002
  },
22003
22003
  Co
22004
22004
  ), [h, $t]);
22005
- function St() {
22005
+ function vt() {
22006
22006
  const ge = document.querySelectorAll(".block-end"), Be = document.querySelectorAll('figure[type="page-break"]'), Te = Array.from(ge).concat(Array.from(Be));
22007
22007
  if (Te.length === 0)
22008
22008
  return;
@@ -22014,7 +22014,7 @@ function tD({
22014
22014
  jt(() => qr(
22015
22015
  y.registerUpdateListener(({ editorState: ge }) => {
22016
22016
  ge.read(() => {
22017
- $t(), St();
22017
+ $t(), vt();
22018
22018
  });
22019
22019
  }),
22020
22020
  y.registerCommand(
@@ -22040,7 +22040,7 @@ function tD({
22040
22040
  },
22041
22041
  yE
22042
22042
  ), [y, A, c]);
22043
- const Nt = gn(
22043
+ const Ot = gn(
22044
22044
  (ge, Be) => {
22045
22045
  y.update(
22046
22046
  () => {
@@ -22061,8 +22061,8 @@ function tD({
22061
22061
  return;
22062
22062
  Ie.forEach((it, ct) => {
22063
22063
  if (Ht(it)) {
22064
- let bt = it;
22065
- ct === 0 && Be.offset !== 0 && (bt = bt.splitText(Be.offset)[1] || bt), ct === Ie.length - 1 && (bt = bt.splitText(Te.offset)[0] || bt), bt.__style !== "" && bt.setStyle(""), bt.__format !== 0 && (bt.setFormat(0), jS(bt).setFormat("")), it = bt;
22064
+ let yt = it;
22065
+ ct === 0 && Be.offset !== 0 && (yt = yt.splitText(Be.offset)[1] || yt), ct === Ie.length - 1 && (yt = yt.splitText(Te.offset)[0] || yt), yt.__style !== "" && yt.setStyle(""), yt.__format !== 0 && (yt.setFormat(0), jS(yt).setFormat("")), it = yt;
22066
22066
  } else
22067
22067
  MM(it) || yA(it) ? it.replace(kn(), !0) : Am(it) && it.setFormat("");
22068
22068
  });
@@ -22070,14 +22070,14 @@ function tD({
22070
22070
  });
22071
22071
  }, [y]), gn(
22072
22072
  (ge, Be) => {
22073
- Nt({ color: ge }, Be);
22073
+ Ot({ color: ge }, Be);
22074
22074
  },
22075
- [Nt]
22075
+ [Ot]
22076
22076
  ), gn(
22077
22077
  (ge, Be) => {
22078
- Nt({ "background-color": ge }, Be);
22078
+ Ot({ "background-color": ge }, Be);
22079
22079
  },
22080
- [Nt]
22080
+ [Ot]
22081
22081
  ), gn(() => {
22082
22082
  A ? (c(!1), h.dispatchCommand(eu, null)) : (c(!0), h.dispatchCommand(eu, a0("https://")));
22083
22083
  }, [h, A, c]);
@@ -22091,7 +22091,7 @@ function tD({
22091
22091
  });
22092
22092
  },
22093
22093
  [y, m]
22094
- ), yt = () => {
22094
+ ), St = () => {
22095
22095
  b !== "number" ? h.dispatchCommand(Gx, void 0) : h.dispatchCommand(Rx, void 0);
22096
22096
  }, Kt = () => {
22097
22097
  h.focus(), h.dispatchCommand(Ax, void 0);
@@ -22376,7 +22376,7 @@ function tD({
22376
22376
  {
22377
22377
  className: "item",
22378
22378
  onClick: () => {
22379
- yt();
22379
+ St();
22380
22380
  },
22381
22381
  children: [
22382
22382
  /* @__PURE__ */ Me.jsx("img", { src: wR, height: 21, width: 21 }),
@@ -24772,7 +24772,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
24772
24772
  h($e), h(qt);
24773
24773
  return h($e), h(qt), $e;
24774
24774
  case 4:
24775
- var St, Nt, sn, yt, Kt, ge = L, Be = A, Te = Y, Ie = ne, it = ce;
24775
+ var vt, Ot, sn, St, Kt, ge = L, Be = A, Te = Y, Ie = ne, it = ce;
24776
24776
  if (h(ge), h(Be), Be.lm == Be.p[Be.p.length - 1])
24777
24777
  h(ge);
24778
24778
  else {
@@ -24780,21 +24780,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
24780
24780
  return null;
24781
24781
  if (it) {
24782
24782
  it = Be.p[Ie];
24783
- var ct = Be.lm, bt = ge.p[Ie];
24784
- bt == it ? ge.p[Ie] = ct : (it < bt && ge.p[Ie]--, ge.p[Ie] >= ct && (ge.p[Ie]++, h(ge), h(Be)));
24783
+ var ct = Be.lm, yt = ge.p[Ie];
24784
+ yt == it ? ge.p[Ie] = ct : (it < yt && ge.p[Ie]--, ge.p[Ie] >= ct && (ge.p[Ie]++, h(ge), h(Be)));
24785
24785
  } else {
24786
24786
  if (ge.lm !== void 0)
24787
- return h(ge), h(Be), it = ge.p[Ie], bt = ge.p[Ie], ct = ge.lm, sn = Nt = Be.p[Ie], Kt = yt = Be.lm, ge.ic == null && (ge.ic = 0), Be.ic == null && (Be.ic = 0), St = 0, it == Nt ? ct != yt && Te == 0 ? (ge.p[Ie] = yt, h(ge), h(Be), ge) : (h(ge), h(Be), null) : (Nt < it ? (ge.p[Ie]--, bt = ge.p[Ie]) : sn--, (ge.p[Ie] > yt || ge.p[Ie] == yt) && ge.p[Ie]++, sn < ct && (ge.lm--, ge.ic++), bt < yt && (Kt--, St++), Kt < ge.lm ? ge.lm++ : ge.lm == Kt && j(ge, Be, St, Te, 0), ge.lm == ge.p[ge.p.length - 1] ? null : (h(ge), h(Be), ge));
24787
+ return h(ge), h(Be), it = ge.p[Ie], yt = ge.p[Ie], ct = ge.lm, sn = Ot = Be.p[Ie], Kt = St = Be.lm, ge.ic == null && (ge.ic = 0), Be.ic == null && (Be.ic = 0), vt = 0, it == Ot ? ct != St && Te == 0 ? (ge.p[Ie] = St, h(ge), h(Be), ge) : (h(ge), h(Be), null) : (Ot < it ? (ge.p[Ie]--, yt = ge.p[Ie]) : sn--, (ge.p[Ie] > St || ge.p[Ie] == St) && ge.p[Ie]++, sn < ct && (ge.lm--, ge.ic++), yt < St && (Kt--, vt++), Kt < ge.lm ? ge.lm++ : ge.lm == Kt && j(ge, Be, vt, Te, 0), ge.lm == ge.p[ge.p.length - 1] ? null : (h(ge), h(Be), ge));
24788
24788
  if (ge.ld !== void 0 && ge.ldLen !== void 0) {
24789
24789
  if (!(ge.p[Ie] + ge.ldLen <= Be.p[Ie])) {
24790
24790
  if (Be.p[Ie] < ge.p[Ie])
24791
24791
  ge.p[Ie]--;
24792
24792
  else if (ge.p[Ie] <= Be.p[Ie] && Be.p[Ie] < ge.p[Ie] + ge.ldLen && (ge.ldLen--, !(ge.p[Ie] < Be.lm && Be.lm < ge.p[Ie] + ge.ldLen)))
24793
- return ge.p[Ie] + ge.ldLen <= Be.lm ? Be.lm -= ge.ldLen : (ge.p[Ie]++, h(ge)), h(Be), (Nt = y(Be)).p[Ie] = Be.lm, Nt.ld = { type: "newLdLen" }, Nt.ldLen = 1, delete Nt.lm, (it = []).push(ge), it.push(Nt), h(it), h(Be), it;
24793
+ return ge.p[Ie] + ge.ldLen <= Be.lm ? Be.lm -= ge.ldLen : (ge.p[Ie]++, h(ge)), h(Be), (Ot = y(Be)).p[Ie] = Be.lm, Ot.ld = { type: "newLdLen" }, Ot.ldLen = 1, delete Ot.lm, (it = []).push(ge), it.push(Ot), h(it), h(Be), it;
24794
24794
  }
24795
24795
  h(ge), h(Be), ge.p[Ie] + ge.ldLen <= Be.lm || (ge.p[Ie] >= Be.lm ? ge.p[Ie]++ : ge.p[Ie] < Be.lm && Be.lm < ge.p[Ie] + ge.ldLen && ge.ldLen++);
24796
24796
  } else
24797
- ge.li !== void 0 && ge.liObj !== void 0 ? (ge.p[Ie] <= Be.p[Ie] || Be.p[Ie] < ge.p[Ie] && (ge.p[Ie]--, ge.ic == null && (ge.ic = 0), ge.ic++), h(ge), h(Be), ge.p[Ie] < Be.lm || (ge.p[Ie] == Be.lm ? j(ge, Be, 0, Te, Ie) : ge.p[Ie] > Be.lm && ge.p[Ie]++)) : ge.li !== void 0 && ge.ld == null ? (h(ge), h(Be), sn = Be.p[Ie], ct = Be.lm, ge.p[Ie] > sn && (ge.p[Ie]--, ge.ic == null && (ge.ic = 0), ge.ic++), ge.p[Ie] > ct && ge.p[Ie]++, ge.p[Ie] == ct && j(ge, Be, 0, Te, Ie)) : (h(ge), h(Be), bt = Be.p[Ie], yt = Be.lm, (Kt = ge.p[Ie]) == bt ? ge.p[Ie] = yt : (bt < Kt && (ge.p[Ie]--, ge.li !== void 0) && ge.ld !== void 0 && (ge.ic == null && (ge.ic = 0), ge.ic++), ge.p[Ie] >= yt && ge.p[Ie]++));
24797
+ ge.li !== void 0 && ge.liObj !== void 0 ? (ge.p[Ie] <= Be.p[Ie] || Be.p[Ie] < ge.p[Ie] && (ge.p[Ie]--, ge.ic == null && (ge.ic = 0), ge.ic++), h(ge), h(Be), ge.p[Ie] < Be.lm || (ge.p[Ie] == Be.lm ? j(ge, Be, 0, Te, Ie) : ge.p[Ie] > Be.lm && ge.p[Ie]++)) : ge.li !== void 0 && ge.ld == null ? (h(ge), h(Be), sn = Be.p[Ie], ct = Be.lm, ge.p[Ie] > sn && (ge.p[Ie]--, ge.ic == null && (ge.ic = 0), ge.ic++), ge.p[Ie] > ct && ge.p[Ie]++, ge.p[Ie] == ct && j(ge, Be, 0, Te, Ie)) : (h(ge), h(Be), yt = Be.p[Ie], St = Be.lm, (Kt = ge.p[Ie]) == yt ? ge.p[Ie] = St : (yt < Kt && (ge.p[Ie]--, ge.li !== void 0) && ge.ld !== void 0 && (ge.ic == null && (ge.ic = 0), ge.ic++), ge.p[Ie] >= St && ge.p[Ie]++));
24798
24798
  }
24799
24799
  h(ge), h(Be);
24800
24800
  }
@@ -25161,8 +25161,8 @@ otherCic = `).concat(A, "; type = ").concat(Y, "; common = ").concat(O);
25161
25161
  Xe = Xe || new B(), k(Xe, Re);
25162
25162
  else if ((at = I(Ue, Re)) === void 0 && !P(Ue, Re) || !J(Ke, at, Oe, je)) {
25163
25163
  if (Oe.strict || !((Jt, $e, qt, ln, Bt, $t) => {
25164
- var St;
25165
- return (qt = O(qt)) != null ? qt : (St = I($e, qt), Bt = r({}, Bt, { strict: !1 }), (St !== void 0 || P($e, qt)) && J(ln, St, Bt, $t) && !P(Jt, qt) && J(ln, St, Bt, $t));
25164
+ var vt;
25165
+ return (qt = O(qt)) != null ? qt : (vt = I($e, qt), Bt = r({}, Bt, { strict: !1 }), (vt !== void 0 || P($e, qt)) && J(ln, vt, Bt, $t) && !P(Jt, qt) && J(ln, vt, Bt, $t));
25166
25166
  })(Pe, Ue, Re, Ke, Oe, je))
25167
25167
  return !1;
25168
25168
  Xe = Xe || new B(), k(Xe, Re);
@@ -37046,7 +37046,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37046
37046
  function Bt(C) {
37047
37047
  return (C = (C = C.target || C.srcElement || window).correspondingUseElement ? C.correspondingUseElement : C).nodeType === 3 ? C.parentNode : C;
37048
37048
  }
37049
- var $t = null, St = null, Nt = null;
37049
+ var $t = null, vt = null, Ot = null;
37050
37050
  function sn(C) {
37051
37051
  if (C = Iu(C)) {
37052
37052
  if (typeof $t != "function")
@@ -37055,13 +37055,13 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37055
37055
  N && (N = _p(N), $t(C.stateNode, C.type, N));
37056
37056
  }
37057
37057
  }
37058
- function yt(C) {
37059
- St ? Nt ? Nt.push(C) : Nt = [C] : St = C;
37058
+ function St(C) {
37059
+ vt ? Ot ? Ot.push(C) : Ot = [C] : vt = C;
37060
37060
  }
37061
37061
  function Kt() {
37062
- if (St) {
37063
- var C = St, N = Nt;
37064
- if (Nt = St = null, sn(C), N)
37062
+ if (vt) {
37063
+ var C = vt, N = Ot;
37064
+ if (Ot = vt = null, sn(C), N)
37065
37065
  for (C = 0; C < N.length; C++)
37066
37066
  sn(N[C]);
37067
37067
  }
@@ -37075,8 +37075,8 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37075
37075
  function Te() {
37076
37076
  }
37077
37077
  var Ie = ge, it = !1, ct = !1;
37078
- function bt() {
37079
- St === null && Nt === null || (Te(), Kt());
37078
+ function yt() {
37079
+ vt === null && Ot === null || (Te(), Kt());
37080
37080
  }
37081
37081
  function qe(C, N) {
37082
37082
  var q = C.stateNode;
@@ -37122,7 +37122,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37122
37122
  lt = !0, Gt = C;
37123
37123
  } };
37124
37124
  function Ge(C, N, q, re, oe, fe, be, ze, Ne) {
37125
- lt = !1, Gt = null, (function(st, Zt, Ut, cn, Xn, mt, kt, Ot, mn) {
37125
+ lt = !1, Gt = null, (function(st, Zt, Ut, cn, Xn, mt, kt, Nt, mn) {
37126
37126
  var rn = Array.prototype.slice.call(arguments, 3);
37127
37127
  try {
37128
37128
  Zt.apply(Ut, rn);
@@ -37433,7 +37433,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37433
37433
  try {
37434
37434
  Be(oe, C, N, q, re);
37435
37435
  } finally {
37436
- (it = fe) || bt();
37436
+ (it = fe) || yt();
37437
37437
  }
37438
37438
  }
37439
37439
  function Fa(C, N, q, re) {
@@ -37568,7 +37568,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37568
37568
  return "deltaX" in C ? C.deltaX : "wheelDeltaX" in C ? -C.wheelDeltaX : 0;
37569
37569
  }, deltaY: function(C) {
37570
37570
  return "deltaY" in C ? C.deltaY : "wheelDeltaY" in C ? -C.wheelDeltaY : "wheelDelta" in C ? -C.wheelDelta : 0;
37571
- }, deltaZ: 0, deltaMode: 0 })), Dr = [9, 13, 27, 32], vo = e && "CompositionEvent" in window, mr = null, Je = (e && "documentMode" in document && (mr = document.documentMode), e && "TextEvent" in window && !mr), wt = e && (!vo || mr && 8 < mr && mr <= 11), vt = String.fromCharCode(32), Vt = !1;
37571
+ }, deltaZ: 0, deltaMode: 0 })), Dr = [9, 13, 27, 32], vo = e && "CompositionEvent" in window, mr = null, Je = (e && "documentMode" in document && (mr = document.documentMode), e && "TextEvent" in window && !mr), wt = e && (!vo || mr && 8 < mr && mr <= 11), bt = String.fromCharCode(32), Vt = !1;
37572
37572
  function En(C, N) {
37573
37573
  switch (C) {
37574
37574
  case "keyup":
@@ -37592,7 +37592,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37592
37592
  return N === "input" ? fn[C.type] : N === "textarea";
37593
37593
  }
37594
37594
  function wr(C, N, q, re) {
37595
- yt(re), 0 < (N = un(N, "onChange")).length && (q = new Xi("onChange", "change", null, q, re), C.push({ event: q, listeners: N }));
37595
+ St(re), 0 < (N = un(N, "onChange")).length && (q = new Xi("onChange", "change", null, q, re), C.push({ event: q, listeners: N }));
37596
37596
  }
37597
37597
  var Oo = null, oo = null;
37598
37598
  function _i(C) {
@@ -37620,7 +37620,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37620
37620
  try {
37621
37621
  ge(C, N);
37622
37622
  } finally {
37623
- it = !1, bt();
37623
+ it = !1, yt();
37624
37624
  }
37625
37625
  }
37626
37626
  }
@@ -37807,7 +37807,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37807
37807
  re = re.return;
37808
37808
  }
37809
37809
  var st = function() {
37810
- var cn, Xn, mt, kt = fe, Ot = Bt(q), mn = [];
37810
+ var cn, Xn, mt, kt = fe, Nt = Bt(q), mn = [];
37811
37811
  e: {
37812
37812
  var rn = Ba.get(C);
37813
37813
  if (rn !== void 0) {
@@ -37894,12 +37894,12 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37894
37894
  break;
37895
37895
  Pr = Pr.return;
37896
37896
  }
37897
- 0 < rr.length && (rn = new Mn(rn, Dn, null, q, Ot), mn.push({ event: rn, listeners: rr }));
37897
+ 0 < rr.length && (rn = new Mn(rn, Dn, null, q, Nt), mn.push({ event: rn, listeners: rr }));
37898
37898
  }
37899
37899
  }
37900
37900
  if (!(7 & N)) {
37901
- if (Mn = C === "mouseout" || C === "pointerout", (!(rn = C === "mouseover" || C === "pointerover") || 16 & N || !(Dn = q.relatedTarget || q.fromElement) || !ml(Dn) && !Dn[sc]) && (Mn || rn) && (rn = Ot.window === Ot ? Ot : (rn = Ot.ownerDocument) ? rn.defaultView || rn.parentWindow : window, Mn ? (Mn = kt, (Dn = (Dn = q.relatedTarget || q.toElement) ? ml(Dn) : null) !== null && (Dn !== (Nn = Ye(Dn)) || Dn.tag !== 5 && Dn.tag !== 6) && (Dn = null)) : (Mn = null, Dn = kt), Mn !== Dn)) {
37902
- if (rr = te, qn = "onMouseLeave", On = "onMouseEnter", Pr = "mouse", C !== "pointerout" && C !== "pointerover" || (rr = jn, qn = "onPointerLeave", On = "onPointerEnter", Pr = "pointer"), Nn = Mn == null ? rn : lc(Mn), _r = Dn == null ? rn : lc(Dn), (rn = new rr(qn, Pr + "leave", Mn, q, Ot)).target = Nn, rn.relatedTarget = _r, qn = null, ml(Ot) === kt && ((rr = new rr(On, Pr + "enter", Dn, q, Ot)).target = _r, rr.relatedTarget = Nn, qn = rr), Nn = qn, Mn && Dn)
37901
+ if (Mn = C === "mouseout" || C === "pointerout", (!(rn = C === "mouseover" || C === "pointerover") || 16 & N || !(Dn = q.relatedTarget || q.fromElement) || !ml(Dn) && !Dn[sc]) && (Mn || rn) && (rn = Nt.window === Nt ? Nt : (rn = Nt.ownerDocument) ? rn.defaultView || rn.parentWindow : window, Mn ? (Mn = kt, (Dn = (Dn = q.relatedTarget || q.toElement) ? ml(Dn) : null) !== null && (Dn !== (Nn = Ye(Dn)) || Dn.tag !== 5 && Dn.tag !== 6) && (Dn = null)) : (Mn = null, Dn = kt), Mn !== Dn)) {
37902
+ if (rr = te, qn = "onMouseLeave", On = "onMouseEnter", Pr = "mouse", C !== "pointerout" && C !== "pointerover" || (rr = jn, qn = "onPointerLeave", On = "onPointerEnter", Pr = "pointer"), Nn = Mn == null ? rn : lc(Mn), _r = Dn == null ? rn : lc(Dn), (rn = new rr(qn, Pr + "leave", Mn, q, Nt)).target = Nn, rn.relatedTarget = _r, qn = null, ml(Nt) === kt && ((rr = new rr(On, Pr + "enter", Dn, q, Nt)).target = _r, rr.relatedTarget = Nn, qn = rr), Nn = qn, Mn && Dn)
37903
37903
  e: {
37904
37904
  for (On = Dn, Pr = 0, _r = rr = Mn; _r; _r = Zn(_r))
37905
37905
  Pr++;
@@ -37920,7 +37920,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37920
37920
  rr = null;
37921
37921
  Mn !== null && In(mn, rn, Mn, rr, !1), Dn !== null && Nn !== null && In(mn, Nn, Dn, rr, !0);
37922
37922
  }
37923
- switch ((Mn = (rn = kt ? lc(kt) : window).nodeName && rn.nodeName.toLowerCase()) === "select" || Mn === "input" && rn.type === "file" ? cn = Qi : lr(rn) ? bp ? cn = ms : (cn = nc, Xn = Mr) : !(Mn = rn.nodeName) || Mn.toLowerCase() !== "input" || rn.type !== "checkbox" && rn.type !== "radio" || (cn = Di), (cn = cn && cn(C, kt)) ? wr(mn, cn, q, Ot) : (Xn && Xn(C, rn, kt), C === "focusout" && (Xn = rn._wrapperState) && Xn.controlled && rn.type === "number" && ce(rn, "number", rn.value)), Xn = kt ? lc(kt) : window, C) {
37923
+ switch ((Mn = (rn = kt ? lc(kt) : window).nodeName && rn.nodeName.toLowerCase()) === "select" || Mn === "input" && rn.type === "file" ? cn = Qi : lr(rn) ? bp ? cn = ms : (cn = nc, Xn = Mr) : !(Mn = rn.nodeName) || Mn.toLowerCase() !== "input" || rn.type !== "checkbox" && rn.type !== "radio" || (cn = Di), (cn = cn && cn(C, kt)) ? wr(mn, cn, q, Nt) : (Xn && Xn(C, rn, kt), C === "focusout" && (Xn = rn._wrapperState) && Xn.controlled && rn.type === "number" && ce(rn, "number", rn.value)), Xn = kt ? lc(kt) : window, C) {
37924
37924
  case "focusin":
37925
37925
  !lr(Xn) && Xn.contentEditable !== "true" || (ta = Xn, ys = kt, Ua = null);
37926
37926
  break;
@@ -37933,14 +37933,14 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37933
37933
  case "contextmenu":
37934
37934
  case "mouseup":
37935
37935
  case "dragend":
37936
- Ou = !1, Ml(mn, q, Ot);
37936
+ Ou = !1, Ml(mn, q, Nt);
37937
37937
  break;
37938
37938
  case "selectionchange":
37939
37939
  if (fl)
37940
37940
  break;
37941
37941
  case "keydown":
37942
37942
  case "keyup":
37943
- Ml(mn, q, Ot);
37943
+ Ml(mn, q, Nt);
37944
37944
  }
37945
37945
  if (vo)
37946
37946
  e: {
@@ -37959,14 +37959,14 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37959
37959
  }
37960
37960
  else
37961
37961
  yn ? En(C, q) && (Jn = "onCompositionEnd") : C === "keydown" && q.keyCode === 229 && (Jn = "onCompositionStart");
37962
- Jn && (wt && q.locale !== "ko" && (yn || Jn !== "onCompositionStart" ? Jn === "onCompositionEnd" && yn && (mt = zi()) : (Bi = "value" in (li = Ot) ? li.value : li.textContent, yn = !0)), 0 < (Xn = un(kt, Jn)).length) && (Jn = new et(Jn, C, null, q, Ot), mn.push({ event: Jn, listeners: Xn }), mt || (mt = An(q)) !== null) && (Jn.data = mt), (mt = (Je ? (cr, Wn) => {
37962
+ Jn && (wt && q.locale !== "ko" && (yn || Jn !== "onCompositionStart" ? Jn === "onCompositionEnd" && yn && (mt = zi()) : (Bi = "value" in (li = Nt) ? li.value : li.textContent, yn = !0)), 0 < (Xn = un(kt, Jn)).length) && (Jn = new et(Jn, C, null, q, Nt), mn.push({ event: Jn, listeners: Xn }), mt || (mt = An(q)) !== null) && (Jn.data = mt), (mt = (Je ? (cr, Wn) => {
37963
37963
  switch (cr) {
37964
37964
  case "compositionend":
37965
37965
  return An(Wn);
37966
37966
  case "keypress":
37967
- return Wn.which !== 32 ? null : (Vt = !0, vt);
37967
+ return Wn.which !== 32 ? null : (Vt = !0, bt);
37968
37968
  case "textInput":
37969
- return (cr = Wn.data) === vt && Vt ? null : cr;
37969
+ return (cr = Wn.data) === bt && Vt ? null : cr;
37970
37970
  default:
37971
37971
  return null;
37972
37972
  }
@@ -37988,7 +37988,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37988
37988
  case "compositionend":
37989
37989
  return wt && Wn.locale !== "ko" ? null : Wn.data;
37990
37990
  }
37991
- })(C, q)) && 0 < (kt = un(kt, "onBeforeInput")).length && (Ot = new et("onBeforeInput", "beforeinput", null, q, Ot), mn.push({ event: Ot, listeners: kt }), Ot.data = mt);
37991
+ })(C, q)) && 0 < (kt = un(kt, "onBeforeInput")).length && (Nt = new et("onBeforeInput", "beforeinput", null, q, Nt), mn.push({ event: Nt, listeners: kt }), Nt.data = mt);
37992
37992
  }
37993
37993
  He(mn, N);
37994
37994
  }, Zt = void 0, Ut = void 0;
@@ -37999,7 +37999,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
37999
37999
  try {
38000
38000
  Ie(st, Zt, Ut);
38001
38001
  } finally {
38002
- ct = !1, bt();
38002
+ ct = !1, yt();
38003
38003
  }
38004
38004
  }
38005
38005
  }
@@ -38406,8 +38406,8 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
38406
38406
  }
38407
38407
  function Ly(C) {
38408
38408
  function N(mt, kt) {
38409
- var Ot;
38410
- C && ((Ot = mt.lastEffect) !== null ? (Ot.nextEffect = kt, mt.lastEffect = kt) : mt.firstEffect = mt.lastEffect = kt, kt.nextEffect = null, kt.flags = 8);
38409
+ var Nt;
38410
+ C && ((Nt = mt.lastEffect) !== null ? (Nt.nextEffect = kt, mt.lastEffect = kt) : mt.firstEffect = mt.lastEffect = kt, kt.nextEffect = null, kt.flags = 8);
38411
38411
  }
38412
38412
  function q(mt, kt) {
38413
38413
  if (C)
@@ -38423,10 +38423,10 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
38423
38423
  function oe(mt, kt) {
38424
38424
  return (mt = Ps(mt, kt)).index = 0, mt.sibling = null, mt;
38425
38425
  }
38426
- function fe(mt, kt, Ot) {
38427
- if (mt.index = Ot, C) {
38428
- if ((Ot = mt.alternate) !== null)
38429
- return (Ot = Ot.index) < kt ? (mt.flags = 2, kt) : Ot;
38426
+ function fe(mt, kt, Nt) {
38427
+ if (mt.index = Nt, C) {
38428
+ if ((Nt = mt.alternate) !== null)
38429
+ return (Nt = Nt.index) < kt ? (mt.flags = 2, kt) : Nt;
38430
38430
  mt.flags = 2;
38431
38431
  }
38432
38432
  return kt;
@@ -38434,84 +38434,84 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
38434
38434
  function be(mt) {
38435
38435
  return C && mt.alternate === null && (mt.flags = 2), mt;
38436
38436
  }
38437
- function ze(mt, kt, Ot, mn) {
38438
- return kt === null || kt.tag !== 6 ? (kt = lg(Ot, mt.mode, mn)).return = mt : (kt = oe(kt, Ot)).return = mt, kt;
38437
+ function ze(mt, kt, Nt, mn) {
38438
+ return kt === null || kt.tag !== 6 ? (kt = lg(Nt, mt.mode, mn)).return = mt : (kt = oe(kt, Nt)).return = mt, kt;
38439
38439
  }
38440
- function Ne(mt, kt, Ot, mn) {
38441
- return kt !== null && kt.elementType === Ot.type ? ((mn = oe(kt, Ot.props)).ref = Yu(0, kt, Ot), mn.return = mt) : ((mn = $p(Ot.type, Ot.key, Ot.props, null, mt.mode, mn)).ref = Yu(0, kt, Ot), mn.return = mt), mn;
38440
+ function Ne(mt, kt, Nt, mn) {
38441
+ return kt !== null && kt.elementType === Nt.type ? ((mn = oe(kt, Nt.props)).ref = Yu(0, kt, Nt), mn.return = mt) : ((mn = $p(Nt.type, Nt.key, Nt.props, null, mt.mode, mn)).ref = Yu(0, kt, Nt), mn.return = mt), mn;
38442
38442
  }
38443
- function st(mt, kt, Ot, mn) {
38444
- return kt === null || kt.tag !== 4 || kt.stateNode.containerInfo !== Ot.containerInfo || kt.stateNode.implementation !== Ot.implementation ? (kt = cg(Ot, mt.mode, mn)).return = mt : (kt = oe(kt, Ot.children || [])).return = mt, kt;
38443
+ function st(mt, kt, Nt, mn) {
38444
+ return kt === null || kt.tag !== 4 || kt.stateNode.containerInfo !== Nt.containerInfo || kt.stateNode.implementation !== Nt.implementation ? (kt = cg(Nt, mt.mode, mn)).return = mt : (kt = oe(kt, Nt.children || [])).return = mt, kt;
38445
38445
  }
38446
- function Zt(mt, kt, Ot, mn, rn) {
38447
- return kt === null || kt.tag !== 7 ? (kt = vc(Ot, mt.mode, mn, rn)).return = mt : (kt = oe(kt, Ot)).return = mt, kt;
38446
+ function Zt(mt, kt, Nt, mn, rn) {
38447
+ return kt === null || kt.tag !== 7 ? (kt = vc(Nt, mt.mode, mn, rn)).return = mt : (kt = oe(kt, Nt)).return = mt, kt;
38448
38448
  }
38449
- function Ut(mt, kt, Ot) {
38449
+ function Ut(mt, kt, Nt) {
38450
38450
  if (typeof kt == "string" || typeof kt == "number")
38451
- return (kt = lg("" + kt, mt.mode, Ot)).return = mt, kt;
38451
+ return (kt = lg("" + kt, mt.mode, Nt)).return = mt, kt;
38452
38452
  if (typeof kt == "object" && kt !== null) {
38453
38453
  switch (kt.$$typeof) {
38454
38454
  case D:
38455
- return (Ot = $p(kt.type, kt.key, kt.props, null, mt.mode, Ot)).ref = Yu(0, null, kt), Ot.return = mt, Ot;
38455
+ return (Nt = $p(kt.type, kt.key, kt.props, null, mt.mode, Nt)).ref = Yu(0, null, kt), Nt.return = mt, Nt;
38456
38456
  case E:
38457
- return (kt = cg(kt, mt.mode, Ot)).return = mt, kt;
38457
+ return (kt = cg(kt, mt.mode, Nt)).return = mt, kt;
38458
38458
  }
38459
38459
  if (Pp(kt) || Z(kt))
38460
- return (kt = vc(kt, mt.mode, Ot, null)).return = mt, kt;
38460
+ return (kt = vc(kt, mt.mode, Nt, null)).return = mt, kt;
38461
38461
  Np(mt, kt);
38462
38462
  }
38463
38463
  return null;
38464
38464
  }
38465
- function cn(mt, kt, Ot, mn) {
38465
+ function cn(mt, kt, Nt, mn) {
38466
38466
  var rn = kt !== null ? kt.key : null;
38467
- if (typeof Ot == "string" || typeof Ot == "number")
38468
- return rn !== null ? null : ze(mt, kt, "" + Ot, mn);
38469
- if (typeof Ot == "object" && Ot !== null) {
38470
- switch (Ot.$$typeof) {
38467
+ if (typeof Nt == "string" || typeof Nt == "number")
38468
+ return rn !== null ? null : ze(mt, kt, "" + Nt, mn);
38469
+ if (typeof Nt == "object" && Nt !== null) {
38470
+ switch (Nt.$$typeof) {
38471
38471
  case D:
38472
- return Ot.key === rn ? Ot.type === j ? Zt(mt, kt, Ot.props.children, mn, rn) : Ne(mt, kt, Ot, mn) : null;
38472
+ return Nt.key === rn ? Nt.type === j ? Zt(mt, kt, Nt.props.children, mn, rn) : Ne(mt, kt, Nt, mn) : null;
38473
38473
  case E:
38474
- return Ot.key === rn ? st(mt, kt, Ot, mn) : null;
38474
+ return Nt.key === rn ? st(mt, kt, Nt, mn) : null;
38475
38475
  }
38476
- if (Pp(Ot) || Z(Ot))
38477
- return rn !== null ? null : Zt(mt, kt, Ot, mn, null);
38478
- Np(mt, Ot);
38476
+ if (Pp(Nt) || Z(Nt))
38477
+ return rn !== null ? null : Zt(mt, kt, Nt, mn, null);
38478
+ Np(mt, Nt);
38479
38479
  }
38480
38480
  return null;
38481
38481
  }
38482
- function Xn(mt, kt, Ot, mn, rn) {
38482
+ function Xn(mt, kt, Nt, mn, rn) {
38483
38483
  if (typeof mn == "string" || typeof mn == "number")
38484
- return ze(kt, mt = mt.get(Ot) || null, "" + mn, rn);
38484
+ return ze(kt, mt = mt.get(Nt) || null, "" + mn, rn);
38485
38485
  if (typeof mn == "object" && mn !== null) {
38486
38486
  switch (mn.$$typeof) {
38487
38487
  case D:
38488
- return mt = mt.get(mn.key === null ? Ot : mn.key) || null, mn.type === j ? Zt(kt, mt, mn.props.children, rn, mn.key) : Ne(kt, mt, mn, rn);
38488
+ return mt = mt.get(mn.key === null ? Nt : mn.key) || null, mn.type === j ? Zt(kt, mt, mn.props.children, rn, mn.key) : Ne(kt, mt, mn, rn);
38489
38489
  case E:
38490
- return st(kt, mt = mt.get(mn.key === null ? Ot : mn.key) || null, mn, rn);
38490
+ return st(kt, mt = mt.get(mn.key === null ? Nt : mn.key) || null, mn, rn);
38491
38491
  }
38492
38492
  if (Pp(mn) || Z(mn))
38493
- return Zt(kt, mt = mt.get(Ot) || null, mn, rn, null);
38493
+ return Zt(kt, mt = mt.get(Nt) || null, mn, rn, null);
38494
38494
  Np(kt, mn);
38495
38495
  }
38496
38496
  return null;
38497
38497
  }
38498
- return function(mt, kt, Ot, mn) {
38499
- var rn = typeof Ot == "object" && Ot !== null && Ot.type === j && Ot.key === null, Mn = typeof (Ot = rn ? Ot.props.children : Ot) == "object" && Ot !== null;
38498
+ return function(mt, kt, Nt, mn) {
38499
+ var rn = typeof Nt == "object" && Nt !== null && Nt.type === j && Nt.key === null, Mn = typeof (Nt = rn ? Nt.props.children : Nt) == "object" && Nt !== null;
38500
38500
  if (Mn)
38501
- switch (Ot.$$typeof) {
38501
+ switch (Nt.$$typeof) {
38502
38502
  case D:
38503
38503
  e: {
38504
- for (Mn = Ot.key, rn = kt; rn !== null; ) {
38504
+ for (Mn = Nt.key, rn = kt; rn !== null; ) {
38505
38505
  if (rn.key === Mn) {
38506
38506
  switch (rn.tag) {
38507
38507
  case 7:
38508
- if (Ot.type !== j)
38508
+ if (Nt.type !== j)
38509
38509
  break;
38510
- q(mt, rn.sibling), (kt = oe(rn, Ot.props.children)).return = mt, mt = kt;
38510
+ q(mt, rn.sibling), (kt = oe(rn, Nt.props.children)).return = mt, mt = kt;
38511
38511
  break e;
38512
38512
  default:
38513
- if (rn.elementType === Ot.type) {
38514
- q(mt, rn.sibling), (kt = oe(rn, Ot.props)).ref = Yu(0, rn, Ot), kt.return = mt, mt = kt;
38513
+ if (rn.elementType === Nt.type) {
38514
+ q(mt, rn.sibling), (kt = oe(rn, Nt.props)).ref = Yu(0, rn, Nt), kt.return = mt, mt = kt;
38515
38515
  break e;
38516
38516
  }
38517
38517
  }
@@ -38520,15 +38520,15 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
38520
38520
  }
38521
38521
  N(mt, rn), rn = rn.sibling;
38522
38522
  }
38523
- mt = Ot.type === j ? ((kt = vc(Ot.props.children, mt.mode, mn, Ot.key)).return = mt, kt) : ((mn = $p(Ot.type, Ot.key, Ot.props, null, mt.mode, mn)).ref = Yu(0, kt, Ot), mn.return = mt, mn);
38523
+ mt = Nt.type === j ? ((kt = vc(Nt.props.children, mt.mode, mn, Nt.key)).return = mt, kt) : ((mn = $p(Nt.type, Nt.key, Nt.props, null, mt.mode, mn)).ref = Yu(0, kt, Nt), mn.return = mt, mn);
38524
38524
  }
38525
38525
  return be(mt);
38526
38526
  case E:
38527
38527
  e: {
38528
- for (rn = Ot.key; kt !== null; ) {
38528
+ for (rn = Nt.key; kt !== null; ) {
38529
38529
  if (kt.key === rn) {
38530
- if (kt.tag === 4 && kt.stateNode.containerInfo === Ot.containerInfo && kt.stateNode.implementation === Ot.implementation) {
38531
- q(mt, kt.sibling), (kt = oe(kt, Ot.children || [])).return = mt, mt = kt;
38530
+ if (kt.tag === 4 && kt.stateNode.containerInfo === Nt.containerInfo && kt.stateNode.implementation === Nt.implementation) {
38531
+ q(mt, kt.sibling), (kt = oe(kt, Nt.children || [])).return = mt, mt = kt;
38532
38532
  break e;
38533
38533
  }
38534
38534
  q(mt, kt);
@@ -38536,14 +38536,14 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
38536
38536
  }
38537
38537
  N(mt, kt), kt = kt.sibling;
38538
38538
  }
38539
- (kt = cg(Ot, mt.mode, mn)).return = mt, mt = kt;
38539
+ (kt = cg(Nt, mt.mode, mn)).return = mt, mt = kt;
38540
38540
  }
38541
38541
  return be(mt);
38542
38542
  }
38543
- if (typeof Ot == "string" || typeof Ot == "number")
38544
- return Ot = "" + Ot, (kt = kt !== null && kt.tag === 6 ? (q(mt, kt.sibling), oe(kt, Ot)) : (q(mt, kt), lg(Ot, mt.mode, mn))).return = mt, be(mt = kt);
38545
- if (Pp(Ot)) {
38546
- for (var Dn = mt, Nn = kt, On = Ot, rr = mn, Pr = null, _r = null, qn = Nn, Jn = Nn = 0, cr = null; qn !== null && Jn < On.length; Jn++) {
38543
+ if (typeof Nt == "string" || typeof Nt == "number")
38544
+ return Nt = "" + Nt, (kt = kt !== null && kt.tag === 6 ? (q(mt, kt.sibling), oe(kt, Nt)) : (q(mt, kt), lg(Nt, mt.mode, mn))).return = mt, be(mt = kt);
38545
+ if (Pp(Nt)) {
38546
+ for (var Dn = mt, Nn = kt, On = Nt, rr = mn, Pr = null, _r = null, qn = Nn, Jn = Nn = 0, cr = null; qn !== null && Jn < On.length; Jn++) {
38547
38547
  qn.index > Jn ? (cr = qn, qn = null) : cr = qn.sibling;
38548
38548
  var Wn = cn(Dn, qn, On[Jn], rr);
38549
38549
  if (Wn === null) {
@@ -38566,8 +38566,8 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
38566
38566
  }
38567
38567
  return Pr;
38568
38568
  }
38569
- if (Z(Ot)) {
38570
- var no = mt, qi = kt, Da = Ot, fg = mn, Dl = Z(Da);
38569
+ if (Z(Nt)) {
38570
+ var no = mt, qi = kt, Da = Nt, fg = mn, Dl = Z(Da);
38571
38571
  if (typeof Dl != "function")
38572
38572
  throw Error(i(150));
38573
38573
  if ((Da = Dl.call(Da)) == null)
@@ -38595,7 +38595,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
38595
38595
  }
38596
38596
  return Dl;
38597
38597
  }
38598
- if (Mn && Np(mt, Ot), Ot === void 0 && !rn)
38598
+ if (Mn && Np(mt, Nt), Nt === void 0 && !rn)
38599
38599
  switch (mt.tag) {
38600
38600
  case 1:
38601
38601
  case 22:
@@ -38826,19 +38826,19 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " "));
38826
38826
  }))[1], st = Zt[0], Zt = jo, Ut = (mt = C.memoizedState).refs, cn = Ut.getSnapshot, Xn = mt.source, mt = mt.subscribe, kt = ao;
38827
38827
  return C.memoizedState = { refs: Ut, source: N, subscribe: re }, ze.useEffect(function() {
38828
38828
  Ut.getSnapshot = q, Ut.setSnapshot = Ne;
38829
- var Ot = fe(N._source);
38830
- if (!di(be, Ot)) {
38831
- Ot = q(N._source), di(st, Ot) || (Ne(Ot), Ot = Ts(kt), oe.mutableReadLanes |= Ot & oe.pendingLanes), Ot = oe.mutableReadLanes, oe.entangledLanes |= Ot;
38832
- for (var mn = oe.entanglements, rn = Ot; 0 < rn; ) {
38829
+ var Nt = fe(N._source);
38830
+ if (!di(be, Nt)) {
38831
+ Nt = q(N._source), di(st, Nt) || (Ne(Nt), Nt = Ts(kt), oe.mutableReadLanes |= Nt & oe.pendingLanes), Nt = oe.mutableReadLanes, oe.entangledLanes |= Nt;
38832
+ for (var mn = oe.entanglements, rn = Nt; 0 < rn; ) {
38833
38833
  var Mn = 31 - Ro(rn), Dn = 1 << Mn;
38834
- mn[Mn] |= Ot, rn &= ~Dn;
38834
+ mn[Mn] |= Nt, rn &= ~Dn;
38835
38835
  }
38836
38836
  }
38837
38837
  }, [q, N, re]), ze.useEffect(function() {
38838
38838
  return re(N._source, function() {
38839
- var Ot = Ut.getSnapshot, mn = Ut.setSnapshot;
38839
+ var Nt = Ut.getSnapshot, mn = Ut.setSnapshot;
38840
38840
  try {
38841
- mn(Ot(N._source));
38841
+ mn(Nt(N._source));
38842
38842
  var rn = Ts(kt);
38843
38843
  oe.mutableReadLanes |= rn & oe.pendingLanes;
38844
38844
  } catch (Mn) {
@@ -39849,9 +39849,9 @@ Error generating stack: ` + fe.message + `
39849
39849
  var Ne, st, Zt, Ut, cn = ze, Xn = (!(2 & Mn.mode) && ((Ne = Mn.alternate) ? (Mn.updateQueue = Ne.updateQueue, Mn.memoizedState = Ne.memoizedState, Mn.lanes = Ne.lanes) : (Mn.updateQueue = null, Mn.memoizedState = null)), !!(1 & io.current)), mt = be;
39850
39850
  do
39851
39851
  if (Ut = (Ut = mt.tag === 13) ? (st = mt.memoizedState) !== null ? st.dehydrated !== null : (Zt = mt.memoizedProps).fallback !== void 0 && (Zt.unstable_avoidThisFallback !== !0 || !Xn) : Ut) {
39852
- var kt, Ot, mn = mt.updateQueue;
39852
+ var kt, Nt, mn = mt.updateQueue;
39853
39853
  if (mn === null ? ((kt = /* @__PURE__ */ new Set()).add(cn), mt.updateQueue = kt) : mn.add(cn), !(2 & mt.mode)) {
39854
- mt.flags |= 64, Mn.flags |= 16384, Mn.flags &= -2981, Mn.tag === 1 && (Mn.alternate === null ? Mn.tag = 17 : ((Ot = _s(-1, 1)).tag = 2, Ds(Mn, Ot))), Mn.lanes |= 1;
39854
+ mt.flags |= 64, Mn.flags |= 16384, Mn.flags &= -2981, Mn.tag === 1 && (Mn.alternate === null ? Mn.tag = 17 : ((Nt = _s(-1, 1)).tag = 2, Ds(Mn, Nt))), Mn.lanes |= 1;
39855
39855
  break e;
39856
39856
  }
39857
39857
  ze = void 0;
@@ -40189,7 +40189,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
40189
40189
  st = null;
40190
40190
  break e;
40191
40191
  }
40192
- var cn, Xn = 0, mt = -1, kt = -1, Ot = 0, mn = 0, rn = Ne, Mn = null;
40192
+ var cn, Xn = 0, mt = -1, kt = -1, Nt = 0, mn = 0, rn = Ne, Mn = null;
40193
40193
  t:
40194
40194
  for (; ; ) {
40195
40195
  for (; rn !== st || ze !== 0 && rn.nodeType !== 3 || (mt = Xn + ze), rn !== Zt || Ut !== 0 && rn.nodeType !== 3 || (kt = Xn + Ut), rn.nodeType === 3 && (Xn += rn.nodeValue.length), (cn = rn.firstChild) !== null; )
@@ -40197,7 +40197,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
40197
40197
  for (; ; ) {
40198
40198
  if (rn === Ne)
40199
40199
  break t;
40200
- if (Mn === st && ++Ot === ze && (mt = Xn), Mn === Zt && ++mn === Ut && (kt = Xn), (cn = rn.nextSibling) !== null)
40200
+ if (Mn === st && ++Nt === ze && (mt = Xn), Mn === Zt && ++mn === Ut && (kt = Xn), (cn = rn.nextSibling) !== null)
40201
40201
  break;
40202
40202
  Mn = (rn = Mn).parentNode;
40203
40203
  }
@@ -40785,7 +40785,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
40785
40785
  } finally {
40786
40786
  ($n = q) === 0 && (mc(), ba());
40787
40787
  }
40788
- }, mr = { Events: [Iu, lc, _p, yt, Kt, Gs, { current: !(Te = function() {
40788
+ }, mr = { Events: [Iu, lc, _p, St, Kt, Gs, { current: !(Te = function() {
40789
40789
  var C;
40790
40790
  !(49 & $n) && (Ja !== null && (C = Ja, Ja = null, C.forEach(function(N) {
40791
40791
  N.expiredLanes |= 24 & N.pendingLanes, Hi(N, Zo());
@@ -41858,12 +41858,12 @@ Has styled-components' style tag been unmounted or altered by another script?
41858
41858
  var $t = function(Se) {
41859
41859
  return Array.isArray(Se) && (Se.isCss = !0), Se;
41860
41860
  };
41861
- function St(Se) {
41861
+ function vt(Se) {
41862
41862
  for (var Fe = arguments.length, tt = new Array(1 < Fe ? Fe - 1 : 0), Qe = 1; Qe < Fe; Qe++)
41863
41863
  tt[Qe - 1] = arguments[Qe];
41864
41864
  return x(Se) || S(Se) ? $t(Bt(y(b, [Se].concat(tt)))) : tt.length === 0 && Se.length === 1 && typeof Se[0] == "string" ? Se : $t(Bt(y(Se, tt)));
41865
41865
  }
41866
- var Nt = /invalid hook call/i, sn = /* @__PURE__ */ new Set(), yt = function(Se, Fe) {
41866
+ var Ot = /invalid hook call/i, sn = /* @__PURE__ */ new Set(), St = function(Se, Fe) {
41867
41867
  if (r.env.NODE_ENV !== "production") {
41868
41868
  var tt = "The component " + Se + (Fe ? ' with the id of "' + Fe + '"' : "") + ` has been created dynamically.
41869
41869
  You may see this warning because you've called styled inside another component.
@@ -41871,7 +41871,7 @@ To resolve this only create new StyledComponents outside of any render method an
41871
41871
  try {
41872
41872
  var gt = !0;
41873
41873
  console.error = function(Mt) {
41874
- if (Nt.test(Mt))
41874
+ if (Ot.test(Mt))
41875
41875
  gt = !1, sn.delete(tt);
41876
41876
  else {
41877
41877
  for (var we = arguments.length, We = new Array(1 < we ? we - 1 : 0), ht = 1; ht < we; ht++)
@@ -41880,7 +41880,7 @@ To resolve this only create new StyledComponents outside of any render method an
41880
41880
  }
41881
41881
  }, i.useRef(), gt && !sn.has(tt) && sn.add(tt);
41882
41882
  } catch (Mt) {
41883
- Nt.test(Mt.message) && sn.delete(tt);
41883
+ Ot.test(Mt.message) && sn.delete(tt);
41884
41884
  } finally {
41885
41885
  console.error = Qe;
41886
41886
  }
@@ -41899,7 +41899,7 @@ To resolve this only create new StyledComponents outside of any render method an
41899
41899
  }
41900
41900
  var ct = function(Se) {
41901
41901
  return typeof Se == "function" || typeof Se == "object" && Se !== null && !Array.isArray(Se);
41902
- }, bt = function(Se) {
41902
+ }, yt = function(Se) {
41903
41903
  return Se !== "__proto__" && Se !== "constructor" && Se !== "prototype";
41904
41904
  };
41905
41905
  function qe(Se) {
@@ -41909,7 +41909,7 @@ To resolve this only create new StyledComponents outside of any render method an
41909
41909
  var Lt = ht[We];
41910
41910
  if (ct(Lt))
41911
41911
  for (var zt in Lt)
41912
- bt(zt) && (gt = Se, Mt = Lt[zt], we = gt[zt], ct(Mt) && ct(we) ? qe(we, Mt) : gt[zt] = Mt);
41912
+ yt(zt) && (gt = Se, Mt = Lt[zt], we = gt[zt], ct(Mt) && ct(we) ? qe(we, Mt) : gt[zt] = Mt);
41913
41913
  }
41914
41914
  return Se;
41915
41915
  }
@@ -41943,7 +41943,7 @@ To resolve this only create new StyledComponents outside of any render method an
41943
41943
  return this._foldedDefaultProps;
41944
41944
  }, set: function(xn) {
41945
41945
  this._foldedDefaultProps = Qe ? qe({}, Se.defaultProps, xn) : xn;
41946
- } }), r.env.NODE_ENV !== "production" && (yt(We, ht), tn.warnTooManyClasses = (nn = !(Wt = {}), function(xn) {
41946
+ } }), r.env.NODE_ENV !== "production" && (St(We, ht), tn.warnTooManyClasses = (nn = !(Wt = {}), function(xn) {
41947
41947
  !nn && (Wt[xn] = !0, 200 <= Object.keys(Wt).length) && (nn = !0, Wt = {});
41948
41948
  })), Object.defineProperty(tn, "toString", { value: function() {
41949
41949
  return "." + tn.styledComponentId;
@@ -41953,7 +41953,7 @@ To resolve this only create new StyledComponents outside of any render method an
41953
41953
  return function Fe(tt, Qe, gt) {
41954
41954
  var Mt;
41955
41955
  return gt === void 0 && (gt = _), l.isValidElementType(Qe) ? ((Mt = function() {
41956
- return tt(Qe, gt, St.apply(void 0, arguments));
41956
+ return tt(Qe, gt, vt.apply(void 0, arguments));
41957
41957
  }).withConfig = function(we) {
41958
41958
  return Fe(tt, Qe, h({}, gt, {}, we));
41959
41959
  }, Mt.attrs = function(we) {
@@ -42001,7 +42001,7 @@ To resolve this only create new StyledComponents outside of any render method an
42001
42001
  }, o.__PRIVATE__ = Ge, o.createGlobalStyle = function(Se) {
42002
42002
  for (var Fe = arguments.length, tt = new Array(1 < Fe ? Fe - 1 : 0), Qe = 1; Qe < Fe; Qe++)
42003
42003
  tt[Qe - 1] = arguments[Qe];
42004
- var gt = St.apply(void 0, [Se].concat(tt)), Mt = "sc-global-" + Ie(JSON.stringify(gt)), we = new Qt(gt, Mt);
42004
+ var gt = vt.apply(void 0, [Se].concat(tt)), Mt = "sc-global-" + Ie(JSON.stringify(gt)), we = new Qt(gt, Mt);
42005
42005
  function We(Lt) {
42006
42006
  var zt = _e(), tn = Xe(), Wt = i.useContext(Le), nn = i.useRef(zt.allocateGSInstance(Mt)).current;
42007
42007
  return r.env.NODE_ENV !== "production" && u.Children.count(Lt.children), r.env.NODE_ENV !== "production" && gt.some(function(on) {
@@ -42016,12 +42016,12 @@ To resolve this only create new StyledComponents outside of any render method an
42016
42016
  function ht(Lt, zt, tn, Wt, nn) {
42017
42017
  we.isStatic ? we.renderStyles(Lt, j, tn, nn) : (zt = h({}, zt, { theme: Kt(zt, Wt, We.defaultProps) }), we.renderStyles(Lt, zt, tn, nn));
42018
42018
  }
42019
- return r.env.NODE_ENV !== "production" && yt(Mt), u.memo(We);
42020
- }, o.css = St, o.default = Xt, o.isStyledComponent = m, o.keyframes = function(Se) {
42019
+ return r.env.NODE_ENV !== "production" && St(Mt), u.memo(We);
42020
+ }, o.css = vt, o.default = Xt, o.isStyledComponent = m, o.keyframes = function(Se) {
42021
42021
  r.env.NODE_ENV;
42022
42022
  for (var Fe = arguments.length, tt = new Array(1 < Fe ? Fe - 1 : 0), Qe = 1; Qe < Fe; Qe++)
42023
42023
  tt[Qe - 1] = arguments[Qe];
42024
- Se = St.apply(void 0, [Se].concat(tt)).join("");
42024
+ Se = vt.apply(void 0, [Se].concat(tt)).join("");
42025
42025
  var gt = Ie(Se);
42026
42026
  return new Ke(gt, Se);
42027
42027
  }, o.useTheme = function() {
@@ -47987,10 +47987,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
47987
47987
  function $t(qe) {
47988
47988
  qt = qe;
47989
47989
  }
47990
- var St = null, Nt = (this.getPriorSel = function() {
47991
- return St;
47990
+ var vt = null, Ot = (this.getPriorSel = function() {
47991
+ return vt;
47992
47992
  }, this.setPriorSel = function(qe) {
47993
- St = qe;
47993
+ vt = qe;
47994
47994
  }, null);
47995
47995
  function sn(qe, Le, Ze) {
47996
47996
  (0, M.logClone)(qe);
@@ -48001,9 +48001,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
48001
48001
  Pt.push(Ye);
48002
48002
  }
48003
48003
  return Pt;
48004
- })(ln), (0, M.logClone)(lt), qe.selection = Te(lt), Xt = { state: { state: qe }, remoteSelection: Gt, changes: null }, Le && Le == "init" ? (Nt = se ? (qe.selection = { anchorKey: qe.state.blocks[0].key, anchorOffset: 0, focusKey: qe.state.blocks[0].key, focusOffset: 0, isBackward: !1, hasFocus: !0 }, { start: 0, end: 0, startBlkPos: 0, endBlkPos: 0 }) : (qe.stateReplace = !0, m(lt, qe)), (0, M.logClone)(qe.selection)) : Nt = m(lt, qe)) : Xt = { state: qe, changes: Ze !== void 0 ? Ze : null }, Jt(), Gt = qe, se ? G(Gt) : Ce && O(Gt, ot), $e(), (0, M.logClone)(Xt), Xt;
48004
+ })(ln), (0, M.logClone)(lt), qe.selection = Te(lt), Xt = { state: { state: qe }, remoteSelection: Gt, changes: null }, Le && Le == "init" ? (Ot = se ? (qe.selection = { anchorKey: qe.state.blocks[0].key, anchorOffset: 0, focusKey: qe.state.blocks[0].key, focusOffset: 0, isBackward: !1, hasFocus: !0 }, { start: 0, end: 0, startBlkPos: 0, endBlkPos: 0 }) : (qe.stateReplace = !0, m(lt, qe)), (0, M.logClone)(qe.selection)) : Ot = m(lt, qe)) : Xt = { state: qe, changes: Ze !== void 0 ? Ze : null }, Jt(), Gt = qe, se ? G(Gt) : Ce && O(Gt, ot), $e(), (0, M.logClone)(Xt), Xt;
48005
48005
  }
48006
- function yt() {
48006
+ function St() {
48007
48007
  var qe = (Le = 0 < arguments.length && arguments[0] !== void 0 ? arguments[0] : {}).state, Le = Le.meta, Ze = De.gs();
48008
48008
  if (Ze == b || Ze == _)
48009
48009
  return { state: qe, changes: null };
@@ -48021,7 +48021,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
48021
48021
  }
48022
48022
  (0, f.ins)(lt);
48023
48023
  }
48024
- (Ce || se) && (je = (0, M.clone)(Oe)), bt(qe = (0, M.clone)(lt.op)), d.default.type.apply(Oe, qe), Gt && (Ze = Be(Oe)), (se || Ce) && (Le = (0, M.clone)(lt), qe = Kt(Oe, Le), E(Le, ln, De, "loh"), 0 < qe.length) && (Ze = Be(Oe)), Ue = (0, M.clone)(Ze), Gt = "lohjs", se ? Gt = "lohdft" : Ce && (Gt = "lohlex"), De.gop2sm([lt], Gt, De);
48024
+ (Ce || se) && (je = (0, M.clone)(Oe)), yt(qe = (0, M.clone)(lt.op)), d.default.type.apply(Oe, qe), Gt && (Ze = Be(Oe)), (se || Ce) && (Le = (0, M.clone)(lt), qe = Kt(Oe, Le), E(Le, ln, De, "loh"), 0 < qe.length) && (Ze = Be(Oe)), Ue = (0, M.clone)(Ze), Gt = "lohjs", se ? Gt = "lohdft" : Ce && (Gt = "lohlex"), De.gop2sm([lt], Gt, De);
48025
48025
  }
48026
48026
  return { state: Ze, changes: null };
48027
48027
  }
@@ -48057,7 +48057,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
48057
48057
  var Le;
48058
48058
  return Le = se ? W(qe) : Ce ? W(qe, Ke) : qe, Le;
48059
48059
  }
48060
- function bt(qe) {
48060
+ function yt(qe) {
48061
48061
  se ? P(qe) : Ce && B(qe);
48062
48062
  }
48063
48063
  this.getImage = ot, this.stashImage = nt, this.markImageLive = function(qe) {
@@ -48090,10 +48090,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
48090
48090
  var Ye = Ie(Pt.state.selection);
48091
48091
  if ((0, M.logClone)(Ye), $t(Ye), delete (Pt = Pt.state).selection, !(Ge = Pt))
48092
48092
  throw new Error("preprocessState: JSON sync called without dataState");
48093
- it(Ge), Nt = m(Ye, Ge);
48093
+ it(Ge), Ot = m(Ye, Ge);
48094
48094
  }
48095
48095
  return Ge;
48096
- })(Ze), Qt = (x.now(), yt({ state: Xt, meta: lt, LOHstart: Gt }));
48096
+ })(Ze), Qt = (x.now(), St({ state: Xt, meta: lt, LOHstart: Gt }));
48097
48097
  return x.now(), Ze = sn(Qt.state, "loh", Qt.changes), x.now(), Ze;
48098
48098
  } catch (Pt) {
48099
48099
  throw console.error("myJsonSyn: ", Pt), new Error("myJsonSync: exception -- ", Pt.message);
@@ -48109,10 +48109,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
48109
48109
  } catch (Ze) {
48110
48110
  throw new Error("_jsonApply: exception -- " + Ze.message);
48111
48111
  }
48112
- }, this.loh = yt, this.roh = function(qe) {
48112
+ }, this.loh = St, this.roh = function(qe) {
48113
48113
  (0, M.logClone)(qe);
48114
48114
  var Le, Ze = (0, M.clone)(qe);
48115
- Pe.push((0, M.clone)(qe)), (0, M.logClone)(Oe), je = (0, M.clone)(Oe), bt(qe.op), d.default.type.apply(Oe, qe.op), (0, M.logClone)(Oe), (se || Ce) && (Kt(Oe, Ze), qe = Ie(De.editorInstance.getSelection()), Le = ln, $t(qe), D(Ze, qe, De), E(Ze, Le, De, "roh")), r.nextTick(function() {
48115
+ Pe.push((0, M.clone)(qe)), (0, M.logClone)(Oe), je = (0, M.clone)(Oe), yt(qe.op), d.default.type.apply(Oe, qe.op), (0, M.logClone)(Oe), (se || Ce) && (Kt(Oe, Ze), qe = Ie(De.editorInstance.getSelection()), Le = ln, $t(qe), D(Ze, qe, De), E(Ze, Le, De, "roh")), r.nextTick(function() {
48116
48116
  return ne({ action: R });
48117
48117
  }), he && (r.nextTick(function() {
48118
48118
  return ne({ action: H });
@@ -48137,8 +48137,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
48137
48137
  return Oe ? JSON.stringify(Oe).length : 0;
48138
48138
  }, this.dmid = 0, this.y = "json", this.c = function() {
48139
48139
  }, this.gss = ve, this.gsel = function() {
48140
- return Nt;
48141
- }, this.toExS = Be, this.toInO = ct, this.toInS = ge, this.toQjsO = bt, this.urds = function(qe) {
48140
+ return Ot;
48141
+ }, this.toExS = Be, this.toInO = ct, this.toInS = ge, this.toQjsO = yt, this.urds = function(qe) {
48142
48142
  (0, M.logClone)(qe);
48143
48143
  var Le = Bt(), Ze = (Le == null ? (Ze = De.editorInstance.getSelection(), (0, M.logClone)(Ze), $t(Ie(Ze))) : (0, M.logClone)(Le), ae());
48144
48144
  w(qe, ln, Ze, De), 0 < Pe.length ? Pe.length : r.nextTick(function() {
@@ -48497,17 +48497,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
48497
48497
  return ie === -1 ? { cursor: null, selection: [], siteId: ee, update: !0 } : ie === de ? { cursor: W(ie), selection: [], siteId: ee, update: ue } : { cursor: W(ie), selection: ((ne, xe) => {
48498
48498
  try {
48499
48499
  var ve, he, ke, ce, ae, pe, se, Ce, Ee, De, Pe, Ue, Oe, je, _e, Xe, Re, Ke = ne, at = xe - ne + 1, nt = v.getLeaf(ne), ot = (0, s.default)(nt, 2), Jt = ot[0], $e = ot[1], qt = v.getLeaf(xe), ln = (0, s.default)(qt, 2), Bt = ln[0], $t = ln[1];
48500
- return Jt == null || Bt == null ? [] : (ve = document.createRange(), he = Jt.position($e, !0), ce = (ke = (0, s.default)(he, 2))[0], ae = ke[1], ve.setStart(ce, ae), pe = Bt.position($t, !0), Ce = (se = (0, s.default)(pe, 2))[0], Ee = se[1], De = [], De = ce === Ce ? (ve.setEnd(Ce, Ee), Array.from(ve.getClientRects())) : (ve.setEndAfter(ce.childNodes[ae] || ce), De = Array.from(ve.getClientRects()), ve.setStartBefore(Ce.childNodes[Ee] || Ce), ve.setEnd(Ce, Ee), De.concat(Array.from(ve.getClientRects()))), v.scroll.descendants(function(Nt) {
48501
- return Nt !== Jt && Nt !== Bt && Nt.statics.blotName === "text" && (ve.selectNode(Nt.domNode), De = De.concat(Array.from(ve.getClientRects())), !0);
48502
- }, Ke, at), Pe = D.getBoundingClientRect(), St = D, Ue = { paddingLeft: parseFloat((0, p.getStyle)(St, "padding-left")) || 0, marginLeft: parseFloat((0, p.getStyle)(St, "margin-left")) || 0, borderLeft: parseFloat((0, p.getStyle)(St, "border-left")) || 0, boxSizing: (0, p.getStyle)(St, "box-sizing") }, Oe = Ue.boxSizing, je = Ue.paddingLeft, _e = Ue.marginLeft, Xe = Ue.borderLeft, Re = D, De.map(function(Nt) {
48503
- return Nt = { left: Nt.left - Pe.left + Re.scrollLeft, right: Nt.right - Pe.left + Re.scrollLeft, top: Nt.top - Pe.top + Re.scrollTop, bottom: Nt.bottom - Pe.top + Re.scrollTop, width: Nt.width, height: Nt.height }, Oe === "border-box" && (Nt.left += _e, Nt.right += _e), Oe === "content-box" && (Nt.left += _e + je + Xe, Nt.right += _e + je + Xe), Nt;
48504
- }).filter(function(Nt) {
48505
- return 1 < Nt.height && 1 < Nt.width;
48500
+ return Jt == null || Bt == null ? [] : (ve = document.createRange(), he = Jt.position($e, !0), ce = (ke = (0, s.default)(he, 2))[0], ae = ke[1], ve.setStart(ce, ae), pe = Bt.position($t, !0), Ce = (se = (0, s.default)(pe, 2))[0], Ee = se[1], De = [], De = ce === Ce ? (ve.setEnd(Ce, Ee), Array.from(ve.getClientRects())) : (ve.setEndAfter(ce.childNodes[ae] || ce), De = Array.from(ve.getClientRects()), ve.setStartBefore(Ce.childNodes[Ee] || Ce), ve.setEnd(Ce, Ee), De.concat(Array.from(ve.getClientRects()))), v.scroll.descendants(function(Ot) {
48501
+ return Ot !== Jt && Ot !== Bt && Ot.statics.blotName === "text" && (ve.selectNode(Ot.domNode), De = De.concat(Array.from(ve.getClientRects())), !0);
48502
+ }, Ke, at), Pe = D.getBoundingClientRect(), vt = D, Ue = { paddingLeft: parseFloat((0, p.getStyle)(vt, "padding-left")) || 0, marginLeft: parseFloat((0, p.getStyle)(vt, "margin-left")) || 0, borderLeft: parseFloat((0, p.getStyle)(vt, "border-left")) || 0, boxSizing: (0, p.getStyle)(vt, "box-sizing") }, Oe = Ue.boxSizing, je = Ue.paddingLeft, _e = Ue.marginLeft, Xe = Ue.borderLeft, Re = D, De.map(function(Ot) {
48503
+ return Ot = { left: Ot.left - Pe.left + Re.scrollLeft, right: Ot.right - Pe.left + Re.scrollLeft, top: Ot.top - Pe.top + Re.scrollTop, bottom: Ot.bottom - Pe.top + Re.scrollTop, width: Ot.width, height: Ot.height }, Oe === "border-box" && (Ot.left += _e, Ot.right += _e), Oe === "content-box" && (Ot.left += _e + je + Xe, Ot.right += _e + je + Xe), Ot;
48504
+ }).filter(function(Ot) {
48505
+ return 1 < Ot.height && 1 < Ot.width;
48506
48506
  }));
48507
- } catch (Nt) {
48508
- return d.logger.reportError(Nt), [];
48507
+ } catch (Ot) {
48508
+ return d.logger.reportError(Ot), [];
48509
48509
  }
48510
- var St;
48510
+ var vt;
48511
48511
  })(ie, de), siteId: ee, update: ue };
48512
48512
  });
48513
48513
  return K;
@@ -49008,7 +49008,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49008
49008
  ot = Je;
49009
49009
  }, u), $e = (this.cver = Jt, null), qt = (this.setSID = function(Je) {
49010
49010
  $e = Je;
49011
- }, 1), ln = d, Bt = Oe.codoxLogger, $t = Oe.startCb, St = Oe.sockOpenTimer, Nt = Oe.editorInstance, sn = y.reportError.bind(y), yt = y.addBreadcrumb.bind(y), Kt = y.addTag.bind(y), ge = (this.breadCrumb = yt, this.editorInstance = Nt, yt("[codoxi]* ccw: t = 0; CV=" + Jt + "; seid = " + Oe.sid, S), Kt("clientVersion", Jt), Oe.ver), Be = this, Te = (this.app = Oe).appType, Ie = Oe.sid, it = Oe.domains, ct = Oe.cid, bt = (it.b(), it.c()), qe = (bt.sw && bt.sw(this), Oe.sysInfo), Le = Oe.anyClient, Ze = Oe.founder, lt = Ue.Write, Gt = (Oe.role && (lt = Oe.role), $t), Xt = { sid: $e, jointime: /* @__PURE__ */ new Date(), userinfo: Object.assign({}, Oe.user), role: lt, founder: Ze }, Qt = (this.minfo = Xt, null), Pt = null, Ge = null, Ye = (p || (this.rangy || (this.rangy = e("rangy/lib/rangy-selectionsaverestore")), this.rangy.initialized) || this.rangy.init(), this.rangy = e("rangy/lib/rangy-selectionsaverestore"), this.rangy.init(), 0), dt = null, Se = null, Fe = [], tt = null, Qe = l.now(), gt = 0, Mt = b, we = ee.pmod(), We = !1, ht = null, Lt = !1, zt = (this.setSMC = function(Je) {
49011
+ }, 1), ln = d, Bt = Oe.codoxLogger, $t = Oe.startCb, vt = Oe.sockOpenTimer, Ot = Oe.editorInstance, sn = y.reportError.bind(y), St = y.addBreadcrumb.bind(y), Kt = y.addTag.bind(y), ge = (this.breadCrumb = St, this.editorInstance = Ot, St("[codoxi]* ccw: t = 0; CV=" + Jt + "; seid = " + Oe.sid, S), Kt("clientVersion", Jt), Oe.ver), Be = this, Te = (this.app = Oe).appType, Ie = Oe.sid, it = Oe.domains, ct = Oe.cid, yt = (it.b(), it.c()), qe = (yt.sw && yt.sw(this), Oe.sysInfo), Le = Oe.anyClient, Ze = Oe.founder, lt = Ue.Write, Gt = (Oe.role && (lt = Oe.role), $t), Xt = { sid: $e, jointime: /* @__PURE__ */ new Date(), userinfo: Object.assign({}, Oe.user), role: lt, founder: Ze }, Qt = (this.minfo = Xt, null), Pt = null, Ge = null, Ye = (p || (this.rangy || (this.rangy = e("rangy/lib/rangy-selectionsaverestore")), this.rangy.initialized) || this.rangy.init(), this.rangy = e("rangy/lib/rangy-selectionsaverestore"), this.rangy.init(), 0), dt = null, Se = null, Fe = [], tt = null, Qe = l.now(), gt = 0, Mt = b, we = ee.pmod(), We = !1, ht = null, Lt = !1, zt = (this.setSMC = function(Je) {
49012
49012
  Lt = Je;
49013
49013
  }, null), tn = null, Wt = null, nn = null, on = null, Hn = null, xn = null, Cn = null, Kn = null, hr = null, Mo = !0, Gr = !0, Rr = !0, Fo = !0, gr = !0, vr = !0, zr = !0, bi = !0, co = null, yo = null, $o = null, uo = null, si = null, Ba = null, bo = null, dr = null, Ii = null, Yn = null, Fn = null, Xo = null, Uo = null, vi = null, Ki = null, $i = null, ga = null;
49014
49014
  function Ro(Je) {
@@ -49016,34 +49016,34 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49016
49016
  }
49017
49017
  function ma(Je, wt) {
49018
49018
  if (Je || console.error("Stop called without providing a stopCode"), Mt != v)
49019
- if (vt = /* @__PURE__ */ new Date(), En = null, Dr && (En = Fn.mbs.length), An = null, An = { state: Mt, connected: Lt, subr: eo, subs: Dr, JnC: An = Yn ? 1 : An, joined: We, members: En, reason: null, error: null, wid: Oe.waveId, app: Te, ts: vt }, En = {}, An.reason = Je || 500, Je == 800) {
49019
+ if (bt = /* @__PURE__ */ new Date(), En = null, Dr && (En = Fn.mbs.length), An = null, An = { state: Mt, connected: Lt, subr: eo, subs: Dr, JnC: An = Yn ? 1 : An, joined: We, members: En, reason: null, error: null, wid: Oe.waveId, app: Te, ts: bt }, En = {}, An.reason = Je || 500, Je == 800) {
49020
49020
  En.reason = An.reason = 800;
49021
- var vt = An, Vt = 13;
49021
+ var bt = An, Vt = 13;
49022
49022
  if (je)
49023
49023
  try {
49024
49024
  if (je.readyState !== 1)
49025
49025
  throw new Error("WebSocket is in OPEN state.");
49026
49026
  je.close(), je = null;
49027
49027
  } catch {
49028
- yt("socket error readyState = ".concat(je.readyState, " err=").concat(Vt)), vt.error = Vt, d || console.error("[codox] exception in closing socket");
49028
+ St("socket error readyState = ".concat(je.readyState, " err=").concat(Vt)), bt.error = Vt, d || console.error("[codox] exception in closing socket");
49029
49029
  }
49030
49030
  pl(ct, Je);
49031
49031
  } else
49032
- Je !== 1001 ? Mt === x ? An.error = 1 : (Lt ? (je && X("stopflush"), vt = null, je && Je != qt && Je != 200 && (Vt = ((yn, fn) => ((yn = yn != null && (0, s.default)(yn) === "object" ? yn : {}).code = fn.reason, yn.st = fn.state, yn.cn = fn.connected, yn.subr = fn.subr, yn.subs = fn.subs, yn.jnd = fn.joined, Dr && (yn.dos = et(), yn.mbn = Fn.mbs.length), (fn = JSON.stringify(yn)).length, fn))(wt, An), vt = je.close(4111, Vt)), (Je == 200 || Je == qt && wt.err !== 4e3 || Je !== qt && Je == 200 && vt < 0) && (An.error = 12, yt("stop reason = ".concat(Je, "; sid = ").concat($e)), sn(new Error("reason ".concat(Je)), { tags: En, extra: An, details: wt }))) : (An.error = 6, Je !== 501 && sn(new Error("init socket connection failure"), { tags: En, extra: An }), Yt(Je)), _e || pl(ct, Je)) : pl(ct, Je);
49032
+ Je !== 1001 ? Mt === x ? An.error = 1 : (Lt ? (je && X("stopflush"), bt = null, je && Je != qt && Je != 200 && (Vt = ((yn, fn) => ((yn = yn != null && (0, s.default)(yn) === "object" ? yn : {}).code = fn.reason, yn.st = fn.state, yn.cn = fn.connected, yn.subr = fn.subr, yn.subs = fn.subs, yn.jnd = fn.joined, Dr && (yn.dos = et(), yn.mbn = Fn.mbs.length), (fn = JSON.stringify(yn)).length, fn))(wt, An), bt = je.close(4111, Vt)), (Je == 200 || Je == qt && wt.err !== 4e3 || Je !== qt && Je == 200 && bt < 0) && (An.error = 12, St("stop reason = ".concat(Je, "; sid = ").concat($e)), sn(new Error("reason ".concat(Je)), { tags: En, extra: An, details: wt }))) : (An.error = 6, Je !== 501 && sn(new Error("init socket connection failure"), { tags: En, extra: An }), Yt(Je)), _e || pl(ct, Je)) : pl(ct, Je);
49033
49033
  else
49034
49034
  Je.message;
49035
49035
  var En, An;
49036
49036
  }
49037
49037
  function pl(Je, wt) {
49038
- var vt;
49039
- Mt != x && (Mt = x, 0 < Fe.length && (M(Fe), Fe = []), je && (je.onclose = null, je.onmessage = null, je.onerror = null, je.onopen = null), h(tt), h(Se), h(null), h(St), mr.clean(), vt = (l.now() - Xe) / 1e3, We ? (yt("[codoxi]* cdxclose: t = " + vt + "; r=" + wt + "; hbc = " + xt + "; sid = " + yo && $e, S), Oe.api.a(Je, wt)) : ((0, s.default)(wt) !== "object" ? yt("[codoxi]* cdxcb(n): t = " + vt + "; r=" + wt, S) : wt.message, Gt(null, wt)), Oe.domains = null, Xt = bt = it = yo = Gt = Be = null, Yn && Yn.clean(), Yn = null);
49038
+ var bt;
49039
+ Mt != x && (Mt = x, 0 < Fe.length && (M(Fe), Fe = []), je && (je.onclose = null, je.onmessage = null, je.onerror = null, je.onopen = null), h(tt), h(Se), h(null), h(vt), mr.clean(), bt = (l.now() - Xe) / 1e3, We ? (St("[codoxi]* cdxclose: t = " + bt + "; r=" + wt + "; hbc = " + xt + "; sid = " + yo && $e, S), Oe.api.a(Je, wt)) : ((0, s.default)(wt) !== "object" ? St("[codoxi]* cdxcb(n): t = " + bt + "; r=" + wt, S) : wt.message, Gt(null, wt)), Oe.domains = null, Xt = yt = it = yo = Gt = Be = null, Yn && Yn.clean(), Yn = null);
49040
49040
  }
49041
49041
  function tc() {
49042
49042
  return lt === Ue.Read;
49043
49043
  }
49044
- function Nu(Je, wt, vt) {
49044
+ function Nu(Je, wt, bt) {
49045
49045
  var Vt, En;
49046
- xi || (zi ? vt == "e" && (vt = Je, Je = wt, Vt = bt.getContents(), En = 0, vt = vt.ops[0].retain, Vt = Vt.diff(Je, En = vt || En), bt.updateContents(Vt), bt.disable()) : wt == "e" && it.b().forEach(function(An) {
49046
+ xi || (zi ? bt == "e" && (bt = Je, Je = wt, Vt = yt.getContents(), En = 0, bt = bt.ops[0].retain, Vt = Vt.diff(Je, En = bt || En), yt.updateContents(Vt), yt.disable()) : wt == "e" && it.b().forEach(function(An) {
49047
49047
  var yn = An.gj(), fn = An.d(), lr = yn;
49048
49048
  (po ? JSON.stringify(lr) != JSON.stringify(fn) : lr != fn) && An.e(yn, !1);
49049
49049
  }));
@@ -49055,8 +49055,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49055
49055
  X("stopflush");
49056
49056
  }, Be.DMODE = za, Be.pflusher = function(Je) {
49057
49057
  return Je == "LoT" || Je == "HBP" || Je == "lohjs" || Je == "opm" || Je == "smrjn" || Je == "smncm" || Je == "off";
49058
- }, Be.blimit = function(Je, wt, vt) {
49059
- return Ro() ? vt <= JSON.stringify(Je).length : wt <= Je.length;
49058
+ }, Be.blimit = function(Je, wt, bt) {
49059
+ return Ro() ? bt <= JSON.stringify(Je).length : wt <= Je.length;
49060
49060
  }, Be.susloh = function(Je, wt) {
49061
49061
  return !0;
49062
49062
  };
@@ -49067,8 +49067,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49067
49067
  if (Po)
49068
49068
  M(Je);
49069
49069
  else
49070
- for (var vt = 0; vt < Je.length; vt++)
49071
- k(Je[vt], Be);
49070
+ for (var bt = 0; bt < Je.length; bt++)
49071
+ k(Je[bt], Be);
49072
49072
  return !1;
49073
49073
  }
49074
49074
  if (Be.bium()) {
@@ -49081,7 +49081,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49081
49081
  function Li(Je) {
49082
49082
  Sa = !1, Je.success && f(Je), Fa !== null && Fa(Je);
49083
49083
  }
49084
- var li = [], Bi = {}, wi = !1, zi = !1, xi = !1, Yi = !1, po = !1, Qr = !1, Po = !1, ci = Nt !== void 0 && Nt.type === "draft", No = Nt !== void 0 && Nt.type === "lexical", Xi = !1, U = !1;
49084
+ var li = [], Bi = {}, wi = !1, zi = !1, xi = !1, Yi = !1, po = !1, Qr = !1, Po = !1, ci = Ot !== void 0 && Ot.type === "draft", No = Ot !== void 0 && Ot.type === "lexical", Xi = !1, U = !1;
49085
49085
  function X(Je) {
49086
49086
  var wt;
49087
49087
  Je !== "a2ia" && (le = !0), h(tt), ve(Be) ? (0, $.flop)(Je, Be) : Po ? J(Je, Be) : (wt = R(Be), W(wt, Je, Be)), dt = null;
@@ -49101,26 +49101,26 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49101
49101
  }
49102
49102
  function et() {
49103
49103
  var Je = null;
49104
- return bt ? (ve(Be) ? Je = bt.getLength() : po ? Je = JSON.stringify(bt.gj()).length : ci || No ? (Je = JSON.stringify(bt.gj()).length, l.now()) : Po || (Je = bt.gj().length), Je) : null;
49104
+ return yt ? (ve(Be) ? Je = yt.getLength() : po ? Je = JSON.stringify(yt.gj()).length : ci || No ? (Je = JSON.stringify(yt.gj()).length, l.now()) : Po || (Je = yt.gj().length), Je) : null;
49105
49105
  }
49106
49106
  function Ve(Je, wt) {
49107
49107
  if ((!Po || ci || No) && wt !== void 0) {
49108
- var vt = (l.now() - Xe) / 1e3;
49108
+ var bt = (l.now() - Xe) / 1e3;
49109
49109
  if (Je !== wt) {
49110
49110
  if (Po || ve(Be))
49111
- throw console.error(new Error("[codox_checkCAID] (QJS/SJS/JSON): inconsistent AID states. Local = " + Je + "; Remote = " + wt)), yt("[codoxe]-- caid: t = " + vt + "; l=" + Je + "; r=" + wt + "; sid = " + $e, S), new Error("ESTOP: caid error");
49111
+ throw console.error(new Error("[codox_checkCAID] (QJS/SJS/JSON): inconsistent AID states. Local = " + Je + "; Remote = " + wt)), St("[codoxe]-- caid: t = " + bt + "; l=" + Je + "; r=" + wt + "; sid = " + $e, S), new Error("ESTOP: caid error");
49112
49112
  var Vt;
49113
- if ((Vt = po || ci || No ? JSON.stringify(bt.gj()).length : bt.gj().length) !== wt)
49114
- throw console.error(new Error("codox_checkCAID: irrecoverable CAID-error: local-externalinfo = " + Je + " local-internalinfo = " + Vt + "; remote-externalinfo = " + wt)), yt("[codoxi]-- caid: t = " + vt + "; li=" + Vt + "le=" + Je + " r=" + wt + "; sid = " + $e, S), new Error("ESTOP: caid error");
49115
- yt("[codoxi]- caid: t = " + vt + "; li=" + Vt + "le=" + Je + " r=" + wt + "; sid = " + $e, S);
49113
+ if ((Vt = po || ci || No ? JSON.stringify(yt.gj()).length : yt.gj().length) !== wt)
49114
+ throw console.error(new Error("codox_checkCAID: irrecoverable CAID-error: local-externalinfo = " + Je + " local-internalinfo = " + Vt + "; remote-externalinfo = " + wt)), St("[codoxi]-- caid: t = " + bt + "; li=" + Vt + "le=" + Je + " r=" + wt + "; sid = " + $e, S), new Error("ESTOP: caid error");
49115
+ St("[codoxi]- caid: t = " + bt + "; li=" + Vt + "le=" + Je + " r=" + wt + "; sid = " + $e, S);
49116
49116
  }
49117
49117
  }
49118
49118
  }
49119
49119
  function ut(Je, wt) {
49120
49120
  A(Je, wt, Be);
49121
49121
  }
49122
- function Rt(Je, wt, vt) {
49123
- Y(Je, wt, vt, Bt, Be);
49122
+ function Rt(Je, wt, bt) {
49123
+ Y(Je, wt, bt, Bt, Be);
49124
49124
  }
49125
49125
  function Yt(Je) {
49126
49126
  _e || (Je !== 14 && Je != 16 || Oe.a.b(ct, Fn.mbs), (Je = Je === qt ? Mt === b ? 20 : 21 : Je) !== 501 && Oe.a.e(ct, Je));
@@ -49130,17 +49130,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49130
49130
  if (!Array.isArray(Je) || !Array.isArray(wt))
49131
49131
  throw new Error("equalArrays: invalid inputs: ", Je, wt);
49132
49132
  if (Je.length === wt.length) {
49133
- for (var vt = 0; vt < Je.length; vt++)
49134
- if (Je[vt] !== wt[vt])
49133
+ for (var bt = 0; bt < Je.length; bt++)
49134
+ if (Je[bt] !== wt[bt])
49135
49135
  return;
49136
49136
  return 1;
49137
49137
  }
49138
49138
  }
49139
49139
  function nr(Je) {
49140
- var wt, vt, Vt, En = Je.context.sid, An = vi.grcs(), yn = An[En];
49140
+ var wt, bt, Vt, En = Je.context.sid, An = vi.grcs(), yn = An[En];
49141
49141
  if (An === void 0)
49142
49142
  throw new Error("codox_executeSelectionOp: codoxRCS is undefined");
49143
- M(Je), M(An), wt = An[En], vt = Je.op, wt != null && vt != null && (No ? wt.start == vt.start && wt.end == vt.end && jn(wt.startBlkPos, vt.startBlkPos) && jn(wt.endBlkPos, vt.endBlkPos) : ci && wt.start == vt.start && wt.end == vt.end && wt.startBlkPos == vt.startBlkPos && wt.endBlkPos == vt.endBlkPos) ? (M(Je), M(An)) : (An[En] = Je.op, M(Je), M(An), me() || ye() ? po ? ga("exe-slop", { rcsobj: yn }, En) : $i("exe-slop", En) : (Vt = { rcsobj: yn }, h(en), en = setTimeout(function() {
49143
+ M(Je), M(An), wt = An[En], bt = Je.op, wt != null && bt != null && (No ? wt.start == bt.start && wt.end == bt.end && jn(wt.startBlkPos, bt.startBlkPos) && jn(wt.endBlkPos, bt.endBlkPos) : ci && wt.start == bt.start && wt.end == bt.end && wt.startBlkPos == bt.startBlkPos && wt.endBlkPos == bt.endBlkPos) ? (M(Je), M(An)) : (An[En] = Je.op, M(Je), M(An), me() || ye() ? po ? ga("exe-slop", { rcsobj: yn }, En) : $i("exe-slop", En) : (Vt = { rcsobj: yn }, h(en), en = setTimeout(function() {
49144
49144
  (function fn(lr, wr) {
49145
49145
  en = me() || ye() ? (po ? ga("missed-cr", lr, wr) : $i("missed-cr", wr), null) : (h(en), setTimeout(function() {
49146
49146
  fn(lr, wr);
@@ -49150,12 +49150,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49150
49150
  }
49151
49151
  var Bn, eo = !1, Dr = !1;
49152
49152
  function vo(Je) {
49153
- var wt = Je, vt = (Qe = l.now(), Je.caid = $e, Je.cak = Ge, Je.d = Ie, "");
49153
+ var wt = Je, bt = (Qe = l.now(), Je.caid = $e, Je.cak = Ge, Je.d = Ie, "");
49154
49154
  if (!je)
49155
49155
  throw new Error("ESTOP:socket nonexistence");
49156
- je.canSendJSON || (vt = JSON.stringify(Je)).length;
49156
+ je.canSendJSON || (bt = JSON.stringify(Je)).length;
49157
49157
  try {
49158
- je.send(vt);
49158
+ je.send(bt);
49159
49159
  } catch (Vt) {
49160
49160
  throw M(wt), ln || console.error(Vt), new Error("ESTOP:so-send error");
49161
49161
  }
@@ -49173,11 +49173,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49173
49173
  }, this.TZ = ma, this.LOH = function() {
49174
49174
  try {
49175
49175
  return (function() {
49176
- for (var Je = arguments.length, wt = new Array(Je), vt = 0; vt < Je; vt++)
49177
- wt[vt] = arguments[vt];
49176
+ for (var Je = arguments.length, wt = new Array(Je), bt = 0; bt < Je; bt++)
49177
+ wt[bt] = arguments[bt];
49178
49178
  var Vt, En, An = wt[0], yn = wt[1], fn = wt[2];
49179
49179
  if (Vt = An, yn === "e" && Ro() && (he(Be) ? (En = (fn = it.d(fn)).d(), fn.gj() !== En && Oe.a.i({ source: "l" })) : Vt.delta ? Oe.a.i({ source: "l", delta: Vt.delta }) : Oe.a.i({ source: "l", delta: Vt })), (function() {
49180
- return !tc() || (yt("[codoxi]- rv1; sid = " + $e, S), Nu.apply(void 0, arguments), !1);
49180
+ return !tc() || (St("[codoxi]- rv1; sid = " + $e, S), Nu.apply(void 0, arguments), !1);
49181
49181
  }).apply(void 0, wt) && Mt !== b && Mt !== x)
49182
49182
  return yn === "pt" ? za("pt") ? void 0 : function(lr, wr) {
49183
49183
  M(wr = { t: 1 < arguments.length && wr !== void 0 ? wr : "pt", op: lr }), uo(wr), te(wr, null);
@@ -49187,8 +49187,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49187
49187
  ln || console.error("codoxLOH: err = ", Je), 0 <= Je.message.search(/^ESTOP/) && ma(901, { err: Je.message });
49188
49188
  }
49189
49189
  }, this.ROH = function(Je) {
49190
- var wt, vt, Vt;
49191
- Je.cmg && pe(Je, Pt, Be), (wt = Je).context && wt.context.sid === $e && wt.cmd && wt.cmd.t === 5 && (vt = l.now(), (gt = vt - wt.context.st) < 0) && (Vt = (l.now() - Xe) / 1e3, d || console.error("[codoxi]-- rtt-roh: t = " + Vt + "; hbC = " + xt + "; rtt= " + gt + "; priT=" + wt.context.st + "; curT=" + vt + "; sid=" + $e), 0 < mr.rttReportLimit) && (yt("[codoxi]-- rtt-roh: t = " + Vt + "; hbC = " + xt + "; rtt= " + gt + "; priT=" + wt.context.st + "; curT=" + vt + "; sid=" + $e), sn(new Error("reason RTT")), mr.rttReportLimit--), Mt === b && !Je.cmd || Je.context && Je.context.sid === $e && xe(Je) || (Fe.push(Je), Fe.length, Fe.length === 1 && function En(An) {
49190
+ var wt, bt, Vt;
49191
+ Je.cmg && pe(Je, Pt, Be), (wt = Je).context && wt.context.sid === $e && wt.cmd && wt.cmd.t === 5 && (bt = l.now(), (gt = bt - wt.context.st) < 0) && (Vt = (l.now() - Xe) / 1e3, d || console.error("[codoxi]-- rtt-roh: t = " + Vt + "; hbC = " + xt + "; rtt= " + gt + "; priT=" + wt.context.st + "; curT=" + bt + "; sid=" + $e), 0 < mr.rttReportLimit) && (St("[codoxi]-- rtt-roh: t = " + Vt + "; hbC = " + xt + "; rtt= " + gt + "; priT=" + wt.context.st + "; curT=" + bt + "; sid=" + $e), sn(new Error("reason RTT")), mr.rttReportLimit--), Mt === b && !Je.cmd || Je.context && Je.context.sid === $e && xe(Je) || (Fe.push(Je), Fe.length, Fe.length === 1 && function En(An) {
49192
49192
  var yn, fn;
49193
49193
  Fe.length != 0 && (fn = l.now() - dt, we && !Ae() && Mt === _ && fn < 250 && An < 2e3 ? (h(Se), Se = setTimeout(function() {
49194
49194
  En(An + 250), Se = null;
@@ -49196,7 +49196,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49196
49196
  }(0), l.now());
49197
49197
  }, this.gls = function() {
49198
49198
  var Je;
49199
- return Mt !== _ ? (Mt(), Ya) : (Je = null, po || Qr || U || Yi ? Je = bt.d() : (zi || Xi || xi) && (Je = bt.getContents()), { success: !0, state: Je = JSON.stringify(Je) });
49199
+ return Mt !== _ ? (Mt(), Ya) : (Je = null, po || Qr || U || Yi ? Je = yt.d() : (zi || Xi || xi) && (Je = yt.getContents()), { success: !0, state: Je = JSON.stringify(Je) });
49200
49200
  }, this.gss = function(Je) {
49201
49201
  return Fa = Je, Mt !== _ ? (Mt(), Li(Ya)) : Sa ? Li(Ya) : (X("syn"), vo({ a: D, smacmd: { t: "ggs" } }), Sa = !0, setTimeout(function() {
49202
49202
  Li(Ya);
@@ -49224,8 +49224,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49224
49224
  }, this.gcp = function(Je) {
49225
49225
  return (Je = Bi[Je]) ? (Je.pos, Je.pos) : 0;
49226
49226
  }, this.scp = function(Je, wt) {
49227
- var vt = Bi[Je];
49228
- vt || (Bi[Je] = vt = {}), vt.pos = wt;
49227
+ var bt = Bi[Je];
49228
+ bt || (Bi[Je] = bt = {}), bt.pos = wt;
49229
49229
  }, this.ssl = function(Je) {
49230
49230
  var wt = null;
49231
49231
  if (!le)
@@ -49233,27 +49233,27 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49233
49233
  if (Je && Je.x)
49234
49234
  try {
49235
49235
  wt = Be.rangy.saveSelection(Je.x);
49236
- } catch (vt) {
49237
- d || console.error(vt);
49236
+ } catch (bt) {
49237
+ d || console.error(bt);
49238
49238
  }
49239
49239
  return wt;
49240
49240
  }, this.rsl = function(Je, wt) {
49241
- wt && Be.rangy.restoreSelection(wt, !0), (wt = Array.from(document.getElementsByClassName("rangySelectionBoundary"))).forEach(function(vt) {
49242
- return vt.remove();
49241
+ wt && Be.rangy.restoreSelection(wt, !0), (wt = Array.from(document.getElementsByClassName("rangySelectionBoundary"))).forEach(function(bt) {
49242
+ return bt.remove();
49243
49243
  });
49244
49244
  }, this.sj = function(Je) {
49245
49245
  We = Je;
49246
49246
  }, this.ece = function() {
49247
49247
  Oe.a.g(ct);
49248
49248
  var Je = (l.now() - Xe) / 1e3;
49249
- yt("[codoxi]* eco: t = " + Je + "; s=" + Mt + "; ss=" + Fn.mbs.length + "; sid = " + $e, S);
49249
+ St("[codoxi]* eco: t = " + Je + "; s=" + Mt + "; ss=" + Fn.mbs.length + "; sid = " + $e, S);
49250
49250
  }, this.dce = function() {
49251
49251
  h(tt), $.rss("nce"), H("nce"), ee.rss("nce"), Dr && Oe.a.f(ct);
49252
49252
  var Je = (l.now() - Xe) / 1e3;
49253
- yt("[codoxi]* dco: t = " + Je + "; s=" + Mt + "; ss=" + Fn.mbs.length + "; sid = " + $e, S);
49253
+ St("[codoxi]* dco: t = " + Je + "; s=" + Mt + "; ss=" + Fn.mbs.length + "; sid = " + $e, S);
49254
49254
  }, this.pm = me, this.spm = ye, this.gcaid = et, this.ccaid = Ve, this.raid = function(Je) {
49255
- var wt, vt, Vt = [];
49256
- return Je.dmid !== 0 || gr || Je.y !== "pt" && (wt = Je.d(), (vt = document.createElement("div")).innerHTML = Je.gj(), wt !== (vt = vt.innerHTML)) && (Je.gj().length, vt.length, wt.length, Vt = Re(vt, wt), Je.sj(wt)), Vt;
49255
+ var wt, bt, Vt = [];
49256
+ return Je.dmid !== 0 || gr || Je.y !== "pt" && (wt = Je.d(), (bt = document.createElement("div")).innerHTML = Je.gj(), wt !== (bt = bt.innerHTML)) && (Je.gj().length, bt.length, wt.length, Vt = Re(bt, wt), Je.sj(wt)), Vt;
49257
49257
  }, this.grtt = function() {
49258
49258
  return gt;
49259
49259
  }, this.srtt = function(Je) {
@@ -49263,43 +49263,43 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49263
49263
  }, this.nu = Yt, this.nsi = function(Je, wt) {
49264
49264
  if (!_e) {
49265
49265
  Oe.a.b(ct, Fn.mbs);
49266
- for (var vt = [], Vt = 0; Vt < wt.length; Vt++)
49267
- wt[Vt].sid !== $e && vt.push(wt[Vt]);
49268
- 0 < vt.length && Oe.a.e(ct, Je, vt);
49266
+ for (var bt = [], Vt = 0; Vt < wt.length; Vt++)
49267
+ wt[Vt].sid !== $e && bt.push(wt[Vt]);
49268
+ 0 < bt.length && Oe.a.e(ct, Je, bt);
49269
49269
  }
49270
49270
  }, this.nsm = Rt, this.ihb = function() {
49271
49271
  return ++xt;
49272
49272
  }, this.ghb = function() {
49273
49273
  return xt;
49274
49274
  }, this.JS = function() {
49275
- return bt.js.apply(bt, arguments);
49275
+ return yt.js.apply(yt, arguments);
49276
49276
  }, this.jsonApply = function() {
49277
- return bt.jsonApply.apply(bt, arguments);
49277
+ return yt.jsonApply.apply(yt, arguments);
49278
49278
  }, this.ws = function() {
49279
49279
  return Mt === _;
49280
49280
  }, this.dop2sm = $.plop, this.udoc = V, this.gop2sm = W, this.hacm = function(Je) {
49281
49281
  var wt;
49282
- Je ? Mt !== _ || Ro() || (X("cmv"), yo.dmid = bt.dmid, uo(wt = { t: "sl", op: Je }), te(wt, null)) : f(Je);
49282
+ Je ? Mt !== _ || Ro() || (X("cmv"), yo.dmid = yt.dmid, uo(wt = { t: "sl", op: Je }), te(wt, null)) : f(Je);
49283
49283
  }, this.slotimer = function(Je) {
49284
49284
  var wt = dt;
49285
49285
  dt = l.now(), wt === null && (h(tt), tt = setTimeout(function() {
49286
- (function vt(Vt) {
49286
+ (function bt(Vt) {
49287
49287
  var En = l.now() - dt, An = 250, yn = 2e3;
49288
49288
  return Ro() && ve(Be) && (An = 2e3, yn = 1e4), Ye += An, En < An && Ye < yn ? (h(tt), tt = setTimeout(function() {
49289
- vt();
49289
+ bt();
49290
49290
  }, An), 0) : (X("LoT"), Ye = 0, void (tt = dt = null));
49291
49291
  })();
49292
49292
  }, 250), Ye = 0);
49293
49293
  }, this.setRole = function(Je) {
49294
- var wt = Je.access, vt = Je.token;
49295
- Je = Je.encodedToken, lt = Pe(wt), Oe.api.updateAccess(ct, { token: vt, encodedToken: Je }), bt.setPermission && bt.setPermission(wt);
49294
+ var wt = Je.access, bt = Je.token;
49295
+ Je = Je.encodedToken, lt = Pe(wt), Oe.api.updateAccess(ct, { token: bt, encodedToken: Je }), yt.setPermission && yt.setPermission(wt);
49296
49296
  }, this.gr = function() {
49297
49297
  return lt;
49298
- }, this.udc = bt.updateContents, this.rsce = function(Je) {
49298
+ }, this.udc = yt.updateContents, this.rsce = function(Je) {
49299
49299
  $.rss(Je), H(Je), Uo(Je), ee.rss(Je), le = !0;
49300
- var wt, vt = vi.grcs();
49301
- for (wt in vt) {
49302
- var Vt = vt[wt];
49300
+ var wt, bt = vi.grcs();
49301
+ for (wt in bt) {
49302
+ var Vt = bt[wt];
49303
49303
  Vt.start && (Vt.start = -1), Vt.end && (Vt.end = -1);
49304
49304
  }
49305
49305
  clearTimeout(tt), Ye = 0, Ge = tt = null, Fe = [], Ba("all"), Yn.rsto();
@@ -49312,7 +49312,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49312
49312
  }, this.gsid = function() {
49313
49313
  return Ie;
49314
49314
  }, this.sst = function(Je) {
49315
- St = Je;
49315
+ vt = Je;
49316
49316
  }, this.gatype = function() {
49317
49317
  return { codoxQJS: zi, codoxSJS: xi, codoxTinymce: U, codoxFroala: Qr, codoxFroalaNew: po, codoxCodeMirror: Xi, codoxText: Yi, codoxJSON: Po, codoxDraft: ci, codoxLex: No };
49318
49318
  }, this.gdft = function() {
@@ -49335,13 +49335,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49335
49335
  return Qr;
49336
49336
  }, this.gfln = function() {
49337
49337
  return po;
49338
- }, this.mdom = bt, this.cdm = it, this.cid = ct, this.lohl = X, this.ntu = Yt, this.xi = function(Je) {
49338
+ }, this.mdom = yt, this.cdm = it, this.cid = ct, this.lohl = X, this.ntu = Yt, this.xi = function(Je) {
49339
49339
  var wt = it.d(Je.context.dmid);
49340
49340
  if (wt) {
49341
- var vt = wt.gj();
49341
+ var bt = wt.gj();
49342
49342
  if (Ke(Je) === "d") {
49343
49343
  var Vt = Ii(Je), En = (0, s.default)(Je.op[0]) === zt[2] ? Je.op[0] : 0;
49344
- if ((Vt = vt.indexOf(Vt, En)) !== En)
49344
+ if ((Vt = bt.indexOf(Vt, En)) !== En)
49345
49345
  return !1;
49346
49346
  }
49347
49347
  return !!((An, yn) => {
@@ -49363,19 +49363,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49363
49363
  }
49364
49364
  }
49365
49365
  return fn += lr.slice(wr), An.sj(fn), 1;
49366
- })(wt, Je.op) && (it.d(Je.context.dmid).y !== "rt" || (Vt = wt.gj(), U) || ((En = document.createElement("div")).innerHTML = Vt, (En = En.innerHTML) === Vt) || (Vt.length, En.length, 0) ? (V(wt, Je, Be), !0) : (wt.sj(vt), !1));
49366
+ })(wt, Je.op) && (it.d(Je.context.dmid).y !== "rt" || (Vt = wt.gj(), U) || ((En = document.createElement("div")).innerHTML = Vt, (En = En.innerHTML) === Vt) || (Vt.length, En.length, 0) ? (V(wt, Je, Be), !0) : (wt.sj(bt), !1));
49367
49367
  }
49368
49368
  return M(Je.context.dmid), !1;
49369
49369
  }, this.sm2sm = ut, this.sloet = function(Je) {
49370
49370
  dt = Je;
49371
49371
  }, this.sus = Ro, this.ird = tc, this.sjsroh = function(Je) {
49372
- var wt = ((vt) => {
49373
- null(vt);
49372
+ var wt = ((bt) => {
49373
+ null(bt);
49374
49374
  var Vt = ((yn) => {
49375
49375
  for (var fn = [], lr = 0; lr < yn.length; lr++)
49376
49376
  yn[lr].data.ne ? yn[lr] : fn.push(yn[lr]);
49377
49377
  return fn;
49378
- })(vt.ao);
49378
+ })(bt.ao);
49379
49379
  if (0 < Vt.length)
49380
49380
  for (var En = 0; En < Vt.length; En++) {
49381
49381
  var An = Vt[En];
@@ -49383,13 +49383,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49383
49383
  }
49384
49384
  return Vt;
49385
49385
  })(Je);
49386
- 0 < wt.length && bt.updateContents(wt), Ki(Je);
49387
- }, this.sjsloh = function(Je, wt, vt) {
49386
+ 0 < wt.length && yt.updateContents(wt), Ki(Je);
49387
+ }, this.sjsloh = function(Je, wt, bt) {
49388
49388
  var Vt;
49389
- wt === "e" ? (Oe.a.i({ source: "l" }), li.push(Je), Je.data.n < Je.data.tn || (Vt = { op: [], ao: li, inverse: [] }, li = [], null(Vt) && $.plop(Vt, "loh", Be))) : wt === "c" ? Je.type === "set_selection" && (Je = { start: (Vt = bt.c()).anchor.offset, end: Vt.focus.offset, path: Vt.anchor.path, startpath: Vt.anchor.path, endpath: Vt.focus.path }, Vt = Je, Mt === _) && Vt.start !== null && Vt.end !== null && Vt.path !== null && (X("SJScmv"), yo.dmid = bt.dmid, uo(Vt = { t: "sl", op: Vt }), te(Vt, et())) : wt == "u" && dr();
49389
+ wt === "e" ? (Oe.a.i({ source: "l" }), li.push(Je), Je.data.n < Je.data.tn || (Vt = { op: [], ao: li, inverse: [] }, li = [], null(Vt) && $.plop(Vt, "loh", Be))) : wt === "c" ? Je.type === "set_selection" && (Je = { start: (Vt = yt.c()).anchor.offset, end: Vt.focus.offset, path: Vt.anchor.path, startpath: Vt.anchor.path, endpath: Vt.focus.path }, Vt = Je, Mt === _) && Vt.start !== null && Vt.end !== null && Vt.path !== null && (X("SJScmv"), yo.dmid = yt.dmid, uo(Vt = { t: "sl", op: Vt }), te(Vt, et())) : wt == "u" && dr();
49390
49390
  }, this.subm = function() {
49391
- var Je = Oe.waveId, wt = Oe.user, vt = ((Je = { a: w, c: Te, cx: Nt ? Nt.type : null, v: Jt, u: { memberinfo: Xt, waveid: Je, username: wt && wt.name, sysinfo: qe, f: Ze, resetter: !1, any: Le, subid: Oe.subId, mid: Oe.mid, paid: Oe.prevAid || "First", v: { token: Oe.token }, u: Oe.url, d: Oe.docId, tabId: g(), jsConf: Oe.jsonConfig, isBFM: !1 } }).u.jsConf, Mt == v && (wt = I(), Je.rjn = { offCaid: wt.offCaid, offTo: wt.offTo, sts: wt.sessiontimestamp }, Je.rjn), Je.gcs = (wt = null, Te == "quilljs" ? (vt = bt.getContents(), f(vt), wt = nt(vt.ops, ["delete", "insert", "retain", "attributes"]), f(wt)) : Te == "codemirror" ? (vt = bt.getContents(), M(vt), M(wt = [{ cr: vt }])) : Te == "json" && (ci || No) ? (wt = (0, bt.gj)(), M(wt)) : (it.a(), wt = it.e()), wt), ae(Je), Je.gcs.length);
49392
- 5e7 <= vt ? (console.error("codox_sendSubscribe2SM: oversize init GCS = " + vt), yt("[codoxe]-- osgcs: r=10; len=" + vt + "; sid = " + $e), ma(10)) : (Je.cmm = ce(36), Qt = Je.cmm, M(Je), vo(Je));
49391
+ var Je = Oe.waveId, wt = Oe.user, bt = ((Je = { a: w, c: Te, cx: Ot ? Ot.type : null, v: Jt, u: { memberinfo: Xt, waveid: Je, username: wt && wt.name, sysinfo: qe, f: Ze, resetter: !1, any: Le, subid: Oe.subId, mid: Oe.mid, paid: Oe.prevAid || "First", v: { token: Oe.token }, u: Oe.url, d: Oe.docId, tabId: g(), jsConf: Oe.jsonConfig, isBFM: !1 } }).u.jsConf, Mt == v && (wt = I(), Je.rjn = { offCaid: wt.offCaid, offTo: wt.offTo, sts: wt.sessiontimestamp }, Je.rjn), Je.gcs = (wt = null, Te == "quilljs" ? (bt = yt.getContents(), f(bt), wt = nt(bt.ops, ["delete", "insert", "retain", "attributes"]), f(wt)) : Te == "codemirror" ? (bt = yt.getContents(), M(bt), M(wt = [{ cr: bt }])) : Te == "json" && (ci || No) ? (wt = (0, yt.gj)(), M(wt)) : (it.a(), wt = it.e()), wt), ae(Je), Je.gcs.length);
49392
+ 5e7 <= bt ? (console.error("codox_sendSubscribe2SM: oversize init GCS = " + bt), St("[codoxe]-- osgcs: r=10; len=" + bt + "; sid = " + $e), ma(10)) : (Je.cmm = ce(36), Qt = Je.cmm, M(Je), vo(Je));
49393
49393
  }, this.subr = function(Je) {
49394
49394
  eo = !0;
49395
49395
  var wt = ke(Je.data, Qt);
@@ -49399,12 +49399,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49399
49399
  ma(13, { err: "Invalid keys" });
49400
49400
  else {
49401
49401
  Mo = wt.ok, Fo = Mo, Pt = wt.amm, Ge = wt.cak, Ze = wt.f, wt.r !== lt && wt.r, wt.v && (ot = wt.v), Dr = !0;
49402
- var vt = (l.now() - Xe) / 1e3;
49403
- if (yt("[codoxi]* subs: t = " + vt + "; f = " + Ze + "; SMV=" + ot + "; sid = " + $e, S), Kt("smVersion", ot), ht = (vt = Je).sts, Mt != v) {
49402
+ var bt = (l.now() - Xe) / 1e3;
49403
+ if (St("[codoxi]* subs: t = " + bt + "; f = " + Ze + "; SMV=" + ot + "; sid = " + $e, S), Kt("smVersion", ot), ht = (bt = Je).sts, Mt != v) {
49404
49404
  bi = zr = vr = gr = Fo = Rr = Gr = Mo;
49405
49405
  var Vt = null;
49406
- if ((vt = Vt = vt.ivs ? ke(vt.ivs, Qt) : Vt).cat) {
49407
- switch (tn = vt.cat, Te) {
49406
+ if ((bt = Vt = bt.ivs ? ke(bt.ivs, Qt) : Vt).cat) {
49407
+ switch (tn = bt.cat, Te) {
49408
49408
  case tn[0]:
49409
49409
  xi = !0;
49410
49410
  break;
@@ -49437,19 +49437,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49437
49437
  }
49438
49438
  wi = Qr || po || Yi || U;
49439
49439
  }
49440
- if (vt.sot && (zt = vt.sot, Be.jstp = zt), vt.tmk && (Hn = vt.tmk.o, xn = vt.tmk.c, hr = vt.tmk.tn, Cn = vt.tmk.m, Kn = '<span id="' + Cn + "_"), vt.lmt && (vt.lmt.mos, nn = vt.lmt.mms, on = vt.lmt.dms, Be.lmt = vt.lmt), vt.dt && (Wt = vt.dt, Be.dlttp = Wt), vr || (Vt = $e, co = new B(Be, !1, vr), (yo = co.gct()).sid = Vt, $o = co.pr, co.pl, uo = co.sc, si = co.aptm, Ba = co.rstm, co.satm, Be.pt = co, bo = new P(Be, co, vr, zt), dr = bo.pu, Ii = bo.gfdt, Be.pu = bo), !Fo && !zr)
49440
+ if (bt.sot && (zt = bt.sot, Be.jstp = zt), bt.tmk && (Hn = bt.tmk.o, xn = bt.tmk.c, hr = bt.tmk.tn, Cn = bt.tmk.m, Kn = '<span id="' + Cn + "_"), bt.lmt && (bt.lmt.mos, nn = bt.lmt.mms, on = bt.lmt.dms, Be.lmt = bt.lmt), bt.dt && (Wt = bt.dt, Be.dlttp = Wt), vr || (Vt = $e, co = new B(Be, !1, vr), (yo = co.gct()).sid = Vt, $o = co.pr, co.pl, uo = co.sc, si = co.aptm, Ba = co.rstm, co.satm, Be.pt = co, bo = new P(Be, co, vr, zt), dr = bo.pu, Ii = bo.gfdt, Be.pu = bo), !Fo && !zr)
49441
49441
  if (bi || !zi && !Xi)
49442
49442
  if (po || Po) {
49443
- vt = { obf: zr, types: zt }, De.type.init(vt), Vt = { obf: Fo, ob: Hn, cb: xn, tiny: U, tinysc: hr };
49444
- var En = bt.differ;
49443
+ bt = { obf: zr, types: zt }, De.type.init(bt), Vt = { obf: Fo, ob: Hn, cb: xn, tiny: U, tinysc: hr };
49444
+ var En = yt.differ;
49445
49445
  if (!En)
49446
49446
  throw new Error("JSON diff not initialized");
49447
- En.init(vt, Vt), Be.jdf = En, Be.jot = De, Be.rtf = Ee, Be.sdf = Ce;
49447
+ En.init(bt, Vt), Be.jdf = En, Be.jot = De, Be.rtf = Ee, Be.sdf = Ce;
49448
49448
  } else
49449
- vt = { obf: Fo, ob: Hn, cb: xn, tiny: U, tinysc: hr }, Vt = { obf: zr, types: zt }, Ce.sdfi(vt), Ee.rtfi(Vt), Be.rtf = Ee, Be.sdf = Ce;
49449
+ bt = { obf: Fo, ob: Hn, cb: xn, tiny: U, tinysc: hr }, Vt = { obf: zr, types: zt }, Ce.sdfi(bt), Ee.rtfi(Vt), Be.rtf = Ee, Be.sdf = Ce;
49450
49450
  else
49451
49451
  En = { types: zt, dt: Wt, obf: !1 }, ue.di(En), Be.dtf = ue;
49452
- gr || (vi = new E({ cw: Be, app: Oe, cmd: bt, type: zt, obfroh: gr, obfcr: Rr }), Ki = vi.urcs, $i = vi.uc, ga = vi.nuc, Be.rcs = vi), vt = Te == "quilljs" || Te == "quilljs_clickup" ? bt.getContents() : No || ci ? bt.gj() : bt.d(), Yn = new j({ cw: Be, cb: Gt, app: Oe, cd: it, cmd: bt, mi: Xt, lidoc: vt, log: Bt, tm: _e, obf: Gr, bv: ge }), Uo = Yn.rs, Fn = Yn.se, Be.se = Fn, Xo = Yn.pc, Be.dsm = Yn, ci || No || it.a(), Bi[0] = U ? { pos: 48 } : { pos: -1 };
49452
+ gr || (vi = new E({ cw: Be, app: Oe, cmd: yt, type: zt, obfroh: gr, obfcr: Rr }), Ki = vi.urcs, $i = vi.uc, ga = vi.nuc, Be.rcs = vi), bt = Te == "quilljs" || Te == "quilljs_clickup" ? yt.getContents() : No || ci ? yt.gj() : yt.d(), Yn = new j({ cw: Be, cb: Gt, app: Oe, cd: it, cmd: yt, mi: Xt, lidoc: bt, log: Bt, tm: _e, obf: Gr, bv: ge }), Uo = Yn.rs, Fn = Yn.se, Be.se = Fn, Xo = Yn.pc, Be.dsm = Yn, ci || No || it.a(), Bi[0] = U ? { pos: 48 } : { pos: -1 };
49453
49453
  for (var An = 1; An < 5; An++)
49454
49454
  Bi[An] = { pos: -1 };
49455
49455
  if (Ze) {
@@ -49459,22 +49459,22 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49459
49459
  } catch (yn) {
49460
49460
  console.error(yn);
49461
49461
  }
49462
- !_e && Gt && Gt($e), Vt = (l.now() - Xe) / 1e3, yt("[codoxi]* jnd1: t = " + Vt + "; s=" + Mt + "; ss=" + Fn.mbs.length + "; sid = " + $e, S);
49462
+ !_e && Gt && Gt($e), Vt = (l.now() - Xe) / 1e3, St("[codoxi]* jnd1: t = " + Vt + "; s=" + Mt + "; ss=" + Fn.mbs.length + "; sid = " + $e, S);
49463
49463
  }
49464
- } else if (yo.sid, yo.sid = $e, M(yo), h(St), Ze) {
49465
- Mt = _, We = !0, f(Fn.mbs), Fn.mbs = [], Fn.mbs.push(Xt), f(Fn.mbs), vt = Be.pt.stm, Vt = Be.pt.gtm, f(Vt()), vt([]), si(Fn.mbs), f(Vt()), Yt(14);
49464
+ } else if (yo.sid, yo.sid = $e, M(yo), h(vt), Ze) {
49465
+ Mt = _, We = !0, f(Fn.mbs), Fn.mbs = [], Fn.mbs.push(Xt), f(Fn.mbs), bt = Be.pt.stm, Vt = Be.pt.gtm, f(Vt()), bt([]), si(Fn.mbs), f(Vt()), Yt(14);
49466
49466
  try {
49467
49467
  Rt(m);
49468
49468
  } catch (yn) {
49469
49469
  console.error(yn);
49470
49470
  }
49471
- vt = (l.now() - Xe) / 1e3, yt("[codoxi]* jnd1: t = " + vt + "; s=" + Mt + "; ss=" + Fn.mbs.length + "; sid = " + $e, S), T(!1, "off-Founder"), Yn.sto(null);
49471
+ bt = (l.now() - Xe) / 1e3, St("[codoxi]* jnd1: t = " + bt + "; s=" + Mt + "; ss=" + Fn.mbs.length + "; sid = " + $e, S), T(!1, "off-Founder"), Yn.sto(null);
49472
49472
  }
49473
49473
  }
49474
49474
  else
49475
49475
  Bn = wt.sem, wt.rs !== Bn[0] && wt.rs !== Bn[1] && wt.rs !== Bn[2] && wt.rs !== Bn[3] && wt.rs !== Bn[4] && (wt.rs, Bn[5]), ma(13, { err: "PPE error" });
49476
49476
  else
49477
- yt("[codoxe] subf(sm): r=13; sid = " + $e, S), ma(13);
49477
+ St("[codoxe] subf(sm): r=13; sid = " + $e, S), ma(13);
49478
49478
  }, this.ime = Q.ime, this.imet = Q.imet, this.bime = Q.bime, this.uim = K.uim, this.uimt = K.uimt, this.buim = K.buim, this.dcpm = function(Je) {
49479
49479
  M(Fn.DCPRops), M(Fn.DCPLops), (ve(Je) ? G : L)(Fn.DCPLops, Fn.DCPRops, Je), Uo("dcpm");
49480
49480
  }, Q.init(Be), K.init(Be);
@@ -49704,57 +49704,57 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49704
49704
  var Y = A.cw, O = A.cb, z = A.cmd, J = A.cd, W = A.mi, R = A.app, H = A.tm, Z = A.obf, F = A.lidoc, V = Y.pt.gct(), $ = s.addBreadcrumb.bind(s), Q = (s.reportError.bind(s), A = (u.now() - Y.START_TIME) / 1e3, $("[codoxi]* dsm: t = " + A + "; sid = " + V.sid, l), Y.TZ), K = Y.gs, ee = Y.ss, ie = Y.ece, de = Y.dce, ue = Y.lohl, ne = Y.gcaid, xe = Y.ccaid, ve = Y.grtt, he = Y.nsm, ke = Y.nu, ce = Y.nsi, ae = (Y.ssm, Y.dssm), pe = (Y.pt.rstm, Y.pt.gcotm), se = Y.pt.aptm, Ce = Y.pt.rptm, Ee = Y.pt.gstm, De = Y.pt.gtm, Pe = Y.pt.stm, Ue = Y.pt.uct, Oe = Y.rcs.urcs, je = Y.rcs.uc, _e = Y.rcs.nuc, Xe = Y.rcs.grcs, Re = Y.rcs.srcs, Ke = Y.rcs.arcs, at = Y.rcs.rrcs, nt = (this.clean = function() {
49705
49705
  W = z = J = V = O = Y = null;
49706
49706
  }, { mbs: [], DCPLopsN: 0, DCPRopsN: 0, DCPLops: [], DCPRops: [], sts: null, ISTo: null }), ot = null;
49707
- function Jt(St) {
49708
- for (var Nt = De(), sn = (f(Nt), Ee(V.sid)), yt = [], Kt = 0; Kt < St.length; Kt++) {
49709
- var ge = Ee(St[Kt].sid);
49710
- yt.push(ge);
49707
+ function Jt(vt) {
49708
+ for (var Ot = De(), sn = (f(Ot), Ee(V.sid)), St = [], Kt = 0; Kt < vt.length; Kt++) {
49709
+ var ge = Ee(vt[Kt].sid);
49710
+ St.push(ge);
49711
49711
  }
49712
- f(yt);
49712
+ f(St);
49713
49713
  for (var Be = 0; Be < sn.tp.length; Be++) {
49714
49714
  var Te = sn.tp[Be];
49715
49715
  if (Te.context.sid == V.sid && Te.context.to == null)
49716
- for (var Ie = 0; Ie < yt.length; Ie++)
49717
- yt[Ie].tp.push(Te), f(yt[Ie]);
49716
+ for (var Ie = 0; Ie < St.length; Ie++)
49717
+ St[Ie].tp.push(Te), f(St[Ie]);
49718
49718
  }
49719
- f(Nt);
49719
+ f(Ot);
49720
49720
  }
49721
49721
  var $e = null;
49722
- function qt(St, Nt) {
49722
+ function qt(vt, Ot) {
49723
49723
  var sn = null;
49724
- return Y.gfln() || Y.gjs() ? ((Y.gdft() || Y.glx()) && (St = z.toExS(St), Nt = z.toExS(Nt)), sn = Y.jdf.jdf(St, Nt, !1, !0)) : 0 < (sn = L.gop(St, Nt)).length && (sn = sn[0].op), sn;
49724
+ return Y.gfln() || Y.gjs() ? ((Y.gdft() || Y.glx()) && (vt = z.toExS(vt), Ot = z.toExS(Ot)), sn = Y.jdf.jdf(vt, Ot, !1, !0)) : 0 < (sn = L.gop(vt, Ot)).length && (sn = sn[0].op), sn;
49725
49725
  }
49726
49726
  var ln = null;
49727
- function Bt(St, Nt) {
49728
- if (!Array.isArray(Nt))
49727
+ function Bt(vt, Ot) {
49728
+ if (!Array.isArray(Ot))
49729
49729
  throw Error("ESTOP:SidisMember array required");
49730
- for (var sn = 0; sn < Nt.length; sn++)
49731
- if (St == Nt[sn].sid)
49730
+ for (var sn = 0; sn < Ot.length; sn++)
49731
+ if (vt == Ot[sn].sid)
49732
49732
  return 1;
49733
49733
  }
49734
- function $t(St) {
49735
- if (!Array.isArray(St))
49734
+ function $t(vt) {
49735
+ if (!Array.isArray(vt))
49736
49736
  throw Error("ESTOP:addSessionMember array required");
49737
- for (var Nt = [], sn = 0; sn < St.length; sn++) {
49738
- var yt = St[sn];
49737
+ for (var Ot = [], sn = 0; sn < vt.length; sn++) {
49738
+ var St = vt[sn];
49739
49739
  ((ge, Be) => {
49740
49740
  if (!Array.isArray(Be))
49741
49741
  throw Error("ESTOP:isMember array required");
49742
49742
  for (var Te = 0; Te < Be.length; Te++)
49743
49743
  if (ge.sid == Be[Te].sid)
49744
49744
  return 1;
49745
- })(yt, nt.mbs) || Nt.push(yt);
49745
+ })(St, nt.mbs) || Ot.push(St);
49746
49746
  }
49747
- for (var Kt = 0; Kt < Nt.length; Kt++)
49748
- nt.mbs.push(Nt[Kt]);
49747
+ for (var Kt = 0; Kt < Ot.length; Kt++)
49748
+ nt.mbs.push(Ot[Kt]);
49749
49749
  }
49750
49750
  this.gto = function() {
49751
49751
  return nt.ISTo, nt.ISTo;
49752
- }, this.sto = function(St) {
49753
- nt.ISTo = St;
49754
- }, this.se = nt, this.pc = function(St) {
49755
- var Nt, sn, yt, Kt, ge, Be, Te, Ie, it, ct, bt = k.dcsmais;
49756
- if (St.cmd.t == b && St.cmd.gcs ? ((Nt = St.cmd.gcs).length, Nt = bt(Nt), St.cmd.gcs = Nt) : St.cmd.t == v && St.cmd.dlt ? ((Nt = St.cmd.dlt).length, Nt = bt(Nt), St.cmd.dlt = Nt) : St.cmd.t == y && St.cmd.smags ? ((Nt = St.cmd.smags).length, Nt = bt(Nt), St.cmd.smags = Nt) : St.cmd.t == "quit" ? St.cmd.t = M : St.cmd.t == "SMM" ? St.cmd.t = g : St.cmd.t == "HBP" ? St.cmd.t = S : St.cmd.t == "RC" && (St.cmd.t = x), !Z) {
49757
- var qe = St;
49752
+ }, this.sto = function(vt) {
49753
+ nt.ISTo = vt;
49754
+ }, this.se = nt, this.pc = function(vt) {
49755
+ var Ot, sn, St, Kt, ge, Be, Te, Ie, it, ct, yt = k.dcsmais;
49756
+ if (vt.cmd.t == b && vt.cmd.gcs ? ((Ot = vt.cmd.gcs).length, Ot = yt(Ot), vt.cmd.gcs = Ot) : vt.cmd.t == v && vt.cmd.dlt ? ((Ot = vt.cmd.dlt).length, Ot = yt(Ot), vt.cmd.dlt = Ot) : vt.cmd.t == y && vt.cmd.smags ? ((Ot = vt.cmd.smags).length, Ot = yt(Ot), vt.cmd.smags = Ot) : vt.cmd.t == "quit" ? vt.cmd.t = M : vt.cmd.t == "SMM" ? vt.cmd.t = g : vt.cmd.t == "HBP" ? vt.cmd.t = S : vt.cmd.t == "RC" && (vt.cmd.t = x), !Z) {
49757
+ var qe = vt;
49758
49758
  switch (qe.cmd.t) {
49759
49759
  case M:
49760
49760
  f(Be = qe), Ie = K(), it = (u.now() - Y.START_TIME) / 1e3, Y.pt.gtms(), Ce(Be.context.sid), ct = ((Pt, Ge) => {
@@ -49811,7 +49811,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49811
49811
  ot = qe;
49812
49812
  break;
49813
49813
  case _:
49814
- Be = qe, Ie = K(), ot ? (V.sid, f(Be), Gt = ot, V.sid, f(Gt), Ke(Gt.cmd.gcs.mbs), Pe(Gt.cmd.gcs.tm), se([W]), Ue(Gt.cmd.gcs.ct), nt.sts = Gt.cmd.gcs.sts, nt.ISTo = Gt.cmd.gcs.to, Ze = K(), Kt = k.idlt, ge = Gt.cmd.gcs.clog, Xt = null, Kt(Y) ? (Xt = { ops: G.c2d(ge) }, Xt = i(Xt), Ze !== E && (Kt = Xt, yt = z.getContents(), Y.gcm() && (yt = { ops: [{ insert: yt }] }, F = i(F = { ops: [{ insert: F }] }), yt = i(yt)), (yt = F.diff(yt)).ops.length == 0 ? J.h2(Kt) : (Kt = F.diff(Kt), f(Kt), yt = G.d2c(yt.ops), Kt = G.d2c(Kt.ops), I(yt, Kt, Y)))) : (Xt = ge, Y.gfln() || Y.gjs() || (Xt = ge[0]), Ze !== E && (yt = Xt, Kt = z.d(), Y.glx(), f(F), f(Kt), 0 < (ge = qt(F, Kt)).length && z.sj(Kt), ge.length == 0 ? J.h2(yt) : (Kt = qt(F, yt), (Y.gdft() || Y.glx()) && (ge = (yt = z.toInO)(ge), Kt = yt(Kt)), T(ge, Kt, Y)))), Ze == E && J.h2(Xt), nt.mbs = [], $t([W]), $t(Gt.cmd.gcs.mbs), ee(D), Y.sj(!0), ke(16), ge = 1, Gt.ncmn && (ge = Gt.ncmn), he(w, ge), Kt = nt.mbs.length + ge, Ze !== E && (Xt = K(), Gt = (u.now() - Y.START_TIME) / 1e3, !H) && O && ($("[codoxi]* cdxcb(y): t = " + Gt + "; s=" + Xt + "; ss=" + Kt + "; sid = " + V.sid), O(V.sid)), V.sid, ot = null) : (V.sid, f(Be)), Z || (Ke(Be.cmd.newcms), $t(Be.cmd.newcms), se(Be.cmd.newcms), Bt(V.sid, Be.cmd.newcms) || Jt(Be.cmd.newcms), ln = Be.to, ie(), ce(18, nt.mbs), Y.gfln() ? (ge = Xe(), _e("smncm-f2", ge)) : Y.gjs() || je("smncm"), ue("smncm")), Ie == E && P(!1, "off-NCM");
49814
+ Be = qe, Ie = K(), ot ? (V.sid, f(Be), Gt = ot, V.sid, f(Gt), Ke(Gt.cmd.gcs.mbs), Pe(Gt.cmd.gcs.tm), se([W]), Ue(Gt.cmd.gcs.ct), nt.sts = Gt.cmd.gcs.sts, nt.ISTo = Gt.cmd.gcs.to, Ze = K(), Kt = k.idlt, ge = Gt.cmd.gcs.clog, Xt = null, Kt(Y) ? (Xt = { ops: G.c2d(ge) }, Xt = i(Xt), Ze !== E && (Kt = Xt, St = z.getContents(), Y.gcm() && (St = { ops: [{ insert: St }] }, F = i(F = { ops: [{ insert: F }] }), St = i(St)), (St = F.diff(St)).ops.length == 0 ? J.h2(Kt) : (Kt = F.diff(Kt), f(Kt), St = G.d2c(St.ops), Kt = G.d2c(Kt.ops), I(St, Kt, Y)))) : (Xt = ge, Y.gfln() || Y.gjs() || (Xt = ge[0]), Ze !== E && (St = Xt, Kt = z.d(), Y.glx(), f(F), f(Kt), 0 < (ge = qt(F, Kt)).length && z.sj(Kt), ge.length == 0 ? J.h2(St) : (Kt = qt(F, St), (Y.gdft() || Y.glx()) && (ge = (St = z.toInO)(ge), Kt = St(Kt)), T(ge, Kt, Y)))), Ze == E && J.h2(Xt), nt.mbs = [], $t([W]), $t(Gt.cmd.gcs.mbs), ee(D), Y.sj(!0), ke(16), ge = 1, Gt.ncmn && (ge = Gt.ncmn), he(w, ge), Kt = nt.mbs.length + ge, Ze !== E && (Xt = K(), Gt = (u.now() - Y.START_TIME) / 1e3, !H) && O && ($("[codoxi]* cdxcb(y): t = " + Gt + "; s=" + Xt + "; ss=" + Kt + "; sid = " + V.sid), O(V.sid)), V.sid, ot = null) : (V.sid, f(Be)), Z || (Ke(Be.cmd.newcms), $t(Be.cmd.newcms), se(Be.cmd.newcms), Bt(V.sid, Be.cmd.newcms) || Jt(Be.cmd.newcms), ln = Be.to, ie(), ce(18, nt.mbs), Y.gfln() ? (ge = Xe(), _e("smncm-f2", ge)) : Y.gjs() || je("smncm"), ue("smncm")), Ie == E && P(!1, "off-NCM");
49815
49815
  break;
49816
49816
  case v:
49817
49817
  $e = qe;
@@ -49838,8 +49838,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
49838
49838
  qe.cmd.t;
49839
49839
  }
49840
49840
  }
49841
- }, this.rs = function(St) {
49842
- St || (nt.mbs = []), nt.DCPRops = [], nt.DCPLops = [], nt.DCPRopsN = 0, nt.DCPLopsN = 0;
49841
+ }, this.rs = function(vt) {
49842
+ vt || (nt.mbs = []), nt.DCPRops = [], nt.DCPLops = [], nt.DCPRopsN = 0, nt.DCPLopsN = 0;
49843
49843
  }, this.rsto = function() {
49844
49844
  ln = null;
49845
49845
  };
@@ -50080,7 +50080,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
50080
50080
  }
50081
50081
  return Ie;
50082
50082
  })(ot), JSON.stringify(ot) != "{}")) {
50083
- for (var Jt = nt.gj(), $e = (d(Jt), []), qt = u(Jt), ln = -1, Bt = 0, $t = {}, St = "", Nt = ((Be) => {
50083
+ for (var Jt = nt.gj(), $e = (d(Jt), []), qt = u(Jt), ln = -1, Bt = 0, $t = {}, vt = "", Ot = ((Be) => {
50084
50084
  d(Be);
50085
50085
  var Te, Ie = [];
50086
50086
  for (Te in Be) {
@@ -50088,15 +50088,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
50088
50088
  ct.pos = it.start, ct.bid = it.startid, ct.end = !1, ct.sid = Te, Ie.push(ct), d(ct), it.startid === it.endid && it.start === it.end || ((ct = {}).pos = it.end, ct.bid = it.endid, ct.end = !0, ct.sid = Te, Ie.push(ct), d(ct));
50089
50089
  }
50090
50090
  d(Ie);
50091
- var bt = Ie.sort(function(qe, Le) {
50091
+ var yt = Ie.sort(function(qe, Le) {
50092
50092
  return qe.bid - Le.bid || qe.pos - Le.pos;
50093
50093
  });
50094
- return d(bt), bt;
50095
- })(ot), sn = nt.i(), yt = 0; yt < Nt.length; yt++) {
50096
- var Kt = Nt[yt].bid, ge = (Nt[yt], Kt != ln && (ln !== -1 && (St += $t.content.slice(Bt), ge = { id: $t.id, content: St }, $e.push(ge), qt.splice(ln, 1, ge)), Bt = 0, St = "", $t = Jt[ln = Kt]), Nt[yt].pos);
50097
- Kt = ce(sn, Nt[yt]), 0 <= ge && (St = St + $t.content.slice(Bt, ge) + Kt, Bt = ge);
50094
+ return d(yt), yt;
50095
+ })(ot), sn = nt.i(), St = 0; St < Ot.length; St++) {
50096
+ var Kt = Ot[St].bid, ge = (Ot[St], Kt != ln && (ln !== -1 && (vt += $t.content.slice(Bt), ge = { id: $t.id, content: vt }, $e.push(ge), qt.splice(ln, 1, ge)), Bt = 0, vt = "", $t = Jt[ln = Kt]), Ot[St].pos);
50097
+ Kt = ce(sn, Ot[St]), 0 <= ge && (vt = vt + $t.content.slice(Bt, ge) + Kt, Bt = ge);
50098
50098
  }
50099
- return St += $t.content.slice(Bt), ot = { id: $t.id, content: St }, $e.push(ot), qt.splice(ln, 1, ot), p($e), ot = nt.r($e), nt = E.d(), d(nt), d(ot), ot;
50099
+ return vt += $t.content.slice(Bt), ot = { id: $t.id, content: vt }, $e.push(ot), qt.splice(ln, 1, ot), p($e), ot = nt.r($e), nt = E.d(), d(nt), d(ot), ot;
50100
50100
  }
50101
50101
  })(E, ae)) && Ue.length && (De = E.f(V, ae), E.r(Ue), Ue = E.d(), d(Ue));
50102
50102
  else {
@@ -50803,13 +50803,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
50803
50803
  if (ln == "sn") {
50804
50804
  if (Jt.length == ot.length && je.do[0].p !== _e.do[0].p)
50805
50805
  return je.do[0].p > _e.do[0].p || (ot[$e] = ot[$e] + 1, _e.do[0].p = _e.do[0].p - je.do[0].p + 1);
50806
- var $t = je.do[0].target, St = _e.do[0].target;
50807
- je.otg && ($t = je.otg), (St = _e.otg ? _e.otg : St) == $t ? _e.nil = !0 : $t < St && (_e.do[0].target = St - $t, ot[$e] = ot[$e] + 1, _e.otg && delete _e.otg, _e.do[0].p = _e.do[0].p - je.do[0].p + 1);
50806
+ var $t = je.do[0].target, vt = _e.do[0].target;
50807
+ je.otg && ($t = je.otg), (vt = _e.otg ? _e.otg : vt) == $t ? _e.nil = !0 : $t < vt && (_e.do[0].target = vt - $t, ot[$e] = ot[$e] + 1, _e.otg && delete _e.otg, _e.do[0].p = _e.do[0].p - je.do[0].p + 1);
50808
50808
  } else
50809
- ln != "mvn" && ln == "in" && (Jt.length !== ot.length && je.do[0].p !== ot[1 + $e] ? je.do[0].p > ot[1 + $e] || (ot[$e] = ot[$e] + 1, ot[1 + $e] = ot[1 + $e] - je.do[0].p + 1) : (St = je.do[0].target, je.otg && (St = je.otg), M(_e) && (_e.do[0].pem > St || _e.do[0].pem === St && Xe) && (ot[$e] = ot[$e] + 1, ot[1 + $e] = 1, _e.do[0].pem = _e.do[0].pem - St)));
50809
+ ln != "mvn" && ln == "in" && (Jt.length !== ot.length && je.do[0].p !== ot[1 + $e] ? je.do[0].p > ot[1 + $e] || (ot[$e] = ot[$e] + 1, ot[1 + $e] = ot[1 + $e] - je.do[0].p + 1) : (vt = je.do[0].target, je.otg && (vt = je.otg), M(_e) && (_e.do[0].pem > vt || _e.do[0].pem === vt && Xe) && (ot[$e] = ot[$e] + 1, ot[1 + $e] = 1, _e.do[0].pem = _e.do[0].pem - vt)));
50810
50810
  break;
50811
50811
  case "del":
50812
- G(_e) ? je.do[0].target === _e.do[0].target && (ot[$e] = ot[$e] + 1) : ln == "mvn" ? _e.do[0].pxs : ln == "rn" && 1 < _e.tn ? g(_e) ? Jt.length !== ot.length && je.do[0].p !== ot[1 + $e] + 1 ? je.do[0].p > ot[1 + $e] + 1 || (ot[$e] = ot[$e] + 1, ot[1 + $e] = ot[1 + $e] - je.do[0].p + 1) : _e.two && ($t = je.do[0].target, je.otg && ($t = je.otg), _e.do[0].pem > $t || _e.do[0].pem === $t && Xe) && (ot[$e] = ot[$e] + 1, ot[1 + $e] = 1, _e.do[0].pem = _e.do[0].pem - $t) : (St = _e, $t = je.do[0].target, (Ke = d(St.dm))[St.dm.length - 1] = Ke[St.dm.length - 1] + 1, (at = d(St.dm))[Ke.length] = 1, (nt = d(A.mnaotdmpo)).path = Ke, nt.data.tn = St.tn, nt.data.n = St.aon, (Ke = O(nt)).do[0].target = $t, Ke.pon = St.pon + 1, (nt = d(A.mnaotndmpo)).path = at, nt.position = $t, nt.data.tn = St.tn, nt.data.n = St.aon, (at = O(nt)).pon = St.pon + 2, St.Xp || (St.Xp = []), St.Xp.push(Ke), St.Xp.push(at)) : ot[$e] = ot[$e] + 1;
50812
+ G(_e) ? je.do[0].target === _e.do[0].target && (ot[$e] = ot[$e] + 1) : ln == "mvn" ? _e.do[0].pxs : ln == "rn" && 1 < _e.tn ? g(_e) ? Jt.length !== ot.length && je.do[0].p !== ot[1 + $e] + 1 ? je.do[0].p > ot[1 + $e] + 1 || (ot[$e] = ot[$e] + 1, ot[1 + $e] = ot[1 + $e] - je.do[0].p + 1) : _e.two && ($t = je.do[0].target, je.otg && ($t = je.otg), _e.do[0].pem > $t || _e.do[0].pem === $t && Xe) && (ot[$e] = ot[$e] + 1, ot[1 + $e] = 1, _e.do[0].pem = _e.do[0].pem - $t) : (vt = _e, $t = je.do[0].target, (Ke = d(vt.dm))[vt.dm.length - 1] = Ke[vt.dm.length - 1] + 1, (at = d(vt.dm))[Ke.length] = 1, (nt = d(A.mnaotdmpo)).path = Ke, nt.data.tn = vt.tn, nt.data.n = vt.aon, (Ke = O(nt)).do[0].target = $t, Ke.pon = vt.pon + 1, (nt = d(A.mnaotndmpo)).path = at, nt.position = $t, nt.data.tn = vt.tn, nt.data.n = vt.aon, (at = O(nt)).pon = vt.pon + 2, vt.Xp || (vt.Xp = []), vt.Xp.push(Ke), vt.Xp.push(at)) : ot[$e] = ot[$e] + 1;
50813
50813
  }
50814
50814
  break;
50815
50815
  case "mvn":
@@ -50825,34 +50825,34 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
50825
50825
  case "sn":
50826
50826
  if (Jt.length !== ot.length && je.do[0].p !== ot[ot.length - 1] + 1)
50827
50827
  return je.do[0].p > ot[ot.length - 1] + 1 || (ot[$e] = ot[$e] + 1, ot[ot.length - 1] = ot[ot.length - 1] - je.do[0].p + 1);
50828
- var Nt = je.do[0].target, sn = 0;
50829
- if (_e.do[0].tg && !_e.do[0].sx && (sn = _e.do[0].tg), je.otg && (Nt = je.otg), _e.otg && (sn = _e.otg), v(_e) && je.isInDR && m(_e, je.isInDR)) {
50830
- var yt = _e, Kt = je.isInDR, ge = $e, Be = 0, Te = 0;
50831
- !yt.do[0].tg || yt.do[0].sx || s || (Be = 1, Te = yt.do[0].tg);
50832
- for (var Ie = null, it = Te, ct = Be; ct < yt.do.length; ct++)
50833
- if (yt.do[ct].tg ? it += yt.do[ct].tg : it += yt.do[ct].sc, Kt <= it) {
50834
- var bt = null, qe = null;
50835
- if (yt.do[ct].sc) {
50836
- bt = d(yt.do[ct]), qe = d(yt.do[ct]);
50837
- var Le = Kt - (it - yt.do[ct].sc), Ze = yt.do[ct].sc - Le;
50828
+ var Ot = je.do[0].target, sn = 0;
50829
+ if (_e.do[0].tg && !_e.do[0].sx && (sn = _e.do[0].tg), je.otg && (Ot = je.otg), _e.otg && (sn = _e.otg), v(_e) && je.isInDR && m(_e, je.isInDR)) {
50830
+ var St = _e, Kt = je.isInDR, ge = $e, Be = 0, Te = 0;
50831
+ !St.do[0].tg || St.do[0].sx || s || (Be = 1, Te = St.do[0].tg);
50832
+ for (var Ie = null, it = Te, ct = Be; ct < St.do.length; ct++)
50833
+ if (St.do[ct].tg ? it += St.do[ct].tg : it += St.do[ct].sc, Kt <= it) {
50834
+ var yt = null, qe = null;
50835
+ if (St.do[ct].sc) {
50836
+ yt = d(St.do[ct]), qe = d(St.do[ct]);
50837
+ var Le = Kt - (it - St.do[ct].sc), Ze = St.do[ct].sc - Le;
50838
50838
  if (Le == 0 || Ze == 0)
50839
50839
  break;
50840
- bt.sc = Le, qe.sc = Ze;
50840
+ yt.sc = Le, qe.sc = Ze;
50841
50841
  }
50842
- (Ie = d(yt)).do = yt.do.slice(0, ct), bt !== null && Ie.do.push(bt), yt.do = yt.do.slice(ct + 1), qe !== null && yt.do.unshift(qe), yt.dm[ge] = yt.dm[ge] + 1;
50842
+ (Ie = d(St)).do = St.do.slice(0, ct), yt !== null && Ie.do.push(yt), St.do = St.do.slice(ct + 1), qe !== null && St.do.unshift(qe), St.dm[ge] = St.dm[ge] + 1;
50843
50843
  break;
50844
50844
  }
50845
- return Ie !== null && (yt.Xa || (yt.Xa = []), yt.pon && (Ie.pon = yt.pon + 1), Ie.pon = yt.pon + 1, yt.Xa.push(Ie)), delete je.isInDR;
50845
+ return Ie !== null && (St.Xa || (St.Xa = []), St.pon && (Ie.pon = St.pon + 1), Ie.pon = St.pon + 1, St.Xa.push(Ie)), delete je.isInDR;
50846
50846
  }
50847
- if (sn === Nt)
50847
+ if (sn === Ot)
50848
50848
  B(_e) ? Xe && (k(_e.do, 0), ot[$e] = ot[$e] + 1, ot[1 + $e] = 0) : v(_e) && je.ft && _e.ft && ((tt, Qe) => {
50849
50849
  for (var gt = 0; gt < tt.length; gt++)
50850
50850
  for (var Mt = 0; Mt < Qe.length; Mt++)
50851
50851
  if (tt[gt] === Qe[Mt])
50852
50852
  return 1;
50853
50853
  })(_e.ft, je.ft) || (B(_e) && (_e.otg = sn), k(_e.do, 0), ot[$e] = ot[$e] + 1, ot[ot.length - 1] = ot[ot.length - 1] - je.do[0].p + 1);
50854
- else if (Nt < sn)
50855
- B(_e) && (_e.otg = sn), k(_e.do, sn - Nt), ot[$e] = ot[$e] + 1, ot[ot.length - 1] = ot[ot.length - 1] - je.do[0].p + 1;
50854
+ else if (Ot < sn)
50855
+ B(_e) && (_e.otg = sn), k(_e.do, sn - Ot), ot[$e] = ot[$e] + 1, ot[ot.length - 1] = ot[ot.length - 1] - je.do[0].p + 1;
50856
50856
  else if (((tt, Qe) => {
50857
50857
  if (!I(tt) && tt.do.length !== 0) {
50858
50858
  var gt = 0, Mt = 0, we = (tt.do[0].tg && !tt.do[0].sx && (Mt = tt.do[0].tg, gt = 1), Mt);
@@ -50863,8 +50863,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
50863
50863
  return 1;
50864
50864
  }
50865
50865
  }
50866
- })(_e, Nt)) {
50867
- var lt = _e, Gt = Nt, Xt = $e;
50866
+ })(_e, Ot)) {
50867
+ var lt = _e, Gt = Ot, Xt = $e;
50868
50868
  Te = 0, Be = 0, lt.do[0].tg && !lt.do[0].sx && (Te = 1, Be = lt.do[0].tg);
50869
50869
  for (var Qt = null, Pt = Be, Ge = Te; Ge < lt.do.length; Ge++)
50870
50870
  if (Gt <= (Pt += lt.do[Ge].tg) && !s) {
@@ -51580,7 +51580,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51580
51580
  }), lt;
51581
51581
  }
51582
51582
  J = Array.prototype;
51583
- var K = Function.prototype, ee = Object.prototype, ie = z["__core-js_shared__"], de = (ie = /[^.]+$/.exec(ie && ie.keys && ie.keys.IE_PROTO || "")) ? "Symbol(src)_1." + ie : "", ue = K.toString, ne = ee.hasOwnProperty, xe = ee.toString, ve = RegExp("^" + ue.call(ne).replace(/[\\^$.*+?()[\]{}|]/g, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"), he = (ie = W ? z.Buffer : void 0, K = z.Symbol, z.Uint8Array), ke = $(Object.getPrototypeOf, Object), ce = Object.create, ae = ee.propertyIsEnumerable, pe = J.splice, se = (W = Object.getOwnPropertySymbols, J = ie ? ie.isBuffer : void 0, $(Object.keys, Object)), Ce = (ie = Nt(z, "DataView"), Nt(z, "Map")), Ee = Nt(z, "Promise"), De = Nt(z, "Set"), Pe = (z = Nt(z, "WeakMap"), Nt(Object, "create")), Ue = ge(ie), Oe = ge(Ce), je = ge(Ee), _e = ge(De), Xe = ge(z), Re = (K = K ? K.prototype : void 0) ? K.valueOf : void 0;
51583
+ var K = Function.prototype, ee = Object.prototype, ie = z["__core-js_shared__"], de = (ie = /[^.]+$/.exec(ie && ie.keys && ie.keys.IE_PROTO || "")) ? "Symbol(src)_1." + ie : "", ue = K.toString, ne = ee.hasOwnProperty, xe = ee.toString, ve = RegExp("^" + ue.call(ne).replace(/[\\^$.*+?()[\]{}|]/g, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"), he = (ie = W ? z.Buffer : void 0, K = z.Symbol, z.Uint8Array), ke = $(Object.getPrototypeOf, Object), ce = Object.create, ae = ee.propertyIsEnumerable, pe = J.splice, se = (W = Object.getOwnPropertySymbols, J = ie ? ie.isBuffer : void 0, $(Object.keys, Object)), Ce = (ie = Ot(z, "DataView"), Ot(z, "Map")), Ee = Ot(z, "Promise"), De = Ot(z, "Set"), Pe = (z = Ot(z, "WeakMap"), Ot(Object, "create")), Ue = ge(ie), Oe = ge(Ce), je = ge(Ee), _e = ge(De), Xe = ge(z), Re = (K = K ? K.prototype : void 0) ? K.valueOf : void 0;
51584
51584
  function Ke(Le) {
51585
51585
  var Ze = -1, lt = Le ? Le.length : 0;
51586
51586
  for (this.clear(); ++Ze < lt; ) {
@@ -51628,7 +51628,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51628
51628
  function ln(Le, Ze, lt, Gt, Xt, Qt, Pt) {
51629
51629
  var Ge;
51630
51630
  if ((Ge = Gt ? Qt ? Gt(Le, Xt, Qt, Pt) : Gt(Le) : Ge) === void 0) {
51631
- if (!bt(Le))
51631
+ if (!yt(Le))
51632
51632
  return Le;
51633
51633
  if (Xt = Te(Le)) {
51634
51634
  if (Ge = ((Wt) => {
@@ -51641,13 +51641,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51641
51641
  return dt;
51642
51642
  }
51643
51643
  } else {
51644
- var tt, Qe, gt = yt(Le), Mt = gt == p || gt == f;
51644
+ var tt, Qe, gt = St(Le), Mt = gt == p || gt == f;
51645
51645
  if (it(Le))
51646
51646
  return tt = Le, (Qe = Ze) ? tt.slice() : (Qe = new tt.constructor(tt.length), tt.copy(Qe), Qe);
51647
51647
  if (gt == h || gt == i || Mt && !Qt) {
51648
51648
  if (F(Le))
51649
51649
  return Qt ? Le : {};
51650
- if (Ge = typeof (tt = Mt ? {} : Le).constructor != "function" || Kt(tt) ? {} : ((Wt) => bt(Wt) ? ce(Wt) : {})(ke(tt)), !Ze)
51650
+ if (Ge = typeof (tt = Mt ? {} : Le).constructor != "function" || Kt(tt) ? {} : ((Wt) => yt(Wt) ? ce(Wt) : {})(ke(tt)), !Ze)
51651
51651
  return Mt = Qe = Le, Mt = (We = Ge) && $t(Mt, qe(Mt), We), $t(Qe, sn(Qe), Mt);
51652
51652
  } else {
51653
51653
  if (!O[gt])
@@ -51719,13 +51719,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51719
51719
  }
51720
51720
  return lt;
51721
51721
  }
51722
- function St(Le, Ze) {
51722
+ function vt(Le, Ze) {
51723
51723
  var lt, Gt;
51724
51724
  return Le = Le.__data__, ((Gt = typeof (lt = Ze)) == "string" || Gt == "number" || Gt == "symbol" || Gt == "boolean" ? lt !== "__proto__" : lt === null) ? Le[typeof Ze == "string" ? "string" : "hash"] : Le.map;
51725
51725
  }
51726
- function Nt(Le, Ze) {
51726
+ function Ot(Le, Ze) {
51727
51727
  return function(lt) {
51728
- return bt(lt) && !(de && de in lt) && (ct(lt) || F(lt) ? ve : A).test(ge(lt));
51728
+ return yt(lt) && !(de && de in lt) && (ct(lt) || F(lt) ? ve : A).test(ge(lt));
51729
51729
  }(Le = Le == null ? void 0 : Le[Ze]) ? Le : void 0;
51730
51730
  }
51731
51731
  Ke.prototype.clear = function() {
@@ -51756,13 +51756,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51756
51756
  }, nt.prototype.clear = function() {
51757
51757
  this.__data__ = { hash: new Ke(), map: new (Ce || at)(), string: new Ke() };
51758
51758
  }, nt.prototype.delete = function(Le) {
51759
- return St(this, Le).delete(Le);
51759
+ return vt(this, Le).delete(Le);
51760
51760
  }, nt.prototype.get = function(Le) {
51761
- return St(this, Le).get(Le);
51761
+ return vt(this, Le).get(Le);
51762
51762
  }, nt.prototype.has = function(Le) {
51763
- return St(this, Le).has(Le);
51763
+ return vt(this, Le).has(Le);
51764
51764
  }, nt.prototype.set = function(Le, Ze) {
51765
- return St(this, Le).set(Le, Ze), this;
51765
+ return vt(this, Le).set(Le, Ze), this;
51766
51766
  }, ot.prototype.clear = function() {
51767
51767
  this.__data__ = new at();
51768
51768
  }, ot.prototype.delete = function(Le) {
@@ -51783,7 +51783,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51783
51783
  };
51784
51784
  var sn = W ? $(W, Object) : function() {
51785
51785
  return [];
51786
- }, yt = function(Le) {
51786
+ }, St = function(Le) {
51787
51787
  return xe.call(Le);
51788
51788
  };
51789
51789
  function Kt(Le) {
@@ -51806,7 +51806,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51806
51806
  function Be(Le, Ze) {
51807
51807
  return Le === Ze || Le != Le && Ze != Ze;
51808
51808
  }
51809
- (ie && yt(new ie(new ArrayBuffer(1))) != w || Ce && yt(new Ce()) != M || Ee && yt(Ee.resolve()) != y || De && yt(new De()) != b || z && yt(new z()) != v) && (yt = function(Le) {
51809
+ (ie && St(new ie(new ArrayBuffer(1))) != w || Ce && St(new Ce()) != M || Ee && St(Ee.resolve()) != y || De && St(new De()) != b || z && St(new z()) != v) && (St = function(Le) {
51810
51810
  var Ze = xe.call(Le);
51811
51811
  if (Le = (Le = Ze == h ? Le.constructor : void 0) ? ge(Le) : void 0)
51812
51812
  switch (Le) {
@@ -51832,9 +51832,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51832
51832
  return !1;
51833
51833
  };
51834
51834
  function ct(Le) {
51835
- return (Le = bt(Le) ? xe.call(Le) : "") == p || Le == f;
51835
+ return (Le = yt(Le) ? xe.call(Le) : "") == p || Le == f;
51836
51836
  }
51837
- function bt(Le) {
51837
+ function yt(Le) {
51838
51838
  var Ze = typeof Le;
51839
51839
  return Le && (Ze == "object" || Ze == "function");
51840
51840
  }
@@ -51859,8 +51859,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51859
51859
  var s = "__lodash_hash_undefined__", l = 9007199254740991, i = "[object Arguments]", u = "[object Array]", d = "[object Boolean]", p = "[object Date]", f = "[object Error]", M = "[object Function]", g = "[object Map]", h = "[object Number]", y = "[object Object]", S = "[object Promise]", b = "[object RegExp]", _ = "[object Set]", x = "[object String]", v = "[object WeakMap]", m = "[object ArrayBuffer]", w = "[object DataView]", D = /^\[object .+?Constructor\]$/, E = /^(?:0|[1-9]\d*)$/, j = {}, B = (j["[object Float32Array]"] = j["[object Float64Array]"] = j["[object Int8Array]"] = j["[object Int16Array]"] = j["[object Int32Array]"] = j["[object Uint8Array]"] = j["[object Uint8ClampedArray]"] = j["[object Uint16Array]"] = j["[object Uint32Array]"] = !0, j[i] = j[u] = j[m] = j[d] = j[w] = j[p] = j[f] = j[M] = j[g] = j[h] = j[y] = j[b] = j[_] = j[x] = j[v] = !1, typeof r == "object" && r && r.Object === Object && r), P = typeof self == "object" && self && self.Object === Object && self, I = (P = B || P || Function("return this")(), (ee = (ee = (A = typeof o == "object" && o && !o.nodeType && o) && typeof a == "object" && a && !a.nodeType && a) && ee.exports === A) && B.process);
51860
51860
  function T(Te) {
51861
51861
  var Ie = -1, it = Array(Te.size);
51862
- return Te.forEach(function(ct, bt) {
51863
- it[++Ie] = [bt, ct];
51862
+ return Te.forEach(function(ct, yt) {
51863
+ it[++Ie] = [yt, ct];
51864
51864
  }), it;
51865
51865
  }
51866
51866
  function k(Te) {
@@ -51908,13 +51908,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51908
51908
  Te = this.__data__ = new se(Te), this.size = Te.size;
51909
51909
  }
51910
51910
  function Pe(Te, Ie) {
51911
- var it, ct, bt, qe = Bt(Te), Le = !qe && ln(Te), Ze = !qe && !Le && $t(Te), lt = !qe && !Le && !Ze && ge(Te), Gt = qe || Le || Ze || lt, Xt = Gt ? ((Pt, Ge) => {
51911
+ var it, ct, yt, qe = Bt(Te), Le = !qe && ln(Te), Ze = !qe && !Le && $t(Te), lt = !qe && !Le && !Ze && ge(Te), Gt = qe || Le || Ze || lt, Xt = Gt ? ((Pt, Ge) => {
51912
51912
  for (var Ye = -1, dt = Array(Pt); ++Ye < Pt; )
51913
51913
  dt[Ye] = Ge(Ye);
51914
51914
  return dt;
51915
51915
  })(Te.length, String) : [], Qt = Xt.length;
51916
51916
  for (it in Te)
51917
- !Ie && !W.call(Te, it) || Gt && (it == "length" || Ze && (it == "offset" || it == "parent") || lt && (it == "buffer" || it == "byteLength" || it == "byteOffset") || (ct = it, (bt = (bt = Qt) == null ? l : bt) && (typeof ct == "number" || E.test(ct)) && -1 < ct && ct % 1 == 0 && ct < bt)) || Xt.push(it);
51917
+ !Ie && !W.call(Te, it) || Gt && (it == "length" || Ze && (it == "offset" || it == "parent") || lt && (it == "buffer" || it == "byteLength" || it == "byteOffset") || (ct = it, (yt = (yt = Qt) == null ? l : yt) && (typeof ct == "number" || E.test(ct)) && -1 < ct && ct % 1 == 0 && ct < yt)) || Xt.push(it);
51918
51918
  return Xt;
51919
51919
  }
51920
51920
  function Ue(Te, Ie) {
@@ -51929,21 +51929,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51929
51929
  if (Q && Q in Object(Te)) {
51930
51930
  var Ie = Te, it = W.call(Ie, Q), ct = Ie[Q];
51931
51931
  try {
51932
- var bt = !(Ie[Q] = void 0);
51932
+ var yt = !(Ie[Q] = void 0);
51933
51933
  } catch {
51934
51934
  }
51935
51935
  var qe = H.call(Ie);
51936
- return bt && (it ? Ie[Q] = ct : delete Ie[Q]), qe;
51936
+ return yt && (it ? Ie[Q] = ct : delete Ie[Q]), qe;
51937
51937
  }
51938
51938
  return H.call(Te);
51939
51939
  }
51940
51940
  function je(Te) {
51941
- return yt(Te) && Oe(Te) == i;
51941
+ return St(Te) && Oe(Te) == i;
51942
51942
  }
51943
- function _e(Te, Ie, it, ct, bt) {
51943
+ function _e(Te, Ie, it, ct, yt) {
51944
51944
  if (Te === Ie)
51945
51945
  return !0;
51946
- if (Te == null || Ie == null || !yt(Te) && !yt(Ie))
51946
+ if (Te == null || Ie == null || !St(Te) && !St(Ie))
51947
51947
  return Te != Te && Ie != Ie;
51948
51948
  var qe = _e, Le = Bt(Te), Ze = Bt(Ie), lt = Le ? u : Jt(Te), Gt = (Ze = Ze ? u : Jt(Ie), (lt = lt == i ? y : lt) == y), Xt = (Ze = Ze == i ? y : Ze) == y;
51949
51949
  if ((Ze = lt == Ze) && $t(Te)) {
@@ -51952,9 +51952,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51952
51952
  Gt = !(Le = !0);
51953
51953
  }
51954
51954
  if (Ze && !Gt) {
51955
- if (bt = bt || new De(), Le || ge(Te))
51956
- return Re(Te, Ie, it, ct, qe, bt);
51957
- var Qt = Te, Pt = Ie, Ge = it, Ye = ct, dt = qe, Se = bt;
51955
+ if (yt = yt || new De(), Le || ge(Te))
51956
+ return Re(Te, Ie, it, ct, qe, yt);
51957
+ var Qt = Te, Pt = Ie, Ge = it, Ye = ct, dt = qe, Se = yt;
51958
51958
  switch (lt) {
51959
51959
  case w:
51960
51960
  if (Qt.byteLength != Pt.byteLength || Qt.byteOffset != Pt.byteOffset)
@@ -51983,9 +51983,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
51983
51983
  return !1;
51984
51984
  }
51985
51985
  if (!(1 & it) && (Le = Gt && W.call(Te, "__wrapped__"), lt = Xt && W.call(Ie, "__wrapped__"), Le || lt))
51986
- return qe(Gt = Le ? Te.value() : Te, Xt = lt ? Ie.value() : Ie, it, ct, bt = bt || new De());
51986
+ return qe(Gt = Le ? Te.value() : Te, Xt = lt ? Ie.value() : Ie, it, ct, yt = yt || new De());
51987
51987
  if (Ze) {
51988
- var Qe = Te, gt = Ie, Mt = it, we = ct, We = qe, ht = bt = bt || new De(), Lt = 1 & Mt, zt = Ke(Qe), tn = zt.length;
51988
+ var Qe = Te, gt = Ie, Mt = it, we = ct, We = qe, ht = yt = yt || new De(), Lt = 1 & Mt, zt = Ke(Qe), tn = zt.length;
51989
51989
  if (tn != (Le = Ke(gt).length) && !Lt)
51990
51990
  return !1;
51991
51991
  for (var Wt = tn; Wt--; ) {
@@ -52010,12 +52010,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
52010
52010
  function Xe(Te) {
52011
52011
  if (it = typeof (it = (Ie = Te) && Ie.constructor) == "function" && it.prototype || O, Ie !== it)
52012
52012
  return ie(Te);
52013
- var Ie, it, ct, bt = [];
52013
+ var Ie, it, ct, yt = [];
52014
52014
  for (ct in Object(Te))
52015
- W.call(Te, ct) && ct != "constructor" && bt.push(ct);
52016
- return bt;
52015
+ W.call(Te, ct) && ct != "constructor" && yt.push(ct);
52016
+ return yt;
52017
52017
  }
52018
- function Re(Te, Ie, it, ct, bt, qe) {
52018
+ function Re(Te, Ie, it, ct, yt, qe) {
52019
52019
  var Le = 1 & it, Ze = Te.length, lt = Ie.length;
52020
52020
  if (Ze != lt && !(Le && Ze < lt))
52021
52021
  return !1;
@@ -52036,12 +52036,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
52036
52036
  if (Se(dt[Fe], Fe))
52037
52037
  return 1;
52038
52038
  })(Ie, function(dt, Se) {
52039
- return !Qt.has(Se) && (Ge === dt || bt(Ge, dt, it, ct, qe)) && Qt.push(Se);
52039
+ return !Qt.has(Se) && (Ge === dt || yt(Ge, dt, it, ct, qe)) && Qt.push(Se);
52040
52040
  })) {
52041
52041
  Xt = !1;
52042
52042
  break;
52043
52043
  }
52044
- } else if (Ge !== Ye && !bt(Ge, Ye, it, ct, qe)) {
52044
+ } else if (Ge !== Ye && !yt(Ge, Ye, it, ct, qe)) {
52045
52045
  Xt = !1;
52046
52046
  break;
52047
52047
  }
@@ -52052,8 +52052,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
52052
52052
  var Ie = Be, it = ot;
52053
52053
  if (Ie = Ie(Te), Bt(Te))
52054
52054
  return Ie;
52055
- for (var ct = Ie, bt = it(Te), qe = -1, Le = bt.length, Ze = ct.length; ++qe < Le; )
52056
- ct[Ze + qe] = bt[qe];
52055
+ for (var ct = Ie, yt = it(Te), qe = -1, Le = yt.length, Ze = ct.length; ++qe < Le; )
52056
+ ct[Ze + qe] = yt[qe];
52057
52057
  return ct;
52058
52058
  }
52059
52059
  function at(Te, Ie) {
@@ -52062,7 +52062,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
52062
52062
  }
52063
52063
  function nt(Te, Ie) {
52064
52064
  return function(it) {
52065
- return sn(it) && !(R && R in it) && (St(it) ? Z : D).test($e(it));
52065
+ return sn(it) && !(R && R in it) && (vt(it) ? Z : D).test($e(it));
52066
52066
  }(Te = Te == null ? void 0 : Te[Ie]) ? Te : void 0;
52067
52067
  }
52068
52068
  pe.prototype.clear = function() {
@@ -52131,7 +52131,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
52131
52131
  Te = Object(Te);
52132
52132
  for (var Ie = K(Te), it = function(lt) {
52133
52133
  return V.call(Te, lt);
52134
- }, ct = -1, bt = Ie == null ? 0 : Ie.length, qe = 0, Le = []; ++ct < bt; ) {
52134
+ }, ct = -1, yt = Ie == null ? 0 : Ie.length, qe = 0, Le = []; ++ct < yt; ) {
52135
52135
  var Ze = Ie[ct];
52136
52136
  it(Ze) && (Le[qe++] = Ze);
52137
52137
  }
@@ -52175,31 +52175,31 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
52175
52175
  var ln = je(function() {
52176
52176
  return arguments;
52177
52177
  }()) ? je : function(Te) {
52178
- return yt(Te) && W.call(Te, "callee") && !V.call(Te, "callee");
52178
+ return St(Te) && W.call(Te, "callee") && !V.call(Te, "callee");
52179
52179
  }, Bt = Array.isArray, $t = ee || function() {
52180
52180
  return !1;
52181
52181
  };
52182
- function St(Te) {
52182
+ function vt(Te) {
52183
52183
  if (sn(Te))
52184
52184
  return (Te = Oe(Te)) == M || Te == "[object GeneratorFunction]" || Te == "[object AsyncFunction]" || Te == "[object Proxy]";
52185
52185
  }
52186
- function Nt(Te) {
52186
+ function Ot(Te) {
52187
52187
  return typeof Te == "number" && -1 < Te && Te % 1 == 0 && Te <= l;
52188
52188
  }
52189
52189
  function sn(Te) {
52190
52190
  var Ie = typeof Te;
52191
52191
  return Te != null && (Ie == "object" || Ie == "function");
52192
52192
  }
52193
- function yt(Te) {
52193
+ function St(Te) {
52194
52194
  return Te != null && typeof Te == "object";
52195
52195
  }
52196
52196
  var Kt, ge = B ? (Kt = B, function(Te) {
52197
52197
  return Kt(Te);
52198
52198
  }) : function(Te) {
52199
- return yt(Te) && Nt(Te.length) && !!j[Oe(Te)];
52199
+ return St(Te) && Ot(Te.length) && !!j[Oe(Te)];
52200
52200
  };
52201
52201
  function Be(Te) {
52202
- return ((Ie = Te) != null && Nt(Ie.length) && !St(Ie) ? Pe : Xe)(Te);
52202
+ return ((Ie = Te) != null && Ot(Ie.length) && !vt(Ie) ? Pe : Xe)(Te);
52203
52203
  var Ie;
52204
52204
  }
52205
52205
  a.exports = function(Te, Ie) {
@@ -53712,11 +53712,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53712
53712
  };
53713
53713
  }
53714
53714
  var qt = $e([9, 11]), ln = $e([5, 6, 10, 12]), Bt = $e([6, 10, 12]), $t = $e([1]);
53715
- function St(Ge, Ye) {
53715
+ function vt(Ge, Ye) {
53716
53716
  if (Bt(Ge, Ye))
53717
53717
  throw new ee("INVALID_NODE_TYPE_ERR");
53718
53718
  }
53719
- function Nt(Ge, Ye) {
53719
+ function Ot(Ge, Ye) {
53720
53720
  if (!ce(Ye, Ge.nodeType))
53721
53721
  throw new ee("INVALID_NODE_TYPE_ERR");
53722
53722
  }
@@ -53724,7 +53724,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53724
53724
  if (Ye < 0 || Ye > (ie(Ge) ? Ge : Ge.childNodes).length)
53725
53725
  throw new ee("INDEX_SIZE_ERR");
53726
53726
  }
53727
- function yt(Ge, Ye) {
53727
+ function St(Ge, Ye) {
53728
53728
  if (qt(Ge, !0) !== qt(Ye, !0))
53729
53729
  throw new ee("WRONG_DOCUMENT_ERR");
53730
53730
  }
@@ -53751,7 +53751,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53751
53751
  it.innerHTML = "<b>x</b>", ct = it.firstChild.nodeType == 3;
53752
53752
  } catch {
53753
53753
  }
53754
- function bt(Ge, Ye) {
53754
+ function yt(Ge, Ye) {
53755
53755
  Ie(Ge);
53756
53756
  var dt = Ge.startContainer, Se = Ge.startOffset, Fe = Ge.endContainer, tt = Ge.endOffset, Qe = dt === Fe;
53757
53757
  ie(Fe) && 0 < tt && tt < Fe.length && ve(Fe, tt, Ye), ie(dt) && 0 < Se && Se < dt.length && (dt = ve(dt, Se, Ye), Qe ? (tt -= Se, Fe = dt) : Fe == dt.parentNode && tt >= de(dt) && tt++, Se = 0), Ge.setStartAndEnd(dt, Se, Fe, tt);
@@ -53779,7 +53779,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53779
53779
  function Xt(Ge, Ye) {
53780
53780
  function dt(Qe, gt) {
53781
53781
  return function(Mt) {
53782
- Nt(Mt, at), Nt(ae(Mt), nt), Mt = (Qe ? De : Pe)(Mt), (gt ? Se : Fe)(this, Mt.node, Mt.offset);
53782
+ Ot(Mt, at), Ot(ae(Mt), nt), Mt = (Qe ? De : Pe)(Mt), (gt ? Se : Fe)(this, Mt.node, Mt.offset);
53783
53783
  };
53784
53784
  }
53785
53785
  function Se(Qe, gt, Mt) {
@@ -53793,9 +53793,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53793
53793
  function tt() {
53794
53794
  }
53795
53795
  tt.prototype = F.rangePrototype, Ge.prototype = new tt(), Q.extend(Ge.prototype, { setStart: function(Qe, gt) {
53796
- St(Qe, !0), sn(Qe, gt), Se(this, Qe, gt);
53796
+ vt(Qe, !0), sn(Qe, gt), Se(this, Qe, gt);
53797
53797
  }, setEnd: function(Qe, gt) {
53798
- St(Qe, !0), sn(Qe, gt), Fe(this, Qe, gt);
53798
+ vt(Qe, !0), sn(Qe, gt), Fe(this, Qe, gt);
53799
53799
  }, setStartAndEnd: function() {
53800
53800
  var Qe = arguments, gt = Qe[0], Mt = Qe[1], we = gt, We = Mt;
53801
53801
  switch (Qe.length) {
@@ -53805,15 +53805,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53805
53805
  case 4:
53806
53806
  we = Qe[2], We = Qe[3];
53807
53807
  }
53808
- St(gt, !0), sn(gt, Mt), St(we, !0), sn(we, We), Ye(this, gt, Mt, we, We);
53808
+ vt(gt, !0), sn(gt, Mt), vt(we, !0), sn(we, We), Ye(this, gt, Mt, we, We);
53809
53809
  }, setBoundary: function(Qe, gt, Mt) {
53810
53810
  this["set" + (Mt ? "Start" : "End")](Qe, gt);
53811
53811
  }, setStartBefore: dt(!0, !0), setStartAfter: dt(!1, !0), setEndBefore: dt(!0, !1), setEndAfter: dt(!1, !1), collapse: function(Qe) {
53812
53812
  Ie(this), Qe ? Ye(this, this.startContainer, this.startOffset, this.startContainer, this.startOffset) : Ye(this, this.endContainer, this.endOffset, this.endContainer, this.endOffset);
53813
53813
  }, selectNodeContents: function(Qe) {
53814
- St(Qe, !0), Ye(this, Qe, 0, Qe, ke(Qe));
53814
+ vt(Qe, !0), Ye(this, Qe, 0, Qe, ke(Qe));
53815
53815
  }, selectNode: function(Qe) {
53816
- St(Qe, !1), Nt(Qe, at);
53816
+ vt(Qe, !1), Ot(Qe, at);
53817
53817
  var gt = De(Qe);
53818
53818
  Qe = Pe(Qe), Ye(this, gt.node, gt.offset, Qe.node, Qe.offset);
53819
53819
  }, extractContents: Gt(Xe, Ye), deleteContents: Gt(_e, Ye), canSurroundContents: function() {
@@ -53821,9 +53821,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53821
53821
  var Qe = new Ke(this, !0), gt = Qe._first && Ce(Qe._first, this) || Qe._last && Ce(Qe._last, this);
53822
53822
  return Qe.detach(), !gt;
53823
53823
  }, splitBoundaries: function() {
53824
- bt(this);
53824
+ yt(this);
53825
53825
  }, splitBoundariesPreservingPositions: function(Qe) {
53826
- bt(this, Qe);
53826
+ yt(this, Qe);
53827
53827
  }, normalizeBoundaries: function() {
53828
53828
  function Qe(Wt) {
53829
53829
  var nn = Wt.nextSibling;
@@ -53837,7 +53837,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53837
53837
  var Mt, we, We = this.startContainer, ht = this.startOffset, Lt = this.endContainer, zt = this.endOffset, tn = !0;
53838
53838
  ie(Lt) ? zt == Lt.length ? Qe(Lt) : zt == 0 && (Mt = Lt.previousSibling) && Mt.nodeType == Lt.nodeType && (zt = Mt.length, We == Lt && (tn = !1), Mt.appendData(Lt.data), se(Lt), Lt = Mt) : (0 < zt && (we = Lt.childNodes[zt - 1]) && ie(we) && Qe(we), tn = !this.collapsed), tn ? ie(We) ? ht == 0 ? gt(We) : ht == We.length && (Mt = We.nextSibling) && Mt.nodeType == We.nodeType && (Lt == Mt && (zt += (Lt = We).length), We.appendData(Mt.data), se(Mt)) : ht < We.childNodes.length && (we = We.childNodes[ht]) && ie(we) && gt(we) : (We = Lt, ht = zt), Ye(this, We, ht, Lt, zt);
53839
53839
  }, collapseToPoint: function(Qe, gt) {
53840
- St(Qe, !0), sn(Qe, gt), this.setStartAndEnd(Qe, gt);
53840
+ vt(Qe, !0), sn(Qe, gt), this.setStartAndEnd(Qe, gt);
53841
53841
  }, parentElement: function() {
53842
53842
  return Ie(this), this.commonAncestorContainer ? $t(this.commonAncestorContainer, !0) : null;
53843
53843
  } }), lt(Ge);
@@ -53849,11 +53849,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53849
53849
  Qt(this, Ge, 0, Ge, 0);
53850
53850
  }
53851
53851
  Q.extend(F.rangePrototype, { compareBoundaryPoints: function(Ge, Ye) {
53852
- Ie(this), yt(this.startContainer, Ye.startContainer);
53852
+ Ie(this), St(this.startContainer, Ye.startContainer);
53853
53853
  var dt = Ge == 3 || Ge == 0 ? "start" : "end", Se = (Ge = Ge == 1 || Ge == 0 ? "start" : "end", this[dt + "Container"]);
53854
53854
  return dt = this[dt + "Offset"], xe(Se, dt, Ye[Ge + "Container"], Ye[Ge + "Offset"]);
53855
53855
  }, insertNode: function(Ge) {
53856
- if (Ie(this), Nt(Ge, ot), Kt(this.startContainer), ue(Ge, this.startContainer))
53856
+ if (Ie(this), Ot(Ge, ot), Kt(this.startContainer), ue(Ge, this.startContainer))
53857
53857
  throw new ee("HIERARCHY_REQUEST_ERR");
53858
53858
  Ge = Ue(Ge, this.startContainer, this.startOffset), this.setStartBefore(Ge);
53859
53859
  }, cloneContents: function() {
@@ -53871,7 +53871,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53871
53871
  var Ge = new Ke(this, !0), Ye = Ge._first && Ce(Ge._first, this) || Ge._last && Ce(Ge._last, this);
53872
53872
  return Ge.detach(), !Ye;
53873
53873
  }, surroundContents: function(Ge) {
53874
- if (Nt(Ge, Jt), !this.canSurroundContents())
53874
+ if (Ot(Ge, Jt), !this.canSurroundContents())
53875
53875
  throw new ee("INVALID_STATE_ERR");
53876
53876
  var Ye = this.extractContents();
53877
53877
  if (Ge.hasChildNodes())
@@ -53896,7 +53896,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53896
53896
  return Ye = this.comparePoint(dt, Ge), dt = this.comparePoint(dt, Ge + 1), Ye < 0 ? 0 < dt ? 2 : 0 : 0 < dt ? 1 : 3;
53897
53897
  throw new ee("NOT_FOUND_ERR");
53898
53898
  }, comparePoint: function(Ge, Ye) {
53899
- return Ie(this), ge(Ge, "HIERARCHY_REQUEST_ERR"), yt(Ge, this.startContainer), xe(Ge, Ye, this.startContainer, this.startOffset) < 0 ? -1 : 0 < xe(Ge, Ye, this.endContainer, this.endOffset) ? 1 : 0;
53899
+ return Ie(this), ge(Ge, "HIERARCHY_REQUEST_ERR"), St(Ge, this.startContainer), xe(Ge, Ye, this.startContainer, this.startOffset) < 0 ? -1 : 0 < xe(Ge, Ye, this.endContainer, this.endOffset) ? 1 : 0;
53900
53900
  }, createContextualFragment: ct ? function(Ge) {
53901
53901
  var Ye, dt = this.startContainer, Se = ne(dt);
53902
53902
  if (dt)
@@ -53911,7 +53911,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
53911
53911
  var dt, Se;
53912
53912
  return Ie(this), ae(Ge) == ae(this.startContainer) && (Se = Ge.parentNode, Ge = de(Ge), !Se || (dt = xe(Se, Ge, this.endContainer, this.endOffset), Se = xe(Se, Ge + 1, this.startContainer, this.startOffset), Ye ? dt <= 0 && 0 <= Se : dt < 0 && 0 < Se));
53913
53913
  }, isPointInRange: function(Ge, Ye) {
53914
- return Ie(this), ge(Ge, "HIERARCHY_REQUEST_ERR"), yt(Ge, this.startContainer), 0 <= xe(Ge, Ye, this.startContainer, this.startOffset) && xe(Ge, Ye, this.endContainer, this.endOffset) <= 0;
53914
+ return Ie(this), ge(Ge, "HIERARCHY_REQUEST_ERR"), St(Ge, this.startContainer), 0 <= xe(Ge, Ye, this.startContainer, this.startOffset) && xe(Ge, Ye, this.endContainer, this.endOffset) <= 0;
53915
53915
  }, intersectsRange: function(Ge) {
53916
53916
  return Oe(this, Ge, !1);
53917
53917
  }, intersectsOrTouchesRange: function(Ge) {
@@ -54150,15 +54150,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
54150
54150
  if (ie.areHostMethods(Pe, ["addRange", "getRangeAt", "removeAllRanges"]) && typeof Pe.rangeCount == K && he.implementsDomRange) {
54151
54151
  var $e = window.getSelection();
54152
54152
  if ($e) {
54153
- for (var qt = $e.rangeCount, ln = 1 < qt, Bt = [], $t = De($e), St = 0; St < qt; ++St)
54154
- Bt[St] = $e.getRangeAt(St);
54155
- var Nt = ee.createTestElement(document, "", !1), sn = Nt.appendChild(document.createTextNode("   "));
54156
- for ((Ye = document.createRange()).setStart(sn, 1), Ye.collapse(!0), $e.removeAllRanges(), $e.addRange(Ye), ot = $e.rangeCount == 1, $e.removeAllRanges(), ln || (ln = window.navigator.appVersion.match(/Chrome\/(.*?) /), nt = !(ln && 36 <= parseInt(ln[1])) && (ln = Ye.cloneRange(), Ye.setStart(sn, 0), ln.setEnd(sn, 3), ln.setStart(sn, 2), $e.addRange(Ye), $e.addRange(ln), $e.rangeCount == 2)), ee.removeNode(Nt), $e.removeAllRanges(), St = 0; St < qt; ++St)
54157
- St == 0 && $t ? Jt ? Jt($e, Bt[St]) : (F.warn("Rangy initialization: original selection was backwards but selection has been restored forwards because the browser does not support Selection.extend"), $e.addRange(Bt[St])) : $e.addRange(Bt[St]);
54153
+ for (var qt = $e.rangeCount, ln = 1 < qt, Bt = [], $t = De($e), vt = 0; vt < qt; ++vt)
54154
+ Bt[vt] = $e.getRangeAt(vt);
54155
+ var Ot = ee.createTestElement(document, "", !1), sn = Ot.appendChild(document.createTextNode("   "));
54156
+ for ((Ye = document.createRange()).setStart(sn, 1), Ye.collapse(!0), $e.removeAllRanges(), $e.addRange(Ye), ot = $e.rangeCount == 1, $e.removeAllRanges(), ln || (ln = window.navigator.appVersion.match(/Chrome\/(.*?) /), nt = !(ln && 36 <= parseInt(ln[1])) && (ln = Ye.cloneRange(), Ye.setStart(sn, 0), ln.setEnd(sn, 3), ln.setStart(sn, 2), $e.addRange(Ye), $e.addRange(ln), $e.rangeCount == 2)), ee.removeNode(Ot), $e.removeAllRanges(), vt = 0; vt < qt; ++vt)
54157
+ vt == 0 && $t ? Jt ? Jt($e, Bt[vt]) : (F.warn("Rangy initialization: original selection was backwards but selection has been restored forwards because the browser does not support Selection.extend"), $e.addRange(Bt[vt])) : $e.addRange(Bt[vt]);
54158
54158
  }
54159
54159
  }
54160
54160
  he.selectionSupportsMultipleRanges = nt, he.collapsedNonEditableSelectionsSupported = ot;
54161
- var yt, Kt = !1;
54161
+ var St, Kt = !1;
54162
54162
  function ge(we, We, ht) {
54163
54163
  var Lt = ht ? "end" : "start";
54164
54164
  ht = ht ? "start" : "end", we.anchorNode = We[Lt + "Container"], we.anchorOffset = We[Lt + "Offset"], we.focusNode = We[ht + "Container"], we.focusOffset = We[ht + "Offset"];
@@ -54189,7 +54189,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
54189
54189
  function ct(we) {
54190
54190
  return we && we.text !== void 0;
54191
54191
  }
54192
- function bt(we, We) {
54192
+ function yt(we, We) {
54193
54193
  We = new ne(We), we._ranges = [We], ge(we, We, !1), we.rangeCount = 1, we.isCollapsed = We.collapsed, Te(we);
54194
54194
  }
54195
54195
  function qe(we) {
@@ -54198,7 +54198,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
54198
54198
  else {
54199
54199
  var We = we.docSelection.createRange();
54200
54200
  if (ct(We))
54201
- bt(we, We);
54201
+ yt(we, We);
54202
54202
  else {
54203
54203
  we.rangeCount = We.length;
54204
54204
  for (var ht, Lt = ce(We.item(0)), zt = 0; zt < we.rangeCount; ++zt)
@@ -54227,13 +54227,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
54227
54227
  return we.anchorNode === we.focusNode && we.anchorOffset === we.focusOffset;
54228
54228
  } : function(we) {
54229
54229
  return !!we.rangeCount && we.getRangeAt(we.rangeCount - 1).collapsed;
54230
- }, de(Pe, "getRangeAt") ? yt = function(we, We) {
54230
+ }, de(Pe, "getRangeAt") ? St = function(we, We) {
54231
54231
  try {
54232
54232
  return we.getRangeAt(We);
54233
54233
  } catch {
54234
54234
  return null;
54235
54235
  }
54236
- } : Xe && (yt = function(we) {
54236
+ } : Xe && (St = function(we) {
54237
54237
  var We = ce(we.anchorNode);
54238
54238
  return (We = F.createRange(We)).setStartAndEnd(we.anchorNode, we.anchorOffset, we.focusNode, we.focusOffset), We.collapsed !== this.isCollapsed && We.setStartAndEnd(we.focusNode, we.focusOffset, we.anchorNode, we.anchorOffset), We;
54239
54239
  }), Ze.prototype = F.selectionPrototype;
@@ -54282,7 +54282,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
54282
54282
  this.nativeSelection.addRange(ht);
54283
54283
  } catch {
54284
54284
  }
54285
- this.rangeCount = this.nativeSelection.rangeCount, this.rangeCount == We + 1 ? (F.config.checkSelectionRanges && (ht = yt(this.nativeSelection, this.rangeCount - 1)) && !pe(ht, we) && (we = new ne(ht)), this._ranges[this.rangeCount - 1] = we, ge(this, we, Ge(this.nativeSelection)), this.isCollapsed = Q(this), Te(this)) : this.refresh();
54285
+ this.rangeCount = this.nativeSelection.rangeCount, this.rangeCount == We + 1 ? (F.config.checkSelectionRanges && (ht = St(this.nativeSelection, this.rangeCount - 1)) && !pe(ht, we) && (we = new ne(ht)), this._ranges[this.rangeCount - 1] = we, ge(this, we, Ge(this.nativeSelection)), this.isCollapsed = Q(this), Te(this)) : this.refresh();
54286
54286
  }
54287
54287
  } : function(we, We) {
54288
54288
  se(We) && Re ? Se(this, we) : (this.nativeSelection.addRange(Ie(we)), this.refresh());
@@ -54320,7 +54320,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
54320
54320
  }, Oe)
54321
54321
  Pt = function(we) {
54322
54322
  var We;
54323
- F.isSelectionValid(we.win) ? We = we.docSelection.createRange() : (We = ae(we.win.document).createTextRange()).collapse(!0), we.docSelection.type == ke ? qe(we) : ct(We) ? bt(we, We) : Be(we);
54323
+ F.isSelectionValid(we.win) ? We = we.docSelection.createRange() : (We = ae(we.win.document).createTextRange()).collapse(!0), we.docSelection.type == ke ? qe(we) : ct(We) ? yt(we, We) : Be(we);
54324
54324
  };
54325
54325
  else if (de(Pe, "getRangeAt") && typeof Pe.rangeCount == K)
54326
54326
  Pt = function(we) {
@@ -54338,7 +54338,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
54338
54338
  return V.fail("No means of obtaining a Range or TextRange from the user's selection was found"), !1;
54339
54339
  Pt = function(we) {
54340
54340
  var We, ht = we.nativeSelection;
54341
- (ht.anchorNode ? (ht = yt(ht, 0), we._ranges = [ht], we.rangeCount = 1, We = (ht = we).nativeSelection, ht.anchorNode = We.anchorNode, ht.anchorOffset = We.anchorOffset, ht.focusNode = We.focusNode, ht.focusOffset = We.focusOffset, we.isCollapsed = Q(we), Te) : Be)(we);
54341
+ (ht.anchorNode ? (ht = St(ht, 0), we._ranges = [ht], we.rangeCount = 1, We = (ht = we).nativeSelection, ht.anchorNode = We.anchorNode, ht.anchorOffset = We.anchorOffset, ht.focusNode = We.focusNode, ht.focusOffset = We.focusOffset, we.isCollapsed = Q(we), Te) : Be)(we);
54342
54342
  };
54343
54343
  }
54344
54344
  function Fe(we, We) {
@@ -117506,32 +117506,28 @@ function EL({ setEditorEditable: c, htmlString: t, isEditable: n, setIsexistingI
117506
117506
  const [a] = _n();
117507
117507
  return tr({}), jt(() => {
117508
117508
  a.update(() => {
117509
- const o = new DOMParser();
117510
- let r = "";
117511
- const s = t.trim(), l = /^<h5[\s>]/i.test(s), i = s.includes("Type Footer here");
117512
- l || (r += "<h5>Title : [Type Header Here]</h5>"), r += t, i || (r += "<h5>@document-spinverse: [Type Footer here]</h5>");
117513
- const u = q_(r);
117514
- let d = J_(u);
117515
- const p = o.parseFromString(d, "text/html");
117516
- p.querySelectorAll("h1, h2, h3, h4, h5, h6").forEach((h) => {
117517
- const y = h.getAttribute("id");
117518
- y && h.setAttribute("data-preserved-id", y);
117509
+ const o = new DOMParser(), r = q_(t);
117510
+ let s = J_(r);
117511
+ const l = o.parseFromString(s, "text/html");
117512
+ l.querySelectorAll("h1, h2, h3, h4, h5, h6").forEach((p) => {
117513
+ const f = p.getAttribute("id");
117514
+ f && p.setAttribute("data-preserved-id", f);
117519
117515
  });
117520
- const f = Yd(a, p);
117521
- f.forEach((h) => {
117522
- if (MM(h)) {
117523
- const y = a.getElementByKey(h.getKey());
117524
- if (y) {
117525
- const S = y.getAttribute("data-preserved-id");
117526
- if (S) {
117527
- const b = CustomHeadingNode.create(h.getHeadingLevel(), S);
117528
- h.replace(b);
117516
+ const i = Yd(a, l);
117517
+ i.forEach((p) => {
117518
+ if (MM(p)) {
117519
+ const f = a.getElementByKey(p.getKey());
117520
+ if (f) {
117521
+ const M = f.getAttribute("data-preserved-id");
117522
+ if (M) {
117523
+ const g = CustomHeadingNode.create(p.getHeadingLevel(), M);
117524
+ p.replace(g);
117529
117525
  }
117530
117526
  }
117531
117527
  }
117532
117528
  }), Pn().clear();
117533
- const g = kn();
117534
- oi(f), oi([g]), a.setEditable(!1), setTimeout(() => {
117529
+ const d = kn();
117530
+ oi(i), oi([d]), a.setEditable(!1), setTimeout(() => {
117535
117531
  a.setEditable(n), c(!0);
117536
117532
  }, 5e3);
117537
117533
  });
@@ -117617,20 +117613,20 @@ function h5({
117617
117613
  // client user name - use real username here instead of demo name
117618
117614
  hooks: {
117619
117615
  fetchDocOnNetworkReconnect: Ee,
117620
- contentChanged: (yt, Kt) => {
117616
+ contentChanged: (St, Kt) => {
117621
117617
  },
117622
- usersUpdate: (yt) => {
117623
- G(yt), renderOnlineUsers(yt), console.log("asadasdad 111111111", yt), console.log(
117618
+ usersUpdate: (St) => {
117619
+ G(St), renderOnlineUsers(St), console.log("asadasdad 111111111", St), console.log(
117624
117620
  "[Lexical Demo][usersUpdate hook] hook invoked by Codox: ",
117625
- yt
117621
+ St
117626
117622
  );
117627
117623
  }
117628
117624
  }
117629
117625
  };
117630
117626
  jt(() => {
117631
- let yt = [], Kt = [];
117627
+ let St = [], Kt = [];
117632
117628
  k && k.length > 0 && k.map((ge, Be) => {
117633
- Kt.includes(ge.name) || (Kt.push(ge.name), yt.push(
117629
+ Kt.includes(ge.name) || (Kt.push(ge.name), St.push(
117634
117630
  /* @__PURE__ */ Me.jsxs(
117635
117631
  "div",
117636
117632
  {
@@ -117645,7 +117641,7 @@ function h5({
117645
117641
  Be
117646
117642
  )
117647
117643
  ));
117648
- }), J(yt);
117644
+ }), J(St);
117649
117645
  }, [k]);
117650
117646
  const Xe = () => {
117651
117647
  ce.current && (ce.current.initComments(l), ["content_changed", "error", "users_update"].forEach((Kt) => {
@@ -117666,10 +117662,10 @@ function h5({
117666
117662
  if (!Y)
117667
117663
  return;
117668
117664
  W && Re();
117669
- let yt = g;
117670
- if (yt)
117665
+ let St = g;
117666
+ if (St)
117671
117667
  try {
117672
- RD(yt, Qw), V(yt);
117668
+ RD(St, Qw), V(St);
117673
117669
  } catch (Kt) {
117674
117670
  console.error("[APP] error: ", Kt);
117675
117671
  }
@@ -117682,16 +117678,16 @@ function h5({
117682
117678
  const Ke = Br(() => {
117683
117679
  if (F)
117684
117680
  return {
117685
- editorState: (yt) => {
117686
- yt.update(() => {
117687
- const Kt = new Kd(yt);
117688
- l && (Kt.setComments(l), yt._commentStore || (yt._commentStore = new Kd(yt), yt._commentStore.getComments().length === 0 && yt._commentStore.setComments(l)));
117681
+ editorState: (St) => {
117682
+ St.update(() => {
117683
+ const Kt = new Kd(St);
117684
+ l && (Kt.setComments(l), St._commentStore || (St._commentStore = new Kd(St), St._commentStore.getComments().length === 0 && St._commentStore.setComments(l)));
117689
117685
  });
117690
117686
  },
117691
117687
  namespace: `editor_${e}`,
117692
117688
  nodes: Qw,
117693
- onError: (yt) => {
117694
- console.error("[Lexical Demo][Editor Error Captured]: ", yt);
117689
+ onError: (St) => {
117690
+ console.error("[Lexical Demo][Editor Error Captured]: ", St);
117695
117691
  },
117696
117692
  theme: WS
117697
117693
  };
@@ -117699,23 +117695,23 @@ function h5({
117699
117695
  jt(() => {
117700
117696
  at.current || (at.current = c);
117701
117697
  }, [c]);
117702
- const nt = /* @__PURE__ */ Me.jsx(ry, { children: "" }), [ot, Jt] = At(null), [$e, qt] = At(!1), [ln, Bt] = At(!1), [$t, St] = At(!1), Nt = (yt) => {
117703
- yt !== null && Jt(yt);
117698
+ const nt = /* @__PURE__ */ Me.jsx(ry, { children: "" }), [ot, Jt] = At(null), [$e, qt] = At(!1), [ln, Bt] = At(!1), [$t, vt] = At(!1), Ot = (St) => {
117699
+ St !== null && Jt(St);
117704
117700
  };
117705
117701
  jt(() => {
117706
- const yt = () => {
117702
+ const St = () => {
117707
117703
  const Kt = ku && window.matchMedia("(max-width: 1025px)").matches;
117708
117704
  Kt !== $e && qt(Kt);
117709
117705
  };
117710
- return yt(), window.addEventListener("resize", yt), () => {
117711
- window.removeEventListener("resize", yt);
117706
+ return St(), window.addEventListener("resize", St), () => {
117707
+ window.removeEventListener("resize", St);
117712
117708
  };
117713
117709
  }, [$e]), jt(() => {
117714
- const yt = (Kt) => {
117710
+ const St = (Kt) => {
117715
117711
  K && !Kt.target.closest(".reference-toolbar") && ee(null);
117716
117712
  };
117717
- return document.addEventListener("click", yt), () => {
117718
- document.removeEventListener("click", yt);
117713
+ return document.addEventListener("click", St), () => {
117714
+ document.removeEventListener("click", St);
117719
117715
  };
117720
117716
  }, [K]), Bd(document).on("keydown mouseup", `.editor-autosave-${h}`, () => {
117721
117717
  }), At(""), tr(""), Oi.useEffect(() => {
@@ -117723,24 +117719,24 @@ function h5({
117723
117719
  pe(!0);
117724
117720
  }, 1e3) : pe(!1);
117725
117721
  }, [c, t, i]);
117726
- const sn = (yt) => {
117727
- r(yt), A(yt);
117722
+ const sn = (St) => {
117723
+ r(St), A(St);
117728
117724
  };
117729
117725
  return jt(() => {
117730
- const yt = document.querySelector(".finalProposalEditorContainer_c1fd8e2e");
117731
- if (!yt)
117726
+ const St = document.querySelector(".finalProposalEditorContainer_c1fd8e2e");
117727
+ if (!St)
117732
117728
  return;
117733
117729
  const Kt = () => {
117734
117730
  console.log("Editor container scrolled"), ee(null), ve(!1);
117735
117731
  };
117736
- return yt.addEventListener("scroll", Kt), () => {
117737
- yt.removeEventListener("scroll", Kt);
117732
+ return St.addEventListener("scroll", Kt), () => {
117733
+ St.removeEventListener("scroll", Kt);
117738
117734
  };
117739
117735
  }, []), /* @__PURE__ */ Me.jsx(Me.Fragment, { children: ae ? /* @__PURE__ */ Me.jsxs(WM, { initialConfig: Ke, children: [
117740
117736
  /* @__PURE__ */ Me.jsx(Mx, { children: /* @__PURE__ */ Me.jsx(d_, { children: /* @__PURE__ */ Me.jsxs("div", { ref: I, className: "editor-shell", style: { position: "relative" }, children: [
117741
117737
  /* @__PURE__ */ Me.jsxs("div", { className: !W && !B ? "blurred-editor-content" : "", children: [
117742
117738
  /* @__PURE__ */ Me.jsxs(Me.Fragment, { children: [
117743
- /* @__PURE__ */ Me.jsx(EL, { setEditorEditable: St, isEditable: S, htmlString: c }),
117739
+ /* @__PURE__ */ Me.jsx(EL, { setEditorEditable: vt, isEditable: S, htmlString: c }),
117744
117740
  /* @__PURE__ */ Me.jsx(CL, { htmlString: c }),
117745
117741
  /* @__PURE__ */ Me.jsx(kL, { htmlString: c, wpAndTaskId: `${_.workplanId}-${_.taskId}` }),
117746
117742
  E && /* @__PURE__ */ Me.jsx(
@@ -117793,7 +117789,7 @@ function h5({
117793
117789
  /* @__PURE__ */ Me.jsx(
117794
117790
  D_,
117795
117791
  {
117796
- contentEditable: /* @__PURE__ */ Me.jsx("div", { className: "editor-scroller", children: /* @__PURE__ */ Me.jsx("div", { className: "editor", ref: Nt, children: /* @__PURE__ */ Me.jsxs("div", { className: `editor-autosave-${h}`, children: [
117792
+ contentEditable: /* @__PURE__ */ Me.jsx("div", { className: "editor-scroller", children: /* @__PURE__ */ Me.jsx("div", { className: "editor", ref: Ot, children: /* @__PURE__ */ Me.jsxs("div", { className: `editor-autosave-${h}`, children: [
117797
117793
  " ",
117798
117794
  /* @__PURE__ */ Me.jsx(ny, { className: (W || $t) && S ? `ContentEditable__root ${v ? "content-editable-grid" : ""}` : `ContentEditable__root no-events ${v ? "content-editable-grid" : ""}` })
117799
117795
  ] }) }) }),
@@ -118648,27 +118644,27 @@ function m5({
118648
118644
  };
118649
118645
  jt(() => {
118650
118646
  let Bt = [], $t = [];
118651
- P && P.length > 0 && P.map((St, Nt) => {
118652
- $t.includes(St.name) || ($t.push(St.name), Bt.push(
118647
+ P && P.length > 0 && P.map((vt, Ot) => {
118648
+ $t.includes(vt.name) || ($t.push(vt.name), Bt.push(
118653
118649
  /* @__PURE__ */ Me.jsxs(
118654
118650
  "div",
118655
118651
  {
118656
- title: St.name,
118657
- className: `avatarStyle avatar-color-${Nt + 1}`,
118652
+ title: vt.name,
118653
+ className: `avatarStyle avatar-color-${Ot + 1}`,
118658
118654
  children: [
118659
118655
  " ",
118660
- St.name && St.name[0],
118661
- St.name && St.name[4]
118656
+ vt.name && vt.name[0],
118657
+ vt.name && vt.name[4]
118662
118658
  ]
118663
118659
  },
118664
- Nt
118660
+ Ot
118665
118661
  )
118666
118662
  ));
118667
118663
  }), L(Bt);
118668
118664
  }, [P]);
118669
118665
  const Ee = () => {
118670
118666
  ne.current && (ne.current.initComments(l), ["content_changed", "error", "users_update"].forEach(($t) => {
118671
- console.log("[Lexical Demo][[Subscribe to Codox Event]: ", $t), ne.current.on($t, (St) => {
118667
+ console.log("[Lexical Demo][[Subscribe to Codox Event]: ", $t), ne.current.on($t, (vt) => {
118672
118668
  });
118673
118669
  }), ne.current.start(Ce).then(() => {
118674
118670
  console.log("[Lexical Demo][codox.start] success"), Y(!0);
@@ -118703,19 +118699,15 @@ function m5({
118703
118699
  return {
118704
118700
  editorState: (Bt) => {
118705
118701
  Bt.update(() => {
118706
- const $t = new DOMParser();
118707
- let St = "";
118708
- const Nt = c.trim(), sn = /^<h5[\s>]/i.test(Nt), yt = Nt.includes("Type Footer here");
118709
- sn || (St += "<h5>Title : [Type Header Here]</h5>"), St += c, yt || (St += "<h5>@document-spinverse: [Type Footer here]</h5>");
118710
- const Kt = q_(St), ge = $t.parseFromString(Kt, "text/html");
118711
- let Be = Yd(Bt, ge);
118702
+ const $t = new DOMParser(), vt = q_(c), Ot = $t.parseFromString(vt, "text/html");
118703
+ let sn = Yd(Bt, Ot);
118712
118704
  Pn().clear();
118713
- const Ie = kn();
118714
- oi(Be), oi([Ie]), Bt.setEditable(S), setTimeout(() => {
118705
+ const Kt = kn();
118706
+ oi(sn), oi([Kt]), Bt.setEditable(S), setTimeout(() => {
118715
118707
  Bt.setEditable(S), ot(!0);
118716
118708
  }, 5e3);
118717
- const it = new Kd(Bt);
118718
- l && (it.setComments(l), Bt._commentStore || (Bt._commentStore = new Kd(Bt), Bt._commentStore.getComments().length === 0 && Bt._commentStore.setComments(l)));
118709
+ const ge = new Kd(Bt);
118710
+ l && (ge.setComments(l), Bt._commentStore || (Bt._commentStore = new Kd(Bt), Bt._commentStore.getComments().length === 0 && Bt._commentStore.setComments(l)));
118719
118711
  });
118720
118712
  },
118721
118713
  namespace: "Playground",
@@ -119004,4 +118996,4 @@ export {
119004
118996
  ec as y,
119005
118997
  d5 as z
119006
118998
  };
119007
- //# sourceMappingURL=index-14b6014a.js.map
118999
+ //# sourceMappingURL=index-a4832c18.js.map