fansunited-management-components 1.53.7 → 1.53.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.es.js CHANGED
@@ -43,7 +43,7 @@ import { unstable_batchedUpdates as Xi, createPortal as yp } from "react-dom";
43
43
  import xp from "@emotion/styled";
44
44
  import { ThemeContext as Gy, keyframes as Cp, css as qc, jsx as ye } from "@emotion/react";
45
45
  import vl from "react-quill";
46
- import { FormControl as Ge, FormLabel as Ye, FormHelperText as Ri, Box as oe, Tabs as Yy, TabList as Ky, Tab as Ed, TabPanel as kd, Textarea as Jc, Select as Vt, Option as Et, Modal as Xc, ModalDialog as Zc, ModalClose as wp, DialogTitle as eu, DialogContent as tu, Grid as si, Typography as he, CircularProgress as Sn, Button as Fe, Snackbar as Qy, Input as ur, Tooltip as Re, IconButton as qt, styled as qy, Slider as Jy, DialogActions as Ip, Card as pn, Stack as Ta, AspectRatio as Sp, Skeleton as Ap, CardContent as Oi, AccordionGroup as Tp, Accordion as Ep, AccordionSummary as kp, AccordionDetails as _p, ListItemDecorator as oo, Link as Mi, Avatar as Bt, Chip as Zt, selectClasses as Ea, Divider as nu, ListDivider as Xy, Autocomplete as Cr, AutocompleteOption as wr, ChipDelete as Ur, Switch as Zy, switchClasses as e0, Table as ru, Sheet as iu, ListItem as Pp, List as Dp, Alert as Rp } from "@mui/joy";
46
+ import { FormControl as Ye, FormLabel as Ke, FormHelperText as Ri, Box as oe, Tabs as Yy, TabList as Ky, Tab as Ed, TabPanel as kd, Textarea as Jc, Select as Vt, Option as Et, Modal as Xc, ModalDialog as Zc, ModalClose as wp, DialogTitle as eu, DialogContent as tu, Grid as si, Typography as he, CircularProgress as Sn, Button as Fe, Snackbar as Qy, Input as ur, Tooltip as Re, IconButton as qt, styled as qy, Slider as Jy, DialogActions as Ip, Card as pn, Stack as Ta, AspectRatio as Sp, Skeleton as Ap, CardContent as Oi, AccordionGroup as Tp, Accordion as Ep, AccordionSummary as kp, AccordionDetails as _p, ListItemDecorator as oo, Link as Mi, Avatar as Bt, Chip as Zt, selectClasses as Ea, Divider as nu, ListDivider as Xy, Autocomplete as Cr, AutocompleteOption as wr, ChipDelete as Ur, Switch as Zy, switchClasses as e0, Table as ru, Sheet as iu, ListItem as Pp, List as Dp, Alert as Rp } from "@mui/joy";
47
47
  import { ContentCopy as ss, Upload as Op, Check as _d, Edit as Mp, Delete as ou, Add as sc, Close as Ir, Remove as Lp, EmojiEvents as bl } from "@mui/icons-material";
48
48
  var Jt = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
49
49
  function Bn(e) {
@@ -11719,7 +11719,7 @@ function $a(e) {
11719
11719
  t += "&args[]=" + encodeURIComponent(arguments[n]);
11720
11720
  return "Minified MUI error #" + e + "; visit " + t + " for the full message.";
11721
11721
  }
11722
- var hm = { exports: {} }, We = {};
11722
+ var hm = { exports: {} }, Ge = {};
11723
11723
  /**
11724
11724
  * @license React
11725
11725
  * react-is.production.js
@@ -11760,59 +11760,59 @@ function mn(e) {
11760
11760
  }
11761
11761
  }
11762
11762
  }
11763
- We.ContextConsumer = Ts;
11764
- We.ContextProvider = Es;
11765
- We.Element = Ou;
11766
- We.ForwardRef = ks;
11767
- We.Fragment = Is;
11768
- We.Lazy = Rs;
11769
- We.Memo = Ds;
11770
- We.Portal = Mu;
11771
- We.Profiler = As;
11772
- We.StrictMode = Ss;
11773
- We.Suspense = _s;
11774
- We.SuspenseList = Ps;
11775
- We.isContextConsumer = function(e) {
11763
+ Ge.ContextConsumer = Ts;
11764
+ Ge.ContextProvider = Es;
11765
+ Ge.Element = Ou;
11766
+ Ge.ForwardRef = ks;
11767
+ Ge.Fragment = Is;
11768
+ Ge.Lazy = Rs;
11769
+ Ge.Memo = Ds;
11770
+ Ge.Portal = Mu;
11771
+ Ge.Profiler = As;
11772
+ Ge.StrictMode = Ss;
11773
+ Ge.Suspense = _s;
11774
+ Ge.SuspenseList = Ps;
11775
+ Ge.isContextConsumer = function(e) {
11776
11776
  return mn(e) === Ts;
11777
11777
  };
11778
- We.isContextProvider = function(e) {
11778
+ Ge.isContextProvider = function(e) {
11779
11779
  return mn(e) === Es;
11780
11780
  };
11781
- We.isElement = function(e) {
11781
+ Ge.isElement = function(e) {
11782
11782
  return typeof e == "object" && e !== null && e.$$typeof === Ou;
11783
11783
  };
11784
- We.isForwardRef = function(e) {
11784
+ Ge.isForwardRef = function(e) {
11785
11785
  return mn(e) === ks;
11786
11786
  };
11787
- We.isFragment = function(e) {
11787
+ Ge.isFragment = function(e) {
11788
11788
  return mn(e) === Is;
11789
11789
  };
11790
- We.isLazy = function(e) {
11790
+ Ge.isLazy = function(e) {
11791
11791
  return mn(e) === Rs;
11792
11792
  };
11793
- We.isMemo = function(e) {
11793
+ Ge.isMemo = function(e) {
11794
11794
  return mn(e) === Ds;
11795
11795
  };
11796
- We.isPortal = function(e) {
11796
+ Ge.isPortal = function(e) {
11797
11797
  return mn(e) === Mu;
11798
11798
  };
11799
- We.isProfiler = function(e) {
11799
+ Ge.isProfiler = function(e) {
11800
11800
  return mn(e) === As;
11801
11801
  };
11802
- We.isStrictMode = function(e) {
11802
+ Ge.isStrictMode = function(e) {
11803
11803
  return mn(e) === Ss;
11804
11804
  };
11805
- We.isSuspense = function(e) {
11805
+ Ge.isSuspense = function(e) {
11806
11806
  return mn(e) === _s;
11807
11807
  };
11808
- We.isSuspenseList = function(e) {
11808
+ Ge.isSuspenseList = function(e) {
11809
11809
  return mn(e) === Ps;
11810
11810
  };
11811
- We.isValidElementType = function(e) {
11811
+ Ge.isValidElementType = function(e) {
11812
11812
  return typeof e == "string" || typeof e == "function" || e === Is || e === As || e === Ss || e === _s || e === Ps || e === wA || typeof e == "object" && e !== null && (e.$$typeof === Rs || e.$$typeof === Ds || e.$$typeof === Es || e.$$typeof === Ts || e.$$typeof === ks || e.$$typeof === IA || e.getModuleId !== void 0);
11813
11813
  };
11814
- We.typeOf = mn;
11815
- hm.exports = We;
11814
+ Ge.typeOf = mn;
11815
+ hm.exports = Ge;
11816
11816
  var pm = hm.exports;
11817
11817
  function we(e) {
11818
11818
  if (typeof e != "string")
@@ -16158,13 +16158,13 @@ const GE = ["component", "color", "children", "indicator", "variant", "slots", "
16158
16158
  d !== "api" && (f.getText().trim() === "" ? a("") : a(l));
16159
16159
  };
16160
16160
  return t === "description" ? /* @__PURE__ */ u.jsxs(
16161
- Ge,
16161
+ Ye,
16162
16162
  {
16163
16163
  sx: () => ({
16164
16164
  marginBottom: "16px"
16165
16165
  }),
16166
16166
  children: [
16167
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: e }),
16167
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: e }),
16168
16168
  /* @__PURE__ */ u.jsx(
16169
16169
  vl,
16170
16170
  {
@@ -16178,8 +16178,8 @@ const GE = ["component", "color", "children", "indicator", "variant", "slots", "
16178
16178
  )
16179
16179
  ]
16180
16180
  }
