ixc-library-portal 1.1.31 → 1.1.33

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.
@@ -137,7 +137,7 @@ function Bi() {
137
137
  }
138
138
  }
139
139
  }
140
- var w = d, E = u, F = c, Y = a, H = r, f = g, W = o, L = v, B = x, X = s, q = l, Q = i, V = p, $ = !1;
140
+ var w = d, E = u, F = c, Y = a, B = r, f = g, W = o, L = v, H = x, X = s, q = l, Q = i, V = p, $ = !1;
141
141
  function O(U) {
142
142
  return $ || ($ = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(U) || k(U) === d;
143
143
  }
@@ -177,7 +177,7 @@ function Bi() {
177
177
  function re(U) {
178
178
  return k(U) === p;
179
179
  }
180
- xe.AsyncMode = w, xe.ConcurrentMode = E, xe.ContextConsumer = F, xe.ContextProvider = Y, xe.Element = H, xe.ForwardRef = f, xe.Fragment = W, xe.Lazy = L, xe.Memo = B, xe.Portal = X, xe.Profiler = q, xe.StrictMode = Q, xe.Suspense = V, xe.isAsyncMode = O, xe.isConcurrentMode = y, xe.isContextConsumer = z, xe.isContextProvider = R, xe.isElement = C, xe.isForwardRef = D, xe.isFragment = M, xe.isLazy = _, xe.isMemo = I, xe.isPortal = A, xe.isProfiler = G, xe.isStrictMode = K, xe.isSuspense = re, xe.isValidElementType = T, xe.typeOf = k;
180
+ xe.AsyncMode = w, xe.ConcurrentMode = E, xe.ContextConsumer = F, xe.ContextProvider = Y, xe.Element = B, xe.ForwardRef = f, xe.Fragment = W, xe.Lazy = L, xe.Memo = H, xe.Portal = X, xe.Profiler = q, xe.StrictMode = Q, xe.Suspense = V, xe.isAsyncMode = O, xe.isConcurrentMode = y, xe.isContextConsumer = z, xe.isContextProvider = R, xe.isElement = C, xe.isForwardRef = D, xe.isFragment = M, xe.isLazy = _, xe.isMemo = I, xe.isPortal = A, xe.isProfiler = G, xe.isStrictMode = K, xe.isSuspense = re, xe.isValidElementType = T, xe.typeOf = k;
181
181
  }()), xe;
182
182
  }
183
183
  var Jr;
@@ -336,9 +336,9 @@ function Zi() {
336
336
  node: f(),
337
337
  objectOf: Y,
338
338
  oneOf: F,
339
- oneOfType: H,
339
+ oneOfType: B,
340
340
  shape: L,
341
- exact: B
341
+ exact: H
342
342
  };
343
343
  function v(y, z) {
344
344
  return y === z ? y !== 0 || 1 / y === 1 / z : y !== y && z !== z;
@@ -471,7 +471,7 @@ function Zi() {
471
471
  }
472
472
  return j(z);
473
473
  }
