@crystaltech/hsms-shared-ui 0.7.11-alpha.0.9 → 0.7.11-alpha.1.1

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.
package/dist/index.es.js CHANGED
@@ -402,8 +402,8 @@ function Fw() {
402
402
  }
403
403
  function E(L) {
404
404
  if (typeof L == "object" && L !== null) {
405
- var W = L.$$typeof;
406
- switch (W) {
405
+ var U = L.$$typeof;
406
+ switch (U) {
407
407
  case t:
408
408
  var ee = L.type;
409
409
  switch (ee) {
@@ -424,15 +424,15 @@ function Fw() {
424
424
  case s:
425
425
  return _;
426
426
  default:
427
- return W;
427
+ return U;
428
428
  }
429
429
  }
430
430
  case n:
431
- return W;
431
+ return U;
432
432
  }
433
433
  }
434
434
  }
435
- var C = c, R = u, S = l, B = s, D = t, I = d, P = r, O = m, T = A, j = n, M = a, Q = i, U = f, K = !1;
435
+ var C = c, R = u, S = l, B = s, D = t, I = d, P = r, O = m, T = A, j = n, M = a, Q = i, W = f, K = !1;
436
436
  function V(L) {
437
437
  return K || (K = !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.")), z(L) || E(L) === c;
438
438
  }
@@ -472,7 +472,7 @@ function Fw() {
472
472
  function oe(L) {
473
473
  return E(L) === f;
474
474
  }
475
- Ze.AsyncMode = C, Ze.ConcurrentMode = R, Ze.ContextConsumer = S, Ze.ContextProvider = B, Ze.Element = D, Ze.ForwardRef = I, Ze.Fragment = P, Ze.Lazy = O, Ze.Memo = T, Ze.Portal = j, Ze.Profiler = M, Ze.StrictMode = Q, Ze.Suspense = U, Ze.isAsyncMode = V, Ze.isConcurrentMode = z, Ze.isContextConsumer = F, Ze.isContextProvider = se, Ze.isElement = ae, Ze.isForwardRef = te, Ze.isFragment = N, Ze.isLazy = $, Ze.isMemo = X, Ze.isPortal = Y, Ze.isProfiler = G, Ze.isStrictMode = Z, Ze.isSuspense = oe, Ze.isValidElementType = x, Ze.typeOf = E;
475
+ Ze.AsyncMode = C, Ze.ConcurrentMode = R, Ze.ContextConsumer = S, Ze.ContextProvider = B, Ze.Element = D, Ze.ForwardRef = I, Ze.Fragment = P, Ze.Lazy = O, Ze.Memo = T, Ze.Portal = j, Ze.Profiler = M, Ze.StrictMode = Q, Ze.Suspense = W, Ze.isAsyncMode = V, Ze.isConcurrentMode = z, Ze.isContextConsumer = F, Ze.isContextProvider = se, Ze.isElement = ae, Ze.isForwardRef = te, Ze.isFragment = N, Ze.isLazy = $, Ze.isMemo = X, Ze.isPortal = Y, Ze.isProfiler = G, Ze.isStrictMode = Z, Ze.isSuspense = oe, Ze.isValidElementType = x, Ze.typeOf = E;
476
476
  })()), Ze;
477
477
  }
478
478
  var qh;
@@ -653,11 +653,11 @@ function qw() {
653
653
  );
654
654
  throw L.name = "Invariant Violation", L;
655
655
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
656
- var W = Y + ":" + X;
657
- !F[W] && // Avoid spamming the console because they are often not actionable except for lib authors
656
+ var U = Y + ":" + X;
657
+ !F[U] && // Avoid spamming the console because they are often not actionable except for lib authors
658
658
  se < 3 && (a(
659
659
  "You are manually calling a React.PropTypes validation function for the `" + Z + "` prop on `" + Y + "`. 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."
660
- ), F[W] = !0, se++);
660
+ ), F[U] = !0, se++);
661
661
  }
662
662
  }
663
663
  return $[X] == null ? N ? $[X] === null ? new g("The " + G + " `" + Z + "` is marked as required " + ("in `" + Y + "`, but its value is `null`.")) : new g("The " + G + " `" + Z + "` is marked as required in " + ("`" + Y + "`, but its value is `undefined`.")) : null : z($, X, Y, G, Z);
