@ukpc-lib/react 0.14.7 → 0.14.8

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.
@@ -670,16 +670,16 @@ var k0 = {}, D0 = function(t) {
670
670
  return f ? (A.res = Ne, A) : Ne;
671
671
  }
672
672
  if (p) {
673
- var et = q === "[object Array]", Qe = et ? [] : {}, Ge = et ? te : H;
673
+ var Qe = q === "[object Array]", Je = Qe ? [] : {}, Ge = Qe ? te : H;
674
674
  for (var Ke in U)
675
675
  if (Object.prototype.hasOwnProperty.call(U, Ke)) {
676
676
  var pe = "".concat(Ge).concat(p).concat(Ke);
677
- Qe[Ke] = this.translate(pe, Vi(Vi({}, o), {
677
+ Je[Ke] = this.translate(pe, Vi(Vi({}, o), {
678
678
  joinArrays: !1,
679
679
  ns: T
680
- })), Qe[Ke] === pe && (Qe[Ke] = U[Ke]);
680
+ })), Je[Ke] === pe && (Je[Ke] = U[Ke]);
681
681
  }
682
- U = Qe;
682
+ U = Je;
683
683
  }
684
684
  } else if (se && typeof x == "string" && q === "[object Array]")
685
685
  U = U.join(x), U && (U = this.extendTranslation(U, i, o, a));
@@ -704,9 +704,9 @@ var k0 = {}, D0 = function(t) {
704
704
  var Ft = rt && It !== U ? It : Fe;
705
705
  c.options.missingKeyHandler ? c.options.missingKeyHandler(yt, E, Ze, Ft, Re, o) : c.backendConnector && c.backendConnector.saveMissing && c.backendConnector.saveMissing(yt, E, Ze, Ft, Re, o), c.emit("missingKey", yt, E, Ze, U);
706
706
  };
