@codeplex-sac/ui 0.0.3 → 0.0.5

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/index.mjs CHANGED
@@ -15,28 +15,28 @@ var Fs;
15
15
  function Hd() {
16
16
  if (Fs) return He;
17
17
  Fs = 1;
18
- var e = typeof Symbol == "function" && Symbol.for, o = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, n = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, r = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, c = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, d = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, f = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, g = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, b = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, h = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, p = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, y = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, v = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, O = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
19
- function w(T) {
20
- if (typeof T == "object" && T !== null) {
21
- var E = T.$$typeof;
18
+ var e = typeof Symbol == "function" && Symbol.for, o = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, n = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, r = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, c = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, d = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, f = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, g = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, b = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, h = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, p = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, y = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, v = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, T = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
19
+ function w(O) {
20
+ if (typeof O == "object" && O !== null) {
21
+ var E = O.$$typeof;
22
22
  switch (E) {
23
23
  case o:
24
- switch (T = T.type, T) {
24
+ switch (O = O.type, O) {
25
25
  case c:
26
26
  case u:
27
27
  case r:
28
28
  case i:
29
29
  case a:
30
30
  case f:
31
- return T;
31
+ return O;
32
32
  default:
33
- switch (T = T && T.$$typeof, T) {
33
+ switch (O = O && O.$$typeof, O) {
34
34
  case l:
35
35
  case d:
36
36
  case h:
37
37
  case b:
38
38
  case s:
39
- return T;
39
+ return O;
40
40
  default:
41
41
  return E;
42
42
  }
@@ -46,45 +46,45 @@ function Hd() {
46
46
  }
47
47
  }
48
48
  }
49
- function C(T) {
50
- return w(T) === u;
51
- }
52
- return He.AsyncMode = c, He.ConcurrentMode = u, He.ContextConsumer = l, He.ContextProvider = s, He.Element = o, He.ForwardRef = d, He.Fragment = r, He.Lazy = h, He.Memo = b, He.Portal = n, He.Profiler = i, He.StrictMode = a, He.Suspense = f, He.isAsyncMode = function(T) {
53
- return C(T) || w(T) === c;
54
- }, He.isConcurrentMode = C, He.isContextConsumer = function(T) {
55
- return w(T) === l;
56
- }, He.isContextProvider = function(T) {
57
- return w(T) === s;
58
- }, He.isElement = function(T) {
59
- return typeof T == "object" && T !== null && T.$$typeof === o;
60
- }, He.isForwardRef = function(T) {
61
- return w(T) === d;
62
- }, He.isFragment = function(T) {
63
- return w(T) === r;
64
- }, He.isLazy = function(T) {
65
- return w(T) === h;
66
- }, He.isMemo = function(T) {
67
- return w(T) === b;
68
- }, He.isPortal = function(T) {
69
- return w(T) === n;
70
- }, He.isProfiler = function(T) {
71
- return w(T) === i;
72
- }, He.isStrictMode = function(T) {
73
- return w(T) === a;
74
- }, He.isSuspense = function(T) {
75
- return w(T) === f;
76
- }, He.isValidElementType = function(T) {
77
- return typeof T == "string" || typeof T == "function" || T === r || T === u || T === i || T === a || T === f || T === g || typeof T == "object" && T !== null && (T.$$typeof === h || T.$$typeof === b || T.$$typeof === s || T.$$typeof === l || T.$$typeof === d || T.$$typeof === y || T.$$typeof === v || T.$$typeof === O || T.$$typeof === p);
49
+ function C(O) {
50
+ return w(O) === u;
51
+ }
52
+ return He.AsyncMode = c, He.ConcurrentMode = u, He.ContextConsumer = l, He.ContextProvider = s, He.Element = o, He.ForwardRef = d, He.Fragment = r, He.Lazy = h, He.Memo = b, He.Portal = n, He.Profiler = i, He.StrictMode = a, He.Suspense = f, He.isAsyncMode = function(O) {
53
+ return C(O) || w(O) === c;
54
+ }, He.isConcurrentMode = C, He.isContextConsumer = function(O) {
55
+ return w(O) === l;
56
+ }, He.isContextProvider = function(O) {
57
+ return w(O) === s;
58
+ }, He.isElement = function(O) {
59
+ return typeof O == "object" && O !== null && O.$$typeof === o;
60
+ }, He.isForwardRef = function(O) {
61
+ return w(O) === d;
62
+ }, He.isFragment = function(O) {
63
+ return w(O) === r;
64
+ }, He.isLazy = function(O) {
65
+ return w(O) === h;
66
+ }, He.isMemo = function(O) {
67
+ return w(O) === b;
68
+ }, He.isPortal = function(O) {
69
+ return w(O) === n;
70
+ }, He.isProfiler = function(O) {
71
+ return w(O) === i;
72
+ }, He.isStrictMode = function(O) {
73
+ return w(O) === a;
74
+ }, He.isSuspense = function(O) {
75
+ return w(O) === f;
76
+ }, He.isValidElementType = function(O) {
77
+ return typeof O == "string" || typeof O == "function" || O === r || O === u || O === i || O === a || O === f || O === g || typeof O == "object" && O !== null && (O.$$typeof === h || O.$$typeof === b || O.$$typeof === s || O.$$typeof === l || O.$$typeof === d || O.$$typeof === y || O.$$typeof === v || O.$$typeof === T || O.$$typeof === p);
78
78
  }, He.typeOf = w, He;
79
79
  }
80
80
  var qe = {};
81
81
  var zs;
82
82
  function qd() {
83
83
  return zs || (zs = 1, process.env.NODE_ENV !== "production" && (function() {
84
- var e = typeof Symbol == "function" && Symbol.for, o = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, n = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, r = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, c = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, d = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, f = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, g = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, b = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, h = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, p = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, y = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, v = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, O = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
84
+ var e = typeof Symbol == "function" && Symbol.for, o = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, n = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, r = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, c = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, d = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, f = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, g = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, b = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, h = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, p = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, y = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, v = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, T = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
85
85
  function w(U) {
86
86
  return typeof U == "string" || typeof U == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
87
- U === r || U === u || U === i || U === a || U === f || U === g || typeof U == "object" && U !== null && (U.$$typeof === h || U.$$typeof === b || U.$$typeof === s || U.$$typeof === l || U.$$typeof === d || U.$$typeof === y || U.$$typeof === v || U.$$typeof === O || U.$$typeof === p);
87
+ U === r || U === u || U === i || U === a || U === f || U === g || typeof U == "object" && U !== null && (U.$$typeof === h || U.$$typeof === b || U.$$typeof === s || U.$$typeof === l || U.$$typeof === d || U.$$typeof === y || U.$$typeof === v || U.$$typeof === T || U.$$typeof === p);
88
88
  }
89
89
  function C(U) {
90
90
  if (typeof U == "object" && U !== null) {
@@ -118,7 +118,7 @@ function qd() {
118
118
  }
119
119
  }
120
120
  }
121
- var T = c, E = u, P = l, $ = s, M = o, A = d, j = r, m = h, I = b, k = n, N = i, R = a, W = f, G = !1;
121
+ var O = c, E = u, P = l, $ = s, M = o, A = d, j = r, m = h, I = b, k = n, N = i, R = a, W = f, G = !1;
122
122
  function H(U) {
123
123
  return G || (G = !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.")), F(U) || C(U) === c;
124
124
  }
@@ -158,7 +158,7 @@ function qd() {
158
158
  function ce(U) {
159
159
  return C(U) === f;
160
160
  }
161
- qe.AsyncMode = T, qe.ConcurrentMode = E, qe.ContextConsumer = P, qe.ContextProvider = $, qe.Element = M, qe.ForwardRef = A, qe.Fragment = j, qe.Lazy = m, qe.Memo = I, qe.Portal = k, qe.Profiler = N, qe.StrictMode = R, qe.Suspense = W, qe.isAsyncMode = H, qe.isConcurrentMode = F, qe.isContextConsumer = L, qe.isContextProvider = X, qe.isElement = ee, qe.isForwardRef = ie, qe.isFragment = K, qe.isLazy = z, qe.isMemo = oe, qe.isPortal = ue, qe.isProfiler = J, qe.isStrictMode = Y, qe.isSuspense = ce, qe.isValidElementType = w, qe.typeOf = C;
161
+ qe.AsyncMode = O, qe.ConcurrentMode = E, qe.ContextConsumer = P, qe.ContextProvider = $, qe.Element = M, qe.ForwardRef = A, qe.Fragment = j, qe.Lazy = m, qe.Memo = I, qe.Portal = k, qe.Profiler = N, qe.StrictMode = R, qe.Suspense = W, qe.isAsyncMode = H, qe.isConcurrentMode = F, qe.isContextConsumer = L, qe.isContextProvider = X, qe.isElement = ee, qe.isForwardRef = ie, qe.isFragment = K, qe.isLazy = z, qe.isMemo = oe, qe.isPortal = ue, qe.isProfiler = J, qe.isStrictMode = Y, qe.isSuspense = ce, qe.isValidElementType = w, qe.typeOf = C;
162
162
  })()), qe;
163
163
  }
164
164
  var Vs;
@@ -304,10 +304,10 @@ function Yd() {
304
304
  object: v("object"),
305
305
  string: v("string"),
306
306
  symbol: v("symbol"),
307
- any: O(),
307
+ any: T(),
308
308
  arrayOf: w,
309
309
  element: C(),
310
- elementType: T(),
310
+ elementType: O(),
311
311
  instanceOf: E,
312
312
  node: A(),
313
313
  objectOf: $,
@@ -360,7 +360,7 @@ function Yd() {
360
360
  }
361
361
  return y(L);
362
362
  }
363
- function O() {
363
+ function T() {
364
364
  return y(s);
365
365
  }
366
366
  function w(F) {
@@ -392,7 +392,7 @@ function Yd() {
392
392
  }
393
393
  return y(F);
394
394
  }
395
- function T() {
395
+ function O() {
396
396
  function F(L, X, ee, ie, K) {
397
397
  var z = L[X];
398
398
  if (!e.isValidElementType(z)) {
@@ -1909,19 +1909,19 @@ function ff(e) {
1909
1909
  return Bc($r("", null, null, null, [""], e = jc(e), 0, [0], e));
1910
1910
  }
1911
1911
  function $r(e, o, n, r, a, i, s, l, c) {
1912
- for (var u = 0, d = 0, f = s, g = 0, b = 0, h = 0, p = 1, y = 1, v = 1, O = 0, w = "", C = a, T = i, E = r, P = w; y; )
1913
- switch (h = O, O = Bt()) {
1912
+ for (var u = 0, d = 0, f = s, g = 0, b = 0, h = 0, p = 1, y = 1, v = 1, T = 0, w = "", C = a, O = i, E = r, P = w; y; )
1913
+ switch (h = T, T = Bt()) {
1914
1914
  // (
1915
1915
  case 40:
1916
1916
  if (h != 108 && xt(P, f - 1) == 58) {
1917
- pi(P += We(Rr(O), "&", "&\f"), "&\f") != -1 && (v = -1);
1917
+ pi(P += We(Rr(T), "&", "&\f"), "&\f") != -1 && (v = -1);
1918
1918
  break;
1919
1919
  }
1920
1920
  // " ' [
1921
1921
  case 34:
1922
1922
  case 39:
1923
1923
  case 91:
1924
- P += Rr(O);
1924
+ P += Rr(T);
1925
1925
  break;
1926
1926
  // \t \n \r \s
1927
1927
  case 9:
@@ -1952,7 +1952,7 @@ function $r(e, o, n, r, a, i, s, l, c) {
1952
1952
  case 125 * p:
1953
1953
  case 59:
1954
1954
  case 0:
1955
- switch (O) {
1955
+ switch (T) {
1956
1956
  // \0 }
1957
1957
  case 0:
1958
1958
  case 125:
@@ -1966,9 +1966,9 @@ function $r(e, o, n, r, a, i, s, l, c) {
1966
1966
  P += ";";
1967
1967
  // { rule/at-rule
1968
1968
  default:
1969
- if (br(E = ol(P, o, n, u, d, a, l, w, C = [], T = [], f), i), O === 123)
1969
+ if (br(E = ol(P, o, n, u, d, a, l, w, C = [], O = [], f), i), T === 123)
1970
1970
  if (d === 0)
1971
- $r(P, o, E, E, C, i, f, l, T);
1971
+ $r(P, o, E, E, C, i, f, l, O);
1972
1972
  else
1973
1973
  switch (g === 99 && xt(P, 3) === 110 ? 100 : g) {
1974
1974
  // d l m s
@@ -1976,10 +1976,10 @@ function $r(e, o, n, r, a, i, s, l, c) {
1976
1976
  case 108:
1977
1977
  case 109:
1978
1978
  case 115:
1979
- $r(e, E, E, r && br(ol(e, E, E, 0, 0, a, l, w, a, C = [], f), T), a, T, f, l, r ? C : T);
1979
+ $r(e, E, E, r && br(ol(e, E, E, 0, 0, a, l, w, a, C = [], f), O), a, O, f, l, r ? C : O);
1980
1980
  break;
1981
1981
  default:
1982
- $r(P, E, E, E, [""], T, 0, l, T);
1982
+ $r(P, E, E, E, [""], O, 0, l, O);
1983
1983
  }
1984
1984
  }
1985
1985
  u = d = b = 0, p = v = 1, w = P = "", f = s;
@@ -1989,12 +1989,12 @@ function $r(e, o, n, r, a, i, s, l, c) {
1989
1989
  f = 1 + oo(P), b = h;
1990
1990
  default:
1991
1991
  if (p < 1) {
1992
- if (O == 123)
1992
+ if (T == 123)
1993
1993
  --p;
1994
- else if (O == 125 && p++ == 0 && lf() == 125)
1994
+ else if (T == 125 && p++ == 0 && lf() == 125)
1995
1995
  continue;
1996
1996
  }
1997
- switch (P += sa(O), O * p) {
1997
+ switch (P += sa(T), T * p) {
1998
1998
  // &
1999
1999
  case 38:
2000
2000
  v = d > 0 ? 1 : (P += "\f", -1);
@@ -2005,7 +2005,7 @@ function $r(e, o, n, r, a, i, s, l, c) {
2005
2005
  break;
2006
2006
  // @
2007
2007
  case 64:
2008
- ao() === 45 && (P += Rr(Bt())), g = ao(), d = f = oo(w = P += pf(kr())), O++;
2008
+ ao() === 45 && (P += Rr(Bt())), g = ao(), d = f = oo(w = P += pf(kr())), T++;
2009
2009
  break;
2010
2010
  // -
2011
2011
  case 45:
@@ -2016,8 +2016,8 @@ function $r(e, o, n, r, a, i, s, l, c) {
2016
2016
  }
2017
2017
  function ol(e, o, n, r, a, i, s, l, c, u, d) {
2018
2018
  for (var f = a - 1, g = a === 0 ? i : [""], b = Gi(g), h = 0, p = 0, y = 0; h < r; ++h)
2019
- for (var v = 0, O = qn(e, f + 1, f = tf(p = s[h])), w = e; v < b; ++v)
2020
- (w = Lc(p > 0 ? g[v] + " " + O : We(O, /&\f/g, g[v]))) && (c[y++] = w);
2019
+ for (var v = 0, T = qn(e, f + 1, f = tf(p = s[h])), w = e; v < b; ++v)
2020
+ (w = Lc(p > 0 ? g[v] + " " + T : We(T, /&\f/g, g[v]))) && (c[y++] = w);
2021
2021
  return ca(e, o, n, a === 0 ? Hi : l, c, u, d);
2022
2022
  }
2023
2023
  function mf(e, o, n) {
@@ -2314,8 +2314,8 @@ var wf = function(o, n, r, a) {
2314
2314
  })], g = hf(u.concat(a, f)), b = function(y) {
2315
2315
  return cn(ff(y), g);
2316
2316
  };
2317
- c = function(y, v, O, w) {
2318
- d = O, b(y ? y + "{" + v.styles + "}" : v.styles), w && (h.inserted[v.name] = !0);
2317
+ c = function(y, v, T, w) {
2318
+ d = T, b(y ? y + "{" + v.styles + "}" : v.styles), w && (h.inserted[v.name] = !0);
2319
2319
  };
2320
2320
  }
2321
2321
  var h = {
@@ -2383,10 +2383,10 @@ function Ef() {
2383
2383
  var v = f(p);
2384
2384
  v && v !== g && b(h, v, y);
2385
2385
  }
2386
- var O = c(p);
2387
- u && (O = O.concat(u(p)));
2388
- for (var w = s(h), C = s(p), T = 0; T < O.length; ++T) {
2389
- var E = O[T];
2386
+ var T = c(p);
2387
+ u && (T = T.concat(u(p)));
2388
+ for (var w = s(h), C = s(p), O = 0; O < T.length; ++O) {
2389
+ var E = T[O];
2390
2390
  if (!n[E] && !(y && y[E]) && !(C && C[E]) && !(w && w[E])) {
2391
2391
  var P = d(p, E);
2392
2392
  try {
@@ -2761,21 +2761,21 @@ var Ff = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|def
2761
2761
  for (var b = d.length, h = 1; h < b; h++)
2762
2762
  f.push(d[h], g[h]);
2763
2763
  }
2764
- var p = Xi(function(y, v, O) {
2765
- var w = u && y.as || a, C = "", T = [], E = y;
2764
+ var p = Xi(function(y, v, T) {
2765
+ var w = u && y.as || a, C = "", O = [], E = y;
2766
2766
  if (y.theme == null) {
2767
2767
  E = {};
2768
2768
  for (var P in y)
2769
2769
  E[P] = y[P];
2770
2770
  E.theme = x.useContext(ua);
2771
2771
  }
2772
- typeof y.className == "string" ? C = Vc(v.registered, T, y.className) : y.className != null && (C = y.className + " ");
2773
- var $ = nr(f.concat(T), v.registered, E);
2772
+ typeof y.className == "string" ? C = Vc(v.registered, O, y.className) : y.className != null && (C = y.className + " ");
2773
+ var $ = nr(f.concat(O), v.registered, E);
2774
2774
  C += v.key + "-" + $.name, s !== void 0 && (C += " " + s);
2775
2775
  var M = u && l === void 0 ? dl(w) : c, A = {};
2776
2776
  for (var j in y)
2777
2777
  u && j === "as" || M(j) && (A[j] = y[j]);
2778
- return A.className = C, O && (A.ref = O), /* @__PURE__ */ x.createElement(x.Fragment, null, /* @__PURE__ */ x.createElement(Wf, {
2778
+ return A.className = C, T && (A.ref = T), /* @__PURE__ */ x.createElement(x.Fragment, null, /* @__PURE__ */ x.createElement(Wf, {
2779
2779
  cache: v,
2780
2780
  serialized: $,
2781
2781
  isStringTag: typeof w == "string"
@@ -2786,10 +2786,10 @@ var Ff = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|def
2786
2786
  return "." + s;
2787
2787
  }
2788
2788
  }), p.withComponent = function(y, v) {
2789
- var O = e(y, Ar({}, n, v, {
2789
+ var T = e(y, Ar({}, n, v, {
2790
2790
  shouldForwardProp: pl(p, v, !0)
2791
2791
  }));
2792
- return O.apply(void 0, f);
2792
+ return T.apply(void 0, f);
2793
2793
  }, p;
2794
2794
  };
2795
2795
  }, Hf = [
@@ -3291,10 +3291,10 @@ function Qc(e = {}) {
3291
3291
  // For more details: https://github.com/mui/material-ui/pull/37908
3292
3292
  d && d !== "Root" && d !== "root" || !1
3293
3293
  ), v = g || !1;
3294
- let O = Xa;
3295
- d === "Root" || d === "root" ? O = r : d ? O = a : um(l) && (O = void 0);
3294
+ let T = Xa;
3295
+ d === "Root" || d === "root" ? T = r : d ? T = a : um(l) && (T = void 0);
3296
3296
  const w = Gc(l, {
3297
- shouldForwardProp: O,
3297
+ shouldForwardProp: T,
3298
3298
  label: lm(u, d),
3299
3299
  ...h
3300
3300
  }), C = (E) => {
@@ -3311,7 +3311,7 @@ function Qc(e = {}) {
3311
3311
  };
3312
3312
  }
3313
3313
  return E;
3314
- }, T = (...E) => {
3314
+ }, O = (...E) => {
3315
3315
  const P = [], $ = E.map(C), M = [];
3316
3316
  if (P.push(i), u && b && M.push(function(I) {
3317
3317
  const N = I.theme.components?.[u]?.styleOverrides;
@@ -3332,7 +3332,7 @@ function Qc(e = {}) {
3332
3332
  const A = [...P, ...$, ...M], j = w(...A);
3333
3333
  return l.muiName && (j.muiName = l.muiName), process.env.NODE_ENV !== "production" && (j.displayName = sm(u, d, l)), j;
3334
3334
  };
3335
- return w.withConfig && (T.withConfig = w.withConfig), T;
3335
+ return w.withConfig && (O.withConfig = w.withConfig), O;
3336
3336
  };
3337
3337
  }
3338
3338
  function sm(e, o, n) {
@@ -3638,12 +3638,12 @@ function Pm(e, o = {}) {
3638
3638
  [c]: p,
3639
3639
  ...y
3640
3640
  } = s;
3641
- if (Object.entries(y || {}).forEach(([C, T]) => {
3641
+ if (Object.entries(y || {}).forEach(([C, O]) => {
3642
3642
  const {
3643
3643
  vars: E,
3644
3644
  css: P,
3645
3645
  varsWithDefaults: $
3646
- } = Ja(T, o);
3646
+ } = Ja(O, o);
3647
3647
  b = bt(b, $), h[C] = {
3648
3648
  css: P,
3649
3649
  vars: E
@@ -3651,21 +3651,21 @@ function Pm(e, o = {}) {
3651
3651
  }), p) {
3652
3652
  const {
3653
3653
  css: C,
3654
- vars: T,
3654
+ vars: O,
3655
3655
  varsWithDefaults: E
3656
3656
  } = Ja(p, o);
3657
3657
  b = bt(b, E), h[c] = {
3658
3658
  css: C,
3659
- vars: T
3659
+ vars: O
3660
3660
  };
3661
3661
  }
3662
- function v(C, T) {
3662
+ function v(C, O) {
3663
3663
  let E = a;
3664
3664
  if (a === "class" && (E = ".%s"), a === "data" && (E = "[data-%s]"), a?.startsWith("data-") && !a.includes("%s") && (E = `[${a}="%s"]`), C) {
3665
3665
  if (E === "media")
3666
3666
  return e.defaultColorScheme === C ? ":root" : {
3667
3667
  [`@media (prefers-color-scheme: ${s[C]?.palette?.mode || C})`]: {
3668
- ":root": T
3668
+ ":root": O
3669
3669
  }
3670
3670
  };
3671
3671
  if (E)
@@ -3680,13 +3680,13 @@ function Pm(e, o = {}) {
3680
3680
  ...d
3681
3681
  };
3682
3682
  return Object.entries(h).forEach(([, {
3683
- vars: T
3683
+ vars: O
3684
3684
  }]) => {
3685
- C = bt(C, T);
3685
+ C = bt(C, O);
3686
3686
  }), C;
3687
3687
  },
3688
3688
  generateStyleSheets: () => {
3689
- const C = [], T = e.defaultColorScheme || "light";
3689
+ const C = [], O = e.defaultColorScheme || "light";
3690
3690
  function E(M, A) {
3691
3691
  Object.keys(A).length && C.push(typeof M == "string" ? {
3692
3692
  [M]: {
@@ -3698,19 +3698,19 @@ function Pm(e, o = {}) {
3698
3698
  ...f
3699
3699
  }), f);
3700
3700
  const {
3701
- [T]: P,
3701
+ [O]: P,
3702
3702
  ...$
3703
3703
  } = h;
3704
3704
  if (P) {
3705
3705
  const {
3706
3706
  css: M
3707
- } = P, A = s[T]?.palette?.mode, j = !r && A ? {
3707
+ } = P, A = s[O]?.palette?.mode, j = !r && A ? {
3708
3708
  colorScheme: A,
3709
3709
  ...M
3710
3710
  } : {
3711
3711
  ...M
3712
3712
  };
3713
- E(n(T, {
3713
+ E(n(O, {
3714
3714
  ...j
3715
3715
  }), j);
3716
3716
  }
@@ -3835,18 +3835,18 @@ function Lm(e = {}) {
3835
3835
  divider: p,
3836
3836
  children: y,
3837
3837
  className: v,
3838
- useFlexGap: O = !1,
3838
+ useFlexGap: T = !1,
3839
3839
  ...w
3840
3840
  } = f, C = {
3841
3841
  direction: b,
3842
3842
  spacing: h,
3843
- useFlexGap: O
3844
- }, T = a();
3843
+ useFlexGap: T
3844
+ }, O = a();
3845
3845
  return /* @__PURE__ */ S(i, {
3846
3846
  as: g,
3847
3847
  ownerState: C,
3848
3848
  ref: u,
3849
- className: Z(T.root, v),
3849
+ className: Z(O.root, v),
3850
3850
  ...w,
3851
3851
  children: p ? Nm(y, p) : y
3852
3852
  });
@@ -4077,8 +4077,8 @@ function es(e) {
4077
4077
  return Wm(y);
4078
4078
  const v = gl(y, yi.text.primary) >= n ? yi.text.primary : nu.text.primary;
4079
4079
  if (process.env.NODE_ENV !== "production") {
4080
- const O = gl(y, v);
4081
- O < 3 && console.error([`MUI: The contrast ratio of ${O}:1 for ${v} on ${y}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
4080
+ const T = gl(y, v);
4081
+ T < 3 && console.error([`MUI: The contrast ratio of ${T}:1 for ${v} on ${y}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
4082
4082
  `));
4083
4083
  }
4084
4084
  return v;
@@ -4086,15 +4086,15 @@ function es(e) {
4086
4086
  const b = ({
4087
4087
  color: y,
4088
4088
  name: v,
4089
- mainShade: O = 500,
4089
+ mainShade: T = 500,
4090
4090
  lightShade: w = 300,
4091
4091
  darkShade: C = 700
4092
4092
  }) => {
4093
4093
  if (y = {
4094
4094
  ...y
4095
- }, !y.main && y[O] && (y.main = y[O]), !y.hasOwnProperty("main"))
4095
+ }, !y.main && y[T] && (y.main = y[T]), !y.hasOwnProperty("main"))
4096
4096
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${v ? ` (${v})` : ""} provided to augmentColor(color) is invalid.
4097
- The color object needs to have a \`main\` property or a \`${O}\` property.` : lo(11, v ? ` (${v})` : "", O));
4097
+ The color object needs to have a \`main\` property or a \`${T}\` property.` : lo(11, v ? ` (${v})` : "", T));
4098
4098
  if (typeof y.main != "string")
4099
4099
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${v ? ` (${v})` : ""} provided to augmentColor(color) is invalid.
4100
4100
  \`color.main\` should be a string, but \`${JSON.stringify(y.main)}\` was provided instead.
@@ -4219,12 +4219,12 @@ function Gm(e, o) {
4219
4219
  ...f
4220
4220
  } = typeof o == "function" ? o(e) : o;
4221
4221
  process.env.NODE_ENV !== "production" && (typeof r != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof c != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
4222
- const g = r / 14, b = d || ((y) => `${y / c * g}rem`), h = (y, v, O, w, C) => ({
4222
+ const g = r / 14, b = d || ((y) => `${y / c * g}rem`), h = (y, v, T, w, C) => ({
4223
4223
  fontFamily: n,
4224
4224
  fontWeight: y,
4225
4225
  fontSize: b(v),
4226
4226
  // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
4227
- lineHeight: O,
4227
+ lineHeight: T,
4228
4228
  // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
4229
4229
  // across font-families can cause issues with the kerning.
4230
4230
  ...n === wl ? {
@@ -4433,20 +4433,20 @@ function vi(e = {}, ...o) {
4433
4433
  });
4434
4434
  if (b = bt(b, d), b = o.reduce((h, p) => bt(h, p), b), process.env.NODE_ENV !== "production") {
4435
4435
  const h = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], p = (y, v) => {
4436
- let O;
4437
- for (O in y) {
4438
- const w = y[O];
4439
- if (h.includes(O) && Object.keys(w).length > 0) {
4436
+ let T;
4437
+ for (T in y) {
4438
+ const w = y[T];
4439
+ if (h.includes(T) && Object.keys(w).length > 0) {
4440
4440
  if (process.env.NODE_ENV !== "production") {
4441
- const C = ge("", O);
4442
- console.error([`MUI: The \`${v}\` component increases the CSS specificity of the \`${O}\` internal state.`, "You can not override it like this: ", JSON.stringify(y, null, 2), "", `Instead, you need to use the '&.${C}' syntax:`, JSON.stringify({
4441
+ const C = ge("", T);
4442
+ console.error([`MUI: The \`${v}\` component increases the CSS specificity of the \`${T}\` internal state.`, "You can not override it like this: ", JSON.stringify(y, null, 2), "", `Instead, you need to use the '&.${C}' syntax:`, JSON.stringify({
4443
4443
  root: {
4444
4444
  [`&.${C}`]: w
4445
4445
  }
4446
4446
  }, null, 2), "", "https://mui.com/r/state-classes-guide"].join(`
4447
4447
  `));
4448
4448
  }
4449
- y[O] = {};
4449
+ y[T] = {};
4450
4450
  }
4451
4451
  }
4452
4452
  };
@@ -4630,7 +4630,7 @@ function fg(e = {}, ...o) {
4630
4630
  light: p,
4631
4631
  dark: y,
4632
4632
  ...v
4633
- } = n, O = {
4633
+ } = n, T = {
4634
4634
  ...v
4635
4635
  };
4636
4636
  let w = h;
@@ -4638,19 +4638,19 @@ function fg(e = {}, ...o) {
4638
4638
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${g}\` option is either missing or invalid.` : lo(21, g));
4639
4639
  let C;
4640
4640
  s && (C = "oklch");
4641
- const T = Za(C, O, w, d, g);
4642
- p && !O.light && Za(C, O, p, void 0, "light"), y && !O.dark && Za(C, O, y, void 0, "dark");
4641
+ const O = Za(C, T, w, d, g);
4642
+ p && !T.light && Za(C, T, p, void 0, "light"), y && !T.dark && Za(C, T, y, void 0, "dark");
4643
4643
  let E = {
4644
4644
  defaultColorScheme: g,
4645
- ...T,
4645
+ ...O,
4646
4646
  cssVarPrefix: i,
4647
4647
  colorSchemeSelector: c,
4648
4648
  rootSelector: u,
4649
4649
  getCssVar: b,
4650
- colorSchemes: O,
4650
+ colorSchemes: T,
4651
4651
  font: {
4652
- ...Um(T.typography),
4653
- ...T.font
4652
+ ...Um(O.typography),
4653
+ ...O.font
4654
4654
  },
4655
4655
  spacing: dg(d.spacing)
4656
4656
  };
@@ -6019,7 +6019,7 @@ const Vt = he("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
6019
6019
  }, [c]);
6020
6020
  const g = x.useRef(!1), b = ba(), h = x.useRef(null), p = x.useRef(null), y = x.useCallback((C) => {
6021
6021
  const {
6022
- pulsate: T,
6022
+ pulsate: O,
6023
6023
  rippleX: E,
6024
6024
  rippleY: P,
6025
6025
  rippleSize: $,
@@ -6035,19 +6035,19 @@ const Vt = he("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
6035
6035
  childPulsate: Z(i.childPulsate, Vt.childPulsate)
6036
6036
  },
6037
6037
  timeout: Ti,
6038
- pulsate: T,
6038
+ pulsate: O,
6039
6039
  rippleX: E,
6040
6040
  rippleY: P,
6041
6041
  rippleSize: $
6042
6042
  }, d.current)]), d.current += 1, f.current = M;
6043
- }, [i]), v = x.useCallback((C = {}, T = {}, E = () => {
6043
+ }, [i]), v = x.useCallback((C = {}, O = {}, E = () => {
6044
6044
  }) => {
6045
6045
  const {
6046
6046
  pulsate: P = !1,
6047
- center: $ = a || T.pulsate,
6047
+ center: $ = a || O.pulsate,
6048
6048
  fakeElement: M = !1
6049
6049
  // For test purposes
6050
- } = T;
6050
+ } = O;
6051
6051
  if (C?.type === "mousedown" && g.current) {
6052
6052
  g.current = !1;
6053
6053
  return;
@@ -6092,24 +6092,24 @@ const Vt = he("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
6092
6092
  rippleSize: k,
6093
6093
  cb: E
6094
6094
  });
6095
- }, [a, y, b]), O = x.useCallback(() => {
6095
+ }, [a, y, b]), T = x.useCallback(() => {
6096
6096
  v({}, {
6097
6097
  pulsate: !0
6098
6098
  });
6099
- }, [v]), w = x.useCallback((C, T) => {
6099
+ }, [v]), w = x.useCallback((C, O) => {
6100
6100
  if (b.clear(), C?.type === "touchend" && h.current) {
6101
6101
  h.current(), h.current = null, b.start(0, () => {
6102
- w(C, T);
6102
+ w(C, O);
6103
6103
  });
6104
6104
  return;
6105
6105
  }
6106
- h.current = null, u((E) => E.length > 0 ? E.slice(1) : E), f.current = T;
6106
+ h.current = null, u((E) => E.length > 0 ? E.slice(1) : E), f.current = O;
6107
6107
  }, [b]);
6108
6108
  return x.useImperativeHandle(n, () => ({
6109
- pulsate: O,
6109
+ pulsate: T,
6110
6110
  start: v,
6111
6111
  stop: w
6112
- }), [O, v, w]), /* @__PURE__ */ S(Fg, {
6112
+ }), [T, v, w]), /* @__PURE__ */ S(Fg, {
6113
6113
  className: Z(Vt.root, i.root, s),
6114
6114
  ref: p,
6115
6115
  ...l,
@@ -6209,10 +6209,10 @@ const _g = he("MuiButtonBase", ["root", "disabled", "focusVisible"]), Wg = (e) =
6209
6209
  onBlur: p,
6210
6210
  onClick: y,
6211
6211
  onContextMenu: v,
6212
- onDragLeave: O,
6212
+ onDragLeave: T,
6213
6213
  onFocus: w,
6214
6214
  onFocusVisible: C,
6215
- onKeyDown: T,
6215
+ onKeyDown: O,
6216
6216
  onKeyUp: E,
6217
6217
  onMouseDown: P,
6218
6218
  onMouseLeave: $,
@@ -6235,7 +6235,7 @@ const _g = he("MuiButtonBase", ["root", "disabled", "focusVisible"]), Wg = (e) =
6235
6235
  x.useEffect(() => {
6236
6236
  L && g && !d && H.pulsate();
6237
6237
  }, [d, g, L, H]);
6238
- const ie = mo(H, "start", P, f), K = mo(H, "stop", v, f), z = mo(H, "stop", O, f), oe = mo(H, "stop", M, f), ue = mo(H, "stop", (re) => {
6238
+ const ie = mo(H, "start", P, f), K = mo(H, "stop", v, f), z = mo(H, "stop", T, f), oe = mo(H, "stop", M, f), ue = mo(H, "stop", (re) => {
6239
6239
  L && re.preventDefault(), $ && $(re);
6240
6240
  }, f), J = mo(H, "start", m, f), Y = mo(H, "stop", A, f), ce = mo(H, "stop", j, f), U = mo(H, "stop", (re) => {
6241
6241
  dn(re.target) || X(!1), p && p(re);
@@ -6247,7 +6247,7 @@ const _g = he("MuiButtonBase", ["root", "disabled", "focusVisible"]), Wg = (e) =
6247
6247
  }, de = Ct((re) => {
6248
6248
  g && !re.repeat && L && re.key === " " && H.stop(re, () => {
6249
6249
  H.start(re);
6250
- }), re.target === re.currentTarget && se() && re.key === " " && re.preventDefault(), T && T(re), re.target === re.currentTarget && se() && re.key === "Enter" && !u && (re.preventDefault(), y && y(re));
6250
+ }), re.target === re.currentTarget && se() && re.key === " " && re.preventDefault(), O && O(re), re.target === re.currentTarget && se() && re.key === "Enter" && !u && (re.preventDefault(), y && y(re));
6251
6251
  }), Ee = Ct((re) => {
6252
6252
  g && re.key === " " && L && !re.defaultPrevented && H.stop(re, () => {
6253
6253
  H.pulsate(re);
@@ -6636,10 +6636,10 @@ const Xt = 44, Oi = uo`
6636
6636
  value: f,
6637
6637
  variant: g,
6638
6638
  enableTrackSlot: l
6639
- }, p = Xg(h), y = {}, v = {}, O = {};
6639
+ }, p = Xg(h), y = {}, v = {}, T = {};
6640
6640
  if (g === "determinate") {
6641
6641
  const w = 2 * Math.PI * ((Xt - d) / 2);
6642
- y.strokeDasharray = w.toFixed(3), O["aria-valuenow"] = Math.round(f), y.strokeDashoffset = `${((100 - f) / 100 * w).toFixed(3)}px`, v.transform = "rotate(-90deg)";
6642
+ y.strokeDasharray = w.toFixed(3), T["aria-valuenow"] = Math.round(f), y.strokeDashoffset = `${((100 - f) / 100 * w).toFixed(3)}px`, v.transform = "rotate(-90deg)";
6643
6643
  }
6644
6644
  return /* @__PURE__ */ S(Jg, {
6645
6645
  className: Z(p.root, a),
@@ -6652,7 +6652,7 @@ const Xt = 44, Oi = uo`
6652
6652
  ownerState: h,
6653
6653
  ref: n,
6654
6654
  role: "progressbar",
6655
- ...O,
6655
+ ...T,
6656
6656
  ...b,
6657
6657
  children: /* @__PURE__ */ le(Zg, {
6658
6658
  className: p.svg,
@@ -7208,10 +7208,10 @@ const oh = (e) => {
7208
7208
  focusVisibleClassName: p,
7209
7209
  fullWidth: y = !1,
7210
7210
  id: v,
7211
- loading: O = null,
7211
+ loading: T = null,
7212
7212
  loadingIndicator: w,
7213
7213
  loadingPosition: C = "center",
7214
- size: T = "medium",
7214
+ size: O = "medium",
7215
7215
  startIcon: E,
7216
7216
  type: P,
7217
7217
  variant: $ = "text",
@@ -7228,34 +7228,34 @@ const oh = (e) => {
7228
7228
  disableElevation: g,
7229
7229
  disableFocusRipple: b,
7230
7230
  fullWidth: y,
7231
- loading: O,
7231
+ loading: T,
7232
7232
  loadingIndicator: j,
7233
7233
  loadingPosition: C,
7234
- size: T,
7234
+ size: O,
7235
7235
  type: P,
7236
7236
  variant: $
7237
- }, I = oh(m), k = (E || O && C === "start") && /* @__PURE__ */ S(rh, {
7237
+ }, I = oh(m), k = (E || T && C === "start") && /* @__PURE__ */ S(rh, {
7238
7238
  className: I.startIcon,
7239
7239
  ownerState: m,
7240
7240
  children: E || /* @__PURE__ */ S(Rl, {
7241
7241
  className: I.loadingIconPlaceholder,
7242
7242
  ownerState: m
7243
7243
  })
7244
- }), N = (h || O && C === "end") && /* @__PURE__ */ S(ah, {
7244
+ }), N = (h || T && C === "end") && /* @__PURE__ */ S(ah, {
7245
7245
  className: I.endIcon,
7246
7246
  ownerState: m,
7247
7247
  children: h || /* @__PURE__ */ S(Rl, {
7248
7248
  className: I.loadingIconPlaceholder,
7249
7249
  ownerState: m
7250
7250
  })
7251
- }), R = a || "", W = typeof O == "boolean" ? (
7251
+ }), R = a || "", W = typeof T == "boolean" ? (
7252
7252
  // use plain HTML span to minimize the runtime overhead
7253
7253
  /* @__PURE__ */ S("span", {
7254
7254
  className: I.loadingWrapper,
7255
7255
  style: {
7256
7256
  display: "contents"
7257
7257
  },
7258
- children: O && /* @__PURE__ */ S(ih, {
7258
+ children: T && /* @__PURE__ */ S(ih, {
7259
7259
  className: I.loadingIndicator,
7260
7260
  ownerState: m,
7261
7261
  children: j
@@ -7266,12 +7266,12 @@ const oh = (e) => {
7266
7266
  ownerState: m,
7267
7267
  className: Z(r.className, I.root, d, R),
7268
7268
  component: u,
7269
- disabled: f || O,
7269
+ disabled: f || T,
7270
7270
  focusRipple: !b,
7271
7271
  focusVisibleClassName: Z(I.focusVisible, p),
7272
7272
  ref: n,
7273
7273
  type: P,
7274
- id: O ? A : v,
7274
+ id: T ? A : v,
7275
7275
  ...M,
7276
7276
  classes: I,
7277
7277
  children: [k, C !== "end" && W, l, C === "end" && W, N]
@@ -7417,30 +7417,51 @@ const TS = D("input")({
7417
7417
  disabled: r = !1,
7418
7418
  iconoIzquierda: a,
7419
7419
  iconoDerecha: i,
7420
- children: s,
7421
- startIcon: l,
7422
- endIcon: c,
7423
- sx: u,
7424
- color: d,
7425
- alHacerClick: f,
7426
- ...g
7427
- }, b) => {
7428
- const h = (v) => {
7429
- switch (v) {
7420
+ texto: s,
7421
+ children: l,
7422
+ startIcon: c,
7423
+ endIcon: u,
7424
+ sx: d,
7425
+ color: f,
7426
+ alHacerClick: g,
7427
+ ...b
7428
+ }, h) => {
7429
+ const p = (T) => {
7430
+ switch (T) {
7430
7431
  case "primary":
7431
7432
  case "danger":
7432
7433
  case "success":
7434
+ case "contenido":
7433
7435
  return "contained";
7434
7436
  case "secondary":
7435
7437
  case "outline":
7438
+ case "borde":
7436
7439
  return "outlined";
7437
7440
  case "ghost":
7441
+ case "texto":
7438
7442
  return "text";
7439
7443
  default:
7440
7444
  return "contained";
7441
7445
  }
7442
- }, p = (v) => {
7443
- switch (v) {
7446
+ }, y = (T, w) => {
7447
+ if (w)
7448
+ switch (w) {
7449
+ case "primario":
7450
+ return "primary";
7451
+ case "secundario":
7452
+ return "secondary";
7453
+ case "exito":
7454
+ return "success";
7455
+ case "error":
7456
+ return "error";
7457
+ case "info":
7458
+ return "info";
7459
+ case "advertencia":
7460
+ return "warning";
7461
+ default:
7462
+ return w;
7463
+ }
7464
+ switch (T) {
7444
7465
  case "primary":
7445
7466
  return "primary";
7446
7467
  case "secondary":
@@ -7453,12 +7474,11 @@ const TS = D("input")({
7453
7474
  return "primary";
7454
7475
  case "ghost":
7455
7476
  return "inherit";
7456
- // Takes parent context color
7457
7477
  default:
7458
7478
  return "primary";
7459
7479
  }
7460
- }, y = (v) => {
7461
- switch (v) {
7480
+ }, v = (T) => {
7481
+ switch (T) {
7462
7482
  case "xs":
7463
7483
  return "small";
7464
7484
  case "sm":
@@ -7472,14 +7492,14 @@ const TS = D("input")({
7472
7492
  return /* @__PURE__ */ S(
7473
7493
  ss,
7474
7494
  {
7475
- ref: b,
7476
- variant: h(e),
7477
- color: d || p(e),
7478
- size: y(o),
7495
+ ref: h,
7496
+ variant: p(e),
7497
+ color: y(e, f),
7498
+ size: v(o),
7479
7499
  disabled: r || n,
7480
- startIcon: n ? /* @__PURE__ */ S(sr, { size: 20, color: "inherit" }) : a || l,
7481
- endIcon: i || c,
7482
- onClick: f,
7500
+ startIcon: n ? /* @__PURE__ */ S(sr, { size: 20, color: "inherit" }) : a || c,
7501
+ endIcon: i || u,
7502
+ onClick: g,
7483
7503
  disableElevation: !0,
7484
7504
  sx: {
7485
7505
  textTransform: "none",
@@ -7501,10 +7521,10 @@ const TS = D("input")({
7501
7521
  "&:active": {
7502
7522
  transform: !r && !n ? "translateY(0)" : "none"
7503
7523
  },
7504
- ...u
7524
+ ...d
7505
7525
  },
7506
- ...g,
7507
- children: s
7526
+ ...b,
7527
+ children: s || l
7508
7528
  }
7509
7529
  );
7510
7530
  }
@@ -7673,7 +7693,7 @@ function me(e, o) {
7673
7693
  ...c,
7674
7694
  externalForwardedProps: e === "root" ? g : void 0,
7675
7695
  externalSlotProps: h
7676
- }), O = et(v, h?.ref, o.ref), w = e === "root" ? p || u : p, C = xu(b, {
7696
+ }), T = et(v, h?.ref, o.ref), w = e === "root" ? p || u : p, C = xu(b, {
7677
7697
  ...e === "root" && !u && !d[e] && s,
7678
7698
  ...e !== "root" && !d[e] && s,
7679
7699
  ...y,
@@ -7683,7 +7703,7 @@ function me(e, o) {
7683
7703
  ...w && l && {
7684
7704
  component: w
7685
7705
  },
7686
- ref: O
7706
+ ref: T
7687
7707
  }, a);
7688
7708
  return [b, C];
7689
7709
  }
@@ -7902,11 +7922,11 @@ const wu = /* @__PURE__ */ x.forwardRef(function(o, n) {
7902
7922
  badgeContent: p,
7903
7923
  slots: y,
7904
7924
  slotProps: v,
7905
- showZero: O = !1,
7925
+ showZero: T = !1,
7906
7926
  variant: w = "standard",
7907
7927
  ...C
7908
7928
  } = r, {
7909
- badgeContent: T,
7929
+ badgeContent: O,
7910
7930
  invisible: E,
7911
7931
  max: P,
7912
7932
  displayValue: $
@@ -7914,25 +7934,25 @@ const wu = /* @__PURE__ */ x.forwardRef(function(o, n) {
7914
7934
  max: h,
7915
7935
  invisible: b,
7916
7936
  badgeContent: p,
7917
- showZero: O
7937
+ showZero: T
7918
7938
  }), M = ls({
7919
7939
  anchorOrigin: Il(a),
7920
7940
  color: g,
7921
7941
  overlap: f,
7922
7942
  variant: w,
7923
7943
  badgeContent: p
7924
- }), A = E || T == null && w !== "dot", {
7944
+ }), A = E || O == null && w !== "dot", {
7925
7945
  color: j = g,
7926
7946
  overlap: m = f,
7927
7947
  anchorOrigin: I,
7928
7948
  variant: k = w
7929
7949
  } = A ? M : r, N = Il(I), R = k !== "dot" ? $ : void 0, W = {
7930
7950
  ...r,
7931
- badgeContent: T,
7951
+ badgeContent: O,
7932
7952
  invisible: A,
7933
7953
  max: P,
7934
7954
  displayValue: R,
7935
- showZero: O,
7955
+ showZero: T,
7936
7956
  anchorOrigin: N,
7937
7957
  color: j,
7938
7958
  overlap: m,
@@ -8274,11 +8294,11 @@ const Fr = he("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "sub
8274
8294
  paragraph: g,
8275
8295
  variant: b,
8276
8296
  variantMapping: h
8277
- }, v = u || (g ? "p" : h[b] || Nl[b]) || "span", O = xh(y);
8297
+ }, v = u || (g ? "p" : h[b] || Nl[b]) || "span", T = xh(y);
8278
8298
  return /* @__PURE__ */ S(Ch, {
8279
8299
  as: v,
8280
8300
  ref: n,
8281
- className: Z(O.root, c),
8301
+ className: Z(T.root, c),
8282
8302
  ...p,
8283
8303
  ownerState: y,
8284
8304
  style: {
@@ -8639,16 +8659,16 @@ const cs = /* @__PURE__ */ x.forwardRef(function(o, n) {
8639
8659
  ...r,
8640
8660
  component: l,
8641
8661
  variant: h
8642
- }, O = Ih({
8662
+ }, T = Ih({
8643
8663
  ...d,
8644
8664
  ...typeof u.img == "function" ? u.img(v) : u.img,
8645
8665
  src: g,
8646
8666
  srcSet: b
8647
- }), w = g || b, C = w && O !== "error";
8667
+ }), w = g || b, C = w && T !== "error";
8648
8668
  v.colorDefault = !C, delete v.ownerState;
8649
- const T = Ph(v), [E, P] = me("root", {
8669
+ const O = Ph(v), [E, P] = me("root", {
8650
8670
  ref: n,
8651
- className: Z(T.root, s),
8671
+ className: Z(O.root, s),
8652
8672
  elementType: kh,
8653
8673
  externalForwardedProps: {
8654
8674
  slots: c,
@@ -8658,7 +8678,7 @@ const cs = /* @__PURE__ */ x.forwardRef(function(o, n) {
8658
8678
  },
8659
8679
  ownerState: v
8660
8680
  }), [$, M] = me("img", {
8661
- className: T.img,
8681
+ className: O.img,
8662
8682
  elementType: Rh,
8663
8683
  externalForwardedProps: {
8664
8684
  slots: c,
@@ -8677,7 +8697,7 @@ const cs = /* @__PURE__ */ x.forwardRef(function(o, n) {
8677
8697
  },
8678
8698
  ownerState: v
8679
8699
  }), [A, j] = me("fallback", {
8680
- className: T.fallback,
8700
+ className: O.fallback,
8681
8701
  elementType: $h,
8682
8702
  externalForwardedProps: {
8683
8703
  slots: c,
@@ -8828,10 +8848,10 @@ const Mh = he("MuiAvatarGroup", ["root", "avatar"]), ti = {
8828
8848
  spacing: g,
8829
8849
  component: s,
8830
8850
  variant: h
8831
- }, O = Ah(v), w = x.Children.toArray(a).filter((m) => (process.env.NODE_ENV !== "production" && ko.isFragment(m) && console.error(["MUI: The AvatarGroup component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
8851
+ }, T = Ah(v), w = x.Children.toArray(a).filter((m) => (process.env.NODE_ENV !== "production" && ko.isFragment(m) && console.error(["MUI: The AvatarGroup component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
8832
8852
  `)), /* @__PURE__ */ x.isValidElement(m))), C = b || w.length;
8833
8853
  C === y && (y += 1), y = Math.min(C + 1, y);
8834
- const T = Math.min(w.length, y - 1), E = Math.max(C - y, C - T, 0), P = u ? u(E) : `+${E}`;
8854
+ const O = Math.min(w.length, y - 1), E = Math.max(C - y, C - O, 0), P = u ? u(E) : `+${E}`;
8835
8855
  let $;
8836
8856
  v.spacing && ti[v.spacing] !== void 0 ? $ = ti[v.spacing] : v.spacing === 0 ? $ = 0 : $ = -v.spacing || ti.medium;
8837
8857
  const M = {
@@ -8844,7 +8864,7 @@ const Mh = he("MuiAvatarGroup", ["root", "avatar"]), ti = {
8844
8864
  }, [A, j] = me("surplus", {
8845
8865
  elementType: cs,
8846
8866
  externalForwardedProps: M,
8847
- className: O.avatar,
8867
+ className: T.avatar,
8848
8868
  ownerState: v,
8849
8869
  additionalProps: {
8850
8870
  variant: h
@@ -8853,7 +8873,7 @@ const Mh = he("MuiAvatarGroup", ["root", "avatar"]), ti = {
8853
8873
  return /* @__PURE__ */ le(Lh, {
8854
8874
  as: s,
8855
8875
  ownerState: v,
8856
- className: Z(O.root, i),
8876
+ className: Z(T.root, i),
8857
8877
  ref: n,
8858
8878
  ...p,
8859
8879
  style: {
@@ -8864,8 +8884,8 @@ const Mh = he("MuiAvatarGroup", ["root", "avatar"]), ti = {
8864
8884
  children: [E ? /* @__PURE__ */ S(A, {
8865
8885
  ...j,
8866
8886
  children: P
8867
- }) : null, w.slice(0, T).reverse().map((m) => /* @__PURE__ */ x.cloneElement(m, {
8868
- className: Z(m.props.className, O.avatar),
8887
+ }) : null, w.slice(0, O).reverse().map((m) => /* @__PURE__ */ x.cloneElement(m, {
8888
+ className: Z(m.props.className, T.avatar),
8869
8889
  variant: m.props.variant || h
8870
8890
  }))]
8871
8891
  });
@@ -10077,10 +10097,10 @@ const Al = he("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
10077
10097
  loading: g,
10078
10098
  loadingIndicator: y,
10079
10099
  size: d
10080
- }, O = pb(v);
10100
+ }, T = pb(v);
10081
10101
  return /* @__PURE__ */ le(fb, {
10082
10102
  id: g ? p : f,
10083
- className: Z(O.root, s),
10103
+ className: Z(T.root, s),
10084
10104
  centerRipple: !0,
10085
10105
  focusRipple: !u,
10086
10106
  disabled: c || g,
@@ -10089,12 +10109,12 @@ const Al = he("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
10089
10109
  ownerState: v,
10090
10110
  children: [typeof g == "boolean" && // use plain HTML span to minimize the runtime overhead
10091
10111
  /* @__PURE__ */ S("span", {
10092
- className: O.loadingWrapper,
10112
+ className: T.loadingWrapper,
10093
10113
  style: {
10094
10114
  display: "contents"
10095
10115
  },
10096
10116
  children: /* @__PURE__ */ S(mb, {
10097
- className: O.loadingIndicator,
10117
+ className: T.loadingIndicator,
10098
10118
  ownerState: v,
10099
10119
  children: g && y
10100
10120
  })
@@ -10323,15 +10343,15 @@ const gb = ct(/* @__PURE__ */ S("path", {
10323
10343
  severity: p = "success",
10324
10344
  slotProps: y = {},
10325
10345
  slots: v = {},
10326
- variant: O = "standard",
10346
+ variant: T = "standard",
10327
10347
  ...w
10328
10348
  } = r, C = {
10329
10349
  ...r,
10330
10350
  color: c,
10331
10351
  severity: p,
10332
- variant: O,
10352
+ variant: T,
10333
10353
  colorSeverity: c || p
10334
- }, T = vb(C), E = {
10354
+ }, O = vb(C), E = {
10335
10355
  slots: {
10336
10356
  closeButton: u.CloseButton,
10337
10357
  closeIcon: u.CloseIcon,
@@ -10344,7 +10364,7 @@ const gb = ct(/* @__PURE__ */ S("path", {
10344
10364
  }, [P, $] = me("root", {
10345
10365
  ref: n,
10346
10366
  shouldForwardComponentProp: !0,
10347
- className: Z(T.root, s),
10367
+ className: Z(O.root, s),
10348
10368
  elementType: xb,
10349
10369
  externalForwardedProps: {
10350
10370
  ...E,
@@ -10356,17 +10376,17 @@ const gb = ct(/* @__PURE__ */ S("path", {
10356
10376
  elevation: 0
10357
10377
  }
10358
10378
  }), [M, A] = me("icon", {
10359
- className: T.icon,
10379
+ className: O.icon,
10360
10380
  elementType: Cb,
10361
10381
  externalForwardedProps: E,
10362
10382
  ownerState: C
10363
10383
  }), [j, m] = me("message", {
10364
- className: T.message,
10384
+ className: O.message,
10365
10385
  elementType: Sb,
10366
10386
  externalForwardedProps: E,
10367
10387
  ownerState: C
10368
10388
  }), [I, k] = me("action", {
10369
- className: T.action,
10389
+ className: O.action,
10370
10390
  elementType: wb,
10371
10391
  externalForwardedProps: E,
10372
10392
  ownerState: C
@@ -10716,10 +10736,10 @@ const kb = (e) => {
10716
10736
  onExited: p,
10717
10737
  onExiting: y,
10718
10738
  orientation: v = "vertical",
10719
- slots: O = {},
10739
+ slots: T = {},
10720
10740
  slotProps: w = {},
10721
10741
  style: C,
10722
- timeout: T = au.standard,
10742
+ timeout: O = au.standard,
10723
10743
  // eslint-disable-next-line react/prop-types
10724
10744
  TransitionComponent: E = Zt,
10725
10745
  ...P
@@ -10742,12 +10762,12 @@ const kb = (e) => {
10742
10762
  easing: Be
10743
10763
  } = fn({
10744
10764
  style: C,
10745
- timeout: T,
10765
+ timeout: O,
10746
10766
  easing: u
10747
10767
  }, {
10748
10768
  mode: "enter"
10749
10769
  });
10750
- if (T === "auto") {
10770
+ if (O === "auto") {
10751
10771
  const Te = A.transitions.getAutoHeightDuration(Pe);
10752
10772
  de.style.transitionDuration = `${Te}ms`, I.current = Te;
10753
10773
  } else
@@ -10763,21 +10783,21 @@ const kb = (e) => {
10763
10783
  easing: ne
10764
10784
  } = fn({
10765
10785
  style: C,
10766
- timeout: T,
10786
+ timeout: O,
10767
10787
  easing: u
10768
10788
  }, {
10769
10789
  mode: "exit"
10770
10790
  });
10771
- if (T === "auto") {
10791
+ if (O === "auto") {
10772
10792
  const Be = A.transitions.getAutoHeightDuration(Ee);
10773
10793
  de.style.transitionDuration = `${Be}ms`, I.current = Be;
10774
10794
  } else
10775
10795
  de.style.transitionDuration = typeof Pe == "string" ? Pe : `${Pe}ms`;
10776
10796
  de.style[R] = k, de.style.transitionTimingFunction = ne, y && y(de);
10777
10797
  }), oe = (de) => {
10778
- T === "auto" && j.start(I.current || 0, de), a && a(W.current, de);
10798
+ O === "auto" && j.start(I.current || 0, de), a && a(W.current, de);
10779
10799
  }, ue = {
10780
- slots: O,
10800
+ slots: T,
10781
10801
  slotProps: w,
10782
10802
  component: c
10783
10803
  }, [J, Y] = me("root", {
@@ -10814,7 +10834,7 @@ const kb = (e) => {
10814
10834
  onExiting: z,
10815
10835
  addEndListener: oe,
10816
10836
  nodeRef: W,
10817
- timeout: T === "auto" ? null : T,
10837
+ timeout: O === "auto" ? null : O,
10818
10838
  ...P,
10819
10839
  children: (de, {
10820
10840
  ownerState: Ee,
@@ -11055,7 +11075,7 @@ const Nb = ({
11055
11075
  bottom: "top-full left-1/2 -translate-x-1/2 mt-2",
11056
11076
  left: "right-full top-1/2 -translate-y-1/2 mr-2",
11057
11077
  right: "left-full top-1/2 -translate-y-1/2 ml-2"
11058
- }, O = {
11078
+ }, T = {
11059
11079
  top: "bottom-[-4px] left-1/2 -translate-x-1/2 border-b border-r",
11060
11080
  bottom: "top-[-4px] left-1/2 -translate-x-1/2 border-t border-l",
11061
11081
  left: "right-[-4px] top-1/2 -translate-y-1/2 border-t border-r",
@@ -11103,7 +11123,7 @@ const Nb = ({
11103
11123
  absolute w-2 h-2
11104
11124
  bg-gray-900 dark:bg-gray-700
11105
11125
  rotate-45
11106
- ${O[u]}
11126
+ ${T[u]}
11107
11127
  `
11108
11128
  }
11109
11129
  )
@@ -11127,15 +11147,15 @@ function Ab(e = {}) {
11127
11147
  x.useEffect(() => {
11128
11148
  if (!a)
11129
11149
  return;
11130
- function v(O) {
11131
- O.defaultPrevented || O.key === "Escape" && r?.(O, "escapeKeyDown");
11150
+ function v(T) {
11151
+ T.defaultPrevented || T.key === "Escape" && r?.(T, "escapeKeyDown");
11132
11152
  }
11133
11153
  return document.addEventListener("keydown", v), () => {
11134
11154
  document.removeEventListener("keydown", v);
11135
11155
  };
11136
11156
  }, [a, r]);
11137
- const l = Ct((v, O) => {
11138
- r?.(v, O);
11157
+ const l = Ct((v, T) => {
11158
+ r?.(v, T);
11139
11159
  }), c = Ct((v) => {
11140
11160
  !r || v == null || s.start(v, () => {
11141
11161
  l(null, "timeout");
@@ -11146,18 +11166,18 @@ function Ab(e = {}) {
11146
11166
  r?.(v, "clickaway");
11147
11167
  }, d = s.clear, f = x.useCallback(() => {
11148
11168
  o != null && c(i ?? o * 0.5);
11149
- }, [o, i, c]), g = (v) => (O) => {
11169
+ }, [o, i, c]), g = (v) => (T) => {
11150
11170
  const w = v.onBlur;
11151
- w?.(O), f();
11152
- }, b = (v) => (O) => {
11171
+ w?.(T), f();
11172
+ }, b = (v) => (T) => {
11153
11173
  const w = v.onFocus;
11154
- w?.(O), d();
11155
- }, h = (v) => (O) => {
11174
+ w?.(T), d();
11175
+ }, h = (v) => (T) => {
11156
11176
  const w = v.onMouseEnter;
11157
- w?.(O), d();
11158
- }, p = (v) => (O) => {
11177
+ w?.(T), d();
11178
+ }, p = (v) => (T) => {
11159
11179
  const w = v.onMouseLeave;
11160
- w?.(O), f();
11180
+ w?.(T), f();
11161
11181
  };
11162
11182
  return x.useEffect(() => {
11163
11183
  if (!n && a)
@@ -11166,7 +11186,7 @@ function Ab(e = {}) {
11166
11186
  };
11167
11187
  }, [n, a, f, d]), {
11168
11188
  getRootProps: (v = {}) => {
11169
- const O = {
11189
+ const T = {
11170
11190
  ..._o(e),
11171
11191
  ..._o(v)
11172
11192
  };
@@ -11175,11 +11195,11 @@ function Ab(e = {}) {
11175
11195
  // See https://github.com/mui/material-ui/issues/29080
11176
11196
  role: "presentation",
11177
11197
  ...v,
11178
- ...O,
11179
- onBlur: g(O),
11180
- onFocus: b(O),
11181
- onMouseEnter: h(O),
11182
- onMouseLeave: p(O)
11198
+ ...T,
11199
+ onBlur: g(T),
11200
+ onFocus: b(T),
11201
+ onMouseEnter: h(T),
11202
+ onMouseLeave: p(T)
11183
11203
  };
11184
11204
  },
11185
11205
  onClickAway: u
@@ -11331,9 +11351,9 @@ const jb = {
11331
11351
  // eslint-disable-next-line react/prop-types
11332
11352
  TransitionComponent: y = Zt,
11333
11353
  ...v
11334
- } = o, O = ba(), w = x.useRef(), C = Co(), T = x.useRef(null), E = et(T, Cn(i), n), P = (N) => (R) => {
11354
+ } = o, T = ba(), w = x.useRef(), C = Co(), O = x.useRef(null), E = et(O, Cn(i), n), P = (N) => (R) => {
11335
11355
  if (N) {
11336
- const W = T.current;
11356
+ const W = O.current;
11337
11357
  R === void 0 ? N(W) : N(W, R);
11338
11358
  }
11339
11359
  }, $ = P(d), M = P((N, R) => {
@@ -11383,7 +11403,7 @@ const jb = {
11383
11403
  return /* @__PURE__ */ S(y, {
11384
11404
  appear: a,
11385
11405
  in: l,
11386
- nodeRef: T,
11406
+ nodeRef: O,
11387
11407
  onEnter: M,
11388
11408
  onEntered: A,
11389
11409
  onEntering: $,
@@ -11391,7 +11411,7 @@ const jb = {
11391
11411
  onExited: I,
11392
11412
  onExiting: j,
11393
11413
  addEndListener: (N) => {
11394
- p === "auto" && O.start(w.current || 0, N), r && r(T.current, N);
11414
+ p === "auto" && T.start(w.current || 0, N), r && r(O.current, N);
11395
11415
  },
11396
11416
  timeout: p === "auto" ? null : p,
11397
11417
  ...v,
@@ -11705,10 +11725,10 @@ const Ub = (e) => {
11705
11725
  message: p,
11706
11726
  onBlur: y,
11707
11727
  onClose: v,
11708
- onFocus: O,
11728
+ onFocus: T,
11709
11729
  onMouseEnter: w,
11710
11730
  onMouseLeave: C,
11711
- open: T,
11731
+ open: O,
11712
11732
  resumeHideDuration: E,
11713
11733
  slots: P = {},
11714
11734
  slotProps: $ = {},
@@ -11793,13 +11813,13 @@ const Ub = (e) => {
11793
11813
  }),
11794
11814
  additionalProps: {
11795
11815
  appear: !0,
11796
- in: T,
11816
+ in: O,
11797
11817
  timeout: A,
11798
11818
  direction: l === "top" ? "down" : "up"
11799
11819
  },
11800
11820
  ownerState: N
11801
11821
  });
11802
- return !T && H ? null : /* @__PURE__ */ S(z, {
11822
+ return !O && H ? null : /* @__PURE__ */ S(z, {
11803
11823
  ...ue,
11804
11824
  ...P.clickAwayListener && {
11805
11825
  ownerState: oe
@@ -12452,7 +12472,7 @@ const oy = ({
12452
12472
  success: "success",
12453
12473
  warning: "warning",
12454
12474
  neutral: "inherit"
12455
- }[l] || "primary", O = Math.min(100, Math.max(0, e / o * 100)), w = u || d ? {
12475
+ }[l] || "primary", T = Math.min(100, Math.max(0, e / o * 100)), w = u || d ? {
12456
12476
  backgroundImage: "linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)",
12457
12477
  backgroundSize: "1rem 1rem",
12458
12478
  ...d && {
@@ -12466,14 +12486,14 @@ const oy = ({
12466
12486
  return /* @__PURE__ */ le(nt, { width: "100%", className: f, children: [
12467
12487
  !a && (n || r) && /* @__PURE__ */ le(nt, { display: "flex", justifyContent: "space-between", mb: 0.5, children: [
12468
12488
  n && /* @__PURE__ */ S(it, { variant: "body2", color: "text.secondary", fontWeight: 500, children: n }),
12469
- r && /* @__PURE__ */ S(it, { variant: "body2", color: "text.secondary", fontWeight: 600, children: `${Math.round(O)}%` })
12489
+ r && /* @__PURE__ */ S(it, { variant: "body2", color: "text.secondary", fontWeight: 600, children: `${Math.round(T)}%` })
12470
12490
  ] }),
12471
12491
  /* @__PURE__ */ le(nt, { position: "relative", width: "100%", children: [
12472
12492
  /* @__PURE__ */ S(
12473
12493
  ju,
12474
12494
  {
12475
12495
  variant: i ? "indeterminate" : "determinate",
12476
- value: O,
12496
+ value: T,
12477
12497
  color: v,
12478
12498
  sx: {
12479
12499
  height: p,
@@ -12503,7 +12523,7 @@ const oy = ({
12503
12523
  children: /* @__PURE__ */ le(it, { variant: "caption", sx: { color: "white", fontWeight: "bold", lineHeight: 1, textShadow: "0 1px 2px rgba(0,0,0,0.3)" }, children: [
12504
12524
  n,
12505
12525
  " ",
12506
- r ? `${Math.round(O)}%` : ""
12526
+ r ? `${Math.round(T)}%` : ""
12507
12527
  ] })
12508
12528
  }
12509
12529
  )
@@ -12721,13 +12741,13 @@ function Mi(e) {
12721
12741
  onChange: p,
12722
12742
  onClick: y,
12723
12743
  onFocus: v,
12724
- readOnly: O,
12744
+ readOnly: T,
12725
12745
  ownerState: w,
12726
12746
  ratingValue: C,
12727
- ratingValueRounded: T,
12747
+ ratingValueRounded: O,
12728
12748
  slots: E = {},
12729
12749
  slotProps: P = {}
12730
- } = e, $ = s ? f === C : f <= C, M = f <= l, A = f <= a, j = f === T, m = `${b}-${xo()}`, I = {
12750
+ } = e, $ = s ? f === C : f <= C, M = f <= l, A = f <= a, j = f === O, m = `${b}-${xo()}`, I = {
12731
12751
  slots: E,
12732
12752
  slotProps: P
12733
12753
  }, [k, N] = me("icon", {
@@ -12765,7 +12785,7 @@ function Mi(e) {
12765
12785
  ...N,
12766
12786
  children: r && !$ ? r : c
12767
12787
  });
12768
- return O ? /* @__PURE__ */ S("span", {
12788
+ return T ? /* @__PURE__ */ S("span", {
12769
12789
  ...g,
12770
12790
  children: G
12771
12791
  }) : /* @__PURE__ */ le(x.Fragment, {
@@ -12842,10 +12862,10 @@ const Vu = /* @__PURE__ */ x.forwardRef(function(o, n) {
12842
12862
  name: p,
12843
12863
  onChange: y,
12844
12864
  onChangeActive: v,
12845
- onMouseLeave: O,
12865
+ onMouseLeave: T,
12846
12866
  onMouseMove: w,
12847
12867
  precision: C = 1,
12848
- readOnly: T = !1,
12868
+ readOnly: O = !1,
12849
12869
  size: E = "medium",
12850
12870
  value: P,
12851
12871
  slots: $ = {},
@@ -12879,7 +12899,7 @@ const Vu = /* @__PURE__ */ x.forwardRef(function(o, n) {
12879
12899
  focus: Ce
12880
12900
  }), L(!1), v && R !== Ce && v(ve, Ce);
12881
12901
  }, K = (ve) => {
12882
- O && O(ve);
12902
+ T && T(ve);
12883
12903
  const re = -1;
12884
12904
  G({
12885
12905
  hover: re,
@@ -12923,7 +12943,7 @@ const Vu = /* @__PURE__ */ x.forwardRef(function(o, n) {
12923
12943
  IconContainerComponent: b,
12924
12944
  max: h,
12925
12945
  precision: C,
12926
- readOnly: T,
12946
+ readOnly: O,
12927
12947
  size: E
12928
12948
  }, ae = sy(U), se = {
12929
12949
  slots: $,
@@ -12948,8 +12968,8 @@ const Vu = /* @__PURE__ */ x.forwardRef(function(o, n) {
12948
12968
  }),
12949
12969
  ownerState: U,
12950
12970
  additionalProps: {
12951
- role: T ? "img" : null,
12952
- "aria-label": T ? d(H) : null
12971
+ role: O ? "img" : null,
12972
+ "aria-label": O ? d(H) : null
12953
12973
  }
12954
12974
  }), [Pe, ne] = me("label", {
12955
12975
  className: Z(ae.label, ae.labelEmptyValue),
@@ -12982,7 +13002,7 @@ const Vu = /* @__PURE__ */ x.forwardRef(function(o, n) {
12982
13002
  onFocus: ue,
12983
13003
  ratingValue: H,
12984
13004
  ratingValueRounded: k,
12985
- readOnly: T,
13005
+ readOnly: O,
12986
13006
  ownerState: U,
12987
13007
  slots: $,
12988
13008
  slotProps: M
@@ -13016,7 +13036,7 @@ const Vu = /* @__PURE__ */ x.forwardRef(function(o, n) {
13016
13036
  isActive: te,
13017
13037
  itemValue: De
13018
13038
  }, De);
13019
- }), !T && !l && /* @__PURE__ */ le(Pe, {
13039
+ }), !O && !l && /* @__PURE__ */ le(Pe, {
13020
13040
  ...ne,
13021
13041
  children: [/* @__PURE__ */ S("input", {
13022
13042
  className: ae.visuallyHidden,
@@ -13224,7 +13244,7 @@ const my = ct(/* @__PURE__ */ S("path", {
13224
13244
  className: c,
13225
13245
  ...u
13226
13246
  }) => {
13227
- const [d, f] = yn(-1), g = Co(), b = e, h = o || 5, p = n, y = r || "medium", v = a || "warning", O = i || !1, w = s || [], C = l, T = hy(v, g);
13247
+ const [d, f] = yn(-1), g = Co(), b = e, h = o || 5, p = n, y = r || "medium", v = a || "warning", T = i || !1, w = s || [], C = l, O = hy(v, g);
13228
13248
  return /* @__PURE__ */ le(
13229
13249
  nt,
13230
13250
  {
@@ -13243,7 +13263,7 @@ const my = ct(/* @__PURE__ */ S("path", {
13243
13263
  max: h,
13244
13264
  readOnly: p,
13245
13265
  size: y,
13246
- variantColor: T,
13266
+ variantColor: O,
13247
13267
  onChange: (E, P) => {
13248
13268
  C?.(P);
13249
13269
  },
@@ -13254,7 +13274,7 @@ const my = ct(/* @__PURE__ */ S("path", {
13254
13274
  ...u
13255
13275
  }
13256
13276
  ),
13257
- O && /* @__PURE__ */ S(nt, { sx: { ml: 2, fontSize: "0.875rem", color: "text.secondary" }, children: b != null ? `${b}/${h}` : "" }),
13277
+ T && /* @__PURE__ */ S(nt, { sx: { ml: 2, fontSize: "0.875rem", color: "text.secondary" }, children: b != null ? `${b}/${h}` : "" }),
13258
13278
  w.length > 0 && !p && /* @__PURE__ */ S(nt, { sx: { ml: 2, minWidth: 80, fontSize: "0.875rem", fontWeight: 500 }, children: w[d !== -1 ? d - 1 : (b || 0) - 1] })
13259
13279
  ]
13260
13280
  }
@@ -13619,10 +13639,10 @@ function Ry(e) {
13619
13639
  disableListWrap: p = !1,
13620
13640
  filterOptions: y = Ey,
13621
13641
  filterSelectedOptions: v = !1,
13622
- freeSolo: O = !1,
13642
+ freeSolo: T = !1,
13623
13643
  getOptionDisabled: w,
13624
13644
  getOptionKey: C,
13625
- getOptionLabel: T = (q) => q.label ?? q,
13645
+ getOptionLabel: O = (q) => q.label ?? q,
13626
13646
  groupBy: E,
13627
13647
  handleHomeEndKeys: P = !e.freeSolo,
13628
13648
  id: $,
@@ -13643,9 +13663,9 @@ function Ry(e) {
13643
13663
  selectOnFocus: ee = !e.freeSolo,
13644
13664
  value: ie
13645
13665
  } = e, K = xo($);
13646
- let z = T;
13666
+ let z = O;
13647
13667
  z = (q) => {
13648
- const V = T(q);
13668
+ const V = O(q);
13649
13669
  if (typeof V != "string") {
13650
13670
  if (process.env.NODE_ENV !== "production") {
13651
13671
  const pe = V === void 0 ? "undefined" : `${typeof V} (${V})`;
@@ -13689,8 +13709,8 @@ function Ry(e) {
13689
13709
  });
13690
13710
  x.useEffect(() => {
13691
13711
  const q = ne !== Ue.value;
13692
- re && !q || O && !q || Ne(null, ne, "reset");
13693
- }, [ne, Ne, re, Ue.value, O]);
13712
+ re && !q || T && !q || Ne(null, ne, "reset");
13713
+ }, [ne, Ne, re, Ue.value, T]);
13694
13714
  const je = te && be.length > 0 && !L, Je = Ct((q) => {
13695
13715
  if (q === -1)
13696
13716
  J.current.focus();
@@ -13954,7 +13974,7 @@ function Ry(e) {
13954
13974
  if (V.preventDefault(), ke)
13955
13975
  return;
13956
13976
  mt(V, pe, "selectOption"), r && J.current.setSelectionRange(J.current.value.length, J.current.value.length);
13957
- } else O && Te !== "" && Re === !1 && (m && V.preventDefault(), mt(V, Te, "createOption", "freeSolo"));
13977
+ } else T && Te !== "" && Re === !1 && (m && V.preventDefault(), mt(V, Te, "createOption", "freeSolo"));
13958
13978
  break;
13959
13979
  case "Escape":
13960
13980
  we ? (V.preventDefault(), V.stopPropagation(), Qe(V, "escape")) : c && (Te !== "" || m && ne.length > 0 || X) && (V.preventDefault(), V.stopPropagation(), dr(V));
@@ -13985,7 +14005,7 @@ function Ry(e) {
13985
14005
  J.current.focus();
13986
14006
  return;
13987
14007
  }
13988
- De(!1), ue.current = !0, oe.current = !1, i && Ee.current !== -1 && we ? mt(q, be[Ee.current], "blur") : i && O && Te !== "" ? mt(q, Te, "blur", "freeSolo") : l && Ne(q, ne, "blur"), Qe(q, "blur");
14008
+ De(!1), ue.current = !0, oe.current = !1, i && Ee.current !== -1 && we ? mt(q, be[Ee.current], "blur") : i && T && Te !== "" ? mt(q, Te, "blur", "freeSolo") : l && Ne(q, ne, "blur"), Qe(q, "blur");
13989
14009
  }, Sn = (q) => {
13990
14010
  const V = q.target.value;
13991
14011
  Te !== V && (ve(V), Oe(!1), R && R(q, V, "input")), V === "" ? !f && !m && At(q, null, "clear") : Fe(q);
@@ -14023,7 +14043,7 @@ function Ry(e) {
14023
14043
  }, Fa = (q) => {
14024
14044
  !b && (Te === "" || !te) && pt(q);
14025
14045
  };
14026
- let Tn = O && Te.length > 0;
14046
+ let Tn = T && Te.length > 0;
14027
14047
  Tn = Tn || (m ? ne.length > 0 : ne !== null);
14028
14048
  let pr = be;
14029
14049
  if (E) {
@@ -14365,7 +14385,7 @@ var Ky = function(o, n) {
14365
14385
  function Yy(e) {
14366
14386
  var o, n = e.state, r = e.name, a = e.options, i = n.elements.arrow, s = n.modifiersData.popperOffsets, l = so(n.placement), c = ys(l), u = [$t, Kt].indexOf(l) >= 0, d = u ? "height" : "width";
14367
14387
  if (!(!i || !s)) {
14368
- var f = Ky(a.padding, n), g = bs(i), b = c === "y" ? Rt : $t, h = c === "y" ? Gt : Kt, p = n.rects.reference[d] + n.rects.reference[c] - s[c] - n.rects.popper[d], y = s[c] - n.rects.reference[c], v = cr(i), O = v ? c === "y" ? v.clientHeight || 0 : v.clientWidth || 0 : 0, w = p / 2 - y / 2, C = f[b], T = O - g[d] - f[h], E = O / 2 - g[d] / 2 + w, P = Vn(C, E, T), $ = c;
14388
+ var f = Ky(a.padding, n), g = bs(i), b = c === "y" ? Rt : $t, h = c === "y" ? Gt : Kt, p = n.rects.reference[d] + n.rects.reference[c] - s[c] - n.rects.popper[d], y = s[c] - n.rects.reference[c], v = cr(i), T = v ? c === "y" ? v.clientHeight || 0 : v.clientWidth || 0 : 0, w = p / 2 - y / 2, C = f[b], O = T - g[d] - f[h], E = T / 2 - g[d] / 2 + w, P = Vn(C, E, O), $ = c;
14369
14389
  n.modifiersData[r] = (o = {}, o[$] = P, o.centerOffset = P - E, o);
14370
14390
  }
14371
14391
  }
@@ -14407,12 +14427,12 @@ function Wl(e) {
14407
14427
  y: p
14408
14428
  };
14409
14429
  b = y.x, p = y.y;
14410
- var v = s.hasOwnProperty("x"), O = s.hasOwnProperty("y"), w = $t, C = Rt, T = window;
14430
+ var v = s.hasOwnProperty("x"), T = s.hasOwnProperty("y"), w = $t, C = Rt, O = window;
14411
14431
  if (u) {
14412
14432
  var E = cr(n), P = "clientHeight", $ = "clientWidth";
14413
14433
  if (E === Ft(n) && (E = No(n), vo(E).position !== "static" && l === "absolute" && (P = "scrollHeight", $ = "scrollWidth")), E = E, a === Rt || (a === $t || a === Kt) && i === Jn) {
14414
14434
  C = Gt;
14415
- var M = f && E === T && T.visualViewport ? T.visualViewport.height : (
14435
+ var M = f && E === O && O.visualViewport ? O.visualViewport.height : (
14416
14436
  // $FlowFixMe[prop-missing]
14417
14437
  E[P]
14418
14438
  );
@@ -14420,7 +14440,7 @@ function Wl(e) {
14420
14440
  }
14421
14441
  if (a === $t || (a === Rt || a === Gt) && i === Jn) {
14422
14442
  w = Kt;
14423
- var A = f && E === T && T.visualViewport ? T.visualViewport.width : (
14443
+ var A = f && E === O && O.visualViewport ? O.visualViewport.width : (
14424
14444
  // $FlowFixMe[prop-missing]
14425
14445
  E[$]
14426
14446
  );
@@ -14438,9 +14458,9 @@ function Wl(e) {
14438
14458
  };
14439
14459
  if (b = m.x, p = m.y, c) {
14440
14460
  var I;
14441
- return Object.assign({}, j, (I = {}, I[C] = O ? "0" : "", I[w] = v ? "0" : "", I.transform = (T.devicePixelRatio || 1) <= 1 ? "translate(" + b + "px, " + p + "px)" : "translate3d(" + b + "px, " + p + "px, 0)", I));
14461
+ return Object.assign({}, j, (I = {}, I[C] = T ? "0" : "", I[w] = v ? "0" : "", I.transform = (O.devicePixelRatio || 1) <= 1 ? "translate(" + b + "px, " + p + "px)" : "translate3d(" + b + "px, " + p + "px, 0)", I));
14442
14462
  }
14443
- return Object.assign({}, j, (o = {}, o[C] = O ? p + "px" : "", o[w] = v ? b + "px" : "", o.transform = "", o));
14463
+ return Object.assign({}, j, (o = {}, o[C] = T ? p + "px" : "", o[w] = v ? b + "px" : "", o.transform = "", o));
14444
14464
  }
14445
14465
  function ev(e) {
14446
14466
  var o = e.state, n = e.options, r = n.gpuAcceleration, a = r === void 0 ? !0 : r, i = n.adaptive, s = i === void 0 ? !0 : i, l = n.roundOffsets, c = l === void 0 ? !0 : l, u = {
@@ -14640,15 +14660,15 @@ function Ju(e) {
14640
14660
  }
14641
14661
  function Zn(e, o) {
14642
14662
  o === void 0 && (o = {});
14643
- var n = o, r = n.placement, a = r === void 0 ? e.placement : r, i = n.strategy, s = i === void 0 ? e.strategy : i, l = n.boundary, c = l === void 0 ? $y : l, u = n.rootBoundary, d = u === void 0 ? Wu : u, f = n.elementContext, g = f === void 0 ? Rn : f, b = n.altBoundary, h = b === void 0 ? !1 : b, p = n.padding, y = p === void 0 ? 0 : p, v = Ku(typeof y != "number" ? y : Yu(y, lr)), O = g === Rn ? Iy : Rn, w = e.rects.popper, C = e.elements[h ? O : g], T = uv(qo(C) ? C : C.contextElement || No(e.elements.popper), c, d, s), E = hn(e.elements.reference), P = Ju({
14663
+ var n = o, r = n.placement, a = r === void 0 ? e.placement : r, i = n.strategy, s = i === void 0 ? e.strategy : i, l = n.boundary, c = l === void 0 ? $y : l, u = n.rootBoundary, d = u === void 0 ? Wu : u, f = n.elementContext, g = f === void 0 ? Rn : f, b = n.altBoundary, h = b === void 0 ? !1 : b, p = n.padding, y = p === void 0 ? 0 : p, v = Ku(typeof y != "number" ? y : Yu(y, lr)), T = g === Rn ? Iy : Rn, w = e.rects.popper, C = e.elements[h ? T : g], O = uv(qo(C) ? C : C.contextElement || No(e.elements.popper), c, d, s), E = hn(e.elements.reference), P = Ju({
14644
14664
  reference: E,
14645
14665
  element: w,
14646
14666
  placement: a
14647
14667
  }), $ = ji(Object.assign({}, w, P)), M = g === Rn ? $ : E, A = {
14648
- top: T.top - M.top + v.top,
14649
- bottom: M.bottom - T.bottom + v.bottom,
14650
- left: T.left - M.left + v.left,
14651
- right: M.right - T.right + v.right
14668
+ top: O.top - M.top + v.top,
14669
+ bottom: M.bottom - O.bottom + v.bottom,
14670
+ left: O.left - M.left + v.left,
14671
+ right: M.right - O.right + v.right
14652
14672
  }, j = e.modifiersData.offset;
14653
14673
  if (g === Rn && j) {
14654
14674
  var m = j[a];
@@ -14688,7 +14708,7 @@ function pv(e) {
14688
14708
  function fv(e) {
14689
14709
  var o = e.state, n = e.options, r = e.name;
14690
14710
  if (!o.modifiersData[r]._skip) {
14691
- for (var a = n.mainAxis, i = a === void 0 ? !0 : a, s = n.altAxis, l = s === void 0 ? !0 : s, c = n.fallbackPlacements, u = n.padding, d = n.boundary, f = n.rootBoundary, g = n.altBoundary, b = n.flipVariations, h = b === void 0 ? !0 : b, p = n.allowedAutoPlacements, y = o.options.placement, v = so(y), O = v === y, w = c || (O || !h ? [Nr(y)] : pv(y)), C = [y].concat(w).reduce(function(ie, K) {
14711
+ for (var a = n.mainAxis, i = a === void 0 ? !0 : a, s = n.altAxis, l = s === void 0 ? !0 : s, c = n.fallbackPlacements, u = n.padding, d = n.boundary, f = n.rootBoundary, g = n.altBoundary, b = n.flipVariations, h = b === void 0 ? !0 : b, p = n.allowedAutoPlacements, y = o.options.placement, v = so(y), T = v === y, w = c || (T || !h ? [Nr(y)] : pv(y)), C = [y].concat(w).reduce(function(ie, K) {
14692
14712
  return ie.concat(so(K) === gs ? dv(o, {
14693
14713
  placement: K,
14694
14714
  boundary: d,
@@ -14697,7 +14717,7 @@ function fv(e) {
14697
14717
  flipVariations: h,
14698
14718
  allowedAutoPlacements: p
14699
14719
  }) : K);
14700
- }, []), T = o.rects.reference, E = o.rects.popper, P = /* @__PURE__ */ new Map(), $ = !0, M = C[0], A = 0; A < C.length; A++) {
14720
+ }, []), O = o.rects.reference, E = o.rects.popper, P = /* @__PURE__ */ new Map(), $ = !0, M = C[0], A = 0; A < C.length; A++) {
14701
14721
  var j = C[A], m = so(j), I = bn(j) === mn, k = [Rt, Gt].indexOf(m) >= 0, N = k ? "width" : "height", R = Zn(o, {
14702
14722
  placement: j,
14703
14723
  boundary: d,
@@ -14705,7 +14725,7 @@ function fv(e) {
14705
14725
  altBoundary: g,
14706
14726
  padding: u
14707
14727
  }), W = k ? I ? Kt : $t : I ? Gt : Rt;
14708
- T[N] > E[N] && (W = Nr(W));
14728
+ O[N] > E[N] && (W = Nr(W));
14709
14729
  var G = Nr(W), H = [];
14710
14730
  if (i && H.push(R[m] <= 0), l && H.push(R[W] <= 0, R[G] <= 0), H.every(function(ie) {
14711
14731
  return ie;
@@ -14831,7 +14851,7 @@ function wv(e) {
14831
14851
  rootBoundary: u,
14832
14852
  padding: f,
14833
14853
  altBoundary: d
14834
- }), v = so(o.placement), O = bn(o.placement), w = !O, C = ys(v), T = Sv(C), E = o.modifiersData.popperOffsets, P = o.rects.reference, $ = o.rects.popper, M = typeof p == "function" ? p(Object.assign({}, o.rects, {
14854
+ }), v = so(o.placement), T = bn(o.placement), w = !T, C = ys(v), O = Sv(C), E = o.modifiersData.popperOffsets, P = o.rects.reference, $ = o.rects.popper, M = typeof p == "function" ? p(Object.assign({}, o.rects, {
14835
14855
  placement: o.placement
14836
14856
  })) : p, A = typeof M == "number" ? {
14837
14857
  mainAxis: M,
@@ -14845,15 +14865,15 @@ function wv(e) {
14845
14865
  };
14846
14866
  if (E) {
14847
14867
  if (i) {
14848
- var I, k = C === "y" ? Rt : $t, N = C === "y" ? Gt : Kt, R = C === "y" ? "height" : "width", W = E[C], G = W + y[k], H = W - y[N], F = b ? -$[R] / 2 : 0, L = O === mn ? P[R] : $[R], X = O === mn ? -$[R] : -P[R], ee = o.elements.arrow, ie = b && ee ? bs(ee) : {
14868
+ var I, k = C === "y" ? Rt : $t, N = C === "y" ? Gt : Kt, R = C === "y" ? "height" : "width", W = E[C], G = W + y[k], H = W - y[N], F = b ? -$[R] / 2 : 0, L = T === mn ? P[R] : $[R], X = T === mn ? -$[R] : -P[R], ee = o.elements.arrow, ie = b && ee ? bs(ee) : {
14849
14869
  width: 0,
14850
14870
  height: 0
14851
14871
  }, K = o.modifiersData["arrow#persistent"] ? o.modifiersData["arrow#persistent"].padding : Gu(), z = K[k], oe = K[N], ue = Vn(0, P[R], ie[R]), J = w ? P[R] / 2 - F - ue - z - A.mainAxis : L - ue - z - A.mainAxis, Y = w ? -P[R] / 2 + F + ue + oe + A.mainAxis : X + ue + oe + A.mainAxis, ce = o.elements.arrow && cr(o.elements.arrow), U = ce ? C === "y" ? ce.clientTop || 0 : ce.clientLeft || 0 : 0, ae = (I = j?.[C]) != null ? I : 0, se = W + J - ae - U, de = W + Y - ae, Ee = Vn(b ? _r(G, se) : G, W, b ? Wo(H, de) : H);
14852
14872
  E[C] = Ee, m[C] = Ee - W;
14853
14873
  }
14854
14874
  if (l) {
14855
- var Pe, ne = C === "x" ? Rt : $t, Be = C === "x" ? Gt : Kt, Te = E[T], ve = T === "y" ? "height" : "width", re = Te + y[ne], De = Te - y[Be], Ne = [Rt, $t].indexOf(v) !== -1, te = (Pe = j?.[T]) != null ? Pe : 0, Q = Ne ? re : Te - P[ve] - $[ve] - te + A.altAxis, Ce = Ne ? Te + P[ve] + $[ve] - te - A.altAxis : De, Oe = b && Ne ? Gy(Q, Te, Ce) : Vn(b ? Q : re, Te, b ? Ce : De);
14856
- E[T] = Oe, m[T] = Oe - Te;
14875
+ var Pe, ne = C === "x" ? Rt : $t, Be = C === "x" ? Gt : Kt, Te = E[O], ve = O === "y" ? "height" : "width", re = Te + y[ne], De = Te - y[Be], Ne = [Rt, $t].indexOf(v) !== -1, te = (Pe = j?.[O]) != null ? Pe : 0, Q = Ne ? re : Te - P[ve] - $[ve] - te + A.altAxis, Ce = Ne ? Te + P[ve] + $[ve] - te - A.altAxis : De, Oe = b && Ne ? Gy(Q, Te, Ce) : Vn(b ? Q : re, Te, b ? Ce : De);
14876
+ E[O] = Oe, m[O] = Oe - Te;
14857
14877
  }
14858
14878
  o.modifiersData[r] = m;
14859
14879
  }
@@ -14975,8 +14995,8 @@ function Mv(e) {
14975
14995
  }, f = [], g = !1, b = {
14976
14996
  state: d,
14977
14997
  setOptions: function(v) {
14978
- var O = typeof v == "function" ? v(d.options) : v;
14979
- p(), d.options = Object.assign({}, i, d.options, O), d.scrollParents = {
14998
+ var T = typeof v == "function" ? v(d.options) : v;
14999
+ p(), d.options = Object.assign({}, i, d.options, T), d.scrollParents = {
14980
15000
  reference: qo(l) ? _n(l) : l.contextElement ? _n(l.contextElement) : [],
14981
15001
  popper: _n(c)
14982
15002
  };
@@ -14992,10 +15012,10 @@ function Mv(e) {
14992
15012
  // prefer the async Popper#update method
14993
15013
  forceUpdate: function() {
14994
15014
  if (!g) {
14995
- var v = d.elements, O = v.reference, w = v.popper;
14996
- if (Yl(O, w)) {
15015
+ var v = d.elements, T = v.reference, w = v.popper;
15016
+ if (Yl(T, w)) {
14997
15017
  d.rects = {
14998
- reference: kv(O, cr(w), d.options.strategy === "fixed"),
15018
+ reference: kv(T, cr(w), d.options.strategy === "fixed"),
14999
15019
  popper: bs(w)
15000
15020
  }, d.reset = !1, d.placement = d.options.placement, d.orderedModifiers.forEach(function(A) {
15001
15021
  return d.modifiersData[A.name] = Object.assign({}, A.data);
@@ -15005,7 +15025,7 @@ function Mv(e) {
15005
15025
  d.reset = !1, C = -1;
15006
15026
  continue;
15007
15027
  }
15008
- var T = d.orderedModifiers[C], E = T.fn, P = T.options, $ = P === void 0 ? {} : P, M = T.name;
15028
+ var O = d.orderedModifiers[C], E = O.fn, P = O.options, $ = P === void 0 ? {} : P, M = O.name;
15009
15029
  typeof E == "function" && (d = E({
15010
15030
  state: d,
15011
15031
  options: $,
@@ -15034,16 +15054,16 @@ function Mv(e) {
15034
15054
  });
15035
15055
  function h() {
15036
15056
  d.orderedModifiers.forEach(function(y) {
15037
- var v = y.name, O = y.options, w = O === void 0 ? {} : O, C = y.effect;
15057
+ var v = y.name, T = y.options, w = T === void 0 ? {} : T, C = y.effect;
15038
15058
  if (typeof C == "function") {
15039
- var T = C({
15059
+ var O = C({
15040
15060
  state: d,
15041
15061
  name: v,
15042
15062
  instance: b,
15043
15063
  options: w
15044
15064
  }), E = function() {
15045
15065
  };
15046
- f.push(T || E);
15066
+ f.push(O || E);
15047
15067
  }
15048
15068
  });
15049
15069
  }
@@ -15185,9 +15205,9 @@ const zv = (e) => {
15185
15205
  ownerState: p,
15186
15206
  // prevent from spreading to DOM, it can come from the parent component e.g. Select.
15187
15207
  ...y
15188
- } = o, v = x.useRef(null), O = et(v, n), w = x.useRef(null), C = et(w, f), T = x.useRef(C);
15208
+ } = o, v = x.useRef(null), T = et(v, n), w = x.useRef(null), C = et(w, f), O = x.useRef(C);
15189
15209
  qt(() => {
15190
- T.current = C;
15210
+ O.current = C;
15191
15211
  }, [C]), x.useImperativeHandle(f, () => w.current, []);
15192
15212
  const E = Bv(u, i), [P, $] = x.useState(E), [M, A] = x.useState(Wr(r));
15193
15213
  x.useEffect(() => {
@@ -15231,8 +15251,8 @@ const zv = (e) => {
15231
15251
  ...d,
15232
15252
  modifiers: R
15233
15253
  });
15234
- return T.current(W), () => {
15235
- W.destroy(), T.current(null);
15254
+ return O.current(W), () => {
15255
+ W.destroy(), O.current(null);
15236
15256
  };
15237
15257
  }, [M, s, l, c, d, E]);
15238
15258
  const j = {
@@ -15245,7 +15265,7 @@ const zv = (e) => {
15245
15265
  externalForwardedProps: y,
15246
15266
  additionalProps: {
15247
15267
  role: "tooltip",
15248
- ref: O
15268
+ ref: T
15249
15269
  },
15250
15270
  ownerState: o,
15251
15271
  className: m.root
@@ -15271,8 +15291,8 @@ const zv = (e) => {
15271
15291
  transition: p = !1,
15272
15292
  slotProps: y = {},
15273
15293
  slots: v = {},
15274
- ...O
15275
- } = o, [w, C] = x.useState(!0), T = () => {
15294
+ ...T
15295
+ } = o, [w, C] = x.useState(!0), O = () => {
15276
15296
  C(!1);
15277
15297
  }, E = () => {
15278
15298
  C(!0);
@@ -15288,7 +15308,7 @@ const zv = (e) => {
15288
15308
  }
15289
15309
  const $ = !d && c && (!p || w) ? "none" : void 0, M = p ? {
15290
15310
  in: d,
15291
- onEnter: T,
15311
+ onEnter: O,
15292
15312
  onExited: E
15293
15313
  } : void 0;
15294
15314
  return /* @__PURE__ */ S(Qn, {
@@ -15306,7 +15326,7 @@ const zv = (e) => {
15306
15326
  popperRef: b,
15307
15327
  slotProps: y,
15308
15328
  slots: v,
15309
- ...O,
15329
+ ...T,
15310
15330
  style: {
15311
15331
  // Prevents scroll issue, waiting for Popper.js to add this style once initiated.
15312
15332
  position: "fixed",
@@ -15463,10 +15483,10 @@ const Wv = D(Zu, {
15463
15483
  popperOptions: p,
15464
15484
  popperRef: y,
15465
15485
  transition: v,
15466
- slots: O,
15486
+ slots: T,
15467
15487
  slotProps: w,
15468
15488
  ...C
15469
- } = a, T = O?.root ?? l?.Root, E = {
15489
+ } = a, O = T?.root ?? l?.Root, E = {
15470
15490
  anchorEl: i,
15471
15491
  container: u,
15472
15492
  disablePortal: d,
@@ -15483,7 +15503,7 @@ const Wv = D(Zu, {
15483
15503
  as: s,
15484
15504
  direction: r ? "rtl" : "ltr",
15485
15505
  slots: {
15486
- root: T
15506
+ root: O
15487
15507
  },
15488
15508
  slotProps: w ?? c,
15489
15509
  ...E,
@@ -16114,11 +16134,11 @@ const ws = /* @__PURE__ */ x.forwardRef(function(o, n) {
16114
16134
  onKeyDown: p,
16115
16135
  onKeyUp: y,
16116
16136
  size: v = "medium",
16117
- variant: O = "filled",
16137
+ variant: T = "filled",
16118
16138
  tabIndex: w,
16119
16139
  skipFocusWhenDisabled: C = !1,
16120
16140
  // TODO v6: Rename to `focusableWhenDisabled`.
16121
- slots: T = {},
16141
+ slots: O = {},
16122
16142
  slotProps: E = {},
16123
16143
  ...P
16124
16144
  } = r, $ = x.useRef(null), M = et($, n), A = (z) => {
@@ -16136,7 +16156,7 @@ const ws = /* @__PURE__ */ x.forwardRef(function(o, n) {
16136
16156
  iconColor: /* @__PURE__ */ x.isValidElement(f) && f.props.color || l,
16137
16157
  onDelete: !!h,
16138
16158
  clickable: I,
16139
- variant: O
16159
+ variant: T
16140
16160
  }, R = Yv(N), W = k === bo ? {
16141
16161
  component: c || "div",
16142
16162
  focusVisibleClassName: R.focusVisible,
@@ -16161,7 +16181,7 @@ const ws = /* @__PURE__ */ x.forwardRef(function(o, n) {
16161
16181
  className: Z(R.icon, f.props.className)
16162
16182
  })), process.env.NODE_ENV !== "production" && H && F && console.error("MUI: The Chip component can not handle the avatar and the icon prop at the same time. Pick one.");
16163
16183
  const L = {
16164
- slots: T,
16184
+ slots: O,
16165
16185
  slotProps: E
16166
16186
  }, [X, ee] = me("root", {
16167
16187
  elementType: Xv,
@@ -16386,42 +16406,42 @@ const Qu = /* @__PURE__ */ x.forwardRef(function(o, n) {
16386
16406
  const w = d.current, C = h();
16387
16407
  if (!w || !C || Jl(C))
16388
16408
  return !1;
16389
- const T = C.outerHeightStyle;
16390
- return g.current != null && g.current !== T;
16409
+ const O = C.outerHeightStyle;
16410
+ return g.current != null && g.current !== O;
16391
16411
  }), y = x.useCallback(() => {
16392
16412
  const w = d.current, C = h();
16393
16413
  if (!w || !C || Jl(C))
16394
16414
  return;
16395
- const T = C.outerHeightStyle;
16396
- g.current !== T && (g.current = T, w.style.height = `${T}px`), w.style.overflow = C.overflowing ? "hidden" : "";
16415
+ const O = C.outerHeightStyle;
16416
+ g.current !== O && (g.current = O, w.style.height = `${O}px`), w.style.overflow = C.overflowing ? "hidden" : "";
16397
16417
  }, [h]), v = x.useRef(-1);
16398
16418
  qt(() => {
16399
16419
  const w = du(y), C = d?.current;
16400
16420
  if (!C)
16401
16421
  return;
16402
- const T = ho(C);
16403
- T.addEventListener("resize", w);
16422
+ const O = ho(C);
16423
+ O.addEventListener("resize", w);
16404
16424
  let E;
16405
16425
  return typeof ResizeObserver < "u" && (E = new ResizeObserver(() => {
16406
16426
  p() && (E.unobserve(C), cancelAnimationFrame(v.current), y(), v.current = requestAnimationFrame(() => {
16407
16427
  E.observe(C);
16408
16428
  }));
16409
16429
  }), E.observe(C)), () => {
16410
- w.clear(), cancelAnimationFrame(v.current), T.removeEventListener("resize", w), E && E.disconnect();
16430
+ w.clear(), cancelAnimationFrame(v.current), O.removeEventListener("resize", w), E && E.disconnect();
16411
16431
  };
16412
16432
  }, [h, y, p]), qt(() => {
16413
16433
  y();
16414
16434
  });
16415
- const O = (w) => {
16435
+ const T = (w) => {
16416
16436
  u || y();
16417
- const C = w.target, T = C.value.length, E = C.value.endsWith(`
16418
- `), P = C.selectionStart === T;
16419
- E && P && C.setSelectionRange(T, T), r && r(w);
16437
+ const C = w.target, O = C.value.length, E = C.value.endsWith(`
16438
+ `), P = C.selectionStart === O;
16439
+ E && P && C.setSelectionRange(O, O), r && r(w);
16420
16440
  };
16421
16441
  return /* @__PURE__ */ le(x.Fragment, {
16422
16442
  children: [/* @__PURE__ */ S("textarea", {
16423
16443
  value: l,
16424
- onChange: O,
16444
+ onChange: T,
16425
16445
  ref: f,
16426
16446
  rows: i,
16427
16447
  style: s,
@@ -16722,10 +16742,10 @@ const xa = (e, o) => {
16722
16742
  error: p,
16723
16743
  fullWidth: y = !1,
16724
16744
  id: v,
16725
- inputComponent: O = "input",
16745
+ inputComponent: T = "input",
16726
16746
  inputProps: w = {},
16727
16747
  inputRef: C,
16728
- margin: T,
16748
+ margin: O,
16729
16749
  maxRows: E,
16730
16750
  minRows: P,
16731
16751
  multiline: $ = !1,
@@ -16794,7 +16814,7 @@ const xa = (e, o) => {
16794
16814
  const re = (be) => {
16795
16815
  J.current && be.currentTarget === be.target && J.current.focus(), m && m(be);
16796
16816
  };
16797
- let De = O, Ne = w;
16817
+ let De = T, Ne = w;
16798
16818
  $ && De === "input" && (H ? (process.env.NODE_ENV !== "production" && (P || E) && console.warn("MUI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set."), Ne = {
16799
16819
  type: void 0,
16800
16820
  minRows: H,
@@ -17518,10 +17538,10 @@ const s0 = (e) => {
17518
17538
  componentsProps: p,
17519
17539
  defaultValue: y = r.multiple ? [] : null,
17520
17540
  disableClearable: v = !1,
17521
- disableCloseOnSelect: O = !1,
17541
+ disableCloseOnSelect: T = !1,
17522
17542
  disabled: w = !1,
17523
17543
  disabledItemsFocusable: C = !1,
17524
- disableListWrap: T = !1,
17544
+ disableListWrap: O = !1,
17525
17545
  disablePortal: E = !1,
17526
17546
  filterOptions: P,
17527
17547
  filterSelectedOptions: $ = !1,
@@ -18372,10 +18392,10 @@ const v0 = (e) => {
18372
18392
  disableUnderline: a
18373
18393
  }
18374
18394
  }
18375
- }, v = d ?? s ? bt(d ?? s, y) : y, O = f.root ?? i.Root ?? x0, w = f.input ?? i.Input ?? C0;
18395
+ }, v = d ?? s ? bt(d ?? s, y) : y, T = f.root ?? i.Root ?? x0, w = f.input ?? i.Input ?? C0;
18376
18396
  return /* @__PURE__ */ S(Ta, {
18377
18397
  slots: {
18378
- root: O,
18398
+ root: T,
18379
18399
  input: w
18380
18400
  },
18381
18401
  slotProps: v,
@@ -18848,13 +18868,13 @@ const S0 = (e) => {
18848
18868
  input: {
18849
18869
  ownerState: p
18850
18870
  }
18851
- }, O = f ?? s ? bt(v, f ?? s) : v, w = g.root ?? i.Root ?? w0, C = g.input ?? i.Input ?? T0;
18871
+ }, T = f ?? s ? bt(v, f ?? s) : v, w = g.root ?? i.Root ?? w0, C = g.input ?? i.Input ?? T0;
18852
18872
  return /* @__PURE__ */ S(Ta, {
18853
18873
  slots: {
18854
18874
  root: w,
18855
18875
  input: C
18856
18876
  },
18857
- slotProps: O,
18877
+ slotProps: T,
18858
18878
  fullWidth: l,
18859
18879
  inputComponent: u,
18860
18880
  multiline: d,
@@ -19386,7 +19406,7 @@ const P0 = (e) => {
19386
19406
  multiline: c,
19387
19407
  size: y.size,
19388
19408
  type: g
19389
- }, O = d.root ?? a.Root ?? k0, w = d.input ?? a.Input ?? $0, [C, T] = me("notchedOutline", {
19409
+ }, T = d.root ?? a.Root ?? k0, w = d.input ?? a.Input ?? $0, [C, O] = me("notchedOutline", {
19390
19410
  elementType: R0,
19391
19411
  className: h.notchedOutline,
19392
19412
  shouldForwardComponentProp: !0,
@@ -19403,12 +19423,12 @@ const P0 = (e) => {
19403
19423
  });
19404
19424
  return /* @__PURE__ */ S(Ta, {
19405
19425
  slots: {
19406
- root: O,
19426
+ root: T,
19407
19427
  input: w
19408
19428
  },
19409
19429
  slotProps: f,
19410
19430
  renderSuffix: (E) => /* @__PURE__ */ S(C, {
19411
- ...T,
19431
+ ...O,
19412
19432
  notched: typeof u < "u" ? u : !!(E.startAdornment || E.filled || E.focused)
19413
19433
  }),
19414
19434
  fullWidth: i,
@@ -20091,7 +20111,7 @@ const F0 = (e) => {
20091
20111
  size: p = "medium",
20092
20112
  variant: y = "outlined",
20093
20113
  ...v
20094
- } = r, O = {
20114
+ } = r, T = {
20095
20115
  ...r,
20096
20116
  color: s,
20097
20117
  component: l,
@@ -20103,7 +20123,7 @@ const F0 = (e) => {
20103
20123
  required: h,
20104
20124
  size: p,
20105
20125
  variant: y
20106
- }, w = F0(O), [C, T] = x.useState(() => {
20126
+ }, w = F0(T), [C, O] = x.useState(() => {
20107
20127
  let R = !1;
20108
20128
  return a && x.Children.forEach(a, (W) => {
20109
20129
  if (!zn(W, ["Input", "Select"]))
@@ -20131,7 +20151,7 @@ const F0 = (e) => {
20131
20151
  P(!1);
20132
20152
  }, []), N = x.useMemo(() => ({
20133
20153
  adornedStart: C,
20134
- setAdornedStart: T,
20154
+ setAdornedStart: O,
20135
20155
  color: s,
20136
20156
  disabled: c,
20137
20157
  error: u,
@@ -20156,7 +20176,7 @@ const F0 = (e) => {
20156
20176
  value: N,
20157
20177
  children: /* @__PURE__ */ S(z0, {
20158
20178
  as: l,
20159
- ownerState: O,
20179
+ ownerState: T,
20160
20180
  className: Z(w.root, i),
20161
20181
  ref: n,
20162
20182
  ...v,
@@ -20337,10 +20357,10 @@ const _0 = (e) => {
20337
20357
  required: y.required
20338
20358
  };
20339
20359
  delete v.ownerState;
20340
- const O = _0(v);
20360
+ const T = _0(v);
20341
20361
  return /* @__PURE__ */ S(W0, {
20342
20362
  as: s,
20343
- className: Z(O.root, i),
20363
+ className: Z(T.root, i),
20344
20364
  ref: n,
20345
20365
  ...h,
20346
20366
  ownerState: v,
@@ -20597,8 +20617,8 @@ const ad = /* @__PURE__ */ x.forwardRef(function(o, n) {
20597
20617
  adjustStyleForScrollbar: (w, {
20598
20618
  direction: C
20599
20619
  }) => {
20600
- const T = !b.current.style.width;
20601
- if (w.clientHeight < b.current.clientHeight && T) {
20620
+ const O = !b.current.style.width;
20621
+ if (w.clientHeight < b.current.clientHeight && O) {
20602
20622
  const E = `${nd(ho(w))}px`;
20603
20623
  b.current.style[C === "rtl" ? "paddingLeft" : "paddingRight"] = E, b.current.style.width = `calc(100% + ${E})`;
20604
20624
  }
@@ -20606,22 +20626,22 @@ const ad = /* @__PURE__ */ x.forwardRef(function(o, n) {
20606
20626
  }
20607
20627
  }), []);
20608
20628
  const p = (w) => {
20609
- const C = b.current, T = w.key;
20629
+ const C = b.current, O = w.key;
20610
20630
  if (w.ctrlKey || w.metaKey || w.altKey) {
20611
20631
  d && d(w);
20612
20632
  return;
20613
20633
  }
20614
20634
  const P = Dn(dt(C));
20615
- if (T === "ArrowDown")
20635
+ if (O === "ArrowDown")
20616
20636
  w.preventDefault(), $n(C, P, u, c, ai);
20617
- else if (T === "ArrowUp")
20637
+ else if (O === "ArrowUp")
20618
20638
  w.preventDefault(), $n(C, P, u, c, ic);
20619
- else if (T === "Home")
20639
+ else if (O === "Home")
20620
20640
  w.preventDefault(), $n(C, null, u, c, ai);
20621
- else if (T === "End")
20641
+ else if (O === "End")
20622
20642
  w.preventDefault(), $n(C, null, u, c, ic);
20623
- else if (T.length === 1) {
20624
- const $ = h.current, M = T.toLowerCase(), A = performance.now();
20643
+ else if (O.length === 1) {
20644
+ const $ = h.current, M = O.toLowerCase(), A = performance.now();
20625
20645
  $.keys.length > 0 && (A - $.lastTime > 500 ? ($.keys = [], $.repeating = !0, $.previousKeyMatched = !0) : $.repeating && M !== $.keys[0] && ($.repeating = !1)), $.lastTime = A, $.keys.push(M);
20626
20646
  const j = P && !$.repeating && rd(P, $);
20627
20647
  $.previousKeyMatched && (j || $n(C, P, !1, c, ai, $)) ? w.preventDefault() : $.previousKeyMatched = !1;
@@ -20637,10 +20657,10 @@ const ad = /* @__PURE__ */ x.forwardRef(function(o, n) {
20637
20657
  process.env.NODE_ENV !== "production" && ko.isFragment(w) && console.error(["MUI: The Menu component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
20638
20658
  `)), w.props.disabled || (f === "selectedMenu" && w.props.selected || v === -1) && (v = C), v === C && (w.props.disabled || w.props.muiSkipListHighlight || w.type.muiSkipListHighlight) && (v += 1, v >= s.length && (v = -1));
20639
20659
  });
20640
- const O = x.Children.map(s, (w, C) => {
20660
+ const T = x.Children.map(s, (w, C) => {
20641
20661
  if (C === v) {
20642
- const T = {};
20643
- return i && (T.autoFocus = !0), w.props.tabIndex === void 0 && f === "selectedMenu" && (T.tabIndex = 0), /* @__PURE__ */ x.cloneElement(w, T);
20662
+ const O = {};
20663
+ return i && (O.autoFocus = !0), w.props.tabIndex === void 0 && f === "selectedMenu" && (O.tabIndex = 0), /* @__PURE__ */ x.cloneElement(w, O);
20644
20664
  }
20645
20665
  return w;
20646
20666
  });
@@ -20651,7 +20671,7 @@ const ad = /* @__PURE__ */ x.forwardRef(function(o, n) {
20651
20671
  onKeyDown: p,
20652
20672
  tabIndex: a ? 0 : -1,
20653
20673
  ...g,
20654
- children: O
20674
+ children: T
20655
20675
  });
20656
20676
  });
20657
20677
  process.env.NODE_ENV !== "production" && (ad.propTypes = {
@@ -20872,7 +20892,7 @@ function qr(e) {
20872
20892
  }, [l]), x.useEffect(() => {
20873
20893
  if (!l || !h.current)
20874
20894
  return;
20875
- const w = dt(h.current), C = Dn(w), T = ($) => {
20895
+ const w = dt(h.current), C = Dn(w), O = ($) => {
20876
20896
  y.current = $, !(r || !s() || $.key !== "Tab") && C === h.current && $.shiftKey && (c.current = !0, d.current && d.current.focus());
20877
20897
  }, E = () => {
20878
20898
  const $ = h.current;
@@ -20898,26 +20918,26 @@ function qr(e) {
20898
20918
  } else
20899
20919
  $.focus();
20900
20920
  };
20901
- w.addEventListener("focusin", E), w.addEventListener("keydown", T, !0);
20921
+ w.addEventListener("focusin", E), w.addEventListener("keydown", O, !0);
20902
20922
  const P = setInterval(() => {
20903
20923
  const $ = Dn(w);
20904
20924
  $ && $.tagName === "BODY" && E();
20905
20925
  }, 50);
20906
20926
  return () => {
20907
- clearInterval(P), w.removeEventListener("focusin", E), w.removeEventListener("keydown", T, !0);
20927
+ clearInterval(P), w.removeEventListener("focusin", E), w.removeEventListener("keydown", O, !0);
20908
20928
  };
20909
20929
  }, [n, r, a, s, l, i]);
20910
20930
  const v = (w) => {
20911
20931
  f.current === null && (f.current = w.relatedTarget), b.current = !0, g.current = w.target;
20912
20932
  const C = o.props.onFocus;
20913
20933
  C && C(w);
20914
- }, O = (w) => {
20934
+ }, T = (w) => {
20915
20935
  f.current === null && (f.current = w.relatedTarget), b.current = !0;
20916
20936
  };
20917
20937
  return /* @__PURE__ */ le(x.Fragment, {
20918
20938
  children: [/* @__PURE__ */ S("div", {
20919
20939
  tabIndex: l ? 0 : -1,
20920
- onFocus: O,
20940
+ onFocus: T,
20921
20941
  ref: u,
20922
20942
  "data-testid": "sentinelStart"
20923
20943
  }), /* @__PURE__ */ x.cloneElement(o, {
@@ -20925,7 +20945,7 @@ function qr(e) {
20925
20945
  onFocus: v
20926
20946
  }), /* @__PURE__ */ S("div", {
20927
20947
  tabIndex: l ? 0 : -1,
20928
- onFocus: O,
20948
+ onFocus: T,
20929
20949
  ref: d,
20930
20950
  "data-testid": "sentinelEnd"
20931
20951
  })]
@@ -21012,9 +21032,9 @@ const rx = {
21012
21032
  style: y,
21013
21033
  timeout: v = a,
21014
21034
  // eslint-disable-next-line react/prop-types
21015
- TransitionComponent: O = Zt,
21035
+ TransitionComponent: T = Zt,
21016
21036
  ...w
21017
- } = o, C = x.useRef(null), T = et(C, Cn(l), n), E = (k) => (N) => {
21037
+ } = o, C = x.useRef(null), O = et(C, Cn(l), n), E = (k) => (N) => {
21018
21038
  if (k) {
21019
21039
  const R = C.current;
21020
21040
  N === void 0 ? k(R) : k(R, N);
@@ -21039,7 +21059,7 @@ const rx = {
21039
21059
  });
21040
21060
  k.style.webkitTransition = r.transitions.create("opacity", N), k.style.transition = r.transitions.create("opacity", N), b && b(k);
21041
21061
  }), m = E(h);
21042
- return /* @__PURE__ */ S(O, {
21062
+ return /* @__PURE__ */ S(T, {
21043
21063
  appear: s,
21044
21064
  in: u,
21045
21065
  nodeRef: C,
@@ -21065,7 +21085,7 @@ const rx = {
21065
21085
  ...y,
21066
21086
  ...l.props.style
21067
21087
  },
21068
- ref: T,
21088
+ ref: O,
21069
21089
  ...R
21070
21090
  })
21071
21091
  });
@@ -21206,7 +21226,7 @@ const ix = (e) => {
21206
21226
  ...r,
21207
21227
  component: s,
21208
21228
  invisible: l
21209
- }, v = ix(y), O = {
21229
+ }, v = ix(y), T = {
21210
21230
  transition: b,
21211
21231
  root: u.Root,
21212
21232
  ...g
@@ -21215,9 +21235,9 @@ const ix = (e) => {
21215
21235
  ...f
21216
21236
  }, C = {
21217
21237
  component: s,
21218
- slots: O,
21238
+ slots: T,
21219
21239
  slotProps: w
21220
- }, [T, E] = me("root", {
21240
+ }, [O, E] = me("root", {
21221
21241
  elementType: sx,
21222
21242
  externalForwardedProps: C,
21223
21243
  className: Z(v.root, i),
@@ -21232,7 +21252,7 @@ const ix = (e) => {
21232
21252
  timeout: h,
21233
21253
  ...p,
21234
21254
  ...$,
21235
- children: /* @__PURE__ */ S(T, {
21255
+ children: /* @__PURE__ */ S(O, {
21236
21256
  "aria-hidden": !0,
21237
21257
  ...E,
21238
21258
  classes: v,
@@ -21352,20 +21372,20 @@ function ux(e) {
21352
21372
  open: u,
21353
21373
  rootRef: d
21354
21374
  } = e, f = x.useRef({}), g = x.useRef(null), b = x.useRef(null), h = et(b, d), [p, y] = x.useState(!u), v = cx(l);
21355
- let O = !0;
21356
- (e["aria-hidden"] === "false" || e["aria-hidden"] === !1) && (O = !1);
21357
- const w = () => dt(g.current), C = () => (f.current.modalRef = b.current, f.current.mount = g.current, f.current), T = () => {
21375
+ let T = !0;
21376
+ (e["aria-hidden"] === "false" || e["aria-hidden"] === !1) && (T = !1);
21377
+ const w = () => dt(g.current), C = () => (f.current.modalRef = b.current, f.current.mount = g.current, f.current), O = () => {
21358
21378
  Cr.mount(C(), {
21359
21379
  disableScrollLock: r
21360
21380
  }), b.current && (b.current.scrollTop = 0);
21361
21381
  }, E = Ct(() => {
21362
21382
  const N = lx(o) || w().body;
21363
- Cr.add(C(), N), b.current && T();
21383
+ Cr.add(C(), N), b.current && O();
21364
21384
  }), P = () => Cr.isTopModal(C()), $ = Ct((N) => {
21365
- g.current = N, N && (u && P() ? T() : b.current && Un(b.current, O));
21385
+ g.current = N, N && (u && P() ? O() : b.current && Un(b.current, T));
21366
21386
  }), M = x.useCallback(() => {
21367
- Cr.remove(C(), O);
21368
- }, [O]);
21387
+ Cr.remove(C(), T);
21388
+ }, [T]);
21369
21389
  x.useEffect(() => () => {
21370
21390
  M();
21371
21391
  }, [M]), x.useEffect(() => {
@@ -21489,10 +21509,10 @@ const px = (e) => {
21489
21509
  disableEnforceFocus: p = !1,
21490
21510
  disableEscapeKeyDown: y = !1,
21491
21511
  disablePortal: v = !1,
21492
- disableRestoreFocus: O = !1,
21512
+ disableRestoreFocus: T = !1,
21493
21513
  disableScrollLock: w = !1,
21494
21514
  hideBackdrop: C = !1,
21495
- keepMounted: T = !1,
21515
+ keepMounted: O = !1,
21496
21516
  onClose: E,
21497
21517
  onTransitionEnter: P,
21498
21518
  onTransitionExited: $,
@@ -21509,10 +21529,10 @@ const px = (e) => {
21509
21529
  disableEnforceFocus: p,
21510
21530
  disableEscapeKeyDown: y,
21511
21531
  disablePortal: v,
21512
- disableRestoreFocus: O,
21532
+ disableRestoreFocus: T,
21513
21533
  disableScrollLock: w,
21514
21534
  hideBackdrop: C,
21515
- keepMounted: T
21535
+ keepMounted: O
21516
21536
  }, {
21517
21537
  getRootProps: N,
21518
21538
  getBackdropProps: R,
@@ -21571,7 +21591,7 @@ const px = (e) => {
21571
21591
  className: Z(i?.className, ee?.backdrop),
21572
21592
  ownerState: X
21573
21593
  });
21574
- return !T && !M && (!L || F) ? null : /* @__PURE__ */ S(Qn, {
21594
+ return !O && !M && (!L || F) ? null : /* @__PURE__ */ S(Qn, {
21575
21595
  ref: G,
21576
21596
  container: d,
21577
21597
  disablePortal: v,
@@ -21582,7 +21602,7 @@ const px = (e) => {
21582
21602
  }) : null, /* @__PURE__ */ S(qr, {
21583
21603
  disableEnforceFocus: p,
21584
21604
  disableAutoFocus: h,
21585
- disableRestoreFocus: O,
21605
+ disableRestoreFocus: T,
21586
21606
  isEnabled: H,
21587
21607
  open: M,
21588
21608
  children: /* @__PURE__ */ x.cloneElement(u, ie)
@@ -21828,14 +21848,14 @@ const hx = (e) => {
21828
21848
  // TODO: remove in v7
21829
21849
  slots: y = {},
21830
21850
  slotProps: v = {},
21831
- transformOrigin: O = {
21851
+ transformOrigin: T = {
21832
21852
  vertical: "top",
21833
21853
  horizontal: "left"
21834
21854
  },
21835
21855
  TransitionComponent: w,
21836
21856
  // TODO: remove in v7
21837
21857
  transitionDuration: C = "auto",
21838
- TransitionProps: T = {},
21858
+ TransitionProps: O = {},
21839
21859
  // TODO: remove in v7
21840
21860
  disableScrollLock: E = !1,
21841
21861
  ...P
@@ -21845,10 +21865,10 @@ const hx = (e) => {
21845
21865
  anchorReference: c,
21846
21866
  elevation: g,
21847
21867
  marginThreshold: b,
21848
- transformOrigin: O,
21868
+ transformOrigin: T,
21849
21869
  TransitionComponent: w,
21850
21870
  transitionDuration: C,
21851
- TransitionProps: T
21871
+ TransitionProps: O
21852
21872
  }, A = hx(M), j = x.useCallback(() => {
21853
21873
  if (c === "anchorPosition")
21854
21874
  return process.env.NODE_ENV !== "production" && (l || console.error('MUI: You need to provide a `anchorPosition` prop when using <Popover anchorReference="anchorPosition" />.')), l;
@@ -21863,9 +21883,9 @@ const hx = (e) => {
21863
21883
  left: U.left + dc(U, s.horizontal)
21864
21884
  };
21865
21885
  }, [i, s.horizontal, s.vertical, l, c]), m = x.useCallback((Y) => ({
21866
- vertical: uc(Y, O.vertical),
21867
- horizontal: dc(Y, O.horizontal)
21868
- }), [O.horizontal, O.vertical]), I = x.useCallback((Y) => {
21886
+ vertical: uc(Y, T.vertical),
21887
+ horizontal: dc(Y, T.horizontal)
21888
+ }), [T.horizontal, T.vertical]), I = x.useCallback((Y) => {
21869
21889
  const ce = {
21870
21890
  width: Y.offsetWidth,
21871
21891
  height: Y.offsetHeight
@@ -21935,7 +21955,7 @@ const hx = (e) => {
21935
21955
  ...y
21936
21956
  },
21937
21957
  slotProps: {
21938
- transition: T,
21958
+ transition: O,
21939
21959
  paper: p,
21940
21960
  ...v
21941
21961
  }
@@ -22274,9 +22294,9 @@ const vx = {
22274
22294
  } = {},
22275
22295
  variant: y = "selectedMenu",
22276
22296
  slots: v = {},
22277
- slotProps: O = {},
22297
+ slotProps: T = {},
22278
22298
  ...w
22279
- } = r, C = rr(), T = {
22299
+ } = r, C = rr(), O = {
22280
22300
  ...r,
22281
22301
  autoFocus: a,
22282
22302
  disableAutoFocusItem: l,
@@ -22286,7 +22306,7 @@ const vx = {
22286
22306
  transitionDuration: b,
22287
22307
  TransitionProps: p,
22288
22308
  variant: y
22289
- }, E = Cx(T), P = a && !l && d, $ = x.useRef(null), M = (H, F) => {
22309
+ }, E = Cx(O), P = a && !l && d, $ = x.useRef(null), M = (H, F) => {
22290
22310
  $.current && $.current.adjustStyleForScrollbar(H, {
22291
22311
  direction: C ? "rtl" : "ltr"
22292
22312
  }), h && h(H, F);
@@ -22304,19 +22324,19 @@ const vx = {
22304
22324
  list: c,
22305
22325
  transition: p,
22306
22326
  paper: f,
22307
- ...O
22327
+ ...T
22308
22328
  }
22309
22329
  }, I = to({
22310
22330
  elementType: v.root,
22311
- externalSlotProps: O.root,
22312
- ownerState: T,
22331
+ externalSlotProps: T.root,
22332
+ ownerState: O,
22313
22333
  className: [E.root, s]
22314
22334
  }), [k, N] = me("paper", {
22315
22335
  className: E.paper,
22316
22336
  elementType: wx,
22317
22337
  externalForwardedProps: m,
22318
22338
  shouldForwardComponentProp: !0,
22319
- ownerState: T
22339
+ ownerState: O
22320
22340
  }), [R, W] = me("list", {
22321
22341
  className: Z(E.list, c.className),
22322
22342
  elementType: Tx,
@@ -22328,8 +22348,8 @@ const vx = {
22328
22348
  A(F), H.onKeyDown?.(F);
22329
22349
  }
22330
22350
  }),
22331
- ownerState: T
22332
- }), G = typeof m.slotProps.transition == "function" ? m.slotProps.transition(T) : m.slotProps.transition;
22351
+ ownerState: O
22352
+ }), G = typeof m.slotProps.transition == "function" ? m.slotProps.transition(O) : m.slotProps.transition;
22333
22353
  return /* @__PURE__ */ S(Sx, {
22334
22354
  onClose: u,
22335
22355
  anchorOrigin: {
@@ -22349,7 +22369,7 @@ const vx = {
22349
22369
  slotProps: {
22350
22370
  root: I,
22351
22371
  paper: N,
22352
- backdrop: typeof O.backdrop == "function" ? O.backdrop(T) : O.backdrop,
22372
+ backdrop: typeof T.backdrop == "function" ? T.backdrop(O) : T.backdrop,
22353
22373
  transition: {
22354
22374
  ...G,
22355
22375
  onEntering: (...H) => {
@@ -22360,7 +22380,7 @@ const vx = {
22360
22380
  open: d,
22361
22381
  ref: n,
22362
22382
  transitionDuration: b,
22363
- ownerState: T,
22383
+ ownerState: O,
22364
22384
  ...w,
22365
22385
  classes: g,
22366
22386
  children: /* @__PURE__ */ S(R, {
@@ -22806,10 +22826,10 @@ const Mx = (e) => {
22806
22826
  inputRef: p,
22807
22827
  labelId: y,
22808
22828
  MenuProps: v = {},
22809
- multiple: O,
22829
+ multiple: T,
22810
22830
  name: w,
22811
22831
  onBlur: C,
22812
- onChange: T,
22832
+ onChange: O,
22813
22833
  onClose: E,
22814
22834
  onFocus: P,
22815
22835
  // eslint-disable-next-line react/prop-types
@@ -22872,17 +22892,17 @@ const Mx = (e) => {
22872
22892
  de(!1, Se);
22873
22893
  }, ne = x.Children.toArray(l), Be = (Se) => {
22874
22894
  const Me = ne.find((Ze) => Ze.props.value === Se.target.value);
22875
- Me !== void 0 && (X(Me.props.value), T && T(Se, Me));
22895
+ Me !== void 0 && (X(Me.props.value), O && O(Se, Me));
22876
22896
  }, Te = (Se) => (Me) => {
22877
22897
  let Ze;
22878
22898
  if (Me.currentTarget.hasAttribute("tabindex")) {
22879
- if (O) {
22899
+ if (T) {
22880
22900
  Ze = Array.isArray(L) ? L.slice() : [];
22881
22901
  const vt = L.indexOf(Se.props.value);
22882
22902
  vt === -1 ? Ze.push(Se.props.value) : Ze.splice(vt, 1);
22883
22903
  } else
22884
22904
  Ze = Se.props.value;
22885
- if (Se.props.onClick && Se.props.onClick(Me), L !== Ze && (X(Ze), T)) {
22905
+ if (Se.props.onClick && Se.props.onClick(Me), L !== Ze && (X(Ze), O)) {
22886
22906
  const vt = Me.nativeEvent || Me, Fe = new vt.constructor(vt.type, vt);
22887
22907
  Object.defineProperty(Fe, "target", {
22888
22908
  writable: !0,
@@ -22890,9 +22910,9 @@ const Mx = (e) => {
22890
22910
  value: Ze,
22891
22911
  name: w
22892
22912
  }
22893
- }), T(Fe, Se);
22913
+ }), O(Fe, Se);
22894
22914
  }
22895
- O || de(!1, Me);
22915
+ T || de(!1, Me);
22896
22916
  }
22897
22917
  }, ve = (Se) => {
22898
22918
  m || ([
@@ -22925,7 +22945,7 @@ const Mx = (e) => {
22925
22945
  process.env.NODE_ENV !== "production" && ko.isFragment(Se) && console.error(["MUI: The Select component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
22926
22946
  `));
22927
22947
  let Me;
22928
- if (O) {
22948
+ if (T) {
22929
22949
  if (!Array.isArray(L))
22930
22950
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: The `value` prop must be an array when using the `Select` component with `multiple`." : lo(2));
22931
22951
  Me = L.some((Ze) => mc(Ze, Se.props.value)), Me && Ce && Q.push(Se.props.children);
@@ -22946,12 +22966,12 @@ const Mx = (e) => {
22946
22966
  });
22947
22967
  });
22948
22968
  process.env.NODE_ENV !== "production" && x.useEffect(() => {
22949
- if (!Oe && !O && L !== "") {
22969
+ if (!Oe && !T && L !== "") {
22950
22970
  const Se = ne.map((Me) => Me.props.value);
22951
22971
  console.warn([`MUI: You have provided an out-of-range value \`${L}\` for the select ${w ? `(name="${w}") ` : ""}component.`, "Consider providing a value that matches one of the available options or ''.", `The available values are ${Se.filter((Me) => Me != null).map((Me) => `\`${Me}\``).join(", ") || '""'}.`].join(`
22952
22972
  `));
22953
22973
  }
22954
- }, [Oe, ne, O, w, L]), Ce && (O ? Q.length === 0 ? Ne = null : Ne = Q.reduce((Se, Me, Ze) => (Se.push(Me), Ze < Q.length - 1 && Se.push(", "), Se), []) : Ne = te);
22974
+ }, [Oe, ne, T, w, L]), Ce && (T ? Q.length === 0 ? Ne = null : Ne = Q.reduce((Se, Me, Ze) => (Se.push(Me), Ze < Q.length - 1 && Se.push(", "), Se), []) : Ne = te);
22955
22975
  let we = Y;
22956
22976
  !s && J && oe && (we = se.clientWidth);
22957
22977
  let be;
@@ -23037,7 +23057,7 @@ const Mx = (e) => {
23037
23057
  list: {
23038
23058
  "aria-labelledby": y,
23039
23059
  role: "listbox",
23040
- "aria-multiselectable": O ? "true" : void 0,
23060
+ "aria-multiselectable": T ? "true" : void 0,
23041
23061
  disableListWrap: !0,
23042
23062
  id: ft,
23043
23063
  ...Mt
@@ -23235,15 +23255,15 @@ const Ax = (e) => {
23235
23255
  labelId: p,
23236
23256
  MenuProps: y,
23237
23257
  multiple: v = !1,
23238
- native: O = !1,
23258
+ native: T = !1,
23239
23259
  onClose: w,
23240
23260
  onOpen: C,
23241
- open: T,
23261
+ open: O,
23242
23262
  renderValue: E,
23243
23263
  SelectDisplayProps: P,
23244
23264
  variant: $ = "outlined",
23245
23265
  ...M
23246
- } = r, A = O ? dd : fd, j = Qt(), m = Mo({
23266
+ } = r, A = T ? dd : fd, j = Qt(), m = Mo({
23247
23267
  props: r,
23248
23268
  muiFormControl: j,
23249
23269
  states: ["variant", "error"]
@@ -23279,7 +23299,7 @@ const Ax = (e) => {
23279
23299
  type: void 0,
23280
23300
  // We render a select. We can ignore the type provided by the `Input`.
23281
23301
  multiple: v,
23282
- ...O ? {
23302
+ ...T ? {
23283
23303
  id: f
23284
23304
  } : {
23285
23305
  autoWidth: a,
@@ -23289,7 +23309,7 @@ const Ax = (e) => {
23289
23309
  MenuProps: y,
23290
23310
  onClose: w,
23291
23311
  onOpen: C,
23292
- open: T,
23312
+ open: O,
23293
23313
  renderValue: E,
23294
23314
  SelectDisplayProps: {
23295
23315
  id: f,
@@ -23300,7 +23320,7 @@ const Ax = (e) => {
23300
23320
  classes: b ? bt(W, b.classes) : W,
23301
23321
  ...g ? g.props.inputProps : {}
23302
23322
  },
23303
- ...(v && O || u) && I === "outlined" ? {
23323
+ ...(v && T || u) && I === "outlined" ? {
23304
23324
  notched: !0
23305
23325
  } : {},
23306
23326
  ref: H,
@@ -23498,10 +23518,10 @@ const Fx = {
23498
23518
  id: p,
23499
23519
  InputLabelProps: y,
23500
23520
  inputProps: v,
23501
- InputProps: O,
23521
+ InputProps: T,
23502
23522
  inputRef: w,
23503
23523
  label: C,
23504
- maxRows: T,
23524
+ maxRows: O,
23505
23525
  minRows: E,
23506
23526
  multiline: P = !1,
23507
23527
  name: $,
@@ -23535,7 +23555,7 @@ const Fx = {
23535
23555
  const K = xo(p), z = h && K ? `${K}-helper-text` : void 0, oe = C && K ? `${K}-label` : void 0, ue = Fx[L], J = {
23536
23556
  slots: W,
23537
23557
  slotProps: {
23538
- input: O,
23558
+ input: T,
23539
23559
  inputLabel: y,
23540
23560
  htmlInput: v,
23541
23561
  formHelperText: g,
@@ -23592,7 +23612,7 @@ const Fx = {
23592
23612
  multiline: P,
23593
23613
  name: $,
23594
23614
  rows: k,
23595
- maxRows: T,
23615
+ maxRows: O,
23596
23616
  minRows: E,
23597
23617
  type: H,
23598
23618
  value: F,
@@ -24188,8 +24208,8 @@ const Ie = he("MuiButtonGroup", ["root", "contained", "outlined", "text", "disab
24188
24208
  orientation: b,
24189
24209
  size: h,
24190
24210
  variant: p
24191
- }, O = qx(v), w = x.useMemo(() => ({
24192
- className: O.grouped,
24211
+ }, T = qx(v), w = x.useMemo(() => ({
24212
+ className: T.grouped,
24193
24213
  color: s,
24194
24214
  disabled: c,
24195
24215
  disableElevation: u,
@@ -24198,14 +24218,14 @@ const Ie = he("MuiButtonGroup", ["root", "contained", "outlined", "text", "disab
24198
24218
  fullWidth: g,
24199
24219
  size: h,
24200
24220
  variant: p
24201
- }), [s, c, u, d, f, g, h, p, O.grouped]), C = Wx(a), T = C.length, E = (P) => {
24202
- const $ = P === 0, M = P === T - 1;
24203
- return $ && M ? "" : $ ? O.firstButton : M ? O.lastButton : O.middleButton;
24221
+ }), [s, c, u, d, f, g, h, p, T.grouped]), C = Wx(a), O = C.length, E = (P) => {
24222
+ const $ = P === 0, M = P === O - 1;
24223
+ return $ && M ? "" : $ ? T.firstButton : M ? T.lastButton : T.middleButton;
24204
24224
  };
24205
24225
  return /* @__PURE__ */ S(Gx, {
24206
24226
  as: l,
24207
24227
  role: "group",
24208
- className: Z(O.root, i),
24228
+ className: Z(T.root, i),
24209
24229
  ref: n,
24210
24230
  ownerState: v,
24211
24231
  ...y,
@@ -24299,16 +24319,19 @@ const Kx = ({
24299
24319
  variante: n = "contained",
24300
24320
  color: r = "primary",
24301
24321
  ...a
24302
- }) => /* @__PURE__ */ S(
24303
- md,
24304
- {
24305
- size: o,
24306
- variant: n,
24307
- color: r,
24308
- ...a,
24309
- children: e
24310
- }
24311
- ), qS = Kx;
24322
+ }) => {
24323
+ const i = (l) => l === "contenido" ? "contained" : l === "texto" ? "text" : l === "borde" ? "outlined" : l, s = (l) => l === "primario" ? "primary" : l === "secundario" ? "secondary" : l === "exito" ? "success" : l === "error" ? "error" : l === "info" ? "info" : l === "advertencia" ? "warning" : l;
24324
+ return /* @__PURE__ */ S(
24325
+ md,
24326
+ {
24327
+ size: o,
24328
+ variant: i(n),
24329
+ color: s(r),
24330
+ ...a,
24331
+ children: e
24332
+ }
24333
+ );
24334
+ }, qS = Kx;
24312
24335
  function Yx(e) {
24313
24336
  return ge("PrivateSwitchBase", e);
24314
24337
  }
@@ -24393,10 +24416,10 @@ const Xx = (e) => {
24393
24416
  onBlur: p,
24394
24417
  onChange: y,
24395
24418
  onFocus: v,
24396
- readOnly: O,
24419
+ readOnly: T,
24397
24420
  required: w = !1,
24398
24421
  tabIndex: C,
24399
- type: T,
24422
+ type: O,
24400
24423
  value: E,
24401
24424
  slots: P = {},
24402
24425
  slotProps: $ = {},
@@ -24418,7 +24441,7 @@ const Xx = (e) => {
24418
24441
  };
24419
24442
  let R = l;
24420
24443
  m && typeof R > "u" && (R = m.disabled);
24421
- const W = T === "checkbox" || T === "radio", G = {
24444
+ const W = O === "checkbox" || O === "radio", G = {
24422
24445
  ...o,
24423
24446
  checked: A,
24424
24447
  disabled: R,
@@ -24476,11 +24499,11 @@ const Xx = (e) => {
24476
24499
  disabled: R,
24477
24500
  id: W ? f : void 0,
24478
24501
  name: h,
24479
- readOnly: O,
24502
+ readOnly: T,
24480
24503
  required: w,
24481
24504
  tabIndex: C,
24482
- type: T,
24483
- ...T === "checkbox" && E === void 0 ? {} : {
24505
+ type: O,
24506
+ ...O === "checkbox" && E === void 0 ? {} : {
24484
24507
  value: E
24485
24508
  }
24486
24509
  }
@@ -24712,13 +24735,13 @@ const si = he("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
24712
24735
  slots: b = {},
24713
24736
  slotProps: h = {},
24714
24737
  ...p
24715
- } = r, y = l ? c : s, v = l ? c : a, O = {
24738
+ } = r, y = l ? c : s, v = l ? c : a, T = {
24716
24739
  ...r,
24717
24740
  disableRipple: f,
24718
24741
  color: i,
24719
24742
  indeterminate: l,
24720
24743
  size: d
24721
- }, w = n1(O), C = h.input ?? u, [T, E] = me("root", {
24744
+ }, w = n1(T), C = h.input ?? u, [O, E] = me("root", {
24722
24745
  ref: n,
24723
24746
  elementType: r1,
24724
24747
  className: Z(w.root, g),
@@ -24728,7 +24751,7 @@ const si = he("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
24728
24751
  slotProps: h,
24729
24752
  ...p
24730
24753
  },
24731
- ownerState: O,
24754
+ ownerState: T,
24732
24755
  additionalProps: {
24733
24756
  type: "checkbox",
24734
24757
  icon: /* @__PURE__ */ x.cloneElement(y, {
@@ -24740,13 +24763,13 @@ const si = he("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
24740
24763
  disableRipple: f,
24741
24764
  slots: b,
24742
24765
  slotProps: {
24743
- input: pu(typeof C == "function" ? C(O) : C, {
24766
+ input: pu(typeof C == "function" ? C(T) : C, {
24744
24767
  "data-indeterminate": l
24745
24768
  })
24746
24769
  }
24747
24770
  }
24748
24771
  });
24749
- return /* @__PURE__ */ S(T, {
24772
+ return /* @__PURE__ */ S(O, {
24750
24773
  ...E,
24751
24774
  classes: w
24752
24775
  });
@@ -24971,10 +24994,10 @@ const Bn = he("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
24971
24994
  required: p,
24972
24995
  slots: y = {},
24973
24996
  slotProps: v = {},
24974
- value: O,
24997
+ value: T,
24975
24998
  ...w
24976
- } = r, C = Qt(), T = c ?? l.props.disabled ?? C?.disabled, E = p ?? l.props.required, P = {
24977
- disabled: T,
24999
+ } = r, C = Qt(), O = c ?? l.props.disabled ?? C?.disabled, E = p ?? l.props.required, P = {
25000
+ disabled: O,
24978
25001
  required: E
24979
25002
  };
24980
25003
  ["checked", "name", "onChange", "value", "inputRef"].forEach((N) => {
@@ -24986,7 +25009,7 @@ const Bn = he("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
24986
25009
  states: ["error"]
24987
25010
  }), M = {
24988
25011
  ...r,
24989
- disabled: T,
25012
+ disabled: O,
24990
25013
  labelPlacement: g,
24991
25014
  required: E,
24992
25015
  error: $.error
@@ -25458,7 +25481,7 @@ const x1 = ct(/* @__PURE__ */ S("path", {
25458
25481
  }) => {
25459
25482
  const u = n, d = r, f = a, g = i, b = s, h = l, p = g !== void 0, [y, v] = yn(
25460
25483
  p ? g?.toString() ?? "" : b?.toString() ?? ""
25461
- ), O = p ? g?.toString() ?? "" : y, w = ($) => {
25484
+ ), T = p ? g?.toString() ?? "" : y, w = ($) => {
25462
25485
  if (p || v($), $ === "") {
25463
25486
  h?.(null);
25464
25487
  return;
@@ -25466,17 +25489,17 @@ const x1 = ct(/* @__PURE__ */ S("path", {
25466
25489
  const M = parseFloat($);
25467
25490
  isNaN(M) || h?.(M);
25468
25491
  }, C = () => {
25469
- const M = parseFloat(O || "0") + f;
25492
+ const M = parseFloat(T || "0") + f;
25470
25493
  d !== void 0 && M > d || w(M.toString());
25471
- }, T = () => {
25472
- const M = parseFloat(O || "0") - f;
25494
+ }, O = () => {
25495
+ const M = parseFloat(T || "0") - f;
25473
25496
  u !== void 0 && M < u || w(M.toString());
25474
- }, E = o || u !== void 0 && parseFloat(O || "0") <= u, P = o || d !== void 0 && parseFloat(O || "0") >= d;
25497
+ }, E = o || u !== void 0 && parseFloat(T || "0") <= u, P = o || d !== void 0 && parseFloat(T || "0") >= d;
25475
25498
  return /* @__PURE__ */ S(
25476
25499
  S1,
25477
25500
  {
25478
25501
  type: "number",
25479
- value: O,
25502
+ value: T,
25480
25503
  onChange: ($) => w($.target.value),
25481
25504
  disabled: o,
25482
25505
  InputProps: {
@@ -25484,7 +25507,7 @@ const x1 = ct(/* @__PURE__ */ S("path", {
25484
25507
  startAdornment: /* @__PURE__ */ S(Bi, { position: "start", children: /* @__PURE__ */ S(
25485
25508
  pn,
25486
25509
  {
25487
- onClick: T,
25510
+ onClick: O,
25488
25511
  disabled: E,
25489
25512
  edge: "start",
25490
25513
  size: "small",
@@ -25697,16 +25720,16 @@ const A1 = /* @__PURE__ */ S(Ns, {
25697
25720
  slotProps: p = {},
25698
25721
  inputProps: y,
25699
25722
  ...v
25700
- } = r, O = Qt();
25723
+ } = r, T = Qt();
25701
25724
  let w = g;
25702
- O && typeof w > "u" && (w = O.disabled), w ??= !1;
25725
+ T && typeof w > "u" && (w = T.disabled), w ??= !1;
25703
25726
  const C = {
25704
25727
  ...r,
25705
25728
  disabled: w,
25706
25729
  disableRipple: b,
25707
25730
  color: s,
25708
25731
  size: d
25709
- }, T = I1(C), E = R1();
25732
+ }, O = I1(C), E = R1();
25710
25733
  let P = a;
25711
25734
  const $ = ui(u, E && E.onChange);
25712
25735
  let M = c;
@@ -25714,7 +25737,7 @@ const A1 = /* @__PURE__ */ S(Ns, {
25714
25737
  const A = p.input ?? y, [j, m] = me("root", {
25715
25738
  ref: n,
25716
25739
  elementType: N1,
25717
- className: Z(T.root, f),
25740
+ className: Z(O.root, f),
25718
25741
  shouldForwardComponentProp: !0,
25719
25742
  externalForwardedProps: {
25720
25743
  slots: h,
@@ -25748,7 +25771,7 @@ const A1 = /* @__PURE__ */ S(Ns, {
25748
25771
  });
25749
25772
  return /* @__PURE__ */ S(j, {
25750
25773
  ...m,
25751
- classes: T
25774
+ classes: O
25752
25775
  });
25753
25776
  });
25754
25777
  process.env.NODE_ENV !== "production" && (yd.propTypes = {
@@ -25888,14 +25911,14 @@ const j1 = (e) => {
25888
25911
  });
25889
25912
  x.useImperativeHandle(r, () => ({
25890
25913
  focus: () => {
25891
- let O = f.current.querySelector("input:not(:disabled):checked");
25892
- O || (O = f.current.querySelector("input:not(:disabled)")), O && O.focus();
25914
+ let T = f.current.querySelector("input:not(:disabled):checked");
25915
+ T || (T = f.current.querySelector("input:not(:disabled)")), T && T.focus();
25893
25916
  }
25894
25917
  }), []);
25895
25918
  const p = et(n, f), y = xo(l), v = x.useMemo(() => ({
25896
25919
  name: y,
25897
- onChange(O) {
25898
- h(O.target.value), c && c(O, O.target.value);
25920
+ onChange(T) {
25921
+ h(T.target.value), c && c(T, T.target.value);
25899
25922
  },
25900
25923
  value: b
25901
25924
  }), [y, c, h, b]);
@@ -26188,39 +26211,39 @@ const sn = he("MuiListItemText", ["root", "multiline", "dense", "inset", "primar
26188
26211
  dense: p
26189
26212
  } = x.useContext(Ht);
26190
26213
  let y = c ?? a, v = d;
26191
- const O = {
26214
+ const T = {
26192
26215
  ...r,
26193
26216
  disableTypography: s,
26194
26217
  inset: l,
26195
26218
  primary: !!y,
26196
26219
  secondary: !!v,
26197
26220
  dense: p
26198
- }, w = U1(O), C = {
26221
+ }, w = U1(T), C = {
26199
26222
  slots: g,
26200
26223
  slotProps: {
26201
26224
  primary: u,
26202
26225
  secondary: f,
26203
26226
  ...b
26204
26227
  }
26205
- }, [T, E] = me("root", {
26228
+ }, [O, E] = me("root", {
26206
26229
  className: Z(w.root, i),
26207
26230
  elementType: H1,
26208
26231
  externalForwardedProps: {
26209
26232
  ...C,
26210
26233
  ...h
26211
26234
  },
26212
- ownerState: O,
26235
+ ownerState: T,
26213
26236
  ref: n
26214
26237
  }), [P, $] = me("primary", {
26215
26238
  className: w.primary,
26216
26239
  elementType: it,
26217
26240
  externalForwardedProps: C,
26218
- ownerState: O
26241
+ ownerState: T
26219
26242
  }), [M, A] = me("secondary", {
26220
26243
  className: w.secondary,
26221
26244
  elementType: it,
26222
26245
  externalForwardedProps: C,
26223
- ownerState: O
26246
+ ownerState: T
26224
26247
  });
26225
26248
  return y != null && y.type !== it && !s && (y = /* @__PURE__ */ S(P, {
26226
26249
  variant: p ? "body2" : "body1",
@@ -26232,7 +26255,7 @@ const sn = he("MuiListItemText", ["root", "multiline", "dense", "inset", "primar
26232
26255
  color: "textSecondary",
26233
26256
  ...A,
26234
26257
  children: v
26235
- })), /* @__PURE__ */ le(T, {
26258
+ })), /* @__PURE__ */ le(O, {
26236
26259
  ...E,
26237
26260
  children: [y, v]
26238
26261
  });
@@ -26464,7 +26487,7 @@ const Nn = he("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
26464
26487
  dense: p.dense,
26465
26488
  divider: l,
26466
26489
  disableGutters: c
26467
- }, O = K1(r), w = et(y, n);
26490
+ }, T = K1(r), w = et(y, n);
26468
26491
  let C;
26469
26492
  return r.disabled || (C = f !== void 0 ? f : -1), /* @__PURE__ */ S(Ht.Provider, {
26470
26493
  value: p,
@@ -26473,11 +26496,11 @@ const Nn = he("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
26473
26496
  role: d,
26474
26497
  tabIndex: C,
26475
26498
  component: i,
26476
- focusVisibleClassName: Z(O.focusVisible, u),
26477
- className: Z(O.root, g),
26499
+ focusVisibleClassName: Z(T.focusVisible, u),
26500
+ className: Z(T.root, g),
26478
26501
  ...b,
26479
26502
  ownerState: v,
26480
- classes: O
26503
+ classes: T
26481
26504
  })
26482
26505
  });
26483
26506
  });
@@ -26600,12 +26623,12 @@ const X1 = ct(/* @__PURE__ */ S("path", {
26600
26623
  tamano: p,
26601
26624
  children: y,
26602
26625
  sx: v,
26603
- ...O
26626
+ ...T
26604
26627
  }) => {
26605
- const w = Co(), C = h || o, T = p || n, E = d ? d.map((m) => ({ value: m.valor, label: m.etiqueta, disabled: m.deshabilitado })) : [], P = (m) => {
26628
+ const w = Co(), C = h || o, O = p || n, E = d ? d.map((m) => ({ value: m.valor, label: m.etiqueta, disabled: m.deshabilitado })) : [], P = (m) => {
26606
26629
  if (C) {
26607
26630
  const k = {
26608
- target: { value: Array.isArray(e) ? e.filter((N) => N !== m) : [], name: O.name }
26631
+ target: { value: Array.isArray(e) ? e.filter((N) => N !== m) : [], name: T.name }
26609
26632
  };
26610
26633
  C(k, null);
26611
26634
  }
@@ -26655,7 +26678,7 @@ const X1 = ct(/* @__PURE__ */ S("path", {
26655
26678
  label: u,
26656
26679
  value: e,
26657
26680
  onChange: C,
26658
- size: T,
26681
+ size: O,
26659
26682
  multiple: r,
26660
26683
  displayEmpty: !!g || c,
26661
26684
  renderValue: A ? M : void 0,
@@ -26693,7 +26716,7 @@ const X1 = ct(/* @__PURE__ */ S("path", {
26693
26716
  }
26694
26717
  }
26695
26718
  },
26696
- ...O,
26719
+ ...T,
26697
26720
  children: [
26698
26721
  g && /* @__PURE__ */ S(Fi, { value: "", disabled: !0, sx: { display: "none" }, children: /* @__PURE__ */ S("span", { style: { color: w.palette.text.disabled }, children: g }) }),
26699
26722
  E.length > 0 ? E.map((m) => /* @__PURE__ */ S(
@@ -26839,9 +26862,9 @@ function iC(e) {
26839
26862
  step: p = 1,
26840
26863
  shiftStep: y = 10,
26841
26864
  tabIndex: v,
26842
- value: O
26843
- } = e, w = x.useRef(void 0), [C, T] = x.useState(-1), [E, P] = x.useState(-1), [$, M] = x.useState(!1), A = x.useRef(0), j = x.useRef(null), [m, I] = go({
26844
- controlled: O,
26865
+ value: T
26866
+ } = e, w = x.useRef(void 0), [C, O] = x.useState(-1), [E, P] = x.useState(-1), [$, M] = x.useState(!1), A = x.useRef(0), j = x.useRef(null), [m, I] = go({
26867
+ controlled: T,
26845
26868
  default: n ?? c,
26846
26869
  name: "Slider"
26847
26870
  }), k = d && ((te, Q, Ce) => {
@@ -26928,7 +26951,7 @@ function iC(e) {
26928
26951
  };
26929
26952
  qt(() => {
26930
26953
  r && L.current.contains(document.activeElement) && document.activeElement?.blur();
26931
- }, [r]), r && C !== -1 && T(-1), r && H !== -1 && F(-1);
26954
+ }, [r]), r && C !== -1 && O(-1), r && H !== -1 && F(-1);
26932
26955
  const oe = (te) => (Q) => {
26933
26956
  te.onChange?.(Q), K(Q, Q.target.valueAsNumber);
26934
26957
  }, ue = x.useRef(void 0);
@@ -26988,7 +27011,7 @@ function iC(e) {
26988
27011
  wr({
26989
27012
  sliderRef: L,
26990
27013
  activeIndex: Oe,
26991
- setActive: T
27014
+ setActive: O
26992
27015
  }), I(Ce), !$ && A.current > eC && M(!0), k && !Tr(Ce, m) && k(te, Ce, Oe);
26993
27016
  }), U = Ct((te) => {
26994
27017
  const Q = Sr(te, w);
@@ -27000,7 +27023,7 @@ function iC(e) {
27000
27023
  finger: Q,
27001
27024
  move: !0
27002
27025
  });
27003
- T(-1), te.type === "touchend" && P(-1), f && f(te, j.current ?? Ce), w.current = void 0, se();
27026
+ O(-1), te.type === "touchend" && P(-1), f && f(te, j.current ?? Ce), w.current = void 0, se();
27004
27027
  }), ae = Ct((te) => {
27005
27028
  if (r)
27006
27029
  return;
@@ -27018,7 +27041,7 @@ function iC(e) {
27018
27041
  wr({
27019
27042
  sliderRef: L,
27020
27043
  activeIndex: we,
27021
- setActive: T
27044
+ setActive: O
27022
27045
  }), I(Re), k && !Tr(Re, m) && k(te, Re, we);
27023
27046
  }
27024
27047
  A.current = 0;
@@ -27059,7 +27082,7 @@ function iC(e) {
27059
27082
  wr({
27060
27083
  sliderRef: L,
27061
27084
  activeIndex: we,
27062
- setActive: T
27085
+ setActive: O
27063
27086
  }), I(Re), k && !Tr(Re, m) && k(Q, Re, we);
27064
27087
  }
27065
27088
  A.current = 0;
@@ -27728,10 +27751,10 @@ const mC = D("span", {
27728
27751
  disabled: p = !1,
27729
27752
  getAriaLabel: y,
27730
27753
  getAriaValueText: v,
27731
- marks: O = !1,
27754
+ marks: T = !1,
27732
27755
  max: w = 100,
27733
27756
  min: C = 0,
27734
- name: T,
27757
+ name: O,
27735
27758
  onChange: E,
27736
27759
  onChangeCommitted: P,
27737
27760
  orientation: $ = "horizontal",
@@ -27756,7 +27779,7 @@ const mC = D("span", {
27756
27779
  disabled: p,
27757
27780
  disableSwap: h,
27758
27781
  orientation: $,
27759
- marks: O,
27782
+ marks: T,
27760
27783
  color: f,
27761
27784
  size: A,
27762
27785
  step: j,
@@ -28256,7 +28279,7 @@ const yC = D(Pd)(({ theme: e }) => ({
28256
28279
  sx: f,
28257
28280
  ...g
28258
28281
  }) => {
28259
- const b = n, h = r, p = a, y = i, v = s, O = l, w = c || g.onChange, C = u;
28282
+ const b = n, h = r, p = a, y = i, v = s, T = l, w = c || g.onChange, C = u;
28260
28283
  return /* @__PURE__ */ le(nt, { sx: { width: "100%", ...f }, className: d, children: [
28261
28284
  e && /* @__PURE__ */ S(it, { gutterBottom: !0, variant: "subtitle2", sx: { fontWeight: 600, mb: 1 }, children: e }),
28262
28285
  /* @__PURE__ */ S(
@@ -28267,7 +28290,7 @@ const yC = D(Pd)(({ theme: e }) => ({
28267
28290
  max: p,
28268
28291
  step: y,
28269
28292
  marks: v,
28270
- valueLabelDisplay: O,
28293
+ valueLabelDisplay: T,
28271
28294
  onChange: w,
28272
28295
  size: C,
28273
28296
  ...g
@@ -28484,14 +28507,14 @@ const Tt = he("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
28484
28507
  additionalProps: {
28485
28508
  sx: c
28486
28509
  }
28487
- }), [v, O] = me("thumb", {
28510
+ }), [v, T] = me("thumb", {
28488
28511
  className: b.thumb,
28489
28512
  elementType: OC,
28490
28513
  externalForwardedProps: h,
28491
28514
  ownerState: g
28492
28515
  }), w = /* @__PURE__ */ S(v, {
28493
- ...O
28494
- }), [C, T] = me("track", {
28516
+ ...T
28517
+ }), [C, O] = me("track", {
28495
28518
  className: b.track,
28496
28519
  elementType: TC,
28497
28520
  externalForwardedProps: h,
@@ -28530,7 +28553,7 @@ const Tt = he("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
28530
28553
  }
28531
28554
  }
28532
28555
  }), /* @__PURE__ */ S(C, {
28533
- ...T
28556
+ ...O
28534
28557
  })]
28535
28558
  });
28536
28559
  });
@@ -28889,7 +28912,7 @@ const Xr = he("MuiCardHeader", ["root", "avatar", "action", "content", "title",
28889
28912
  ...b
28890
28913
  }
28891
28914
  };
28892
- let O = d;
28915
+ let T = d;
28893
28916
  const [w, C] = me("title", {
28894
28917
  className: y.title,
28895
28918
  elementType: it,
@@ -28900,11 +28923,11 @@ const Xr = he("MuiCardHeader", ["root", "avatar", "action", "content", "title",
28900
28923
  component: "span"
28901
28924
  }
28902
28925
  });
28903
- O != null && O.type !== it && !l && (O = /* @__PURE__ */ S(w, {
28926
+ T != null && T.type !== it && !l && (T = /* @__PURE__ */ S(w, {
28904
28927
  ...C,
28905
- children: O
28928
+ children: T
28906
28929
  }));
28907
- let T = c;
28930
+ let O = c;
28908
28931
  const [E, P] = me("subheader", {
28909
28932
  className: y.subheader,
28910
28933
  elementType: it,
@@ -28916,9 +28939,9 @@ const Xr = he("MuiCardHeader", ["root", "avatar", "action", "content", "title",
28916
28939
  component: "span"
28917
28940
  }
28918
28941
  });
28919
- T != null && T.type !== it && !l && (T = /* @__PURE__ */ S(E, {
28942
+ O != null && O.type !== it && !l && (O = /* @__PURE__ */ S(E, {
28920
28943
  ...P,
28921
- children: T
28944
+ children: O
28922
28945
  }));
28923
28946
  const [$, M] = me("root", {
28924
28947
  ref: n,
@@ -28953,7 +28976,7 @@ const Xr = he("MuiCardHeader", ["root", "avatar", "action", "content", "title",
28953
28976
  children: i
28954
28977
  }), /* @__PURE__ */ le(m, {
28955
28978
  ...I,
28956
- children: [O, T]
28979
+ children: [T, O]
28957
28980
  }), a && /* @__PURE__ */ S(k, {
28958
28981
  ...N,
28959
28982
  children: a
@@ -29176,14 +29199,14 @@ const rn = he("MuiListItemButton", ["root", "focusVisible", "dense", "alignItems
29176
29199
  qt(() => {
29177
29200
  i && (v.current ? v.current.focus() : process.env.NODE_ENV !== "production" && console.error("MUI: Unable to set focus to a ListItemButton whose component has not been rendered."));
29178
29201
  }, [i]);
29179
- const O = {
29202
+ const T = {
29180
29203
  ...r,
29181
29204
  alignItems: a,
29182
29205
  dense: y.dense,
29183
29206
  disableGutters: u,
29184
29207
  divider: d,
29185
29208
  selected: g
29186
- }, w = FC(O), C = et(v, n);
29209
+ }, w = FC(T), C = et(v, n);
29187
29210
  return /* @__PURE__ */ S(Ht.Provider, {
29188
29211
  value: y,
29189
29212
  children: /* @__PURE__ */ S(zC, {
@@ -29191,7 +29214,7 @@ const rn = he("MuiListItemButton", ["root", "focusVisible", "dense", "alignItems
29191
29214
  href: h.href || h.to,
29192
29215
  component: (h.href || h.to) && s === "div" ? "button" : s,
29193
29216
  focusVisibleClassName: Z(w.focusVisible, f),
29194
- ownerState: O,
29217
+ ownerState: T,
29195
29218
  className: Z(w.root, b),
29196
29219
  ...h,
29197
29220
  classes: w,
@@ -29497,14 +29520,14 @@ const UC = (e, o) => {
29497
29520
  disablePadding: p = !1,
29498
29521
  divider: y = !1,
29499
29522
  secondaryAction: v,
29500
- slotProps: O = {},
29523
+ slotProps: T = {},
29501
29524
  slots: w = {},
29502
29525
  ...C
29503
- } = r, T = x.useContext(Ht), E = x.useMemo(() => ({
29504
- dense: b || T.dense || !1,
29526
+ } = r, O = x.useContext(Ht), E = x.useMemo(() => ({
29527
+ dense: b || O.dense || !1,
29505
29528
  alignItems: a,
29506
29529
  disableGutters: h
29507
- }), [a, T.dense, b, h]), P = x.useRef(null), $ = x.Children.toArray(i), M = $.length && zn($[$.length - 1], ["ListItemSecondaryAction"]), A = {
29530
+ }), [a, O.dense, b, h]), P = x.useRef(null), $ = x.Children.toArray(i), M = $.length && zn($[$.length - 1], ["ListItemSecondaryAction"]), A = {
29508
29531
  ...r,
29509
29532
  alignItems: a,
29510
29533
  dense: E.dense,
@@ -29514,13 +29537,13 @@ const UC = (e, o) => {
29514
29537
  hasSecondaryAction: M
29515
29538
  }, j = HC(A), m = et(P, n), I = {
29516
29539
  slots: w,
29517
- slotProps: O
29540
+ slotProps: T
29518
29541
  }, [k, N] = me("secondaryAction", {
29519
29542
  elementType: As,
29520
29543
  externalForwardedProps: I,
29521
29544
  ownerState: A,
29522
29545
  className: j.secondaryAction
29523
- }), R = w.root || c.Root || qC, W = O.root || u.root || {}, G = {
29546
+ }), R = w.root || c.Root || qC, W = T.root || u.root || {}, G = {
29524
29547
  className: Z(j.root, W.className, s),
29525
29548
  ...C
29526
29549
  };
@@ -29825,20 +29848,20 @@ const eS = ({
29825
29848
  const s = e, l = o, c = n, u = r, d = a, f = i, [g, b] = yn([]), h = li(g, s), p = li(g, l), y = (E) => () => {
29826
29849
  const P = g.indexOf(E), $ = [...g];
29827
29850
  P === -1 ? $.push(E) : $.splice(P, 1), b($);
29828
- }, v = (E) => li(g, E).length, O = (E) => () => {
29851
+ }, v = (E) => li(g, E).length, T = (E) => () => {
29829
29852
  v(E) === E.length && E.length !== 0 ? b(an(g, E)) : b(QC(g, E));
29830
29853
  }, w = () => {
29831
29854
  c && (c(an(s, h), l.concat(h)), b(an(g, h)));
29832
29855
  }, C = () => {
29833
29856
  c && (c(s.concat(p), an(l, p)), b(an(g, p)));
29834
- }, T = (E, P) => /* @__PURE__ */ le(XC, { children: [
29857
+ }, O = (E, P) => /* @__PURE__ */ le(XC, { children: [
29835
29858
  /* @__PURE__ */ S(
29836
29859
  JC,
29837
29860
  {
29838
29861
  avatar: /* @__PURE__ */ S(
29839
29862
  Kr,
29840
29863
  {
29841
- onClick: O(P),
29864
+ onClick: T(P),
29842
29865
  checked: v(P) === P.length && P.length !== 0,
29843
29866
  indeterminate: v(P) !== P.length && v(P) !== 0,
29844
29867
  disabled: P.length === 0,
@@ -29922,7 +29945,7 @@ const eS = ({
29922
29945
  }) }) })
29923
29946
  ] });
29924
29947
  return /* @__PURE__ */ le(zi, { direction: { xs: "column", md: "row" }, spacing: 3, justifyContent: "center", alignItems: "center", children: [
29925
- /* @__PURE__ */ S(nt, { sx: { width: { xs: "100%", md: "45%" } }, children: T(u, s) }),
29948
+ /* @__PURE__ */ S(nt, { sx: { width: { xs: "100%", md: "45%" } }, children: O(u, s) }),
29926
29949
  /* @__PURE__ */ S(nt, { children: /* @__PURE__ */ le(zi, { direction: "column", spacing: 2, children: [
29927
29950
  /* @__PURE__ */ S(
29928
29951
  Tc,
@@ -29943,7 +29966,7 @@ const eS = ({
29943
29966
  }
29944
29967
  )
29945
29968
  ] }) }),
29946
- /* @__PURE__ */ S(nt, { sx: { width: { xs: "100%", md: "45%" } }, children: T(d, l) })
29969
+ /* @__PURE__ */ S(nt, { sx: { width: { xs: "100%", md: "45%" } }, children: O(d, l) })
29947
29970
  ] });
29948
29971
  }, ew = eS;
29949
29972
  function tS(e) {
@@ -30133,10 +30156,10 @@ const oS = D(ks, {
30133
30156
  fullWidth: p = !1,
30134
30157
  maxWidth: y = "sm",
30135
30158
  onClick: v,
30136
- onClose: O,
30159
+ onClose: T,
30137
30160
  open: w,
30138
30161
  PaperComponent: C = po,
30139
- PaperProps: T = {},
30162
+ PaperProps: O = {},
30140
30163
  scroll: E = "paper",
30141
30164
  slots: P = {},
30142
30165
  slotProps: $ = {},
@@ -30154,7 +30177,7 @@ const oS = D(ks, {
30154
30177
  }, k = nS(I), N = x.useRef(), R = (ae) => {
30155
30178
  N.current = ae.target === ae.currentTarget;
30156
30179
  }, W = (ae) => {
30157
- v && v(ae), N.current && (N.current = null, O && O(ae, "backdropClick"));
30180
+ v && v(ae), N.current && (N.current = null, T && T(ae, "backdropClick"));
30158
30181
  }, G = xo(l), H = x.useMemo(() => ({
30159
30182
  titleId: G
30160
30183
  }), [G]), F = {
@@ -30162,7 +30185,7 @@ const oS = D(ks, {
30162
30185
  ...P
30163
30186
  }, L = {
30164
30187
  transition: j,
30165
- paper: T,
30188
+ paper: O,
30166
30189
  backdrop: d,
30167
30190
  ...$
30168
30191
  }, X = {
@@ -30185,7 +30208,7 @@ const oS = D(ks, {
30185
30208
  shouldForwardComponentProp: !0,
30186
30209
  externalForwardedProps: X,
30187
30210
  ownerState: I,
30188
- className: Z(k.paper, T.className)
30211
+ className: Z(k.paper, O.className)
30189
30212
  }), [J, Y] = me("container", {
30190
30213
  elementType: aS,
30191
30214
  externalForwardedProps: X,
@@ -30215,7 +30238,7 @@ const oS = D(ks, {
30215
30238
  }
30216
30239
  },
30217
30240
  disableEscapeKeyDown: b,
30218
- onClose: O,
30241
+ onClose: T,
30219
30242
  open: w,
30220
30243
  onClick: W,
30221
30244
  ...ie,