@applica-software-guru/react-admin 1.1.113 → 1.1.114

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.
@@ -170,14 +170,14 @@ function hO() {
170
170
  }
171
171
  }
172
172
  }
173
- var T = A, M = f, O = u, U = l, Y = t, H = g, J = r, ie = I, re = m, _ = n, W = s, N = i, K = h, D = !1;
173
+ var T = A, M = f, O = u, U = l, G = t, H = g, q = r, ie = I, re = m, _ = n, W = s, N = i, K = h, D = !1;
174
174
  function $(oe) {
175
175
  return D || (D = !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.")), j(oe) || w(oe) === A;
176
176
  }
177
177
  function j(oe) {
178
178
  return w(oe) === f;
179
179
  }
180
- function G(oe) {
180
+ function Y(oe) {
181
181
  return w(oe) === u;
182
182
  }
183
183
  function ce(oe) {
@@ -210,7 +210,7 @@ function hO() {
210
210
  function Qe(oe) {
211
211
  return w(oe) === h;
212
212
  }
213
- it.AsyncMode = T, it.ConcurrentMode = M, it.ContextConsumer = O, it.ContextProvider = U, it.Element = Y, it.ForwardRef = H, it.Fragment = J, it.Lazy = ie, it.Memo = re, it.Portal = _, it.Profiler = W, it.StrictMode = N, it.Suspense = K, it.isAsyncMode = $, it.isConcurrentMode = j, it.isContextConsumer = G, it.isContextProvider = ce, it.isElement = Ae, it.isForwardRef = ae, it.isFragment = le, it.isLazy = de, it.isMemo = Ce, it.isPortal = pe, it.isProfiler = fe, it.isStrictMode = he, it.isSuspense = Qe, it.isValidElementType = b, it.typeOf = w;
213
+ it.AsyncMode = T, it.ConcurrentMode = M, it.ContextConsumer = O, it.ContextProvider = U, it.Element = G, it.ForwardRef = H, it.Fragment = q, it.Lazy = ie, it.Memo = re, it.Portal = _, it.Profiler = W, it.StrictMode = N, it.Suspense = K, it.isAsyncMode = $, it.isConcurrentMode = j, it.isContextConsumer = Y, it.isContextProvider = ce, it.isElement = Ae, it.isForwardRef = ae, it.isFragment = le, it.isLazy = de, it.isMemo = Ce, it.isPortal = pe, it.isProfiler = fe, it.isStrictMode = he, it.isSuspense = Qe, it.isValidElementType = b, it.typeOf = w;
214
214
  }()), it;
215
215
  }
216
216
  var lE;
@@ -352,9 +352,9 @@ function mO() {
352
352
  return Cd = function(u, A) {
353
353
  var f = typeof Symbol == "function" && Symbol.iterator, g = "@@iterator";
354
354
  function h(j) {
355
- var G = j && (f && j[f] || j[g]);
356
- if (typeof G == "function")
357
- return G;
355
+ var Y = j && (f && j[f] || j[g]);
356
+ if (typeof Y == "function")
357
+ return Y;
358
358
  }
359
359
  var p = "<<anonymous>>", m = {
360
360
  array: P("array"),
@@ -373,20 +373,20 @@ function mO() {
373
373
  node: H(),
374
374
  objectOf: U,
375
375
  oneOf: O,
376
- oneOfType: Y,
376
+ oneOfType: G,
377
377
  shape: ie,
378
378
  exact: re
379
379
  };
380
- function I(j, G) {
381
- return j === G ? j !== 0 || 1 / j === 1 / G : j !== j && G !== G;
380
+ function I(j, Y) {
381
+ return j === Y ? j !== 0 || 1 / j === 1 / Y : j !== j && Y !== Y;
382
382
  }
383
- function B(j, G) {
384
- this.message = j, this.data = G && typeof G == "object" ? G : {}, this.stack = "";
383
+ function B(j, Y) {
384
+ this.message = j, this.data = Y && typeof Y == "object" ? Y : {}, this.stack = "";
385
385
  }
386
386
  B.prototype = Error.prototype;
387
387
  function y(j) {
388
388
  if (process.env.NODE_ENV !== "production")
389
- var G = {}, ce = 0;
389
+ var Y = {}, ce = 0;
390
390
  function Ae(le, de, Ce, pe, fe, he, Qe) {
391
391
  if (pe = pe || p, he = he || Ce, Qe !== n) {
392
392
  if (A) {
@@ -396,10 +396,10 @@ function mO() {
396
396
  throw oe.name = "Invariant Violation", oe;
397
397
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
398
398
  var ze = pe + ":" + Ce;
399
- !G[ze] && // Avoid spamming the console because they are often not actionable except for lib authors
399
+ !Y[ze] && // Avoid spamming the console because they are often not actionable except for lib authors
400
400
  ce < 3 && (s(
401
401
  "You are manually calling a React.PropTypes validation function for the `" + he + "` prop on `" + pe + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
402
- ), G[ze] = !0, ce++);
402
+ ), Y[ze] = !0, ce++);
403
403
  }
404
404
  }
405
405
  return de[Ce] == null ? le ? de[Ce] === null ? new B("The " + fe + " `" + he + "` is marked as required " + ("in `" + pe + "`, but its value is `null`.")) : new B("The " + fe + " `" + he + "` is marked as required in " + ("`" + pe + "`, but its value is `undefined`.")) : null : j(de, Ce, pe, fe, he);
@@ -408,7 +408,7 @@ function mO() {
408
408
  return ae.isRequired = Ae.bind(null, !0), ae;
409
409
  }
410
410
  function P(j) {
411
- function G(ce, Ae, ae, le, de, Ce) {
411
+ function Y(ce, Ae, ae, le, de, Ce) {
412
412
  var pe = ce[Ae], fe = N(pe);
413
413
  if (fe !== j) {
414
414
  var he = K(pe);
@@ -419,13 +419,13 @@ function mO() {
419
419
  }
420
420
  return null;
421
421
  }
422
- return y(G);
422
+ return y(Y);
423
423
  }
424
424
  function S() {
425
425
  return y(l);
426
426
  }
427
427
  function b(j) {
428
- function G(ce, Ae, ae, le, de) {
428
+ function Y(ce, Ae, ae, le, de) {
429
429
  if (typeof j != "function")
430
430
  return new B("Property `" + de + "` of component `" + ae + "` has invalid PropType notation inside arrayOf.");
431
431
  var Ce = ce[Ae];
@@ -440,11 +440,11 @@ function mO() {
440
440
  }
441
441
  return null;
442
442
  }
443
- return y(G);
443
+ return y(Y);
444
444
  }
445
445
  function w() {
446
- function j(G, ce, Ae, ae, le) {
447
- var de = G[ce];
446
+ function j(Y, ce, Ae, ae, le) {
447
+ var de = Y[ce];
448
448
  if (!u(de)) {
449
449
  var Ce = N(de);
450
450
  return new B("Invalid " + ae + " `" + le + "` of type " + ("`" + Ce + "` supplied to `" + Ae + "`, expected a single ReactElement."));
@@ -454,8 +454,8 @@ function mO() {
454
454
  return y(j);
455
455
  }
456
456
  function T() {
457
- function j(G, ce, Ae, ae, le) {
458
- var de = G[ce];
457
+ function j(Y, ce, Ae, ae, le) {
458
+ var de = Y[ce];
459
459
  if (!e.isValidElementType(de)) {
460
460
  var Ce = N(de);
461
461
  return new B("Invalid " + ae + " `" + le + "` of type " + ("`" + Ce + "` supplied to `" + Ae + "`, expected a single ReactElement type."));
@@ -465,21 +465,21 @@ function mO() {
465
465
  return y(j);
466
466
  }
467
467
  function M(j) {
468
- function G(ce, Ae, ae, le, de) {
468
+ function Y(ce, Ae, ae, le, de) {
469
469
  if (!(ce[Ae] instanceof j)) {
470
470
  var Ce = j.name || p, pe = $(ce[Ae]);
471
471
  return new B("Invalid " + le + " `" + de + "` of type " + ("`" + pe + "` supplied to `" + ae + "`, expected ") + ("instance of `" + Ce + "`."));
472
472
  }
473
473
  return null;
474
474
  }
475
- return y(G);
475
+ return y(Y);
476
476
  }
477
477
  function O(j) {
478
478
  if (!Array.isArray(j))
479
479
  return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s(
480
480
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
481
481
  ) : s("Invalid argument supplied to oneOf, expected an array.")), l;
482
- function G(ce, Ae, ae, le, de) {
482
+ function Y(ce, Ae, ae, le, de) {
483
483
  for (var Ce = ce[Ae], pe = 0; pe < j.length; pe++)
484
484
  if (I(Ce, j[pe]))
485
485
  return null;
@@ -489,10 +489,10 @@ function mO() {
489
489
  });
490
490
  return new B("Invalid " + le + " `" + de + "` of value `" + String(Ce) + "` " + ("supplied to `" + ae + "`, expected one of " + fe + "."));
491
491
  }
492
- return y(G);
492
+ return y(Y);
493
493
  }
494
494
  function U(j) {
495
- function G(ce, Ae, ae, le, de) {
495
+ function Y(ce, Ae, ae, le, de) {
496
496
  if (typeof j != "function")
497
497
  return new B("Property `" + de + "` of component `" + ae + "` has invalid PropType notation inside objectOf.");
498
498
  var Ce = ce[Ae], pe = N(Ce);
@@ -506,16 +506,16 @@ function mO() {
506
506
  }
507
507
  return null;
508
508
  }
509
- return y(G);
509
+ return y(Y);
510
510
  }
511
- function Y(j) {
511
+ function G(j) {
512
512
  if (!Array.isArray(j))
513
513
  return process.env.NODE_ENV !== "production" && s("Invalid argument supplied to oneOfType, expected an instance of array."), l;
514
- for (var G = 0; G < j.length; G++) {
515
- var ce = j[G];
514
+ for (var Y = 0; Y < j.length; Y++) {
515
+ var ce = j[Y];
516
516
  if (typeof ce != "function")
517
517
  return s(
518
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + D(ce) + " at index " + G + "."
518
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + D(ce) + " at index " + Y + "."
519
519
  ), l;
520
520
  }
521
521
  function Ae(ae, le, de, Ce, pe) {
@@ -531,35 +531,35 @@ function mO() {
531
531
  return y(Ae);
532
532
  }
533
533
  function H() {
534
- function j(G, ce, Ae, ae, le) {
535
- return _(G[ce]) ? null : new B("Invalid " + ae + " `" + le + "` supplied to " + ("`" + Ae + "`, expected a ReactNode."));
534
+ function j(Y, ce, Ae, ae, le) {
535
+ return _(Y[ce]) ? null : new B("Invalid " + ae + " `" + le + "` supplied to " + ("`" + Ae + "`, expected a ReactNode."));
536
536
  }
537
537
  return y(j);
538
538
  }
539
- function J(j, G, ce, Ae, ae) {
539
+ function q(j, Y, ce, Ae, ae) {
540
540
  return new B(
541
- (j || "React class") + ": " + G + " type `" + ce + "." + Ae + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + ae + "`."
541
+ (j || "React class") + ": " + Y + " type `" + ce + "." + Ae + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + ae + "`."
542
542
  );
543
543
  }
544
544
  function ie(j) {
545
- function G(ce, Ae, ae, le, de) {
545
+ function Y(ce, Ae, ae, le, de) {
546
546
  var Ce = ce[Ae], pe = N(Ce);
547
547
  if (pe !== "object")
548
548
  return new B("Invalid " + le + " `" + de + "` of type `" + pe + "` " + ("supplied to `" + ae + "`, expected `object`."));
549
549
  for (var fe in j) {
550
550
  var he = j[fe];
551
551
  if (typeof he != "function")
552
- return J(ae, le, de, fe, K(he));
552
+ return q(ae, le, de, fe, K(he));
553
553
  var Qe = he(Ce, fe, ae, le, de + "." + fe, n);
554
554
  if (Qe)
555
555
  return Qe;
556
556
  }
557
557
  return null;
558
558
  }
559
- return y(G);
559
+ return y(Y);
560
560
  }
561
561
  function re(j) {
562
- function G(ce, Ae, ae, le, de) {
562
+ function Y(ce, Ae, ae, le, de) {
563
563
  var Ce = ce[Ae], pe = N(Ce);
564
564
  if (pe !== "object")
565
565
  return new B("Invalid " + le + " `" + de + "` of type `" + pe + "` " + ("supplied to `" + ae + "`, expected `object`."));
@@ -567,7 +567,7 @@ function mO() {
567
567
  for (var he in fe) {
568
568
  var Qe = j[he];
569
569
  if (r(j, he) && typeof Qe != "function")
570
- return J(ae, le, de, he, K(Qe));
570
+ return q(ae, le, de, he, K(Qe));
571
571
  if (!Qe)
572
572
  return new B(
573
573
  "Invalid " + le + " `" + de + "` key `" + he + "` supplied to `" + ae + "`.\nBad object: " + JSON.stringify(ce[Ae], null, " ") + `
@@ -579,7 +579,7 @@ Valid keys: ` + JSON.stringify(Object.keys(j), null, " ")
579
579
  }
580
580
  return null;
581
581
  }
582
- return y(G);
582
+ return y(Y);
583
583
  }
584
584
  function _(j) {
585
585
  switch (typeof j) {
@@ -594,10 +594,10 @@ Valid keys: ` + JSON.stringify(Object.keys(j), null, " ")
594
594
  return j.every(_);
595
595
  if (j === null || u(j))
596
596
  return !0;
597
- var G = h(j);
598
- if (G) {
599
- var ce = G.call(j), Ae;
600
- if (G !== j.entries) {
597
+ var Y = h(j);
598
+ if (Y) {
599
+ var ce = Y.call(j), Ae;
600
+ if (Y !== j.entries) {
601
601
  for (; !(Ae = ce.next()).done; )
602
602
  if (!_(Ae.value))
603
603
  return !1;
@@ -614,37 +614,37 @@ Valid keys: ` + JSON.stringify(Object.keys(j), null, " ")
614
614
  return !1;
615
615
  }
616
616
  }
617
- function W(j, G) {
618
- return j === "symbol" ? !0 : G ? G["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && G instanceof Symbol : !1;
617
+ function W(j, Y) {
618
+ return j === "symbol" ? !0 : Y ? Y["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && Y instanceof Symbol : !1;
619
619
  }
620
620
  function N(j) {
621
- var G = typeof j;
622
- return Array.isArray(j) ? "array" : j instanceof RegExp ? "object" : W(G, j) ? "symbol" : G;
621
+ var Y = typeof j;
622
+ return Array.isArray(j) ? "array" : j instanceof RegExp ? "object" : W(Y, j) ? "symbol" : Y;
623
623
  }
624
624
  function K(j) {
625
625
  if (typeof j > "u" || j === null)
626
626
  return "" + j;
627
- var G = N(j);
628
- if (G === "object") {
627
+ var Y = N(j);
628
+ if (Y === "object") {
629
629
  if (j instanceof Date)
630
630
  return "date";
631
631
  if (j instanceof RegExp)
632
632
  return "regexp";
633
633
  }
634
- return G;
634
+ return Y;
635
635
  }
636
636
  function D(j) {
637
- var G = K(j);
638
- switch (G) {
637
+ var Y = K(j);
638
+ switch (Y) {
639
639
  case "array":
640
640
  case "object":
641
- return "an " + G;
641
+ return "an " + Y;
642
642
  case "boolean":
643
643
  case "date":
644
644
  case "regexp":
645
- return "a " + G;
645
+ return "a " + Y;
646
646
  default:
647
- return G;
647
+ return Y;
648
648
  }
649
649
  }
650
650
  function $(j) {
@@ -929,11 +929,11 @@ function RO() {
929
929
  }
930
930
  }
931
931
  }
932
- var M = l, O = s, U = e, Y = A, H = n, J = p, ie = h, re = t, _ = i, W = r, N = f, K = g, D = !1, $ = !1;
932
+ var M = l, O = s, U = e, G = A, H = n, q = p, ie = h, re = t, _ = i, W = r, N = f, K = g, D = !1, $ = !1;
933
933
  function j(ue) {
934
934
  return D || (D = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
935
935
  }
936
- function G(ue) {
936
+ function Y(ue) {
937
937
  return $ || ($ = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
938
938
  }
939
939
  function ce(ue) {
@@ -972,7 +972,7 @@ function RO() {
972
972
  function ze(ue) {
973
973
  return T(ue) === g;
974
974
  }
975
- st.ContextConsumer = M, st.ContextProvider = O, st.Element = U, st.ForwardRef = Y, st.Fragment = H, st.Lazy = J, st.Memo = ie, st.Portal = re, st.Profiler = _, st.StrictMode = W, st.Suspense = N, st.SuspenseList = K, st.isAsyncMode = j, st.isConcurrentMode = G, st.isContextConsumer = ce, st.isContextProvider = Ae, st.isElement = ae, st.isForwardRef = le, st.isFragment = de, st.isLazy = Ce, st.isMemo = pe, st.isPortal = fe, st.isProfiler = he, st.isStrictMode = Qe, st.isSuspense = oe, st.isSuspenseList = ze, st.isValidElementType = w, st.typeOf = T;
975
+ st.ContextConsumer = M, st.ContextProvider = O, st.Element = U, st.ForwardRef = G, st.Fragment = H, st.Lazy = q, st.Memo = ie, st.Portal = re, st.Profiler = _, st.StrictMode = W, st.Suspense = N, st.SuspenseList = K, st.isAsyncMode = j, st.isConcurrentMode = Y, st.isContextConsumer = ce, st.isContextProvider = Ae, st.isElement = ae, st.isForwardRef = le, st.isFragment = de, st.isLazy = Ce, st.isMemo = pe, st.isPortal = fe, st.isProfiler = he, st.isStrictMode = Qe, st.isSuspense = oe, st.isSuspenseList = ze, st.isValidElementType = w, st.typeOf = T;
976
976
  }()), st;
977
977
  }
978
978
  process.env.NODE_ENV === "production" ? tf.exports = PO() : tf.exports = RO();
@@ -2309,29 +2309,29 @@ function ZI(e = {}) {
2309
2309
  }, m)), b = (w, ...T) => {
2310
2310
  const M = T ? T.map((H) => {
2311
2311
  if (typeof H == "function" && H.__emotion_real !== H)
2312
- return (J) => xE({
2312
+ return (q) => xE({
2313
2313
  styledArg: H,
2314
- props: J,
2314
+ props: q,
2315
2315
  defaultTheme: n,
2316
2316
  themeId: t
2317
2317
  });
2318
2318
  if (Kr(H)) {
2319
- let J = H, ie;
2320
- return H && H.variants && (ie = H.variants, delete J.variants, J = (re) => {
2319
+ let q = H, ie;
2320
+ return H && H.variants && (ie = H.variants, delete q.variants, q = (re) => {
2321
2321
  let _ = H;
2322
2322
  return Sc(re, Rc(ie), ie).forEach((N) => {
2323
2323
  _ = gr(_, N);
2324
2324
  }), _;
2325
- }), J;
2325
+ }), q;
2326
2326
  }
2327
2327
  return H;
2328
2328
  }) : [];
2329
2329
  let O = w;
2330
2330
  if (Kr(w)) {
2331
2331
  let H;
2332
- w && w.variants && (H = w.variants, delete O.variants, O = (J) => {
2332
+ w && w.variants && (H = w.variants, delete O.variants, O = (q) => {
2333
2333
  let ie = w;
2334
- return Sc(J, Rc(H), H).forEach((_) => {
2334
+ return Sc(q, Rc(H), H).forEach((_) => {
2335
2335
  ie = gr(ie, _);
2336
2336
  }), ie;
2337
2337
  });
@@ -2346,37 +2346,37 @@ function ZI(e = {}) {
2346
2346
  themeId: t
2347
2347
  }));
2348
2348
  A && p && M.push((H) => {
2349
- const J = Ec(V({}, H, {
2349
+ const q = Ec(V({}, H, {
2350
2350
  defaultTheme: n,
2351
2351
  themeId: t
2352
- })), ie = aD(A, J);
2352
+ })), ie = aD(A, q);
2353
2353
  if (ie) {
2354
2354
  const re = {};
2355
2355
  return Object.entries(ie).forEach(([_, W]) => {
2356
2356
  re[_] = typeof W == "function" ? W(V({}, H, {
2357
- theme: J
2357
+ theme: q
2358
2358
  })) : W;
2359
2359
  }), p(H, re);
2360
2360
  }
2361
2361
  return null;
2362
2362
  }), A && !I && M.push((H) => {
2363
- const J = Ec(V({}, H, {
2363
+ const q = Ec(V({}, H, {
2364
2364
  defaultTheme: n,
2365
2365
  themeId: t
2366
2366
  }));
2367
- return lD(H, sD(A, J), J, A);
2367
+ return lD(H, sD(A, q), q, A);
2368
2368
  }), B || M.push(s);
2369
2369
  const U = M.length - T.length;
2370
2370
  if (Array.isArray(w) && U > 0) {
2371
2371
  const H = new Array(U).fill("");
2372
2372
  O = [...w, ...H], O.raw = [...w.raw, ...H];
2373
2373
  }
2374
- const Y = S(O, ...M);
2374
+ const G = S(O, ...M);
2375
2375
  if (process.env.NODE_ENV !== "production") {
2376
2376
  let H;
2377
- A && (H = `${A}${Te(f || "")}`), H === void 0 && (H = `Styled(${DO(l)})`), Y.displayName = H;
2377
+ A && (H = `${A}${Te(f || "")}`), H === void 0 && (H = `Styled(${DO(l)})`), G.displayName = H;
2378
2378
  }
2379
- return l.muiName && (Y.muiName = l.muiName), Y;
2379
+ return l.muiName && (G.muiName = l.muiName), G;
2380
2380
  };
2381
2381
  return S.withConfig && (b.withConfig = S.withConfig), b;
2382
2382
  };
@@ -3754,13 +3754,13 @@ var Mc = { exports: {} };
3754
3754
  Mc.exports;
3755
3755
  (function(e, t) {
3756
3756
  (function() {
3757
- var n, r = "4.17.21", i = 200, s = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", l = "Expected a function", u = "Invalid `variable` option passed into `_.template`", A = "__lodash_hash_undefined__", f = 500, g = "__lodash_placeholder__", h = 1, p = 2, m = 4, I = 1, B = 2, y = 1, P = 2, S = 4, b = 8, w = 16, T = 32, M = 64, O = 128, U = 256, Y = 512, H = 30, J = "...", ie = 800, re = 16, _ = 1, W = 2, N = 3, K = 1 / 0, D = 9007199254740991, $ = 17976931348623157e292, j = 0 / 0, G = 4294967295, ce = G - 1, Ae = G >>> 1, ae = [
3757
+ var n, r = "4.17.21", i = 200, s = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", l = "Expected a function", u = "Invalid `variable` option passed into `_.template`", A = "__lodash_hash_undefined__", f = 500, g = "__lodash_placeholder__", h = 1, p = 2, m = 4, I = 1, B = 2, y = 1, P = 2, S = 4, b = 8, w = 16, T = 32, M = 64, O = 128, U = 256, G = 512, H = 30, q = "...", ie = 800, re = 16, _ = 1, W = 2, N = 3, K = 1 / 0, D = 9007199254740991, $ = 17976931348623157e292, j = 0 / 0, Y = 4294967295, ce = Y - 1, Ae = Y >>> 1, ae = [
3758
3758
  ["ary", O],
3759
3759
  ["bind", y],
3760
3760
  ["bindKey", P],
3761
3761
  ["curry", b],
3762
3762
  ["curryRight", w],
3763
- ["flip", Y],
3763
+ ["flip", G],
3764
3764
  ["partial", T],
3765
3765
  ["partialRight", M],
3766
3766
  ["rearg", U]
@@ -4027,84 +4027,84 @@ Mc.exports;
4027
4027
  } catch {
4028
4028
  }
4029
4029
  }(), Xp = zn && zn.isArrayBuffer, Zp = zn && zn.isDate, eh = zn && zn.isMap, th = zn && zn.isRegExp, nh = zn && zn.isSet, rh = zn && zn.isTypedArray;
4030
- function wn(L, X, q) {
4031
- switch (q.length) {
4030
+ function wn(L, X, J) {
4031
+ switch (J.length) {
4032
4032
  case 0:
4033
4033
  return L.call(X);
4034
4034
  case 1:
4035
- return L.call(X, q[0]);
4035
+ return L.call(X, J[0]);
4036
4036
  case 2:
4037
- return L.call(X, q[0], q[1]);
4037
+ return L.call(X, J[0], J[1]);
4038
4038
  case 3:
4039
- return L.call(X, q[0], q[1], q[2]);
4039
+ return L.call(X, J[0], J[1], J[2]);
4040
4040
  }
4041
- return L.apply(X, q);
4041
+ return L.apply(X, J);
4042
4042
  }
4043
- function D1(L, X, q, Ee) {
4043
+ function D1(L, X, J, Ee) {
4044
4044
  for (var Le = -1, nt = L == null ? 0 : L.length; ++Le < nt; ) {
4045
4045
  var Ut = L[Le];
4046
- X(Ee, Ut, q(Ut), L);
4046
+ X(Ee, Ut, J(Ut), L);
4047
4047
  }
4048
4048
  return Ee;
4049
4049
  }
4050
4050
  function Wn(L, X) {
4051
- for (var q = -1, Ee = L == null ? 0 : L.length; ++q < Ee && X(L[q], q, L) !== !1; )
4051
+ for (var J = -1, Ee = L == null ? 0 : L.length; ++J < Ee && X(L[J], J, L) !== !1; )
4052
4052
  ;
4053
4053
  return L;
4054
4054
  }
4055
4055
  function M1(L, X) {
4056
- for (var q = L == null ? 0 : L.length; q-- && X(L[q], q, L) !== !1; )
4056
+ for (var J = L == null ? 0 : L.length; J-- && X(L[J], J, L) !== !1; )
4057
4057
  ;
4058
4058
  return L;
4059
4059
  }
4060
4060
  function oh(L, X) {
4061
- for (var q = -1, Ee = L == null ? 0 : L.length; ++q < Ee; )
4062
- if (!X(L[q], q, L))
4061
+ for (var J = -1, Ee = L == null ? 0 : L.length; ++J < Ee; )
4062
+ if (!X(L[J], J, L))
4063
4063
  return !1;
4064
4064
  return !0;
4065
4065
  }
4066
4066
  function ao(L, X) {
4067
- for (var q = -1, Ee = L == null ? 0 : L.length, Le = 0, nt = []; ++q < Ee; ) {
4068
- var Ut = L[q];
4069
- X(Ut, q, L) && (nt[Le++] = Ut);
4067
+ for (var J = -1, Ee = L == null ? 0 : L.length, Le = 0, nt = []; ++J < Ee; ) {
4068
+ var Ut = L[J];
4069
+ X(Ut, J, L) && (nt[Le++] = Ut);
4070
4070
  }
4071
4071
  return nt;
4072
4072
  }
4073
4073
  function Al(L, X) {
4074
- var q = L == null ? 0 : L.length;
4075
- return !!q && Ii(L, X, 0) > -1;
4074
+ var J = L == null ? 0 : L.length;
4075
+ return !!J && Ii(L, X, 0) > -1;
4076
4076
  }
4077
- function sA(L, X, q) {
4077
+ function sA(L, X, J) {
4078
4078
  for (var Ee = -1, Le = L == null ? 0 : L.length; ++Ee < Le; )
4079
- if (q(X, L[Ee]))
4079
+ if (J(X, L[Ee]))
4080
4080
  return !0;
4081
4081
  return !1;
4082
4082
  }
4083
4083
  function bt(L, X) {
4084
- for (var q = -1, Ee = L == null ? 0 : L.length, Le = Array(Ee); ++q < Ee; )
4085
- Le[q] = X(L[q], q, L);
4084
+ for (var J = -1, Ee = L == null ? 0 : L.length, Le = Array(Ee); ++J < Ee; )
4085
+ Le[J] = X(L[J], J, L);
4086
4086
  return Le;
4087
4087
  }
4088
4088
  function so(L, X) {
4089
- for (var q = -1, Ee = X.length, Le = L.length; ++q < Ee; )
4090
- L[Le + q] = X[q];
4089
+ for (var J = -1, Ee = X.length, Le = L.length; ++J < Ee; )
4090
+ L[Le + J] = X[J];
4091
4091
  return L;
4092
4092
  }
4093
- function lA(L, X, q, Ee) {
4093
+ function lA(L, X, J, Ee) {
4094
4094
  var Le = -1, nt = L == null ? 0 : L.length;
4095
- for (Ee && nt && (q = L[++Le]); ++Le < nt; )
4096
- q = X(q, L[Le], Le, L);
4097
- return q;
4095
+ for (Ee && nt && (J = L[++Le]); ++Le < nt; )
4096
+ J = X(J, L[Le], Le, L);
4097
+ return J;
4098
4098
  }
4099
- function k1(L, X, q, Ee) {
4099
+ function k1(L, X, J, Ee) {
4100
4100
  var Le = L == null ? 0 : L.length;
4101
- for (Ee && Le && (q = L[--Le]); Le--; )
4102
- q = X(q, L[Le], Le, L);
4103
- return q;
4101
+ for (Ee && Le && (J = L[--Le]); Le--; )
4102
+ J = X(J, L[Le], Le, L);
4103
+ return J;
4104
4104
  }
4105
4105
  function cA(L, X) {
4106
- for (var q = -1, Ee = L == null ? 0 : L.length; ++q < Ee; )
4107
- if (X(L[q], q, L))
4106
+ for (var J = -1, Ee = L == null ? 0 : L.length; ++J < Ee; )
4107
+ if (X(L[J], J, L))
4108
4108
  return !0;
4109
4109
  return !1;
4110
4110
  }
@@ -4115,24 +4115,24 @@ Mc.exports;
4115
4115
  function N1(L) {
4116
4116
  return L.match(Ho) || [];
4117
4117
  }
4118
- function ih(L, X, q) {
4118
+ function ih(L, X, J) {
4119
4119
  var Ee;
4120
- return q(L, function(Le, nt, Ut) {
4120
+ return J(L, function(Le, nt, Ut) {
4121
4121
  if (X(Le, nt, Ut))
4122
4122
  return Ee = nt, !1;
4123
4123
  }), Ee;
4124
4124
  }
4125
- function dl(L, X, q, Ee) {
4126
- for (var Le = L.length, nt = q + (Ee ? 1 : -1); Ee ? nt-- : ++nt < Le; )
4125
+ function dl(L, X, J, Ee) {
4126
+ for (var Le = L.length, nt = J + (Ee ? 1 : -1); Ee ? nt-- : ++nt < Le; )
4127
4127
  if (X(L[nt], nt, L))
4128
4128
  return nt;
4129
4129
  return -1;
4130
4130
  }
4131
- function Ii(L, X, q) {
4132
- return X === X ? J1(L, X, q) : dl(L, ah, q);
4131
+ function Ii(L, X, J) {
4132
+ return X === X ? J1(L, X, J) : dl(L, ah, J);
4133
4133
  }
4134
- function j1(L, X, q, Ee) {
4135
- for (var Le = q - 1, nt = L.length; ++Le < nt; )
4134
+ function j1(L, X, J, Ee) {
4135
+ for (var Le = J - 1, nt = L.length; ++Le < nt; )
4136
4136
  if (Ee(L[Le], X))
4137
4137
  return Le;
4138
4138
  return -1;
@@ -4141,8 +4141,8 @@ Mc.exports;
4141
4141
  return L !== L;
4142
4142
  }
4143
4143
  function sh(L, X) {
4144
- var q = L == null ? 0 : L.length;
4145
- return q ? dA(L, X) / q : j;
4144
+ var J = L == null ? 0 : L.length;
4145
+ return J ? dA(L, X) / J : j;
4146
4146
  }
4147
4147
  function uA(L) {
4148
4148
  return function(X) {
@@ -4154,32 +4154,32 @@ Mc.exports;
4154
4154
  return L == null ? n : L[X];
4155
4155
  };
4156
4156
  }
4157
- function lh(L, X, q, Ee, Le) {
4157
+ function lh(L, X, J, Ee, Le) {
4158
4158
  return Le(L, function(nt, Ut, ht) {
4159
- q = Ee ? (Ee = !1, nt) : X(q, nt, Ut, ht);
4160
- }), q;
4159
+ J = Ee ? (Ee = !1, nt) : X(J, nt, Ut, ht);
4160
+ }), J;
4161
4161
  }
4162
4162
  function V1(L, X) {
4163
- var q = L.length;
4164
- for (L.sort(X); q--; )
4165
- L[q] = L[q].value;
4163
+ var J = L.length;
4164
+ for (L.sort(X); J--; )
4165
+ L[J] = L[J].value;
4166
4166
  return L;
4167
4167
  }
4168
4168
  function dA(L, X) {
4169
- for (var q, Ee = -1, Le = L.length; ++Ee < Le; ) {
4169
+ for (var J, Ee = -1, Le = L.length; ++Ee < Le; ) {
4170
4170
  var nt = X(L[Ee]);
4171
- nt !== n && (q = q === n ? nt : q + nt);
4171
+ nt !== n && (J = J === n ? nt : J + nt);
4172
4172
  }
4173
- return q;
4173
+ return J;
4174
4174
  }
4175
4175
  function fA(L, X) {
4176
- for (var q = -1, Ee = Array(L); ++q < L; )
4177
- Ee[q] = X(q);
4176
+ for (var J = -1, Ee = Array(L); ++J < L; )
4177
+ Ee[J] = X(J);
4178
4178
  return Ee;
4179
4179
  }
4180
4180
  function H1(L, X) {
4181
- return bt(X, function(q) {
4182
- return [q, L[q]];
4181
+ return bt(X, function(J) {
4182
+ return [J, L[J]];
4183
4183
  });
4184
4184
  }
4185
4185
  function ch(L) {
@@ -4191,26 +4191,26 @@ Mc.exports;
4191
4191
  };
4192
4192
  }
4193
4193
  function gA(L, X) {
4194
- return bt(X, function(q) {
4195
- return L[q];
4194
+ return bt(X, function(J) {
4195
+ return L[J];
4196
4196
  });
4197
4197
  }
4198
4198
  function Ra(L, X) {
4199
4199
  return L.has(X);
4200
4200
  }
4201
4201
  function uh(L, X) {
4202
- for (var q = -1, Ee = L.length; ++q < Ee && Ii(X, L[q], 0) > -1; )
4202
+ for (var J = -1, Ee = L.length; ++J < Ee && Ii(X, L[J], 0) > -1; )
4203
4203
  ;
4204
- return q;
4204
+ return J;
4205
4205
  }
4206
4206
  function Ah(L, X) {
4207
- for (var q = L.length; q-- && Ii(X, L[q], 0) > -1; )
4207
+ for (var J = L.length; J-- && Ii(X, L[J], 0) > -1; )
4208
4208
  ;
4209
- return q;
4209
+ return J;
4210
4210
  }
4211
4211
  function z1(L, X) {
4212
- for (var q = L.length, Ee = 0; q--; )
4213
- L[q] === X && ++Ee;
4212
+ for (var J = L.length, Ee = 0; J--; )
4213
+ L[J] === X && ++Ee;
4214
4214
  return Ee;
4215
4215
  }
4216
4216
  var W1 = AA(x1), U1 = AA(w1);
@@ -4227,48 +4227,48 @@ Mc.exports;
4227
4227
  return y1.test(L);
4228
4228
  }
4229
4229
  function _1(L) {
4230
- for (var X, q = []; !(X = L.next()).done; )
4231
- q.push(X.value);
4232
- return q;
4230
+ for (var X, J = []; !(X = L.next()).done; )
4231
+ J.push(X.value);
4232
+ return J;
4233
4233
  }
4234
4234
  function pA(L) {
4235
- var X = -1, q = Array(L.size);
4235
+ var X = -1, J = Array(L.size);
4236
4236
  return L.forEach(function(Ee, Le) {
4237
- q[++X] = [Le, Ee];
4238
- }), q;
4237
+ J[++X] = [Le, Ee];
4238
+ }), J;
4239
4239
  }
4240
4240
  function dh(L, X) {
4241
- return function(q) {
4242
- return L(X(q));
4241
+ return function(J) {
4242
+ return L(X(J));
4243
4243
  };
4244
4244
  }
4245
4245
  function lo(L, X) {
4246
- for (var q = -1, Ee = L.length, Le = 0, nt = []; ++q < Ee; ) {
4247
- var Ut = L[q];
4248
- (Ut === X || Ut === g) && (L[q] = g, nt[Le++] = q);
4246
+ for (var J = -1, Ee = L.length, Le = 0, nt = []; ++J < Ee; ) {
4247
+ var Ut = L[J];
4248
+ (Ut === X || Ut === g) && (L[J] = g, nt[Le++] = J);
4249
4249
  }
4250
4250
  return nt;
4251
4251
  }
4252
4252
  function fl(L) {
4253
- var X = -1, q = Array(L.size);
4253
+ var X = -1, J = Array(L.size);
4254
4254
  return L.forEach(function(Ee) {
4255
- q[++X] = Ee;
4256
- }), q;
4255
+ J[++X] = Ee;
4256
+ }), J;
4257
4257
  }
4258
4258
  function q1(L) {
4259
- var X = -1, q = Array(L.size);
4259
+ var X = -1, J = Array(L.size);
4260
4260
  return L.forEach(function(Ee) {
4261
- q[++X] = [Ee, Ee];
4262
- }), q;
4261
+ J[++X] = [Ee, Ee];
4262
+ }), J;
4263
4263
  }
4264
- function J1(L, X, q) {
4265
- for (var Ee = q - 1, Le = L.length; ++Ee < Le; )
4264
+ function J1(L, X, J) {
4265
+ for (var Ee = J - 1, Le = L.length; ++Ee < Le; )
4266
4266
  if (L[Ee] === X)
4267
4267
  return Ee;
4268
4268
  return -1;
4269
4269
  }
4270
- function $1(L, X, q) {
4271
- for (var Ee = q + 1; Ee--; )
4270
+ function $1(L, X, J) {
4271
+ for (var Ee = J + 1; Ee--; )
4272
4272
  if (L[Ee] === X)
4273
4273
  return Ee;
4274
4274
  return Ee;
@@ -4298,7 +4298,7 @@ Mc.exports;
4298
4298
  }
4299
4299
  var nx = function L(X) {
4300
4300
  X = X == null ? tn : yi.defaults(tn.Object(), X, yi.pick(tn, Q1));
4301
- var q = X.Array, Ee = X.Date, Le = X.Error, nt = X.Function, Ut = X.Math, ht = X.Object, hA = X.RegExp, rx = X.String, Un = X.TypeError, gl = q.prototype, ox = nt.prototype, Qi = ht.prototype, pl = X["__core-js_shared__"], hl = ox.toString, At = Qi.hasOwnProperty, ix = 0, gh = function() {
4301
+ var J = X.Array, Ee = X.Date, Le = X.Error, nt = X.Function, Ut = X.Math, ht = X.Object, hA = X.RegExp, rx = X.String, Un = X.TypeError, gl = J.prototype, ox = nt.prototype, Qi = ht.prototype, pl = X["__core-js_shared__"], hl = ox.toString, At = Qi.hasOwnProperty, ix = 0, gh = function() {
4302
4302
  var o = /[^.]+$/.exec(pl && pl.keys && pl.keys.IE_PROTO || "");
4303
4303
  return o ? "Symbol(src)_1." + o : "";
4304
4304
  }(), Cl = Qi.toString, ax = hl.call(ht), sx = tn._, lx = hA(
@@ -4383,7 +4383,7 @@ Mc.exports;
4383
4383
  }
4384
4384
  }, Q.prototype = wl.prototype, Q.prototype.constructor = Q, Yn.prototype = wi(wl.prototype), Yn.prototype.constructor = Yn;
4385
4385
  function Je(o) {
4386
- this.__wrapped__ = o, this.__actions__ = [], this.__dir__ = 1, this.__filtered__ = !1, this.__iteratees__ = [], this.__takeCount__ = G, this.__views__ = [];
4386
+ this.__wrapped__ = o, this.__actions__ = [], this.__dir__ = 1, this.__filtered__ = !1, this.__iteratees__ = [], this.__takeCount__ = Y, this.__views__ = [];
4387
4387
  }
4388
4388
  function yx() {
4389
4389
  var o = new Je(this.__wrapped__);
@@ -4602,7 +4602,7 @@ Mc.exports;
4602
4602
  }) : o[a] = d;
4603
4603
  }
4604
4604
  function BA(o, a) {
4605
- for (var d = -1, E = a.length, v = q(E), x = o == null; ++d < E; )
4605
+ for (var d = -1, E = a.length, v = J(E), x = o == null; ++d < E; )
4606
4606
  v[d] = x ? n : td(o, a[d]);
4607
4607
  return v;
4608
4608
  }
@@ -4761,7 +4761,7 @@ Mc.exports;
4761
4761
  return o >= rn(a, d) && o < Yt(a, d);
4762
4762
  }
4763
4763
  function bA(o, a, d) {
4764
- for (var E = d ? sA : Al, v = o[0].length, x = o.length, R = x, k = q(x), z = 1 / 0, ee = []; R--; ) {
4764
+ for (var E = d ? sA : Al, v = o[0].length, x = o.length, R = x, k = J(x), z = 1 / 0, ee = []; R--; ) {
4765
4765
  var te = o[R];
4766
4766
  R && a && (te = bt(te, Tn(a))), z = rn(te.length, z), k[R] = !d && (a || v >= 120 && te.length >= 120) ? new Yo(R && te) : n;
4767
4767
  }
@@ -4889,7 +4889,7 @@ Mc.exports;
4889
4889
  return o < a;
4890
4890
  }
4891
4891
  function Mh(o, a) {
4892
- var d = -1, E = hn(o) ? q(o.length) : [];
4892
+ var d = -1, E = hn(o) ? J(o.length) : [];
4893
4893
  return uo(o, function(v, x, R) {
4894
4894
  E[++d] = a(v, x, R);
4895
4895
  }), E;
@@ -4990,7 +4990,7 @@ Mc.exports;
4990
4990
  return o + Ql(Ih() * (a - o + 1));
4991
4991
  }
4992
4992
  function hw(o, a, d, E) {
4993
- for (var v = -1, x = Yt(yl((a - o) / (d || 1)), 0), R = q(x); x--; )
4993
+ for (var v = -1, x = Yt(yl((a - o) / (d || 1)), 0), R = J(x); x--; )
4994
4994
  R[E ? x : ++v] = o, o += d;
4995
4995
  return R;
4996
4996
  }
@@ -5045,7 +5045,7 @@ Mc.exports;
5045
5045
  function Kn(o, a, d) {
5046
5046
  var E = -1, v = o.length;
5047
5047
  a < 0 && (a = -a > v ? 0 : v + a), d = d > v ? v : d, d < 0 && (d += v), v = a > d ? 0 : d - a >>> 0, a >>>= 0;
5048
- for (var x = q(v); ++E < v; )
5048
+ for (var x = J(v); ++E < v; )
5049
5049
  x[E] = o[E + a];
5050
5050
  return x;
5051
5051
  }
@@ -5149,7 +5149,7 @@ Mc.exports;
5149
5149
  var E = o.length;
5150
5150
  if (E < 2)
5151
5151
  return E ? Ao(o[0]) : [];
5152
- for (var v = -1, x = q(E); ++v < E; )
5152
+ for (var v = -1, x = J(E); ++v < E; )
5153
5153
  for (var R = o[v], k = -1; ++k < E; )
5154
5154
  k != v && (x[v] = La(x[v] || R, o[k], a, d));
5155
5155
  return Ao(nn(x, 1), a, d);
@@ -5226,7 +5226,7 @@ Mc.exports;
5226
5226
  return o.index - a.index;
5227
5227
  }
5228
5228
  function $h(o, a, d, E) {
5229
- for (var v = -1, x = o.length, R = d.length, k = -1, z = a.length, ee = Yt(x - R, 0), te = q(z + ee), ne = !E; ++k < z; )
5229
+ for (var v = -1, x = o.length, R = d.length, k = -1, z = a.length, ee = Yt(x - R, 0), te = J(z + ee), ne = !E; ++k < z; )
5230
5230
  te[k] = a[k];
5231
5231
  for (; ++v < R; )
5232
5232
  (ne || v < x) && (te[d[v]] = o[v]);
@@ -5235,7 +5235,7 @@ Mc.exports;
5235
5235
  return te;
5236
5236
  }
5237
5237
  function Xh(o, a, d, E) {
5238
- for (var v = -1, x = o.length, R = -1, k = d.length, z = -1, ee = a.length, te = Yt(x - k, 0), ne = q(te + ee), ge = !E; ++v < te; )
5238
+ for (var v = -1, x = o.length, R = -1, k = d.length, z = -1, ee = a.length, te = Yt(x - k, 0), ne = J(te + ee), ge = !E; ++v < te; )
5239
5239
  ne[v] = o[v];
5240
5240
  for (var Be = v; ++z < ee; )
5241
5241
  ne[Be + z] = a[z];
@@ -5245,7 +5245,7 @@ Mc.exports;
5245
5245
  }
5246
5246
  function pn(o, a) {
5247
5247
  var d = -1, E = o.length;
5248
- for (a || (a = q(E)); ++d < E; )
5248
+ for (a || (a = J(E)); ++d < E; )
5249
5249
  a[d] = o[d];
5250
5250
  return a;
5251
5251
  }
@@ -5349,7 +5349,7 @@ Mc.exports;
5349
5349
  function Rw(o, a, d) {
5350
5350
  var E = Ha(o);
5351
5351
  function v() {
5352
- for (var x = arguments.length, R = q(x), k = x, z = Ri(v); k--; )
5352
+ for (var x = arguments.length, R = J(x), k = x, z = Ri(v); k--; )
5353
5353
  R[k] = arguments[k];
5354
5354
  var ee = x < 3 && R[0] !== z && R[x - 1] !== z ? [] : lo(R, z);
5355
5355
  if (x -= ee.length, x < d)
@@ -5409,9 +5409,9 @@ Mc.exports;
5409
5409
  });
5410
5410
  }
5411
5411
  function kl(o, a, d, E, v, x, R, k, z, ee) {
5412
- var te = a & O, ne = a & y, ge = a & P, Be = a & (b | w), Se = a & Y, Ye = ge ? n : Ha(o);
5412
+ var te = a & O, ne = a & y, ge = a & P, Be = a & (b | w), Se = a & G, Ye = ge ? n : Ha(o);
5413
5413
  function Oe() {
5414
- for (var qe = arguments.length, $e = q(qe), Sn = qe; Sn--; )
5414
+ for (var qe = arguments.length, $e = J(qe), Sn = qe; Sn--; )
5415
5415
  $e[Sn] = arguments[Sn];
5416
5416
  if (Be)
5417
5417
  var dn = Ri(Oe), On = z1($e, dn);
@@ -5474,7 +5474,7 @@ Mc.exports;
5474
5474
  function Sw(o, a, d, E) {
5475
5475
  var v = a & y, x = Ha(o);
5476
5476
  function R() {
5477
- for (var k = -1, z = arguments.length, ee = -1, te = E.length, ne = q(te + z), ge = this && this !== tn && this instanceof R ? x : o; ++ee < te; )
5477
+ for (var k = -1, z = arguments.length, ee = -1, te = E.length, ne = J(te + z), ge = this && this !== tn && this instanceof R ? x : o; ++ee < te; )
5478
5478
  ne[ee] = E[ee];
5479
5479
  for (; z--; )
5480
5480
  ne[ee++] = arguments[++k];
@@ -5904,10 +5904,10 @@ Mc.exports;
5904
5904
  }
5905
5905
  function hC(o, a, d) {
5906
5906
  return a = Yt(a === n ? o.length - 1 : a, 0), function() {
5907
- for (var E = arguments, v = -1, x = Yt(E.length - a, 0), R = q(x); ++v < x; )
5907
+ for (var E = arguments, v = -1, x = Yt(E.length - a, 0), R = J(x); ++v < x; )
5908
5908
  R[v] = E[a + v];
5909
5909
  v = -1;
5910
- for (var k = q(a + 1); ++v < a; )
5910
+ for (var k = J(a + 1); ++v < a; )
5911
5911
  k[v] = E[v];
5912
5912
  return k[a] = d(R), wn(o, this, k);
5913
5913
  };
@@ -5995,7 +5995,7 @@ Mc.exports;
5995
5995
  var E = o == null ? 0 : o.length;
5996
5996
  if (!E || a < 1)
5997
5997
  return [];
5998
- for (var v = 0, x = 0, R = q(yl(E / a)); v < E; )
5998
+ for (var v = 0, x = 0, R = J(yl(E / a)); v < E; )
5999
5999
  R[x++] = Kn(o, v, v += a);
6000
6000
  return R;
6001
6001
  }
@@ -6010,7 +6010,7 @@ Mc.exports;
6010
6010
  var o = arguments.length;
6011
6011
  if (!o)
6012
6012
  return [];
6013
- for (var a = q(o - 1), d = arguments[0], E = o; E--; )
6013
+ for (var a = J(o - 1), d = arguments[0], E = o; E--; )
6014
6014
  a[E - 1] = arguments[E];
6015
6015
  return so(Ne(d) ? pn(d) : [d], nn(a, 1));
6016
6016
  }
@@ -6358,7 +6358,7 @@ Mc.exports;
6358
6358
  return d < 0 && (d = Yt(v + d, 0)), _l(o) ? d <= v && o.indexOf(a, d) > -1 : !!v && Ii(o, a, d) > -1;
6359
6359
  }
6360
6360
  var E2 = Ge(function(o, a, d) {
6361
- var E = -1, v = typeof a == "function", x = hn(o) ? q(o.length) : [];
6361
+ var E = -1, v = typeof a == "function", x = hn(o) ? J(o.length) : [];
6362
6362
  return uo(o, function(R) {
6363
6363
  x[++E] = v ? wn(a, R, d) : Na(R, a, d);
6364
6364
  }), x;
@@ -6519,7 +6519,7 @@ Mc.exports;
6519
6519
  return xh(o, qn(a) || 0, d);
6520
6520
  });
6521
6521
  function M2(o) {
6522
- return jr(o, Y);
6522
+ return jr(o, G);
6523
6523
  }
6524
6524
  function Yl(o, a) {
6525
6525
  if (typeof o != "function" || a != null && typeof a != "function")
@@ -6631,7 +6631,7 @@ Mc.exports;
6631
6631
  return arguments;
6632
6632
  }()) ? Sh : function(o) {
6633
6633
  return Ot(o) && At.call(o, "callee") && !Ch.call(o, "callee");
6634
- }, Ne = q.isArray, $2 = Xp ? Tn(Xp) : iw;
6634
+ }, Ne = J.isArray, $2 = Xp ? Tn(Xp) : iw;
6635
6635
  function hn(o) {
6636
6636
  return o != null && Kl(o.length) && !zr(o);
6637
6637
  }
@@ -6777,7 +6777,7 @@ Mc.exports;
6777
6777
  return a === a ? d ? a - d : a : 0;
6778
6778
  }
6779
6779
  function UC(o) {
6780
- return o ? Go(Ve(o), 0, G) : 0;
6780
+ return o ? Go(Ve(o), 0, Y) : 0;
6781
6781
  }
6782
6782
  function qn(o) {
6783
6783
  if (typeof o == "number")
@@ -7039,7 +7039,7 @@ Mc.exports;
7039
7039
  return o + (d ? "_" : "") + a.toLowerCase();
7040
7040
  });
7041
7041
  function f4(o, a, d) {
7042
- return d && typeof d != "number" && An(o, a, d) && (a = d = n), d = d === n ? G : d >>> 0, d ? (o = rt(o), o && (typeof a == "string" || a != null && !ed(a)) && (a = Pn(a), !a && Bi(o)) ? go(sr(o), 0, d) : o.split(a, d)) : [];
7042
+ return d && typeof d != "number" && An(o, a, d) && (a = d = n), d = d === n ? Y : d >>> 0, d ? (o = rt(o), o && (typeof a == "string" || a != null && !ed(a)) && (a = Pn(a), !a && Bi(o)) ? go(sr(o), 0, d) : o.split(a, d)) : [];
7043
7043
  }
7044
7044
  var g4 = Pi(function(o, a, d) {
7045
7045
  return o + (d ? " " : "") + rd(a);
@@ -7118,7 +7118,7 @@ function print() { __p += __j.call(arguments, '') }
7118
7118
  return go(E, v).join("");
7119
7119
  }
7120
7120
  function v4(o, a) {
7121
- var d = H, E = J;
7121
+ var d = H, E = q;
7122
7122
  if (Pt(a)) {
7123
7123
  var v = "separator" in a ? a.separator : v;
7124
7124
  d = "length" in a ? Ve(a.length) : d, E = "omission" in a ? Pn(a.omission) : E;
@@ -7271,8 +7271,8 @@ function print() { __p += __j.call(arguments, '') }
7271
7271
  function G4(o, a) {
7272
7272
  if (o = Ve(o), o < 1 || o > D)
7273
7273
  return [];
7274
- var d = G, E = rn(o, G);
7275
- a = Re(a), o -= G;
7274
+ var d = Y, E = rn(o, Y);
7275
+ a = Re(a), o -= Y;
7276
7276
  for (var v = fA(E, a); ++d < o; )
7277
7277
  a(d);
7278
7278
  return v;
@@ -7330,7 +7330,7 @@ function print() { __p += __j.call(arguments, '') }
7330
7330
  d = d === n ? 1 : Yt(Ve(d), 0);
7331
7331
  var E = this.__filtered__ && !a ? new Je(this) : this.clone();
7332
7332
  return E.__filtered__ ? E.__takeCount__ = rn(d, E.__takeCount__) : E.__views__.push({
7333
- size: rn(d, G),
7333
+ size: rn(d, Y),
7334
7334
  type: o + (E.__dir__ < 0 ? "Right" : "")
7335
7335
  }), E;
7336
7336
  }, Je.prototype[o + "Right"] = function(d) {
@@ -7374,7 +7374,7 @@ function print() { __p += __j.call(arguments, '') }
7374
7374
  }, Je.prototype.takeRightWhile = function(o) {
7375
7375
  return this.reverse().takeWhile(o).reverse();
7376
7376
  }, Je.prototype.toArray = function() {
7377
- return this.take(G);
7377
+ return this.take(Y);
7378
7378
  }, yr(Je.prototype, function(o, a) {
7379
7379
  var d = /^(?:filter|find|map|reject)|While$/.test(a), E = /^(?:head|last)$/.test(a), v = Q[E ? "take" + (a == "last" ? "Right" : "") : a], x = E || /^find/.test(a);
7380
7380
  v && (Q.prototype[a] = function() {
@@ -9154,8 +9154,8 @@ function ZE({ keyframes: e, velocity: t = 0, power: n = 0.8, timeConstant: r = 3
9154
9154
  const y = h + B, P = l === void 0 ? y : l(y);
9155
9155
  P !== y && (B = P - h);
9156
9156
  const S = (U) => -B * Math.exp(-U / r), b = (U) => P + S(U), w = (U) => {
9157
- const Y = S(U), H = b(U);
9158
- p.done = Math.abs(Y) <= f, p.value = p.done ? P : H;
9157
+ const G = S(U), H = b(U);
9158
+ p.done = Math.abs(G) <= f, p.value = p.done ? P : H;
9159
9159
  };
9160
9160
  let T, M;
9161
9161
  const O = (U) => {
@@ -9171,8 +9171,8 @@ function ZE({ keyframes: e, velocity: t = 0, power: n = 0.8, timeConstant: r = 3
9171
9171
  return O(0), {
9172
9172
  calculatedDuration: null,
9173
9173
  next: (U) => {
9174
- let Y = !1;
9175
- return !M && T === void 0 && (Y = !0, w(U), O(U)), T !== void 0 && U > T ? M.next(U - T) : (!Y && w(U), p);
9174
+ let G = !1;
9175
+ return !M && T === void 0 && (G = !0, w(U), O(U)), T !== void 0 && U > T ? M.next(U - T) : (!G && w(U), p);
9176
9176
  }
9177
9177
  };
9178
9178
  }
@@ -9206,8 +9206,8 @@ const p8 = {
9206
9206
  function Vc({ autoplay: e = !0, delay: t = 0, driver: n = g8, keyframes: r, type: i = "keyframes", repeat: s = 0, repeatDelay: l = 0, repeatType: u = "loop", onPlay: A, onStop: f, onComplete: g, onUpdate: h, ...p }) {
9207
9207
  let m = 1, I = !1, B, y;
9208
9208
  const P = () => {
9209
- y = new Promise((G) => {
9210
- B = G;
9209
+ y = new Promise((Y) => {
9210
+ B = Y;
9211
9211
  });
9212
9212
  };
9213
9213
  P();
@@ -9224,16 +9224,16 @@ function Vc({ autoplay: e = !0, delay: t = 0, driver: n = g8, keyframes: r, type
9224
9224
  keyframes: [...r].reverse(),
9225
9225
  velocity: -(p.velocity || 0)
9226
9226
  }));
9227
- let O = "idle", U = null, Y = null, H = null;
9227
+ let O = "idle", U = null, G = null, H = null;
9228
9228
  T.calculatedDuration === null && s && (T.calculatedDuration = tm(T));
9229
- const { calculatedDuration: J } = T;
9229
+ const { calculatedDuration: q } = T;
9230
9230
  let ie = 1 / 0, re = 1 / 0;
9231
- J !== null && (ie = J + l, re = ie * (s + 1) - l);
9231
+ q !== null && (ie = q + l, re = ie * (s + 1) - l);
9232
9232
  let _ = 0;
9233
- const W = (G) => {
9234
- if (Y === null)
9233
+ const W = (Y) => {
9234
+ if (G === null)
9235
9235
  return;
9236
- m > 0 && (Y = Math.min(Y, G)), m < 0 && (Y = Math.min(G - re / m, Y)), U !== null ? _ = U : _ = Math.round(G - Y) * m;
9236
+ m > 0 && (G = Math.min(G, Y)), m < 0 && (G = Math.min(Y - re / m, G)), U !== null ? _ = U : _ = Math.round(Y - G) * m;
9237
9237
  const ce = _ - t * (m >= 0 ? 1 : -1), Ae = m >= 0 ? ce < 0 : ce > re;
9238
9238
  _ = Math.max(ce, 0), O === "finished" && U === null && (_ = re);
9239
9239
  let ae = _, le = T;
@@ -9249,42 +9249,42 @@ function Vc({ autoplay: e = !0, delay: t = 0, driver: n = g8, keyframes: r, type
9249
9249
  const de = Ae ? { done: !1, value: r[0] } : le.next(ae);
9250
9250
  w && (de.value = w(de.value));
9251
9251
  let { done: Ce } = de;
9252
- !Ae && J !== null && (Ce = m >= 0 ? _ >= re : _ <= 0);
9252
+ !Ae && q !== null && (Ce = m >= 0 ? _ >= re : _ <= 0);
9253
9253
  const pe = U === null && (O === "finished" || O === "running" && Ce);
9254
9254
  return h && h(de.value), pe && D(), de;
9255
9255
  }, N = () => {
9256
9256
  S && S.stop(), S = void 0;
9257
9257
  }, K = () => {
9258
- O = "idle", N(), B(), P(), Y = H = null;
9258
+ O = "idle", N(), B(), P(), G = H = null;
9259
9259
  }, D = () => {
9260
9260
  O = "finished", g && g(), N(), B();
9261
9261
  }, $ = () => {
9262
9262
  if (I)
9263
9263
  return;
9264
9264
  S || (S = n(W));
9265
- const G = S.now();
9266
- A && A(), U !== null ? Y = G - U : (!Y || O === "finished") && (Y = G), O === "finished" && P(), H = Y, U = null, O = "running", S.start();
9265
+ const Y = S.now();
9266
+ A && A(), U !== null ? G = Y - U : (!G || O === "finished") && (G = Y), O === "finished" && P(), H = G, U = null, O = "running", S.start();
9267
9267
  };
9268
9268
  e && $();
9269
9269
  const j = {
9270
- then(G, ce) {
9271
- return y.then(G, ce);
9270
+ then(Y, ce) {
9271
+ return y.then(Y, ce);
9272
9272
  },
9273
9273
  get time() {
9274
9274
  return Jr(_);
9275
9275
  },
9276
- set time(G) {
9277
- G = wo(G), _ = G, U !== null || !S || m === 0 ? U = G : Y = S.now() - G / m;
9276
+ set time(Y) {
9277
+ Y = wo(Y), _ = Y, U !== null || !S || m === 0 ? U = Y : G = S.now() - Y / m;
9278
9278
  },
9279
9279
  get duration() {
9280
- const G = T.calculatedDuration === null ? tm(T) : T.calculatedDuration;
9281
- return Jr(G);
9280
+ const Y = T.calculatedDuration === null ? tm(T) : T.calculatedDuration;
9281
+ return Jr(Y);
9282
9282
  },
9283
9283
  get speed() {
9284
9284
  return m;
9285
9285
  },
9286
- set speed(G) {
9287
- G === m || !S || (m = G, j.time = Jr(_));
9286
+ set speed(Y) {
9287
+ Y === m || !S || (m = Y, j.time = Jr(_));
9288
9288
  },
9289
9289
  get state() {
9290
9290
  return O;
@@ -9302,7 +9302,7 @@ function Vc({ autoplay: e = !0, delay: t = 0, driver: n = g8, keyframes: r, type
9302
9302
  complete: () => {
9303
9303
  O = "finished";
9304
9304
  },
9305
- sample: (G) => (Y = 0, W(G))
9305
+ sample: (Y) => (G = 0, W(Y))
9306
9306
  };
9307
9307
  return j;
9308
9308
  }
@@ -9919,23 +9919,23 @@ function X8(e) {
9919
9919
  bu(w) || typeof w == "boolean")
9920
9920
  continue;
9921
9921
  const U = Z8(b.prevProp, w);
9922
- let Y = U || // If we're making this variant active, we want to always make it active
9922
+ let G = U || // If we're making this variant active, we want to always make it active
9923
9923
  S === f && b.isActive && !O && T || // If we removed a higher-priority variant (i is in reverse order)
9924
9924
  P > B && T;
9925
9925
  const H = Array.isArray(w) ? w : [w];
9926
- let J = H.reduce(i, {});
9927
- M === !1 && (J = {});
9926
+ let q = H.reduce(i, {});
9927
+ M === !1 && (q = {});
9928
9928
  const { prevResolvedValues: ie = {} } = b, re = {
9929
9929
  ...ie,
9930
- ...J
9930
+ ...q
9931
9931
  }, _ = (W) => {
9932
- Y = !0, m.delete(W), b.needsAnimating[W] = !0;
9932
+ G = !0, m.delete(W), b.needsAnimating[W] = !0;
9933
9933
  };
9934
9934
  for (const W in re) {
9935
- const N = J[W], K = ie[W];
9935
+ const N = q[W], K = ie[W];
9936
9936
  I.hasOwnProperty(W) || (N !== K ? Lc(N) && Lc(K) ? !GB(N, K) || U ? _(W) : b.protectedKeys[W] = !0 : N !== void 0 ? _(W) : m.add(W) : N !== void 0 && m.has(W) ? _(W) : b.protectedKeys[W] = !0);
9937
9937
  }
9938
- b.prevProp = w, b.prevResolvedValues = J, b.isActive && (I = { ...I, ...J }), r && e.blockInitialAnimation && (Y = !1), Y && !O && p.push(...H.map((W) => ({
9938
+ b.prevProp = w, b.prevResolvedValues = q, b.isActive && (I = { ...I, ...q }), r && e.blockInitialAnimation && (G = !1), G && !O && p.push(...H.map((W) => ({
9939
9939
  animation: W,
9940
9940
  options: { type: S, ...A }
9941
9941
  })));
@@ -13440,7 +13440,7 @@ const bf = 550, hF = 80, CF = So(_m || (_m = Ru`
13440
13440
  rippleX: M,
13441
13441
  rippleY: O,
13442
13442
  rippleSize: U,
13443
- cb: Y
13443
+ cb: G
13444
13444
  } = w;
13445
13445
  f((H) => [...H, /* @__PURE__ */ C(BF, {
13446
13446
  classes: {
@@ -13456,13 +13456,13 @@ const bf = 550, hF = 80, CF = So(_m || (_m = Ru`
13456
13456
  rippleX: M,
13457
13457
  rippleY: O,
13458
13458
  rippleSize: U
13459
- }, g.current)]), g.current += 1, h.current = Y;
13459
+ }, g.current)]), g.current += 1, h.current = G;
13460
13460
  }, [s]), P = F.useCallback((w = {}, T = {}, M = () => {
13461
13461
  }) => {
13462
13462
  const {
13463
13463
  pulsate: O = !1,
13464
13464
  center: U = i || T.pulsate,
13465
- fakeElement: Y = !1
13465
+ fakeElement: G = !1
13466
13466
  // For test purposes
13467
13467
  } = T;
13468
13468
  if ((w == null ? void 0 : w.type) === "mousedown" && p.current) {
@@ -13470,7 +13470,7 @@ const bf = 550, hF = 80, CF = So(_m || (_m = Ru`
13470
13470
  return;
13471
13471
  }
13472
13472
  (w == null ? void 0 : w.type) === "touchstart" && (p.current = !0);
13473
- const H = Y ? null : B.current, J = H ? H.getBoundingClientRect() : {
13473
+ const H = G ? null : B.current, q = H ? H.getBoundingClientRect() : {
13474
13474
  width: 0,
13475
13475
  height: 0,
13476
13476
  left: 0,
@@ -13478,16 +13478,16 @@ const bf = 550, hF = 80, CF = So(_m || (_m = Ru`
13478
13478
  };
13479
13479
  let ie, re, _;
13480
13480
  if (U || w === void 0 || w.clientX === 0 && w.clientY === 0 || !w.clientX && !w.touches)
13481
- ie = Math.round(J.width / 2), re = Math.round(J.height / 2);
13481
+ ie = Math.round(q.width / 2), re = Math.round(q.height / 2);
13482
13482
  else {
13483
13483
  const {
13484
13484
  clientX: W,
13485
13485
  clientY: N
13486
13486
  } = w.touches && w.touches.length > 0 ? w.touches[0] : w;
13487
- ie = Math.round(W - J.left), re = Math.round(N - J.top);
13487
+ ie = Math.round(W - q.left), re = Math.round(N - q.top);
13488
13488
  }
13489
13489
  if (U)
13490
- _ = Math.sqrt((2 * J.width ** 2 + J.height ** 2) / 3), _ % 2 === 0 && (_ += 1);
13490
+ _ = Math.sqrt((2 * q.width ** 2 + q.height ** 2) / 3), _ % 2 === 0 && (_ += 1);
13491
13491
  else {
13492
13492
  const W = Math.max(Math.abs((H ? H.clientWidth : 0) - ie), ie) * 2 + 2, N = Math.max(Math.abs((H ? H.clientHeight : 0) - re), re) * 2 + 2;
13493
13493
  _ = Math.sqrt(W ** 2 + N ** 2);
@@ -13636,16 +13636,16 @@ const QF = Zt("MuiButtonBase", ["root", "disabled", "focusVisible"]), bF = QF, x
13636
13636
  onMouseDown: M,
13637
13637
  onMouseLeave: O,
13638
13638
  onMouseUp: U,
13639
- onTouchEnd: Y,
13639
+ onTouchEnd: G,
13640
13640
  onTouchMove: H,
13641
- onTouchStart: J,
13641
+ onTouchStart: q,
13642
13642
  tabIndex: ie = 0,
13643
13643
  TouchRippleProps: re,
13644
13644
  touchRippleRef: _,
13645
13645
  type: W
13646
13646
  } = r, N = _e(r, xF), K = F.useRef(null), D = F.useRef(null), $ = Ln(D, _), {
13647
13647
  isFocusVisibleRef: j,
13648
- onFocus: G,
13648
+ onFocus: Y,
13649
13649
  onBlur: ce,
13650
13650
  ref: Ae
13651
13651
  } = ug(), [ae, le] = F.useState(!1);
@@ -13667,10 +13667,10 @@ const QF = Zt("MuiButtonBase", ["root", "disabled", "focusVisible"]), bF = QF, x
13667
13667
  }
13668
13668
  const he = fe("start", M), Qe = fe("stop", y), oe = fe("stop", P), ze = fe("stop", U), ue = fe("stop", (xe) => {
13669
13669
  ae && xe.preventDefault(), O && O(xe);
13670
- }), ut = fe("start", J), Wt = fe("stop", Y), It = fe("stop", H), Tt = fe("stop", (xe) => {
13670
+ }), ut = fe("start", q), Wt = fe("stop", G), It = fe("stop", H), Tt = fe("stop", (xe) => {
13671
13671
  ce(xe), j.current === !1 && le(!1), I && I(xe);
13672
13672
  }, !1), Br = vo((xe) => {
13673
- K.current || (K.current = xe.currentTarget), G(xe), j.current === !0 && (le(!0), b && b(xe)), S && S(xe);
13673
+ K.current || (K.current = xe.currentTarget), Y(xe), j.current === !0 && (le(!0), b && b(xe)), S && S(xe);
13674
13674
  }), Qt = () => {
13675
13675
  const xe = K.current;
13676
13676
  return A && A !== "button" && !(xe.tagName === "A" && xe.href);
@@ -14036,8 +14036,8 @@ const Jv = /* @__PURE__ */ F.forwardRef(function(t, n) {
14036
14036
  }), w = F.useRef(null), T = (O) => {
14037
14037
  const U = () => {
14038
14038
  y(!0);
14039
- const Y = w.current.querySelector("a[href],button,[tabindex]");
14040
- Y && Y.focus();
14039
+ const G = w.current.querySelector("a[href],button,[tabindex]");
14040
+ G && G.focus();
14041
14041
  };
14042
14042
  return h + g >= O.length ? (process.env.NODE_ENV !== "production" && console.error(["MUI: You have provided an invalid combination of props to the Breadcrumbs.", `itemsAfterCollapse={${g}} + itemsBeforeCollapse={${h}} >= maxItems={${p}}`].join(`
14043
14043
  `)), O) : [...O.slice(0, h), /* @__PURE__ */ C(qv, {
@@ -14191,7 +14191,7 @@ const Dd = Jv, HF = ({ id: e, title: t, icon: n, url: r, last: i }) => /* @__PUR
14191
14191
  var K;
14192
14192
  (K = l == null ? void 0 : l.items) == null || K.map((D) => (D.type && D.type === "group" && O(D), !1));
14193
14193
  });
14194
- const Y = A ? /* @__PURE__ */ C(A, { style: { fontSize: "0.75rem", marginTop: 2 } }) : "/", H = {
14194
+ const G = A ? /* @__PURE__ */ C(A, { style: { fontSize: "0.75rem", marginTop: 2 } }) : "/", H = {
14195
14195
  mb: 2,
14196
14196
  bgcolor: t === !1 ? "transparent" : "inherit",
14197
14197
  ...h,
@@ -14199,7 +14199,7 @@ const Dd = Jv, HF = ({ id: e, title: t, icon: n, url: r, last: i }) => /* @__PUR
14199
14199
  mb: 1
14200
14200
  }
14201
14201
  };
14202
- let J, ie, re = /* @__PURE__ */ C(Ie, {}), _ = "", W, N;
14202
+ let q, ie, re = /* @__PURE__ */ C(Ie, {}), _ = "", W, N;
14203
14203
  return m === "breadcrumbs" ? /* @__PURE__ */ Z(hr, { border: t, sx: H, ...I, content: t, shadow: "none", children: [
14204
14204
  /* @__PURE__ */ Z(
14205
14205
  ve,
@@ -14216,7 +14216,7 @@ const Dd = Jv, HF = ({ id: e, title: t, icon: n, url: r, last: i }) => /* @__PUR
14216
14216
  {
14217
14217
  "aria-label": "breadcrumb",
14218
14218
  maxItems: s || 8,
14219
- separator: Y,
14219
+ separator: G,
14220
14220
  sx: {
14221
14221
  [B.breakpoints.down("sm")]: {
14222
14222
  mt: 1
@@ -14237,7 +14237,7 @@ const Dd = Jv, HF = ({ id: e, title: t, icon: n, url: r, last: i }) => /* @__PUR
14237
14237
  }
14238
14238
  ),
14239
14239
  t === !1 && n !== !1 && /* @__PURE__ */ C(ns, { sx: { mt: 2 } })
14240
- ] }) : (P && P.type === "collapse" && P.breadcrumbs === !0 && (W = P.icon ? P.icon : Xd, J = /* @__PURE__ */ Z(
14240
+ ] }) : (P && P.type === "collapse" && P.breadcrumbs === !0 && (W = P.icon ? P.icon : Xd, q = /* @__PURE__ */ Z(
14241
14241
  Ie,
14242
14242
  {
14243
14243
  component: In,
@@ -14260,13 +14260,13 @@ const Dd = Jv, HF = ({ id: e, title: t, icon: n, url: r, last: i }) => /* @__PUR
14260
14260
  alignItems: u ? "center" : "flex-start",
14261
14261
  spacing: 1,
14262
14262
  children: [
14263
- /* @__PURE__ */ C(ve, { item: !0, children: /* @__PURE__ */ Z(Dd, { "aria-label": "breadcrumb", maxItems: s || 8, separator: Y, children: [
14263
+ /* @__PURE__ */ C(ve, { item: !0, children: /* @__PURE__ */ Z(Dd, { "aria-label": "breadcrumb", maxItems: s || 8, separator: G, children: [
14264
14264
  e !== !1 && /* @__PURE__ */ Z(Ie, { component: In, to: "/", color: "textSecondary", variant: "h6", sx: { textDecoration: "none" }, children: [
14265
14265
  i && /* @__PURE__ */ C(Ad, { style: M }),
14266
14266
  r && !i && /* @__PURE__ */ C(dd, { style: { ...M, marginRight: 0 } }),
14267
14267
  (!r || i) && e
14268
14268
  ] }),
14269
- J
14269
+ q
14270
14270
  ] }) }),
14271
14271
  f && g && /* @__PURE__ */ C(ve, { item: !0, sx: { mt: t === !1 ? 0.25 : 1 }, children: /* @__PURE__ */ C(Ie, { variant: "h2", children: P.title }) })
14272
14272
  ]
@@ -14314,13 +14314,13 @@ const Dd = Jv, HF = ({ id: e, title: t, icon: n, url: r, last: i }) => /* @__PUR
14314
14314
  spacing: 1,
14315
14315
  children: [
14316
14316
  f && !g && /* @__PURE__ */ C(ve, { item: !0, children: /* @__PURE__ */ C(Ie, { variant: "h2", children: b.title }) }),
14317
- /* @__PURE__ */ C(ve, { item: !0, children: /* @__PURE__ */ Z(Dd, { "aria-label": "breadcrumb", maxItems: s || 8, separator: Y, children: [
14317
+ /* @__PURE__ */ C(ve, { item: !0, children: /* @__PURE__ */ Z(Dd, { "aria-label": "breadcrumb", maxItems: s || 8, separator: G, children: [
14318
14318
  e !== !1 && /* @__PURE__ */ Z(Ie, { component: In, to: "/", color: "textSecondary", variant: "h6", sx: { textDecoration: "none" }, children: [
14319
14319
  i && /* @__PURE__ */ C(Ad, { style: M }),
14320
14320
  r && !i && /* @__PURE__ */ C(dd, { style: { ...M, marginRight: 0 } }),
14321
14321
  (!r || i) && e
14322
14322
  ] }),
14323
- J,
14323
+ q,
14324
14324
  ie
14325
14325
  ] }) }),
14326
14326
  f && g && /* @__PURE__ */ C(ve, { item: !0, sx: { mt: t === !1 ? 0.25 : 1 }, children: /* @__PURE__ */ C(Ie, { variant: "h2", children: b.title }) })
@@ -14966,7 +14966,7 @@ const t9 = ey, n9 = ["children", "color", "component", "className", "disabled",
14966
14966
  className: O.startIcon,
14967
14967
  ownerState: M,
14968
14968
  children: S
14969
- }), Y = I && /* @__PURE__ */ C(a9, {
14969
+ }), G = I && /* @__PURE__ */ C(a9, {
14970
14970
  className: O.endIcon,
14971
14971
  ownerState: M,
14972
14972
  children: I
@@ -14982,7 +14982,7 @@ const t9 = ey, n9 = ["children", "color", "component", "className", "disabled",
14982
14982
  type: b
14983
14983
  }, T, {
14984
14984
  classes: O,
14985
- children: [U, u, Y]
14985
+ children: [U, u, G]
14986
14986
  }));
14987
14987
  });
14988
14988
  process.env.NODE_ENV !== "production" && (ny.propTypes = {
@@ -16215,7 +16215,7 @@ var uy = { exports: {} };
16215
16215
  M[T] = S;
16216
16216
  var O = "$isDayjsObject", U = function(_) {
16217
16217
  return _ instanceof ie || !(!_ || !_[O]);
16218
- }, Y = function _(W, N, K) {
16218
+ }, G = function _(W, N, K) {
16219
16219
  var D;
16220
16220
  if (!W)
16221
16221
  return T;
@@ -16226,8 +16226,8 @@ var uy = { exports: {} };
16226
16226
  if (!D && j.length > 1)
16227
16227
  return _(j[0]);
16228
16228
  } else {
16229
- var G = W.name;
16230
- M[G] = W, D = G;
16229
+ var Y = W.name;
16230
+ M[Y] = W, D = Y;
16231
16231
  }
16232
16232
  return !K && D && (T = D), D || !K && T;
16233
16233
  }, H = function(_, W) {
@@ -16235,13 +16235,13 @@ var uy = { exports: {} };
16235
16235
  return _.clone();
16236
16236
  var N = typeof W == "object" ? W : {};
16237
16237
  return N.date = _, N.args = arguments, new ie(N);
16238
- }, J = w;
16239
- J.l = Y, J.i = U, J.w = function(_, W) {
16238
+ }, q = w;
16239
+ q.l = G, q.i = U, q.w = function(_, W) {
16240
16240
  return H(_, { locale: W.$L, utc: W.$u, x: W.$x, $offset: W.$offset });
16241
16241
  };
16242
16242
  var ie = function() {
16243
16243
  function _(N) {
16244
- this.$L = Y(N.locale, null, !0), this.parse(N), this.$x = this.$x || N.x || {}, this[O] = !0;
16244
+ this.$L = G(N.locale, null, !0), this.parse(N), this.$x = this.$x || N.x || {}, this[O] = !0;
16245
16245
  }
16246
16246
  var W = _.prototype;
16247
16247
  return W.parse = function(N) {
@@ -16249,15 +16249,15 @@ var uy = { exports: {} };
16249
16249
  var D = K.date, $ = K.utc;
16250
16250
  if (D === null)
16251
16251
  return /* @__PURE__ */ new Date(NaN);
16252
- if (J.u(D))
16252
+ if (q.u(D))
16253
16253
  return /* @__PURE__ */ new Date();
16254
16254
  if (D instanceof Date)
16255
16255
  return new Date(D);
16256
16256
  if (typeof D == "string" && !/Z$/i.test(D)) {
16257
16257
  var j = D.match(y);
16258
16258
  if (j) {
16259
- var G = j[2] - 1 || 0, ce = (j[7] || "0").substring(0, 3);
16260
- return $ ? new Date(Date.UTC(j[1], G, j[3] || 1, j[4] || 0, j[5] || 0, j[6] || 0, ce)) : new Date(j[1], G, j[3] || 1, j[4] || 0, j[5] || 0, j[6] || 0, ce);
16259
+ var Y = j[2] - 1 || 0, ce = (j[7] || "0").substring(0, 3);
16260
+ return $ ? new Date(Date.UTC(j[1], Y, j[3] || 1, j[4] || 0, j[5] || 0, j[6] || 0, ce)) : new Date(j[1], Y, j[3] || 1, j[4] || 0, j[5] || 0, j[6] || 0, ce);
16261
16261
  }
16262
16262
  }
16263
16263
  return new Date(D);
@@ -16266,7 +16266,7 @@ var uy = { exports: {} };
16266
16266
  var N = this.$d;
16267
16267
  this.$y = N.getFullYear(), this.$M = N.getMonth(), this.$D = N.getDate(), this.$W = N.getDay(), this.$H = N.getHours(), this.$m = N.getMinutes(), this.$s = N.getSeconds(), this.$ms = N.getMilliseconds();
16268
16268
  }, W.$utils = function() {
16269
- return J;
16269
+ return q;
16270
16270
  }, W.isValid = function() {
16271
16271
  return this.$d.toString() !== B;
16272
16272
  }, W.isSame = function(N, K) {
@@ -16277,26 +16277,26 @@ var uy = { exports: {} };
16277
16277
  }, W.isBefore = function(N, K) {
16278
16278
  return this.endOf(K) < H(N);
16279
16279
  }, W.$g = function(N, K, D) {
16280
- return J.u(N) ? this[K] : this.set(D, N);
16280
+ return q.u(N) ? this[K] : this.set(D, N);
16281
16281
  }, W.unix = function() {
16282
16282
  return Math.floor(this.valueOf() / 1e3);
16283
16283
  }, W.valueOf = function() {
16284
16284
  return this.$d.getTime();
16285
16285
  }, W.startOf = function(N, K) {
16286
- var D = this, $ = !!J.u(K) || K, j = J.p(N), G = function(fe, he) {
16287
- var Qe = J.w(D.$u ? Date.UTC(D.$y, he, fe) : new Date(D.$y, he, fe), D);
16286
+ var D = this, $ = !!q.u(K) || K, j = q.p(N), Y = function(fe, he) {
16287
+ var Qe = q.w(D.$u ? Date.UTC(D.$y, he, fe) : new Date(D.$y, he, fe), D);
16288
16288
  return $ ? Qe : Qe.endOf(f);
16289
16289
  }, ce = function(fe, he) {
16290
- return J.w(D.toDate()[fe].apply(D.toDate("s"), ($ ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(he)), D);
16290
+ return q.w(D.toDate()[fe].apply(D.toDate("s"), ($ ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(he)), D);
16291
16291
  }, Ae = this.$W, ae = this.$M, le = this.$D, de = "set" + (this.$u ? "UTC" : "");
16292
16292
  switch (j) {
16293
16293
  case m:
16294
- return $ ? G(1, 0) : G(31, 11);
16294
+ return $ ? Y(1, 0) : Y(31, 11);
16295
16295
  case h:
16296
- return $ ? G(1, ae) : G(0, ae + 1);
16296
+ return $ ? Y(1, ae) : Y(0, ae + 1);
16297
16297
  case g:
16298
16298
  var Ce = this.$locale().weekStart || 0, pe = (Ae < Ce ? Ae + 7 : Ae) - Ce;
16299
- return G($ ? le - pe : le + (6 - pe), ae);
16299
+ return Y($ ? le - pe : le + (6 - pe), ae);
16300
16300
  case f:
16301
16301
  case I:
16302
16302
  return ce(de + "Hours", 0);
@@ -16312,44 +16312,44 @@ var uy = { exports: {} };
16312
16312
  }, W.endOf = function(N) {
16313
16313
  return this.startOf(N, !1);
16314
16314
  }, W.$set = function(N, K) {
16315
- var D, $ = J.p(N), j = "set" + (this.$u ? "UTC" : ""), G = (D = {}, D[f] = j + "Date", D[I] = j + "Date", D[h] = j + "Month", D[m] = j + "FullYear", D[A] = j + "Hours", D[u] = j + "Minutes", D[l] = j + "Seconds", D[s] = j + "Milliseconds", D)[$], ce = $ === f ? this.$D + (K - this.$W) : K;
16315
+ var D, $ = q.p(N), j = "set" + (this.$u ? "UTC" : ""), Y = (D = {}, D[f] = j + "Date", D[I] = j + "Date", D[h] = j + "Month", D[m] = j + "FullYear", D[A] = j + "Hours", D[u] = j + "Minutes", D[l] = j + "Seconds", D[s] = j + "Milliseconds", D)[$], ce = $ === f ? this.$D + (K - this.$W) : K;
16316
16316
  if ($ === h || $ === m) {
16317
16317
  var Ae = this.clone().set(I, 1);
16318
- Ae.$d[G](ce), Ae.init(), this.$d = Ae.set(I, Math.min(this.$D, Ae.daysInMonth())).$d;
16318
+ Ae.$d[Y](ce), Ae.init(), this.$d = Ae.set(I, Math.min(this.$D, Ae.daysInMonth())).$d;
16319
16319
  } else
16320
- G && this.$d[G](ce);
16320
+ Y && this.$d[Y](ce);
16321
16321
  return this.init(), this;
16322
16322
  }, W.set = function(N, K) {
16323
16323
  return this.clone().$set(N, K);
16324
16324
  }, W.get = function(N) {
16325
- return this[J.p(N)]();
16325
+ return this[q.p(N)]();
16326
16326
  }, W.add = function(N, K) {
16327
16327
  var D, $ = this;
16328
16328
  N = Number(N);
16329
- var j = J.p(K), G = function(ae) {
16329
+ var j = q.p(K), Y = function(ae) {
16330
16330
  var le = H($);
16331
- return J.w(le.date(le.date() + Math.round(ae * N)), $);
16331
+ return q.w(le.date(le.date() + Math.round(ae * N)), $);
16332
16332
  };
16333
16333
  if (j === h)
16334
16334
  return this.set(h, this.$M + N);
16335
16335
  if (j === m)
16336
16336
  return this.set(m, this.$y + N);
16337
16337
  if (j === f)
16338
- return G(1);
16338
+ return Y(1);
16339
16339
  if (j === g)
16340
- return G(7);
16340
+ return Y(7);
16341
16341
  var ce = (D = {}, D[u] = r, D[A] = i, D[l] = n, D)[j] || 1, Ae = this.$d.getTime() + N * ce;
16342
- return J.w(Ae, this);
16342
+ return q.w(Ae, this);
16343
16343
  }, W.subtract = function(N, K) {
16344
16344
  return this.add(-1 * N, K);
16345
16345
  }, W.format = function(N) {
16346
16346
  var K = this, D = this.$locale();
16347
16347
  if (!this.isValid())
16348
16348
  return D.invalidDate || B;
16349
- var $ = N || "YYYY-MM-DDTHH:mm:ssZ", j = J.z(this), G = this.$H, ce = this.$m, Ae = this.$M, ae = D.weekdays, le = D.months, de = D.meridiem, Ce = function(he, Qe, oe, ze) {
16349
+ var $ = N || "YYYY-MM-DDTHH:mm:ssZ", j = q.z(this), Y = this.$H, ce = this.$m, Ae = this.$M, ae = D.weekdays, le = D.months, de = D.meridiem, Ce = function(he, Qe, oe, ze) {
16350
16350
  return he && (he[Qe] || he(K, $)) || oe[Qe].slice(0, ze);
16351
16351
  }, pe = function(he) {
16352
- return J.s(G % 12 || 12, he, "0");
16352
+ return q.s(Y % 12 || 12, he, "0");
16353
16353
  }, fe = de || function(he, Qe, oe) {
16354
16354
  var ze = he < 12 ? "AM" : "PM";
16355
16355
  return oe ? ze.toLowerCase() : ze;
@@ -16360,11 +16360,11 @@ var uy = { exports: {} };
16360
16360
  case "YY":
16361
16361
  return String(K.$y).slice(-2);
16362
16362
  case "YYYY":
16363
- return J.s(K.$y, 4, "0");
16363
+ return q.s(K.$y, 4, "0");
16364
16364
  case "M":
16365
16365
  return Ae + 1;
16366
16366
  case "MM":
16367
- return J.s(Ae + 1, 2, "0");
16367
+ return q.s(Ae + 1, 2, "0");
16368
16368
  case "MMM":
16369
16369
  return Ce(D.monthsShort, Ae, le, 3);
16370
16370
  case "MMMM":
@@ -16372,7 +16372,7 @@ var uy = { exports: {} };
16372
16372
  case "D":
16373
16373
  return K.$D;
16374
16374
  case "DD":
16375
- return J.s(K.$D, 2, "0");
16375
+ return q.s(K.$D, 2, "0");
16376
16376
  case "d":
16377
16377
  return String(K.$W);
16378
16378
  case "dd":
@@ -16382,27 +16382,27 @@ var uy = { exports: {} };
16382
16382
  case "dddd":
16383
16383
  return ae[K.$W];
16384
16384
  case "H":
16385
- return String(G);
16385
+ return String(Y);
16386
16386
  case "HH":
16387
- return J.s(G, 2, "0");
16387
+ return q.s(Y, 2, "0");
16388
16388
  case "h":
16389
16389
  return pe(1);
16390
16390
  case "hh":
16391
16391
  return pe(2);
16392
16392
  case "a":
16393
- return fe(G, ce, !0);
16393
+ return fe(Y, ce, !0);
16394
16394
  case "A":
16395
- return fe(G, ce, !1);
16395
+ return fe(Y, ce, !1);
16396
16396
  case "m":
16397
16397
  return String(ce);
16398
16398
  case "mm":
16399
- return J.s(ce, 2, "0");
16399
+ return q.s(ce, 2, "0");
16400
16400
  case "s":
16401
16401
  return String(K.$s);
16402
16402
  case "ss":
16403
- return J.s(K.$s, 2, "0");
16403
+ return q.s(K.$s, 2, "0");
16404
16404
  case "SSS":
16405
- return J.s(K.$ms, 3, "0");
16405
+ return q.s(K.$ms, 3, "0");
16406
16406
  case "Z":
16407
16407
  return j;
16408
16408
  }
@@ -16412,10 +16412,10 @@ var uy = { exports: {} };
16412
16412
  }, W.utcOffset = function() {
16413
16413
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
16414
16414
  }, W.diff = function(N, K, D) {
16415
- var $, j = this, G = J.p(K), ce = H(N), Ae = (ce.utcOffset() - this.utcOffset()) * r, ae = this - ce, le = function() {
16416
- return J.m(j, ce);
16415
+ var $, j = this, Y = q.p(K), ce = H(N), Ae = (ce.utcOffset() - this.utcOffset()) * r, ae = this - ce, le = function() {
16416
+ return q.m(j, ce);
16417
16417
  };
16418
- switch (G) {
16418
+ switch (Y) {
16419
16419
  case m:
16420
16420
  $ = le() / 12;
16421
16421
  break;
@@ -16443,7 +16443,7 @@ var uy = { exports: {} };
16443
16443
  default:
16444
16444
  $ = ae;
16445
16445
  }
16446
- return D ? $ : J.a($);
16446
+ return D ? $ : q.a($);
16447
16447
  }, W.daysInMonth = function() {
16448
16448
  return this.endOf(h).$D;
16449
16449
  }, W.$locale = function() {
@@ -16451,10 +16451,10 @@ var uy = { exports: {} };
16451
16451
  }, W.locale = function(N, K) {
16452
16452
  if (!N)
16453
16453
  return this.$L;
16454
- var D = this.clone(), $ = Y(N, K, !0);
16454
+ var D = this.clone(), $ = G(N, K, !0);
16455
16455
  return $ && (D.$L = $), D;
16456
16456
  }, W.clone = function() {
16457
- return J.w(this.$d, this);
16457
+ return q.w(this.$d, this);
16458
16458
  }, W.toDate = function() {
16459
16459
  return new Date(this.valueOf());
16460
16460
  }, W.toJSON = function() {
@@ -16471,7 +16471,7 @@ var uy = { exports: {} };
16471
16471
  };
16472
16472
  }), H.extend = function(_, W) {
16473
16473
  return _.$i || (_(W, ie, H), _.$i = !0), H;
16474
- }, H.locale = Y, H.isDayjs = U, H.unix = function(_) {
16474
+ }, H.locale = G, H.isDayjs = U, H.unix = function(_) {
16475
16475
  return H(1e3 * _);
16476
16476
  }, H.en = M[T], H.Ls = M, H.p = {}, H;
16477
16477
  });
@@ -17702,8 +17702,8 @@ var kd = (e) => {
17702
17702
  };
17703
17703
  let f = l === window ? window.scrollY : l.scrollTop;
17704
17704
  const g = (O) => {
17705
- const { offsetTop: U, height: Y } = m, { naturalTop: H } = y, { height: J } = P;
17706
- return O + U + Y >= H + J + S + i;
17705
+ const { offsetTop: U, height: G } = m, { naturalTop: H } = y, { height: q } = P;
17706
+ return O + U + G >= H + q + S + i;
17707
17707
  }, h = () => {
17708
17708
  const { height: O } = m, { height: U } = P;
17709
17709
  return U + s + i <= O ? 3 : g(f) ? 1 : 2;
@@ -17736,18 +17736,18 @@ var kd = (e) => {
17736
17736
  e.style.position = xs, r ? e.style.bottom = `${i}px` : e.style.top = `${s}px`;
17737
17737
  return;
17738
17738
  }
17739
- const { height: Y, offsetTop: H } = m, { height: J, naturalTop: ie } = y, { height: re } = P;
17739
+ const { height: G, offsetTop: H } = m, { height: q, naturalTop: ie } = y, { height: re } = P;
17740
17740
  if (O === 2)
17741
17741
  if (e.style.position = "relative", S = U === 0 ? Math.max(0, H + f - ie + s) : Math.max(
17742
17742
  0,
17743
- H + f + Y - (ie + re + i)
17743
+ H + f + G - (ie + re + i)
17744
17744
  ), r) {
17745
- const _ = Math.max(0, J - re - S);
17745
+ const _ = Math.max(0, q - re - S);
17746
17746
  e.style.bottom = `${_}px`;
17747
17747
  } else
17748
17748
  e.style.top = `${S}px`;
17749
17749
  else
17750
- e.style.position = xs, O === 1 ? r ? e.style.bottom = `${i}px` : e.style.top = `${Y - re - i}px` : r ? e.style.bottom = `${Y - re - i}px` : e.style.top = `${s}px`;
17750
+ e.style.position = xs, O === 1 ? r ? e.style.bottom = `${i}px` : e.style.top = `${G - re - i}px` : r ? e.style.bottom = `${G - re - i}px` : e.style.top = `${s}px`;
17751
17751
  };
17752
17752
  w(b);
17753
17753
  const T = (O) => {
@@ -17756,12 +17756,12 @@ var kd = (e) => {
17756
17756
  const U = O - f;
17757
17757
  if (f = O, b === 3)
17758
17758
  return;
17759
- const { offsetTop: Y, height: H } = m, { naturalTop: J, height: ie } = y, { height: re } = P;
17759
+ const { offsetTop: G, height: H } = m, { naturalTop: q, height: ie } = y, { height: re } = P;
17760
17760
  if (U > 0)
17761
17761
  if (b === 0) {
17762
- if (O + Y + s > J) {
17763
- const _ = Math.max(0, Y + f - J + s);
17764
- O + Y + H <= J + re + _ + i ? w(
17762
+ if (O + G + s > q) {
17763
+ const _ = Math.max(0, G + f - q + s);
17764
+ O + G + H <= q + re + _ + i ? w(
17765
17765
  2
17766
17766
  /* relative */
17767
17767
  ) : w(
@@ -17775,12 +17775,12 @@ var kd = (e) => {
17775
17775
  /* stickyBottom */
17776
17776
  );
17777
17777
  else if (b === 1) {
17778
- if (Y + O + H < J + ie + i) {
17778
+ if (G + O + H < q + ie + i) {
17779
17779
  const _ = Math.max(
17780
17780
  0,
17781
- Y + f + H - (J + re + i)
17781
+ G + f + H - (q + re + i)
17782
17782
  );
17783
- Y + O + s >= J + _ ? w(
17783
+ G + O + s >= q + _ ? w(
17784
17784
  2
17785
17785
  /* relative */
17786
17786
  ) : w(
@@ -17789,7 +17789,7 @@ var kd = (e) => {
17789
17789
  );
17790
17790
  }
17791
17791
  } else
17792
- b === 2 && Y + O + s < J + S && w(
17792
+ b === 2 && G + O + s < q + S && w(
17793
17793
  0
17794
17794
  /* stickyTop */
17795
17795
  );
@@ -18315,72 +18315,85 @@ function nV(e, t, n) {
18315
18315
  }
18316
18316
  var rV = nV;
18317
18317
  const oV = /* @__PURE__ */ fa(rV), _y = (e) => {
18318
- const { children: t, resource: n, source: r, label: i, disableActions: s = !1, disableAdd: l = !1, disableRemove: u = !1, className: A, empty: f } = e, [g, h] = Ze(!1), { fields: p, remove: m, replace: I } = AI(e), B = St(), y = or(), P = ig(e), S = $r({}), b = WS(), w = Ke(
18319
- (Y) => {
18320
- m(Y);
18318
+ const { children: t, resource: n, source: r, label: i, disableActions: s = !1, disableAdd: l = !1, disableRemove: u = !1, className: A, empty: f, template: g = {} } = e, [h, p] = Ze(!1), { fields: m, remove: I, replace: B } = AI(e), y = St(), P = or(), S = ig(e), b = $r({}), w = WS(), T = Ke(
18319
+ (H) => {
18320
+ I(H);
18321
18321
  },
18322
- [m]
18322
+ [I]
18323
18323
  );
18324
- if (p.length > 0) {
18325
- const { ...Y } = p[0];
18326
- S.current = Y;
18327
- for (const H in S.current)
18328
- S.current[H] = null;
18329
- }
18330
- const T = Ke(() => {
18331
- I([]), h(!1);
18332
- }, [I]), M = oV(P, r), O = et(
18324
+ if (m.length > 0) {
18325
+ const { ...H } = m[0];
18326
+ b.current = H;
18327
+ for (const q in b.current)
18328
+ b.current[q] = null;
18329
+ }
18330
+ const M = Ke(() => {
18331
+ B([]), p(!1);
18332
+ }, [B]), O = oV(S, r), U = et(
18333
18333
  () => ({
18334
- total: p.length,
18335
- remove: w,
18334
+ total: m.length,
18335
+ remove: T,
18336
18336
  source: r
18337
18337
  }),
18338
- [p.length, w, r]
18339
- ), U = B.palette.mode === "dark" ? B.palette.grey.A400 : B.palette.grey.A800;
18340
- return p ? (
18338
+ [m.length, T, r]
18339
+ ), G = y.palette.mode === "dark" ? y.palette.grey.A400 : y.palette.grey.A800;
18340
+ return m ? (
18341
18341
  // @ts-ignore
18342
- /* @__PURE__ */ C(Hy.Provider, { value: O, children: /* @__PURE__ */ Z("div", { className: A, children: [
18343
- /* @__PURE__ */ C(qy, { label: i, source: r, disableAdd: l }),
18344
- /* @__PURE__ */ C(JR, { component: ci, sx: { mt: 2, border: `1px solid ${U}` }, children: /* @__PURE__ */ Z($R, { children: [
18345
- /* @__PURE__ */ C(XR, { sx: { borderTop: 0, borderBottom: `1px solid ${U}` }, children: /* @__PURE__ */ Z(ud, { children: [
18346
- cu.map(t, (Y, H) => F.isValidElement(Y) ? /* @__PURE__ */ C(os, { children: /* @__PURE__ */ C(Ie, { display: "flex", variant: "subtitle1", fontWeight: 500, color: "text.primary", textTransform: "none", children: b({ ...Y.props, resource: n }) }) }, H) : null),
18342
+ /* @__PURE__ */ C(Hy.Provider, { value: U, children: /* @__PURE__ */ Z("div", { className: A, children: [
18343
+ F.cloneElement(/* @__PURE__ */ C(qy, {}), {
18344
+ label: i,
18345
+ source: r,
18346
+ disableAdd: l,
18347
+ template: g,
18348
+ addButton: e == null ? void 0 : e.addButton
18349
+ }),
18350
+ /* @__PURE__ */ C(JR, { component: ci, sx: { mt: 2, border: `1px solid ${G}` }, children: /* @__PURE__ */ Z($R, { children: [
18351
+ /* @__PURE__ */ C(XR, { sx: { borderTop: 0, borderBottom: `1px solid ${G}` }, children: /* @__PURE__ */ Z(ud, { children: [
18352
+ cu.map(t, (H, q) => F.isValidElement(H) ? /* @__PURE__ */ C(os, { children: /* @__PURE__ */ C(Ie, { display: "flex", variant: "subtitle1", fontWeight: 500, color: "text.primary", textTransform: "none", children: w({ ...H.props, resource: n }) }) }, q) : null),
18347
18353
  !s && /* @__PURE__ */ C(os, { sx: { display: "flex", justifyContent: "center", alignItems: "center", verticalAlign: "top" }, children: /* @__PURE__ */ C(Ie, { display: "flex", variant: "subtitle1", fontWeight: 500, color: "text.primary", textTransform: "none" }) }, "actions")
18348
18354
  ] }) }),
18349
18355
  /* @__PURE__ */ Z(ZR, { children: [
18350
- p.length === 0 && /* @__PURE__ */ C(ud, { sx: { "&:last-child td, &:last-child th": { border: 0 } }, children: /* @__PURE__ */ C(os, { colSpan: 4 + (s ? 0 : 1), align: "center", children: f || /* @__PURE__ */ C(Ie, { variant: "body1", color: "text.secondary", children: "-" }) }) }),
18351
- p.length > 0 && p.map((Y, H) => /* @__PURE__ */ C(ud, { sx: { borderBottom: `1px solid ${U}}` }, children: /* @__PURE__ */ C(
18356
+ m.length === 0 && /* @__PURE__ */ C(ud, { sx: { "&:last-child td, &:last-child th": { border: 0 } }, children: /* @__PURE__ */ C(os, { colSpan: 4 + (s ? 0 : 1), align: "center", children: f || /* @__PURE__ */ C(Ie, { variant: "body1", color: "text.secondary", children: "-" }) }) }),
18357
+ m.length > 0 && m.map((H, q) => /* @__PURE__ */ C(ud, { sx: { borderBottom: `1px solid ${G}}` }, children: /* @__PURE__ */ C(
18352
18358
  PL,
18353
18359
  {
18354
18360
  disableRemove: u,
18355
18361
  disableActions: s,
18356
- index: H,
18357
- member: `${r}.${H}`,
18358
- onRemoveField: w,
18359
- record: M && M[H] || {},
18362
+ index: q,
18363
+ member: `${r}.${q}`,
18364
+ onRemoveField: T,
18365
+ record: O && O[q] || {},
18360
18366
  resource: n,
18361
18367
  source: r,
18362
18368
  children: t
18363
18369
  }
18364
- ) }, Y.id))
18370
+ ) }, H.id))
18365
18371
  ] })
18366
18372
  ] }) }),
18367
- p.length > 0 && /* @__PURE__ */ C(
18373
+ m.length > 0 && /* @__PURE__ */ C(
18368
18374
  uI,
18369
18375
  {
18370
- isOpen: g,
18371
- title: y("ra.action.clear_array_input"),
18372
- content: y("ra.message.clear_array_input"),
18373
- onConfirm: T,
18374
- onClose: () => h(!1)
18376
+ isOpen: h,
18377
+ title: P("ra.action.clear_array_input"),
18378
+ content: P("ra.message.clear_array_input"),
18379
+ onConfirm: M,
18380
+ onClose: () => p(!1)
18375
18381
  }
18376
18382
  )
18377
18383
  ] }) })
18378
18384
  ) : null;
18379
18385
  }, qy = (e) => {
18380
- const { label: t, disableAdd: n } = e, { append: r } = AI(e), i = St(), s = i.palette.mode === "dark" ? i.palette.grey.A400 : i.palette.grey.A800, l = i.palette.mode === "light" ? "#000000" : "#FFFFFF";
18386
+ var f;
18387
+ const { label: t, disableAdd: n, template: r = {} } = e, { append: i } = AI(e), s = St(), l = s.palette.mode === "dark" ? s.palette.grey.A400 : s.palette.grey.A800, u = s.palette.mode === "light" ? "#000000" : "#FFFFFF", A = Ke((g) => (h) => {
18388
+ i(r), g && g(h);
18389
+ }, [i, r]);
18381
18390
  return /* @__PURE__ */ Z(Gt, { justifyContent: "space-between", alignItems: "center", flexDirection: "row", children: [
18382
18391
  /* @__PURE__ */ C(Ie, { children: t }),
18383
- !n && /* @__PURE__ */ C(vI, { size: "small", color: "secondary", sx: { border: `1px solid ${s}` }, onClick: () => r({}), children: /* @__PURE__ */ C(PS, { style: { color: l } }) })
18392
+ !n && (F.isValidElement(e == null ? void 0 : e.addButton) ? F.cloneElement(e == null ? void 0 : e.addButton, {
18393
+ onClick: A(
18394
+ (f = e == null ? void 0 : e.addButton) == null ? void 0 : f.props.onClick
18395
+ )
18396
+ }) : /* @__PURE__ */ C(vI, { size: "small", color: "secondary", sx: { border: `1px solid ${l}` }, onClick: () => i(r), children: /* @__PURE__ */ C(PS, { style: { color: u } }) }))
18384
18397
  ] });
18385
18398
  }, r_ = se(_y, {
18386
18399
  name: "RaApplicaTableFormIterator",
@@ -18394,8 +18407,9 @@ const oV = /* @__PURE__ */ fa(rV), _y = (e) => {
18394
18407
  }
18395
18408
  }));
18396
18409
  qy.propTypes = {
18397
- label: c.string.isRequired,
18398
- source: c.string.isRequired
18410
+ label: c.string,
18411
+ source: c.string,
18412
+ defaultValue: c.any
18399
18413
  };
18400
18414
  _y.propTypes = {
18401
18415
  addButton: c.element,
@@ -18413,7 +18427,8 @@ _y.propTypes = {
18413
18427
  disableAdd: c.bool,
18414
18428
  disableRemove: c.oneOfType([c.func, c.bool]),
18415
18429
  TransitionProps: c.shape({}),
18416
- empty: c.oneOfType([c.node, c.string])
18430
+ empty: c.oneOfType([c.node, c.string]),
18431
+ template: c.object
18417
18432
  };
18418
18433
  function iV(e, t) {
18419
18434
  const n = Ct.clone(e), { type: r, payload: i } = t;
@@ -18519,8 +18534,8 @@ function sV(e) {
18519
18534
  }
18520
18535
  });
18521
18536
  }, [n.palette.mode]), ft(() => {
18522
- var Y;
18523
- B(((Y = t == null ? void 0 : t.data) == null ? void 0 : Y.needToChangePassword) === !0);
18537
+ var G;
18538
+ B(((G = t == null ? void 0 : t.data) == null ? void 0 : G.needToChangePassword) === !0);
18524
18539
  }, [(U = t == null ? void 0 : t.data) == null ? void 0 : U.needToChangePassword]), /* @__PURE__ */ Z(Jy.Provider, { value: b, children: [
18525
18540
  /* @__PURE__ */ C(su, { open: I, maxWidth: "xs", fullWidth: !0, children: /* @__PURE__ */ C(Ly, { onSuccess: S, firstAccess: !0 }) }),
18526
18541
  e.children
@@ -19124,11 +19139,11 @@ const nQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
19124
19139
  timeout: w = s,
19125
19140
  // eslint-disable-next-line react/prop-types
19126
19141
  TransitionComponent: T = Yg
19127
- } = t, M = _e(t, SV), O = F.useRef(null), U = Ln(A.ref, O, n), Y = (D) => ($) => {
19142
+ } = t, M = _e(t, SV), O = F.useRef(null), U = Ln(A.ref, O, n), G = (D) => ($) => {
19128
19143
  D && ($ === void 0 ? D(O.current) : D(O.current, $));
19129
- }, H = Y((D, $) => {
19144
+ }, H = G((D, $) => {
19130
19145
  lc(g, D, f), gp(D), m && m(D, $);
19131
- }), J = Y((D, $) => {
19146
+ }), q = G((D, $) => {
19132
19147
  const j = aa({
19133
19148
  timeout: w,
19134
19149
  style: b,
@@ -19137,7 +19152,7 @@ const nQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
19137
19152
  mode: "enter"
19138
19153
  });
19139
19154
  D.style.webkitTransition = r.transitions.create("-webkit-transform", V({}, j)), D.style.transition = r.transitions.create("transform", V({}, j)), D.style.webkitTransform = "none", D.style.transform = "none", B && B(D, $);
19140
- }), ie = Y(I), re = Y(S), _ = Y((D) => {
19155
+ }), ie = G(I), re = G(S), _ = G((D) => {
19141
19156
  const $ = aa({
19142
19157
  timeout: w,
19143
19158
  style: b,
@@ -19146,7 +19161,7 @@ const nQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
19146
19161
  mode: "exit"
19147
19162
  });
19148
19163
  D.style.webkitTransition = r.transitions.create("-webkit-transform", $), D.style.transition = r.transitions.create("transform", $), lc(g, D, f), y && y(D);
19149
- }), W = Y((D) => {
19164
+ }), W = G((D) => {
19150
19165
  D.style.webkitTransition = "", D.style.transition = "", P && P(D);
19151
19166
  }), N = (D) => {
19152
19167
  l && l(O.current, D);
@@ -19168,7 +19183,7 @@ const nQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
19168
19183
  nodeRef: O,
19169
19184
  onEnter: H,
19170
19185
  onEntered: ie,
19171
- onEntering: J,
19186
+ onEntering: q,
19172
19187
  onExit: _,
19173
19188
  onExited: W,
19174
19189
  onExiting: re,
@@ -19515,7 +19530,7 @@ function $V(e) {
19515
19530
  }, O = vo(() => {
19516
19531
  const N = _V(t) || w().body;
19517
19532
  i.add(T(), N), I.current && M();
19518
- }), U = F.useCallback(() => i.isTopModal(T()), [i]), Y = vo((N) => {
19533
+ }), U = F.useCallback(() => i.isTopModal(T()), [i]), G = vo((N) => {
19519
19534
  m.current = N, N && (g && U() ? M() : I.current && fs(I.current, b));
19520
19535
  }), H = F.useCallback(() => {
19521
19536
  i.remove(T(), b);
@@ -19525,7 +19540,7 @@ function $V(e) {
19525
19540
  }, [H]), F.useEffect(() => {
19526
19541
  g ? O() : (!S || !s) && H();
19527
19542
  }, [g, H, S, s, O]);
19528
- const J = (N) => (K) => {
19543
+ const q = (N) => (K) => {
19529
19544
  var D;
19530
19545
  (D = N.onKeyDown) == null || D.call(N, K), !(K.key !== "Escape" || !U()) && (n || (K.stopPropagation(), f && f(K, "escapeKeyDown")));
19531
19546
  }, ie = (N) => (K) => {
@@ -19540,7 +19555,7 @@ function $V(e) {
19540
19555
  return V({
19541
19556
  role: "presentation"
19542
19557
  }, D, {
19543
- onKeyDown: J(D),
19558
+ onKeyDown: q(D),
19544
19559
  ref: B
19545
19560
  });
19546
19561
  },
@@ -19565,7 +19580,7 @@ function $V(e) {
19565
19580
  };
19566
19581
  },
19567
19582
  rootRef: B,
19568
- portalRef: Y,
19583
+ portalRef: G,
19569
19584
  isTopModal: U,
19570
19585
  exited: y,
19571
19586
  hasTransition: S
@@ -19643,9 +19658,9 @@ function Kc(e) {
19643
19658
  return;
19644
19659
  let U = [];
19645
19660
  if ((b.activeElement === f.current || b.activeElement === g.current) && (U = s(I.current)), U.length > 0) {
19646
- var Y, H;
19647
- const J = !!((Y = y.current) != null && Y.shiftKey && ((H = y.current) == null ? void 0 : H.key) === "Tab"), ie = U[0], re = U[U.length - 1];
19648
- typeof ie != "string" && typeof re != "string" && (J ? re.focus() : ie.focus());
19661
+ var G, H;
19662
+ const q = !!((G = y.current) != null && G.shiftKey && ((H = y.current) == null ? void 0 : H.key) === "Tab"), ie = U[0], re = U[U.length - 1];
19663
+ typeof ie != "string" && typeof re != "string" && (q ? re.focus() : ie.focus());
19649
19664
  } else
19650
19665
  O.focus();
19651
19666
  };
@@ -19833,7 +19848,7 @@ const iH = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
19833
19848
  mode: "enter"
19834
19849
  });
19835
19850
  _.style.webkitTransition = r.transitions.create("opacity", N), _.style.transition = r.transitions.create("opacity", N), g && g(_, W);
19836
- }), Y = M(h), H = M(B), J = M((_) => {
19851
+ }), G = M(h), H = M(B), q = M((_) => {
19837
19852
  const W = aa({
19838
19853
  style: y,
19839
19854
  timeout: P,
@@ -19848,9 +19863,9 @@ const iH = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
19848
19863
  in: f,
19849
19864
  nodeRef: w,
19850
19865
  onEnter: U,
19851
- onEntered: Y,
19866
+ onEntered: G,
19852
19867
  onEntering: O,
19853
- onExit: J,
19868
+ onExit: q,
19854
19869
  onExited: ie,
19855
19870
  onExiting: H,
19856
19871
  addEndListener: (_) => {
@@ -20175,9 +20190,9 @@ const gH = ["BackdropComponent", "BackdropProps", "classes", "className", "close
20175
20190
  disablePortal: M = !1,
20176
20191
  disableRestoreFocus: O = !1,
20177
20192
  disableScrollLock: U = !1,
20178
- hideBackdrop: Y = !1,
20193
+ hideBackdrop: G = !1,
20179
20194
  keepMounted: H = !1,
20180
- onBackdropClick: J,
20195
+ onBackdropClick: q,
20181
20196
  open: ie,
20182
20197
  slotProps: re,
20183
20198
  slots: _
@@ -20190,14 +20205,14 @@ const gH = ["BackdropComponent", "BackdropProps", "classes", "className", "close
20190
20205
  disablePortal: M,
20191
20206
  disableRestoreFocus: O,
20192
20207
  disableScrollLock: U,
20193
- hideBackdrop: Y,
20208
+ hideBackdrop: G,
20194
20209
  keepMounted: H
20195
20210
  }), {
20196
20211
  getRootProps: K,
20197
20212
  getBackdropProps: D,
20198
20213
  getTransitionProps: $,
20199
20214
  portalRef: j,
20200
- isTopModal: G,
20215
+ isTopModal: Y,
20201
20216
  exited: ce,
20202
20217
  hasTransition: Ae
20203
20218
  } = $V(V({}, N, {
@@ -20229,7 +20244,7 @@ const gH = ["BackdropComponent", "BackdropProps", "classes", "className", "close
20229
20244
  additionalProps: h,
20230
20245
  getSlotProps: (ze) => D(V({}, ze, {
20231
20246
  onClick: (ue) => {
20232
- J && J(ue), ze != null && ze.onClick && ze.onClick(ue);
20247
+ q && q(ue), ze != null && ze.onClick && ze.onClick(ue);
20233
20248
  }
20234
20249
  })),
20235
20250
  className: Xe(he == null ? void 0 : he.className, h == null ? void 0 : h.className, le == null ? void 0 : le.backdrop),
@@ -20240,11 +20255,11 @@ const gH = ["BackdropComponent", "BackdropProps", "classes", "className", "close
20240
20255
  container: B,
20241
20256
  disablePortal: M,
20242
20257
  children: /* @__PURE__ */ Z(Ce, V({}, Qe, {
20243
- children: [!Y && g ? /* @__PURE__ */ C(pe, V({}, oe)) : null, /* @__PURE__ */ C(Kc, {
20258
+ children: [!G && g ? /* @__PURE__ */ C(pe, V({}, oe)) : null, /* @__PURE__ */ C(Kc, {
20244
20259
  disableEnforceFocus: w,
20245
20260
  disableAutoFocus: b,
20246
20261
  disableRestoreFocus: O,
20247
- isEnabled: G,
20262
+ isEnabled: Y,
20248
20263
  open: ie,
20249
20264
  children: /* @__PURE__ */ F.cloneElement(I, de)
20250
20265
  })]
@@ -20473,7 +20488,7 @@ const QH = {
20473
20488
  const K = T.current;
20474
20489
  N === void 0 ? W(K) : W(K, N);
20475
20490
  }
20476
- }, U = O(g), Y = O((W, N) => {
20491
+ }, U = O(g), G = O((W, N) => {
20477
20492
  gp(W);
20478
20493
  const {
20479
20494
  duration: K,
@@ -20495,7 +20510,7 @@ const QH = {
20495
20510
  delay: D,
20496
20511
  easing: $
20497
20512
  })].join(","), A && A(W, N);
20498
- }), H = O(f), J = O(m), ie = O((W) => {
20513
+ }), H = O(f), q = O(m), ie = O((W) => {
20499
20514
  const {
20500
20515
  duration: N,
20501
20516
  delay: K,
@@ -20525,12 +20540,12 @@ const QH = {
20525
20540
  appear: i,
20526
20541
  in: u,
20527
20542
  nodeRef: T,
20528
- onEnter: Y,
20543
+ onEnter: G,
20529
20544
  onEntered: H,
20530
20545
  onEntering: U,
20531
20546
  onExit: ie,
20532
20547
  onExited: re,
20533
- onExiting: J,
20548
+ onExiting: q,
20534
20549
  addEndListener: _,
20535
20550
  timeout: B === "auto" ? null : B
20536
20551
  }, P, {
@@ -20875,11 +20890,11 @@ function I0(e) {
20875
20890
  var M = qs(n), O = "clientHeight", U = "clientWidth";
20876
20891
  if (M === jn(n) && (M = ko(n), to(M).position !== "static" && u === "absolute" && (O = "scrollHeight", U = "scrollWidth")), M = M, i === Bn || (i === vn || i === nr) && s === Ts) {
20877
20892
  w = tr;
20878
- var Y = h && M === T && T.visualViewport ? T.visualViewport.height : (
20893
+ var G = h && M === T && T.visualViewport ? T.visualViewport.height : (
20879
20894
  // $FlowFixMe[prop-missing]
20880
20895
  M[O]
20881
20896
  );
20882
- B -= Y - r.height, B *= A ? 1 : -1;
20897
+ B -= G - r.height, B *= A ? 1 : -1;
20883
20898
  }
20884
20899
  if (i === vn || (i === Bn || i === tr) && s === Ts) {
20885
20900
  b = nr;
@@ -20890,7 +20905,7 @@ function I0(e) {
20890
20905
  m -= H - r.width, m *= A ? 1 : -1;
20891
20906
  }
20892
20907
  }
20893
- var J = Object.assign({
20908
+ var q = Object.assign({
20894
20909
  position: u
20895
20910
  }, f && KH), ie = g === !0 ? _H({
20896
20911
  x: m,
@@ -20901,9 +20916,9 @@ function I0(e) {
20901
20916
  };
20902
20917
  if (m = ie.x, B = ie.y, A) {
20903
20918
  var re;
20904
- return Object.assign({}, J, (re = {}, re[w] = S ? "0" : "", re[b] = P ? "0" : "", re.transform = (T.devicePixelRatio || 1) <= 1 ? "translate(" + m + "px, " + B + "px)" : "translate3d(" + m + "px, " + B + "px, 0)", re));
20919
+ return Object.assign({}, q, (re = {}, re[w] = S ? "0" : "", re[b] = P ? "0" : "", re.transform = (T.devicePixelRatio || 1) <= 1 ? "translate(" + m + "px, " + B + "px)" : "translate3d(" + m + "px, " + B + "px, 0)", re));
20905
20920
  }
20906
- return Object.assign({}, J, (t = {}, t[w] = S ? B + "px" : "", t[b] = P ? m + "px" : "", t.transform = "", t));
20921
+ return Object.assign({}, q, (t = {}, t[w] = S ? B + "px" : "", t[b] = P ? m + "px" : "", t.transform = "", t));
20907
20922
  }
20908
20923
  function qH(e) {
20909
20924
  var t = e.state, n = e.options, r = n.gpuAcceleration, i = r === void 0 ? !0 : r, s = n.adaptive, l = s === void 0 ? !0 : s, u = n.roundOffsets, A = u === void 0 ? !0 : u, f = {
@@ -21108,14 +21123,14 @@ function Ps(e, t) {
21108
21123
  element: b,
21109
21124
  strategy: "absolute",
21110
21125
  placement: i
21111
- }), U = Rf(Object.assign({}, b, O)), Y = p === Ja ? U : M, H = {
21112
- top: T.top - Y.top + P.top,
21113
- bottom: Y.bottom - T.bottom + P.bottom,
21114
- left: T.left - Y.left + P.left,
21115
- right: Y.right - T.right + P.right
21116
- }, J = e.modifiersData.offset;
21117
- if (p === Ja && J) {
21118
- var ie = J[i];
21126
+ }), U = Rf(Object.assign({}, b, O)), G = p === Ja ? U : M, H = {
21127
+ top: T.top - G.top + P.top,
21128
+ bottom: G.bottom - T.bottom + P.bottom,
21129
+ left: T.left - G.left + P.left,
21130
+ right: G.right - T.right + P.right
21131
+ }, q = e.modifiersData.offset;
21132
+ if (p === Ja && q) {
21133
+ var ie = q[i];
21119
21134
  Object.keys(H).forEach(function(re) {
21120
21135
  var _ = [nr, tr].indexOf(re) >= 0 ? 1 : -1, W = [Bn, tr].indexOf(re) >= 0 ? "y" : "x";
21121
21136
  H[re] += ie[W] * _;
@@ -21161,9 +21176,9 @@ function lz(e) {
21161
21176
  flipVariations: I,
21162
21177
  allowedAutoPlacements: B
21163
21178
  }) : le);
21164
- }, []), T = t.rects.reference, M = t.rects.popper, O = /* @__PURE__ */ new Map(), U = !0, Y = w[0], H = 0; H < w.length; H++) {
21165
- var J = w[H], ie = Rr(J), re = ua(J) === sa, _ = [Bn, tr].indexOf(ie) >= 0, W = _ ? "width" : "height", N = Ps(t, {
21166
- placement: J,
21179
+ }, []), T = t.rects.reference, M = t.rects.popper, O = /* @__PURE__ */ new Map(), U = !0, G = w[0], H = 0; H < w.length; H++) {
21180
+ var q = w[H], ie = Rr(q), re = ua(q) === sa, _ = [Bn, tr].indexOf(ie) >= 0, W = _ ? "width" : "height", N = Ps(t, {
21181
+ placement: q,
21167
21182
  boundary: g,
21168
21183
  rootBoundary: h,
21169
21184
  altBoundary: p,
@@ -21174,13 +21189,13 @@ function lz(e) {
21174
21189
  if (s && $.push(N[ie] <= 0), u && $.push(N[K] <= 0, N[D] <= 0), $.every(function(ae) {
21175
21190
  return ae;
21176
21191
  })) {
21177
- Y = J, U = !1;
21192
+ G = q, U = !1;
21178
21193
  break;
21179
21194
  }
21180
- O.set(J, $);
21195
+ O.set(q, $);
21181
21196
  }
21182
21197
  if (U)
21183
- for (var j = I ? 3 : 1, G = function(le) {
21198
+ for (var j = I ? 3 : 1, Y = function(le) {
21184
21199
  var de = w.find(function(Ce) {
21185
21200
  var pe = O.get(Ce);
21186
21201
  if (pe)
@@ -21189,13 +21204,13 @@ function lz(e) {
21189
21204
  });
21190
21205
  });
21191
21206
  if (de)
21192
- return Y = de, "break";
21207
+ return G = de, "break";
21193
21208
  }, ce = j; ce > 0; ce--) {
21194
- var Ae = G(ce);
21209
+ var Ae = Y(ce);
21195
21210
  if (Ae === "break")
21196
21211
  break;
21197
21212
  }
21198
- t.placement !== Y && (t.modifiersData[r]._skip = !0, t.placement = Y, t.reset = !0);
21213
+ t.placement !== G && (t.modifiersData[r]._skip = !0, t.placement = G, t.reset = !0);
21199
21214
  }
21200
21215
  }
21201
21216
  const cz = {
@@ -21297,28 +21312,28 @@ function Ez(e) {
21297
21312
  rootBoundary: f,
21298
21313
  padding: h,
21299
21314
  altBoundary: g
21300
- }), P = Rr(t.placement), S = ua(t.placement), b = !S, w = Ip(P), T = Cz(w), M = t.modifiersData.popperOffsets, O = t.rects.reference, U = t.rects.popper, Y = typeof B == "function" ? B(Object.assign({}, t.rects, {
21315
+ }), P = Rr(t.placement), S = ua(t.placement), b = !S, w = Ip(P), T = Cz(w), M = t.modifiersData.popperOffsets, O = t.rects.reference, U = t.rects.popper, G = typeof B == "function" ? B(Object.assign({}, t.rects, {
21301
21316
  placement: t.placement
21302
- })) : B, H = typeof Y == "number" ? {
21303
- mainAxis: Y,
21304
- altAxis: Y
21317
+ })) : B, H = typeof G == "number" ? {
21318
+ mainAxis: G,
21319
+ altAxis: G
21305
21320
  } : Object.assign({
21306
21321
  mainAxis: 0,
21307
21322
  altAxis: 0
21308
- }, Y), J = t.modifiersData.offset ? t.modifiersData.offset[t.placement] : null, ie = {
21323
+ }, G), q = t.modifiersData.offset ? t.modifiersData.offset[t.placement] : null, ie = {
21309
21324
  x: 0,
21310
21325
  y: 0
21311
21326
  };
21312
21327
  if (M) {
21313
21328
  if (s) {
21314
- var re, _ = w === "y" ? Bn : vn, W = w === "y" ? tr : nr, N = w === "y" ? "height" : "width", K = M[w], D = K + y[_], $ = K - y[W], j = m ? -U[N] / 2 : 0, G = S === sa ? O[N] : U[N], ce = S === sa ? -U[N] : -O[N], Ae = t.elements.arrow, ae = m && Ae ? mp(Ae) : {
21329
+ var re, _ = w === "y" ? Bn : vn, W = w === "y" ? tr : nr, N = w === "y" ? "height" : "width", K = M[w], D = K + y[_], $ = K - y[W], j = m ? -U[N] / 2 : 0, Y = S === sa ? O[N] : U[N], ce = S === sa ? -U[N] : -O[N], Ae = t.elements.arrow, ae = m && Ae ? mp(Ae) : {
21315
21330
  width: 0,
21316
21331
  height: 0
21317
- }, le = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : dQ(), de = le[_], Ce = le[W], pe = gs(0, O[N], ae[N]), fe = b ? O[N] / 2 - j - pe - de - H.mainAxis : G - pe - de - H.mainAxis, he = b ? -O[N] / 2 + j + pe + Ce + H.mainAxis : ce + pe + Ce + H.mainAxis, Qe = t.elements.arrow && qs(t.elements.arrow), oe = Qe ? w === "y" ? Qe.clientTop || 0 : Qe.clientLeft || 0 : 0, ze = (re = J == null ? void 0 : J[w]) != null ? re : 0, ue = K + fe - ze - oe, ut = K + he - ze, Wt = gs(m ? _c(D, ue) : D, K, m ? si($, ut) : $);
21332
+ }, le = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : dQ(), de = le[_], Ce = le[W], pe = gs(0, O[N], ae[N]), fe = b ? O[N] / 2 - j - pe - de - H.mainAxis : Y - pe - de - H.mainAxis, he = b ? -O[N] / 2 + j + pe + Ce + H.mainAxis : ce + pe + Ce + H.mainAxis, Qe = t.elements.arrow && qs(t.elements.arrow), oe = Qe ? w === "y" ? Qe.clientTop || 0 : Qe.clientLeft || 0 : 0, ze = (re = q == null ? void 0 : q[w]) != null ? re : 0, ue = K + fe - ze - oe, ut = K + he - ze, Wt = gs(m ? _c(D, ue) : D, K, m ? si($, ut) : $);
21318
21333
  M[w] = Wt, ie[w] = Wt - K;
21319
21334
  }
21320
21335
  if (u) {
21321
- var It, Tt = w === "x" ? Bn : vn, Br = w === "x" ? tr : nr, Qt = M[T], Bt = T === "y" ? "height" : "width", gt = Qt + y[Tt], Nt = Qt - y[Br], jt = [Bn, vn].indexOf(P) !== -1, Pe = (It = J == null ? void 0 : J[T]) != null ? It : 0, Fe = jt ? gt : Qt - O[Bt] - U[Bt] - Pe + H.altAxis, be = jt ? Qt + O[Bt] + U[Bt] - Pe - H.altAxis : Nt, We = m && jt ? zH(Fe, Qt, be) : gs(m ? Fe : gt, Qt, m ? be : Nt);
21336
+ var It, Tt = w === "x" ? Bn : vn, Br = w === "x" ? tr : nr, Qt = M[T], Bt = T === "y" ? "height" : "width", gt = Qt + y[Tt], Nt = Qt - y[Br], jt = [Bn, vn].indexOf(P) !== -1, Pe = (It = q == null ? void 0 : q[T]) != null ? It : 0, Fe = jt ? gt : Qt - O[Bt] - U[Bt] - Pe + H.altAxis, be = jt ? Qt + O[Bt] + U[Bt] - Pe - H.altAxis : Nt, We = m && jt ? zH(Fe, Qt, be) : gs(m ? Fe : gt, Qt, m ? be : Nt);
21322
21337
  M[T] = We, ie[T] = We - Qt;
21323
21338
  }
21324
21339
  t.modifiersData[r] = ie;
@@ -21471,11 +21486,11 @@ function Tz(e) {
21471
21486
  g.reset = !1, w = -1;
21472
21487
  continue;
21473
21488
  }
21474
- var T = g.orderedModifiers[w], M = T.fn, O = T.options, U = O === void 0 ? {} : O, Y = T.name;
21489
+ var T = g.orderedModifiers[w], M = T.fn, O = T.options, U = O === void 0 ? {} : O, G = T.name;
21475
21490
  typeof M == "function" && (g = M({
21476
21491
  state: g,
21477
21492
  options: U,
21478
- name: Y,
21493
+ name: G,
21479
21494
  instance: m
21480
21495
  }) || g);
21481
21496
  }
@@ -21577,19 +21592,19 @@ const Fz = () => xn({
21577
21592
  ra(() => {
21578
21593
  T.current = w;
21579
21594
  }, [w]), F.useImperativeHandle(p, () => b.current, []);
21580
- const M = Mz(g, l), [O, U] = F.useState(M), [Y, H] = F.useState(qc(i));
21595
+ const M = Mz(g, l), [O, U] = F.useState(M), [G, H] = F.useState(qc(i));
21581
21596
  F.useEffect(() => {
21582
21597
  b.current && b.current.forceUpdate();
21583
21598
  }), F.useEffect(() => {
21584
21599
  i && H(qc(i));
21585
21600
  }, [i]), ra(() => {
21586
- if (!Y || !f)
21601
+ if (!G || !f)
21587
21602
  return;
21588
21603
  const W = (D) => {
21589
21604
  U(D.placement);
21590
21605
  };
21591
- if (process.env.NODE_ENV !== "production" && Y && Hu(Y) && Y.nodeType === 1) {
21592
- const D = Y.getBoundingClientRect();
21606
+ if (process.env.NODE_ENV !== "production" && G && Hu(G) && G.nodeType === 1) {
21607
+ const D = G.getBoundingClientRect();
21593
21608
  process.env.NODE_ENV !== "test" && D.top === 0 && D.left === 0 && D.right === 0 && D.bottom === 0 && console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
21594
21609
  `));
21595
21610
  }
@@ -21614,7 +21629,7 @@ const Fz = () => xn({
21614
21629
  }
21615
21630
  }];
21616
21631
  A != null && (N = N.concat(A)), h && h.modifiers != null && (N = N.concat(h.modifiers));
21617
- const K = Rz(Y, P.current, V({
21632
+ const K = Rz(G, P.current, V({
21618
21633
  placement: M
21619
21634
  }, h, {
21620
21635
  modifiers: N
@@ -21622,11 +21637,11 @@ const Fz = () => xn({
21622
21637
  return T.current(K), () => {
21623
21638
  K.destroy(), T.current(null);
21624
21639
  };
21625
- }, [Y, u, A, f, h, M]);
21626
- const J = {
21640
+ }, [G, u, A, f, h, M]);
21641
+ const q = {
21627
21642
  placement: O
21628
21643
  };
21629
- B !== null && (J.TransitionProps = B);
21644
+ B !== null && (q.TransitionProps = B);
21630
21645
  const ie = Fz(), re = (r = I.root) != null ? r : "div", _ = zV({
21631
21646
  elementType: re,
21632
21647
  externalSlotProps: m.root,
@@ -21639,7 +21654,7 @@ const Fz = () => xn({
21639
21654
  className: ie.root
21640
21655
  });
21641
21656
  return /* @__PURE__ */ C(re, V({}, _, {
21642
- children: typeof s == "function" ? s(J) : s
21657
+ children: typeof s == "function" ? s(q) : s
21643
21658
  }));
21644
21659
  }), CQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
21645
21660
  const {
@@ -21672,7 +21687,7 @@ const Fz = () => xn({
21672
21687
  const H = qc(r);
21673
21688
  O = H && Hu(H) ? pr(H).body : pr(null).body;
21674
21689
  }
21675
- const U = !g && A && (!B || b) ? "none" : void 0, Y = B ? {
21690
+ const U = !g && A && (!B || b) ? "none" : void 0, G = B ? {
21676
21691
  in: g,
21677
21692
  onEnter: T,
21678
21693
  onExited: M
@@ -21701,7 +21716,7 @@ const Fz = () => xn({
21701
21716
  left: 0,
21702
21717
  display: U
21703
21718
  }, I),
21704
- TransitionProps: Y,
21719
+ TransitionProps: G,
21705
21720
  children: i
21706
21721
  }))
21707
21722
  });
@@ -22184,9 +22199,9 @@ const IQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
22184
22199
  }), {
22185
22200
  arrow: O = !1,
22186
22201
  children: U,
22187
- components: Y = {},
22202
+ components: G = {},
22188
22203
  componentsProps: H = {},
22189
- describeChild: J = !1,
22204
+ describeChild: q = !1,
22190
22205
  disableFocusListener: ie = !1,
22191
22206
  disableHoverListener: re = !1,
22192
22207
  disableInteractive: _ = !1,
@@ -22196,7 +22211,7 @@ const IQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
22196
22211
  enterTouchDelay: D = 700,
22197
22212
  followCursor: $ = !1,
22198
22213
  id: j,
22199
- leaveDelay: G = 0,
22214
+ leaveDelay: Y = 0,
22200
22215
  leaveTouchDelay: ce = 1500,
22201
22216
  onClose: Ae,
22202
22217
  onOpen: ae,
@@ -22242,7 +22257,7 @@ const IQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
22242
22257
  (je) => {
22243
22258
  clearTimeout(Vd), Vd = setTimeout(() => {
22244
22259
  uc = !1;
22245
- }, 800 + G), xe(!1), Ae && pt && Ae(je), clearTimeout(jt.current), jt.current = setTimeout(() => {
22260
+ }, 800 + Y), xe(!1), Ae && pt && Ae(je), clearTimeout(jt.current), jt.current = setTimeout(() => {
22246
22261
  gt.current = !1;
22247
22262
  }, Wt.transitions.duration.shortest);
22248
22263
  }
@@ -22253,7 +22268,7 @@ const IQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
22253
22268
  }, Ei = (je) => {
22254
22269
  clearTimeout(Pe.current), clearTimeout(Fe.current), Fe.current = setTimeout(() => {
22255
22270
  ar(je);
22256
- }, G);
22271
+ }, Y);
22257
22272
  }, {
22258
22273
  isFocusVisibleRef: el,
22259
22274
  onBlur: Wu,
@@ -22295,7 +22310,7 @@ const IQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
22295
22310
  y: je.clientY
22296
22311
  }, jo.current && jo.current.update();
22297
22312
  }, kr = {}, wa = typeof Qe == "string";
22298
- J ? (kr.title = !pt && wa && !re ? Qe : null, kr["aria-describedby"] = pt ? Ue : null) : (kr["aria-label"] = wa ? Qe : null, kr["aria-labelledby"] = pt && !wa ? Ue : null);
22313
+ q ? (kr.title = !pt && wa && !re ? Qe : null, kr["aria-describedby"] = pt ? Ue : null) : (kr["aria-label"] = wa ? Qe : null, kr["aria-labelledby"] = pt && !wa ? Ue : null);
22299
22314
  const gn = V({}, kr, ue, ut.props, {
22300
22315
  className: Xe(ue.className, ut.props.className),
22301
22316
  onTouchStart: ol,
@@ -22330,7 +22345,7 @@ const IQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
22330
22345
  placement: de,
22331
22346
  PopperComponentProp: Ce,
22332
22347
  touch: gt.current
22333
- }), Ta = Yz(Ho), al = (r = (i = he.popper) != null ? i : Y.Popper) != null ? r : Gz, sl = (s = (l = (u = he.transition) != null ? u : Y.Transition) != null ? l : oe) != null ? s : C0, Pa = (A = (f = he.tooltip) != null ? f : Y.Tooltip) != null ? A : Kz, ll = (g = (h = he.arrow) != null ? h : Y.Arrow) != null ? g : _z, Ju = $l(al, V({}, pe, (p = fe.popper) != null ? p : H.popper, {
22348
+ }), Ta = Yz(Ho), al = (r = (i = he.popper) != null ? i : G.Popper) != null ? r : Gz, sl = (s = (l = (u = he.transition) != null ? u : G.Transition) != null ? l : oe) != null ? s : C0, Pa = (A = (f = he.tooltip) != null ? f : G.Tooltip) != null ? A : Kz, ll = (g = (h = he.arrow) != null ? h : G.Arrow) != null ? g : _z, Ju = $l(al, V({}, pe, (p = fe.popper) != null ? p : H.popper, {
22334
22349
  className: Xe(Ta.popper, pe == null ? void 0 : pe.className, (m = (I = fe.popper) != null ? I : H.popper) == null ? void 0 : m.className)
22335
22350
  }), Ho), $u = $l(sl, V({}, ze, (B = fe.transition) != null ? B : H.transition), Ho), Xu = $l(Pa, V({}, (y = fe.tooltip) != null ? y : H.tooltip, {
22336
22351
  className: Xe(Ta.tooltip, (P = (S = fe.tooltip) != null ? S : H.tooltip) == null ? void 0 : P.className)
@@ -22728,26 +22743,26 @@ const QQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
22728
22743
  F.useEffect(() => {
22729
22744
  M.current = !0;
22730
22745
  }, []);
22731
- const O = iW(i, l), Y = V({}, r, {
22746
+ const O = iW(i, l), G = V({}, r, {
22732
22747
  anchor: l,
22733
22748
  elevation: g,
22734
22749
  open: I,
22735
22750
  variant: b
22736
- }, T), H = tW(Y), J = /* @__PURE__ */ C(rW, V({
22751
+ }, T), H = tW(G), q = /* @__PURE__ */ C(rW, V({
22737
22752
  elevation: b === "temporary" ? g : 0,
22738
22753
  square: !0
22739
22754
  }, B, {
22740
22755
  className: Xe(H.paper, B.className),
22741
- ownerState: Y,
22756
+ ownerState: G,
22742
22757
  children: A
22743
22758
  }));
22744
22759
  if (b === "permanent")
22745
22760
  return /* @__PURE__ */ C(w0, V({
22746
22761
  className: Xe(H.root, H.docked, f),
22747
- ownerState: Y,
22762
+ ownerState: G,
22748
22763
  ref: n
22749
22764
  }, T, {
22750
- children: J
22765
+ children: q
22751
22766
  }));
22752
22767
  const ie = /* @__PURE__ */ C(P, V({
22753
22768
  in: I,
@@ -22755,11 +22770,11 @@ const QQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
22755
22770
  timeout: S,
22756
22771
  appear: M.current
22757
22772
  }, y, {
22758
- children: J
22773
+ children: q
22759
22774
  }));
22760
22775
  return b === "persistent" ? /* @__PURE__ */ C(w0, V({
22761
22776
  className: Xe(H.root, H.docked, f),
22762
- ownerState: Y,
22777
+ ownerState: G,
22763
22778
  ref: n
22764
22779
  }, T, {
22765
22780
  children: ie
@@ -22769,7 +22784,7 @@ const QQ = /* @__PURE__ */ F.forwardRef(function(t, n) {
22769
22784
  }),
22770
22785
  className: Xe(H.root, H.modal, f),
22771
22786
  open: I,
22772
- ownerState: Y,
22787
+ ownerState: G,
22773
22788
  onClose: m,
22774
22789
  hideBackdrop: h,
22775
22790
  ref: n
@@ -22936,7 +22951,7 @@ function dW(e) {
22936
22951
  var me = {}, Of = { exports: {} };
22937
22952
  (function(e, t) {
22938
22953
  (function(n, r) {
22939
- var i = "1.0.36", s = "", l = "?", u = "function", A = "undefined", f = "object", g = "string", h = "major", p = "model", m = "name", I = "type", B = "vendor", y = "version", P = "architecture", S = "console", b = "mobile", w = "tablet", T = "smarttv", M = "wearable", O = "embedded", U = 350, Y = "Amazon", H = "Apple", J = "ASUS", ie = "BlackBerry", re = "Browser", _ = "Chrome", W = "Edge", N = "Firefox", K = "Google", D = "Huawei", $ = "LG", j = "Microsoft", G = "Motorola", ce = "Opera", Ae = "Samsung", ae = "Sharp", le = "Sony", de = "Xiaomi", Ce = "Zebra", pe = "Facebook", fe = "Chromium OS", he = "Mac OS", Qe = function(Pe, Fe) {
22954
+ var i = "1.0.36", s = "", l = "?", u = "function", A = "undefined", f = "object", g = "string", h = "major", p = "model", m = "name", I = "type", B = "vendor", y = "version", P = "architecture", S = "console", b = "mobile", w = "tablet", T = "smarttv", M = "wearable", O = "embedded", U = 350, G = "Amazon", H = "Apple", q = "ASUS", ie = "BlackBerry", re = "Browser", _ = "Chrome", W = "Edge", N = "Firefox", K = "Google", D = "Huawei", $ = "LG", j = "Microsoft", Y = "Motorola", ce = "Opera", Ae = "Samsung", ae = "Sharp", le = "Sony", de = "Xiaomi", Ce = "Zebra", pe = "Facebook", fe = "Chromium OS", he = "Mac OS", Qe = function(Pe, Fe) {
22940
22955
  var be = {};
22941
22956
  for (var We in Pe)
22942
22957
  Fe[We] && Fe[We].length % 2 === 0 ? be[We] = Fe[We].concat(Pe[We]) : be[We] = Pe[We];
@@ -22972,7 +22987,7 @@ var me = {}, Of = { exports: {} };
22972
22987
  } else if (ze(Fe[be], Pe))
22973
22988
  return be === l ? r : be;
22974
22989
  return Pe;
22975
- }, Br = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, Qt = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, Bt = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [y, [m, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [y, [m, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [m, y], [/opios[\/ ]+([\w\.]+)/i], [y, [m, ce + " Mini"]], [/\bopr\/([\w\.]+)/i], [y, [m, ce]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [m, y], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [y, [m, "UC" + re]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i], [y, [m, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [y, [m, "WeChat"]], [/konqueror\/([\w\.]+)/i], [y, [m, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [y, [m, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [y, [m, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[m, /(.+)/, "$1 Secure " + re], y], [/\bfocus\/([\w\.]+)/i], [y, [m, N + " Focus"]], [/\bopt\/([\w\.]+)/i], [y, [m, ce + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [y, [m, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [y, [m, "Dolphin"]], [/coast\/([\w\.]+)/i], [y, [m, ce + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [y, [m, "MIUI " + re]], [/fxios\/([-\w\.]+)/i], [y, [m, N]], [/\bqihu|(qi?ho?o?|360)browser/i], [[m, "360 " + re]], [/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i], [[m, /(.+)/, "$1 " + re], y], [/(comodo_dragon)\/([\w\.]+)/i], [[m, /_/g, " "], y], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [m, y], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i, /\[(linkedin)app\]/i], [m], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[m, pe], y], [/(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [m, y], [/\bgsa\/([\w\.]+) .*safari\//i], [y, [m, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [y, [m, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [y, [m, _ + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[m, _ + " WebView"], y], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [y, [m, "Android " + re]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [m, y], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [y, [m, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [y, m], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [m, [y, Tt, Br]], [/(webkit|khtml)\/([\w\.]+)/i], [m, y], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[m, "Netscape"], y], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [y, [m, N + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i, /panasonic;(viera)/i], [m, y], [/(cobalt)\/([\w\.]+)/i], [m, [y, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[P, "amd64"]], [/(ia32(?=;))/i], [[P, ue]], [/((?:i[346]|x)86)[;\)]/i], [[P, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[P, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[P, "armhf"]], [/windows (ce|mobile); ppc;/i], [[P, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[P, /ower/, s, ue]], [/(sun4\w)[;\)]/i], [[P, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[P, ue]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [p, [B, Ae], [I, w]], [/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [p, [B, Ae], [I, b]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [p, [B, H], [I, b]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [p, [B, H], [I, w]], [/(macintosh);/i], [p, [B, H]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [p, [B, ae], [I, b]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [p, [B, D], [I, w]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [p, [B, D], [I, b]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[p, /_/g, " "], [B, de], [I, b]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[p, /_/g, " "], [B, de], [I, w]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [p, [B, "OPPO"], [I, b]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [p, [B, "Vivo"], [I, b]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [p, [B, "Realme"], [I, b]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [p, [B, G], [I, b]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [p, [B, G], [I, w]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [p, [B, $], [I, w]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [p, [B, $], [I, b]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [p, [B, "Lenovo"], [I, w]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[p, /_/g, " "], [B, "Nokia"], [I, b]], [/(pixel c)\b/i], [p, [B, K], [I, w]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [p, [B, K], [I, b]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [p, [B, le], [I, b]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[p, "Xperia Tablet"], [B, le], [I, w]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [p, [B, "OnePlus"], [I, b]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [p, [B, Y], [I, w]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[p, /(.+)/g, "Fire Phone $1"], [B, Y], [I, b]], [/(playbook);[-\w\),; ]+(rim)/i], [p, B, [I, w]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [p, [B, ie], [I, b]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [p, [B, J], [I, w]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [p, [B, J], [I, b]], [/(nexus 9)/i], [p, [B, "HTC"], [I, w]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [B, [p, /_/g, " "], [I, b]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [p, [B, "Acer"], [I, w]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [p, [B, "Meizu"], [I, b]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [B, p, [I, b]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [B, p, [I, w]], [/(surface duo)/i], [p, [B, j], [I, w]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [p, [B, "Fairphone"], [I, b]], [/(u304aa)/i], [p, [B, "AT&T"], [I, b]], [/\bsie-(\w*)/i], [p, [B, "Siemens"], [I, b]], [/\b(rct\w+) b/i], [p, [B, "RCA"], [I, w]], [/\b(venue[\d ]{2,7}) b/i], [p, [B, "Dell"], [I, w]], [/\b(q(?:mv|ta)\w+) b/i], [p, [B, "Verizon"], [I, w]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [p, [B, "Barnes & Noble"], [I, w]], [/\b(tm\d{3}\w+) b/i], [p, [B, "NuVision"], [I, w]], [/\b(k88) b/i], [p, [B, "ZTE"], [I, w]], [/\b(nx\d{3}j) b/i], [p, [B, "ZTE"], [I, b]], [/\b(gen\d{3}) b.+49h/i], [p, [B, "Swiss"], [I, b]], [/\b(zur\d{3}) b/i], [p, [B, "Swiss"], [I, w]], [/\b((zeki)?tb.*\b) b/i], [p, [B, "Zeki"], [I, w]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[B, "Dragon Touch"], p, [I, w]], [/\b(ns-?\w{0,9}) b/i], [p, [B, "Insignia"], [I, w]], [/\b((nxa|next)-?\w{0,9}) b/i], [p, [B, "NextBook"], [I, w]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[B, "Voice"], p, [I, b]], [/\b(lvtel\-)?(v1[12]) b/i], [[B, "LvTel"], p, [I, b]], [/\b(ph-1) /i], [p, [B, "Essential"], [I, b]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [p, [B, "Envizen"], [I, w]], [/\b(trio[-\w\. ]+) b/i], [p, [B, "MachSpeed"], [I, w]], [/\btu_(1491) b/i], [p, [B, "Rotor"], [I, w]], [/(shield[\w ]+) b/i], [p, [B, "Nvidia"], [I, w]], [/(sprint) (\w+)/i], [B, p, [I, b]], [/(kin\.[onetw]{3})/i], [[p, /\./g, " "], [B, j], [I, b]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [p, [B, Ce], [I, w]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [p, [B, Ce], [I, b]], [/smart-tv.+(samsung)/i], [B, [I, T]], [/hbbtv.+maple;(\d+)/i], [[p, /^/, "SmartTV"], [B, Ae], [I, T]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[B, $], [I, T]], [/(apple) ?tv/i], [B, [p, H + " TV"], [I, T]], [/crkey/i], [[p, _ + "cast"], [B, K], [I, T]], [/droid.+aft(\w+)( bui|\))/i], [p, [B, Y], [I, T]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [p, [B, ae], [I, T]], [/(bravia[\w ]+)( bui|\))/i], [p, [B, le], [I, T]], [/(mitv-\w{5}) bui/i], [p, [B, de], [I, T]], [/Hbbtv.*(technisat) (.*);/i], [B, p, [I, T]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[B, Wt], [p, Wt], [I, T]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[I, T]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [B, p, [I, S]], [/droid.+; (shield) bui/i], [p, [B, "Nvidia"], [I, S]], [/(playstation [345portablevi]+)/i], [p, [B, le], [I, S]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [p, [B, j], [I, S]], [/((pebble))app/i], [B, p, [I, M]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [p, [B, H], [I, M]], [/droid.+; (glass) \d/i], [p, [B, K], [I, M]], [/droid.+; (wt63?0{2,3})\)/i], [p, [B, Ce], [I, M]], [/(quest( 2| pro)?)/i], [p, [B, pe], [I, M]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [B, [I, O]], [/(aeobc)\b/i], [p, [B, Y], [I, O]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [p, [I, b]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [p, [I, w]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[I, w]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[I, b]], [/(android[-\w\. ]{0,9});.+buil/i], [p, [B, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [y, [m, W + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [y, [m, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [m, y], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [y, m]], os: [[/microsoft (windows) (vista|xp)/i], [m, y], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [m, [y, Tt, Qt]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[m, "Windows"], [y, Tt, Qt]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[y, /_/g, "."], [m, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[m, he], [y, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [y, m], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [m, y], [/\(bb(10);/i], [y, [m, ie]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [y, [m, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [y, [m, N + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [y, [m, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [y, [m, "watchOS"]], [/crkey\/([\d\.]+)/i], [y, [m, _ + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[m, fe], y], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [m, y], [/(sunos) ?([\w\.\d]*)/i], [[m, "Solaris"], y], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [m, y]] }, gt = function(Pe, Fe) {
22990
+ }, Br = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, Qt = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, Bt = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [y, [m, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [y, [m, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [m, y], [/opios[\/ ]+([\w\.]+)/i], [y, [m, ce + " Mini"]], [/\bopr\/([\w\.]+)/i], [y, [m, ce]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [m, y], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [y, [m, "UC" + re]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i], [y, [m, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [y, [m, "WeChat"]], [/konqueror\/([\w\.]+)/i], [y, [m, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [y, [m, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [y, [m, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[m, /(.+)/, "$1 Secure " + re], y], [/\bfocus\/([\w\.]+)/i], [y, [m, N + " Focus"]], [/\bopt\/([\w\.]+)/i], [y, [m, ce + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [y, [m, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [y, [m, "Dolphin"]], [/coast\/([\w\.]+)/i], [y, [m, ce + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [y, [m, "MIUI " + re]], [/fxios\/([-\w\.]+)/i], [y, [m, N]], [/\bqihu|(qi?ho?o?|360)browser/i], [[m, "360 " + re]], [/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i], [[m, /(.+)/, "$1 " + re], y], [/(comodo_dragon)\/([\w\.]+)/i], [[m, /_/g, " "], y], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [m, y], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i, /\[(linkedin)app\]/i], [m], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[m, pe], y], [/(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [m, y], [/\bgsa\/([\w\.]+) .*safari\//i], [y, [m, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [y, [m, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [y, [m, _ + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[m, _ + " WebView"], y], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [y, [m, "Android " + re]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [m, y], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [y, [m, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [y, m], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [m, [y, Tt, Br]], [/(webkit|khtml)\/([\w\.]+)/i], [m, y], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[m, "Netscape"], y], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [y, [m, N + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i, /panasonic;(viera)/i], [m, y], [/(cobalt)\/([\w\.]+)/i], [m, [y, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[P, "amd64"]], [/(ia32(?=;))/i], [[P, ue]], [/((?:i[346]|x)86)[;\)]/i], [[P, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[P, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[P, "armhf"]], [/windows (ce|mobile); ppc;/i], [[P, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[P, /ower/, s, ue]], [/(sun4\w)[;\)]/i], [[P, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[P, ue]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [p, [B, Ae], [I, w]], [/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [p, [B, Ae], [I, b]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [p, [B, H], [I, b]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [p, [B, H], [I, w]], [/(macintosh);/i], [p, [B, H]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [p, [B, ae], [I, b]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [p, [B, D], [I, w]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [p, [B, D], [I, b]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[p, /_/g, " "], [B, de], [I, b]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[p, /_/g, " "], [B, de], [I, w]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [p, [B, "OPPO"], [I, b]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [p, [B, "Vivo"], [I, b]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [p, [B, "Realme"], [I, b]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [p, [B, Y], [I, b]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [p, [B, Y], [I, w]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [p, [B, $], [I, w]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [p, [B, $], [I, b]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [p, [B, "Lenovo"], [I, w]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[p, /_/g, " "], [B, "Nokia"], [I, b]], [/(pixel c)\b/i], [p, [B, K], [I, w]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [p, [B, K], [I, b]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [p, [B, le], [I, b]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[p, "Xperia Tablet"], [B, le], [I, w]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [p, [B, "OnePlus"], [I, b]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [p, [B, G], [I, w]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[p, /(.+)/g, "Fire Phone $1"], [B, G], [I, b]], [/(playbook);[-\w\),; ]+(rim)/i], [p, B, [I, w]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [p, [B, ie], [I, b]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [p, [B, q], [I, w]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [p, [B, q], [I, b]], [/(nexus 9)/i], [p, [B, "HTC"], [I, w]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [B, [p, /_/g, " "], [I, b]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [p, [B, "Acer"], [I, w]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [p, [B, "Meizu"], [I, b]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [B, p, [I, b]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [B, p, [I, w]], [/(surface duo)/i], [p, [B, j], [I, w]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [p, [B, "Fairphone"], [I, b]], [/(u304aa)/i], [p, [B, "AT&T"], [I, b]], [/\bsie-(\w*)/i], [p, [B, "Siemens"], [I, b]], [/\b(rct\w+) b/i], [p, [B, "RCA"], [I, w]], [/\b(venue[\d ]{2,7}) b/i], [p, [B, "Dell"], [I, w]], [/\b(q(?:mv|ta)\w+) b/i], [p, [B, "Verizon"], [I, w]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [p, [B, "Barnes & Noble"], [I, w]], [/\b(tm\d{3}\w+) b/i], [p, [B, "NuVision"], [I, w]], [/\b(k88) b/i], [p, [B, "ZTE"], [I, w]], [/\b(nx\d{3}j) b/i], [p, [B, "ZTE"], [I, b]], [/\b(gen\d{3}) b.+49h/i], [p, [B, "Swiss"], [I, b]], [/\b(zur\d{3}) b/i], [p, [B, "Swiss"], [I, w]], [/\b((zeki)?tb.*\b) b/i], [p, [B, "Zeki"], [I, w]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[B, "Dragon Touch"], p, [I, w]], [/\b(ns-?\w{0,9}) b/i], [p, [B, "Insignia"], [I, w]], [/\b((nxa|next)-?\w{0,9}) b/i], [p, [B, "NextBook"], [I, w]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[B, "Voice"], p, [I, b]], [/\b(lvtel\-)?(v1[12]) b/i], [[B, "LvTel"], p, [I, b]], [/\b(ph-1) /i], [p, [B, "Essential"], [I, b]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [p, [B, "Envizen"], [I, w]], [/\b(trio[-\w\. ]+) b/i], [p, [B, "MachSpeed"], [I, w]], [/\btu_(1491) b/i], [p, [B, "Rotor"], [I, w]], [/(shield[\w ]+) b/i], [p, [B, "Nvidia"], [I, w]], [/(sprint) (\w+)/i], [B, p, [I, b]], [/(kin\.[onetw]{3})/i], [[p, /\./g, " "], [B, j], [I, b]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [p, [B, Ce], [I, w]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [p, [B, Ce], [I, b]], [/smart-tv.+(samsung)/i], [B, [I, T]], [/hbbtv.+maple;(\d+)/i], [[p, /^/, "SmartTV"], [B, Ae], [I, T]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[B, $], [I, T]], [/(apple) ?tv/i], [B, [p, H + " TV"], [I, T]], [/crkey/i], [[p, _ + "cast"], [B, K], [I, T]], [/droid.+aft(\w+)( bui|\))/i], [p, [B, G], [I, T]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [p, [B, ae], [I, T]], [/(bravia[\w ]+)( bui|\))/i], [p, [B, le], [I, T]], [/(mitv-\w{5}) bui/i], [p, [B, de], [I, T]], [/Hbbtv.*(technisat) (.*);/i], [B, p, [I, T]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[B, Wt], [p, Wt], [I, T]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[I, T]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [B, p, [I, S]], [/droid.+; (shield) bui/i], [p, [B, "Nvidia"], [I, S]], [/(playstation [345portablevi]+)/i], [p, [B, le], [I, S]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [p, [B, j], [I, S]], [/((pebble))app/i], [B, p, [I, M]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [p, [B, H], [I, M]], [/droid.+; (glass) \d/i], [p, [B, K], [I, M]], [/droid.+; (wt63?0{2,3})\)/i], [p, [B, Ce], [I, M]], [/(quest( 2| pro)?)/i], [p, [B, pe], [I, M]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [B, [I, O]], [/(aeobc)\b/i], [p, [B, G], [I, O]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [p, [I, b]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [p, [I, w]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[I, w]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[I, b]], [/(android[-\w\. ]{0,9});.+buil/i], [p, [B, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [y, [m, W + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [y, [m, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [m, y], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [y, m]], os: [[/microsoft (windows) (vista|xp)/i], [m, y], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [m, [y, Tt, Qt]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[m, "Windows"], [y, Tt, Qt]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[y, /_/g, "."], [m, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[m, he], [y, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [y, m], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [m, y], [/\(bb(10);/i], [y, [m, ie]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [y, [m, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [y, [m, N + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [y, [m, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [y, [m, "watchOS"]], [/crkey\/([\d\.]+)/i], [y, [m, _ + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[m, fe], y], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [m, y], [/(sunos) ?([\w\.\d]*)/i], [[m, "Solaris"], y], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [m, y]] }, gt = function(Pe, Fe) {
22976
22991
  if (typeof Pe === f && (Fe = Pe, Pe = r), !(this instanceof gt))
22977
22992
  return new gt(Pe, Fe).getResult();
22978
22993
  var be = typeof n !== A && n.navigator ? n.navigator : r, We = Pe || (be && be.userAgent ? be.userAgent : s), xe = be && be.userAgentData ? be.userAgentData : r, pt = Fe ? Qe(Bt, Fe) : Bt, Ue = be && be.userAgent == We;
@@ -23809,8 +23824,8 @@ function yc(e, t, n) {
23809
23824
  return f = M, u = setTimeout(P, t), g ? m(M) : l;
23810
23825
  }
23811
23826
  function B(M) {
23812
- var O = M - A, U = M - f, Y = t - O;
23813
- return h ? sY(Y, s - U) : Y;
23827
+ var O = M - A, U = M - f, G = t - O;
23828
+ return h ? sY(G, s - U) : G;
23814
23829
  }
23815
23830
  function y(M) {
23816
23831
  var O = M - A, U = M - f;
@@ -24589,8 +24604,8 @@ const j0 = se(Ms)(({ theme: e }) => ({
24589
24604
  I === i ? t === 1 && m(!0) : t === l && (m(!1), B(null));
24590
24605
  }, [i, t, I, l]);
24591
24606
  const { pathname: M } = Aa(), O = !!y, U = ($, j) => {
24592
- $.forEach((G) => {
24593
- G.url === M && (m(!0), B(j));
24607
+ $.forEach((Y) => {
24608
+ Y.url === M && (m(!0), B(j));
24594
24609
  });
24595
24610
  };
24596
24611
  ft(() => {
@@ -24601,7 +24616,7 @@ const j0 = se(Ms)(({ theme: e }) => ({
24601
24616
  }, [M, e.children]), ft(() => {
24602
24617
  e.url === M && I !== e.id && (A([e.id]), B(e.id), P(null), m(!0));
24603
24618
  }, [M, e, I, A]);
24604
- const Y = (D = e.children) == null ? void 0 : D.map(($) => {
24619
+ const G = (D = e.children) == null ? void 0 : D.map(($) => {
24605
24620
  switch ($.type) {
24606
24621
  case "collapse":
24607
24622
  return /* @__PURE__ */ C(
@@ -24622,7 +24637,7 @@ const j0 = se(Ms)(({ theme: e }) => ({
24622
24637
  default:
24623
24638
  return /* @__PURE__ */ C(Ie, { variant: "h6", color: "error", align: "center", children: "Fix - Collapse or Item" }, $.id);
24624
24639
  }
24625
- }), H = I === e.id, J = t === 1 ? /* @__PURE__ */ C(NS, { style: { fontSize: "1rem" } }) : !1, ie = e.icon, re = e.icon ? /* @__PURE__ */ C(ie, { style: { fontSize: g ? "1rem" : "1.25rem" } }) : J, _ = u.palette.mode === "dark" ? "grey.400" : "text.primary", W = u.palette.mode === "dark" && g ? u.palette.text.primary : u.palette.primary.main, N = O ? `collapse-pop-${e.id}` : void 0, K = {
24640
+ }), H = I === e.id, q = t === 1 ? /* @__PURE__ */ C(NS, { style: { fontSize: "1rem" } }) : !1, ie = e.icon, re = e.icon ? /* @__PURE__ */ C(ie, { style: { fontSize: g ? "1rem" : "1.25rem" } }) : q, _ = u.palette.mode === "dark" ? "grey.400" : "text.primary", W = u.palette.mode === "dark" && g ? u.palette.text.primary : u.palette.primary.main, N = O ? `collapse-pop-${e.id}` : void 0, K = {
24626
24641
  display: "flex",
24627
24642
  justifyContent: "space-between",
24628
24643
  alignItems: "center",
@@ -24704,7 +24719,7 @@ const j0 = se(Ms)(({ theme: e }) => ({
24704
24719
  boxShadow: u.shadows[8],
24705
24720
  backgroundImage: "none"
24706
24721
  },
24707
- children: /* @__PURE__ */ C(ta, { onClickAway: T, children: /* @__PURE__ */ C(ke, { children: Y }) })
24722
+ children: /* @__PURE__ */ C(ta, { onClickAway: T, children: /* @__PURE__ */ C(ke, { children: G }) })
24708
24723
  }
24709
24724
  ) })
24710
24725
  }
@@ -24812,7 +24827,7 @@ const j0 = se(Ms)(({ theme: e }) => ({
24812
24827
  backgroundImage: "none",
24813
24828
  border: `1px solid ${u.palette.divider}`
24814
24829
  },
24815
- children: /* @__PURE__ */ C(ta, { onClickAway: T, children: /* @__PURE__ */ C(ke, { children: Y }) })
24830
+ children: /* @__PURE__ */ C(ta, { onClickAway: T, children: /* @__PURE__ */ C(ke, { children: G }) })
24816
24831
  }
24817
24832
  ) })
24818
24833
  }
@@ -24820,7 +24835,7 @@ const j0 = se(Ms)(({ theme: e }) => ({
24820
24835
  ]
24821
24836
  }
24822
24837
  ),
24823
- g && /* @__PURE__ */ C(QI, { in: p, timeout: "auto", unmountOnExit: !0, children: /* @__PURE__ */ C(ea, { sx: { p: 0 }, children: Y }) })
24838
+ g && /* @__PURE__ */ C(QI, { in: p, timeout: "auto", unmountOnExit: !0, children: /* @__PURE__ */ C(ea, { sx: { p: 0 }, children: G }) })
24824
24839
  ] }) });
24825
24840
  };
24826
24841
  Es.propTypes = {
@@ -24863,13 +24878,13 @@ const IY = se(Ms)(({ theme: e }) => ({
24863
24878
  }, [e, t, p]);
24864
24879
  const M = (D, $) => {
24865
24880
  D.forEach((j) => {
24866
- var G;
24867
- (G = j.children) != null && G.length && M(j.children, b.id), j.url === g && y($);
24881
+ var Y;
24882
+ (Y = j.children) != null && Y.length && M(j.children, b.id), j.url === g && y($);
24868
24883
  });
24869
24884
  }, O = (D) => {
24870
24885
  (D.children ? D.children : []).forEach((j) => {
24871
- var G;
24872
- (G = j.children) != null && G.length && M(j.children, b.id), j.url === g && y(b.id);
24886
+ var Y;
24887
+ (Y = j.children) != null && Y.length && M(j.children, b.id), j.url === g && y(b.id);
24873
24888
  });
24874
24889
  };
24875
24890
  ft(() => {
@@ -24877,9 +24892,9 @@ const IY = se(Ms)(({ theme: e }) => ({
24877
24892
  }, [g, b]);
24878
24893
  const U = (D) => {
24879
24894
  T || S(D == null ? void 0 : D.currentTarget);
24880
- }, Y = () => {
24895
+ }, G = () => {
24881
24896
  S(null);
24882
- }, H = b == null ? void 0 : b.icon, J = b != null && b.icon ? /* @__PURE__ */ C(
24897
+ }, H = b == null ? void 0 : b.icon, q = b != null && b.icon ? /* @__PURE__ */ C(
24883
24898
  H,
24884
24899
  {
24885
24900
  style: {
@@ -24911,13 +24926,13 @@ const IY = se(Ms)(({ theme: e }) => ({
24911
24926
  var j;
24912
24927
  return /* @__PURE__ */ Z(Mr, { children: [
24913
24928
  D.title && /* @__PURE__ */ C(Ie, { variant: "caption", sx: { pl: 2 }, children: D.title }),
24914
- (j = D == null ? void 0 : D.elements) == null ? void 0 : j.map((G) => {
24915
- switch (G.type) {
24929
+ (j = D == null ? void 0 : D.elements) == null ? void 0 : j.map((Y) => {
24930
+ switch (Y.type) {
24916
24931
  case "collapse":
24917
24932
  return /* @__PURE__ */ C(
24918
24933
  Es,
24919
24934
  {
24920
- menu: G,
24935
+ menu: Y,
24921
24936
  level: 1,
24922
24937
  parentId: b.id,
24923
24938
  setSelectedItems: i,
@@ -24925,12 +24940,12 @@ const IY = se(Ms)(({ theme: e }) => ({
24925
24940
  selectedLevel: u,
24926
24941
  selectedItems: s
24927
24942
  },
24928
- G.id
24943
+ Y.id
24929
24944
  );
24930
24945
  case "item":
24931
- return /* @__PURE__ */ C(Cs, { item: G, level: 1 }, G.id);
24946
+ return /* @__PURE__ */ C(Cs, { item: Y, level: 1 }, Y.id);
24932
24947
  default:
24933
- return /* @__PURE__ */ C(Ie, { variant: "h6", color: "error", align: "center", children: "Menu Items Error" }, G.id);
24948
+ return /* @__PURE__ */ C(Ie, { variant: "h6", color: "error", align: "center", children: "Menu Items Error" }, Y.id);
24934
24949
  }
24935
24950
  })
24936
24951
  ] }, $);
@@ -24973,10 +24988,10 @@ const IY = se(Ms)(({ theme: e }) => ({
24973
24988
  },
24974
24989
  onMouseEnter: U,
24975
24990
  onClick: U,
24976
- onMouseLeave: Y,
24991
+ onMouseLeave: G,
24977
24992
  "aria-describedby": W,
24978
24993
  children: [
24979
- J && /* @__PURE__ */ C(fr, { sx: { minWidth: 28 }, children: b.id === r ? /* @__PURE__ */ C(wc, { style: { fontSize: 20, stroke: "1.5" } }) : J }),
24994
+ q && /* @__PURE__ */ C(fr, { sx: { minWidth: 28 }, children: b.id === r ? /* @__PURE__ */ C(wc, { style: { fontSize: 20, stroke: "1.5" } }) : q }),
24980
24995
  /* @__PURE__ */ C(
24981
24996
  Er,
24982
24997
  {
@@ -25011,7 +25026,7 @@ const IY = se(Ms)(({ theme: e }) => ({
25011
25026
  boxShadow: A.shadows[8],
25012
25027
  backgroundImage: "none"
25013
25028
  },
25014
- children: /* @__PURE__ */ C(ta, { onClickAway: Y, children: /* @__PURE__ */ C(
25029
+ children: /* @__PURE__ */ C(ta, { onClickAway: G, children: /* @__PURE__ */ C(
25015
25030
  ke,
25016
25031
  {
25017
25032
  sx: {