@3sc/common-component 0.0.150 → 0.0.152

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -2,7 +2,7 @@ var oS = Object.defineProperty;
2
2
  var rS = (e, t, n) => t in e ? oS(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var ha = (e, t, n) => rS(e, typeof t != "symbol" ? t + "" : t, n);
4
4
  import * as C from "react";
5
- import Wt, { forwardRef as zd, useContext as ut, isValidElement as Ki, cloneElement as Ba, Children as W0, useState as Be, useEffect as Bt, createContext as Yn, useRef as mt, useLayoutEffect as z0, useId as Gd, useInsertionEffect as G0, useCallback as Rt, useMemo as gn, Fragment as hs, createElement as iS, Component as H0, useReducer as U0 } from "react";
5
+ import Wt, { forwardRef as zd, useContext as ut, isValidElement as Ki, cloneElement as Ba, Children as W0, useState as Be, useEffect as Vt, createContext as Yn, useRef as mt, useLayoutEffect as z0, useId as Gd, useInsertionEffect as G0, useCallback as Rt, useMemo as gn, Fragment as hs, createElement as iS, Component as H0, useReducer as U0 } from "react";
6
6
  import * as sS from "react-dom";
7
7
  import ma, { createPortal as aS } from "react-dom";
8
8
  var ci = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
@@ -4383,7 +4383,7 @@ function Dn(e) {
4383
4383
  (0, t.current)(...n)
4384
4384
  )).current;
4385
4385
  }
