locust-ui 2.41.1 → 2.41.2-next-18074133715

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.
Files changed (2) hide show
  1. package/lib/webui.js +567 -556
  2. package/package.json +3 -2
package/lib/webui.js CHANGED
@@ -4,11 +4,11 @@ var vf = (e, t, r) => YT(e, typeof t != "symbol" ? t + "" : t, r);
4
4
  import * as ve from "react";
5
5
  import K1, { useCallback as on, useState as ke, useEffect as Oe, createElement as Q1, useDebugValue as kg, useMemo as ct, useRef as lr, useLayoutEffect as qT } from "react";
6
6
  import { useSelector as J1, useDispatch as eb, connect as Jt, useStore as ZT, batch as XT, shallowEqual as ns, Provider as KT } from "react-redux";
7
- import { Modal as QT, Container as Hs, IconButton as Us, Box as he, Button as Xt, Typography as fe, Link as mt, CircularProgress as JT, TextField as ln, Alert as cl, Tooltip as tb, Divider as po, FormControl as rb, InputLabel as kp, OutlinedInput as eE, InputAdornment as tE, Select as rE, FormControlLabel as nb, Checkbox as id, Accordion as Np, AccordionSummary as Lp, AccordionDetails as Bp, FormGroup as ib, TableContainer as ab, Paper as fc, Table as ob, TableHead as sb, TableRow as El, TableCell as Di, TableBody as ub, Autocomplete as nE, useTheme as iE, AppBar as aE, Toolbar as oE, Drawer as sE, Card as uE, CardContent as lE, List as lb, ListItem as wi, ListItemIcon as cE, ListItemText as fE, Stack as hE, Popover as dE, Switch as pE, Tabs as vE, Tab as gE, createTheme as mE } from "@mui/material";
8
- import yE from "@emotion/styled";
9
- import { Global as _E, ThemeContext as cb } from "@emotion/react";
10
- import { VisibilityOff as bE, Visibility as SE } from "@mui/icons-material";
11
- function xE(e) {
7
+ import { Modal as QT, Container as Hs, IconButton as Us, Box as fe, Button as Xt, Typography as ce, Link as mt, CircularProgress as JT, TextField as ln, Alert as cl, Tooltip as tb, Divider as po, FormControl as rb, InputLabel as kp, OutlinedInput as eE, InputAdornment as tE, Select as rE, FormControlLabel as nb, Checkbox as id, Accordion as Np, AccordionSummary as Lp, AccordionDetails as Bp, FormGroup as ib, TableContainer as ab, Paper as fc, Table as ob, TableHead as sb, TableRow as El, TableCell as Di, TableBody as ub, Autocomplete as nE, useTheme as iE, AppBar as aE, Toolbar as oE, Drawer as sE, Card as uE, CardContent as lE, List as lb, ListItem as wi, ListItemIcon as cE, ListItemText as fE, Popover as hE, Switch as dE, Tabs as pE, Tab as vE, createTheme as gE } from "@mui/material";
8
+ import mE from "@emotion/styled";
9
+ import { Global as yE, ThemeContext as cb } from "@emotion/react";
10
+ import { VisibilityOff as _E, Visibility as bE } from "@mui/icons-material";
11
+ function SE(e) {
12
12
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
13
13
  }
14
14
  var vu = { exports: {} }, vo = {};
@@ -22,7 +22,7 @@ var vu = { exports: {} }, vo = {};
22
22
  * LICENSE file in the root directory of this source tree.
23
23
  */
24
24
  var Ng;
25
- function wE() {
25
+ function xE() {
26
26
  if (Ng) return vo;
27
27
  Ng = 1;
28
28
  var e = K1, t = Symbol.for("react.element"), r = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, i = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, a = { key: !0, ref: !0, __self: !0, __source: !0 };
@@ -46,7 +46,7 @@ var go = {};
46
46
  * LICENSE file in the root directory of this source tree.
47
47
  */
48
48
  var Lg;
49
- function CE() {
49
+ function wE() {
50
50
  return Lg || (Lg = 1, process.env.NODE_ENV !== "production" && function() {
51
51
  var e = K1, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), o = Symbol.for("react.provider"), s = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), c = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), d = Symbol.for("react.offscreen"), p = Symbol.iterator, v = "@@iterator";
52
52
  function g(O) {
@@ -58,14 +58,14 @@ function CE() {
58
58
  var m = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
59
59
  function y(O) {
60
60
  {
61
- for (var $ = arguments.length, K = new Array($ > 1 ? $ - 1 : 0), ce = 1; ce < $; ce++)
62
- K[ce - 1] = arguments[ce];
61
+ for (var $ = arguments.length, K = new Array($ > 1 ? $ - 1 : 0), he = 1; he < $; he++)
62
+ K[he - 1] = arguments[he];
63
63
  _("error", O, K);
64
64
  }
65
65
  }
66
66
  function _(O, $, K) {
67
67
  {
68
- var ce = m.ReactDebugCurrentFrame, De = ce.getStackAddendum();
68
+ var he = m.ReactDebugCurrentFrame, De = he.getStackAddendum();
69
69
  De !== "" && ($ += "%s", K = K.concat([De]));
70
70
  var Ve = K.map(function(we) {
71
71
  return String(we);
@@ -83,9 +83,9 @@ function CE() {
83
83
  O.$$typeof === A || O.getModuleId !== void 0));
84
84
  }
85
85
  function D(O, $, K) {
86
- var ce = O.displayName;
87
- if (ce)
88
- return ce;
86
+ var he = O.displayName;
87
+ if (he)
88
+ return he;
89
89
  var De = $.displayName || $.name || "";
90
90
  return De !== "" ? K + "(" + De + ")" : K;
91
91
  }
@@ -124,8 +124,8 @@ function CE() {
124
124
  case u:
125
125
  return D(O, O.render, "ForwardRef");
126
126
  case f:
127
- var ce = O.displayName || null;
128
- return ce !== null ? ce : I(O.type) || "Memo";
127
+ var he = O.displayName || null;
128
+ return he !== null ? he : I(O.type) || "Memo";
129
129
  case h: {
130
130
  var De = O, Ve = De._payload, we = De._init;
131
131
  try {
@@ -206,8 +206,8 @@ function CE() {
206
206
  try {
207
207
  throw Error();
208
208
  } catch (De) {
209
- var ce = De.stack.trim().match(/\n( *(at )?)/);
210
- re = ce && ce[1] || "";
209
+ var he = De.stack.trim().match(/\n( *(at )?)/);
210
+ re = he && he[1] || "";
211
211
  }
212
212
  return `
213
213
  ` + re + O;
@@ -226,7 +226,7 @@ function CE() {
226
226
  if (K !== void 0)
227
227
  return K;
228
228
  }
229
- var ce;
229
+ var he;
230
230
  oe = !0;
231
231
  var De = Error.prepareStackTrace;
232
232
  Error.prepareStackTrace = void 0;
@@ -245,14 +245,14 @@ function CE() {
245
245
  try {
246
246
  Reflect.construct(we, []);
247
247
  } catch (It) {
248
- ce = It;
248
+ he = It;
249
249
  }
250
250
  Reflect.construct(O, [], we);
251
251
  } else {
252
252
  try {
253
253
  we.call();
254
254
  } catch (It) {
255
- ce = It;
255
+ he = It;
256
256
  }
257
257
  O.call(we.prototype);
258
258
  }
@@ -260,21 +260,21 @@ function CE() {
260
260
  try {
261
261
  throw Error();
262
262
  } catch (It) {
263
- ce = It;
263
+ he = It;
264
264
  }
265
265
  O();
266
266
  }
267
267
  } catch (It) {
268
- if (It && ce && typeof It.stack == "string") {
268
+ if (It && he && typeof It.stack == "string") {
269
269
  for (var be = It.stack.split(`
270
- `), xt = ce.stack.split(`
271
- `), Qe = be.length - 1, rt = xt.length - 1; Qe >= 1 && rt >= 0 && be[Qe] !== xt[rt]; )
270
+ `), wt = he.stack.split(`
271
+ `), Qe = be.length - 1, rt = wt.length - 1; Qe >= 1 && rt >= 0 && be[Qe] !== wt[rt]; )
272
272
  rt--;
273
273
  for (; Qe >= 1 && rt >= 0; Qe--, rt--)
274
- if (be[Qe] !== xt[rt]) {
274
+ if (be[Qe] !== wt[rt]) {
275
275
  if (Qe !== 1 || rt !== 1)
276
276
  do
277
- if (Qe--, rt--, rt < 0 || be[Qe] !== xt[rt]) {
277
+ if (Qe--, rt--, rt < 0 || be[Qe] !== wt[rt]) {
278
278
  var tr = `
279
279
  ` + be[Qe].replace(" at new ", " at ");
280
280
  return O.displayName && tr.includes("<anonymous>") && (tr = tr.replace("<anonymous>", O.displayName)), typeof O == "function" && ne.set(O, tr), tr;
@@ -316,7 +316,7 @@ function CE() {
316
316
  case f:
317
317
  return $t(O.type, $, K);
318
318
  case h: {
319
- var ce = O, De = ce._payload, Ve = ce._init;
319
+ var he = O, De = he._payload, Ve = he._init;
320
320
  try {
321
321
  return $t(Ve(De), $, K);
322
322
  } catch {
@@ -333,7 +333,7 @@ function CE() {
333
333
  } else
334
334
  Ji.setExtraStackFrame(null);
335
335
  }
336
- function ea(O, $, K, ce, De) {
336
+ function ea(O, $, K, he, De) {
337
337
  {
338
338
  var Ve = Function.call.bind(Or);
339
339
  for (var we in O)
@@ -341,14 +341,14 @@ function CE() {
341
341
  var be = void 0;
342
342
  try {
343
343
  if (typeof O[we] != "function") {
344
- var xt = Error((ce || "React class") + ": " + K + " type `" + we + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof O[we] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
345
- throw xt.name = "Invariant Violation", xt;
344
+ var wt = Error((he || "React class") + ": " + K + " type `" + we + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof O[we] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
345
+ throw wt.name = "Invariant Violation", wt;
346
346
  }
347
- be = O[we]($, we, ce, K, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
347
+ be = O[we]($, we, he, K, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
348
348
  } catch (Qe) {
349
349
  be = Qe;
350
350
  }
351
- be && !(be instanceof Error) && (pt(De), y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", ce || "React class", K, we, typeof be), pt(null)), be instanceof Error && !(be.message in uo) && (uo[be.message] = !0, pt(De), y("Failed %s type: %s", K, be.message), pt(null));
351
+ be && !(be instanceof Error) && (pt(De), y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", he || "React class", K, we, typeof be), pt(null)), be instanceof Error && !(be.message in uo) && (uo[be.message] = !0, pt(De), y("Failed %s type: %s", K, be.message), pt(null));
352
352
  }
353
353
  }
354
354
  }
@@ -423,7 +423,7 @@ function CE() {
423
423
  });
424
424
  }
425
425
  }
426
- var kT = function(O, $, K, ce, De, Ve, we) {
426
+ var kT = function(O, $, K, he, De, Ve, we) {
427
427
  var be = {
428
428
  // This tag allows us to uniquely identify this as a React Element
429
429
  $$typeof: t,
@@ -444,7 +444,7 @@ function CE() {
444
444
  configurable: !1,
445
445
  enumerable: !1,
446
446
  writable: !1,
447
- value: ce
447
+ value: he
448
448
  }), Object.defineProperty(be, "_source", {
449
449
  configurable: !1,
450
450
  enumerable: !1,
@@ -452,10 +452,10 @@ function CE() {
452
452
  value: De
453
453
  }), Object.freeze && (Object.freeze(be.props), Object.freeze(be)), be;
454
454
  };
455
- function NT(O, $, K, ce, De) {
455
+ function NT(O, $, K, he, De) {
456
456
  {
457
- var Ve, we = {}, be = null, xt = null;
458
- K !== void 0 && (co(K), be = "" + K), Kr($) && (co($.key), be = "" + $.key), qe($) && (xt = $.ref, er($, De));
457
+ var Ve, we = {}, be = null, wt = null;
458
+ K !== void 0 && (co(K), be = "" + K), Kr($) && (co($.key), be = "" + $.key), qe($) && (wt = $.ref, er($, De));
459
459
  for (Ve in $)
460
460
  Or.call($, Ve) && !pu.hasOwnProperty(Ve) && (we[Ve] = $[Ve]);
461
461
  if (O && O.defaultProps) {
@@ -463,11 +463,11 @@ function CE() {
463
463
  for (Ve in Qe)
464
464
  we[Ve] === void 0 && (we[Ve] = Qe[Ve]);
465
465
  }
466
- if (be || xt) {
466
+ if (be || wt) {
467
467
  var rt = typeof O == "function" ? O.displayName || O.name || "Unknown" : O;
468
- be && Gt(we, rt), xt && cf(we, rt);
468
+ be && Gt(we, rt), wt && cf(we, rt);
469
469
  }
470
- return kT(O, be, xt, De, ce, fo.current, we);
470
+ return kT(O, be, wt, De, he, fo.current, we);
471
471
  }
472
472
  }
473
473
  var ff = m.ReactCurrentOwner, Dg = m.ReactDebugCurrentFrame;
@@ -520,8 +520,8 @@ Check the top-level render call using <` + K + ">.");
520
520
  if (Mg[K])
521
521
  return;
522
522
  Mg[K] = !0;
523
- var ce = "";
524
- O && O._owner && O._owner !== ff.current && (ce = " It was passed a child from " + I(O._owner.type) + "."), ta(O), y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', K, ce), ta(null);
523
+ var he = "";
524
+ O && O._owner && O._owner !== ff.current && (he = " It was passed a child from " + I(O._owner.type) + "."), ta(O), y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', K, he), ta(null);
525
525
  }
526
526
  }
527
527
  function Og(O, $) {
@@ -530,8 +530,8 @@ Check the top-level render call using <` + K + ">.");
530
530
  return;
531
531
  if (Xr(O))
532
532
  for (var K = 0; K < O.length; K++) {
533
- var ce = O[K];
534
- df(ce) && Rg(ce, $);
533
+ var he = O[K];
534
+ df(he) && Rg(he, $);
535
535
  }
536
536
  else if (df(O))
537
537
  O._store && (O._store.validated = !0);
@@ -558,8 +558,8 @@ Check the top-level render call using <` + K + ">.");
558
558
  else
559
559
  return;
560
560
  if (K) {
561
- var ce = I($);
562
- ea(K, O.props, "prop", ce, O);
561
+ var he = I($);
562
+ ea(K, O.props, "prop", he, O);
563
563
  } else if ($.PropTypes !== void 0 && !hf) {
564
564
  hf = !0;
565
565
  var De = I($);
@@ -571,9 +571,9 @@ Check the top-level render call using <` + K + ">.");
571
571
  function FT(O) {
572
572
  {
573
573
  for (var $ = Object.keys(O.props), K = 0; K < $.length; K++) {
574
- var ce = $[K];
575
- if (ce !== "children" && ce !== "key") {
576
- ta(O), y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", ce), ta(null);
574
+ var he = $[K];
575
+ if (he !== "children" && he !== "key") {
576
+ ta(O), y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", he), ta(null);
577
577
  break;
578
578
  }
579
579
  }
@@ -581,14 +581,14 @@ Check the top-level render call using <` + K + ">.");
581
581
  }
582
582
  }
583
583
  var Ig = {};
584
- function Pg(O, $, K, ce, De, Ve) {
584
+ function Pg(O, $, K, he, De, Ve) {
585
585
  {
586
586
  var we = x(O);
587
587
  if (!we) {
588
588
  var be = "";
589
589
  (O === void 0 || typeof O == "object" && O !== null && Object.keys(O).length === 0) && (be += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
590
- var xt = LT();
591
- xt ? be += xt : be += Ag();
590
+ var wt = LT();
591
+ wt ? be += wt : be += Ag();
592
592
  var Qe;
593
593
  O === null ? Qe = "null" : Xr(O) ? Qe = "array" : O !== void 0 && O.$$typeof === t ? (Qe = "<" + (I(O.type) || "Unknown") + " />", be = " Did you accidentally export a JSX literal instead of a component?") : Qe = typeof O, y("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Qe, be);
594
594
  }
@@ -598,7 +598,7 @@ Check the top-level render call using <` + K + ">.");
598
598
  if (we) {
599
599
  var tr = $.children;
600
600
  if (tr !== void 0)
601
- if (ce)
601
+ if (he)
602
602
  if (Xr(tr)) {
603
603
  for (var ra = 0; ra < tr.length; ra++)
604
604
  Og(tr[ra], O);
@@ -636,10 +636,10 @@ React keys must be passed directly to JSX without using spread:
636
636
  }()), go;
637
637
  }
638
638
  var Bg;
639
- function TE() {
640
- return Bg || (Bg = 1, process.env.NODE_ENV === "production" ? vu.exports = wE() : vu.exports = CE()), vu.exports;
639
+ function CE() {
640
+ return Bg || (Bg = 1, process.env.NODE_ENV === "production" ? vu.exports = xE() : vu.exports = wE()), vu.exports;
641
641
  }
642
- var T = TE(), gu = { exports: {} }, mu = { exports: {} }, Ae = {};
642
+ var T = CE(), gu = { exports: {} }, mu = { exports: {} }, Ae = {};
643
643
  /** @license React v16.13.1
644
644
  * react-is.production.min.js
645
645
  *
@@ -649,7 +649,7 @@ var T = TE(), gu = { exports: {} }, mu = { exports: {} }, Ae = {};
649
649
  * LICENSE file in the root directory of this source tree.
650
650
  */
651
651
  var Vg;
652
- function EE() {
652
+ function TE() {
653
653
  if (Vg) return Ae;
654
654
  Vg = 1;
655
655
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, c = e ? Symbol.for("react.forward_ref") : 60112, f = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, d = e ? Symbol.for("react.memo") : 60115, p = e ? Symbol.for("react.lazy") : 60116, v = e ? Symbol.for("react.block") : 60121, g = e ? Symbol.for("react.fundamental") : 60117, m = e ? Symbol.for("react.responder") : 60118, y = e ? Symbol.for("react.scope") : 60119;
@@ -724,7 +724,7 @@ var Me = {};
724
724
  * LICENSE file in the root directory of this source tree.
725
725
  */
726
726
  var Fg;
727
- function DE() {
727
+ function EE() {
728
728
  return Fg || (Fg = 1, process.env.NODE_ENV !== "production" && function() {
729
729
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, c = e ? Symbol.for("react.forward_ref") : 60112, f = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, d = e ? Symbol.for("react.memo") : 60115, p = e ? Symbol.for("react.lazy") : 60116, v = e ? Symbol.for("react.block") : 60121, g = e ? Symbol.for("react.fundamental") : 60117, m = e ? Symbol.for("react.responder") : 60118, y = e ? Symbol.for("react.scope") : 60119;
730
730
  function _(z) {
@@ -808,7 +808,7 @@ function DE() {
808
808
  }
809
809
  var zg;
810
810
  function fb() {
811
- return zg || (zg = 1, process.env.NODE_ENV === "production" ? mu.exports = EE() : mu.exports = DE()), mu.exports;
811
+ return zg || (zg = 1, process.env.NODE_ENV === "production" ? mu.exports = TE() : mu.exports = EE()), mu.exports;
812
812
  }
813
813
  /*
814
814
  object-assign
@@ -816,7 +816,7 @@ object-assign
816
816
  @license MIT
817
817
  */
818
818
  var gf, jg;
819
- function AE() {
819
+ function DE() {
820
820
  if (jg) return gf;
821
821
  jg = 1;
822
822
  var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, r = Object.prototype.propertyIsEnumerable;
@@ -873,7 +873,7 @@ function hb() {
873
873
  return Gg || (Gg = 1, yf = Function.call.bind(Object.prototype.hasOwnProperty)), yf;
874
874
  }
875
875
  var _f, Wg;
876
- function ME() {
876
+ function AE() {
877
877
  if (Wg) return _f;
878
878
  Wg = 1;
879
879
  var e = function() {
@@ -922,10 +922,10 @@ function ME() {
922
922
  }, _f = i, _f;
923
923
  }
924
924
  var bf, Hg;
925
- function RE() {
925
+ function ME() {
926
926
  if (Hg) return bf;
927
927
  Hg = 1;
928
- var e = fb(), t = AE(), r = /* @__PURE__ */ Vp(), n = /* @__PURE__ */ hb(), i = /* @__PURE__ */ ME(), a = function() {
928
+ var e = fb(), t = DE(), r = /* @__PURE__ */ Vp(), n = /* @__PURE__ */ hb(), i = /* @__PURE__ */ AE(), a = function() {
929
929
  };
930
930
  process.env.NODE_ENV !== "production" && (a = function(s) {
931
931
  var u = "Warning: " + s;
@@ -1243,7 +1243,7 @@ Valid keys: ` + JSON.stringify(Object.keys(k), null, " ")
1243
1243
  }, bf;
1244
1244
  }
1245
1245
  var Sf, Ug;
1246
- function OE() {
1246
+ function RE() {
1247
1247
  if (Ug) return Sf;
1248
1248
  Ug = 1;
1249
1249
  var e = /* @__PURE__ */ Vp();
@@ -1291,17 +1291,17 @@ function OE() {
1291
1291
  }, Sf;
1292
1292
  }
1293
1293
  var Yg;
1294
- function IE() {
1294
+ function OE() {
1295
1295
  if (Yg) return gu.exports;
1296
1296
  if (Yg = 1, process.env.NODE_ENV !== "production") {
1297
1297
  var e = fb(), t = !0;
1298
- gu.exports = /* @__PURE__ */ RE()(e.isElement, t);
1298
+ gu.exports = /* @__PURE__ */ ME()(e.isElement, t);
1299
1299
  } else
1300
- gu.exports = /* @__PURE__ */ OE()();
1300
+ gu.exports = /* @__PURE__ */ RE()();
1301
1301
  return gu.exports;
1302
1302
  }
1303
- var PE = /* @__PURE__ */ IE();
1304
- const G = /* @__PURE__ */ xE(PE);
1303
+ var IE = /* @__PURE__ */ OE();
1304
+ const G = /* @__PURE__ */ SE(IE);
1305
1305
  function Wn(e, ...t) {
1306
1306
  const r = new URL(`https://mui.com/production-error/?code=${e}`);
1307
1307
  return t.forEach((n) => r.searchParams.append("args[]", n)), `Minified MUI error #${e}; visit ${r} for the full message.`;
@@ -1322,7 +1322,7 @@ var yu = { exports: {} }, Ne = {};
1322
1322
  * LICENSE file in the root directory of this source tree.
1323
1323
  */
1324
1324
  var qg;
1325
- function kE() {
1325
+ function PE() {
1326
1326
  if (qg) return Ne;
1327
1327
  qg = 1;
1328
1328
  var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.consumer"), o = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), l = Symbol.for("react.suspense_list"), c = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), h = Symbol.for("react.view_transition"), d = Symbol.for("react.client.reference");
@@ -1396,7 +1396,7 @@ var Le = {};
1396
1396
  * LICENSE file in the root directory of this source tree.
1397
1397
  */
1398
1398
  var Zg;
1399
- function NE() {
1399
+ function kE() {
1400
1400
  return Zg || (Zg = 1, process.env.NODE_ENV !== "production" && function() {
1401
1401
  function e(v) {
1402
1402
  if (typeof v == "object" && v !== null) {
@@ -1460,10 +1460,10 @@ function NE() {
1460
1460
  }()), Le;
1461
1461
  }
1462
1462
  var Xg;
1463
- function LE() {
1464
- return Xg || (Xg = 1, process.env.NODE_ENV === "production" ? yu.exports = /* @__PURE__ */ kE() : yu.exports = /* @__PURE__ */ NE()), yu.exports;
1463
+ function NE() {
1464
+ return Xg || (Xg = 1, process.env.NODE_ENV === "production" ? yu.exports = /* @__PURE__ */ PE() : yu.exports = /* @__PURE__ */ kE()), yu.exports;
1465
1465
  }
1466
- var Dl = /* @__PURE__ */ LE();
1466
+ var Dl = /* @__PURE__ */ NE();
1467
1467
  function an(e) {
1468
1468
  if (typeof e != "object" || e === null)
1469
1469
  return !1;
@@ -1496,7 +1496,7 @@ function is(e, t) {
1496
1496
  }) : e;
1497
1497
  }
1498
1498
  const Qn = process.env.NODE_ENV !== "production" ? G.oneOfType([G.number, G.string, G.object, G.array]) : {};
1499
- function BE(e, t) {
1499
+ function LE(e, t) {
1500
1500
  if (!e.containerQueries)
1501
1501
  return t;
1502
1502
  const r = Object.keys(t).filter((n) => n.startsWith("@container")).sort((n, i) => {
@@ -1511,10 +1511,10 @@ function BE(e, t) {
1511
1511
  ...t
1512
1512
  }) : t;
1513
1513
  }
1514
- function VE(e, t) {
1514
+ function BE(e, t) {
1515
1515
  return t === "@" || t.startsWith("@") && (e.some((r) => t.startsWith(`@${r}`)) || !!t.match(/^@\d/));
1516
1516
  }
1517
- function FE(e, t) {
1517
+ function VE(e, t) {
1518
1518
  const r = t.match(/^@([^/]+)?\/?(.+)?$/);
1519
1519
  if (!r) {
1520
1520
  if (process.env.NODE_ENV !== "production")
@@ -1525,7 +1525,7 @@ For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : Wn(18, `(${t})`));
1525
1525
  const [, n, i] = r, a = Number.isNaN(+n) ? n || 0 : +n;
1526
1526
  return e.containerQueries(i).up(a);
1527
1527
  }
1528
- function zE(e) {
1528
+ function FE(e) {
1529
1529
  const t = (a, o) => a.replace("@media", o ? `@container ${o}` : "@container");
1530
1530
  function r(a, o) {
1531
1531
  a.up = (...s) => t(e.breakpoints.up(...s), o), a.down = (...s) => t(e.breakpoints.down(...s), o), a.between = (...s) => t(e.breakpoints.between(...s), o), a.only = (...s) => t(e.breakpoints.only(...s), o), a.not = (...s) => {
@@ -1555,7 +1555,7 @@ const hc = {
1555
1555
  // It can't be configured as it's used statically for propTypes.
1556
1556
  keys: ["xs", "sm", "md", "lg", "xl"],
1557
1557
  up: (e) => `@media (min-width:${hc[e]}px)`
1558
- }, jE = {
1558
+ }, zE = {
1559
1559
  containerQueries: (e) => ({
1560
1560
  up: (t) => {
1561
1561
  let r = typeof t == "number" ? t : hc[t] || t;
@@ -1572,8 +1572,8 @@ function dn(e, t, r) {
1572
1572
  if (typeof t == "object") {
1573
1573
  const a = n.breakpoints || Kg;
1574
1574
  return Object.keys(t).reduce((o, s) => {
1575
- if (VE(a.keys, s)) {
1576
- const u = FE(n.containerQueries ? n : jE, s);
1575
+ if (BE(a.keys, s)) {
1576
+ const u = VE(n.containerQueries ? n : zE, s);
1577
1577
  u && (o[u] = r(t[s], s));
1578
1578
  } else if (Object.keys(a.values || hc).includes(s)) {
1579
1579
  const u = a.up(s);
@@ -1587,14 +1587,14 @@ function dn(e, t, r) {
1587
1587
  }
1588
1588
  return r(t);
1589
1589
  }
1590
- function $E(e = {}) {
1590
+ function jE(e = {}) {
1591
1591
  var r;
1592
1592
  return ((r = e.keys) == null ? void 0 : r.reduce((n, i) => {
1593
1593
  const a = e.up(i);
1594
1594
  return n[a] = {}, n;
1595
1595
  }, {})) || {};
1596
1596
  }
1597
- function GE(e, t) {
1597
+ function $E(e, t) {
1598
1598
  return e.reduce((r, n) => {
1599
1599
  const i = r[n];
1600
1600
  return (!i || Object.keys(i).length === 0) && delete r[n], r;
@@ -1635,14 +1635,14 @@ function tt(e) {
1635
1635
  [t]: Qn
1636
1636
  } : {}, a.filterProps = [t], a;
1637
1637
  }
1638
- function WE(e) {
1638
+ function GE(e) {
1639
1639
  const t = {};
1640
1640
  return (r) => (t[r] === void 0 && (t[r] = e(r)), t[r]);
1641
1641
  }
1642
- const HE = {
1642
+ const WE = {
1643
1643
  m: "margin",
1644
1644
  p: "padding"
1645
- }, UE = {
1645
+ }, HE = {
1646
1646
  t: "Top",
1647
1647
  r: "Right",
1648
1648
  b: "Bottom",
@@ -1654,15 +1654,15 @@ const HE = {
1654
1654
  marginY: "my",
1655
1655
  paddingX: "px",
1656
1656
  paddingY: "py"
1657
- }, YE = WE((e) => {
1657
+ }, UE = GE((e) => {
1658
1658
  if (e.length > 2)
1659
1659
  if (Qg[e])
1660
1660
  e = Qg[e];
1661
1661
  else
1662
1662
  return [e];
1663
- const [t, r] = e.split(""), n = HE[t], i = UE[r] || "";
1663
+ const [t, r] = e.split(""), n = WE[t], i = HE[r] || "";
1664
1664
  return Array.isArray(i) ? i.map((a) => n + a) : [n + i];
1665
- }), pc = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], vc = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], qE = [...pc, ...vc];
1665
+ }), pc = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], vc = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], YE = [...pc, ...vc];
1666
1666
  function Ys(e, t, r, n) {
1667
1667
  const i = dc(e, t, !0) ?? r;
1668
1668
  return typeof i == "number" || typeof i == "string" ? (a) => typeof a == "string" ? a : (process.env.NODE_ENV !== "production" && typeof a != "number" && console.error(`MUI: Expected ${n} argument to be a number or a string, got ${a}.`), typeof i == "string" ? i.startsWith("var(") && a === 0 ? 0 : i.startsWith("var(") && a === 1 ? i : `calc(${a} * ${i})` : i * a) : Array.isArray(i) ? (a) => {
@@ -1684,18 +1684,18 @@ function Fp(e) {
1684
1684
  function qs(e, t) {
1685
1685
  return typeof t == "string" || t == null ? t : e(t);
1686
1686
  }
1687
- function ZE(e, t) {
1687
+ function qE(e, t) {
1688
1688
  return (r) => e.reduce((n, i) => (n[i] = qs(t, r), n), {});
1689
1689
  }
1690
- function XE(e, t, r, n) {
1690
+ function ZE(e, t, r, n) {
1691
1691
  if (!t.includes(r))
1692
1692
  return null;
1693
- const i = YE(r), a = ZE(i, n), o = e[r];
1693
+ const i = UE(r), a = qE(i, n), o = e[r];
1694
1694
  return dn(e, o, a);
1695
1695
  }
1696
1696
  function pb(e, t) {
1697
1697
  const r = Fp(e.theme);
1698
- return Object.keys(e).map((n) => XE(e, t, n, r)).reduce(is, {});
1698
+ return Object.keys(e).map((n) => ZE(e, t, n, r)).reduce(is, {});
1699
1699
  }
1700
1700
  function Xe(e) {
1701
1701
  return pb(e, pc);
@@ -1707,7 +1707,7 @@ function Ke(e) {
1707
1707
  }
1708
1708
  Ke.propTypes = process.env.NODE_ENV !== "production" ? vc.reduce((e, t) => (e[t] = Qn, e), {}) : {};
1709
1709
  Ke.filterProps = vc;
1710
- process.env.NODE_ENV !== "production" && qE.reduce((e, t) => (e[t] = Qn, e), {});
1710
+ process.env.NODE_ENV !== "production" && YE.reduce((e, t) => (e[t] = Qn, e), {});
1711
1711
  function gc(...e) {
1712
1712
  const t = e.reduce((n, i) => (i.filterProps.forEach((a) => {
1713
1713
  n[a] = i;
@@ -1724,7 +1724,7 @@ function _r(e, t) {
1724
1724
  transform: t
1725
1725
  });
1726
1726
  }
1727
- const KE = _r("border", cr), QE = _r("borderTop", cr), JE = _r("borderRight", cr), eD = _r("borderBottom", cr), tD = _r("borderLeft", cr), rD = _r("borderColor"), nD = _r("borderTopColor"), iD = _r("borderRightColor"), aD = _r("borderBottomColor"), oD = _r("borderLeftColor"), sD = _r("outline", cr), uD = _r("outlineColor"), mc = (e) => {
1727
+ const XE = _r("border", cr), KE = _r("borderTop", cr), QE = _r("borderRight", cr), JE = _r("borderBottom", cr), eD = _r("borderLeft", cr), tD = _r("borderColor"), rD = _r("borderTopColor"), nD = _r("borderRightColor"), iD = _r("borderBottomColor"), aD = _r("borderLeftColor"), oD = _r("outline", cr), sD = _r("outlineColor"), mc = (e) => {
1728
1728
  if (e.borderRadius !== void 0 && e.borderRadius !== null) {
1729
1729
  const t = Ys(e.theme, "shape.borderRadius", 4, "borderRadius"), r = (n) => ({
1730
1730
  borderRadius: qs(t, n)
@@ -1737,7 +1737,7 @@ mc.propTypes = process.env.NODE_ENV !== "production" ? {
1737
1737
  borderRadius: Qn
1738
1738
  } : {};
1739
1739
  mc.filterProps = ["borderRadius"];
1740
- gc(KE, QE, JE, eD, tD, rD, nD, iD, aD, oD, mc, sD, uD);
1740
+ gc(XE, KE, QE, JE, eD, tD, rD, nD, iD, aD, mc, oD, sD);
1741
1741
  const yc = (e) => {
1742
1742
  if (e.gap !== void 0 && e.gap !== null) {
1743
1743
  const t = Ys(e.theme, "spacing", 8, "gap"), r = (n) => ({
@@ -1777,48 +1777,48 @@ bc.propTypes = process.env.NODE_ENV !== "production" ? {
1777
1777
  rowGap: Qn
1778
1778
  } : {};
1779
1779
  bc.filterProps = ["rowGap"];
1780
- const lD = tt({
1780
+ const uD = tt({
1781
1781
  prop: "gridColumn"
1782
- }), cD = tt({
1782
+ }), lD = tt({
1783
1783
  prop: "gridRow"
1784
- }), fD = tt({
1784
+ }), cD = tt({
1785
1785
  prop: "gridAutoFlow"
1786
- }), hD = tt({
1786
+ }), fD = tt({
1787
1787
  prop: "gridAutoColumns"
1788
- }), dD = tt({
1788
+ }), hD = tt({
1789
1789
  prop: "gridAutoRows"
1790
- }), pD = tt({
1790
+ }), dD = tt({
1791
1791
  prop: "gridTemplateColumns"
1792
- }), vD = tt({
1792
+ }), pD = tt({
1793
1793
  prop: "gridTemplateRows"
1794
- }), gD = tt({
1794
+ }), vD = tt({
1795
1795
  prop: "gridTemplateAreas"
1796
- }), mD = tt({
1796
+ }), gD = tt({
1797
1797
  prop: "gridArea"
1798
1798
  });
1799
- gc(yc, _c, bc, lD, cD, fD, hD, dD, pD, vD, gD, mD);
1799
+ gc(yc, _c, bc, uD, lD, cD, fD, hD, dD, pD, vD, gD);
1800
1800
  function Ia(e, t) {
1801
1801
  return t === "grey" ? t : e;
1802
1802
  }
1803
- const yD = tt({
1803
+ const mD = tt({
1804
1804
  prop: "color",
1805
1805
  themeKey: "palette",
1806
1806
  transform: Ia
1807
- }), _D = tt({
1807
+ }), yD = tt({
1808
1808
  prop: "bgcolor",
1809
1809
  cssProperty: "backgroundColor",
1810
1810
  themeKey: "palette",
1811
1811
  transform: Ia
1812
- }), bD = tt({
1812
+ }), _D = tt({
1813
1813
  prop: "backgroundColor",
1814
1814
  themeKey: "palette",
1815
1815
  transform: Ia
1816
1816
  });
1817
- gc(yD, _D, bD);
1817
+ gc(mD, yD, _D);
1818
1818
  function Yt(e) {
1819
1819
  return e <= 1 && e !== 0 ? `${e * 100}%` : e;
1820
1820
  }
1821
- const SD = tt({
1821
+ const bD = tt({
1822
1822
  prop: "width",
1823
1823
  transform: Yt
1824
1824
  }), zp = (e) => {
@@ -1839,16 +1839,16 @@ const SD = tt({
1839
1839
  return null;
1840
1840
  };
1841
1841
  zp.filterProps = ["maxWidth"];
1842
- const xD = tt({
1842
+ const SD = tt({
1843
1843
  prop: "minWidth",
1844
1844
  transform: Yt
1845
- }), wD = tt({
1845
+ }), xD = tt({
1846
1846
  prop: "height",
1847
1847
  transform: Yt
1848
- }), CD = tt({
1848
+ }), wD = tt({
1849
1849
  prop: "maxHeight",
1850
1850
  transform: Yt
1851
- }), TD = tt({
1851
+ }), CD = tt({
1852
1852
  prop: "minHeight",
1853
1853
  transform: Yt
1854
1854
  });
@@ -1862,10 +1862,10 @@ tt({
1862
1862
  cssProperty: "height",
1863
1863
  transform: Yt
1864
1864
  });
1865
- const ED = tt({
1865
+ const TD = tt({
1866
1866
  prop: "boxSizing"
1867
1867
  });
1868
- gc(SD, zp, xD, wD, CD, TD, ED);
1868
+ gc(bD, zp, SD, xD, wD, CD, TD);
1869
1869
  const Sc = {
1870
1870
  // borders
1871
1871
  border: {
@@ -2154,14 +2154,14 @@ const Sc = {
2154
2154
  themeKey: "typography"
2155
2155
  }
2156
2156
  };
2157
- function DD(...e) {
2157
+ function ED(...e) {
2158
2158
  const t = e.reduce((n, i) => n.concat(Object.keys(i)), []), r = new Set(t);
2159
2159
  return e.every((n) => r.size === Object.keys(n).length);
2160
2160
  }
2161
- function AD(e, t) {
2161
+ function DD(e, t) {
2162
2162
  return typeof e == "function" ? e(t) : e;
2163
2163
  }
2164
- function MD() {
2164
+ function AD() {
2165
2165
  function e(r, n, i, a) {
2166
2166
  const o = {
2167
2167
  [r]: n,
@@ -2207,10 +2207,10 @@ function MD() {
2207
2207
  return s;
2208
2208
  if (!u)
2209
2209
  return null;
2210
- const l = $E(i.breakpoints), c = Object.keys(l);
2210
+ const l = jE(i.breakpoints), c = Object.keys(l);
2211
2211
  let f = l;
2212
2212
  return Object.keys(u).forEach((h) => {
2213
- const d = AD(u[h], i);
2213
+ const d = DD(u[h], i);
2214
2214
  if (d != null)
2215
2215
  if (typeof d == "object")
2216
2216
  if (a[h])
@@ -2221,22 +2221,22 @@ function MD() {
2221
2221
  }, d, (v) => ({
2222
2222
  [h]: v
2223
2223
  }));
2224
- DD(p, d) ? f[h] = t({
2224
+ ED(p, d) ? f[h] = t({
2225
2225
  sx: d,
2226
2226
  theme: i
2227
2227
  }) : f = is(f, p);
2228
2228
  }
2229
2229
  else
2230
2230
  f = is(f, e(h, d, i, a));
2231
- }), BE(i, GE(c, f));
2231
+ }), LE(i, $E(c, f));
2232
2232
  }
2233
2233
  return Array.isArray(n) ? n.map(o) : o(n);
2234
2234
  }
2235
2235
  return t;
2236
2236
  }
2237
- const Fi = MD();
2237
+ const Fi = AD();
2238
2238
  Fi.filterProps = ["sx"];
2239
- function RD(e) {
2239
+ function MD(e) {
2240
2240
  for (var t = 0, r, n = 0, i = e.length; i >= 4; ++n, i -= 4)
2241
2241
  r = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, r = /* Math.imul(k, m): */
2242
2242
  (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), r ^= /* k >>> r: */
@@ -2255,7 +2255,7 @@ function RD(e) {
2255
2255
  return t ^= t >>> 13, t = /* Math.imul(h, m): */
2256
2256
  (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), ((t ^ t >>> 15) >>> 0).toString(36);
2257
2257
  }
2258
- var OD = {
2258
+ var RD = {
2259
2259
  animationIterationCount: 1,
2260
2260
  aspectRatio: 1,
2261
2261
  borderImageOutset: 1,
@@ -2305,24 +2305,24 @@ var OD = {
2305
2305
  strokeOpacity: 1,
2306
2306
  strokeWidth: 1
2307
2307
  };
2308
- function ID(e) {
2308
+ function OD(e) {
2309
2309
  var t = /* @__PURE__ */ Object.create(null);
2310
2310
  return function(r) {
2311
2311
  return t[r] === void 0 && (t[r] = e(r)), t[r];
2312
2312
  };
2313
2313
  }
2314
- var PD = /[A-Z]|^ms/g, kD = /_EMO_([^_]+?)_([^]*?)_EMO_/g, vb = function(t) {
2314
+ var ID = /[A-Z]|^ms/g, PD = /_EMO_([^_]+?)_([^]*?)_EMO_/g, vb = function(t) {
2315
2315
  return t.charCodeAt(1) === 45;
2316
2316
  }, Jg = function(t) {
2317
2317
  return t != null && typeof t != "boolean";
2318
- }, xf = /* @__PURE__ */ ID(function(e) {
2319
- return vb(e) ? e : e.replace(PD, "-$&").toLowerCase();
2318
+ }, xf = /* @__PURE__ */ OD(function(e) {
2319
+ return vb(e) ? e : e.replace(ID, "-$&").toLowerCase();
2320
2320
  }), em = function(t, r) {
2321
2321
  switch (t) {
2322
2322
  case "animation":
2323
2323
  case "animationName":
2324
2324
  if (typeof r == "string")
2325
- return r.replace(kD, function(n, i, a) {
2325
+ return r.replace(PD, function(n, i, a) {
2326
2326
  return Ln = {
2327
2327
  name: i,
2328
2328
  styles: a,
@@ -2330,7 +2330,7 @@ var PD = /[A-Z]|^ms/g, kD = /_EMO_([^_]+?)_([^]*?)_EMO_/g, vb = function(t) {
2330
2330
  }, i;
2331
2331
  });
2332
2332
  }
2333
- return OD[t] !== 1 && !vb(t) && typeof r == "number" && r !== 0 ? r + "px" : r;
2333
+ return RD[t] !== 1 && !vb(t) && typeof r == "number" && r !== 0 ? r + "px" : r;
2334
2334
  };
2335
2335
  function Ml(e, t, r) {
2336
2336
  if (r == null)
@@ -2362,13 +2362,13 @@ function Ml(e, t, r) {
2362
2362
  var s = a.styles + ";";
2363
2363
  return s;
2364
2364
  }
2365
- return ND(e, t, r);
2365
+ return kD(e, t, r);
2366
2366
  }
2367
2367
  }
2368
2368
  var u = r;
2369
2369
  return u;
2370
2370
  }
2371
- function ND(e, t, r) {
2371
+ function kD(e, t, r) {
2372
2372
  var n = "";
2373
2373
  if (Array.isArray(r))
2374
2374
  for (var i = 0; i < r.length; i++)
@@ -2398,7 +2398,7 @@ function ND(e, t, r) {
2398
2398
  return n;
2399
2399
  }
2400
2400
  var tm = /label:\s*([^\s;{]+)\s*(;|$)/g, Ln;
2401
- function LD(e, t, r) {
2401
+ function ND(e, t, r) {
2402
2402
  if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
2403
2403
  return e[0];
2404
2404
  var n = !0, i = "";
@@ -2418,22 +2418,22 @@ function LD(e, t, r) {
2418
2418
  tm.lastIndex = 0;
2419
2419
  for (var l = "", c; (c = tm.exec(i)) !== null; )
2420
2420
  l += "-" + c[1];
2421
- var f = RD(i) + l;
2421
+ var f = MD(i) + l;
2422
2422
  return {
2423
2423
  name: f,
2424
2424
  styles: i,
2425
2425
  next: Ln
2426
2426
  };
2427
2427
  }
2428
- function BD(e) {
2428
+ function LD(e) {
2429
2429
  return e == null || Object.keys(e).length === 0;
2430
2430
  }
2431
2431
  function jp(e) {
2432
2432
  const {
2433
2433
  styles: t,
2434
2434
  defaultTheme: r = {}
2435
- } = e, n = typeof t == "function" ? (i) => t(BD(i) ? r : i) : t;
2436
- return /* @__PURE__ */ T.jsx(_E, {
2435
+ } = e, n = typeof t == "function" ? (i) => t(LD(i) ? r : i) : t;
2436
+ return /* @__PURE__ */ T.jsx(yE, {
2437
2437
  styles: n
2438
2438
  });
2439
2439
  }
@@ -2448,22 +2448,22 @@ process.env.NODE_ENV !== "production" && (jp.propTypes = {
2448
2448
  * This source code is licensed under the MIT license found in the
2449
2449
  * LICENSE file in the root directory of this source tree.
2450
2450
  */
2451
- function VD(e, t) {
2452
- const r = yE(e, t);
2451
+ function BD(e, t) {
2452
+ const r = mE(e, t);
2453
2453
  return process.env.NODE_ENV !== "production" ? (...n) => {
2454
2454
  const i = typeof e == "string" ? `"${e}"` : "component";
2455
2455
  return n.length === 0 ? console.error([`MUI: Seems like you called \`styled(${i})()\` without a \`style\` argument.`, 'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
2456
2456
  `)) : n.some((a) => a === void 0) && console.error(`MUI: the styled(${i})(...args) API requires all its args to be defined.`), r(...n);
2457
2457
  } : r;
2458
2458
  }
2459
- function FD(e, t) {
2459
+ function VD(e, t) {
2460
2460
  Array.isArray(e.__emotion_styles) && (e.__emotion_styles = t(e.__emotion_styles));
2461
2461
  }
2462
2462
  const rm = [];
2463
2463
  function nm(e) {
2464
- return rm[0] = e, LD(rm);
2464
+ return rm[0] = e, ND(rm);
2465
2465
  }
2466
- const zD = (e) => {
2466
+ const FD = (e) => {
2467
2467
  const t = Object.keys(e).map((r) => ({
2468
2468
  key: r,
2469
2469
  val: e[r]
@@ -2473,7 +2473,7 @@ const zD = (e) => {
2473
2473
  [n.key]: n.val
2474
2474
  }), {});
2475
2475
  };
2476
- function jD(e) {
2476
+ function zD(e) {
2477
2477
  const {
2478
2478
  // The breakpoint **start** at this value.
2479
2479
  // For instance with the first breakpoint xs: [xs, sm).
@@ -2492,7 +2492,7 @@ function jD(e) {
2492
2492
  unit: r = "px",
2493
2493
  step: n = 5,
2494
2494
  ...i
2495
- } = e, a = zD(t), o = Object.keys(a);
2495
+ } = e, a = FD(t), o = Object.keys(a);
2496
2496
  function s(h) {
2497
2497
  return `@media (min-width:${typeof t[h] == "number" ? t[h] : h}${r})`;
2498
2498
  }
@@ -2522,7 +2522,7 @@ function jD(e) {
2522
2522
  ...i
2523
2523
  };
2524
2524
  }
2525
- const $D = {
2525
+ const jD = {
2526
2526
  borderRadius: 4
2527
2527
  };
2528
2528
  function gb(e = 8, t = Fp({
@@ -2536,7 +2536,7 @@ function gb(e = 8, t = Fp({
2536
2536
  }).join(" "));
2537
2537
  return r.mui = !0, r;
2538
2538
  }
2539
- function GD(e, t) {
2539
+ function $D(e, t) {
2540
2540
  var n;
2541
2541
  const r = this;
2542
2542
  if (r.vars) {
@@ -2556,7 +2556,7 @@ function $p(e = {}, ...t) {
2556
2556
  spacing: i,
2557
2557
  shape: a = {},
2558
2558
  ...o
2559
- } = e, s = jD(r), u = gb(i);
2559
+ } = e, s = zD(r), u = gb(i);
2560
2560
  let l = qt({
2561
2561
  breakpoints: s,
2562
2562
  direction: "ltr",
@@ -2568,11 +2568,11 @@ function $p(e = {}, ...t) {
2568
2568
  },
2569
2569
  spacing: u,
2570
2570
  shape: {
2571
- ...$D,
2571
+ ...jD,
2572
2572
  ...a
2573
2573
  }
2574
2574
  }, o);
2575
- return l = zE(l), l.applyStyles = GD, l = t.reduce((c, f) => qt(c, f), l), l.unstable_sxConfig = {
2575
+ return l = FE(l), l.applyStyles = $D, l = t.reduce((c, f) => qt(c, f), l), l.unstable_sxConfig = {
2576
2576
  ...Sc,
2577
2577
  ...o == null ? void 0 : o.unstable_sxConfig
2578
2578
  }, l.unstable_sx = function(f) {
@@ -2582,15 +2582,15 @@ function $p(e = {}, ...t) {
2582
2582
  });
2583
2583
  }, l;
2584
2584
  }
2585
- function WD(e) {
2585
+ function GD(e) {
2586
2586
  return Object.keys(e).length === 0;
2587
2587
  }
2588
2588
  function mb(e = null) {
2589
2589
  const t = ve.useContext(cb);
2590
- return !t || WD(t) ? e : t;
2590
+ return !t || GD(t) ? e : t;
2591
2591
  }
2592
- const HD = $p();
2593
- function UD(e = HD) {
2592
+ const WD = $p();
2593
+ function HD(e = WD) {
2594
2594
  return mb(e);
2595
2595
  }
2596
2596
  function yb({
@@ -2598,7 +2598,7 @@ function yb({
2598
2598
  themeId: t,
2599
2599
  defaultTheme: r = {}
2600
2600
  }) {
2601
- const n = UD(r), i = typeof e == "function" ? e(t && n[t] || n) : e;
2601
+ const n = HD(r), i = typeof e == "function" ? e(t && n[t] || n) : e;
2602
2602
  return /* @__PURE__ */ T.jsx(jp, {
2603
2603
  styles: i
2604
2604
  });
@@ -2621,7 +2621,7 @@ process.env.NODE_ENV !== "production" && (yb.propTypes = {
2621
2621
  */
2622
2622
  themeId: G.string
2623
2623
  });
2624
- const im = (e) => e, YD = () => {
2624
+ const im = (e) => e, UD = () => {
2625
2625
  let e = im;
2626
2626
  return {
2627
2627
  configure(t) {
@@ -2634,7 +2634,7 @@ const im = (e) => e, YD = () => {
2634
2634
  e = im;
2635
2635
  }
2636
2636
  };
2637
- }, qD = YD();
2637
+ }, YD = UD();
2638
2638
  function _b(e) {
2639
2639
  var t, r, n = "";
2640
2640
  if (typeof e == "string" || typeof e == "number") n += e;
@@ -2644,11 +2644,11 @@ function _b(e) {
2644
2644
  } else for (r in e) e[r] && (n && (n += " "), n += r);
2645
2645
  return n;
2646
2646
  }
2647
- function ZD() {
2647
+ function qD() {
2648
2648
  for (var e, t, r = 0, n = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (t = _b(e)) && (n && (n += " "), n += t);
2649
2649
  return n;
2650
2650
  }
2651
- const XD = {
2651
+ const ZD = {
2652
2652
  active: "active",
2653
2653
  checked: "checked",
2654
2654
  completed: "completed",
@@ -2663,10 +2663,10 @@ const XD = {
2663
2663
  selected: "selected"
2664
2664
  };
2665
2665
  function Gp(e, t, r = "Mui") {
2666
- const n = XD[t];
2667
- return n ? `${r}-${n}` : `${qD.generate(e)}-${t}`;
2666
+ const n = ZD[t];
2667
+ return n ? `${r}-${n}` : `${YD.generate(e)}-${t}`;
2668
2668
  }
2669
- function KD(e, t, r = "Mui") {
2669
+ function XD(e, t, r = "Mui") {
2670
2670
  const n = {};
2671
2671
  return t.forEach((i) => {
2672
2672
  n[i] = Gp(e, i, r);
@@ -2679,7 +2679,7 @@ function am(e, t, r) {
2679
2679
  const n = bb(t);
2680
2680
  return e.displayName || (n !== "" ? `${r}(${n})` : r);
2681
2681
  }
2682
- function QD(e) {
2682
+ function KD(e) {
2683
2683
  if (e != null) {
2684
2684
  if (typeof e == "string")
2685
2685
  return e;
@@ -2709,15 +2709,15 @@ function Sb(e) {
2709
2709
  typeof i.style != "function" && (i.style = nm(i.style));
2710
2710
  }), n;
2711
2711
  }
2712
- const JD = $p();
2712
+ const QD = $p();
2713
2713
  function wf(e) {
2714
2714
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
2715
2715
  }
2716
- function e2(e) {
2716
+ function JD(e) {
2717
2717
  return e ? (t, r) => r[e] : null;
2718
2718
  }
2719
- function t2(e, t, r) {
2720
- e.theme = a2(e.theme) ? r : e.theme[t] || e.theme;
2719
+ function e2(e, t, r) {
2720
+ e.theme = i2(e.theme) ? r : e.theme[t] || e.theme;
2721
2721
  }
2722
2722
  function fl(e, t) {
2723
2723
  const r = typeof t == "function" ? t(e) : t;
@@ -2762,18 +2762,18 @@ function xb(e, t, r = []) {
2762
2762
  }
2763
2763
  return r;
2764
2764
  }
2765
- function r2(e = {}) {
2765
+ function t2(e = {}) {
2766
2766
  const {
2767
2767
  themeId: t,
2768
- defaultTheme: r = JD,
2768
+ defaultTheme: r = QD,
2769
2769
  rootShouldForwardProp: n = wf,
2770
2770
  slotShouldForwardProp: i = wf
2771
2771
  } = e;
2772
2772
  function a(s) {
2773
- t2(s, t, r);
2773
+ e2(s, t, r);
2774
2774
  }
2775
2775
  return (s, u = {}) => {
2776
- FD(s, (S) => S.filter((w) => w !== Fi));
2776
+ VD(s, (S) => S.filter((w) => w !== Fi));
2777
2777
  const {
2778
2778
  name: l,
2779
2779
  slot: c,
@@ -2781,7 +2781,7 @@ function r2(e = {}) {
2781
2781
  skipSx: h,
2782
2782
  // TODO v6: remove `lowercaseFirstLetter()` in the next major release
2783
2783
  // For more details: https://github.com/mui/material-ui/pull/37908
2784
- overridesResolver: d = e2(wb(c)),
2784
+ overridesResolver: d = JD(wb(c)),
2785
2785
  ...p
2786
2786
  } = u, v = f !== void 0 ? f : (
2787
2787
  // TODO v6: remove `Root` in the next major release
@@ -2789,10 +2789,10 @@ function r2(e = {}) {
2789
2789
  c && c !== "Root" && c !== "root" || !1
2790
2790
  ), g = h || !1;
2791
2791
  let m = wf;
2792
- c === "Root" || c === "root" ? m = n : c ? m = i : o2(s) && (m = void 0);
2793
- const y = VD(s, {
2792
+ c === "Root" || c === "root" ? m = n : c ? m = i : a2(s) && (m = void 0);
2793
+ const y = BD(s, {
2794
2794
  shouldForwardProp: m,
2795
- label: i2(l, c),
2795
+ label: n2(l, c),
2796
2796
  ...p
2797
2797
  }), _ = (S) => {
2798
2798
  if (S.__emotion_real === S)
@@ -2829,24 +2829,24 @@ function r2(e = {}) {
2829
2829
  P = [...M, ...D, ...I], P.raw = [...M, ...D.raw, ...I], w.unshift(P);
2830
2830
  }
2831
2831
  const A = [...w, ...C, ...E], x = y(...A);
2832
- return s.muiName && (x.muiName = s.muiName), process.env.NODE_ENV !== "production" && (x.displayName = n2(l, c, s)), x;
2832
+ return s.muiName && (x.muiName = s.muiName), process.env.NODE_ENV !== "production" && (x.displayName = r2(l, c, s)), x;
2833
2833
  };
2834
2834
  return y.withConfig && (b.withConfig = y.withConfig), b;
2835
2835
  };
2836
2836
  }
2837
- function n2(e, t, r) {
2838
- return e ? `${e}${Vi(t || "")}` : `Styled(${QD(r)})`;
2837
+ function r2(e, t, r) {
2838
+ return e ? `${e}${Vi(t || "")}` : `Styled(${KD(r)})`;
2839
2839
  }
2840
- function i2(e, t) {
2840
+ function n2(e, t) {
2841
2841
  let r;
2842
2842
  return process.env.NODE_ENV !== "production" && e && (r = `${e}-${wb(t || "Root")}`), r;
2843
2843
  }
2844
- function a2(e) {
2844
+ function i2(e) {
2845
2845
  for (const t in e)
2846
2846
  return !1;
2847
2847
  return !0;
2848
2848
  }
2849
- function o2(e) {
2849
+ function a2(e) {
2850
2850
  return typeof e == "string" && // 96 is one less than the char code
2851
2851
  // for "a" so this is checking that
2852
2852
  // it's a lowercase character
@@ -2887,14 +2887,14 @@ function ad(e, t) {
2887
2887
  }
2888
2888
  return r;
2889
2889
  }
2890
- const s2 = typeof window < "u" ? ve.useLayoutEffect : ve.useEffect;
2891
- function u2(e, t = Number.MIN_SAFE_INTEGER, r = Number.MAX_SAFE_INTEGER) {
2890
+ const o2 = typeof window < "u" ? ve.useLayoutEffect : ve.useEffect;
2891
+ function s2(e, t = Number.MIN_SAFE_INTEGER, r = Number.MAX_SAFE_INTEGER) {
2892
2892
  return Math.max(t, Math.min(e, r));
2893
2893
  }
2894
2894
  function Wp(e, t = 0, r = 1) {
2895
- return process.env.NODE_ENV !== "production" && (e < t || e > r) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${r}].`), u2(e, t, r);
2895
+ return process.env.NODE_ENV !== "production" && (e < t || e > r) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${r}].`), s2(e, t, r);
2896
2896
  }
2897
- function l2(e) {
2897
+ function u2(e) {
2898
2898
  e = e.slice(1);
2899
2899
  const t = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
2900
2900
  let r = e.match(t);
@@ -2904,7 +2904,7 @@ function Hn(e) {
2904
2904
  if (e.type)
2905
2905
  return e;
2906
2906
  if (e.charAt(0) === "#")
2907
- return Hn(l2(e));
2907
+ return Hn(u2(e));
2908
2908
  const t = e.indexOf("("), r = e.substring(0, t);
2909
2909
  if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(r))
2910
2910
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
@@ -2922,12 +2922,12 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
2922
2922
  colorSpace: i
2923
2923
  };
2924
2924
  }
2925
- const c2 = (e) => {
2925
+ const l2 = (e) => {
2926
2926
  const t = Hn(e);
2927
2927
  return t.values.slice(0, 3).map((r, n) => t.type.includes("hsl") && n !== 0 ? `${r}%` : r).join(" ");
2928
2928
  }, Wo = (e, t) => {
2929
2929
  try {
2930
- return c2(e);
2930
+ return l2(e);
2931
2931
  } catch {
2932
2932
  return t && process.env.NODE_ENV !== "production" && console.warn(t), e;
2933
2933
  }
@@ -2963,12 +2963,12 @@ function om(e, t) {
2963
2963
  const r = od(e), n = od(t);
2964
2964
  return (Math.max(r, n) + 0.05) / (Math.min(r, n) + 0.05);
2965
2965
  }
2966
- function f2(e, t) {
2966
+ function c2(e, t) {
2967
2967
  return e = Hn(e), t = Wp(t), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${t}` : e.values[3] = t, xc(e);
2968
2968
  }
2969
2969
  function _u(e, t, r) {
2970
2970
  try {
2971
- return f2(e, t);
2971
+ return c2(e, t);
2972
2972
  } catch {
2973
2973
  return e;
2974
2974
  }
@@ -3006,21 +3006,21 @@ function ze(e, t, r) {
3006
3006
  return e;
3007
3007
  }
3008
3008
  }
3009
- function h2(e, t = 0.15) {
3009
+ function f2(e, t = 0.15) {
3010
3010
  return od(e) > 0.5 ? Hp(e, t) : Up(e, t);
3011
3011
  }
3012
3012
  function bu(e, t, r) {
3013
3013
  try {
3014
- return h2(e, t);
3014
+ return f2(e, t);
3015
3015
  } catch {
3016
3016
  return e;
3017
3017
  }
3018
3018
  }
3019
- const d2 = "exact-prop: ​";
3019
+ const h2 = "exact-prop: ​";
3020
3020
  function Tb(e) {
3021
3021
  return process.env.NODE_ENV === "production" ? e : {
3022
3022
  ...e,
3023
- [d2]: (t) => {
3023
+ [h2]: (t) => {
3024
3024
  const r = Object.keys(t).filter((n) => !e.hasOwnProperty(n));
3025
3025
  return r.length > 0 ? new Error(`The following props are not supported: ${r.map((n) => `\`${n}\``).join(", ")}. Please remove them.`) : null;
3026
3026
  }
@@ -3032,8 +3032,8 @@ function qp() {
3032
3032
  const e = ve.useContext(Yp);
3033
3033
  return process.env.NODE_ENV !== "production" && ve.useDebugValue(e), e;
3034
3034
  }
3035
- const p2 = typeof Symbol == "function" && Symbol.for, v2 = p2 ? Symbol.for("mui.nested") : "__THEME_NESTED__";
3036
- function g2(e, t) {
3035
+ const d2 = typeof Symbol == "function" && Symbol.for, p2 = d2 ? Symbol.for("mui.nested") : "__THEME_NESTED__";
3036
+ function v2(e, t) {
3037
3037
  if (typeof t == "function") {
3038
3038
  const r = t(e);
3039
3039
  return process.env.NODE_ENV !== "production" && (r || console.error(["MUI: You should return an object from your theme function, i.e.", "<ThemeProvider theme={() => ({})} />"].join(`
@@ -3054,8 +3054,8 @@ function Rl(e) {
3054
3054
  const i = ve.useMemo(() => {
3055
3055
  const a = n === null ? {
3056
3056
  ...r
3057
- } : g2(n, r);
3058
- return a != null && (a[v2] = n !== null), a;
3057
+ } : v2(n, r);
3058
+ return a != null && (a[p2] = n !== null), a;
3059
3059
  }, [r, n]);
3060
3060
  return /* @__PURE__ */ T.jsx(Yp.Provider, {
3061
3061
  value: i,
@@ -3073,12 +3073,12 @@ process.env.NODE_ENV !== "production" && (Rl.propTypes = {
3073
3073
  theme: G.oneOfType([G.object, G.func]).isRequired
3074
3074
  });
3075
3075
  process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "production" && (Rl.propTypes = Tb(Rl.propTypes));
3076
- const m2 = /* @__PURE__ */ ve.createContext();
3076
+ const g2 = /* @__PURE__ */ ve.createContext();
3077
3077
  function Eb({
3078
3078
  value: e,
3079
3079
  ...t
3080
3080
  }) {
3081
- return /* @__PURE__ */ T.jsx(m2.Provider, {
3081
+ return /* @__PURE__ */ T.jsx(g2.Provider, {
3082
3082
  value: e ?? !0,
3083
3083
  ...t
3084
3084
  });
@@ -3111,7 +3111,7 @@ process.env.NODE_ENV !== "production" && (Ab.propTypes = {
3111
3111
  */
3112
3112
  value: G.object
3113
3113
  });
3114
- function y2(e) {
3114
+ function m2(e) {
3115
3115
  const {
3116
3116
  theme: t,
3117
3117
  name: r,
@@ -3122,12 +3122,12 @@ function y2(e) {
3122
3122
  const i = t.components[r];
3123
3123
  return i.defaultProps ? ad(i.defaultProps, n) : !i.styleOverrides && !i.variants ? ad(i, n) : n;
3124
3124
  }
3125
- function _2({
3125
+ function y2({
3126
3126
  props: e,
3127
3127
  name: t
3128
3128
  }) {
3129
3129
  const r = ve.useContext(Db);
3130
- return y2({
3130
+ return m2({
3131
3131
  props: e,
3132
3132
  name: t,
3133
3133
  theme: {
@@ -3200,22 +3200,22 @@ process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "production" &
3200
3200
  const lm = {
3201
3201
  theme: void 0
3202
3202
  };
3203
- function b2(e) {
3203
+ function _2(e) {
3204
3204
  let t, r;
3205
3205
  return function(i) {
3206
3206
  let a = t;
3207
3207
  return (a === void 0 || i.theme !== r) && (lm.theme = i.theme, a = Sb(e(lm)), t = a, r = i.theme), a;
3208
3208
  };
3209
3209
  }
3210
- const Zp = "mode", Xp = "color-scheme", S2 = "data-color-scheme";
3211
- function x2(e) {
3210
+ const Zp = "mode", Xp = "color-scheme", b2 = "data-color-scheme";
3211
+ function S2(e) {
3212
3212
  const {
3213
3213
  defaultMode: t = "system",
3214
3214
  defaultLightColorScheme: r = "light",
3215
3215
  defaultDarkColorScheme: n = "dark",
3216
3216
  modeStorageKey: i = Zp,
3217
3217
  colorSchemeStorageKey: a = Xp,
3218
- attribute: o = S2,
3218
+ attribute: o = b2,
3219
3219
  colorSchemeNode: s = "document.documentElement",
3220
3220
  nonce: u
3221
3221
  } = e || {};
@@ -3265,9 +3265,9 @@ try {
3265
3265
  }
3266
3266
  }, "mui-color-scheme-init");
3267
3267
  }
3268
- function w2() {
3268
+ function x2() {
3269
3269
  }
3270
- const C2 = ({
3270
+ const w2 = ({
3271
3271
  key: e,
3272
3272
  storageWindow: t
3273
3273
  }) => (!t && typeof window < "u" && (t = window), {
@@ -3292,7 +3292,7 @@ const C2 = ({
3292
3292
  },
3293
3293
  subscribe: (r) => {
3294
3294
  if (!t)
3295
- return w2;
3295
+ return x2;
3296
3296
  const n = (i) => {
3297
3297
  const a = i.newValue;
3298
3298
  i.key === e && r(a);
@@ -3314,7 +3314,7 @@ function Mb(e, t) {
3314
3314
  if (e.mode === "dark" || e.mode === "system" && e.systemMode === "dark")
3315
3315
  return t("dark");
3316
3316
  }
3317
- function T2(e) {
3317
+ function C2(e) {
3318
3318
  return Mb(e, (t) => {
3319
3319
  if (t === "light")
3320
3320
  return e.lightColorScheme;
@@ -3322,7 +3322,7 @@ function T2(e) {
3322
3322
  return e.darkColorScheme;
3323
3323
  });
3324
3324
  }
3325
- function E2(e) {
3325
+ function T2(e) {
3326
3326
  const {
3327
3327
  defaultMode: t = "light",
3328
3328
  defaultLightColorScheme: r,
@@ -3331,7 +3331,7 @@ function E2(e) {
3331
3331
  modeStorageKey: a = Zp,
3332
3332
  colorSchemeStorageKey: o = Xp,
3333
3333
  storageWindow: s = typeof window > "u" ? void 0 : window,
3334
- storageManager: u = C2,
3334
+ storageManager: u = w2,
3335
3335
  noSsr: l = !1
3336
3336
  } = e, c = i.join(","), f = i.length > 1, h = ve.useMemo(() => u == null ? void 0 : u({
3337
3337
  key: a,
@@ -3354,7 +3354,7 @@ function E2(e) {
3354
3354
  ve.useEffect(() => {
3355
3355
  y(!0);
3356
3356
  }, []);
3357
- const _ = T2(v), b = ve.useCallback((E) => {
3357
+ const _ = C2(v), b = ve.useCallback((E) => {
3358
3358
  g((A) => {
3359
3359
  if (E === A.mode)
3360
3360
  return A;
@@ -3425,8 +3425,8 @@ function E2(e) {
3425
3425
  setColorScheme: S
3426
3426
  };
3427
3427
  }
3428
- const D2 = "*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";
3429
- function A2(e) {
3428
+ const E2 = "*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";
3429
+ function D2(e) {
3430
3430
  const {
3431
3431
  themeId: t,
3432
3432
  /**
@@ -3484,7 +3484,7 @@ function A2(e) {
3484
3484
  darkColorScheme: $t,
3485
3485
  colorScheme: Or,
3486
3486
  setColorScheme: uo
3487
- } = E2({
3487
+ } = T2({
3488
3488
  supportedColorSchemes: re,
3489
3489
  defaultLightColorScheme: le,
3490
3490
  defaultDarkColorScheme: oe,
@@ -3520,7 +3520,7 @@ function A2(e) {
3520
3520
  }
3521
3521
  return s ? s(qe) : qe;
3522
3522
  }, [F, ea, Y, H, ae]), Xr = F.colorSchemeSelector;
3523
- s2(() => {
3523
+ o2(() => {
3524
3524
  if (pt && x && Xr && Xr !== "media") {
3525
3525
  const ot = Xr;
3526
3526
  let qe = Xr;
@@ -3541,7 +3541,7 @@ function A2(e) {
3541
3541
  let ot;
3542
3542
  if (w && L.current && A) {
3543
3543
  const qe = A.createElement("style");
3544
- qe.appendChild(A.createTextNode(D2)), A.head.appendChild(qe), window.getComputedStyle(A.body), ot = setTimeout(() => {
3544
+ qe.appendChild(A.createTextNode(E2)), A.head.appendChild(qe), window.getComputedStyle(A.body), ot = setTimeout(() => {
3545
3545
  A.head.removeChild(qe);
3546
3546
  }, 1);
3547
3547
  }
@@ -3648,7 +3648,7 @@ function A2(e) {
3648
3648
  return {
3649
3649
  CssVarsProvider: d,
3650
3650
  useColorScheme: c,
3651
- getInitColorSchemeScript: (m) => x2({
3651
+ getInitColorSchemeScript: (m) => S2({
3652
3652
  colorSchemeStorageKey: i,
3653
3653
  defaultLightColorScheme: p,
3654
3654
  defaultDarkColorScheme: v,
@@ -3657,7 +3657,7 @@ function A2(e) {
3657
3657
  })
3658
3658
  };
3659
3659
  }
3660
- function M2(e = "") {
3660
+ function A2(e = "") {
3661
3661
  function t(...n) {
3662
3662
  if (!n.length)
3663
3663
  return "";
@@ -3671,24 +3671,24 @@ const fm = (e, t, r, n = []) => {
3671
3671
  t.forEach((a, o) => {
3672
3672
  o === t.length - 1 ? Array.isArray(i) ? i[Number(a)] = r : i && typeof i == "object" && (i[a] = r) : i && typeof i == "object" && (i[a] || (i[a] = n.includes(a) ? [] : {}), i = i[a]);
3673
3673
  });
3674
- }, R2 = (e, t, r) => {
3674
+ }, M2 = (e, t, r) => {
3675
3675
  function n(i, a = [], o = []) {
3676
3676
  Object.entries(i).forEach(([s, u]) => {
3677
3677
  (!r || r && !r([...a, s])) && u != null && (typeof u == "object" && Object.keys(u).length > 0 ? n(u, [...a, s], Array.isArray(u) ? [...o, s] : o) : t([...a, s], u, o));
3678
3678
  });
3679
3679
  }
3680
3680
  n(e);
3681
- }, O2 = (e, t) => typeof t == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((n) => e.includes(n)) || e[e.length - 1].toLowerCase().includes("opacity") ? t : `${t}px` : t;
3681
+ }, R2 = (e, t) => typeof t == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((n) => e.includes(n)) || e[e.length - 1].toLowerCase().includes("opacity") ? t : `${t}px` : t;
3682
3682
  function Tf(e, t) {
3683
3683
  const {
3684
3684
  prefix: r,
3685
3685
  shouldSkipGeneratingVar: n
3686
3686
  } = t || {}, i = {}, a = {}, o = {};
3687
- return R2(
3687
+ return M2(
3688
3688
  e,
3689
3689
  (s, u, l) => {
3690
3690
  if ((typeof u == "string" || typeof u == "number") && (!n || !n(s, u))) {
3691
- const c = `--${r ? `${r}-` : ""}${s.join("-")}`, f = O2(s, u);
3691
+ const c = `--${r ? `${r}-` : ""}${s.join("-")}`, f = R2(s, u);
3692
3692
  Object.assign(i, {
3693
3693
  [c]: f
3694
3694
  }), fm(a, s, `var(${c})`, l), fm(o, s, `var(${c}, ${f})`, l);
@@ -3702,7 +3702,7 @@ function Tf(e, t) {
3702
3702
  varsWithDefaults: o
3703
3703
  };
3704
3704
  }
3705
- function I2(e, t = {}) {
3705
+ function O2(e, t = {}) {
3706
3706
  const {
3707
3707
  getSelector: r = g,
3708
3708
  disableCssColorScheme: n,
@@ -3817,12 +3817,12 @@ function I2(e, t = {}) {
3817
3817
  }
3818
3818
  };
3819
3819
  }
3820
- function P2(e) {
3820
+ function I2(e) {
3821
3821
  return function(r) {
3822
3822
  return e === "media" ? (process.env.NODE_ENV !== "production" && r !== "light" && r !== "dark" && console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${r}'.`), `@media (prefers-color-scheme: ${r})`) : e ? e.startsWith("data-") && !e.includes("%s") ? `[${e}="${r}"] &` : e === "class" ? `.${r} &` : e === "data" ? `[data-${r}] &` : `${e.replace("%s", r)} &` : "&";
3823
3823
  };
3824
3824
  }
3825
- function k2(e, t, r = void 0) {
3825
+ function P2(e, t, r = void 0) {
3826
3826
  const n = {};
3827
3827
  for (const i in e) {
3828
3828
  const a = e[i];
@@ -3934,7 +3934,7 @@ function Rb() {
3934
3934
  }
3935
3935
  };
3936
3936
  }
3937
- const N2 = Rb();
3937
+ const k2 = Rb();
3938
3938
  function Ob() {
3939
3939
  return {
3940
3940
  text: {
@@ -3968,7 +3968,7 @@ function dm(e, t, r, n) {
3968
3968
  const i = n.light || n, a = n.dark || n * 1.5;
3969
3969
  e[t] || (e.hasOwnProperty(r) ? e[t] = e[r] : t === "light" ? e.light = Up(e.main, i) : t === "dark" && (e.dark = Hp(e.main, a)));
3970
3970
  }
3971
- function L2(e = "light") {
3971
+ function N2(e = "light") {
3972
3972
  return e === "dark" ? {
3973
3973
  main: Ci[200],
3974
3974
  light: Ci[50],
@@ -3979,7 +3979,7 @@ function L2(e = "light") {
3979
3979
  dark: Ci[800]
3980
3980
  };
3981
3981
  }
3982
- function B2(e = "light") {
3982
+ function L2(e = "light") {
3983
3983
  return e === "dark" ? {
3984
3984
  main: na[200],
3985
3985
  light: na[50],
@@ -3990,7 +3990,7 @@ function B2(e = "light") {
3990
3990
  dark: na[700]
3991
3991
  };
3992
3992
  }
3993
- function V2(e = "light") {
3993
+ function B2(e = "light") {
3994
3994
  return e === "dark" ? {
3995
3995
  main: Nn[500],
3996
3996
  light: Nn[300],
@@ -4001,7 +4001,7 @@ function V2(e = "light") {
4001
4001
  dark: Nn[800]
4002
4002
  };
4003
4003
  }
4004
- function F2(e = "light") {
4004
+ function V2(e = "light") {
4005
4005
  return e === "dark" ? {
4006
4006
  main: ia[400],
4007
4007
  light: ia[300],
@@ -4012,7 +4012,7 @@ function F2(e = "light") {
4012
4012
  dark: ia[900]
4013
4013
  };
4014
4014
  }
4015
- function z2(e = "light") {
4015
+ function F2(e = "light") {
4016
4016
  return e === "dark" ? {
4017
4017
  main: Ti[400],
4018
4018
  light: Ti[300],
@@ -4023,7 +4023,7 @@ function z2(e = "light") {
4023
4023
  dark: Ti[900]
4024
4024
  };
4025
4025
  }
4026
- function j2(e = "light") {
4026
+ function z2(e = "light") {
4027
4027
  return e === "dark" ? {
4028
4028
  main: mo[400],
4029
4029
  light: mo[300],
@@ -4041,9 +4041,9 @@ function Kp(e) {
4041
4041
  contrastThreshold: r = 3,
4042
4042
  tonalOffset: n = 0.2,
4043
4043
  ...i
4044
- } = e, a = e.primary || L2(t), o = e.secondary || B2(t), s = e.error || V2(t), u = e.info || F2(t), l = e.success || z2(t), c = e.warning || j2(t);
4044
+ } = e, a = e.primary || N2(t), o = e.secondary || L2(t), s = e.error || B2(t), u = e.info || V2(t), l = e.success || F2(t), c = e.warning || z2(t);
4045
4045
  function f(v) {
4046
- const g = om(v, hm.text.primary) >= r ? hm.text.primary : N2.text.primary;
4046
+ const g = om(v, hm.text.primary) >= r ? hm.text.primary : k2.text.primary;
4047
4047
  if (process.env.NODE_ENV !== "production") {
4048
4048
  const m = om(v, g);
4049
4049
  m < 3 && console.error([`MUI: The contrast ratio of ${m}:1 for ${g} on ${v}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
@@ -4139,14 +4139,14 @@ const theme2 = createTheme({ palette: {
4139
4139
  ...d
4140
4140
  }, i);
4141
4141
  }
4142
- function $2(e) {
4142
+ function j2(e) {
4143
4143
  const t = {};
4144
4144
  return Object.entries(e).forEach((n) => {
4145
4145
  const [i, a] = n;
4146
4146
  typeof a == "object" && (t[i] = `${a.fontStyle ? `${a.fontStyle} ` : ""}${a.fontVariant ? `${a.fontVariant} ` : ""}${a.fontWeight ? `${a.fontWeight} ` : ""}${a.fontStretch ? `${a.fontStretch} ` : ""}${a.fontSize || ""}${a.lineHeight ? `/${a.lineHeight} ` : ""}${a.fontFamily || ""}`);
4147
4147
  }), t;
4148
4148
  }
4149
- function G2(e, t) {
4149
+ function $2(e, t) {
4150
4150
  return {
4151
4151
  toolbar: {
4152
4152
  minHeight: 56,
@@ -4162,7 +4162,7 @@ function G2(e, t) {
4162
4162
  ...t
4163
4163
  };
4164
4164
  }
4165
- function W2(e) {
4165
+ function G2(e) {
4166
4166
  return Math.round(e * 1e5) / 1e5;
4167
4167
  }
4168
4168
  const pm = {
@@ -4196,7 +4196,7 @@ function Ib(e, t) {
4196
4196
  // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
4197
4197
  // across font-families can cause issues with the kerning.
4198
4198
  ...r === vm ? {
4199
- letterSpacing: `${W2(_ / m)}em`
4199
+ letterSpacing: `${G2(_ / m)}em`
4200
4200
  } : {},
4201
4201
  ...b,
4202
4202
  ...l
@@ -4238,11 +4238,11 @@ function Ib(e, t) {
4238
4238
  // No need to clone deep
4239
4239
  });
4240
4240
  }
4241
- const H2 = 0.2, U2 = 0.14, Y2 = 0.12;
4241
+ const W2 = 0.2, H2 = 0.14, U2 = 0.12;
4242
4242
  function Ge(...e) {
4243
- return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${H2})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${U2})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Y2})`].join(",");
4243
+ return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${W2})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${H2})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${U2})`].join(",");
4244
4244
  }
4245
- const q2 = ["none", Ge(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Ge(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), Ge(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), Ge(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), Ge(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), Ge(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), Ge(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), Ge(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), Ge(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), Ge(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), Ge(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), Ge(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), Ge(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), Ge(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), Ge(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), Ge(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), Ge(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), Ge(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), Ge(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), Ge(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), Ge(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), Ge(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), Ge(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), Ge(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], Z2 = {
4245
+ const Y2 = ["none", Ge(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Ge(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), Ge(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), Ge(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), Ge(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), Ge(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), Ge(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), Ge(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), Ge(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), Ge(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), Ge(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), Ge(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), Ge(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), Ge(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), Ge(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), Ge(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), Ge(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), Ge(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), Ge(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), Ge(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), Ge(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), Ge(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), Ge(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), Ge(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], q2 = {
4246
4246
  // This is the most common easing curve.
4247
4247
  easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
4248
4248
  // Objects enter the screen at full velocity from off-screen and
@@ -4252,7 +4252,7 @@ const q2 = ["none", Ge(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Ge(0, 3, 1, -2, 0,
4252
4252
  easeIn: "cubic-bezier(0.4, 0, 1, 1)",
4253
4253
  // The sharp curve is used by objects that may return to the screen at any time.
4254
4254
  sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
4255
- }, X2 = {
4255
+ }, Z2 = {
4256
4256
  shortest: 150,
4257
4257
  shorter: 200,
4258
4258
  short: 250,
@@ -4268,22 +4268,22 @@ const q2 = ["none", Ge(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Ge(0, 3, 1, -2, 0,
4268
4268
  function gm(e) {
4269
4269
  return `${Math.round(e)}ms`;
4270
4270
  }
4271
- function K2(e) {
4271
+ function X2(e) {
4272
4272
  if (!e)
4273
4273
  return 0;
4274
4274
  const t = e / 36;
4275
4275
  return Math.min(Math.round((4 + 15 * t ** 0.25 + t / 5) * 10), 3e3);
4276
4276
  }
4277
- function Q2(e) {
4277
+ function K2(e) {
4278
4278
  const t = {
4279
- ...Z2,
4279
+ ...q2,
4280
4280
  ...e.easing
4281
4281
  }, r = {
4282
- ...X2,
4282
+ ...Z2,
4283
4283
  ...e.duration
4284
4284
  };
4285
4285
  return {
4286
- getAutoHeightDuration: K2,
4286
+ getAutoHeightDuration: X2,
4287
4287
  create: (i = ["all"], a = {}) => {
4288
4288
  const {
4289
4289
  duration: o = r.standard,
@@ -4303,7 +4303,7 @@ function Q2(e) {
4303
4303
  duration: r
4304
4304
  };
4305
4305
  }
4306
- const J2 = {
4306
+ const Q2 = {
4307
4307
  mobileStepper: 1e3,
4308
4308
  fab: 1050,
4309
4309
  speedDial: 1050,
@@ -4313,7 +4313,7 @@ const J2 = {
4313
4313
  snackbar: 1400,
4314
4314
  tooltip: 1500
4315
4315
  };
4316
- function eA(e) {
4316
+ function J2(e) {
4317
4317
  return an(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
4318
4318
  }
4319
4319
  function Pb(e = {}) {
@@ -4324,7 +4324,7 @@ function Pb(e = {}) {
4324
4324
  const i = Object.entries(n);
4325
4325
  for (let a = 0; a < i.length; a++) {
4326
4326
  const [o, s] = i[a];
4327
- !eA(s) || o.startsWith("unstable_") ? delete n[o] : an(s) && (n[o] = {
4327
+ !J2(s) || o.startsWith("unstable_") ? delete n[o] : an(s) && (n[o] = {
4328
4328
  ...s
4329
4329
  }, r(n[o]));
4330
4330
  }
@@ -4355,14 +4355,14 @@ function ud(e = {}, ...t) {
4355
4355
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature." : Wn(20));
4356
4356
  const c = Kp(a), f = $p(e);
4357
4357
  let h = qt(f, {
4358
- mixins: G2(f.breakpoints, n),
4358
+ mixins: $2(f.breakpoints, n),
4359
4359
  palette: c,
4360
4360
  // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
4361
- shadows: q2.slice(),
4361
+ shadows: Y2.slice(),
4362
4362
  typography: Ib(c, s),
4363
- transitions: Q2(o),
4363
+ transitions: K2(o),
4364
4364
  zIndex: {
4365
- ...J2
4365
+ ...Q2
4366
4366
  }
4367
4367
  });
4368
4368
  if (h = qt(h, l), h = t.reduce((d, p) => qt(d, p), h), process.env.NODE_ENV !== "production") {
@@ -4399,14 +4399,14 @@ function ud(e = {}, ...t) {
4399
4399
  });
4400
4400
  }, h.toRuntimeSource = Pb, h;
4401
4401
  }
4402
- function tA(e) {
4402
+ function eA(e) {
4403
4403
  let t;
4404
4404
  return e < 1 ? t = 5.11916 * e ** 2 : t = 4.5 * Math.log(e + 1) + 2, Math.round(t * 10) / 1e3;
4405
4405
  }
4406
- const rA = [...Array(25)].map((e, t) => {
4406
+ const tA = [...Array(25)].map((e, t) => {
4407
4407
  if (t === 0)
4408
4408
  return "none";
4409
- const r = tA(t);
4409
+ const r = eA(t);
4410
4410
  return `linear-gradient(rgba(255 255 255 / ${r}), rgba(255 255 255 / ${r}))`;
4411
4411
  });
4412
4412
  function kb(e) {
@@ -4418,9 +4418,9 @@ function kb(e) {
4418
4418
  };
4419
4419
  }
4420
4420
  function Nb(e) {
4421
- return e === "dark" ? rA : [];
4421
+ return e === "dark" ? tA : [];
4422
4422
  }
4423
- function nA(e) {
4423
+ function rA(e) {
4424
4424
  const {
4425
4425
  palette: t = {
4426
4426
  mode: "light"
@@ -4440,18 +4440,18 @@ function nA(e) {
4440
4440
  ...i
4441
4441
  };
4442
4442
  }
4443
- function iA(e) {
4443
+ function nA(e) {
4444
4444
  var t;
4445
4445
  return !!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/) || !!e[0].match(/sxConfig$/) || // ends with sxConfig
4446
4446
  e[0] === "palette" && !!((t = e[1]) != null && t.match(/(mode|contrastThreshold|tonalOffset)/));
4447
4447
  }
4448
- const aA = (e) => [...[...Array(25)].map((t, r) => `--${e ? `${e}-` : ""}overlays-${r}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], oA = (e) => (t, r) => {
4448
+ const iA = (e) => [...[...Array(25)].map((t, r) => `--${e ? `${e}-` : ""}overlays-${r}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], aA = (e) => (t, r) => {
4449
4449
  const n = e.rootSelector || ":root", i = e.colorSchemeSelector;
4450
4450
  let a = i;
4451
4451
  if (i === "class" && (a = ".%s"), i === "data" && (a = "[data-%s]"), i != null && i.startsWith("data-") && !i.includes("%s") && (a = `[${i}="%s"]`), e.defaultColorScheme === t) {
4452
4452
  if (t === "dark") {
4453
4453
  const o = {};
4454
- return aA(e.cssVarPrefix).forEach((s) => {
4454
+ return iA(e.cssVarPrefix).forEach((s) => {
4455
4455
  o[s] = r[s], delete r[s];
4456
4456
  }), a === "media" ? {
4457
4457
  [n]: r,
@@ -4482,7 +4482,7 @@ const aA = (e) => [...[...Array(25)].map((t, r) => `--${e ? `${e}-` : ""}overlay
4482
4482
  }
4483
4483
  return n;
4484
4484
  };
4485
- function sA(e, t) {
4485
+ function oA(e, t) {
4486
4486
  t.forEach((r) => {
4487
4487
  e[r] || (e[r] = {});
4488
4488
  });
@@ -4497,7 +4497,7 @@ function Qr(e, t) {
4497
4497
  `${t}Channel` in e || (e[`${t}Channel`] = Wo(Ho(e[t]), `MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
4498
4498
  To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`));
4499
4499
  }
4500
- function uA(e) {
4500
+ function sA(e) {
4501
4501
  return typeof e == "number" ? `${e}px` : typeof e == "string" || typeof e == "function" || Array.isArray(e) ? e : "8px";
4502
4502
  }
4503
4503
  const Ir = (e) => {
@@ -4505,14 +4505,14 @@ const Ir = (e) => {
4505
4505
  return e();
4506
4506
  } catch {
4507
4507
  }
4508
- }, lA = (e = "mui") => M2(e);
4508
+ }, uA = (e = "mui") => A2(e);
4509
4509
  function Ef(e, t, r, n) {
4510
4510
  if (!t)
4511
4511
  return;
4512
4512
  t = t === !0 ? {} : t;
4513
4513
  const i = n === "dark" ? "dark" : "light";
4514
4514
  if (!r) {
4515
- e[n] = nA({
4515
+ e[n] = rA({
4516
4516
  ...t,
4517
4517
  palette: {
4518
4518
  mode: i,
@@ -4541,7 +4541,7 @@ function Ef(e, t, r, n) {
4541
4541
  overlays: (t == null ? void 0 : t.overlays) || Nb(i)
4542
4542
  }, o;
4543
4543
  }
4544
- function cA(e = {}, ...t) {
4544
+ function lA(e = {}, ...t) {
4545
4545
  const {
4546
4546
  colorSchemes: r = {
4547
4547
  light: !0
@@ -4549,11 +4549,11 @@ function cA(e = {}, ...t) {
4549
4549
  defaultColorScheme: n,
4550
4550
  disableCssColorScheme: i = !1,
4551
4551
  cssVarPrefix: a = "mui",
4552
- shouldSkipGeneratingVar: o = iA,
4552
+ shouldSkipGeneratingVar: o = nA,
4553
4553
  colorSchemeSelector: s = r.light && r.dark ? "media" : void 0,
4554
4554
  rootSelector: u = ":root",
4555
4555
  ...l
4556
- } = e, c = Object.keys(r)[0], f = n || (r.light && c !== "light" ? "light" : c), h = lA(a), {
4556
+ } = e, c = Object.keys(r)[0], f = n || (r.light && c !== "light" ? "light" : c), h = uA(a), {
4557
4557
  [f]: d,
4558
4558
  light: p,
4559
4559
  dark: v,
@@ -4575,17 +4575,17 @@ function cA(e = {}, ...t) {
4575
4575
  getCssVar: h,
4576
4576
  colorSchemes: m,
4577
4577
  font: {
4578
- ...$2(_.typography),
4578
+ ...j2(_.typography),
4579
4579
  ..._.font
4580
4580
  },
4581
- spacing: uA(l.spacing)
4581
+ spacing: sA(l.spacing)
4582
4582
  };
4583
4583
  Object.keys(b.colorSchemes).forEach((A) => {
4584
4584
  const x = b.colorSchemes[A].palette, D = (M) => {
4585
4585
  const I = M.split("-"), P = I[1], N = I[2];
4586
4586
  return h(M, x[P][N]);
4587
4587
  };
4588
- if (x.mode === "light" && (V(x.common, "background", "#fff"), V(x.common, "onBackground", "#000")), x.mode === "dark" && (V(x.common, "background", "#000"), V(x.common, "onBackground", "#fff")), sA(x, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), x.mode === "light") {
4588
+ if (x.mode === "light" && (V(x.common, "background", "#fff"), V(x.common, "onBackground", "#000")), x.mode === "dark" && (V(x.common, "background", "#000"), V(x.common, "onBackground", "#fff")), oA(x, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), x.mode === "light") {
4589
4589
  V(x.Alert, "errorColor", Fe(x.error.light, 0.6)), V(x.Alert, "infoColor", Fe(x.info.light, 0.6)), V(x.Alert, "successColor", Fe(x.success.light, 0.6)), V(x.Alert, "warningColor", Fe(x.warning.light, 0.6)), V(x.Alert, "errorFilledBg", D("palette-error-main")), V(x.Alert, "infoFilledBg", D("palette-info-main")), V(x.Alert, "successFilledBg", D("palette-success-main")), V(x.Alert, "warningFilledBg", D("palette-warning-main")), V(x.Alert, "errorFilledColor", Ir(() => x.getContrastText(x.error.main))), V(x.Alert, "infoFilledColor", Ir(() => x.getContrastText(x.info.main))), V(x.Alert, "successFilledColor", Ir(() => x.getContrastText(x.success.main))), V(x.Alert, "warningFilledColor", Ir(() => x.getContrastText(x.warning.main))), V(x.Alert, "errorStandardBg", ze(x.error.light, 0.9)), V(x.Alert, "infoStandardBg", ze(x.info.light, 0.9)), V(x.Alert, "successStandardBg", ze(x.success.light, 0.9)), V(x.Alert, "warningStandardBg", ze(x.warning.light, 0.9)), V(x.Alert, "errorIconColor", D("palette-error-main")), V(x.Alert, "infoIconColor", D("palette-info-main")), V(x.Alert, "successIconColor", D("palette-success-main")), V(x.Alert, "warningIconColor", D("palette-warning-main")), V(x.AppBar, "defaultBg", D("palette-grey-100")), V(x.Avatar, "defaultBg", D("palette-grey-400")), V(x.Button, "inheritContainedBg", D("palette-grey-300")), V(x.Button, "inheritContainedHoverBg", D("palette-grey-A100")), V(x.Chip, "defaultBorder", D("palette-grey-400")), V(x.Chip, "defaultAvatarColor", D("palette-grey-700")), V(x.Chip, "defaultIconColor", D("palette-grey-700")), V(x.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), V(x.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), V(x.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), V(x.LinearProgress, "primaryBg", ze(x.primary.main, 0.62)), V(x.LinearProgress, "secondaryBg", ze(x.secondary.main, 0.62)), V(x.LinearProgress, "errorBg", ze(x.error.main, 0.62)), V(x.LinearProgress, "infoBg", ze(x.info.main, 0.62)), V(x.LinearProgress, "successBg", ze(x.success.main, 0.62)), V(x.LinearProgress, "warningBg", ze(x.warning.main, 0.62)), V(x.Skeleton, "bg", `rgba(${D("palette-text-primaryChannel")} / 0.11)`), V(x.Slider, "primaryTrack", ze(x.primary.main, 0.62)), V(x.Slider, "secondaryTrack", ze(x.secondary.main, 0.62)), V(x.Slider, "errorTrack", ze(x.error.main, 0.62)), V(x.Slider, "infoTrack", ze(x.info.main, 0.62)), V(x.Slider, "successTrack", ze(x.success.main, 0.62)), V(x.Slider, "warningTrack", ze(x.warning.main, 0.62));
4590
4590
  const M = bu(x.background.default, 0.8);
4591
4591
  V(x.SnackbarContent, "bg", M), V(x.SnackbarContent, "color", Ir(() => x.getContrastText(M))), V(x.SpeedDialAction, "fabHoverBg", bu(x.background.paper, 0.15)), V(x.StepConnector, "border", D("palette-grey-400")), V(x.StepContent, "border", D("palette-grey-400")), V(x.Switch, "defaultColor", D("palette-common-white")), V(x.Switch, "defaultDisabledColor", D("palette-grey-100")), V(x.Switch, "primaryDisabledColor", ze(x.primary.main, 0.62)), V(x.Switch, "secondaryDisabledColor", ze(x.secondary.main, 0.62)), V(x.Switch, "errorDisabledColor", ze(x.error.main, 0.62)), V(x.Switch, "infoDisabledColor", ze(x.info.main, 0.62)), V(x.Switch, "successDisabledColor", ze(x.success.main, 0.62)), V(x.Switch, "warningDisabledColor", ze(x.warning.main, 0.62)), V(x.TableCell, "border", ze(_u(x.divider, 1), 0.88)), V(x.Tooltip, "bg", _u(x.grey[700], 0.92));
@@ -4604,17 +4604,17 @@ function cA(e = {}, ...t) {
4604
4604
  prefix: a,
4605
4605
  disableCssColorScheme: i,
4606
4606
  shouldSkipGeneratingVar: o,
4607
- getSelector: oA(b)
4607
+ getSelector: aA(b)
4608
4608
  }, {
4609
4609
  vars: w,
4610
4610
  generateThemeVars: C,
4611
4611
  generateStyleSheets: E
4612
- } = I2(b, S);
4612
+ } = O2(b, S);
4613
4613
  return b.vars = w, Object.entries(b.colorSchemes[b.defaultColorScheme]).forEach(([A, x]) => {
4614
4614
  b[A] = x;
4615
4615
  }), b.generateThemeVars = C, b.generateStyleSheets = E, b.generateSpacing = function() {
4616
4616
  return gb(l.spacing, Fp(this));
4617
- }, b.getColorSchemeSelector = P2(s), b.spacing = b.generateSpacing(), b.shouldSkipGeneratingVar = o, b.unstable_sxConfig = {
4617
+ }, b.getColorSchemeSelector = I2(s), b.spacing = b.generateSpacing(), b.shouldSkipGeneratingVar = o, b.unstable_sxConfig = {
4618
4618
  ...Sc,
4619
4619
  ...l == null ? void 0 : l.unstable_sxConfig
4620
4620
  }, b.unstable_sx = function(x) {
@@ -4671,7 +4671,7 @@ function Lb(e = {}, ...t) {
4671
4671
  palette: f.palette
4672
4672
  }, mm(f, "light", l.light)), f;
4673
4673
  }
4674
- return !r && !("light" in l) && s === "light" && (l.light = !0), cA({
4674
+ return !r && !("light" in l) && s === "light" && (l.light = !0), lA({
4675
4675
  ...o,
4676
4676
  colorSchemes: l,
4677
4677
  defaultColorScheme: s,
@@ -4696,13 +4696,13 @@ process.env.NODE_ENV !== "production" && (Vb.propTypes = {
4696
4696
  */
4697
4697
  styles: G.oneOfType([G.array, G.func, G.number, G.object, G.string, G.bool])
4698
4698
  });
4699
- function fA(e) {
4699
+ function cA(e) {
4700
4700
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
4701
4701
  }
4702
- const hA = (e) => fA(e) && e !== "classes", dA = r2({
4702
+ const fA = (e) => cA(e) && e !== "classes", hA = t2({
4703
4703
  themeId: zn,
4704
4704
  defaultTheme: Bb,
4705
- rootShouldForwardProp: hA
4705
+ rootShouldForwardProp: fA
4706
4706
  });
4707
4707
  function Fb(e) {
4708
4708
  return function(r) {
@@ -4719,9 +4719,9 @@ function Fb(e) {
4719
4719
  }
4720
4720
  process.env.NODE_ENV !== "production" && (G.node, G.object.isRequired);
4721
4721
  function zb(e) {
4722
- return _2(e);
4722
+ return y2(e);
4723
4723
  }
4724
- const ld = typeof Fb({}) == "function", pA = (e, t) => ({
4724
+ const ld = typeof Fb({}) == "function", dA = (e, t) => ({
4725
4725
  WebkitFontSmoothing: "antialiased",
4726
4726
  // Antialiasing.
4727
4727
  MozOsxFontSmoothing: "grayscale",
@@ -4735,7 +4735,7 @@ const ld = typeof Fb({}) == "function", pA = (e, t) => ({
4735
4735
  ...t && !e.vars && {
4736
4736
  colorScheme: e.palette.mode
4737
4737
  }
4738
- }), vA = (e) => ({
4738
+ }), pA = (e) => ({
4739
4739
  color: (e.vars || e).palette.text.primary,
4740
4740
  ...e.typography.body1,
4741
4741
  backgroundColor: (e.vars || e).palette.background.default,
@@ -4758,7 +4758,7 @@ const ld = typeof Fb({}) == "function", pA = (e, t) => ({
4758
4758
  };
4759
4759
  });
4760
4760
  let n = {
4761
- html: pA(e, t),
4761
+ html: dA(e, t),
4762
4762
  "*, *::before, *::after": {
4763
4763
  boxSizing: "inherit"
4764
4764
  },
@@ -4768,7 +4768,7 @@ const ld = typeof Fb({}) == "function", pA = (e, t) => ({
4768
4768
  body: {
4769
4769
  margin: 0,
4770
4770
  // Remove the margin in all browsers.
4771
- ...vA(e),
4771
+ ...pA(e),
4772
4772
  // Add support for document.body.requestFullScreen().
4773
4773
  // Other elements, if background transparent, are not supported.
4774
4774
  "&::backdrop": {
@@ -4779,7 +4779,7 @@ const ld = typeof Fb({}) == "function", pA = (e, t) => ({
4779
4779
  };
4780
4780
  const i = (o = (a = e.components) == null ? void 0 : a.MuiCssBaseline) == null ? void 0 : o.styleOverrides;
4781
4781
  return i && (n = [n, i]), n;
4782
- }, hl = "mui-ecs", gA = (e) => {
4782
+ }, hl = "mui-ecs", vA = (e) => {
4783
4783
  const t = jb(e, !1), r = Array.isArray(t) ? t[0] : t;
4784
4784
  return !e.vars && r && (r.html[`:root:has(${hl})`] = {
4785
4785
  colorScheme: e.palette.mode
@@ -4796,12 +4796,12 @@ const ld = typeof Fb({}) == "function", pA = (e, t) => ({
4796
4796
  }
4797
4797
  };
4798
4798
  }), t;
4799
- }, mA = Fb(ld ? ({
4799
+ }, gA = Fb(ld ? ({
4800
4800
  theme: e,
4801
4801
  enableColorScheme: t
4802
4802
  }) => jb(e, t) : ({
4803
4803
  theme: e
4804
- }) => gA(e));
4804
+ }) => vA(e));
4805
4805
  function $b(e) {
4806
4806
  const t = zb({
4807
4807
  props: e,
@@ -4811,7 +4811,7 @@ function $b(e) {
4811
4811
  enableColorScheme: n = !1
4812
4812
  } = t;
4813
4813
  return /* @__PURE__ */ T.jsxs(ve.Fragment, {
4814
- children: [ld && /* @__PURE__ */ T.jsx(mA, {
4814
+ children: [ld && /* @__PURE__ */ T.jsx(gA, {
4815
4815
  enableColorScheme: n
4816
4816
  }), !ld && !n && /* @__PURE__ */ T.jsx("span", {
4817
4817
  className: hl,
@@ -4838,7 +4838,7 @@ process.env.NODE_ENV !== "production" && ($b.propTypes = {
4838
4838
  */
4839
4839
  enableColorScheme: G.bool
4840
4840
  });
4841
- function yA({
4841
+ function mA({
4842
4842
  theme: e,
4843
4843
  ...t
4844
4844
  }) {
@@ -4857,8 +4857,8 @@ const Su = {
4857
4857
  };
4858
4858
  process.env.NODE_ENV !== "production" && (G.string, G.string, G.string, G.string, G.string, G.oneOf(["dark", "light", "system"]), G.string, G.string);
4859
4859
  const {
4860
- CssVarsProvider: _A
4861
- } = A2({
4860
+ CssVarsProvider: yA
4861
+ } = D2({
4862
4862
  themeId: zn,
4863
4863
  // @ts-ignore ignore module augmentation tests
4864
4864
  theme: () => Lb({
@@ -4882,8 +4882,8 @@ const {
4882
4882
  });
4883
4883
  }, t;
4884
4884
  }
4885
- }), bA = _A;
4886
- function SA({
4885
+ }), _A = yA;
4886
+ function bA({
4887
4887
  theme: e,
4888
4888
  ...t
4889
4889
  }) {
@@ -4896,20 +4896,20 @@ function SA({
4896
4896
  vars: null
4897
4897
  };
4898
4898
  }, [e]);
4899
- return r ? /* @__PURE__ */ T.jsx(yA, {
4899
+ return r ? /* @__PURE__ */ T.jsx(mA, {
4900
4900
  theme: r,
4901
4901
  ...t
4902
- }) : /* @__PURE__ */ T.jsx(bA, {
4902
+ }) : /* @__PURE__ */ T.jsx(_A, {
4903
4903
  theme: e,
4904
4904
  ...t
4905
4905
  });
4906
4906
  }
4907
- const xA = b2;
4908
- function wA(e) {
4907
+ const SA = _2;
4908
+ function xA(e) {
4909
4909
  return Gp("MuiSvgIcon", e);
4910
4910
  }
4911
- KD("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
4912
- const CA = (e) => {
4911
+ XD("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
4912
+ const wA = (e) => {
4913
4913
  const {
4914
4914
  color: t,
4915
4915
  fontSize: r,
@@ -4917,8 +4917,8 @@ const CA = (e) => {
4917
4917
  } = e, i = {
4918
4918
  root: ["root", t !== "inherit" && `color${Vi(t)}`, `fontSize${Vi(r)}`]
4919
4919
  };
4920
- return k2(i, wA, n);
4921
- }, TA = dA("svg", {
4920
+ return P2(i, xA, n);
4921
+ }, CA = hA("svg", {
4922
4922
  name: "MuiSvgIcon",
4923
4923
  slot: "Root",
4924
4924
  overridesResolver: (e, t) => {
@@ -4927,7 +4927,7 @@ const CA = (e) => {
4927
4927
  } = e;
4928
4928
  return [t.root, r.color !== "inherit" && t[`color${Vi(r.color)}`], t[`fontSize${Vi(r.fontSize)}`]];
4929
4929
  }
4930
- })(xA(({
4930
+ })(SA(({
4931
4931
  theme: e
4932
4932
  }) => {
4933
4933
  var t, r, n, i, a, o, s, u, l, c, f, h, d, p;
@@ -5045,10 +5045,10 @@ const CA = (e) => {
5045
5045
  hasSvgAsChild: p
5046
5046
  }, g = {};
5047
5047
  c || (g.viewBox = h);
5048
- const m = CA(v);
5049
- return /* @__PURE__ */ T.jsxs(TA, {
5048
+ const m = wA(v);
5049
+ return /* @__PURE__ */ T.jsxs(CA, {
5050
5050
  as: s,
5051
- className: ZD(m.root, a),
5051
+ className: qD(m.root, a),
5052
5052
  focusable: "false",
5053
5053
  color: l,
5054
5054
  "aria-hidden": f ? void 0 : !0,
@@ -5136,7 +5136,7 @@ process.env.NODE_ENV !== "production" && (Ol.propTypes = {
5136
5136
  viewBox: G.string
5137
5137
  });
5138
5138
  Ol.muiName = "SvgIcon";
5139
- function Rt(e, t) {
5139
+ function xt(e, t) {
5140
5140
  function r(n, i) {
5141
5141
  return /* @__PURE__ */ T.jsx(Ol, {
5142
5142
  "data-testid": process.env.NODE_ENV !== "production" ? `${t}Icon` : void 0,
@@ -5147,7 +5147,7 @@ function Rt(e, t) {
5147
5147
  }
5148
5148
  return process.env.NODE_ENV !== "production" && (r.displayName = `${t}Icon`), r.muiName = Ol.muiName, /* @__PURE__ */ ve.memo(/* @__PURE__ */ ve.forwardRef(r));
5149
5149
  }
5150
- const EA = Rt(/* @__PURE__ */ T.jsx("path", {
5150
+ const TA = xt(/* @__PURE__ */ T.jsx("path", {
5151
5151
  d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
5152
5152
  }), "Close");
5153
5153
  function Zs({ open: e, onClose: t, children: r }) {
@@ -5169,6 +5169,7 @@ function Zs({ open: e, onClose: t, children: r }) {
5169
5169
  boxShadow: 24,
5170
5170
  borderRadius: 4,
5171
5171
  border: "3px solid black",
5172
+ width: { xs: "95vw" },
5172
5173
  p: 4
5173
5174
  },
5174
5175
  children: [
@@ -5178,7 +5179,7 @@ function Zs({ open: e, onClose: t, children: r }) {
5178
5179
  color: "inherit",
5179
5180
  onClick: t,
5180
5181
  sx: { position: "absolute", top: 1, right: 1 },
5181
- children: /* @__PURE__ */ T.jsx(EA, {})
5182
+ children: /* @__PURE__ */ T.jsx(TA, {})
5182
5183
  }
5183
5184
  ),
5184
5185
  r
@@ -5186,9 +5187,9 @@ function Zs({ open: e, onClose: t, children: r }) {
5186
5187
  }
5187
5188
  ) });
5188
5189
  }
5189
- const Ot = J1, DA = eb;
5190
+ const Ot = J1, EA = eb;
5190
5191
  function gr(e, t) {
5191
- const r = t || DA();
5192
+ const r = t || EA();
5192
5193
  return on(
5193
5194
  (n) => {
5194
5195
  r(e(n));
@@ -5196,19 +5197,19 @@ function gr(e, t) {
5196
5197
  [e, r]
5197
5198
  );
5198
5199
  }
5199
- function AA() {
5200
+ function DA() {
5200
5201
  const [e, t] = ke(!1), r = Ot(({ swarm: n }) => n.version);
5201
5202
  return /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
5202
- /* @__PURE__ */ T.jsx(he, { sx: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ T.jsx(Xt, { color: "inherit", onClick: () => t(!0), variant: "text", children: "About" }) }),
5203
+ /* @__PURE__ */ T.jsx(fe, { sx: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ T.jsx(Xt, { color: "inherit", onClick: () => t(!0), variant: "text", children: "About" }) }),
5203
5204
  /* @__PURE__ */ T.jsxs(Zs, { onClose: () => t(!1), open: e, children: [
5204
5205
  /* @__PURE__ */ T.jsxs("div", { children: [
5205
- /* @__PURE__ */ T.jsx(fe, { component: "h2", mb: 1, variant: "h4", children: "About" }),
5206
- /* @__PURE__ */ T.jsxs(fe, { component: "p", variant: "subtitle1", children: [
5206
+ /* @__PURE__ */ T.jsx(ce, { component: "h2", mb: 1, variant: "h4", children: "About" }),
5207
+ /* @__PURE__ */ T.jsxs(ce, { component: "p", variant: "subtitle1", children: [
5207
5208
  "Locust is free and open source software released under the",
5208
5209
  " ",
5209
5210
  /* @__PURE__ */ T.jsx(mt, { href: "https://github.com/locustio/locust/blob/master/LICENSE", children: "MIT License" })
5210
5211
  ] }),
5211
- /* @__PURE__ */ T.jsxs(fe, { component: "p", sx: { mt: 2 }, variant: "subtitle1", children: [
5212
+ /* @__PURE__ */ T.jsxs(ce, { component: "p", sx: { mt: 2 }, variant: "subtitle1", children: [
5212
5213
  "It was originally developed by Carl Byström and",
5213
5214
  " ",
5214
5215
  /* @__PURE__ */ T.jsx(mt, { href: "https://twitter.com/jonatanheyman", children: "Jonatan Heyman" }),
@@ -5216,7 +5217,7 @@ function AA() {
5216
5217
  /* @__PURE__ */ T.jsx(mt, { href: "https://github.com/cyberw", children: "Lars Holmberg" }),
5217
5218
  "."
5218
5219
  ] }),
5219
- /* @__PURE__ */ T.jsxs(fe, { component: "p", sx: { mt: 2 }, variant: "subtitle1", children: [
5220
+ /* @__PURE__ */ T.jsxs(ce, { component: "p", sx: { mt: 2 }, variant: "subtitle1", children: [
5220
5221
  "Many thanks to all our wonderful",
5221
5222
  " ",
5222
5223
  /* @__PURE__ */ T.jsx(mt, { href: "https://github.com/locustio/locust/graphs/contributors", children: "contributors" }),
@@ -5224,24 +5225,26 @@ function AA() {
5224
5225
  ] })
5225
5226
  ] }),
5226
5227
  /* @__PURE__ */ T.jsxs("div", { children: [
5227
- /* @__PURE__ */ T.jsx(fe, { component: "h2", mb: 1, variant: "h4", children: "Need help getting started?" }),
5228
+ /* @__PURE__ */ T.jsx(ce, { component: "h2", mb: 1, variant: "h4", children: "Need help getting started?" }),
5228
5229
  /* @__PURE__ */ T.jsx(mt, { href: "https://locust.cloud", children: "Locust Cloud" }),
5229
5230
  " gives you access to hosted, easily scalable, and distributed load generation, as well as advanced reporting — all while preserving the flexible “it’s just Python” approach to load test scripting that Locust provides"
5230
5231
  ] }),
5231
5232
  /* @__PURE__ */ T.jsxs("div", { children: [
5232
- /* @__PURE__ */ T.jsx(fe, { component: "h2", mb: 1, variant: "h4", children: "Version" }),
5233
+ /* @__PURE__ */ T.jsx(ce, { component: "h2", mb: 1, variant: "h4", children: "Version" }),
5233
5234
  /* @__PURE__ */ T.jsx(mt, { href: `https://github.com/locustio/locust/releases/tag/${r}`, children: r })
5234
5235
  ] }),
5235
5236
  /* @__PURE__ */ T.jsxs("div", { children: [
5236
- /* @__PURE__ */ T.jsx(fe, { component: "h2", mb: 1, variant: "h4", children: "Links" }),
5237
- /* @__PURE__ */ T.jsx(fe, { component: "p", variant: "subtitle1", children: /* @__PURE__ */ T.jsx(mt, { href: "https://github.com/locustio/locust", children: "GitHub" }) }),
5238
- /* @__PURE__ */ T.jsx(fe, { component: "p", variant: "subtitle1", children: /* @__PURE__ */ T.jsx(mt, { href: "https://docs.locust.io/en/stable", children: "Documentation" }) }),
5239
- /* @__PURE__ */ T.jsx(fe, { component: "p", variant: "subtitle1", children: /* @__PURE__ */ T.jsx(mt, { href: "https://medium.com/locust-cloud", children: "Blog" }) })
5237
+ /* @__PURE__ */ T.jsx(ce, { component: "h2", mb: 1, variant: "h4", children: "Links" }),
5238
+ /* @__PURE__ */ T.jsx(ce, { component: "p", variant: "subtitle1", children: /* @__PURE__ */ T.jsx(mt, { href: "https://github.com/locustio/locust", children: "GitHub" }) }),
5239
+ /* @__PURE__ */ T.jsx(ce, { component: "p", variant: "subtitle1", children: /* @__PURE__ */ T.jsx(mt, { href: "https://docs.locust.io/en/stable", children: "Documentation" }) }),
5240
+ /* @__PURE__ */ T.jsx(ce, { component: "p", variant: "subtitle1", children: /* @__PURE__ */ T.jsx(mt, { href: "https://medium.com/locust-cloud", children: "Blog" }) })
5240
5241
  ] })
5241
5242
  ] })
5242
5243
  ] });
5243
5244
  }
5244
- const MA = "input, select, textarea", RA = (e) => e instanceof HTMLInputElement && e.getAttribute("data-type") === "number" ? Number(e.value) : e instanceof HTMLInputElement && e.type === "checkbox" ? e.checked : e instanceof HTMLSelectElement && e.multiple ? Array.from(e.selectedOptions).map((t) => t.value) : e.value;
5245
+ const AA = xt(/* @__PURE__ */ T.jsx("path", {
5246
+ d: "M2.01 21 23 12 2.01 3 2 10l15 2-15 2z"
5247
+ }), "Send"), MA = "input, select, textarea", RA = (e) => e instanceof HTMLInputElement && e.getAttribute("data-type") === "number" ? Number(e.value) : e instanceof HTMLInputElement && e.type === "checkbox" ? e.checked : e instanceof HTMLSelectElement && e.multiple ? Array.from(e.selectedOptions).map((t) => t.value) : e.value;
5245
5248
  function Qp({
5246
5249
  children: e,
5247
5250
  onSubmit: t,
@@ -5294,9 +5297,9 @@ function IA() {
5294
5297
  n(!1);
5295
5298
  };
5296
5299
  return /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
5297
- /* @__PURE__ */ T.jsx(he, { sx: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ T.jsx(Xt, { color: "inherit", onClick: () => t(!0), variant: "text", children: "Feedback" }) }),
5300
+ /* @__PURE__ */ T.jsx(fe, { sx: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ T.jsx(Xt, { color: "inherit", onClick: () => t(!0), variant: "text", children: "Feedback" }) }),
5298
5301
  /* @__PURE__ */ T.jsx(Zs, { onClose: () => t(!1), open: e, children: o ? /* @__PURE__ */ T.jsxs(
5299
- he,
5302
+ fe,
5300
5303
  {
5301
5304
  sx: {
5302
5305
  display: "flex",
@@ -5306,17 +5309,31 @@ function IA() {
5306
5309
  height: 200
5307
5310
  },
5308
5311
  children: [
5309
- /* @__PURE__ */ T.jsx(fe, { component: "h4", sx: { mb: 2 }, variant: "h4", children: "Thanks for reaching out!" }),
5310
- /* @__PURE__ */ T.jsx(fe, { component: "h4", variant: "h5", children: "Your feedback is very valuable to us as we work to improve Locust!" })
5312
+ /* @__PURE__ */ T.jsx(ce, { component: "h4", sx: { mb: 2 }, variant: "h4", children: "Thanks for reaching out!" }),
5313
+ /* @__PURE__ */ T.jsx(ce, { component: "h4", variant: "h5", children: "Your feedback is very valuable to us as we work to improve Locust!" })
5311
5314
  ]
5312
5315
  }
5313
- ) : /* @__PURE__ */ T.jsx(Qp, { onSubmit: u, children: /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column", rowGap: 2, my: 2 }, children: [
5314
- /* @__PURE__ */ T.jsx(ln, { label: "Email", name: "email", required: !0, type: "email" }),
5315
- /* @__PURE__ */ T.jsx(ln, { label: "Name", name: "name" }),
5316
- /* @__PURE__ */ T.jsx(ln, { label: "Message", multiline: !0, name: "message", required: !0, rows: 3 }),
5317
- !!i && /* @__PURE__ */ T.jsx(cl, { severity: "error", children: i }),
5318
- /* @__PURE__ */ T.jsx(OA, { isLoading: r, type: "submit", children: "Submit" })
5319
- ] }) }) })
5316
+ ) : /* @__PURE__ */ T.jsxs(fe, { children: [
5317
+ /* @__PURE__ */ T.jsx(ce, { sx: { mb: 3, mt: 1 }, variant: "h6", children: "Send us your feedback" }),
5318
+ /* @__PURE__ */ T.jsx(Qp, { onSubmit: u, children: /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column", rowGap: 2, my: 2 }, children: [
5319
+ /* @__PURE__ */ T.jsx(ln, { label: "Email", name: "email", required: !0, type: "email" }),
5320
+ /* @__PURE__ */ T.jsx(ln, { label: "Name", name: "name" }),
5321
+ /* @__PURE__ */ T.jsx(ln, { label: "Message", multiline: !0, name: "message", required: !0, rows: 3 }),
5322
+ !!i && /* @__PURE__ */ T.jsx(cl, { severity: "error", children: i }),
5323
+ /* @__PURE__ */ T.jsxs(
5324
+ OA,
5325
+ {
5326
+ isLoading: r,
5327
+ sx: { display: "flex", columnGap: 2 },
5328
+ type: "submit",
5329
+ children: [
5330
+ "Send ",
5331
+ /* @__PURE__ */ T.jsx(AA, { sx: { mt: -0.5 } })
5332
+ ]
5333
+ }
5334
+ )
5335
+ ] }) })
5336
+ ] }) })
5320
5337
  ] });
5321
5338
  }
5322
5339
  function PA() {
@@ -5331,13 +5348,13 @@ function PA() {
5331
5348
  justifyContent: "flex-end"
5332
5349
  },
5333
5350
  children: [
5334
- /* @__PURE__ */ T.jsx(AA, {}),
5351
+ /* @__PURE__ */ T.jsx(DA, {}),
5335
5352
  /* @__PURE__ */ T.jsx(IA, {})
5336
5353
  ]
5337
5354
  }
5338
5355
  );
5339
5356
  }
5340
- const kA = Rt(/* @__PURE__ */ T.jsx("path", {
5357
+ const kA = xt(/* @__PURE__ */ T.jsx("path", {
5341
5358
  d: "M3 18h18v-2H3zm0-5h18v-2H3zm0-7v2h18V6z"
5342
5359
  }), "Menu");
5343
5360
  function NA() {
@@ -5398,9 +5415,9 @@ function NA() {
5398
5415
  }
5399
5416
  );
5400
5417
  }
5401
- const LA = Rt(/* @__PURE__ */ T.jsx("path", {
5418
+ const LA = xt(/* @__PURE__ */ T.jsx("path", {
5402
5419
  d: "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12zM12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6c3.31 0 6 2.69 6 6s-2.69 6-6 6"
5403
- }), "Brightness4"), BA = Rt(/* @__PURE__ */ T.jsx("path", {
5420
+ }), "Brightness4"), BA = xt(/* @__PURE__ */ T.jsx("path", {
5404
5421
  d: "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6m0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4"
5405
5422
  }), "Brightness7"), zr = {
5406
5423
  DARK: "dark",
@@ -6577,7 +6594,7 @@ var bM = typeof window < "u" && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ? wi
6577
6594
  if (arguments.length !== 0)
6578
6595
  return typeof arguments[0] == "object" ? Il : Il.apply(null, arguments);
6579
6596
  }, eS = (e) => e && typeof e.match == "function";
6580
- function Et(e, t) {
6597
+ function Dt(e, t) {
6581
6598
  function r(...n) {
6582
6599
  if (t) {
6583
6600
  let i = t(...n);
@@ -7097,7 +7114,7 @@ var NM = ["name", "message", "stack", "code"], Of = class {
7097
7114
  };
7098
7115
  }, Im = /* @__PURE__ */ (() => {
7099
7116
  function e(t, r, n) {
7100
- const i = Et(t + "/fulfilled", (u, l, c, f) => ({
7117
+ const i = Dt(t + "/fulfilled", (u, l, c, f) => ({
7101
7118
  payload: u,
7102
7119
  meta: {
7103
7120
  ...f || {},
@@ -7105,7 +7122,7 @@ var NM = ["name", "message", "stack", "code"], Of = class {
7105
7122
  requestId: l,
7106
7123
  requestStatus: "fulfilled"
7107
7124
  }
7108
- })), a = Et(t + "/pending", (u, l, c) => ({
7125
+ })), a = Dt(t + "/pending", (u, l, c) => ({
7109
7126
  payload: void 0,
7110
7127
  meta: {
7111
7128
  ...c || {},
@@ -7113,7 +7130,7 @@ var NM = ["name", "message", "stack", "code"], Of = class {
7113
7130
  requestId: u,
7114
7131
  requestStatus: "pending"
7115
7132
  }
7116
- })), o = Et(t + "/rejected", (u, l, c, f, h) => ({
7133
+ })), o = Dt(t + "/rejected", (u, l, c, f, h) => ({
7117
7134
  payload: f,
7118
7135
  error: (n && n.serializeError || LM)(u || "Rejected"),
7119
7136
  meta: {
@@ -7402,7 +7419,7 @@ function WM({
7402
7419
  a = n.reducer, o = n.prepare;
7403
7420
  } else
7404
7421
  a = n;
7405
- i.addCase(e, a).exposeCaseReducer(t, a).exposeAction(t, o ? Et(e, o) : Et(e));
7422
+ i.addCase(e, a).exposeCaseReducer(t, a).exposeAction(t, o ? Dt(e, o) : Dt(e));
7406
7423
  }
7407
7424
  function HM(e) {
7408
7425
  return e._reducerDefinitionType === "asyncThunk";
@@ -7445,7 +7462,7 @@ var qM = (e, t) => {
7445
7462
  effect: a
7446
7463
  } = e;
7447
7464
  if (t)
7448
- i = Et(t).match;
7465
+ i = Dt(t).match;
7449
7466
  else if (r)
7450
7467
  t = r.type, i = r.match;
7451
7468
  else if (n)
@@ -7474,11 +7491,11 @@ var qM = (e, t) => {
7474
7491
  };
7475
7492
  }, {
7476
7493
  withTypes: () => XM
7477
- }), KM = Object.assign(Et(`${sv}/add`), {
7494
+ }), KM = Object.assign(Dt(`${sv}/add`), {
7478
7495
  withTypes: () => KM
7479
7496
  });
7480
- Et(`${sv}/removeAll`);
7481
- var QM = Object.assign(Et(`${sv}/remove`), {
7497
+ Dt(`${sv}/removeAll`);
7498
+ var QM = Object.assign(Dt(`${sv}/remove`), {
7482
7499
  withTypes: () => QM
7483
7500
  });
7484
7501
  function Se(e) {
@@ -7568,14 +7585,14 @@ function sR({
7568
7585
  workerCount: o
7569
7586
  }) {
7570
7587
  return /* @__PURE__ */ T.jsxs(
7571
- he,
7588
+ fe,
7572
7589
  {
7573
7590
  sx: { display: "flex", columnGap: 2, rowGap: 1, flexDirection: { xs: "column", md: "row" } },
7574
7591
  children: [
7575
- /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column" }, children: [
7576
- /* @__PURE__ */ T.jsx(fe, { sx: { fontWeight: "bold" }, children: "Host" }),
7592
+ /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column" }, children: [
7593
+ /* @__PURE__ */ T.jsx(ce, { sx: { fontWeight: "bold" }, children: "Host" }),
7577
7594
  /* @__PURE__ */ T.jsx(tb, { title: r, children: /* @__PURE__ */ T.jsx(
7578
- fe,
7595
+ ce,
7579
7596
  {
7580
7597
  noWrap: !0,
7581
7598
  sx: {
@@ -7588,33 +7605,33 @@ function sR({
7588
7605
  ) })
7589
7606
  ] }),
7590
7607
  /* @__PURE__ */ T.jsx(po, { flexItem: !0, orientation: "vertical" }),
7591
- /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column" }, children: [
7592
- /* @__PURE__ */ T.jsx(fe, { sx: { fontWeight: "bold" }, children: "Status" }),
7593
- /* @__PURE__ */ T.jsx(fe, { variant: "button", children: t })
7608
+ /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column" }, children: [
7609
+ /* @__PURE__ */ T.jsx(ce, { sx: { fontWeight: "bold" }, children: "Status" }),
7610
+ /* @__PURE__ */ T.jsx(ce, { variant: "button", children: t })
7594
7611
  ] }),
7595
7612
  (t === dt.RUNNING || t === dt.SPAWNING) && /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
7596
7613
  /* @__PURE__ */ T.jsx(po, { flexItem: !0, orientation: "vertical" }),
7597
- /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column", alignItems: { md: "center" } }, children: [
7598
- /* @__PURE__ */ T.jsx(fe, { sx: { fontWeight: "bold" }, children: "Users" }),
7599
- /* @__PURE__ */ T.jsx(fe, { noWrap: !0, variant: "button", children: a })
7614
+ /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column", alignItems: { md: "center" } }, children: [
7615
+ /* @__PURE__ */ T.jsx(ce, { sx: { fontWeight: "bold" }, children: "Users" }),
7616
+ /* @__PURE__ */ T.jsx(ce, { noWrap: !0, variant: "button", children: a })
7600
7617
  ] })
7601
7618
  ] }),
7602
7619
  e && /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
7603
7620
  /* @__PURE__ */ T.jsx(po, { flexItem: !0, orientation: "vertical" }),
7604
- /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column", alignItems: { md: "center" } }, children: [
7605
- /* @__PURE__ */ T.jsx(fe, { sx: { fontWeight: "bold" }, children: "Workers" }),
7606
- /* @__PURE__ */ T.jsx(fe, { noWrap: !0, variant: "button", children: o })
7621
+ /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column", alignItems: { md: "center" } }, children: [
7622
+ /* @__PURE__ */ T.jsx(ce, { sx: { fontWeight: "bold" }, children: "Workers" }),
7623
+ /* @__PURE__ */ T.jsx(ce, { noWrap: !0, variant: "button", children: o })
7607
7624
  ] })
7608
7625
  ] }),
7609
7626
  /* @__PURE__ */ T.jsx(po, { flexItem: !0, orientation: "vertical" }),
7610
- /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column", alignItems: { md: "center" } }, children: [
7611
- /* @__PURE__ */ T.jsx(fe, { sx: { fontWeight: "bold" }, children: "RPS" }),
7612
- /* @__PURE__ */ T.jsx(fe, { noWrap: !0, variant: "button", children: n })
7627
+ /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column", alignItems: { md: "center" } }, children: [
7628
+ /* @__PURE__ */ T.jsx(ce, { sx: { fontWeight: "bold" }, children: "RPS" }),
7629
+ /* @__PURE__ */ T.jsx(ce, { noWrap: !0, variant: "button", children: n })
7613
7630
  ] }),
7614
7631
  /* @__PURE__ */ T.jsx(po, { flexItem: !0, orientation: "vertical" }),
7615
- /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column", alignItems: { md: "center" } }, children: [
7616
- /* @__PURE__ */ T.jsx(fe, { sx: { fontWeight: "bold" }, children: "Failures" }),
7617
- /* @__PURE__ */ T.jsx(fe, { noWrap: !0, variant: "button", children: `${i}%` })
7632
+ /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column", alignItems: { md: "center" } }, children: [
7633
+ /* @__PURE__ */ T.jsx(ce, { sx: { fontWeight: "bold" }, children: "Failures" }),
7634
+ /* @__PURE__ */ T.jsx(ce, { noWrap: !0, variant: "button", children: `${i}%` })
7618
7635
  ] })
7619
7636
  ]
7620
7637
  }
@@ -7631,7 +7648,7 @@ const uR = ({
7631
7648
  failRatio: a,
7632
7649
  userCount: o,
7633
7650
  workerCount: n
7634
- }), Nm = Jt(uR)(sR), lv = Rt(/* @__PURE__ */ T.jsx("path", {
7651
+ }), Nm = Jt(uR)(sR), lv = xt(/* @__PURE__ */ T.jsx("path", {
7635
7652
  d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
7636
7653
  }), "ExpandMore");
7637
7654
  function lR({
@@ -7647,7 +7664,7 @@ function lR({
7647
7664
  eE,
7648
7665
  {
7649
7666
  defaultValue: r,
7650
- endAdornment: /* @__PURE__ */ T.jsx(tE, { position: "end", children: /* @__PURE__ */ T.jsx(Us, { edge: "end", onClick: o, children: i ? /* @__PURE__ */ T.jsx(bE, {}) : /* @__PURE__ */ T.jsx(SE, {}) }) }),
7667
+ endAdornment: /* @__PURE__ */ T.jsx(tE, { position: "end", children: /* @__PURE__ */ T.jsx(Us, { edge: "end", onClick: o, children: i ? /* @__PURE__ */ T.jsx(_E, {}) : /* @__PURE__ */ T.jsx(bE, {}) }) }),
7651
7668
  id: `${t}-${e}-field`,
7652
7669
  label: t,
7653
7670
  name: e,
@@ -7740,8 +7757,8 @@ function Lm({ defaultValue: e, ...t }) {
7740
7757
  }
7741
7758
  function cR({ extraOptions: e }) {
7742
7759
  return /* @__PURE__ */ T.jsxs(Np, { children: [
7743
- /* @__PURE__ */ T.jsx(Lp, { expandIcon: /* @__PURE__ */ T.jsx(lv, {}), children: /* @__PURE__ */ T.jsx(fe, { children: "Custom parameters" }) }),
7744
- /* @__PURE__ */ T.jsx(Bp, { children: /* @__PURE__ */ T.jsx(he, { sx: { display: "flex", flexDirection: "column", rowGap: 4 }, children: Object.entries(e).map(([t, r], n) => /* @__PURE__ */ Q1(
7760
+ /* @__PURE__ */ T.jsx(Lp, { expandIcon: /* @__PURE__ */ T.jsx(lv, {}), children: /* @__PURE__ */ T.jsx(ce, { children: "Custom parameters" }) }),
7761
+ /* @__PURE__ */ T.jsx(Bp, { children: /* @__PURE__ */ T.jsx(fe, { sx: { display: "flex", flexDirection: "column", rowGap: 4 }, children: Object.entries(e).map(([t, r], n) => /* @__PURE__ */ Q1(
7745
7762
  vS,
7746
7763
  {
7747
7764
  ...r,
@@ -7752,7 +7769,7 @@ function cR({ extraOptions: e }) {
7752
7769
  )) }) })
7753
7770
  ] });
7754
7771
  }
7755
- const fR = Rt(/* @__PURE__ */ T.jsx("path", {
7772
+ const fR = xt(/* @__PURE__ */ T.jsx("path", {
7756
7773
  d: "M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6"
7757
7774
  }), "Settings");
7758
7775
  var gS = /* @__PURE__ */ ((e) => (e.uninitialized = "uninitialized", e.pending = "pending", e.fulfilled = "fulfilled", e.rejected = "rejected", e))(gS || {});
@@ -7931,7 +7948,7 @@ var jm = class {
7931
7948
  constructor(e, t = void 0) {
7932
7949
  this.value = e, this.meta = t;
7933
7950
  }
7934
- }, fv = /* @__PURE__ */ Et("__rtkq/focused"), yS = /* @__PURE__ */ Et("__rtkq/unfocused"), hv = /* @__PURE__ */ Et("__rtkq/online"), _S = /* @__PURE__ */ Et("__rtkq/offline");
7951
+ }, fv = /* @__PURE__ */ Dt("__rtkq/focused"), yS = /* @__PURE__ */ Dt("__rtkq/unfocused"), hv = /* @__PURE__ */ Dt("__rtkq/online"), _S = /* @__PURE__ */ Dt("__rtkq/offline");
7935
7952
  function bS(e) {
7936
7953
  return e.type === "query";
7937
7954
  }
@@ -8375,7 +8392,7 @@ function DR({
8375
8392
  assertTagType: s,
8376
8393
  config: u
8377
8394
  }) {
8378
- const l = Et(`${e}/resetApiState`), c = fr({
8395
+ const l = Dt(`${e}/resetApiState`), c = fr({
8379
8396
  name: `${e}/queries`,
8380
8397
  initialState: _o,
8381
8398
  reducers: {
@@ -9275,7 +9292,7 @@ function FR(e) {
9275
9292
  } = e, {
9276
9293
  apiUid: a
9277
9294
  } = i, o = {
9278
- invalidateTags: Et(`${t}/invalidateTags`)
9295
+ invalidateTags: Dt(`${t}/invalidateTags`)
9279
9296
  }, s = (f) => f.type.startsWith(`${t}/`), u = [BR, OR, IR, PR, NR, LR];
9280
9297
  return {
9281
9298
  middleware: (f) => {
@@ -9948,8 +9965,8 @@ const fO = jr, TS = fr({
9948
9965
  }), tu = TS.actions, hO = TS.reducer;
9949
9966
  function dO({ availableTasks: e, userToEdit: t, handleEditUser: r }) {
9950
9967
  const { tasks: n, ...i } = t.userClass;
9951
- return /* @__PURE__ */ T.jsx(Qp, { onSubmit: r, children: /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column", rowGap: 4, my: 2 }, children: [
9952
- /* @__PURE__ */ T.jsx(fe, { children: `${t.userClassName} Settings` }),
9968
+ return /* @__PURE__ */ T.jsx(Qp, { onSubmit: r, children: /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column", rowGap: 4, my: 2 }, children: [
9969
+ /* @__PURE__ */ T.jsx(ce, { children: `${t.userClassName} Settings` }),
9953
9970
  /* @__PURE__ */ T.jsx(cv, { defaultValue: n, label: "Tasks", multiple: !0, name: "tasks", options: e }),
9954
9971
  Object.entries(i).map(([a, o]) => /* @__PURE__ */ T.jsx(
9955
9972
  ln,
@@ -9982,7 +9999,7 @@ function pO({
9982
9999
  }, h = (g) => () => r.includes(g) ? n(r.filter((m) => m !== g)) : n(r.concat(g)), d = r.length, p = e.length, v = (g) => g.target.checked ? n(e) : n([]);
9983
10000
  return /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
9984
10001
  /* @__PURE__ */ T.jsx(
9985
- he,
10002
+ fe,
9986
10003
  {
9987
10004
  sx: {
9988
10005
  position: "relative",
@@ -9993,7 +10010,7 @@ function pO({
9993
10010
  borderRadius: 1
9994
10011
  },
9995
10012
  children: /* @__PURE__ */ T.jsxs(
9996
- he,
10013
+ fe,
9997
10014
  {
9998
10015
  sx: {
9999
10016
  maxHeight: "30vh",
@@ -10027,7 +10044,7 @@ function pO({
10027
10044
  /* @__PURE__ */ T.jsx(ub, { children: Object.entries(a).map(([g, m]) => /* @__PURE__ */ T.jsxs(El, { hover: !0, children: [
10028
10045
  /* @__PURE__ */ T.jsx(Di, { onClick: h(g), padding: "checkbox", children: /* @__PURE__ */ T.jsx(id, { checked: r.includes(g) }) }),
10029
10046
  /* @__PURE__ */ T.jsx(Di, { children: g }),
10030
- /* @__PURE__ */ T.jsx(Di, { children: /* @__PURE__ */ T.jsx(fe, { variant: "subtitle2", children: m.host }) }),
10047
+ /* @__PURE__ */ T.jsx(Di, { children: /* @__PURE__ */ T.jsx(ce, { variant: "subtitle2", children: m.host }) }),
10031
10048
  /* @__PURE__ */ T.jsx(Di, { align: "right", children: /* @__PURE__ */ T.jsx(
10032
10049
  Us,
10033
10050
  {
@@ -10142,8 +10159,8 @@ function SO({
10142
10159
  }
10143
10160
  };
10144
10161
  return /* @__PURE__ */ T.jsxs(Hs, { maxWidth: "md", sx: { my: 2 }, children: [
10145
- /* @__PURE__ */ T.jsx(fe, { component: "h2", noWrap: !0, variant: "h6", children: y ? "Edit running load test" : "Start new load test" }),
10146
- !y && p && /* @__PURE__ */ T.jsx(he, { marginBottom: 2, marginTop: 2, children: /* @__PURE__ */ T.jsx(
10162
+ /* @__PURE__ */ T.jsx(ce, { component: "h2", noWrap: !0, variant: "h6", children: y ? "Edit running load test" : "Start new load test" }),
10163
+ !y && p && /* @__PURE__ */ T.jsx(fe, { marginBottom: 2, marginTop: 2, children: /* @__PURE__ */ T.jsx(
10147
10164
  mO,
10148
10165
  {
10149
10166
  availableUserClasses: r,
@@ -10152,7 +10169,7 @@ function SO({
10152
10169
  }
10153
10170
  ) }),
10154
10171
  /* @__PURE__ */ T.jsx(Qp, { onChange: W, onSubmit: j, children: /* @__PURE__ */ T.jsxs(
10155
- he,
10172
+ fe,
10156
10173
  {
10157
10174
  sx: {
10158
10175
  marginBottom: 2,
@@ -10217,8 +10234,8 @@ function SO({
10217
10234
  }
10218
10235
  ),
10219
10236
  /* @__PURE__ */ T.jsxs(Np, { children: [
10220
- /* @__PURE__ */ T.jsx(Lp, { expandIcon: /* @__PURE__ */ T.jsx(lv, {}), children: /* @__PURE__ */ T.jsx(fe, { children: "Advanced options" }) }),
10221
- /* @__PURE__ */ T.jsx(Bp, { children: /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column", rowGap: 4 }, children: [
10237
+ /* @__PURE__ */ T.jsx(Lp, { expandIcon: /* @__PURE__ */ T.jsx(lv, {}), children: /* @__PURE__ */ T.jsx(ce, { children: "Advanced options" }) }),
10238
+ /* @__PURE__ */ T.jsx(Bp, { children: /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column", rowGap: 4 }, children: [
10222
10239
  /* @__PURE__ */ T.jsx(
10223
10240
  ln,
10224
10241
  {
@@ -10306,7 +10323,7 @@ const xO = ({
10306
10323
  function CO(e) {
10307
10324
  const [t, r] = ke(!1), { hideCommonOptions: n } = Ot(({ swarm: i }) => i);
10308
10325
  return /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
10309
- /* @__PURE__ */ T.jsx(tb, { title: n ? "Disabled for tests using LoadTestShape class" : "", children: /* @__PURE__ */ T.jsx(he, { children: /* @__PURE__ */ T.jsx(
10326
+ /* @__PURE__ */ T.jsx(tb, { title: n ? "Disabled for tests using LoadTestShape class" : "", children: /* @__PURE__ */ T.jsx(fe, { children: /* @__PURE__ */ T.jsx(
10310
10327
  Xt,
10311
10328
  {
10312
10329
  color: "secondary",
@@ -10356,7 +10373,7 @@ function DO() {
10356
10373
  }
10357
10374
  function Km() {
10358
10375
  const e = Ot(({ swarm: t }) => t.state);
10359
- return e === dt.READY ? null : /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", columnGap: 2, marginY: "auto", height: "50px" }, children: [
10376
+ return e === dt.READY ? null : /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", columnGap: 2, marginY: "auto", height: "50px" }, children: [
10360
10377
  e === dt.STOPPED ? /* @__PURE__ */ T.jsx(TO, {}) : /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
10361
10378
  /* @__PURE__ */ T.jsx(CO, {}),
10362
10379
  /* @__PURE__ */ T.jsx(DO, {})
@@ -10405,7 +10422,7 @@ function AO() {
10405
10422
  children: /* @__PURE__ */ T.jsx(kA, {})
10406
10423
  }
10407
10424
  ),
10408
- /* @__PURE__ */ T.jsxs(he, { sx: { display: { xs: "none", md: "flex" }, columnGap: { md: 2, lg: 6 } }, children: [
10425
+ /* @__PURE__ */ T.jsxs(fe, { sx: { display: { xs: "none", md: "flex" }, columnGap: { md: 2, lg: 6 } }, children: [
10409
10426
  /* @__PURE__ */ T.jsx(Nm, {}),
10410
10427
  /* @__PURE__ */ T.jsx(Km, {}),
10411
10428
  /* @__PURE__ */ T.jsx(Pm, {})
@@ -10414,7 +10431,7 @@ function AO() {
10414
10431
  }
10415
10432
  ) }) }),
10416
10433
  /* @__PURE__ */ T.jsx(sE, { anchor: "right", onClose: n(!1), open: t, children: /* @__PURE__ */ T.jsxs(
10417
- he,
10434
+ fe,
10418
10435
  {
10419
10436
  sx: {
10420
10437
  display: "flex",
@@ -10425,7 +10442,7 @@ function AO() {
10425
10442
  maxWidth: "100vw"
10426
10443
  },
10427
10444
  children: [
10428
- /* @__PURE__ */ T.jsx(he, { sx: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ T.jsx(Pm, {}) }),
10445
+ /* @__PURE__ */ T.jsx(fe, { sx: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ T.jsx(Pm, {}) }),
10429
10446
  /* @__PURE__ */ T.jsx(Km, {}),
10430
10447
  /* @__PURE__ */ T.jsx(Nm, {})
10431
10448
  ]
@@ -10435,7 +10452,7 @@ function AO() {
10435
10452
  }
10436
10453
  function MO({ children: e }) {
10437
10454
  return /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
10438
- /* @__PURE__ */ T.jsxs(he, { sx: { minHeight: "calc(100vh - var(--footer-height))" }, children: [
10455
+ /* @__PURE__ */ T.jsxs(fe, { sx: { minHeight: "calc(100vh - var(--footer-height))" }, children: [
10439
10456
  /* @__PURE__ */ T.jsx(AO, {}),
10440
10457
  /* @__PURE__ */ T.jsx("main", { children: e })
10441
10458
  ] }),
@@ -10503,7 +10520,7 @@ function BO() {
10503
10520
  t(i);
10504
10521
  }, [i]), i;
10505
10522
  }
10506
- const IS = Rt([/* @__PURE__ */ T.jsx("circle", {
10523
+ const IS = xt([/* @__PURE__ */ T.jsx("circle", {
10507
10524
  cx: "12",
10508
10525
  cy: "19",
10509
10526
  r: "2"
@@ -10682,7 +10699,7 @@ const eI = [
10682
10699
  function tI({ errors: e }) {
10683
10700
  return /* @__PURE__ */ T.jsx(nu, { rows: e, structure: eI });
10684
10701
  }
10685
- const rI = ({ ui: { errors: e } }) => ({ errors: e }), nI = Jt(rI)(tI), iI = Rt(/* @__PURE__ */ T.jsx("path", {
10702
+ const rI = ({ ui: { errors: e } }) => ({ errors: e }), nI = Jt(rI)(tI), iI = xt(/* @__PURE__ */ T.jsx("path", {
10686
10703
  d: "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
10687
10704
  }), "ArrowForward"), aI = {
10688
10705
  900: "#ff6f00"
@@ -10705,7 +10722,7 @@ const rI = ({ ui: { errors: e } }) => ({ errors: e }), nI = Jt(rI)(tI), iI = Rt(
10705
10722
  function bo({ children: e, sx: t }) {
10706
10723
  const { isVisible: r, elementRef: n } = oI();
10707
10724
  return /* @__PURE__ */ T.jsx(
10708
- he,
10725
+ fe,
10709
10726
  {
10710
10727
  ref: n,
10711
10728
  sx: { ...t, opacity: r ? 1 : 0, transition: "opacity 1s ease-out" },
@@ -10713,19 +10730,19 @@ function bo({ children: e, sx: t }) {
10713
10730
  }
10714
10731
  );
10715
10732
  }
10716
- const vv = Rt([/* @__PURE__ */ T.jsx("path", {
10733
+ const vv = xt([/* @__PURE__ */ T.jsx("path", {
10717
10734
  d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"
10718
10735
  }, "0"), /* @__PURE__ */ T.jsx("path", {
10719
10736
  d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"
10720
- }, "1")], "AccessTime"), sI = Rt(/* @__PURE__ */ T.jsx("path", {
10737
+ }, "1")], "AccessTime"), sI = xt(/* @__PURE__ */ T.jsx("path", {
10721
10738
  d: "M21.9 21.9 2.1 2.1.69 3.51l1.55 1.55c-.15.28-.23.6-.23.94L2 18c0 1.11.89 2 2 2h13.17l3.31 3.31zM4 12V8h1.17l4 4zm2.83-8H20c1.11 0 2 .89 2 2v12c0 .34-.08.66-.23.94L14.83 12H20V8h-9.17z"
10722
- }), "CreditCardOff"), kS = Rt(/* @__PURE__ */ T.jsx("path", {
10739
+ }), "CreditCardOff"), kS = xt(/* @__PURE__ */ T.jsx("path", {
10723
10740
  d: "M12 12.75c1.63 0 3.07.39 4.24.9 1.08.48 1.76 1.56 1.76 2.73V18H6v-1.61c0-1.18.68-2.26 1.76-2.73 1.17-.52 2.61-.91 4.24-.91M4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29M20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m4 3.43c0-.81-.48-1.53-1.22-1.85-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24zM12 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3"
10724
- }), "Groups"), gv = Rt(/* @__PURE__ */ T.jsx("path", {
10741
+ }), "Groups"), gv = xt(/* @__PURE__ */ T.jsx("path", {
10725
10742
  d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4"
10726
- }), "Person"), mv = Rt(/* @__PURE__ */ T.jsx("path", {
10743
+ }), "Person"), mv = xt(/* @__PURE__ */ T.jsx("path", {
10727
10744
  d: "m20.38 8.57-1.23 1.85a8 8 0 0 1-.22 7.58H5.07A8 8 0 0 1 15.58 6.85l1.85-1.23A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1 10 10 0 0 0-.27-10.44zm-9.79 6.84a2 2 0 0 0 2.83 0l5.66-8.49-8.49 5.66a2 2 0 0 0 0 2.83"
10728
- }), "Speed"), NS = Rt(/* @__PURE__ */ T.jsx("path", {
10745
+ }), "Speed"), NS = xt(/* @__PURE__ */ T.jsx("path", {
10729
10746
  d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m7.46 7.12-2.78 1.15c-.51-1.36-1.58-2.44-2.95-2.94l1.15-2.78c2.1.8 3.77 2.47 4.58 4.57M12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3M9.13 4.54l1.17 2.78c-1.38.5-2.47 1.59-2.98 2.97L4.54 9.13c.81-2.11 2.48-3.78 4.59-4.59M4.54 14.87l2.78-1.15c.51 1.38 1.59 2.46 2.97 2.96l-1.17 2.78c-2.1-.81-3.77-2.48-4.58-4.59m10.34 4.59-1.15-2.78c1.37-.51 2.45-1.59 2.95-2.97l2.78 1.17c-.81 2.1-2.48 3.77-4.58 4.58"
10730
10747
  }), "Support");
10731
10748
  function Nf({
@@ -10748,7 +10765,7 @@ function Nf({
10748
10765
  },
10749
10766
  children: [
10750
10767
  n && /* @__PURE__ */ T.jsx(
10751
- he,
10768
+ fe,
10752
10769
  {
10753
10770
  sx: {
10754
10771
  position: "absolute",
@@ -10766,10 +10783,10 @@ function Nf({
10766
10783
  }
10767
10784
  ),
10768
10785
  /* @__PURE__ */ T.jsxs(lE, { sx: { p: 4, pt: 5 }, children: [
10769
- /* @__PURE__ */ T.jsxs(he, { sx: { height: { md: "120px" } }, children: [
10770
- /* @__PURE__ */ T.jsx(fe, { component: "h2", sx: { fontWeight: "bold", mb: 2 }, variant: "h5", children: e }),
10786
+ /* @__PURE__ */ T.jsxs(fe, { sx: { height: { md: "120px" } }, children: [
10787
+ /* @__PURE__ */ T.jsx(ce, { component: "h2", sx: { fontWeight: "bold", mb: 2 }, variant: "h5", children: e }),
10771
10788
  t && /* @__PURE__ */ T.jsxs(
10772
- he,
10789
+ fe,
10773
10790
  {
10774
10791
  sx: {
10775
10792
  display: "flex",
@@ -10778,8 +10795,8 @@ function Nf({
10778
10795
  mb: 2
10779
10796
  },
10780
10797
  children: [
10781
- /* @__PURE__ */ T.jsx(fe, { sx: { fontWeight: "bold" }, variant: "h4", children: t }),
10782
- /* @__PURE__ */ T.jsx(fe, { color: "text.secondary", variant: "body1", children: "/month" })
10798
+ /* @__PURE__ */ T.jsx(ce, { sx: { fontWeight: "bold" }, variant: "h4", children: t }),
10799
+ /* @__PURE__ */ T.jsx(ce, { color: "text.secondary", variant: "body1", children: "/month" })
10783
10800
  ]
10784
10801
  }
10785
10802
  )
@@ -10789,7 +10806,7 @@ function Nf({
10789
10806
  /* @__PURE__ */ T.jsx(
10790
10807
  fE,
10791
10808
  {
10792
- primary: /* @__PURE__ */ T.jsx(fe, { sx: { fontWeight: "medium" }, variant: "body1", children: o }),
10809
+ primary: /* @__PURE__ */ T.jsx(ce, { sx: { fontWeight: "medium" }, variant: "body1", children: o }),
10793
10810
  secondary: s
10794
10811
  }
10795
10812
  )
@@ -10909,7 +10926,7 @@ const uI = [
10909
10926
  }
10910
10927
  ];
10911
10928
  function fI() {
10912
- return /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: { xs: "column", md: "row" }, gap: 4, m: 6 }, children: [
10929
+ return /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: { xs: "column", md: "row" }, gap: 4, m: 6 }, children: [
10913
10930
  /* @__PURE__ */ T.jsx(
10914
10931
  Nf,
10915
10932
  {
@@ -10944,10 +10961,10 @@ function fI() {
10944
10961
  }
10945
10962
  function hI() {
10946
10963
  const e = Ot(({ theme: { isDarkMode: t } }) => t);
10947
- return /* @__PURE__ */ T.jsxs(he, { sx: { mt: 6 }, children: [
10964
+ return /* @__PURE__ */ T.jsxs(fe, { sx: { mt: 6 }, children: [
10948
10965
  /* @__PURE__ */ T.jsxs(bo, { sx: { display: "flex", flexDirection: "column", alignItems: "center", rowGap: 2 }, children: [
10949
10966
  /* @__PURE__ */ T.jsxs(
10950
- he,
10967
+ fe,
10951
10968
  {
10952
10969
  sx: {
10953
10970
  display: "flex",
@@ -10957,9 +10974,9 @@ function hI() {
10957
10974
  rowGap: 4
10958
10975
  },
10959
10976
  children: [
10960
- /* @__PURE__ */ T.jsx(fe, { component: "h2", sx: { textAlign: "center", fontWeight: "bold" }, variant: "h4", children: "Power Up Your" }),
10977
+ /* @__PURE__ */ T.jsx(ce, { component: "h2", sx: { textAlign: "center", fontWeight: "bold" }, variant: "h4", children: "Power Up Your" }),
10961
10978
  /* @__PURE__ */ T.jsx(
10962
- fe,
10979
+ ce,
10963
10980
  {
10964
10981
  component: "h2",
10965
10982
  sx: { fontWeight: "bold", color: "rgb(22, 163, 74)" },
@@ -10971,14 +10988,14 @@ function hI() {
10971
10988
  }
10972
10989
  ),
10973
10990
  /* @__PURE__ */ T.jsx(
10974
- fe,
10991
+ ce,
10975
10992
  {
10976
10993
  sx: { color: e ? "#fff" : sd[700], textAlign: "center" },
10977
10994
  variant: "h6",
10978
10995
  children: "Let us take care of the heavy lifting. With Locust Cloud you'll be ready to run distributed load tests in minutes."
10979
10996
  }
10980
10997
  ),
10981
- /* @__PURE__ */ T.jsx(he, { sx: { display: "flex", columnGap: 1 }, children: /* @__PURE__ */ T.jsx(
10998
+ /* @__PURE__ */ T.jsx(fe, { sx: { display: "flex", columnGap: 1 }, children: /* @__PURE__ */ T.jsx(
10982
10999
  Xt,
10983
11000
  {
10984
11001
  endIcon: /* @__PURE__ */ T.jsx(iI, {}),
@@ -11006,11 +11023,11 @@ function hI() {
11006
11023
  backgroundColor: e ? sd[900] : Ti[50]
11007
11024
  },
11008
11025
  children: [
11009
- /* @__PURE__ */ T.jsxs(he, { sx: { textAlign: "center", mb: 4 }, children: [
11010
- /* @__PURE__ */ T.jsx(fe, { sx: { fontWeight: "bold" }, variant: "h4", children: "Your Locustfile. Our Cloud." }),
11011
- /* @__PURE__ */ T.jsx(fe, { variant: "subtitle1", children: "Running locust cloud couldn't be easier. Simply upload your locustfile and you're off to the races." })
11026
+ /* @__PURE__ */ T.jsxs(fe, { sx: { textAlign: "center", mb: 4 }, children: [
11027
+ /* @__PURE__ */ T.jsx(ce, { sx: { fontWeight: "bold" }, variant: "h4", children: "Your Locustfile. Our Cloud." }),
11028
+ /* @__PURE__ */ T.jsx(ce, { variant: "subtitle1", children: "Running locust cloud couldn't be easier. Simply upload your locustfile and you're off to the races." })
11012
11029
  ] }),
11013
- /* @__PURE__ */ T.jsx(he, { children: /* @__PURE__ */ T.jsx("img", { src: "/assets/terminal.gif", width: "100%" }) })
11030
+ /* @__PURE__ */ T.jsx(fe, { children: /* @__PURE__ */ T.jsx("img", { src: "/assets/terminal.gif", width: "100%" }) })
11014
11031
  ]
11015
11032
  }
11016
11033
  ),
@@ -11025,12 +11042,12 @@ function hI() {
11025
11042
  my: 12
11026
11043
  },
11027
11044
  children: [
11028
- /* @__PURE__ */ T.jsxs(he, { sx: { px: 8 }, children: [
11029
- /* @__PURE__ */ T.jsx(fe, { variant: "h4", children: "Dive Deeper" }),
11030
- /* @__PURE__ */ T.jsx(fe, { variant: "subtitle1", children: "With locust cloud you can get more out of each testrun. Get a detailed view into individual requests and identify bottlenecks with ease." })
11045
+ /* @__PURE__ */ T.jsxs(fe, { sx: { px: 8 }, children: [
11046
+ /* @__PURE__ */ T.jsx(ce, { variant: "h4", children: "Dive Deeper" }),
11047
+ /* @__PURE__ */ T.jsx(ce, { variant: "subtitle1", children: "With locust cloud you can get more out of each testrun. Get a detailed view into individual requests and identify bottlenecks with ease." })
11031
11048
  ] }),
11032
11049
  /* @__PURE__ */ T.jsx(
11033
- he,
11050
+ fe,
11034
11051
  {
11035
11052
  sx: {
11036
11053
  display: "flex",
@@ -11038,7 +11055,7 @@ function hI() {
11038
11055
  alignItems: "center",
11039
11056
  justifyContent: "center"
11040
11057
  },
11041
- children: /* @__PURE__ */ T.jsx(he, { children: e ? /* @__PURE__ */ T.jsx("img", { src: "/assets/graphs-dark.png", width: "100%" }) : /* @__PURE__ */ T.jsx("img", { src: "/assets/graphs-light.png", width: "100%" }) })
11058
+ children: /* @__PURE__ */ T.jsx(fe, { children: e ? /* @__PURE__ */ T.jsx("img", { src: "/assets/graphs-dark.png", width: "100%" }) : /* @__PURE__ */ T.jsx("img", { src: "/assets/graphs-light.png", width: "100%" }) })
11042
11059
  }
11043
11060
  )
11044
11061
  ]
@@ -11057,7 +11074,7 @@ function hI() {
11057
11074
  },
11058
11075
  children: [
11059
11076
  /* @__PURE__ */ T.jsx(
11060
- he,
11077
+ fe,
11061
11078
  {
11062
11079
  sx: {
11063
11080
  display: "flex",
@@ -11065,25 +11082,25 @@ function hI() {
11065
11082
  alignItems: "center",
11066
11083
  justifyContent: "center"
11067
11084
  },
11068
- children: /* @__PURE__ */ T.jsx(he, { children: e ? /* @__PURE__ */ T.jsx("img", { src: "/assets/testruns-dark.png", width: "100%" }) : /* @__PURE__ */ T.jsx("img", { src: "/assets/testruns-light.png", width: "100%" }) })
11085
+ children: /* @__PURE__ */ T.jsx(fe, { children: e ? /* @__PURE__ */ T.jsx("img", { src: "/assets/testruns-dark.png", width: "100%" }) : /* @__PURE__ */ T.jsx("img", { src: "/assets/testruns-light.png", width: "100%" }) })
11069
11086
  }
11070
11087
  ),
11071
- /* @__PURE__ */ T.jsxs(he, { sx: { px: 8 }, children: [
11072
- /* @__PURE__ */ T.jsx(fe, { variant: "h4", children: "See Everything" }),
11073
- /* @__PURE__ */ T.jsx(fe, { variant: "subtitle1", children: "Every locust testrun is saved. Keep track of how your system has performed historically and get notified immediately when performace degrades" })
11088
+ /* @__PURE__ */ T.jsxs(fe, { sx: { px: 8 }, children: [
11089
+ /* @__PURE__ */ T.jsx(ce, { variant: "h4", children: "See Everything" }),
11090
+ /* @__PURE__ */ T.jsx(ce, { variant: "subtitle1", children: "Every locust testrun is saved. Keep track of how your system has performed historically and get notified immediately when performace degrades" })
11074
11091
  ] })
11075
11092
  ]
11076
11093
  }
11077
11094
  ),
11078
11095
  /* @__PURE__ */ T.jsxs(bo, { children: [
11079
- /* @__PURE__ */ T.jsx(fe, { sx: { textAlign: "center", mb: 6 }, variant: "h4", children: "Pricing Plans to Fit your Needs" }),
11096
+ /* @__PURE__ */ T.jsx(ce, { sx: { textAlign: "center", mb: 6 }, variant: "h4", children: "Pricing Plans to Fit your Needs" }),
11080
11097
  /* @__PURE__ */ T.jsx(fI, {})
11081
11098
  ] })
11082
11099
  ] });
11083
11100
  }
11084
11101
  const dI = (e) => e.includes("CRITICAL") ? Nn[900] : e.includes("ERROR") ? Nn[700] : e.includes("WARNING") ? aI[900] : e.includes("DEBUG") ? Ci[700] : "text.primary";
11085
11102
  function LS({ log: e }) {
11086
- return /* @__PURE__ */ T.jsx(fe, { color: dI(e), fontFamily: "monospace", variant: "body2", children: e });
11103
+ return /* @__PURE__ */ T.jsx(ce, { color: dI(e), fontFamily: "monospace", variant: "body2", children: e });
11087
11104
  }
11088
11105
  function pI({ workerId: e, logs: t }) {
11089
11106
  const [r, n] = ke(!1);
@@ -11103,13 +11120,13 @@ function pI({ workerId: e, logs: t }) {
11103
11120
  }
11104
11121
  function vI() {
11105
11122
  const { master: e, workers: t } = Ot(({ logViewer: r }) => r);
11106
- return /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", flexDirection: "column", rowGap: 4 }, children: [
11107
- /* @__PURE__ */ T.jsxs(he, { children: [
11108
- /* @__PURE__ */ T.jsx(fe, { sx: { mb: 2 }, variant: "h5", children: "Master Logs" }),
11123
+ return /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", flexDirection: "column", rowGap: 4 }, children: [
11124
+ /* @__PURE__ */ T.jsxs(fe, { children: [
11125
+ /* @__PURE__ */ T.jsx(ce, { sx: { mb: 2 }, variant: "h5", children: "Master Logs" }),
11109
11126
  /* @__PURE__ */ T.jsx(fc, { elevation: 3, sx: { p: 2, fontFamily: "monospace" }, children: e.map((r, n) => /* @__PURE__ */ T.jsx(LS, { log: r }, `master-log-${n}`)) })
11110
11127
  ] }),
11111
- !hS(t) && /* @__PURE__ */ T.jsxs(he, { children: [
11112
- /* @__PURE__ */ T.jsx(fe, { sx: { mb: 2 }, variant: "h5", children: "Worker Logs" }),
11128
+ !hS(t) && /* @__PURE__ */ T.jsxs(fe, { children: [
11129
+ /* @__PURE__ */ T.jsx(ce, { sx: { mb: 2 }, variant: "h5", children: "Worker Logs" }),
11113
11130
  Object.entries(t).map(([r, n], i) => /* @__PURE__ */ T.jsx(pI, { logs: n, workerId: r }, `worker-log-${i}`))
11114
11131
  ] })
11115
11132
  ] });
@@ -11138,7 +11155,7 @@ function gI({
11138
11155
  const mI = ({ swarm: { extendedCsvFiles: e, statsHistoryEnabled: t } }) => ({
11139
11156
  extendedCsvFiles: e,
11140
11157
  statsHistoryEnabled: t
11141
- }), yI = Jt(mI)(gI), _I = Rt(/* @__PURE__ */ T.jsx("path", {
11158
+ }), yI = Jt(mI)(gI), _I = xt(/* @__PURE__ */ T.jsx("path", {
11142
11159
  d: "M14.67 5v14H9.33V5zm1 14H21V5h-5.33zm-7.34 0V5H3v14z"
11143
11160
  }), "ViewColumn");
11144
11161
  function bI({
@@ -11148,23 +11165,27 @@ function bI({
11148
11165
  removeColumn: n
11149
11166
  }) {
11150
11167
  const [i, a] = ke(null);
11151
- return /* @__PURE__ */ T.jsxs(hE, { sx: { alignSelf: { xs: "end", lg: "start" }, my: 2 }, children: [
11168
+ return /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", justifyContent: "flex-end", my: 2 }, children: [
11152
11169
  /* @__PURE__ */ T.jsx(Xt, { onClick: (o) => a(o.currentTarget), variant: "outlined", children: /* @__PURE__ */ T.jsx(_I, {}) }),
11153
11170
  /* @__PURE__ */ T.jsx(
11154
- dE,
11171
+ hE,
11155
11172
  {
11156
11173
  anchorEl: i,
11157
11174
  anchorOrigin: {
11158
11175
  vertical: "bottom",
11159
- horizontal: "left"
11176
+ horizontal: "right"
11160
11177
  },
11161
11178
  onClose: () => a(null),
11162
11179
  open: !!i,
11180
+ transformOrigin: {
11181
+ vertical: "top",
11182
+ horizontal: "right"
11183
+ },
11163
11184
  children: /* @__PURE__ */ T.jsx(ib, { sx: { p: 2 }, children: e.map(({ key: o, title: s }) => /* @__PURE__ */ T.jsx(
11164
11185
  nb,
11165
11186
  {
11166
11187
  control: /* @__PURE__ */ T.jsx(
11167
- pE,
11188
+ dE,
11168
11189
  {
11169
11190
  checked: t.includes(o),
11170
11191
  onChange: () => {
@@ -11214,28 +11235,18 @@ const xI = jr.percentilesToStatistics ? jr.percentilesToStatistics.map((e) => ({
11214
11235
  ];
11215
11236
  function CI({ stats: e, tableStructure: t = wI }) {
11216
11237
  const { selectedColumns: r, addColumn: n, removeColumn: i, filteredStructure: a } = SI(t);
11217
- return /* @__PURE__ */ T.jsxs(
11218
- he,
11219
- {
11220
- sx: {
11221
- display: "flex",
11222
- flexDirection: { xs: "column", lg: "row-reverse", alignItems: "flex-start" },
11223
- columnGap: 1
11224
- },
11225
- children: [
11226
- /* @__PURE__ */ T.jsx(
11227
- bI,
11228
- {
11229
- addColumn: n,
11230
- removeColumn: i,
11231
- selectedColumns: r,
11232
- structure: t
11233
- }
11234
- ),
11235
- /* @__PURE__ */ T.jsx(nu, { hasTotalRow: !0, rows: e, structure: a })
11236
- ]
11237
- }
11238
- );
11238
+ return /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
11239
+ /* @__PURE__ */ T.jsx(
11240
+ bI,
11241
+ {
11242
+ addColumn: n,
11243
+ removeColumn: i,
11244
+ selectedColumns: r,
11245
+ structure: t
11246
+ }
11247
+ ),
11248
+ /* @__PURE__ */ T.jsx(nu, { hasTotalRow: !0, rows: e, structure: a })
11249
+ ] });
11239
11250
  }
11240
11251
  const TI = ({ ui: { stats: e } }) => ({ stats: e }), EI = Jt(TI)(CI);
11241
11252
  /*! *****************************************************************************
@@ -11512,7 +11523,7 @@ function ie(e) {
11512
11523
  function ey(e) {
11513
11524
  return !!BS[ro.call(e)];
11514
11525
  }
11515
- function Mt(e) {
11526
+ function Rt(e) {
11516
11527
  return !!VS[ro.call(e)];
11517
11528
  }
11518
11529
  function Wi(e) {
@@ -11647,7 +11658,7 @@ function GS(e) {
11647
11658
  function Ua(e, t) {
11648
11659
  return e.hasOwnProperty(t);
11649
11660
  }
11650
- function Dt() {
11661
+ function At() {
11651
11662
  }
11652
11663
  var HI = 180 / Math.PI, UI = /* @__PURE__ */ function() {
11653
11664
  function e() {
@@ -12711,7 +12722,7 @@ function nx(e) {
12711
12722
  }
12712
12723
  var kP = function() {
12713
12724
  function e(t) {
12714
- this._inited = !1, this._startTime = 0, this._pausedTime = 0, this._paused = !1, this._life = t.life || 1e3, this._delay = t.delay || 0, this.loop = t.loop || !1, this.onframe = t.onframe || Dt, this.ondestroy = t.ondestroy || Dt, this.onrestart = t.onrestart || Dt, t.easing && this.setEasing(t.easing);
12725
+ this._inited = !1, this._startTime = 0, this._pausedTime = 0, this._paused = !1, this._life = t.life || 1e3, this._delay = t.delay || 0, this.loop = t.loop || !1, this.onframe = t.onframe || At, this.ondestroy = t.ondestroy || At, this.onrestart = t.onrestart || At, t.easing && this.setEasing(t.easing);
12715
12726
  }
12716
12727
  return e.prototype.step = function(t, r) {
12717
12728
  if (this._inited || (this._startTime = t + this._delay, this._inited = !0), this._paused) {
@@ -13875,7 +13886,7 @@ function UP(e) {
13875
13886
  }
13876
13887
  function YP(e, t, r) {
13877
13888
  if (zt(t[r]))
13878
- if (zt(e[r]) || (e[r] = []), Mt(t[r])) {
13889
+ if (zt(e[r]) || (e[r] = []), Rt(t[r])) {
13879
13890
  var n = t[r].length;
13880
13891
  e[r].length !== n && (e[r] = new t[r].constructor(n), Yf(e[r], t[r], n));
13881
13892
  } else {
@@ -14481,7 +14492,7 @@ var Cn = Yi.CMD, pi = Math.PI * 2, ak = 1e-4;
14481
14492
  function ok(e, t) {
14482
14493
  return Math.abs(e - t) < ak;
14483
14494
  }
14484
- var Ct = [-1, -1, -1], ur = [-1, -1];
14495
+ var Tt = [-1, -1, -1], ur = [-1, -1];
14485
14496
  function sk() {
14486
14497
  var e = ur[0];
14487
14498
  ur[0] = ur[1], ur[1] = e;
@@ -14489,11 +14500,11 @@ function sk() {
14489
14500
  function uk(e, t, r, n, i, a, o, s, u, l) {
14490
14501
  if (l > t && l > n && l > a && l > s || l < t && l < n && l < a && l < s)
14491
14502
  return 0;
14492
- var c = Ll(t, n, a, s, l, Ct);
14503
+ var c = Ll(t, n, a, s, l, Tt);
14493
14504
  if (c === 0)
14494
14505
  return 0;
14495
14506
  for (var f = 0, h = -1, d = void 0, p = void 0, v = 0; v < c; v++) {
14496
- var g = Ct[v], m = g === 0 || g === 1 ? 0.5 : 1, y = ft(e, r, i, o, g);
14507
+ var g = Tt[v], m = g === 0 || g === 1 ? 0.5 : 1, y = ft(e, r, i, o, g);
14497
14508
  y < u || (h < 0 && (h = tx(t, n, a, s, ur), ur[1] < ur[0] && h > 1 && sk(), d = ft(t, n, a, s, ur[0]), h > 1 && (p = ft(t, n, a, s, ur[1]))), h === 2 ? g < ur[0] ? f += d < t ? m : -m : g < ur[1] ? f += p < d ? m : -m : f += s < p ? m : -m : g < ur[0] ? f += d < t ? m : -m : f += s < d ? m : -m);
14498
14509
  }
14499
14510
  return f;
@@ -14501,18 +14512,18 @@ function uk(e, t, r, n, i, a, o, s, u, l) {
14501
14512
  function lk(e, t, r, n, i, a, o, s) {
14502
14513
  if (s > t && s > n && s > a || s < t && s < n && s < a)
14503
14514
  return 0;
14504
- var u = RP(t, n, a, s, Ct);
14515
+ var u = RP(t, n, a, s, Tt);
14505
14516
  if (u === 0)
14506
14517
  return 0;
14507
14518
  var l = rx(t, n, a);
14508
14519
  if (l >= 0 && l <= 1) {
14509
14520
  for (var c = 0, f = Nt(t, n, a, l), h = 0; h < u; h++) {
14510
- var d = Ct[h] === 0 || Ct[h] === 1 ? 0.5 : 1, p = Nt(e, r, i, Ct[h]);
14511
- p < o || (Ct[h] < l ? c += f < t ? d : -d : c += a < f ? d : -d);
14521
+ var d = Tt[h] === 0 || Tt[h] === 1 ? 0.5 : 1, p = Nt(e, r, i, Tt[h]);
14522
+ p < o || (Tt[h] < l ? c += f < t ? d : -d : c += a < f ? d : -d);
14512
14523
  }
14513
14524
  return c;
14514
14525
  } else {
14515
- var d = Ct[0] === 0 || Ct[0] === 1 ? 0.5 : 1, p = Nt(e, r, i, Ct[0]);
14526
+ var d = Tt[0] === 0 || Tt[0] === 1 ? 0.5 : 1, p = Nt(e, r, i, Tt[0]);
14516
14527
  return p < o ? 0 : a < t ? d : -d;
14517
14528
  }
14518
14529
  }
@@ -14520,14 +14531,14 @@ function ck(e, t, r, n, i, a, o, s) {
14520
14531
  if (s -= t, s > r || s < -r)
14521
14532
  return 0;
14522
14533
  var u = Math.sqrt(r * r - s * s);
14523
- Ct[0] = -u, Ct[1] = u;
14534
+ Tt[0] = -u, Tt[1] = u;
14524
14535
  var l = Math.abs(n - i);
14525
14536
  if (l < 1e-4)
14526
14537
  return 0;
14527
14538
  if (l >= pi - 1e-4) {
14528
14539
  n = 0, i = pi;
14529
14540
  var c = a ? 1 : -1;
14530
- return o >= Ct[0] + e && o <= Ct[1] + e ? c : 0;
14541
+ return o >= Tt[0] + e && o <= Tt[1] + e ? c : 0;
14531
14542
  }
14532
14543
  if (n > i) {
14533
14544
  var f = n;
@@ -14535,7 +14546,7 @@ function ck(e, t, r, n, i, a, o, s) {
14535
14546
  }
14536
14547
  n < 0 && (n += pi, i += pi);
14537
14548
  for (var h = 0, d = 0; d < 2; d++) {
14538
- var p = Ct[d];
14549
+ var p = Tt[d];
14539
14550
  if (p + e > o) {
14540
14551
  var v = Math.atan2(s, p), c = a ? 1 : -1;
14541
14552
  v < 0 && (v = pi + v), (v >= n && v <= i || v + pi >= n && v + pi <= i) && (v > Math.PI / 2 && v < Math.PI * 1.5 && (c = -c), h += c);
@@ -15346,7 +15357,7 @@ function ky(e, t, r) {
15346
15357
  return (t - e) * r + e;
15347
15358
  }
15348
15359
  var _x = "series\0", bx = "\0_ec_\0";
15349
- function At(e) {
15360
+ function Mt(e) {
15350
15361
  return e instanceof Array ? e : e == null ? [] : [e];
15351
15362
  }
15352
15363
  function Ny(e, t, r) {
@@ -15564,7 +15575,7 @@ function Rv(e, t) {
15564
15575
  others: a
15565
15576
  };
15566
15577
  }
15567
- var Tt = {
15578
+ var Et = {
15568
15579
  useDefault: !0,
15569
15580
  enableAll: !1,
15570
15581
  enableNone: !1
@@ -15574,7 +15585,7 @@ var Tt = {
15574
15585
  enableNone: !0
15575
15586
  };
15576
15587
  function su(e, t, r, n) {
15577
- n = n || Tt;
15588
+ n = n || Et;
15578
15589
  var i = r.index, a = r.id, o = r.name, s = {
15579
15590
  models: null,
15580
15591
  specified: i != null || a != null || o != null
@@ -17459,20 +17470,20 @@ function Jx(e) {
17459
17470
  return su(e.ecModel, "dataset", {
17460
17471
  index: e.get("datasetIndex", !0),
17461
17472
  id: e.get("datasetId", !0)
17462
- }, Tt).models[0];
17473
+ }, Et).models[0];
17463
17474
  }
17464
17475
  function _L(e) {
17465
17476
  return !e.get("transform", !0) && !e.get("fromTransformResult", !0) ? [] : su(e.ecModel, "dataset", {
17466
17477
  index: e.get("fromDatasetIndex", !0),
17467
17478
  id: e.get("fromDatasetId", !0)
17468
- }, Tt).models;
17479
+ }, Et).models;
17469
17480
  }
17470
17481
  function ew(e, t) {
17471
17482
  return bL(e.data, e.sourceFormat, e.seriesLayoutBy, e.dimensionsDefine, e.startIndex, t);
17472
17483
  }
17473
17484
  function bL(e, t, r, n, i, a) {
17474
17485
  var o, s = 5;
17475
- if (Mt(e))
17486
+ if (Rt(e))
17476
17487
  return Ht.Not;
17477
17488
  var u, l;
17478
17489
  if (n) {
@@ -17507,7 +17518,7 @@ function bL(e, t, r, n, i, a) {
17507
17518
  if (!u)
17508
17519
  return Ht.Not;
17509
17520
  var h = m[u];
17510
- if (!h || Mt(h))
17521
+ if (!h || Rt(h))
17511
17522
  return Ht.Not;
17512
17523
  for (var d = 0; d < h.length && d < s; d++)
17513
17524
  if ((o = b(h[d])) != null)
@@ -17563,7 +17574,7 @@ function Wd(e, t, r) {
17563
17574
  function tw(e) {
17564
17575
  return new qc({
17565
17576
  data: e,
17566
- sourceFormat: Mt(e) ? fn : br
17577
+ sourceFormat: Rt(e) ? fn : br
17567
17578
  });
17568
17579
  }
17569
17580
  function SL(e) {
@@ -17578,14 +17589,14 @@ function SL(e) {
17578
17589
  }
17579
17590
  function rw(e) {
17580
17591
  var t = Kx;
17581
- if (Mt(e))
17592
+ if (Rt(e))
17582
17593
  t = fn;
17583
17594
  else if (Q(e)) {
17584
17595
  e.length === 0 && (t = jt);
17585
17596
  for (var r = 0, n = e.length; r < n; r++) {
17586
17597
  var i = e[r];
17587
17598
  if (i != null) {
17588
- if (Q(i) || Mt(i)) {
17599
+ if (Q(i) || Rt(i)) {
17589
17600
  t = jt;
17590
17601
  break;
17591
17602
  } else if (ie(i)) {
@@ -17753,7 +17764,7 @@ var yi, _i, bi, p0, v0, iw = (
17753
17764
  persistent: !1,
17754
17765
  pure: !0,
17755
17766
  appendData: function(o) {
17756
- process.env.NODE_ENV !== "production" && se(Mt(o), "Added data must be TypedArray if data in initialization is TypedArray"), this._data = o;
17767
+ process.env.NODE_ENV !== "production" && se(Rt(o), "Added data must be TypedArray if data in initialization is TypedArray"), this._data = o;
17757
17768
  },
17758
17769
  // Clean self if data is already used.
17759
17770
  clean: function() {
@@ -18756,7 +18767,7 @@ function $L(e, t) {
18756
18767
  for (var d = 0; d < o; d++)
18757
18768
  p(d);
18758
18769
  f.each(function(A, x) {
18759
- var D = At(A).slice();
18770
+ var D = Mt(A).slice();
18760
18771
  if (D.length === 1 && !J(D[0]) && D[0] < 0) {
18761
18772
  f.set(x, !1);
18762
18773
  return;
@@ -18779,7 +18790,7 @@ function $L(e, t) {
18779
18790
  }
18780
18791
  var N = f.get(x);
18781
18792
  if (N !== !1) {
18782
- if (N = At(N), !N.length)
18793
+ if (N = Mt(N), !N.length)
18783
18794
  for (var L = 0; L < (D && D.length || 1); L++) {
18784
18795
  for (; v < o && p(v).coordDim != null; )
18785
18796
  v++;
@@ -18885,7 +18896,7 @@ function YL(e) {
18885
18896
  }
18886
18897
  var qL = {
18887
18898
  cartesian2d: function(e, t, r, n) {
18888
- var i = e.getReferringComponents("xAxis", Tt).models[0], a = e.getReferringComponents("yAxis", Tt).models[0];
18899
+ var i = e.getReferringComponents("xAxis", Et).models[0], a = e.getReferringComponents("yAxis", Et).models[0];
18889
18900
  if (process.env.NODE_ENV !== "production") {
18890
18901
  if (!i)
18891
18902
  throw new Error('xAxis "' + Hi(e.get("xAxisIndex"), e.get("xAxisId"), 0) + '" not found');
@@ -18895,13 +18906,13 @@ var qL = {
18895
18906
  t.coordSysDims = ["x", "y"], r.set("x", i), r.set("y", a), ga(i) && (n.set("x", i), t.firstCategoryDimIndex = 0), ga(a) && (n.set("y", a), t.firstCategoryDimIndex == null && (t.firstCategoryDimIndex = 1));
18896
18907
  },
18897
18908
  singleAxis: function(e, t, r, n) {
18898
- var i = e.getReferringComponents("singleAxis", Tt).models[0];
18909
+ var i = e.getReferringComponents("singleAxis", Et).models[0];
18899
18910
  if (process.env.NODE_ENV !== "production" && !i)
18900
18911
  throw new Error("singleAxis should be specified.");
18901
18912
  t.coordSysDims = ["single"], r.set("single", i), ga(i) && (n.set("single", i), t.firstCategoryDimIndex = 0);
18902
18913
  },
18903
18914
  polar: function(e, t, r, n) {
18904
- var i = e.getReferringComponents("polar", Tt).models[0], a = i.findAxisModel("radiusAxis"), o = i.findAxisModel("angleAxis");
18915
+ var i = e.getReferringComponents("polar", Et).models[0], a = i.findAxisModel("radiusAxis"), o = i.findAxisModel("angleAxis");
18905
18916
  if (process.env.NODE_ENV !== "production") {
18906
18917
  if (!o)
18907
18918
  throw new Error("angleAxis option not found");
@@ -19880,7 +19891,7 @@ var eg = (
19880
19891
  function e() {
19881
19892
  }
19882
19893
  return e.prototype.getColorFromPalette = function(t, r, n) {
19883
- var i = At(this.get("color", !0)), a = this.get("colorLayer", !0);
19894
+ var i = Mt(this.get("color", !0)), a = this.get("colorLayer", !0);
19884
19895
  return A5(this, M0, i, a, t, r, n);
19885
19896
  }, e.prototype.clearColorPalette = function() {
19886
19897
  M5(this, M0);
@@ -20162,7 +20173,7 @@ function F5(e) {
20162
20173
  n[0] === "echarts" && (t = n[1], i = !0), e.__isBuiltIn = i, Rw.set(t, e);
20163
20174
  }
20164
20175
  function z5(e, t, r) {
20165
- var n = At(e), i = n.length, a = "";
20176
+ var n = Mt(e), i = n.length, a = "";
20166
20177
  i || (process.env.NODE_ENV !== "production" && (a = "If `transform` declared, it should at least contain one transform."), Bt(a));
20167
20178
  for (var o = 0, s = i; o < s; o++) {
20168
20179
  var u = n[o];
@@ -20177,7 +20188,7 @@ function j5(e, t, r, n) {
20177
20188
  o || (process.env.NODE_ENV !== "production" && (i = 'Can not find transform on type "' + a + '".'), Bt(i));
20178
20189
  var s = te(t, function(c) {
20179
20190
  return k5(c, o);
20180
- }), u = At(o.transform({
20191
+ }), u = Mt(o.transform({
20181
20192
  upstream: s[0],
20182
20193
  upstreamList: s,
20183
20194
  config: ge(e.config)
@@ -20239,7 +20250,7 @@ var $5 = (
20239
20250
  var c = r[0];
20240
20251
  c.prepareSource(), l = c.getSource(), s = l.data, u = l.sourceFormat, a = [c._getVersionSign()];
20241
20252
  } else
20242
- s = o.get("data", !0), u = Mt(s) ? fn : br, a = [];
20253
+ s = o.get("data", !0), u = Rt(s) ? fn : br, a = [];
20243
20254
  var f = this._getSourceMetaRawOption() || {}, h = l && l.metaRawOption || {}, d = me(f.seriesLayoutBy, h.seriesLayoutBy) || null, p = me(f.sourceHeader, h.sourceHeader), v = me(f.dimensions, h.dimensions), g = d !== h.seriesLayoutBy || !!p != !!h.sourceHeader || v;
20244
20255
  i = g ? [Wd(s, {
20245
20256
  seriesLayoutBy: d,
@@ -20599,7 +20610,7 @@ var e3 = "__universalTransitionEnabled", Xn = (
20599
20610
  var o = this.getInitialData(r, n);
20600
20611
  N0(o, this), this.dataTask.dirty(), this.dataTask.context.data = o, Dn(this).dataBeforeProcessed = o, k0(this), this._initSelectedMapFromData(o);
20601
20612
  }, t.prototype.fillDataTextStyle = function(r) {
20602
- if (r && !Mt(r))
20613
+ if (r && !Rt(r))
20603
20614
  for (var n = ["show"], i = 0; i < r.length; i++)
20604
20615
  r[i] && r[i].label && Ny(r[i], "label", n);
20605
20616
  }, t.prototype.getInitialData = function(r, n) {
@@ -21570,7 +21581,7 @@ function V0(e, t, r) {
21570
21581
  }
21571
21582
  function F0(e, t, r) {
21572
21583
  var n = qi(e, t), i = t && t.highlightKey != null ? gN(t.highlightKey) : null;
21573
- n != null ? R(At(n), function(a) {
21584
+ n != null ? R(Mt(n), function(a) {
21574
21585
  V0(e.getItemGraphicEl(a), r, i);
21575
21586
  }) : e.eachItemGraphicEl(function(a) {
21576
21587
  V0(a, r, i);
@@ -23275,7 +23286,7 @@ function Qw(e, t) {
23275
23286
  }
23276
23287
  var EB = /* @__PURE__ */ function() {
23277
23288
  function e(t, r) {
23278
- this.stopPropagation = Dt, this.stopImmediatePropagation = Dt, this.preventDefault = Dt, this.type = r.type, this.target = this.currentTarget = t.dom, this.pointerType = r.pointerType, this.clientX = r.clientX, this.clientY = r.clientY;
23289
+ this.stopPropagation = At, this.stopImmediatePropagation = At, this.preventDefault = At, this.type = r.type, this.target = this.currentTarget = t.dom, this.pointerType = r.pointerType, this.clientX = r.clientX, this.clientY = r.clientY;
23279
23290
  }
23280
23291
  return e;
23281
23292
  }(), wr = {
@@ -23720,7 +23731,7 @@ var ag = (
23720
23731
  Te.hasClass(h) && !u.get(h) && (s.push(h), u.set(h, !0));
23721
23732
  }), Te.topologicalTravel(s, Te.getAllClassMainTypes(), c, this);
23722
23733
  function c(f) {
23723
- var h = LB(this, f, At(r[f])), d = a.get(f), p = (
23734
+ var h = LB(this, f, Mt(r[f])), d = a.get(f), p = (
23724
23735
  // `!oldCmptList` means init. See the comment in `mappingToExists`
23725
23736
  d ? l && l.get(f) ? "replaceMerge" : "normalMerge" : "replaceAll"
23726
23737
  ), v = Lk(d, h, p);
@@ -23770,7 +23781,7 @@ echarts.use([` + M + "]);" : "Unknown series " + D));
23770
23781
  var r = ge(this.option);
23771
23782
  return R(r, function(n, i) {
23772
23783
  if (Te.hasClass(i)) {
23773
- for (var a = At(n), o = a.length, s = !1, u = o - 1; u >= 0; u--)
23784
+ for (var a = Mt(n), o = a.length, s = !1, u = o - 1; u >= 0; u--)
23774
23785
  a[u] && !Ya(a[u]) ? s = !0 : (a[u] = null, !s && o--);
23775
23786
  a.length = o, r[i] = a;
23776
23787
  }
@@ -23803,7 +23814,7 @@ echarts.use([` + M + "]);" : "Unknown series " + D));
23803
23814
  if (!s || !s.length)
23804
23815
  return [];
23805
23816
  var u;
23806
- return i != null ? (u = [], R(At(i), function(l) {
23817
+ return i != null ? (u = [], R(Mt(i), function(l) {
23807
23818
  s[l] && u.push(s[l]);
23808
23819
  })) : a != null ? u = o_("id", a, s) : o != null ? u = o_("name", o, s) : u = bt(s, function(l) {
23809
23820
  return !!l;
@@ -23951,7 +23962,7 @@ function s_(e, t) {
23951
23962
  }
23952
23963
  function u_(e) {
23953
23964
  var t = pe();
23954
- return e && R(At(e.replaceMerge), function(r) {
23965
+ return e && R(Mt(e.replaceMerge), function(r) {
23955
23966
  process.env.NODE_ENV !== "production" && se(Te.hasClass(r), '"' + r + '" is not valid component main type in "replaceMerge"'), t.set(r, !0);
23956
23967
  }), {
23957
23968
  replaceMergeMainTypeMap: t
@@ -23994,10 +24005,10 @@ var $B = [
23994
24005
  this._timelineOptions = [], this._mediaList = [], this._currentMediaIndices = [], this._api = t;
23995
24006
  }
23996
24007
  return e.prototype.setOption = function(t, r, n) {
23997
- t && (R(At(t.series), function(o) {
23998
- o && o.data && Mt(o.data) && xd(o.data);
23999
- }), R(At(t.dataset), function(o) {
24000
- o && o.source && Mt(o.source) && xd(o.source);
24008
+ t && (R(Mt(t.series), function(o) {
24009
+ o && o.data && Rt(o.data) && xd(o.data);
24010
+ }), R(Mt(t.dataset), function(o) {
24011
+ o && o.source && Rt(o.source) && xd(o.source);
24001
24012
  })), t = ge(t);
24002
24013
  var i = this._optionBackup, a = HB(t, r, !i);
24003
24014
  this._newBaseOption = a.baseOption, i ? (a.timelineOptions.length && (i.timelineOptions = a.timelineOptions), a.mediaList.length && (i.mediaList = a.mediaList), a.mediaDefault && (i.mediaDefault = a.mediaDefault)) : this._optionBackup = a;
@@ -24112,14 +24123,14 @@ function ZB(e) {
24112
24123
  if (e.type === "graph") {
24113
24124
  i = i || e.nodes;
24114
24125
  var a = e.links || e.edges;
24115
- if (a && !Mt(a))
24126
+ if (a && !Rt(a))
24116
24127
  for (var o = 0; o < a.length; o++)
24117
24128
  sr(a[o]);
24118
24129
  R(e.categories, function(l) {
24119
24130
  ts(l);
24120
24131
  });
24121
24132
  }
24122
- if (i && !Mt(i))
24133
+ if (i && !Rt(i))
24123
24134
  for (var o = 0; o < i.length; o++)
24124
24135
  sr(i[o]);
24125
24136
  if (t = e.markPoint, t && t.data)
@@ -24212,7 +24223,7 @@ function rC(e, t) {
24212
24223
  t(e[r]), e[r] && rC(e[r].children, t);
24213
24224
  }
24214
24225
  function nC(e, t) {
24215
- XB(e, t), e.series = At(e.series), R(e.series, function(r) {
24226
+ XB(e, t), e.series = Mt(e.series), R(e.series, function(r) {
24216
24227
  if (ie(r)) {
24217
24228
  var n = r.type;
24218
24229
  if (n === "line")
@@ -24220,7 +24231,7 @@ function nC(e, t) {
24220
24231
  else if (n === "pie" || n === "gauge") {
24221
24232
  r.clockWise != null && (r.clockwise = r.clockWise, process.env.NODE_ENV !== "production" && ut("clockWise", "clockwise")), h_(r.label);
24222
24233
  var i = r.data;
24223
- if (i && !Mt(i))
24234
+ if (i && !Rt(i))
24224
24235
  for (var a = 0; a < i.length; a++)
24225
24236
  h_(i[a]);
24226
24237
  r.hoverOffset != null && (r.emphasis = r.emphasis || {}, (r.emphasis.scaleSize = null) && (process.env.NODE_ENV !== "production" && ut("hoverOffset", "emphasis.scaleSize"), r.emphasis.scaleSize = r.hoverOffset));
@@ -24230,7 +24241,7 @@ function nC(e, t) {
24230
24241
  } else if (n === "bar") {
24231
24242
  No(r), No(r.backgroundStyle), No(r.emphasis);
24232
24243
  var i = r.data;
24233
- if (i && !Mt(i))
24244
+ if (i && !Rt(i))
24234
24245
  for (var a = 0; a < i.length; a++)
24235
24246
  typeof i[a] == "object" && (No(i[a]), No(i[a] && i[a].emphasis));
24236
24247
  } else if (n === "sunburst") {
@@ -24657,7 +24668,7 @@ function dV(e) {
24657
24668
  }
24658
24669
  function pV(e) {
24659
24670
  e.useClearVisual && e.data.clearAllVisual();
24660
- var t = e.resetDefines = At(e.reset(e.model, e.ecModel, e.api, e.payload));
24671
+ var t = e.resetDefines = Mt(e.reset(e.model, e.ecModel, e.api, e.payload));
24661
24672
  return t.length > 1 ? te(t, function(r, n) {
24662
24673
  return sC(n);
24663
24674
  }) : vV;
@@ -24694,18 +24705,18 @@ zs.eachComponent = function(e) {
24694
24705
  };
24695
24706
  function lC(e, t) {
24696
24707
  for (var r in t.prototype)
24697
- e[r] = Dt;
24708
+ e[r] = At;
24698
24709
  }
24699
24710
  var g_ = ["#37A2DA", "#32C5E9", "#67E0E3", "#9FE6B8", "#FFDB5C", "#ff9f7f", "#fb7293", "#E062AE", "#E690D1", "#e7bcf3", "#9d96f5", "#8378EA", "#96BFFF"];
24700
24711
  const yV = {
24701
24712
  color: g_,
24702
24713
  colorLayer: [["#37A2DA", "#ffd85c", "#fd7b5f"], ["#37A2DA", "#67E0E3", "#FFDB5C", "#ff9f7f", "#E062AE", "#9d96f5"], ["#37A2DA", "#32C5E9", "#9FE6B8", "#FFDB5C", "#ff9f7f", "#fb7293", "#e7bcf3", "#8378EA", "#96BFFF"], g_]
24703
24714
  };
24704
- var wt = "#B9B8CE", m_ = "#100C2A", Ju = function() {
24715
+ var Ct = "#B9B8CE", m_ = "#100C2A", Ju = function() {
24705
24716
  return {
24706
24717
  axisLine: {
24707
24718
  lineStyle: {
24708
- color: wt
24719
+ color: Ct
24709
24720
  }
24710
24721
  },
24711
24722
  splitLine: {
@@ -24742,11 +24753,11 @@ var wt = "#B9B8CE", m_ = "#100C2A", Ju = function() {
24742
24753
  },
24743
24754
  legend: {
24744
24755
  textStyle: {
24745
- color: wt
24756
+ color: Ct
24746
24757
  }
24747
24758
  },
24748
24759
  textStyle: {
24749
- color: wt
24760
+ color: Ct
24750
24761
  },
24751
24762
  title: {
24752
24763
  textStyle: {
@@ -24758,13 +24769,13 @@ var wt = "#B9B8CE", m_ = "#100C2A", Ju = function() {
24758
24769
  },
24759
24770
  toolbox: {
24760
24771
  iconStyle: {
24761
- borderColor: wt
24772
+ borderColor: Ct
24762
24773
  }
24763
24774
  },
24764
24775
  dataZoom: {
24765
24776
  borderColor: "#71708A",
24766
24777
  textStyle: {
24767
- color: wt
24778
+ color: Ct
24768
24779
  },
24769
24780
  brushStyle: {
24770
24781
  color: "rgba(135,163,206,0.3)"
@@ -24808,19 +24819,19 @@ var wt = "#B9B8CE", m_ = "#100C2A", Ju = function() {
24808
24819
  },
24809
24820
  visualMap: {
24810
24821
  textStyle: {
24811
- color: wt
24822
+ color: Ct
24812
24823
  }
24813
24824
  },
24814
24825
  timeline: {
24815
24826
  lineStyle: {
24816
- color: wt
24827
+ color: Ct
24817
24828
  },
24818
24829
  label: {
24819
- color: wt
24830
+ color: Ct
24820
24831
  },
24821
24832
  controlStyle: {
24822
- color: wt,
24823
- borderColor: wt
24833
+ color: Ct,
24834
+ borderColor: Ct
24824
24835
  }
24825
24836
  },
24826
24837
  calendar: {
@@ -24828,13 +24839,13 @@ var wt = "#B9B8CE", m_ = "#100C2A", Ju = function() {
24828
24839
  color: m_
24829
24840
  },
24830
24841
  dayLabel: {
24831
- color: wt
24842
+ color: Ct
24832
24843
  },
24833
24844
  monthLabel: {
24834
- color: wt
24845
+ color: Ct
24835
24846
  },
24836
24847
  yearLabel: {
24837
- color: wt
24848
+ color: Ct
24838
24849
  }
24839
24850
  },
24840
24851
  timeAxis: Ju(),
@@ -24849,7 +24860,7 @@ var wt = "#B9B8CE", m_ = "#100C2A", Ju = function() {
24849
24860
  },
24850
24861
  gauge: {
24851
24862
  title: {
24852
- color: wt
24863
+ color: Ct
24853
24864
  },
24854
24865
  axisLine: {
24855
24866
  lineStyle: {
@@ -24857,7 +24868,7 @@ var wt = "#B9B8CE", m_ = "#100C2A", Ju = function() {
24857
24868
  }
24858
24869
  },
24859
24870
  axisLabel: {
24860
- color: wt
24871
+ color: Ct
24861
24872
  },
24862
24873
  detail: {
24863
24874
  color: "#EEF1FA"
@@ -25928,7 +25939,7 @@ var ba, Vh, rl, On, Fh, zh, jh, Bo, Vo, k_, N_, $h, L_, nl, B_, EC, nr, V_, sc =
25928
25939
  };
25929
25940
  v && (y.subType = v);
25930
25941
  var _ = d.excludeSeriesId, b;
25931
- _ != null && (b = pe(), R(At(_), function(w) {
25942
+ _ != null && (b = pe(), R(Mt(_), function(w) {
25932
25943
  var C = Gr(w, null);
25933
25944
  C != null && b.set(C, !0);
25934
25945
  })), g && g.eachComponent(y, function(w) {
@@ -26432,27 +26443,27 @@ qr({
26432
26443
  type: Li,
26433
26444
  event: Li,
26434
26445
  update: Li
26435
- }, Dt);
26446
+ }, At);
26436
26447
  qr({
26437
26448
  type: ml,
26438
26449
  event: ml,
26439
26450
  update: ml
26440
- }, Dt);
26451
+ }, At);
26441
26452
  qr({
26442
26453
  type: hs,
26443
26454
  event: hs,
26444
26455
  update: hs
26445
- }, Dt);
26456
+ }, At);
26446
26457
  qr({
26447
26458
  type: yl,
26448
26459
  event: yl,
26449
26460
  update: yl
26450
- }, Dt);
26461
+ }, At);
26451
26462
  qr({
26452
26463
  type: ds,
26453
26464
  event: ds,
26454
26465
  update: ds
26455
- }, Dt);
26466
+ }, At);
26456
26467
  MC("light", yV);
26457
26468
  MC("dark", cC);
26458
26469
  var z_ = [], m4 = {
@@ -26548,7 +26559,7 @@ var y4 = (
26548
26559
  return e !== null && e.apply(this, arguments) || this;
26549
26560
  }
26550
26561
  return t.prototype.getCoordSysModel = function() {
26551
- return this.getReferringComponents("grid", Tt).models[0];
26562
+ return this.getReferringComponents("grid", Et).models[0];
26552
26563
  }, t.type = "cartesian2dAxis", t;
26553
26564
  }(Te)
26554
26565
  );
@@ -27896,7 +27907,7 @@ function K_(e) {
27896
27907
  yAxisModel: null
27897
27908
  };
27898
27909
  return R(t, function(r, n) {
27899
- var i = n.replace(/Model$/, ""), a = e.getReferringComponents(i, Tt).models[0];
27910
+ var i = n.replace(/Model$/, ""), a = e.getReferringComponents(i, Et).models[0];
27900
27911
  if (process.env.NODE_ENV !== "production" && !a)
27901
27912
  throw new Error(i + ' "' + Na(e.get(i + "Index"), e.get(i + "Id"), 0) + '" not found');
27902
27913
  t[n] = a;
@@ -28019,7 +28030,7 @@ var cF = (
28019
28030
  var i = this._findConvertTarget(r);
28020
28031
  return i.cartesian ? i.cartesian.pointToData(n) : i.axis ? i.axis.coordToData(i.axis.toLocalCoord(n)) : null;
28021
28032
  }, e.prototype._findConvertTarget = function(t) {
28022
- var r = t.seriesModel, n = t.xAxisModel || r && r.getReferringComponents("xAxis", Tt).models[0], i = t.yAxisModel || r && r.getReferringComponents("yAxis", Tt).models[0], a = t.gridModel, o = this._coordsList, s, u;
28033
+ var r = t.seriesModel, n = t.xAxisModel || r && r.getReferringComponents("xAxis", Et).models[0], i = t.yAxisModel || r && r.getReferringComponents("yAxis", Et).models[0], a = t.gridModel, o = this._coordsList, s, u;
28023
28034
  if (r)
28024
28035
  s = r.coordinateSystem, xe(o, s) < 0 && (s = null);
28025
28036
  else if (n && i)
@@ -28783,7 +28794,7 @@ qr({
28783
28794
  type: "takeGlobalCursor",
28784
28795
  event: "globalCursorTaken",
28785
28796
  update: "update"
28786
- }, Dt);
28797
+ }, At);
28787
28798
  var kF = {
28788
28799
  axisPointer: 1,
28789
28800
  tooltip: 1,
@@ -30139,9 +30150,9 @@ var Kh = (
30139
30150
  if (f) {
30140
30151
  var h = new Kh();
30141
30152
  if (h.add(f.componentIndex), r.set(c, h), a = !1, c === "x" || c === "y") {
30142
- var d = f.getReferringComponents("grid", Tt).models[0];
30153
+ var d = f.getReferringComponents("grid", Et).models[0];
30143
30154
  d && R(l, function(p) {
30144
- f.componentIndex !== p.componentIndex && d === p.getReferringComponents("grid", Tt).models[0] && h.add(p.componentIndex);
30155
+ f.componentIndex !== p.componentIndex && d === p.getReferringComponents("grid", Et).models[0] && h.add(p.componentIndex);
30145
30156
  });
30146
30157
  }
30147
30158
  }
@@ -30297,7 +30308,7 @@ var Rz = (
30297
30308
  var t = [];
30298
30309
  return this.ecModel.eachSeries(function(r) {
30299
30310
  if (Dz(r)) {
30300
- var n = Fn(this._dimName), i = r.getReferringComponents(n, Tt).models[0];
30311
+ var n = Fn(this._dimName), i = r.getReferringComponents(n, Et).models[0];
30301
30312
  i && this._axisIndex === i.componentIndex && t.push(r);
30302
30313
  }
30303
30314
  }, this), t;
@@ -30786,7 +30797,7 @@ var jz = (
30786
30797
  if (v && v.type === "cartesian2d" && (i === "line" || i === "bar")) {
30787
30798
  var g = v.getAxesByScale("ordinal")[0];
30788
30799
  if (g) {
30789
- var m = g.dim, y = m + "Axis", _ = f.getReferringComponents(y, Tt).models[0], b = _.componentIndex;
30800
+ var m = g.dim, y = m + "Axis", _ = f.getReferringComponents(y, Et).models[0], b = _.componentIndex;
30790
30801
  s[y] = s[y] || [];
30791
30802
  for (var S = 0; S <= b; S++)
30792
30803
  s[y][b] = s[y][b] || {};
@@ -32238,11 +32249,11 @@ function Ij(e) {
32238
32249
  type: "showTip",
32239
32250
  event: "showTip",
32240
32251
  update: "tooltip:manuallyShowTip"
32241
- }, Dt), e.registerAction({
32252
+ }, At), e.registerAction({
32242
32253
  type: "hideTip",
32243
32254
  event: "hideTip",
32244
32255
  update: "tooltip:manuallyHideTip"
32245
- }, Dt);
32256
+ }, At);
32246
32257
  }
32247
32258
  var Pj = (
32248
32259
  /** @class */
@@ -34352,7 +34363,7 @@ const M$ = ({ ui: { workers: e } }) => ({ workers: e }), R$ = Jt(M$)(A$), rn = {
34352
34363
  }
34353
34364
  }), N$ = IT.actions, L$ = IT.reducer;
34354
34365
  function B$({ hasNotification: e, title: t }) {
34355
- return /* @__PURE__ */ T.jsxs(he, { sx: { display: "flex", alignItems: "center" }, children: [
34366
+ return /* @__PURE__ */ T.jsxs(fe, { sx: { display: "flex", alignItems: "center" }, children: [
34356
34367
  e && /* @__PURE__ */ T.jsx(IS, { color: "secondary" }),
34357
34368
  /* @__PURE__ */ T.jsx("span", { children: t })
34358
34369
  ] });
@@ -34365,15 +34376,15 @@ function V$({ currentTabIndexFromQuery: e, notification: t, setNotification: r,
34365
34376
  return Oe(() => {
34366
34377
  o(e);
34367
34378
  }, [e]), /* @__PURE__ */ T.jsxs(Hs, { maxWidth: "xl", children: [
34368
- /* @__PURE__ */ T.jsx(he, { sx: { mb: 2 }, children: /* @__PURE__ */ T.jsx(
34369
- vE,
34379
+ /* @__PURE__ */ T.jsx(fe, { sx: { mb: 2 }, children: /* @__PURE__ */ T.jsx(
34380
+ pE,
34370
34381
  {
34371
34382
  onChange: s,
34372
34383
  scrollButtons: "auto",
34373
34384
  value: a,
34374
34385
  variant: "scrollable",
34375
34386
  children: i.map(({ key: u, title: l }, c) => /* @__PURE__ */ T.jsx(
34376
- gE,
34387
+ vE,
34377
34388
  {
34378
34389
  label: /* @__PURE__ */ T.jsx(B$, { hasNotification: t[u], title: l })
34379
34390
  },
@@ -34402,7 +34413,7 @@ const F$ = (e, { tabs: t, extendedTabs: r }) => {
34402
34413
  }, z$ = {
34403
34414
  setNotification: MS.setNotification,
34404
34415
  setUrl: N$.setUrl
34405
- }, j$ = Jt(F$, z$)(V$), $$ = (e) => mE({
34416
+ }, j$ = Jt(F$, z$)(V$), $$ = (e) => gE({
34406
34417
  palette: {
34407
34418
  mode: e,
34408
34419
  primary: {
@@ -34493,7 +34504,7 @@ function Y$() {
34493
34504
  function q$({ swarmState: e, tabs: t, extendedTabs: r }) {
34494
34505
  H$(), Y$(), BO();
34495
34506
  const n = G$();
34496
- return /* @__PURE__ */ T.jsxs(SA, { theme: n, children: [
34507
+ return /* @__PURE__ */ T.jsxs(bA, { theme: n, children: [
34497
34508
  /* @__PURE__ */ T.jsx($b, {}),
34498
34509
  /* @__PURE__ */ T.jsx(MO, { children: e === dt.READY ? /* @__PURE__ */ T.jsx(pv, {}) : /* @__PURE__ */ T.jsx(j$, { extendedTabs: r, tabs: t }) })
34499
34510
  ] });