@@ -669,7 +669,7 @@ function qw() {
669
669
  function F(se, ae, te, N, $, X) {
670
670
  var Y = se[ae], G = Q(Y);
671
671
  if (G !== z) {
672
- var Z = U(Y);
672
+ var Z = W(Y);
673
673
  return new g(
674
674
  "Invalid " + N + " `" + $ + "` of type " + ("`" + Z + "` supplied to `" + te + "`, expected ") + ("`" + z + "`."),
675
675
  { expectedType: z }
@@ -742,8 +742,8 @@ function qw() {
742
742
  if (m(X, z[Y]))
743
743
  return null;
744
744
  var G = JSON.stringify(z, function(oe, L) {
745
- var W = U(L);
746
- return W === "symbol" ? String(L) : L;
745
+ var U = W(L);
746
+ return U === "symbol" ? String(L) : L;
747
747
  });
748
748
  return new g("Invalid " + N + " `" + $ + "` of value `" + String(X) + "` " + ("supplied to `" + te + "`, expected one of " + G + "."));
749
749
  }
@@ -783,8 +783,8 @@ function qw() {
783
783
  return null;
784
784
  L.data && r(L.data, "expectedType") && G.push(L.data.expectedType);
785
785
  }
786
- var W = G.length > 0 ? ", expected one of type [" + G.join(", ") + "]" : "";
787
- return new g("Invalid " + X + " `" + Y + "` supplied to " + ("`" + $ + "`" + W + "."));
786
+ var U = G.length > 0 ? ", expected one of type [" + G.join(", ") + "]" : "";
787
+ return new g("Invalid " + X + " `" + Y + "` supplied to " + ("`" + $ + "`" + U + "."));
788
788
  }
789
789
  return b(ae);
790
790
  }
@@ -807,7 +807,7 @@ function qw() {
807
807
  for (var G in z) {
808
808
  var Z = z[G];
809
809
  if (typeof Z != "function")
810
- return P(te, N, $, G, U(Z));
810
+ return P(te, N, $, G, W(Z));
811
811
  var oe = Z(X, G, te, N, $ + "." + G, n);
812
812
  if (oe)
813
813
  return oe;
@@ -825,7 +825,7 @@ function qw() {
825
825
  for (var Z in G) {
826
826
  var oe = z[Z];
827
827
  if (r(z, Z) && typeof oe != "function")
828
- return P(te, N, $, Z, U(oe));
828
+ return P(te, N, $, Z, W(oe));
829
829
  if (!oe)
830
830
  return new g(
831
831
  "Invalid " + N + " `" + $ + "` key `" + Z + "` supplied to `" + te + "`.\nBad object: " + JSON.stringify(se[ae], null, " ") + `
@@ -879,7 +879,7 @@ Valid keys: ` + JSON.stringify(Object.keys(z), null, " ")
879
879
  var F = typeof z;
880
880
  return Array.isArray(z) ? "array" : z instanceof RegExp ? "object" : M(F, z) ? "symbol" : F;
881
881
  }
882
- function U(z) {
882
+ function W(z) {
883
883
  if (typeof z > "u" || z === null)
884
884
  return "" + z;
885
885
  var F = Q(z);
@@ -892,7 +892,7 @@ Valid keys: ` + JSON.stringify(Object.keys(z), null, " ")
892
892
  return F;
893
893
  }
894
894
  function K(z) {
895
- var F = U(z);
895
+ var F = W(z);
896
896
  switch (F) {
897
897
  case "array":
898
898
  case "object":
@@ -2832,8 +2832,8 @@ function zE(e = {}) {
2832
2832
  }, C = (...R) => {
2833
2833
  const S = [], B = R.map(E), D = [];
2834
2834
  if (S.push(a), u && A && D.push(function(T) {
2835
- var U, K;
2836
- const M = (K = (U = T.theme.components) == null ? void 0 : U[u]) == null ? void 0 : K.styleOverrides;
2835
+ var W, K;
2836
+ const M = (K = (W = T.theme.components) == null ? void 0 : W[u]) == null ? void 0 : K.styleOverrides;
2837
2837
  if (!M)
2838
2838
  return null;
2839
2839
  const Q = {};
@@ -2841,8 +2841,8 @@ function zE(e = {}) {
2841
2841
  Q[V] = hs(T, M[V], T.theme.modularCssLayers ? "theme" : void 0);
2842
2842
  return A(T, Q);
2843
2843
  }), u && !b && D.push(function(T) {
2844
- var Q, U;
2845
- const j = T.theme, M = (U = (Q = j == null ? void 0 : j.components) == null ? void 0 : Q[u]) == null ? void 0 : U.variants;
2844
+ var Q, W;
2845
+ const j = T.theme, M = (W = (Q = j == null ? void 0 : j.components) == null ? void 0 : Q[u]) == null ? void 0 : W.variants;
2846
2846
  return M ? LE(T, M, [], T.theme.modularCssLayers ? "theme" : void 0) : null;
2847
2847
  }), v || D.push(Wr), Array.isArray(B[0])) {
2848
2848
  const O = B.shift(), T = new Array(S.length).fill(""), j = new Array(D.length).fill("");
@@ -3516,7 +3516,7 @@ function o1(e = {}) {
3516
3516
  columnSpacing: I = B,
3517
3517
  unstable_level: P = 0,
3518
3518
  ...O
3519
- } = m, T = s(R, p.breakpoints, (F) => F !== !1), j = s(S, p.breakpoints), M = d.columns ?? (P ? void 0 : v), Q = d.spacing ?? (P ? void 0 : B), U = d.rowSpacing ?? d.spacing ?? (P ? void 0 : D), K = d.columnSpacing ?? d.spacing ?? (P ? void 0 : I), V = {
3519
+ } = m, T = s(R, p.breakpoints, (F) => F !== !1), j = s(S, p.breakpoints), M = d.columns ?? (P ? void 0 : v), Q = d.spacing ?? (P ? void 0 : B), W = d.rowSpacing ?? d.spacing ?? (P ? void 0 : D), K = d.columnSpacing ?? d.spacing ?? (P ? void 0 : I), V = {
3520
3520
  ...m,
3521
3521
  level: P,
3522
3522
  columns: M,
@@ -3524,7 +3524,7 @@ function o1(e = {}) {
3524
3524
  direction: E,
3525
3525
  wrap: C,
3526
3526
  spacing: Q,
3527
- rowSpacing: U,
3527
+ rowSpacing: W,
3528
3528
  columnSpacing: K,
3529
3529
  size: T,
3530
3530
  offset: j
@@ -6804,8 +6804,8 @@ var Gd, mb;
6804
6804
  function zP() {
6805
6805
  if (mb) return Gd;
6806
6806
  mb = 1;
6807
- var e = ip(), t = AP(), n = Rx(), r = bP(), i = EP(), a = xP(), s = IP(), l = wP(), c = CP(), u = vx(), d = RP(), f = fl(), p = SP(), A = kP(), m = MP(), g = Mn(), b = Xf(), v = QP(), w = ci(), x = LP(), E = Pa(), C = cp(), R = 1, S = 2, B = 4, D = "[object Arguments]", I = "[object Array]", P = "[object Boolean]", O = "[object Date]", T = "[object Error]", j = "[object Function]", M = "[object GeneratorFunction]", Q = "[object Map]", U = "[object Number]", K = "[object Object]", V = "[object RegExp]", z = "[object Set]", F = "[object String]", se = "[object Symbol]", ae = "[object WeakMap]", te = "[object ArrayBuffer]", N = "[object DataView]", $ = "[object Float32Array]", X = "[object Float64Array]", Y = "[object Int8Array]", G = "[object Int16Array]", Z = "[object Int32Array]", oe = "[object Uint8Array]", L = "[object Uint8ClampedArray]", W = "[object Uint16Array]", ee = "[object Uint32Array]", _ = {};
6808
- _[D] = _[I] = _[te] = _[N] = _[P] = _[O] = _[$] = _[X] = _[Y] = _[G] = _[Z] = _[Q] = _[U] = _[K] = _[V] = _[z] = _[F] = _[se] = _[oe] = _[L] = _[W] = _[ee] = !0, _[T] = _[j] = _[ae] = !1;
6807
+ var e = ip(), t = AP(), n = Rx(), r = bP(), i = EP(), a = xP(), s = IP(), l = wP(), c = CP(), u = vx(), d = RP(), f = fl(), p = SP(), A = kP(), m = MP(), g = Mn(), b = Xf(), v = QP(), w = ci(), x = LP(), E = Pa(), C = cp(), R = 1, S = 2, B = 4, D = "[object Arguments]", I = "[object Array]", P = "[object Boolean]", O = "[object Date]", T = "[object Error]", j = "[object Function]", M = "[object GeneratorFunction]", Q = "[object Map]", W = "[object Number]", K = "[object Object]", V = "[object RegExp]", z = "[object Set]", F = "[object String]", se = "[object Symbol]", ae = "[object WeakMap]", te = "[object ArrayBuffer]", N = "[object DataView]", $ = "[object Float32Array]", X = "[object Float64Array]", Y = "[object Int8Array]", G = "[object Int16Array]", Z = "[object Int32Array]", oe = "[object Uint8Array]", L = "[object Uint8ClampedArray]", U = "[object Uint16Array]", ee = "[object Uint32Array]", _ = {};
6808
+ _[D] = _[I] = _[te] = _[N] = _[P] = _[O] = _[$] = _[X] = _[Y] = _[G] = _[Z] = _[Q] = _[W] = _[K] = _[V] = _[z] = _[F] = _[se] = _[oe] = _[L] = _[U] = _[ee] = !0, _[T] = _[j] = _[ae] = !1;
6809
6809
  function ie(J, ue, fe, ve, Ce, pe) {
6810
6810
  var Le, ze = ue & R, ft = ue & S, St = ue & B;
6811
6811
  if (fe && (Le = Ce ? fe(J, ve, Ce, pe) : fe(J)), Le !== void 0)
@@ -14079,7 +14079,7 @@ const gM = xe("MuiButtonBase", ["root", "disabled", "focusVisible"]), AM = (e) =
14079
14079
  TouchRippleProps: j,
14080
14080
  touchRippleRef: M,
14081
14081
  type: Q,
14082
- ...U
14082
+ ...W
14083
14083
  } = r, K = y.useRef(null), V = J2(), z = wt(V.ref, M), [F, se] = y.useState(!1);
14084
14084
  u && F && se(!1), y.useImperativeHandle(i, () => ({
14085
14085
  focusVisible: () => {
@@ -14094,7 +14094,7 @@ const gM = xe("MuiButtonBase", ["root", "disabled", "focusVisible"]), AM = (e) =
14094
14094
  F && pe.preventDefault(), B && B(pe);
14095
14095
  }, f), G = $n(V, "start", O, f), Z = $n(V, "stop", I, f), oe = $n(V, "stop", P, f), L = $n(V, "stop", (pe) => {
14096
14096
  ng(pe.target) || se(!1), g && g(pe);
14097
- }, !1), W = Jt((pe) => {
14097
+ }, !1), U = Jt((pe) => {
14098
14098
  K.current || (K.current = pe.currentTarget), ng(pe.target) && (se(!0), E && E(pe)), x && x(pe);
14099
14099
  }), ee = () => {
14100
14100
  const pe = K.current;
@@ -14109,9 +14109,9 @@ const gM = xe("MuiButtonBase", ["root", "disabled", "focusVisible"]), AM = (e) =
14109
14109
  }), R && R(pe), b && pe.target === pe.currentTarget && ee() && pe.key === " " && !pe.defaultPrevented && b(pe);
14110
14110
  });
14111
14111
  let J = c;
14112
- J === "button" && (U.href || U.to) && (J = m);
14112
+ J === "button" && (W.href || W.to) && (J = m);
14113
14113
  const ue = {};
14114
- J === "button" ? (ue.type = Q === void 0 ? "button" : Q, ue.disabled = u) : (!U.href && !U.to && (ue.role = "button"), u && (ue["aria-disabled"] = u));
14114
+ J === "button" ? (ue.type = Q === void 0 ? "button" : Q, ue.disabled = u) : (!W.href && !W.to && (ue.role = "button"), u && (ue["aria-disabled"] = u));
14115
14115
  const fe = wt(n, K), ve = {
14116
14116
  ...r,
14117
14117
  centerRipple: a,
@@ -14130,7 +14130,7 @@ const gM = xe("MuiButtonBase", ["root", "disabled", "focusVisible"]), AM = (e) =
14130
14130
  onBlur: L,
14131
14131
  onClick: b,
14132
14132
  onContextMenu: N,
14133
- onFocus: W,
14133
+ onFocus: U,
14134
14134
  onKeyDown: _,
14135
14135
  onKeyUp: ie,
14136
14136
  onMouseDown: te,
@@ -14144,7 +14144,7 @@ const gM = xe("MuiButtonBase", ["root", "disabled", "focusVisible"]), AM = (e) =
14144
14144
  tabIndex: u ? -1 : T,
14145
14145
  type: Q,
14146
14146
  ...ue,
14147
- ...U,
14147
+ ...W,
14148
14148
  children: [s, ae ? /* @__PURE__ */ h.jsx(i0, {
14149
14149
  ref: z,
14150
14150
  center: a,
@@ -15072,7 +15072,7 @@ const PM = (e) => {
15072
15072
  className: T.loadingIconPlaceholder,
15073
15073
  ownerState: O
15074
15074
  })
15075
- }), Q = i || "", U = typeof w == "boolean" ? (
15075
+ }), Q = i || "", W = typeof w == "boolean" ? (
15076
15076
  // use plain HTML span to minimize the runtime overhead
15077
15077
  /* @__PURE__ */ h.jsx("span", {
15078
15078
  className: T.loadingWrapper,
@@ -15098,7 +15098,7 @@ const PM = (e) => {
15098
15098
  id: w ? I : v,
15099
15099
  ...D,
15100
15100
  classes: T,
15101
- children: [j, E !== "end" && U, l, E === "end" && U, M]
15101
+ children: [j, E !== "end" && W, l, E === "end" && W, M]
15102
15102
  });
15103
15103
  });
15104
15104
  process.env.NODE_ENV !== "production" && (Yo.propTypes = {
@@ -15733,7 +15733,7 @@ function HM(e) {
15733
15733
  onClose: j,
15734
15734
  onHighlightChange: M,
15735
15735
  onInputChange: Q,
15736
- onOpen: U,
15736
+ onOpen: W,
15737
15737
  open: K,
15738
15738
  openOnFocus: V = !1,
15739
15739
  options: z,
@@ -15753,7 +15753,7 @@ function HM(e) {
15753
15753
  }
15754
15754
  return re;
15755
15755
  };
15756
- const $ = y.useRef(!1), X = y.useRef(!0), Y = y.useRef(null), G = y.useRef(null), [Z, oe] = y.useState(null), [L, W] = y.useState(-1), ee = i ? 0 : -1, _ = y.useRef(ee), ie = y.useRef(yv(d ?? ae, O, N)).current, [J, ue] = Fr({
15756
+ const $ = y.useRef(!1), X = y.useRef(!0), Y = y.useRef(null), G = y.useRef(null), [Z, oe] = y.useState(null), [L, U] = y.useState(-1), ee = i ? 0 : -1, _ = y.useRef(ee), ie = y.useRef(yv(d ?? ae, O, N)).current, [J, ue] = Fr({
15757
15757
  controlled: ae,
15758
15758
  default: d,
15759
15759
  name: u
@@ -15793,7 +15793,7 @@ function HM(e) {
15793
15793
  le === -1 ? Y.current.focus() : Z.querySelector(`[data-tag-index="${le}"]`).focus();
15794
15794
  });
15795
15795
  y.useEffect(() => {
15796
- O && L > J.length - 1 && (W(-1), _e(-1));
15796
+ O && L > J.length - 1 && (U(-1), _e(-1));
15797
15797
  }, [J, O, L, _e]);
15798
15798
  function Pt(le, re) {
15799
15799
  if (!G.current || le < 0 || le >= We.length)
@@ -15930,7 +15930,7 @@ function HM(e) {
15930
15930
  nt();
15931
15931
  }, [nt]);
15932
15932
  const it = (le) => {
15933
- ze || (ft(!0), gt(!0), U && U(le));
15933
+ ze || (ft(!0), gt(!0), W && W(le));
15934
15934
  }, Lt = (le, re) => {
15935
15935
  ze && (ft(!1), j && j(le, re));
15936
15936
  }, Et = (le, re, he, je) => {
@@ -15974,11 +15974,11 @@ function HM(e) {
15974
15974
  return;
15975
15975
  fe === "" && Lt(le, "toggleInput");
15976
15976
  let he = L;
15977
- L === -1 ? fe === "" && re === "previous" && (he = J.length - 1) : (he += re === "next" ? 1 : -1, he < 0 && (he = 0), he === J.length && (he = -1)), he = so(he, re), W(he), _e(he);
15977
+ L === -1 ? fe === "" && re === "previous" && (he = J.length - 1) : (he += re === "next" ? 1 : -1, he < 0 && (he = 0), he === J.length && (he = -1)), he = so(he, re), U(he), _e(he);
15978
15978
  }, Jn = (le) => {
15979
15979
  $.current = !0, ve(""), Q && Q(le, "", "clear"), Et(le, O ? [] : null, "clear");
15980
15980
  }, pi = (le) => (re) => {
15981
- if (le.onKeyDown && le.onKeyDown(re), !re.defaultMuiPrevented && (L !== -1 && !["ArrowLeft", "ArrowRight"].includes(re.key) && (W(-1), _e(-1)), re.which !== 229))
15981
+ if (le.onKeyDown && le.onKeyDown(re), !re.defaultMuiPrevented && (L !== -1 && !["ArrowLeft", "ArrowRight"].includes(re.key) && (U(-1), _e(-1)), re.which !== 229))
15982
15982
  switch (re.key) {
15983
15983
  case "Home":
15984
15984
  $e && S && (re.preventDefault(), Ae({
@@ -16759,10 +16759,10 @@ function w7(e) {
16759
16759
  rootBoundary: f,
16760
16760
  altBoundary: p,
16761
16761
  padding: u
16762
- }), U = j ? T ? xn : Zt : T ? En : Kt;
16763
- C[M] > R[M] && (U = gs(U));
16764
- var K = gs(U), V = [];
16765
- if (a && V.push(Q[O] <= 0), l && V.push(Q[U] <= 0, Q[K] <= 0), V.every(function(te) {
16762
+ }), W = j ? T ? xn : Zt : T ? En : Kt;
16763
+ C[M] > R[M] && (W = gs(W));
16764
+ var K = gs(W), V = [];
16765
+ if (a && V.push(Q[O] <= 0), l && V.push(Q[W] <= 0, Q[K] <= 0), V.every(function(te) {
16766
16766
  return te;
16767
16767
  })) {
16768
16768
  D = P, B = !1;
@@ -16900,11 +16900,11 @@ function M7(e) {
16900
16900
  };
16901
16901
  if (R) {
16902
16902
  if (a) {
16903
- var T, j = E === "y" ? Kt : Zt, M = E === "y" ? En : xn, Q = E === "y" ? "height" : "width", U = R[E], K = U + b[j], V = U - b[M], z = A ? -B[Q] / 2 : 0, F = w === ri ? S[Q] : B[Q], se = w === ri ? -B[Q] : -S[Q], ae = t.elements.arrow, te = A && ae ? qp(ae) : {
16903
+ var T, j = E === "y" ? Kt : Zt, M = E === "y" ? En : xn, Q = E === "y" ? "height" : "width", W = R[E], K = W + b[j], V = W - b[M], z = A ? -B[Q] / 2 : 0, F = w === ri ? S[Q] : B[Q], se = w === ri ? -B[Q] : -S[Q], ae = t.elements.arrow, te = A && ae ? qp(ae) : {
16904
16904
  width: 0,
16905
16905
  height: 0
16906
- }, N = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : p0(), $ = N[j], X = N[M], Y = Ki(0, S[Q], te[Q]), G = x ? S[Q] / 2 - z - Y - $ - I.mainAxis : F - Y - $ - I.mainAxis, Z = x ? -S[Q] / 2 + z + Y + X + I.mainAxis : se + Y + X + I.mainAxis, oe = t.elements.arrow && Ma(t.elements.arrow), L = oe ? E === "y" ? oe.clientTop || 0 : oe.clientLeft || 0 : 0, W = (T = P == null ? void 0 : P[E]) != null ? T : 0, ee = U + G - W - L, _ = U + Z - W, ie = Ki(A ? js(K, ee) : K, U, A ? Vr(V, _) : V);
16907
- R[E] = ie, O[E] = ie - U;
16906
+ }, N = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : p0(), $ = N[j], X = N[M], Y = Ki(0, S[Q], te[Q]), G = x ? S[Q] / 2 - z - Y - $ - I.mainAxis : F - Y - $ - I.mainAxis, Z = x ? -S[Q] / 2 + z + Y + X + I.mainAxis : se + Y + X + I.mainAxis, oe = t.elements.arrow && Ma(t.elements.arrow), L = oe ? E === "y" ? oe.clientTop || 0 : oe.clientLeft || 0 : 0, U = (T = P == null ? void 0 : P[E]) != null ? T : 0, ee = W + G - U - L, _ = W + Z - U, ie = Ki(A ? js(K, ee) : K, W, A ? Vr(V, _) : V);
16907
+ R[E] = ie, O[E] = ie - W;
16908
16908
  }
16909
16909
  if (l) {
16910
16910
  var J, ue = E === "x" ? Kt : Zt, fe = E === "x" ? En : xn, ve = R[C], Ce = C === "y" ? "height" : "width", pe = ve + b[ue], Le = ve - b[fe], ze = [Kt, Zt].indexOf(v) !== -1, ft = (J = P == null ? void 0 : P[C]) != null ? J : 0, St = ze ? pe : ve - S[Ce] - B[Ce] - ft + I.altAxis, gt = ze ? ve + S[Ce] + B[Ce] - ft - I.altAxis : Le, tt = A && ze ? o7(St, ve, gt) : Ki(A ? St : pe, ve, A ? gt : Le);
@@ -17262,13 +17262,13 @@ const Z7 = (e) => {
17262
17262
  }
17263
17263
  }];
17264
17264
  l != null && (Q = Q.concat(l)), d && d.modifiers != null && (Q = Q.concat(d.modifiers));
17265
- const U = W7(D, v.current, {
17265
+ const W = W7(D, v.current, {
17266
17266
  placement: R,
17267
17267
  ...d,
17268
17268
  modifiers: Q
17269
17269
  });
17270
- return C.current(U), () => {
17271
- U.destroy(), C.current(null);
17270
+ return C.current(W), () => {
17271
+ W.destroy(), C.current(null);
17272
17272
  };
17273
17273
  }, [D, s, l, c, d, R]);
17274
17274
  const P = {
@@ -18614,14 +18614,14 @@ const Xp = /* @__PURE__ */ y.forwardRef(function(t, n) {
18614
18614
  className: de(j.deleteIcon),
18615
18615
  onClick: B
18616
18616
  }));
18617
- let U = null;
18618
- i && /* @__PURE__ */ y.isValidElement(i) && (U = /* @__PURE__ */ y.cloneElement(i, {
18617
+ let W = null;
18618
+ i && /* @__PURE__ */ y.isValidElement(i) && (W = /* @__PURE__ */ y.cloneElement(i, {
18619
18619
  className: de(j.avatar, i.props.className)
18620
18620
  }));
18621
18621
  let K = null;
18622
18622
  return f && /* @__PURE__ */ y.isValidElement(f) && (K = /* @__PURE__ */ y.cloneElement(f, {
18623
18623
  className: de(j.icon, f.props.className)
18624
- })), process.env.NODE_ENV !== "production" && U && K && console.error("MUI: The Chip component can not handle the avatar and the icon prop at the same time. Pick one."), /* @__PURE__ */ h.jsxs(h3, {
18624
+ })), process.env.NODE_ENV !== "production" && W && K && console.error("MUI: The Chip component can not handle the avatar and the icon prop at the same time. Pick one."), /* @__PURE__ */ h.jsxs(h3, {
18625
18625
  as: O,
18626
18626
  className: de(j.root, a),
18627
18627
  disabled: P && d ? !0 : void 0,
@@ -18633,7 +18633,7 @@ const Xp = /* @__PURE__ */ y.forwardRef(function(t, n) {
18633
18633
  ownerState: T,
18634
18634
  ...M,
18635
18635
  ...C,
18636
- children: [U || K, /* @__PURE__ */ h.jsx(g3, {
18636
+ children: [W || K, /* @__PURE__ */ h.jsx(g3, {
18637
18637
  className: de(j.label),
18638
18638
  ownerState: T,
18639
18639
  children: p
@@ -19155,7 +19155,7 @@ const Cl = (e, t) => {
19155
19155
  onKeyDown: j,
19156
19156
  onKeyUp: M,
19157
19157
  placeholder: Q,
19158
- readOnly: U,
19158
+ readOnly: W,
19159
19159
  renderSuffix: K,
19160
19160
  rows: V,
19161
19161
  size: z,
@@ -19170,7 +19170,7 @@ const Cl = (e, t) => {
19170
19170
  } = y.useRef(X != null), G = y.useRef(), Z = y.useCallback((Be) => {
19171
19171
  process.env.NODE_ENV !== "production" && Be && Be.nodeName !== "INPUT" && !Be.focus && console.error(["MUI: You have provided a `inputComponent` to the input component", "that does not correctly handle the `ref` prop.", "Make sure the `ref` prop is called with a HTMLInputElement."].join(`
19172
19172
  `));
19173
- }, []), oe = wt(G, E, x.ref, Z), [L, W] = y.useState(!1), ee = Vt();
19173
+ }, []), oe = wt(G, E, x.ref, Z), [L, U] = y.useState(!1), ee = Vt();
19174
19174
  process.env.NODE_ENV !== "production" && y.useEffect(() => {
19175
19175
  if (ee)
19176
19176
  return ee.registerEffect();
@@ -19181,7 +19181,7 @@ const Cl = (e, t) => {
19181
19181
  states: ["color", "disabled", "error", "hiddenLabel", "size", "required", "filled"]
19182
19182
  });
19183
19183
  _.focused = ee ? ee.focused : L, y.useEffect(() => {
19184
- !ee && p && L && (W(!1), I && I());
19184
+ !ee && p && L && (U(!1), I && I());
19185
19185
  }, [ee, p, L, I]);
19186
19186
  const ie = ee && ee.onFilled, J = ee && ee.onEmpty, ue = y.useCallback((Be) => {
19187
19187
  Ls(Be) ? ie && ie() : J && J();
@@ -19192,9 +19192,9 @@ const Cl = (e, t) => {
19192
19192
  });
19193
19193
  }, [X, ue, Y]);
19194
19194
  const fe = (Be) => {
19195
- T && T(Be), x.onFocus && x.onFocus(Be), ee && ee.onFocus ? ee.onFocus(Be) : W(!0);
19195
+ T && T(Be), x.onFocus && x.onFocus(Be), ee && ee.onFocus ? ee.onFocus(Be) : U(!0);
19196
19196
  }, ve = (Be) => {
19197
- I && I(Be), x.onBlur && x.onBlur(Be), ee && ee.onBlur ? ee.onBlur(Be) : W(!1);
19197
+ I && I(Be), x.onBlur && x.onBlur(Be), ee && ee.onBlur ? ee.onBlur(Be) : U(!1);
19198
19198
  }, Ce = (Be, ...kt) => {
19199
19199
  if (!Y) {
19200
19200
  const _e = Be.target || G.current;
@@ -19264,7 +19264,7 @@ const Cl = (e, t) => {
19264
19264
  ...$e.ownerState
19265
19265
  }
19266
19266
  },
19267
- className: de(gt.root, $e.className, l, U && "MuiInputBase-readOnly"),
19267
+ className: de(gt.root, $e.className, l, W && "MuiInputBase-readOnly"),
19268
19268
  children: [ae, /* @__PURE__ */ h.jsx(ja.Provider, {
19269
19269
  value: null,
19270
19270
  children: /* @__PURE__ */ h.jsx(We, {
@@ -19278,7 +19278,7 @@ const Cl = (e, t) => {
19278
19278
  onAnimationStart: ft,
19279
19279
  name: D,
19280
19280
  placeholder: Q,
19281
- readOnly: U,
19281
+ readOnly: W,
19282
19282
  required: _.required,
19283
19283
  rows: V,
19284
19284
  value: X,
@@ -19294,7 +19294,7 @@ const Cl = (e, t) => {
19294
19294
  }
19295
19295
  },
19296
19296
  ref: oe,
19297
- className: de(gt.input, ze.className, U && "MuiInputBase-readOnly"),
19297
+ className: de(gt.input, ze.className, W && "MuiInputBase-readOnly"),
19298
19298
  onBlur: ve,
19299
19299
  onChange: Ce,
19300
19300
  onFocus: fe
@@ -20004,7 +20004,7 @@ const C3 = (e) => {
20004
20004
  getOptionKey: j,
20005
20005
  getOptionLabel: M,
20006
20006
  isOptionEqualToValue: Q,
20007
- groupBy: U,
20007
+ groupBy: W,
20008
20008
  handleHomeEndKeys: K = !r.freeSolo,
20009
20009
  id: V,
20010
20010
  includeInputInList: z = !1,
@@ -20020,7 +20020,7 @@ const C3 = (e) => {
20020
20020
  onClose: Z,
20021
20021
  onHighlightChange: oe,
20022
20022
  onInputChange: L,
20023
- onOpen: W,
20023
+ onOpen: U,
20024
20024
  open: ee,
20025
20025
  openOnFocus: _ = !1,
20026
20026
  openText: ie = "Open",
@@ -20253,7 +20253,7 @@ const C3 = (e) => {
20253
20253
  }) : null, me.length > 0 ? /* @__PURE__ */ h.jsx(Va, {
20254
20254
  as: ae,
20255
20255
  ...le,
20256
- children: me.map((Xe, Nn) => U ? zt({
20256
+ children: me.map((Xe, Nn) => W ? zt({
20257
20257
  key: Xe.key,
20258
20258
  group: Xe.group,
20259
20259
  children: Xe.options.map((ur, gi) => Bh(ur, Xe.index + gi))
@@ -22564,16 +22564,16 @@ const r5 = (e) => {
22564
22564
  variant: b
22565
22565
  }, x = r5(w), [E, C] = y.useState(() => {
22566
22566
  let Q = !1;
22567
- return i && y.Children.forEach(i, (U) => {
22568
- if (!Uo(U, ["Input", "Select"]))
22567
+ return i && y.Children.forEach(i, (W) => {
22568
+ if (!Uo(W, ["Input", "Select"]))
22569
22569
  return;
22570
- const K = Uo(U, ["Select"]) ? U.props.input : U;
22570
+ const K = Uo(W, ["Select"]) ? W.props.input : W;
22571
22571
  K && b3(K.props) && (Q = !0);
22572
22572
  }), Q;
22573
22573
  }), [R, S] = y.useState(() => {
22574
22574
  let Q = !1;
22575
- return i && y.Children.forEach(i, (U) => {
22576
- Uo(U, ["Input", "Select"]) && (Ls(U.props, !0) || Ls(U.props.inputProps, !0)) && (Q = !0);
22575
+ return i && y.Children.forEach(i, (W) => {
22576
+ Uo(W, ["Input", "Select"]) && (Ls(W.props, !0) || Ls(W.props.inputProps, !0)) && (Q = !0);
22577
22577
  }), Q;
22578
22578
  }), [B, D] = y.useState(!1);
22579
22579
  c && B && D(!1);
@@ -23193,13 +23193,13 @@ const d5 = {
23193
23193
  ...v
23194
23194
  } = t, w = vE(), x = y.useRef(), E = Sr(), C = y.useRef(null), R = wt(C, xa(a), n), S = (M) => (Q) => {
23195
23195
  if (M) {
23196
- const U = C.current;
23197
- Q === void 0 ? M(U) : M(U, Q);
23196
+ const W = C.current;
23197
+ Q === void 0 ? M(W) : M(W, Q);
23198
23198
  }
23199
23199
  }, B = S(d), D = S((M, Q) => {
23200
23200
  C0(M);
23201
23201
  const {
23202
- duration: U,
23202
+ duration: W,
23203
23203
  delay: K,
23204
23204
  easing: V
23205
23205
  } = zs({
@@ -23210,7 +23210,7 @@ const d5 = {
23210
23210
  mode: "enter"
23211
23211
  });
23212
23212
  let z;
23213
- g === "auto" ? (z = E.transitions.getAutoHeightDuration(M.clientHeight), x.current = z) : z = U, M.style.transition = [E.transitions.create("opacity", {
23213
+ g === "auto" ? (z = E.transitions.getAutoHeightDuration(M.clientHeight), x.current = z) : z = W, M.style.transition = [E.transitions.create("opacity", {
23214
23214
  duration: z,
23215
23215
  delay: K
23216
23216
  }), E.transitions.create("transform", {
@@ -23221,7 +23221,7 @@ const d5 = {
23221
23221
  }), I = S(u), P = S(A), O = S((M) => {
23222
23222
  const {
23223
23223
  duration: Q,
23224
- delay: U,
23224
+ delay: W,
23225
23225
  easing: K
23226
23226
  } = zs({
23227
23227
  style: m,
@@ -23233,10 +23233,10 @@ const d5 = {
23233
23233
  let V;
23234
23234
  g === "auto" ? (V = E.transitions.getAutoHeightDuration(M.clientHeight), x.current = V) : V = Q, M.style.transition = [E.transitions.create("opacity", {
23235
23235
  duration: V,
23236
- delay: U
23236
+ delay: W
23237
23237
  }), E.transitions.create("transform", {
23238
23238
  duration: tf ? V : V * 0.666,
23239
- delay: tf ? U : U || V * 0.333,
23239
+ delay: tf ? W : W || V * 0.333,
23240
23240
  easing: K
23241
23241
  })].join(","), M.style.opacity = 0, M.style.transform = jf(0.75), f && f(M);
23242
23242
  }), T = S(p), j = (M) => {
@@ -23257,7 +23257,7 @@ const d5 = {
23257
23257
  ...v,
23258
23258
  children: (M, {
23259
23259
  ownerState: Q,
23260
- ...U
23260
+ ...W
23261
23261
  }) => /* @__PURE__ */ y.cloneElement(a, {
23262
23262
  style: {
23263
23263
  opacity: 0,
@@ -23268,7 +23268,7 @@ const d5 = {
23268
23268
  ...a.props.style
23269
23269
  },
23270
23270
  ref: R,
23271
- ...U
23271
+ ...W
23272
23272
  })
23273
23273
  });
23274
23274
  });
@@ -24018,18 +24018,18 @@ function B5(e) {
24018
24018
  u ? R() : (!v || !i) && D();
24019
24019
  }, [u, D, v, i, R]);
24020
24020
  const I = (M) => (Q) => {
24021
- var U;
24022
- (U = M.onKeyDown) == null || U.call(M, Q), !(Q.key !== "Escape" || Q.which === 229 || // Wait until IME is settled.
24021
+ var W;
24022
+ (W = M.onKeyDown) == null || W.call(M, Q), !(Q.key !== "Escape" || Q.which === 229 || // Wait until IME is settled.
24023
24023
  !S()) && (n || (Q.stopPropagation(), c && c(Q, "escapeKeyDown")));
24024
24024
  }, P = (M) => (Q) => {
24025
- var U;
24026
- (U = M.onClick) == null || U.call(M, Q), Q.target === Q.currentTarget && c && c(Q, "backdropClick");
24025
+ var W;
24026
+ (W = M.onClick) == null || W.call(M, Q), Q.target === Q.currentTarget && c && c(Q, "backdropClick");
24027
24027
  };
24028
24028
  return {
24029
24029
  getRootProps: (M = {}) => {
24030
24030
  const Q = CE(e);
24031
24031
  delete Q.onTransitionEnter, delete Q.onTransitionExited;
24032
- const U = {
24032
+ const W = {
24033
24033
  ...Q,
24034
24034
  ...M
24035
24035
  };
@@ -24041,8 +24041,8 @@ function B5(e) {
24041
24041
  * https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-static-element-interactions.md
24042
24042
  */
24043
24043
  role: "presentation",
24044
- ...U,
24045
- onKeyDown: I(U),
24044
+ ...W,
24045
+ onKeyDown: I(W),
24046
24046
  ref: m
24047
24047
  };
24048
24048
  },
@@ -24165,7 +24165,7 @@ const D5 = (e) => {
24165
24165
  keepMounted: C
24166
24166
  }, {
24167
24167
  getRootProps: Q,
24168
- getBackdropProps: U,
24168
+ getBackdropProps: W,
24169
24169
  getTransitionProps: K,
24170
24170
  portalRef: V,
24171
24171
  isTopModal: z,
@@ -24212,7 +24212,7 @@ const D5 = (e) => {
24212
24212
  externalForwardedProps: $,
24213
24213
  shouldForwardComponentProp: !0,
24214
24214
  additionalProps: a,
24215
- getSlotProps: (oe) => U({
24215
+ getSlotProps: (oe) => W({
24216
24216
  ...oe,
24217
24217
  onClick: (L) => {
24218
24218
  R && R(L), oe != null && oe.onClick && oe.onClick(L);
@@ -24514,8 +24514,8 @@ const j5 = (e) => {
24514
24514
  return process.env.NODE_ENV !== "production" && (l || console.error('MUI: You need to provide a `anchorPosition` prop when using <Popover anchorReference="anchorPosition" />.')), l;
24515
24515
  const Z = Vi(a), oe = Z && Z.nodeType === 1 ? Z : $t(B.current).body, L = oe.getBoundingClientRect();
24516
24516
  if (process.env.NODE_ENV !== "production") {
24517
- const W = oe.getBoundingClientRect();
24518
- process.env.NODE_ENV !== "test" && W.top === 0 && W.left === 0 && W.right === 0 && W.bottom === 0 && console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
24517
+ const U = oe.getBoundingClientRect();
24518
+ process.env.NODE_ENV !== "test" && U.top === 0 && U.left === 0 && U.right === 0 && U.bottom === 0 && console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
24519
24519
  `));
24520
24520
  }
24521
24521
  return {
@@ -24536,8 +24536,8 @@ const j5 = (e) => {
24536
24536
  left: null,
24537
24537
  transformOrigin: Uv(L)
24538
24538
  };
24539
- const W = P();
24540
- let ee = W.top - L.vertical, _ = W.left - L.horizontal;
24539
+ const U = P();
24540
+ let ee = U.top - L.vertical, _ = U.left - L.horizontal;
24541
24541
  const ie = ee + oe.height, J = _ + oe.width, ue = Dn(Vi(a)), fe = ue.innerHeight - A, ve = ue.innerWidth - A;
24542
24542
  if (A !== null && ee < A) {
24543
24543
  const Ce = ee - A;
@@ -24567,7 +24567,7 @@ const j5 = (e) => {
24567
24567
  oe.top !== null && Z.style.setProperty("top", oe.top), oe.left !== null && (Z.style.left = oe.left), Z.style.transformOrigin = oe.transformOrigin, M(!0);
24568
24568
  }, [T]);
24569
24569
  y.useEffect(() => (R && window.addEventListener("scroll", Q), () => window.removeEventListener("scroll", Q)), [a, R, Q]);
24570
- const U = () => {
24570
+ const W = () => {
24571
24571
  Q();
24572
24572
  }, K = () => {
24573
24573
  M(!1);
@@ -24606,8 +24606,8 @@ const j5 = (e) => {
24606
24606
  getSlotProps: (Z) => ({
24607
24607
  ...Z,
24608
24608
  onEntering: (oe, L) => {
24609
- var W;
24610
- (W = Z.onEntering) == null || W.call(Z, oe, L), U();
24609
+ var U;
24610
+ (U = Z.onEntering) == null || U.call(Z, oe, L), W();
24611
24611
  },
24612
24612
  onExited: (oe) => {
24613
24613
  var L;
@@ -24982,7 +24982,7 @@ const L5 = {
24982
24982
  externalForwardedProps: O,
24983
24983
  shouldForwardComponentProp: !0,
24984
24984
  ownerState: C
24985
- }), [Q, U] = Pe("list", {
24985
+ }), [Q, W] = Pe("list", {
24986
24986
  className: de(R.list, c.className),
24987
24987
  elementType: Y5,
24988
24988
  shouldForwardComponentProp: !0,
@@ -25035,7 +25035,7 @@ const L5 = {
25035
25035
  autoFocus: i && (P === -1 || l),
25036
25036
  autoFocusItem: S,
25037
25037
  variant: b,
25038
- ...U,
25038
+ ...W,
25039
25039
  children: a
25040
25040
  })
25041
25041
  });
@@ -25491,7 +25491,7 @@ const $5 = (e) => {
25491
25491
  // catching `type` from Input which makes no sense for SelectInput
25492
25492
  type: M,
25493
25493
  value: Q,
25494
- variant: U = "standard",
25494
+ variant: W = "standard",
25495
25495
  ...K
25496
25496
  } = t, [V, z] = Fr({
25497
25497
  controlled: Q,
@@ -25529,12 +25529,12 @@ const $5 = (e) => {
25529
25529
  };
25530
25530
  }
25531
25531
  }, [b]);
25532
- const W = (Ae, Me) => {
25532
+ const U = (Ae, Me) => {
25533
25533
  Ae ? B && B(Me) : R && R(Me), X || (G(s ? null : L.clientWidth), se(Ae));
25534
25534
  }, ee = (Ae) => {
25535
- Ae.button === 0 && (Ae.preventDefault(), te.current.focus(), W(!0, Ae));
25535
+ Ae.button === 0 && (Ae.preventDefault(), te.current.focus(), U(!0, Ae));
25536
25536
  }, _ = (Ae) => {
25537
- W(!1, Ae);
25537
+ U(!1, Ae);
25538
25538
  }, ie = y.Children.toArray(l), J = (Ae) => {
25539
25539
  const Me = ie.find((nt) => nt.props.value === Ae.target.value);
25540
25540
  Me !== void 0 && (z(Me.props.value), C && C(Ae, Me));
@@ -25557,7 +25557,7 @@ const $5 = (e) => {
25557
25557
  }
25558
25558
  }), C(it, Ae);
25559
25559
  }
25560
- w || W(!1, Me);
25560
+ w || U(!1, Me);
25561
25561
  }
25562
25562
  }, fe = (Ae) => {
25563
25563
  I || [
@@ -25567,7 +25567,7 @@ const $5 = (e) => {
25567
25567
  // The native select doesn't respond to enter on macOS, but it's recommended by
25568
25568
  // https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/
25569
25569
  "Enter"
25570
- ].includes(Ae.key) && (Ae.preventDefault(), W(!0, Ae));
25570
+ ].includes(Ae.key) && (Ae.preventDefault(), U(!0, Ae));
25571
25571
  }, ve = N !== null && F, Ce = (Ae) => {
25572
25572
  !ve && E && (Object.defineProperty(Ae, "target", {
25573
25573
  writable: !0,
@@ -25623,7 +25623,7 @@ const $5 = (e) => {
25623
25623
  typeof j < "u" ? $e = j : $e = f ? null : 0;
25624
25624
  const We = T.id || (x ? `mui-component-select-${x}` : void 0), Be = {
25625
25625
  ...t,
25626
- variant: U,
25626
+ variant: W,
25627
25627
  value: V,
25628
25628
  open: ve,
25629
25629
  error: A
@@ -25916,7 +25916,7 @@ const _5 = (e) => {
25916
25916
  classes: s
25917
25917
  }, M = _5(j), {
25918
25918
  root: Q,
25919
- ...U
25919
+ ...W
25920
25920
  } = M, K = p || {
25921
25921
  standard: /* @__PURE__ */ h.jsx(e8, {
25922
25922
  ownerState: j
@@ -25960,7 +25960,7 @@ const _5 = (e) => {
25960
25960
  }
25961
25961
  },
25962
25962
  ...A,
25963
- classes: A ? jt(U, A.classes) : U,
25963
+ classes: A ? jt(W, A.classes) : W,
25964
25964
  ...p ? p.props.inputProps : {}
25965
25965
  },
25966
25966
  ...(v && w || u) && T === "outlined" ? {
@@ -26177,7 +26177,7 @@ const o8 = {
26177
26177
  rows: j,
26178
26178
  select: M = !1,
26179
26179
  SelectProps: Q,
26180
- slots: U = {},
26180
+ slots: W = {},
26181
26181
  slotProps: K = {},
26182
26182
  type: V,
26183
26183
  value: z,
@@ -26197,7 +26197,7 @@ const o8 = {
26197
26197
  }, te = i8(ae);
26198
26198
  process.env.NODE_ENV !== "production" && M && !s && console.error("MUI: `children` must be passed when using the `TextField` component with `select`.");
26199
26199
  const N = $r(g), $ = m && N ? `${N}-helper-text` : void 0, X = E && N ? `${N}-label` : void 0, Y = o8[F], G = {
26200
- slots: U,
26200
+ slots: W,
26201
26201
  slotProps: {
26202
26202
  input: w,
26203
26203
  inputLabel: b,
@@ -26208,7 +26208,7 @@ const o8 = {
26208
26208
  }
26209
26209
  }, Z = {}, oe = G.slotProps.inputLabel;
26210
26210
  F === "outlined" && (oe && typeof oe.shrink < "u" && (Z.notched = oe.shrink), Z.label = E), M && ((!Q || !Q.native) && (Z.id = void 0), Z["aria-describedby"] = void 0);
26211
- const [L, W] = Pe("root", {
26211
+ const [L, U] = Pe("root", {
26212
26212
  elementType: a8,
26213
26213
  shouldForwardComponentProp: !0,
26214
26214
  externalForwardedProps: {
@@ -26268,12 +26268,12 @@ const o8 = {
26268
26268
  placeholder: O,
26269
26269
  inputProps: fe,
26270
26270
  slots: {
26271
- input: U.htmlInput ? ue : void 0
26271
+ input: W.htmlInput ? ue : void 0
26272
26272
  },
26273
26273
  ..._
26274
26274
  });
26275
26275
  return /* @__PURE__ */ h.jsxs(L, {
26276
- ...W,
26276
+ ...U,
26277
26277
  children: [E != null && E !== "" && /* @__PURE__ */ h.jsx(ie, {
26278
26278
  htmlFor: N,
26279
26279
  id: X,
@@ -27417,7 +27417,7 @@ const Q0 = /* @__PURE__ */ y.forwardRef(function(t, n) {
27417
27417
  variant: I = "standard",
27418
27418
  visibleScrollbar: P = !1,
27419
27419
  ...O
27420
- } = r, T = I === "scrollable", j = b === "vertical", M = j ? "scrollTop" : "scrollLeft", Q = j ? "top" : "left", U = j ? "bottom" : "right", K = j ? "clientHeight" : "clientWidth", V = j ? "height" : "width", z = {
27420
+ } = r, T = I === "scrollable", j = b === "vertical", M = j ? "scrollTop" : "scrollLeft", Q = j ? "top" : "left", W = j ? "bottom" : "right", K = j ? "clientHeight" : "clientWidth", V = j ? "height" : "width", z = {
27421
27421
  ...r,
27422
27422
  component: p,
27423
27423
  allowScrollButtonsMobile: A,
@@ -27444,7 +27444,7 @@ const Q0 = /* @__PURE__ */ y.forwardRef(function(t, n) {
27444
27444
  ownerState: z
27445
27445
  });
27446
27446
  process.env.NODE_ENV !== "production" && u && T && console.error('MUI: You can not use the `centered={true}` and `variant="scrollable"` properties at the same time on a `Tabs` component.');
27447
- const [te, N] = y.useState(!1), [$, X] = y.useState(ey), [Y, G] = y.useState(!1), [Z, oe] = y.useState(!1), [L, W] = y.useState(!1), [ee, _] = y.useState({
27447
+ const [te, N] = y.useState(!1), [$, X] = y.useState(ey), [Y, G] = y.useState(!1), [Z, oe] = y.useState(!1), [L, U] = y.useState(!1), [ee, _] = y.useState({
27448
27448
  overflow: "hidden",
27449
27449
  scrollbarWidth: 0
27450
27450
  }), ie = /* @__PURE__ */ new Map(), J = y.useRef(null), ue = y.useRef(null), fe = {
@@ -27588,15 +27588,15 @@ const Q0 = /* @__PURE__ */ y.forwardRef(function(t, n) {
27588
27588
  pe(qe, {
27589
27589
  animation: ge
27590
27590
  });
27591
- } else if (Qe[U] > me[U]) {
27592
- const qe = me[M] + (Qe[U] - me[U]);
27591
+ } else if (Qe[W] > me[W]) {
27592
+ const qe = me[M] + (Qe[W] - me[W]);
27593
27593
  pe(qe, {
27594
27594
  animation: ge
27595
27595
  });
27596
27596
  }
27597
27597
  }
27598
27598
  }), yt = Jt(() => {
27599
- T && w !== !1 && W(!L);
27599
+ T && w !== !1 && U(!L);
27600
27600
  });
27601
27601
  y.useEffect(() => {
27602
27602
  const ge = Ws(() => {
@@ -28186,18 +28186,26 @@ function H9({
28186
28186
  mb: a,
28187
28187
  fontSize: { xs: i - 2, sm: i },
28188
28188
  fontWeight: 700,
28189
- lineHeight: 1.2,
28190
- // Tighter line height
28189
+ lineHeight: 1.1,
28190
+ // Even tighter line height
28191
28191
  textTransform: "uppercase",
28192
28192
  // Standardize English names
28193
28193
  letterSpacing: "0.02em",
28194
+ maxWidth: "80%",
28195
+ // Prevent text from hitting logos
28196
+ mx: "auto",
28197
+ // Center the text block
28194
28198
  "@media print": {
28195
28199
  fontSize: "16pt !important",
28196
28200
  // Reduced print size
28197
28201
  color: "#000 !important",
28198
28202
  fontWeight: "bold !important",
28199
28203
  marginBottom: "2px !important",
28200
- lineHeight: "1.1 !important"
28204
+ lineHeight: "1.1 !important",
28205
+ maxWidth: "none !important",
28206
+ // Use full width in print if possible, or keep constrained
28207
+ whiteSpace: "normal !important"
28208
+ // Allow wrapping if absolutely needed, but usually we want single line if fits
28201
28209
  }
28202
28210
  },
28203
28211
  children: d.hospitalNameBn || d.hospitalName || "Hospital Name"
@@ -29319,7 +29327,7 @@ const ej = (e) => {
29319
29327
  /* @__PURE__ */ h.jsx(
29320
29328
  L0,
29321
29329
  {
29322
- logoSrc: (x = uf) == null ? void 0 : x.logo
29330
+ logoSrc: (m == null ? void 0 : m.logo) || ((x = uf) == null ? void 0 : x.logo)
29323
29331
  }
29324
29332
  ),
29325
29333
  /* @__PURE__ */ h.jsx(
@@ -29585,10 +29593,10 @@ const ej = (e) => {
29585
29593
  logoutHandler: n,
29586
29594
  title: r
29587
29595
  }) => {
29588
- var C, R, S, B, D, I, P, O, T, j, M;
29596
+ var R, S, B, D, I, P, O, T, j, M, Q;
29589
29597
  const i = lE(), [a, s] = Fe(!1), [l, c] = Fe(
29590
- (C = t == null ? void 0 : t.sideDrawer) == null ? void 0 : C.isMinimized
29591
- ), u = dw((Q) => Q.breakpoints.up("md")), d = ((R = t == null ? void 0 : t.navbar) == null ? void 0 : R.showHamburgerInMobile) && !u, f = u ? "permanent" : "temporary", p = u ? l ? 64 : (S = t == null ? void 0 : t.sideDrawer) == null ? void 0 : S.drawerWidth : 0, A = u ? l ? 64 : (B = t == null ? void 0 : t.sideDrawer) == null ? void 0 : B.drawerWidth : ((D = t == null ? void 0 : t.sideDrawer) == null ? void 0 : D.drawerWidth) || 240, m = () => s(!a), g = () => c(!l), { entity: b } = N0(), v = ((O = (P = (I = t == null ? void 0 : t.userManage) == null ? void 0 : I.user) == null ? void 0 : P.realm_access) == null ? void 0 : O.roles) || [], w = !!(b != null && b.logo), x = !u || w, E = r || ((T = uf) == null ? void 0 : T.moduleName);
29598
+ (R = t == null ? void 0 : t.sideDrawer) == null ? void 0 : R.isMinimized
29599
+ ), u = dw((W) => W.breakpoints.up("md")), d = ((S = t == null ? void 0 : t.navbar) == null ? void 0 : S.showHamburgerInMobile) && !u, f = u ? "permanent" : "temporary", p = u ? l ? 64 : (B = t == null ? void 0 : t.sideDrawer) == null ? void 0 : B.drawerWidth : 0, A = u ? l ? 64 : (D = t == null ? void 0 : t.sideDrawer) == null ? void 0 : D.drawerWidth : ((I = t == null ? void 0 : t.sideDrawer) == null ? void 0 : I.drawerWidth) || 240, m = () => s(!a), g = () => c(!l), { entity: b, hospitalInfoObj: v } = N0(), w = ((T = (O = (P = t == null ? void 0 : t.userManage) == null ? void 0 : P.user) == null ? void 0 : O.realm_access) == null ? void 0 : T.roles) || [], x = !!(b != null && b.logo), E = !u || x, C = r || ((j = uf) == null ? void 0 : j.moduleName);
29592
29600
  return /* @__PURE__ */ h.jsxs(Se, { sx: { display: "flex", minHeight: "100vh" }, children: [
29593
29601
  /* @__PURE__ */ h.jsx(
29594
29602
  lj,
@@ -29600,8 +29608,8 @@ const ej = (e) => {
29600
29608
  menuConfig: t.sideDrawer.menuConfig,
29601
29609
  showOnlyIcons: l && u,
29602
29610
  toggleSidebarDesktop: g,
29603
- userRoles: v,
29604
- user: (j = t.userManage) == null ? void 0 : j.user
29611
+ userRoles: w,
29612
+ user: (M = t.userManage) == null ? void 0 : M.user
29605
29613
  }
29606
29614
  ),
29607
29615
  /* @__PURE__ */ h.jsxs(
@@ -29663,13 +29671,13 @@ const ej = (e) => {
29663
29671
  gap: 12
29664
29672
  },
29665
29673
  children: [
29666
- x && /* @__PURE__ */ h.jsx(
29674
+ E && /* @__PURE__ */ h.jsx(
29667
29675
  L0,
29668
29676
  {
29669
- logoSrc: b != null && b.logo ? ra(b.logo) : (M = uf) == null ? void 0 : M.moduleLogo
29677
+ logoSrc: v != null && v.logoUrl ? ra(v.logoUrl) : (Q = uf) == null ? void 0 : Q.moduleLogo
29670
29678
  }
29671
29679
  ),
29672
- x && /* @__PURE__ */ h.jsx(
29680
+ E && /* @__PURE__ */ h.jsx(
29673
29681
  cE,
29674
29682
  {
29675
29683
  orientation: "vertical",
@@ -29710,7 +29718,7 @@ const ej = (e) => {
29710
29718
  color: "text.secondary",
29711
29719
  opacity: 0.8
29712
29720
  },
29713
- children: E || ""
29721
+ children: C || ""
29714
29722
  }
29715
29723
  )
29716
29724
  ] })
@@ -29981,7 +29989,7 @@ function bj() {
29981
29989
  var j = x[O];
29982
29990
  if (typeof j == "string") T += j.length;
29983
29991
  else {
29984
- var M = j.regex, Q = j.parser, U = I.slice(T), K = M.exec(U)[0];
29992
+ var M = j.regex, Q = j.parser, W = I.slice(T), K = M.exec(W)[0];
29985
29993
  Q.call(P, K), I = I.replace(K, "");
29986
29994
  }
29987
29995
  }
@@ -30003,13 +30011,13 @@ function bj() {
30003
30011
  var D = B[1];
30004
30012
  if (typeof D == "string") {
30005
30013
  var I = B[2] === !0, P = B[3] === !0, O = I || P, T = B[2];
30006
- P && (T = B[2]), c = this.$locale(), !I && T && (c = w.Ls[T]), this.$d = (function(U, K, V, z) {
30014
+ P && (T = B[2]), c = this.$locale(), !I && T && (c = w.Ls[T]), this.$d = (function(W, K, V, z) {
30007
30015
  try {
30008
- if (["x", "X"].indexOf(K) > -1) return new Date((K === "X" ? 1e3 : 1) * U);
30009
- var F = g(K)(U), se = F.year, ae = F.month, te = F.day, N = F.hours, $ = F.minutes, X = F.seconds, Y = F.milliseconds, G = F.zone, Z = F.week, oe = /* @__PURE__ */ new Date(), L = te || (se || ae ? 1 : oe.getDate()), W = se || oe.getFullYear(), ee = 0;
30016
+ if (["x", "X"].indexOf(K) > -1) return new Date((K === "X" ? 1e3 : 1) * W);
30017
+ var F = g(K)(W), se = F.year, ae = F.month, te = F.day, N = F.hours, $ = F.minutes, X = F.seconds, Y = F.milliseconds, G = F.zone, Z = F.week, oe = /* @__PURE__ */ new Date(), L = te || (se || ae ? 1 : oe.getDate()), U = se || oe.getFullYear(), ee = 0;
30010
30018
  se && !ae || (ee = ae > 0 ? ae - 1 : oe.getMonth());
30011
30019
  var _, ie = N || 0, J = $ || 0, ue = X || 0, fe = Y || 0;
30012
- return G ? new Date(Date.UTC(W, ee, L, ie, J, ue, fe + 60 * G.offset * 1e3)) : V ? new Date(Date.UTC(W, ee, L, ie, J, ue, fe)) : (_ = new Date(W, ee, L, ie, J, ue, fe), Z && (_ = z(_).week(Z).toDate()), _);
30020
+ return G ? new Date(Date.UTC(U, ee, L, ie, J, ue, fe + 60 * G.offset * 1e3)) : V ? new Date(Date.UTC(U, ee, L, ie, J, ue, fe)) : (_ = new Date(U, ee, L, ie, J, ue, fe), Z && (_ = z(_).week(Z).toDate()), _);
30013
30021
  } catch {
30014
30022
  return /* @__PURE__ */ new Date("");
30015
30023
  }
@@ -32375,7 +32383,7 @@ const aN = ({
32375
32383
  hasChanged: (ie) => !t.areValuesEqual(b, G.value, ie),
32376
32384
  isControlled: A,
32377
32385
  closeOnSelect: u
32378
- }, oe = sN(Z), L = lN(Z), W = cN(Z);
32386
+ }, oe = sN(Z), L = lN(Z), U = cN(Z);
32379
32387
  B((ie) => H({}, ie, {
32380
32388
  draft: G.value,
32381
32389
  lastPublishedValue: oe ? G.value : ie.lastPublishedValue,
@@ -32386,7 +32394,7 @@ const aN = ({
32386
32394
  const _ = () => (ee || (ee = {
32387
32395
  validationError: G.name === "setValueFromField" ? G.context.validationError : I(G.value)
32388
32396
  }, G.name === "setValueFromShortcut" && (ee.shortcut = G.shortcut)), ee);
32389
- oe && R(G.value, _()), L && a && a(G.value, _()), W && x(!1);
32397
+ oe && R(G.value, _()), L && a && a(G.value, _()), U && x(!1);
32390
32398
  });
32391
32399
  if (S.lastControlledValue !== l) {
32392
32400
  const G = t.areValuesEqual(b, S.draft, C);
@@ -32429,7 +32437,7 @@ const aN = ({
32429
32437
  name: "setValueFromAction",
32430
32438
  pickerAction: "today"
32431
32439
  });
32432
- }), U = be((G) => {
32440
+ }), W = be((G) => {
32433
32441
  G.preventDefault(), x(!0);
32434
32442
  }), K = be((G) => {
32435
32443
  G == null || G.preventDefault(), x(!1);
@@ -32452,7 +32460,7 @@ const aN = ({
32452
32460
  onDismiss: j,
32453
32461
  onCancel: M,
32454
32462
  onSetToday: Q,
32455
- onOpen: U,
32463
+ onOpen: W,
32456
32464
  onClose: K
32457
32465
  }, ae = {
32458
32466
  value: S.draft,
@@ -32476,10 +32484,10 @@ const aN = ({
32476
32484
  return !t.hasError(Z);
32477
32485
  }
32478
32486
  }), Y = y.useMemo(() => ({
32479
- onOpen: U,
32487
+ onOpen: W,
32480
32488
  onClose: K,
32481
32489
  open: w
32482
- }), [w, K, U]);
32490
+ }), [w, K, W]);
32483
32491
  return {
32484
32492
  open: w,
32485
32493
  fieldProps: ae,
@@ -33902,7 +33910,7 @@ const VN = ["props", "getOpenDialogAriaText"], YN = ["ownerState"], qN = ["owner
33902
33910
  renderCurrentView: j,
33903
33911
  shouldRestoreFocus: M,
33904
33912
  fieldProps: Q,
33905
- contextValue: U,
33913
+ contextValue: W,
33906
33914
  ownerState: K
33907
33915
  } = rI(H({}, r, {
33908
33916
  props: t,
@@ -33979,15 +33987,15 @@ const VN = ["props", "getOpenDialogAriaText"], YN = ["ownerState"], qN = ["owner
33979
33987
  popper: H({
33980
33988
  "aria-labelledby": oe
33981
33989
  }, a == null ? void 0 : a.popper)
33982
- }), W = dn(S, Y.unstableFieldRef);
33990
+ }), U = dn(S, Y.unstableFieldRef);
33983
33991
  return {
33984
33992
  renderPicker: () => /* @__PURE__ */ h.jsxs(lI, {
33985
- contextValue: U,
33993
+ contextValue: W,
33986
33994
  localeText: E,
33987
33995
  children: [/* @__PURE__ */ h.jsx(X, H({}, Y, {
33988
33996
  slots: G,
33989
33997
  slotProps: L,
33990
- unstableFieldRef: W
33998
+ unstableFieldRef: U
33991
33999
  })), /* @__PURE__ */ h.jsx(iN, H({
33992
34000
  role: "dialog",
33993
34001
  placement: "bottom-start",
@@ -34261,7 +34269,7 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34261
34269
  state: "selectedSections"
34262
34270
  }), M = (N) => {
34263
34271
  j(N), v == null || v(N);
34264
- }, Q = y.useMemo(() => Qf(T, P.sections), [T, P.sections]), U = Q === "all" ? 0 : Q, K = ({
34272
+ }, Q = y.useMemo(() => Qf(T, P.sections), [T, P.sections]), W = Q === "all" ? 0 : Q, K = ({
34265
34273
  value: N,
34266
34274
  referenceValue: $,
34267
34275
  sections: X
@@ -34295,9 +34303,9 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34295
34303
  sections: I(a.emptyValue)
34296
34304
  });
34297
34305
  }, F = () => {
34298
- if (U == null)
34306
+ if (W == null)
34299
34307
  return;
34300
- const N = P.sections[U], $ = s.getActiveDateManager(t, P, N), Y = $.getSections(P.sections).filter((L) => L.value !== "").length === (N.value === "" ? 0 : 1), G = V(U, ""), Z = Y ? null : t.getInvalidDate(), oe = $.getNewValuesFromNewActiveDate(Z);
34308
+ const N = P.sections[W], $ = s.getActiveDateManager(t, P, N), Y = $.getSections(P.sections).filter((L) => L.value !== "").length === (N.value === "" ? 0 : 1), G = V(W, ""), Z = Y ? null : t.getInvalidDate(), oe = $.getNewValuesFromNewActiveDate(Z);
34301
34309
  K(H({}, oe, {
34302
34310
  sections: G
34303
34311
  }));
@@ -34329,15 +34337,15 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34329
34337
  newSectionValue: $,
34330
34338
  shouldGoToNextSection: X
34331
34339
  }) => {
34332
- X && U < P.sections.length - 1 && M(U + 1);
34333
- const Y = s.getActiveDateManager(t, P, N), G = V(U, $), Z = Y.getSections(G), oe = cQ(t, Z, B);
34334
- let L, W;
34340
+ X && W < P.sections.length - 1 && M(W + 1);
34341
+ const Y = s.getActiveDateManager(t, P, N), G = V(W, $), Z = Y.getSections(G), oe = cQ(t, Z, B);
34342
+ let L, U;
34335
34343
  if (oe != null && t.isValid(oe)) {
34336
34344
  const ee = Fy(t, oe, Z, Y.referenceDate, !0);
34337
- L = Y.getNewValuesFromNewActiveDate(ee), W = !0;
34345
+ L = Y.getNewValuesFromNewActiveDate(ee), U = !0;
34338
34346
  } else
34339
- L = Y.getNewValuesFromNewActiveDate(oe), W = (oe != null && !t.isValid(oe)) != (Y.date != null && !t.isValid(Y.date));
34340
- return W ? K(H({}, L, {
34347
+ L = Y.getNewValuesFromNewActiveDate(oe), U = (oe != null && !t.isValid(oe)) != (Y.date != null && !t.isValid(Y.date));
34348
+ return U ? K(H({}, L, {
34341
34349
  sections: G
34342
34350
  })) : O((ee) => H({}, ee, L, {
34343
34351
  sections: G,
@@ -34360,7 +34368,7 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34360
34368
  }));
34361
34369
  }, [R]), {
34362
34370
  state: P,
34363
- activeSectionIndex: U,
34371
+ activeSectionIndex: W,
34364
34372
  parsedSelectedSections: Q,
34365
34373
  setSelectedSections: M,
34366
34374
  clearValue: z,
@@ -34562,47 +34570,47 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34562
34570
  syncSelectionToDOM: () => {
34563
34571
  if (!B.current)
34564
34572
  return;
34565
- const W = document.getSelection();
34566
- if (!W)
34573
+ const U = document.getSelection();
34574
+ if (!U)
34567
34575
  return;
34568
34576
  if (g == null) {
34569
- W.rangeCount > 0 && B.current.getRoot().contains(W.getRangeAt(0).startContainer) && W.removeAllRanges(), T && B.current.getRoot().blur();
34577
+ U.rangeCount > 0 && B.current.getRoot().contains(U.getRangeAt(0).startContainer) && U.removeAllRanges(), T && B.current.getRoot().blur();
34570
34578
  return;
34571
34579
  }
34572
34580
  if (!B.current.getRoot().contains(Wt(document)))
34573
34581
  return;
34574
34582
  const ee = new window.Range();
34575
34583
  let _;
34576
- g === "all" ? _ = B.current.getRoot() : b.sections[g].type === "empty" ? _ = B.current.getSectionContainer(g) : _ = B.current.getSectionContent(g), ee.selectNodeContents(_), _.focus(), W.removeAllRanges(), W.addRange(ee);
34584
+ g === "all" ? _ = B.current.getRoot() : b.sections[g].type === "empty" ? _ = B.current.getSectionContainer(g) : _ = B.current.getSectionContent(g), ee.selectNodeContents(_), _.focus(), U.removeAllRanges(), U.addRange(ee);
34577
34585
  },
34578
34586
  getActiveSectionIndexFromDOM: () => {
34579
- const W = Wt(document);
34580
- return !W || !B.current || !B.current.getRoot().contains(W) ? null : B.current.getSectionIndexFromDOMElement(W);
34587
+ const U = Wt(document);
34588
+ return !U || !B.current || !B.current.getRoot().contains(U) ? null : B.current.getSectionIndexFromDOMElement(U);
34581
34589
  },
34582
- focusField: (W = 0) => {
34590
+ focusField: (U = 0) => {
34583
34591
  if (!B.current || // if the field is already focused, we don't need to focus it again
34584
34592
  M.getActiveSectionIndexFromDOM() != null)
34585
34593
  return;
34586
- const ee = Qf(W, b.sections);
34594
+ const ee = Qf(U, b.sections);
34587
34595
  j(!0), B.current.getSectionContent(ee).focus();
34588
34596
  },
34589
- setSelectedSections: (W) => {
34597
+ setSelectedSections: (U) => {
34590
34598
  if (!B.current)
34591
34599
  return;
34592
- const ee = Qf(W, b.sections);
34593
- j((ee === "all" ? 0 : ee) !== null), m(W);
34600
+ const ee = Qf(U, b.sections);
34601
+ j((ee === "all" ? 0 : ee) !== null), m(U);
34594
34602
  },
34595
34603
  isFieldFocused: () => {
34596
- const W = Wt(document);
34597
- return !!B.current && B.current.getRoot().contains(W);
34604
+ const U = Wt(document);
34605
+ return !!B.current && B.current.getRoot().contains(U);
34598
34606
  }
34599
- }), [g, m, b.sections, T]), Q = be((W) => {
34607
+ }), [g, m, b.sections, T]), Q = be((U) => {
34600
34608
  if (!B.current)
34601
34609
  return;
34602
- const ee = b.sections[W];
34603
- B.current.getSectionContent(W).innerHTML = ee.value || ee.placeholder, M.syncSelectionToDOM();
34604
- }), U = be((W, ...ee) => {
34605
- W.isDefaultPrevented() || !B.current || (j(!0), a == null || a(W, ...ee), g === "all" ? setTimeout(() => {
34610
+ const ee = b.sections[U];
34611
+ B.current.getSectionContent(U).innerHTML = ee.value || ee.placeholder, M.syncSelectionToDOM();
34612
+ }), W = be((U, ...ee) => {
34613
+ U.isDefaultPrevented() || !B.current || (j(!0), a == null || a(U, ...ee), g === "all" ? setTimeout(() => {
34606
34614
  const _ = document.getSelection().getRangeAt(0).startOffset;
34607
34615
  if (_ === 0) {
34608
34616
  m(C.startIndex);
@@ -34614,54 +34622,54 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34614
34622
  ie += 1, J += `${ue.startSeparator}${ue.value || ue.placeholder}${ue.endSeparator}`.length;
34615
34623
  }
34616
34624
  m(ie - 1);
34617
- }) : T ? B.current.getRoot().contains(W.target) || m(C.startIndex) : (j(!0), m(C.startIndex)));
34618
- }), K = be((W) => {
34619
- if (l == null || l(W), !B.current || g !== "all")
34625
+ }) : T ? B.current.getRoot().contains(U.target) || m(C.startIndex) : (j(!0), m(C.startIndex)));
34626
+ }), K = be((U) => {
34627
+ if (l == null || l(U), !B.current || g !== "all")
34620
34628
  return;
34621
- const _ = W.target.textContent ?? "";
34629
+ const _ = U.target.textContent ?? "";
34622
34630
  B.current.getRoot().innerHTML = b.sections.map((ie) => `${ie.startSeparator}${ie.value || ie.placeholder}${ie.endSeparator}`).join(""), M.syncSelectionToDOM(), _.length === 0 || _.charCodeAt(0) === 10 ? (A(), w(), m("all")) : _.length > 1 ? E(_) : (g === "all" && m(0), p({
34623
34631
  keyPressed: _,
34624
34632
  sectionIndex: 0
34625
34633
  }));
34626
- }), V = be((W) => {
34627
- if (c == null || c(W), n || g !== "all") {
34628
- W.preventDefault();
34634
+ }), V = be((U) => {
34635
+ if (c == null || c(U), n || g !== "all") {
34636
+ U.preventDefault();
34629
34637
  return;
34630
34638
  }
34631
- const ee = W.clipboardData.getData("text");
34632
- W.preventDefault(), A(), E(ee);
34633
- }), z = be((...W) => {
34634
- if (s == null || s(...W), T || !B.current)
34639
+ const ee = U.clipboardData.getData("text");
34640
+ U.preventDefault(), A(), E(ee);
34641
+ }), z = be((...U) => {
34642
+ if (s == null || s(...U), T || !B.current)
34635
34643
  return;
34636
34644
  j(!0), B.current.getSectionIndexFromDOMElement(Wt(document)) != null || m(C.startIndex);
34637
- }), F = be((...W) => {
34638
- i == null || i(...W), setTimeout(() => {
34645
+ }), F = be((...U) => {
34646
+ i == null || i(...U), setTimeout(() => {
34639
34647
  if (!B.current)
34640
34648
  return;
34641
34649
  const ee = Wt(document);
34642
34650
  !B.current.getRoot().contains(ee) && (j(!1), m(null));
34643
34651
  });
34644
- }), se = be((W) => (ee) => {
34645
- ee.isDefaultPrevented() || m(W);
34646
- }), ae = be((W) => {
34647
- W.preventDefault();
34648
- }), te = be((W) => () => {
34649
- m(W);
34650
- }), N = be((W) => {
34651
- if (W.preventDefault(), n || t || typeof g != "number")
34652
+ }), se = be((U) => (ee) => {
34653
+ ee.isDefaultPrevented() || m(U);
34654
+ }), ae = be((U) => {
34655
+ U.preventDefault();
34656
+ }), te = be((U) => () => {
34657
+ m(U);
34658
+ }), N = be((U) => {
34659
+ if (U.preventDefault(), n || t || typeof g != "number")
34652
34660
  return;
34653
- const ee = b.sections[g], _ = W.clipboardData.getData("text"), ie = /^[a-zA-Z]+$/.test(_), J = /^[0-9]+$/.test(_), ue = /^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(_);
34661
+ const ee = b.sections[g], _ = U.clipboardData.getData("text"), ie = /^[a-zA-Z]+$/.test(_), J = /^[0-9]+$/.test(_), ue = /^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(_);
34654
34662
  ee.contentType === "letter" && ie || ee.contentType === "digit" && J || ee.contentType === "digit-with-letter" && ue ? (A(), x({
34655
34663
  activeSection: ee,
34656
34664
  newSectionValue: _,
34657
34665
  shouldGoToNextSection: !0
34658
34666
  })) : !ie && !J && (A(), E(_));
34659
- }), $ = be((W) => {
34660
- W.preventDefault(), W.dataTransfer.dropEffect = "none";
34661
- }), X = be((W) => {
34667
+ }), $ = be((U) => {
34668
+ U.preventDefault(), U.dataTransfer.dropEffect = "none";
34669
+ }), X = be((U) => {
34662
34670
  if (!B.current)
34663
34671
  return;
34664
- const ee = W.target, _ = ee.textContent ?? "", ie = B.current.getSectionIndexFromDOMElement(ee), J = b.sections[ie];
34672
+ const ee = U.target, _ = ee.textContent ?? "", ie = B.current.getSectionIndexFromDOMElement(ee), J = b.sections[ie];
34665
34673
  if (n || !B.current) {
34666
34674
  Q(ie);
34667
34675
  return;
@@ -34671,7 +34679,7 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34671
34679
  Q(ie);
34672
34680
  return;
34673
34681
  }
34674
- const ue = W.nativeEvent.inputType;
34682
+ const ue = U.nativeEvent.inputType;
34675
34683
  if (ue === "insertParagraph" || ue === "insertLineBreak") {
34676
34684
  Q(ie);
34677
34685
  return;
@@ -34689,16 +34697,16 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34689
34697
  if (g === "all")
34690
34698
  B.current.getRoot().focus();
34691
34699
  else if (typeof g == "number") {
34692
- const W = B.current.getSectionContent(g);
34693
- W && W.focus();
34700
+ const U = B.current.getSectionContent(g);
34701
+ U && U.focus();
34694
34702
  }
34695
34703
  }
34696
34704
  }, [g, T]);
34697
- const Y = y.useMemo(() => b.sections.reduce((W, ee) => (W[ee.type] = S[ee.type]({
34705
+ const Y = y.useMemo(() => b.sections.reduce((U, ee) => (U[ee.type] = S[ee.type]({
34698
34706
  currentDate: null,
34699
34707
  contentType: ee.contentType,
34700
34708
  format: ee.format
34701
- }), W), {}), [S, b.sections]), G = g === "all", Z = y.useMemo(() => b.sections.map((W, ee) => {
34709
+ }), U), {}), [S, b.sections]), G = g === "all", Z = y.useMemo(() => b.sections.map((U, ee) => {
34702
34710
  const _ = !G && !t && !n;
34703
34711
  return {
34704
34712
  container: {
@@ -34709,36 +34717,36 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34709
34717
  tabIndex: G || ee > 0 ? -1 : 0,
34710
34718
  contentEditable: !G && !t && !n,
34711
34719
  role: "spinbutton",
34712
- id: `${O}-${W.type}`,
34713
- "aria-labelledby": `${O}-${W.type}`,
34720
+ id: `${O}-${U.type}`,
34721
+ "aria-labelledby": `${O}-${U.type}`,
34714
34722
  "aria-readonly": n,
34715
- "aria-valuenow": mQ(W, P),
34716
- "aria-valuemin": Y[W.type].minimum,
34717
- "aria-valuemax": Y[W.type].maximum,
34718
- "aria-valuetext": W.value ? AQ(W, P) : I.empty,
34719
- "aria-label": I[W.type],
34723
+ "aria-valuenow": mQ(U, P),
34724
+ "aria-valuemin": Y[U.type].minimum,
34725
+ "aria-valuemax": Y[U.type].maximum,
34726
+ "aria-valuetext": U.value ? AQ(U, P) : I.empty,
34727
+ "aria-label": I[U.type],
34720
34728
  "aria-disabled": t,
34721
34729
  spellCheck: _ ? !1 : void 0,
34722
34730
  autoCapitalize: _ ? "off" : void 0,
34723
34731
  autoCorrect: _ ? "off" : void 0,
34724
34732
  [parseInt(y.version, 10) >= 17 ? "enterKeyHint" : "enterkeyhint"]: _ ? "next" : void 0,
34725
- children: W.value || W.placeholder,
34733
+ children: U.value || U.placeholder,
34726
34734
  onInput: X,
34727
34735
  onPaste: N,
34728
34736
  onFocus: te(ee),
34729
34737
  onDragOver: $,
34730
34738
  onMouseUp: ae,
34731
- inputMode: W.contentType === "letter" ? "text" : "numeric"
34739
+ inputMode: U.contentType === "letter" ? "text" : "numeric"
34732
34740
  },
34733
34741
  before: {
34734
- children: W.startSeparator
34742
+ children: U.startSeparator
34735
34743
  },
34736
34744
  after: {
34737
- children: W.endSeparator
34745
+ children: U.endSeparator
34738
34746
  }
34739
34747
  };
34740
- }), [b.sections, te, N, $, X, se, ae, t, n, G, I, P, Y, O]), oe = be((W) => {
34741
- E(W.target.value);
34748
+ }), [b.sections, te, N, $, X, se, ae, t, n, G, I, P, Y, O]), oe = be((U) => {
34749
+ E(U.target.value);
34742
34750
  }), L = y.useMemo(() => R ? "" : f.getV7HiddenInputValueFromSections(b.sections), [R, b.sections, f]);
34743
34751
  return y.useEffect(() => {
34744
34752
  if (B.current == null)
@@ -34754,7 +34762,7 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34754
34762
  focused: u ?? T,
34755
34763
  sectionListRef: D,
34756
34764
  onBlur: F,
34757
- onClick: U,
34765
+ onClick: W,
34758
34766
  onFocus: z,
34759
34767
  onInput: K,
34760
34768
  onPaste: V,
@@ -34854,7 +34862,7 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34854
34862
  X <= j[0].startInInput || X >= j[j.length - 1].endInInput ? Y = 1 : Y = j.findIndex((Z) => Z.startInInput - Z.startSeparator.length > X);
34855
34863
  const G = Y === -1 ? j.length - 1 : Y - 1;
34856
34864
  B(G);
34857
- }, U = be((...X) => {
34865
+ }, W = be((...X) => {
34858
34866
  i == null || i(...X);
34859
34867
  const Y = O.current;
34860
34868
  clearTimeout(n.current), n.current = setTimeout(() => {
@@ -34896,9 +34904,9 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34896
34904
  E(Z ? G : L);
34897
34905
  return;
34898
34906
  }
34899
- let W;
34907
+ let U;
34900
34908
  if (p === "all" && L.length === 1)
34901
- W = L;
34909
+ U = L;
34902
34910
  else {
34903
34911
  const ee = qo(g.getV6InputValueFromSections(j, P, t));
34904
34912
  let _ = -1, ie = -1;
@@ -34908,14 +34916,14 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34908
34916
  if (_ < J.start || ee.length - ie - 1 > J.end)
34909
34917
  return;
34910
34918
  const fe = L.length - ee.length + J.end - qo(J.endSeparator || "").length;
34911
- W = L.slice(J.start + qo(J.startSeparator || "").length, fe);
34919
+ U = L.slice(J.start + qo(J.startSeparator || "").length, fe);
34912
34920
  }
34913
- if (W.length === 0) {
34921
+ if (U.length === 0) {
34914
34922
  hQ() && S(oe), w(), C();
34915
34923
  return;
34916
34924
  }
34917
34925
  v({
34918
- keyPressed: W,
34926
+ keyPressed: U,
34919
34927
  sectionIndex: A
34920
34928
  });
34921
34929
  }), se = y.useMemo(() => u !== void 0 ? u : g.getV6InputValueFromSections(D(b.emptyValue), P, t), [u, g, D, b.emptyValue, P, t]), ae = y.useMemo(() => m.tempValueStrAndroid ?? g.getV6InputValueFromSections(m.sections, P, t), [m.sections, g, m.tempValueStrAndroid, P, t]);
@@ -34930,7 +34938,7 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34930
34938
  readOnly: d,
34931
34939
  onBlur: z,
34932
34940
  onClick: K,
34933
- onFocus: U,
34941
+ onFocus: W,
34934
34942
  onPaste: V,
34935
34943
  inputRef: T,
34936
34944
  // Additional
@@ -34983,7 +34991,7 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
34983
34991
  }), {
34984
34992
  resetCharacterQuery: T
34985
34993
  } = O, j = A.areValuesEqual(t, v.value, A.emptyValue), M = a ? aL : lL, Q = y.useMemo(() => gQ(v.sections, g && !a), [v.sections, g, a]), {
34986
- returnedValue: U,
34994
+ returnedValue: W,
34987
34995
  interactions: K
34988
34996
  } = M(H({}, e, b, O, {
34989
34997
  areAllSectionsEmpty: j,
@@ -35078,7 +35086,7 @@ const KN = Te(/* @__PURE__ */ h.jsx("path", {
35078
35086
  disabled: s,
35079
35087
  readOnly: l
35080
35088
  };
35081
- return H({}, e.forwardedProps, ae, te, U);
35089
+ return H({}, e.forwardedProps, ae, te, W);
35082
35090
  }, uL = ["clearable", "onClear", "InputProps", "sx", "slots", "slotProps"], dL = ["ownerState"], fL = (e) => {
35083
35091
  const t = sr(), {
35084
35092
  clearable: n,
@@ -35554,8 +35562,8 @@ const xL = ["elements", "areAllSectionsEmpty", "defaultValue", "label", "value",
35554
35562
  }, [T, a]);
35555
35563
  const M = H({}, r, T, {
35556
35564
  isRtl: O
35557
- }), Q = PL(M), U = (p == null ? void 0 : p.root) || Hl, K = et({
35558
- elementType: U,
35565
+ }), Q = PL(M), W = (p == null ? void 0 : p.root) || Hl, K = et({
35566
+ elementType: W,
35559
35567
  externalSlotProps: A == null ? void 0 : A.root,
35560
35568
  externalForwardedProps: B,
35561
35569
  additionalProps: {
@@ -35565,7 +35573,7 @@ const xL = ["elements", "areAllSectionsEmpty", "defaultValue", "label", "value",
35565
35573
  className: Q.root,
35566
35574
  ownerState: M
35567
35575
  }), V = (p == null ? void 0 : p.input) || bh;
35568
- return /* @__PURE__ */ h.jsxs(U, H({}, K, {
35576
+ return /* @__PURE__ */ h.jsxs(W, H({}, K, {
35569
35577
  children: [d, /* @__PURE__ */ h.jsx(hI, {
35570
35578
  sectionListRef: S,
35571
35579
  elements: i,
@@ -36515,12 +36523,12 @@ const UL = ["onFocus", "onBlur", "className", "color", "disabled", "error", "var
36515
36523
  id: M,
36516
36524
  name: Q,
36517
36525
  // Props used by FormHelperText
36518
- helperText: U,
36526
+ helperText: W,
36519
36527
  FormHelperTextProps: K,
36520
36528
  // Props used by InputLabel
36521
36529
  label: V,
36522
36530
  InputLabelProps: z
36523
- } = r, F = ke(r, UL), se = y.useRef(null), ae = dn(n, se), te = za(M), N = U && te ? `${te}-helper-text` : void 0, $ = V && te ? `${te}-label` : void 0, X = H({}, r, {
36531
+ } = r, F = ke(r, UL), se = y.useRef(null), ae = dn(n, se), te = za(M), N = W && te ? `${te}-helper-text` : void 0, $ = V && te ? `${te}-label` : void 0, X = H({}, r, {
36524
36532
  color: l,
36525
36533
  disabled: c,
36526
36534
  error: u,
@@ -36572,10 +36580,10 @@ const UL = ["onFocus", "onBlur", "className", "color", "disabled", "error", "var
36572
36580
  "aria-labelledby": $,
36573
36581
  "aria-describedby": N,
36574
36582
  "aria-live": N ? "polite" : void 0
36575
- }, p)), U && /* @__PURE__ */ h.jsx($p, H({
36583
+ }, p)), W && /* @__PURE__ */ h.jsx($p, H({
36576
36584
  id: N
36577
36585
  }, K, {
36578
- children: U
36586
+ children: W
36579
36587
  }))]
36580
36588
  }));
36581
36589
  });
@@ -37811,7 +37819,7 @@ function kz(e) {
37811
37819
  fixedWeekNumber: O,
37812
37820
  autoFocus: T,
37813
37821
  timezone: j
37814
- } = t, M = Nl(j), Q = Ez(t), U = fn(), K = AI({
37822
+ } = t, M = Nl(j), Q = Ez(t), W = fn(), K = AI({
37815
37823
  shouldDisableDate: E,
37816
37824
  shouldDisableMonth: C,
37817
37825
  shouldDisableYear: R,
@@ -37838,11 +37846,11 @@ function kz(e) {
37838
37846
  N(n.addDays(J, 7)), ie.preventDefault();
37839
37847
  break;
37840
37848
  case "ArrowLeft": {
37841
- const ue = n.addDays(J, U ? 1 : -1), fe = n.addMonths(J, U ? 1 : -1), ve = ta({
37849
+ const ue = n.addDays(J, W ? 1 : -1), fe = n.addMonths(J, W ? 1 : -1), ve = ta({
37842
37850
  utils: n,
37843
37851
  date: ue,
37844
- minDate: U ? ue : n.startOfMonth(fe),
37845
- maxDate: U ? n.endOfMonth(fe) : ue,
37852
+ minDate: W ? ue : n.startOfMonth(fe),
37853
+ maxDate: W ? n.endOfMonth(fe) : ue,
37846
37854
  isDateDisabled: K,
37847
37855
  timezone: j
37848
37856
  });
@@ -37850,11 +37858,11 @@ function kz(e) {
37850
37858
  break;
37851
37859
  }
37852
37860
  case "ArrowRight": {
37853
- const ue = n.addDays(J, U ? -1 : 1), fe = n.addMonths(J, U ? -1 : 1), ve = ta({
37861
+ const ue = n.addDays(J, W ? -1 : 1), fe = n.addMonths(J, W ? -1 : 1), ve = ta({
37854
37862
  utils: n,
37855
37863
  date: ue,
37856
- minDate: U ? n.startOfMonth(fe) : ue,
37857
- maxDate: U ? ue : n.endOfMonth(fe),
37864
+ minDate: W ? n.startOfMonth(fe) : ue,
37865
+ maxDate: W ? ue : n.endOfMonth(fe),
37858
37866
  isDateDisabled: K,
37859
37867
  timezone: j
37860
37868
  });
@@ -37876,7 +37884,7 @@ function kz(e) {
37876
37884
  }
37877
37885
  }), X = be((ie, J) => N(J)), Y = be((ie, J) => {
37878
37886
  z && n.isSameDay(se, J) && (D == null || D(!1));
37879
- }), G = n.getMonth(a), Z = n.getYear(a), oe = y.useMemo(() => s.filter((ie) => !!ie).map((ie) => n.startOfDay(ie)), [n, s]), L = `${Z}-${G}`, W = y.useMemo(() => /* @__PURE__ */ y.createRef(), [L]), ee = y.useMemo(() => {
37887
+ }), G = n.getMonth(a), Z = n.getYear(a), oe = y.useMemo(() => s.filter((ie) => !!ie).map((ie) => n.startOfDay(ie)), [n, s]), L = `${Z}-${G}`, U = y.useMemo(() => /* @__PURE__ */ y.createRef(), [L]), ee = y.useMemo(() => {
37880
37888
  const ie = n.startOfMonth(a), J = n.endOfMonth(a);
37881
37889
  return K(se) || n.isAfterDay(se, J) || n.isBeforeDay(se, ie) ? ta({
37882
37890
  utils: n,
@@ -37929,9 +37937,9 @@ function kz(e) {
37929
37937
  slideDirection: m,
37930
37938
  className: de(i, Q.slideTransition)
37931
37939
  }, g, {
37932
- nodeRef: W,
37940
+ nodeRef: U,
37933
37941
  children: /* @__PURE__ */ h.jsx(Bz, {
37934
- ref: W,
37942
+ ref: U,
37935
37943
  role: "rowgroup",
37936
37944
  className: Q.monthContainer,
37937
37945
  children: _.map((ie, J) => /* @__PURE__ */ h.jsxs(Oz, {
@@ -38169,7 +38177,7 @@ const Yz = q("div", {
38169
38177
  }),
38170
38178
  []
38171
38179
  // eslint-disable-line react-hooks/exhaustive-deps
38172
- ), U = r, K = Fz(U), V = y.useMemo(() => M.getMonth(T), [M, T]), z = y.useMemo(() => I != null ? M.getMonth(I) : null, [I, M]), [F, se] = y.useState(() => z || M.getMonth(Q)), [ae, te] = Xr({
38180
+ ), W = r, K = Fz(W), V = y.useMemo(() => M.getMonth(T), [M, T]), z = y.useMemo(() => I != null ? M.getMonth(I) : null, [I, M]), [F, se] = y.useState(() => z || M.getMonth(Q)), [ae, te] = Xr({
38173
38181
  name: "MonthCalendar",
38174
38182
  state: "hasFocus",
38175
38183
  controlled: w,
@@ -38177,12 +38185,12 @@ const Yz = q("div", {
38177
38185
  }), N = be((L) => {
38178
38186
  te(L), x && x(L);
38179
38187
  }), $ = y.useCallback((L) => {
38180
- const W = M.startOfMonth(d && M.isAfter(T, p) ? T : p), ee = M.startOfMonth(u && M.isBefore(T, f) ? T : f), _ = M.startOfMonth(L);
38181
- return M.isBefore(_, W) || M.isAfter(_, ee) ? !0 : m ? m(_) : !1;
38182
- }, [u, d, f, p, T, m, M]), X = be((L, W) => {
38188
+ const U = M.startOfMonth(d && M.isAfter(T, p) ? T : p), ee = M.startOfMonth(u && M.isBefore(T, f) ? T : f), _ = M.startOfMonth(L);
38189
+ return M.isBefore(_, U) || M.isAfter(_, ee) ? !0 : m ? m(_) : !1;
38190
+ }, [u, d, f, p, T, m, M]), X = be((L, U) => {
38183
38191
  if (g)
38184
38192
  return;
38185
- const ee = M.setMonth(I ?? Q, W);
38193
+ const ee = M.setMonth(I ?? Q, U);
38186
38194
  P(ee);
38187
38195
  }), Y = be((L) => {
38188
38196
  $(M.setMonth(I ?? Q, L)) || (se(L), N(!0), v && v(L));
@@ -38190,46 +38198,46 @@ const Yz = q("div", {
38190
38198
  y.useEffect(() => {
38191
38199
  se((L) => z !== null && L !== z ? z : L);
38192
38200
  }, [z]);
38193
- const G = be((L, W) => {
38201
+ const G = be((L, U) => {
38194
38202
  switch (L.key) {
38195
38203
  case "ArrowUp":
38196
- Y((12 + W - 3) % 12), L.preventDefault();
38204
+ Y((12 + U - 3) % 12), L.preventDefault();
38197
38205
  break;
38198
38206
  case "ArrowDown":
38199
- Y((12 + W + 3) % 12), L.preventDefault();
38207
+ Y((12 + U + 3) % 12), L.preventDefault();
38200
38208
  break;
38201
38209
  case "ArrowLeft":
38202
- Y((12 + W + (j ? 1 : -1)) % 12), L.preventDefault();
38210
+ Y((12 + U + (j ? 1 : -1)) % 12), L.preventDefault();
38203
38211
  break;
38204
38212
  case "ArrowRight":
38205
- Y((12 + W + (j ? -1 : 1)) % 12), L.preventDefault();
38213
+ Y((12 + U + (j ? -1 : 1)) % 12), L.preventDefault();
38206
38214
  break;
38207
38215
  }
38208
- }), Z = be((L, W) => {
38209
- Y(W);
38210
- }), oe = be((L, W) => {
38211
- F === W && N(!1);
38216
+ }), Z = be((L, U) => {
38217
+ Y(U);
38218
+ }), oe = be((L, U) => {
38219
+ F === U && N(!1);
38212
38220
  });
38213
38221
  return /* @__PURE__ */ h.jsx(Yz, H({
38214
38222
  ref: n,
38215
38223
  className: de(K.root, i),
38216
- ownerState: U,
38224
+ ownerState: W,
38217
38225
  role: "radiogroup",
38218
38226
  "aria-labelledby": R
38219
38227
  }, D, {
38220
38228
  children: ih(M, I ?? Q).map((L) => {
38221
- const W = M.getMonth(L), ee = M.format(L, "monthShort"), _ = M.format(L, "month"), ie = W === z, J = c || $(L);
38229
+ const U = M.getMonth(L), ee = M.format(L, "monthShort"), _ = M.format(L, "month"), ie = U === z, J = c || $(L);
38222
38230
  return /* @__PURE__ */ h.jsx(Lz, {
38223
38231
  selected: ie,
38224
- value: W,
38232
+ value: U,
38225
38233
  onClick: X,
38226
38234
  onKeyDown: G,
38227
- autoFocus: ae && W === F,
38235
+ autoFocus: ae && U === F,
38228
38236
  disabled: J,
38229
- tabIndex: W === F && !J ? 0 : -1,
38237
+ tabIndex: U === F && !J ? 0 : -1,
38230
38238
  onFocus: Z,
38231
38239
  onBlur: oe,
38232
- "aria-current": V === W ? "date" : void 0,
38240
+ "aria-current": V === U ? "date" : void 0,
38233
38241
  "aria-label": _,
38234
38242
  monthsPerRow: E,
38235
38243
  slots: S,
@@ -38543,7 +38551,7 @@ const e4 = q("div", {
38543
38551
  referenceDate: c,
38544
38552
  onChange: m,
38545
38553
  valueManager: Wn
38546
- }), j = Nl(T), M = fn(), Q = dt(), U = y.useMemo(
38554
+ }), j = Nl(T), M = fn(), Q = dt(), W = y.useMemo(
38547
38555
  () => Wn.getInitialReferenceValue({
38548
38556
  value: P,
38549
38557
  utils: Q,
@@ -38554,7 +38562,7 @@ const e4 = q("div", {
38554
38562
  }),
38555
38563
  []
38556
38564
  // eslint-disable-line react-hooks/exhaustive-deps
38557
- ), K = r, V = $z(K), z = y.useMemo(() => Q.getYear(j), [Q, j]), F = y.useMemo(() => P != null ? Q.getYear(P) : null, [P, Q]), [se, ae] = y.useState(() => F || Q.getYear(U)), [te, N] = Xr({
38565
+ ), K = r, V = $z(K), z = y.useMemo(() => Q.getYear(j), [Q, j]), F = y.useMemo(() => P != null ? Q.getYear(P) : null, [P, Q]), [se, ae] = y.useState(() => F || Q.getYear(W)), [te, N] = Xr({
38558
38566
  name: "YearCalendar",
38559
38567
  state: "hasFocus",
38560
38568
  controlled: w,
@@ -38571,10 +38579,10 @@ const e4 = q("div", {
38571
38579
  }, [d, f, p, A, j, b, Q]), Y = be((ue, fe) => {
38572
38580
  if (g)
38573
38581
  return;
38574
- const ve = Q.setYear(P ?? U, fe);
38582
+ const ve = Q.setYear(P ?? W, fe);
38575
38583
  O(ve);
38576
38584
  }), G = be((ue) => {
38577
- X(Q.setYear(P ?? U, ue)) || (ae(ue), $(!0), v == null || v(ue));
38585
+ X(Q.setYear(P ?? W, ue)) || (ae(ue), $(!0), v == null || v(ue));
38578
38586
  });
38579
38587
  y.useEffect(() => {
38580
38588
  ae((ue) => F !== null && ue !== F ? F : ue);
@@ -38594,7 +38602,7 @@ const e4 = q("div", {
38594
38602
  G(fe + oe), ue.preventDefault();
38595
38603
  break;
38596
38604
  }
38597
- }), W = be((ue, fe) => {
38605
+ }), U = be((ue, fe) => {
38598
38606
  G(fe);
38599
38607
  }), ee = be((ue, fe) => {
38600
38608
  se === fe && $(!1);
@@ -38626,7 +38634,7 @@ const e4 = q("div", {
38626
38634
  autoFocus: te && fe === se,
38627
38635
  disabled: Ce,
38628
38636
  tabIndex: fe === se && !Ce ? 0 : -1,
38629
- onFocus: W,
38637
+ onFocus: U,
38630
38638
  onBlur: ee,
38631
38639
  "aria-current": z === fe ? "date" : void 0,
38632
38640
  yearsPerRow: C,
@@ -39016,7 +39024,7 @@ const p4 = ["slots", "slotProps", "currentMonth", "disabled", "disableFuture", "
39016
39024
  externalSlotProps: l == null ? void 0 : l.switchViewIcon,
39017
39025
  ownerState: B,
39018
39026
  className: D.switchViewIcon
39019
- }), j = ke(T, h4), M = () => m(i.addMonths(c, 1), "left"), Q = () => m(i.addMonths(c, -1), "right"), U = d4(c, {
39027
+ }), j = ke(T, h4), M = () => m(i.addMonths(c, 1), "left"), Q = () => m(i.addMonths(c, -1), "right"), W = d4(c, {
39020
39028
  disableFuture: d,
39021
39029
  maxDate: p,
39022
39030
  timezone: C
@@ -39069,7 +39077,7 @@ const p4 = ["slots", "slotProps", "currentMonth", "disabled", "disableFuture", "
39069
39077
  isPreviousDisabled: K,
39070
39078
  previousLabel: r.previousMonth,
39071
39079
  onGoToNext: M,
39072
- isNextDisabled: U,
39080
+ isNextDisabled: W,
39073
39081
  nextLabel: r.nextMonth
39074
39082
  })
39075
39083
  })]
@@ -39200,7 +39208,7 @@ const R4 = q(E4, {
39200
39208
  onFocusedViewChange: j,
39201
39209
  showDaysOutsideCurrentMonth: M,
39202
39210
  fixedWeekNumber: Q,
39203
- dayOfWeekFormatter: U,
39211
+ dayOfWeekFormatter: W,
39204
39212
  slots: K,
39205
39213
  slotProps: V,
39206
39214
  loading: z,
@@ -39225,7 +39233,7 @@ const R4 = q(E4, {
39225
39233
  }), {
39226
39234
  view: oe,
39227
39235
  setView: L,
39228
- focusedView: W,
39236
+ focusedView: U,
39229
39237
  setFocusedView: ee,
39230
39238
  goToNextView: _,
39231
39239
  setValueAndGoToNextView: ie
@@ -39257,7 +39265,7 @@ const R4 = q(E4, {
39257
39265
  disablePast: p,
39258
39266
  disableFuture: f,
39259
39267
  timezone: Z
39260
- }), ze = B && Y || I, ft = B && Y || P, St = `${i}-grid-label`, gt = W !== null, tt = (K == null ? void 0 : K.calendarHeader) ?? wI, $e = et({
39268
+ }), ze = B && Y || I, ft = B && Y || P, St = `${i}-grid-label`, gt = U !== null, tt = (K == null ? void 0 : K.calendarHeader) ?? wI, $e = et({
39261
39269
  elementType: tt,
39262
39270
  externalSlotProps: V == null ? void 0 : V.calendarHeader,
39263
39271
  additionalProps: {
@@ -39322,8 +39330,8 @@ const R4 = q(E4, {
39322
39330
  slotProps: V
39323
39331
  }, Me = y.useRef(oe);
39324
39332
  y.useEffect(() => {
39325
- Me.current !== oe && (W === Me.current && ee(oe, !0), Me.current = oe);
39326
- }, [W, ee, oe]);
39333
+ Me.current !== oe && (U === Me.current && ee(oe, !0), Me.current = oe);
39334
+ }, [U, ee, oe]);
39327
39335
  const nt = y.useMemo(() => [Y], [Y]);
39328
39336
  return /* @__PURE__ */ h.jsxs(R4, H({
39329
39337
  ref: n,
@@ -39370,7 +39378,7 @@ const R4 = q(E4, {
39370
39378
  onFocusedViewChange: (Ve) => ee("day", Ve),
39371
39379
  showDaysOutsideCurrentMonth: M,
39372
39380
  fixedWeekNumber: Q,
39373
- dayOfWeekFormatter: U,
39381
+ dayOfWeekFormatter: W,
39374
39382
  displayWeekNumber: se,
39375
39383
  loading: z,
39376
39384
  renderLoading: F
@@ -39641,7 +39649,7 @@ const _o = ({
39641
39649
  disabled: j,
39642
39650
  showDaysOutsideCurrentMonth: M,
39643
39651
  dayOfWeekFormatter: Q,
39644
- sx: U,
39652
+ sx: W,
39645
39653
  autoFocus: K,
39646
39654
  fixedWeekNumber: V,
39647
39655
  displayWeekNumber: z,
@@ -39680,7 +39688,7 @@ const _o = ({
39680
39688
  disabled: j,
39681
39689
  showDaysOutsideCurrentMonth: M,
39682
39690
  dayOfWeekFormatter: Q,
39683
- sx: U,
39691
+ sx: W,
39684
39692
  autoFocus: K,
39685
39693
  fixedWeekNumber: V,
39686
39694
  displayWeekNumber: z,
@@ -40339,7 +40347,7 @@ const T4 = q(_p, {
40339
40347
  fullWidth: g,
40340
40348
  maxWidth: b,
40341
40349
  scroll: S
40342
- }, M = M4(j), Q = y.useRef(), U = (ee) => {
40350
+ }, M = M4(j), Q = y.useRef(), W = (ee) => {
40343
40351
  Q.current = ee.target === ee.currentTarget;
40344
40352
  }, K = (ee) => {
40345
40353
  w && w(ee), Q.current && (Q.current = null, v && v(ee), x && x(ee, "backdropClick"));
@@ -40379,7 +40387,7 @@ const T4 = q(_p, {
40379
40387
  externalForwardedProps: ae,
40380
40388
  ownerState: j,
40381
40389
  className: de(M.container)
40382
- }), [L, W] = Pe("transition", {
40390
+ }), [L, U] = Pe("transition", {
40383
40391
  elementType: wr,
40384
40392
  externalForwardedProps: ae,
40385
40393
  ownerState: j,
@@ -40409,9 +40417,9 @@ const T4 = q(_p, {
40409
40417
  ...N,
40410
40418
  ...T,
40411
40419
  children: /* @__PURE__ */ h.jsx(L, {
40412
- ...W,
40420
+ ...U,
40413
40421
  children: /* @__PURE__ */ h.jsx(Z, {
40414
- onMouseDown: U,
40422
+ onMouseDown: W,
40415
40423
  ...oe,
40416
40424
  children: /* @__PURE__ */ h.jsx(Y, {
40417
40425
  as: C,
@@ -40695,14 +40703,14 @@ const F4 = ["props", "getOpenDialogAriaText"], V4 = (e) => {
40695
40703
  const M = H({
40696
40704
  textField: i.textField
40697
40705
  }, j.slots), Q = i.layout ?? mh;
40698
- let U = C;
40699
- R && (g ? U = `${C}-label` : U = void 0);
40706
+ let W = C;
40707
+ R && (g ? W = `${C}-label` : W = void 0);
40700
40708
  const K = H({}, a, {
40701
40709
  toolbar: H({}, a == null ? void 0 : a.toolbar, {
40702
40710
  titleId: C
40703
40711
  }),
40704
40712
  mobilePaper: H({
40705
- "aria-labelledby": U
40713
+ "aria-labelledby": W
40706
40714
  }, a == null ? void 0 : a.mobilePaper)
40707
40715
  }), V = dn(E, j.unstableFieldRef);
40708
40716
  return {
@@ -42074,7 +42082,7 @@ const aH = (e) => {
42074
42082
  };
42075
42083
  let Q = l;
42076
42084
  O && typeof Q > "u" && (Q = O.disabled);
42077
- const U = C === "checkbox" || C === "radio", K = {
42085
+ const W = C === "checkbox" || C === "radio", K = {
42078
42086
  ...t,
42079
42087
  checked: I,
42080
42088
  disabled: Q,
@@ -42132,7 +42140,7 @@ const aH = (e) => {
42132
42140
  checked: i,
42133
42141
  defaultChecked: s,
42134
42142
  disabled: Q,
42135
- id: U ? f : void 0,
42143
+ id: W ? f : void 0,
42136
42144
  name: m,
42137
42145
  readOnly: w,
42138
42146
  required: x,
@@ -43057,7 +43065,7 @@ const _y = xe("MuiAlert", ["root", "action", "icon", "message", "filled", "color
43057
43065
  elementType: Dr,
43058
43066
  externalForwardedProps: R,
43059
43067
  ownerState: E
43060
- }), [U, K] = Pe("closeIcon", {
43068
+ }), [W, K] = Pe("closeIcon", {
43061
43069
  elementType: y0,
43062
43070
  externalForwardedProps: R,
43063
43071
  ownerState: E
@@ -43082,7 +43090,7 @@ const _y = xe("MuiAlert", ["root", "action", "icon", "message", "filled", "color
43082
43090
  color: "inherit",
43083
43091
  onClick: A,
43084
43092
  ...Q,
43085
- children: /* @__PURE__ */ h.jsx(U, {
43093
+ children: /* @__PURE__ */ h.jsx(W, {
43086
43094
  fontSize: "small",
43087
43095
  ...K
43088
43096
  })