16181
- ) : t === "mini_games_explanation" ? /* @__PURE__ */ u.jsxs(Ge, { children: [
16182
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: e }),
16181
+ ) : t === "mini_games_explanation" ? /* @__PURE__ */ u.jsxs(Ye, { children: [
16182
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: e }),
16183
16183
  /* @__PURE__ */ u.jsx(
16184
16184
  vl,
16185
16185
  {
@@ -16235,13 +16235,13 @@ const GE = ["component", "color", "children", "indicator", "variant", "slots", "
16235
16235
  i(s || "");
16236
16236
  };
16237
16237
  return /* @__PURE__ */ u.jsxs(
16238
- Ge,
16238
+ Ye,
16239
16239
  {
16240
16240
  sx: () => ({
16241
16241
  marginBottom: "16px"
16242
16242
  }),
16243
16243
  children: [
16244
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: e }),
16244
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: e }),
16245
16245
  /* @__PURE__ */ u.jsx(Vt, { defaultValue: t, onChange: o, children: n.map((a, s) => /* @__PURE__ */ u.jsx(Et, { value: a, children: a }, `basic-select-${a}-${s}`)) }),
16246
16246
  r ? /* @__PURE__ */ u.jsx(Ri, { children: r }) : /* @__PURE__ */ u.jsx(u.Fragment, {})
16247
16247
  ]
@@ -18685,10 +18685,10 @@ function iP(e, t) {
18685
18685
  });
18686
18686
  }
18687
18687
  const oP = 0.2, aP = 0.14, sP = 0.12;