707
- this.options.saveMissing && (this.options.saveMissingPlurals && He ? We.forEach(function(Je) {
708
- c.pluralResolver.getSuffixes(Je, o).forEach(function(yt) {
709
- at([Je], g + yt, o["defaultValue".concat(yt)] || ce);
707
+ this.options.saveMissing && (this.options.saveMissingPlurals && He ? We.forEach(function(et) {
708
+ c.pluralResolver.getSuffixes(et, o).forEach(function(yt) {
709
+ at([et], g + yt, o["defaultValue".concat(yt)] || ce);
710
710
  });
711
711
  }) : at(We, g, ce));
712
712
  }
@@ -2706,10 +2706,10 @@ function GM(t) {
2706
2706
  q.current && U(R);
2707
2707
  }
2708
2708
  return se && a && a.on(se, Ne), ae && a && a.store.on(ae, Ne), function() {
2709
- q.current = !1, se && a && se.split(" ").forEach(function(et) {
2710
- return a.off(et, Ne);
2711
- }), ae && a && ae.split(" ").forEach(function(et) {
2712
- return a.store.off(et, Ne);
2709
+ q.current = !1, se && a && se.split(" ").forEach(function(Qe) {
2710
+ return a.off(Qe, Ne);
2711
+ }), ae && a && ae.split(" ").forEach(function(Qe) {
2712
+ return a.store.off(Qe, Ne);
2713
2713
  });
2714
2714
  };
2715
2715
  }, [a, H]);
@@ -3099,7 +3099,7 @@ function rL() {
3099
3099
  }
3100
3100
  }), ke;
3101
3101
  }
3102
- function et(pe) {
3102
+ function Qe(pe) {
3103
3103
  var ke = new I(), Me = pe.replace(/\r?\n[\t ]+/g, " ");
3104
3104
  return Me.split("\r").map(function(He) {
3105
3105
  return He.indexOf(`
@@ -3113,27 +3113,27 @@ function rL() {
3113
3113
  }), ke;
3114
3114
  }
3115
3115
  ie.call(ae.prototype);
3116
- function Qe(pe, ke) {
3117
- if (!(this instanceof Qe))
3116
+ function Je(pe, ke) {
3117
+ if (!(this instanceof Je))
3118
3118
  throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
3119
3119
  ke || (ke = {}), this.type = "default", this.status = ke.status === void 0 ? 200 : ke.status, this.ok = this.status >= 200 && this.status < 300, this.statusText = ke.statusText === void 0 ? "" : "" + ke.statusText, this.headers = new I(ke.headers), this.url = ke.url || "", this._initBody(pe);
3120
3120
  }
3121
- ie.call(Qe.prototype), Qe.prototype.clone = function() {
3122
- return new Qe(this._bodyInit, {
3121
+ ie.call(Je.prototype), Je.prototype.clone = function() {
3122
+ return new Je(this._bodyInit, {
3123
3123
  status: this.status,
3124
3124
  statusText: this.statusText,
3125
3125
  headers: new I(this.headers),
3126
3126
  url: this.url
3127
3127
  });
3128
- }, Qe.error = function() {
3129
- var pe = new Qe(null, { status: 0, statusText: "" });
3128
+ }, Je.error = function() {
3129
+ var pe = new Je(null, { status: 0, statusText: "" });
3130
3130
  return pe.type = "error", pe;
3131
3131
  };
3132
3132
  var Ge = [301, 302, 303, 307, 308];
3133
- Qe.redirect = function(pe, ke) {
3133
+ Je.redirect = function(pe, ke) {
3134
3134
  if (Ge.indexOf(ke) === -1)
3135
3135
  throw new RangeError("Invalid status code");
3136
- return new Qe(null, { status: ke, headers: { location: pe } });
3136
+ return new Je(null, { status: ke, headers: { location: pe } });
3137
3137
  }, a.DOMException = c.DOMException;
3138
3138
  try {
3139
3139
  new a.DOMException();
@@ -3157,12 +3157,12 @@ function rL() {
3157
3157
  var Fe = {
3158
3158
  status: we.status,
3159
3159
  statusText: we.statusText,
3160
- headers: et(we.getAllResponseHeaders() || "")
3160
+ headers: Qe(we.getAllResponseHeaders() || "")
3161
3161
  };
3162
3162
  Fe.url = "responseURL" in we ? we.responseURL : Fe.headers.get("X-Request-URL");
3163
3163
  var Re = "response" in we ? we.response : we.responseText;
3164
3164
  setTimeout(function() {
3165
- Me(new Qe(Re, Fe));
3165
+ Me(new Je(Re, Fe));
3166
3166
  }, 0);
3167
3167
  }, we.onerror = function() {
3168
3168
  setTimeout(function() {
@@ -3193,7 +3193,7 @@ function rL() {
3193
3193
  }), we.send(typeof rt._bodyInit > "u" ? null : rt._bodyInit);
3194
3194
  });
3195
3195
  }
3196
- return Ke.polyfill = !0, c.fetch || (c.fetch = Ke, c.Headers = I, c.Request = ae, c.Response = Qe), a.Headers = I, a.Request = ae, a.Response = Qe, a.fetch = Ke, a;
3196
+ return Ke.polyfill = !0, c.fetch || (c.fetch = Ke, c.Headers = I, c.Request = ae, c.Response = Je), a.Headers = I, a.Request = ae, a.Response = Je, a.fetch = Ke, a;
3197
3197
  })({});
3198
3198
  })(r), r.fetch.ponyfill = !0, delete r.fetch.polyfill;
3199
3199
  var i = n.fetch ? n : r;
@@ -5436,8 +5436,8 @@ function Z2(t) {
5436
5436
  }, ie = (se) => {
5437
5437
  B = se == null ? [] : B.filter((ae) => ae !== se), q();
5438
5438
  }, x = (se) => {
5439
- const { toastId: ae, onOpen: Ne, updateId: et, children: Qe } = se.props, Ge = et == null;
5440
- se.staleId && H.delete(se.staleId), H.set(ae, se), B = [...B, se.props.toastId].filter((Ke) => Ke !== se.staleId), q(), T(mw(se, Ge ? "added" : "updated")), Ge && is(Ne) && Ne(Oc(Qe) && Qe.props);
5439
+ const { toastId: ae, onOpen: Ne, updateId: Qe, children: Je } = se.props, Ge = Qe == null;
5440
+ se.staleId && H.delete(se.staleId), H.set(ae, se), B = [...B, se.props.toastId].filter((Ke) => Ke !== se.staleId), q(), T(mw(se, Ge ? "added" : "updated")), Ge && is(Ne) && Ne(Oc(Je) && Je.props);
5441
5441
  };
5442
5442
  return { id: y, props: U, observe: (se) => (te.add(se), () => te.delete(se)), toggle: (se, ae) => {
5443
5443
  H.forEach((Ne) => {
@@ -5452,21 +5452,21 @@ function Z2(t) {
5452
5452
  return We || nt;
5453
5453
  })(ae))
5454
5454
  return;
5455
- const { toastId: Ne, updateId: et, data: Qe, staleId: Ge, delay: Ke } = ae, pe = () => {
5455
+ const { toastId: Ne, updateId: Qe, data: Je, staleId: Ge, delay: Ke } = ae, pe = () => {
5456
5456
  ie(Ne);
5457
- }, ke = et == null;
5457
+ }, ke = Qe == null;
5458
5458
  ke && R++;
5459
5459
  const Me = { ...U, style: U.toastStyle, key: E++, ...Object.fromEntries(Object.entries(ae).filter((De) => {
5460
5460
  let [Fe, Re] = De;
5461
5461
  return Re != null;
5462
- })), toastId: Ne, updateId: et, data: Qe, closeToast: pe, isIn: !1, className: Gh(ae.className || U.toastClassName), bodyClassName: Gh(ae.bodyClassName || U.bodyClassName), progressClassName: Gh(ae.progressClassName || U.progressClassName), autoClose: !ae.isLoading && (He = ae.autoClose, rt = U.autoClose, He === !1 || jd(He) && He > 0 ? He : rt), deleteToast() {
5462
+ })), toastId: Ne, updateId: Qe, data: Je, closeToast: pe, isIn: !1, className: Gh(ae.className || U.toastClassName), bodyClassName: Gh(ae.bodyClassName || U.bodyClassName), progressClassName: Gh(ae.progressClassName || U.progressClassName), autoClose: !ae.isLoading && (He = ae.autoClose, rt = U.autoClose, He === !1 || jd(He) && He > 0 ? He : rt), deleteToast() {
5463
5463
  const De = H.get(Ne), { onClose: Fe, children: Re } = De.props;
5464
5464
  is(Fe) && Fe(Oc(Re) && Re.props), T(mw(De, "removed")), H.delete(Ne), R--, R < 0 && (R = 0), I.length > 0 ? x(I.shift()) : q();
5465
5465
  } };
5466
5466
  var He, rt;
5467
5467
  Me.closeButton = U.closeButton, ae.closeButton === !1 || Xm(ae.closeButton) ? Me.closeButton = ae.closeButton : ae.closeButton === !0 && (Me.closeButton = !Xm(U.closeButton) || U.closeButton);
5468
5468
  let we = se;
5469
- Oc(se) && !_c(se.type) ? we = Fd(se, { closeToast: pe, toastProps: Me, data: Qe }) : is(se) && (we = se({ closeToast: pe, toastProps: Me, data: Qe }));
5469
+ Oc(se) && !_c(se.type) ? we = Fd(se, { closeToast: pe, toastProps: Me, data: Je }) : is(se) && (we = se({ closeToast: pe, toastProps: Me, data: Je }));
5470
5470
  const ce = { content: we, props: Me, staleId: Ge };
5471
5471
  U.limit && U.limit > 0 && R > U.limit && ke ? I.push(ce) : jd(Ke) ? setTimeout(() => {
5472
5472
  x(ce);
@@ -5635,7 +5635,7 @@ const nF = typeof window < "u" ? qa : St, Ph = (t) => {
5635
5635
  }, spinner: function() {
5636
5636
  return dt.createElement("div", { className: "Toastify__spinner" });
5637
5637
  } }, rF = (t) => {
5638
- const { isRunning: e, preventExitTransition: n, toastRef: r, eventHandlers: i, playToast: o } = J2(t), { closeButton: a, children: c, autoClose: f, onClick: p, type: y, hideProgressBar: g, closeToast: T, transition: E, position: R, className: I, style: B, bodyClassName: A, bodyStyle: U, progressClassName: H, progressStyle: te, updateId: q, role: ie, progress: x, rtl: se, toastId: ae, deleteToast: Ne, isIn: et, isLoading: Qe, closeOnClick: Ge, theme: Ke } = t, pe = yu("Toastify__toast", `Toastify__toast-theme--${Ke}`, `Toastify__toast--${y}`, { "Toastify__toast--rtl": se }, { "Toastify__toast--close-on-click": Ge }), ke = is(I) ? I({ rtl: se, position: R, type: y, defaultClassName: pe }) : yu(pe, I), Me = function(ce) {
5638
+ const { isRunning: e, preventExitTransition: n, toastRef: r, eventHandlers: i, playToast: o } = J2(t), { closeButton: a, children: c, autoClose: f, onClick: p, type: y, hideProgressBar: g, closeToast: T, transition: E, position: R, className: I, style: B, bodyClassName: A, bodyStyle: U, progressClassName: H, progressStyle: te, updateId: q, role: ie, progress: x, rtl: se, toastId: ae, deleteToast: Ne, isIn: Qe, isLoading: Je, closeOnClick: Ge, theme: Ke } = t, pe = yu("Toastify__toast", `Toastify__toast-theme--${Ke}`, `Toastify__toast--${y}`, { "Toastify__toast--rtl": se }, { "Toastify__toast--close-on-click": Ge }), ke = is(I) ? I({ rtl: se, position: R, type: y, defaultClassName: pe }) : yu(pe, I), Me = function(ce) {
5639
5639
  let { theme: De, type: Fe, isLoading: Re, icon: Be } = ce, We = null;
5640
5640
  const nt = { theme: De, type: Fe };
5641
5641
  return Be === !1 || (is(Be) ? We = Be({ ...nt, isLoading: Re }) : Oc(Be) ? We = Fd(Be, nt) : Re ? We = Wg.spinner() : ((tt) => tt in Wg)(Fe) && (We = Wg[Fe](nt))), We;
@@ -5646,7 +5646,7 @@ const nF = typeof window < "u" ? qa : St, Ph = (t) => {
5646
5646
  return dt.createElement("button", { className: `Toastify__close-button Toastify__close-button--${Fe}`, type: "button", onClick: (Be) => {
5647
5647
  Be.stopPropagation(), De(Be);
5648
5648
  }, "aria-label": Re }, dt.createElement("svg", { "aria-hidden": "true", viewBox: "0 0 14 16" }, dt.createElement("path", { fillRule: "evenodd", d: "M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z" })));
5649
- }(rt)), dt.createElement(E, { isIn: et, done: Ne, position: R, preventExitTransition: n, nodeRef: r, playToast: o }, dt.createElement("div", { id: ae, onClick: p, "data-in": et, className: ke, ...i, style: B, ref: r }, dt.createElement("div", { ...et && { role: ie }, className: is(A) ? A({ type: y }) : yu("Toastify__toast-body", A), style: U }, Me != null && dt.createElement("div", { className: yu("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !Qe }) }, Me), dt.createElement("div", null, c)), we, dt.createElement(Q2, { ...q && !He ? { key: `pb-${q}` } : {}, rtl: se, theme: Ke, delay: f, isRunning: e, isIn: et, closeToast: T, hide: g, type: y, style: te, className: H, controlledProgress: He, progress: x || 0 })));
5649
+ }(rt)), dt.createElement(E, { isIn: Qe, done: Ne, position: R, preventExitTransition: n, nodeRef: r, playToast: o }, dt.createElement("div", { id: ae, onClick: p, "data-in": Qe, className: ke, ...i, style: B, ref: r }, dt.createElement("div", { ...Qe && { role: ie }, className: is(A) ? A({ type: y }) : yu("Toastify__toast-body", A), style: U }, Me != null && dt.createElement("div", { className: yu("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !Je }) }, Me), dt.createElement("div", null, c)), we, dt.createElement(Q2, { ...q && !He ? { key: `pb-${q}` } : {}, rtl: se, theme: Ke, delay: f, isRunning: e, isIn: Qe, closeToast: T, hide: g, type: y, style: te, className: H, controlledProgress: He, progress: x || 0 })));
5650
5650
  }, jp = function(t, e) {
5651
5651
  return e === void 0 && (e = !1), { enter: `Toastify--animate Toastify__${t}-enter`, exit: `Toastify--animate Toastify__${t}-exit`, appendPosition: e };
5652
5652
  }, iF = $p(jp("bounce", !0));
@@ -6515,13 +6515,13 @@ var Rc = function(t) {
6515
6515
  return Ah.get(t);
6516
6516
  if (gC(t))
6517
6517
  return Ah.set(t, Cw), Cw;
6518
- var n = getComputedStyle(t), r = oy(t) && t.ownerSVGElement && t.getBBox(), i = !_F && n.boxSizing === "border-box", o = OF.test(n.writingMode || ""), a = !r && Tw.test(n.overflowY || ""), c = !r && Tw.test(n.overflowX || ""), f = r ? 0 : Va(n.paddingTop), p = r ? 0 : Va(n.paddingRight), y = r ? 0 : Va(n.paddingBottom), g = r ? 0 : Va(n.paddingLeft), T = r ? 0 : Va(n.borderTopWidth), E = r ? 0 : Va(n.borderRightWidth), R = r ? 0 : Va(n.borderBottomWidth), I = r ? 0 : Va(n.borderLeftWidth), B = g + p, A = f + y, U = I + E, H = T + R, te = c ? t.offsetHeight - H - t.clientHeight : 0, q = a ? t.offsetWidth - U - t.clientWidth : 0, ie = i ? B + U : 0, x = i ? A + H : 0, se = r ? r.width : Va(n.width) - ie - q, ae = r ? r.height : Va(n.height) - x - te, Ne = se + B + q + U, et = ae + A + te + H, Qe = Rc({
6518
+ var n = getComputedStyle(t), r = oy(t) && t.ownerSVGElement && t.getBBox(), i = !_F && n.boxSizing === "border-box", o = OF.test(n.writingMode || ""), a = !r && Tw.test(n.overflowY || ""), c = !r && Tw.test(n.overflowX || ""), f = r ? 0 : Va(n.paddingTop), p = r ? 0 : Va(n.paddingRight), y = r ? 0 : Va(n.paddingBottom), g = r ? 0 : Va(n.paddingLeft), T = r ? 0 : Va(n.borderTopWidth), E = r ? 0 : Va(n.borderRightWidth), R = r ? 0 : Va(n.borderBottomWidth), I = r ? 0 : Va(n.borderLeftWidth), B = g + p, A = f + y, U = I + E, H = T + R, te = c ? t.offsetHeight - H - t.clientHeight : 0, q = a ? t.offsetWidth - U - t.clientWidth : 0, ie = i ? B + U : 0, x = i ? A + H : 0, se = r ? r.width : Va(n.width) - ie - q, ae = r ? r.height : Va(n.height) - x - te, Ne = se + B + q + U, Qe = ae + A + te + H, Je = Rc({
6519
6519
  devicePixelContentBoxSize: Mf(Math.round(se * devicePixelRatio), Math.round(ae * devicePixelRatio), o),
6520
- borderBoxSize: Mf(Ne, et, o),
6520
+ borderBoxSize: Mf(Ne, Qe, o),
6521
6521
  contentBoxSize: Mf(se, ae, o),
6522
6522
  contentRect: new pC(g, f, se, ae)
6523
6523
  });
6524
- return Ah.set(t, Qe), Qe;
6524
+ return Ah.set(t, Je), Je;
6525
6525
  }, vC = function(t, e, n) {
6526
6526
  var r = mC(t, n), i = r.borderBoxSize, o = r.contentBoxSize, a = r.devicePixelContentBoxSize;
6527
6527
  switch (e) {
@@ -9418,24 +9418,24 @@ function I$(t) {
9418
9418
  A === f && U.isActive && !ie && te || // If we removed a higher-priority variant (i is in reverse order)
9419
9419
  B > R && te, ae = !1;
9420
9420
  const Ne = Array.isArray(H) ? H : [H];
9421
- let et = Ne.reduce(i(A), {});
9422
- q === !1 && (et = {});
9423
- const { prevResolvedValues: Qe = {} } = U, Ge = {
9424
- ...Qe,
9425
- ...et
9421
+ let Qe = Ne.reduce(i(A), {});
9422
+ q === !1 && (Qe = {});
9423
+ const { prevResolvedValues: Je = {} } = U, Ge = {
9424
+ ...Je,
9425
+ ...Qe
9426
9426
  }, Ke = (Me) => {
9427
9427
  se = !0, T.has(Me) && (ae = !0, T.delete(Me)), U.needsAnimating[Me] = !0;
9428
9428
  const He = t.getValue(Me);
9429
9429
  He && (He.liveStyle = !1);
9430
9430
  };
9431
9431
  for (const Me in Ge) {
9432
- const He = et[Me], rt = Qe[Me];
9432
+ const He = Qe[Me], rt = Je[Me];
9433
9433
  if (E.hasOwnProperty(Me))
9434
9434
  continue;
9435
9435
  let we = !1;
9436
9436
  Qm(He) && Qm(rt) ? we = !jC(He, rt) : we = He !== rt, we ? He != null ? Ke(Me) : T.add(Me) : He !== void 0 && T.has(Me) ? Ke(Me) : U.protectedKeys[Me] = !0;
9437
9437
  }
9438
- U.prevProp = H, U.prevResolvedValues = et, U.isActive && (E = { ...E, ...et }), r && t.blockInitialAnimation && (se = !1), se && (!(ie && x) || ae) && g.push(...Ne.map((Me) => ({
9438
+ U.prevProp = H, U.prevResolvedValues = Qe, U.isActive && (E = { ...E, ...Qe }), r && t.blockInitialAnimation && (se = !1), se && (!(ie && x) || ae) && g.push(...Ne.map((Me) => ({
9439
9439
  animation: Me,
9440
9440
  options: { type: A }
9441
9441
  })));
@@ -11479,7 +11479,7 @@ function yV(t) {
11479
11479
  right: se,
11480
11480
  x: ae,
11481
11481
  y: Ne
11482
- } = f.current.element.getBoundingClientRect(), et = {
11482
+ } = f.current.element.getBoundingClientRect(), Qe = {
11483
11483
  left: H,
11484
11484
  top: te,
11485
11485
  width: q,
@@ -11489,7 +11489,7 @@ function yV(t) {
11489
11489
  x: ae,
11490
11490
  y: Ne
11491
11491
  };
11492
- f.current.element instanceof HTMLElement && i && (et.height = f.current.element.offsetHeight, et.width = f.current.element.offsetWidth), Object.freeze(et), g.current && !SV(f.current.lastBounds, et) && c(f.current.lastBounds = et);
11492
+ f.current.element instanceof HTMLElement && i && (Qe.height = f.current.element.offsetHeight, Qe.width = f.current.element.offsetWidth), Object.freeze(Qe), g.current && !SV(f.current.lastBounds, Qe) && c(f.current.lastBounds = Qe);
11493
11493
  };
11494
11494
  return [U, y ? Gx(U, y) : U, p ? Gx(U, p) : U];
11495
11495
  }, [c, i, p, y]);
@@ -15800,9 +15800,9 @@ function Op({ autoplay: t = !0, delay: e = 0, driver: n = JW, keyframes: r, type
15800
15800
  }));
15801
15801
  let x = "idle", se = null, ae = null, Ne = null;
15802
15802
  q.calculatedDuration === null && o && (q.calculatedDuration = DS(q));
15803
- const { calculatedDuration: et } = q;
15804
- let Qe = 1 / 0, Ge = 1 / 0;
15805
- et !== null && (Qe = et + a, Ge = Qe * (o + 1) - a);
15803
+ const { calculatedDuration: Qe } = q;
15804
+ let Je = 1 / 0, Ge = 1 / 0;
15805
+ Qe !== null && (Je = Qe + a, Ge = Je * (o + 1) - a);
15806
15806
  let Ke = 0;
15807
15807
  const pe = (ce) => {
15808
15808
  if (ae === null)
@@ -15812,14 +15812,14 @@ function Op({ autoplay: t = !0, delay: e = 0, driver: n = JW, keyframes: r, type
15812
15812
  Ke = Math.max(De, 0), x === "finished" && se === null && (Ke = Ge);
15813
15813
  let Re = Ke, Be = q;
15814
15814
  if (o) {
15815
- const at = Math.min(Ke, Ge) / Qe;
15816
- let Je = Math.floor(at), yt = at % 1;
15817
- !yt && at >= 1 && (yt = 1), yt === 1 && Je--, Je = Math.min(Je, o + 1), !!(Je % 2) && (c === "reverse" ? (yt = 1 - yt, a && (yt -= a / Qe)) : c === "mirror" && (Be = ie)), Re = _u(0, 1, yt) * Qe;
15815
+ const at = Math.min(Ke, Ge) / Je;
15816
+ let et = Math.floor(at), yt = at % 1;
15817
+ !yt && at >= 1 && (yt = 1), yt === 1 && et--, et = Math.min(et, o + 1), !!(et % 2) && (c === "reverse" ? (yt = 1 - yt, a && (yt -= a / Je)) : c === "mirror" && (Be = ie)), Re = _u(0, 1, yt) * Je;
15818
15818
  }
15819
15819
  const We = Fe ? { done: !1, value: r[0] } : Be.next(Re);
15820
15820
  te && (We.value = te(We.value));
15821
15821
  let { done: nt } = We;
15822
- !Fe && et !== null && (nt = E >= 0 ? Ke >= Ge : Ke <= 0);
15822
+ !Fe && Qe !== null && (nt = E >= 0 ? Ke >= Ge : Ke <= 0);
15823
15823
  const tt = se === null && (x === "finished" || x === "running" && nt);
15824
15824
  return g && g(We.value), tt && He(), We;
15825
15825
  }, ke = () => {
@@ -16521,23 +16521,23 @@ function B5(t) {
16521
16521
  let ae = $5(H.prevProp, te) || // If we're making this variant active, we want to always make it active
16522
16522
  U === p && H.isActive && !x && q || // If we removed a higher-priority variant (i is in reverse order)
16523
16523
  A > I && q, Ne = !1;
16524
- const et = Array.isArray(te) ? te : [te];
16525
- let Qe = et.reduce(i, {});
16526
- ie === !1 && (Qe = {});
16524
+ const Qe = Array.isArray(te) ? te : [te];
16525
+ let Je = Qe.reduce(i, {});
16526
+ ie === !1 && (Je = {});
16527
16527
  const { prevResolvedValues: Ge = {} } = H, Ke = {
16528
16528
  ...Ge,
16529
- ...Qe
16529
+ ...Je
16530
16530
  }, pe = (ke) => {
16531
16531
  ae = !0, E.has(ke) && (Ne = !0, E.delete(ke)), H.needsAnimating[ke] = !0;
16532
16532
  };
16533
16533
  for (const ke in Ke) {
16534
- const Me = Qe[ke], He = Ge[ke];
16534
+ const Me = Je[ke], He = Ge[ke];
16535
16535
  if (R.hasOwnProperty(ke))
16536
16536
  continue;
16537
16537
  let rt = !1;
16538
16538
  kp(Me) && kp(He) ? rt = !zk(Me, He) : rt = Me !== He, rt ? Me !== void 0 ? pe(ke) : E.add(ke) : Me !== void 0 && E.has(ke) ? pe(ke) : H.protectedKeys[ke] = !0;
16539
16539
  }
16540
- H.prevProp = te, H.prevResolvedValues = Qe, H.isActive && (R = { ...R, ...Qe }), r && t.blockInitialAnimation && (ae = !1), ae && (!x || Ne) && T.push(...et.map((ke) => ({
16540
+ H.prevProp = te, H.prevResolvedValues = Je, H.isActive && (R = { ...R, ...Je }), r && t.blockInitialAnimation && (ae = !1), ae && (!x || Ne) && T.push(...Qe.map((ke) => ({
16541
16541
  animation: ke,
16542
16542
  options: { type: U, ...f }
16543
16543
  })));
@@ -18760,8 +18760,8 @@ var Sf = /* @__PURE__ */ new Map(), YD = function(e) {
18760
18760
  }
18761
18761
  });
18762
18762
  for (var We = g.querySelectorAll("[*|href]"), nt = [], tt = 0, at = We.length; tt < at; tt++) {
18763
- var Je = We[tt].getAttributeNS(Tm, "href");
18764
- Je && Je.toString() === "#" + q[Fe].id && nt.push(We[tt]);
18763
+ var et = We[tt].getAttributeNS(Tm, "href");
18764
+ et && et.toString() === "#" + q[Fe].id && nt.push(We[tt]);
18765
18765
  }
18766
18766
  for (var yt = 0, Ze = nt.length; yt < Ze; yt++)
18767
18767
  nt[yt].setAttributeNS(Tm, "href", "#" + se);
@@ -18771,8 +18771,8 @@ var Sf = /* @__PURE__ */ new Map(), YD = function(e) {
18771
18771
  });
18772
18772
  }
18773
18773
  g.removeAttribute("xmlns:a");
18774
- for (var ae = g.querySelectorAll("script"), Ne = [], et, Qe, Ge = 0, Ke = ae.length; Ge < Ke; Ge++)
18775
- Qe = ae[Ge].getAttribute("type"), (!Qe || Qe === "application/ecmascript" || Qe === "application/javascript" || Qe === "text/javascript") && (et = ae[Ge].innerText || ae[Ge].textContent, et && Ne.push(et), g.removeChild(ae[Ge]));
18774
+ for (var ae = g.querySelectorAll("script"), Ne = [], Qe, Je, Ge = 0, Ke = ae.length; Ge < Ke; Ge++)
18775
+ Je = ae[Ge].getAttribute("type"), (!Je || Je === "application/ecmascript" || Je === "application/javascript" || Je === "text/javascript") && (Qe = ae[Ge].innerText || ae[Ge].textContent, Qe && Ne.push(Qe), g.removeChild(ae[Ge]));
18776
18776
  if (Ne.length > 0 && (n === "always" || n === "once" && !y1[f])) {
18777
18777
  for (var pe = 0, ke = Ne.length; pe < ke; pe++)
18778
18778
  new Function(Ne[pe])(window);
@@ -18926,7 +18926,7 @@ function F4() {
18926
18926
  }
18927
18927
  }
18928
18928
  }
18929
- var q = f, ie = p, x = c, se = a, ae = e, Ne = y, et = r, Qe = R, Ge = E, Ke = n, pe = o, ke = i, Me = g, He = !1;
18929
+ var q = f, ie = p, x = c, se = a, ae = e, Ne = y, Qe = r, Je = R, Ge = E, Ke = n, pe = o, ke = i, Me = g, He = !1;
18930
18930
  function rt(Ze) {
18931
18931
  return He || (He = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), we(Ze) || te(Ze) === f;
18932
18932
  }
@@ -18960,13 +18960,13 @@ function F4() {
18960
18960
  function at(Ze) {
18961
18961
  return te(Ze) === o;
18962
18962
  }
18963
- function Je(Ze) {
18963
+ function et(Ze) {
18964
18964
  return te(Ze) === i;
18965
18965
  }
18966
18966
  function yt(Ze) {
18967
18967
  return te(Ze) === g;
18968
18968
  }
18969
- Sn.AsyncMode = q, Sn.ConcurrentMode = ie, Sn.ContextConsumer = x, Sn.ContextProvider = se, Sn.Element = ae, Sn.ForwardRef = Ne, Sn.Fragment = et, Sn.Lazy = Qe, Sn.Memo = Ge, Sn.Portal = Ke, Sn.Profiler = pe, Sn.StrictMode = ke, Sn.Suspense = Me, Sn.isAsyncMode = rt, Sn.isConcurrentMode = we, Sn.isContextConsumer = ce, Sn.isContextProvider = De, Sn.isElement = Fe, Sn.isForwardRef = Re, Sn.isFragment = Be, Sn.isLazy = We, Sn.isMemo = nt, Sn.isPortal = tt, Sn.isProfiler = at, Sn.isStrictMode = Je, Sn.isSuspense = yt, Sn.isValidElementType = H, Sn.typeOf = te;
18969
+ Sn.AsyncMode = q, Sn.ConcurrentMode = ie, Sn.ContextConsumer = x, Sn.ContextProvider = se, Sn.Element = ae, Sn.ForwardRef = Ne, Sn.Fragment = Qe, Sn.Lazy = Je, Sn.Memo = Ge, Sn.Portal = Ke, Sn.Profiler = pe, Sn.StrictMode = ke, Sn.Suspense = Me, Sn.isAsyncMode = rt, Sn.isConcurrentMode = we, Sn.isContextConsumer = ce, Sn.isContextProvider = De, Sn.isElement = Fe, Sn.isForwardRef = Re, Sn.isFragment = Be, Sn.isLazy = We, Sn.isMemo = nt, Sn.isPortal = tt, Sn.isProfiler = at, Sn.isStrictMode = et, Sn.isSuspense = yt, Sn.isValidElementType = H, Sn.typeOf = te;
18970
18970
  }()), Sn;
18971
18971
  }
18972
18972
  var S1;
@@ -19130,7 +19130,7 @@ function $4() {
19130
19130
  objectOf: se,
19131
19131
  oneOf: x,
19132
19132
  oneOfType: ae,
19133
- shape: Qe,
19133
+ shape: Je,
19134
19134
  exact: Ge
19135
19135
  };
19136
19136
  function R(we, ce) {
@@ -19143,8 +19143,8 @@ function $4() {
19143
19143
  function B(we) {
19144
19144
  if (process.env.NODE_ENV !== "production")
19145
19145
  var ce = {}, De = 0;
19146
- function Fe(Be, We, nt, tt, at, Je, yt) {
19147
- if (tt = tt || T, Je = Je || nt, yt !== n) {
19146
+ function Fe(Be, We, nt, tt, at, et, yt) {
19147
+ if (tt = tt || T, et = et || nt, yt !== n) {
19148
19148
  if (f) {
19149
19149
  var Ze = new Error(
19150
19150
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
@@ -19154,11 +19154,11 @@ function $4() {
19154
19154
  var It = tt + ":" + nt;
19155
19155
  !ce[It] && // Avoid spamming the console because they are often not actionable except for lib authors
19156
19156
  De < 3 && (o(
19157
- "You are manually calling a React.PropTypes validation function for the `" + Je + "` prop on `" + tt + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
19157
+ "You are manually calling a React.PropTypes validation function for the `" + et + "` prop on `" + tt + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
19158
19158
  ), ce[It] = !0, De++);
19159
19159
  }
19160
19160
  }
19161
- return We[nt] == null ? Be ? We[nt] === null ? new I("The " + at + " `" + Je + "` is marked as required " + ("in `" + tt + "`, but its value is `null`.")) : new I("The " + at + " `" + Je + "` is marked as required in " + ("`" + tt + "`, but its value is `undefined`.")) : null : we(We, nt, tt, at, Je);
19161
+ return We[nt] == null ? Be ? We[nt] === null ? new I("The " + at + " `" + et + "` is marked as required " + ("in `" + tt + "`, but its value is `null`.")) : new I("The " + at + " `" + et + "` is marked as required in " + ("`" + tt + "`, but its value is `undefined`.")) : null : we(We, nt, tt, at, et);
19162
19162
  }
19163
19163
  var Re = Fe.bind(null, !1);
19164
19164
  return Re.isRequired = Fe.bind(null, !0), Re;
@@ -19167,9 +19167,9 @@ function $4() {
19167
19167
  function ce(De, Fe, Re, Be, We, nt) {
19168
19168
  var tt = De[Fe], at = ke(tt);
19169
19169
  if (at !== we) {
19170
- var Je = Me(tt);
19170
+ var et = Me(tt);
19171
19171
  return new I(
19172
- "Invalid " + Be + " `" + We + "` of type " + ("`" + Je + "` supplied to `" + Re + "`, expected ") + ("`" + we + "`."),
19172
+ "Invalid " + Be + " `" + We + "` of type " + ("`" + et + "` supplied to `" + Re + "`, expected ") + ("`" + we + "`."),
19173
19173
  { expectedType: we }
19174
19174
  );
19175
19175
  }
@@ -19190,9 +19190,9 @@ function $4() {
19190
19190
  return new I("Invalid " + Be + " `" + We + "` of type " + ("`" + tt + "` supplied to `" + Re + "`, expected an array."));
19191
19191
  }
19192
19192
  for (var at = 0; at < nt.length; at++) {
19193
- var Je = we(nt, at, Re, Be, We + "[" + at + "]", n);
19194
- if (Je instanceof Error)
19195
- return Je;
19193
+ var et = we(nt, at, Re, Be, We + "[" + at + "]", n);
19194
+ if (et instanceof Error)
19195
+ return et;
19196
19196
  }
19197
19197
  return null;
19198
19198
  }
@@ -19256,9 +19256,9 @@ function $4() {
19256
19256
  return new I("Invalid " + Be + " `" + We + "` of type " + ("`" + tt + "` supplied to `" + Re + "`, expected an object."));
19257
19257
  for (var at in nt)
19258
19258
  if (r(nt, at)) {
19259
- var Je = we(nt, at, Re, Be, We + "." + at, n);
19260
- if (Je instanceof Error)
19261
- return Je;
19259
+ var et = we(nt, at, Re, Be, We + "." + at, n);
19260
+ if (et instanceof Error)
19261
+ return et;
19262
19262
  }
19263
19263
  return null;
19264
19264
  }
@@ -19275,8 +19275,8 @@ function $4() {
19275
19275
  ), a;
19276
19276
  }
19277
19277
  function Fe(Re, Be, We, nt, tt) {
19278
- for (var at = [], Je = 0; Je < we.length; Je++) {
19279
- var yt = we[Je], Ze = yt(Re, Be, We, nt, tt, n);
19278
+ for (var at = [], et = 0; et < we.length; et++) {
19279
+ var yt = we[et], Ze = yt(Re, Be, We, nt, tt, n);
19280
19280
  if (Ze == null)
19281
19281
  return null;
19282
19282
  Ze.data && r(Ze.data, "expectedType") && at.push(Ze.data.expectedType);
@@ -19292,21 +19292,21 @@ function $4() {
19292
19292
  }
19293
19293
  return B(we);
19294
19294
  }
19295
- function et(we, ce, De, Fe, Re) {
19295
+ function Qe(we, ce, De, Fe, Re) {
19296
19296
  return new I(
19297
19297
  (we || "React class") + ": " + ce + " type `" + De + "." + Fe + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + Re + "`."
19298
19298
  );
19299
19299
  }
19300
- function Qe(we) {
19300
+ function Je(we) {
19301
19301
  function ce(De, Fe, Re, Be, We) {
19302
19302
  var nt = De[Fe], tt = ke(nt);
19303
19303
  if (tt !== "object")
19304
19304
  return new I("Invalid " + Be + " `" + We + "` of type `" + tt + "` " + ("supplied to `" + Re + "`, expected `object`."));
19305
19305
  for (var at in we) {
19306
- var Je = we[at];
19307
- if (typeof Je != "function")
19308
- return et(Re, Be, We, at, Me(Je));
19309
- var yt = Je(nt, at, Re, Be, We + "." + at, n);
19306
+ var et = we[at];
19307
+ if (typeof et != "function")
19308
+ return Qe(Re, Be, We, at, Me(et));
19309
+ var yt = et(nt, at, Re, Be, We + "." + at, n);
19310
19310
  if (yt)
19311
19311
  return yt;
19312
19312
  }
@@ -19320,16 +19320,16 @@ function $4() {
19320
19320
  if (tt !== "object")
19321
19321
  return new I("Invalid " + Be + " `" + We + "` of type `" + tt + "` " + ("supplied to `" + Re + "`, expected `object`."));
19322
19322
  var at = e({}, De[Fe], we);
19323
- for (var Je in at) {
19324
- var yt = we[Je];
19325
- if (r(we, Je) && typeof yt != "function")
19326
- return et(Re, Be, We, Je, Me(yt));
19323
+ for (var et in at) {
19324
+ var yt = we[et];
19325
+ if (r(we, et) && typeof yt != "function")
19326
+ return Qe(Re, Be, We, et, Me(yt));
19327
19327
  if (!yt)
19328
19328
  return new I(
19329
- "Invalid " + Be + " `" + We + "` key `" + Je + "` supplied to `" + Re + "`.\nBad object: " + JSON.stringify(De[Fe], null, " ") + `
19329
+ "Invalid " + Be + " `" + We + "` key `" + et + "` supplied to `" + Re + "`.\nBad object: " + JSON.stringify(De[Fe], null, " ") + `
19330
19330
  Valid keys: ` + JSON.stringify(Object.keys(we), null, " ")
19331
19331
  );
19332
- var Ze = yt(nt, Je, Re, Be, We + "." + Je, n);
19332
+ var Ze = yt(nt, et, Re, Be, We + "." + et, n);
19333
19333
  if (Ze)
19334
19334
  return Ze;
19335
19335
  }
@@ -19533,13 +19533,13 @@ var U4 = function(e) {
19533
19533
  if (g) {
19534
19534
  var Ne = x.querySelector(":scope > title");
19535
19535
  Ne && x.removeChild(Ne);
19536
- var et = document.createElement("title");
19537
- et.innerHTML = g, x.prepend(et);
19536
+ var Qe = document.createElement("title");
19537
+ Qe.innerHTML = g, x.prepend(Qe);
19538
19538
  }
19539
19539
  try {
19540
19540
  R(x);
19541
- } catch (Qe) {
19542
- H(Qe);
19541
+ } catch (Je) {
19542
+ H(Je);
19543
19543
  }
19544
19544
  };
19545
19545
  M4(U, {
@@ -19797,9 +19797,9 @@ function Z4({ item: t }) {
19797
19797
  return (Hf.get(K4(t)) || Hf.get("text"))(t);
19798
19798
  }
19799
19799
  function KD({ ...t }) {
19800
- var Ne, et, Qe;
19800
+ var Ne, Qe, Je;
19801
19801
  const e = t.item, n = t.level || 0, r = !!((Ne = t.item.children) != null && Ne.length), i = `level-${n}`, o = (Ge, Ke = i) => `${Ge} ${Ke} `, [a, c] = Lt(!1), [f, p] = Lt(e.isFavorite || !1), y = sn(), g = sn();
19802
- g != null && g.current && ((et = g == null ? void 0 : g.current) == null ? void 0 : et.scrollWidth) > ((Qe = g == null ? void 0 : g.current) == null ? void 0 : Qe.clientWidth);
19802
+ g != null && g.current && ((Qe = g == null ? void 0 : g.current) == null ? void 0 : Qe.scrollWidth) > ((Je = g == null ? void 0 : g.current) == null ? void 0 : Je.clientWidth);
19803
19803
  const T = window.location.origin, E = e.path && e.path.includes("http") ? new URL(e.path) : { origin: "", pathname: "" }, R = window.location.pathname.split("/")[1], I = E.pathname.split("/")[1], B = t.item.redirectUrl || t.ssr || !T.includes("local") && T !== E.origin || I !== R, A = r || n === 0 ? "div" : B ? "a" : uT, U = e.redirectUrl || e.path || "#", H = n + 1, te = r && a && n > 0, q = () => {
19804
19804
  t.isDrop || c(!0);
19805
19805
  }, ie = () => {
@@ -20230,7 +20230,7 @@ function t6() {
20230
20230
  }), F;
20231
20231
  }
20232
20232
  function ae(k, F, G, Q) {
20233
- k.push(Qe(G));
20233
+ k.push(Je(G));
20234
20234
  var Te = G = null, ge;
20235
20235
  for (ge in F)
20236
20236
  if (n.call(F, ge)) {
@@ -20249,20 +20249,20 @@ function t6() {
20249
20249
  }
20250
20250
  return k.push(">"), x(k, Te, G), typeof G == "string" ? (k.push(R(G)), null) : G;
20251
20251
  }
20252
- var Ne = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/, et = /* @__PURE__ */ new Map();
20253
- function Qe(k) {
20254
- var F = et.get(k);
20252
+ var Ne = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/, Qe = /* @__PURE__ */ new Map();
20253
+ function Je(k) {
20254
+ var F = Qe.get(k);
20255
20255
  if (F === void 0) {
20256
20256
  if (!Ne.test(k))
20257
20257
  throw Error(e(65, k));
20258
- F = "<" + k, et.set(k, F);
20258
+ F = "<" + k, Qe.set(k, F);
20259
20259
  }
20260
20260
  return F;
20261
20261
  }
20262
20262
  function Ge(k, F, G, Q, Te) {
20263
20263
  switch (F) {
20264
20264
  case "select":
20265
- k.push(Qe("select"));
20265
+ k.push(Je("select"));
20266
20266
  var ge = null, Oe = null;
20267
20267
  for (ht in G)
20268
20268
  if (n.call(G, ht)) {
@@ -20284,7 +20284,7 @@ function t6() {
20284
20284
  }
20285
20285
  return k.push(">"), x(k, Oe, ge), ge;
20286
20286
  case "option":
20287
- Oe = Te.selectedValue, k.push(Qe("option"));
20287
+ Oe = Te.selectedValue, k.push(Je("option"));
20288
20288
  var gt = qe = null, mt = null, ht = null;
20289
20289
  for (ge in G)
20290
20290
  if (n.call(G, ge)) {
@@ -20319,7 +20319,7 @@ function t6() {
20319
20319
  mt && k.push(' selected=""');
20320
20320
  return k.push(">"), x(k, ht, qe), qe;
20321
20321
  case "textarea":
20322
- k.push(Qe("textarea")), ht = Oe = ge = null;
20322
+ k.push(Je("textarea")), ht = Oe = ge = null;
20323
20323
  for (qe in G)
20324
20324
  if (n.call(G, qe) && (gt = G[qe], gt != null))
20325
20325
  switch (qe) {
@@ -20353,7 +20353,7 @@ function t6() {
20353
20353
  ` && k.push(`
20354
20354
  `), ge !== null && k.push(R("" + ge)), null;
20355
20355
  case "input":
20356
- k.push(Qe("input")), gt = ht = qe = ge = null;
20356
+ k.push(Je("input")), gt = ht = qe = ge = null;
20357
20357
  for (Oe in G)
20358
20358
  if (n.call(G, Oe) && (mt = G[Oe], mt != null))
20359
20359
  switch (Oe) {
@@ -20377,7 +20377,7 @@ function t6() {
20377
20377
  }
20378
20378
  return ht !== null ? ie(k, Q, "checked", ht) : gt !== null && ie(k, Q, "checked", gt), ge !== null ? ie(k, Q, "value", ge) : qe !== null && ie(k, Q, "value", qe), k.push("/>"), null;
20379
20379
  case "menuitem":
20380
- k.push(Qe("menuitem"));
20380
+ k.push(Je("menuitem"));
20381
20381
  for (var zn in G)
20382
20382
  if (n.call(G, zn) && (ge = G[zn], ge != null))
20383
20383
  switch (zn) {
@@ -20389,7 +20389,7 @@ function t6() {
20389
20389
  }
20390
20390
  return k.push(">"), null;
20391
20391
  case "title":
20392
- k.push(Qe("title")), ge = null;
20392
+ k.push(Je("title")), ge = null;
20393
20393
  for (Bt in G)
20394
20394
  if (n.call(G, Bt) && (Oe = G[Bt], Oe != null))
20395
20395
  switch (Bt) {
@@ -20404,7 +20404,7 @@ function t6() {
20404
20404
  return k.push(">"), ge;
20405
20405
  case "listing":
20406
20406
  case "pre":
20407
- k.push(Qe(F)), Oe = ge = null;
20407
+ k.push(Je(F)), Oe = ge = null;
20408
20408
  for (gt in G)
20409
20409
  if (n.call(G, gt) && (qe = G[gt], qe != null))
20410
20410
  switch (gt) {
@@ -20443,7 +20443,7 @@ function t6() {
20443
20443
  case "source":
20444
20444
  case "track":
20445
20445
  case "wbr":
20446
- k.push(Qe(F));
20446
+ k.push(Je(F));
20447
20447
  for (var Zn in G)
20448
20448
  if (n.call(G, Zn) && (ge = G[Zn], ge != null))
20449
20449
  switch (Zn) {
@@ -20473,7 +20473,7 @@ function t6() {
20473
20473
  default:
20474
20474
  if (F.indexOf("-") === -1 && typeof G.is != "string")
20475
20475
  return ae(k, G, F, Q);
20476
- k.push(Qe(F)), Oe = ge = null;
20476
+ k.push(Je(F)), Oe = ge = null;
20477
20477
  for (mt in G)
20478
20478
  if (n.call(G, mt) && (qe = G[mt], qe != null))
20479
20479
  switch (mt) {
@@ -20563,7 +20563,7 @@ function t6() {
20563
20563
  function we(k, F, G, Q) {
20564
20564
  return G.generateStaticMarkup ? (k.push(R(F)), !1) : (F === "" ? k = Q : (Q && k.push("<!-- -->"), k.push(R(F)), k = !0), k);
20565
20565
  }
20566
- var ce = Object.assign, De = Symbol.for("react.element"), Fe = Symbol.for("react.portal"), Re = Symbol.for("react.fragment"), Be = Symbol.for("react.strict_mode"), We = Symbol.for("react.profiler"), nt = Symbol.for("react.provider"), tt = Symbol.for("react.context"), at = Symbol.for("react.forward_ref"), Je = Symbol.for("react.suspense"), yt = Symbol.for("react.suspense_list"), Ze = Symbol.for("react.memo"), It = Symbol.for("react.lazy"), Ft = Symbol.for("react.scope"), Gn = Symbol.for("react.debug_trace_mode"), Tr = Symbol.for("react.legacy_hidden"), qn = Symbol.for("react.default_value"), Dn = Symbol.iterator;
20566
+ var ce = Object.assign, De = Symbol.for("react.element"), Fe = Symbol.for("react.portal"), Re = Symbol.for("react.fragment"), Be = Symbol.for("react.strict_mode"), We = Symbol.for("react.profiler"), nt = Symbol.for("react.provider"), tt = Symbol.for("react.context"), at = Symbol.for("react.forward_ref"), et = Symbol.for("react.suspense"), yt = Symbol.for("react.suspense_list"), Ze = Symbol.for("react.memo"), It = Symbol.for("react.lazy"), Ft = Symbol.for("react.scope"), Gn = Symbol.for("react.debug_trace_mode"), Tr = Symbol.for("react.legacy_hidden"), qn = Symbol.for("react.default_value"), Dn = Symbol.iterator;
20567
20567
  function Gi(k) {
20568
20568
  if (k == null)
20569
20569
  return null;
@@ -20580,7 +20580,7 @@ function t6() {
20580
20580
  return "Profiler";
20581
20581
  case Be:
20582
20582
  return "StrictMode";
20583
- case Je:
20583
+ case et:
20584
20584
  return "Suspense";
20585
20585
  case yt:
20586
20586
  return "SuspenseList";
@@ -20926,7 +20926,7 @@ function t6() {
20926
20926
  return;
20927
20927
  case Ft:
20928
20928
  throw Error(e(343));
20929
- case Je:
20929
+ case et:
20930
20930
  e: {
20931
20931
  G = F.blockedBoundary, Te = F.blockedSegment, ge = Q.fallback, Q = Q.children, Oe = /* @__PURE__ */ new Set();
20932
20932
  var qe = { id: null, rootSegmentID: -1, parentFlushed: !1, pendingTasks: 0, forceClientRender: !1, completedSegments: [], byteSize: 0, fallbackAbortableTasks: Oe, errorDigest: null }, gt = ri(k, Te.chunks.length, qe, Te.formatContext, !1, !1);
@@ -21471,14 +21471,14 @@ function n6() {
21471
21471
  }
21472
21472
  return D;
21473
21473
  }
21474
- var se = /([A-Z])/g, ae = /^ms-/, Ne = Array.isArray, et = p("<script>"), Qe = p("<\/script>"), Ge = p('<script src="'), Ke = p('<script type="module" src="'), pe = p('" async=""><\/script>'), ke = /(<\/|<)(s)(cript)/gi;
21474
+ var se = /([A-Z])/g, ae = /^ms-/, Ne = Array.isArray, Qe = p("<script>"), Je = p("<\/script>"), Ge = p('<script src="'), Ke = p('<script type="module" src="'), pe = p('" async=""><\/script>'), ke = /(<\/|<)(s)(cript)/gi;
21475
21475
  function Me(D, M, W, J) {
21476
21476
  return "" + M + (W === "s" ? "\\u0073" : "\\u0053") + J;
21477
21477
  }
21478
21478
  function He(D, M, W, J, ve) {
21479
- D = D === void 0 ? "" : D, M = M === void 0 ? et : p('<script nonce="' + x(M) + '">');
21479
+ D = D === void 0 ? "" : D, M = M === void 0 ? Qe : p('<script nonce="' + x(M) + '">');
21480
21480
  var ye = [];
21481
- if (W !== void 0 && ye.push(M, f(("" + W).replace(ke, Me)), Qe), J !== void 0)
21481
+ if (W !== void 0 && ye.push(M, f(("" + W).replace(ke, Me)), Je), J !== void 0)
21482
21482
  for (W = 0; W < J.length; W++)
21483
21483
  ye.push(Ge, f(x(J[W])), pe);
21484
21484
  if (ve !== void 0)
@@ -21541,7 +21541,7 @@ function n6() {
21541
21541
  }
21542
21542
  M || D.push(yt);
21543
21543
  }
21544
- var at = p(" "), Je = p('="'), yt = p('"'), Ze = p('=""');
21544
+ var at = p(" "), et = p('="'), yt = p('"'), Ze = p('=""');
21545
21545
  function It(D, M, W, J) {
21546
21546
  switch (W) {
21547
21547
  case "style":
@@ -21569,16 +21569,16 @@ function n6() {
21569
21569
  J && D.push(at, W, Ze);
21570
21570
  break;
21571
21571
  case 4:
21572
- J === !0 ? D.push(at, W, Ze) : J !== !1 && D.push(at, W, Je, f(x(J)), yt);
21572
+ J === !0 ? D.push(at, W, Ze) : J !== !1 && D.push(at, W, et, f(x(J)), yt);
21573
21573
  break;
21574
21574
  case 5:
21575
- isNaN(J) || D.push(at, W, Je, f(x(J)), yt);
21575
+ isNaN(J) || D.push(at, W, et, f(x(J)), yt);
21576
21576
  break;
21577
21577
  case 6:
21578
- !isNaN(J) && 1 <= J && D.push(at, W, Je, f(x(J)), yt);
21578
+ !isNaN(J) && 1 <= J && D.push(at, W, et, f(x(J)), yt);
21579
21579
  break;
21580
21580
  default:
21581
- M.sanitizeURL && (J = "" + J), D.push(at, W, Je, f(x(J)), yt);
21581
+ M.sanitizeURL && (J = "" + J), D.push(at, W, et, f(x(J)), yt);
21582
21582
  }
21583
21583
  } else if (I(W)) {
21584
21584
  switch (typeof J) {
@@ -21589,7 +21589,7 @@ function n6() {
21589
21589
  if (M = W.toLowerCase().slice(0, 5), M !== "data-" && M !== "aria-")
21590
21590
  return;
21591
21591
  }
21592
- D.push(at, f(W), Je, f(x(J)), yt);
21592
+ D.push(at, f(W), et, f(x(J)), yt);
21593
21593
  }
21594
21594
  }
21595
21595
  }
@@ -21865,7 +21865,7 @@ function n6() {
21865
21865
  case "suppressHydrationWarning":
21866
21866
  break;
21867
21867
  default:
21868
- I(At) && typeof ze != "function" && typeof ze != "symbol" && D.push(at, f(At), Je, f(x(ze)), yt);
21868
+ I(At) && typeof ze != "function" && typeof ze != "symbol" && D.push(at, f(At), et, f(x(ze)), yt);
21869
21869
  }
21870
21870
  return D.push(Ft), Tr(D, Ie, ye), ye;
21871
21871
  }
@@ -22738,7 +22738,7 @@ function r6() {
22738
22738
  if (B(l))
22739
22739
  return i("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.", I(l)), A(l);
22740
22740
  }
22741
- var q = Object.prototype.hasOwnProperty, ie = 0, x = 1, se = 2, ae = 3, Ne = 4, et = 5, Qe = 6, Ge = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", Ke = Ge + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", pe = new RegExp("^[" + Ge + "][" + Ke + "]*$"), ke = {}, Me = {};
22741
+ var q = Object.prototype.hasOwnProperty, ie = 0, x = 1, se = 2, ae = 3, Ne = 4, Qe = 5, Je = 6, Ge = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", Ke = Ge + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", pe = new RegExp("^[" + Ge + "][" + Ke + "]*$"), ke = {}, Me = {};
22742
22742
  function He(l) {
22743
22743
  return q.call(Me, l) ? !0 : q.call(ke, l) ? !1 : pe.test(l) ? (Me[l] = !0, !0) : (ke[l] = !0, i("Invalid attribute name: `%s`", l), !1);
22744
22744
  }
@@ -22931,7 +22931,7 @@ function r6() {
22931
22931
  ].forEach(function(l) {
22932
22932
  De[l] = new ce(
22933
22933
  l,
22934
- Qe,
22934
+ Je,
22935
22935
  !1,
22936
22936
  // mustUseProperty
22937
22937
  l,
@@ -22945,7 +22945,7 @@ function r6() {
22945
22945
  }), ["rowSpan", "start"].forEach(function(l) {
22946
22946
  De[l] = new ce(
22947
22947
  l,
22948
- et,
22948
+ Qe,
22949
22949
  !1,
22950
22950
  // mustUseProperty
22951
22951
  l.toLowerCase(),
@@ -23190,7 +23190,7 @@ function r6() {
23190
23190
  nt[tt(d, l)] = nt[l];
23191
23191
  });
23192
23192
  });
23193
- var Je = {
23193
+ var et = {
23194
23194
  button: !0,
23195
23195
  checkbox: !0,
23196
23196
  image: !0,
@@ -23200,7 +23200,7 @@ function r6() {
23200
23200
  submit: !0
23201
23201
  };
23202
23202
  function yt(l, d) {
23203
- Je[d.type] || d.onChange || d.onInput || d.readOnly || d.disabled || d.value == null || i("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."), d.onChange || d.readOnly || d.disabled || d.checked == null || i("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.");
23203
+ et[d.type] || d.onChange || d.onInput || d.readOnly || d.disabled || d.value == null || i("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."), d.onChange || d.readOnly || d.disabled || d.checked == null || i("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.");
23204
23204
  }
23205
23205
  function Ze(l, d) {
23206
23206
  if (l.indexOf("-") === -1)
@@ -24068,10 +24068,10 @@ function r6() {
24068
24068
  case Ne:
24069
24069
  S === !0 ? l.push(ln, Y, vo) : S === !1 || l.push(ln, Y, Wn, Pn(S), On);
24070
24070
  return;
24071
- case et:
24071
+ case Qe:
24072
24072
  isNaN(S) || l.push(ln, Y, Wn, Pn(S), On);
24073
24073
  break;
24074
- case Qe:
24074
+ case Je:
24075
24075
  !isNaN(S) && S >= 1 && l.push(ln, Y, Wn, Pn(S), On);
24076
24076
  break;
24077
24077
  default:
@@ -26325,7 +26325,7 @@ function i6() {
26325
26325
  if (te(v))
26326
26326
  return i("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.", H(v)), q(v);
26327
26327
  }
26328
- var ae = Object.prototype.hasOwnProperty, Ne = 0, et = 1, Qe = 2, Ge = 3, Ke = 4, pe = 5, ke = 6, Me = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", He = Me + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", rt = new RegExp("^[" + Me + "][" + He + "]*$"), we = {}, ce = {};
26328
+ var ae = Object.prototype.hasOwnProperty, Ne = 0, Qe = 1, Je = 2, Ge = 3, Ke = 4, pe = 5, ke = 6, Me = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", He = Me + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", rt = new RegExp("^[" + Me + "][" + He + "]*$"), we = {}, ce = {};
26329
26329
  function De(v) {
26330
26330
  return ae.call(ce, v) ? !0 : ae.call(we, v) ? !1 : rt.test(v) ? (ce[v] = !0, !0) : (we[v] = !0, i("Invalid attribute name: `%s`", v), !1);
26331
26331
  }
@@ -26350,7 +26350,7 @@ function i6() {
26350
26350
  return We.hasOwnProperty(v) ? We[v] : null;
26351
26351
  }
26352
26352
  function Be(v, l, d, m, S, _, $) {
26353
- this.acceptsBooleans = l === Qe || l === Ge || l === Ke, this.attributeName = m, this.attributeNamespace = S, this.mustUseProperty = d, this.propertyName = v, this.type = l, this.sanitizeURL = _, this.removeEmptyString = $;
26353
+ this.acceptsBooleans = l === Je || l === Ge || l === Ke, this.attributeName = m, this.attributeNamespace = S, this.mustUseProperty = d, this.propertyName = v, this.type = l, this.sanitizeURL = _, this.removeEmptyString = $;
26354
26354
  }
26355
26355
  var We = {}, nt = [
26356
26356
  "children",
@@ -26383,7 +26383,7 @@ function i6() {
26383
26383
  var l = v[0], d = v[1];
26384
26384
  We[l] = new Be(
26385
26385
  l,
26386
- et,
26386
+ Qe,
26387
26387
  !1,
26388
26388
  // mustUseProperty
26389
26389
  d,
@@ -26397,7 +26397,7 @@ function i6() {
26397
26397
  }), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(v) {
26398
26398
  We[v] = new Be(
26399
26399
  v,
26400
- Qe,
26400
+ Je,
26401
26401
  !1,
26402
26402
  // mustUseProperty
26403
26403
  v.toLowerCase(),
@@ -26411,7 +26411,7 @@ function i6() {
26411
26411
  }), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(v) {
26412
26412
  We[v] = new Be(
26413
26413
  v,
26414
- Qe,
26414
+ Je,
26415
26415
  !1,
26416
26416
  // mustUseProperty
26417
26417
  v,
@@ -26628,7 +26628,7 @@ function i6() {
26628
26628
  var l = v.replace(tt, at);
26629
26629
  We[l] = new Be(
26630
26630
  l,
26631
- et,
26631
+ Qe,
26632
26632
  !1,
26633
26633
  // mustUseProperty
26634
26634
  v,
@@ -26652,7 +26652,7 @@ function i6() {
26652
26652
  var l = v.replace(tt, at);
26653
26653
  We[l] = new Be(
26654
26654
  l,
26655
- et,
26655
+ Qe,
26656
26656
  !1,
26657
26657
  // mustUseProperty
26658
26658
  v,
@@ -26672,7 +26672,7 @@ function i6() {
26672
26672
  var l = v.replace(tt, at);
26673
26673
  We[l] = new Be(
26674
26674
  l,
26675
- et,
26675
+ Qe,
26676
26676
  !1,
26677
26677
  // mustUseProperty
26678
26678
  v,
@@ -26684,7 +26684,7 @@ function i6() {
26684
26684
  }), ["tabIndex", "crossOrigin"].forEach(function(v) {
26685
26685
  We[v] = new Be(
26686
26686
  v,
26687
- et,
26687
+ Qe,
26688
26688
  !1,
26689
26689
  // mustUseProperty
26690
26690
  v.toLowerCase(),
@@ -26696,10 +26696,10 @@ function i6() {
26696
26696
  !1
26697
26697
  );
26698
26698
  });
26699
- var Je = "xlinkHref";
26700
- We[Je] = new Be(
26699
+ var et = "xlinkHref";
26700
+ We[et] = new Be(
26701
26701
  "xlinkHref",
26702
- et,
26702
+ Qe,
26703
26703
  !1,
26704
26704
  // mustUseProperty
26705
26705
  "xlink:href",
@@ -26710,7 +26710,7 @@ function i6() {
26710
26710
  ), ["src", "href", "action", "formAction"].forEach(function(v) {
26711
26711
  We[v] = new Be(
26712
26712
  v,
26713
- et,
26713
+ Qe,
26714
26714
  !1,
26715
26715
  // mustUseProperty
26716
26716
  v.toLowerCase(),
@@ -29937,10 +29937,10 @@ function g6(t) {
29937
29937
  g.length > 0 && (x.adoptedStyleSheets = g), te(x);
29938
29938
  } catch (se) {
29939
29939
  (function(ae) {
29940
- var Ne = ae.error, et = ae.styleSheets, Qe = ae.root;
29940
+ var Ne = ae.error, Qe = ae.styleSheets, Je = ae.root;
29941
29941
  switch (Ne.name) {
29942
29942
  case "NotSupportedError":
29943
- et.length > 0 && (Qe.adoptedStyleSheets = et);
29943
+ Qe.length > 0 && (Je.adoptedStyleSheets = Qe);
29944
29944
  break;
29945
29945
  default:
29946
29946
  throw Ne;
@@ -30106,7 +30106,7 @@ function S6(t) {
30106
30106
  collect: (Ke) => ({
30107
30107
  isDragging: Ke.isDragging()
30108
30108
  })
30109
- }), [{ isOver: Ne, isOverCurrent: et }, Qe] = Sp(
30109
+ }), [{ isOver: Ne, isOverCurrent: Qe }, Je] = Sp(
30110
30110
  () => ({
30111
30111
  accept: Am,
30112
30112
  collect: (Ke) => ({
@@ -30120,7 +30120,7 @@ function S6(t) {
30120
30120
  []
30121
30121
  );
30122
30122
  let Ge = "hover-off";
30123
- return (et || Ne) && (Ge = "hover-on"), ae(Qe(x)), /* @__PURE__ */ Ee(
30123
+ return (Qe || Ne) && (Ge = "hover-on"), ae(Je(x)), /* @__PURE__ */ Ee(
30124
30124
  "div",
30125
30125
  {
30126
30126
  ref: x,
@@ -30247,7 +30247,7 @@ function iP({ ...t }) {
30247
30247
  }, [t.item.isFavorite]);
30248
30248
  const A = sn(), U = sn();
30249
30249
  U != null && U.current && ((De = U == null ? void 0 : U.current) == null ? void 0 : De.scrollWidth) > ((Fe = U == null ? void 0 : U.current) == null ? void 0 : Fe.clientWidth);
30250
- const H = window.location.origin, te = e.path && e.path.includes("http") ? new URL(e.path) : { origin: "", pathname: "" }, q = window.location.pathname.split("/")[1], ie = te.pathname.split("/")[1], x = t.item.redirectUrl || t.ssr || !H.includes("local") && H !== te.origin || ie !== q, se = r ? "div" : !t.isInternalApp && x ? "a" : uT, ae = e.redirectUrl || e.path || "#", Ne = n + 1, et = r && o && E, Qe = o || n === 0 ? void 0 : `${n + 0.25}rem`, Ge = () => {
30250
+ const H = window.location.origin, te = e.path && e.path.includes("http") ? new URL(e.path) : { origin: "", pathname: "" }, q = window.location.pathname.split("/")[1], ie = te.pathname.split("/")[1], x = t.item.redirectUrl || t.ssr || !H.includes("local") && H !== te.origin || ie !== q, se = r ? "div" : !t.isInternalApp && x ? "a" : uT, ae = e.redirectUrl || e.path || "#", Ne = n + 1, Qe = r && o && E, Je = o || n === 0 ? void 0 : `${n + 0.25}rem`, Ge = () => {
30251
30251
  R(!0);
30252
30252
  }, Ke = () => {
30253
30253
  R(!1);
@@ -30286,7 +30286,7 @@ function iP({ ...t }) {
30286
30286
  draggable: "true",
30287
30287
  className: T("menu-item__link"),
30288
30288
  style: {
30289
- paddingLeft: Qe
30289
+ paddingLeft: Je
30290
30290
  // transition: 'all 0.3s',
30291
30291
  // transitionDelay: '0.1s',
30292
30292
  // color: isActive(item.id)
@@ -30342,7 +30342,7 @@ function iP({ ...t }) {
30342
30342
  ]
30343
30343
  }
30344
30344
  ) }),
30345
- et && /* @__PURE__ */ Ee(
30345
+ Qe && /* @__PURE__ */ Ee(
30346
30346
  x4,
30347
30347
  {
30348
30348
  parentRef: A,
@@ -30555,22 +30555,22 @@ function M6(t) {
30555
30555
  const Fe = r.filter((Re) => Re.parent === 0).map((Re) => Re.id);
30556
30556
  console.log("closeIds:", Fe), (De = U.current) == null || De.close(Fe);
30557
30557
  }
30558
- }, [x, se] = Lt(!1), ae = y && !T ? "collapsed" : "expanded", Ne = (ce) => `${ce} ${ae}`, et = sn(null);
30558
+ }, [x, se] = Lt(!1), ae = y && !T ? "collapsed" : "expanded", Ne = (ce) => `${ce} ${ae}`, Qe = sn(null);
30559
30559
  qa(() => {
30560
30560
  (async () => {
30561
30561
  var De, Fe, Re;
30562
30562
  try {
30563
30563
  const Be = t.menuPath || "/global-menu-config/api/v1/menu-items/user", We = t.baseUrl + Be, { data: nt } = await ha.get(We);
30564
- let tt = nt.map((Je) => ({
30565
- ...Je,
30566
- parentKey: Je.parentKey || 0
30564
+ let tt = (((De = t.customData) == null ? void 0 : De.call(t, nt)) || nt).map((et) => ({
30565
+ ...et,
30566
+ parentKey: et.parentKey || 0
30567
30567
  }));
30568
- (De = t.hiddenServiceKeys) != null && De.length && (tt = tt.filter((Je) => !t.hiddenServiceKeys.includes(Je.serviceKey))), tt = sP(tt), t.replacePath && (tt = oP(tt, t.replacePath));
30569
- const at = tt.map((Je) => ({
30570
- id: Je.id,
30571
- parent: Je.parentKey,
30572
- text: Je.name,
30573
- data: Je
30568
+ tt = sP(tt), t.replacePath && (tt = oP(tt, t.replacePath));
30569
+ const at = tt.map((et) => ({
30570
+ id: et.id,
30571
+ parent: et.parentKey,
30572
+ text: et.name,
30573
+ data: et
30574
30574
  }));
30575
30575
  i(at);
30576
30576
  } catch (Be) {
@@ -30580,7 +30580,7 @@ function M6(t) {
30580
30580
  }
30581
30581
  })();
30582
30582
  }, [t.baseUrl, t.menuPath, t.replacePath]);
30583
- const [Qe, Ge] = Lt(!1), Ke = async () => {
30583
+ const [Je, Ge] = Lt(!1), Ke = async () => {
30584
30584
  Ge(!0), window.dispatchEvent(
30585
30585
  new CustomEvent("favoriteLoadingChange", { detail: { isLoading: !0 } })
30586
30586
  );
@@ -30645,16 +30645,16 @@ function M6(t) {
30645
30645
  }), []), qa(() => {
30646
30646
  var Re;
30647
30647
  const ce = localStorage.getItem("scrollPos");
30648
- ce && et.current && setTimeout(() => {
30649
- const Be = et.current.getScrollElement();
30648
+ ce && Qe.current && setTimeout(() => {
30649
+ const Be = Qe.current.getScrollElement();
30650
30650
  Be.scrollTop = parseInt(ce);
30651
30651
  }, 0);
30652
30652
  const De = () => {
30653
- if (et.current) {
30654
- const Be = et.current.getScrollElement();
30653
+ if (Qe.current) {
30654
+ const Be = Qe.current.getScrollElement();
30655
30655
  localStorage.setItem("scrollPos", Be.scrollTop.toString());
30656
30656
  }
30657
- }, Fe = (Re = et.current) == null ? void 0 : Re.getScrollElement();
30657
+ }, Fe = (Re = Qe.current) == null ? void 0 : Re.getScrollElement();
30658
30658
  return Fe == null || Fe.addEventListener("scroll", De), () => {
30659
30659
  Fe == null || Fe.removeEventListener("scroll", De);
30660
30660
  };
@@ -30729,7 +30729,7 @@ function M6(t) {
30729
30729
  /* @__PURE__ */ Ee(
30730
30730
  ry,
30731
30731
  {
30732
- ref: et,
30732
+ ref: Qe,
30733
30733
  className: Ne("wrap-section side-bar__menu"),
30734
30734
  style: {
30735
30735
  marginTop: T ? 0 : 24,
@@ -30769,13 +30769,13 @@ function M6(t) {
30769
30769
  function We(nt, tt) {
30770
30770
  i(
30771
30771
  (at) => at.map(
30772
- (Je) => Je.id === nt ? {
30773
- ...Je,
30772
+ (et) => et.id === nt ? {
30773
+ ...et,
30774
30774
  data: {
30775
- ...Je.data,
30775
+ ...et.data,
30776
30776
  isFavorite: tt
30777
30777
  }
30778
- } : Je
30778
+ } : et
30779
30779
  )
30780
30780
  ), Ke();
30781
30781
  }
@@ -30800,11 +30800,11 @@ function M6(t) {
30800
30800
  De.onToggle();
30801
30801
  else {
30802
30802
  const at = r.filter(
30803
- (Je) => Je.parent === ce.parent && Je.id !== ce.id
30804
- ).map((Je) => Je.id);
30803
+ (et) => et.parent === ce.parent && et.id !== ce.id
30804
+ ).map((et) => et.id);
30805
30805
  console.log(" closeIds:", at), (tt = U.current) == null || tt.open(ce.id), setTimeout(() => {
30806
- var Je;
30807
- (Je = U.current) == null || Je.close(at);
30806
+ var et;
30807
+ (et = U.current) == null || et.close(at);
30808
30808
  }, 0);
30809
30809
  }
30810
30810
  },
@@ -31096,7 +31096,7 @@ var Rp = { exports: {} };
31096
31096
  Rp.exports;
31097
31097
  (function(t, e) {
31098
31098
  (function() {
31099
- var n, r = "4.17.21", i = 200, o = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", a = "Expected a function", c = "Invalid `variable` option passed into `_.template`", f = "__lodash_hash_undefined__", p = 500, y = "__lodash_placeholder__", g = 1, T = 2, E = 4, R = 1, I = 2, B = 1, A = 2, U = 4, H = 8, te = 16, q = 32, ie = 64, x = 128, se = 256, ae = 512, Ne = 30, et = "...", Qe = 800, Ge = 16, Ke = 1, pe = 2, ke = 3, Me = 1 / 0, He = 9007199254740991, rt = 17976931348623157e292, we = NaN, ce = 4294967295, De = ce - 1, Fe = ce >>> 1, Re = [
31099
+ var n, r = "4.17.21", i = 200, o = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", a = "Expected a function", c = "Invalid `variable` option passed into `_.template`", f = "__lodash_hash_undefined__", p = 500, y = "__lodash_placeholder__", g = 1, T = 2, E = 4, R = 1, I = 2, B = 1, A = 2, U = 4, H = 8, te = 16, q = 32, ie = 64, x = 128, se = 256, ae = 512, Ne = 30, Qe = "...", Je = 800, Ge = 16, Ke = 1, pe = 2, ke = 3, Me = 1 / 0, He = 9007199254740991, rt = 17976931348623157e292, we = NaN, ce = 4294967295, De = ce - 1, Fe = ce >>> 1, Re = [
31100
31100
  ["ary", x],
31101
31101
  ["bind", B],
31102
31102
  ["bindKey", A],
@@ -31106,7 +31106,7 @@ Rp.exports;
31106
31106
  ["partial", q],
31107
31107
  ["partialRight", ie],
31108
31108
  ["rearg", se]
31109
- ], Be = "[object Arguments]", We = "[object Array]", nt = "[object AsyncFunction]", tt = "[object Boolean]", at = "[object Date]", Je = "[object DOMException]", yt = "[object Error]", Ze = "[object Function]", It = "[object GeneratorFunction]", Ft = "[object Map]", Gn = "[object Number]", Tr = "[object Null]", qn = "[object Object]", Dn = "[object Promise]", Gi = "[object Proxy]", Mr = "[object RegExp]", or = "[object Set]", fn = "[object String]", mn = "[object Symbol]", vn = "[object Undefined]", ft = "[object WeakMap]", Rn = "[object WeakSet]", hi = "[object ArrayBuffer]", cn = "[object DataView]", qi = "[object Float32Array]", Xi = "[object Float64Array]", Ki = "[object Int8Array]", Lr = "[object Int16Array]", Un = "[object Int32Array]", Fr = "[object Uint8Array]", Cr = "[object Uint8ClampedArray]", Qr = "[object Uint16Array]", ei = "[object Uint32Array]", $o = /\b__p \+= '';/g, Xn = /\b(__p \+=) '' \+/g, ti = /(__e\(.*?\)|\b__t\)) \+\n'';/g, sr = /&(?:amp|lt|gt|quot|#39);/g, Yt = /[&<>"']/g, pi = RegExp(sr.source), Zi = RegExp(Yt.source), In = /<%-([\s\S]+?)%>/g, yn = /<%([\s\S]+?)%>/g, gi = /<%=([\s\S]+?)%>/g, mi = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Pn = /^\w*$/, po = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Er = /[\\^$.*+?()[\]{}|]/g, vi = RegExp(Er.source), dn = /^\s+/, Ii = /\s/, $s = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, js = /\{\n\/\* \[wrapped with (.+)\] \*/, ni = /,? & /, go = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, mo = /[()=,{}\[\]\/\s]/, Mi = /\\(\\)?/g, ar = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, Nr = /\w*$/, Br = /^[-+]0x[0-9a-f]+$/i, yi = /^0b[01]+$/i, ri = /^\[object .+?Constructor\]$/, kr = /^0o[0-7]+$/i, $r = /^(?:0|[1-9]\d*)$/, lr = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Ji = /($^)/, Li = /['\n\r\u2028\u2029\\]/g, pr = "\\ud800-\\udfff", Tn = "\\u0300-\\u036f", jr = "\\ufe20-\\ufe2f", Vr = "\\u20d0-\\u20ff", bi = Tn + jr + Vr, wi = "\\u2700-\\u27bf", Dr = "a-z\\xdf-\\xf6\\xf8-\\xff", ii = "\\xac\\xb1\\xd7\\xf7", Kn = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", xi = "\\u2000-\\u206f", Si = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Fi = "A-Z\\xc0-\\xd6\\xd8-\\xde", ln = "\\ufe0e\\ufe0f", Wn = ii + Kn + xi + Si, On = "['’]", vo = "[" + pr + "]", Mn = "[" + Wn + "]", Ln = "[" + bi + "]", k = "\\d+", F = "[" + wi + "]", G = "[" + Dr + "]", Q = "[^" + pr + Wn + k + wi + Dr + Fi + "]", Te = "\\ud83c[\\udffb-\\udfff]", ge = "(?:" + Ln + "|" + Te + ")", Oe = "[^" + pr + "]", qe = "(?:\\ud83c[\\udde6-\\uddff]){2}", gt = "[\\ud800-\\udbff][\\udc00-\\udfff]", mt = "[" + Fi + "]", ht = "\\u200d", Bt = "(?:" + G + "|" + Q + ")", zn = "(?:" + mt + "|" + Q + ")", Zn = "(?:" + On + "(?:d|ll|m|re|s|t|ve))?", _n = "(?:" + On + "(?:D|LL|M|RE|S|T|VE))?", oi = ge + "?", gr = "[" + ln + "]?", Qi = "(?:" + ht + "(?:" + [Oe, qe, gt].join("|") + ")" + gr + oi + ")*", Ti = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", eo = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Hr = gr + oi + Qi, to = "(?:" + [F, qe, gt].join("|") + ")" + Hr, Za = "(?:" + [Oe + Ln + "?", Ln, qe, gt, vo].join("|") + ")", Vs = RegExp(On, "g"), cs = RegExp(Ln, "g"), Pr = RegExp(Te + "(?=" + Te + ")|" + Za + Hr, "g"), Ja = RegExp([
31109
+ ], Be = "[object Arguments]", We = "[object Array]", nt = "[object AsyncFunction]", tt = "[object Boolean]", at = "[object Date]", et = "[object DOMException]", yt = "[object Error]", Ze = "[object Function]", It = "[object GeneratorFunction]", Ft = "[object Map]", Gn = "[object Number]", Tr = "[object Null]", qn = "[object Object]", Dn = "[object Promise]", Gi = "[object Proxy]", Mr = "[object RegExp]", or = "[object Set]", fn = "[object String]", mn = "[object Symbol]", vn = "[object Undefined]", ft = "[object WeakMap]", Rn = "[object WeakSet]", hi = "[object ArrayBuffer]", cn = "[object DataView]", qi = "[object Float32Array]", Xi = "[object Float64Array]", Ki = "[object Int8Array]", Lr = "[object Int16Array]", Un = "[object Int32Array]", Fr = "[object Uint8Array]", Cr = "[object Uint8ClampedArray]", Qr = "[object Uint16Array]", ei = "[object Uint32Array]", $o = /\b__p \+= '';/g, Xn = /\b(__p \+=) '' \+/g, ti = /(__e\(.*?\)|\b__t\)) \+\n'';/g, sr = /&(?:amp|lt|gt|quot|#39);/g, Yt = /[&<>"']/g, pi = RegExp(sr.source), Zi = RegExp(Yt.source), In = /<%-([\s\S]+?)%>/g, yn = /<%([\s\S]+?)%>/g, gi = /<%=([\s\S]+?)%>/g, mi = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Pn = /^\w*$/, po = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Er = /[\\^$.*+?()[\]{}|]/g, vi = RegExp(Er.source), dn = /^\s+/, Ii = /\s/, $s = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, js = /\{\n\/\* \[wrapped with (.+)\] \*/, ni = /,? & /, go = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, mo = /[()=,{}\[\]\/\s]/, Mi = /\\(\\)?/g, ar = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, Nr = /\w*$/, Br = /^[-+]0x[0-9a-f]+$/i, yi = /^0b[01]+$/i, ri = /^\[object .+?Constructor\]$/, kr = /^0o[0-7]+$/i, $r = /^(?:0|[1-9]\d*)$/, lr = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Ji = /($^)/, Li = /['\n\r\u2028\u2029\\]/g, pr = "\\ud800-\\udfff", Tn = "\\u0300-\\u036f", jr = "\\ufe20-\\ufe2f", Vr = "\\u20d0-\\u20ff", bi = Tn + jr + Vr, wi = "\\u2700-\\u27bf", Dr = "a-z\\xdf-\\xf6\\xf8-\\xff", ii = "\\xac\\xb1\\xd7\\xf7", Kn = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", xi = "\\u2000-\\u206f", Si = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Fi = "A-Z\\xc0-\\xd6\\xd8-\\xde", ln = "\\ufe0e\\ufe0f", Wn = ii + Kn + xi + Si, On = "['’]", vo = "[" + pr + "]", Mn = "[" + Wn + "]", Ln = "[" + bi + "]", k = "\\d+", F = "[" + wi + "]", G = "[" + Dr + "]", Q = "[^" + pr + Wn + k + wi + Dr + Fi + "]", Te = "\\ud83c[\\udffb-\\udfff]", ge = "(?:" + Ln + "|" + Te + ")", Oe = "[^" + pr + "]", qe = "(?:\\ud83c[\\udde6-\\uddff]){2}", gt = "[\\ud800-\\udbff][\\udc00-\\udfff]", mt = "[" + Fi + "]", ht = "\\u200d", Bt = "(?:" + G + "|" + Q + ")", zn = "(?:" + mt + "|" + Q + ")", Zn = "(?:" + On + "(?:d|ll|m|re|s|t|ve))?", _n = "(?:" + On + "(?:D|LL|M|RE|S|T|VE))?", oi = ge + "?", gr = "[" + ln + "]?", Qi = "(?:" + ht + "(?:" + [Oe, qe, gt].join("|") + ")" + gr + oi + ")*", Ti = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", eo = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Hr = gr + oi + Qi, to = "(?:" + [F, qe, gt].join("|") + ")" + Hr, Za = "(?:" + [Oe + Ln + "?", Ln, qe, gt, vo].join("|") + ")", Vs = RegExp(On, "g"), cs = RegExp(Ln, "g"), Pr = RegExp(Te + "(?=" + Te + ")|" + Za + Hr, "g"), Ja = RegExp([
31110
31110
  mt + "?" + G + "+" + Zn + "(?=" + [Mn, mt, "$"].join("|") + ")",
31111
31111
  zn + "+" + _n + "(?=" + [Mn, mt + Bt, "$"].join("|") + ")",
31112
31112
  mt + "?" + Bt + "+" + Zn,
@@ -33280,7 +33280,7 @@ Rp.exports;
33280
33280
  return function() {
33281
33281
  var O = gs(), j = Ge - (O - w);
33282
33282
  if (w = O, j > 0) {
33283
- if (++u >= Qe)
33283
+ if (++u >= Je)
33284
33284
  return arguments[0];
33285
33285
  } else
33286
33286
  u = 0;
@@ -34014,7 +34014,7 @@ Rp.exports;
34014
34014
  if (!dr(s))
34015
34015
  return !1;
34016
34016
  var u = cr(s);
34017
- return u == yt || u == Je || typeof s.message == "string" && typeof s.name == "string" && !ad(s);
34017
+ return u == yt || u == et || typeof s.message == "string" && typeof s.name == "string" && !ad(s);
34018
34018
  }
34019
34019
  function pA(s) {
34020
34020
  return typeof s == "number" && Ea(s);
@@ -34460,7 +34460,7 @@ function print() { __p += __j.call(arguments, '') }
34460
34460
  return Es(O, j).join("");
34461
34461
  }
34462
34462
  function RR(s, u) {
34463
- var w = Ne, O = et;
34463
+ var w = Ne, O = Qe;
34464
34464
  if (er(u)) {
34465
34465
  var j = "separator" in u ? u.separator : j;
34466
34466
  w = "length" in u ? qt(u.length) : w, O = "omission" in u ? Kr(u.omission) : O;
@@ -34975,7 +34975,7 @@ var aP = { exports: {} };
34975
34975
  function ae(h, b) {
34976
34976
  return h.nodeName && h.nodeName.toLowerCase() === b.toLowerCase();
34977
34977
  }
34978
- var Ne = r.pop, et = r.sort, Qe = r.splice, Ge = "[\\x20\\t\\r\\n\\f]", Ke = new RegExp(
34978
+ var Ne = r.pop, Qe = r.sort, Je = r.splice, Ge = "[\\x20\\t\\r\\n\\f]", Ke = new RegExp(
34979
34979
  "^" + Ge + "+|((?:^|[^\\\\])(?:\\\\.)*)" + Ge + "+$",
34980
34980
  "g"
34981
34981
  );
@@ -35220,11 +35220,11 @@ var aP = { exports: {} };
35220
35220
  throw new Error("Syntax error, unrecognized expression: " + Z);
35221
35221
  }, x.uniqueSort = function(Z) {
35222
35222
  var fe, Se = [], Ce = 0, K = 0;
35223
- if (L = !R.sortStable, P = !R.sortStable && o.call(Z, 0), et.call(Z, pn), L) {
35223
+ if (L = !R.sortStable, P = !R.sortStable && o.call(Z, 0), Qe.call(Z, pn), L) {
35224
35224
  for (; fe = Z[K++]; )
35225
35225
  fe === Z[K] && (Ce = Se.push(K));
35226
35226
  for (; Ce--; )
35227
- Qe.call(Z, Se[Ce], 1);
35227
+ Je.call(Z, Se[Ce], 1);
35228
35228
  }
35229
35229
  return P = null, Z;
35230
35230
  }, x.fn.uniqueSort = function() {
@@ -35856,10 +35856,10 @@ var aP = { exports: {} };
35856
35856
  return h.slice(-5) !== "Until" && (P = C), P && typeof P == "string" && (L = x.filter(P, L)), this.length > 1 && (tt[h] || x.uniqueSort(L), nt.test(h) && L.reverse()), this.pushStack(L);
35857
35857
  };
35858
35858
  });
35859
- var Je = /[^\x20\t\r\n\f]+/g;
35859
+ var et = /[^\x20\t\r\n\f]+/g;
35860
35860
  function yt(h) {
35861
35861
  var b = {};
35862
- return x.each(h.match(Je) || [], function(C, P) {
35862
+ return x.each(h.match(et) || [], function(C, P) {
35863
35863
  b[P] = !0;
35864
35864
  }), b;
35865
35865
  }
@@ -36197,7 +36197,7 @@ var aP = { exports: {} };
36197
36197
  var C, P = h[this.expando];
36198
36198
  if (P !== void 0) {
36199
36199
  if (b !== void 0)
36200
- for (Array.isArray(b) ? b = b.map(fn) : (b = fn(b), b = b in P ? [b] : b.match(Je) || []), C = b.length; C--; )
36200
+ for (Array.isArray(b) ? b = b.map(fn) : (b = fn(b), b = b in P ? [b] : b.match(et) || []), C = b.length; C--; )
36201
36201
  delete P[b[C]];
36202
36202
  (b === void 0 || x.isEmptyObject(P)) && (h.nodeType ? h[this.expando] = void 0 : delete h[this.expando]);
36203
36203
  }
@@ -36453,7 +36453,7 @@ var aP = { exports: {} };
36453
36453
  if (mn(h))
36454
36454
  for (C.handler && (N = C, C = N.handler, L = N.selector), L && x.find.matchesSelector(Fr, L), C.guid || (C.guid = x.guid++), (ee = kt.events) || (ee = kt.events = /* @__PURE__ */ Object.create(null)), (V = kt.handle) || (V = kt.handle = function(Fn) {
36455
36455
  return typeof x < "u" && x.event.triggered !== Fn.type ? x.event.dispatch.apply(h, arguments) : void 0;
36456
- }), b = (b || "").match(Je) || [""], he = b.length; he--; )
36456
+ }), b = (b || "").match(et) || [""], he = b.length; he--; )
36457
36457
  oe = po.exec(b[he]) || [], je = Ct = oe[1], st = (oe[2] || "").split(".").sort(), je && (_e = x.event.special[je] || {}, je = (L ? _e.delegateType : _e.bindType) || je, _e = x.event.special[je] || {}, Pe = x.extend({
36458
36458
  type: je,
36459
36459
  origType: Ct,
@@ -36469,7 +36469,7 @@ var aP = { exports: {} };
36469
36469
  remove: function(h, b, C, P, L) {
36470
36470
  var N, V, oe, ee, he, Pe, _e, xe, je, st, Ct, kt = ft.hasData(h) && ft.get(h);
36471
36471
  if (!(!kt || !(ee = kt.events))) {
36472
- for (b = (b || "").match(Je) || [""], he = b.length; he--; ) {
36472
+ for (b = (b || "").match(et) || [""], he = b.length; he--; ) {
36473
36473
  if (oe = po.exec(b[he]) || [], je = Ct = oe[1], st = (oe[2] || "").split(".").sort(), !je) {
36474
36474
  for (je in ee)
36475
36475
  x.event.remove(h, je + b[he], C, P, !0);
@@ -37319,7 +37319,7 @@ var aP = { exports: {} };
37319
37319
  }]
37320
37320
  },
37321
37321
  tweener: function(h, b) {
37322
- I(h) ? (b = h, h = ["*"]) : h = h.match(Je);
37322
+ I(h) ? (b = h, h = ["*"]) : h = h.match(et);
37323
37323
  for (var C, P = 0, L = h.length; P < L; P++)
37324
37324
  C = h[P], ge.tweeners[C] = ge.tweeners[C] || [], ge.tweeners[C].unshift(b);
37325
37325
  },
@@ -37454,7 +37454,7 @@ var aP = { exports: {} };
37454
37454
  }
37455
37455
  },
37456
37456
  removeAttr: function(h, b) {
37457
- var C, P = 0, L = b && b.match(Je);
37457
+ var C, P = 0, L = b && b.match(et);
37458
37458
  if (L && h.nodeType === 1)
37459
37459
  for (; C = L[P++]; )
37460
37460
  h.removeAttribute(C);
@@ -37522,14 +37522,14 @@ var aP = { exports: {} };
37522
37522
  x.propFix[this.toLowerCase()] = this;
37523
37523
  });
37524
37524
  function ht(h) {
37525
- var b = h.match(Je) || [];
37525
+ var b = h.match(et) || [];
37526
37526
  return b.join(" ");
37527
37527
  }
37528
37528
  function Bt(h) {
37529
37529
  return h.getAttribute && h.getAttribute("class") || "";
37530
37530
  }
37531
37531
  function zn(h) {
37532
- return Array.isArray(h) ? h : typeof h == "string" ? h.match(Je) || [] : [];
37532
+ return Array.isArray(h) ? h : typeof h == "string" ? h.match(et) || [] : [];
37533
37533
  }
37534
37534
  x.fn.extend({
37535
37535
  addClass: function(h) {
@@ -37750,7 +37750,7 @@ var aP = { exports: {} };
37750
37750
  function jo(h) {
37751
37751
  return function(b, C) {
37752
37752
  typeof b != "string" && (C = b, b = "*");
37753
- var P, L = 0, N = b.toLowerCase().match(Je) || [];
37753
+ var P, L = 0, N = b.toLowerCase().match(et) || [];
37754
37754
  if (I(C))
37755
37755
  for (; P = N[L++]; )
37756
37756
  P[0] === "+" ? (P = P.slice(1) || "*", (h[P] = h[P] || []).unshift(C)) : (h[P] = h[P] || []).push(C);
@@ -37956,7 +37956,7 @@ var aP = { exports: {} };
37956
37956
  return C && C.abort(nn), zr(0, nn), this;
37957
37957
  }
37958
37958
  };
37959
- if (Ct.promise(Nt), xe.url = ((h || xe.url || _n.href) + "").replace(un, _n.protocol + "//"), xe.type = b.method || b.type || xe.method || xe.type, xe.dataTypes = (xe.dataType || "*").toLowerCase().match(Je) || [""], xe.crossDomain == null) {
37959
+ if (Ct.promise(Nt), xe.url = ((h || xe.url || _n.href) + "").replace(un, _n.protocol + "//"), xe.type = b.method || b.type || xe.method || xe.type, xe.dataTypes = (xe.dataType || "*").toLowerCase().match(et) || [""], xe.crossDomain == null) {
37960
37960
  oe = A.createElement("a");
37961
37961
  try {
37962
37962
  oe.href = xe.url, oe.href = oe.href, xe.crossDomain = si.protocol + "//" + si.host != oe.protocol + "//" + oe.host;
@@ -38509,11 +38509,11 @@ var V6 = { exports: {} };
38509
38509
  ae += "<thead>", ae += "<tr>", (this.showWeekNumbers || this.showISOWeekNumbers) && (ae += "<th></th>"), (!x || x.isBefore(A.firstDay)) && (!this.linkedCalendars || i == "left") ? ae += '<th class="prev available"><span></span></th>' : ae += "<th></th>";
38510
38510
  var Ne = this.locale.monthNames[A[1][1].month()] + A[1][1].format(" YYYY");
38511
38511
  if (this.showDropdowns) {
38512
- for (var et = A[1][1].month(), Qe = A[1][1].year(), Ge = se && se.year() || this.maxYear, Ke = x && x.year() || this.minYear, pe = Qe == Ke, ke = Qe == Ge, Me = '<select class="monthselect">', He = 0; He < 12; He++)
38513
- (!pe || x && He >= x.month()) && (!ke || se && He <= se.month()) ? Me += "<option value='" + He + "'" + (He === et ? " selected='selected'" : "") + ">" + this.locale.monthNames[He] + "</option>" : Me += "<option value='" + He + "'" + (He === et ? " selected='selected'" : "") + " disabled='disabled'>" + this.locale.monthNames[He] + "</option>";
38512
+ for (var Qe = A[1][1].month(), Je = A[1][1].year(), Ge = se && se.year() || this.maxYear, Ke = x && x.year() || this.minYear, pe = Je == Ke, ke = Je == Ge, Me = '<select class="monthselect">', He = 0; He < 12; He++)
38513
+ (!pe || x && He >= x.month()) && (!ke || se && He <= se.month()) ? Me += "<option value='" + He + "'" + (He === Qe ? " selected='selected'" : "") + ">" + this.locale.monthNames[He] + "</option>" : Me += "<option value='" + He + "'" + (He === Qe ? " selected='selected'" : "") + " disabled='disabled'>" + this.locale.monthNames[He] + "</option>";
38514
38514
  Me += "</select>";
38515
38515
  for (var rt = '<select class="yearselect">', we = Ke; we <= Ge; we++)
38516
- rt += '<option value="' + we + '"' + (we === Qe ? ' selected="selected"' : "") + ">" + we + "</option>";
38516
+ rt += '<option value="' + we + '"' + (we === Je ? ' selected="selected"' : "") + ">" + we + "</option>";
38517
38517
  rt += "</select>", Ne = Me + rt;
38518
38518
  }
38519
38519
  if (ae += '<th colspan="5" class="month">' + Ne + "</th>", (!se || se.isAfter(A.lastDay)) && (!this.linkedCalendars || i == "right" || this.singleDatePicker) ? ae += '<th class="next available"><span></span></th>' : ae += "<th></th>", ae += "</tr>", ae += "<tr>", (this.showWeekNumbers || this.showISOWeekNumbers) && (ae += '<th class="week">' + this.locale.weekLabel + "</th>"), n.each(this.locale.daysOfWeek, function(We, nt) {