biblio-react 2.0.15 → 2.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -89,7 +89,7 @@ function bu(e) {
89
89
  }
90
90
  });
91
91
  }
92
- var Wa = { exports: {} }, ve = {};
92
+ var Wa = { exports: {} }, ye = {};
93
93
  /**
94
94
  * @license React
95
95
  * react-is.production.min.js
@@ -101,7 +101,7 @@ var Wa = { exports: {} }, ve = {};
101
101
  */
102
102
  var cs;
103
103
  function Rm() {
104
- if (cs) return ve;
104
+ if (cs) return ye;
105
105
  cs = 1;
106
106
  var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), l = Symbol.for("react.context"), s = Symbol.for("react.server_context"), c = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), h = Symbol.for("react.offscreen"), v;
107
107
  v = Symbol.for("react.module.reference");
@@ -135,39 +135,39 @@ function Rm() {
135
135
  }
136
136
  }
137
137
  }
138
- return ve.ContextConsumer = l, ve.ContextProvider = i, ve.Element = e, ve.ForwardRef = c, ve.Fragment = r, ve.Lazy = f, ve.Memo = m, ve.Portal = t, ve.Profiler = a, ve.StrictMode = o, ve.Suspense = u, ve.SuspenseList = d, ve.isAsyncMode = function() {
138
+ return ye.ContextConsumer = l, ye.ContextProvider = i, ye.Element = e, ye.ForwardRef = c, ye.Fragment = r, ye.Lazy = f, ye.Memo = m, ye.Portal = t, ye.Profiler = a, ye.StrictMode = o, ye.Suspense = u, ye.SuspenseList = d, ye.isAsyncMode = function() {
139
139
  return !1;
140
- }, ve.isConcurrentMode = function() {
140
+ }, ye.isConcurrentMode = function() {
141
141
  return !1;
142
- }, ve.isContextConsumer = function(b) {
142
+ }, ye.isContextConsumer = function(b) {
143
143
  return g(b) === l;
144
- }, ve.isContextProvider = function(b) {
144
+ }, ye.isContextProvider = function(b) {
145
145
  return g(b) === i;
146
- }, ve.isElement = function(b) {
146
+ }, ye.isElement = function(b) {
147
147
  return typeof b == "object" && b !== null && b.$$typeof === e;
148
- }, ve.isForwardRef = function(b) {
148
+ }, ye.isForwardRef = function(b) {
149
149
  return g(b) === c;
150
- }, ve.isFragment = function(b) {
150
+ }, ye.isFragment = function(b) {
151
151
  return g(b) === r;
152
- }, ve.isLazy = function(b) {
152
+ }, ye.isLazy = function(b) {
153
153
  return g(b) === f;
154
- }, ve.isMemo = function(b) {
154
+ }, ye.isMemo = function(b) {
155
155
  return g(b) === m;
156
- }, ve.isPortal = function(b) {
156
+ }, ye.isPortal = function(b) {
157
157
  return g(b) === t;
158
- }, ve.isProfiler = function(b) {
158
+ }, ye.isProfiler = function(b) {
159
159
  return g(b) === a;
160
- }, ve.isStrictMode = function(b) {
160
+ }, ye.isStrictMode = function(b) {
161
161
  return g(b) === o;
162
- }, ve.isSuspense = function(b) {
162
+ }, ye.isSuspense = function(b) {
163
163
  return g(b) === u;
164
- }, ve.isSuspenseList = function(b) {
164
+ }, ye.isSuspenseList = function(b) {
165
165
  return g(b) === d;
166
- }, ve.isValidElementType = function(b) {
166
+ }, ye.isValidElementType = function(b) {
167
167
  return typeof b == "string" || typeof b == "function" || b === r || b === a || b === o || b === u || b === d || b === h || typeof b == "object" && b !== null && (b.$$typeof === f || b.$$typeof === m || b.$$typeof === i || b.$$typeof === l || b.$$typeof === c || b.$$typeof === v || b.getModuleId !== void 0);
168
- }, ve.typeOf = g, ve;
168
+ }, ye.typeOf = g, ye;
169
169
  }
170
- var ye = {};
170
+ var Oe = {};
171
171
  /**
172
172
  * @license React
173
173
  * react-is.development.js
@@ -231,7 +231,7 @@ function Mm() {
231
231
  function re(I) {
232
232
  return y(I) === l;
233
233
  }
234
- function Ee(I) {
234
+ function Te(I) {
235
235
  return y(I) === i;
236
236
  }
237
237
  function oe(I) {
@@ -246,13 +246,13 @@ function Mm() {
246
246
  function ce(I) {
247
247
  return y(I) === f;
248
248
  }
249
- function ae(I) {
249
+ function ie(I) {
250
250
  return y(I) === m;
251
251
  }
252
- function G(I) {
252
+ function W(I) {
253
253
  return y(I) === t;
254
254
  }
255
- function Te(I) {
255
+ function ve(I) {
256
256
  return y(I) === a;
257
257
  }
258
258
  function Pe(I) {
@@ -264,8 +264,8 @@ function Mm() {
264
264
  function Z(I) {
265
265
  return y(I) === d;
266
266
  }
267
- ye.ContextConsumer = F, ye.ContextProvider = P, ye.Element = $, ye.ForwardRef = w, ye.Fragment = R, ye.Lazy = k, ye.Memo = D, ye.Portal = L, ye.Profiler = N, ye.StrictMode = _, ye.Suspense = A, ye.SuspenseList = j, ye.isAsyncMode = J, ye.isConcurrentMode = Y, ye.isContextConsumer = re, ye.isContextProvider = Ee, ye.isElement = oe, ye.isForwardRef = ee, ye.isFragment = ne, ye.isLazy = ce, ye.isMemo = ae, ye.isPortal = G, ye.isProfiler = Te, ye.isStrictMode = Pe, ye.isSuspense = B, ye.isSuspenseList = Z, ye.isValidElementType = T, ye.typeOf = y;
268
- }()), ye;
267
+ Oe.ContextConsumer = F, Oe.ContextProvider = P, Oe.Element = $, Oe.ForwardRef = w, Oe.Fragment = R, Oe.Lazy = k, Oe.Memo = D, Oe.Portal = L, Oe.Profiler = N, Oe.StrictMode = _, Oe.Suspense = A, Oe.SuspenseList = j, Oe.isAsyncMode = J, Oe.isConcurrentMode = Y, Oe.isContextConsumer = re, Oe.isContextProvider = Te, Oe.isElement = oe, Oe.isForwardRef = ee, Oe.isFragment = ne, Oe.isLazy = ce, Oe.isMemo = ie, Oe.isPortal = W, Oe.isProfiler = ve, Oe.isStrictMode = Pe, Oe.isSuspense = B, Oe.isSuspenseList = Z, Oe.isValidElementType = T, Oe.typeOf = y;
268
+ }()), Oe;
269
269
  }
270
270
  process.env.NODE_ENV === "production" ? Wa.exports = Rm() : Wa.exports = Mm();
271
271
  var Ro = Wa.exports;
@@ -367,7 +367,7 @@ function Nm(...e) {
367
367
  }, () => {
368
368
  });
369
369
  }
370
- function W(e, t) {
370
+ function U(e, t) {
371
371
  if (e == null) return {};
372
372
  var r = {};
373
373
  for (var o in e)
@@ -390,7 +390,7 @@ function q() {
390
390
  for (var e, t, r = 0, o = "", a = arguments.length; r < a; r++) (e = arguments[r]) && (t = vu(e)) && (o && (o += " "), o += t);
391
391
  return o;
392
392
  }
393
- function Se(e, t, r = void 0) {
393
+ function Ee(e, t, r = void 0) {
394
394
  const o = {};
395
395
  return Object.keys(e).forEach(
396
396
  // `Object.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.
@@ -481,7 +481,7 @@ function Ou(e) {
481
481
  },
482
482
  unit: r = "px",
483
483
  step: o = 5
484
- } = e, a = W(e, Vm), i = Bm(t), l = Object.keys(i);
484
+ } = e, a = U(e, Vm), i = Bm(t), l = Object.keys(i);
485
485
  function s(f) {
486
486
  return `@media (min-width:${typeof t[f] == "number" ? t[f] : f}${r})`;
487
487
  }
@@ -1250,7 +1250,7 @@ function Go(e = {}, ...t) {
1250
1250
  palette: o = {},
1251
1251
  spacing: a,
1252
1252
  shape: i = {}
1253
- } = e, l = W(e, kh), s = Ou(r), c = Zm(a);
1253
+ } = e, l = U(e, kh), s = Ou(r), c = Zm(a);
1254
1254
  let u = bt({
1255
1255
  breakpoints: s,
1256
1256
  direction: "ltr",
@@ -1897,7 +1897,7 @@ If multiple caches share the same key they might "fight" for each other's style
1897
1897
  insert: c
1898
1898
  };
1899
1899
  return v.sheet.hydrate(s), v;
1900
- }, Ya = { exports: {} }, Oe = {};
1900
+ }, Ya = { exports: {} }, xe = {};
1901
1901
  /** @license React v16.13.1
1902
1902
  * react-is.production.min.js
1903
1903
  *
@@ -1908,7 +1908,7 @@ If multiple caches share the same key they might "fight" for each other's style
1908
1908
  */
1909
1909
  var ys;