18688
- function Ke(...e) {
18688
+ function Qe(...e) {
18689
18689
  return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${oP})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${aP})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${sP})`].join(",");
18690
18690
  }
18691
- const lP = ["none", Ke(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Ke(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), Ke(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), Ke(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), Ke(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), Ke(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), Ke(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), Ke(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), Ke(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), Ke(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), Ke(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), Ke(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), Ke(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), Ke(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), Ke(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), Ke(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), Ke(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), Ke(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), Ke(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), Ke(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), Ke(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), Ke(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), Ke(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), Ke(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], cP = {
18691
+ const lP = ["none", Qe(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Qe(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), Qe(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), Qe(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), Qe(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), Qe(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), Qe(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), Qe(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), Qe(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), Qe(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), Qe(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), Qe(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), Qe(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), Qe(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), Qe(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), Qe(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), Qe(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), Qe(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), Qe(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), Qe(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), Qe(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), Qe(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), Qe(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), Qe(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], cP = {
18692
18692
  // This is the most common easing curve.
18693
18693
  easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
18694
18694
  // Objects enter the screen at full velocity from off-screen and
@@ -19925,14 +19925,14 @@ const GP = (e) => (t) => {
19925
19925
  endDecorator: s = void 0,
19926
19926
  onChange: l
19927
19927
  }) => /* @__PURE__ */ u.jsxs(
19928
- Ge,
19928
+ Ye,
19929
19929
  {
19930
19930
  size: o || "md",
19931
19931
  sx: () => ({
19932
19932
  marginBottom: "16px"
19933
19933
  }),
19934
19934
  children: [
19935
- /* @__PURE__ */ u.jsx(Ye, { required: i, color: "primary", children: e }),
19935
+ /* @__PURE__ */ u.jsx(Ke, { required: i, color: "primary", children: e }),
19936
19936
  /* @__PURE__ */ u.jsx(
19937
19937
  Wa,
19938
19938
  {
@@ -21285,8 +21285,8 @@ const bv = ({ title: e, open: t, imageSrc: n, toggleModal: r }) => /* @__PURE__
21285
21285
  const i = (o) => {
21286
21286
  r(o.target.value);
21287
21287
  };
21288
- return /* @__PURE__ */ u.jsxs(Ge, { sx: { marginBottom: "16px" }, children: [
21289
- /* @__PURE__ */ u.jsx(Ye, { required: n, color: "primary", children: e }),
21288
+ return /* @__PURE__ */ u.jsxs(Ye, { sx: { marginBottom: "16px" }, children: [
21289
+ /* @__PURE__ */ u.jsx(Ke, { required: n, color: "primary", children: e }),
21290
21290
  /* @__PURE__ */ u.jsx(
21291
21291
  ur,
21292
21292
  {
@@ -22185,13 +22185,13 @@ const Pv = ({ labels: e, open: t, imageSrc: n, resetDefaultImageUrl: r, toggleMo
22185
22185
  }
22186
22186
  ) }),
22187
22187
  /* @__PURE__ */ u.jsxs(
22188
- Ge,
22188
+ Ye,
22189
22189
  {
22190
22190
  sx: () => ({
22191
22191
  marginBottom: "16px"
22192
22192
  }),
22193
22193
  children: [
22194
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: e.aspectRatio }),
22194
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: e.aspectRatio }),
22195
22195
  /* @__PURE__ */ u.jsxs(Vt, { value: d, onChange: g, children: [
22196
22196
  /* @__PURE__ */ u.jsx(Et, { value: 4 / 3, children: "4 / 3" }),
22197
22197
  /* @__PURE__ */ u.jsx(Et, { value: 16 / 9, children: "16 / 9" }),
@@ -24697,7 +24697,7 @@ const _R = (e) => {
24697
24697
  }, PR = ({ required: e, defaultValue: t, onChangeFromDate: n, onChangeToDate: r }) => {
24698
24698
  const [i, o] = t;
24699
24699
  return /* @__PURE__ */ u.jsxs(oe, { sx: { marginBottom: "16px" }, children: [
24700
- /* @__PURE__ */ u.jsx(Ge, { children: /* @__PURE__ */ u.jsx(Ye, { required: e, color: "primary", children: "Duration" }) }),
24700
+ /* @__PURE__ */ u.jsx(Ye, { children: /* @__PURE__ */ u.jsx(Ke, { required: e, color: "primary", children: "Duration" }) }),
24701
24701
  /* @__PURE__ */ u.jsxs(si, { container: !0, direction: "row", justifyContent: "flex-start", alignItems: "flex-start", children: [
24702
24702
  /* @__PURE__ */ u.jsx(Ao, { label: "From date", defaultValue: i, required: e, onChange: n }),
24703
24703
  /* @__PURE__ */ u.jsx(Ao, { label: "To date", defaultValue: o, required: e, onChange: r })
@@ -24715,8 +24715,8 @@ const _R = (e) => {
24715
24715
  } else d && d.length === 0 && (r({ from: "", to: "" }), l());
24716
24716
  o(d);
24717
24717
  };
24718
- return /* @__PURE__ */ u.jsxs(Ge, { sx: { marginBottom: "16px" }, children: [
24719
- /* @__PURE__ */ u.jsx(Ye, { required: n, color: "primary", children: e }),
24718
+ return /* @__PURE__ */ u.jsxs(Ye, { sx: { marginBottom: "16px" }, children: [
24719
+ /* @__PURE__ */ u.jsx(Ke, { required: n, color: "primary", children: e }),
24720
24720
  /* @__PURE__ */ u.jsx(
24721
24721
  oe,
24722
24722
  {
@@ -28866,13 +28866,13 @@ const Ci = ut("MuiCheckbox", ["root", "checkbox", "action", "input", "label", "c
28866
28866
  }, n2 = ({ labels: e, values: t, valuesMap: n, onChange: r }) => {
28867
28867
  const [i, o] = K(!1);
28868
28868
  return /* @__PURE__ */ u.jsxs(
28869
- Ge,
28869
+ Ye,
28870
28870
  {
28871
28871
  sx: () => ({
28872
28872
  marginBottom: "16px"
28873
28873
  }),
28874
28874
  children: [
28875
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: e.marketSelection }),
28875
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: e.marketSelection }),
28876
28876
  /* @__PURE__ */ u.jsx(Ri, { sx: { mb: 2 }, children: e.marketSelectionDescription }),
28877
28877
  /* @__PURE__ */ u.jsx(
28878
28878
  _r,
@@ -28897,7 +28897,7 @@ const Ci = ut("MuiCheckbox", ["root", "checkbox", "action", "input", "label", "c
28897
28897
  ]
28898
28898
  }
28899
28899
  );
28900
- }, Qe = {
28900
+ }, We = {
28901
28901
  avatar: "data:image/png;base64,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",
28902
28902
  team: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAAbFBMVEUAAAA4Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk04Pk3VGBMfAAAAI3RSTlMAcN3YbAMJ8lQsGkdh97kVyyLTsT0Q7ayEfDXD6KSLdeSclIjjiMMAAAu4SURBVHja7NjbasJAFIbRbY0S0npA641Cxc77v2OveyElYCY7nbWe4YPZ/wQAAAAAAAAAAAAAAAAAAAAAANCU7bXvVrxI11+3sSDD/Vh4sdt9iGUYHoVJPJaQwGa1K0xk120iucu+MKHzJVIbToVJnQ6R2GFd+K2pAraO/wpuee+A70IFX5HUe6GKz0hp4wCs5JjzEegLlfSRkR+AavaR0FCoJuMU/Cg818AbYAP+4b8vQSdARefIxwis6Bj5vBWqWUc+AnhOAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASCAxgmgcQJonAAaJ4DGCaBxAmicABongJfpZiaAmcXMBDCOAAQgAAEIIPIRgACWKEYSgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABLBEMZIABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQggCWKkQQgAAH8sEvHNAAAAAiA7J/aDJ5ukAEBBBBAAAEEEEAAAQQQQAABBBBAgEcZCSCAAAIIIIAAAggggAACCCCAAAIIIIAAjzISQAABBBBAAAEEEEAAAQQQQAABBBBAAAEeZSSAAAIIIIAAAggggAACCCCAAAIIIIAAAjzKSAABBBBAAAEEEEAAAQQQQAABBBBAAAEEeJSRAAIIIIAAAggggAACCCCAAAIIIIAAAgjwKCMBBBBAAAEEEEAAAQQQQAABBBBAAAEEEOBRRgIIIIAAAggggAACCCCAAAIIIIAAAgggwKOMBBBAAAEEEEAAAQQQQAABBBBAAAEEEECARxkJIIAAAggggAACCCCAAAIIIIAAAggggACPMhJAAAEEEEAAAQQQQAABBBBAAAEEEEAAAR5lJIAAAggggAACCCCAAAIIIIAAAggggAACPMpIgLJLxzQAAAAIgOyf2gyebpABAQQQQAABBBBAAAEEEEAAAQQQQAABBHiUkQACCCCAAAIIIIAAAggggAACCCCAAAII8CgjAQQQQAABBBBAAAEEEEAAAQQQQAABBBDgUUYClF07y2kgiKEoehVIAGUgE5CkRYC8/e+RNZR/7NfyWULrSl1lVwfQAXQAHUAH0AF0AB1AB9ABdAAdQAcQt+wAxswtgNV8AniSJcYUCeBIPUdZIte7QvbUs5clch0UMlHPJEvkuilkRz07WSLXWiEn6vmSJXJtFPJNPX+yRK6rQh7Uc5Elcj0UcqWeH1kiIP/k9Ew9G1ki10Ihr9SzliUC0lcBOlPPmywxosxHO1DPhywxqsR/c0VBL3JEqrtCPqnIcxtEqmk+uyA4yRGZltv5DALhLkdkuinmQkWegwCGFRiebajoLEeMS58D6kZFnvdAEq22c7oFwq8MMS59eLqgJssnIYzKXwX+k3cvOgnEUBBAx0ddXbMqJkAUMJj5/38UwsMA4rZsdjtTzieIudveO20l4yC2A2Ekyz4JkhwGrz3SEFLlHwTwGZpqGkK67I2TV4ia0w+yCcvC1oCeuVCkUeibaDaCXVNhSCSQolXMg2180g9yGTe80BNUBcNIANIIjE4mAbIMJ8JIohCfmELXDe0gnsYSUHgJYBkMRTSVYqkYCDWeByGPEVlcF8DzgCCiCP2hFI8FOp8OQRZ1w9IGAfuIgxlk8cVLVcKbQMuNICKpFADlTaBlMhQJsidBRI+FWgcDEUljC8BGNA7o+w1ABgsW+wXwiwUhnsLMTP0L4LcPQIrsF+pV8l8AYEEriKJSI7+hz6wXhKE9LLlS0M0gx4LXteGIpRCe154D7HzQCeJoDExVDwQ4p8MxrDBjBzUsWLUCEEGlU6rfBDBcBmJQdUWy0EGg6TIQ7VTOzyq+E+N/PgCtVD4A0mHAQ2OjbiAGNKrYQTWGDaNkGFrI7ADEs2C26WC00GmQSKeBfS8LQQuFkwDS14K47wQxlNclycLHAI6PyGEg4YVb5TwUV0QuBP/S2RrrJ0FMm0E4T+mb+C6eBveNB2MQowm3iroctoQSgCE8vLGbW7sCYFMCcJ5QTM6vANiUAJyj0wHyLAAuJQBnSO2IHAuASwlA754adnRnWQBMegHo22hOXlkPYCc4PCOFno3f+aukJ6JKmQjglFIH2CkJ5jkURK/ClJ29wJdBLgB/y38RgMHFoEVEg3BCqQFgFgQ6VctfHose3bO7SvZxgEICwjgm1gm7gbdwR204pNYG8RsDu20Fsaf4+7sFwQyfEcGe4j++7uMgxawDsaH5+7uvADfuqQy9eG64cqVTwGNhRmHYEvz+c2a/AjToB2JN8/dvrHuAP+zd62KiMBAF4CkWUBTFG6JSLz3v/45bbbu77noBm8AknO8F/EFMJpPJxJWmMfJN2f7/w158ESq+JiJnGmOezJMF4GSg9764iOic7vxZAHRnhOWTgpcAnG0HUUWotjJAjAqPMGTs0QJwkuTQSUyK5jAkd6QjnPsVomLQZItPnS4Du+UdKok50x7OOl8Fcl2ks0ZYjNmUAHeAd0xVngqJKf0UpsROtQNyPAzQlv7xNAD4tIM+YkT4DnMK8ZXGbICYsBwDYAbgsYm+x6XFgOkM5gQONQStb6PuUEB+bpHjA48A3GwaoCv8c/cmsLOBoKrwz+cA8Fuo7D0RPdnfk5XHAaDSjKD8yOYAkzIH3oVU0TJDywAYpTDp4N0RoANbAXledIRRsecbAJ05YXnaNMMJM8Ct75zaGQDDHL/xFoi7m0F5TljghBvAJ4Vq3hiXpyRjXOP5u+AiHp4LyTOGJQybdyABcClScllExfSPbScSAJcmOhJCUluyhWkzr08Ab0lU9BKWuvo5TAs6kgBSmRKUeqJ3GHfwtATwsYGC2yJSy6AH48rOfn+RQfuFwlJDuId5eWcSwNdsWh8BUt10iw/8/kYtYrRLKhvFMC/eSMe1PQKkoskcJ/z+vo2Aeps/fn8Rz0aAVDF5wxm//5lXkaBU0C/xB+O/M2/yAfLQZAUrSn7/3wYl2tLS6g8c+P3/Mg3QErkvmcOOoMP5v2uSHtoh94SvMeyYdfT8R9/psNwxyGBJ5kUbcLOWW7RBbop2sGXcwfoPwz3W7A+AYYCreAHsXwq7LP58ACQrWPPO739LgcbdOPdNYc1aSFH7ALli2MP/eP/jAXXN1qppdvZH2qH7Xwr6rTwxAKJ1CntKHv88NAjQJLnUD2BRj+m/CiYZGnQ5+Mawacv0j76EgPwxOcKqFdM/FYU7NEa+RfsYVu24/dfYQOD+4s/tX1uGMZohZ4sMdsXc/tU0OKAR59+aw7KA1R+1JRmaIJIccRPD/xZFb2jAskhh25Hhn94nZ3M8xCdgW9OP4TyGfw7lhb8w/NNjqaWZ1JPGnWz+IuJmVtC8guGfgyUCxsTev/5wCwOBkx6Xf0OWyh6Z4OGfCa0357HsRcighYaWcjWUC6EbtLRntmnM5P9tahq027Pm7u8BJT267Thw+rdk4sQyMOf0b034oj4plL4KWTTQ0WT+phmTP3UpaNcNVv66ZKjvDfovAaO/RizVvDh16Y1Hv0/S8GrHj5U8+mtQou54aMXNX7NGqsoFY977qcTXw4E5u/5V4eskkPPvX5mPkcCKf/9aPNsOMPi3xt5TDtz7+2QYoDUBb/0oEO3Qkh3LPnXYZGhBxoM/NcKXGA2LX3nwp0myQqPeuPfT5n4wyODPf9E6RSNSFv0qNZ2jAXP2e9XL/jrQ4+yvmuV1IN5z9tcuecMFxv6dY6vtZ8Zm/44IRyWMO4w4+7sjKlIYlRbM+7tlugJY9NFp5kKBjBc+nBSOSi7+3WYgFEjXXPxd9tOswJGLv+sGYzxtzJoPHwxneMqMaX9PhKMDagsY+3kk2ueoJX9h7OeXZRGjsnjNcn//THYpKokLXvX206SI+fm7bbnOcVfOyd9z0b7ETQeGfh0QjQJc1ePGryPCfob/bPv8/B2yWOHCiuVeXTMtZvgyK1jq30nLRf/1tb9g3P+rPTgkAAAAABD0/7U3DAAAAAAAAAAAAAAAAAAAAAAAALATZ09HWAi+hXYAAAAASUVORK5CYII=",
28903
28903
  competition: "data:image/png;base64,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",
@@ -28918,18 +28918,18 @@ const Ci = ut("MuiCheckbox", ["root", "checkbox", "action", "input", "label", "c
28918
28918
  ] }),
28919
28919
  e.homeTeam.code ? /* @__PURE__ */ u.jsx(Re, { title: e.homeTeam.name, children: /* @__PURE__ */ u.jsxs(oe, { display: "flex", gap: 0.5, alignItems: "center", minWidth: "60px", justifyContent: "flex-end", children: [
28920
28920
  /* @__PURE__ */ u.jsx(he, { children: e.homeTeam.code || e.homeTeam.name }),
28921
- /* @__PURE__ */ u.jsx(Bt, { src: ((n = e.homeTeam.assets) == null ? void 0 : n.logo) || Qe.team, sx: { width: "20px", height: "20px" } })
28921
+ /* @__PURE__ */ u.jsx(Bt, { src: ((n = e.homeTeam.assets) == null ? void 0 : n.logo) || We.team, sx: { width: "20px", height: "20px" } })
28922
28922
  ] }) }) : /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
28923
28923
  /* @__PURE__ */ u.jsx(he, { children: e.homeTeam.code || e.homeTeam.name }),
28924
- /* @__PURE__ */ u.jsx(Bt, { src: ((r = e.homeTeam.assets) == null ? void 0 : r.logo) || Qe.team, sx: { width: "20px", height: "20px" } })
28924
+ /* @__PURE__ */ u.jsx(Bt, { src: ((r = e.homeTeam.assets) == null ? void 0 : r.logo) || We.team, sx: { width: "20px", height: "20px" } })
28925
28925
  ] }),
28926
28926
  "-",
28927
28927
  e.awayTeam.code ? /* @__PURE__ */ u.jsx(Re, { title: e.awayTeam.name, children: /* @__PURE__ */ u.jsxs(oe, { display: "flex", gap: 0.5, alignItems: "center", children: [
28928
- /* @__PURE__ */ u.jsx(Bt, { src: ((i = e.awayTeam.assets) == null ? void 0 : i.logo) || Qe.team, sx: { width: "20px", height: "20px" } }),
28928
+ /* @__PURE__ */ u.jsx(Bt, { src: ((i = e.awayTeam.assets) == null ? void 0 : i.logo) || We.team, sx: { width: "20px", height: "20px" } }),
28929
28929
  " ",
28930
28930
  /* @__PURE__ */ u.jsx(he, { children: e.awayTeam.code || e.awayTeam.name })
28931
28931
  ] }) }) : /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
28932
- /* @__PURE__ */ u.jsx(Bt, { src: ((o = e.awayTeam.assets) == null ? void 0 : o.logo) || Qe.team, sx: { width: "20px", height: "20px" } }),
28932
+ /* @__PURE__ */ u.jsx(Bt, { src: ((o = e.awayTeam.assets) == null ? void 0 : o.logo) || We.team, sx: { width: "20px", height: "20px" } }),
28933
28933
  /* @__PURE__ */ u.jsx(he, { children: e.awayTeam.code || e.awayTeam.name })
28934
28934
  ] })
28935
28935
  ] });
@@ -28958,13 +28958,13 @@ const Ci = ut("MuiCheckbox", ["root", "checkbox", "action", "input", "label", "c
28958
28958
  l();
28959
28959
  }, []), /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
28960
28960
  r.length > 0 ? /* @__PURE__ */ u.jsxs(
28961
- Ge,
28961
+ Ye,
28962
28962
  {
28963
28963
  sx: () => ({
28964
28964
  marginBottom: "16px"
28965
28965
  }),
28966
28966
  children: [
28967
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: e.label }),
28967
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: e.label }),
28968
28968
  /* @__PURE__ */ u.jsx(
28969
28969
  Vt,
28970
28970
  {
@@ -29028,13 +29028,13 @@ const Ci = ut("MuiCheckbox", ["root", "checkbox", "action", "input", "label", "c
29028
29028
  l();
29029
29029
  }, []), /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
29030
29030
  r.length > 0 ? /* @__PURE__ */ u.jsxs(
29031
- Ge,
29031
+ Ye,
29032
29032
  {
29033
29033
  sx: () => ({
29034
29034
  marginBottom: "16px"
29035
29035
  }),
29036
29036
  children: [
29037
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: e.label }),
29037
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: e.label }),
29038
29038
  /* @__PURE__ */ u.jsx(
29039
29039
  Vt,
29040
29040
  {
@@ -29223,8 +29223,8 @@ const h2 = qe(/* @__PURE__ */ u.jsx("path", {
29223
29223
  width: "100%"
29224
29224
  },
29225
29225
  children: [
29226
- /* @__PURE__ */ u.jsxs(Ge, { sx: { mr: { xl: 1 }, width: "100%", mb: { xs: 1, xl: 0 } }, children: [
29227
- /* @__PURE__ */ u.jsx(Ye, { required: !0, color: "primary", children: e.labels.changeStatusTo }),
29226
+ /* @__PURE__ */ u.jsxs(Ye, { sx: { mr: { xl: 1 }, width: "100%", mb: { xs: 1, xl: 0 } }, children: [
29227
+ /* @__PURE__ */ u.jsx(Ke, { required: !0, color: "primary", children: e.labels.changeStatusTo }),
29228
29228
  /* @__PURE__ */ u.jsx(
29229
29229
  Vt,
29230
29230
  {
@@ -29237,8 +29237,8 @@ const h2 = qe(/* @__PURE__ */ u.jsx("path", {
29237
29237
  }
29238
29238
  )
29239
29239
  ] }),
29240
- /* @__PURE__ */ u.jsxs(Ge, { sx: { mr: { xl: 1 }, width: "100%", mb: { xs: 1, xl: 0 } }, children: [
29241
- /* @__PURE__ */ u.jsx(Ye, { required: !0, color: "primary", children: e.labels.at }),
29240
+ /* @__PURE__ */ u.jsxs(Ye, { sx: { mr: { xl: 1 }, width: "100%", mb: { xs: 1, xl: 0 } }, children: [
29241
+ /* @__PURE__ */ u.jsx(Ke, { required: !0, color: "primary", children: e.labels.at }),
29242
29242
  /* @__PURE__ */ u.jsx(jc, { defaultDate: s, onChange: (Y) => l(Y) })
29243
29243
  ] }),
29244
29244
  r && s ? /* @__PURE__ */ u.jsx(Fe, { onClick: () => W(M.id, M.name), loading: p, sx: { mt: "auto" }, children: e.labels.save }) : /* @__PURE__ */ u.jsx(Fe, { disabled: !0, sx: { mt: "auto" }, children: e.labels.save })
@@ -29296,12 +29296,12 @@ const h2 = qe(/* @__PURE__ */ u.jsx("path", {
29296
29296
  mt: T && T.length ? 2 : 0
29297
29297
  },
29298
29298
  children: [
29299
- /* @__PURE__ */ u.jsxs(Ge, { sx: { mr: { xl: 1 }, width: "100%", mb: { xs: 1, xl: 0 } }, children: [
29300
- /* @__PURE__ */ u.jsx(Ye, { required: !0, color: "primary", children: e.labels.changeStatusTo }),
29299
+ /* @__PURE__ */ u.jsxs(Ye, { sx: { mr: { xl: 1 }, width: "100%", mb: { xs: 1, xl: 0 } }, children: [
29300
+ /* @__PURE__ */ u.jsx(Ke, { required: !0, color: "primary", children: e.labels.changeStatusTo }),
29301
29301
  /* @__PURE__ */ u.jsx(Vt, { value: o, size: "sm", name: "status", onChange: (M, U) => a(U), sx: { minHeight: "37px" }, children: /* @__PURE__ */ u.jsx(Dh, { entityType: e.entityType }) })
29302
29302
  ] }),
29303
- /* @__PURE__ */ u.jsxs(Ge, { sx: { mr: { xl: 1 }, width: "100%", mb: { xs: 1, xl: 0 } }, children: [
29304
- /* @__PURE__ */ u.jsx(Ye, { required: !0, color: "primary", children: e.labels.at }),
29303
+ /* @__PURE__ */ u.jsxs(Ye, { sx: { mr: { xl: 1 }, width: "100%", mb: { xs: 1, xl: 0 } }, children: [
29304
+ /* @__PURE__ */ u.jsx(Ke, { required: !0, color: "primary", children: e.labels.at }),
29305
29305
  /* @__PURE__ */ u.jsx(jc, { defaultDate: c, onChange: (M) => d(M) })
29306
29306
  ] }),
29307
29307
  o && c ? /* @__PURE__ */ u.jsx(Fe, { onClick: N, loading: f, sx: { mt: "auto" }, children: e.labels.create }) : /* @__PURE__ */ u.jsx(Fe, { disabled: !0, sx: { mt: "auto" }, children: e.labels.create })
@@ -29518,15 +29518,15 @@ const gb = qe(/* @__PURE__ */ u.jsx("path", {
29518
29518
  function o(l) {
29519
29519
  var c, d;
29520
29520
  return l ? /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
29521
- /* @__PURE__ */ u.jsx(oo, { children: /* @__PURE__ */ u.jsx(Bt, { size: "sm", src: ((d = (c = n.find((f) => f.id === l.value)) == null ? void 0 : c.assets) == null ? void 0 : d.logo) || Qe.competition }) }),
29521
+ /* @__PURE__ */ u.jsx(oo, { children: /* @__PURE__ */ u.jsx(Bt, { size: "sm", src: ((d = (c = n.find((f) => f.id === l.value)) == null ? void 0 : c.assets) == null ? void 0 : d.logo) || We.competition }) }),
29522
29522
  l.label
29523
29523
  ] }) : null;
29524
29524
  }
29525
29525
  const a = Le.useRef(null), s = (l, c) => {
29526
29526
  i(c);
29527
29527
  };
29528
- return /* @__PURE__ */ u.jsxs(Ge, { sx: { mb: 1 }, children: [
29529
- /* @__PURE__ */ u.jsx(Ye, { required: r, color: "primary", children: e }),
29528
+ return /* @__PURE__ */ u.jsxs(Ye, { sx: { mb: 1 }, children: [
29529
+ /* @__PURE__ */ u.jsx(Ke, { required: r, color: "primary", children: e }),
29530
29530
  /* @__PURE__ */ u.jsx(
29531
29531
  Vt,
29532
29532
  Q(j({
@@ -29564,7 +29564,7 @@ const gb = qe(/* @__PURE__ */ u.jsx("path", {
29564
29564
  return /* @__PURE__ */ u.jsxs(Le.Fragment, { children: [
29565
29565
  c !== 0 ? /* @__PURE__ */ u.jsx(Xy, { role: "none" }) : null,
29566
29566
  /* @__PURE__ */ u.jsxs(Et, { value: l.id, label: l.name, children: [
29567
- /* @__PURE__ */ u.jsx(oo, { children: /* @__PURE__ */ u.jsx(Bt, { size: "sm", src: ((d = l.assets) == null ? void 0 : d.logo) || Qe.competition }) }),
29567
+ /* @__PURE__ */ u.jsx(oo, { children: /* @__PURE__ */ u.jsx(Bt, { size: "sm", src: ((d = l.assets) == null ? void 0 : d.logo) || We.competition }) }),
29568
29568
  l.name
29569
29569
  ] })
29570
29570
  ] }, `${l.id}-${c}`);
@@ -29691,9 +29691,9 @@ const Ar = /* @__PURE__ */ Bn(xj), jn = ({ option: e }) => /* @__PURE__ */ u.jsx
29691
29691
  id: t.id,
29692
29692
  value: t.name ? t.name : "Competition with no name",
29693
29693
  label: t.name ? t.name : "Competition with no name",
29694
- logo: ((n = t.assets) == null ? void 0 : n.logo) || Qe.competition,
29694
+ logo: ((n = t.assets) == null ? void 0 : n.logo) || We.competition,
29695
29695
  countryName: ((r = t.country) == null ? void 0 : r.name) || "No country",
29696
- countryFlag: ((o = (i = t.country) == null ? void 0 : i.assets) == null ? void 0 : o.flag) || Qe.flag
29696
+ countryFlag: ((o = (i = t.country) == null ? void 0 : i.assets) == null ? void 0 : o.flag) || We.flag
29697
29697
  };
29698
29698
  })) || [], Cj = ({ labels: e, label: t, ids: n, required: r, onChange: i }) => {
29699
29699
  const [o, a] = K([]), [s, l] = K([]), [c, d] = K(!1), [f, h] = K(""), [p, m] = K(!1), { sdk: g } = mt(), v = () => m(!p), w = (b, I) => {
@@ -29742,8 +29742,8 @@ const Ar = /* @__PURE__ */ Bn(xj), jn = ({ option: e }) => /* @__PURE__ */ u.jsx
29742
29742
  },
29743
29743
  A.id
29744
29744
  ));
29745
- return /* @__PURE__ */ u.jsxs(Ge, { sx: { marginBottom: "16px" }, children: [
29746
- /* @__PURE__ */ u.jsx(Ye, { required: r, color: "primary", children: t }),
29745
+ return /* @__PURE__ */ u.jsxs(Ye, { sx: { marginBottom: "16px" }, children: [
29746
+ /* @__PURE__ */ u.jsx(Ke, { required: r, color: "primary", children: t }),
29747
29747
  /* @__PURE__ */ u.jsx(oe, { children: /* @__PURE__ */ u.jsx(
29748
29748
  Cr,
29749
29749
  {
@@ -29778,9 +29778,9 @@ const Ar = /* @__PURE__ */ Bn(xj), jn = ({ option: e }) => /* @__PURE__ */ u.jsx
29778
29778
  id: t.id,
29779
29779
  value: t.name ? t.name : "Competition with no name",
29780
29780
  label: t.name ? t.name : "Competition with no name",
29781
- logo: ((n = t.assets) == null ? void 0 : n.logo) || Qe.competition,
29781
+ logo: ((n = t.assets) == null ? void 0 : n.logo) || We.competition,
29782
29782
  countryName: ((r = t.country) == null ? void 0 : r.name) || "No country",
29783
- countryFlag: ((o = (i = t.country) == null ? void 0 : i.assets) == null ? void 0 : o.flag) || Qe.flag
29783
+ countryFlag: ((o = (i = t.country) == null ? void 0 : i.assets) == null ? void 0 : o.flag) || We.flag
29784
29784
  };
29785
29785
  })) || [], wj = ({ labels: e, ids: t, scope: n, onChange: r }) => {
29786
29786
  const [i, o] = K([]), [a, s] = K([]), [l, c] = K(!1), [d, f] = K(""), [h, p] = K(!1), { sdk: m } = mt(), g = () => p(!h), v = (x, b) => {
@@ -29914,7 +29914,7 @@ const Ar = /* @__PURE__ */ Bn(xj), jn = ({ option: e }) => /* @__PURE__ */ u.jsx
29914
29914
  }
29915
29915
  },
29916
29916
  children: /* @__PURE__ */ u.jsxs(oe, { display: "flex", alignItems: "center", mr: 1, children: [
29917
- /* @__PURE__ */ u.jsx(Bt, { sx: { width: "1.5rem", height: " 1.5rem", mr: 0.5, borderRadius: "0.75rem" }, src: (A = b.avatar) != null ? A : Qe.avatar }),
29917
+ /* @__PURE__ */ u.jsx(Bt, { sx: { width: "1.5rem", height: " 1.5rem", mr: 0.5, borderRadius: "0.75rem" }, src: (A = b.avatar) != null ? A : We.avatar }),
29918
29918
  /* @__PURE__ */ u.jsx(he, { children: b.label })
29919
29919
  ] })
29920
29920
  },
@@ -29947,7 +29947,7 @@ const Ar = /* @__PURE__ */ Bn(xj), jn = ({ option: e }) => /* @__PURE__ */ u.jsx
29947
29947
  renderOption: (y, x) => {
29948
29948
  var b;
29949
29949
  return /* @__PURE__ */ u.jsx(wr, Q(j({}, y), { children: /* @__PURE__ */ u.jsxs(oe, { display: "flex", alignItems: "center", mr: 1, children: [
29950
- /* @__PURE__ */ u.jsx(Bt, { sx: { width: "1.5rem", height: " 1.5rem", mr: 0.5, borderRadius: "0.75rem" }, src: (b = x.avatar) != null ? b : Qe.avatar }),
29950
+ /* @__PURE__ */ u.jsx(Bt, { sx: { width: "1.5rem", height: " 1.5rem", mr: 0.5, borderRadius: "0.75rem" }, src: (b = x.avatar) != null ? b : We.avatar }),
29951
29951
  /* @__PURE__ */ u.jsx(he, { children: x.label })
29952
29952
  ] }) }));
29953
29953
  }
@@ -29961,9 +29961,9 @@ const Ar = /* @__PURE__ */ Bn(xj), jn = ({ option: e }) => /* @__PURE__ */ u.jsx
29961
29961
  id: t.id,
29962
29962
  value: t.name ? t.name : "Team with no name",
29963
29963
  label: t.name ? t.name : "Team with no name",
29964
- logo: ((n = t.assets) == null ? void 0 : n.logo) || Qe.team,
29964
+ logo: ((n = t.assets) == null ? void 0 : n.logo) || We.team,
29965
29965
  countryName: ((r = t.country) == null ? void 0 : r.name) || "No country",
29966
- countryFlag: ((o = (i = t.country) == null ? void 0 : i.assets) == null ? void 0 : o.flag) || Qe.flag
29966
+ countryFlag: ((o = (i = t.country) == null ? void 0 : i.assets) == null ? void 0 : o.flag) || We.flag
29967
29967
  };
29968
29968
  })) || [], Sj = ({ labels: e, ids: t, scope: n, onChange: r }) => {
29969
29969
  const [i, o] = K([]), [a, s] = K([]), [l, c] = K(!1), [d, f] = K(""), [h, p] = K(!1), { sdk: m } = mt(), g = () => p(!h), v = (x, b) => {
@@ -30053,7 +30053,6 @@ const Ar = /* @__PURE__ */ Bn(xj), jn = ({ option: e }) => /* @__PURE__ */ u.jsx
30053
30053
  checked: e,
30054
30054
  disabled: t,
30055
30055
  onChange: (o) => r(o.target.checked),
30056
- slotProps: { input: { defaultValue: "" } },
30057
30056
  sx: Q(j({}, i), {
30058
30057
  "--Switch-thumbSize": "16px",
30059
30058
  "--Switch-trackWidth": "40px",
@@ -30541,7 +30540,7 @@ const nB = (e, t) => t || e || "-------------", Wc = (e, t) => Array.isArray(e)
30541
30540
  }, ec = (e, t) => {
30542
30541
  var r, i, o, a, s;
30543
30542
  const n = new $b();
30544
- return n.label = e.name, n.value = e.id, n.id = e.id, n.group = t, t === "player" ? n.logo = ((r = e.assets) == null ? void 0 : r.headshot) || Qe.avatar : t === "team" ? n.logo = ((i = e.assets) == null ? void 0 : i.logo) || Qe.team : n.logo = ((o = e.assets) == null ? void 0 : o.logo) || Qe.competition, n.countryName = e.country.name, n.countryFlag = ((s = (a = e.country) == null ? void 0 : a.assets) == null ? void 0 : s.flag) || Qe.country, n;
30543
+ return n.label = e.name, n.value = e.id, n.id = e.id, n.group = t, t === "player" ? n.logo = ((r = e.assets) == null ? void 0 : r.headshot) || We.avatar : t === "team" ? n.logo = ((i = e.assets) == null ? void 0 : i.logo) || We.team : n.logo = ((o = e.assets) == null ? void 0 : o.logo) || We.competition, n.countryName = e.country.name, n.countryFlag = ((s = (a = e.country) == null ? void 0 : a.assets) == null ? void 0 : s.flag) || We.country, n;
30545
30544
  }, rB = (e) => {
30546
30545
  switch (e) {
30547
30546
  case "CLASSIC_QUIZ":
@@ -30893,8 +30892,8 @@ const cB = (e) => {
30893
30892
  },
30894
30893
  m.id
30895
30894
  ));
30896
- return /* @__PURE__ */ u.jsxs(Ge, { size: "sm", sx: { marginBottom: "16px" }, children: [
30897
- /* @__PURE__ */ u.jsx(Ye, { sx: { fontSize: 12 }, color: "primary", children: e.labels.contextEntityTag }),
30895
+ return /* @__PURE__ */ u.jsxs(Ye, { size: "sm", sx: { marginBottom: "16px" }, children: [
30896
+ /* @__PURE__ */ u.jsx(Ke, { sx: { fontSize: 12 }, color: "primary", children: e.labels.contextEntityTag }),
30898
30897
  /* @__PURE__ */ u.jsx(
30899
30898
  Cr,
30900
30899
  {
@@ -31551,7 +31550,7 @@ const NB = H.forwardRef(function(t, n) {
31551
31550
  });
31552
31551
  }, UB = (e) => {
31553
31552
  const t = new $b();
31554
- return t.label = e.name, t.value = e.name, t.id = e.id, t.group = FB(e.id), e.birthDate ? t.logo = e.assets && e.assets.headshot && e.assets.headshot : t.logo = e.assets && e.assets.logo && e.assets.logo, t.countryName = e.country.name, t.countryFlag = e.country.assets && e.country.assets.flag ? e.country.assets.flag : Qe.country, t;
31553
+ return t.label = e.name, t.value = e.name, t.id = e.id, t.group = FB(e.id), e.birthDate ? t.logo = e.assets && e.assets.headshot && e.assets.headshot : t.logo = e.assets && e.assets.logo && e.assets.logo, t.countryName = e.country.name, t.countryFlag = e.country.assets && e.country.assets.flag ? e.country.assets.flag : We.country, t;
31555
31554
  }, VB = 10, HB = (e) => {
31556
31555
  const [t, n] = K([]), [r, i] = K([]), [o, a] = K(!1), [s, l] = K(""), [c, d] = K(!1), { sdk: f } = mt(), h = () => d(!c), p = (v, w) => {
31557
31556
  n(w), e.onChangeTags(w);
@@ -31593,8 +31592,8 @@ const NB = H.forwardRef(function(t, n) {
31593
31592
  },
31594
31593
  C.id
31595
31594
  ));
31596
- return /* @__PURE__ */ u.jsxs(Ge, { size: "sm", sx: { marginBottom: "16px" }, children: [
31597
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: e.labels.contextEntityTag }),
31595
+ return /* @__PURE__ */ u.jsxs(Ye, { size: "sm", sx: { marginBottom: "16px" }, children: [
31596
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: e.labels.contextEntityTag }),
31598
31597
  /* @__PURE__ */ u.jsx(
31599
31598
  Cr,
31600
31599
  {
@@ -31748,8 +31747,8 @@ const NB = H.forwardRef(function(t, n) {
31748
31747
  label: n.paid
31749
31748
  }
31750
31749
  ];
31751
- return /* @__PURE__ */ u.jsxs(Ge, { size: "sm", sx: { mb: 2 }, children: [
31752
- /* @__PURE__ */ u.jsx(Ye, { children: n.authRequirement }),
31750
+ return /* @__PURE__ */ u.jsxs(Ye, { size: "sm", sx: { mb: 2 }, children: [
31751
+ /* @__PURE__ */ u.jsx(Ke, { children: n.authRequirement }),
31753
31752
  /* @__PURE__ */ u.jsx(
31754
31753
  Vt,
31755
31754
  Q(j({
@@ -35088,8 +35087,8 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
35088
35087
  disabled: i = !1,
35089
35088
  sx: o = {},
35090
35089
  onChange: a
35091
- }) => /* @__PURE__ */ u.jsxs(Ge, { size: r, disabled: i, children: [
35092
- /* @__PURE__ */ u.jsx(Ye, { children: e.itemsPerPage }),
35090
+ }) => /* @__PURE__ */ u.jsxs(Ye, { size: r, disabled: i, children: [
35091
+ /* @__PURE__ */ u.jsx(Ke, { children: e.itemsPerPage }),
35093
35092
  /* @__PURE__ */ u.jsx(Vt, { value: t, size: r, onChange: a, sx: Q(j({}, o), { minHeight: "37px" }), children: n.map((s, l) => /* @__PURE__ */ u.jsx(Et, { value: s, children: s }, `items-per-page-${s}-${l}`)) })
35094
35093
  ] }), UF = (e, t) => {
35095
35094
  const [n, r] = K(null), { sdk: i } = mt(), o = () => E(void 0, null, function* () {
@@ -35490,8 +35489,8 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
35490
35489
  gap: 1
35491
35490
  },
35492
35491
  children: [
35493
- /* @__PURE__ */ u.jsxs(Ge, { children: [
35494
- /* @__PURE__ */ u.jsx(Ye, { required: !0, color: "primary", children: n.type }),
35492
+ /* @__PURE__ */ u.jsxs(Ye, { children: [
35493
+ /* @__PURE__ */ u.jsx(Ke, { required: !0, color: "primary", children: n.type }),
35495
35494
  /* @__PURE__ */ u.jsx(
35496
35495
  Vt,
35497
35496
  {
@@ -35504,8 +35503,8 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
35504
35503
  }
35505
35504
  )
35506
35505
  ] }),
35507
- /* @__PURE__ */ u.jsxs(Ge, { children: [
35508
- /* @__PURE__ */ u.jsx(Ye, { required: !0, color: "primary", children: n.relationship }),
35506
+ /* @__PURE__ */ u.jsxs(Ye, { children: [
35507
+ /* @__PURE__ */ u.jsx(Ke, { required: !0, color: "primary", children: n.relationship }),
35509
35508
  /* @__PURE__ */ u.jsx(
35510
35509
  Vt,
35511
35510
  {
@@ -35518,8 +35517,8 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
35518
35517
  }
35519
35518
  )
35520
35519
  ] }),
35521
- /* @__PURE__ */ u.jsxs(Ge, { children: [
35522
- /* @__PURE__ */ u.jsx(Ye, { required: !0, color: "primary", children: n.entity }),
35520
+ /* @__PURE__ */ u.jsxs(Ye, { children: [
35521
+ /* @__PURE__ */ u.jsx(Ke, { required: !0, color: "primary", children: n.entity }),
35523
35522
  /* @__PURE__ */ u.jsx(
35524
35523
  Vt,
35525
35524
  {
@@ -35830,8 +35829,8 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
35830
35829
  onChange: ($) => s($)
35831
35830
  }
35832
35831
  ),
35833
- /* @__PURE__ */ u.jsxs(Ge, { sx: { mb: 1 }, children: [
35834
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: r.leadPosition }),
35832
+ /* @__PURE__ */ u.jsxs(Ye, { sx: { mb: 1 }, children: [
35833
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: r.leadPosition }),
35835
35834
  /* @__PURE__ */ u.jsxs(
35836
35835
  Vt,
35837
35836
  {
@@ -36013,13 +36012,13 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
36013
36012
  }
36014
36013
  ),
36015
36014
  /* @__PURE__ */ u.jsxs(
36016
- Ge,
36015
+ Ye,
36017
36016
  {
36018
36017
  sx: () => ({
36019
36018
  marginBottom: "16px"
36020
36019
  }),
36021
36020
  children: [
36022
- /* @__PURE__ */ u.jsx(Ye, { color: "primary", children: t.mode }),
36021
+ /* @__PURE__ */ u.jsx(Ke, { color: "primary", children: t.mode }),
36023
36022
  /* @__PURE__ */ u.jsx(Vt, { defaultValue: m, onChange: (N, W) => g(W), children: az.map((N, W) => /* @__PURE__ */ u.jsx(Et, { value: N, children: sz[N] }, `basic-select-${N}-${W}`)) }),
36024
36023
  /* @__PURE__ */ u.jsx(Ri, { children: t.modeDescription })
36025
36024
  ]
@@ -36130,7 +36129,7 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
36130
36129
  }
36131
36130
  },
36132
36131
  children: /* @__PURE__ */ u.jsxs(oe, { display: "flex", alignItems: "center", mr: 1, children: [
36133
- /* @__PURE__ */ u.jsx(Bt, { sx: { width: "1.5rem", height: " 1.5rem", mr: 0.5, borderRadius: "0.75rem" }, src: (z = T.avatar) != null ? z : Qe.avatar }),
36132
+ /* @__PURE__ */ u.jsx(Bt, { sx: { width: "1.5rem", height: " 1.5rem", mr: 0.5, borderRadius: "0.75rem" }, src: (z = T.avatar) != null ? z : We.avatar }),
36134
36133
  /* @__PURE__ */ u.jsx(he, { children: T.label })
36135
36134
  ] })
36136
36135
  },
@@ -36185,7 +36184,7 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
36185
36184
  renderOption: (I, A) => {
36186
36185
  var T;
36187
36186
  return /* @__PURE__ */ u.jsx(wr, Q(j({}, I), { children: /* @__PURE__ */ u.jsxs(oe, { display: "flex", alignItems: "center", mr: 1, children: [
36188
- /* @__PURE__ */ u.jsx(Bt, { sx: { width: "1.5rem", height: " 1.5rem", mr: 0.5, borderRadius: "0.75rem" }, src: (T = A.avatar) != null ? T : Qe.avatar }),
36187
+ /* @__PURE__ */ u.jsx(Bt, { sx: { width: "1.5rem", height: " 1.5rem", mr: 0.5, borderRadius: "0.75rem" }, src: (T = A.avatar) != null ? T : We.avatar }),
36189
36188
  /* @__PURE__ */ u.jsx(he, { children: A.label })
36190
36189
  ] }) }));
36191
36190
  }
@@ -36215,15 +36214,15 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
36215
36214
  return {
36216
36215
  id: e.id,
36217
36216
  name: e.name,
36218
- avatar: ((t = e.assets) == null ? void 0 : t.headshot) || Qe.avatar,
36217
+ avatar: ((t = e.assets) == null ? void 0 : t.headshot) || We.avatar,
36219
36218
  countryName: ((n = e.country) == null ? void 0 : n.name) || "Unknown",
36220
- countryFlag: ((i = (r = e.country) == null ? void 0 : r.assets) == null ? void 0 : i.flag) || Qe.flag,
36219
+ countryFlag: ((i = (r = e.country) == null ? void 0 : r.assets) == null ? void 0 : i.flag) || We.flag,
36221
36220
  teams: ((o = e.teams) == null ? void 0 : o.map((a) => {
36222
36221
  var s;
36223
36222
  return {
36224
36223
  id: a.id,
36225
36224
  name: a.name,
36226
- logo: ((s = a.assets) == null ? void 0 : s.logo) || Qe.team
36225
+ logo: ((s = a.assets) == null ? void 0 : s.logo) || We.team
36227
36226
  };
36228
36227
  })) || []
36229
36228
  };
@@ -36244,7 +36243,7 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
36244
36243
  ] }, r)) })
36245
36244
  ] })
36246
36245
  ] }),
36247
- placement: "top",
36246
+ placement: "left",
36248
36247
  variant: "solid",
36249
36248
  sx: {
36250
36249
  "--Tooltip-radius": "8px",
@@ -36321,14 +36320,14 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
36321
36320
  return {
36322
36321
  id: N.id,
36323
36322
  name: N.name,
36324
- avatar: ((W = N.assets) == null ? void 0 : W.headshot) || "",
36323
+ avatar: ((W = N.assets) == null ? void 0 : W.headshot) || We.avatar,
36325
36324
  countryName: ((B = N.country) == null ? void 0 : B.name) || "Unknown",
36326
- countryFlag: ((M = (L = N.country) == null ? void 0 : L.assets) == null ? void 0 : M.flag) || "",
36325
+ countryFlag: ((M = (L = N.country) == null ? void 0 : L.assets) == null ? void 0 : M.flag) || We.flag,
36327
36326
  teams: [
36328
36327
  {
36329
36328
  id: $.id,
36330
36329
  name: $.name,
36331
- logo: ((U = $.assets) == null ? void 0 : U.logo) || ""
36330
+ logo: ((U = $.assets) == null ? void 0 : U.logo) || We.team
36332
36331
  }
36333
36332
  ]
36334
36333
  };
@@ -36406,13 +36405,16 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
36406
36405
  minHeight: 38,
36407
36406
  flexWrap: "wrap"
36408
36407
  }
36408
+ },
36409
+ noOptions: {
36410
+ sx: {}
36409
36411
  }
36410
36412
  },
36411
36413
  isOptionEqualToValue: (T, k) => T.id === k.id,
36412
36414
  endDecorator: d ? /* @__PURE__ */ u.jsx(Sn, { size: "sm", sx: { bgcolor: "primary" } }) : null,
36413
36415
  placeholder: i.length > 0 ? "" : e == null ? void 0 : e.searchPlayersPlaceholder,
36414
36416
  options: a,
36415
- filterOptions: (T) => T.filter((k) => !i.some((z) => z.id === k.id)),
36417
+ filterSelectedOptions: !0,
36416
36418
  onInputChange: (T, k) => {
36417
36419
  p(k);
36418
36420
  },
@@ -36421,16 +36423,20 @@ const Iy = qe(/* @__PURE__ */ u.jsx("path", {
36421
36423
  getOptionLabel: (T) => typeof T == "string" ? T : T.name,
36422
36424
  value: i,
36423
36425
  renderTags: A,
36424
- renderOption: (T, k) => /* @__PURE__ */ u.jsxs(wr, Q(j({}, T), { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
36425
- /* @__PURE__ */ u.jsx(Bt, { src: k.avatar, alt: k.name, size: "sm", sx: { width: 32, height: 32 } }),
36426
- /* @__PURE__ */ u.jsxs(oe, { sx: { flexGrow: 1 }, children: [
36427
- /* @__PURE__ */ u.jsx(he, { level: "body-sm", fontWeight: "bold", children: k.name }),
36428
- /* @__PURE__ */ u.jsxs(oe, { sx: { display: "flex", alignItems: "center", gap: 0.5 }, children: [
36429
- /* @__PURE__ */ u.jsx("img", { src: k.countryFlag, alt: k.countryName, width: 16, height: 12, loading: "lazy" }),
36430
- /* @__PURE__ */ u.jsx(he, { level: "body-xs", color: "neutral", children: k.countryName })
36426
+ limitTags: 1,
36427
+ renderOption: (T, k) => {
36428
+ const z = { props: T };
36429
+ return /* @__PURE__ */ u.jsxs(wr, Q(j({}, T), { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
36430
+ /* @__PURE__ */ u.jsx(Bt, { src: k.avatar, alt: k.name, size: "sm", sx: { width: 32, height: 32 } }),
36431
+ /* @__PURE__ */ u.jsxs(oe, { sx: { flexGrow: 1 }, children: [
36432
+ /* @__PURE__ */ u.jsx(he, { level: "body-sm", fontWeight: "bold", children: k.name }),
36433
+ /* @__PURE__ */ u.jsxs(oe, { sx: { display: "flex", alignItems: "center", gap: 0.5 }, children: [
36434
+ /* @__PURE__ */ u.jsx("img", { src: k.countryFlag, alt: k.countryName, width: 16, height: 12, loading: "lazy" }),
36435
+ /* @__PURE__ */ u.jsx(he, { level: "body-xs", color: "neutral", children: k.countryName })
36436
+ ] })
36431
36437
  ] })
36432
- ] })
36433
- ] }), `player-option-${k.id}`)
36438
+ ] }), `player-option-${k.id}-${z}`);
36439
+ }
36434
36440
  }
36435
36441
  ),
36436
36442
  /* @__PURE__ */ u.jsx(dt, { showToast: m, message: e.getPlayersErrorMessage, color: "danger", hideToast: w })