474
- function H(y) {
474
+ function B(y) {
475
475
  if (!Array.isArray(y))
476
476
  return process.env.NODE_ENV !== "production" && l("Invalid argument supplied to oneOfType, expected an instance of array."), a;
477
477
  for (var z = 0; z < y.length; z++) {
@@ -521,7 +521,7 @@ function Zi() {
521
521
  }
522
522
  return j(z);
523
523
  }
524
- function B(y) {
524
+ function H(y) {
525
525
  function z(R, C, D, M, _) {
526
526
  var I = R[C], A = Q(I);
527
527
  if (A !== "object")
@@ -733,14 +733,14 @@ function Xi() {
733
733
  ke.unshift("Warning: " + Z), Function.prototype.apply.call(console[b], console, ke);
734
734
  }
735
735
  }
736
- var k = !1, w = !1, E = !1, F = !1, Y = !1, H;
737
- H = Symbol.for("react.module.reference");
736
+ var k = !1, w = !1, E = !1, F = !1, Y = !1, B;
737
+ B = Symbol.for("react.module.reference");
738
738
  function f(b) {
739
739
  return !!(typeof b == "string" || typeof b == "function" || b === o || b === l || Y || b === i || b === u || b === g || F || b === x || k || w || E || typeof b == "object" && b !== null && (b.$$typeof === m || b.$$typeof === p || b.$$typeof === a || b.$$typeof === c || b.$$typeof === d || // This needs to include all possible module reference object
740
740
  // types supported by any Flight configuration anywhere since
741
741
  // we don't know which Flight build this will end up being used
742
742
  // with.
743
- b.$$typeof === H || b.getModuleId !== void 0));
743
+ b.$$typeof === B || b.getModuleId !== void 0));
744
744
  }
745
745
  function W(b, Z, te) {
746
746
  var de = b.displayName;
@@ -752,7 +752,7 @@ function Xi() {
752
752
  function L(b) {
753
753
  return b.displayName || "Context";
754
754
  }
755
- function B(b) {
755
+ function H(b) {
756
756
  if (b == null)
757
757
  return null;
758
758
  if (typeof b.tag == "number" && N("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof b == "function")
@@ -785,11 +785,11 @@ function Xi() {
785
785
  return W(b, b.render, "ForwardRef");
786
786
  case p:
787
787
  var de = b.displayName || null;
788
- return de !== null ? de : B(b.type) || "Memo";
788
+ return de !== null ? de : H(b.type) || "Memo";
789
789
  case m: {
790
790
  var me = b, ke = me._payload, ge = me._init;
791
791
  try {
792
- return B(ge(ke));
792
+ return H(ge(ke));
793
793
  } catch {
794
794
  return null;
795
795
  }
@@ -1061,8 +1061,8 @@ function Xi() {
1061
1061
  }
1062
1062
  function gi(b, Z) {
1063
1063
  if (typeof b.ref == "string" && le.current && Z && le.current.stateNode !== Z) {
1064
- var te = B(le.current.type);
1065
- gt[te] || (N('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', B(le.current.type), b.ref), gt[te] = !0);
1064
+ var te = H(le.current.type);
1065
+ gt[te] || (N('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(le.current.type), b.ref), gt[te] = !0);
1066
1066
  }
1067
1067
  }
1068
1068
  function mi(b, Z) {
@@ -1150,7 +1150,7 @@ function Xi() {
1150
1150
  function Vr() {
1151
1151
  {
1152
1152
  if (An.current) {
1153
- var b = B(An.current.type);
1153
+ var b = H(An.current.type);
1154
1154
  if (b)
1155
1155
  return `
1156
1156
 
@@ -1185,7 +1185,7 @@ Check the top-level render call using <` + te + ">.");
1185
1185
  return;
1186
1186
  Zr[te] = !0;
1187
1187
  var de = "";
1188
- b && b._owner && b._owner !== An.current && (de = " It was passed a child from " + B(b._owner.type) + "."), Tt(b), N('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', te, de), Tt(null);
1188
+ b && b._owner && b._owner !== An.current && (de = " It was passed a child from " + H(b._owner.type) + "."), Tt(b), N('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', te, de), Tt(null);
1189
1189
  }
1190
1190
  }
1191
1191
  function Yr(b, Z) {
@@ -1222,11 +1222,11 @@ Check the top-level render call using <` + te + ">.");
1222
1222
  else
1223
1223
  return;
1224
1224
  if (te) {
1225
- var de = B(Z);
1225
+ var de = H(Z);
1226
1226
  oe(te, b.props, "prop", de, b);
1227
1227
  } else if (Z.PropTypes !== void 0 && !Rn) {
1228
1228
  Rn = !0;
1229
- var me = B(Z);
1229
+ var me = H(Z);
1230
1230
  N("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", me || "Unknown");
1231
1231
  }
1232
1232
  typeof Z.getDefaultProps == "function" && !Z.getDefaultProps.isReactClassApproved && N("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
@@ -1254,7 +1254,7 @@ Check the top-level render call using <` + te + ">.");
1254
1254
  var Be = bi();
1255
1255
  Be ? pe += Be : pe += Vr();
1256
1256
  var Re;
1257
- b === null ? Re = "null" : J(b) ? Re = "array" : b !== void 0 && b.$$typeof === r ? (Re = "<" + (B(b.type) || "Unknown") + " />", pe = " Did you accidentally export a JSX literal instead of a component?") : Re = typeof b, N("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Re, pe);
1257
+ b === null ? Re = "null" : J(b) ? Re = "array" : b !== void 0 && b.$$typeof === r ? (Re = "<" + (H(b.type) || "Unknown") + " />", pe = " Did you accidentally export a JSX literal instead of a component?") : Re = typeof b, N("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Re, pe);
1258
1258
  }
1259
1259
  var We = vi(b, Z, te, me, ke);
1260
1260
  if (We == null)
@@ -1273,7 +1273,7 @@ Check the top-level render call using <` + te + ">.");
1273
1273
  Yr(Ge, b);
1274
1274
  }
1275
1275
  if (Fe.call(Z, "key")) {
1276
- var mt = B(b), Ve = Object.keys(Z).filter(function(Ni) {
1276
+ var mt = H(b), Ve = Object.keys(Z).filter(function(Ni) {
1277
1277
  return Ni !== "key";
1278
1278
  }), Pn = Ve.length > 0 ? "{key: someKey, " + Ve.join(": ..., ") + ": ...}" : "{key: someKey}";
1279
1279
  if (!qr[mt + Pn]) {
@@ -3199,32 +3199,32 @@ function Fa(e = {}) {
3199
3199
  };
3200
3200
  if (nt(E)) {
3201
3201
  const F = ro(E);
3202
- return function(H) {
3203
- return F.variants ? an(H, F, H.theme.modularCssLayers ? h : void 0) : H.theme.modularCssLayers ? xt(F.style, h) : F.style;
3202
+ return function(B) {
3203
+ return F.variants ? an(B, F, B.theme.modularCssLayers ? h : void 0) : B.theme.modularCssLayers ? xt(F.style, h) : F.style;
3204
3204
  };
3205
3205
  }
3206
3206
  return E;
3207
3207
  }, w = (...E) => {
3208
- const F = [], Y = E.map(k), H = [];
3209
- if (F.push(l), u && x && H.push(function(B) {
3208
+ const F = [], Y = E.map(k), B = [];
3209
+ if (F.push(l), u && x && B.push(function(H) {
3210
3210
  var V, $;
3211
- const q = ($ = (V = B.theme.components) == null ? void 0 : V[u]) == null ? void 0 : $.styleOverrides;
3211
+ const q = ($ = (V = H.theme.components) == null ? void 0 : V[u]) == null ? void 0 : $.styleOverrides;
3212
3212
  if (!q)
3213
3213
  return null;
3214
3214
  const Q = {};
3215
3215
  for (const O in q)
3216
- Q[O] = an(B, q[O], B.theme.modularCssLayers ? "theme" : void 0);
3217
- return x(B, Q);
3218
- }), u && !j && H.push(function(B) {
3216
+ Q[O] = an(H, q[O], H.theme.modularCssLayers ? "theme" : void 0);
3217
+ return x(H, Q);
3218
+ }), u && !j && B.push(function(H) {
3219
3219
  var Q, V;
3220
- const X = B.theme, q = (V = (Q = X == null ? void 0 : X.components) == null ? void 0 : Q[u]) == null ? void 0 : V.variants;
3221
- return q ? so(B, q, [], B.theme.modularCssLayers ? "theme" : void 0) : null;
3222
- }), S || H.push(At), Array.isArray(Y[0])) {
3223
- const L = Y.shift(), B = new Array(F.length).fill(""), X = new Array(H.length).fill("");
3220
+ const X = H.theme, q = (V = (Q = X == null ? void 0 : X.components) == null ? void 0 : Q[u]) == null ? void 0 : V.variants;
3221
+ return q ? so(H, q, [], H.theme.modularCssLayers ? "theme" : void 0) : null;
3222
+ }), S || B.push(At), Array.isArray(Y[0])) {
3223
+ const L = Y.shift(), H = new Array(F.length).fill(""), X = new Array(B.length).fill("");
3224
3224
  let q;
3225
- q = [...B, ...L, ...X], q.raw = [...B, ...L.raw, ...X], F.unshift(q);
3225
+ q = [...H, ...L, ...X], q.raw = [...H, ...L.raw, ...X], F.unshift(q);
3226
3226
  }
3227
- const f = [...F, ...Y, ...H], W = T(...f);
3227
+ const f = [...F, ...Y, ...B], W = T(...f);
3228
3228
  return c.muiName && (W.muiName = c.muiName), process.env.NODE_ENV !== "production" && (W.displayName = Ba(u, g, c)), W;
3229
3229
  };
3230
3230
  return T.withConfig && (w.withConfig = T.withConfig), w;
@@ -3526,7 +3526,7 @@ function nc(e, r = {}) {
3526
3526
  }), T;
3527
3527
  },
3528
3528
  generateStyleSheets: () => {
3529
- var Y, H;
3529
+ var Y, B;
3530
3530
  const T = [], k = e.defaultColorScheme || "light";
3531
3531
  function w(f, W) {
3532
3532
  Object.keys(W).length && T.push(typeof f == "string" ? {
@@ -3545,7 +3545,7 @@ function nc(e, r = {}) {
3545
3545
  if (E) {
3546
3546
  const {
3547
3547
  css: f
3548
- } = E, W = (H = (Y = l[k]) == null ? void 0 : Y.palette) == null ? void 0 : H.mode, L = !o && W ? {
3548
+ } = E, W = (B = (Y = l[k]) == null ? void 0 : Y.palette) == null ? void 0 : B.mode, L = !o && W ? {
3549
3549
  colorScheme: W,
3550
3550
  ...f
3551
3551
  } : {
@@ -3559,15 +3559,15 @@ function nc(e, r = {}) {
3559
3559
  css: W
3560
3560
  }]) => {
3561
3561
  var X, q;
3562
- const L = (q = (X = l[f]) == null ? void 0 : X.palette) == null ? void 0 : q.mode, B = !o && L ? {
3562
+ const L = (q = (X = l[f]) == null ? void 0 : X.palette) == null ? void 0 : q.mode, H = !o && L ? {
3563
3563
  colorScheme: L,
3564
3564
  ...W
3565
3565
  } : {
3566
3566
  ...W
3567
3567
  };
3568
3568
  w(s(f, {
3569
- ...B
3570
- }), B);
3569
+ ...H
3570
+ }), H);
3571
3571
  }), T;
3572
3572
  }
3573
3573
  };
@@ -4372,9 +4372,9 @@ function Ic(e = {}, ...r) {
4372
4372
  },
4373
4373
  spacing: Ac(u.spacing)
4374
4374
  };
4375
- Object.keys(k.colorSchemes).forEach((H) => {
4376
- const f = k.colorSchemes[H].palette, W = (L) => {
4377
- const B = L.split("-"), X = B[1], q = B[2];
4375
+ Object.keys(k.colorSchemes).forEach((B) => {
4376
+ const f = k.colorSchemes[B].palette, W = (L) => {
4377
+ const H = L.split("-"), X = H[1], q = H[2];
4378
4378
  return m(L, f[X][q]);
4379
4379
  };
4380
4380
  if (f.mode === "light" && (P(f.common, "background", "#fff"), P(f.common, "onBackground", "#000")), f.mode === "dark" && (P(f.common, "background", "#000"), P(f.common, "onBackground", "#fff")), Oc(f, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), f.mode === "light") {
@@ -4388,10 +4388,10 @@ function Ic(e = {}, ...r) {
4388
4388
  P(f.SnackbarContent, "bg", L), P(f.SnackbarContent, "color", tt(() => f.getContrastText(L))), P(f.SpeedDialAction, "fabHoverBg", rn(f.background.paper, 0.15)), P(f.StepConnector, "border", W("palette-grey-600")), P(f.StepContent, "border", W("palette-grey-600")), P(f.Switch, "defaultColor", W("palette-grey-300")), P(f.Switch, "defaultDisabledColor", W("palette-grey-600")), P(f.Switch, "primaryDisabledColor", Ce(f.primary.main, 0.55)), P(f.Switch, "secondaryDisabledColor", Ce(f.secondary.main, 0.55)), P(f.Switch, "errorDisabledColor", Ce(f.error.main, 0.55)), P(f.Switch, "infoDisabledColor", Ce(f.info.main, 0.55)), P(f.Switch, "successDisabledColor", Ce(f.success.main, 0.55)), P(f.Switch, "warningDisabledColor", Ce(f.warning.main, 0.55)), P(f.TableCell, "border", Ce(nn(f.divider, 1), 0.68)), P(f.Tooltip, "bg", nn(f.grey[700], 0.92));
4389
4389
  }
4390
4390
  st(f.background, "default"), st(f.background, "paper"), st(f.common, "background"), st(f.common, "onBackground"), st(f, "divider"), Object.keys(f).forEach((L) => {
4391
- const B = f[L];
4392
- L !== "tonalOffset" && B && typeof B == "object" && (B.main && P(f[L], "mainChannel", Wt(_t(B.main))), B.light && P(f[L], "lightChannel", Wt(_t(B.light))), B.dark && P(f[L], "darkChannel", Wt(_t(B.dark))), B.contrastText && P(f[L], "contrastTextChannel", Wt(_t(B.contrastText))), L === "text" && (st(f[L], "primary"), st(f[L], "secondary")), L === "action" && (B.active && st(f[L], "active"), B.selected && st(f[L], "selected")));
4391
+ const H = f[L];
4392
+ L !== "tonalOffset" && H && typeof H == "object" && (H.main && P(f[L], "mainChannel", Wt(_t(H.main))), H.light && P(f[L], "lightChannel", Wt(_t(H.light))), H.dark && P(f[L], "darkChannel", Wt(_t(H.dark))), H.contrastText && P(f[L], "contrastTextChannel", Wt(_t(H.contrastText))), L === "text" && (st(f[L], "primary"), st(f[L], "secondary")), L === "action" && (H.active && st(f[L], "active"), H.selected && st(f[L], "selected")));
4393
4393
  });
4394
- }), k = r.reduce((H, f) => qe(H, f), k);
4394
+ }), k = r.reduce((B, f) => qe(B, f), k);
4395
4395
  const w = {
4396
4396
  prefix: l,
4397
4397
  disableCssColorScheme: i,
@@ -4402,8 +4402,8 @@ function Ic(e = {}, ...r) {
4402
4402
  generateThemeVars: F,
4403
4403
  generateStyleSheets: Y
4404
4404
  } = nc(k, w);
4405
- return k.vars = E, Object.entries(k.colorSchemes[k.defaultColorScheme]).forEach(([H, f]) => {
4406
- k[H] = f;
4405
+ return k.vars = E, Object.entries(k.colorSchemes[k.defaultColorScheme]).forEach(([B, f]) => {
4406
+ k[B] = f;
4407
4407
  }), k.generateThemeVars = F, k.generateStyleSheets = Y, k.generateSpacing = function() {
4408
4408
  return to(u.spacing, fr(this));
4409
4409
  }, k.getColorSchemeSelector = rc(c), k.spacing = k.generateSpacing(), k.shouldSkipGeneratingVar = a, k.unstable_sxConfig = {
@@ -9936,25 +9936,26 @@ const Dd = ({
9936
9936
  maxHeight: o,
9937
9937
  id: i,
9938
9938
  name: l,
9939
- onChange: a,
9940
- label: c,
9941
- subLabel: d,
9942
- placeholder: u,
9943
- maxCharacters: g,
9944
- fontSizeLabel: p,
9945
- fontSize: m,
9946
- fontSizeTooltip: x,
9947
- heightTooltip: v,
9948
- leftTooltip: h,
9949
- tooltip: j,
9950
- topTooltip: S,
9951
- widthTooltip: N,
9952
- isTooltipVisible: T,
9953
- onChangeFunction: k
9939
+ value: a,
9940
+ onChange: c,
9941
+ label: d,
9942
+ subLabel: u,
9943
+ placeholder: g,
9944
+ maxCharacters: p,
9945
+ fontSizeLabel: m,
9946
+ fontSize: x,
9947
+ fontSizeTooltip: v,
9948
+ heightTooltip: h,
9949
+ leftTooltip: j,
9950
+ tooltip: S,
9951
+ topTooltip: N,
9952
+ widthTooltip: T,
9953
+ isTooltipVisible: k,
9954
+ onChangeFunction: w
9954
9955
  }) => {
9955
- const w = (E) => {
9956
- const { name: F, value: Y } = E.target;
9957
- a && a({ name: F, value: Y, id: i }), k && k(E);
9956
+ const E = (F) => {
9957
+ const { name: Y, value: B } = F.target;
9958
+ c && c({ name: Y, value: B, id: i }), w && w(F);
9958
9959
  };
9959
9960
  return /* @__PURE__ */ t.jsxs(
9960
9961
  "div",
@@ -9966,19 +9967,19 @@ const Dd = ({
9966
9967
  width: e
9967
9968
  },
9968
9969
  children: [
9969
- c && /* @__PURE__ */ t.jsx(
9970
+ d && /* @__PURE__ */ t.jsx(
9970
9971
  Nn,
9971
9972
  {
9972
- fontSizeTitle: p,
9973
- fontSizeTooltip: x,
9974
- heightTooltip: v,
9975
- left: h,
9976
- subTitle: d,
9977
- title: c,
9978
- tooltip: j,
9979
- top: S,
9980
- widthTooltip: N,
9981
- isTooltipVisibleProp: T,
9973
+ fontSizeTitle: m,
9974
+ fontSizeTooltip: v,
9975
+ heightTooltip: h,
9976
+ left: j,
9977
+ subTitle: u,
9978
+ title: d,
9979
+ tooltip: S,
9980
+ top: N,
9981
+ widthTooltip: T,
9982
+ isTooltipVisibleProp: k,
9982
9983
  marginBottom: "5px",
9983
9984
  htmlFor: i
9984
9985
  }
@@ -9988,21 +9989,22 @@ const Dd = ({
9988
9989
  {
9989
9990
  name: l,
9990
9991
  id: i,
9991
- onChange: w,
9992
- placeholder: u,
9992
+ value: a,
9993
+ onChange: E,
9994
+ placeholder: g,
9993
9995
  className: "text-area-library",
9994
- maxLength: g,
9996
+ maxLength: p,
9995
9997
  style: {
9996
9998
  width: e,
9997
9999
  height: r,
9998
10000
  minHeight: s,
9999
10001
  maxHeight: o,
10000
- fontSize: m
10002
+ fontSize: x
10001
10003
  }
10002
10004
  }
10003
10005
  ),
10004
- g && /* @__PURE__ */ t.jsxs("div", { className: "max-characters-library", children: [
10005
- g,
10006
+ p && /* @__PURE__ */ t.jsxs("div", { className: "max-characters-library", children: [
10007
+ p,
10006
10008
  " caracteres"
10007
10009
  ] })
10008
10010
  ]
@@ -10016,6 +10018,7 @@ Dd.propTypes = {
10016
10018
  maxHeight: n.string,
10017
10019
  id: n.string,
10018
10020
  name: n.string,
10021
+ value: n.string,
10019
10022
  onChange: n.func,
10020
10023
  label: n.string,
10021
10024
  subLabel: n.string,
@@ -10538,7 +10541,7 @@ const Ke = ft("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
10538
10541
  rippleX: E,
10539
10542
  rippleY: F,
10540
10543
  rippleSize: Y,
10541
- cb: H
10544
+ cb: B
10542
10545
  } = k;
10543
10546
  u((f) => [...f, /* @__PURE__ */ t.jsx(qd, {
10544
10547
  classes: {
@@ -10554,13 +10557,13 @@ const Ke = ft("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
10554
10557
  rippleX: E,
10555
10558
  rippleY: F,
10556
10559
  rippleSize: Y
10557
- }, g.current)]), g.current += 1, p.current = H;
10560
+ }, g.current)]), g.current += 1, p.current = B;
10558
10561
  }, [l]), S = ne.useCallback((k = {}, w = {}, E = () => {
10559
10562
  }) => {
10560
10563
  const {
10561
10564
  pulsate: F = !1,
10562
10565
  center: Y = i || w.pulsate,
10563
- fakeElement: H = !1
10566
+ fakeElement: B = !1
10564
10567
  // For test purposes
10565
10568
  } = w;
10566
10569
  if ((k == null ? void 0 : k.type) === "mousedown" && m.current) {
@@ -10568,33 +10571,33 @@ const Ke = ft("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
10568
10571
  return;
10569
10572
  }
10570
10573
  (k == null ? void 0 : k.type) === "touchstart" && (m.current = !0);
10571
- const f = H ? null : h.current, W = f ? f.getBoundingClientRect() : {
10574
+ const f = B ? null : h.current, W = f ? f.getBoundingClientRect() : {
10572
10575
  width: 0,
10573
10576
  height: 0,
10574
10577
  left: 0,
10575
10578
  top: 0
10576
10579
  };
10577
- let L, B, X;
10580
+ let L, H, X;
10578
10581
  if (Y || k === void 0 || k.clientX === 0 && k.clientY === 0 || !k.clientX && !k.touches)
10579
- L = Math.round(W.width / 2), B = Math.round(W.height / 2);
10582
+ L = Math.round(W.width / 2), H = Math.round(W.height / 2);
10580
10583
  else {
10581
10584
  const {
10582
10585
  clientX: q,
10583
10586
  clientY: Q
10584
10587
  } = k.touches && k.touches.length > 0 ? k.touches[0] : k;
10585
- L = Math.round(q - W.left), B = Math.round(Q - W.top);
10588
+ L = Math.round(q - W.left), H = Math.round(Q - W.top);
10586
10589
  }
10587
10590
  if (Y)
10588
10591
  X = Math.sqrt((2 * W.width ** 2 + W.height ** 2) / 3), X % 2 === 0 && (X += 1);
10589
10592
  else {
10590
- const q = Math.max(Math.abs((f ? f.clientWidth : 0) - L), L) * 2 + 2, Q = Math.max(Math.abs((f ? f.clientHeight : 0) - B), B) * 2 + 2;
10593
+ const q = Math.max(Math.abs((f ? f.clientWidth : 0) - L), L) * 2 + 2, Q = Math.max(Math.abs((f ? f.clientHeight : 0) - H), H) * 2 + 2;
10591
10594
  X = Math.sqrt(q ** 2 + Q ** 2);
10592
10595
  }
10593
10596
  k != null && k.touches ? v.current === null && (v.current = () => {
10594
10597
  j({
10595
10598
  pulsate: F,
10596
10599
  rippleX: L,
10597
- rippleY: B,
10600
+ rippleY: H,
10598
10601
  rippleSize: X,
10599
10602
  cb: E
10600
10603
  });
@@ -10603,7 +10606,7 @@ const Ke = ft("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
10603
10606
  })) : j({
10604
10607
  pulsate: F,
10605
10608
  rippleX: L,
10606
- rippleY: B,
10609
+ rippleY: H,
10607
10610
  rippleSize: X,
10608
10611
  cb: E
10609
10612
  });
@@ -10732,11 +10735,11 @@ const Kd = ft("MuiButtonBase", ["root", "disabled", "focusVisible"]), Xd = (e) =
10732
10735
  onKeyUp: E,
10733
10736
  onMouseDown: F,
10734
10737
  onMouseLeave: Y,
10735
- onMouseUp: H,
10738
+ onMouseUp: B,
10736
10739
  onTouchEnd: f,
10737
10740
  onTouchMove: W,
10738
10741
  onTouchStart: L,
10739
- tabIndex: B = 0,
10742
+ tabIndex: H = 0,
10740
10743
  TouchRippleProps: X,
10741
10744
  touchRippleRef: q,
10742
10745
  type: Q,
@@ -10751,7 +10754,7 @@ const Kd = ft("MuiButtonBase", ["root", "disabled", "focusVisible"]), Xd = (e) =
10751
10754
  ne.useEffect(() => {
10752
10755
  z && m && !g && O.pulsate();
10753
10756
  }, [g, m, z, O]);
10754
- const D = ot(O, "start", F, p), M = ot(O, "stop", S, p), _ = ot(O, "stop", N, p), I = ot(O, "stop", H, p), A = ot(O, "stop", (J) => {
10757
+ const D = ot(O, "start", F, p), M = ot(O, "stop", S, p), _ = ot(O, "stop", N, p), I = ot(O, "stop", B, p), A = ot(O, "stop", (J) => {
10755
10758
  z && J.preventDefault(), Y && Y(J);
10756
10759
  }, p), G = ot(O, "start", L, p), K = ot(O, "stop", f, p), re = ot(O, "stop", W, p), U = ot(O, "stop", (J) => {
10757
10760
  fs(J.target) || R(!1), h && h(J);
@@ -10781,7 +10784,7 @@ const Kd = ft("MuiButtonBase", ["root", "disabled", "focusVisible"]), Xd = (e) =
10781
10784
  disableRipple: g,
10782
10785
  disableTouchRipple: p,
10783
10786
  focusRipple: m,
10784
- tabIndex: B,
10787
+ tabIndex: H,
10785
10788
  focusVisible: z
10786
10789
  }, ce = Xd(oe);
10787
10790
  return /* @__PURE__ */ t.jsxs(Jd, {
@@ -10802,7 +10805,7 @@ const Kd = ft("MuiButtonBase", ["root", "disabled", "focusVisible"]), Xd = (e) =
10802
10805
  onTouchMove: re,
10803
10806
  onTouchStart: G,
10804
10807
  ref: ae,
10805
- tabIndex: u ? -1 : B,
10808
+ tabIndex: u ? -1 : H,
10806
10809
  type: Q,
10807
10810
  ...Ae,
10808
10811
  ...V,
@@ -11108,13 +11111,13 @@ const e1 = (e) => {
11108
11111
  value: E,
11109
11112
  slots: F = {},
11110
11113
  slotProps: Y = {},
11111
- ...H
11114
+ ...B
11112
11115
  } = r, [f, W] = yl({
11113
11116
  controlled: i,
11114
11117
  default: !!a,
11115
11118
  name: "SwitchBase",
11116
11119
  state: "checked"
11117
- }), L = Or(), B = (M) => {
11120
+ }), L = Or(), H = (M) => {
11118
11121
  S && S(M), L && L.onFocus && L.onFocus(M);
11119
11122
  }, X = (M) => {
11120
11123
  h && h(M), L && L.onBlur && L.onBlur(M);
@@ -11146,13 +11149,13 @@ const e1 = (e) => {
11146
11149
  externalForwardedProps: {
11147
11150
  ...y,
11148
11151
  component: "span",
11149
- ...H
11152
+ ...B
11150
11153
  },
11151
11154
  getSlotProps: (M) => ({
11152
11155
  ...M,
11153
11156
  onFocus: (_) => {
11154
11157
  var I;
11155
- (I = M.onFocus) == null || I.call(M, _), B(_);
11158
+ (I = M.onFocus) == null || I.call(M, _), H(_);
11156
11159
  },
11157
11160
  onBlur: (_) => {
11158
11161
  var I;
@@ -11534,8 +11537,8 @@ const g1 = /* @__PURE__ */ t.jsx(Pr, {
11534
11537
  }, w = u1(k), E = a1();
11535
11538
  let F = i;
11536
11539
  const Y = gl(u, E && E.onChange);
11537
- let H = d;
11538
- E && (typeof F > "u" && (F = p1(E.value, o.value)), typeof H > "u" && (H = E.name));
11540
+ let B = d;
11541
+ E && (typeof F > "u" && (F = p1(E.value, o.value)), typeof B > "u" && (B = E.name));
11539
11542
  const f = h.input ?? j, [W, L] = Ut("root", {
11540
11543
  ref: s,
11541
11544
  elementType: f1,
@@ -11546,11 +11549,11 @@ const g1 = /* @__PURE__ */ t.jsx(Pr, {
11546
11549
  slotProps: h,
11547
11550
  ...S
11548
11551
  },
11549
- getSlotProps: (B) => ({
11550
- ...B,
11552
+ getSlotProps: (H) => ({
11553
+ ...H,
11551
11554
  onChange: (X, ...q) => {
11552
11555
  var Q;
11553
- (Q = B.onChange) == null || Q.call(B, X, ...q), Y(X, ...q);
11556
+ (Q = H.onChange) == null || Q.call(H, X, ...q), Y(X, ...q);
11554
11557
  }
11555
11558
  }),
11556
11559
  ownerState: k,
@@ -11563,7 +11566,7 @@ const g1 = /* @__PURE__ */ t.jsx(Pr, {
11563
11566
  fontSize: l.props.fontSize ?? g
11564
11567
  }),
11565
11568
  disabled: T,
11566
- name: H,
11569
+ name: B,
11567
11570
  checked: F,
11568
11571
  slots: v,
11569
11572
  slotProps: {
@@ -12058,37 +12061,37 @@ const C1 = (e) => {
12058
12061
  props: o,
12059
12062
  muiFormControl: k,
12060
12063
  states: ["error"]
12061
- }), H = {
12064
+ }), B = {
12062
12065
  ...o,
12063
12066
  disabled: w,
12064
12067
  labelPlacement: m,
12065
12068
  required: E,
12066
12069
  error: Y.error
12067
- }, f = C1(H), W = {
12070
+ }, f = C1(B), W = {
12068
12071
  slots: j,
12069
12072
  slotProps: {
12070
12073
  ...a,
12071
12074
  ...S
12072
12075
  }
12073
- }, [L, B] = Ut("typography", {
12076
+ }, [L, H] = Ut("typography", {
12074
12077
  elementType: ar,
12075
12078
  externalForwardedProps: W,
12076
- ownerState: H
12079
+ ownerState: B
12077
12080
  });
12078
12081
  let X = p;
12079
12082
  return X != null && X.type !== ar && !u && (X = /* @__PURE__ */ t.jsx(L, {
12080
12083
  component: "span",
12081
- ...B,
12082
- className: _e(f.label, B == null ? void 0 : B.className),
12084
+ ...H,
12085
+ className: _e(f.label, H == null ? void 0 : H.className),
12083
12086
  children: X
12084
12087
  })), /* @__PURE__ */ t.jsxs(T1, {
12085
12088
  className: _e(f.root, l),
12086
- ownerState: H,
12089
+ ownerState: B,
12087
12090
  ref: s,
12088
12091
  ...T,
12089
12092
  children: [/* @__PURE__ */ ne.cloneElement(c, F), E ? /* @__PURE__ */ t.jsxs("div", {
12090
12093
  children: [X, /* @__PURE__ */ t.jsxs(S1, {
12091
- ownerState: H,
12094
+ ownerState: B,
12092
12095
  "aria-hidden": !0,
12093
12096
  className: f.asterisk,
12094
12097
  children: [" ", "*"]
@@ -12263,11 +12266,11 @@ const $r = 4, rt = (e) => {
12263
12266
  Icon: E,
12264
12267
  displayOptions: F,
12265
12268
  height: Y,
12266
- paddingDropdownHeader: H,
12269
+ paddingDropdownHeader: B,
12267
12270
  widthIcon: f,
12268
12271
  heightIcon: W,
12269
12272
  placeholderInputSearch: L = "Buscar...",
12270
- borderRadiusRight: B = "4px",
12273
+ borderRadiusRight: H = "4px",
12271
12274
  borderRadiusLeft: X = "4px",
12272
12275
  labelText: q,
12273
12276
  subLabelText: Q,
@@ -12373,10 +12376,10 @@ const $r = 4, rt = (e) => {
12373
12376
  backgroundColor: T,
12374
12377
  cursor: w ? "not-allowed" : "pointer",
12375
12378
  opacity: w ? 0.5 : 1,
12376
- padding: H,
12379
+ padding: B,
12377
12380
  height: Y,
12378
- borderTopRightRadius: B,
12379
- borderBottomRightRadius: B,
12381
+ borderTopRightRadius: H,
12382
+ borderBottomRightRadius: H,
12380
12383
  borderTopLeftRadius: X,
12381
12384
  borderBottomLeftRadius: X
12382
12385
  },
@@ -12698,11 +12701,11 @@ const Vo = ({
12698
12701
  topTooltip: E,
12699
12702
  widthTooltip: F,
12700
12703
  isTooltipVisible: Y,
12701
- subLabelText: H,
12704
+ subLabelText: B,
12702
12705
  labelText: f,
12703
12706
  language: W = "es",
12704
12707
  textSelectAll: L = "Seleccionar Todo",
12705
- placeholderSearch: B = "Buscar...",
12708
+ placeholderSearch: H = "Buscar...",
12706
12709
  isRelative: X = !1,
12707
12710
  selectedValues: q,
12708
12711
  fontSizeLabel: Q,
@@ -12828,7 +12831,7 @@ const Vo = ({
12828
12831
  widthTooltip: F,
12829
12832
  isTooltipVisible: Y,
12830
12833
  labelText: f,
12831
- subLabelText: H,
12834
+ subLabelText: B,
12832
12835
  fontSizeLabel: Q
12833
12836
  }
12834
12837
  ),
@@ -12859,7 +12862,7 @@ const Vo = ({
12859
12862
  En,
12860
12863
  {
12861
12864
  inputProperties: {
12862
- placeholder: B,
12865
+ placeholder: H,
12863
12866
  size: {
12864
12867
  width: "100%",
12865
12868
  height: "28px"
@@ -13475,11 +13478,11 @@ const L1 = (e) => {
13475
13478
  fontSizeTooltip: E,
13476
13479
  heightTooltip: F,
13477
13480
  leftTooltip: Y,
13478
- tooltip: H,
13481
+ tooltip: B,
13479
13482
  topTooltip: f,
13480
13483
  widthTooltip: W,
13481
13484
  isTooltipVisible: L,
13482
- placeholderInputSearch: B = "Buscar...",
13485
+ placeholderInputSearch: H = "Buscar...",
13483
13486
  sortAlphabetically: X = !0
13484
13487
  } = e, [q, Q] = ee(a);
13485
13488
  ue(() => {
@@ -13550,7 +13553,7 @@ const L1 = (e) => {
13550
13553
  fontSizeTooltip: E,
13551
13554
  heightTooltip: F,
13552
13555
  leftTooltip: Y,
13553
- tooltip: H,
13556
+ tooltip: B,
13554
13557
  topTooltip: f,
13555
13558
  widthTooltip: W,
13556
13559
  isTooltipVisible: L
@@ -13575,7 +13578,7 @@ const L1 = (e) => {
13575
13578
  En,
13576
13579
  {
13577
13580
  inputProperties: {
13578
- placeholder: B,
13581
+ placeholder: H,
13579
13582
  size: {
13580
13583
  width: "100%",
13581
13584
  height: "28px"
@@ -13823,8 +13826,8 @@ const Z1 = ({
13823
13826
  F.length > 4 && (F = F.slice(0, 4));
13824
13827
  let Y = F;
13825
13828
  if (F.length >= 3 && (Y = `${F.slice(0, 2)}:${F.slice(2)}`), v(Y), Y.length === 5) {
13826
- const [H, f] = Y.split(":");
13827
- parseInt(H, 10) >= 0 && parseInt(H, 10) < 24 && parseInt(f, 10) >= 0 && parseInt(f, 10) < 60 ? (d(H), g(f), r(Y)) : v(`${c}:${u}`);
13829
+ const [B, f] = Y.split(":");
13830
+ parseInt(B, 10) >= 0 && parseInt(B, 10) < 24 && parseInt(f, 10) >= 0 && parseInt(f, 10) < 60 ? (d(B), g(f), r(Y)) : v(`${c}:${u}`);
13828
13831
  }
13829
13832
  }, w = () => {
13830
13833
  m(!p), h.current.focus();
@@ -13924,8 +13927,8 @@ const U1 = (e) => {
13924
13927
  i.handleChange && i.handleChange(Y);
13925
13928
  }, T = { ...i };
13926
13929
  if (T.style && T.style.width) {
13927
- const { width: Y, ...H } = T.style;
13928
- T.style = H;
13930
+ const { width: Y, ...B } = T.style;
13931
+ T.style = B;
13929
13932
  }
13930
13933
  const k = i == null ? void 0 : i.value, [w, E] = ee(k ?? "");
13931
13934
  return ue(() => {
@@ -14130,7 +14133,8 @@ const qh = () => {
14130
14133
  height: l,
14131
14134
  widthIcon: a,
14132
14135
  heightIcon: c,
14133
- keyReset: d
14136
+ keyReset: d,
14137
+ sortAlphabetically: !1
14134
14138
  }
14135
14139
  );
14136
14140
  };
@@ -14170,14 +14174,14 @@ const K1 = (e) => {
14170
14174
  isTooltipVisible: w,
14171
14175
  labelText: E,
14172
14176
  subLabelText: F
14173
- } = e, [Y, H] = ee(!1), f = Ie(null), [W, L] = ee(m || ""), B = (q) => {
14174
- L(q), H(!1), s && s(q);
14177
+ } = e, [Y, B] = ee(!1), f = Ie(null), [W, L] = ee(m || ""), H = (q) => {
14178
+ L(q), B(!1), s && s(q);
14175
14179
  };
14176
14180
  ue(() => {
14177
14181
  L("");
14178
14182
  }, [a]);
14179
14183
  const X = (q) => {
14180
- f.current && !f.current.contains(q.target) && H(!1);
14184
+ f.current && !f.current.contains(q.target) && B(!1);
14181
14185
  };
14182
14186
  return ue(() => (document.addEventListener("mousedown", X), () => {
14183
14187
  document.removeEventListener("mousedown", X);
@@ -14191,7 +14195,7 @@ const K1 = (e) => {
14191
14195
  options: [],
14192
14196
  size: i,
14193
14197
  isOpen: Y,
14194
- setIsOpen: H,
14198
+ setIsOpen: B,
14195
14199
  disabledClickOutside: !0,
14196
14200
  disabled: g,
14197
14201
  error: l,
@@ -14232,7 +14236,7 @@ const K1 = (e) => {
14232
14236
  q.options.map((Q) => /* @__PURE__ */ t.jsx(
14233
14237
  "div",
14234
14238
  {
14235
- onClick: () => B(Q),
14239
+ onClick: () => H(Q),
14236
14240
  className: "item",
14237
14241
  style: {
14238
14242
  padding: "15px 20px",
@@ -15990,11 +15994,11 @@ const _r = Le(/* @__PURE__ */ t.jsx("path", {
15990
15994
  for (let K = 1; K <= G; K++)
15991
15995
  _.push(new Date(z, R + 1, K));
15992
15996
  return _;
15993
- }, H = (y) => !p || !x ? !1 : y >= p && y <= x, f = (y) => !p || !h ? !1 : y >= p && y <= h || y <= p && y >= h, W = (y) => {
15997
+ }, B = (y) => !p || !x ? !1 : y >= p && y <= x, f = (y) => !p || !h ? !1 : y >= p && y <= h || y <= p && y >= h, W = (y) => {
15994
15998
  !p || x ? (m(y), v(null)) : y < p ? (v(p), m(y), o && O(y, p)) : (v(y), o && O(p, y));
15995
15999
  }, L = (y) => {
15996
16000
  j(y);
15997
- }, B = () => !p || !x ? 0 : Math.round(
16001
+ }, H = () => !p || !x ? 0 : Math.round(
15998
16002
  (x.getTime() - p.getTime()) / (1e3 * 60 * 60 * 24)
15999
16003
  ) + 1, X = (y, z) => {
16000
16004
  const R = new Date(y.getFullYear(), y.getMonth() - 1, 1);
@@ -16047,14 +16051,14 @@ const _r = Le(/* @__PURE__ */ t.jsx("path", {
16047
16051
  formatDate: Q,
16048
16052
  handleSearch: $,
16049
16053
  handleCancel: V,
16050
- isDateInRange: H,
16054
+ isDateInRange: B,
16051
16055
  getDaysInMonth: Y,
16052
16056
  isDateDisabled: F,
16053
16057
  handleDateClick: W,
16054
16058
  handleDateHover: L,
16055
16059
  handlePrevClick: X,
16056
16060
  handleNextClick: q,
16057
- getDaysSelected: B,
16061
+ getDaysSelected: H,
16058
16062
  isDateInHoverRange: f,
16059
16063
  keyReset: d,
16060
16064
  resetSelect: u
@@ -16094,11 +16098,11 @@ const _r = Le(/* @__PURE__ */ t.jsx("path", {
16094
16098
  formatDate: E,
16095
16099
  handleSearch: F,
16096
16100
  handleCancel: Y,
16097
- isDateInRange: H,
16101
+ isDateInRange: B,
16098
16102
  getDaysInMonth: f,
16099
16103
  isDateDisabled: W,
16100
16104
  handleDateClick: L,
16101
- handleDateHover: B,
16105
+ handleDateHover: H,
16102
16106
  handlePrevClick: X,
16103
16107
  handleNextClick: q,
16104
16108
  getDaysSelected: Q,
@@ -16125,7 +16129,7 @@ const _r = Le(/* @__PURE__ */ t.jsx("path", {
16125
16129
  const D = f(R), M = R.getMonth(), _ = (A, G) => [
16126
16130
  A && A.getMonth() !== M ? "other-month" : "",
16127
16131
  // Use internal helpers but compare with effective dates for selection states
16128
- A && H(A) ? "in-range" : "",
16132
+ A && B(A) ? "in-range" : "",
16129
16133
  A && V(A) ? "hover-range" : "",
16130
16134
  A && (A.getTime() === ($ == null ? void 0 : $.getTime()) || A.getTime() === (O == null ? void 0 : O.getTime())) ? "selected" : "",
16131
16135
  W(A, G) ? "disabled" : ""
@@ -16219,8 +16223,8 @@ const _r = Le(/* @__PURE__ */ t.jsx("path", {
16219
16223
  )}`,
16220
16224
  disabled: !A || W(A),
16221
16225
  onClick: () => A && !W(A) && L(A),
16222
- onMouseEnter: () => A && !W(A) && B(A),
16223
- onMouseLeave: () => B(null),
16226
+ onMouseEnter: () => A && !W(A) && H(A),
16227
+ onMouseLeave: () => H(null),
16224
16228
  children: /* @__PURE__ */ t.jsx(
16225
16229
  "span",
16226
16230
  {
@@ -16502,7 +16506,7 @@ const _s = (e, { disablePastDates: r, disableBusinessDays: s }) => {
16502
16506
  g,
16503
16507
  p
16504
16508
  ]
16505
- ), H = (V) => {
16509
+ ), B = (V) => {
16506
16510
  const $ = /* @__PURE__ */ new Date(), O = new Date(
16507
16511
  $.getFullYear(),
16508
16512
  $.getMonth(),
@@ -16523,7 +16527,7 @@ const _s = (e, { disablePastDates: r, disableBusinessDays: s }) => {
16523
16527
  }, L = (V) => {
16524
16528
  const $ = new Date(V.getFullYear(), V.getMonth() - 1, 1), O = /* @__PURE__ */ new Date();
16525
16529
  O.setHours(0, 0, 0, 0), !(o && $ < new Date(O.getFullYear(), O.getMonth(), 1)) && S($);
16526
- }, B = (V) => {
16530
+ }, H = (V) => {
16527
16531
  const $ = new Date(V.getFullYear(), V.getMonth() + 1, 1);
16528
16532
  S($);
16529
16533
  }, X = (V) => {
@@ -16556,7 +16560,7 @@ const _s = (e, { disablePastDates: r, disableBusinessDays: s }) => {
16556
16560
  formatDate: X,
16557
16561
  setLeftMonth: S,
16558
16562
  handleSearch: Q,
16559
- disablePrev: H,
16563
+ disablePrev: B,
16560
16564
  handleCancel: q,
16561
16565
  selectedDate: v,
16562
16566
  isDateInRange: f,
@@ -16564,7 +16568,7 @@ const _s = (e, { disablePastDates: r, disableBusinessDays: s }) => {
16564
16568
  getDaysInMonth: F,
16565
16569
  isDateDisabled: Y,
16566
16570
  handlePrevClick: L,
16567
- handleNextClick: B,
16571
+ handleNextClick: H,
16568
16572
  handleDateClick: W,
16569
16573
  setSelectedDate: h
16570
16574
  };
@@ -16596,11 +16600,11 @@ const _s = (e, { disablePastDates: r, disableBusinessDays: s }) => {
16596
16600
  const {
16597
16601
  date: F,
16598
16602
  isOpen: Y,
16599
- setDate: H,
16603
+ setDate: B,
16600
16604
  language: f,
16601
16605
  leftMonth: W,
16602
16606
  setIsOpen: L,
16603
- disablePrev: B,
16607
+ disablePrev: H,
16604
16608
  isDateInRange: X,
16605
16609
  getDaysInMonth: q,
16606
16610
  isDateDisabled: Q,
@@ -16636,8 +16640,8 @@ const _s = (e, { disablePastDates: r, disableBusinessDays: s }) => {
16636
16640
  return `${K} ${re} de ${U} ${he}`;
16637
16641
  };
16638
16642
  ue(() => {
16639
- H(null), z(null);
16640
- }, [d, H, z]), ue(() => {
16643
+ B(null), z(null);
16644
+ }, [d, B, z]), ue(() => {
16641
16645
  if (D) {
16642
16646
  (W.getMonth() !== D.getMonth() || W.getFullYear() !== D.getFullYear()) && R(
16643
16647
  new Date(D.getFullYear(), D.getMonth(), 1)
@@ -16670,7 +16674,7 @@ const _s = (e, { disablePastDates: r, disableBusinessDays: s }) => {
16670
16674
  {
16671
16675
  className: "calendar-nav-button",
16672
16676
  onClick: () => $(I),
16673
- disabled: B(
16677
+ disabled: H(
16674
16678
  new Date(I.getFullYear(), I.getMonth() - 1, 1)
16675
16679
  ),
16676
16680
  children: /* @__PURE__ */ t.jsx("span", { className: "sr-only", children: /* @__PURE__ */ t.jsx(_r, { style: { width: "15px" } }) })
@@ -16831,9 +16835,9 @@ const Xn = (e) => e.map((r) => ({
16831
16835
  }, m = (j, S) => {
16832
16836
  u.current = !0, l((N) => {
16833
16837
  var Y;
16834
- const T = N.findIndex((H) => H.id === j);
16838
+ const T = N.findIndex((B) => B.id === j);
16835
16839
  let k = [...N], w = [];
16836
- const E = e.find((H) => H.id === j) || {};
16840
+ const E = e.find((B) => B.id === j) || {};
16837
16841
  if (E.multiple !== !1)
16838
16842
  if (T === -1)
16839
16843
  w = [S], k.push({
@@ -16842,25 +16846,25 @@ const Xn = (e) => e.map((r) => ({
16842
16846
  optionsSelect: w
16843
16847
  });
16844
16848
  else {
16845
- const H = N[T].optionsSelect;
16846
- H.some((W) => W.id === S.id) ? w = H.filter((W) => W.id !== S.id) : w = [...H, S], w.length === 0 ? k.splice(T, 1) : (w.sort((W, L) => {
16847
- var B;
16848
- return (B = W.label) == null ? void 0 : B.localeCompare(L.label);
16849
+ const B = N[T].optionsSelect;
16850
+ B.some((W) => W.id === S.id) ? w = B.filter((W) => W.id !== S.id) : w = [...B, S], w.length === 0 ? k.splice(T, 1) : (w.sort((W, L) => {
16851
+ var H;
16852
+ return (H = W.label) == null ? void 0 : H.localeCompare(L.label);
16849
16853
  }), k[T].optionsSelect = w);
16850
16854
  }
16851
16855
  else if (T === -1 || ((Y = N[T].optionsSelect[0]) == null ? void 0 : Y.id) !== S.id ? w = [S] : w = [], w.length === 0)
16852
16856
  T > -1 && k.splice(T, 1);
16853
16857
  else {
16854
- const H = {
16858
+ const B = {
16855
16859
  id: j,
16856
16860
  title: E.title || "",
16857
16861
  optionsSelect: w
16858
16862
  };
16859
- T === -1 ? k.push(H) : k[T] = H;
16863
+ T === -1 ? k.push(B) : k[T] = B;
16860
16864
  }
16861
16865
  if (r) {
16862
- const H = g(k);
16863
- r(H);
16866
+ const B = g(k);
16867
+ r(B);
16864
16868
  }
16865
16869
  return k;
16866
16870
  });
@@ -16921,7 +16925,7 @@ const Xn = (e) => e.map((r) => ({
16921
16925
  expandedSections: T,
16922
16926
  filterRef: k,
16923
16927
  setSelectedFilters: w
16924
- } = J0(e, r), [E, F] = ee({}), [Y, H] = ee({}), f = Ie({}), W = Ie(!0), L = 132, B = 220, X = (O) => {
16928
+ } = J0(e, r), [E, F] = ee({}), [Y, B] = ee({}), f = Ie({}), W = Ie(!0), L = 132, H = 220, X = (O) => {
16925
16929
  F((y) => ({
16926
16930
  ...y,
16927
16931
  [O]: !y[O]
@@ -17016,7 +17020,7 @@ const Xn = (e) => e.map((r) => ({
17016
17020
  T == null || T.forEach((y) => {
17017
17021
  const z = f.current[y];
17018
17022
  z && z.scrollHeight > L && (O[y] = !0);
17019
- }), H(O);
17023
+ }), B(O);
17020
17024
  }, [T, e]);
17021
17025
  const V = i !== void 0 ? i : j;
17022
17026
  ue(() => {
@@ -17196,7 +17200,7 @@ const Xn = (e) => e.map((r) => ({
17196
17200
  className: "section-content",
17197
17201
  ref: (fe) => f.current[O] = fe,
17198
17202
  style: Y[O] ? E[O] ? {
17199
- maxHeight: B,
17203
+ maxHeight: H,
17200
17204
  overflowY: "scroll"
17201
17205
  } : {
17202
17206
  maxHeight: L,
@@ -17541,7 +17545,7 @@ const rh = ({
17541
17545
  }) => {
17542
17546
  const [d, u] = ee(!1), [g, p] = Bs((C) => C + 1, 0), m = e === "es" ? Fr : Br, [x, v] = ee(null), [h, j] = ee(null), [S, N] = ee(null), [T, k] = ee(/* @__PURE__ */ new Date()), [w, E] = ee(
17543
17547
  new Date((/* @__PURE__ */ new Date()).setMonth((/* @__PURE__ */ new Date()).getMonth() + 1))
17544
- ), [F, Y] = ee(!1), H = (C, D) => {
17548
+ ), [F, Y] = ee(!1), B = (C, D) => {
17545
17549
  const M = /* @__PURE__ */ new Date();
17546
17550
  if (M.setHours(0, 0, 0, 0), c) {
17547
17551
  const _ = new Date(M);
@@ -17559,7 +17563,7 @@ const rh = ({
17559
17563
  for (let he = 1; he <= U; he++)
17560
17564
  G.push(new Date(D, M + 1, he));
17561
17565
  return G;
17562
- }, W = (C) => !x || !h ? !1 : C >= x && C <= h, L = (C) => !x || !S ? !1 : C >= x && C <= S || C <= x && C >= S, B = (C) => {
17566
+ }, W = (C) => !x || !h ? !1 : C >= x && C <= h, L = (C) => !x || !S ? !1 : C >= x && C <= S || C <= x && C >= S, H = (C) => {
17563
17567
  !x || h ? (v(C), j(null)) : C < x ? (j(x), v(C), o && z(C, x)) : (j(C), o && z(x, C));
17564
17568
  }, X = (C) => {
17565
17569
  N(C);
@@ -17618,8 +17622,8 @@ const rh = ({
17618
17622
  handleCancel: O,
17619
17623
  isDateInRange: W,
17620
17624
  getDaysInMonth: f,
17621
- isDateDisabled: H,
17622
- handleDateClick: B,
17625
+ isDateDisabled: B,
17626
+ handleDateClick: H,
17623
17627
  handleDateHover: X,
17624
17628
  handlePrevClick: Q,
17625
17629
  handleNextClick: V,
@@ -17661,11 +17665,11 @@ const rh = ({
17661
17665
  endDate: E,
17662
17666
  language: F,
17663
17667
  leftMonth: Y,
17664
- startDate: H,
17668
+ startDate: B,
17665
17669
  setIsOpen: f,
17666
17670
  rightMonth: W,
17667
17671
  handleSearch: L,
17668
- handleCancel: B,
17672
+ handleCancel: H,
17669
17673
  isDateInRange: X,
17670
17674
  getDaysInMonth: q,
17671
17675
  isDateDisabled: Q,
@@ -17690,18 +17694,18 @@ const rh = ({
17690
17694
  }), _ = Ie(null);
17691
17695
  ue(() => {
17692
17696
  const A = (G) => {
17693
- _.current && !_.current.contains(G.target) && (w || D) && (f(!1), M(!1), i || B());
17697
+ _.current && !_.current.contains(G.target) && (w || D) && (f(!1), M(!1), i || H());
17694
17698
  };
17695
17699
  return document.addEventListener("mousedown", A), () => {
17696
17700
  document.removeEventListener("mousedown", A);
17697
17701
  };
17698
- }, [E, B, w, f, H, i, D, M]);
17702
+ }, [E, H, w, f, B, i, D, M]);
17699
17703
  const I = (A, G = !0) => {
17700
17704
  const K = q(A), re = A.getMonth(), U = (ie, fe) => [
17701
17705
  ie && ie.getMonth() !== re ? "other-month" : "",
17702
17706
  ie && X(ie) ? "in-range" : "",
17703
17707
  ie && R(ie) ? "hover-range" : "",
17704
- ie && (ie.getTime() === (H == null ? void 0 : H.getTime()) || ie.getTime() === (E == null ? void 0 : E.getTime())) ? "selected" : "",
17708
+ ie && (ie.getTime() === (B == null ? void 0 : B.getTime()) || ie.getTime() === (E == null ? void 0 : E.getTime())) ? "selected" : "",
17705
17709
  Q(ie, fe) ? "disabled" : ""
17706
17710
  ].join(" "), he = ({
17707
17711
  date: ie,
@@ -17734,7 +17738,7 @@ const rh = ({
17734
17738
  disabled: mn(
17735
17739
  new Date(A.getFullYear(), A.getMonth() - 1, 1),
17736
17740
  !0,
17737
- H,
17741
+ B,
17738
17742
  o
17739
17743
  ) || he({
17740
17744
  date: A,
@@ -17757,7 +17761,7 @@ const rh = ({
17757
17761
  disabled: mn(
17758
17762
  new Date(A.getFullYear(), A.getMonth() + 1, 1),
17759
17763
  !1,
17760
- H,
17764
+ B,
17761
17765
  o
17762
17766
  ) || g && new Date(A.getFullYear(), A.getMonth(), 1).getTime() >= new Date(
17763
17767
  (/* @__PURE__ */ new Date()).getFullYear(),
@@ -17811,7 +17815,7 @@ const rh = ({
17811
17815
  ] });
17812
17816
  };
17813
17817
  return ue(() => {
17814
- T && B();
17818
+ T && H();
17815
17819
  }, [T]), ue(() => {
17816
17820
  w && M(!1);
17817
17821
  }, [w]), /* @__PURE__ */ t.jsxs("div", { className: "container-date-range-picker", children: [
@@ -17837,7 +17841,8 @@ const rh = ({
17837
17841
  fontSizeOptions: h,
17838
17842
  keyReset: k,
17839
17843
  labelText: j,
17840
- subLabelText: S
17844
+ subLabelText: S,
17845
+ sortAlphabetically: !1
17841
17846
  }
17842
17847
  ),
17843
17848
  D && /* @__PURE__ */ t.jsxs(
@@ -17854,7 +17859,7 @@ const rh = ({
17854
17859
  I(Y, !0),
17855
17860
  I(W, !1)
17856
17861
  ] }),
17857
- !m && /* @__PURE__ */ t.jsx("div", { className: "date-picker-footer", children: H && E && /* @__PURE__ */ t.jsxs(
17862
+ !m && /* @__PURE__ */ t.jsx("div", { className: "date-picker-footer", children: B && E && /* @__PURE__ */ t.jsxs(
17858
17863
  "div",
17859
17864
  {
17860
17865
  style: {
@@ -17874,7 +17879,7 @@ const rh = ({
17874
17879
  Wr,
17875
17880
  {
17876
17881
  buttonProperties: {
17877
- onClick: () => B(),
17882
+ onClick: () => H(),
17878
17883
  style: {
17879
17884
  width: "115px",
17880
17885
  textAlign: "center"
@@ -17906,7 +17911,7 @@ const rh = ({
17906
17911
  ]
17907
17912
  }
17908
17913
  ),
17909
- H && E && i && /* @__PURE__ */ t.jsx("button", { className: "button-reset", onClick: () => B(), children: /* @__PURE__ */ t.jsx(wr, {}) })
17914
+ B && E && i && /* @__PURE__ */ t.jsx("button", { className: "button-reset", onClick: () => H(), children: /* @__PURE__ */ t.jsx(wr, {}) })
17910
17915
  ] });
17911
17916
  };
17912
17917
  sh.propTypes = {
@@ -18387,10 +18392,10 @@ const cr = (e, r = "100px", s, o, i) => ({
18387
18392
  texAlignTHead: E = "start",
18388
18393
  textAlignTBody: F = "start",
18389
18394
  fontSizeState: Y,
18390
- fontStyleTBody: H = "normal",
18395
+ fontStyleTBody: B = "normal",
18391
18396
  fontStyleTHead: f = "normal"
18392
18397
  }) => {
18393
- const [W, L] = ee({}), B = ($) => {
18398
+ const [W, L] = ee({}), H = ($) => {
18394
18399
  L((O) => ({ ...O, [$]: !O[$] }));
18395
18400
  }, X = ($) => {
18396
18401
  r($);
@@ -18434,7 +18439,7 @@ const cr = (e, r = "100px", s, o, i) => ({
18434
18439
  style: {
18435
18440
  fontSize: c,
18436
18441
  textAlign: "center",
18437
- fontStyle: H
18442
+ fontStyle: B
18438
18443
  },
18439
18444
  children: a
18440
18445
  }
@@ -18446,7 +18451,7 @@ const cr = (e, r = "100px", s, o, i) => ({
18446
18451
  /* @__PURE__ */ t.jsx("td", { children: /* @__PURE__ */ t.jsx(
18447
18452
  "button",
18448
18453
  {
18449
- onClick: () => B($.id),
18454
+ onClick: () => H($.id),
18450
18455
  className: "reset-styles-button",
18451
18456
  style: { width: "100%" },
18452
18457
  children: /* @__PURE__ */ t.jsx(
@@ -18465,7 +18470,7 @@ const cr = (e, r = "100px", s, o, i) => ({
18465
18470
  padding: y === w ? "0 9px" : "10px",
18466
18471
  fontSize: N,
18467
18472
  textAlign: F,
18468
- fontStyle: H
18473
+ fontStyle: B
18469
18474
  },
18470
18475
  children: y === w ? cr(
18471
18476
  $[y],
@@ -18494,7 +18499,7 @@ const cr = (e, r = "100px", s, o, i) => ({
18494
18499
  onClick: () => X($),
18495
18500
  style: {
18496
18501
  fontSize: N,
18497
- fontStyle: H
18502
+ fontStyle: B
18498
18503
  },
18499
18504
  children: i
18500
18505
  }
@@ -18524,7 +18529,7 @@ const cr = (e, r = "100px", s, o, i) => ({
18524
18529
  padding: C === w ? "0 9px" : "10px",
18525
18530
  fontSize: N,
18526
18531
  textAlign: F,
18527
- fontStyle: H
18532
+ fontStyle: B
18528
18533
  },
18529
18534
  children: C === w ? cr(
18530
18535
  y[C],
@@ -18553,7 +18558,7 @@ const cr = (e, r = "100px", s, o, i) => ({
18553
18558
  onClick: () => q(y),
18554
18559
  style: {
18555
18560
  fontSize: N,
18556
- fontStyle: H
18561
+ fontStyle: B
18557
18562
  },
18558
18563
  children: i
18559
18564
  }
@@ -19105,7 +19110,7 @@ const yh = ({
19105
19110
  fontStyleTBody: F = "normal",
19106
19111
  fontStyleTHead: Y = "normal"
19107
19112
  }) => {
19108
- const H = (L) => {
19113
+ const B = (L) => {
19109
19114
  r(L);
19110
19115
  }, f = (e == null ? void 0 : e.length) > 0 ? Object.keys(e[0]).filter(
19111
19116
  (L) => L !== "options" && !j.includes(L)
@@ -19117,7 +19122,7 @@ const yh = ({
19117
19122
  style: { width: s, minHeight: c, fontStyle: F },
19118
19123
  children: [
19119
19124
  /* @__PURE__ */ t.jsx("thead", { children: /* @__PURE__ */ t.jsxs("tr", { children: [
19120
- f.map((L, B) => /* @__PURE__ */ t.jsx(
19125
+ f.map((L, H) => /* @__PURE__ */ t.jsx(
19121
19126
  "th",
19122
19127
  {
19123
19128
  style: {
@@ -19127,7 +19132,7 @@ const yh = ({
19127
19132
  },
19128
19133
  children: L
19129
19134
  },
19130
- B
19135
+ H
19131
19136
  )),
19132
19137
  f.length > 0 ? /* @__PURE__ */ t.jsx(
19133
19138
  "th",
@@ -19154,7 +19159,7 @@ const yh = ({
19154
19159
  children: l
19155
19160
  }
19156
19161
  ) }),
19157
- e.map((L, B) => {
19162
+ e.map((L, H) => {
19158
19163
  var X;
19159
19164
  return /* @__PURE__ */ t.jsxs("tr", { children: [
19160
19165
  f.map((q, Q) => /* @__PURE__ */ t.jsx(
@@ -19202,7 +19207,7 @@ const yh = ({
19202
19207
  "button",
19203
19208
  {
19204
19209
  className: "edit-button",
19205
- onClick: () => H(L),
19210
+ onClick: () => B(L),
19206
19211
  style: {
19207
19212
  fontSize: x,
19208
19213
  textAlign: T,
@@ -19213,7 +19218,7 @@ const yh = ({
19213
19218
  ),
19214
19219
  /* @__PURE__ */ t.jsx("button", { className: "edit-icon", onClick: () => d(L), children: u })
19215
19220
  ] }) })
19216
- ] }, (L == null ? void 0 : L.id) || B);
19221
+ ] }, (L == null ? void 0 : L.id) || H);
19217
19222
  })
19218
19223
  ] })
19219
19224
  ]