4386
- function $t(...e) {
4386
+ function Bt(...e) {
4387
4387
  return C.useMemo(() => e.every((t) => t == null) ? null : (t) => {
4388
4388
  e.forEach((n) => {
4389
4389
  Xu(n, t);
@@ -4624,7 +4624,7 @@ function fn(e) {
4624
4624
  internalRef: u
4625
4625
  } = dT(x({}, a, {
4626
4626
  externalSlotProps: c
4627
- })), d = $t(u, c == null ? void 0 : c.ref, (t = e.additionalProps) == null ? void 0 : t.ref);
4627
+ })), d = Bt(u, c == null ? void 0 : c.ref, (t = e.additionalProps) == null ? void 0 : t.ref);
4628
4628
  return Ui(n, x({}, l, {
4629
4629
  ref: d
4630
4630
  }), r);
@@ -7207,7 +7207,7 @@ const iR = Re("MuiButtonBase", ["root", "disabled", "focusVisible"]), sR = ["act
7207
7207
  TouchRippleProps: $,
7208
7208
  touchRippleRef: k,
7209
7209
  type: A
7210
- } = o, P = te(o, sR), B = C.useRef(null), j = C.useRef(null), _ = $t(j, k), {
7210
+ } = o, P = te(o, sR), B = C.useRef(null), j = C.useRef(null), _ = Bt(j, k), {
7211
7211
  isFocusVisibleRef: F,
7212
7212
  onFocus: L,
7213
7213
  onBlur: H,
@@ -7251,7 +7251,7 @@ const iR = Re("MuiButtonBase", ["root", "disabled", "focusVisible"]), sR = ["act
7251
7251
  Me === "button" && (P.href || P.to) && (Me = h);
7252
7252
  const ze = {};
7253
7253
  Me === "button" ? (ze.type = A === void 0 ? "button" : A, ze.disabled = u) : (!P.href && !P.to && (ze.role = "button"), u && (ze["aria-disabled"] = u));
7254
- const Ke = $t(n, X, B);
7254
+ const Ke = Bt(n, X, B);
7255
7255
  process.env.NODE_ENV !== "production" && C.useEffect(() => {
7256
7256
  oe && !j.current && console.error(["MUI: The `component` prop provided to ButtonBase is invalid.", "Please make sure the children prop is rendered in this custom component."].join(`
7257
7257
  `));
@@ -8737,7 +8737,7 @@ const ws = /* @__PURE__ */ C.forwardRef(function(t, n) {
8737
8737
  children: o,
8738
8738
  container: r,
8739
8739
  disablePortal: s = !1
8740
- } = t, [a, c] = C.useState(null), l = $t(/* @__PURE__ */ C.isValidElement(o) ? mi(o) : null, n);
8740
+ } = t, [a, c] = C.useState(null), l = Bt(/* @__PURE__ */ C.isValidElement(o) ? mi(o) : null, n);
8741
8741
  if (jn(() => {
8742
8742
  s || c(MO(r) || document.body);
8743
8743
  }, [r, s]), jn(() => {
@@ -8841,7 +8841,7 @@ const VO = (e) => {
8841
8841
  TransitionProps: m
8842
8842
  // @ts-ignore internal logic
8843
8843
  // prevent from spreading to DOM, it can come from the parent component e.g. Select.
8844
- } = t, b = te(t, kO), v = C.useRef(null), I = $t(v, n), w = C.useRef(null), T = $t(w, f), S = C.useRef(T);
8844
+ } = t, b = te(t, kO), v = C.useRef(null), I = Bt(v, n), w = C.useRef(null), T = Bt(w, f), S = C.useRef(T);
8845
8845
  jn(() => {
8846
8846
  S.current = T;
8847
8847
  }, [T]), C.useImperativeHandle(f, () => w.current, []);
@@ -9551,7 +9551,7 @@ const fl = /* @__PURE__ */ C.forwardRef(function(t, n) {
9551
9551
  tabIndex: w,
9552
9552
  skipFocusWhenDisabled: T = !1
9553
9553
  // TODO v6: Rename to `focusableWhenDisabled`.
9554
- } = o, S = te(o, GO), E = C.useRef(null), R = $t(E, n), O = (_) => {
9554
+ } = o, S = te(o, GO), E = C.useRef(null), R = Bt(E, n), O = (_) => {
9555
9555
  _.stopPropagation(), g && g(_);
9556
9556
  }, M = (_) => {
9557
9557
  _.currentTarget === _.target && xm(_) && _.preventDefault(), m && m(_);
@@ -9743,7 +9743,7 @@ const Iv = /* @__PURE__ */ C.forwardRef(function(t, n) {
9743
9743
  value: c
9744
9744
  } = t, l = te(t, XO), {
9745
9745
  current: u
9746
- } = C.useRef(c != null), d = C.useRef(null), p = $t(n, d), f = C.useRef(null), h = C.useRef(null), g = C.useCallback(() => {
9746
+ } = C.useRef(c != null), d = C.useRef(null), p = Bt(n, d), f = C.useRef(null), h = C.useRef(null), g = C.useCallback(() => {
9747
9747
  const w = d.current, T = h.current;
9748
9748
  if (!w || !T)
9749
9749
  return;
@@ -10110,7 +10110,7 @@ const ri = Re("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
10110
10110
  } = C.useRef(U != null), Z = C.useRef(), Q = C.useCallback((je) => {
10111
10111
  process.env.NODE_ENV !== "production" && je && je.nodeName !== "INPUT" && !je.focus && console.error(["MUI: You have provided a `inputComponent` to the input component", "that does not correctly handle the `ref` prop.", "Make sure the `ref` prop is called with a HTMLInputElement."].join(`
10112
10112
  `));
10113
- }, []), oe = $t(Z, w, I.ref, Q), [ne, K] = C.useState(!1), Y = uo();
10113
+ }, []), oe = Bt(Z, w, I.ref, Q), [ne, K] = C.useState(!1), Y = uo();
10114
10114
  process.env.NODE_ENV !== "production" && C.useEffect(() => {
10115
10115
  if (Y)
10116
10116
  return Y.registerEffect();
@@ -10503,7 +10503,7 @@ const Uo = x({}, ri, Re("MuiFilledInput", ["root", "underline", "input"])), iP =
10503
10503
  timeout: v = r,
10504
10504
  // eslint-disable-next-line react/prop-types
10505
10505
  TransitionComponent: I = _n
10506
- } = t, w = te(t, sP), T = C.useRef(null), S = $t(T, mi(c), n), E = (k) => (A) => {
10506
+ } = t, w = te(t, sP), T = C.useRef(null), S = Bt(T, mi(c), n), E = (k) => (A) => {
10507
10507
  if (k) {
10508
10508
  const P = T.current;
10509
10509
  A === void 0 ? k(P) : k(P, A);
@@ -12635,7 +12635,7 @@ function Is(e) {
12635
12635
  getTabbable: s = gA,
12636
12636
  isEnabled: a = bA,
12637
12637
  open: c
12638
- } = e, l = C.useRef(!1), u = C.useRef(null), d = C.useRef(null), p = C.useRef(null), f = C.useRef(null), h = C.useRef(!1), g = C.useRef(null), m = $t(mi(t), g), b = C.useRef(null);
12638
+ } = e, l = C.useRef(!1), u = C.useRef(null), d = C.useRef(null), p = C.useRef(null), f = C.useRef(null), h = C.useRef(!1), g = C.useRef(null), m = Bt(mi(t), g), b = C.useRef(null);
12639
12639
  C.useEffect(() => {
12640
12640
  !c || !g.current || (h.current = !n);
12641
12641
  }, [n, c]), C.useEffect(() => {
@@ -12783,7 +12783,7 @@ function CA(e) {
12783
12783
  onClose: u,
12784
12784
  open: d,
12785
12785
  rootRef: p
12786
- } = e, f = C.useRef({}), h = C.useRef(null), g = C.useRef(null), m = $t(g, p), [b, v] = C.useState(!d), I = vA(l);
12786
+ } = e, f = C.useRef({}), h = C.useRef(null), g = C.useRef(null), m = Bt(g, p), [b, v] = C.useState(!d), I = vA(l);
12787
12787
  let w = !0;
12788
12788
  (e["aria-hidden"] === "false" || e["aria-hidden"] === !1) && (w = !1);
12789
12789
  const T = () => en(h.current), S = () => (f.current.modalRef = g.current, f.current.mount = h.current, f.current), E = () => {
@@ -15340,7 +15340,7 @@ const TM = {
15340
15340
  timeout: m = "auto",
15341
15341
  // eslint-disable-next-line react/prop-types
15342
15342
  TransitionComponent: b = _n
15343
- } = t, v = te(t, IM), I = Fr(), w = C.useRef(), T = dt(), S = C.useRef(null), E = $t(S, mi(s), n), R = (A) => (P) => {
15343
+ } = t, v = te(t, IM), I = Fr(), w = C.useRef(), T = dt(), S = C.useRef(null), E = Bt(S, mi(s), n), R = (A) => (P) => {
15344
15344
  if (A) {
15345
15345
  const B = S.current;
15346
15346
  P === void 0 ? A(B) : A(B, P);
@@ -16464,7 +16464,7 @@ const ZM = ["className"], JM = ["alignItems", "autoFocus", "button", "children",
16464
16464
  divider: I,
16465
16465
  hasSecondaryAction: k,
16466
16466
  selected: S
16467
- }), P = KM(A), B = $t(D, n), j = R.root || d.Root || QM, _ = E.root || p.root || {}, F = x({
16467
+ }), P = KM(A), B = Bt(D, n), j = R.root || d.Root || QM, _ = E.root || p.root || {}, F = x({
16468
16468
  className: le(P.root, _.className, l),
16469
16469
  disabled: m
16470
16470
  }, M);
@@ -16732,7 +16732,7 @@ const Vv = /* @__PURE__ */ C.forwardRef(function(t, n) {
16732
16732
  R.previousKeyMatched && (N || ki(T, E, !1, l, su, R)) ? w.preventDefault() : R.previousKeyMatched = !1;
16733
16733
  }
16734
16734
  d && d(w);
16735
- }, b = $t(h, n);
16735
+ }, b = Bt(h, n);
16736
16736
  let v = -1;
16737
16737
  C.Children.forEach(a, (w, T) => {
16738
16738
  if (!/* @__PURE__ */ C.isValidElement(w)) {
@@ -16884,7 +16884,7 @@ const sD = (e) => {
16884
16884
  onEntering: O
16885
16885
  } = {},
16886
16886
  disableScrollLock: M = !1
16887
- } = a, N = te(a.TransitionProps, oD), V = te(a, rD), D = (o = T == null ? void 0 : T.paper) != null ? o : I, $ = C.useRef(), k = $t($, D.ref), A = x({}, a, {
16887
+ } = a, N = te(a.TransitionProps, oD), V = te(a, rD), D = (o = T == null ? void 0 : T.paper) != null ? o : I, $ = C.useRef(), k = Bt($, D.ref), A = x({}, a, {
16888
16888
  anchorOrigin: u,
16889
16889
  anchorReference: p,
16890
16890
  elevation: m,
@@ -18843,7 +18843,7 @@ const JD = (e) => {
18843
18843
  name: "Select"
18844
18844
  }), H = C.useRef(null), X = C.useRef(null), [U, q] = C.useState(null), {
18845
18845
  current: Z
18846
- } = C.useRef(N != null), [Q, oe] = C.useState(), ne = $t(n, b), K = C.useCallback((me) => {
18846
+ } = C.useRef(N != null), [Q, oe] = C.useState(), ne = Bt(n, b), K = C.useCallback((me) => {
18847
18847
  X.current = me, me && q(me);
18848
18848
  }, []), Y = U == null ? void 0 : U.parentNode;
18849
18849
  C.useImperativeHandle(ne, () => ({
@@ -19240,7 +19240,7 @@ const qD = ["autoWidth", "children", "classes", "className", "defaultOpen", "dis
19240
19240
  filled: /* @__PURE__ */ y.jsx(nk, {
19241
19241
  ownerState: k
19242
19242
  })
19243
- }[$], j = $t(n, mi(B));
19243
+ }[$], j = Bt(n, mi(B));
19244
19244
  return /* @__PURE__ */ y.jsx(C.Fragment, {
19245
19245
  children: /* @__PURE__ */ C.cloneElement(B, x({
19246
19246
  // Most of the logic is implemented in `SelectInput`.
@@ -19719,7 +19719,7 @@ const Yv = /* @__PURE__ */ C.forwardRef(function(t, n) {
19719
19719
  document.removeEventListener("keydown", Ie);
19720
19720
  };
19721
19721
  }, [ie, we]);
19722
- const yt = $t(mi(ue), At, xe, n);
19722
+ const yt = Bt(mi(ue), At, xe, n);
19723
19723
  !Y && Y !== 0 && (we = !1);
19724
19724
  const zt = C.useRef(), Cr = (Ie) => {
19725
19725
  const Ze = ue.props;
@@ -22352,7 +22352,7 @@ const bN = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20wid
22352
22352
  function po({ children: e }) {
22353
22353
  var r, s;
22354
22354
  const t = ((s = (r = JSON.parse(localStorage.getItem("settings"))) == null ? void 0 : r.platform) == null ? void 0 : s.theme) || "light", [n, o] = Be(t);
22355
- return Bt(() => {
22355
+ return Vt(() => {
22356
22356
  const a = (c) => {
22357
22357
  o(c == null ? void 0 : c.detail);
22358
22358
  };
@@ -22366,7 +22366,7 @@ function zp(e) {
22366
22366
  const t = mt(null);
22367
22367
  return t.current === null && (t.current = e()), t.current;
22368
22368
  }
22369
- const Gp = typeof window < "u", ex = Gp ? z0 : Bt, mc = /* @__PURE__ */ Yn(null), Hp = Yn({
22369
+ const Gp = typeof window < "u", ex = Gp ? z0 : Vt, mc = /* @__PURE__ */ Yn(null), Hp = Yn({
22370
22370
  transformPagePoint: (e) => e,
22371
22371
  isStatic: !1,
22372
22372
  reducedMotion: "never"
@@ -22454,7 +22454,7 @@ function tx(e = !0) {
22454
22454
  if (t === null)
22455
22455
  return [!0, null];
22456
22456
  const { isPresent: n, onExitComplete: o, register: r } = t, s = Gd();
22457
- Bt(() => {
22457
+ Vt(() => {
22458
22458
  if (e)
22459
22459
  return r(s);
22460
22460
  }, [e]);
@@ -23273,7 +23273,7 @@ function x3(e, t, n, o, r) {
23273
23273
  const h = n[fx], g = mt(!!h && !((m = window.MotionHandoffIsComplete) != null && m.call(window, h)) && ((b = window.MotionHasOptimisedAnimation) == null ? void 0 : b.call(window, h)));
23274
23274
  return ex(() => {
23275
23275
  d && (f.current = !0, window.MotionIsMounted = !0, d.updateFeatures(), ef.render(d.render), g.current && d.animationState && d.animationState.animateChanges());
23276
- }), Bt(() => {
23276
+ }), Vt(() => {
23277
23277
  d && (!g.current && d.animationState && d.animationState.animateChanges(), g.current && (queueMicrotask(() => {
23278
23278
  var v;
23279
23279
  (v = window.MotionHandoffMarkAsComplete) == null || v.call(window, h);
@@ -27405,7 +27405,7 @@ O1.propTypes = {
27405
27405
  };
27406
27406
  const CV = ({ options: e }) => {
27407
27407
  const t = mt(null), [n, o] = Be(!1), [r, s] = Be(null), [a, c] = Be(e), [l, u] = Be(!1), d = ut(sa), { hasChange: p, visibleGridColumns: f } = ut(Cc);
27408
- Bt(() => {
27408
+ Vt(() => {
27409
27409
  c(e.sort((v, I) => v.sequenceId - I.sequenceId));
27410
27410
  }, [e]);
27411
27411
  const h = (v) => {
@@ -27424,13 +27424,13 @@ const CV = ({ options: e }) => {
27424
27424
  }, b = () => {
27425
27425
  p && d({ type: Xe.TRIGGER_API, payload: { triggerApi: !0 } }), o(!1);
27426
27426
  };
27427
- return Bt(() => {
27427
+ return Vt(() => {
27428
27428
  if (!n) return;
27429
27429
  const v = (I) => {
27430
27430
  t.current && !t.current.contains(I.target) && b();
27431
27431
  };
27432
27432
  return document.addEventListener("mousedown", v), () => document.removeEventListener("mousedown", v);
27433
- }, [n, p, a]), Bt(() => {
27433
+ }, [n, p, a]), Vt(() => {
27434
27434
  if (t.current) {
27435
27435
  const v = t.current.getBoundingClientRect(), I = window.innerHeight - v.bottom;
27436
27436
  u(I < 200);
@@ -27684,7 +27684,7 @@ const IV = G(ye)(({ theme: e }) => ({
27684
27684
  }
27685
27685
  })), EV = ({ isChartType: e, setIsChartType: t, leftSwitchText: n, rigthSwitchText: o }) => {
27686
27686
  const [r, s] = Be(0), [a, c] = Be(0), l = mt(null), u = mt(null);
27687
- return Bt(() => {
27687
+ return Vt(() => {
27688
27688
  if (l.current && u.current) {
27689
27689
  const d = e ? u.current : l.current;
27690
27690
  s(d.offsetWidth), c(d.offsetLeft);
@@ -30390,7 +30390,7 @@ aC.propTypes = {
30390
30390
  };
30391
30391
  function lC({ tableProps: e, mergedColumns: t, gridPath: n, baseUrl: o }) {
30392
30392
  const r = ut(sa);
30393
- return Bt(() => {
30393
+ return Vt(() => {
30394
30394
  r({ type: Xe.SET_GRID_DATA, payload: { visibleGridColumns: t } });
30395
30395
  }, [t, r]), /* @__PURE__ */ y.jsx(y.Fragment, { children: /* @__PURE__ */ y.jsx(
30396
30396
  aC,
@@ -30433,7 +30433,7 @@ const NB = ({
30433
30433
  const w = () => {
30434
30434
  }, T = () => {
30435
30435
  };
30436
- return Bt(() => {
30436
+ return Vt(() => {
30437
30437
  const R = (O) => {
30438
30438
  f.current && !f.current.contains(O.target) && d(!1);
30439
30439
  };
@@ -30692,7 +30692,7 @@ const NB = ({
30692
30692
  const d = !o;
30693
30693
  r(d), l(d);
30694
30694
  };
30695
- return Bt(() => {
30695
+ return Vt(() => {
30696
30696
  l(o);
30697
30697
  }, [e]), /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
30698
30698
  o && /* @__PURE__ */ y.jsx(
@@ -30780,7 +30780,7 @@ const uC = ({
30780
30780
  });
30781
30781
  }
30782
30782
  };
30783
- Bt(() => {
30783
+ Vt(() => {
30784
30784
  l && d(c);
30785
30785
  }, [l]);
30786
30786
  const p = (w) => {
@@ -31654,9 +31654,9 @@ const gC = ({ data: e, handleRead: t, handleShowDetails: n, clickId: o, mode: r,
31654
31654
  month: "long",
31655
31655
  year: "numeric"
31656
31656
  }).format(l), [d, p] = Be([]), [f, h] = Be(!1), [g, m] = Be(!0), b = mt(null), v = dt();
31657
- return Bt(() => {
31657
+ return Vt(() => {
31658
31658
  p([...e]);
31659
- }, [e]), Bt(() => {
31659
+ }, [e]), Vt(() => {
31660
31660
  const I = new IntersectionObserver(
31661
31661
  (w) => {
31662
31662
  w[0].isIntersecting && !f && g && a((T) => T + 1);
@@ -33458,7 +33458,7 @@ function hL(e) {
33458
33458
  }, [h, f, p]), m = Rt(function(b) {
33459
33459
  b && (b.removeEventListener("wheel", p, !1), b.removeEventListener("touchstart", f, !1), b.removeEventListener("touchmove", h, !1));
33460
33460
  }, [h, f, p]);
33461
- return Bt(function() {
33461
+ return Vt(function() {
33462
33462
  if (t) {
33463
33463
  var b = u.current;
33464
33464
  return g(b), function() {
@@ -33518,7 +33518,7 @@ function mL(e) {
33518
33518
  }), u && u0() && (u.removeEventListener("touchmove", a0, Mr), l && (l.removeEventListener("touchstart", c0, Mr), l.removeEventListener("touchmove", l0, Mr)));
33519
33519
  }
33520
33520
  }, [o]);
33521
- return Bt(function() {
33521
+ return Vt(function() {
33522
33522
  if (t) {
33523
33523
  var l = s.current;
33524
33524
  return a(l), function() {
@@ -35039,7 +35039,7 @@ const XL = ({ sortKey: e, sortDir: t, column: n }) => /* @__PURE__ */ y.jsx(y.Fr
35039
35039
  setRowLength: u,
35040
35040
  setPageIndex: c
35041
35041
  });
35042
- Bt(() => {
35042
+ Vt(() => {
35043
35043
  if (r || b) {
35044
35044
  const R = cB(n, hB, r);
35045
35045
  if (b) {
@@ -35184,13 +35184,13 @@ const XL = ({ sortKey: e, sortDir: t, column: n }) => /* @__PURE__ */ y.jsx(y.Fr
35184
35184
  const L = F.target.checked;
35185
35185
  T(L);
35186
35186
  };
35187
- Bt(() => {
35187
+ Vt(() => {
35188
35188
  if (w) {
35189
35189
  const F = o == null ? void 0 : o.filter((L) => !L.isRead);
35190
35190
  E(F);
35191
35191
  } else
35192
35192
  E([...o]);
35193
- }, [w, o]), Bt(() => {
35193
+ }, [w, o]), Vt(() => {
35194
35194
  M();
35195
35195
  const F = setInterval(() => {
35196
35196
  M();
@@ -35815,7 +35815,7 @@ var XC = { exports: {} };
35815
35815
  });
35816
35816
  })(XC);
35817
35817
  var t6 = XC.exports;
35818
- const Vt = /* @__PURE__ */ br(t6);
35818
+ const Lt = /* @__PURE__ */ br(t6);
35819
35819
  var ZC = { exports: {} };
35820
35820
  (function(e, t) {
35821
35821
  (function(n, o) {
@@ -36061,10 +36061,10 @@ function e2(e, t = "warning") {
36061
36061
  `) : e;
36062
36062
  m0.has(n) || (m0.add(n), t === "error" ? console.error(n) : console.warn(n));
36063
36063
  }
36064
- Vt.extend(a6);
36065
- Vt.extend(o6);
36066
- Vt.extend(c6);
36067
- Vt.extend(d6);
36064
+ Lt.extend(a6);
36065
+ Lt.extend(o6);
36066
+ Lt.extend(c6);
36067
+ Lt.extend(d6);
36068
36068
  const p6 = {
36069
36069
  // Year
36070
36070
  YY: "year",
@@ -36183,7 +36183,7 @@ class m6 {
36183
36183
  }, this.formatTokenMap = p6, this.setLocaleToValue = (o) => {
36184
36184
  const r = this.getCurrentLocaleCode();
36185
36185
  return r === o.locale() ? o : o.locale(r);
36186
- }, this.hasUTCPlugin = () => typeof Vt.utc < "u", this.hasTimezonePlugin = () => typeof Vt.tz < "u", this.isSame = (o, r, s) => {
36186
+ }, this.hasUTCPlugin = () => typeof Lt.utc < "u", this.hasTimezonePlugin = () => typeof Lt.tz < "u", this.isSame = (o, r, s) => {
36187
36187
  const a = this.setTimezone(r, this.getTimezone(o));
36188
36188
  return o.format(s) === a.format(s);
36189
36189
  }, this.cleanTimezone = (o) => {
@@ -36191,29 +36191,29 @@ class m6 {
36191
36191
  case "default":
36192
36192
  return;
36193
36193
  case "system":
36194
- return Vt.tz.guess();
36194
+ return Lt.tz.guess();
36195
36195
  default:
36196
36196
  return o;
36197
36197
  }
36198
36198
  }, this.createSystemDate = (o) => {
36199
36199
  if (this.hasUTCPlugin() && this.hasTimezonePlugin()) {
36200
- const r = Vt.tz.guess();
36201
- return r !== "UTC" ? Vt.tz(o, r) : Vt(o);
36200
+ const r = Lt.tz.guess();
36201
+ return r !== "UTC" ? Lt.tz(o, r) : Lt(o);
36202
36202
  }
36203
- return Vt(o);
36203
+ return Lt(o);
36204
36204
  }, this.createUTCDate = (o) => {
36205
36205
  if (!this.hasUTCPlugin())
36206
36206
  throw new Error(Fu);
36207
- return Vt.utc(o);
36207
+ return Lt.utc(o);
36208
36208
  }, this.createTZDate = (o, r) => {
36209
36209
  if (!this.hasUTCPlugin())
36210
36210
  throw new Error(Fu);
36211
36211
  if (!this.hasTimezonePlugin())
36212
36212
  throw new Error(g0);
36213
36213
  const s = o !== void 0 && !o.endsWith("Z");
36214
- return Vt(o).tz(this.cleanTimezone(r), s);
36214
+ return Lt(o).tz(this.cleanTimezone(r), s);
36215
36215
  }, this.getLocaleFormats = () => {
36216
- const o = Vt.Ls, r = this.locale || "en";
36216
+ const o = Lt.Ls, r = this.locale || "en";
36217
36217
  let s = o[r];
36218
36218
  return s === void 0 && (process.env.NODE_ENV !== "production" && e2(["MUI X: Your locale has not been found.", "Either the locale key is not a supported one. Locales supported by dayjs are available here: https://github.com/iamkun/dayjs/tree/dev/src/locale.", "Or you forget to import the locale from 'dayjs/locale/{localeUsed}'", "fallback on English locale."]), s = o.en), s.formats;
36219
36219
  }, this.adjustOffset = (o) => {
@@ -36232,7 +36232,7 @@ class m6 {
36232
36232
  return null;
36233
36233
  let s;
36234
36234
  return r === "UTC" ? s = this.createUTCDate(o) : r === "system" || r === "default" && !this.hasTimezonePlugin() ? s = this.createSystemDate(o) : s = this.createTZDate(o, r), this.locale === void 0 ? s : s.locale(this.locale);
36235
- }, this.getInvalidDate = () => Vt(/* @__PURE__ */ new Date("Invalid date")), this.getTimezone = (o) => {
36235
+ }, this.getInvalidDate = () => Lt(/* @__PURE__ */ new Date("Invalid date")), this.getTimezone = (o) => {
36236
36236
  var r;
36237
36237
  if (this.hasTimezonePlugin()) {
36238
36238
  const s = (r = o.$x) == null ? void 0 : r.$timezone;
@@ -36255,7 +36255,7 @@ class m6 {
36255
36255
  return o;
36256
36256
  throw new Error(g0);
36257
36257
  }
36258
- return Vt.tz(o, this.cleanTimezone(r));
36258
+ return Lt.tz(o, this.cleanTimezone(r));
36259
36259
  }, this.toJsDate = (o) => o.toDate(), this.parse = (o, r) => o === "" ? null : this.dayjs(o, r, this.locale, !0), this.getCurrentLocaleCode = () => this.locale || "en", this.is12HourCycleInCurrentLocale = () => /A|a/.test(this.getLocaleFormats().LT || ""), this.expandFormat = (o) => {
36260
36260
  const r = this.getLocaleFormats(), s = (a) => a.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (c, l, u) => l || u.slice(1));
36261
36261
  return o.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (a, c, l) => {
@@ -36277,7 +36277,7 @@ class m6 {
36277
36277
  for (; this.isBefore(l, a); )
36278
36278
  c.push(l), l = this.addYears(l, 1);
36279
36279
  return c;
36280
- }, this.dayjs = h6(Vt, t), this.locale = t, this.formats = x({}, f6, n), Vt.extend(i6);
36280
+ }, this.dayjs = h6(Lt, t), this.locale = t, this.formats = x({}, f6, n), Lt.extend(i6);
36281
36281
  }
36282
36282
  getDayOfWeek(t) {
36283
36283
  return t.day() + 1;
@@ -36461,7 +36461,7 @@ function Ft(e, t, n = "Mui") {
36461
36461
  const o = E6[t];
36462
36462
  return o ? `${n}-${o}` : `${T6.generate(e)}-${t}`;
36463
36463
  }
36464
- function Lt(e, t, n = "Mui") {
36464
+ function $t(e, t, n = "Mui") {
36465
36465
  const o = {};
36466
36466
  return t.forEach((r) => {
36467
36467
  o[r] = Ft(e, r, n);
@@ -36974,7 +36974,7 @@ const P0 = (e, t) => {
36974
36974
  function Q6(e) {
36975
36975
  return Ft("MuiPickersToolbar", e);
36976
36976
  }
36977
- Lt("MuiPickersToolbar", ["root", "title", "content"]);
36977
+ $t("MuiPickersToolbar", ["root", "title", "content"]);
36978
36978
  const e_ = ["localeText"], kl = /* @__PURE__ */ C.createContext(null);
36979
36979
  process.env.NODE_ENV !== "production" && (kl.displayName = "MuiPickersAdapterContext");
36980
36980
  const Zf = function(t) {
@@ -37336,7 +37336,7 @@ const xr = () => {
37336
37336
  function u_(e) {
37337
37337
  return Ft("MuiDatePickerToolbar", e);
37338
37338
  }
37339
- Lt("MuiDatePickerToolbar", ["root", "title"]);
37339
+ $t("MuiDatePickerToolbar", ["root", "title"]);
37340
37340
  const _d = ["disablePast", "disableFuture", "minDate", "maxDate", "shouldDisableDate", "shouldDisableMonth", "shouldDisableYear"], Wd = ["disablePast", "disableFuture", "minTime", "maxTime", "shouldDisableTime", "minutesStep", "ampm", "disableIgnoringDatePartForTimeValidation"], f2 = ["minDateTime", "maxDateTime"], d_ = [..._d, ...Wd, ...f2], h2 = (e) => d_.reduce((t, n) => (e.hasOwnProperty(n) && (t[n] = e[n]), t), {}), p_ = ["value", "defaultValue", "referenceDate", "format", "formatDensity", "onChange", "timezone", "onError", "shouldRespectLeadingZeros", "selectedSections", "onSelectedSectionsChange", "unstableFieldRef", "unstableStartFieldRef", "unstableEndFieldRef", "enableAccessibleFieldDOMStructure", "disabled", "readOnly", "dateSeparator", "autoFocus", "focused"], m2 = (e, t) => C.useMemo(() => {
37341
37341
  const n = x({}, e), o = {}, r = (s) => {
37342
37342
  n.hasOwnProperty(s) && (o[s] = n[s], delete n[s]);
@@ -37726,7 +37726,7 @@ function y2(e, t) {
37726
37726
  function R_(e) {
37727
37727
  return Ft("MuiPickerPopper", e);
37728
37728
  }
37729
- Lt("MuiPickerPopper", ["root", "paper"]);
37729
+ $t("MuiPickerPopper", ["root", "paper"]);
37730
37730
  function O_(e, t) {
37731
37731
  return Array.isArray(t) ? t.every((n) => e.indexOf(n) !== -1) : e.indexOf(t) !== -1;
37732
37732
  }
@@ -38409,7 +38409,7 @@ const G_ = ["className", "sx"], S2 = ({
38409
38409
  function w2(e) {
38410
38410
  return Ft("MuiPickersLayout", e);
38411
38411
  }
38412
- const Xo = Lt("MuiPickersLayout", ["root", "landscape", "contentWrapper", "toolbar", "actionBar", "tabs", "shortcuts"]), H_ = ["actions"], U_ = G(cc, {
38412
+ const Xo = $t("MuiPickersLayout", ["root", "landscape", "contentWrapper", "toolbar", "actionBar", "tabs", "shortcuts"]), H_ = ["actions"], U_ = G(cc, {
38413
38413
  name: "MuiPickersLayout",
38414
38414
  slot: "ActionBar",
38415
38415
  overridesResolver: (e, t) => t.actionBar
@@ -38825,15 +38825,15 @@ const cW = jt(/* @__PURE__ */ y.jsx("path", {
38825
38825
  function uW(e) {
38826
38826
  return Ft("MuiPickersTextField", e);
38827
38827
  }
38828
- const Wi = Lt("MuiPickersTextField", ["root", "focused", "disabled", "error", "required"]);
38828
+ const Wi = $t("MuiPickersTextField", ["root", "focused", "disabled", "error", "required"]);
38829
38829
  function dW(e) {
38830
38830
  return Ft("MuiPickersInputBase", e);
38831
38831
  }
38832
- const Zr = Lt("MuiPickersInputBase", ["root", "focused", "disabled", "error", "notchedOutline", "sectionContent", "sectionBefore", "sectionAfter", "adornedStart", "adornedEnd", "input", "activeBar"]);
38832
+ const Zr = $t("MuiPickersInputBase", ["root", "focused", "disabled", "error", "notchedOutline", "sectionContent", "sectionBefore", "sectionAfter", "adornedStart", "adornedEnd", "input", "activeBar"]);
38833
38833
  function pW(e) {
38834
38834
  return Ft("MuiPickersSectionList", e);
38835
38835
  }
38836
- const zi = Lt("MuiPickersSectionList", ["root", "section", "sectionContent"]), fW = ["slots", "slotProps", "elements", "sectionListRef", "classes"], E2 = G("div", {
38836
+ const zi = $t("MuiPickersSectionList", ["root", "section", "sectionContent"]), fW = ["slots", "slotProps", "elements", "sectionListRef", "classes"], E2 = G("div", {
38837
38837
  name: "MuiPickersSectionList",
38838
38838
  slot: "Root",
38839
38839
  overridesResolver: (e, t) => t.root
@@ -39429,7 +39429,7 @@ process.env.NODE_ENV !== "production" && (Lc.propTypes = {
39429
39429
  function IW(e) {
39430
39430
  return Ft("MuiPickersOutlinedInput", e);
39431
39431
  }
39432
- const Wn = x({}, Zr, Lt("MuiPickersOutlinedInput", ["root", "notchedOutline", "input"])), TW = ["children", "className", "label", "notched", "shrink"], EW = G("fieldset", {
39432
+ const Wn = x({}, Zr, $t("MuiPickersOutlinedInput", ["root", "notchedOutline", "input"])), TW = ["children", "className", "label", "notched", "shrink"], EW = G("fieldset", {
39433
39433
  name: "MuiPickersOutlinedInput",
39434
39434
  slot: "NotchedOutline",
39435
39435
  overridesResolver: (e, t) => t.notchedOutline
@@ -39726,7 +39726,7 @@ nh.muiName = "Input";
39726
39726
  function kW(e) {
39727
39727
  return Ft("MuiPickersFilledInput", e);
39728
39728
  }
39729
- const Zo = x({}, Zr, Lt("MuiPickersFilledInput", ["root", "underline", "input"])), NW = ["label", "autoFocus", "disableUnderline", "hiddenLabel", "classes"], jW = G($c, {
39729
+ const Zo = x({}, Zr, $t("MuiPickersFilledInput", ["root", "underline", "input"])), NW = ["label", "autoFocus", "disableUnderline", "hiddenLabel", "classes"], jW = G($c, {
39730
39730
  name: "MuiPickersFilledInput",
39731
39731
  slot: "Root",
39732
39732
  overridesResolver: (e, t) => t.root,
@@ -40005,7 +40005,7 @@ oh.muiName = "Input";
40005
40005
  function BW(e) {
40006
40006
  return Ft("MuiPickersFilledInput", e);
40007
40007
  }
40008
- const Gi = x({}, Zr, Lt("MuiPickersInput", ["root", "underline", "input"])), $W = ["label", "autoFocus", "disableUnderline", "ownerState", "classes"], LW = G($c, {
40008
+ const Gi = x({}, Zr, $t("MuiPickersInput", ["root", "underline", "input"])), $W = ["label", "autoFocus", "disableUnderline", "ownerState", "classes"], LW = G($c, {
40009
40009
  name: "MuiPickersInput",
40010
40010
  slot: "Root",
40011
40011
  overridesResolver: (e, t) => t.root,
@@ -42419,7 +42419,7 @@ const $2 = ({
42419
42419
  onMonthSwitchingAnimationEnd: T
42420
42420
  };
42421
42421
  }, wz = (e) => Ft("MuiPickersFadeTransitionGroup", e);
42422
- Lt("MuiPickersFadeTransitionGroup", ["root"]);
42422
+ $t("MuiPickersFadeTransitionGroup", ["root"]);
42423
42423
  const Iz = (e) => Pt({
42424
42424
  root: ["root"]
42425
42425
  }, wz, e), Tz = G(Us, {
@@ -42459,7 +42459,7 @@ function L2(e) {
42459
42459
  function Ez(e) {
42460
42460
  return Ft("MuiPickersDay", e);
42461
42461
  }
42462
- const Jo = Lt("MuiPickersDay", ["root", "dayWithMargin", "dayOutsideMonth", "hiddenDaySpacingFiller", "today", "selected", "disabled"]);
42462
+ const Jo = $t("MuiPickersDay", ["root", "dayWithMargin", "dayOutsideMonth", "hiddenDaySpacingFiller", "today", "selected", "disabled"]);
42463
42463
  function _2(e) {
42464
42464
  const {
42465
42465
  disabled: t,
@@ -42794,7 +42794,7 @@ process.env.NODE_ENV !== "production" && (G2.propTypes = {
42794
42794
  })
42795
42795
  })])
42796
42796
  });
42797
- const Mz = /* @__PURE__ */ C.memo(G2), Dz = (e) => Ft("MuiPickersSlideTransition", e), Tn = Lt("MuiPickersSlideTransition", ["root", "slideEnter-left", "slideEnter-right", "slideEnterActive", "slideExit", "slideExitActiveLeft-left", "slideExitActiveLeft-right"]), kz = ["children", "className", "reduceAnimations", "slideDirection", "transKey", "classes"], Nz = (e, t) => {
42797
+ const Mz = /* @__PURE__ */ C.memo(G2), Dz = (e) => Ft("MuiPickersSlideTransition", e), Tn = $t("MuiPickersSlideTransition", ["root", "slideEnter-left", "slideEnter-right", "slideEnterActive", "slideExit", "slideExitActiveLeft-left", "slideExitActiveLeft-right"]), kz = ["children", "className", "reduceAnimations", "slideDirection", "transKey", "classes"], Nz = (e, t) => {
42798
42798
  const {
42799
42799
  slideDirection: n
42800
42800
  } = t, o = {
@@ -42913,7 +42913,7 @@ function Fz(e) {
42913
42913
  });
42914
42914
  }
42915
42915
  const Vz = (e) => Ft("MuiDayCalendar", e);
42916
- Lt("MuiDayCalendar", ["root", "header", "weekDayLabel", "loadingContainer", "slideTransition", "monthContainer", "weekContainer", "weekNumberLabel", "weekNumber"]);
42916
+ $t("MuiDayCalendar", ["root", "header", "weekDayLabel", "loadingContainer", "slideTransition", "monthContainer", "weekContainer", "weekNumberLabel", "weekNumber"]);
42917
42917
  const Bz = ["parentProps", "day", "focusedDay", "selectedDays", "isDateDisabled", "currentMonthNumber", "isViewFocused"], $z = ["ownerState"], Lz = (e) => Pt({
42918
42918
  root: ["root"],
42919
42919
  header: ["header"],
@@ -43249,7 +43249,7 @@ function qz(e) {
43249
43249
  function U2(e) {
43250
43250
  return Ft("MuiMonthCalendar", e);
43251
43251
  }
43252
- const Fa = Lt("MuiMonthCalendar", ["root", "button", "disabled", "selected"]), Kz = ["autoFocus", "classes", "disabled", "selected", "value", "onClick", "onKeyDown", "onFocus", "onBlur", "slots", "slotProps"], Qz = (e, t) => {
43252
+ const Fa = $t("MuiMonthCalendar", ["root", "button", "disabled", "selected"]), Kz = ["autoFocus", "classes", "disabled", "selected", "value", "onClick", "onKeyDown", "onFocus", "onBlur", "slots", "slotProps"], Qz = (e, t) => {
43253
43253
  const n = {
43254
43254
  button: ["button", t.isMonthDisabled && "disabled", t.isMonthSelected && "selected"]
43255
43255
  };
@@ -43606,7 +43606,7 @@ process.env.NODE_ENV !== "production" && (Y2.propTypes = {
43606
43606
  function X2(e) {
43607
43607
  return Ft("MuiYearCalendar", e);
43608
43608
  }
43609
- const Va = Lt("MuiYearCalendar", ["root", "button", "disabled", "selected"]), s7 = ["autoFocus", "classes", "disabled", "selected", "value", "onClick", "onKeyDown", "onFocus", "onBlur", "slots", "slotProps"], a7 = (e, t) => {
43609
+ const Va = $t("MuiYearCalendar", ["root", "button", "disabled", "selected"]), s7 = ["autoFocus", "classes", "disabled", "selected", "value", "onClick", "onKeyDown", "onFocus", "onBlur", "slots", "slotProps"], a7 = (e, t) => {
43610
43610
  const n = {
43611
43611
  button: ["button", t.isYearDisabled && "disabled", t.isYearSelected && "selected"]
43612
43612
  };
@@ -43995,11 +43995,11 @@ process.env.NODE_ENV !== "production" && (Z2.propTypes = {
43995
43995
  */
43996
43996
  yearsPerRow: i.oneOf([3, 4])
43997
43997
  });
43998
- const m7 = (e) => Ft("MuiPickersCalendarHeader", e), g7 = Lt("MuiPickersCalendarHeader", ["root", "labelContainer", "label", "switchViewButton", "switchViewIcon"]);
43998
+ const m7 = (e) => Ft("MuiPickersCalendarHeader", e), g7 = $t("MuiPickersCalendarHeader", ["root", "labelContainer", "label", "switchViewButton", "switchViewIcon"]);
43999
43999
  function b7(e) {
44000
44000
  return Ft("MuiPickersArrowSwitcher", e);
44001
44001
  }
44002
- Lt("MuiPickersArrowSwitcher", ["root", "spacer", "button", "previousIconButton", "nextIconButton", "leftArrowIcon", "rightArrowIcon"]);
44002
+ $t("MuiPickersArrowSwitcher", ["root", "spacer", "button", "previousIconButton", "nextIconButton", "leftArrowIcon", "rightArrowIcon"]);
44003
44003
  const y7 = ["children", "className", "slots", "slotProps", "isNextDisabled", "isNextHidden", "onGoToNext", "nextLabel", "isPreviousDisabled", "isPreviousHidden", "onGoToPrevious", "previousLabel", "labelId", "classes"], v7 = ["ownerState"], x7 = ["ownerState"], C7 = G("div", {
44004
44004
  name: "MuiPickersArrowSwitcher",
44005
44005
  slot: "Root",
@@ -44374,7 +44374,7 @@ const j7 = G("div")({
44374
44374
  flexDirection: "column",
44375
44375
  margin: "0 auto"
44376
44376
  }), F7 = (e) => Ft("MuiDateCalendar", e);
44377
- Lt("MuiDateCalendar", ["root", "viewTransitionContainer"]);
44377
+ $t("MuiDateCalendar", ["root", "viewTransitionContainer"]);
44378
44378
  const V7 = ["autoFocus", "onViewChange", "value", "defaultValue", "referenceDate", "disableFuture", "disablePast", "onChange", "onYearChange", "onMonthChange", "reduceAnimations", "shouldDisableDate", "shouldDisableMonth", "shouldDisableYear", "view", "views", "openTo", "className", "classes", "disabled", "readOnly", "minDate", "maxDate", "disableHighlightToday", "focusedView", "onFocusedViewChange", "showDaysOutsideCurrentMonth", "fixedWeekNumber", "dayOfWeekFormatter", "slots", "slotProps", "loading", "renderLoading", "displayWeekNumber", "yearsOrder", "yearsPerRow", "monthsPerRow", "timezone"], B7 = (e) => Pt({
44379
44379
  root: ["root"],
44380
44380
  viewTransitionContainer: ["viewTransitionContainer"]
@@ -46127,47 +46127,61 @@ const Q7 = G(eS)(({ theme: e }) => ({
46127
46127
  color: `${e.palette.primary.notifyTextColor}!important`,
46128
46128
  fontSize: "1.1rem",
46129
46129
  backgroundColor: `${e.palette.primary.notifyBackground}`,
46130
- transform: "translate(14px, 11px) scale(1)"
46130
+ zIndex: 1,
46131
+ padding: "0 0.25rem",
46132
+ transform: "translate(14px, 12px) scale(1)",
46133
+ // center vertically (non-shrinked)
46134
+ transition: "all 0.2s ease"
46131
46135
  },
46132
- "& .MuiPickersOutlinedInput-notchedOutline": {
46133
- border: "none!important"
46136
+ "& .MuiInputLabel-shrink": {
46137
+ fontSize: "1.1rem !important",
46138
+ transform: "translate(14px, -6px) scale(1)"
46139
+ },
46140
+ "& .Mui-focused": {
46141
+ color: `${e.palette.primary.notifyTextColor} !important`
46134
46142
  },
46135
- "& .MuiPickersOutlinedInput-root ": {
46143
+ "& .MuiPickersOutlinedInput-root": {
46136
46144
  backgroundColor: `${e.palette.primary.notifyBackground}`,
46137
- borderRadius: "0.7rem",
46138
- border: `0.1rem solid ${e.palette.primary.notifyBorderColor}`,
46145
+ borderRadius: "0.6rem",
46139
46146
  color: `${e.palette.primary.notifyTextColor}`,
46140
46147
  fontSize: "1.1rem",
46141
- cursor: "pointer"
46148
+ padding: "0.6rem 1.2rem",
46149
+ minHeight: "4rem",
46150
+ height: "4rem",
46151
+ boxSizing: "border-box"
46142
46152
  },
46143
46153
  "& .MuiOutlinedInput-notchedOutline": {
46144
46154
  border: "unset"
46145
46155
  },
46146
46156
  "& .MuiInputLabel-input": {
46147
46157
  color: `${e.palette.primary.notifyTextColor}`,
46148
- fontSize: "1.1rem",
46149
- padding: ".9rem 1rem"
46150
- },
46151
- "& .Mui-focused": {
46152
- color: `${e.palette.primary.notifyTextColor} !important`
46158
+ fontSize: "1.1rem"
46153
46159
  },
46154
- "& .MuiPickersSectionList-root": {
46155
- padding: "1rem 0"
46160
+ "& .MuiPickersOutlinedInput-notchedOutline": {
46161
+ border: "none!important"
46156
46162
  }
46157
46163
  })), eG = ({
46158
46164
  value: e,
46159
46165
  styles: t,
46160
- ...n
46166
+ error: n,
46167
+ errorText: o,
46168
+ ...r
46161
46169
  }) => {
46162
- const o = dt();
46170
+ const s = dt();
46163
46171
  return /* @__PURE__ */ y.jsx(Zf, { dateAdapter: m6, children: /* @__PURE__ */ y.jsx(K7, { components: ["MuiDatePicker"], children: /* @__PURE__ */ y.jsx(
46164
46172
  Q7,
46165
46173
  {
46166
- value: Vt(e),
46167
46174
  views: ["year", "month", "day"],
46168
46175
  yearsOrder: "desc",
46176
+ name: "startDate",
46169
46177
  slots: {
46170
- openPickerIcon: () => /* @__PURE__ */ y.jsx(ye, { component: "img", src: ft.Calendar })
46178
+ openPickerIcon: () => /* @__PURE__ */ y.jsx(
46179
+ ye,
46180
+ {
46181
+ component: "img",
46182
+ src: ft.Calendar
46183
+ }
46184
+ )
46171
46185
  },
46172
46186
  slotProps: {
46173
46187
  popper: {
@@ -46176,64 +46190,64 @@ const Q7 = G(eS)(({ theme: e }) => ({
46176
46190
  maxHeight: "30rem"
46177
46191
  },
46178
46192
  "& .MuiPaper-root": {
46179
- backgroundColor: o.palette.primary.notifyBackground,
46180
- color: o.palette.primary.notifyActiveText,
46193
+ backgroundColor: s.palette.primary.notifyBackground,
46194
+ color: s.palette.primary.notifyActiveText,
46181
46195
  borderRadius: "0.7rem"
46182
46196
  },
46183
46197
  "& .MuiPickersCalendarHeader-root": {
46184
- color: o.palette.primary.notifyActiveText,
46198
+ color: s.palette.primary.notifyActiveText,
46185
46199
  "& .MuiPickersCalendarHeader-labelContainer": {
46186
46200
  fontSize: "2rem",
46187
46201
  "& .MuiIconButton-root": {
46188
46202
  fontSize: "2rem",
46189
- color: o.palette.primary.notifyActiveText
46203
+ color: s.palette.primary.notifyActiveText
46190
46204
  }
46191
46205
  },
46192
46206
  "& .MuiPickersArrowSwitcher-root": {
46193
46207
  "& .MuiIconButton-root": {
46194
46208
  fontSize: "2rem",
46195
- color: o.palette.primary.notifyActiveText
46209
+ color: s.palette.primary.notifyActiveText
46196
46210
  }
46197
46211
  }
46198
46212
  },
46199
46213
  "& .MuiDayCalendar-header": {
46200
46214
  "& .MuiTypography-root": {
46201
46215
  fontSize: "1.1rem",
46202
- color: o.palette.primary.notifyActiveText
46216
+ color: s.palette.primary.notifyActiveText
46203
46217
  }
46204
46218
  },
46205
46219
  "& .MuiPickersSlideTransition-root": {
46206
46220
  "& .MuiButtonBase-root": {
46207
46221
  fontSize: "1.1rem",
46208
- color: o.palette.primary.notifyActiveText
46222
+ color: s.palette.primary.notifyActiveText
46209
46223
  }
46210
46224
  },
46211
46225
  "& .MuiPickersFadeTransitionGroup-root": {
46212
46226
  "& .MuiPickersYear-yearButton ": {
46213
46227
  fontSize: "1.1rem",
46214
- color: o.palette.primary.notifyActiveText
46228
+ color: s.palette.primary.notifyActiveText
46215
46229
  }
46216
46230
  },
46217
46231
  "& .MuiPickersDay-root.Mui-selected": {
46218
- backgroundColor: `${o.palette.brandColor.orange}!important`,
46219
- color: o.palette.brandColor.white
46232
+ backgroundColor: `${s.palette.brandColor.orange}!important`,
46233
+ color: s.palette.brandColor.white
46220
46234
  },
46221
46235
  "& .MuiYearCalendar-root .MuiYearCalendar-button.Mui-selected": {
46222
- backgroundColor: `${o.palette.brandColor.orange}!important`,
46223
- color: o.palette.brandColor.white
46236
+ backgroundColor: `${s.palette.brandColor.orange}!important`,
46237
+ color: s.palette.brandColor.white
46224
46238
  },
46225
46239
  "& .MuiMonthCalendar-root .MuiMonthCalendar-button.Mui-selected": {
46226
- backgroundColor: `${o.palette.brandColor.orange}!important`,
46227
- color: o.palette.brandColor.white
46240
+ backgroundColor: `${s.palette.brandColor.orange}!important`,
46241
+ color: s.palette.brandColor.white
46228
46242
  },
46229
46243
  "& .MuiPickersDay-root": {
46230
- color: o.palette.primary.notifyActiveText,
46244
+ color: s.palette.primary.notifyActiveText,
46231
46245
  "& .Mui-selected": {
46232
- backgroundColor: o.palette.brandColor.orange
46246
+ backgroundColor: s.palette.brandColor.orange
46233
46247
  }
46234
46248
  },
46235
46249
  "& .Mui-selected": {
46236
- color: o.palette.primary.notifyActiveText
46250
+ color: s.palette.primary.notifyActiveText
46237
46251
  },
46238
46252
  "& .MuiYearCalendar-button": {
46239
46253
  fontSize: "1.1rem"
@@ -46244,23 +46258,34 @@ const Q7 = G(eS)(({ theme: e }) => ({
46244
46258
  }
46245
46259
  },
46246
46260
  textField: {
46261
+ error: n,
46262
+ helperText: n ? o : null,
46263
+ InputProps: { readOnly: !0 },
46247
46264
  sx: {
46248
- cursor: "pointer",
46249
- "& label.Mui-focused, & label.MuiInputLabel-shrink": {
46250
- display: "none",
46251
- opacity: 1
46252
- },
46253
46265
  "&.Mui-disabled *": {
46254
- color: `${o.palette.primary.notifyTextColor} !important`
46255
- }
46256
- },
46257
- disabled: !0
46266
+ color: `${s.palette.primary.notifyTextColor}!important`,
46267
+ opacity: 0.8
46268
+ },
46269
+ "& input": {
46270
+ cursor: "pointer"
46271
+ },
46272
+ "& .MuiFormHelperText-root": {
46273
+ fontSize: "1rem",
46274
+ color: s.palette.brandColor.red,
46275
+ marginX: 0
46276
+ },
46277
+ "& .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline": {}
46278
+ }
46258
46279
  }
46259
46280
  },
46260
46281
  sx: {
46282
+ "& .MuiPickersOutlinedInput-root": {
46283
+ border: `0.1rem solid ${n ? s.palette.brandColor.red : s.palette.primary.notifyBorderColor}`
46284
+ },
46285
+ overflow: "hidden",
46261
46286
  ...t
46262
46287
  },
46263
- ...n
46288
+ ...r
46264
46289
  }
46265
46290
  ) }) });
46266
46291
  }, EG = (e) => /* @__PURE__ */ y.jsx(po, { children: /* @__PURE__ */ y.jsx(