kelt-ui-kit-react 1.6.9 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as Le from "react";
2
- import Re, { createContext as Ra, useRef as se, useState as F, useEffect as q, useContext as On, useCallback as A, useDebugValue as Gn, createElement as Yo, forwardRef as Ue, useId as Bo, useImperativeHandle as Dr, useMemo as Me, Children as Uo, cloneElement as zo } from "react";
2
+ import Te, { createContext as Ta, useRef as se, useState as F, useEffect as q, useContext as On, useCallback as A, useDebugValue as Gn, createElement as Yo, forwardRef as Ue, useId as Bo, useImperativeHandle as Dr, useMemo as Me, Children as Uo, cloneElement as zo } from "react";
3
3
  import Nn, { createPortal as Aa } from "react-dom";
4
4
  var ar = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
5
5
  function Go(e) {
@@ -19,7 +19,7 @@ var Hn;
19
19
  function Ho() {
20
20
  if (Hn) return It;
21
21
  Hn = 1;
22
- var e = Re, t = Symbol.for("react.element"), r = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, a = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
22
+ var e = Te, t = Symbol.for("react.element"), r = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, a = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
23
23
  function s(l, c, d) {
24
24
  var f, v = {}, g = null, h = null;
25
25
  d !== void 0 && (g = "" + d), c.key !== void 0 && (g = "" + c.key), c.ref !== void 0 && (h = c.ref);
@@ -42,7 +42,7 @@ var $t = {};
42
42
  var qn;
43
43
  function qo() {
44
44
  return qn || (qn = 1, process.env.NODE_ENV !== "production" && function() {
45
- var e = Re, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), h = Symbol.for("react.offscreen"), p = Symbol.iterator, m = "@@iterator";
45
+ var e = Te, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), h = Symbol.for("react.offscreen"), p = Symbol.iterator, m = "@@iterator";
46
46
  function w(u) {
47
47
  if (u === null || typeof u != "object")
48
48
  return null;
@@ -52,14 +52,14 @@ function qo() {
52
52
  var j = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
53
53
  function b(u) {
54
54
  {
55
- for (var x = arguments.length, O = new Array(x > 1 ? x - 1 : 0), R = 1; R < x; R++)
56
- O[R - 1] = arguments[R];
55
+ for (var x = arguments.length, O = new Array(x > 1 ? x - 1 : 0), T = 1; T < x; T++)
56
+ O[T - 1] = arguments[T];
57
57
  D("error", u, O);
58
58
  }
59
59
  }
60
60
  function D(u, x, O) {
61
61
  {
62
- var R = j.ReactDebugCurrentFrame, B = R.getStackAddendum();
62
+ var T = j.ReactDebugCurrentFrame, B = T.getStackAddendum();
63
63
  B !== "" && (x += "%s", O = O.concat([B]));
64
64
  var N = O.map(function(k) {
65
65
  return String(k);
@@ -67,19 +67,19 @@ function qo() {
67
67
  N.unshift("Warning: " + x), Function.prototype.apply.call(console[u], console, N);
68
68
  }
69
69
  }
70
- var S = !1, T = !1, C = !1, P = !1, W = !1, y;
70
+ var S = !1, R = !1, C = !1, P = !1, W = !1, y;
71
71
  y = Symbol.for("react.module.reference");
72
72
  function E(u) {
73
- return !!(typeof u == "string" || typeof u == "function" || u === n || u === i || W || u === a || u === d || u === f || P || u === h || S || T || C || typeof u == "object" && u !== null && (u.$$typeof === g || u.$$typeof === v || u.$$typeof === s || u.$$typeof === l || u.$$typeof === c || // This needs to include all possible module reference object
73
+ return !!(typeof u == "string" || typeof u == "function" || u === n || u === i || W || u === a || u === d || u === f || P || u === h || S || R || C || typeof u == "object" && u !== null && (u.$$typeof === g || u.$$typeof === v || u.$$typeof === s || u.$$typeof === l || u.$$typeof === c || // This needs to include all possible module reference object
74
74
  // types supported by any Flight configuration anywhere since
75
75
  // we don't know which Flight build this will end up being used
76
76
  // with.
77
77
  u.$$typeof === y || u.getModuleId !== void 0));
78
78
  }
79
79
  function I(u, x, O) {
80
- var R = u.displayName;
81
- if (R)
82
- return R;
80
+ var T = u.displayName;
81
+ if (T)
82
+ return T;
83
83
  var B = x.displayName || x.name || "";
84
84
  return B !== "" ? O + "(" + B + ")" : O;
85
85
  }
@@ -118,8 +118,8 @@ function qo() {
118
118
  case c:
119
119
  return I(u, u.render, "ForwardRef");
120
120
  case v:
121
- var R = u.displayName || null;
122
- return R !== null ? R : L(u.type) || "Memo";
121
+ var T = u.displayName || null;
122
+ return T !== null ? T : L(u.type) || "Memo";
123
123
  case g: {
124
124
  var B = u, N = B._payload, k = B._init;
125
125
  try {
@@ -200,8 +200,8 @@ function qo() {
200
200
  try {
201
201
  throw Error();
202
202
  } catch (B) {
203
- var R = B.stack.trim().match(/\n( *(at )?)/);
204
- pe = R && R[1] || "";
203
+ var T = B.stack.trim().match(/\n( *(at )?)/);
204
+ pe = T && T[1] || "";
205
205
  }
206
206
  return `
207
207
  ` + pe + u;
@@ -220,7 +220,7 @@ function qo() {
220
220
  if (O !== void 0)
221
221
  return O;
222
222
  }
223
- var R;
223
+ var T;
224
224
  ne = !0;
225
225
  var B = Error.prepareStackTrace;
226
226
  Error.prepareStackTrace = void 0;
@@ -239,14 +239,14 @@ function qo() {
239
239
  try {
240
240
  Reflect.construct(k, []);
241
241
  } catch (ye) {
242
- R = ye;
242
+ T = ye;
243
243
  }
244
244
  Reflect.construct(u, [], k);
245
245
  } else {
246
246
  try {
247
247
  k.call();
248
248
  } catch (ye) {
249
- R = ye;
249
+ T = ye;
250
250
  }
251
251
  u.call(k.prototype);
252
252
  }
@@ -254,14 +254,14 @@ function qo() {
254
254
  try {
255
255
  throw Error();
256
256
  } catch (ye) {
257
- R = ye;
257
+ T = ye;
258
258
  }
259
259
  u();
260
260
  }
261
261
  } catch (ye) {
262
- if (ye && R && typeof ye.stack == "string") {
262
+ if (ye && T && typeof ye.stack == "string") {
263
263
  for (var _ = ye.stack.split(`
264
- `), z = R.stack.split(`
264
+ `), z = T.stack.split(`
265
265
  `), V = _.length - 1, J = z.length - 1; V >= 1 && J >= 0 && _[V] !== z[J]; )
266
266
  J--;
267
267
  for (; V >= 1 && J >= 0; V--, J--)
@@ -310,7 +310,7 @@ function qo() {
310
310
  case v:
311
311
  return Ce(u.type, x, O);
312
312
  case g: {
313
- var R = u, B = R._payload, N = R._init;
313
+ var T = u, B = T._payload, N = T._init;
314
314
  try {
315
315
  return Ce(N(B), x, O);
316
316
  } catch {
@@ -327,7 +327,7 @@ function qo() {
327
327
  } else
328
328
  Nt.setExtraStackFrame(null);
329
329
  }
330
- function Lr(u, x, O, R, B) {
330
+ function Lr(u, x, O, T, B) {
331
331
  {
332
332
  var N = Function.call.bind(oe);
333
333
  for (var k in u)
@@ -335,14 +335,14 @@ function qo() {
335
335
  var _ = void 0;
336
336
  try {
337
337
  if (typeof u[k] != "function") {
338
- var z = Error((R || "React class") + ": " + O + " type `" + k + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof u[k] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
338
+ var z = Error((T || "React class") + ": " + O + " type `" + k + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof u[k] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
339
339
  throw z.name = "Invariant Violation", z;
340
340
  }
341
- _ = u[k](x, k, R, O, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
341
+ _ = u[k](x, k, T, O, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
342
342
  } catch (V) {
343
343
  _ = V;
344
344
  }
345
- _ && !(_ instanceof Error) && (qe(B), b("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", R || "React class", O, k, typeof _), qe(null)), _ instanceof Error && !(_.message in He) && (He[_.message] = !0, qe(B), b("Failed %s type: %s", O, _.message), qe(null));
345
+ _ && !(_ instanceof Error) && (qe(B), b("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", T || "React class", O, k, typeof _), qe(null)), _ instanceof Error && !(_.message in He) && (He[_.message] = !0, qe(B), b("Failed %s type: %s", O, _.message), qe(null));
346
346
  }
347
347
  }
348
348
  }
@@ -417,7 +417,7 @@ function qo() {
417
417
  });
418
418
  }
419
419
  }
420
- var Zt = function(u, x, O, R, B, N, k) {
420
+ var Zt = function(u, x, O, T, B, N, k) {
421
421
  var _ = {
422
422
  // This tag allows us to uniquely identify this as a React Element
423
423
  $$typeof: t,
@@ -438,7 +438,7 @@ function qo() {
438
438
  configurable: !1,
439
439
  enumerable: !1,
440
440
  writable: !1,
441
- value: R
441
+ value: T
442
442
  }), Object.defineProperty(_, "_source", {
443
443
  configurable: !1,
444
444
  enumerable: !1,
@@ -446,7 +446,7 @@ function qo() {
446
446
  value: B
447
447
  }), Object.freeze && (Object.freeze(_.props), Object.freeze(_)), _;
448
448
  };
449
- function er(u, x, O, R, B) {
449
+ function er(u, x, O, T, B) {
450
450
  {
451
451
  var N, k = {}, _ = null, z = null;
452
452
  O !== void 0 && (Xt(O), _ = "" + O), Yr(x) && (Xt(x.key), _ = "" + x.key), Jt(x) && (z = x.ref, st(x, B));
@@ -461,7 +461,7 @@ function qo() {
461
461
  var J = typeof u == "function" ? u.displayName || u.name || "Unknown" : u;
462
462
  _ && Qt(k, J), z && Br(k, J);
463
463
  }
464
- return Zt(u, _, z, B, R, Kt.current, k);
464
+ return Zt(u, _, z, B, T, Kt.current, k);
465
465
  }
466
466
  }
467
467
  var Xe = j.ReactCurrentOwner, tr = j.ReactDebugCurrentFrame;
@@ -514,8 +514,8 @@ Check the top-level render call using <` + O + ">.");
514
514
  if (Ke[O])
515
515
  return;
516
516
  Ke[O] = !0;
517
- var R = "";
518
- u && u._owner && u._owner !== Xe.current && (R = " It was passed a child from " + L(u._owner.type) + "."), Ie(u), b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', O, R), Ie(null);
517
+ var T = "";
518
+ u && u._owner && u._owner !== Xe.current && (T = " It was passed a child from " + L(u._owner.type) + "."), Ie(u), b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', O, T), Ie(null);
519
519
  }
520
520
  }
521
521
  function rr(u, x) {
@@ -524,8 +524,8 @@ Check the top-level render call using <` + O + ">.");
524
524
  return;
525
525
  if (Et(u))
526
526
  for (var O = 0; O < u.length; O++) {
527
- var R = u[O];
528
- ct(R) && we(R, x);
527
+ var T = u[O];
528
+ ct(T) && we(T, x);
529
529
  }
530
530
  else if (ct(u))
531
531
  u._store && (u._store.validated = !0);
@@ -552,8 +552,8 @@ Check the top-level render call using <` + O + ">.");
552
552
  else
553
553
  return;
554
554
  if (O) {
555
- var R = L(x);
556
- Lr(O, u.props, "prop", R, u);
555
+ var T = L(x);
556
+ Lr(O, u.props, "prop", T, u);
557
557
  } else if (x.PropTypes !== void 0 && !_t) {
558
558
  _t = !0;
559
559
  var B = L(x);
@@ -565,9 +565,9 @@ Check the top-level render call using <` + O + ">.");
565
565
  function nr(u) {
566
566
  {
567
567
  for (var x = Object.keys(u.props), O = 0; O < x.length; O++) {
568
- var R = x[O];
569
- if (R !== "children" && R !== "key") {
570
- Ie(u), b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", R), Ie(null);
568
+ var T = x[O];
569
+ if (T !== "children" && T !== "key") {
570
+ Ie(u), b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", T), Ie(null);
571
571
  break;
572
572
  }
573
573
  }
@@ -575,7 +575,7 @@ Check the top-level render call using <` + O + ">.");
575
575
  }
576
576
  }
577
577
  var Pt = {};
578
- function lt(u, x, O, R, B, N) {
578
+ function lt(u, x, O, T, B, N) {
579
579
  {
580
580
  var k = E(u);
581
581
  if (!k) {
@@ -592,7 +592,7 @@ Check the top-level render call using <` + O + ">.");
592
592
  if (k) {
593
593
  var ge = x.children;
594
594
  if (ge !== void 0)
595
- if (R)
595
+ if (T)
596
596
  if (Et(ge)) {
597
597
  for (var We = 0; We < ge.length; We++)
598
598
  rr(ge[We], u);
@@ -622,11 +622,11 @@ React keys must be passed directly to JSX without using spread:
622
622
  function ut(u, x, O) {
623
623
  return lt(u, x, O, !0);
624
624
  }
625
- function Tt(u, x, O) {
625
+ function Rt(u, x, O) {
626
626
  return lt(u, x, O, !1);
627
627
  }
628
- var Rt = Tt, At = ut;
629
- $t.Fragment = n, $t.jsx = Rt, $t.jsxs = At;
628
+ var Tt = Rt, At = ut;
629
+ $t.Fragment = n, $t.jsx = Tt, $t.jsxs = At;
630
630
  }()), $t;
631
631
  }
632
632
  process.env.NODE_ENV === "production" ? en.exports = Ho() : en.exports = qo();
@@ -697,7 +697,7 @@ function ni() {
697
697
  }
698
698
  new Promise(() => {
699
699
  });
700
- const $a = Ra(1);
700
+ const $a = Ta(1);
701
701
  function bl({ children: e }) {
702
702
  const t = ni(), r = se(1), [n, a] = F(1);
703
703
  return q(() => {
@@ -768,19 +768,7 @@ function Nl(e, t) {
768
768
  const a = e.getFullYear().toString(), i = String(e.getMonth() + 1).padStart(2, "0"), s = String(e.getDate()).padStart(2, "0"), l = String(e.getHours()).padStart(2, "0"), c = String(e.getMinutes()).padStart(2, "0"), d = String(e.getSeconds()).padStart(2, "0"), f = r[e.getDay()], v = n[e.getMonth()];
769
769
  return t.replace("dddd", f).replace("MMMM", v).replace("YYYY", a).replace("MM", i).replace("DD", s).replace("HH", l).replace("mm", c).replace("ss", d);
770
770
  }
771
- function El(e) {
772
- const [t, r, n] = e.split("-").map(Number);
773
- return new Date(t, r - 1, n, 0, 0, 0).toISOString();
774
- }
775
- function kl(e) {
776
- const [t, r, n] = e.split("-").map(Number);
777
- return new Date(t, r - 1, n, 0, 0, 0, 0);
778
- }
779
- function _l(e) {
780
- const [t, r, n] = e.split("-").map(Number);
781
- return new Date(t, r - 1, n, 23, 59, 59, 999);
782
- }
783
- const Cl = (e = 768) => {
771
+ const El = (e = 768) => {
784
772
  const [t, r] = F(
785
773
  typeof window < "u" ? window.innerWidth <= e : !1
786
774
  );
@@ -839,13 +827,13 @@ function ii(e, t) {
839
827
  throw new Mt(`Invalid token specified: invalid json for part #${r + 1} (${i.message})`);
840
828
  }
841
829
  }
842
- const Pl = () => ({ getTokenValidate: A(() => {
830
+ const kl = () => ({ getTokenValidate: A(() => {
843
831
  const t = localStorage.getItem("token");
844
832
  if (!t)
845
833
  return null;
846
834
  const r = ii(t), n = Date.now() / 1e3;
847
835
  return !r.exp || r.exp < n ? null : t;
848
- }, []) }), Tl = () => ({ isValidateEmail: (n) => /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(n), isValidateTel: (n) => /^\+?[0-9\s.-]{7,15}$/.test(n), isValidateCodePostal: (n) => /^[0-9]{5}$/.test(n) }), Rl = () => {
836
+ }, []) }), _l = () => ({ isValidateEmail: (n) => /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(n), isValidateTel: (n) => /^\+?[0-9\s.-]{7,15}$/.test(n), isValidateCodePostal: (n) => /^[0-9]{5}$/.test(n) }), Cl = () => {
849
837
  const e = se(null);
850
838
  return q(() => {
851
839
  if (!e.current) return;
@@ -895,7 +883,7 @@ const Pl = () => ({ getTokenValidate: A(() => {
895
883
  );
896
884
  };
897
885
  var je = /* @__PURE__ */ ((e) => (e.EXTRA_SMALL = "xs", e.SMALL = "sm", e.MEDIUM = "md", e.LARGE = "xl", e.EXTRA_LARGE = "xxl", e))(je || {});
898
- const Al = ({
886
+ const Pl = ({
899
887
  className: e,
900
888
  onClick: t,
901
889
  title: r,
@@ -962,7 +950,7 @@ const Al = ({
962
950
  s.subMenu && s.subMenu.length > 0 && /* @__PURE__ */ o.jsx("div", { className: "ml-3 mt-1 submenu", children: a(s.subMenu) })
963
951
  ] }, s.id)) });
964
952
  return /* @__PURE__ */ o.jsx("div", { className: `menu ${e.className || ""}`, children: a(e.items) });
965
- }, Fa = Ra(void 0), Il = ({
953
+ }, Fa = Ta(void 0), Rl = ({
966
954
  children: e
967
955
  }) => {
968
956
  const [t, r] = F(null);
@@ -1020,7 +1008,7 @@ function ie(e, t) {
1020
1008
  function mt(e, t, r) {
1021
1009
  return e.slice(t, r);
1022
1010
  }
1023
- function Te(e) {
1011
+ function Re(e) {
1024
1012
  return e.length;
1025
1013
  }
1026
1014
  function Ua(e) {
@@ -1100,7 +1088,7 @@ function rn(e) {
1100
1088
  return 0;
1101
1089
  }
1102
1090
  function yi(e) {
1103
- return Nr = pt = 1, za = Te(wt = e), Oe = 0, [];
1091
+ return Nr = pt = 1, za = Re(wt = e), Oe = 0, [];
1104
1092
  }
1105
1093
  function bi(e) {
1106
1094
  return wt = "", e;
@@ -1151,7 +1139,7 @@ function Di(e) {
1151
1139
  return bi(hr("", null, null, null, [""], e = yi(e), 0, [0], e));
1152
1140
  }
1153
1141
  function hr(e, t, r, n, a, i, s, l, c) {
1154
- for (var d = 0, f = 0, v = s, g = 0, h = 0, p = 0, m = 1, w = 1, j = 1, b = 0, D = "", S = a, T = i, C = n, P = D; w; )
1142
+ for (var d = 0, f = 0, v = s, g = 0, h = 0, p = 0, m = 1, w = 1, j = 1, b = 0, D = "", S = a, R = i, C = n, P = D; w; )
1155
1143
  switch (p = b, b = Ne()) {
1156
1144
  case 40:
1157
1145
  if (p != 108 && ie(P, v - 1) == 58) {
@@ -1183,7 +1171,7 @@ function hr(e, t, r, n, a, i, s, l, c) {
1183
1171
  }
1184
1172
  break;
1185
1173
  case 123 * m:
1186
- l[d++] = Te(P) * j;
1174
+ l[d++] = Re(P) * j;
1187
1175
  case 125 * m:
1188
1176
  case 59:
1189
1177
  case 0:
@@ -1192,30 +1180,30 @@ function hr(e, t, r, n, a, i, s, l, c) {
1192
1180
  case 125:
1193
1181
  w = 0;
1194
1182
  case 59 + f:
1195
- j == -1 && (P = $(P, /\f/g, "")), h > 0 && Te(P) - v && Lt(h > 32 ? ea(P + ";", n, r, v - 1, c) : ea($(P, " ", "") + ";", n, r, v - 2, c), c);
1183
+ j == -1 && (P = $(P, /\f/g, "")), h > 0 && Re(P) - v && Lt(h > 32 ? ea(P + ";", n, r, v - 1, c) : ea($(P, " ", "") + ";", n, r, v - 2, c), c);
1196
1184
  break;
1197
1185
  case 59:
1198
1186
  P += ";";
1199
1187
  default:
1200
- if (Lt(C = Zn(P, t, r, d, f, a, l, D, S = [], T = [], v, i), i), b === 123)
1188
+ if (Lt(C = Zn(P, t, r, d, f, a, l, D, S = [], R = [], v, i), i), b === 123)
1201
1189
  if (f === 0)
1202
- hr(P, t, C, C, S, i, v, l, T);
1190
+ hr(P, t, C, C, S, i, v, l, R);
1203
1191
  else
1204
1192
  switch (g === 99 && ie(P, 3) === 110 ? 100 : g) {
1205
1193
  case 100:
1206
1194
  case 108:
1207
1195
  case 109:
1208
1196
  case 115:
1209
- hr(e, C, C, n && Lt(Zn(e, C, C, 0, 0, a, l, D, a, S = [], v, T), T), a, T, v, l, n ? S : T);
1197
+ hr(e, C, C, n && Lt(Zn(e, C, C, 0, 0, a, l, D, a, S = [], v, R), R), a, R, v, l, n ? S : R);
1210
1198
  break;
1211
1199
  default:
1212
- hr(P, C, C, C, [""], T, 0, l, T);
1200
+ hr(P, C, C, C, [""], R, 0, l, R);
1213
1201
  }
1214
1202
  }
1215
1203
  d = f = h = 0, m = j = 1, D = P = "", v = s;
1216
1204
  break;
1217
1205
  case 58:
1218
- v = 1 + Te(P), h = p;
1206
+ v = 1 + Re(P), h = p;
1219
1207
  default:
1220
1208
  if (m < 1) {
1221
1209
  if (b == 123)
@@ -1228,13 +1216,13 @@ function hr(e, t, r, n, a, i, s, l, c) {
1228
1216
  j = f > 0 ? 1 : (P += "\f", -1);
1229
1217
  break;
1230
1218
  case 44:
1231
- l[d++] = (Te(P) - 1) * j, j = 1;
1219
+ l[d++] = (Re(P) - 1) * j, j = 1;
1232
1220
  break;
1233
1221
  case 64:
1234
- et() === 45 && (P += zr(Ne())), g = et(), f = v = Te(D = P += Si(fr())), b++;
1222
+ et() === 45 && (P += zr(Ne())), g = et(), f = v = Re(D = P += Si(fr())), b++;
1235
1223
  break;
1236
1224
  case 45:
1237
- p === 45 && Te(P) == 2 && (m = 0);
1225
+ p === 45 && Re(P) == 2 && (m = 0);
1238
1226
  }
1239
1227
  }
1240
1228
  return i;
@@ -1358,7 +1346,7 @@ function Ga(e, t, r) {
1358
1346
  case 5789:
1359
1347
  case 5021:
1360
1348
  case 4765:
1361
- if (Te(e) - 1 - t > 6)
1349
+ if (Re(e) - 1 - t > 6)
1362
1350
  switch (ie(e, t + 1)) {
1363
1351
  case 109:
1364
1352
  if (ie(e, t + 4) !== 45)
@@ -1412,9 +1400,9 @@ function Ni(e, t, r, n) {
1412
1400
  case Va:
1413
1401
  return e.return = e.value + "{" + yr(e.children, n) + "}";
1414
1402
  case Or:
1415
- if (!Te(e.value = e.props.join(","))) return "";
1403
+ if (!Re(e.value = e.props.join(","))) return "";
1416
1404
  }
1417
- return Te(r = yr(e.children, n)) ? e.return = e.value + "{" + r + "}" : "";
1405
+ return Re(r = yr(e.children, n)) ? e.return = e.value + "{" + r + "}" : "";
1418
1406
  }
1419
1407
  function Ei(e) {
1420
1408
  var t = Ua(e);
@@ -1502,7 +1490,7 @@ var Ci = {
1502
1490
  strokeOpacity: 1,
1503
1491
  strokeWidth: 1
1504
1492
  }, nt = typeof process < "u" && process.env !== void 0 && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || "data-styled", Ha = "active", qa = "data-styled-version", _r = "6.1.18", Cn = `/*!sc*/
1505
- `, br = typeof window < "u" && typeof document < "u", Pi = !!(typeof SC_DISABLE_SPEEDY == "boolean" ? SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== "" ? process.env.REACT_APP_SC_DISABLE_SPEEDY !== "false" && process.env.REACT_APP_SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.SC_DISABLE_SPEEDY !== void 0 && process.env.SC_DISABLE_SPEEDY !== "" ? process.env.SC_DISABLE_SPEEDY !== "false" && process.env.SC_DISABLE_SPEEDY : process.env.NODE_ENV !== "production"), ta = /invalid hook call/i, or = /* @__PURE__ */ new Set(), Ti = function(e, t) {
1493
+ `, br = typeof window < "u" && typeof document < "u", Pi = !!(typeof SC_DISABLE_SPEEDY == "boolean" ? SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== "" ? process.env.REACT_APP_SC_DISABLE_SPEEDY !== "false" && process.env.REACT_APP_SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.SC_DISABLE_SPEEDY !== void 0 && process.env.SC_DISABLE_SPEEDY !== "" ? process.env.SC_DISABLE_SPEEDY !== "false" && process.env.SC_DISABLE_SPEEDY : process.env.NODE_ENV !== "production"), ta = /invalid hook call/i, or = /* @__PURE__ */ new Set(), Ri = function(e, t) {
1506
1494
  if (process.env.NODE_ENV !== "production") {
1507
1495
  var r = t ? ' with the id of "'.concat(t, '"') : "", n = "The component ".concat(e).concat(r, ` has been created dynamically.
1508
1496
  `) + `You may see this warning because you've called styled inside another component.
@@ -1522,7 +1510,7 @@ See https://styled-components.com/docs/basics#define-styled-components-outside-o
1522
1510
  }
1523
1511
  }
1524
1512
  }, Cr = Object.freeze([]), gt = Object.freeze({});
1525
- function Ri(e, t, r) {
1513
+ function Ti(e, t, r) {
1526
1514
  return r === void 0 && (r = gt), e.theme !== r.theme && e.theme || t || r.theme;
1527
1515
  }
1528
1516
  var an = /* @__PURE__ */ new Set(["a", "abbr", "address", "area", "article", "aside", "audio", "b", "base", "bdi", "bdo", "big", "blockquote", "body", "br", "button", "canvas", "caption", "cite", "code", "col", "colgroup", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "keygen", "label", "legend", "li", "link", "main", "map", "mark", "menu", "menuitem", "meta", "meter", "nav", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "script", "section", "select", "small", "source", "span", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "u", "ul", "use", "var", "video", "wbr", "circle", "clipPath", "defs", "ellipse", "foreignObject", "g", "image", "line", "linearGradient", "marker", "mask", "path", "pattern", "polygon", "polyline", "radialGradient", "rect", "stop", "svg", "text", "tspan"]), Ai = /[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g, Ii = /(^-|-$)/g;
@@ -1602,7 +1590,7 @@ function sn(e, t, r) {
1602
1590
  else if (bt(t)) for (var n in t) e[n] = sn(e[n], t[n]);
1603
1591
  return e;
1604
1592
  }
1605
- function Tn(e, t) {
1593
+ function Rn(e, t) {
1606
1594
  Object.defineProperty(e, "toString", { value: t });
1607
1595
  }
1608
1596
  var Gi = process.env.NODE_ENV !== "production" ? { 1: `Cannot create styled-component for component: %s.
@@ -1775,7 +1763,7 @@ var ro = function(e) {
1775
1763
  function e(t, r, n) {
1776
1764
  t === void 0 && (t = gt), r === void 0 && (r = {});
1777
1765
  var a = this;
1778
- this.options = be(be({}, os), t), this.gs = r, this.names = new Map(n), this.server = !!t.isServer, !this.server && br && la && (la = !1, ca(this)), Tn(this, function() {
1766
+ this.options = be(be({}, os), t), this.gs = r, this.names = new Map(n), this.server = !!t.isServer, !this.server && br && la && (la = !1, ca(this)), Rn(this, function() {
1779
1767
  return function(i) {
1780
1768
  for (var s = i.getTag(), l = s.length, c = "", d = function(v) {
1781
1769
  var g = function(j) {
@@ -1852,9 +1840,9 @@ function cs(e) {
1852
1840
  return h.name || jt(15), Qe(g, h.name);
1853
1841
  }, Xa).toString() : "", v;
1854
1842
  }
1855
- var ls = new no(), cn = cs(), oo = Re.createContext({ shouldForwardProp: void 0, styleSheet: ls, stylis: cn });
1843
+ var ls = new no(), cn = cs(), oo = Te.createContext({ shouldForwardProp: void 0, styleSheet: ls, stylis: cn });
1856
1844
  oo.Consumer;
1857
- Re.createContext(void 0);
1845
+ Te.createContext(void 0);
1858
1846
  function ua() {
1859
1847
  return On(oo);
1860
1848
  }
@@ -1865,7 +1853,7 @@ var da = function() {
1865
1853
  i === void 0 && (i = cn);
1866
1854
  var s = n.name + i.hash;
1867
1855
  a.hasNameForId(n.id, s) || a.insertRules(n.id, s, i(n.rules, s, "@keyframes"));
1868
- }, this.name = t, this.id = "sc-keyframes-".concat(t), this.rules = r, Tn(this, function() {
1856
+ }, this.name = t, this.id = "sc-keyframes-".concat(t), this.rules = r, Rn(this, function() {
1869
1857
  throw jt(12, String(n.name));
1870
1858
  });
1871
1859
  }
@@ -1944,15 +1932,15 @@ var fs = Ka(_r), hs = function() {
1944
1932
  }
1945
1933
  return a;
1946
1934
  }, e;
1947
- }(), co = Re.createContext(void 0);
1935
+ }(), co = Te.createContext(void 0);
1948
1936
  co.Consumer;
1949
1937
  var qr = {}, ha = /* @__PURE__ */ new Set();
1950
1938
  function vs(e, t, r) {
1951
- var n = Pn(e), a = e, i = !Hr(e), s = t.attrs, l = s === void 0 ? Cr : s, c = t.componentId, d = c === void 0 ? function(S, T) {
1939
+ var n = Pn(e), a = e, i = !Hr(e), s = t.attrs, l = s === void 0 ? Cr : s, c = t.componentId, d = c === void 0 ? function(S, R) {
1952
1940
  var C = typeof S != "string" ? "sc" : ra(S);
1953
1941
  qr[C] = (qr[C] || 0) + 1;
1954
1942
  var P = "".concat(C, "-").concat(Mi(_r + C + qr[C]));
1955
- return T ? "".concat(T, "-").concat(P) : P;
1943
+ return R ? "".concat(R, "-").concat(P) : P;
1956
1944
  }(t.displayName, t.parentComponentId) : c, f = t.displayName, v = f === void 0 ? function(S) {
1957
1945
  return Hr(S) ? "styled.".concat(S) : "Styled(".concat(Ja(S), ")");
1958
1946
  }(e) : f, g = t.displayName && t.componentId ? "".concat(ra(t.displayName), "-").concat(t.componentId) : t.componentId || d, h = n && a.attrs ? a.attrs.concat(l).filter(Boolean) : l, p = t.shouldForwardProp;
@@ -1960,17 +1948,17 @@ function vs(e, t, r) {
1960
1948
  var m = a.shouldForwardProp;
1961
1949
  if (t.shouldForwardProp) {
1962
1950
  var w = t.shouldForwardProp;
1963
- p = function(S, T) {
1964
- return m(S, T) && w(S, T);
1951
+ p = function(S, R) {
1952
+ return m(S, R) && w(S, R);
1965
1953
  };
1966
1954
  } else p = m;
1967
1955
  }
1968
1956
  var j = new hs(r, g, n ? a.componentStyle : void 0);
1969
- function b(S, T) {
1957
+ function b(S, R) {
1970
1958
  return function(C, P, W) {
1971
- var y = C.attrs, E = C.componentStyle, I = C.defaultProps, M = C.foldedComponentIds, L = C.styledComponentId, X = C.target, ve = Re.useContext(co), re = ua(), xe = C.shouldForwardProp || re.shouldForwardProp;
1959
+ var y = C.attrs, E = C.componentStyle, I = C.defaultProps, M = C.foldedComponentIds, L = C.styledComponentId, X = C.target, ve = Te.useContext(co), re = ua(), xe = C.shouldForwardProp || re.shouldForwardProp;
1972
1960
  process.env.NODE_ENV !== "production" && Gn(L);
1973
- var Ae = Ri(P, ve, I) || gt, ee = function(ke, me, pe) {
1961
+ var Ae = Ti(P, ve, I) || gt, ee = function(ke, me, pe) {
1974
1962
  for (var le, ne = be(be({}, me), { className: void 0, theme: pe }), De = 0; De < ke.length; De += 1) {
1975
1963
  var _e = yt(le = ke[De]) ? le(ne) : le;
1976
1964
  for (var fe in _e) ne[fe] = fe === "className" ? Ze(ne[fe], _e[fe]) : fe === "style" ? be(be({}, ne[fe]), _e[fe]) : _e[fe];
@@ -1985,23 +1973,23 @@ function vs(e, t, r) {
1985
1973
  process.env.NODE_ENV !== "production" && C.warnTooManyClasses && C.warnTooManyClasses(Se);
1986
1974
  var Ee = Ze(M, L);
1987
1975
  return Se && (Ee += " " + Se), ee.className && (Ee += " " + ee.className), ce[Hr(K) && !an.has(K) ? "class" : "className"] = Ee, W && (ce.ref = W), Yo(K, ce);
1988
- }(D, S, T);
1976
+ }(D, S, R);
1989
1977
  }
1990
1978
  b.displayName = v;
1991
- var D = Re.forwardRef(b);
1979
+ var D = Te.forwardRef(b);
1992
1980
  return D.attrs = h, D.componentStyle = j, D.displayName = v, D.shouldForwardProp = p, D.foldedComponentIds = n ? Ze(a.foldedComponentIds, a.styledComponentId) : "", D.styledComponentId = g, D.target = n ? a.target : e, Object.defineProperty(D, "defaultProps", { get: function() {
1993
1981
  return this._foldedDefaultProps;
1994
1982
  }, set: function(S) {
1995
- this._foldedDefaultProps = n ? function(T) {
1983
+ this._foldedDefaultProps = n ? function(R) {
1996
1984
  for (var C = [], P = 1; P < arguments.length; P++) C[P - 1] = arguments[P];
1997
- for (var W = 0, y = C; W < y.length; W++) sn(T, y[W], !0);
1998
- return T;
1985
+ for (var W = 0, y = C; W < y.length; W++) sn(R, y[W], !0);
1986
+ return R;
1999
1987
  }({}, a.defaultProps, S) : S;
2000
- } }), process.env.NODE_ENV !== "production" && (Ti(v, g), D.warnTooManyClasses = /* @__PURE__ */ function(S, T) {
1988
+ } }), process.env.NODE_ENV !== "production" && (Ri(v, g), D.warnTooManyClasses = /* @__PURE__ */ function(S, R) {
2001
1989
  var C = {}, P = !1;
2002
1990
  return function(W) {
2003
1991
  if (!P && (C[W] = !0, Object.keys(C).length >= 200)) {
2004
- var y = T ? ' with the id of "'.concat(T, '"') : "";
1992
+ var y = R ? ' with the id of "'.concat(R, '"') : "";
2005
1993
  console.warn("Over ".concat(200, " classes were generated for component ").concat(S).concat(y, `.
2006
1994
  `) + `Consider using the attrs method, together with a style object for frequently changed styles.
2007
1995
  Example:
@@ -2014,7 +2002,7 @@ Example:
2014
2002
  <Component />`), P = !0, C = {};
2015
2003
  }
2016
2004
  };
2017
- }(v, g)), Tn(D, function() {
2005
+ }(v, g)), Rn(D, function() {
2018
2006
  return ".".concat(D.styledComponentId);
2019
2007
  }), i && to(D, e, { attrs: !0, componentStyle: !0, displayName: !0, foldedComponentIds: !0, shouldForwardProp: !0, styledComponentId: !0, target: !0 }), D;
2020
2008
  }
@@ -2045,9 +2033,9 @@ function ln(e, t, r) {
2045
2033
  }
2046
2034
  var lo = function(e) {
2047
2035
  return ln(vs, e);
2048
- }, Rn = lo;
2036
+ }, Tn = lo;
2049
2037
  an.forEach(function(e) {
2050
- Rn[e] = lo(e);
2038
+ Tn[e] = lo(e);
2051
2039
  });
2052
2040
  process.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn(`It looks like you've imported 'styled-components' on React Native.
2053
2041
  Perhaps you're looking to import 'styled-components/native'?
@@ -2056,7 +2044,7 @@ var cr = "__sc-".concat(nt, "__");
2056
2044
  process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && typeof window < "u" && (window[cr] || (window[cr] = 0), window[cr] === 1 && console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
2057
2045
 
2058
2046
  See https://s-c.sh/2BAXzed for more info.`), window[cr] += 1);
2059
- const ms = Rn.div`
2047
+ const ms = Tn.div`
2060
2048
  position: absolute;
2061
2049
  z-index: 5;
2062
2050
  top: ${({ $top: e }) => e}px;
@@ -2089,36 +2077,36 @@ const ms = Rn.div`
2089
2077
  if (!t && r)
2090
2078
  h(r);
2091
2079
  else if (e) {
2092
- const S = e.getBoundingClientRect(), T = (D = p.current) == null ? void 0 : D.getBoundingClientRect(), { innerWidth: C, innerHeight: P } = window;
2093
- if (T) {
2080
+ const S = e.getBoundingClientRect(), R = (D = p.current) == null ? void 0 : D.getBoundingClientRect(), { innerWidth: C, innerHeight: P } = window;
2081
+ if (R) {
2094
2082
  let W, y;
2095
2083
  const E = {
2096
2084
  topRight: () => ({
2097
- top: S.top - T.height,
2098
- left: S.right - T.width
2085
+ top: S.top - R.height,
2086
+ left: S.right - R.width
2099
2087
  }),
2100
2088
  topLeft: () => ({
2101
- top: S.top - T.height,
2089
+ top: S.top - R.height,
2102
2090
  left: S.left
2103
2091
  }),
2104
2092
  bottomRight: () => ({
2105
2093
  top: S.bottom,
2106
- left: S.right - T.width
2094
+ left: S.right - R.width
2107
2095
  }),
2108
2096
  bottomLeft: () => ({
2109
2097
  top: S.bottom,
2110
2098
  left: S.left
2111
2099
  }),
2112
2100
  left: () => ({
2113
- top: S.top + S.height / 2 - T.height / 2,
2114
- left: S.left - T.width
2101
+ top: S.top + S.height / 2 - R.height / 2,
2102
+ left: S.left - R.width
2115
2103
  }),
2116
2104
  right: () => ({
2117
- top: S.top + S.height / 2 - T.height / 2,
2105
+ top: S.top + S.height / 2 - R.height / 2,
2118
2106
  left: S.right
2119
2107
  })
2120
2108
  };
2121
- t && E[t] ? { top: W, left: y } = E[t]() : (y = S.right, W = S.bottom, S.right + T.width > C && (y = S.left - T.width), S.bottom + T.height > P && (W = S.top - T.height)), h({ top: W, left: y < 0 ? 0 : y });
2109
+ t && E[t] ? { top: W, left: y } = E[t]() : (y = S.right, W = S.bottom, S.right + R.width > C && (y = S.left - R.width), S.bottom + R.height > P && (W = S.top - R.height)), h({ top: W, left: y < 0 ? 0 : y });
2122
2110
  }
2123
2111
  }
2124
2112
  };
@@ -2163,7 +2151,7 @@ const ms = Rn.div`
2163
2151
  document.body
2164
2152
  ) : null;
2165
2153
  }
2166
- ), $l = ({
2154
+ ), Tl = ({
2167
2155
  className: e,
2168
2156
  onClick: t,
2169
2157
  title: r,
@@ -2232,7 +2220,7 @@ const ms = Rn.div`
2232
2220
  }
2233
2221
  )
2234
2222
  ] });
2235
- }, Ml = ({
2223
+ }, Al = ({
2236
2224
  onFileSelected: e,
2237
2225
  accept: t = "*",
2238
2226
  buttonText: r = "Choisir un fichier",
@@ -2354,7 +2342,7 @@ const ms = Rn.div`
2354
2342
  }
2355
2343
  )
2356
2344
  ] });
2357
- }, Ll = ({
2345
+ }, Il = ({
2358
2346
  item: e,
2359
2347
  actions: t,
2360
2348
  className: r,
@@ -2422,7 +2410,7 @@ const ms = Rn.div`
2422
2410
  ]
2423
2411
  }
2424
2412
  );
2425
- }, Fl = ({
2413
+ }, $l = ({
2426
2414
  children: e,
2427
2415
  showControls: t = !0,
2428
2416
  itemsToScroll: r = 1,
@@ -2479,7 +2467,7 @@ const ms = Rn.div`
2479
2467
  transform: `translateX(-${a * 100 / l}%)`,
2480
2468
  transition: "transform 0.5s ease-in-out"
2481
2469
  },
2482
- children: Re.Children.map(e, (p) => /* @__PURE__ */ o.jsx(
2470
+ children: Te.Children.map(e, (p) => /* @__PURE__ */ o.jsx(
2483
2471
  "div",
2484
2472
  {
2485
2473
  className: "carousel-slide",
@@ -2506,7 +2494,7 @@ const ms = Rn.div`
2506
2494
  t && t(e);
2507
2495
  };
2508
2496
  return /* @__PURE__ */ o.jsx("div", { className: "cell", onClick: r, children: e.child });
2509
- }, Wl = ({
2497
+ }, Ml = ({
2510
2498
  cols: e,
2511
2499
  rows: t,
2512
2500
  damierCells: r = [],
@@ -2563,14 +2551,14 @@ const wr = Ue(
2563
2551
  onBlur: b,
2564
2552
  onClick: D,
2565
2553
  handleKeyDown: S
2566
- }, T) => {
2554
+ }, R) => {
2567
2555
  const [C, P] = F(!1);
2568
2556
  return /* @__PURE__ */ o.jsxs("div", { className: `input-container ${`input-container-${r}`} `, children: [
2569
2557
  /* @__PURE__ */ o.jsx("input", { name: `hide-${t}`, type: "text", style: { display: "none" } }),
2570
2558
  /* @__PURE__ */ o.jsx(
2571
2559
  "input",
2572
2560
  {
2573
- ref: T,
2561
+ ref: R,
2574
2562
  id: e,
2575
2563
  name: t,
2576
2564
  inputMode: l ?? (r === "number" ? "numeric" : "text"),
@@ -2768,7 +2756,7 @@ const pa = ({ display: e, full: t, message: r }) => /* @__PURE__ */ o.jsxs(o.Fra
2768
2756
  `row-${e.id}-${t}`
2769
2757
  );
2770
2758
  };
2771
- function Vl(e) {
2759
+ function Ll(e) {
2772
2760
  const {
2773
2761
  id: t,
2774
2762
  name: r,
@@ -2788,18 +2776,18 @@ function Vl(e) {
2788
2776
  hideToggleAll: w = !1,
2789
2777
  limitSelect: j = void 0,
2790
2778
  getRowId: b
2791
- } = e, D = se(null), [S, T] = F(
2779
+ } = e, D = se(null), [S, R] = F(
2792
2780
  /* @__PURE__ */ new Set()
2793
2781
  ), C = A(() => {
2794
2782
  if (S.size === s.length)
2795
- T(/* @__PURE__ */ new Set()), m == null || m([]);
2783
+ R(/* @__PURE__ */ new Set()), m == null || m([]);
2796
2784
  else {
2797
2785
  let y = s.map(
2798
2786
  (I) => b ? b(I) : I.id ?? I
2799
2787
  );
2800
2788
  j && y.length > j && (y = y.slice(0, j));
2801
2789
  const E = new Set(y);
2802
- T(E), m == null || m(
2790
+ R(E), m == null || m(
2803
2791
  s.filter(
2804
2792
  (I) => E.has(b ? b(I) : I.id ?? I)
2805
2793
  )
@@ -2821,7 +2809,7 @@ function Vl(e) {
2821
2809
  return;
2822
2810
  M.add(I);
2823
2811
  }
2824
- T(M);
2812
+ R(M);
2825
2813
  const L = s.filter(
2826
2814
  (X) => M.has(b ? b(X) : X.id ?? X)
2827
2815
  );
@@ -3037,8 +3025,8 @@ var Cs = _s, un = { exports: {} }, Ps = () => {
3037
3025
  }
3038
3026
  t.default = i, e.exports = i, e.exports.default = i;
3039
3027
  })(un, un.exports);
3040
- var Ts = un.exports;
3041
- const Rs = Cs, As = Ts, Xr = /* @__PURE__ */ new WeakMap(), ho = /* @__PURE__ */ new WeakMap(), jr = (e, { cacheKey: t, cache: r = /* @__PURE__ */ new Map(), maxAge: n } = {}) => {
3028
+ var Rs = un.exports;
3029
+ const Ts = Cs, As = Rs, Xr = /* @__PURE__ */ new WeakMap(), ho = /* @__PURE__ */ new WeakMap(), jr = (e, { cacheKey: t, cache: r = /* @__PURE__ */ new Map(), maxAge: n } = {}) => {
3042
3030
  typeof n == "number" && As(r);
3043
3031
  const a = function(...i) {
3044
3032
  const s = t ? t(i) : i[0], l = r.get(s);
@@ -3050,7 +3038,7 @@ const Rs = Cs, As = Ts, Xr = /* @__PURE__ */ new WeakMap(), ho = /* @__PURE__ */
3050
3038
  maxAge: n ? Date.now() + n : Number.POSITIVE_INFINITY
3051
3039
  }), c;
3052
3040
  };
3053
- return Rs(a, e, {
3041
+ return Ts(a, e, {
3054
3042
  ignoreNonConfigurable: !0
3055
3043
  }), ho.set(a, r), a;
3056
3044
  };
@@ -3155,7 +3143,7 @@ function ze(e) {
3155
3143
  return e.getMonth();
3156
3144
  throw new Error("Failed to get month from date: ".concat(e, "."));
3157
3145
  }
3158
- function Tr(e) {
3146
+ function Rr(e) {
3159
3147
  if (e instanceof Date)
3160
3148
  return e.getDate();
3161
3149
  throw new Error("Failed to get year from date: ".concat(e, "."));
@@ -3169,7 +3157,7 @@ function Ge(e) {
3169
3157
  var t = Q(e), r = t + (-t + 1) % 10, n = /* @__PURE__ */ new Date();
3170
3158
  return n.setFullYear(r, 0, 1), n.setHours(0, 0, 0, 0), n;
3171
3159
  }
3172
- var yo = Fe(Q, Ge, -10), $n = Fe(Q, Ge, 10), Rr = Bt($n), bo = Fe(Q, Rr, -10), xo = Ut(Ge, Rr);
3160
+ var yo = Fe(Q, Ge, -10), $n = Fe(Q, Ge, 10), Tr = Bt($n), bo = Fe(Q, Tr, -10), xo = Ut(Ge, Tr);
3173
3161
  function Dt(e) {
3174
3162
  var t = Q(e), r = /* @__PURE__ */ new Date();
3175
3163
  return r.setFullYear(t, 0, 1), r.setHours(0, 0, 0, 0), r;
@@ -3190,17 +3178,17 @@ var So = Ln(at, -1), Fn = Ln(at, 1), zt = Bt(Fn), Do = Ln(zt, -1), zs = Ut(at, z
3190
3178
  function Gs(e, t) {
3191
3179
  return function(n, a) {
3192
3180
  a === void 0 && (a = t);
3193
- var i = Q(n), s = ze(n), l = Tr(n) + a, c = /* @__PURE__ */ new Date();
3181
+ var i = Q(n), s = ze(n), l = Rr(n) + a, c = /* @__PURE__ */ new Date();
3194
3182
  return c.setFullYear(i, s, l), c.setHours(0, 0, 0, 0), e(c);
3195
3183
  };
3196
3184
  }
3197
3185
  function Gt(e) {
3198
- var t = Q(e), r = ze(e), n = Tr(e), a = /* @__PURE__ */ new Date();
3186
+ var t = Q(e), r = ze(e), n = Rr(e), a = /* @__PURE__ */ new Date();
3199
3187
  return a.setFullYear(t, r, n), a.setHours(0, 0, 0, 0), a;
3200
3188
  }
3201
3189
  var Hs = Gs(Gt, 1), Wn = Bt(Hs), qs = Ut(Gt, Wn);
3202
3190
  function Oo(e) {
3203
- return Tr(zt(e));
3191
+ return Rr(zt(e));
3204
3192
  }
3205
3193
  var de = {
3206
3194
  GREGORY: "gregory",
@@ -3387,7 +3375,7 @@ function ko(e, t) {
3387
3375
  case "century":
3388
3376
  return In(t);
3389
3377
  case "decade":
3390
- return Rr(t);
3378
+ return Tr(t);
3391
3379
  case "year":
3392
3380
  return Ar(t);
3393
3381
  case "month":
@@ -3476,7 +3464,7 @@ function Po(e, t) {
3476
3464
  }
3477
3465
  var Pe = "react-calendar__navigation";
3478
3466
  function Sc(e) {
3479
- var t = e.activeStartDate, r = e.drillUp, n = e.formatMonthYear, a = n === void 0 ? No : n, i = e.formatYear, s = i === void 0 ? Ir : i, l = e.locale, c = e.maxDate, d = e.minDate, f = e.navigationAriaLabel, v = f === void 0 ? "" : f, g = e.navigationAriaLive, h = e.navigationLabel, p = e.next2AriaLabel, m = p === void 0 ? "" : p, w = e.next2Label, j = w === void 0 ? "»" : w, b = e.nextAriaLabel, D = b === void 0 ? "" : b, S = e.nextLabel, T = S === void 0 ? "›" : S, C = e.prev2AriaLabel, P = C === void 0 ? "" : C, W = e.prev2Label, y = W === void 0 ? "«" : W, E = e.prevAriaLabel, I = E === void 0 ? "" : E, M = e.prevLabel, L = M === void 0 ? "‹" : M, X = e.setActiveStartDate, ve = e.showDoubleView, re = e.view, xe = e.views, Ae = xe.indexOf(re) > 0, ee = re !== "century", K = mc(re, t), ce = ee ? pc(re, t) : void 0, Z = Eo(re, t), Se = ee ? gc(re, t) : void 0, Ee = function() {
3467
+ var t = e.activeStartDate, r = e.drillUp, n = e.formatMonthYear, a = n === void 0 ? No : n, i = e.formatYear, s = i === void 0 ? Ir : i, l = e.locale, c = e.maxDate, d = e.minDate, f = e.navigationAriaLabel, v = f === void 0 ? "" : f, g = e.navigationAriaLive, h = e.navigationLabel, p = e.next2AriaLabel, m = p === void 0 ? "" : p, w = e.next2Label, j = w === void 0 ? "»" : w, b = e.nextAriaLabel, D = b === void 0 ? "" : b, S = e.nextLabel, R = S === void 0 ? "›" : S, C = e.prev2AriaLabel, P = C === void 0 ? "" : C, W = e.prev2Label, y = W === void 0 ? "«" : W, E = e.prevAriaLabel, I = E === void 0 ? "" : E, M = e.prevLabel, L = M === void 0 ? "‹" : M, X = e.setActiveStartDate, ve = e.showDoubleView, re = e.view, xe = e.views, Ae = xe.indexOf(re) > 0, ee = re !== "century", K = mc(re, t), ce = ee ? pc(re, t) : void 0, Z = Eo(re, t), Se = ee ? gc(re, t) : void 0, Ee = function() {
3480
3468
  if (K.getFullYear() < 0)
3481
3469
  return !0;
3482
3470
  var te = yc(re, t);
@@ -3525,7 +3513,7 @@ function Sc(e) {
3525
3513
  var te = "".concat(Pe, "__label");
3526
3514
  return o.jsxs("button", { "aria-label": v, "aria-live": g, className: te, disabled: !Ae, onClick: r, style: { flexGrow: 1 }, type: "button", children: [o.jsx("span", { className: "".concat(te, "__labelText ").concat(te, "__labelText--from"), children: fe(t) }), ve ? o.jsxs(o.Fragment, { children: [o.jsx("span", { className: "".concat(te, "__divider"), children: " – " }), o.jsx("span", { className: "".concat(te, "__labelText ").concat(te, "__labelText--to"), children: fe(Z) })] }) : null] });
3527
3515
  }
3528
- return o.jsxs("div", { className: Pe, children: [y !== null && ee ? o.jsx("button", { "aria-label": P, className: "".concat(Pe, "__arrow ").concat(Pe, "__prev2-button"), disabled: ke, onClick: ne, type: "button", children: y }) : null, L !== null && o.jsx("button", { "aria-label": I, className: "".concat(Pe, "__arrow ").concat(Pe, "__prev-button"), disabled: Ee, onClick: le, type: "button", children: L }), Ot(), T !== null && o.jsx("button", { "aria-label": D, className: "".concat(Pe, "__arrow ").concat(Pe, "__next-button"), disabled: me, onClick: De, type: "button", children: T }), j !== null && ee ? o.jsx("button", { "aria-label": m, className: "".concat(Pe, "__arrow ").concat(Pe, "__next2-button"), disabled: pe, onClick: _e, type: "button", children: j }) : null] });
3516
+ return o.jsxs("div", { className: Pe, children: [y !== null && ee ? o.jsx("button", { "aria-label": P, className: "".concat(Pe, "__arrow ").concat(Pe, "__prev2-button"), disabled: ke, onClick: ne, type: "button", children: y }) : null, L !== null && o.jsx("button", { "aria-label": I, className: "".concat(Pe, "__arrow ").concat(Pe, "__prev-button"), disabled: Ee, onClick: le, type: "button", children: L }), Ot(), R !== null && o.jsx("button", { "aria-label": D, className: "".concat(Pe, "__arrow ").concat(Pe, "__next-button"), disabled: me, onClick: De, type: "button", children: R }), j !== null && ee ? o.jsx("button", { "aria-label": m, className: "".concat(Pe, "__arrow ").concat(Pe, "__next2-button"), disabled: pe, onClick: _e, type: "button", children: j }) : null] });
3529
3517
  }
3530
3518
  var ft = function() {
3531
3519
  return ft = Object.assign || function(e) {
@@ -3570,11 +3558,11 @@ function Yt(e, t) {
3570
3558
  function Nc(e, t) {
3571
3559
  return e[0] <= t[0] && e[1] >= t[1];
3572
3560
  }
3573
- function To(e, t) {
3561
+ function Ro(e, t) {
3574
3562
  return Yt(e[0], t) || Yt(e[1], t);
3575
3563
  }
3576
3564
  function wa(e, t, r) {
3577
- var n = To(t, e), a = [];
3565
+ var n = Ro(t, e), a = [];
3578
3566
  if (n) {
3579
3567
  a.push(r);
3580
3568
  var i = Yt(e[0], t), s = Yt(e[1], t);
@@ -3609,7 +3597,7 @@ function kc(e) {
3609
3597
  throw new Error("valueType is required when value is not an array of two dates");
3610
3598
  return ba(h, t);
3611
3599
  }();
3612
- Nc(c, l) ? i.push("".concat(a, "--active")) : To(c, l) && i.push("".concat(a, "--hasActive"));
3600
+ Nc(c, l) ? i.push("".concat(a, "--active")) : Ro(c, l) && i.push("".concat(a, "--hasActive"));
3613
3601
  var d = wa(c, l, "".concat(a, "--range"));
3614
3602
  i.push.apply(i, d);
3615
3603
  var f = Array.isArray(t) ? t : [t];
@@ -3669,7 +3657,7 @@ var hn = function() {
3669
3657
  }, ja = "react-calendar__century-view__decades__decade";
3670
3658
  function Cc(e) {
3671
3659
  var t = e.classes, r = t === void 0 ? [] : t, n = e.currentCentury, a = e.formatYear, i = a === void 0 ? Ir : a, s = _c(e, ["classes", "currentCentury", "formatYear"]), l = s.date, c = s.locale, d = [];
3672
- return r && d.push.apply(d, r), d.push(ja), St(l).getFullYear() !== n && d.push("".concat(ja, "--neighboringCentury")), o.jsx(Mr, hn({}, s, { classes: d, maxDateTransform: Rr, minDateTransform: Ge, view: "century", children: Co(c, i, l) }));
3660
+ return r && d.push.apply(d, r), d.push(ja), St(l).getFullYear() !== n && d.push("".concat(ja, "--neighboringCentury")), o.jsx(Mr, hn({}, s, { classes: d, maxDateTransform: Tr, minDateTransform: Ge, view: "century", children: Co(c, i, l) }));
3673
3661
  }
3674
3662
  var vn = function() {
3675
3663
  return vn = Object.assign || function(e) {
@@ -3703,7 +3691,7 @@ var mn = function() {
3703
3691
  return e;
3704
3692
  }, mn.apply(this, arguments);
3705
3693
  };
3706
- function Tc(e) {
3694
+ function Rc(e) {
3707
3695
  function t() {
3708
3696
  return o.jsx(Pc, mn({}, e));
3709
3697
  }
@@ -3717,7 +3705,7 @@ var pn = function() {
3717
3705
  }
3718
3706
  return e;
3719
3707
  }, pn.apply(this, arguments);
3720
- }, Rc = function(e, t) {
3708
+ }, Tc = function(e, t) {
3721
3709
  var r = {};
3722
3710
  for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3723
3711
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -3726,7 +3714,7 @@ var pn = function() {
3726
3714
  return r;
3727
3715
  }, Da = "react-calendar__decade-view__years__year";
3728
3716
  function Ac(e) {
3729
- var t = e.classes, r = t === void 0 ? [] : t, n = e.currentDecade, a = e.formatYear, i = a === void 0 ? Ir : a, s = Rc(e, ["classes", "currentDecade", "formatYear"]), l = s.date, c = s.locale, d = [];
3717
+ var t = e.classes, r = t === void 0 ? [] : t, n = e.currentDecade, a = e.formatYear, i = a === void 0 ? Ir : a, s = Tc(e, ["classes", "currentDecade", "formatYear"]), l = s.date, c = s.locale, d = [];
3730
3718
  return r && d.push.apply(d, r), d.push(Da), Ge(l).getFullYear() !== n && d.push("".concat(Da, "--neighboringDecade")), o.jsx(Mr, pn({}, s, { classes: d, maxDateTransform: Ar, minDateTransform: Dt, view: "decade", children: i(c, l) }));
3731
3719
  }
3732
3720
  var gn = function() {
@@ -3889,13 +3877,13 @@ function Uc(e) {
3889
3877
  return o.jsx(Bc, Sn({}, c, b, { activeStartDate: t, calendarType: r, currentMonthIndex: f, date: j }), j.getTime());
3890
3878
  }, offset: h, start: p, value: s, valueType: l });
3891
3879
  }
3892
- var Ro = "react-calendar__month-view__weekdays", Qr = "".concat(Ro, "__weekday");
3880
+ var To = "react-calendar__month-view__weekdays", Qr = "".concat(To, "__weekday");
3893
3881
  function zc(e) {
3894
3882
  for (var t = e.calendarType, r = e.formatShortWeekday, n = r === void 0 ? cc : r, a = e.formatWeekday, i = a === void 0 ? lc : a, s = e.locale, l = e.onMouseLeave, c = /* @__PURE__ */ new Date(), d = at(c), f = Q(d), v = ze(d), g = [], h = 1; h <= 7; h += 1) {
3895
3883
  var p = new Date(f, v, h - Vt(d, t)), m = i(s, p);
3896
3884
  g.push(o.jsx("div", { className: Pr(Qr, jc(p) && "".concat(Qr, "--current"), Po(p, t) && "".concat(Qr, "--weekend")), children: o.jsx("abbr", { "aria-label": m, title: m, children: n(s, p).replace(".", "") }) }, h));
3897
3885
  }
3898
- return o.jsx(Yn, { className: Ro, count: 7, onFocus: l, onMouseOver: l, children: g });
3886
+ return o.jsx(Yn, { className: To, count: 7, onFocus: l, onMouseOver: l, children: g });
3899
3887
  }
3900
3888
  var Sr = function() {
3901
3889
  return Sr = Object.assign || function(e) {
@@ -3933,7 +3921,7 @@ function Hc(e) {
3933
3921
  var d = Oo(t), f = Vt(t, r), v = d - (7 - f);
3934
3922
  return 1 + Math.ceil(v / 7);
3935
3923
  }(), l = function() {
3936
- for (var d = Q(t), f = ze(t), v = Tr(t), g = [], h = 0; h < s; h += 1)
3924
+ for (var d = Q(t), f = ze(t), v = Rr(t), g = [], h = 0; h < s; h += 1)
3937
3925
  g.push(fn(new Date(d, f, v + h * 7), r));
3938
3926
  return g;
3939
3927
  }(), c = l.map(function(d) {
@@ -4081,7 +4069,7 @@ function ur(e, t) {
4081
4069
  return e instanceof Date && t instanceof Date && e.getTime() === t.getTime();
4082
4070
  }
4083
4071
  var nl = Ue(function(t, r) {
4084
- var n = t.activeStartDate, a = t.allowPartialRange, i = t.calendarType, s = t.className, l = t.defaultActiveStartDate, c = t.defaultValue, d = t.defaultView, f = t.formatDay, v = t.formatLongDate, g = t.formatMonth, h = t.formatMonthYear, p = t.formatShortWeekday, m = t.formatWeekday, w = t.formatYear, j = t.goToRangeStartOnSelect, b = j === void 0 ? !0 : j, D = t.inputRef, S = t.locale, T = t.maxDate, C = T === void 0 ? Qc : T, P = t.maxDetail, W = P === void 0 ? "month" : P, y = t.minDate, E = y === void 0 ? Bn : y, I = t.minDetail, M = I === void 0 ? "century" : I, L = t.navigationAriaLabel, X = t.navigationAriaLive, ve = t.navigationLabel, re = t.next2AriaLabel, xe = t.next2Label, Ae = t.nextAriaLabel, ee = t.nextLabel, K = t.onActiveStartDateChange, ce = t.onChange, Z = t.onClickDay, Se = t.onClickDecade, Ee = t.onClickMonth, ke = t.onClickWeekNumber, me = t.onClickYear, pe = t.onDrillDown, le = t.onDrillUp, ne = t.onViewChange, De = t.prev2AriaLabel, _e = t.prev2Label, fe = t.prevAriaLabel, Ot = t.prevLabel, te = t.returnValue, Ce = te === void 0 ? "start" : te, oe = t.selectRange, He = t.showDoubleView, Nt = t.showFixedNumberOfWeeks, qe = t.showNavigation, Lr = qe === void 0 ? !0 : qe, Fr = t.showNeighboringCentury, Et = t.showNeighboringDecade, Ht = t.showNeighboringMonth, Wr = Ht === void 0 ? !0 : Ht, qt = t.showWeekNumbers, Xt = t.tileClassName, Kt = t.tileContent, Vr = t.tileDisabled, it = t.value, kt = t.view, Jt = F(l), Yr = Jt[0], st = Jt[1], Qt = F(null), Br = Qt[0], Zt = Qt[1], er = F(Array.isArray(c) ? c.map(function(N) {
4072
+ var n = t.activeStartDate, a = t.allowPartialRange, i = t.calendarType, s = t.className, l = t.defaultActiveStartDate, c = t.defaultValue, d = t.defaultView, f = t.formatDay, v = t.formatLongDate, g = t.formatMonth, h = t.formatMonthYear, p = t.formatShortWeekday, m = t.formatWeekday, w = t.formatYear, j = t.goToRangeStartOnSelect, b = j === void 0 ? !0 : j, D = t.inputRef, S = t.locale, R = t.maxDate, C = R === void 0 ? Qc : R, P = t.maxDetail, W = P === void 0 ? "month" : P, y = t.minDate, E = y === void 0 ? Bn : y, I = t.minDetail, M = I === void 0 ? "century" : I, L = t.navigationAriaLabel, X = t.navigationAriaLive, ve = t.navigationLabel, re = t.next2AriaLabel, xe = t.next2Label, Ae = t.nextAriaLabel, ee = t.nextLabel, K = t.onActiveStartDateChange, ce = t.onChange, Z = t.onClickDay, Se = t.onClickDecade, Ee = t.onClickMonth, ke = t.onClickWeekNumber, me = t.onClickYear, pe = t.onDrillDown, le = t.onDrillUp, ne = t.onViewChange, De = t.prev2AriaLabel, _e = t.prev2Label, fe = t.prevAriaLabel, Ot = t.prevLabel, te = t.returnValue, Ce = te === void 0 ? "start" : te, oe = t.selectRange, He = t.showDoubleView, Nt = t.showFixedNumberOfWeeks, qe = t.showNavigation, Lr = qe === void 0 ? !0 : qe, Fr = t.showNeighboringCentury, Et = t.showNeighboringDecade, Ht = t.showNeighboringMonth, Wr = Ht === void 0 ? !0 : Ht, qt = t.showWeekNumbers, Xt = t.tileClassName, Kt = t.tileContent, Vr = t.tileDisabled, it = t.value, kt = t.view, Jt = F(l), Yr = Jt[0], st = Jt[1], Qt = F(null), Br = Qt[0], Zt = Qt[1], er = F(Array.isArray(c) ? c.map(function(N) {
4085
4073
  return N !== null ? Ft(N) : null;
4086
4074
  }) : c != null ? Ft(c) : null), Xe = er[0], tr = er[1], Ie = F(d), _t = Ie[0], ct = Ie[1], ue = n || Yr || rl({
4087
4075
  activeStartDate: n,
@@ -4145,7 +4133,7 @@ var nl = Ue(function(t, r) {
4145
4133
  }
4146
4134
  }();
4147
4135
  _ && _(N, k);
4148
- }, [Z, Se, Ee, me, G]), Tt = A(function(N, k) {
4136
+ }, [Z, Se, Ee, me, G]), Rt = A(function(N, k) {
4149
4137
  if (Ct) {
4150
4138
  ut(N, k);
4151
4139
  var _ = we[we.indexOf(G) + 1];
@@ -4170,7 +4158,7 @@ var nl = Ue(function(t, r) {
4170
4158
  he,
4171
4159
  G,
4172
4160
  we
4173
- ]), Rt = A(function() {
4161
+ ]), Tt = A(function() {
4174
4162
  if (nr) {
4175
4163
  var N = we[we.indexOf(G) - 1];
4176
4164
  if (!N)
@@ -4268,16 +4256,16 @@ var nl = Ue(function(t, r) {
4268
4256
  Dr(r, function() {
4269
4257
  return {
4270
4258
  activeStartDate: ue,
4271
- drillDown: Tt,
4272
- drillUp: Rt,
4259
+ drillDown: Rt,
4260
+ drillUp: Tt,
4273
4261
  onChange: At,
4274
4262
  setActiveStartDate: lt,
4275
4263
  value: he,
4276
4264
  view: G
4277
4265
  };
4278
- }, [ue, Tt, Rt, At, lt, he, G]);
4266
+ }, [ue, Rt, Tt, At, lt, he, G]);
4279
4267
  function O(N) {
4280
- var k = N ? Eo(G, ue) : rt(G, ue), _ = Ct ? Tt : At, z = {
4268
+ var k = N ? Eo(G, ue) : rt(G, ue), _ = Ct ? Rt : At, z = {
4281
4269
  activeStartDate: k,
4282
4270
  hover: rr,
4283
4271
  locale: S,
@@ -4293,7 +4281,7 @@ var nl = Ue(function(t, r) {
4293
4281
  };
4294
4282
  switch (G) {
4295
4283
  case "century":
4296
- return o.jsx(Tc, ht({ formatYear: w, showNeighboringCentury: Fr }, z));
4284
+ return o.jsx(Rc, ht({ formatYear: w, showNeighboringCentury: Fr }, z));
4297
4285
  case "decade":
4298
4286
  return o.jsx($c, ht({ formatYear: w, showNeighboringDecade: Et }, z));
4299
4287
  case "year":
@@ -4304,13 +4292,13 @@ var nl = Ue(function(t, r) {
4304
4292
  throw new Error("Invalid view: ".concat(G, "."));
4305
4293
  }
4306
4294
  }
4307
- function R() {
4308
- return Lr ? o.jsx(Sc, { activeStartDate: ue, drillUp: Rt, formatMonthYear: h, formatYear: w, locale: S, maxDate: C, minDate: E, navigationAriaLabel: L, navigationAriaLive: X, navigationLabel: ve, next2AriaLabel: re, next2Label: xe, nextAriaLabel: Ae, nextLabel: ee, prev2AriaLabel: De, prev2Label: _e, prevAriaLabel: fe, prevLabel: Ot, setActiveStartDate: lt, showDoubleView: He, view: G, views: we }) : null;
4295
+ function T() {
4296
+ return Lr ? o.jsx(Sc, { activeStartDate: ue, drillUp: Tt, formatMonthYear: h, formatYear: w, locale: S, maxDate: C, minDate: E, navigationAriaLabel: L, navigationAriaLive: X, navigationLabel: ve, next2AriaLabel: re, next2Label: xe, nextAriaLabel: Ae, nextLabel: ee, prev2AriaLabel: De, prev2Label: _e, prevAriaLabel: fe, prevLabel: Ot, setActiveStartDate: lt, showDoubleView: He, view: G, views: we }) : null;
4309
4297
  }
4310
4298
  var B = Array.isArray(he) ? he : [he];
4311
- return o.jsxs("div", { className: Pr(lr, oe && B.length === 1 && "".concat(lr, "--selectRange"), He && "".concat(lr, "--doubleView"), s), ref: D, children: [R(), o.jsxs("div", { className: "".concat(lr, "__viewContainer"), onBlur: oe ? x : void 0, onMouseLeave: oe ? x : void 0, children: [O(), He ? O(!0) : null] })] });
4299
+ return o.jsxs("div", { className: Pr(lr, oe && B.length === 1 && "".concat(lr, "--selectRange"), He && "".concat(lr, "--doubleView"), s), ref: D, children: [T(), o.jsxs("div", { className: "".concat(lr, "__viewContainer"), onBlur: oe ? x : void 0, onMouseLeave: oe ? x : void 0, children: [O(), He ? O(!0) : null] })] });
4312
4300
  });
4313
- const Yl = ({
4301
+ const Fl = ({
4314
4302
  value: e,
4315
4303
  onChange: t,
4316
4304
  maxDate: r,
@@ -4411,7 +4399,7 @@ const Yl = ({
4411
4399
  ]
4412
4400
  }
4413
4401
  );
4414
- }, Bl = (e) => {
4402
+ }, Wl = (e) => {
4415
4403
  const [t, r] = F(), n = A(
4416
4404
  (a) => {
4417
4405
  e.onChange && e.onChange(a), r(a);
@@ -4430,7 +4418,7 @@ const Yl = ({
4430
4418
  },
4431
4419
  a.id
4432
4420
  )) });
4433
- }, Ul = ({
4421
+ }, Vl = ({
4434
4422
  filArianes: e,
4435
4423
  onClick: t,
4436
4424
  currentFil: r,
@@ -4562,7 +4550,7 @@ const Yl = ({
4562
4550
  y[E.name] = E.value ?? "";
4563
4551
  }), y;
4564
4552
  });
4565
- }, T = A((y) => {
4553
+ }, R = A((y) => {
4566
4554
  p((E) => ({
4567
4555
  ...E,
4568
4556
  [y]: ""
@@ -4581,7 +4569,7 @@ const Yl = ({
4581
4569
  };
4582
4570
  return Dr(f, () => ({
4583
4571
  resetForm: S,
4584
- clearInput: T,
4572
+ clearInput: R,
4585
4573
  focusInitialElement: C,
4586
4574
  getValues: P,
4587
4575
  updateFormValue: W,
@@ -4734,7 +4722,7 @@ const Yl = ({
4734
4722
  }
4735
4723
  );
4736
4724
  Fo.displayName = "InputNumber";
4737
- const zl = Ue(
4725
+ const Yl = Ue(
4738
4726
  ({
4739
4727
  value: e = "",
4740
4728
  locale: t = "fr-FR",
@@ -4760,7 +4748,7 @@ const zl = Ue(
4760
4748
  }
4761
4749
  );
4762
4750
  }
4763
- ), Ve = (e = 12) => `${e / 12 * 100}%`, sl = Rn.div`
4751
+ ), Ve = (e = 12) => `${e / 12 * 100}%`, sl = Tn.div`
4764
4752
  padding: 0 15px;
4765
4753
  flex: 0 0 ${({ $xs: e }) => Ve(e)};
4766
4754
  max-width: ${({ $xs: e }) => Ve(e)};
@@ -4786,7 +4774,7 @@ const zl = Ue(
4786
4774
  max-width: ${Ve(e)};
4787
4775
  }
4788
4776
  `}
4789
- `, cl = ({ xs: e, sm: t, md: r, lg: n, children: a }) => /* @__PURE__ */ o.jsx(sl, { $xs: e, $sm: t, $md: r, $lg: n, children: a }), ll = ({ children: e }) => /* @__PURE__ */ o.jsx("div", { className: "container", children: e }), ul = ({ children: e, className: t, scroll: r }) => /* @__PURE__ */ o.jsx("div", { className: `grid-row ${t ?? ""} ${r ? "scroll" : ""}`, children: e }), Gl = ({ items: e, className: t, scroll: r }) => /* @__PURE__ */ o.jsx(ll, { children: /* @__PURE__ */ o.jsx(ul, { scroll: r, className: t, children: e.map((n, a) => /* @__PURE__ */ o.jsx(cl, { ...n }, a)) }) }), Hl = ({
4777
+ `, cl = ({ xs: e, sm: t, md: r, lg: n, children: a }) => /* @__PURE__ */ o.jsx(sl, { $xs: e, $sm: t, $md: r, $lg: n, children: a }), ll = ({ children: e }) => /* @__PURE__ */ o.jsx("div", { className: "container", children: e }), ul = ({ children: e, className: t, scroll: r }) => /* @__PURE__ */ o.jsx("div", { className: `grid-row ${t ?? ""} ${r ? "scroll" : ""}`, children: e }), Bl = ({ items: e, className: t, scroll: r }) => /* @__PURE__ */ o.jsx(ll, { children: /* @__PURE__ */ o.jsx(ul, { scroll: r, className: t, children: e.map((n, a) => /* @__PURE__ */ o.jsx(cl, { ...n }, a)) }) }), Ul = ({
4790
4778
  children: e,
4791
4779
  logo: t,
4792
4780
  onClickMenu: r,
@@ -4833,7 +4821,7 @@ const zl = Ue(
4833
4821
  )
4834
4822
  ] })
4835
4823
  ] });
4836
- }, ql = ({ text: e, severity: t, className: r }) => {
4824
+ }, zl = ({ text: e, severity: t, className: r }) => {
4837
4825
  const n = Me(() => {
4838
4826
  switch (t) {
4839
4827
  case "info":
@@ -4852,7 +4840,7 @@ const zl = Ue(
4852
4840
  /* @__PURE__ */ o.jsx(Y, { classIcon: n }),
4853
4841
  /* @__PURE__ */ o.jsx("span", { className: "message-text", children: e })
4854
4842
  ] });
4855
- }, Xl = ({
4843
+ }, Gl = ({
4856
4844
  isOpen: e,
4857
4845
  onClose: t,
4858
4846
  children: r,
@@ -4860,33 +4848,26 @@ const zl = Ue(
4860
4848
  titleButton: a,
4861
4849
  title: i,
4862
4850
  styleContainer: s = {},
4863
- classNameContainer: l = "",
4864
- closeOnOverlayClick: c = !0
4865
- }) => {
4866
- if (!e) return null;
4867
- const d = () => {
4868
- c && t();
4869
- };
4870
- return Aa(
4871
- /* @__PURE__ */ o.jsx("div", { className: "modal-overlay", onMouseDown: d, children: /* @__PURE__ */ o.jsxs(
4872
- "div",
4873
- {
4874
- className: `modal-container ${l}`,
4875
- style: s,
4876
- onMouseDown: (f) => f.stopPropagation(),
4877
- children: [
4878
- /* @__PURE__ */ o.jsxs("div", { className: "modal-header", children: [
4879
- i && /* @__PURE__ */ o.jsx("h2", { className: "modal-title", children: i }),
4880
- /* @__PURE__ */ o.jsx("div", { className: "modal-close-button", onClick: t, children: /* @__PURE__ */ o.jsx(Y, { classIcon: "bi-x-lg" }) })
4881
- ] }),
4882
- /* @__PURE__ */ o.jsx("div", { className: "modal-content", children: r }),
4883
- n && /* @__PURE__ */ o.jsx("div", { className: "d-flex justify-content-end", children: /* @__PURE__ */ o.jsx(xt, { onClick: n, title: a ?? "" }) })
4884
- ]
4885
- }
4886
- ) }),
4887
- document.body
4888
- );
4889
- }, Kl = Ue(
4851
+ classNameContainer: l = ""
4852
+ }) => e ? Aa(
4853
+ /* @__PURE__ */ o.jsx("div", { className: "modal-overlay", onMouseDown: t, children: /* @__PURE__ */ o.jsxs(
4854
+ "div",
4855
+ {
4856
+ className: `modal-container ${l}`,
4857
+ style: s,
4858
+ onMouseDown: (c) => c.stopPropagation(),
4859
+ children: [
4860
+ /* @__PURE__ */ o.jsxs("div", { className: "modal-header", children: [
4861
+ i && /* @__PURE__ */ o.jsx("h2", { className: "modal-title", children: i }),
4862
+ /* @__PURE__ */ o.jsx("div", { className: "modal-close-button", onClick: t, children: /* @__PURE__ */ o.jsx(Y, { classIcon: "bi-x-lg" }) })
4863
+ ] }),
4864
+ /* @__PURE__ */ o.jsx("div", { className: "modal-content", children: r }),
4865
+ n && /* @__PURE__ */ o.jsx("div", { className: "d-flex justify-content-end", children: /* @__PURE__ */ o.jsx(xt, { onClick: n, title: a ?? "" }) })
4866
+ ]
4867
+ }
4868
+ ) }),
4869
+ document.body
4870
+ ) : null, Hl = Ue(
4890
4871
  ({
4891
4872
  arrayBuffer: e,
4892
4873
  displayToolBar: t = !1,
@@ -4927,7 +4908,7 @@ const zl = Ue(
4927
4908
  }
4928
4909
  ) });
4929
4910
  }
4930
- ), Jl = ({
4911
+ ), ql = ({
4931
4912
  setQuantity: e,
4932
4913
  item: t,
4933
4914
  onClickQuantity: r,
@@ -4988,7 +4969,7 @@ const zl = Ue(
4988
4969
  }
4989
4970
  )
4990
4971
  ] });
4991
- }, Ql = Ue(
4972
+ }, Xl = Ue(
4992
4973
  ({
4993
4974
  children: e,
4994
4975
  name: t,
@@ -5124,7 +5105,7 @@ const zl = Ue(
5124
5105
  ] }),
5125
5106
  g.current
5126
5107
  ) : /* @__PURE__ */ o.jsx(o.Fragment, {});
5127
- }, Zl = (e) => /* @__PURE__ */ o.jsx(dl, { ...e, className: `full sidebar-data ${e.className}`, children: e.children && /* @__PURE__ */ o.jsx("div", { className: `sidebar-data-content ${e.classNameContent} `, children: e.children }) }), eu = ({
5108
+ }, Kl = (e) => /* @__PURE__ */ o.jsx(dl, { ...e, className: `full sidebar-data ${e.className}`, children: e.children && /* @__PURE__ */ o.jsx("div", { className: `sidebar-data-content ${e.classNameContent} `, children: e.children }) }), Jl = ({
5128
5109
  items: e,
5129
5110
  defaultIndex: t = 0,
5130
5111
  index: r,
@@ -5183,17 +5164,17 @@ const zl = Ue(
5183
5164
  return l;
5184
5165
  }, fl = (e) => e ? Pa(e) : Pa, hl = (e) => e;
5185
5166
  function vl(e, t = hl) {
5186
- const r = Re.useSyncExternalStore(
5167
+ const r = Te.useSyncExternalStore(
5187
5168
  e.subscribe,
5188
5169
  () => t(e.getState()),
5189
5170
  () => t(e.getInitialState())
5190
5171
  );
5191
- return Re.useDebugValue(r), r;
5172
+ return Te.useDebugValue(r), r;
5192
5173
  }
5193
- const Ta = (e) => {
5174
+ const Ra = (e) => {
5194
5175
  const t = fl(e), r = (n) => vl(t, n);
5195
5176
  return Object.assign(r, t), r;
5196
- }, ml = (e) => e ? Ta(e) : Ta, pl = ml((e) => ({
5177
+ }, ml = (e) => e ? Ra(e) : Ra, pl = ml((e) => ({
5197
5178
  title: "",
5198
5179
  description: "",
5199
5180
  severity: "info",
@@ -5210,7 +5191,7 @@ const Ta = (e) => {
5210
5191
  children: r.children || null
5211
5192
  })),
5212
5193
  hideToast: () => e(() => ({ visible: !1 }))
5213
- })), tu = () => {
5194
+ })), Ql = () => {
5214
5195
  const {
5215
5196
  title: e,
5216
5197
  description: t,
@@ -5252,20 +5233,20 @@ const Ta = (e) => {
5252
5233
  export {
5253
5234
  Ma as Badge,
5254
5235
  xt as Button,
5255
- Al as ButtonAction,
5256
- $l as ButtonActions,
5257
- Ml as ButtonFile,
5258
- Ll as Card,
5259
- Fl as Carousel,
5260
- Wl as Damier,
5261
- Vl as DataTable,
5262
- Yl as DatePicker,
5236
+ Pl as ButtonAction,
5237
+ Tl as ButtonActions,
5238
+ Al as ButtonFile,
5239
+ Il as Card,
5240
+ $l as Carousel,
5241
+ Ml as Damier,
5242
+ Ll as DataTable,
5243
+ Fl as DatePicker,
5263
5244
  il as DynamicForm,
5264
- Bl as Expands,
5265
- Ul as FilAriane,
5245
+ Wl as Expands,
5246
+ Vl as FilAriane,
5266
5247
  Nl as FormatDate,
5267
- Gl as Grid,
5268
- Hl as Header,
5248
+ Bl as Grid,
5249
+ Ul as Header,
5269
5250
  bl as HistoryProvider,
5270
5251
  Y as Icon,
5271
5252
  je as IconSizeEnum,
@@ -5273,33 +5254,30 @@ export {
5273
5254
  jl as ImageExist,
5274
5255
  wr as Input,
5275
5256
  Fo as InputNumber,
5276
- zl as InputPrice,
5257
+ Yl as InputPrice,
5277
5258
  pa as Loader,
5278
- El as LocalDateStringToUTC,
5279
5259
  La as Menus,
5280
- ql as Message,
5281
- Xl as Modal,
5260
+ zl as Message,
5261
+ Gl as Modal,
5282
5262
  An as OverlayPanel,
5283
- Il as OverlayProvider,
5284
- Kl as PdfViewer,
5285
- Jl as Quantity,
5286
- Ql as Search,
5263
+ Rl as OverlayProvider,
5264
+ Hl as PdfViewer,
5265
+ ql as Quantity,
5266
+ Xl as Search,
5287
5267
  uo as Select,
5288
5268
  dl as Sidebar,
5289
- Zl as SidebarData,
5290
- eu as Tabs,
5269
+ Kl as SidebarData,
5270
+ Jl as Tabs,
5291
5271
  ol as TextArea,
5292
- tu as Toaster,
5272
+ Ql as Toaster,
5293
5273
  Be as TypeInputEnum,
5294
- Rl as WidgetSupport,
5274
+ Cl as WidgetSupport,
5295
5275
  Sl as isValidEAN13,
5296
- _l as localDateEndToUTC,
5297
- kl as localDateStartToUTC,
5298
5276
  Dl as objectToQueryParams,
5299
5277
  Ol as useCurrency,
5300
5278
  xl as useHistoryDepth,
5301
- Cl as useIsMobile,
5279
+ El as useIsMobile,
5302
5280
  pl as useToasterStore,
5303
- Pl as useToken,
5304
- Tl as useValidate
5281
+ kl as useToken,
5282
+ _l as useValidate
5305
5283
  };