1910
1910
  function mg() {
1911
- if (ys) return Oe;
1911
+ if (ys) return xe;
1912
1912
  ys = 1;
1913
1913
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, h = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, b = e ? Symbol.for("react.fundamental") : 60117, O = e ? Symbol.for("react.responder") : 60118, C = e ? Symbol.for("react.scope") : 60119;
1914
1914
  function E(y) {
@@ -1944,35 +1944,35 @@ function mg() {
1944
1944
  function T(y) {
1945
1945
  return E(y) === u;
1946
1946
  }
1947
- return Oe.AsyncMode = c, Oe.ConcurrentMode = u, Oe.ContextConsumer = s, Oe.ContextProvider = l, Oe.Element = t, Oe.ForwardRef = d, Oe.Fragment = o, Oe.Lazy = v, Oe.Memo = h, Oe.Portal = r, Oe.Profiler = i, Oe.StrictMode = a, Oe.Suspense = m, Oe.isAsyncMode = function(y) {
1947
+ return xe.AsyncMode = c, xe.ConcurrentMode = u, xe.ContextConsumer = s, xe.ContextProvider = l, xe.Element = t, xe.ForwardRef = d, xe.Fragment = o, xe.Lazy = v, xe.Memo = h, xe.Portal = r, xe.Profiler = i, xe.StrictMode = a, xe.Suspense = m, xe.isAsyncMode = function(y) {
1948
1948
  return T(y) || E(y) === c;
1949
- }, Oe.isConcurrentMode = T, Oe.isContextConsumer = function(y) {
1949
+ }, xe.isConcurrentMode = T, xe.isContextConsumer = function(y) {
1950
1950
  return E(y) === s;
1951
- }, Oe.isContextProvider = function(y) {
1951
+ }, xe.isContextProvider = function(y) {
1952
1952
  return E(y) === l;
1953
- }, Oe.isElement = function(y) {
1953
+ }, xe.isElement = function(y) {
1954
1954
  return typeof y == "object" && y !== null && y.$$typeof === t;
1955
- }, Oe.isForwardRef = function(y) {
1955
+ }, xe.isForwardRef = function(y) {
1956
1956
  return E(y) === d;
1957
- }, Oe.isFragment = function(y) {
1957
+ }, xe.isFragment = function(y) {
1958
1958
  return E(y) === o;
1959
- }, Oe.isLazy = function(y) {
1959
+ }, xe.isLazy = function(y) {
1960
1960
  return E(y) === v;
1961
- }, Oe.isMemo = function(y) {
1961
+ }, xe.isMemo = function(y) {
1962
1962
  return E(y) === h;
1963
- }, Oe.isPortal = function(y) {
1963
+ }, xe.isPortal = function(y) {
1964
1964
  return E(y) === r;
1965
- }, Oe.isProfiler = function(y) {
1965
+ }, xe.isProfiler = function(y) {
1966
1966
  return E(y) === i;
1967
- }, Oe.isStrictMode = function(y) {
1967
+ }, xe.isStrictMode = function(y) {
1968
1968
  return E(y) === a;
1969
- }, Oe.isSuspense = function(y) {
1969
+ }, xe.isSuspense = function(y) {
1970
1970
  return E(y) === m;
1971
- }, Oe.isValidElementType = function(y) {
1971
+ }, xe.isValidElementType = function(y) {
1972
1972
  return typeof y == "string" || typeof y == "function" || y === o || y === u || y === i || y === a || y === m || y === f || typeof y == "object" && y !== null && (y.$$typeof === v || y.$$typeof === h || y.$$typeof === l || y.$$typeof === s || y.$$typeof === d || y.$$typeof === b || y.$$typeof === O || y.$$typeof === C || y.$$typeof === g);
1973
- }, Oe.typeOf = E, Oe;
1973
+ }, xe.typeOf = E, xe;
1974
1974
  }
1975
- var xe = {};
1975
+ var Se = {};
1976
1976
  /** @license React v16.13.1
1977
1977
  * react-is.development.js
1978
1978
  *
@@ -2034,7 +2034,7 @@ function hg() {
2034
2034
  function re(B) {
2035
2035
  return T(B) === l;
2036
2036
  }
2037
- function Ee(B) {
2037
+ function Te(B) {
2038
2038
  return typeof B == "object" && B !== null && B.$$typeof === t;
2039
2039
  }
2040
2040
  function oe(B) {
@@ -2049,20 +2049,20 @@ function hg() {
2049
2049
  function ce(B) {
2050
2050
  return T(B) === h;
2051
2051
  }
2052
- function ae(B) {
2052
+ function ie(B) {
2053
2053
  return T(B) === r;
2054
2054
  }
2055
- function G(B) {
2055
+ function W(B) {
2056
2056
  return T(B) === i;
2057
2057
  }
2058
- function Te(B) {
2058
+ function ve(B) {
2059
2059
  return T(B) === a;
2060
2060
  }
2061
2061
  function Pe(B) {
2062
2062
  return T(B) === m;
2063
2063
  }
2064
- xe.AsyncMode = y, xe.ConcurrentMode = F, xe.ContextConsumer = P, xe.ContextProvider = $, xe.Element = w, xe.ForwardRef = R, xe.Fragment = k, xe.Lazy = D, xe.Memo = L, xe.Portal = N, xe.Profiler = _, xe.StrictMode = A, xe.Suspense = j, xe.isAsyncMode = z, xe.isConcurrentMode = J, xe.isContextConsumer = Y, xe.isContextProvider = re, xe.isElement = Ee, xe.isForwardRef = oe, xe.isFragment = ee, xe.isLazy = ne, xe.isMemo = ce, xe.isPortal = ae, xe.isProfiler = G, xe.isStrictMode = Te, xe.isSuspense = Pe, xe.isValidElementType = E, xe.typeOf = T;
2065
- }()), xe;
2064
+ Se.AsyncMode = y, Se.ConcurrentMode = F, Se.ContextConsumer = P, Se.ContextProvider = $, Se.Element = w, Se.ForwardRef = R, Se.Fragment = k, Se.Lazy = D, Se.Memo = L, Se.Portal = N, Se.Profiler = _, Se.StrictMode = A, Se.Suspense = j, Se.isAsyncMode = z, Se.isConcurrentMode = J, Se.isContextConsumer = Y, Se.isContextProvider = re, Se.isElement = Te, Se.isForwardRef = oe, Se.isFragment = ee, Se.isLazy = ne, Se.isMemo = ce, Se.isPortal = ie, Se.isProfiler = W, Se.isStrictMode = ve, Se.isSuspense = Pe, Se.isValidElementType = E, Se.typeOf = T;
2065
+ }()), Se;
2066
2066
  }
2067
2067
  process.env.NODE_ENV === "production" ? Ya.exports = mg() : Ya.exports = hg();
2068
2068
  var gg = Ya.exports, Iu = gg, bg = {
@@ -2965,7 +2965,7 @@ const Qg = ["sx"], Xg = (e) => {
2965
2965
  function la(e) {
2966
2966
  const {
2967
2967
  sx: t
2968
- } = e, r = W(e, Qg), {
2968
+ } = e, r = U(e, Qg), {
2969
2969
  systemProps: o,
2970
2970
  otherProps: a
2971
2971
  } = Xg(r);
@@ -3455,7 +3455,7 @@ function Pb(e) {
3455
3455
  mode: t = "light",
3456
3456
  contrastThreshold: r = 3,
3457
3457
  tonalOffset: o = 0.2
3458
- } = e, a = W(e, vb), i = e.primary || yb(t), l = e.secondary || Ob(t), s = e.error || xb(t), c = e.info || Sb(t), u = e.success || Eb(t), d = e.warning || Tb(t);
3458
+ } = e, a = U(e, vb), i = e.primary || yb(t), l = e.secondary || Ob(t), s = e.error || xb(t), c = e.info || Sb(t), u = e.success || Eb(t), d = e.warning || Tb(t);
3459
3459
  function m(g) {
3460
3460
  const b = Ns(g, wa.text.primary) >= r ? wa.text.primary : js.text.primary;
3461
3461
  if (process.env.NODE_ENV !== "production") {
@@ -3572,7 +3572,7 @@ function wb(e, t) {
3572
3572
  // Apply the CSS properties to all the variants.
3573
3573
  allVariants: d,
3574
3574
  pxToRem: m
3575
- } = r, f = W(r, Cb);
3575
+ } = r, f = U(r, Cb);
3576
3576
  process.env.NODE_ENV !== "production" && (typeof a != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof u != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
3577
3577
  const h = a / 14, v = m || ((O) => `${O / u * h}rem`), g = (O, C, E, T, y) => S({
3578
3578
  fontFamily: o,
@@ -3664,7 +3664,7 @@ function Nb(e) {
3664
3664
  duration: l = r.standard,
3665
3665
  easing: s = t.easeInOut,
3666
3666
  delay: c = 0
3667
- } = i, u = W(i, Lb);
3667
+ } = i, u = U(i, Lb);
3668
3668
  if (process.env.NODE_ENV !== "production") {
3669
3669
  const d = (f) => typeof f == "string", m = (f) => !isNaN(parseFloat(f));
3670
3670
  !d(a) && !Array.isArray(a) && console.error('MUI: Argument "props" must be a string or Array.'), !m(l) && !d(l) && console.error(`MUI: Argument "duration" must be a number or a string but found ${l}.`), d(s) || console.error('MUI: Argument "easing" must be a string.'), !m(c) && !d(c) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof i != "object" && console.error(["MUI: Secong argument of transition.create must be an object.", "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
@@ -3693,7 +3693,7 @@ function rd(e = {}, ...t) {
3693
3693
  palette: o = {},
3694
3694
  transitions: a = {},
3695
3695
  typography: i = {}
3696
- } = e, l = W(e, jb);
3696
+ } = e, l = U(e, jb);
3697
3697
  if (e.vars)
3698
3698
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : Or(18));
3699
3699
  const s = Pb(o), c = Go(e);
@@ -3965,7 +3965,7 @@ function sv(e = {}) {
3965
3965
  function cv(e) {
3966
3966
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
3967
3967
  }
3968
- const Yo = (e) => cv(e) && e !== "classes", U = Kb({
3968
+ const Yo = (e) => cv(e) && e !== "classes", G = Kb({
3969
3969
  themeId: Qr,
3970
3970
  defaultTheme: Ui,
3971
3971
  rootShouldForwardProp: Yo
@@ -3988,8 +3988,8 @@ const dv = ["children", "className", "color", "component", "fontSize", "htmlColo
3988
3988
  } = e, a = {
3989
3989
  root: ["root", t !== "inherit" && `color${X(t)}`, `fontSize${X(r)}`]
3990
3990
  };
3991
- return Se(a, uv, o);
3992
- }, fv = U("svg", {
3991
+ return Ee(a, uv, o);
3992
+ }, fv = G("svg", {
3993
3993
  name: "MuiSvgIcon",
3994
3994
  slot: "Root",
3995
3995
  overridesResolver: (e, t) => {
@@ -4042,7 +4042,7 @@ const dv = ["children", "className", "color", "component", "fontSize", "htmlColo
4042
4042
  inheritViewBox: d = !1,
4043
4043
  titleAccess: m,
4044
4044
  viewBox: f = "0 0 24 24"
4045
- } = o, h = W(o, dv), v = /* @__PURE__ */ x.isValidElement(a) && a.type === "svg", g = S({}, o, {
4045
+ } = o, h = U(o, dv), v = /* @__PURE__ */ x.isValidElement(a) && a.type === "svg", g = S({}, o, {
4046
4046
  color: l,
4047
4047
  component: s,
4048
4048
  fontSize: c,
@@ -4485,7 +4485,7 @@ function Bv(e = {}) {
4485
4485
  const d = Bi(r), m = la(c), {
4486
4486
  className: f,
4487
4487
  component: h = "div"
4488
- } = m, v = W(m, Vv);
4488
+ } = m, v = U(m, Vv);
4489
4489
  return /* @__PURE__ */ p(i, S({
4490
4490
  as: h,
4491
4491
  ref: u,
@@ -4521,7 +4521,7 @@ function Kv(e) {
4521
4521
  function Pn(e, t) {
4522
4522
  let {
4523
4523
  ownerState: r
4524
- } = t, o = W(t, zv);
4524
+ } = t, o = U(t, zv);
4525
4525
  const a = typeof e == "function" ? e(S({
4526
4526
  ownerState: r
4527
4527
  }, o)) : e;
@@ -4533,7 +4533,7 @@ function Pn(e, t) {
4533
4533
  const {
4534
4534
  variants: i = []
4535
4535
  } = a;
4536
- let s = W(a, Hv);
4536
+ let s = U(a, Hv);
4537
4537
  return i.forEach((c) => {
4538
4538
  let u = !0;
4539
4539
  typeof c.props == "function" ? u = c.props(S({
@@ -4569,7 +4569,7 @@ function Yv(e = {}) {
4569
4569
  // TODO v6: remove `lowercaseFirstLetter()` in the next major release
4570
4570
  // For more details: https://github.com/mui/material-ui/pull/37908
4571
4571
  overridesResolver: f = Kv(Zs(u))
4572
- } = s, h = W(s, Wv), v = d !== void 0 ? d : (
4572
+ } = s, h = U(s, Wv), v = d !== void 0 ? d : (
4573
4573
  // TODO v6: remove `Root` in the next major release
4574
4574
  // For more details: https://github.com/mui/material-ui/pull/37908
4575
4575
  u && u !== "Root" && u !== "root" || !1
@@ -4739,7 +4739,7 @@ const sy = ["value"], md = /* @__PURE__ */ x.createContext();
4739
4739
  function hd(e) {
4740
4740
  let {
4741
4741
  value: t
4742
- } = e, r = W(e, sy);
4742
+ } = e, r = U(e, sy);
4743
4743
  return /* @__PURE__ */ p(md.Provider, S({
4744
4744
  value: t ?? !0
4745
4745
  }, r));
@@ -4879,7 +4879,7 @@ function gy(e = {}) {
4879
4879
  createStyledComponent: t = dy,
4880
4880
  useThemeProps: r = py,
4881
4881
  componentName: o = "MuiStack"
4882
- } = e, a = () => Se({
4882
+ } = e, a = () => Ee({
4883
4883
  root: ["root"]
4884
4884
  }, (c) => me(o, c), {}), i = t(hy), l = /* @__PURE__ */ x.forwardRef(function(c, u) {
4885
4885
  const d = r(c), m = la(d), {
@@ -4890,7 +4890,7 @@ function gy(e = {}) {
4890
4890
  children: b,
4891
4891
  className: O,
4892
4892
  useFlexGap: C = !1
4893
- } = m, E = W(m, cy), T = {
4893
+ } = m, E = U(m, cy), T = {
4894
4894
  direction: h,
4895
4895
  spacing: v,
4896
4896
  useFlexGap: C
@@ -4920,7 +4920,7 @@ const by = ["theme"];
4920
4920
  function Qi(e) {
4921
4921
  let {
4922
4922
  theme: t
4923
- } = e, r = W(e, by);
4923
+ } = e, r = U(e, by);
4924
4924
  const o = t[Qr];
4925
4925
  return /* @__PURE__ */ p(In, S({}, r, {
4926
4926
  themeId: o ? Qr : void 0,
@@ -5039,7 +5039,7 @@ function Rt(e) {
5039
5039
  externalSlotProps: o,
5040
5040
  ownerState: a,
5041
5041
  skipResolvingSlotProps: i = !1
5042
- } = e, l = W(e, $y), s = i ? {} : Od(o, a), {
5042
+ } = e, l = U(e, $y), s = i ? {} : Od(o, a), {
5043
5043
  props: c,
5044
5044
  internalRef: u
5045
5045
  } = xd(S({}, l, {
@@ -5662,7 +5662,7 @@ var Xy = function(t) {
5662
5662
  return null;
5663
5663
  var i = this.props, l = i.children;
5664
5664
  i.in, i.mountOnEnter, i.unmountOnExit, i.appear, i.enter, i.exit, i.timeout, i.addEndListener, i.onEnter, i.onEntering, i.onEntered, i.onExit, i.onExiting, i.onExited, i.nodeRef;
5665
- var s = W(i, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
5665
+ var s = U(i, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
5666
5666
  return (
5667
5667
  // allows for nested Transitions
5668
5668
  /* @__PURE__ */ _t.createElement(Nn.Provider, {
@@ -5981,7 +5981,7 @@ var rO = Object.values || function(e) {
5981
5981
  };
5982
5982
  }));
5983
5983
  }, r.render = function() {
5984
- var a = this.props, i = a.component, l = a.childFactory, s = W(a, ["component", "childFactory"]), c = this.state.contextValue, u = rO(this.state.children).map(l);
5984
+ var a = this.props, i = a.component, l = a.childFactory, s = U(a, ["component", "childFactory"]), c = this.state.contextValue, u = rO(this.state.children).map(l);
5985
5985
  return delete s.appear, delete s.enter, delete s.exit, i === null ? /* @__PURE__ */ _t.createElement(Nn.Provider, {
5986
5986
  value: c
5987
5987
  }, u) : /* @__PURE__ */ _t.createElement(Nn.Provider, {
@@ -6084,7 +6084,7 @@ const nO = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
6084
6084
  timeout: O = a,
6085
6085
  // eslint-disable-next-line react/prop-types
6086
6086
  TransitionComponent: C = kt
6087
- } = t, E = W(t, nO), T = x.useRef(null), y = Ot(T, s.ref, r), F = (N) => (_) => {
6087
+ } = t, E = U(t, nO), T = x.useRef(null), y = Ot(T, s.ref, r), F = (N) => (_) => {
6088
6088
  if (N) {
6089
6089
  const A = T.current;
6090
6090
  _ === void 0 ? N(A) : N(A, _);
@@ -6217,10 +6217,10 @@ const lO = ["children", "className", "component", "components", "componentsProps
6217
6217
  classes: t,
6218
6218
  invisible: r
6219
6219
  } = e;
6220
- return Se({
6220
+ return Ee({
6221
6221
  root: ["root", r && "invisible"]
6222
6222
  }, iO, t);
6223
- }, cO = U("div", {
6223
+ }, cO = G("div", {
6224
6224
  name: "MuiBackdrop",
6225
6225
  slot: "Root",
6226
6226
  overridesResolver: (e, t) => {
@@ -6261,7 +6261,7 @@ const lO = ["children", "className", "component", "components", "componentsProps
6261
6261
  slots: g = {},
6262
6262
  TransitionComponent: b = al,
6263
6263
  transitionDuration: O
6264
- } = l, C = W(l, lO), E = S({}, l, {
6264
+ } = l, C = U(l, lO), E = S({}, l, {
6265
6265
  component: u,
6266
6266
  invisible: f
6267
6267
  }), T = sO(E), y = (o = v.root) != null ? o : m.root;
@@ -6387,11 +6387,11 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
6387
6387
  exited: r,
6388
6388
  classes: o
6389
6389
  } = e;
6390
- return Se({
6390
+ return Ee({
6391
6391
  root: ["root", !t && r && "hidden"],
6392
6392
  backdrop: ["backdrop"]
6393
6393
  }, uO, o);
6394
- }, fO = U("div", {
6394
+ }, fO = G("div", {
6395
6395
  name: "MuiModal",
6396
6396
  slot: "Root",
6397
6397
  overridesResolver: (e, t) => {
@@ -6412,7 +6412,7 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
6412
6412
  left: 0
6413
6413
  }, !t.open && t.exited && {
6414
6414
  visibility: "hidden"
6415
- })), mO = U(il, {
6415
+ })), mO = G(il, {
6416
6416
  name: "MuiModal",
6417
6417
  slot: "Backdrop",
6418
6418
  overridesResolver: (e, t) => t.backdrop
@@ -6446,7 +6446,7 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
6446
6446
  slotProps: L,
6447
6447
  slots: N
6448
6448
  // eslint-disable-next-line react/prop-types
6449
- } = u, _ = W(u, dO), A = S({}, u, {
6449
+ } = u, _ = U(u, dO), A = S({}, u, {
6450
6450
  closeAfterTransition: h,
6451
6451
  disableAutoFocus: E,
6452
6452
  disableEnforceFocus: T,
@@ -6463,22 +6463,22 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
6463
6463
  portalRef: J,
6464
6464
  isTopModal: Y,
6465
6465
  exited: re,
6466
- hasTransition: Ee
6466
+ hasTransition: Te
6467
6467
  } = By(S({}, A, {
6468
6468
  rootRef: r
6469
6469
  })), oe = S({}, A, {
6470
6470
  exited: re
6471
6471
  }), ee = pO(oe), ne = {};
6472
- if (v.props.tabIndex === void 0 && (ne.tabIndex = "-1"), Ee) {
6472
+ if (v.props.tabIndex === void 0 && (ne.tabIndex = "-1"), Te) {
6473
6473
  const {
6474
6474
  onEnter: Z,
6475
6475
  onExited: I
6476
6476
  } = z();
6477
6477
  ne.onEnter = Z, ne.onExited = I;
6478
6478
  }
6479
- const ce = (o = (a = N == null ? void 0 : N.root) != null ? a : O.Root) != null ? o : fO, ae = (i = (l = N == null ? void 0 : N.backdrop) != null ? l : O.Backdrop) != null ? i : d, G = (s = L == null ? void 0 : L.root) != null ? s : C.root, Te = (c = L == null ? void 0 : L.backdrop) != null ? c : C.backdrop, Pe = Rt({
6479
+ const ce = (o = (a = N == null ? void 0 : N.root) != null ? a : O.Root) != null ? o : fO, ie = (i = (l = N == null ? void 0 : N.backdrop) != null ? l : O.Backdrop) != null ? i : d, W = (s = L == null ? void 0 : L.root) != null ? s : C.root, ve = (c = L == null ? void 0 : L.backdrop) != null ? c : C.backdrop, Pe = Rt({
6480
6480
  elementType: ce,
6481
- externalSlotProps: G,
6481
+ externalSlotProps: W,
6482
6482
  externalForwardedProps: _,
6483
6483
  getSlotProps: j,
6484
6484
  additionalProps: {
@@ -6486,25 +6486,25 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
6486
6486
  as: b
6487
6487
  },
6488
6488
  ownerState: oe,
6489
- className: q(f, G == null ? void 0 : G.className, ee == null ? void 0 : ee.root, !oe.open && oe.exited && (ee == null ? void 0 : ee.hidden))
6489
+ className: q(f, W == null ? void 0 : W.className, ee == null ? void 0 : ee.root, !oe.open && oe.exited && (ee == null ? void 0 : ee.hidden))
6490
6490
  }), B = Rt({
6491
- elementType: ae,
6492
- externalSlotProps: Te,
6491
+ elementType: ie,
6492
+ externalSlotProps: ve,
6493
6493
  additionalProps: m,
6494
6494
  getSlotProps: (Z) => M(S({}, Z, {
6495
6495
  onClick: (I) => {
6496
6496
  k && k(I), Z != null && Z.onClick && Z.onClick(I);
6497
6497
  }
6498
6498
  })),
6499
- className: q(Te == null ? void 0 : Te.className, m == null ? void 0 : m.className, ee == null ? void 0 : ee.backdrop),
6499
+ className: q(ve == null ? void 0 : ve.className, m == null ? void 0 : m.className, ee == null ? void 0 : ee.backdrop),
6500
6500
  ownerState: oe
6501
6501
  });
6502
- return !R && !D && (!Ee || re) ? null : /* @__PURE__ */ p(Do, {
6502
+ return !R && !D && (!Te || re) ? null : /* @__PURE__ */ p(Do, {
6503
6503
  ref: J,
6504
6504
  container: g,
6505
6505
  disablePortal: F,
6506
6506
  children: /* @__PURE__ */ V(ce, S({}, Pe, {
6507
- children: [!w && d ? /* @__PURE__ */ p(ae, S({}, B)) : null, /* @__PURE__ */ p(Dn, {
6507
+ children: [!w && d ? /* @__PURE__ */ p(ie, S({}, B)) : null, /* @__PURE__ */ p(Dn, {
6508
6508
  disableEnforceFocus: T,
6509
6509
  disableAutoFocus: E,
6510
6510
  disableRestoreFocus: P,
@@ -6741,8 +6741,8 @@ const yO = ["className", "component", "elevation", "square", "variant"], OO = (e
6741
6741
  } = e, i = {
6742
6742
  root: ["root", o, !t && "rounded", o === "elevation" && `elevation${r}`]
6743
6743
  };
6744
- return Se(i, vO, a);
6745
- }, xO = U("div", {
6744
+ return Ee(i, vO, a);
6745
+ }, xO = G("div", {
6746
6746
  name: "MuiPaper",
6747
6747
  slot: "Root",
6748
6748
  overridesResolver: (e, t) => {
@@ -6781,7 +6781,7 @@ const yO = ["className", "component", "elevation", "square", "variant"], OO = (e
6781
6781
  elevation: l = 1,
6782
6782
  square: s = !1,
6783
6783
  variant: c = "elevation"
6784
- } = o, u = W(o, yO), d = S({}, o, {
6784
+ } = o, u = U(o, yO), d = S({}, o, {
6785
6785
  component: i,
6786
6786
  elevation: l,
6787
6787
  square: s,
@@ -6849,7 +6849,7 @@ function SO(e) {
6849
6849
  }
6850
6850
  const La = fe("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), sl = /* @__PURE__ */ x.createContext({});
6851
6851
  process.env.NODE_ENV !== "production" && (sl.displayName = "DialogContext");
6852
- const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], TO = U(il, {
6852
+ const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], TO = G(il, {
6853
6853
  name: "MuiDialog",
6854
6854
  slot: "Backdrop",
6855
6855
  overrides: (e, t) => t.backdrop
@@ -6868,8 +6868,8 @@ const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
6868
6868
  container: ["container", `scroll${X(r)}`],
6869
6869
  paper: ["paper", `paperScroll${X(r)}`, `paperWidth${X(String(o))}`, a && "paperFullWidth", i && "paperFullScreen"]
6870
6870
  };
6871
- return Se(l, SO, t);
6872
- }, CO = U(ll, {
6871
+ return Ee(l, SO, t);
6872
+ }, CO = G(ll, {
6873
6873
  name: "MuiDialog",
6874
6874
  slot: "Root",
6875
6875
  overridesResolver: (e, t) => t.root
@@ -6878,7 +6878,7 @@ const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
6878
6878
  // Use !important to override the Modal inline-style.
6879
6879
  position: "absolute !important"
6880
6880
  }
6881
- }), FO = U("div", {
6881
+ }), FO = G("div", {
6882
6882
  name: "MuiDialog",
6883
6883
  slot: "Container",
6884
6884
  overridesResolver: (e, t) => {
@@ -6911,7 +6911,7 @@ const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
6911
6911
  height: "100%",
6912
6912
  width: "0"
6913
6913
  }
6914
- })), wO = U(cr, {
6914
+ })), wO = G(cr, {
6915
6915
  name: "MuiDialog",
6916
6916
  slot: "Paper",
6917
6917
  overridesResolver: (e, t) => {
@@ -6998,7 +6998,7 @@ const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
6998
6998
  TransitionComponent: P = al,
6999
6999
  transitionDuration: $ = i,
7000
7000
  TransitionProps: w
7001
- } = o, R = W(o, EO), k = S({}, o, {
7001
+ } = o, R = U(o, EO), k = S({}, o, {
7002
7002
  disableEscapeKeyDown: f,
7003
7003
  fullScreen: h,
7004
7004
  fullWidth: v,
@@ -7199,10 +7199,10 @@ const MO = ["className", "disableSpacing"], kO = (e) => {
7199
7199
  classes: t,
7200
7200
  disableSpacing: r
7201
7201
  } = e;
7202
- return Se({
7202
+ return Ee({
7203
7203
  root: ["root", !r && "spacing"]
7204
7204
  }, RO, t);
7205
- }, $O = U("div", {
7205
+ }, $O = G("div", {
7206
7206
  name: "MuiDialogActions",
7207
7207
  slot: "Root",
7208
7208
  overridesResolver: (e, t) => {
@@ -7230,7 +7230,7 @@ const MO = ["className", "disableSpacing"], kO = (e) => {
7230
7230
  }), {
7231
7231
  className: a,
7232
7232
  disableSpacing: i = !1
7233
- } = o, l = W(o, MO), s = S({}, o, {
7233
+ } = o, l = U(o, MO), s = S({}, o, {
7234
7234
  disableSpacing: i
7235
7235
  }), c = kO(s);
7236
7236
  return /* @__PURE__ */ p($O, S({
@@ -7278,10 +7278,10 @@ const IO = fe("MuiDialogTitle", ["root"]), DO = ["className", "dividers"], NO =
7278
7278
  classes: t,
7279
7279
  dividers: r
7280
7280
  } = e;
7281
- return Se({
7281
+ return Ee({
7282
7282
  root: ["root", r && "dividers"]
7283
7283
  }, LO, t);
7284
- }, _O = U("div", {
7284
+ }, _O = G("div", {
7285
7285
  name: "MuiDialogContent",
7286
7286
  slot: "Root",
7287
7287
  overridesResolver: (e, t) => {
@@ -7314,7 +7314,7 @@ const IO = fe("MuiDialogTitle", ["root"]), DO = ["className", "dividers"], NO =
7314
7314
  }), {
7315
7315
  className: a,
7316
7316
  dividers: i = !1
7317
- } = o, l = W(o, DO), s = S({}, o, {
7317
+ } = o, l = U(o, DO), s = S({}, o, {
7318
7318
  dividers: i
7319
7319
  }), c = NO(s);
7320
7320
  return /* @__PURE__ */ p(_O, S({
@@ -7365,8 +7365,8 @@ const VO = ["align", "className", "component", "gutterBottom", "noWrap", "paragr
7365
7365
  } = e, s = {
7366
7366
  root: ["root", i, e.align !== "inherit" && `align${X(t)}`, r && "gutterBottom", o && "noWrap", a && "paragraph"]
7367
7367
  };
7368
- return Se(s, jO, l);
7369
- }, zO = U("span", {
7368
+ return Ee(s, jO, l);
7369
+ }, zO = G("span", {
7370
7370
  name: "MuiTypography",
7371
7371
  slot: "Root",
7372
7372
  overridesResolver: (e, t) => {
@@ -7426,7 +7426,7 @@ const VO = ["align", "className", "component", "gutterBottom", "noWrap", "paragr
7426
7426
  paragraph: m = !1,
7427
7427
  variant: f = "body1",
7428
7428
  variantMapping: h = ic
7429
- } = i, v = W(i, VO), g = S({}, i, {
7429
+ } = i, v = U(i, VO), g = S({}, i, {
7430
7430
  align: l,
7431
7431
  color: a,
7432
7432
  className: s,
@@ -7526,11 +7526,11 @@ fe("MuiDialogContentText", ["root"]);
7526
7526
  const GO = ["children", "className"], qO = (e) => {
7527
7527
  const {
7528
7528
  classes: t
7529
- } = e, o = Se({
7529
+ } = e, o = Ee({
7530
7530
  root: ["root"]
7531
7531
  }, UO, t);
7532
7532
  return S({}, t, o);
7533
- }, KO = U(ir, {
7533
+ }, KO = G(ir, {
7534
7534
  shouldForwardProp: (e) => Yo(e) || e === "classes",
7535
7535
  name: "MuiDialogContentText",
7536
7536
  slot: "Root",
@@ -7541,7 +7541,7 @@ const GO = ["children", "className"], qO = (e) => {
7541
7541
  name: "MuiDialogContentText"
7542
7542
  }), {
7543
7543
  className: a
7544
- } = o, i = W(o, GO), l = qO(i);
7544
+ } = o, i = U(o, GO), l = qO(i);
7545
7545
  return /* @__PURE__ */ p(KO, S({
7546
7546
  component: "p",
7547
7547
  variant: "body1",
@@ -7579,10 +7579,10 @@ const YO = ["className", "id"], QO = (e) => {
7579
7579
  const {
7580
7580
  classes: t
7581
7581
  } = e;
7582
- return Se({
7582
+ return Ee({
7583
7583
  root: ["root"]
7584
7584
  }, AO, t);
7585
- }, XO = U(ir, {
7585
+ }, XO = G(ir, {
7586
7586
  name: "MuiDialogTitle",
7587
7587
  slot: "Root",
7588
7588
  overridesResolver: (e, t) => t.root
@@ -7596,7 +7596,7 @@ const YO = ["className", "id"], QO = (e) => {
7596
7596
  }), {
7597
7597
  className: a,
7598
7598
  id: i
7599
- } = o, l = W(o, YO), s = o, c = QO(s), {
7599
+ } = o, l = U(o, YO), s = o, c = QO(s), {
7600
7600
  titleId: u = i
7601
7601
  } = x.useContext(sl);
7602
7602
  return /* @__PURE__ */ p(XO, S({
@@ -14498,7 +14498,7 @@ const Fd = no(), fa = ({ children: e }) => {
14498
14498
  },
14499
14499
  api: e.apiRef
14500
14500
  };
14501
- }, a0 = U("div")(({ theme: e }) => ({
14501
+ }, a0 = G("div")(({ theme: e }) => ({
14502
14502
  display: "flex",
14503
14503
  flexDirection: "column",
14504
14504
  alignItems: "center",
@@ -14585,7 +14585,7 @@ const Fd = no(), fa = ({ children: e }) => {
14585
14585
  }
14586
14586
  ),
14587
14587
  /* @__PURE__ */ p(ke, { sx: { mt: 1 }, children: "No hay registros" })
14588
- ] }), i0 = U(st, {
14588
+ ] }), i0 = G(st, {
14589
14589
  name: "EtrDeleteButton",
14590
14590
  overridesResolver: (e, t) => t.root
14591
14591
  })(({ theme: e }) => ({
@@ -14871,9 +14871,9 @@ const Fd = no(), fa = ({ children: e }) => {
14871
14871
  } = e, [v, g] = Ue([]), b = qt(e), O = Mt(), { field: C } = Qc({ defaultValue: "", ...e }), {
14872
14872
  isLoading: E,
14873
14873
  fichaProps: { [f]: T }
14874
- } = we(We), y = Ti((G) => {
14875
- const Te = G.configInputs ? G.configInputs.filter((Pe) => Pe.id === f) : [];
14876
- return Te[0] ? Te[0] : null;
14874
+ } = we(We), y = Ti((W) => {
14875
+ const ve = W.configInputs ? W.configInputs.filter((Pe) => Pe.id === f) : [];
14876
+ return ve[0] ? ve[0] : null;
14877
14877
  }), { hidden: F } = y || {}, {
14878
14878
  enviarTodo: P = !1,
14879
14879
  disabled: $,
@@ -14884,14 +14884,14 @@ const Fd = no(), fa = ({ children: e }) => {
14884
14884
  allowAdd: L,
14885
14885
  allowRemove: N
14886
14886
  } = T || {}, [_, A] = Ue(o), [{ field: j, sort: M }] = o, z = u || $, J = F !== void 0 ? F : w !== void 0 ? w : d, Y = L ?? l, re = N ?? s;
14887
- let Ee = {};
14888
- b && t.split(",").forEach((G) => {
14889
- G && (Ee[G] = [
14887
+ let Te = {};
14888
+ b && t.split(",").forEach((W) => {
14889
+ W && (Te[W] = [
14890
14890
  {
14891
14891
  type: "string",
14892
14892
  comparison: "eq",
14893
- value: b[G],
14894
- field: G
14893
+ value: b[W],
14894
+ field: W
14895
14895
  }
14896
14896
  ]);
14897
14897
  }), ut(() => {
@@ -14904,14 +14904,14 @@ const Fd = no(), fa = ({ children: e }) => {
14904
14904
  {
14905
14905
  pagination: { page: 1, perPage: 200 },
14906
14906
  sort: { field: j, order: M },
14907
- filter: Ee
14907
+ filter: Te
14908
14908
  },
14909
14909
  {
14910
14910
  enabled: c && !E,
14911
- onSuccess: (G) => {
14911
+ onSuccess: (W) => {
14912
14912
  setTimeout(() => {
14913
14913
  O.setValue(f, "");
14914
- }, 1e3), g((G == null ? void 0 : G.data) || []);
14914
+ }, 1e3), g((W == null ? void 0 : W.data) || []);
14915
14915
  }
14916
14916
  }
14917
14917
  ), ne = R({
@@ -14931,8 +14931,8 @@ const Fd = no(), fa = ({ children: e }) => {
14931
14931
  headerAlign: "center",
14932
14932
  sortable: !1,
14933
14933
  disableClickEventBubbling: !0,
14934
- renderCell: (G) => {
14935
- if (G.rowNode.type !== "group")
14934
+ renderCell: (W) => {
14935
+ if (W.rowNode.type !== "group")
14936
14936
  return /* @__PURE__ */ p(
14937
14937
  p0,
14938
14938
  {
@@ -14942,7 +14942,7 @@ const Fd = no(), fa = ({ children: e }) => {
14942
14942
  onAfterSubmitAsistente: D,
14943
14943
  enviarTodo: P,
14944
14944
  camposClaveFila: r,
14945
- row: G.row
14945
+ row: W.row
14946
14946
  }
14947
14947
  );
14948
14948
  }
@@ -14951,7 +14951,7 @@ const Fd = no(), fa = ({ children: e }) => {
14951
14951
  headerName: "",
14952
14952
  sortable: !1,
14953
14953
  width: 80,
14954
- renderHeader: (G) => /* @__PURE__ */ p(
14954
+ renderHeader: (W) => /* @__PURE__ */ p(
14955
14955
  d0,
14956
14956
  {
14957
14957
  ...h,
@@ -14968,8 +14968,8 @@ const Fd = no(), fa = ({ children: e }) => {
14968
14968
  headerAlign: "center",
14969
14969
  sortable: !1,
14970
14970
  disableClickEventBubbling: !0,
14971
- renderCell: (G) => {
14972
- if (G.rowNode.type !== "group")
14971
+ renderCell: (W) => {
14972
+ if (W.rowNode.type !== "group")
14973
14973
  return /* @__PURE__ */ p(
14974
14974
  f0,
14975
14975
  {
@@ -14979,12 +14979,12 @@ const Fd = no(), fa = ({ children: e }) => {
14979
14979
  onAfterSubmitAsistente: D,
14980
14980
  enviarTodo: P,
14981
14981
  camposClaveFila: r,
14982
- row: G.row
14982
+ row: W.row
14983
14983
  }
14984
14984
  );
14985
14985
  }
14986
14986
  }));
14987
- const ae = Gt(() => ce, [JSON.stringify(ce)]);
14987
+ const ie = Gt(() => ce, [JSON.stringify(ce)]);
14988
14988
  return J ? null : /* @__PURE__ */ p(
14989
14989
  cr,
14990
14990
  {
@@ -15002,7 +15002,7 @@ const Fd = no(), fa = ({ children: e }) => {
15002
15002
  loading: oe || E,
15003
15003
  sx: {
15004
15004
  "& .MuiDataGrid-columnsContainer": {
15005
- backgroundColor: (G) => G.palette.mode === "light" ? "#fafafa" : "#1d1d1d"
15005
+ backgroundColor: (W) => W.palette.mode === "light" ? "#fafafa" : "#1d1d1d"
15006
15006
  },
15007
15007
  "& .MuiDataGrid-iconSeparator": {
15008
15008
  display: "none"
@@ -15012,9 +15012,9 @@ const Fd = no(), fa = ({ children: e }) => {
15012
15012
  paginationModel: { page: 1, pageSize: 50 },
15013
15013
  hideFooter: !0,
15014
15014
  rows: v,
15015
- columns: ae,
15015
+ columns: ie,
15016
15016
  sortModel: _,
15017
- onSortModelChange: (G) => A(G),
15017
+ onSortModelChange: (W) => A(W),
15018
15018
  sortable: !1,
15019
15019
  resizable: !1,
15020
15020
  disableReorder: !0,
@@ -15162,8 +15162,8 @@ const E0 = ["className", "color", "enableColorOnDark", "position"], T0 = (e) =>
15162
15162
  } = e, a = {
15163
15163
  root: ["root", `color${X(t)}`, `position${X(r)}`]
15164
15164
  };
15165
- return Se(a, S0, o);
15166
- }, pn = (e, t) => e ? `${e == null ? void 0 : e.replace(")", "")}, ${t})` : t, P0 = U(cr, {
15165
+ return Ee(a, S0, o);
15166
+ }, pn = (e, t) => e ? `${e == null ? void 0 : e.replace(")", "")}, ${t})` : t, P0 = G(cr, {
15167
15167
  name: "MuiAppBar",
15168
15168
  slot: "Root",
15169
15169
  overridesResolver: (e, t) => {
@@ -15250,7 +15250,7 @@ const E0 = ["className", "color", "enableColorOnDark", "position"], T0 = (e) =>
15250
15250
  color: i = "primary",
15251
15251
  enableColorOnDark: l = !1,
15252
15252
  position: s = "fixed"
15253
- } = o, c = W(o, E0), u = S({}, o, {
15253
+ } = o, c = U(o, E0), u = S({}, o, {
15254
15254
  color: i,
15255
15255
  position: s,
15256
15256
  enableColorOnDark: l
@@ -15354,7 +15354,7 @@ const Gd = /* @__PURE__ */ x.forwardRef(function(t, r) {
15354
15354
  timeout: T = i,
15355
15355
  // eslint-disable-next-line react/prop-types
15356
15356
  TransitionComponent: y = kt
15357
- } = t, F = W(t, C0), P = x.useRef(null), $ = Ot(c.ref, P, r), w = (M) => (z) => {
15357
+ } = t, F = U(t, C0), P = x.useRef(null), $ = Ot(c.ref, P, r), w = (M) => (z) => {
15358
15358
  M && (z === void 0 ? M(P.current) : M(P.current, z));
15359
15359
  }, R = w((M, z) => {
15360
15360
  fn(d, M, u), nl(M), h && h(M, z);
@@ -15527,10 +15527,10 @@ const R0 = ["className", "component", "disableGutters", "variant"], M0 = (e) =>
15527
15527
  disableGutters: r,
15528
15528
  variant: o
15529
15529
  } = e;
15530
- return Se({
15530
+ return Ee({
15531
15531
  root: ["root", !r && "gutters", o]
15532
15532
  }, w0, t);
15533
- }, k0 = U("div", {
15533
+ }, k0 = G("div", {
15534
15534
  name: "MuiToolbar",
15535
15535
  slot: "Root",
15536
15536
  overridesResolver: (e, t) => {
@@ -15567,7 +15567,7 @@ const R0 = ["className", "component", "disableGutters", "variant"], M0 = (e) =>
15567
15567
  component: i = "div",
15568
15568
  disableGutters: l = !1,
15569
15569
  variant: s = "regular"
15570
- } = o, c = W(o, R0), u = S({}, o, {
15570
+ } = o, c = U(o, R0), u = S({}, o, {
15571
15571
  component: i,
15572
15572
  disableGutters: l,
15573
15573
  variant: s
@@ -15951,10 +15951,10 @@ const K0 = (e) => {
15951
15951
  width: 100,
15952
15952
  hideable: !1,
15953
15953
  getActions: (Y) => {
15954
- const re = N.current.getRowNode(Y.id), Ee = !Qd(
15954
+ const re = N.current.getRowNode(Y.id), Te = !Qd(
15955
15955
  Y.row,
15956
15956
  i
15957
- ), oe = b && Ee;
15957
+ ), oe = b && Te;
15958
15958
  return Y.row.id ? [
15959
15959
  ...m ? [
15960
15960
  oe ? /* @__PURE__ */ p(
@@ -15966,7 +15966,7 @@ const K0 = (e) => {
15966
15966
  W0,
15967
15967
  {
15968
15968
  record: Y.row,
15969
- disabled: Ee
15969
+ disabled: Te
15970
15970
  }
15971
15971
  )
15972
15972
  ] : b ? [
@@ -15979,19 +15979,19 @@ const K0 = (e) => {
15979
15979
  )
15980
15980
  ] : [],
15981
15981
  ...t.filter((ee) => !!ee).map((ee, ne) => {
15982
- const { handler: ce, ...ae } = ee;
15982
+ const { handler: ce, key: ie, ...W } = ee;
15983
15983
  return /* @__PURE__ */ p(
15984
15984
  xm,
15985
15985
  {
15986
15986
  showInMenu: !0,
15987
- onClick: (G) => typeof ce == "function" ? ce(
15987
+ onClick: (ve) => typeof ce == "function" ? ce(
15988
15988
  {
15989
15989
  ...E,
15990
15990
  record: Y.row
15991
15991
  },
15992
- ae.key
15992
+ W.key
15993
15993
  ) : !1,
15994
- ...ae
15994
+ ...W
15995
15995
  },
15996
15996
  `gaci-${ne}`
15997
15997
  );
@@ -16154,11 +16154,11 @@ const cc = fe("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle",
16154
16154
  textAlign: s,
16155
16155
  variant: c
16156
16156
  } = e;
16157
- return Se({
16157
+ return Ee({
16158
16158
  root: ["root", t && "absolute", c, i && "light", l === "vertical" && "vertical", a && "flexItem", r && "withChildren", r && l === "vertical" && "withChildrenVertical", s === "right" && l !== "vertical" && "textAlignRight", s === "left" && l !== "vertical" && "textAlignLeft"],
16159
16159
  wrapper: ["wrapper", l === "vertical" && "wrapperVertical"]
16160
16160
  }, nE, o);
16161
- }, lE = U("div", {
16161
+ }, lE = G("div", {
16162
16162
  name: "MuiDivider",
16163
16163
  slot: "Root",
16164
16164
  overridesResolver: (e, t) => {
@@ -16244,7 +16244,7 @@ const cc = fe("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle",
16244
16244
  "&::after": {
16245
16245
  width: "90%"
16246
16246
  }
16247
- })), sE = U("span", {
16247
+ })), sE = G("span", {
16248
16248
  name: "MuiDivider",
16249
16249
  slot: "Wrapper",
16250
16250
  overridesResolver: (e, t) => {
@@ -16278,7 +16278,7 @@ const cc = fe("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle",
16278
16278
  role: m = s !== "hr" ? "separator" : void 0,
16279
16279
  textAlign: f = "center",
16280
16280
  variant: h = "fullWidth"
16281
- } = o, v = W(o, aE), g = S({}, o, {
16281
+ } = o, v = U(o, aE), g = S({}, o, {
16282
16282
  absolute: a,
16283
16283
  component: s,
16284
16284
  flexItem: c,
@@ -16484,7 +16484,7 @@ const ai = 550, pE = 80, fE = lo(uc || (uc = ba`
16484
16484
  100% {
16485
16485
  transform: scale(1);
16486
16486
  }
16487
- `)), gE = U("span", {
16487
+ `)), gE = G("span", {
16488
16488
  name: "MuiTouchRipple",
16489
16489
  slot: "Root"
16490
16490
  })({
@@ -16497,7 +16497,7 @@ const ai = 550, pE = 80, fE = lo(uc || (uc = ba`
16497
16497
  bottom: 0,
16498
16498
  left: 0,
16499
16499
  borderRadius: "inherit"
16500
- }), bE = U(Xd, {
16500
+ }), bE = G(Xd, {
16501
16501
  name: "MuiTouchRipple",
16502
16502
  slot: "Ripple"
16503
16503
  })(fc || (fc = ba`
@@ -16559,7 +16559,7 @@ const ai = 550, pE = 80, fE = lo(uc || (uc = ba`
16559
16559
  center: a = !1,
16560
16560
  classes: i = {},
16561
16561
  className: l
16562
- } = o, s = W(o, dE), [c, u] = x.useState([]), d = x.useRef(0), m = x.useRef(null);
16562
+ } = o, s = U(o, dE), [c, u] = x.useState([]), d = x.useRef(0), m = x.useRef(null);
16563
16563
  x.useEffect(() => {
16564
16564
  m.current && (m.current(), m.current = null);
16565
16565
  }, [c]);
@@ -16690,11 +16690,11 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
16690
16690
  focusVisible: r,
16691
16691
  focusVisibleClassName: o,
16692
16692
  classes: a
16693
- } = e, l = Se({
16693
+ } = e, l = Ee({
16694
16694
  root: ["root", t && "disabled", r && "focusVisible"]
16695
16695
  }, vE, a);
16696
16696
  return r && o && (l.root += ` ${o}`), l;
16697
- }, SE = U("button", {
16697
+ }, SE = G("button", {
16698
16698
  name: "MuiButtonBase",
16699
16699
  slot: "Root",
16700
16700
  overridesResolver: (e, t) => t.root
@@ -16770,11 +16770,11 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
16770
16770
  TouchRippleProps: L,
16771
16771
  touchRippleRef: N,
16772
16772
  type: _
16773
- } = o, A = W(o, OE), j = x.useRef(null), M = x.useRef(null), z = Ot(M, N), {
16773
+ } = o, A = U(o, OE), j = x.useRef(null), M = x.useRef(null), z = Ot(M, N), {
16774
16774
  isFocusVisibleRef: J,
16775
16775
  onFocus: Y,
16776
16776
  onBlur: re,
16777
- ref: Ee
16777
+ ref: Te
16778
16778
  } = ua(), [oe, ee] = x.useState(!1);
16779
16779
  u && oe && ee(!1), x.useImperativeHandle(a, () => ({
16780
16780
  focusVisible: () => {
@@ -16785,16 +16785,16 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
16785
16785
  x.useEffect(() => {
16786
16786
  ce(!0);
16787
16787
  }, []);
16788
- const ae = ne && !d && !u;
16788
+ const ie = ne && !d && !u;
16789
16789
  x.useEffect(() => {
16790
16790
  oe && f && !d && ne && M.current.pulsate();
16791
16791
  }, [d, f, oe, ne]);
16792
- function G(Q, Ze, Lt = m) {
16792
+ function W(Q, Ze, Lt = m) {
16793
16793
  return jt((At) => (Ze && Ze(At), !Lt && M.current && M.current[Q](At), !0));
16794
16794
  }
16795
- const Te = G("start", F), Pe = G("stop", b), B = G("stop", O), Z = G("stop", $), I = G("stop", (Q) => {
16795
+ const ve = W("start", F), Pe = W("stop", b), B = W("stop", O), Z = W("stop", $), I = W("stop", (Q) => {
16796
16796
  oe && Q.preventDefault(), P && P(Q);
16797
- }), te = G("start", k), Re = G("stop", w), Ce = G("stop", R), pe = G("stop", (Q) => {
16797
+ }), te = W("start", k), Re = W("stop", w), Ce = W("stop", R), pe = W("stop", (Q) => {
16798
16798
  re(Q), J.current === !1 && ee(!1), v && v(Q);
16799
16799
  }, !1), Je = jt((Q) => {
16800
16800
  j.current || (j.current = Q.currentTarget), Y(Q), J.current === !0 && (ee(!0), E && E(Q)), C && C(Q);
@@ -16814,11 +16814,11 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
16814
16814
  Me === "button" && (A.href || A.to) && (Me = h);
16815
16815
  const tt = {};
16816
16816
  Me === "button" ? (tt.type = _ === void 0 ? "button" : _, tt.disabled = u) : (!A.href && !A.to && (tt.role = "button"), u && (tt["aria-disabled"] = u));
16817
- const Pt = Ot(r, Ee, j);
16817
+ const Pt = Ot(r, Te, j);
16818
16818
  process.env.NODE_ENV !== "production" && x.useEffect(() => {
16819
- ae && !M.current && console.error(["MUI: The `component` prop provided to ButtonBase is invalid.", "Please make sure the children prop is rendered in this custom component."].join(`
16819
+ ie && !M.current && console.error(["MUI: The `component` prop provided to ButtonBase is invalid.", "Please make sure the children prop is rendered in this custom component."].join(`
16820
16820
  `));
16821
- }, [ae]);
16821
+ }, [ie]);
16822
16822
  const $t = S({}, o, {
16823
16823
  centerRipple: i,
16824
16824
  component: c,
@@ -16839,7 +16839,7 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
16839
16839
  onFocus: Je,
16840
16840
  onKeyDown: ze,
16841
16841
  onKeyUp: et,
16842
- onMouseDown: Te,
16842
+ onMouseDown: ve,
16843
16843
  onMouseLeave: I,
16844
16844
  onMouseUp: Z,
16845
16845
  onDragLeave: B,
@@ -16850,7 +16850,7 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
16850
16850
  tabIndex: u ? -1 : D,
16851
16851
  type: _
16852
16852
  }, tt, A, {
16853
- children: [l, ae ? (
16853
+ children: [l, ie ? (
16854
16854
  /* TouchRipple is only needed client-side, x2 boost on the server. */
16855
16855
  /* @__PURE__ */ p(Zd, S({
16856
16856
  ref: z,
@@ -17034,8 +17034,8 @@ const or = fe("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrim
17034
17034
  root: ["root", i && l && "labelIcon", `textColor${X(r)}`, o && "fullWidth", a && "wrapped", s && "selected", c && "disabled"],
17035
17035
  iconWrapper: ["iconWrapper"]
17036
17036
  };
17037
- return Se(u, EE, t);
17038
- }, CE = U(fo, {
17037
+ return Ee(u, EE, t);
17038
+ }, CE = G(fo, {
17039
17039
  name: "MuiTab",
17040
17040
  slot: "Root",
17041
17041
  overridesResolver: (e, t) => {
@@ -17135,7 +17135,7 @@ const or = fe("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrim
17135
17135
  textColor: O = "inherit",
17136
17136
  value: C,
17137
17137
  wrapped: E = !1
17138
- } = o, T = W(o, TE), y = S({}, o, {
17138
+ } = o, T = U(o, TE), y = S({}, o, {
17139
17139
  disabled: i,
17140
17140
  disableFocusRipple: l,
17141
17141
  selected: g,
@@ -17313,7 +17313,7 @@ const kE = ["onChange"], $E = {
17313
17313
  function tp(e) {
17314
17314
  const {
17315
17315
  onChange: t
17316
- } = e, r = W(e, kE), o = x.useRef(), a = x.useRef(null), i = () => {
17316
+ } = e, r = U(e, kE), o = x.useRef(), a = x.useRef(null), i = () => {
17317
17317
  o.current = a.current.offsetHeight - a.current.clientHeight;
17318
17318
  };
17319
17319
  return Xo(() => {
@@ -17348,10 +17348,10 @@ const DE = fe("MuiTabScrollButton", ["root", "vertical", "horizontal", "disabled
17348
17348
  orientation: r,
17349
17349
  disabled: o
17350
17350
  } = e;
17351
- return Se({
17351
+ return Ee({
17352
17352
  root: ["root", r, o && "disabled"]
17353
17353
  }, IE, t);
17354
- }, jE = U(fo, {
17354
+ }, jE = G(fo, {
17355
17355
  name: "MuiTabScrollButton",
17356
17356
  slot: "Root",
17357
17357
  overridesResolver: (e, t) => {
@@ -17385,7 +17385,7 @@ const DE = fe("MuiTabScrollButton", ["root", "vertical", "horizontal", "disabled
17385
17385
  slots: s = {},
17386
17386
  slotProps: c = {},
17387
17387
  direction: u
17388
- } = i, d = W(i, NE), m = da(), f = S({
17388
+ } = i, d = U(i, NE), m = da(), f = S({
17389
17389
  isRtl: m
17390
17390
  }, i), h = _E(f), v = (o = s.StartScrollButtonIcon) != null ? o : LE, g = (a = s.EndScrollButtonIcon) != null ? a : AE, b = Rt({
17391
17391
  elementType: v,
@@ -17495,7 +17495,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
17495
17495
  scrollButtonsHideMobile: s,
17496
17496
  classes: c
17497
17497
  } = e;
17498
- return Se({
17498
+ return Ee({
17499
17499
  root: ["root", t && "vertical"],
17500
17500
  scroller: ["scroller", r && "fixed", o && "hideScrollbar", a && "scrollableX", i && "scrollableY"],
17501
17501
  flexContainer: ["flexContainer", t && "flexContainerVertical", l && "centered"],
@@ -17504,7 +17504,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
17504
17504
  scrollableX: [a && "scrollableX"],
17505
17505
  hideScrollbar: [o && "hideScrollbar"]
17506
17506
  }, VE, c);
17507
- }, HE = U("div", {
17507
+ }, HE = G("div", {
17508
17508
  name: "MuiTabs",
17509
17509
  slot: "Root",
17510
17510
  overridesResolver: (e, t) => {
@@ -17534,7 +17534,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
17534
17534
  display: "none"
17535
17535
  }
17536
17536
  }
17537
- })), WE = U("div", {
17537
+ })), WE = G("div", {
17538
17538
  name: "MuiTabs",
17539
17539
  slot: "Scroller",
17540
17540
  overridesResolver: (e, t) => {
@@ -17567,7 +17567,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
17567
17567
  }, e.scrollableY && {
17568
17568
  overflowY: "auto",
17569
17569
  overflowX: "hidden"
17570
- })), UE = U("div", {
17570
+ })), UE = G("div", {
17571
17571
  name: "MuiTabs",
17572
17572
  slot: "FlexContainer",
17573
17573
  overridesResolver: (e, t) => {
@@ -17584,7 +17584,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
17584
17584
  flexDirection: "column"
17585
17585
  }, e.centered && {
17586
17586
  justifyContent: "center"
17587
- })), GE = U("span", {
17587
+ })), GE = G("span", {
17588
17588
  name: "MuiTabs",
17589
17589
  slot: "Indicator",
17590
17590
  overridesResolver: (e, t) => t.indicator
@@ -17605,7 +17605,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
17605
17605
  height: "100%",
17606
17606
  width: 2,
17607
17607
  right: 0
17608
- })), qE = U(tp)({
17608
+ })), qE = G(tp)({
17609
17609
  overflowX: "auto",
17610
17610
  overflowY: "hidden",
17611
17611
  // Hide dimensionless scrollbar on macOS
@@ -17644,7 +17644,7 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
17644
17644
  value: w,
17645
17645
  variant: R = "standard",
17646
17646
  visibleScrollbar: k = !1
17647
- } = o, D = W(o, BE), L = R === "scrollable", N = b === "vertical", _ = N ? "scrollTop" : "scrollLeft", A = N ? "top" : "left", j = N ? "bottom" : "right", M = N ? "clientHeight" : "clientWidth", z = N ? "height" : "width", J = S({}, o, {
17647
+ } = o, D = U(o, BE), L = R === "scrollable", N = b === "vertical", _ = N ? "scrollTop" : "scrollLeft", A = N ? "top" : "left", j = N ? "bottom" : "right", M = N ? "clientHeight" : "clientWidth", z = N ? "height" : "width", J = S({}, o, {
17648
17648
  component: f,
17649
17649
  allowScrollButtonsMobile: h,
17650
17650
  indicatorColor: v,
@@ -17664,13 +17664,13 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
17664
17664
  elementType: T.StartScrollButtonIcon,
17665
17665
  externalSlotProps: y.startScrollButtonIcon,
17666
17666
  ownerState: J
17667
- }), Ee = Rt({
17667
+ }), Te = Rt({
17668
17668
  elementType: T.EndScrollButtonIcon,
17669
17669
  externalSlotProps: y.endScrollButtonIcon,
17670
17670
  ownerState: J
17671
17671
  });
17672
17672
  process.env.NODE_ENV !== "production" && u && L && console.error('MUI: You can not use the `centered={true}` and `variant="scrollable"` properties at the same time on a `Tabs` component.');
17673
- const [oe, ee] = x.useState(!1), [ne, ce] = x.useState(gc), [ae, G] = x.useState(!1), [Te, Pe] = x.useState(!1), [B, Z] = x.useState(!1), [I, te] = x.useState({
17673
+ const [oe, ee] = x.useState(!1), [ne, ce] = x.useState(gc), [ie, W] = x.useState(!1), [ve, Pe] = x.useState(!1), [B, Z] = x.useState(!1), [I, te] = x.useState({
17674
17674
  overflow: "hidden",
17675
17675
  scrollbarWidth: 0
17676
17676
  }), Re = /* @__PURE__ */ new Map(), Ce = x.useRef(null), pe = x.useRef(null), Je = () => {
@@ -17765,7 +17765,7 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
17765
17765
  onChange: Pt,
17766
17766
  className: q(Y.scrollableX, Y.hideScrollbar)
17767
17767
  }) : null;
17768
- const se = L && (C === "auto" && (ae || Te) || C === !0);
17768
+ const se = L && (C === "auto" && (ie || ve) || C === !0);
17769
17769
  return H.scrollButtonStart = se ? /* @__PURE__ */ p(O, S({
17770
17770
  slots: {
17771
17771
  StartScrollButtonIcon: T.StartScrollButtonIcon
@@ -17776,7 +17776,7 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
17776
17776
  orientation: b,
17777
17777
  direction: i ? "right" : "left",
17778
17778
  onClick: Me,
17779
- disabled: !ae
17779
+ disabled: !ie
17780
17780
  }, P, {
17781
17781
  className: q(Y.scrollButtons, P.className)
17782
17782
  })) : null, H.scrollButtonEnd = se ? /* @__PURE__ */ p(O, S({
@@ -17784,12 +17784,12 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
17784
17784
  EndScrollButtonIcon: T.EndScrollButtonIcon
17785
17785
  },
17786
17786
  slotProps: {
17787
- endScrollButtonIcon: Ee
17787
+ endScrollButtonIcon: Te
17788
17788
  },
17789
17789
  orientation: b,
17790
17790
  direction: i ? "left" : "right",
17791
17791
  onClick: tt,
17792
- disabled: !Te
17792
+ disabled: !ve
17793
17793
  }, P, {
17794
17794
  className: q(Y.scrollButtons, P.className)
17795
17795
  })) : null, H;
@@ -17847,7 +17847,7 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
17847
17847
  root: Ce.current,
17848
17848
  threshold: 0.99
17849
17849
  }, qe = (Rr) => {
17850
- G(!Rr[0].isIntersecting);
17850
+ W(!Rr[0].isIntersecting);
17851
17851
  }, pt = new IntersectionObserver(qe, Ae);
17852
17852
  pt.observe(se);
17853
17853
  const rr = (Rr) => {
@@ -18850,7 +18850,7 @@ const at = (e) => {
18850
18850
  useContenido: N = ur,
18851
18851
  validate: _,
18852
18852
  ...A
18853
- } = g, j = l || D === void 0 ? T : D, M = l || L === void 0 ? y : L, z = l || w === void 0 ? O : w, J = l || R === void 0 ? E : R, Y = l || k === void 0 ? C : k, re = Yt({ ...e, etrs: b, asisEtr: i }), Ee = N({
18853
+ } = g, j = l || D === void 0 ? T : D, M = l || L === void 0 ? y : L, z = l || w === void 0 ? O : w, J = l || R === void 0 ? E : R, Y = l || k === void 0 ? C : k, re = Yt({ ...e, etrs: b, asisEtr: i }), Te = N({
18854
18854
  ...P,
18855
18855
  estado: r,
18856
18856
  hidden: j,
@@ -18860,7 +18860,7 @@ const at = (e) => {
18860
18860
  }), oe = Hn($.value);
18861
18861
  if (ut(() => {
18862
18862
  (c || u || d || m || f) && $.onBlur(re, r);
18863
- }, [d, c, u, m, f]), Ee === void 0)
18863
+ }, [d, c, u, m, f]), Te === void 0)
18864
18864
  throw new Error(
18865
18865
  `useContenido está devolviendo undefined para el contenido ${t}
18866
18866
  Asegúrese de incluir una instrucción return al final de la función`
@@ -18869,11 +18869,11 @@ const at = (e) => {
18869
18869
  hidden: ee,
18870
18870
  disabled: ne,
18871
18871
  onFocus: ce,
18872
- onChange: ae,
18873
- onBlur: G,
18874
- validate: Te,
18872
+ onChange: ie,
18873
+ onBlur: W,
18874
+ validate: ve,
18875
18875
  ...Pe
18876
- } = Ee, B = ce || z, Z = G || J, I = ae || Y, te = { ...re, prev: oe.current }, Re = Array.isArray(F) ? F : [F], Ce = Array.isArray(_) ? _ : [_], pe = Array.isArray(Te) ? Te : [Te], Je = [
18876
+ } = Te, B = ce || z, Z = W || J, I = ie || Y, te = { ...re, prev: oe.current }, Re = Array.isArray(F) ? F : [F], Ce = Array.isArray(_) ? _ : [_], pe = Array.isArray(ve) ? ve : [ve], Je = [
18877
18877
  ...Re,
18878
18878
  ...Ce,
18879
18879
  ...pe,
@@ -19060,7 +19060,7 @@ const sp = (e) => {
19060
19060
  ] });
19061
19061
  }, cp = "RaFormDialogTitle", up = {
19062
19062
  closeButton: `${cp}-closeButton`
19063
- }, mP = U(qc, {
19063
+ }, mP = G(qc, {
19064
19064
  name: cp,
19065
19065
  overridesResolver: (e, t) => t.root
19066
19066
  })(({ theme: e }) => ({
@@ -19285,7 +19285,7 @@ const mp = (e) => {
19285
19285
  ...u == null ? void 0 : u.panel
19286
19286
  }
19287
19287
  ) }) }) });
19288
- }, MR = U(EP, {
19288
+ }, MR = G(EP, {
19289
19289
  name: Wr,
19290
19290
  overridesResolver: (e, t) => t.root
19291
19291
  })(({ theme: e }) => Pl(e)), TP = (e) => {
@@ -19398,8 +19398,8 @@ const RP = fe("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
19398
19398
  } = e, l = {
19399
19399
  root: ["root", r && "disabled", o !== "default" && `color${X(o)}`, a && `edge${X(a)}`, `size${X(i)}`]
19400
19400
  };
19401
- return Se(l, wP, t);
19402
- }, $P = U(fo, {
19401
+ return Ee(l, wP, t);
19402
+ }, $P = G(fo, {
19403
19403
  name: "MuiIconButton",
19404
19404
  slot: "Root",
19405
19405
  overridesResolver: (e, t) => {
@@ -19478,7 +19478,7 @@ const RP = fe("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
19478
19478
  disabled: c = !1,
19479
19479
  disableFocusRipple: u = !1,
19480
19480
  size: d = "medium"
19481
- } = o, m = W(o, MP), f = S({}, o, {
19481
+ } = o, m = U(o, MP), f = S({}, o, {
19482
19482
  edge: a,
19483
19483
  color: s,
19484
19484
  disabled: c,
@@ -19588,7 +19588,7 @@ const AP = {
19588
19588
  timeout: g = "auto",
19589
19589
  // eslint-disable-next-line react/prop-types
19590
19590
  TransitionComponent: b = kt
19591
- } = t, O = W(t, LP), C = _r(), E = x.useRef(), T = Fr(), y = x.useRef(null), F = Ot(y, i.ref, r), P = (_) => (A) => {
19591
+ } = t, O = U(t, LP), C = _r(), E = x.useRef(), T = Fr(), y = x.useRef(null), F = Ot(y, i.ref, r), P = (_) => (A) => {
19592
19592
  if (_) {
19593
19593
  const j = y.current;
19594
19594
  A === void 0 ? _(j) : _(j, A);
@@ -20299,17 +20299,17 @@ function vC(e) {
20299
20299
  if ($)
20300
20300
  for (var J = v ? 3 : 1, Y = function(ee) {
20301
20301
  var ne = T.find(function(ce) {
20302
- var ae = P.get(ce);
20303
- if (ae)
20304
- return ae.slice(0, ee).every(function(G) {
20305
- return G;
20302
+ var ie = P.get(ce);
20303
+ if (ie)
20304
+ return ie.slice(0, ee).every(function(W) {
20305
+ return W;
20306
20306
  });
20307
20307
  });
20308
20308
  if (ne)
20309
20309
  return w = ne, "break";
20310
20310
  }, re = J; re > 0; re--) {
20311
- var Ee = Y(re);
20312
- if (Ee === "break") break;
20311
+ var Te = Y(re);
20312
+ if (Te === "break") break;
20313
20313
  }
20314
20314
  t.placement !== w && (t.modifiersData[o]._skip = !0, t.placement = w, t.reset = !0);
20315
20315
  }
@@ -20427,10 +20427,10 @@ function wC(e) {
20427
20427
  };
20428
20428
  if (F) {
20429
20429
  if (i) {
20430
- var L, N = T === "y" ? rt : ot, _ = T === "y" ? xt : St, A = T === "y" ? "height" : "width", j = F[T], M = j + b[N], z = j - b[_], J = h ? -$[A] / 2 : 0, Y = C === Jr ? P[A] : $[A], re = C === Jr ? -$[A] : -P[A], Ee = t.elements.arrow, oe = h && Ee ? wl(Ee) : {
20430
+ var L, N = T === "y" ? rt : ot, _ = T === "y" ? xt : St, A = T === "y" ? "height" : "width", j = F[T], M = j + b[N], z = j - b[_], J = h ? -$[A] / 2 : 0, Y = C === Jr ? P[A] : $[A], re = C === Jr ? -$[A] : -P[A], Te = t.elements.arrow, oe = h && Te ? wl(Te) : {
20431
20431
  width: 0,
20432
20432
  height: 0
20433
- }, ee = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Op(), ne = ee[N], ce = ee[_], ae = Co(0, P[A], oe[A]), G = E ? P[A] / 2 - J - ae - ne - R.mainAxis : Y - ae - ne - R.mainAxis, Te = E ? -P[A] / 2 + J + ae + ce + R.mainAxis : re + ae + ce + R.mainAxis, Pe = t.elements.arrow && ln(t.elements.arrow), B = Pe ? T === "y" ? Pe.clientTop || 0 : Pe.clientLeft || 0 : 0, Z = (L = k == null ? void 0 : k[T]) != null ? L : 0, I = j + G - Z - B, te = j + Te - Z, Re = Co(h ? jn(M, I) : M, j, h ? br(z, te) : z);
20433
+ }, ee = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Op(), ne = ee[N], ce = ee[_], ie = Co(0, P[A], oe[A]), W = E ? P[A] / 2 - J - ie - ne - R.mainAxis : Y - ie - ne - R.mainAxis, ve = E ? -P[A] / 2 + J + ie + ce + R.mainAxis : re + ie + ce + R.mainAxis, Pe = t.elements.arrow && ln(t.elements.arrow), B = Pe ? T === "y" ? Pe.clientTop || 0 : Pe.clientLeft || 0 : 0, Z = (L = k == null ? void 0 : k[T]) != null ? L : 0, I = j + W - Z - B, te = j + ve - Z, Re = Co(h ? jn(M, I) : M, j, h ? br(z, te) : z);
20434
20434
  F[T] = Re, D[T] = Re - j;
20435
20435
  }
20436
20436
  if (s) {
@@ -20707,7 +20707,7 @@ const YC = () => Lm({
20707
20707
  TransitionProps: g
20708
20708
  // @ts-ignore internal logic
20709
20709
  // prevent from spreading to DOM, it can come from the parent component e.g. Select.
20710
- } = t, b = W(t, UC), O = x.useRef(null), C = Gr(O, r), E = x.useRef(null), T = Gr(E, f), y = x.useRef(T);
20710
+ } = t, b = U(t, UC), O = x.useRef(null), C = Gr(O, r), E = x.useRef(null), T = Gr(E, f), y = x.useRef(T);
20711
20711
  Mo(() => {
20712
20712
  y.current = T;
20713
20713
  }, [T]), x.useImperativeHandle(f, () => E.current, []);
@@ -20792,7 +20792,7 @@ const YC = () => Lm({
20792
20792
  transition: g = !1,
20793
20793
  slotProps: b = {},
20794
20794
  slots: O = {}
20795
- } = t, C = W(t, GC), [E, T] = x.useState(!0), y = () => {
20795
+ } = t, C = U(t, GC), [E, T] = x.useState(!0), y = () => {
20796
20796
  T(!1);
20797
20797
  }, F = () => {
20798
20798
  T(!0);
@@ -20993,7 +20993,7 @@ function r1(e = null) {
20993
20993
  return !t || t1(t) ? e : t;
20994
20994
  }
20995
20995
  Rp = Ll.default = r1;
20996
- const o1 = ["anchorEl", "component", "components", "componentsProps", "container", "disablePortal", "keepMounted", "modifiers", "open", "placement", "popperOptions", "popperRef", "transition", "slots", "slotProps"], n1 = U(wp, {
20996
+ const o1 = ["anchorEl", "component", "components", "componentsProps", "container", "disablePortal", "keepMounted", "modifiers", "open", "placement", "popperOptions", "popperRef", "transition", "slots", "slotProps"], n1 = G(wp, {
20997
20997
  name: "MuiPopper",
20998
20998
  slot: "Root",
20999
20999
  overridesResolver: (e, t) => t.root
@@ -21018,7 +21018,7 @@ const o1 = ["anchorEl", "component", "components", "componentsProps", "container
21018
21018
  transition: C,
21019
21019
  slots: E,
21020
21020
  slotProps: T
21021
- } = i, y = W(i, o1), F = (o = E == null ? void 0 : E.root) != null ? o : c == null ? void 0 : c.Root, P = S({
21021
+ } = i, y = U(i, o1), F = (o = E == null ? void 0 : E.root) != null ? o : c == null ? void 0 : c.Root, P = S({
21022
21022
  anchorEl: l,
21023
21023
  container: d,
21024
21024
  disablePortal: m,
@@ -21187,8 +21187,8 @@ const s1 = (e) => {
21187
21187
  tooltip: ["tooltip", o && "tooltipArrow", a && "touch", `tooltipPlacement${X(i.split("-")[0])}`],
21188
21188
  arrow: ["arrow"]
21189
21189
  };
21190
- return Se(l, a1, t);
21191
- }, c1 = U(Al, {
21190
+ return Ee(l, a1, t);
21191
+ }, c1 = G(Al, {
21192
21192
  name: "MuiTooltip",
21193
21193
  slot: "Popper",
21194
21194
  overridesResolver: (e, t) => {
@@ -21249,7 +21249,7 @@ const s1 = (e) => {
21249
21249
  transformOrigin: "0 0"
21250
21250
  }
21251
21251
  })
21252
- })), u1 = U("div", {
21252
+ })), u1 = G("div", {
21253
21253
  name: "MuiTooltip",
21254
21254
  slot: "Tooltip",
21255
21255
  overridesResolver: (e, t) => {
@@ -21315,7 +21315,7 @@ const s1 = (e) => {
21315
21315
  }, t.touch && {
21316
21316
  marginTop: "24px"
21317
21317
  })
21318
- })), d1 = U("span", {
21318
+ })), d1 = G("span", {
21319
21319
  name: "MuiTooltip",
21320
21320
  slot: "Arrow",
21321
21321
  overridesResolver: (e, t) => t.arrow
@@ -21371,18 +21371,18 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
21371
21371
  id: J,
21372
21372
  leaveDelay: Y = 0,
21373
21373
  leaveTouchDelay: re = 1500,
21374
- onClose: Ee,
21374
+ onClose: Te,
21375
21375
  onOpen: oe,
21376
21376
  open: ee,
21377
21377
  placement: ne = "bottom",
21378
21378
  PopperComponent: ce,
21379
- PopperProps: ae = {},
21380
- slotProps: G = {},
21381
- slots: Te = {},
21379
+ PopperProps: ie = {},
21380
+ slotProps: W = {},
21381
+ slots: ve = {},
21382
21382
  title: Pe,
21383
21383
  TransitionComponent: B = jo,
21384
21384
  TransitionProps: Z
21385
- } = F, I = W(F, i1), te = /* @__PURE__ */ x.isValidElement($) ? $ : /* @__PURE__ */ p("span", {
21385
+ } = F, I = U(F, i1), te = /* @__PURE__ */ x.isValidElement($) ? $ : /* @__PURE__ */ p("span", {
21386
21386
  children: $
21387
21387
  }), Re = Fr(), Ce = da(), [pe, Je] = x.useState(), [le, Be] = x.useState(null), ze = x.useRef(!1), et = N || z, Me = _r(), tt = _r(), Pt = _r(), $t = _r(), [Qt, Q] = ud({
21388
21388
  controlled: ee,
@@ -21393,77 +21393,77 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
21393
21393
  let Ze = Qt;
21394
21394
  if (process.env.NODE_ENV !== "production") {
21395
21395
  const {
21396
- current: ie
21396
+ current: ae
21397
21397
  } = x.useRef(ee !== void 0);
21398
21398
  x.useEffect(() => {
21399
- pe && pe.disabled && !ie && Pe !== "" && pe.tagName.toLowerCase() === "button" && console.error(["MUI: You are providing a disabled `button` child to the Tooltip component.", "A disabled element does not fire events.", "Tooltip needs to listen to the child element's events to display the title.", "", "Add a simple wrapper element, such as a `span`."].join(`
21399
+ pe && pe.disabled && !ae && Pe !== "" && pe.tagName.toLowerCase() === "button" && console.error(["MUI: You are providing a disabled `button` child to the Tooltip component.", "A disabled element does not fire events.", "Tooltip needs to listen to the child element's events to display the title.", "", "Add a simple wrapper element, such as a `span`."].join(`
21400
21400
  `));
21401
- }, [Pe, pe, ie]);
21401
+ }, [Pe, pe, ae]);
21402
21402
  }
21403
21403
  const Lt = Gi(J), At = x.useRef(), pr = jt(() => {
21404
21404
  At.current !== void 0 && (document.body.style.WebkitUserSelect = At.current, At.current = void 0), $t.clear();
21405
21405
  });
21406
21406
  x.useEffect(() => pr, [pr]);
21407
- const wr = (ie) => {
21408
- Rc.clear(), gn = !0, Q(!0), oe && !Ze && oe(ie);
21407
+ const wr = (ae) => {
21408
+ Rc.clear(), gn = !0, Q(!0), oe && !Ze && oe(ae);
21409
21409
  }, H = jt(
21410
21410
  /**
21411
21411
  * @param {React.SyntheticEvent | Event} event
21412
21412
  */
21413
- (ie) => {
21413
+ (ae) => {
21414
21414
  Rc.start(800 + Y, () => {
21415
21415
  gn = !1;
21416
- }), Q(!1), Ee && Ze && Ee(ie), Me.start(Re.transitions.duration.shortest, () => {
21416
+ }), Q(!1), Te && Ze && Te(ae), Me.start(Re.transitions.duration.shortest, () => {
21417
21417
  ze.current = !1;
21418
21418
  });
21419
21419
  }
21420
- ), K = (ie) => {
21421
- ze.current && ie.type !== "touchstart" || (pe && pe.removeAttribute("title"), tt.clear(), Pt.clear(), A || gn && j ? tt.start(gn ? j : A, () => {
21422
- wr(ie);
21423
- }) : wr(ie));
21424
- }, se = (ie) => {
21420
+ ), K = (ae) => {
21421
+ ze.current && ae.type !== "touchstart" || (pe && pe.removeAttribute("title"), tt.clear(), Pt.clear(), A || gn && j ? tt.start(gn ? j : A, () => {
21422
+ wr(ae);
21423
+ }) : wr(ae));
21424
+ }, se = (ae) => {
21425
21425
  tt.clear(), Pt.start(Y, () => {
21426
- H(ie);
21426
+ H(ae);
21427
21427
  });
21428
21428
  }, {
21429
21429
  isFocusVisibleRef: ue,
21430
21430
  onBlur: Ae,
21431
21431
  onFocus: qe,
21432
21432
  ref: pt
21433
- } = ua(), [, rr] = x.useState(!1), Ct = (ie) => {
21434
- Ae(ie), ue.current === !1 && (rr(!1), se(ie));
21435
- }, Rr = (ie) => {
21436
- pe || Je(ie.currentTarget), qe(ie), ue.current === !0 && (rr(!0), K(ie));
21437
- }, Jl = (ie) => {
21433
+ } = ua(), [, rr] = x.useState(!1), Ct = (ae) => {
21434
+ Ae(ae), ue.current === !1 && (rr(!1), se(ae));
21435
+ }, Rr = (ae) => {
21436
+ pe || Je(ae.currentTarget), qe(ae), ue.current === !0 && (rr(!0), K(ae));
21437
+ }, Jl = (ae) => {
21438
21438
  ze.current = !0;
21439
21439
  const it = te.props;
21440
- it.onTouchStart && it.onTouchStart(ie);
21441
- }, ef = (ie) => {
21442
- Jl(ie), Pt.clear(), Me.clear(), pr(), At.current = document.body.style.WebkitUserSelect, document.body.style.WebkitUserSelect = "none", $t.start(M, () => {
21443
- document.body.style.WebkitUserSelect = At.current, K(ie);
21440
+ it.onTouchStart && it.onTouchStart(ae);
21441
+ }, ef = (ae) => {
21442
+ Jl(ae), Pt.clear(), Me.clear(), pr(), At.current = document.body.style.WebkitUserSelect, document.body.style.WebkitUserSelect = "none", $t.start(M, () => {
21443
+ document.body.style.WebkitUserSelect = At.current, K(ae);
21444
21444
  });
21445
- }, tf = (ie) => {
21446
- te.props.onTouchEnd && te.props.onTouchEnd(ie), pr(), Pt.start(re, () => {
21447
- H(ie);
21445
+ }, tf = (ae) => {
21446
+ te.props.onTouchEnd && te.props.onTouchEnd(ae), pr(), Pt.start(re, () => {
21447
+ H(ae);
21448
21448
  });
21449
21449
  };
21450
21450
  x.useEffect(() => {
21451
21451
  if (!Ze)
21452
21452
  return;
21453
- function ie(it) {
21453
+ function ae(it) {
21454
21454
  (it.key === "Escape" || it.key === "Esc") && H(it);
21455
21455
  }
21456
- return document.addEventListener("keydown", ie), () => {
21457
- document.removeEventListener("keydown", ie);
21456
+ return document.addEventListener("keydown", ae), () => {
21457
+ document.removeEventListener("keydown", ae);
21458
21458
  };
21459
21459
  }, [H, Ze]);
21460
21460
  const rf = Ot(te.ref, pt, Je, r);
21461
21461
  !Pe && Pe !== 0 && (Ze = !1);
21462
- const xa = x.useRef(), of = (ie) => {
21462
+ const xa = x.useRef(), of = (ae) => {
21463
21463
  const it = te.props;
21464
- it.onMouseMove && it.onMouseMove(ie), Oo = {
21465
- x: ie.clientX,
21466
- y: ie.clientY
21464
+ it.onMouseMove && it.onMouseMove(ae), Oo = {
21465
+ x: ae.clientX,
21466
+ y: ae.clientY
21467
21467
  }, xa.current && xa.current.update();
21468
21468
  }, mo = {}, Sa = typeof Pe == "string";
21469
21469
  k ? (mo.title = !Ze && Sa && !L ? Pe : null, mo["aria-describedby"] = Ze ? Lt : null) : (mo["aria-label"] = Sa ? Pe : null, mo["aria-labelledby"] = Ze && !Sa ? Lt : null);
@@ -21482,7 +21482,7 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
21482
21482
  _ || (ft.onTouchStart = ef, ft.onTouchEnd = tf), L || (ft.onMouseOver = bn(K, ft.onMouseOver), ft.onMouseLeave = bn(se, ft.onMouseLeave), et || (ho.onMouseOver = K, ho.onMouseLeave = se)), D || (ft.onFocus = bn(Rr, ft.onFocus), ft.onBlur = bn(Ct, ft.onBlur), et || (ho.onFocus = Rr, ho.onBlur = Ct)), process.env.NODE_ENV !== "production" && te.props.title && console.error(["MUI: You have provided a `title` prop to the child of <Tooltip />.", `Remove this title prop \`${te.props.title}\` or the Tooltip component.`].join(`
21483
21483
  `));
21484
21484
  const nf = x.useMemo(() => {
21485
- var ie;
21485
+ var ae;
21486
21486
  let it = [{
21487
21487
  name: "arrow",
21488
21488
  enabled: !!le,
@@ -21491,22 +21491,22 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
21491
21491
  padding: 4
21492
21492
  }
21493
21493
  }];
21494
- return (ie = ae.popperOptions) != null && ie.modifiers && (it = it.concat(ae.popperOptions.modifiers)), S({}, ae.popperOptions, {
21494
+ return (ae = ie.popperOptions) != null && ae.modifiers && (it = it.concat(ie.popperOptions.modifiers)), S({}, ie.popperOptions, {
21495
21495
  modifiers: it
21496
21496
  });
21497
- }, [le, ae]), go = S({}, F, {
21497
+ }, [le, ie]), go = S({}, F, {
21498
21498
  isRtl: Ce,
21499
21499
  arrow: P,
21500
21500
  disableInteractive: et,
21501
21501
  placement: ne,
21502
21502
  PopperComponentProp: ce,
21503
21503
  touch: ze.current
21504
- }), Ea = s1(go), es = (o = (a = Te.popper) != null ? a : w.Popper) != null ? o : c1, ts = (i = (l = (s = Te.transition) != null ? s : w.Transition) != null ? l : B) != null ? i : jo, rs = (c = (u = Te.tooltip) != null ? u : w.Tooltip) != null ? c : u1, os = (d = (m = Te.arrow) != null ? m : w.Arrow) != null ? d : d1, af = jr(es, S({}, ae, (f = G.popper) != null ? f : R.popper, {
21505
- className: q(Ea.popper, ae == null ? void 0 : ae.className, (h = (v = G.popper) != null ? v : R.popper) == null ? void 0 : h.className)
21506
- }), go), lf = jr(ts, S({}, Z, (g = G.transition) != null ? g : R.transition), go), sf = jr(rs, S({}, (b = G.tooltip) != null ? b : R.tooltip, {
21507
- className: q(Ea.tooltip, (O = (C = G.tooltip) != null ? C : R.tooltip) == null ? void 0 : O.className)
21508
- }), go), cf = jr(os, S({}, (E = G.arrow) != null ? E : R.arrow, {
21509
- className: q(Ea.arrow, (T = (y = G.arrow) != null ? y : R.arrow) == null ? void 0 : T.className)
21504
+ }), Ea = s1(go), es = (o = (a = ve.popper) != null ? a : w.Popper) != null ? o : c1, ts = (i = (l = (s = ve.transition) != null ? s : w.Transition) != null ? l : B) != null ? i : jo, rs = (c = (u = ve.tooltip) != null ? u : w.Tooltip) != null ? c : u1, os = (d = (m = ve.arrow) != null ? m : w.Arrow) != null ? d : d1, af = jr(es, S({}, ie, (f = W.popper) != null ? f : R.popper, {
21505
+ className: q(Ea.popper, ie == null ? void 0 : ie.className, (h = (v = W.popper) != null ? v : R.popper) == null ? void 0 : h.className)
21506
+ }), go), lf = jr(ts, S({}, Z, (g = W.transition) != null ? g : R.transition), go), sf = jr(rs, S({}, (b = W.tooltip) != null ? b : R.tooltip, {
21507
+ className: q(Ea.tooltip, (O = (C = W.tooltip) != null ? C : R.tooltip) == null ? void 0 : O.className)
21508
+ }), go), cf = jr(os, S({}, (E = W.arrow) != null ? E : R.arrow, {
21509
+ className: q(Ea.arrow, (T = (y = W.arrow) != null ? y : R.arrow) == null ? void 0 : T.className)
21510
21510
  }), go);
21511
21511
  return /* @__PURE__ */ V(x.Fragment, {
21512
21512
  children: [/* @__PURE__ */ x.cloneElement(te, ft), /* @__PURE__ */ p(es, S({
@@ -21529,10 +21529,10 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
21529
21529
  }, ho, af, {
21530
21530
  popperOptions: nf,
21531
21531
  children: ({
21532
- TransitionProps: ie
21532
+ TransitionProps: ae
21533
21533
  }) => /* @__PURE__ */ p(ts, S({
21534
21534
  timeout: Re.transitions.duration.shorter
21535
- }, ie, lf, {
21535
+ }, ae, lf, {
21536
21536
  children: /* @__PURE__ */ V(rs, S({}, sf, {
21537
21537
  children: [Pe, P ? /* @__PURE__ */ p(os, S({}, cf, {
21538
21538
  ref: Be
@@ -21791,7 +21791,7 @@ const p1 = ({
21791
21791
  ...s == null ? void 0 : s.panel
21792
21792
  }
21793
21793
  ) }) }) });
21794
- }, LR = U(m1, {
21794
+ }, LR = G(m1, {
21795
21795
  name: Wr,
21796
21796
  overridesResolver: (e, t) => t.root
21797
21797
  })(({ theme: e }) => Pl(e)), h1 = fe("MuiBox", ["root"]), g1 = rd(), Dl = Bv({
@@ -22125,7 +22125,7 @@ function $1(e, t) {
22125
22125
  externalForwardedProps: i,
22126
22126
  getSlotOwnerState: l,
22127
22127
  internalForwardedProps: s
22128
- } = t, c = W(t, R1), {
22128
+ } = t, c = U(t, R1), {
22129
22129
  component: u,
22130
22130
  slots: d = {
22131
22131
  [e]: void 0
@@ -22134,7 +22134,7 @@ function $1(e, t) {
22134
22134
  [e]: void 0
22135
22135
  }
22136
22136
  } = i;
22137
- W(i, M1);
22137
+ U(i, M1);
22138
22138
  const f = d[e] || o, h = Od(m[e], a), v = xd(S({
22139
22139
  className: r
22140
22140
  }, c, {
@@ -22145,7 +22145,7 @@ function $1(e, t) {
22145
22145
  component: g
22146
22146
  },
22147
22147
  internalRef: b
22148
- } = v, O = W(v.props, k1), C = Ot(b, h == null ? void 0 : h.ref, t.ref), E = l ? l(O) : {}, T = S({}, a, E), y = g, F = jr(f, S({}, e === "root", !d[e] && s, O, y && {
22148
+ } = v, O = U(v.props, k1), C = Ot(b, h == null ? void 0 : h.ref, t.ref), E = l ? l(O) : {}, T = S({}, a, E), y = g, F = jr(f, S({}, e === "root", !d[e] && s, O, y && {
22149
22149
  as: y
22150
22150
  }, {
22151
22151
  ref: C
@@ -22160,12 +22160,12 @@ const L1 = ["alt", "children", "className", "component", "slots", "slotProps", "
22160
22160
  variant: r,
22161
22161
  colorDefault: o
22162
22162
  } = e;
22163
- return Se({
22163
+ return Ee({
22164
22164
  root: ["root", r, o && "colorDefault"],
22165
22165
  img: ["img"],
22166
22166
  fallback: ["fallback"]
22167
22167
  }, w1, t);
22168
- }, D1 = U("div", {
22168
+ }, D1 = G("div", {
22169
22169
  name: "MuiAvatar",
22170
22170
  slot: "Root",
22171
22171
  overridesResolver: (e, t) => {
@@ -22218,7 +22218,7 @@ const L1 = ["alt", "children", "className", "component", "slots", "slotProps", "
22218
22218
  backgroundColor: e.palette.grey[600]
22219
22219
  })))
22220
22220
  }]
22221
- })), N1 = U("img", {
22221
+ })), N1 = G("img", {
22222
22222
  name: "MuiAvatar",
22223
22223
  slot: "Img",
22224
22224
  overridesResolver: (e, t) => t.img
@@ -22232,7 +22232,7 @@ const L1 = ["alt", "children", "className", "component", "slots", "slotProps", "
22232
22232
  color: "transparent",
22233
22233
  // Hide the image broken icon, only works on Chrome.
22234
22234
  textIndent: 1e4
22235
- }), _1 = U(F1, {
22235
+ }), _1 = G(F1, {
22236
22236
  name: "MuiAvatar",
22237
22237
  slot: "Fallback",
22238
22238
  overridesResolver: (e, t) => t.fallback
@@ -22278,7 +22278,7 @@ const _l = /* @__PURE__ */ x.forwardRef(function(t, r) {
22278
22278
  src: f,
22279
22279
  srcSet: h,
22280
22280
  variant: v = "circular"
22281
- } = o, g = W(o, L1);
22281
+ } = o, g = U(o, L1);
22282
22282
  let b = null;
22283
22283
  const O = j1(S({}, d, {
22284
22284
  src: f,
@@ -22407,7 +22407,7 @@ const B1 = ["children", "color", "component", "className", "disabled", "disableE
22407
22407
  label: ["label"],
22408
22408
  startIcon: ["icon", "startIcon", `iconSize${X(a)}`],
22409
22409
  endIcon: ["icon", "endIcon", `iconSize${X(a)}`]
22410
- }, c = Se(s, V1, l);
22410
+ }, c = Ee(s, V1, l);
22411
22411
  return S({}, l, c);
22412
22412
  }, Dp = (e) => S({}, e.size === "small" && {
22413
22413
  "& > *:nth-of-type(1)": {
@@ -22421,7 +22421,7 @@ const B1 = ["children", "color", "component", "className", "disabled", "disableE
22421
22421
  "& > *:nth-of-type(1)": {
22422
22422
  fontSize: 22
22423
22423
  }
22424
- }), H1 = U(fo, {
22424
+ }), H1 = G(fo, {
22425
22425
  shouldForwardProp: (e) => Yo(e) || e === "classes",
22426
22426
  name: "MuiButton",
22427
22427
  slot: "Root",
@@ -22554,7 +22554,7 @@ const B1 = ["children", "color", "component", "className", "disabled", "disableE
22554
22554
  [`&.${vn.disabled}`]: {
22555
22555
  boxShadow: "none"
22556
22556
  }
22557
- }), W1 = U("span", {
22557
+ }), W1 = G("span", {
22558
22558
  name: "MuiButton",
22559
22559
  slot: "StartIcon",
22560
22560
  overridesResolver: (e, t) => {
@@ -22571,7 +22571,7 @@ const B1 = ["children", "color", "component", "className", "disabled", "disableE
22571
22571
  marginLeft: -4
22572
22572
  }, e.size === "small" && {
22573
22573
  marginLeft: -2
22574
- }, Dp(e))), U1 = U("span", {
22574
+ }, Dp(e))), U1 = G("span", {
22575
22575
  name: "MuiButton",
22576
22576
  slot: "EndIcon",
22577
22577
  overridesResolver: (e, t) => {
@@ -22607,7 +22607,7 @@ const B1 = ["children", "color", "component", "className", "disabled", "disableE
22607
22607
  startIcon: C,
22608
22608
  type: E,
22609
22609
  variant: T = "text"
22610
- } = l, y = W(l, B1), F = S({}, l, {
22610
+ } = l, y = U(l, B1), F = S({}, l, {
22611
22611
  color: c,
22612
22612
  component: u,
22613
22613
  disabled: m,
@@ -22742,10 +22742,10 @@ const q1 = ["className", "raised"], K1 = (e) => {
22742
22742
  const {
22743
22743
  classes: t
22744
22744
  } = e;
22745
- return Se({
22745
+ return Ee({
22746
22746
  root: ["root"]
22747
22747
  }, G1, t);
22748
- }, Y1 = U(cr, {
22748
+ }, Y1 = G(cr, {
22749
22749
  name: "MuiCard",
22750
22750
  slot: "Root",
22751
22751
  overridesResolver: (e, t) => t.root
@@ -22758,7 +22758,7 @@ const q1 = ["className", "raised"], K1 = (e) => {
22758
22758
  }), {
22759
22759
  className: a,
22760
22760
  raised: i = !1
22761
- } = o, l = W(o, q1), s = S({}, o, {
22761
+ } = o, l = U(o, q1), s = S({}, o, {
22762
22762
  raised: i
22763
22763
  }), c = K1(s);
22764
22764
  return /* @__PURE__ */ p(Y1, S({
@@ -22804,10 +22804,10 @@ const X1 = ["disableSpacing", "className"], Z1 = (e) => {
22804
22804
  classes: t,
22805
22805
  disableSpacing: r
22806
22806
  } = e;
22807
- return Se({
22807
+ return Ee({
22808
22808
  root: ["root", !r && "spacing"]
22809
22809
  }, Q1, t);
22810
- }, J1 = U("div", {
22810
+ }, J1 = G("div", {
22811
22811
  name: "MuiCardActions",
22812
22812
  slot: "Root",
22813
22813
  overridesResolver: (e, t) => {
@@ -22833,7 +22833,7 @@ const X1 = ["disableSpacing", "className"], Z1 = (e) => {
22833
22833
  }), {
22834
22834
  disableSpacing: a = !1,
22835
22835
  className: i
22836
- } = o, l = W(o, X1), s = S({}, o, {
22836
+ } = o, l = U(o, X1), s = S({}, o, {
22837
22837
  disableSpacing: a
22838
22838
  }), c = Z1(s);
22839
22839
  return /* @__PURE__ */ p(J1, S({
@@ -22909,8 +22909,8 @@ const nr = 44, rF = lo(Mc || (Mc = Oa`
22909
22909
  svg: ["svg"],
22910
22910
  circle: ["circle", `circle${X(r)}`, a && "circleDisableShrink"]
22911
22911
  };
22912
- return Se(i, eF, t);
22913
- }, aF = U("span", {
22912
+ return Ee(i, eF, t);
22913
+ }, aF = G("span", {
22914
22914
  name: "MuiCircularProgress",
22915
22915
  slot: "Root",
22916
22916
  overridesResolver: (e, t) => {
@@ -22932,14 +22932,14 @@ const nr = 44, rF = lo(Mc || (Mc = Oa`
22932
22932
  ownerState: e
22933
22933
  }) => e.variant === "indeterminate" && ia($c || ($c = Oa`
22934
22934
  animation: ${0} 1.4s linear infinite;
22935
- `), rF)), iF = U("svg", {
22935
+ `), rF)), iF = G("svg", {
22936
22936
  name: "MuiCircularProgress",
22937
22937
  slot: "Svg",
22938
22938
  overridesResolver: (e, t) => t.svg
22939
22939
  })({
22940
22940
  display: "block"
22941
22941
  // Keeps the progress centered
22942
- }), lF = U("circle", {
22942
+ }), lF = G("circle", {
22943
22943
  name: "MuiCircularProgress",
22944
22944
  slot: "Circle",
22945
22945
  overridesResolver: (e, t) => {
@@ -22977,7 +22977,7 @@ const nr = 44, rF = lo(Mc || (Mc = Oa`
22977
22977
  thickness: u = 3.6,
22978
22978
  value: d = 0,
22979
22979
  variant: m = "indeterminate"
22980
- } = o, f = W(o, tF), h = S({}, o, {
22980
+ } = o, f = U(o, tF), h = S({}, o, {
22981
22981
  color: i,
22982
22982
  disableShrink: l,
22983
22983
  size: s,
@@ -23202,10 +23202,10 @@ const cF = ["children", "className", "component", "dense", "disablePadding", "su
23202
23202
  dense: o,
23203
23203
  subheader: a
23204
23204
  } = e;
23205
- return Se({
23205
+ return Ee({
23206
23206
  root: ["root", !r && "padding", o && "dense", a && "subheader"]
23207
23207
  }, sF, t);
23208
- }, dF = U("ul", {
23208
+ }, dF = G("ul", {
23209
23209
  name: "MuiList",
23210
23210
  slot: "Root",
23211
23211
  overridesResolver: (e, t) => {
@@ -23237,7 +23237,7 @@ const cF = ["children", "className", "component", "dense", "disablePadding", "su
23237
23237
  dense: s = !1,
23238
23238
  disablePadding: c = !1,
23239
23239
  subheader: u
23240
- } = o, d = W(o, cF), m = x.useMemo(() => ({
23240
+ } = o, d = U(o, cF), m = x.useMemo(() => ({
23241
23241
  dense: s
23242
23242
  }), [s]), f = S({}, o, {
23243
23243
  component: l,
@@ -23341,7 +23341,7 @@ const zp = /* @__PURE__ */ x.forwardRef(function(t, r) {
23341
23341
  disableListWrap: u = !1,
23342
23342
  onKeyDown: d,
23343
23343
  variant: m = "selectedMenu"
23344
- } = t, f = W(t, pF), h = x.useRef(null), v = x.useRef({
23344
+ } = t, f = U(t, pF), h = x.useRef(null), v = x.useRef({
23345
23345
  keys: [],
23346
23346
  repeating: !0,
23347
23347
  previousKeyMatched: !0,
@@ -23473,15 +23473,15 @@ const bF = (e) => {
23473
23473
  const {
23474
23474
  classes: t
23475
23475
  } = e;
23476
- return Se({
23476
+ return Ee({
23477
23477
  root: ["root"],
23478
23478
  paper: ["paper"]
23479
23479
  }, fF, t);
23480
- }, vF = U(ll, {
23480
+ }, vF = G(ll, {
23481
23481
  name: "MuiPopover",
23482
23482
  slot: "Root",
23483
23483
  overridesResolver: (e, t) => t.root
23484
- })({}), Hp = U(cr, {
23484
+ })({}), Hp = G(cr, {
23485
23485
  name: "MuiPopover",
23486
23486
  slot: "Paper",
23487
23487
  overridesResolver: (e, t) => t.paper
@@ -23530,7 +23530,7 @@ const bF = (e) => {
23530
23530
  onEntering: $
23531
23531
  } = {},
23532
23532
  disableScrollLock: w = !1
23533
- } = l, R = W(l.TransitionProps, mF), k = W(l, hF), D = (o = T == null ? void 0 : T.paper) != null ? o : C, L = x.useRef(), N = Ot(L, D.ref), _ = S({}, l, {
23533
+ } = l, R = U(l.TransitionProps, mF), k = U(l, hF), D = (o = T == null ? void 0 : T.paper) != null ? o : C, L = x.useRef(), N = Ot(L, D.ref), _ = S({}, l, {
23534
23534
  anchorOrigin: u,
23535
23535
  anchorReference: m,
23536
23536
  elevation: g,
@@ -23598,7 +23598,7 @@ const bF = (e) => {
23598
23598
  I.top !== null && (Z.style.top = I.top), I.left !== null && (Z.style.left = I.left), Z.style.transformOrigin = I.transformOrigin, Y(!0);
23599
23599
  }, [z]);
23600
23600
  x.useEffect(() => (w && window.addEventListener("scroll", re), () => window.removeEventListener("scroll", re)), [c, w, re]);
23601
- const Ee = (Z, I) => {
23601
+ const Te = (Z, I) => {
23602
23602
  $ && $(Z, I), re();
23603
23603
  }, oe = () => {
23604
23604
  Y(!1);
@@ -23621,8 +23621,8 @@ const bF = (e) => {
23621
23621
  }, [c, O, re]);
23622
23622
  let ee = P;
23623
23623
  P === "auto" && !F.muiSupportAuto && (ee = void 0);
23624
- const ne = v || (c ? Sr(Fn(c)).body : void 0), ce = (a = E == null ? void 0 : E.root) != null ? a : vF, ae = (i = E == null ? void 0 : E.paper) != null ? i : Hp, G = Rt({
23625
- elementType: ae,
23624
+ const ne = v || (c ? Sr(Fn(c)).body : void 0), ce = (a = E == null ? void 0 : E.root) != null ? a : vF, ie = (i = E == null ? void 0 : E.paper) != null ? i : Hp, W = Rt({
23625
+ elementType: ie,
23626
23626
  externalSlotProps: S({}, D, {
23627
23627
  style: J ? D.style : S({}, D.style, {
23628
23628
  opacity: 0
@@ -23634,7 +23634,7 @@ const bF = (e) => {
23634
23634
  },
23635
23635
  ownerState: _,
23636
23636
  className: q(A.paper, D == null ? void 0 : D.className)
23637
- }), Te = Rt({
23637
+ }), ve = Rt({
23638
23638
  elementType: ce,
23639
23639
  externalSlotProps: (T == null ? void 0 : T.root) || {},
23640
23640
  externalForwardedProps: k,
@@ -23652,7 +23652,7 @@ const bF = (e) => {
23652
23652
  className: q(A.root, h)
23653
23653
  }), {
23654
23654
  slotProps: Pe
23655
- } = Te, B = W(Te, gF);
23655
+ } = ve, B = U(ve, gF);
23656
23656
  return /* @__PURE__ */ p(ce, S({}, B, !bd(ce) && {
23657
23657
  slotProps: Pe,
23658
23658
  disableScrollLock: w
@@ -23660,11 +23660,11 @@ const bF = (e) => {
23660
23660
  children: /* @__PURE__ */ p(F, S({
23661
23661
  appear: !0,
23662
23662
  in: O,
23663
- onEntering: Ee,
23663
+ onEntering: Te,
23664
23664
  onExited: oe,
23665
23665
  timeout: ee
23666
23666
  }, R, {
23667
- children: /* @__PURE__ */ p(ae, S({}, G, {
23667
+ children: /* @__PURE__ */ p(ie, S({}, W, {
23668
23668
  children: f
23669
23669
  }))
23670
23670
  }))
@@ -23861,17 +23861,17 @@ const OF = ["onEntering"], xF = ["autoFocus", "children", "className", "disableA
23861
23861
  const {
23862
23862
  classes: t
23863
23863
  } = e;
23864
- return Se({
23864
+ return Ee({
23865
23865
  root: ["root"],
23866
23866
  paper: ["paper"],
23867
23867
  list: ["list"]
23868
23868
  }, yF, t);
23869
- }, PF = U(Wp, {
23869
+ }, PF = G(Wp, {
23870
23870
  shouldForwardProp: (e) => Yo(e) || e === "classes",
23871
23871
  name: "MuiMenu",
23872
23872
  slot: "Root",
23873
23873
  overridesResolver: (e, t) => t.root
23874
- })({}), CF = U(Hp, {
23874
+ })({}), CF = G(Hp, {
23875
23875
  name: "MuiMenu",
23876
23876
  slot: "Paper",
23877
23877
  overridesResolver: (e, t) => t.paper
@@ -23882,7 +23882,7 @@ const OF = ["onEntering"], xF = ["autoFocus", "children", "className", "disableA
23882
23882
  maxHeight: "calc(100% - 96px)",
23883
23883
  // Add iOS momentum scrolling for iOS < 13.0
23884
23884
  WebkitOverflowScrolling: "touch"
23885
- }), FF = U(zp, {
23885
+ }), FF = G(zp, {
23886
23886
  name: "MuiMenu",
23887
23887
  slot: "List",
23888
23888
  overridesResolver: (e, t) => t.list
@@ -23911,7 +23911,7 @@ const OF = ["onEntering"], xF = ["autoFocus", "children", "className", "disableA
23911
23911
  variant: O = "selectedMenu",
23912
23912
  slots: C = {},
23913
23913
  slotProps: E = {}
23914
- } = i, T = W(i.TransitionProps, OF), y = W(i, xF), F = da(), P = S({}, i, {
23914
+ } = i, T = U(i.TransitionProps, OF), y = U(i, xF), F = da(), P = S({}, i, {
23915
23915
  autoFocus: l,
23916
23916
  disableAutoFocusItem: u,
23917
23917
  MenuListProps: d,
@@ -24102,11 +24102,11 @@ const So = fe("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
24102
24102
  disableGutters: a,
24103
24103
  selected: i,
24104
24104
  classes: l
24105
- } = e, c = Se({
24105
+ } = e, c = Ee({
24106
24106
  root: ["root", r && "dense", t && "disabled", !a && "gutters", o && "divider", i && "selected"]
24107
24107
  }, wF, l);
24108
24108
  return S({}, l, c);
24109
- }, $F = U(fo, {
24109
+ }, $F = G(fo, {
24110
24110
  shouldForwardProp: (e) => Yo(e) || e === "classes",
24111
24111
  name: "MuiMenuItem",
24112
24112
  slot: "Root",
@@ -24203,7 +24203,7 @@ const So = fe("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
24203
24203
  role: d = "menuitem",
24204
24204
  tabIndex: m,
24205
24205
  className: f
24206
- } = o, h = W(o, RF), v = x.useContext(Bn), g = x.useMemo(() => ({
24206
+ } = o, h = U(o, RF), v = x.useContext(Bn), g = x.useMemo(() => ({
24207
24207
  dense: l || v.dense || !1,
24208
24208
  disableGutters: c
24209
24209
  }), [v.dense, l, c]), b = x.useRef(null);
@@ -24386,7 +24386,7 @@ const LF = ({
24386
24386
  [a, i, l]
24387
24387
  );
24388
24388
  return /* @__PURE__ */ p(fa, { children: /* @__PURE__ */ p(We.Provider, { value: s, children: /* @__PURE__ */ p(rm, { ...r, ...o, ...l == null ? void 0 : l.panel }) }) });
24389
- }, VR = U(AF, {
24389
+ }, VR = G(AF, {
24390
24390
  name: Wr,
24391
24391
  overridesResolver: (e, t) => t.root
24392
24392
  })(({ theme: e }) => Pl(e)), IF = () => {
@@ -24454,7 +24454,7 @@ const LF = ({
24454
24454
  );
24455
24455
  }, NF = /* @__PURE__ */ p(am, {}), _F = ({ children: e }) => /* @__PURE__ */ p(Kc, { children: e }), jF = /* @__PURE__ */ p(au, {}), qp = "RaTabbedForm", VF = {
24456
24456
  errorTabButton: `${qp}-errorTabButton`
24457
- }, BF = U("div", {
24457
+ }, BF = G("div", {
24458
24458
  name: qp,
24459
24459
  overridesResolver: (e, t) => t.root
24460
24460
  })(({ theme: e }) => ({
@@ -24727,7 +24727,7 @@ const UR = {
24727
24727
  const { propsContenido: t, hidden: r } = Dd(e), o = qt(), a = JSON.parse(JSON.stringify(o)), i = a[e.source];
24728
24728
  return a[e.source] = i != "" && i != "0", !r && /* @__PURE__ */ p(im, { ...t, record: a });
24729
24729
  }, ci = gy({
24730
- createStyledComponent: U("div", {
24730
+ createStyledComponent: G("div", {
24731
24731
  name: "MuiStack",
24732
24732
  slot: "Root",
24733
24733
  overridesResolver: (e, t) => t.root
@@ -24821,8 +24821,8 @@ const JF = fe("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
24821
24821
  } = e, i = {
24822
24822
  root: ["root", `underline${X(a)}`, r === "button" && "button", o && "focusVisible"]
24823
24823
  };
24824
- return Se(i, ZF, t);
24825
- }, nw = U(ir, {
24824
+ return Ee(i, ZF, t);
24825
+ }, nw = G(ir, {
24826
24826
  name: "MuiLink",
24827
24827
  slot: "Root",
24828
24828
  overridesResolver: (e, t) => {
@@ -24893,7 +24893,7 @@ const JF = fe("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
24893
24893
  underline: d = "always",
24894
24894
  variant: m = "inherit",
24895
24895
  sx: f
24896
- } = o, h = W(o, rw), {
24896
+ } = o, h = U(o, rw), {
24897
24897
  isFocusVisibleRef: v,
24898
24898
  onBlur: g,
24899
24899
  onFocus: b,