@movable/ui 2.13.7 → 2.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
var Pd = Object.defineProperty;
|
|
2
2
|
var kd = (e, t, r) => t in e ? Pd(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
3
|
var Be = (e, t, r) => kd(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
-
import * as
|
|
4
|
+
import * as C from "react";
|
|
5
5
|
import ct, { useRef as As, useState as Ut, useEffect as lc, Children as _s, isValidElement as Cn, cloneElement as rr, forwardRef as oo } from "react";
|
|
6
|
-
import { Typography as ht, Chip as us, Tooltip as Ns, Box as
|
|
6
|
+
import { Typography as ht, Chip as us, Tooltip as Ns, Box as gt, Menu as cc, MenuItem as Wo, Button as rn, Dialog as $d, IconButton as oi, Icon as zn, DialogTitle as Md, Stack as Ke, DialogActions as jd, CircularProgress as ds, styled as uc, Drawer as dc, AppBar as Id, useScrollTrigger as Ad, Breadcrumbs as _d, Link as Nd, RadioGroup as Dd, FormControlLabel as Fd, Radio as Ld, Card as Bd, ToggleButton as pc, ToggleButtonGroup as fc, ListSubheader as zd, FormControl as Vd, InputLabel as Wd, Select as Ud, FormHelperText as Hd, Alert as qd, Grid as $a, Skeleton as Ma } from "@mui/material";
|
|
7
7
|
import Gd from "@emotion/styled";
|
|
8
8
|
import { CacheProvider as Yd, Global as Kd, ThemeContext as mc, css as Xd, keyframes as ii } from "@emotion/react";
|
|
9
9
|
import { WarningAmberRounded as Jd, ReportRounded as Zd } from "@mui/icons-material";
|
|
@@ -95,10 +95,10 @@ function rp() {
|
|
|
95
95
|
Ne.unshift("Warning: " + V), Function.prototype.apply.call(console[R], console, Ne);
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
-
var
|
|
98
|
+
var E = !1, x = !1, P = !1, S = !1, I = !1, _;
|
|
99
99
|
_ = Symbol.for("react.module.reference");
|
|
100
100
|
function j(R) {
|
|
101
|
-
return !!(typeof R == "string" || typeof R == "function" || R === o || R === s || I || R === i || R === u || R === d || S || R === h ||
|
|
101
|
+
return !!(typeof R == "string" || typeof R == "function" || R === o || R === s || I || R === i || R === u || R === d || S || R === h || E || x || P || typeof R == "object" && R !== null && (R.$$typeof === p || R.$$typeof === m || R.$$typeof === a || R.$$typeof === l || R.$$typeof === c || // This needs to include all possible module reference object
|
|
102
102
|
// types supported by any Flight configuration anywhere since
|
|
103
103
|
// we don't know which Flight build this will end up being used
|
|
104
104
|
// with.
|
|
@@ -386,17 +386,17 @@ function rp() {
|
|
|
386
386
|
}
|
|
387
387
|
function we(R) {
|
|
388
388
|
try {
|
|
389
|
-
return
|
|
389
|
+
return Xe(R), !1;
|
|
390
390
|
} catch {
|
|
391
391
|
return !0;
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
|
-
function
|
|
394
|
+
function Xe(R) {
|
|
395
395
|
return "" + R;
|
|
396
396
|
}
|
|
397
397
|
function ut(R) {
|
|
398
398
|
if (we(R))
|
|
399
|
-
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ge(R)),
|
|
399
|
+
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ge(R)), Xe(R);
|
|
400
400
|
}
|
|
401
401
|
var rt = T.ReactCurrentOwner, Te = {
|
|
402
402
|
key: !0,
|
|
@@ -607,7 +607,7 @@ Check the top-level render call using <` + X + ">.");
|
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
609
|
var Kn = {};
|
|
610
|
-
function
|
|
610
|
+
function vt(R, V, X, me, Se, Ne) {
|
|
611
611
|
{
|
|
612
612
|
var Ce = j(R);
|
|
613
613
|
if (!Ce) {
|
|
@@ -652,10 +652,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
function Mn(R, V, X) {
|
|
655
|
-
return
|
|
655
|
+
return vt(R, V, X, !0);
|
|
656
656
|
}
|
|
657
657
|
function Wi(R, V, X) {
|
|
658
|
-
return
|
|
658
|
+
return vt(R, V, X, !1);
|
|
659
659
|
}
|
|
660
660
|
var jn = Wi, Rr = Mn;
|
|
661
661
|
Pr.Fragment = o, Pr.jsx = jn, Pr.jsxs = Rr;
|
|
@@ -720,12 +720,12 @@ function ip() {
|
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
722
|
}
|
|
723
|
-
function
|
|
723
|
+
function E(x) {
|
|
724
724
|
return O(x) === u;
|
|
725
725
|
}
|
|
726
726
|
return je.AsyncMode = c, je.ConcurrentMode = u, je.ContextConsumer = l, je.ContextProvider = a, je.Element = t, je.ForwardRef = d, je.Fragment = o, je.Lazy = v, je.Memo = h, je.Portal = r, je.Profiler = s, je.StrictMode = i, je.Suspense = m, je.isAsyncMode = function(x) {
|
|
727
|
-
return
|
|
728
|
-
}, je.isConcurrentMode =
|
|
727
|
+
return E(x) || O(x) === c;
|
|
728
|
+
}, je.isConcurrentMode = E, je.isContextConsumer = function(x) {
|
|
729
729
|
return O(x) === l;
|
|
730
730
|
}, je.isContextProvider = function(x) {
|
|
731
731
|
return O(x) === a;
|
|
@@ -768,7 +768,7 @@ function sp() {
|
|
|
768
768
|
return typeof B == "string" || typeof B == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
769
769
|
B === o || B === u || B === s || B === i || B === m || B === p || typeof B == "object" && B !== null && (B.$$typeof === v || B.$$typeof === h || B.$$typeof === a || B.$$typeof === l || B.$$typeof === d || B.$$typeof === b || B.$$typeof === T || B.$$typeof === w || B.$$typeof === g);
|
|
770
770
|
}
|
|
771
|
-
function
|
|
771
|
+
function E(B) {
|
|
772
772
|
if (typeof B == "object" && B !== null) {
|
|
773
773
|
var le = B.$$typeof;
|
|
774
774
|
switch (le) {
|
|
@@ -802,45 +802,45 @@ function sp() {
|
|
|
802
802
|
}
|
|
803
803
|
var x = c, P = u, S = l, I = a, _ = t, j = d, N = o, z = v, A = h, F = r, L = s, D = i, U = m, $ = !1;
|
|
804
804
|
function G(B) {
|
|
805
|
-
return $ || ($ = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), k(B) ||
|
|
805
|
+
return $ || ($ = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), k(B) || E(B) === c;
|
|
806
806
|
}
|
|
807
807
|
function k(B) {
|
|
808
|
-
return
|
|
808
|
+
return E(B) === u;
|
|
809
809
|
}
|
|
810
810
|
function W(B) {
|
|
811
|
-
return
|
|
811
|
+
return E(B) === l;
|
|
812
812
|
}
|
|
813
813
|
function te(B) {
|
|
814
|
-
return
|
|
814
|
+
return E(B) === a;
|
|
815
815
|
}
|
|
816
816
|
function Q(B) {
|
|
817
817
|
return typeof B == "object" && B !== null && B.$$typeof === t;
|
|
818
818
|
}
|
|
819
819
|
function q(B) {
|
|
820
|
-
return
|
|
820
|
+
return E(B) === d;
|
|
821
821
|
}
|
|
822
822
|
function J(B) {
|
|
823
|
-
return
|
|
823
|
+
return E(B) === o;
|
|
824
824
|
}
|
|
825
825
|
function Y(B) {
|
|
826
|
-
return
|
|
826
|
+
return E(B) === v;
|
|
827
827
|
}
|
|
828
828
|
function re(B) {
|
|
829
|
-
return
|
|
829
|
+
return E(B) === h;
|
|
830
830
|
}
|
|
831
831
|
function Z(B) {
|
|
832
|
-
return
|
|
832
|
+
return E(B) === r;
|
|
833
833
|
}
|
|
834
834
|
function ne(B) {
|
|
835
|
-
return
|
|
835
|
+
return E(B) === s;
|
|
836
836
|
}
|
|
837
837
|
function se(B) {
|
|
838
|
-
return
|
|
838
|
+
return E(B) === i;
|
|
839
839
|
}
|
|
840
840
|
function oe(B) {
|
|
841
|
-
return
|
|
841
|
+
return E(B) === m;
|
|
842
842
|
}
|
|
843
|
-
Ie.AsyncMode = x, Ie.ConcurrentMode = P, Ie.ContextConsumer = S, Ie.ContextProvider = I, Ie.Element = _, Ie.ForwardRef = j, Ie.Fragment = N, Ie.Lazy = z, Ie.Memo = A, Ie.Portal = F, Ie.Profiler = L, Ie.StrictMode = D, Ie.Suspense = U, Ie.isAsyncMode = G, Ie.isConcurrentMode = k, Ie.isContextConsumer = W, Ie.isContextProvider = te, Ie.isElement = Q, Ie.isForwardRef = q, Ie.isFragment = J, Ie.isLazy = Y, Ie.isMemo = re, Ie.isPortal = Z, Ie.isProfiler = ne, Ie.isStrictMode = se, Ie.isSuspense = oe, Ie.isValidElementType = O, Ie.typeOf =
|
|
843
|
+
Ie.AsyncMode = x, Ie.ConcurrentMode = P, Ie.ContextConsumer = S, Ie.ContextProvider = I, Ie.Element = _, Ie.ForwardRef = j, Ie.Fragment = N, Ie.Lazy = z, Ie.Memo = A, Ie.Portal = F, Ie.Profiler = L, Ie.StrictMode = D, Ie.Suspense = U, Ie.isAsyncMode = G, Ie.isConcurrentMode = k, Ie.isContextConsumer = W, Ie.isContextProvider = te, Ie.isElement = Q, Ie.isForwardRef = q, Ie.isFragment = J, Ie.isLazy = Y, Ie.isMemo = re, Ie.isPortal = Z, Ie.isProfiler = ne, Ie.isStrictMode = se, Ie.isSuspense = oe, Ie.isValidElementType = O, Ie.typeOf = E;
|
|
844
844
|
}()), Ie;
|
|
845
845
|
}
|
|
846
846
|
var Na;
|
|
@@ -989,7 +989,7 @@ function fp() {
|
|
|
989
989
|
symbol: T("symbol"),
|
|
990
990
|
any: w(),
|
|
991
991
|
arrayOf: O,
|
|
992
|
-
element:
|
|
992
|
+
element: E(),
|
|
993
993
|
elementType: x(),
|
|
994
994
|
instanceOf: P,
|
|
995
995
|
node: j(),
|
|
@@ -1064,7 +1064,7 @@ function fp() {
|
|
|
1064
1064
|
}
|
|
1065
1065
|
return b(W);
|
|
1066
1066
|
}
|
|
1067
|
-
function
|
|
1067
|
+
function E() {
|
|
1068
1068
|
function k(W, te, Q, q, J) {
|
|
1069
1069
|
var Y = W[te];
|
|
1070
1070
|
if (!l(Y)) {
|
|
@@ -1514,7 +1514,7 @@ function _p(e) {
|
|
|
1514
1514
|
return Cc(No("", null, null, null, [""], e = Ec(e), 0, [0], e));
|
|
1515
1515
|
}
|
|
1516
1516
|
function No(e, t, r, o, i, s, a, l, c) {
|
|
1517
|
-
for (var u = 0, d = 0, m = a, p = 0, h = 0, v = 0, g = 1, b = 1, T = 1, w = 0, O = "",
|
|
1517
|
+
for (var u = 0, d = 0, m = a, p = 0, h = 0, v = 0, g = 1, b = 1, T = 1, w = 0, O = "", E = i, x = s, P = o, S = O; b; )
|
|
1518
1518
|
switch (v = w, w = _t()) {
|
|
1519
1519
|
case 40:
|
|
1520
1520
|
if (v != 108 && pt(S, m - 1) == 58) {
|
|
@@ -1560,16 +1560,16 @@ function No(e, t, r, o, i, s, a, l, c) {
|
|
|
1560
1560
|
case 59:
|
|
1561
1561
|
S += ";";
|
|
1562
1562
|
default:
|
|
1563
|
-
if (Oo(P = Wa(S, t, r, u, d, i, l, O,
|
|
1563
|
+
if (Oo(P = Wa(S, t, r, u, d, i, l, O, E = [], x = [], m), s), w === 123)
|
|
1564
1564
|
if (d === 0)
|
|
1565
|
-
No(S, t, P, P,
|
|
1565
|
+
No(S, t, P, P, E, s, m, l, x);
|
|
1566
1566
|
else
|
|
1567
1567
|
switch (p === 99 && pt(S, 3) === 110 ? 100 : p) {
|
|
1568
1568
|
case 100:
|
|
1569
1569
|
case 108:
|
|
1570
1570
|
case 109:
|
|
1571
1571
|
case 115:
|
|
1572
|
-
No(e, P, P, o && Oo(Wa(e, P, P, 0, 0, i, l, O, i,
|
|
1572
|
+
No(e, P, P, o && Oo(Wa(e, P, P, 0, 0, i, l, O, i, E = [], m), x), i, x, m, l, o ? E : x);
|
|
1573
1573
|
break;
|
|
1574
1574
|
default:
|
|
1575
1575
|
No(S, P, P, P, [""], x, 0, l, x);
|
|
@@ -2242,16 +2242,16 @@ function Mc(e, t) {
|
|
|
2242
2242
|
const r = Us(e.theme);
|
|
2243
2243
|
return Object.keys(e).map((o) => uf(e, t, o, r)).reduce(Vr, {});
|
|
2244
2244
|
}
|
|
2245
|
-
function
|
|
2245
|
+
function Je(e) {
|
|
2246
2246
|
return Mc(e, di);
|
|
2247
2247
|
}
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
function
|
|
2248
|
+
Je.propTypes = process.env.NODE_ENV !== "production" ? di.reduce((e, t) => (e[t] = wn, e), {}) : {};
|
|
2249
|
+
Je.filterProps = di;
|
|
2250
|
+
function Ze(e) {
|
|
2251
2251
|
return Mc(e, pi);
|
|
2252
2252
|
}
|
|
2253
|
-
|
|
2254
|
-
|
|
2253
|
+
Ze.propTypes = process.env.NODE_ENV !== "production" ? pi.reduce((e, t) => (e[t] = wn, e), {}) : {};
|
|
2254
|
+
Ze.filterProps = pi;
|
|
2255
2255
|
process.env.NODE_ENV !== "production" && lf.reduce((e, t) => (e[t] = wn, e), {});
|
|
2256
2256
|
function df(e = 8) {
|
|
2257
2257
|
if (e.mui)
|
|
@@ -2486,124 +2486,124 @@ const lo = {
|
|
|
2486
2486
|
},
|
|
2487
2487
|
// spacing
|
|
2488
2488
|
p: {
|
|
2489
|
-
style:
|
|
2489
|
+
style: Ze
|
|
2490
2490
|
},
|
|
2491
2491
|
pt: {
|
|
2492
|
-
style:
|
|
2492
|
+
style: Ze
|
|
2493
2493
|
},
|
|
2494
2494
|
pr: {
|
|
2495
|
-
style:
|
|
2495
|
+
style: Ze
|
|
2496
2496
|
},
|
|
2497
2497
|
pb: {
|
|
2498
|
-
style:
|
|
2498
|
+
style: Ze
|
|
2499
2499
|
},
|
|
2500
2500
|
pl: {
|
|
2501
|
-
style:
|
|
2501
|
+
style: Ze
|
|
2502
2502
|
},
|
|
2503
2503
|
px: {
|
|
2504
|
-
style:
|
|
2504
|
+
style: Ze
|
|
2505
2505
|
},
|
|
2506
2506
|
py: {
|
|
2507
|
-
style:
|
|
2507
|
+
style: Ze
|
|
2508
2508
|
},
|
|
2509
2509
|
padding: {
|
|
2510
|
-
style:
|
|
2510
|
+
style: Ze
|
|
2511
2511
|
},
|
|
2512
2512
|
paddingTop: {
|
|
2513
|
-
style:
|
|
2513
|
+
style: Ze
|
|
2514
2514
|
},
|
|
2515
2515
|
paddingRight: {
|
|
2516
|
-
style:
|
|
2516
|
+
style: Ze
|
|
2517
2517
|
},
|
|
2518
2518
|
paddingBottom: {
|
|
2519
|
-
style:
|
|
2519
|
+
style: Ze
|
|
2520
2520
|
},
|
|
2521
2521
|
paddingLeft: {
|
|
2522
|
-
style:
|
|
2522
|
+
style: Ze
|
|
2523
2523
|
},
|
|
2524
2524
|
paddingX: {
|
|
2525
|
-
style:
|
|
2525
|
+
style: Ze
|
|
2526
2526
|
},
|
|
2527
2527
|
paddingY: {
|
|
2528
|
-
style:
|
|
2528
|
+
style: Ze
|
|
2529
2529
|
},
|
|
2530
2530
|
paddingInline: {
|
|
2531
|
-
style:
|
|
2531
|
+
style: Ze
|
|
2532
2532
|
},
|
|
2533
2533
|
paddingInlineStart: {
|
|
2534
|
-
style:
|
|
2534
|
+
style: Ze
|
|
2535
2535
|
},
|
|
2536
2536
|
paddingInlineEnd: {
|
|
2537
|
-
style:
|
|
2537
|
+
style: Ze
|
|
2538
2538
|
},
|
|
2539
2539
|
paddingBlock: {
|
|
2540
|
-
style:
|
|
2540
|
+
style: Ze
|
|
2541
2541
|
},
|
|
2542
2542
|
paddingBlockStart: {
|
|
2543
|
-
style:
|
|
2543
|
+
style: Ze
|
|
2544
2544
|
},
|
|
2545
2545
|
paddingBlockEnd: {
|
|
2546
|
-
style:
|
|
2546
|
+
style: Ze
|
|
2547
2547
|
},
|
|
2548
2548
|
m: {
|
|
2549
|
-
style:
|
|
2549
|
+
style: Je
|
|
2550
2550
|
},
|
|
2551
2551
|
mt: {
|
|
2552
|
-
style:
|
|
2552
|
+
style: Je
|
|
2553
2553
|
},
|
|
2554
2554
|
mr: {
|
|
2555
|
-
style:
|
|
2555
|
+
style: Je
|
|
2556
2556
|
},
|
|
2557
2557
|
mb: {
|
|
2558
|
-
style:
|
|
2558
|
+
style: Je
|
|
2559
2559
|
},
|
|
2560
2560
|
ml: {
|
|
2561
|
-
style:
|
|
2561
|
+
style: Je
|
|
2562
2562
|
},
|
|
2563
2563
|
mx: {
|
|
2564
|
-
style:
|
|
2564
|
+
style: Je
|
|
2565
2565
|
},
|
|
2566
2566
|
my: {
|
|
2567
|
-
style:
|
|
2567
|
+
style: Je
|
|
2568
2568
|
},
|
|
2569
2569
|
margin: {
|
|
2570
|
-
style:
|
|
2570
|
+
style: Je
|
|
2571
2571
|
},
|
|
2572
2572
|
marginTop: {
|
|
2573
|
-
style:
|
|
2573
|
+
style: Je
|
|
2574
2574
|
},
|
|
2575
2575
|
marginRight: {
|
|
2576
|
-
style:
|
|
2576
|
+
style: Je
|
|
2577
2577
|
},
|
|
2578
2578
|
marginBottom: {
|
|
2579
|
-
style:
|
|
2579
|
+
style: Je
|
|
2580
2580
|
},
|
|
2581
2581
|
marginLeft: {
|
|
2582
|
-
style:
|
|
2582
|
+
style: Je
|
|
2583
2583
|
},
|
|
2584
2584
|
marginX: {
|
|
2585
|
-
style:
|
|
2585
|
+
style: Je
|
|
2586
2586
|
},
|
|
2587
2587
|
marginY: {
|
|
2588
|
-
style:
|
|
2588
|
+
style: Je
|
|
2589
2589
|
},
|
|
2590
2590
|
marginInline: {
|
|
2591
|
-
style:
|
|
2591
|
+
style: Je
|
|
2592
2592
|
},
|
|
2593
2593
|
marginInlineStart: {
|
|
2594
|
-
style:
|
|
2594
|
+
style: Je
|
|
2595
2595
|
},
|
|
2596
2596
|
marginInlineEnd: {
|
|
2597
|
-
style:
|
|
2597
|
+
style: Je
|
|
2598
2598
|
},
|
|
2599
2599
|
marginBlock: {
|
|
2600
|
-
style:
|
|
2600
|
+
style: Je
|
|
2601
2601
|
},
|
|
2602
2602
|
marginBlockStart: {
|
|
2603
|
-
style:
|
|
2603
|
+
style: Je
|
|
2604
2604
|
},
|
|
2605
2605
|
marginBlockEnd: {
|
|
2606
|
-
style:
|
|
2606
|
+
style: Je
|
|
2607
2607
|
},
|
|
2608
2608
|
// display
|
|
2609
2609
|
displayPrint: {
|
|
@@ -2832,7 +2832,7 @@ function qf(e) {
|
|
|
2832
2832
|
return Object.keys(e).length === 0;
|
|
2833
2833
|
}
|
|
2834
2834
|
function Gf(e = null) {
|
|
2835
|
-
const t =
|
|
2835
|
+
const t = C.useContext(mc);
|
|
2836
2836
|
return !t || qf(t) ? e : t;
|
|
2837
2837
|
}
|
|
2838
2838
|
const Yf = co();
|
|
@@ -2935,7 +2935,7 @@ function em(e = {}) {
|
|
|
2935
2935
|
} = e, s = Vs("div", {
|
|
2936
2936
|
shouldForwardProp: (l) => l !== "theme" && l !== "sx" && l !== "as"
|
|
2937
2937
|
})(xr);
|
|
2938
|
-
return /* @__PURE__ */
|
|
2938
|
+
return /* @__PURE__ */ C.forwardRef(function(c, u) {
|
|
2939
2939
|
const d = yi(r), m = uo(c), {
|
|
2940
2940
|
className: p,
|
|
2941
2941
|
component: h = "div"
|
|
@@ -3065,7 +3065,7 @@ function rm() {
|
|
|
3065
3065
|
return Xa || (Xa = 1, process.env.NODE_ENV !== "production" && function() {
|
|
3066
3066
|
var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), a = Symbol.for("react.context"), l = Symbol.for("react.server_context"), c = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), h = Symbol.for("react.offscreen"), v = !1, g = !1, b = !1, T = !1, w = !1, O;
|
|
3067
3067
|
O = Symbol.for("react.module.reference");
|
|
3068
|
-
function
|
|
3068
|
+
function E(H) {
|
|
3069
3069
|
return !!(typeof H == "string" || typeof H == "function" || H === r || H === i || w || H === o || H === u || H === d || T || H === h || v || g || b || typeof H == "object" && H !== null && (H.$$typeof === p || H.$$typeof === m || H.$$typeof === s || H.$$typeof === a || H.$$typeof === c || // This needs to include all possible module reference object
|
|
3070
3070
|
// types supported by any Flight configuration anywhere since
|
|
3071
3071
|
// we don't know which Flight build this will end up being used
|
|
@@ -3147,7 +3147,7 @@ function rm() {
|
|
|
3147
3147
|
function le(H) {
|
|
3148
3148
|
return x(H) === d;
|
|
3149
3149
|
}
|
|
3150
|
-
_e.ContextConsumer = P, _e.ContextProvider = S, _e.Element = I, _e.ForwardRef = _, _e.Fragment = j, _e.Lazy = N, _e.Memo = z, _e.Portal = A, _e.Profiler = F, _e.StrictMode = L, _e.Suspense = D, _e.SuspenseList = U, _e.isAsyncMode = k, _e.isConcurrentMode = W, _e.isContextConsumer = te, _e.isContextProvider = Q, _e.isElement = q, _e.isForwardRef = J, _e.isFragment = Y, _e.isLazy = re, _e.isMemo = Z, _e.isPortal = ne, _e.isProfiler = se, _e.isStrictMode = oe, _e.isSuspense = B, _e.isSuspenseList = le, _e.isValidElementType =
|
|
3150
|
+
_e.ContextConsumer = P, _e.ContextProvider = S, _e.Element = I, _e.ForwardRef = _, _e.Fragment = j, _e.Lazy = N, _e.Memo = z, _e.Portal = A, _e.Profiler = F, _e.StrictMode = L, _e.Suspense = D, _e.SuspenseList = U, _e.isAsyncMode = k, _e.isConcurrentMode = W, _e.isContextConsumer = te, _e.isContextProvider = Q, _e.isElement = q, _e.isForwardRef = J, _e.isFragment = Y, _e.isLazy = re, _e.isMemo = Z, _e.isPortal = ne, _e.isProfiler = se, _e.isStrictMode = oe, _e.isSuspense = B, _e.isSuspenseList = le, _e.isValidElementType = E, _e.typeOf = x;
|
|
3151
3151
|
}()), _e;
|
|
3152
3152
|
}
|
|
3153
3153
|
process.env.NODE_ENV === "production" ? bs.exports = nm() : bs.exports = rm();
|
|
@@ -3278,7 +3278,7 @@ function fm(e = {}) {
|
|
|
3278
3278
|
defaultTheme: r,
|
|
3279
3279
|
themeId: t
|
|
3280
3280
|
})
|
|
3281
|
-
})) : x,
|
|
3281
|
+
})) : x, E = (x, ...P) => {
|
|
3282
3282
|
let S = O(x);
|
|
3283
3283
|
const I = P ? P.map(O) : [];
|
|
3284
3284
|
c && p && I.push((N) => {
|
|
@@ -3318,7 +3318,7 @@ function fm(e = {}) {
|
|
|
3318
3318
|
}
|
|
3319
3319
|
return a.muiName && (j.muiName = a.muiName), j;
|
|
3320
3320
|
};
|
|
3321
|
-
return w.withConfig && (
|
|
3321
|
+
return w.withConfig && (E.withConfig = w.withConfig), E;
|
|
3322
3322
|
};
|
|
3323
3323
|
}
|
|
3324
3324
|
const Lc = fm();
|
|
@@ -3356,7 +3356,7 @@ function hm({
|
|
|
3356
3356
|
props: e
|
|
3357
3357
|
});
|
|
3358
3358
|
}
|
|
3359
|
-
const Zt = typeof window < "u" ?
|
|
3359
|
+
const Zt = typeof window < "u" ? C.useLayoutEffect : C.useEffect;
|
|
3360
3360
|
function Bc(e, t = Number.MIN_SAFE_INTEGER, r = Number.MAX_SAFE_INTEGER) {
|
|
3361
3361
|
return Math.max(t, Math.min(e, r));
|
|
3362
3362
|
}
|
|
@@ -3465,7 +3465,7 @@ function an(e, t, r, o, i) {
|
|
|
3465
3465
|
const s = e[t], a = i || t;
|
|
3466
3466
|
return s == null ? null : s && s.nodeType !== 1 ? new Error(`Invalid ${o} \`${a}\` supplied to \`${r}\`. Expected an HTMLElement.`) : null;
|
|
3467
3467
|
}
|
|
3468
|
-
const
|
|
3468
|
+
const yt = n.oneOfType([n.func, n.object]);
|
|
3469
3469
|
function qo(...e) {
|
|
3470
3470
|
return e.reduce((t, r) => r == null ? t : function(...i) {
|
|
3471
3471
|
t.apply(this, i), r.apply(this, i);
|
|
@@ -3492,18 +3492,18 @@ function Om(e, t) {
|
|
|
3492
3492
|
}
|
|
3493
3493
|
function sr(e, t) {
|
|
3494
3494
|
var r, o;
|
|
3495
|
-
return /* @__PURE__ */
|
|
3495
|
+
return /* @__PURE__ */ C.isValidElement(e) && t.indexOf(
|
|
3496
3496
|
// For server components `muiName` is avaialble in element.type._payload.value.muiName
|
|
3497
3497
|
// relevant info - https://github.com/facebook/react/blob/2807d781a08db8e9873687fccc25c0f12b4fb3d4/packages/react/src/ReactLazy.js#L45
|
|
3498
3498
|
// eslint-disable-next-line no-underscore-dangle
|
|
3499
3499
|
(r = e.type.muiName) != null ? r : (o = e.type) == null || (o = o._payload) == null || (o = o.value) == null ? void 0 : o.muiName
|
|
3500
3500
|
) !== -1;
|
|
3501
3501
|
}
|
|
3502
|
-
function
|
|
3502
|
+
function bt(e) {
|
|
3503
3503
|
return e && e.ownerDocument || document;
|
|
3504
3504
|
}
|
|
3505
3505
|
function ln(e) {
|
|
3506
|
-
return
|
|
3506
|
+
return bt(e).defaultView || window;
|
|
3507
3507
|
}
|
|
3508
3508
|
function Uc(e, t) {
|
|
3509
3509
|
if (process.env.NODE_ENV === "production")
|
|
@@ -3524,12 +3524,12 @@ function Go(e, t) {
|
|
|
3524
3524
|
}
|
|
3525
3525
|
let Qa = 0;
|
|
3526
3526
|
function wm(e) {
|
|
3527
|
-
const [t, r] =
|
|
3528
|
-
return
|
|
3527
|
+
const [t, r] = C.useState(e), o = e || t;
|
|
3528
|
+
return C.useEffect(() => {
|
|
3529
3529
|
t == null && (Qa += 1, r(`mui-${Qa}`));
|
|
3530
3530
|
}, [t]), o;
|
|
3531
3531
|
}
|
|
3532
|
-
const el =
|
|
3532
|
+
const el = C.useId;
|
|
3533
3533
|
function po(e) {
|
|
3534
3534
|
if (el !== void 0) {
|
|
3535
3535
|
const t = el();
|
|
@@ -3551,36 +3551,36 @@ function ur({
|
|
|
3551
3551
|
}) {
|
|
3552
3552
|
const {
|
|
3553
3553
|
current: i
|
|
3554
|
-
} =
|
|
3554
|
+
} = C.useRef(e !== void 0), [s, a] = C.useState(t), l = i ? e : s;
|
|
3555
3555
|
if (process.env.NODE_ENV !== "production") {
|
|
3556
|
-
|
|
3556
|
+
C.useEffect(() => {
|
|
3557
3557
|
i !== (e !== void 0) && console.error([`MUI: A component is changing the ${i ? "" : "un"}controlled ${o} state of ${r} to be ${i ? "un" : ""}controlled.`, "Elements should not switch from uncontrolled to controlled (or vice versa).", `Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`, "The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.", "More info: https://fb.me/react-controlled-components"].join(`
|
|
3558
3558
|
`));
|
|
3559
3559
|
}, [o, r, e]);
|
|
3560
3560
|
const {
|
|
3561
3561
|
current: u
|
|
3562
|
-
} =
|
|
3563
|
-
|
|
3562
|
+
} = C.useRef(t);
|
|
3563
|
+
C.useEffect(() => {
|
|
3564
3564
|
!i && !Object.is(u, t) && console.error([`MUI: A component is changing the default ${o} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join(`
|
|
3565
3565
|
`));
|
|
3566
3566
|
}, [JSON.stringify(t)]);
|
|
3567
3567
|
}
|
|
3568
|
-
const c =
|
|
3568
|
+
const c = C.useCallback((u) => {
|
|
3569
3569
|
i || a(u);
|
|
3570
3570
|
}, []);
|
|
3571
3571
|
return [l, c];
|
|
3572
3572
|
}
|
|
3573
3573
|
function fn(e) {
|
|
3574
|
-
const t =
|
|
3574
|
+
const t = C.useRef(e);
|
|
3575
3575
|
return Zt(() => {
|
|
3576
3576
|
t.current = e;
|
|
3577
|
-
}),
|
|
3577
|
+
}), C.useRef((...r) => (
|
|
3578
3578
|
// @ts-expect-error hide `this`
|
|
3579
3579
|
(0, t.current)(...r)
|
|
3580
3580
|
)).current;
|
|
3581
3581
|
}
|
|
3582
3582
|
function Qe(...e) {
|
|
3583
|
-
return
|
|
3583
|
+
return C.useMemo(() => e.every((t) => t == null) ? null : (t) => {
|
|
3584
3584
|
e.forEach((r) => {
|
|
3585
3585
|
Go(r, t);
|
|
3586
3586
|
});
|
|
@@ -3588,12 +3588,12 @@ function Qe(...e) {
|
|
|
3588
3588
|
}
|
|
3589
3589
|
const tl = {};
|
|
3590
3590
|
function Sm(e, t) {
|
|
3591
|
-
const r =
|
|
3591
|
+
const r = C.useRef(tl);
|
|
3592
3592
|
return r.current === tl && (r.current = e(t)), r;
|
|
3593
3593
|
}
|
|
3594
3594
|
const Pm = [];
|
|
3595
3595
|
function km(e) {
|
|
3596
|
-
|
|
3596
|
+
C.useEffect(e, Pm);
|
|
3597
3597
|
}
|
|
3598
3598
|
class fo {
|
|
3599
3599
|
constructor() {
|
|
@@ -3663,9 +3663,9 @@ function Nm(e) {
|
|
|
3663
3663
|
return Ti || jm(t);
|
|
3664
3664
|
}
|
|
3665
3665
|
function Gs() {
|
|
3666
|
-
const e =
|
|
3666
|
+
const e = C.useCallback((i) => {
|
|
3667
3667
|
i != null && _m(i.ownerDocument);
|
|
3668
|
-
}, []), t =
|
|
3668
|
+
}, []), t = C.useRef(!1);
|
|
3669
3669
|
function r() {
|
|
3670
3670
|
return t.current ? (ys = !0, $m.start(100, () => {
|
|
3671
3671
|
ys = !1;
|
|
@@ -3799,12 +3799,12 @@ function Wn(e) {
|
|
|
3799
3799
|
ref: d
|
|
3800
3800
|
}), i);
|
|
3801
3801
|
}
|
|
3802
|
-
const zm = /* @__PURE__ */
|
|
3802
|
+
const zm = /* @__PURE__ */ C.createContext();
|
|
3803
3803
|
process.env.NODE_ENV !== "production" && (n.node, n.bool);
|
|
3804
3804
|
const Zc = () => {
|
|
3805
|
-
const e =
|
|
3805
|
+
const e = C.useContext(zm);
|
|
3806
3806
|
return e ?? !1;
|
|
3807
|
-
}, Vm = /* @__PURE__ */
|
|
3807
|
+
}, Vm = /* @__PURE__ */ C.createContext(void 0);
|
|
3808
3808
|
process.env.NODE_ENV !== "production" && (n.node, n.object);
|
|
3809
3809
|
function Wm(e) {
|
|
3810
3810
|
const {
|
|
@@ -3821,7 +3821,7 @@ function Um({
|
|
|
3821
3821
|
props: e,
|
|
3822
3822
|
name: t
|
|
3823
3823
|
}) {
|
|
3824
|
-
const r =
|
|
3824
|
+
const r = C.useContext(Vm);
|
|
3825
3825
|
return Wm({
|
|
3826
3826
|
props: e,
|
|
3827
3827
|
name: t,
|
|
@@ -3843,8 +3843,8 @@ function Ym(e) {
|
|
|
3843
3843
|
});
|
|
3844
3844
|
}
|
|
3845
3845
|
function Km(e, t) {
|
|
3846
|
-
const r =
|
|
3847
|
-
return r.reduce((o, i, s) => (o.push(i), s < r.length - 1 && o.push(/* @__PURE__ */
|
|
3846
|
+
const r = C.Children.toArray(e).filter(Boolean);
|
|
3847
|
+
return r.reduce((o, i, s) => (o.push(i), s < r.length - 1 && o.push(/* @__PURE__ */ C.cloneElement(t, {
|
|
3848
3848
|
key: `separator-${s}`
|
|
3849
3849
|
})), o), []);
|
|
3850
3850
|
}
|
|
@@ -3906,7 +3906,7 @@ function Zm(e = {}) {
|
|
|
3906
3906
|
componentName: o = "MuiStack"
|
|
3907
3907
|
} = e, i = () => ve({
|
|
3908
3908
|
root: ["root"]
|
|
3909
|
-
}, (c) => ge(o, c), {}), s = t(Jm), a = /* @__PURE__ */
|
|
3909
|
+
}, (c) => ge(o, c), {}), s = t(Jm), a = /* @__PURE__ */ C.forwardRef(function(c, u) {
|
|
3910
3910
|
const d = r(c), m = uo(d), {
|
|
3911
3911
|
component: p = "div",
|
|
3912
3912
|
direction: h = "column",
|
|
@@ -3915,14 +3915,14 @@ function Zm(e = {}) {
|
|
|
3915
3915
|
children: b,
|
|
3916
3916
|
className: T,
|
|
3917
3917
|
useFlexGap: w = !1
|
|
3918
|
-
} = m, O = ee(m, Hm),
|
|
3918
|
+
} = m, O = ee(m, Hm), E = {
|
|
3919
3919
|
direction: h,
|
|
3920
3920
|
spacing: v,
|
|
3921
3921
|
useFlexGap: w
|
|
3922
3922
|
}, x = i();
|
|
3923
3923
|
return /* @__PURE__ */ f.jsx(s, y({
|
|
3924
3924
|
as: p,
|
|
3925
|
-
ownerState:
|
|
3925
|
+
ownerState: E,
|
|
3926
3926
|
ref: u,
|
|
3927
3927
|
className: ae(x.root, T)
|
|
3928
3928
|
}, O, {
|
|
@@ -3941,8 +3941,8 @@ function Qm({ maxWidth: e = 200, chipProps: t, size: r = "small", expandOnHover:
|
|
|
3941
3941
|
const s = As(null), [a, l] = Ut(void 0), [c, u] = Ut(!1), d = 1e3, m = (w, O) => {
|
|
3942
3942
|
if (typeof w != "string" || w.length <= O)
|
|
3943
3943
|
return w;
|
|
3944
|
-
const
|
|
3945
|
-
return `${w.substring(0,
|
|
3944
|
+
const E = Math.ceil(O / 2) - 1, x = Math.floor(O / 2) - 1;
|
|
3945
|
+
return `${w.substring(0, E)}...${w.substring(w.length - x)}`;
|
|
3946
3946
|
};
|
|
3947
3947
|
lc(() => {
|
|
3948
3948
|
if (s.current) {
|
|
@@ -3961,9 +3961,9 @@ function Qm({ maxWidth: e = 200, chipProps: t, size: r = "small", expandOnHover:
|
|
|
3961
3961
|
return t.label;
|
|
3962
3962
|
})(), T = Lc(us, {
|
|
3963
3963
|
shouldForwardProp: (w) => w !== "isHovered" && w !== "expandOnHover" && w !== "hasDeleteIcon" && w !== "maxWidth"
|
|
3964
|
-
})(({ isHovered: w, expandOnHover: O, maxWidth:
|
|
3964
|
+
})(({ isHovered: w, expandOnHover: O, maxWidth: E, truncation: x, hasDeleteIcon: P }) => ({
|
|
3965
3965
|
transition: "max-width 0.3s ease",
|
|
3966
|
-
maxWidth:
|
|
3966
|
+
maxWidth: E === null ? "none" : O && w ? `${d}px` : `${E}px`,
|
|
3967
3967
|
overflow: "hidden",
|
|
3968
3968
|
textOverflow: "clip",
|
|
3969
3969
|
whiteSpace: "nowrap",
|
|
@@ -4016,7 +4016,7 @@ function IE({ chipList: e, numTagsToDisplay: t, size: r = "medium", maxChipWidth
|
|
|
4016
4016
|
}, p = () => {
|
|
4017
4017
|
s(null);
|
|
4018
4018
|
}, h = (e == null ? void 0 : e.length) - d, v = !!i;
|
|
4019
|
-
return f.jsxs(
|
|
4019
|
+
return f.jsxs(gt, { py: 0.5, sx: { width: "100%" }, ref: a, children: [e == null ? void 0 : e.slice(0, d).map((g, b) => f.jsx(gt, { sx: { display: "inline-block", mr: 1, my: 0.5 }, "data-cy": "ink-chip", children: f.jsx(Qm, { chipProps: g, maxWidth: o, size: r }) }, b)), h > 0 && f.jsxs(gt, { sx: { display: "inline-block", mr: 0.5, my: 0.5 }, children: [f.jsx(us, { "data-cy": "more-btn", size: r, label: `${h} more`, onClick: m }), f.jsx(cc, { id: "basic-menu", "data-cy": "chip-menu", anchorEl: i, open: v, onClose: p, MenuListProps: {
|
|
4020
4020
|
"aria-labelledby": "basic-button"
|
|
4021
4021
|
}, slotProps: {
|
|
4022
4022
|
paper: {
|
|
@@ -4072,9 +4072,9 @@ function AE({ Title: e, Content: t, Actions: r, onClose: o, hideCloseButton: i,
|
|
|
4072
4072
|
right: "15px",
|
|
4073
4073
|
p: "4px",
|
|
4074
4074
|
color: (b) => b.palette.grey[500]
|
|
4075
|
-
}, children: f.jsx(zn, { children: "close_filled" }) }), typeof e != "string" ? f.jsx(f.Fragment, { children: e }) : f.jsx(Md, { "data-test": "ink-dialog-title", children: f.jsxs(
|
|
4075
|
+
}, children: f.jsx(zn, { children: "close_filled" }) }), typeof e != "string" ? f.jsx(f.Fragment, { children: e }) : f.jsx(Md, { "data-test": "ink-dialog-title", children: f.jsxs(Ke, { direction: "row", alignItems: "center", children: [((u = s == null ? void 0 : s.primary) == null ? void 0 : u.variant) && f.jsx(nh, { variant: s.primary.variant }), f.jsx(ht, { variant: "h6", children: f.jsx("strong", { children: e }) })] }) }), t, l, s && f.jsxs(jd, { sx: { m: 1 }, children: [s.cancel && f.jsx(rn, { "data-test": "ink-dialog-cancel-action", onClick: s.cancel.onClick, children: (d = s.cancel) == null ? void 0 : d.label }), s.secondary && f.jsx(rn, { "data-test": "ink-dialog-secondary-action", color: ((m = s.secondary) == null ? void 0 : m.variant) === "destructive" ? "error" : "primary", endIcon: s.secondary.loading ? f.jsx(ds, { size: 20, color: "inherit" }) : void 0, disabled: s.secondary.disabled || s.secondary.loading, ...s.secondary, variant: (p = s.secondary) != null && p.variant ? "contained" : "text", children: (h = s.secondary) == null ? void 0 : h.label }), s.primary && f.jsx(rn, { "data-test": "ink-dialog-primary-action", color: ((v = s.primary) == null ? void 0 : v.variant) === "destructive" ? "error" : "primary", endIcon: s.primary.loading ? f.jsx(ds, { size: 20, color: "inherit" }) : void 0, disabled: s.primary.disabled || s.primary.loading, ...s.primary, variant: "contained", children: (g = s.primary) == null ? void 0 : g.label })] })] });
|
|
4076
4076
|
}
|
|
4077
|
-
const tu = 280, rh = uc(
|
|
4077
|
+
const tu = 280, rh = uc(gt, { shouldForwardProp: (e) => e !== "open" })(({ theme: e, open: t }) => ({
|
|
4078
4078
|
flexGrow: 1,
|
|
4079
4079
|
overflowX: "auto",
|
|
4080
4080
|
transition: e.transitions.create("margin", {
|
|
@@ -4104,7 +4104,7 @@ function _E({
|
|
|
4104
4104
|
isComponentLevelDrawer: u = !1,
|
|
4105
4105
|
mainProps: d
|
|
4106
4106
|
}) {
|
|
4107
|
-
return f.jsxs(
|
|
4107
|
+
return f.jsxs(gt, { sx: { display: "flex", width: "100%" }, children: [f.jsx(dc, { sx: {
|
|
4108
4108
|
...c,
|
|
4109
4109
|
width: o,
|
|
4110
4110
|
flexShrink: 0,
|
|
@@ -4118,7 +4118,7 @@ function _E({
|
|
|
4118
4118
|
...u && { position: "absolute" }
|
|
4119
4119
|
},
|
|
4120
4120
|
variant: "outlined"
|
|
4121
|
-
}, variant: "persistent", anchor: "left", open: e, children: f.jsxs(
|
|
4121
|
+
}, variant: "persistent", anchor: "left", open: e, children: f.jsxs(Ke, { height: "100%", justifyContent: "space-between", children: [f.jsxs(Ke, { direction: "column", spacing: 3, sx: { p: 2 }, children: [f.jsxs(Ke, { direction: "row", alignItems: "center", children: [f.jsxs(Ke, { direction: "row", alignItems: "center", children: [f.jsx(zn, { sx: { color: "text.primary" }, fontSize: "small", children: "filter_list_icon" }), f.jsx(ht, { sx: { ml: 1 }, "data-cy": "drawer-header", children: l })] }), f.jsx(Ns, { title: "Close", placement: "bottom-end", disableInteractive: !0, slotProps: {
|
|
4122
4122
|
popper: {
|
|
4123
4123
|
modifiers: [
|
|
4124
4124
|
{
|
|
@@ -4134,7 +4134,7 @@ function _E({
|
|
|
4134
4134
|
width: "40px",
|
|
4135
4135
|
height: "40px",
|
|
4136
4136
|
zIndex: (m) => m.zIndex.tooltip
|
|
4137
|
-
}, children: f.jsx(zn, { fontSize: "small", children: "close_icon" }) }) })] }), s] }), a && f.jsx(
|
|
4137
|
+
}, children: f.jsx(zn, { fontSize: "small", children: "close_icon" }) }) })] }), s] }), a && f.jsx(gt, { "data-cy": "bottom-filter", sx: {
|
|
4138
4138
|
px: 2,
|
|
4139
4139
|
py: 1,
|
|
4140
4140
|
borderTop: "1px solid",
|
|
@@ -4142,7 +4142,7 @@ function _E({
|
|
|
4142
4142
|
}, children: a })] }) }), f.jsx(rh, { component: "main", open: e, ...d, children: r })] });
|
|
4143
4143
|
}
|
|
4144
4144
|
function NE({ metadata: e }) {
|
|
4145
|
-
return f.jsx(
|
|
4145
|
+
return f.jsx(Ke, { direction: "row", spacing: 2, "data-test-ink-page-header-metadata": !0, children: e.map(({ icon: t, label: r, value: o }) => f.jsxs(Ke, { direction: "row", alignItems: "center", spacing: 0.5, "data-cy": `metadata-${r}`, children: [t && typeof t == "string" ? f.jsx(zn, { sx: { color: "neutral600", fontSize: "1rem" }, children: t }) : t, f.jsx(ht, { variant: "body2", color: "text.secondary", children: r }), typeof o == "string" ? f.jsx(ht, { variant: "body2", children: o }) : o] }, r)) });
|
|
4146
4146
|
}
|
|
4147
4147
|
const oh = ({ children: e }) => {
|
|
4148
4148
|
const t = Ad({
|
|
@@ -4165,14 +4165,14 @@ const oh = ({ children: e }) => {
|
|
|
4165
4165
|
...t
|
|
4166
4166
|
}, children: e({ position: o }) }) });
|
|
4167
4167
|
function DE({ Breadcrumbs: e, Subtitle: t, Metadata: r, Chips: o, ButtonGroup: i, Tabs: s, sx: a }) {
|
|
4168
|
-
return f.jsx(nu, { children: ({ position: l }) => f.jsxs(
|
|
4168
|
+
return f.jsx(nu, { children: ({ position: l }) => f.jsxs(Ke, { "data-test-ink-page-header": !0, direction: "column", spacing: 2, position: l, sx: {
|
|
4169
4169
|
borderBottom: 1,
|
|
4170
4170
|
borderColor: "divider",
|
|
4171
4171
|
px: 3,
|
|
4172
4172
|
py: 3,
|
|
4173
4173
|
...s && { pb: -3 },
|
|
4174
4174
|
...a
|
|
4175
|
-
}, children: [f.jsxs(
|
|
4175
|
+
}, children: [f.jsxs(Ke, { direction: "row", spacing: 2, justifyContent: "space-between", alignItems: "center", children: [f.jsxs(Ke, { direction: "row", spacing: 1, alignItems: "center", children: [e, o] }), i] }), r, t, s] }) });
|
|
4176
4176
|
}
|
|
4177
4177
|
const ih = {
|
|
4178
4178
|
".MuiBreadcrumbs-separator": {
|
|
@@ -4197,7 +4197,7 @@ function LE({ primaryAction: e, secondaryAction: t, dropdownAction: r }) {
|
|
|
4197
4197
|
}, l = () => {
|
|
4198
4198
|
i(null);
|
|
4199
4199
|
}, { internalUseOnlyItems: c, menuOptions: u } = r ?? {}, d = u == null ? void 0 : u.filter((p) => c == null ? void 0 : c.includes(p.label)), m = u == null ? void 0 : u.filter((p) => !(c != null && c.includes(p.label)));
|
|
4200
|
-
return f.jsxs(
|
|
4200
|
+
return f.jsxs(Ke, { direction: "row", spacing: 1, "data-test-ink-page-header-action-buttons": !0, children: [r && f.jsxs(gt, { children: [f.jsx(rn, { id: "action-dd", "aria-controls": s ? "action-menu" : void 0, "aria-haspopup": "true", "aria-expanded": s ? "true" : void 0, onClick: a, variant: "contained", color: "inherit", endIcon: f.jsx(zn, { children: "arrow_drop_down" }), children: r.label }), f.jsxs(cc, { id: "action-menu", anchorEl: o, open: s, onClose: l, MenuListProps: {
|
|
4201
4201
|
"aria-labelledby": "action-dd"
|
|
4202
4202
|
}, anchorOrigin: {
|
|
4203
4203
|
vertical: "bottom",
|
|
@@ -4207,21 +4207,21 @@ function LE({ primaryAction: e, secondaryAction: t, dropdownAction: r }) {
|
|
|
4207
4207
|
horizontal: "right"
|
|
4208
4208
|
}, ...r.menuProps, children: [m == null ? void 0 : m.map(({ label: p, onClick: h, menuItemProps: v }, g) => f.jsx(Wo, { "data-test-ink-dropdown-action": String(p), onClick: () => {
|
|
4209
4209
|
h(), l();
|
|
4210
|
-
}, ...v, children: p }, g)), d && d.length > 0 && f.jsxs(
|
|
4210
|
+
}, ...v, children: p }, g)), d && d.length > 0 && f.jsxs(gt, { sx: { mt: "12px" }, children: [f.jsx(ru, { sx: { px: 2, lineHeight: "8px" } }), d.map(({ label: p, onClick: h, menuItemProps: v }, g) => f.jsx(Wo, { "data-test-ink-dropdown-internal-action": String(p), onClick: () => {
|
|
4211
4211
|
h(), l();
|
|
4212
4212
|
}, ...v, children: p }, g))] })] })] }), t && f.jsx(rn, { "data-cy": "secondary", variant: "contained", color: "inherit", ...t, children: t.label }), e && f.jsx(rn, { "data-cy": "primary", variant: "contained", ...e, sx: { whiteSpace: "nowrap" }, children: e.label })] });
|
|
4213
4213
|
}
|
|
4214
4214
|
function BE({ subtitle: e }) {
|
|
4215
4215
|
return f.jsx(ht, { variant: "body2", color: "text.secondary", "data-cy": "header-subtitle", children: e });
|
|
4216
4216
|
}
|
|
4217
|
-
function zE({ label: e, Stepper: t, ButtonGroup: r }) {
|
|
4218
|
-
const
|
|
4217
|
+
function zE({ label: e, Stepper: t, ButtonGroup: r, Subtitle: o }) {
|
|
4218
|
+
const i = (s) => typeof s == "object" && s !== null && ("primary" in s || "close" in s);
|
|
4219
4219
|
return f.jsx(nu, { sx: {
|
|
4220
4220
|
px: 3,
|
|
4221
4221
|
py: 2.25,
|
|
4222
4222
|
borderBottom: "1px solid",
|
|
4223
4223
|
borderBottomColor: "neutral200"
|
|
4224
|
-
}, children: ({ position:
|
|
4224
|
+
}, children: ({ position: s }) => f.jsxs(Ke, { position: s, direction: "row", spacing: 2, justifyContent: "space-between", alignItems: "center", children: [f.jsxs(Ke, { direction: "column", children: [f.jsx(ht, { "data-test-ink-workflow-header-label": !0, variant: "h6", sx: { fontWeight: "600", flexGrow: "1" }, children: e }), o] }), t && f.jsx(gt, { sx: { flexGrow: "2" }, "data-test-ink-workflow-header-stepper": !0, children: t }), r && f.jsx(gt, { sx: { flexGrow: "1", justifyContent: "end", display: "flex" }, "data-test-ink-workflow-header-button-group": !0, children: i(r) ? f.jsxs(Ke, { direction: "row", spacing: 1, children: [r.primary && f.jsx(rn, { variant: "contained", endIcon: r.primary.loading ? f.jsx(ds, { size: 20, color: "inherit" }) : void 0, disabled: r.primary.disabled || r.primary.loading, ...r.primary, "data-test-ink-workflow-header-primary-action": !0, children: r.primary.label }), r.close && f.jsx(oi, { onClick: r.close.onClick, "data-test-ink-workflow-header-close-action": !0, children: f.jsx(zn, { children: "close_rounded" }) })] }) : r })] }) });
|
|
4225
4225
|
}
|
|
4226
4226
|
var nt = {}, ou = { exports: {} };
|
|
4227
4227
|
(function(e) {
|
|
@@ -4555,7 +4555,7 @@ function zh(e = {}) {
|
|
|
4555
4555
|
defaultTheme: r,
|
|
4556
4556
|
themeId: t
|
|
4557
4557
|
})
|
|
4558
|
-
})) : x,
|
|
4558
|
+
})) : x, E = (x, ...P) => {
|
|
4559
4559
|
let S = O(x);
|
|
4560
4560
|
const I = P ? P.map(O) : [];
|
|
4561
4561
|
c && p && I.push((N) => {
|
|
@@ -4595,7 +4595,7 @@ function zh(e = {}) {
|
|
|
4595
4595
|
}
|
|
4596
4596
|
return a.muiName && (j.muiName = a.muiName), j;
|
|
4597
4597
|
};
|
|
4598
|
-
return w.withConfig && (
|
|
4598
|
+
return w.withConfig && (E.withConfig = w.withConfig), E;
|
|
4599
4599
|
};
|
|
4600
4600
|
}
|
|
4601
4601
|
function Vh(e, t) {
|
|
@@ -4979,14 +4979,14 @@ function Qh(e, t) {
|
|
|
4979
4979
|
pxToRem: m
|
|
4980
4980
|
} = r, p = ee(r, Jh);
|
|
4981
4981
|
process.env.NODE_ENV !== "production" && (typeof i != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof u != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
|
|
4982
|
-
const h = i / 14, v = m || ((T) => `${T / u * h}rem`), g = (T, w, O,
|
|
4982
|
+
const h = i / 14, v = m || ((T) => `${T / u * h}rem`), g = (T, w, O, E, x) => y({
|
|
4983
4983
|
fontFamily: o,
|
|
4984
4984
|
fontWeight: T,
|
|
4985
4985
|
fontSize: v(w),
|
|
4986
4986
|
// Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
|
|
4987
4987
|
lineHeight: O
|
|
4988
4988
|
}, o === pl ? {
|
|
4989
|
-
letterSpacing: `${Zh(
|
|
4989
|
+
letterSpacing: `${Zh(E / w)}em`
|
|
4990
4990
|
} : {}, x, d), b = {
|
|
4991
4991
|
h1: g(s, 96, 1.167, -1.5),
|
|
4992
4992
|
h2: g(s, 60, 1.2, -0.5),
|
|
@@ -5160,7 +5160,7 @@ function Ee(e) {
|
|
|
5160
5160
|
}
|
|
5161
5161
|
function Cr() {
|
|
5162
5162
|
const e = yi(Zs);
|
|
5163
|
-
return process.env.NODE_ENV !== "production" &&
|
|
5163
|
+
return process.env.NODE_ENV !== "production" && C.useDebugValue(e), e[Ei] || e;
|
|
5164
5164
|
}
|
|
5165
5165
|
function dg(e) {
|
|
5166
5166
|
return ge("MuiPaper", e);
|
|
@@ -5205,7 +5205,7 @@ const pg = ["className", "component", "elevation", "square", "variant"], fg = (e
|
|
|
5205
5205
|
}, e.vars && {
|
|
5206
5206
|
backgroundImage: (r = e.vars.overlays) == null ? void 0 : r[t.elevation]
|
|
5207
5207
|
}));
|
|
5208
|
-
}), Ci = /* @__PURE__ */
|
|
5208
|
+
}), Ci = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
5209
5209
|
const o = Ee({
|
|
5210
5210
|
props: t,
|
|
5211
5211
|
name: "MuiPaper"
|
|
@@ -5394,7 +5394,7 @@ const gg = ["align", "className", "component", "gutterBottom", "noWrap", "paragr
|
|
|
5394
5394
|
secondary: "secondary.main",
|
|
5395
5395
|
textSecondary: "text.secondary",
|
|
5396
5396
|
error: "error.main"
|
|
5397
|
-
}, xg = (e) => vg[e] || e, Xt = /* @__PURE__ */
|
|
5397
|
+
}, xg = (e) => vg[e] || e, Xt = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
5398
5398
|
const o = Ee({
|
|
5399
5399
|
props: t,
|
|
5400
5400
|
name: "MuiTypography"
|
|
@@ -5519,40 +5519,42 @@ function VE({ Header: e, Description: t, Icon: r, CTA: o, children: i, shouldSho
|
|
|
5519
5519
|
}, children: [typeof e != "string" ? f.jsx(f.Fragment, { children: e }) : f.jsx(Xt, { "data-test": "ink-paper-header", variant: "subtitle1", color: "text.primary", component: "strong", fontWeight: 600, children: e }), t && f.jsx(f.Fragment, { children: typeof t != "string" ? t : f.jsx(Xt, { "data-test": "ink-paper-description", variant: "caption", color: "text.secondary", noWrap: !s, children: t }) })] }), o] }), u()] });
|
|
5520
5520
|
}
|
|
5521
5521
|
const WE = ({ name: e, options: t, value: r, ref: o, direction: i = "row", cardSx: s, fullWidth: a = !0, disabled: l = !1, onChange: c, onBlur: u }) => {
|
|
5522
|
-
const d = (
|
|
5523
|
-
return f.jsx(Dd, { name: e, onChange: c, onBlur: u, value: r, ref: o, "aria-label": e, "aria-readonly": l, "aria-disabled": l, sx: { width: a ? "100%" : "fit-content" }, children: f.jsx(
|
|
5524
|
-
const
|
|
5525
|
-
return f.jsx(Fd, { value:
|
|
5522
|
+
const d = (h, v, g, b) => b ? h ? v : "inherit" : g, m = (h, v, g, b, T) => T ? h ? v : b : h ? v : g, p = t.some((h) => !!h.bottomContent);
|
|
5523
|
+
return f.jsx(Dd, { name: e, onChange: c, onBlur: u, value: r, ref: o, "aria-label": e, "aria-readonly": l, "aria-disabled": l, sx: { width: a ? "100%" : "fit-content" }, children: f.jsx(Ke, { direction: i, spacing: 2, children: t.map(({ value: h, icon: v, title: g, description: b, subDescription: T, disabled: w, bottomContent: O }) => {
|
|
5524
|
+
const E = l || w;
|
|
5525
|
+
return f.jsx(Fd, { value: h, disabled: E, control: f.jsx(Ld, { sx: { display: "none" } }), sx: {
|
|
5526
5526
|
width: a ? "100%" : "auto",
|
|
5527
5527
|
".MuiFormControlLabel-label": {
|
|
5528
5528
|
width: "100%",
|
|
5529
5529
|
height: "100%"
|
|
5530
5530
|
}
|
|
5531
|
-
}, label: f.
|
|
5531
|
+
}, label: f.jsxs(Bd, { elevation: 0, id: h, sx: {
|
|
5532
5532
|
px: 3,
|
|
5533
5533
|
py: 2,
|
|
5534
5534
|
height: "100%",
|
|
5535
5535
|
display: "flex",
|
|
5536
|
+
flexDirection: "column",
|
|
5537
|
+
justifyContent: p ? "space-between" : "center",
|
|
5536
5538
|
alignItems: "center",
|
|
5537
5539
|
border: 0,
|
|
5538
|
-
bgcolor: (
|
|
5539
|
-
outlineWidth: r ===
|
|
5540
|
-
cursor:
|
|
5540
|
+
bgcolor: (x) => r === h ? x.palette.primary.selected : "inherit",
|
|
5541
|
+
outlineWidth: r === h ? 2 : 1,
|
|
5542
|
+
cursor: E ? "not-allowed" : "pointer",
|
|
5541
5543
|
"&:hover": {
|
|
5542
|
-
bgcolor: (
|
|
5543
|
-
outlineColor: (
|
|
5544
|
+
bgcolor: (x) => d(r === h, x.palette.primary.selected, x.palette.primary.hover, E),
|
|
5545
|
+
outlineColor: (x) => m(r === h, x.palette.primary.dark, x.palette.primary.outlinedBorder, x.palette.neutral200, E)
|
|
5544
5546
|
},
|
|
5545
5547
|
"&:focus-within": {
|
|
5546
5548
|
bgcolor: "white"
|
|
5547
5549
|
},
|
|
5548
5550
|
outlineStyle: "solid",
|
|
5549
5551
|
borderRadius: 1,
|
|
5550
|
-
outlineColor: (
|
|
5552
|
+
outlineColor: (x) => m(r === h, x.palette.primary.dark, x.palette.neutral200, x.palette.neutral200, E),
|
|
5551
5553
|
...s
|
|
5552
|
-
}, children: f.jsxs(
|
|
5553
|
-
color:
|
|
5554
|
+
}, children: [f.jsxs(Ke, { direction: "column", alignItems: "center", width: "100%", children: [v && f.jsx(gt, { sx: {
|
|
5555
|
+
color: E ? "neutral500" : r === h ? "text.primary" : "action.active",
|
|
5554
5556
|
".MuiSvgIcon-root": { fontSize: "2rem" }
|
|
5555
|
-
}, children:
|
|
5557
|
+
}, children: v }), f.jsx(ht, { variant: "subtitle1", textAlign: "center", lineHeight: "20px", mt: 0.5, color: E ? r === h ? "text.secondary" : "neutral500" : "text.primary", children: g }), b && f.jsx(ht, { variant: "body2", textAlign: "center", mt: 1, color: `${E ? "neutral500" : "text.secondary"}`, children: b }), T && f.jsx(ht, { variant: "body2", color: `${E ? "neutral500" : "text.secondary"}`, textAlign: "center", mt: 1, children: T })] }), O && f.jsx(gt, { mt: 2, display: "flex", justifyContent: "center", minHeight: p ? "24px" : 0, children: O })] }) }, h);
|
|
5556
5558
|
}) }) });
|
|
5557
5559
|
};
|
|
5558
5560
|
function gl({ value: e, label: t, size: r = "small", ariaLabel: o, ...i }) {
|
|
@@ -5728,7 +5730,7 @@ const yl = {
|
|
|
5728
5730
|
};
|
|
5729
5731
|
function qE({ title: e, description: t, action: r, variant: o, icon: i, sx: s }) {
|
|
5730
5732
|
const a = o === "search" ? "neutral00" : "neutral50", l = Eg[o], { fontSize: c, fontSizeDescription: u, titleVariant: d, descriptionVariant: m } = l;
|
|
5731
|
-
return f.jsxs(
|
|
5733
|
+
return f.jsxs(Ke, { alignItems: "center", justifyContent: "center", my: 6, textAlign: "center", "data-cy": `empty-state-${o}-container`, sx: { backgroundColor: a, p: 5, ...s }, children: [i && f.jsx(Tg, { icon: i, variant: o }), e && f.jsx(ht, { variant: d, sx: { fontSize: c }, "data-cy": "empty-state-title", children: f.jsx("strong", { children: e }) }), f.jsx(ht, { variant: m, color: "text.secondary", sx: { fontSize: u }, "data-cy": "empty-state-description", children: t }), r && f.jsx(gt, { mt: 3, children: f.jsx(rn, { onClick: r.onClick, "data-cy": "empty-state-action-button", children: r.title }) })] });
|
|
5732
5734
|
}
|
|
5733
5735
|
function Rn({
|
|
5734
5736
|
props: e,
|
|
@@ -5737,10 +5739,10 @@ function Rn({
|
|
|
5737
5739
|
}) {
|
|
5738
5740
|
return t.reduce((o, i) => (o[i] = e[i], r && typeof e[i] > "u" && (o[i] = r[i]), o), {});
|
|
5739
5741
|
}
|
|
5740
|
-
const Oi = /* @__PURE__ */
|
|
5742
|
+
const Oi = /* @__PURE__ */ C.createContext(void 0);
|
|
5741
5743
|
process.env.NODE_ENV !== "production" && (Oi.displayName = "FormControlContext");
|
|
5742
5744
|
function yn() {
|
|
5743
|
-
return
|
|
5745
|
+
return C.useContext(Oi);
|
|
5744
5746
|
}
|
|
5745
5747
|
function Cg(e) {
|
|
5746
5748
|
return ge("MuiFormLabel", e);
|
|
@@ -5793,7 +5795,7 @@ const Wr = be("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled",
|
|
|
5793
5795
|
[`&.${Wr.error}`]: {
|
|
5794
5796
|
color: (e.vars || e).palette.error.main
|
|
5795
5797
|
}
|
|
5796
|
-
})), wi = /* @__PURE__ */
|
|
5798
|
+
})), wi = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
5797
5799
|
const o = Ee({
|
|
5798
5800
|
props: t,
|
|
5799
5801
|
name: "MuiFormLabel"
|
|
@@ -5972,7 +5974,7 @@ const kg = ["disableAnimation", "margin", "shrink", "variant", "className"], $g
|
|
|
5972
5974
|
// but it feels a better when it bleeds a bit on the left, so 32px.
|
|
5973
5975
|
maxWidth: "calc(133% - 32px)",
|
|
5974
5976
|
transform: "translate(14px, -9px) scale(0.75)"
|
|
5975
|
-
}))), Qs = /* @__PURE__ */
|
|
5977
|
+
}))), Qs = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
5976
5978
|
const o = Ee({
|
|
5977
5979
|
name: "MuiInputLabel",
|
|
5978
5980
|
props: t
|
|
@@ -6072,7 +6074,7 @@ process.env.NODE_ENV !== "production" && (Qs.propTypes = {
|
|
|
6072
6074
|
*/
|
|
6073
6075
|
variant: n.oneOf(["filled", "outlined", "standard"])
|
|
6074
6076
|
});
|
|
6075
|
-
const On = /* @__PURE__ */
|
|
6077
|
+
const On = /* @__PURE__ */ C.createContext({});
|
|
6076
6078
|
process.env.NODE_ENV !== "production" && (On.displayName = "ListContext");
|
|
6077
6079
|
function jg(e) {
|
|
6078
6080
|
return ge("MuiList", e);
|
|
@@ -6109,7 +6111,7 @@ const Ig = ["children", "className", "component", "dense", "disablePadding", "su
|
|
|
6109
6111
|
paddingBottom: 8
|
|
6110
6112
|
}, e.subheader && {
|
|
6111
6113
|
paddingTop: 0
|
|
6112
|
-
})), ea = /* @__PURE__ */
|
|
6114
|
+
})), ea = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
6113
6115
|
const o = Ee({
|
|
6114
6116
|
props: t,
|
|
6115
6117
|
name: "MuiList"
|
|
@@ -6120,7 +6122,7 @@ const Ig = ["children", "className", "component", "dense", "disablePadding", "su
|
|
|
6120
6122
|
dense: l = !1,
|
|
6121
6123
|
disablePadding: c = !1,
|
|
6122
6124
|
subheader: u
|
|
6123
|
-
} = o, d = ee(o, Ig), m =
|
|
6125
|
+
} = o, d = ee(o, Ig), m = C.useMemo(() => ({
|
|
6124
6126
|
dense: l
|
|
6125
6127
|
}), [l]), p = y({}, o, {
|
|
6126
6128
|
component: a,
|
|
@@ -6723,13 +6725,13 @@ function hu(e) {
|
|
|
6723
6725
|
in: l,
|
|
6724
6726
|
onExited: c,
|
|
6725
6727
|
timeout: u
|
|
6726
|
-
} = e, [d, m] =
|
|
6728
|
+
} = e, [d, m] = C.useState(!1), p = ae(t, r.ripple, r.rippleVisible, o && r.ripplePulsate), h = {
|
|
6727
6729
|
width: a,
|
|
6728
6730
|
height: a,
|
|
6729
6731
|
top: -(a / 2) + s,
|
|
6730
6732
|
left: -(a / 2) + i
|
|
6731
6733
|
}, v = ae(r.child, d && r.childLeaving, o && r.childPulsate);
|
|
6732
|
-
return !l && !d && m(!0),
|
|
6734
|
+
return !l && !d && m(!0), C.useEffect(() => {
|
|
6733
6735
|
if (!l && c != null) {
|
|
6734
6736
|
const g = setTimeout(c, u);
|
|
6735
6737
|
return () => {
|
|
@@ -6878,7 +6880,7 @@ const Cs = 550, Hg = 80, qg = ii(Tl || (Tl = Ri`
|
|
|
6878
6880
|
theme: e
|
|
6879
6881
|
}) => e.transitions.easing.easeInOut, Bt.childPulsate, Yg, ({
|
|
6880
6882
|
theme: e
|
|
6881
|
-
}) => e.transitions.easing.easeInOut), gu = /* @__PURE__ */
|
|
6883
|
+
}) => e.transitions.easing.easeInOut), gu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
6882
6884
|
const o = Ee({
|
|
6883
6885
|
props: t,
|
|
6884
6886
|
name: "MuiTouchRipple"
|
|
@@ -6886,18 +6888,18 @@ const Cs = 550, Hg = 80, qg = ii(Tl || (Tl = Ri`
|
|
|
6886
6888
|
center: i = !1,
|
|
6887
6889
|
classes: s = {},
|
|
6888
6890
|
className: a
|
|
6889
|
-
} = o, l = ee(o, Ug), [c, u] =
|
|
6890
|
-
|
|
6891
|
+
} = o, l = ee(o, Ug), [c, u] = C.useState([]), d = C.useRef(0), m = C.useRef(null);
|
|
6892
|
+
C.useEffect(() => {
|
|
6891
6893
|
m.current && (m.current(), m.current = null);
|
|
6892
6894
|
}, [c]);
|
|
6893
|
-
const p =
|
|
6895
|
+
const p = C.useRef(!1), h = tr(), v = C.useRef(null), g = C.useRef(null), b = C.useCallback((E) => {
|
|
6894
6896
|
const {
|
|
6895
6897
|
pulsate: x,
|
|
6896
6898
|
rippleX: P,
|
|
6897
6899
|
rippleY: S,
|
|
6898
6900
|
rippleSize: I,
|
|
6899
6901
|
cb: _
|
|
6900
|
-
} =
|
|
6902
|
+
} = E;
|
|
6901
6903
|
u((j) => [...j, /* @__PURE__ */ f.jsx(Xg, {
|
|
6902
6904
|
classes: {
|
|
6903
6905
|
ripple: ae(s.ripple, Bt.ripple),
|
|
@@ -6913,7 +6915,7 @@ const Cs = 550, Hg = 80, qg = ii(Tl || (Tl = Ri`
|
|
|
6913
6915
|
rippleY: S,
|
|
6914
6916
|
rippleSize: I
|
|
6915
6917
|
}, d.current)]), d.current += 1, m.current = _;
|
|
6916
|
-
}, [s]), T =
|
|
6918
|
+
}, [s]), T = C.useCallback((E = {}, x = {}, P = () => {
|
|
6917
6919
|
}) => {
|
|
6918
6920
|
const {
|
|
6919
6921
|
pulsate: S = !1,
|
|
@@ -6921,11 +6923,11 @@ const Cs = 550, Hg = 80, qg = ii(Tl || (Tl = Ri`
|
|
|
6921
6923
|
fakeElement: _ = !1
|
|
6922
6924
|
// For test purposes
|
|
6923
6925
|
} = x;
|
|
6924
|
-
if ((
|
|
6926
|
+
if ((E == null ? void 0 : E.type) === "mousedown" && p.current) {
|
|
6925
6927
|
p.current = !1;
|
|
6926
6928
|
return;
|
|
6927
6929
|
}
|
|
6928
|
-
(
|
|
6930
|
+
(E == null ? void 0 : E.type) === "touchstart" && (p.current = !0);
|
|
6929
6931
|
const j = _ ? null : g.current, N = j ? j.getBoundingClientRect() : {
|
|
6930
6932
|
width: 0,
|
|
6931
6933
|
height: 0,
|
|
@@ -6933,13 +6935,13 @@ const Cs = 550, Hg = 80, qg = ii(Tl || (Tl = Ri`
|
|
|
6933
6935
|
top: 0
|
|
6934
6936
|
};
|
|
6935
6937
|
let z, A, F;
|
|
6936
|
-
if (I ||
|
|
6938
|
+
if (I || E === void 0 || E.clientX === 0 && E.clientY === 0 || !E.clientX && !E.touches)
|
|
6937
6939
|
z = Math.round(N.width / 2), A = Math.round(N.height / 2);
|
|
6938
6940
|
else {
|
|
6939
6941
|
const {
|
|
6940
6942
|
clientX: L,
|
|
6941
6943
|
clientY: D
|
|
6942
|
-
} =
|
|
6944
|
+
} = E.touches && E.touches.length > 0 ? E.touches[0] : E;
|
|
6943
6945
|
z = Math.round(L - N.left), A = Math.round(D - N.top);
|
|
6944
6946
|
}
|
|
6945
6947
|
if (I)
|
|
@@ -6948,7 +6950,7 @@ const Cs = 550, Hg = 80, qg = ii(Tl || (Tl = Ri`
|
|
|
6948
6950
|
const L = Math.max(Math.abs((j ? j.clientWidth : 0) - z), z) * 2 + 2, D = Math.max(Math.abs((j ? j.clientHeight : 0) - A), A) * 2 + 2;
|
|
6949
6951
|
F = Math.sqrt(L ** 2 + D ** 2);
|
|
6950
6952
|
}
|
|
6951
|
-
|
|
6953
|
+
E != null && E.touches ? v.current === null && (v.current = () => {
|
|
6952
6954
|
b({
|
|
6953
6955
|
pulsate: S,
|
|
6954
6956
|
rippleX: z,
|
|
@@ -6965,20 +6967,20 @@ const Cs = 550, Hg = 80, qg = ii(Tl || (Tl = Ri`
|
|
|
6965
6967
|
rippleSize: F,
|
|
6966
6968
|
cb: P
|
|
6967
6969
|
});
|
|
6968
|
-
}, [i, b, h]), w =
|
|
6970
|
+
}, [i, b, h]), w = C.useCallback(() => {
|
|
6969
6971
|
T({}, {
|
|
6970
6972
|
pulsate: !0
|
|
6971
6973
|
});
|
|
6972
|
-
}, [T]), O =
|
|
6973
|
-
if (h.clear(), (
|
|
6974
|
+
}, [T]), O = C.useCallback((E, x) => {
|
|
6975
|
+
if (h.clear(), (E == null ? void 0 : E.type) === "touchend" && v.current) {
|
|
6974
6976
|
v.current(), v.current = null, h.start(0, () => {
|
|
6975
|
-
O(
|
|
6977
|
+
O(E, x);
|
|
6976
6978
|
});
|
|
6977
6979
|
return;
|
|
6978
6980
|
}
|
|
6979
6981
|
v.current = null, u((P) => P.length > 0 ? P.slice(1) : P), m.current = x;
|
|
6980
6982
|
}, [h]);
|
|
6981
|
-
return
|
|
6983
|
+
return C.useImperativeHandle(r, () => ({
|
|
6982
6984
|
pulsate: w,
|
|
6983
6985
|
start: T,
|
|
6984
6986
|
stop: O
|
|
@@ -7064,7 +7066,7 @@ const Zg = be("MuiButtonBase", ["root", "disabled", "focusVisible"]), Qg = ["act
|
|
|
7064
7066
|
"@media print": {
|
|
7065
7067
|
colorAdjust: "exact"
|
|
7066
7068
|
}
|
|
7067
|
-
}), ho = /* @__PURE__ */
|
|
7069
|
+
}), ho = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
7068
7070
|
const o = Ee({
|
|
7069
7071
|
props: t,
|
|
7070
7072
|
name: "MuiButtonBase"
|
|
@@ -7085,7 +7087,7 @@ const Zg = be("MuiButtonBase", ["root", "disabled", "focusVisible"]), Qg = ["act
|
|
|
7085
7087
|
onDragLeave: T,
|
|
7086
7088
|
onFocus: w,
|
|
7087
7089
|
onFocusVisible: O,
|
|
7088
|
-
onKeyDown:
|
|
7090
|
+
onKeyDown: E,
|
|
7089
7091
|
onKeyUp: x,
|
|
7090
7092
|
onMouseDown: P,
|
|
7091
7093
|
onMouseLeave: S,
|
|
@@ -7097,23 +7099,23 @@ const Zg = be("MuiButtonBase", ["root", "disabled", "focusVisible"]), Qg = ["act
|
|
|
7097
7099
|
TouchRippleProps: A,
|
|
7098
7100
|
touchRippleRef: F,
|
|
7099
7101
|
type: L
|
|
7100
|
-
} = o, D = ee(o, Qg), U =
|
|
7102
|
+
} = o, D = ee(o, Qg), U = C.useRef(null), $ = C.useRef(null), G = Qe($, F), {
|
|
7101
7103
|
isFocusVisibleRef: k,
|
|
7102
7104
|
onFocus: W,
|
|
7103
7105
|
onBlur: te,
|
|
7104
7106
|
ref: Q
|
|
7105
|
-
} = Gs(), [q, J] =
|
|
7106
|
-
u && q && J(!1),
|
|
7107
|
+
} = Gs(), [q, J] = C.useState(!1);
|
|
7108
|
+
u && q && J(!1), C.useImperativeHandle(i, () => ({
|
|
7107
7109
|
focusVisible: () => {
|
|
7108
7110
|
J(!0), U.current.focus();
|
|
7109
7111
|
}
|
|
7110
7112
|
}), []);
|
|
7111
|
-
const [Y, re] =
|
|
7112
|
-
|
|
7113
|
+
const [Y, re] = C.useState(!1);
|
|
7114
|
+
C.useEffect(() => {
|
|
7113
7115
|
re(!0);
|
|
7114
7116
|
}, []);
|
|
7115
7117
|
const Z = Y && !d && !u;
|
|
7116
|
-
|
|
7118
|
+
C.useEffect(() => {
|
|
7117
7119
|
q && p && !d && Y && $.current.pulsate();
|
|
7118
7120
|
}, [d, p, q, Y]);
|
|
7119
7121
|
function ne(de, Ye, It = m) {
|
|
@@ -7128,10 +7130,10 @@ const Zg = be("MuiButtonBase", ["root", "disabled", "focusVisible"]), Qg = ["act
|
|
|
7128
7130
|
}), Le = () => {
|
|
7129
7131
|
const de = U.current;
|
|
7130
7132
|
return c && c !== "button" && !(de.tagName === "A" && de.href);
|
|
7131
|
-
}, Re =
|
|
7133
|
+
}, Re = C.useRef(!1), ze = fn((de) => {
|
|
7132
7134
|
p && !Re.current && q && $.current && de.key === " " && (Re.current = !0, $.current.stop(de, () => {
|
|
7133
7135
|
$.current.start(de);
|
|
7134
|
-
})), de.target === de.currentTarget && Le() && de.key === " " && de.preventDefault(),
|
|
7136
|
+
})), de.target === de.currentTarget && Le() && de.key === " " && de.preventDefault(), E && E(de), de.target === de.currentTarget && Le() && de.key === "Enter" && !u && (de.preventDefault(), g && g(de));
|
|
7135
7137
|
}), Ge = fn((de) => {
|
|
7136
7138
|
p && de.key === " " && $.current && q && !de.defaultPrevented && (Re.current = !1, $.current.stop(de, () => {
|
|
7137
7139
|
$.current.pulsate(de);
|
|
@@ -7139,10 +7141,10 @@ const Zg = be("MuiButtonBase", ["root", "disabled", "focusVisible"]), Qg = ["act
|
|
|
7139
7141
|
});
|
|
7140
7142
|
let we = c;
|
|
7141
7143
|
we === "button" && (D.href || D.to) && (we = h);
|
|
7142
|
-
const
|
|
7143
|
-
we === "button" ? (
|
|
7144
|
+
const Xe = {};
|
|
7145
|
+
we === "button" ? (Xe.type = L === void 0 ? "button" : L, Xe.disabled = u) : (!D.href && !D.to && (Xe.role = "button"), u && (Xe["aria-disabled"] = u));
|
|
7144
7146
|
const ut = Qe(r, Q, U);
|
|
7145
|
-
process.env.NODE_ENV !== "production" &&
|
|
7147
|
+
process.env.NODE_ENV !== "production" && C.useEffect(() => {
|
|
7146
7148
|
Z && !$.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(`
|
|
7147
7149
|
`));
|
|
7148
7150
|
}, [Z]);
|
|
@@ -7176,7 +7178,7 @@ const Zg = be("MuiButtonBase", ["root", "disabled", "focusVisible"]), Qg = ["act
|
|
|
7176
7178
|
ref: ut,
|
|
7177
7179
|
tabIndex: u ? -1 : z,
|
|
7178
7180
|
type: L
|
|
7179
|
-
},
|
|
7181
|
+
}, Xe, D, {
|
|
7180
7182
|
children: [a, Z ? (
|
|
7181
7183
|
/* TouchRipple is only needed client-side, x2 boost on the server. */
|
|
7182
7184
|
/* @__PURE__ */ f.jsx(gu, y({
|
|
@@ -7195,7 +7197,7 @@ process.env.NODE_ENV !== "production" && (ho.propTypes = {
|
|
|
7195
7197
|
* A ref for imperative actions.
|
|
7196
7198
|
* It currently only supports `focusVisible()` action.
|
|
7197
7199
|
*/
|
|
7198
|
-
action:
|
|
7200
|
+
action: yt,
|
|
7199
7201
|
/**
|
|
7200
7202
|
* If `true`, the ripples are centered.
|
|
7201
7203
|
* They won't start at the cursor interaction position.
|
|
@@ -7378,13 +7380,13 @@ const i0 = ["className"], s0 = (e) => {
|
|
|
7378
7380
|
transform: "translateY(-50%)"
|
|
7379
7381
|
}, e.disableGutters && {
|
|
7380
7382
|
right: 0
|
|
7381
|
-
})), ra = /* @__PURE__ */
|
|
7383
|
+
})), ra = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
7382
7384
|
const o = Ee({
|
|
7383
7385
|
props: t,
|
|
7384
7386
|
name: "MuiListItemSecondaryAction"
|
|
7385
7387
|
}), {
|
|
7386
7388
|
className: i
|
|
7387
|
-
} = o, s = ee(o, i0), a =
|
|
7389
|
+
} = o, s = ee(o, i0), a = C.useContext(On), l = y({}, o, {
|
|
7388
7390
|
disableGutters: a.disableGutters
|
|
7389
7391
|
}), c = s0(l);
|
|
7390
7392
|
return /* @__PURE__ */ f.jsx(a0, y({
|
|
@@ -7518,7 +7520,7 @@ const l0 = ["className"], c0 = ["alignItems", "autoFocus", "button", "children",
|
|
|
7518
7520
|
overridesResolver: (e, t) => t.container
|
|
7519
7521
|
})({
|
|
7520
7522
|
position: "relative"
|
|
7521
|
-
}), bu = /* @__PURE__ */
|
|
7523
|
+
}), bu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
7522
7524
|
const o = Ee({
|
|
7523
7525
|
props: t,
|
|
7524
7526
|
name: "MuiListItem"
|
|
@@ -7541,19 +7543,19 @@ const l0 = ["className"], c0 = ["alignItems", "autoFocus", "button", "children",
|
|
|
7541
7543
|
disablePadding: T = !1,
|
|
7542
7544
|
divider: w = !1,
|
|
7543
7545
|
focusVisibleClassName: O,
|
|
7544
|
-
secondaryAction:
|
|
7546
|
+
secondaryAction: E,
|
|
7545
7547
|
selected: x = !1,
|
|
7546
7548
|
slotProps: P = {},
|
|
7547
7549
|
slots: S = {}
|
|
7548
|
-
} = o, I = ee(o.ContainerProps, l0), _ = ee(o, c0), j =
|
|
7550
|
+
} = o, I = ee(o.ContainerProps, l0), _ = ee(o, c0), j = C.useContext(On), N = C.useMemo(() => ({
|
|
7549
7551
|
dense: v || j.dense || !1,
|
|
7550
7552
|
alignItems: i,
|
|
7551
7553
|
disableGutters: b
|
|
7552
|
-
}), [i, j.dense, v, b]), z =
|
|
7554
|
+
}), [i, j.dense, v, b]), z = C.useRef(null);
|
|
7553
7555
|
Zt(() => {
|
|
7554
7556
|
s && (z.current ? z.current.focus() : process.env.NODE_ENV !== "production" && console.error("MUI: Unable to set focus to a ListItem whose component has not been rendered."));
|
|
7555
7557
|
}, [s]);
|
|
7556
|
-
const A =
|
|
7558
|
+
const A = C.Children.toArray(l), F = A.length && sr(A[A.length - 1], ["ListItemSecondaryAction"]), L = y({}, o, {
|
|
7557
7559
|
alignItems: i,
|
|
7558
7560
|
autoFocus: s,
|
|
7559
7561
|
button: a,
|
|
@@ -7592,8 +7594,8 @@ const l0 = ["className"], c0 = ["alignItems", "autoFocus", "button", "children",
|
|
|
7592
7594
|
}, !dr($) && {
|
|
7593
7595
|
ownerState: y({}, L, G.ownerState)
|
|
7594
7596
|
}, k, {
|
|
7595
|
-
children: [A,
|
|
7596
|
-
children:
|
|
7597
|
+
children: [A, E && /* @__PURE__ */ f.jsx(ra, {
|
|
7598
|
+
children: E
|
|
7597
7599
|
})]
|
|
7598
7600
|
}))
|
|
7599
7601
|
});
|
|
@@ -7627,7 +7629,7 @@ process.env.NODE_ENV !== "production" && (bu.propTypes = {
|
|
|
7627
7629
|
* be the last child.
|
|
7628
7630
|
*/
|
|
7629
7631
|
children: bn(n.node, (e) => {
|
|
7630
|
-
const t =
|
|
7632
|
+
const t = C.Children.toArray(e.children);
|
|
7631
7633
|
let r = -1;
|
|
7632
7634
|
for (let o = t.length - 1; o >= 0; o -= 1) {
|
|
7633
7635
|
const i = t[o];
|
|
@@ -7794,7 +7796,7 @@ const wl = be("MuiListItemText", ["root", "multiline", "dense", "inset", "primar
|
|
|
7794
7796
|
marginBottom: 6
|
|
7795
7797
|
}, e.inset && {
|
|
7796
7798
|
paddingLeft: 56
|
|
7797
|
-
})), yu = /* @__PURE__ */
|
|
7799
|
+
})), yu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
7798
7800
|
const o = Ee({
|
|
7799
7801
|
props: t,
|
|
7800
7802
|
name: "MuiListItemText"
|
|
@@ -7809,7 +7811,7 @@ const wl = be("MuiListItemText", ["root", "multiline", "dense", "inset", "primar
|
|
|
7809
7811
|
secondaryTypographyProps: m
|
|
7810
7812
|
} = o, p = ee(o, h0), {
|
|
7811
7813
|
dense: h
|
|
7812
|
-
} =
|
|
7814
|
+
} = C.useContext(On);
|
|
7813
7815
|
let v = c ?? i, g = d;
|
|
7814
7816
|
const b = y({}, o, {
|
|
7815
7817
|
disableTypography: a,
|
|
@@ -7925,13 +7927,13 @@ const v0 = ["className"], x0 = (e) => {
|
|
|
7925
7927
|
display: "inline-flex"
|
|
7926
7928
|
}, t.alignItems === "flex-start" && {
|
|
7927
7929
|
marginTop: 8
|
|
7928
|
-
})), Os = /* @__PURE__ */
|
|
7930
|
+
})), Os = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
7929
7931
|
const o = Ee({
|
|
7930
7932
|
props: t,
|
|
7931
7933
|
name: "MuiListItemIcon"
|
|
7932
7934
|
}), {
|
|
7933
7935
|
className: i
|
|
7934
|
-
} = o, s = ee(o, v0), a =
|
|
7936
|
+
} = o, s = ee(o, v0), a = C.useContext(On), l = y({}, o, {
|
|
7935
7937
|
alignItems: a.alignItems
|
|
7936
7938
|
}), c = x0(l);
|
|
7937
7939
|
return /* @__PURE__ */ f.jsx(T0, y({
|
|
@@ -8069,7 +8071,7 @@ const S0 = ["children", "className", "color", "component", "fontSize", "htmlColo
|
|
|
8069
8071
|
inherit: void 0
|
|
8070
8072
|
}[t.color]
|
|
8071
8073
|
};
|
|
8072
|
-
}), Zo = /* @__PURE__ */
|
|
8074
|
+
}), Zo = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
8073
8075
|
const o = Ee({
|
|
8074
8076
|
props: t,
|
|
8075
8077
|
name: "MuiSvgIcon"
|
|
@@ -8083,7 +8085,7 @@ const S0 = ["children", "className", "color", "component", "fontSize", "htmlColo
|
|
|
8083
8085
|
inheritViewBox: d = !1,
|
|
8084
8086
|
titleAccess: m,
|
|
8085
8087
|
viewBox: p = "0 0 24 24"
|
|
8086
|
-
} = o, h = ee(o, S0), v = /* @__PURE__ */
|
|
8088
|
+
} = o, h = ee(o, S0), v = /* @__PURE__ */ C.isValidElement(i) && i.type === "svg", g = y({}, o, {
|
|
8087
8089
|
color: a,
|
|
8088
8090
|
component: l,
|
|
8089
8091
|
fontSize: c,
|
|
@@ -8191,7 +8193,7 @@ function Kt(e, t) {
|
|
|
8191
8193
|
children: e
|
|
8192
8194
|
}));
|
|
8193
8195
|
}
|
|
8194
|
-
return process.env.NODE_ENV !== "production" && (r.displayName = `${t}Icon`), r.muiName = Zo.muiName, /* @__PURE__ */
|
|
8196
|
+
return process.env.NODE_ENV !== "production" && (r.displayName = `${t}Icon`), r.muiName = Zo.muiName, /* @__PURE__ */ C.memo(/* @__PURE__ */ C.forwardRef(r));
|
|
8195
8197
|
}
|
|
8196
8198
|
const $0 = {
|
|
8197
8199
|
configure: (e) => {
|
|
@@ -8206,7 +8208,7 @@ const $0 = {
|
|
|
8206
8208
|
debounce: xi,
|
|
8207
8209
|
deprecatedPropType: Om,
|
|
8208
8210
|
isMuiElement: sr,
|
|
8209
|
-
ownerDocument:
|
|
8211
|
+
ownerDocument: bt,
|
|
8210
8212
|
ownerWindow: ln,
|
|
8211
8213
|
requirePropFactory: Uc,
|
|
8212
8214
|
setRef: Go,
|
|
@@ -8277,7 +8279,7 @@ const B0 = {
|
|
|
8277
8279
|
opacity: 1,
|
|
8278
8280
|
transform: "none"
|
|
8279
8281
|
}
|
|
8280
|
-
}, ns = typeof navigator < "u" && /^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent) && /(os |version\/)15(.|_)4/i.test(navigator.userAgent), Zr = /* @__PURE__ */
|
|
8282
|
+
}, ns = typeof navigator < "u" && /^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent) && /(os |version\/)15(.|_)4/i.test(navigator.userAgent), Zr = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
8281
8283
|
const {
|
|
8282
8284
|
addEndListener: o,
|
|
8283
8285
|
appear: i = !0,
|
|
@@ -8294,7 +8296,7 @@ const B0 = {
|
|
|
8294
8296
|
timeout: g = "auto",
|
|
8295
8297
|
// eslint-disable-next-line react/prop-types
|
|
8296
8298
|
TransitionComponent: b = Qt
|
|
8297
|
-
} = t, T = ee(t, L0), w = tr(), O =
|
|
8299
|
+
} = t, T = ee(t, L0), w = tr(), O = C.useRef(), E = Cr(), x = C.useRef(null), P = Qe(x, s.ref, r), S = (L) => (D) => {
|
|
8298
8300
|
if (L) {
|
|
8299
8301
|
const U = x.current;
|
|
8300
8302
|
D === void 0 ? L(U) : L(U, D);
|
|
@@ -8313,10 +8315,10 @@ const B0 = {
|
|
|
8313
8315
|
mode: "enter"
|
|
8314
8316
|
});
|
|
8315
8317
|
let k;
|
|
8316
|
-
g === "auto" ? (k =
|
|
8318
|
+
g === "auto" ? (k = E.transitions.getAutoHeightDuration(L.clientHeight), O.current = k) : k = U, L.style.transition = [E.transitions.create("opacity", {
|
|
8317
8319
|
duration: k,
|
|
8318
8320
|
delay: $
|
|
8319
|
-
}),
|
|
8321
|
+
}), E.transitions.create("transform", {
|
|
8320
8322
|
duration: ns ? k : k * 0.666,
|
|
8321
8323
|
delay: $,
|
|
8322
8324
|
easing: G
|
|
@@ -8334,10 +8336,10 @@ const B0 = {
|
|
|
8334
8336
|
mode: "exit"
|
|
8335
8337
|
});
|
|
8336
8338
|
let G;
|
|
8337
|
-
g === "auto" ? (G =
|
|
8339
|
+
g === "auto" ? (G = E.transitions.getAutoHeightDuration(L.clientHeight), O.current = G) : G = D, L.style.transition = [E.transitions.create("opacity", {
|
|
8338
8340
|
duration: G,
|
|
8339
8341
|
delay: U
|
|
8340
|
-
}),
|
|
8342
|
+
}), E.transitions.create("transform", {
|
|
8341
8343
|
duration: ns ? G : G * 0.666,
|
|
8342
8344
|
delay: ns ? U : U || G * 0.333,
|
|
8343
8345
|
easing: $
|
|
@@ -8358,7 +8360,7 @@ const B0 = {
|
|
|
8358
8360
|
addEndListener: F,
|
|
8359
8361
|
timeout: g === "auto" ? null : g
|
|
8360
8362
|
}, T, {
|
|
8361
|
-
children: (L, D) => /* @__PURE__ */
|
|
8363
|
+
children: (L, D) => /* @__PURE__ */ C.cloneElement(s, y({
|
|
8362
8364
|
style: y({
|
|
8363
8365
|
opacity: 0,
|
|
8364
8366
|
transform: ws(0.75),
|
|
@@ -8683,7 +8685,7 @@ var ub = function(t, r) {
|
|
|
8683
8685
|
function db(e) {
|
|
8684
8686
|
var t, r = e.state, o = e.name, i = e.options, s = r.elements.arrow, a = r.modifiersData.popperOffsets, l = sn(r.placement), c = da(l), u = [$t, Gt].indexOf(l) >= 0, d = u ? "height" : "width";
|
|
8685
8687
|
if (!(!s || !a)) {
|
|
8686
|
-
var m = ub(i.padding, r), p = ua(s), h = c === "y" ? kt : $t, v = c === "y" ? qt : Gt, g = r.rects.reference[d] + r.rects.reference[c] - a[c] - r.rects.popper[d], b = a[c] - r.rects.reference[c], T = bo(s), w = T ? c === "y" ? T.clientHeight || 0 : T.clientWidth || 0 : 0, O = g / 2 - b / 2,
|
|
8688
|
+
var m = ub(i.padding, r), p = ua(s), h = c === "y" ? kt : $t, v = c === "y" ? qt : Gt, g = r.rects.reference[d] + r.rects.reference[c] - a[c] - r.rects.popper[d], b = a[c] - r.rects.reference[c], T = bo(s), w = T ? c === "y" ? T.clientHeight || 0 : T.clientWidth || 0 : 0, O = g / 2 - b / 2, E = m[h], x = w - p[d] - m[v], P = w / 2 - p[d] / 2 + O, S = Ur(E, P, x), I = c;
|
|
8687
8689
|
r.modifiersData[o] = (t = {}, t[I] = S, t.centerOffset = S - P, t);
|
|
8688
8690
|
}
|
|
8689
8691
|
}
|
|
@@ -8725,11 +8727,11 @@ function kl(e) {
|
|
|
8725
8727
|
y: g
|
|
8726
8728
|
};
|
|
8727
8729
|
h = b.x, g = b.y;
|
|
8728
|
-
var T = a.hasOwnProperty("x"), w = a.hasOwnProperty("y"), O = $t,
|
|
8730
|
+
var T = a.hasOwnProperty("x"), w = a.hasOwnProperty("y"), O = $t, E = kt, x = window;
|
|
8729
8731
|
if (u) {
|
|
8730
8732
|
var P = bo(r), S = "clientHeight", I = "clientWidth";
|
|
8731
8733
|
if (P === Nt(r) && (P = Pn(r), hn(P).position !== "static" && l === "absolute" && (S = "scrollHeight", I = "scrollWidth")), P = P, i === kt || (i === $t || i === Gt) && s === Qr) {
|
|
8732
|
-
|
|
8734
|
+
E = qt;
|
|
8733
8735
|
var _ = m && P === x && x.visualViewport ? x.visualViewport.height : (
|
|
8734
8736
|
// $FlowFixMe[prop-missing]
|
|
8735
8737
|
P[S]
|
|
@@ -8756,9 +8758,9 @@ function kl(e) {
|
|
|
8756
8758
|
};
|
|
8757
8759
|
if (h = z.x, g = z.y, c) {
|
|
8758
8760
|
var A;
|
|
8759
|
-
return Object.assign({}, N, (A = {}, A[
|
|
8761
|
+
return Object.assign({}, N, (A = {}, A[E] = w ? "0" : "", A[O] = T ? "0" : "", A.transform = (x.devicePixelRatio || 1) <= 1 ? "translate(" + h + "px, " + g + "px)" : "translate3d(" + h + "px, " + g + "px, 0)", A));
|
|
8760
8762
|
}
|
|
8761
|
-
return Object.assign({}, N, (t = {}, t[
|
|
8763
|
+
return Object.assign({}, N, (t = {}, t[E] = w ? g + "px" : "", t[O] = T ? h + "px" : "", t.transform = "", t));
|
|
8762
8764
|
}
|
|
8763
8765
|
function gb(e) {
|
|
8764
8766
|
var t = e.state, r = e.options, o = r.gpuAcceleration, i = o === void 0 ? !0 : o, s = r.adaptive, a = s === void 0 ? !0 : s, l = r.roundOffsets, c = l === void 0 ? !0 : l, u = {
|
|
@@ -8958,7 +8960,7 @@ function Mu(e) {
|
|
|
8958
8960
|
}
|
|
8959
8961
|
function eo(e, t) {
|
|
8960
8962
|
t === void 0 && (t = {});
|
|
8961
|
-
var r = t, o = r.placement, i = o === void 0 ? e.placement : o, s = r.strategy, a = s === void 0 ? e.strategy : s, l = r.boundary, c = l === void 0 ? q0 : l, u = r.rootBoundary, d = u === void 0 ? Cu : u, m = r.elementContext, p = m === void 0 ? $r : m, h = r.altBoundary, v = h === void 0 ? !1 : h, g = r.padding, b = g === void 0 ? 0 : g, T = Pu(typeof b != "number" ? b : ku(b, go)), w = p === $r ? G0 : $r, O = e.rects.popper,
|
|
8963
|
+
var r = t, o = r.placement, i = o === void 0 ? e.placement : o, s = r.strategy, a = s === void 0 ? e.strategy : s, l = r.boundary, c = l === void 0 ? q0 : l, u = r.rootBoundary, d = u === void 0 ? Cu : u, m = r.elementContext, p = m === void 0 ? $r : m, h = r.altBoundary, v = h === void 0 ? !1 : h, g = r.padding, b = g === void 0 ? 0 : g, T = Pu(typeof b != "number" ? b : ku(b, go)), w = p === $r ? G0 : $r, O = e.rects.popper, E = e.elements[v ? w : p], x = Rb(Un(E) ? E : E.contextElement || Pn(e.elements.popper), c, d, a), P = gr(e.elements.reference), S = Mu({
|
|
8962
8964
|
reference: P,
|
|
8963
8965
|
element: O,
|
|
8964
8966
|
strategy: "absolute",
|
|
@@ -9007,7 +9009,7 @@ function Pb(e) {
|
|
|
9007
9009
|
function kb(e) {
|
|
9008
9010
|
var t = e.state, r = e.options, o = e.name;
|
|
9009
9011
|
if (!t.modifiersData[o]._skip) {
|
|
9010
|
-
for (var i = r.mainAxis, s = i === void 0 ? !0 : i, a = r.altAxis, l = a === void 0 ? !0 : a, c = r.fallbackPlacements, u = r.padding, d = r.boundary, m = r.rootBoundary, p = r.altBoundary, h = r.flipVariations, v = h === void 0 ? !0 : h, g = r.allowedAutoPlacements, b = t.options.placement, T = sn(b), w = T === b, O = c || (w || !v ? [Bo(b)] : Pb(b)),
|
|
9012
|
+
for (var i = r.mainAxis, s = i === void 0 ? !0 : i, a = r.altAxis, l = a === void 0 ? !0 : a, c = r.fallbackPlacements, u = r.padding, d = r.boundary, m = r.rootBoundary, p = r.altBoundary, h = r.flipVariations, v = h === void 0 ? !0 : h, g = r.allowedAutoPlacements, b = t.options.placement, T = sn(b), w = T === b, O = c || (w || !v ? [Bo(b)] : Pb(b)), E = [b].concat(O).reduce(function(q, J) {
|
|
9011
9013
|
return q.concat(sn(J) === la ? Sb(t, {
|
|
9012
9014
|
placement: J,
|
|
9013
9015
|
boundary: d,
|
|
@@ -9016,8 +9018,8 @@ function kb(e) {
|
|
|
9016
9018
|
flipVariations: v,
|
|
9017
9019
|
allowedAutoPlacements: g
|
|
9018
9020
|
}) : J);
|
|
9019
|
-
}, []), x = t.rects.reference, P = t.rects.popper, S = /* @__PURE__ */ new Map(), I = !0, _ =
|
|
9020
|
-
var N =
|
|
9021
|
+
}, []), x = t.rects.reference, P = t.rects.popper, S = /* @__PURE__ */ new Map(), I = !0, _ = E[0], j = 0; j < E.length; j++) {
|
|
9022
|
+
var N = E[j], z = sn(N), A = br(N) === mr, F = [kt, qt].indexOf(z) >= 0, L = F ? "width" : "height", D = eo(t, {
|
|
9021
9023
|
placement: N,
|
|
9022
9024
|
boundary: d,
|
|
9023
9025
|
rootBoundary: m,
|
|
@@ -9036,7 +9038,7 @@ function kb(e) {
|
|
|
9036
9038
|
}
|
|
9037
9039
|
if (I)
|
|
9038
9040
|
for (var k = v ? 3 : 1, W = function(J) {
|
|
9039
|
-
var Y =
|
|
9041
|
+
var Y = E.find(function(re) {
|
|
9040
9042
|
var Z = S.get(re);
|
|
9041
9043
|
if (Z)
|
|
9042
9044
|
return Z.slice(0, J).every(function(ne) {
|
|
@@ -9151,7 +9153,7 @@ function Lb(e) {
|
|
|
9151
9153
|
rootBoundary: u,
|
|
9152
9154
|
padding: m,
|
|
9153
9155
|
altBoundary: d
|
|
9154
|
-
}), T = sn(t.placement), w = br(t.placement), O = !w,
|
|
9156
|
+
}), T = sn(t.placement), w = br(t.placement), O = !w, E = da(T), x = Fb(E), P = t.modifiersData.popperOffsets, S = t.rects.reference, I = t.rects.popper, _ = typeof g == "function" ? g(Object.assign({}, t.rects, {
|
|
9155
9157
|
placement: t.placement
|
|
9156
9158
|
})) : g, j = typeof _ == "number" ? {
|
|
9157
9159
|
mainAxis: _,
|
|
@@ -9165,14 +9167,14 @@ function Lb(e) {
|
|
|
9165
9167
|
};
|
|
9166
9168
|
if (P) {
|
|
9167
9169
|
if (s) {
|
|
9168
|
-
var A, F =
|
|
9170
|
+
var A, F = E === "y" ? kt : $t, L = E === "y" ? qt : Gt, D = E === "y" ? "height" : "width", U = P[E], $ = U + b[F], G = U - b[L], k = h ? -I[D] / 2 : 0, W = w === mr ? S[D] : I[D], te = w === mr ? -I[D] : -S[D], Q = t.elements.arrow, q = h && Q ? ua(Q) : {
|
|
9169
9171
|
width: 0,
|
|
9170
9172
|
height: 0
|
|
9171
|
-
}, J = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Su(), Y = J[F], re = J[L], Z = Ur(0, S[D], q[D]), ne = O ? S[D] / 2 - k - Z - Y - j.mainAxis : W - Z - Y - j.mainAxis, se = O ? -S[D] / 2 + k + Z + re + j.mainAxis : te + Z + re + j.mainAxis, oe = t.elements.arrow && bo(t.elements.arrow), B = oe ?
|
|
9172
|
-
P[
|
|
9173
|
+
}, J = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Su(), Y = J[F], re = J[L], Z = Ur(0, S[D], q[D]), ne = O ? S[D] / 2 - k - Z - Y - j.mainAxis : W - Z - Y - j.mainAxis, se = O ? -S[D] / 2 + k + Z + re + j.mainAxis : te + Z + re + j.mainAxis, oe = t.elements.arrow && bo(t.elements.arrow), B = oe ? E === "y" ? oe.clientTop || 0 : oe.clientLeft || 0 : 0, le = (A = N == null ? void 0 : N[E]) != null ? A : 0, H = U + ne - le - B, pe = U + se - le, $e = Ur(h ? Qo($, H) : $, U, h ? Ln(G, pe) : G);
|
|
9174
|
+
P[E] = $e, z[E] = $e - U;
|
|
9173
9175
|
}
|
|
9174
9176
|
if (l) {
|
|
9175
|
-
var qe, Me =
|
|
9177
|
+
var qe, Me = E === "x" ? kt : $t, et = E === "x" ? qt : Gt, Le = P[x], Re = x === "y" ? "height" : "width", ze = Le + b[Me], Ge = Le - b[et], we = [kt, $t].indexOf(T) !== -1, Xe = (qe = N == null ? void 0 : N[x]) != null ? qe : 0, ut = we ? ze : Le - S[Re] - I[Re] - Xe + j.altAxis, rt = we ? Le + S[Re] + I[Re] - Xe - j.altAxis : Ge, Te = h && we ? cb(ut, Le, rt) : Ur(h ? ut : ze, Le, h ? rt : Ge);
|
|
9176
9178
|
P[x] = Te, z[x] = Te - Le;
|
|
9177
9179
|
}
|
|
9178
9180
|
t.modifiersData[o] = z;
|
|
@@ -9301,8 +9303,8 @@ function Kb(e) {
|
|
|
9301
9303
|
popper: Hr(c)
|
|
9302
9304
|
};
|
|
9303
9305
|
var O = qb(Yb([].concat(o, d.options.modifiers)));
|
|
9304
|
-
return d.orderedModifiers = O.filter(function(
|
|
9305
|
-
return
|
|
9306
|
+
return d.orderedModifiers = O.filter(function(E) {
|
|
9307
|
+
return E.enabled;
|
|
9306
9308
|
}), v(), h.update();
|
|
9307
9309
|
},
|
|
9308
9310
|
// Sync update – it will always be executed, even if not necessary. This
|
|
@@ -9320,12 +9322,12 @@ function Kb(e) {
|
|
|
9320
9322
|
}, d.reset = !1, d.placement = d.options.placement, d.orderedModifiers.forEach(function(j) {
|
|
9321
9323
|
return d.modifiersData[j.name] = Object.assign({}, j.data);
|
|
9322
9324
|
});
|
|
9323
|
-
for (var
|
|
9325
|
+
for (var E = 0; E < d.orderedModifiers.length; E++) {
|
|
9324
9326
|
if (d.reset === !0) {
|
|
9325
|
-
d.reset = !1,
|
|
9327
|
+
d.reset = !1, E = -1;
|
|
9326
9328
|
continue;
|
|
9327
9329
|
}
|
|
9328
|
-
var x = d.orderedModifiers[
|
|
9330
|
+
var x = d.orderedModifiers[E], P = x.fn, S = x.options, I = S === void 0 ? {} : S, _ = x.name;
|
|
9329
9331
|
typeof P == "function" && (d = P({
|
|
9330
9332
|
state: d,
|
|
9331
9333
|
options: I,
|
|
@@ -9354,9 +9356,9 @@ function Kb(e) {
|
|
|
9354
9356
|
});
|
|
9355
9357
|
function v() {
|
|
9356
9358
|
d.orderedModifiers.forEach(function(b) {
|
|
9357
|
-
var T = b.name, w = b.options, O = w === void 0 ? {} : w,
|
|
9358
|
-
if (typeof
|
|
9359
|
-
var x =
|
|
9359
|
+
var T = b.name, w = b.options, O = w === void 0 ? {} : w, E = b.effect;
|
|
9360
|
+
if (typeof E == "function") {
|
|
9361
|
+
var x = E({
|
|
9360
9362
|
state: d,
|
|
9361
9363
|
name: T,
|
|
9362
9364
|
instance: h,
|
|
@@ -9381,12 +9383,12 @@ var Xb = [vb, Db, bb, sb, _b, $b, Bb, fb, jb], Jb = /* @__PURE__ */ Kb({
|
|
|
9381
9383
|
function Zb(e) {
|
|
9382
9384
|
return typeof e == "function" ? e() : e;
|
|
9383
9385
|
}
|
|
9384
|
-
const to = /* @__PURE__ */
|
|
9386
|
+
const to = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
9385
9387
|
const {
|
|
9386
9388
|
children: o,
|
|
9387
9389
|
container: i,
|
|
9388
9390
|
disablePortal: s = !1
|
|
9389
|
-
} = t, [a, l] =
|
|
9391
|
+
} = t, [a, l] = C.useState(null), c = Qe(/* @__PURE__ */ C.isValidElement(o) ? o.ref : null, r);
|
|
9390
9392
|
if (Zt(() => {
|
|
9391
9393
|
s || l(Zb(i) || document.body);
|
|
9392
9394
|
}, [i, s]), Zt(() => {
|
|
@@ -9395,17 +9397,17 @@ const to = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
9395
9397
|
Go(r, null);
|
|
9396
9398
|
};
|
|
9397
9399
|
}, [r, a, s]), s) {
|
|
9398
|
-
if (/* @__PURE__ */
|
|
9400
|
+
if (/* @__PURE__ */ C.isValidElement(o)) {
|
|
9399
9401
|
const u = {
|
|
9400
9402
|
ref: c
|
|
9401
9403
|
};
|
|
9402
|
-
return /* @__PURE__ */
|
|
9404
|
+
return /* @__PURE__ */ C.cloneElement(o, u);
|
|
9403
9405
|
}
|
|
9404
|
-
return /* @__PURE__ */ f.jsx(
|
|
9406
|
+
return /* @__PURE__ */ f.jsx(C.Fragment, {
|
|
9405
9407
|
children: o
|
|
9406
9408
|
});
|
|
9407
9409
|
}
|
|
9408
|
-
return /* @__PURE__ */ f.jsx(
|
|
9410
|
+
return /* @__PURE__ */ f.jsx(C.Fragment, {
|
|
9409
9411
|
children: a && /* @__PURE__ */ Qd.createPortal(o, a)
|
|
9410
9412
|
});
|
|
9411
9413
|
});
|
|
@@ -9473,7 +9475,7 @@ const oy = (e) => {
|
|
|
9473
9475
|
return ve({
|
|
9474
9476
|
root: ["root"]
|
|
9475
9477
|
}, Qb, t);
|
|
9476
|
-
}, iy = {}, sy = /* @__PURE__ */
|
|
9478
|
+
}, iy = {}, sy = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
9477
9479
|
var o;
|
|
9478
9480
|
const {
|
|
9479
9481
|
anchorEl: i,
|
|
@@ -9490,14 +9492,14 @@ const oy = (e) => {
|
|
|
9490
9492
|
TransitionProps: g
|
|
9491
9493
|
// @ts-ignore internal logic
|
|
9492
9494
|
// prevent from spreading to DOM, it can come from the parent component e.g. Select.
|
|
9493
|
-
} = t, b = ee(t, ey), T =
|
|
9495
|
+
} = t, b = ee(t, ey), T = C.useRef(null), w = Qe(T, r), O = C.useRef(null), E = Qe(O, p), x = C.useRef(E);
|
|
9494
9496
|
Zt(() => {
|
|
9495
|
-
x.current =
|
|
9496
|
-
}, [
|
|
9497
|
-
const P = ny(d, a), [S, I] =
|
|
9498
|
-
|
|
9497
|
+
x.current = E;
|
|
9498
|
+
}, [E]), C.useImperativeHandle(p, () => O.current, []);
|
|
9499
|
+
const P = ny(d, a), [S, I] = C.useState(P), [_, j] = C.useState(ei(i));
|
|
9500
|
+
C.useEffect(() => {
|
|
9499
9501
|
O.current && O.current.forceUpdate();
|
|
9500
|
-
}),
|
|
9502
|
+
}), C.useEffect(() => {
|
|
9501
9503
|
i && j(ei(i));
|
|
9502
9504
|
}, [i]), Zt(() => {
|
|
9503
9505
|
if (!_ || !u)
|
|
@@ -9558,7 +9560,7 @@ const oy = (e) => {
|
|
|
9558
9560
|
return /* @__PURE__ */ f.jsx(A, y({}, F, {
|
|
9559
9561
|
children: typeof s == "function" ? s(N) : s
|
|
9560
9562
|
}));
|
|
9561
|
-
}), ju = /* @__PURE__ */
|
|
9563
|
+
}), ju = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
9562
9564
|
const {
|
|
9563
9565
|
anchorEl: o,
|
|
9564
9566
|
children: i,
|
|
@@ -9575,10 +9577,10 @@ const oy = (e) => {
|
|
|
9575
9577
|
transition: g = !1,
|
|
9576
9578
|
slotProps: b = {},
|
|
9577
9579
|
slots: T = {}
|
|
9578
|
-
} = t, w = ee(t, ty), [O,
|
|
9579
|
-
|
|
9580
|
+
} = t, w = ee(t, ty), [O, E] = C.useState(!0), x = () => {
|
|
9581
|
+
E(!1);
|
|
9580
9582
|
}, P = () => {
|
|
9581
|
-
|
|
9583
|
+
E(!0);
|
|
9582
9584
|
};
|
|
9583
9585
|
if (!c && !d && (!g || O))
|
|
9584
9586
|
return null;
|
|
@@ -9587,7 +9589,7 @@ const oy = (e) => {
|
|
|
9587
9589
|
S = s;
|
|
9588
9590
|
else if (o) {
|
|
9589
9591
|
const j = ei(o);
|
|
9590
|
-
S = j && Pi(j) ?
|
|
9592
|
+
S = j && Pi(j) ? bt(j).body : bt(null).body;
|
|
9591
9593
|
}
|
|
9592
9594
|
const I = !d && c && (!g || O) ? "none" : void 0, _ = g ? {
|
|
9593
9595
|
in: d,
|
|
@@ -9722,7 +9724,7 @@ process.env.NODE_ENV !== "production" && (ju.propTypes = {
|
|
|
9722
9724
|
/**
|
|
9723
9725
|
* A ref that points to the used popper instance.
|
|
9724
9726
|
*/
|
|
9725
|
-
popperRef:
|
|
9727
|
+
popperRef: yt,
|
|
9726
9728
|
/**
|
|
9727
9729
|
* The props used for each slot inside the Popper.
|
|
9728
9730
|
* @default {}
|
|
@@ -9748,7 +9750,7 @@ const ay = ["anchorEl", "component", "components", "componentsProps", "container
|
|
|
9748
9750
|
name: "MuiPopper",
|
|
9749
9751
|
slot: "Root",
|
|
9750
9752
|
overridesResolver: (e, t) => t.root
|
|
9751
|
-
})({}), ha = /* @__PURE__ */
|
|
9753
|
+
})({}), ha = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
9752
9754
|
var o;
|
|
9753
9755
|
const i = Tu(), s = Ee({
|
|
9754
9756
|
props: t,
|
|
@@ -9768,7 +9770,7 @@ const ay = ["anchorEl", "component", "components", "componentsProps", "container
|
|
|
9768
9770
|
popperRef: T,
|
|
9769
9771
|
transition: w,
|
|
9770
9772
|
slots: O,
|
|
9771
|
-
slotProps:
|
|
9773
|
+
slotProps: E
|
|
9772
9774
|
} = s, x = ee(s, ay), P = (o = O == null ? void 0 : O.root) != null ? o : c == null ? void 0 : c.Root, S = y({
|
|
9773
9775
|
anchorEl: a,
|
|
9774
9776
|
container: d,
|
|
@@ -9787,7 +9789,7 @@ const ay = ["anchorEl", "component", "components", "componentsProps", "container
|
|
|
9787
9789
|
slots: {
|
|
9788
9790
|
root: P
|
|
9789
9791
|
},
|
|
9790
|
-
slotProps:
|
|
9792
|
+
slotProps: E ?? u
|
|
9791
9793
|
}, S, {
|
|
9792
9794
|
ref: r
|
|
9793
9795
|
}));
|
|
@@ -9893,7 +9895,7 @@ process.env.NODE_ENV !== "production" && (ha.propTypes = {
|
|
|
9893
9895
|
/**
|
|
9894
9896
|
* A ref that points to the used popper instance.
|
|
9895
9897
|
*/
|
|
9896
|
-
popperRef:
|
|
9898
|
+
popperRef: yt,
|
|
9897
9899
|
/**
|
|
9898
9900
|
* The props used for each slot inside the Popper.
|
|
9899
9901
|
* @default {}
|
|
@@ -10100,8 +10102,8 @@ function ko(e, t) {
|
|
|
10100
10102
|
t && t(r, ...o), e(r, ...o);
|
|
10101
10103
|
};
|
|
10102
10104
|
}
|
|
10103
|
-
const Iu = /* @__PURE__ */
|
|
10104
|
-
var o, i, s, a, l, c, u, d, m, p, h, v, g, b, T, w, O,
|
|
10105
|
+
const Iu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
10106
|
+
var o, i, s, a, l, c, u, d, m, p, h, v, g, b, T, w, O, E, x;
|
|
10105
10107
|
const P = Ee({
|
|
10106
10108
|
props: t,
|
|
10107
10109
|
name: "MuiTooltip"
|
|
@@ -10133,9 +10135,9 @@ const Iu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
10133
10135
|
title: oe,
|
|
10134
10136
|
TransitionComponent: B = Zr,
|
|
10135
10137
|
TransitionProps: le
|
|
10136
|
-
} = P, H = ee(P, dy), pe = /* @__PURE__ */
|
|
10138
|
+
} = P, H = ee(P, dy), pe = /* @__PURE__ */ C.isValidElement(I) ? I : /* @__PURE__ */ f.jsx("span", {
|
|
10137
10139
|
children: I
|
|
10138
|
-
}), $e = Cr(), qe = Zc(), [Me, et] =
|
|
10140
|
+
}), $e = Cr(), qe = Zc(), [Me, et] = C.useState(), [Le, Re] = C.useState(null), ze = C.useRef(!1), Ge = F || G, we = tr(), Xe = tr(), ut = tr(), rt = tr(), [Te, de] = ur({
|
|
10139
10141
|
controlled: J,
|
|
10140
10142
|
default: !1,
|
|
10141
10143
|
name: "Tooltip",
|
|
@@ -10145,16 +10147,16 @@ const Iu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
10145
10147
|
if (process.env.NODE_ENV !== "production") {
|
|
10146
10148
|
const {
|
|
10147
10149
|
current: ue
|
|
10148
|
-
} =
|
|
10149
|
-
|
|
10150
|
+
} = C.useRef(J !== void 0);
|
|
10151
|
+
C.useEffect(() => {
|
|
10150
10152
|
Me && Me.disabled && !ue && oe !== "" && Me.tagName.toLowerCase() === "button" && console.error(["MUI: You are providing a disabled `button` child to the Tooltip component.", "A disabled element does not fire events.", "Tooltip needs to listen to the child element's events to display the title.", "", "Add a simple wrapper element, such as a `span`."].join(`
|
|
10151
10153
|
`));
|
|
10152
10154
|
}, [oe, Me, ue]);
|
|
10153
10155
|
}
|
|
10154
|
-
const It = po(k), Ot =
|
|
10156
|
+
const It = po(k), Ot = C.useRef(), en = fn(() => {
|
|
10155
10157
|
Ot.current !== void 0 && (document.body.style.WebkitUserSelect = Ot.current, Ot.current = void 0), rt.clear();
|
|
10156
10158
|
});
|
|
10157
|
-
|
|
10159
|
+
C.useEffect(() => en, [en]);
|
|
10158
10160
|
const ce = (ue) => {
|
|
10159
10161
|
Nl.clear(), Po = !0, de(!0), q && !Ye && q(ue);
|
|
10160
10162
|
}, ye = fn(
|
|
@@ -10169,11 +10171,11 @@ const Iu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
10169
10171
|
});
|
|
10170
10172
|
}
|
|
10171
10173
|
), Ve = (ue) => {
|
|
10172
|
-
ze.current && ue.type !== "touchstart" || (Me && Me.removeAttribute("title"),
|
|
10174
|
+
ze.current && ue.type !== "touchstart" || (Me && Me.removeAttribute("title"), Xe.clear(), ut.clear(), D || Po && U ? Xe.start(Po ? U : D, () => {
|
|
10173
10175
|
ce(ue);
|
|
10174
10176
|
}) : ce(ue));
|
|
10175
10177
|
}, Dt = (ue) => {
|
|
10176
|
-
|
|
10178
|
+
Xe.clear(), ut.start(W, () => {
|
|
10177
10179
|
ye(ue);
|
|
10178
10180
|
});
|
|
10179
10181
|
}, {
|
|
@@ -10181,7 +10183,7 @@ const Iu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
10181
10183
|
onBlur: Or,
|
|
10182
10184
|
onFocus: yo,
|
|
10183
10185
|
ref: vn
|
|
10184
|
-
} = Gs(), [, qn] =
|
|
10186
|
+
} = Gs(), [, qn] = C.useState(!1), Gn = (ue) => {
|
|
10185
10187
|
Or(ue), kn.current === !1 && (qn(!1), Dt(ue));
|
|
10186
10188
|
}, wr = (ue) => {
|
|
10187
10189
|
Me || et(ue.currentTarget), yo(ue), kn.current === !0 && (qn(!0), Ve(ue));
|
|
@@ -10198,7 +10200,7 @@ const Iu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
10198
10200
|
ye(ue);
|
|
10199
10201
|
});
|
|
10200
10202
|
};
|
|
10201
|
-
|
|
10203
|
+
C.useEffect(() => {
|
|
10202
10204
|
if (!Ye)
|
|
10203
10205
|
return;
|
|
10204
10206
|
function ue(Oe) {
|
|
@@ -10210,7 +10212,7 @@ const Iu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
10210
10212
|
}, [ye, Ye]);
|
|
10211
10213
|
const To = Qe(pe.ref, vn, et, r);
|
|
10212
10214
|
!oe && oe !== 0 && (Ye = !1);
|
|
10213
|
-
const Yn =
|
|
10215
|
+
const Yn = C.useRef(), Vi = (ue) => {
|
|
10214
10216
|
const Oe = pe.props;
|
|
10215
10217
|
Oe.onMouseMove && Oe.onMouseMove(ue), Mr = {
|
|
10216
10218
|
x: ue.clientX,
|
|
@@ -10218,21 +10220,21 @@ const Iu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
10218
10220
|
}, Yn.current && Yn.current.update();
|
|
10219
10221
|
}, $n = {}, Kn = typeof oe == "string";
|
|
10220
10222
|
N ? ($n.title = !Ye && Kn && !A ? oe : null, $n["aria-describedby"] = Ye ? It : null) : ($n["aria-label"] = Kn ? oe : null, $n["aria-labelledby"] = Ye && !Kn ? It : null);
|
|
10221
|
-
const
|
|
10223
|
+
const vt = y({}, $n, H, pe.props, {
|
|
10222
10224
|
className: ae(H.className, pe.props.className),
|
|
10223
10225
|
onTouchStart: vo,
|
|
10224
10226
|
ref: To
|
|
10225
10227
|
}, G ? {
|
|
10226
10228
|
onMouseMove: Vi
|
|
10227
10229
|
} : {});
|
|
10228
|
-
process.env.NODE_ENV !== "production" && (
|
|
10230
|
+
process.env.NODE_ENV !== "production" && (vt["data-mui-internal-clone-element"] = !0, C.useEffect(() => {
|
|
10229
10231
|
Me && !Me.getAttribute("data-mui-internal-clone-element") && console.error(["MUI: The `children` component of the Tooltip is not forwarding its props correctly.", "Please make sure that props are spread on the same element that the ref is applied to."].join(`
|
|
10230
10232
|
`));
|
|
10231
10233
|
}, [Me]));
|
|
10232
10234
|
const Mn = {};
|
|
10233
|
-
L || (
|
|
10235
|
+
L || (vt.onTouchStart = xo, vt.onTouchEnd = zi), A || (vt.onMouseOver = ko(Ve, vt.onMouseOver), vt.onMouseLeave = ko(Dt, vt.onMouseLeave), Ge || (Mn.onMouseOver = Ve, Mn.onMouseLeave = Dt)), z || (vt.onFocus = ko(wr, vt.onFocus), vt.onBlur = ko(Gn, vt.onBlur), Ge || (Mn.onFocus = wr, Mn.onBlur = Gn)), process.env.NODE_ENV !== "production" && pe.props.title && console.error(["MUI: You have provided a `title` prop to the child of <Tooltip />.", `Remove this title prop \`${pe.props.title}\` or the Tooltip component.`].join(`
|
|
10234
10236
|
`));
|
|
10235
|
-
const Wi =
|
|
10237
|
+
const Wi = C.useMemo(() => {
|
|
10236
10238
|
var ue;
|
|
10237
10239
|
let Oe = [{
|
|
10238
10240
|
name: "arrow",
|
|
@@ -10257,10 +10259,10 @@ const Iu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
10257
10259
|
}), jn), Ne = nr(V, y({}, le, (g = ne.transition) != null ? g : j.transition), jn), Ce = nr(X, y({}, (b = ne.tooltip) != null ? b : j.tooltip, {
|
|
10258
10260
|
className: ae(Rr.tooltip, (T = (w = ne.tooltip) != null ? w : j.tooltip) == null ? void 0 : T.className)
|
|
10259
10261
|
}), jn), xe = nr(me, y({}, (O = ne.arrow) != null ? O : j.arrow, {
|
|
10260
|
-
className: ae(Rr.arrow, (
|
|
10262
|
+
className: ae(Rr.arrow, (E = (x = ne.arrow) != null ? x : j.arrow) == null ? void 0 : E.className)
|
|
10261
10263
|
}), jn);
|
|
10262
|
-
return /* @__PURE__ */ f.jsxs(
|
|
10263
|
-
children: [/* @__PURE__ */
|
|
10264
|
+
return /* @__PURE__ */ f.jsxs(C.Fragment, {
|
|
10265
|
+
children: [/* @__PURE__ */ C.cloneElement(pe, vt), /* @__PURE__ */ f.jsx(R, y({
|
|
10264
10266
|
as: re ?? ha,
|
|
10265
10267
|
placement: Y,
|
|
10266
10268
|
anchorEl: G ? {
|
|
@@ -10540,7 +10542,7 @@ const xy = (e) => Cn(e);
|
|
|
10540
10542
|
function Ty({ Icon: e }) {
|
|
10541
10543
|
return e ? xy(e) ? e : f.jsx(e, { "data-cy": "drawer-header-icon", sx: { color: "text.primary" }, fontSize: "small" }) : null;
|
|
10542
10544
|
}
|
|
10543
|
-
const _u = 280, Ey = uc(
|
|
10545
|
+
const _u = 280, Ey = uc(gt, { shouldForwardProp: (e) => e !== "open" })(({ theme: e, open: t }) => ({
|
|
10544
10546
|
flexGrow: 1,
|
|
10545
10547
|
overflowX: "auto",
|
|
10546
10548
|
transition: e.transitions.create("margin", {
|
|
@@ -10572,7 +10574,7 @@ function KE(e) {
|
|
|
10572
10574
|
mainProps: m,
|
|
10573
10575
|
...p
|
|
10574
10576
|
} = e, h = s || (t === "filter" ? Au : null);
|
|
10575
|
-
return f.jsxs(
|
|
10577
|
+
return f.jsxs(gt, { sx: { display: "flex", width: "100%" }, children: [f.jsx(dc, { ...p, sx: {
|
|
10576
10578
|
...c,
|
|
10577
10579
|
width: l,
|
|
10578
10580
|
flexShrink: 0,
|
|
@@ -10586,7 +10588,7 @@ function KE(e) {
|
|
|
10586
10588
|
...u && { position: "absolute" }
|
|
10587
10589
|
},
|
|
10588
10590
|
variant: "outlined"
|
|
10589
|
-
}, anchor: "left", open: rs(e) ? e.isOpen : !0, variant: t === "panel" ? "permanent" : "persistent", children: f.jsxs(
|
|
10591
|
+
}, anchor: "left", open: rs(e) ? e.isOpen : !0, variant: t === "panel" ? "permanent" : "persistent", children: f.jsxs(Ke, { height: "100%", justifyContent: "space-between", children: [f.jsxs(Ke, { direction: "column", spacing: 3, sx: { p: 2 }, children: [f.jsxs(Ke, { direction: "row", alignItems: "center", children: [f.jsxs(Ke, { direction: "row", alignItems: "center", children: [h && f.jsx(Ty, { Icon: h }), f.jsx(ht, { sx: { ml: h && 1 }, "data-cy": "drawer-header", children: i })] }), rs(e) && f.jsx(Ns, { title: "Close", placement: "bottom-end", disableInteractive: !0, slotProps: {
|
|
10590
10592
|
popper: {
|
|
10591
10593
|
modifiers: [
|
|
10592
10594
|
{
|
|
@@ -10602,7 +10604,7 @@ function KE(e) {
|
|
|
10602
10604
|
width: "40px",
|
|
10603
10605
|
height: "40px",
|
|
10604
10606
|
zIndex: (v) => v.zIndex.tooltip
|
|
10605
|
-
}, children: f.jsx(zn, { fontSize: "small", children: "close_icon" }) }) })] }), r] }), o && f.jsx(
|
|
10607
|
+
}, children: f.jsx(zn, { fontSize: "small", children: "close_icon" }) }) })] }), r] }), o && f.jsx(gt, { "data-cy": "bottom-filter", sx: {
|
|
10606
10608
|
px: 2,
|
|
10607
10609
|
py: 1,
|
|
10608
10610
|
borderTop: "1px solid",
|
|
@@ -10645,12 +10647,12 @@ function Dl(e, t) {
|
|
|
10645
10647
|
component: b
|
|
10646
10648
|
},
|
|
10647
10649
|
internalRef: T
|
|
10648
|
-
} = g, w = ee(g.props, wy), O = Qe(T, v == null ? void 0 : v.ref, t.ref),
|
|
10650
|
+
} = g, w = ee(g.props, wy), O = Qe(T, v == null ? void 0 : v.ref, t.ref), E = a ? a(w) : {}, x = y({}, i, E), P = e === "root" ? b || u : b, S = nr(h, y({}, e === "root" && !u && !d[e] && l, e !== "root" && !d[e] && l, w, P && {
|
|
10649
10651
|
as: P
|
|
10650
10652
|
}, {
|
|
10651
10653
|
ref: O
|
|
10652
10654
|
}), x);
|
|
10653
|
-
return Object.keys(
|
|
10655
|
+
return Object.keys(E).forEach((I) => {
|
|
10654
10656
|
delete S[I];
|
|
10655
10657
|
}), [h, S];
|
|
10656
10658
|
}
|
|
@@ -10739,7 +10741,7 @@ const Py = be("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
|
|
|
10739
10741
|
color: (e.vars || e).palette.action.disabled
|
|
10740
10742
|
}
|
|
10741
10743
|
});
|
|
10742
|
-
}), ba = /* @__PURE__ */
|
|
10744
|
+
}), ba = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
10743
10745
|
const o = Ee({
|
|
10744
10746
|
props: t,
|
|
10745
10747
|
name: "MuiIconButton"
|
|
@@ -10777,7 +10779,7 @@ process.env.NODE_ENV !== "production" && (ba.propTypes = {
|
|
|
10777
10779
|
/**
|
|
10778
10780
|
* The icon to display.
|
|
10779
10781
|
*/
|
|
10780
|
-
children: bn(n.node, (e) =>
|
|
10782
|
+
children: bn(n.node, (e) => C.Children.toArray(e.children).some((r) => /* @__PURE__ */ C.isValidElement(r) && r.props.onClick) ? new Error(["MUI: You are providing an onClick event listener to a child of a button element.", "Prefer applying it to the IconButton directly.", "This guarantees that the whole <button> will be responsive to click events."].join(`
|
|
10781
10783
|
`)) : null),
|
|
10782
10784
|
/**
|
|
10783
10785
|
* Override or extend the styles applied to the component.
|
|
@@ -10956,7 +10958,7 @@ const jy = Kt(/* @__PURE__ */ f.jsx("path", {
|
|
|
10956
10958
|
info: /* @__PURE__ */ f.jsx(_y, {
|
|
10957
10959
|
fontSize: "inherit"
|
|
10958
10960
|
})
|
|
10959
|
-
}, Nu = /* @__PURE__ */
|
|
10961
|
+
}, Nu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
10960
10962
|
const o = Ee({
|
|
10961
10963
|
props: t,
|
|
10962
10964
|
name: "MuiAlert"
|
|
@@ -10976,12 +10978,12 @@ const jy = Kt(/* @__PURE__ */ f.jsx("path", {
|
|
|
10976
10978
|
slotProps: b = {},
|
|
10977
10979
|
slots: T = {},
|
|
10978
10980
|
variant: w = "standard"
|
|
10979
|
-
} = o, O = ee(o, Dy),
|
|
10981
|
+
} = o, O = ee(o, Dy), E = y({}, o, {
|
|
10980
10982
|
color: c,
|
|
10981
10983
|
severity: g,
|
|
10982
10984
|
variant: w,
|
|
10983
10985
|
colorSeverity: c || g
|
|
10984
|
-
}), x = Fy(
|
|
10986
|
+
}), x = Fy(E), P = {
|
|
10985
10987
|
slots: y({
|
|
10986
10988
|
closeButton: u.CloseButton,
|
|
10987
10989
|
closeIcon: u.CloseIcon
|
|
@@ -10990,33 +10992,33 @@ const jy = Kt(/* @__PURE__ */ f.jsx("path", {
|
|
|
10990
10992
|
}, [S, I] = Dl("closeButton", {
|
|
10991
10993
|
elementType: ba,
|
|
10992
10994
|
externalForwardedProps: P,
|
|
10993
|
-
ownerState:
|
|
10995
|
+
ownerState: E
|
|
10994
10996
|
}), [_, j] = Dl("closeIcon", {
|
|
10995
10997
|
elementType: Ny,
|
|
10996
10998
|
externalForwardedProps: P,
|
|
10997
|
-
ownerState:
|
|
10999
|
+
ownerState: E
|
|
10998
11000
|
});
|
|
10999
11001
|
return /* @__PURE__ */ f.jsxs(Ly, y({
|
|
11000
11002
|
role: v,
|
|
11001
11003
|
elevation: 0,
|
|
11002
|
-
ownerState:
|
|
11004
|
+
ownerState: E,
|
|
11003
11005
|
className: ae(x.root, a),
|
|
11004
11006
|
ref: r
|
|
11005
11007
|
}, O, {
|
|
11006
11008
|
children: [m !== !1 ? /* @__PURE__ */ f.jsx(By, {
|
|
11007
|
-
ownerState:
|
|
11009
|
+
ownerState: E,
|
|
11008
11010
|
className: x.icon,
|
|
11009
11011
|
children: m || p[g] || Bl[g]
|
|
11010
11012
|
}) : null, /* @__PURE__ */ f.jsx(zy, {
|
|
11011
|
-
ownerState:
|
|
11013
|
+
ownerState: E,
|
|
11012
11014
|
className: x.message,
|
|
11013
11015
|
children: s
|
|
11014
11016
|
}), i != null ? /* @__PURE__ */ f.jsx(Ll, {
|
|
11015
|
-
ownerState:
|
|
11017
|
+
ownerState: E,
|
|
11016
11018
|
className: x.action,
|
|
11017
11019
|
children: i
|
|
11018
11020
|
}) : null, i == null && h ? /* @__PURE__ */ f.jsx(Ll, {
|
|
11019
|
-
ownerState:
|
|
11021
|
+
ownerState: E,
|
|
11020
11022
|
className: x.action,
|
|
11021
11023
|
children: /* @__PURE__ */ f.jsx(S, y({
|
|
11022
11024
|
size: "small",
|
|
@@ -11169,7 +11171,7 @@ const Wy = ["className"], Uy = (e) => {
|
|
|
11169
11171
|
}) => ({
|
|
11170
11172
|
fontWeight: e.typography.fontWeightMedium,
|
|
11171
11173
|
marginTop: -2
|
|
11172
|
-
})), Du = /* @__PURE__ */
|
|
11174
|
+
})), Du = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
11173
11175
|
const o = Ee({
|
|
11174
11176
|
props: t,
|
|
11175
11177
|
name: "MuiAlertTitle"
|
|
@@ -11216,9 +11218,9 @@ const qy = ({ action: e, severity: t, alertProps: r, message: o, onClose: i, tit
|
|
|
11216
11218
|
function Gy(e) {
|
|
11217
11219
|
return ge("MuiButton", e);
|
|
11218
11220
|
}
|
|
11219
|
-
const $o = be("MuiButton", ["root", "text", "textInherit", "textPrimary", "textSecondary", "textSuccess", "textError", "textInfo", "textWarning", "outlined", "outlinedInherit", "outlinedPrimary", "outlinedSecondary", "outlinedSuccess", "outlinedError", "outlinedInfo", "outlinedWarning", "contained", "containedInherit", "containedPrimary", "containedSecondary", "containedSuccess", "containedError", "containedInfo", "containedWarning", "disableElevation", "focusVisible", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorSuccess", "colorError", "colorInfo", "colorWarning", "textSizeSmall", "textSizeMedium", "textSizeLarge", "outlinedSizeSmall", "outlinedSizeMedium", "outlinedSizeLarge", "containedSizeSmall", "containedSizeMedium", "containedSizeLarge", "sizeMedium", "sizeSmall", "sizeLarge", "fullWidth", "startIcon", "endIcon", "icon", "iconSizeSmall", "iconSizeMedium", "iconSizeLarge"]), Fu = /* @__PURE__ */
|
|
11221
|
+
const $o = be("MuiButton", ["root", "text", "textInherit", "textPrimary", "textSecondary", "textSuccess", "textError", "textInfo", "textWarning", "outlined", "outlinedInherit", "outlinedPrimary", "outlinedSecondary", "outlinedSuccess", "outlinedError", "outlinedInfo", "outlinedWarning", "contained", "containedInherit", "containedPrimary", "containedSecondary", "containedSuccess", "containedError", "containedInfo", "containedWarning", "disableElevation", "focusVisible", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorSuccess", "colorError", "colorInfo", "colorWarning", "textSizeSmall", "textSizeMedium", "textSizeLarge", "outlinedSizeSmall", "outlinedSizeMedium", "outlinedSizeLarge", "containedSizeSmall", "containedSizeMedium", "containedSizeLarge", "sizeMedium", "sizeSmall", "sizeLarge", "fullWidth", "startIcon", "endIcon", "icon", "iconSizeSmall", "iconSizeMedium", "iconSizeLarge"]), Fu = /* @__PURE__ */ C.createContext({});
|
|
11220
11222
|
process.env.NODE_ENV !== "production" && (Fu.displayName = "ButtonGroupContext");
|
|
11221
|
-
const Lu = /* @__PURE__ */
|
|
11223
|
+
const Lu = /* @__PURE__ */ C.createContext(void 0);
|
|
11222
11224
|
process.env.NODE_ENV !== "production" && (Lu.displayName = "ButtonGroupButtonContext");
|
|
11223
11225
|
const Yy = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"], Ky = (e) => {
|
|
11224
11226
|
const {
|
|
@@ -11414,8 +11416,8 @@ const Yy = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
11414
11416
|
marginLeft: 8
|
|
11415
11417
|
}, e.size === "small" && {
|
|
11416
11418
|
marginRight: -2
|
|
11417
|
-
}, Bu(e))), zu = /* @__PURE__ */
|
|
11418
|
-
const o =
|
|
11419
|
+
}, Bu(e))), zu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
11420
|
+
const o = C.useContext(Fu), i = C.useContext(Lu), s = Xr(o, t), a = Ee({
|
|
11419
11421
|
props: s,
|
|
11420
11422
|
name: "MuiButton"
|
|
11421
11423
|
}), {
|
|
@@ -11432,7 +11434,7 @@ const Yy = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
11432
11434
|
size: T = "medium",
|
|
11433
11435
|
startIcon: w,
|
|
11434
11436
|
type: O,
|
|
11435
|
-
variant:
|
|
11437
|
+
variant: E = "text"
|
|
11436
11438
|
} = a, x = ee(a, Yy), P = y({}, a, {
|
|
11437
11439
|
color: c,
|
|
11438
11440
|
component: u,
|
|
@@ -11442,7 +11444,7 @@ const Yy = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
11442
11444
|
fullWidth: b,
|
|
11443
11445
|
size: T,
|
|
11444
11446
|
type: O,
|
|
11445
|
-
variant:
|
|
11447
|
+
variant: E
|
|
11446
11448
|
}), S = Ky(P), I = w && /* @__PURE__ */ f.jsx(Jy, {
|
|
11447
11449
|
className: S.startIcon,
|
|
11448
11450
|
ownerState: P,
|
|
@@ -11619,7 +11621,7 @@ const rv = ["autoFocus", "checked", "checkedIcon", "className", "defaultChecked"
|
|
|
11619
11621
|
margin: 0,
|
|
11620
11622
|
padding: 0,
|
|
11621
11623
|
zIndex: 1
|
|
11622
|
-
}), ki = /* @__PURE__ */
|
|
11624
|
+
}), ki = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
11623
11625
|
const {
|
|
11624
11626
|
autoFocus: o,
|
|
11625
11627
|
checked: i,
|
|
@@ -11638,7 +11640,7 @@ const rv = ["autoFocus", "checked", "checkedIcon", "className", "defaultChecked"
|
|
|
11638
11640
|
onChange: T,
|
|
11639
11641
|
onFocus: w,
|
|
11640
11642
|
readOnly: O,
|
|
11641
|
-
required:
|
|
11643
|
+
required: E = !1,
|
|
11642
11644
|
tabIndex: x,
|
|
11643
11645
|
type: P,
|
|
11644
11646
|
value: S
|
|
@@ -11689,7 +11691,7 @@ const rv = ["autoFocus", "checked", "checkedIcon", "className", "defaultChecked"
|
|
|
11689
11691
|
onChange: F,
|
|
11690
11692
|
readOnly: O,
|
|
11691
11693
|
ref: v,
|
|
11692
|
-
required:
|
|
11694
|
+
required: E,
|
|
11693
11695
|
ownerState: U,
|
|
11694
11696
|
tabIndex: x,
|
|
11695
11697
|
type: P
|
|
@@ -11755,7 +11757,7 @@ process.env.NODE_ENV !== "production" && (ki.propTypes = {
|
|
|
11755
11757
|
/**
|
|
11756
11758
|
* Pass a ref to the `input` element.
|
|
11757
11759
|
*/
|
|
11758
|
-
inputRef:
|
|
11760
|
+
inputRef: yt,
|
|
11759
11761
|
/*
|
|
11760
11762
|
* @ignore
|
|
11761
11763
|
*/
|
|
@@ -11851,7 +11853,7 @@ const os = be("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
|
|
|
11851
11853
|
[`&.${os.disabled}`]: {
|
|
11852
11854
|
color: (e.vars || e).palette.action.disabled
|
|
11853
11855
|
}
|
|
11854
|
-
})), mv = /* @__PURE__ */ f.jsx(lv, {}), hv = /* @__PURE__ */ f.jsx(av, {}), gv = /* @__PURE__ */ f.jsx(cv, {}), Wu = /* @__PURE__ */
|
|
11856
|
+
})), mv = /* @__PURE__ */ f.jsx(lv, {}), hv = /* @__PURE__ */ f.jsx(av, {}), gv = /* @__PURE__ */ f.jsx(cv, {}), Wu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
11855
11857
|
var o, i;
|
|
11856
11858
|
const s = Ee({
|
|
11857
11859
|
props: t,
|
|
@@ -11875,10 +11877,10 @@ const os = be("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
|
|
|
11875
11877
|
inputProps: y({
|
|
11876
11878
|
"data-indeterminate": u
|
|
11877
11879
|
}, m),
|
|
11878
|
-
icon: /* @__PURE__ */
|
|
11880
|
+
icon: /* @__PURE__ */ C.cloneElement(g, {
|
|
11879
11881
|
fontSize: (o = g.props.fontSize) != null ? o : p
|
|
11880
11882
|
}),
|
|
11881
|
-
checkedIcon: /* @__PURE__ */
|
|
11883
|
+
checkedIcon: /* @__PURE__ */ C.cloneElement(b, {
|
|
11882
11884
|
fontSize: (i = b.props.fontSize) != null ? i : p
|
|
11883
11885
|
}),
|
|
11884
11886
|
ownerState: T,
|
|
@@ -11960,7 +11962,7 @@ process.env.NODE_ENV !== "production" && (Wu.propTypes = {
|
|
|
11960
11962
|
/**
|
|
11961
11963
|
* Pass a ref to the `input` element.
|
|
11962
11964
|
*/
|
|
11963
|
-
inputRef:
|
|
11965
|
+
inputRef: yt,
|
|
11964
11966
|
/**
|
|
11965
11967
|
* Callback fired when the state is changed.
|
|
11966
11968
|
*
|
|
@@ -12037,7 +12039,7 @@ const vv = ["children", "className", "color", "component", "disabled", "error",
|
|
|
12037
12039
|
marginBottom: 4
|
|
12038
12040
|
}, e.fullWidth && {
|
|
12039
12041
|
width: "100%"
|
|
12040
|
-
})), $i = /* @__PURE__ */
|
|
12042
|
+
})), $i = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
12041
12043
|
const o = Ee({
|
|
12042
12044
|
props: t,
|
|
12043
12045
|
name: "MuiFormControl"
|
|
@@ -12066,32 +12068,32 @@ const vv = ["children", "className", "color", "component", "disabled", "error",
|
|
|
12066
12068
|
required: v,
|
|
12067
12069
|
size: g,
|
|
12068
12070
|
variant: b
|
|
12069
|
-
}), O = xv(w), [
|
|
12071
|
+
}), O = xv(w), [E, x] = C.useState(() => {
|
|
12070
12072
|
let A = !1;
|
|
12071
|
-
return i &&
|
|
12073
|
+
return i && C.Children.forEach(i, (F) => {
|
|
12072
12074
|
if (!sr(F, ["Input", "Select"]))
|
|
12073
12075
|
return;
|
|
12074
12076
|
const L = sr(F, ["Select"]) ? F.props.input : F;
|
|
12075
12077
|
L && bv(L.props) && (A = !0);
|
|
12076
12078
|
}), A;
|
|
12077
|
-
}), [P, S] =
|
|
12079
|
+
}), [P, S] = C.useState(() => {
|
|
12078
12080
|
let A = !1;
|
|
12079
|
-
return i &&
|
|
12081
|
+
return i && C.Children.forEach(i, (F) => {
|
|
12080
12082
|
sr(F, ["Input", "Select"]) && (ti(F.props, !0) || ti(F.props.inputProps, !0)) && (A = !0);
|
|
12081
12083
|
}), A;
|
|
12082
|
-
}), [I, _] =
|
|
12084
|
+
}), [I, _] = C.useState(!1);
|
|
12083
12085
|
c && I && _(!1);
|
|
12084
12086
|
const j = d !== void 0 && !c ? d : I;
|
|
12085
12087
|
let N;
|
|
12086
12088
|
if (process.env.NODE_ENV !== "production") {
|
|
12087
|
-
const A =
|
|
12089
|
+
const A = C.useRef(!1);
|
|
12088
12090
|
N = () => (A.current && console.error(["MUI: There are multiple `InputBase` components inside a FormControl.", "This creates visual inconsistencies, only use one `InputBase`."].join(`
|
|
12089
12091
|
`)), A.current = !0, () => {
|
|
12090
12092
|
A.current = !1;
|
|
12091
12093
|
});
|
|
12092
12094
|
}
|
|
12093
|
-
const z =
|
|
12094
|
-
adornedStart:
|
|
12095
|
+
const z = C.useMemo(() => ({
|
|
12096
|
+
adornedStart: E,
|
|
12095
12097
|
setAdornedStart: x,
|
|
12096
12098
|
color: a,
|
|
12097
12099
|
disabled: c,
|
|
@@ -12116,7 +12118,7 @@ const vv = ["children", "className", "color", "component", "disabled", "error",
|
|
|
12116
12118
|
registerEffect: N,
|
|
12117
12119
|
required: v,
|
|
12118
12120
|
variant: b
|
|
12119
|
-
}), [
|
|
12121
|
+
}), [E, a, c, u, P, j, m, p, N, v, g, b]);
|
|
12120
12122
|
return /* @__PURE__ */ f.jsx(Oi.Provider, {
|
|
12121
12123
|
value: z,
|
|
12122
12124
|
children: /* @__PURE__ */ f.jsx(Tv, y({
|
|
@@ -12279,7 +12281,7 @@ const zr = be("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
|
|
|
12279
12281
|
[`&.${zr.error}`]: {
|
|
12280
12282
|
color: (e.vars || e).palette.error.main
|
|
12281
12283
|
}
|
|
12282
|
-
})), Mi = /* @__PURE__ */
|
|
12284
|
+
})), Mi = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
12283
12285
|
var o, i;
|
|
12284
12286
|
const s = Ee({
|
|
12285
12287
|
props: t,
|
|
@@ -12301,7 +12303,7 @@ const zr = be("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
|
|
|
12301
12303
|
["checked", "name", "onChange", "value", "inputRef"].forEach((_) => {
|
|
12302
12304
|
typeof c.props[_] > "u" && typeof s[_] < "u" && (O[_] = s[_]);
|
|
12303
12305
|
});
|
|
12304
|
-
const
|
|
12306
|
+
const E = Rn({
|
|
12305
12307
|
props: s,
|
|
12306
12308
|
muiFormControl: b,
|
|
12307
12309
|
states: ["error"]
|
|
@@ -12309,7 +12311,7 @@ const zr = be("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
|
|
|
12309
12311
|
disabled: T,
|
|
12310
12312
|
labelPlacement: p,
|
|
12311
12313
|
required: w,
|
|
12312
|
-
error:
|
|
12314
|
+
error: E.error
|
|
12313
12315
|
}), P = Ov(x), S = (i = v.typography) != null ? i : l.typography;
|
|
12314
12316
|
let I = m;
|
|
12315
12317
|
return I != null && I.type !== Xt && !d && (I = /* @__PURE__ */ f.jsx(Xt, y({
|
|
@@ -12322,7 +12324,7 @@ const zr = be("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
|
|
|
12322
12324
|
ownerState: x,
|
|
12323
12325
|
ref: r
|
|
12324
12326
|
}, g, {
|
|
12325
|
-
children: [/* @__PURE__ */
|
|
12327
|
+
children: [/* @__PURE__ */ C.cloneElement(c, O), w ? /* @__PURE__ */ f.jsxs(pr, {
|
|
12326
12328
|
display: "block",
|
|
12327
12329
|
children: [I, /* @__PURE__ */ f.jsxs(Rv, {
|
|
12328
12330
|
ownerState: x,
|
|
@@ -12372,7 +12374,7 @@ process.env.NODE_ENV !== "production" && (Mi.propTypes = {
|
|
|
12372
12374
|
/**
|
|
12373
12375
|
* Pass a ref to the `input` element.
|
|
12374
12376
|
*/
|
|
12375
|
-
inputRef:
|
|
12377
|
+
inputRef: yt,
|
|
12376
12378
|
/**
|
|
12377
12379
|
* A text or an element to be used in an enclosing label element.
|
|
12378
12380
|
*/
|
|
@@ -12443,7 +12445,7 @@ const Pv = ["className", "row"], kv = (e) => {
|
|
|
12443
12445
|
flexWrap: "wrap"
|
|
12444
12446
|
}, e.row && {
|
|
12445
12447
|
flexDirection: "row"
|
|
12446
|
-
})), va = /* @__PURE__ */
|
|
12448
|
+
})), va = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
12447
12449
|
const o = Ee({
|
|
12448
12450
|
props: t,
|
|
12449
12451
|
name: "MuiFormGroup"
|
|
@@ -12541,7 +12543,7 @@ const jv = ["children", "className", "component", "disabled", "error", "filled",
|
|
|
12541
12543
|
}, t.contained && {
|
|
12542
12544
|
marginLeft: 14,
|
|
12543
12545
|
marginRight: 14
|
|
12544
|
-
})), ji = /* @__PURE__ */
|
|
12546
|
+
})), ji = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
12545
12547
|
const o = Ee({
|
|
12546
12548
|
props: t,
|
|
12547
12549
|
name: "MuiFormHelperText"
|
|
@@ -12716,10 +12718,10 @@ process.env.NODE_ENV !== "production" && (xa.propTypes = {
|
|
|
12716
12718
|
*/
|
|
12717
12719
|
fontSize: n.oneOf(["small", "medium"])
|
|
12718
12720
|
});
|
|
12719
|
-
const Ta = /* @__PURE__ */
|
|
12721
|
+
const Ta = /* @__PURE__ */ C.createContext(void 0);
|
|
12720
12722
|
process.env.NODE_ENV !== "production" && (Ta.displayName = "RadioGroupContext");
|
|
12721
12723
|
function zv() {
|
|
12722
|
-
return
|
|
12724
|
+
return C.useContext(Ta);
|
|
12723
12725
|
}
|
|
12724
12726
|
function Vv(e) {
|
|
12725
12727
|
return ge("MuiRadio", e);
|
|
@@ -12770,7 +12772,7 @@ function qv(e, t) {
|
|
|
12770
12772
|
}
|
|
12771
12773
|
const Hl = /* @__PURE__ */ f.jsx(xa, {
|
|
12772
12774
|
checked: !0
|
|
12773
|
-
}), ql = /* @__PURE__ */ f.jsx(xa, {}), Uu = /* @__PURE__ */
|
|
12775
|
+
}), ql = /* @__PURE__ */ f.jsx(xa, {}), Uu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
12774
12776
|
var o, i;
|
|
12775
12777
|
const s = Ee({
|
|
12776
12778
|
props: t,
|
|
@@ -12790,18 +12792,18 @@ const Hl = /* @__PURE__ */ f.jsx(xa, {
|
|
|
12790
12792
|
}), b = Uv(g), T = zv();
|
|
12791
12793
|
let w = a;
|
|
12792
12794
|
const O = qo(m, T && T.onChange);
|
|
12793
|
-
let
|
|
12794
|
-
return T && (typeof w > "u" && (w = qv(T.value, s.value)), typeof
|
|
12795
|
+
let E = d;
|
|
12796
|
+
return T && (typeof w > "u" && (w = qv(T.value, s.value)), typeof E > "u" && (E = T.name)), /* @__PURE__ */ f.jsx(Hv, y({
|
|
12795
12797
|
type: "radio",
|
|
12796
|
-
icon: /* @__PURE__ */
|
|
12798
|
+
icon: /* @__PURE__ */ C.cloneElement(u, {
|
|
12797
12799
|
fontSize: (o = ql.props.fontSize) != null ? o : p
|
|
12798
12800
|
}),
|
|
12799
|
-
checkedIcon: /* @__PURE__ */
|
|
12801
|
+
checkedIcon: /* @__PURE__ */ C.cloneElement(l, {
|
|
12800
12802
|
fontSize: (i = Hl.props.fontSize) != null ? i : p
|
|
12801
12803
|
}),
|
|
12802
12804
|
ownerState: g,
|
|
12803
12805
|
classes: b,
|
|
12804
|
-
name:
|
|
12806
|
+
name: E,
|
|
12805
12807
|
checked: w,
|
|
12806
12808
|
onChange: O,
|
|
12807
12809
|
ref: r,
|
|
@@ -12862,7 +12864,7 @@ process.env.NODE_ENV !== "production" && (Uu.propTypes = {
|
|
|
12862
12864
|
/**
|
|
12863
12865
|
* Pass a ref to the `input` element.
|
|
12864
12866
|
*/
|
|
12865
|
-
inputRef:
|
|
12867
|
+
inputRef: yt,
|
|
12866
12868
|
/**
|
|
12867
12869
|
* Name attribute of the `input` element.
|
|
12868
12870
|
*/
|
|
@@ -12908,7 +12910,7 @@ const Yv = ["actions", "children", "className", "defaultValue", "name", "onChang
|
|
|
12908
12910
|
return ve({
|
|
12909
12911
|
root: ["root", r && "row", o && "error"]
|
|
12910
12912
|
}, Gv, t);
|
|
12911
|
-
}, Hu = /* @__PURE__ */
|
|
12913
|
+
}, Hu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
12912
12914
|
const {
|
|
12913
12915
|
// private
|
|
12914
12916
|
// eslint-disable-next-line react/prop-types
|
|
@@ -12919,18 +12921,18 @@ const Yv = ["actions", "children", "className", "defaultValue", "name", "onChang
|
|
|
12919
12921
|
name: l,
|
|
12920
12922
|
onChange: c,
|
|
12921
12923
|
value: u
|
|
12922
|
-
} = t, d = ee(t, Yv), m =
|
|
12924
|
+
} = t, d = ee(t, Yv), m = C.useRef(null), p = Kv(t), [h, v] = ur({
|
|
12923
12925
|
controlled: u,
|
|
12924
12926
|
default: a,
|
|
12925
12927
|
name: "RadioGroup"
|
|
12926
12928
|
});
|
|
12927
|
-
|
|
12929
|
+
C.useImperativeHandle(o, () => ({
|
|
12928
12930
|
focus: () => {
|
|
12929
12931
|
let w = m.current.querySelector("input:not(:disabled):checked");
|
|
12930
12932
|
w || (w = m.current.querySelector("input:not(:disabled)")), w && w.focus();
|
|
12931
12933
|
}
|
|
12932
12934
|
}), []);
|
|
12933
|
-
const g = Qe(r, m), b = po(l), T =
|
|
12935
|
+
const g = Qe(r, m), b = po(l), T = C.useMemo(() => ({
|
|
12934
12936
|
name: b,
|
|
12935
12937
|
onChange(w) {
|
|
12936
12938
|
v(w.target.value), c && c(w, w.target.value);
|
|
@@ -13006,7 +13008,7 @@ function QE({ control: e, name: t, rules: r, onChange: o, ...i }) {
|
|
|
13006
13008
|
function Jv(e) {
|
|
13007
13009
|
return ge("MuiSwitch", e);
|
|
13008
13010
|
}
|
|
13009
|
-
const
|
|
13011
|
+
const Tt = be("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "colorPrimary", "colorSecondary", "sizeSmall", "sizeMedium", "checked", "disabled", "input", "thumb", "track"]), Zv = ["className", "color", "edge", "size", "sx"], Qv = (e) => {
|
|
13010
13012
|
const {
|
|
13011
13013
|
classes: t,
|
|
13012
13014
|
edge: r,
|
|
@@ -13069,13 +13071,13 @@ const xt = be("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
|
|
|
13069
13071
|
width: 40,
|
|
13070
13072
|
height: 24,
|
|
13071
13073
|
padding: 7,
|
|
13072
|
-
[`& .${
|
|
13074
|
+
[`& .${Tt.thumb}`]: {
|
|
13073
13075
|
width: 16,
|
|
13074
13076
|
height: 16
|
|
13075
13077
|
},
|
|
13076
|
-
[`& .${
|
|
13078
|
+
[`& .${Tt.switchBase}`]: {
|
|
13077
13079
|
padding: 4,
|
|
13078
|
-
[`&.${
|
|
13080
|
+
[`&.${Tt.checked}`]: {
|
|
13079
13081
|
transform: "translateX(16px)"
|
|
13080
13082
|
}
|
|
13081
13083
|
}
|
|
@@ -13089,7 +13091,7 @@ const xt = be("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
|
|
|
13089
13091
|
ownerState: r
|
|
13090
13092
|
} = e;
|
|
13091
13093
|
return [t.switchBase, {
|
|
13092
|
-
[`& .${
|
|
13094
|
+
[`& .${Tt.input}`]: t.input
|
|
13093
13095
|
}, r.color !== "default" && t[`color${ie(r.color)}`]];
|
|
13094
13096
|
}
|
|
13095
13097
|
})(({
|
|
@@ -13104,19 +13106,19 @@ const xt = be("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
|
|
|
13104
13106
|
transition: e.transitions.create(["left", "transform"], {
|
|
13105
13107
|
duration: e.transitions.duration.shortest
|
|
13106
13108
|
}),
|
|
13107
|
-
[`&.${
|
|
13109
|
+
[`&.${Tt.checked}`]: {
|
|
13108
13110
|
transform: "translateX(20px)"
|
|
13109
13111
|
},
|
|
13110
|
-
[`&.${
|
|
13112
|
+
[`&.${Tt.disabled}`]: {
|
|
13111
13113
|
color: e.vars ? e.vars.palette.Switch.defaultDisabledColor : `${e.palette.mode === "light" ? e.palette.grey[100] : e.palette.grey[600]}`
|
|
13112
13114
|
},
|
|
13113
|
-
[`&.${
|
|
13115
|
+
[`&.${Tt.checked} + .${Tt.track}`]: {
|
|
13114
13116
|
opacity: 0.5
|
|
13115
13117
|
},
|
|
13116
|
-
[`&.${
|
|
13118
|
+
[`&.${Tt.disabled} + .${Tt.track}`]: {
|
|
13117
13119
|
opacity: e.vars ? e.vars.opacity.switchTrackDisabled : `${e.palette.mode === "light" ? 0.12 : 0.2}`
|
|
13118
13120
|
},
|
|
13119
|
-
[`& .${
|
|
13121
|
+
[`& .${Tt.input}`]: {
|
|
13120
13122
|
left: "-100%",
|
|
13121
13123
|
width: "300%"
|
|
13122
13124
|
}
|
|
@@ -13135,7 +13137,7 @@ const xt = be("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
|
|
|
13135
13137
|
color: t
|
|
13136
13138
|
},
|
|
13137
13139
|
style: {
|
|
13138
|
-
[`&.${
|
|
13140
|
+
[`&.${Tt.checked}`]: {
|
|
13139
13141
|
color: (e.vars || e).palette[t].main,
|
|
13140
13142
|
"&:hover": {
|
|
13141
13143
|
backgroundColor: e.vars ? `rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})` : dt(e.palette[t].main, e.palette.action.hoverOpacity),
|
|
@@ -13143,11 +13145,11 @@ const xt = be("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
|
|
|
13143
13145
|
backgroundColor: "transparent"
|
|
13144
13146
|
}
|
|
13145
13147
|
},
|
|
13146
|
-
[`&.${
|
|
13148
|
+
[`&.${Tt.disabled}`]: {
|
|
13147
13149
|
color: e.vars ? e.vars.palette.Switch[`${t}DisabledColor`] : `${e.palette.mode === "light" ? Ko(e.palette[t].main, 0.62) : Yo(e.palette[t].main, 0.55)}`
|
|
13148
13150
|
}
|
|
13149
13151
|
},
|
|
13150
|
-
[`&.${
|
|
13152
|
+
[`&.${Tt.checked} + .${Tt.track}`]: {
|
|
13151
13153
|
backgroundColor: (e.vars || e).palette[t].main
|
|
13152
13154
|
}
|
|
13153
13155
|
}
|
|
@@ -13180,7 +13182,7 @@ const xt = be("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
|
|
|
13180
13182
|
width: 20,
|
|
13181
13183
|
height: 20,
|
|
13182
13184
|
borderRadius: "50%"
|
|
13183
|
-
})), qu = /* @__PURE__ */
|
|
13185
|
+
})), qu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
13184
13186
|
const o = Ee({
|
|
13185
13187
|
props: t,
|
|
13186
13188
|
name: "MuiSwitch"
|
|
@@ -13282,7 +13284,7 @@ process.env.NODE_ENV !== "production" && (qu.propTypes = {
|
|
|
13282
13284
|
/**
|
|
13283
13285
|
* Pass a ref to the `input` element.
|
|
13284
13286
|
*/
|
|
13285
|
-
inputRef:
|
|
13287
|
+
inputRef: yt,
|
|
13286
13288
|
/**
|
|
13287
13289
|
* Callback fired when the state is changed.
|
|
13288
13290
|
*
|
|
@@ -13343,7 +13345,7 @@ const sx = {
|
|
|
13343
13345
|
function ax(e) {
|
|
13344
13346
|
return e == null || Object.keys(e).length === 0 || e.outerHeightStyle === 0 && !e.overflowing;
|
|
13345
13347
|
}
|
|
13346
|
-
const Gu = /* @__PURE__ */
|
|
13348
|
+
const Gu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
13347
13349
|
const {
|
|
13348
13350
|
onChange: o,
|
|
13349
13351
|
maxRows: i,
|
|
@@ -13352,19 +13354,19 @@ const Gu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
13352
13354
|
value: l
|
|
13353
13355
|
} = t, c = ee(t, ix), {
|
|
13354
13356
|
current: u
|
|
13355
|
-
} =
|
|
13357
|
+
} = C.useRef(l != null), d = C.useRef(null), m = Qe(r, d), p = C.useRef(null), h = C.useRef(null), v = C.useCallback(() => {
|
|
13356
13358
|
const T = d.current, O = ln(T).getComputedStyle(T);
|
|
13357
13359
|
if (O.width === "0px")
|
|
13358
13360
|
return {
|
|
13359
13361
|
outerHeightStyle: 0,
|
|
13360
13362
|
overflowing: !1
|
|
13361
13363
|
};
|
|
13362
|
-
const
|
|
13363
|
-
|
|
13364
|
-
` && (
|
|
13365
|
-
const x = O.boxSizing, P = Mo(O.paddingBottom) + Mo(O.paddingTop), S = Mo(O.borderBottomWidth) + Mo(O.borderTopWidth), I =
|
|
13366
|
-
|
|
13367
|
-
const _ =
|
|
13364
|
+
const E = h.current;
|
|
13365
|
+
E.style.width = O.width, E.value = T.value || t.placeholder || "x", E.value.slice(-1) === `
|
|
13366
|
+
` && (E.value += " ");
|
|
13367
|
+
const x = O.boxSizing, P = Mo(O.paddingBottom) + Mo(O.paddingTop), S = Mo(O.borderBottomWidth) + Mo(O.borderTopWidth), I = E.scrollHeight;
|
|
13368
|
+
E.value = "x";
|
|
13369
|
+
const _ = E.scrollHeight;
|
|
13368
13370
|
let j = I;
|
|
13369
13371
|
s && (j = Math.max(Number(s) * _, j)), i && (j = Math.min(Number(i) * _, j)), j = Math.max(j, _);
|
|
13370
13372
|
const N = j + (x === "border-box" ? P + S : 0), z = Math.abs(j - I) <= 1;
|
|
@@ -13372,7 +13374,7 @@ const Gu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
13372
13374
|
outerHeightStyle: N,
|
|
13373
13375
|
overflowing: z
|
|
13374
13376
|
};
|
|
13375
|
-
}, [i, s, t.placeholder]), g =
|
|
13377
|
+
}, [i, s, t.placeholder]), g = C.useCallback(() => {
|
|
13376
13378
|
const T = v();
|
|
13377
13379
|
if (ax(T))
|
|
13378
13380
|
return;
|
|
@@ -13388,11 +13390,11 @@ const Gu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
13388
13390
|
cancelAnimationFrame(w), w = requestAnimationFrame(() => {
|
|
13389
13391
|
T();
|
|
13390
13392
|
});
|
|
13391
|
-
},
|
|
13392
|
-
P.addEventListener("resize",
|
|
13393
|
+
}, E = xi(T), x = d.current, P = ln(x);
|
|
13394
|
+
P.addEventListener("resize", E);
|
|
13393
13395
|
let S;
|
|
13394
13396
|
return typeof ResizeObserver < "u" && (S = new ResizeObserver(process.env.NODE_ENV === "test" ? O : T), S.observe(x)), () => {
|
|
13395
|
-
|
|
13397
|
+
E.clear(), cancelAnimationFrame(w), P.removeEventListener("resize", E), S && S.disconnect();
|
|
13396
13398
|
};
|
|
13397
13399
|
}, [v, g]), Zt(() => {
|
|
13398
13400
|
g();
|
|
@@ -13400,7 +13402,7 @@ const Gu = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
13400
13402
|
const b = (T) => {
|
|
13401
13403
|
u || g(), o && o(T);
|
|
13402
13404
|
};
|
|
13403
|
-
return /* @__PURE__ */ f.jsxs(
|
|
13405
|
+
return /* @__PURE__ */ f.jsxs(C.Fragment, {
|
|
13404
13406
|
children: [/* @__PURE__ */ f.jsx("textarea", y({
|
|
13405
13407
|
value: l,
|
|
13406
13408
|
onChange: b,
|
|
@@ -13646,7 +13648,7 @@ const yr = be("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
|
|
|
13646
13648
|
}
|
|
13647
13649
|
}
|
|
13648
13650
|
}
|
|
13649
|
-
}), Di = /* @__PURE__ */
|
|
13651
|
+
}), Di = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
13650
13652
|
var o;
|
|
13651
13653
|
const i = Ee({
|
|
13652
13654
|
props: t,
|
|
@@ -13667,7 +13669,7 @@ const yr = be("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
|
|
|
13667
13669
|
inputComponent: T = "input",
|
|
13668
13670
|
inputProps: w = {},
|
|
13669
13671
|
inputRef: O,
|
|
13670
|
-
maxRows:
|
|
13672
|
+
maxRows: E,
|
|
13671
13673
|
minRows: x,
|
|
13672
13674
|
multiline: P = !1,
|
|
13673
13675
|
name: S,
|
|
@@ -13688,11 +13690,11 @@ const yr = be("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
|
|
|
13688
13690
|
value: te
|
|
13689
13691
|
} = i, Q = ee(i, cx), q = w.value != null ? w.value : te, {
|
|
13690
13692
|
current: J
|
|
13691
|
-
} =
|
|
13693
|
+
} = C.useRef(q != null), Y = C.useRef(), re = C.useCallback((Te) => {
|
|
13692
13694
|
process.env.NODE_ENV !== "production" && Te && Te.nodeName !== "INPUT" && !Te.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(`
|
|
13693
13695
|
`));
|
|
13694
|
-
}, []), Z = Qe(Y, O, w.ref, re), [ne, se] =
|
|
13695
|
-
process.env.NODE_ENV !== "production" &&
|
|
13696
|
+
}, []), Z = Qe(Y, O, w.ref, re), [ne, se] = C.useState(!1), oe = yn();
|
|
13697
|
+
process.env.NODE_ENV !== "production" && C.useEffect(() => {
|
|
13696
13698
|
if (oe)
|
|
13697
13699
|
return oe.registerEffect();
|
|
13698
13700
|
}, [oe]);
|
|
@@ -13701,10 +13703,10 @@ const yr = be("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
|
|
|
13701
13703
|
muiFormControl: oe,
|
|
13702
13704
|
states: ["color", "disabled", "error", "hiddenLabel", "size", "required", "filled"]
|
|
13703
13705
|
});
|
|
13704
|
-
B.focused = oe ? oe.focused : ne,
|
|
13706
|
+
B.focused = oe ? oe.focused : ne, C.useEffect(() => {
|
|
13705
13707
|
!oe && p && ne && (se(!1), I && I());
|
|
13706
13708
|
}, [oe, p, ne, I]);
|
|
13707
|
-
const le = oe && oe.onFilled, H = oe && oe.onEmpty, pe =
|
|
13709
|
+
const le = oe && oe.onFilled, H = oe && oe.onEmpty, pe = C.useCallback((Te) => {
|
|
13708
13710
|
ti(Te) ? le && le() : H && H();
|
|
13709
13711
|
}, [le, H]);
|
|
13710
13712
|
Zt(() => {
|
|
@@ -13731,20 +13733,20 @@ const yr = be("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
|
|
|
13731
13733
|
}
|
|
13732
13734
|
w.onChange && w.onChange(Te, ...de), _ && _(Te, ...de);
|
|
13733
13735
|
};
|
|
13734
|
-
|
|
13736
|
+
C.useEffect(() => {
|
|
13735
13737
|
pe(Y.current);
|
|
13736
13738
|
}, []);
|
|
13737
13739
|
const et = (Te) => {
|
|
13738
13740
|
Y.current && Te.currentTarget === Te.target && Y.current.focus(), j && j(Te);
|
|
13739
13741
|
};
|
|
13740
13742
|
let Le = T, Re = w;
|
|
13741
|
-
P && Le === "input" && (U ? (process.env.NODE_ENV !== "production" && (x ||
|
|
13743
|
+
P && Le === "input" && (U ? (process.env.NODE_ENV !== "production" && (x || E) && console.warn("MUI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set."), Re = y({
|
|
13742
13744
|
type: void 0,
|
|
13743
13745
|
minRows: U,
|
|
13744
13746
|
maxRows: U
|
|
13745
13747
|
}, Re)) : Re = y({
|
|
13746
13748
|
type: void 0,
|
|
13747
|
-
maxRows:
|
|
13749
|
+
maxRows: E,
|
|
13748
13750
|
minRows: x
|
|
13749
13751
|
}, Re), Le = Gu);
|
|
13750
13752
|
const ze = (Te) => {
|
|
@@ -13752,7 +13754,7 @@ const yr = be("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
|
|
|
13752
13754
|
value: "x"
|
|
13753
13755
|
});
|
|
13754
13756
|
};
|
|
13755
|
-
|
|
13757
|
+
C.useEffect(() => {
|
|
13756
13758
|
oe && oe.setAdornedStart(!!k);
|
|
13757
13759
|
}, [oe, k]);
|
|
13758
13760
|
const Ge = y({}, i, {
|
|
@@ -13768,9 +13770,9 @@ const yr = be("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
|
|
|
13768
13770
|
size: B.size,
|
|
13769
13771
|
startAdornment: k,
|
|
13770
13772
|
type: W
|
|
13771
|
-
}), we = ux(Ge),
|
|
13772
|
-
return Re = y({}, Re, (o = $.input) != null ? o : d.input), /* @__PURE__ */ f.jsxs(
|
|
13773
|
-
children: [!h && dx, /* @__PURE__ */ f.jsxs(
|
|
13773
|
+
}), we = ux(Ge), Xe = G.root || u.Root || _i, ut = $.root || d.root || {}, rt = G.input || u.Input || Ni;
|
|
13774
|
+
return Re = y({}, Re, (o = $.input) != null ? o : d.input), /* @__PURE__ */ f.jsxs(C.Fragment, {
|
|
13775
|
+
children: [!h && dx, /* @__PURE__ */ f.jsxs(Xe, y({}, ut, !dr(Xe) && {
|
|
13774
13776
|
ownerState: y({}, Ge, ut.ownerState)
|
|
13775
13777
|
}, {
|
|
13776
13778
|
ref: r,
|
|
@@ -13920,7 +13922,7 @@ process.env.NODE_ENV !== "production" && (Di.propTypes = {
|
|
|
13920
13922
|
/**
|
|
13921
13923
|
* Pass a ref to the `input` element.
|
|
13922
13924
|
*/
|
|
13923
|
-
inputRef:
|
|
13925
|
+
inputRef: yt,
|
|
13924
13926
|
/**
|
|
13925
13927
|
* If `dense`, will adjust vertical spacing. This is normally obtained via context from
|
|
13926
13928
|
* FormControl.
|
|
@@ -14133,7 +14135,7 @@ const Ir = y({}, yr, be("MuiInput", ["root", "underline", "input"])), fx = ["dis
|
|
|
14133
14135
|
name: "MuiInput",
|
|
14134
14136
|
slot: "Input",
|
|
14135
14137
|
overridesResolver: Ai
|
|
14136
|
-
})({}), Fi = /* @__PURE__ */
|
|
14138
|
+
})({}), Fi = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
14137
14139
|
var o, i, s, a;
|
|
14138
14140
|
const l = Ee({
|
|
14139
14141
|
props: t,
|
|
@@ -14148,13 +14150,13 @@ const Ir = y({}, yr, be("MuiInput", ["root", "underline", "input"])), fx = ["dis
|
|
|
14148
14150
|
slotProps: v,
|
|
14149
14151
|
slots: g = {},
|
|
14150
14152
|
type: b = "text"
|
|
14151
|
-
} = l, T = ee(l, fx), w = mx(l),
|
|
14153
|
+
} = l, T = ee(l, fx), w = mx(l), E = {
|
|
14152
14154
|
root: {
|
|
14153
14155
|
ownerState: {
|
|
14154
14156
|
disableUnderline: c
|
|
14155
14157
|
}
|
|
14156
14158
|
}
|
|
14157
|
-
}, x = v ?? d ? Et(v ?? d,
|
|
14159
|
+
}, x = v ?? d ? Et(v ?? d, E) : E, P = (o = (i = g.root) != null ? i : u.Root) != null ? o : hx, S = (s = (a = g.input) != null ? a : u.Input) != null ? s : gx;
|
|
14158
14160
|
return /* @__PURE__ */ f.jsx(Di, y({
|
|
14159
14161
|
slots: {
|
|
14160
14162
|
root: P,
|
|
@@ -14266,7 +14268,7 @@ process.env.NODE_ENV !== "production" && (Fi.propTypes = {
|
|
|
14266
14268
|
/**
|
|
14267
14269
|
* Pass a ref to the `input` element.
|
|
14268
14270
|
*/
|
|
14269
|
-
inputRef:
|
|
14271
|
+
inputRef: yt,
|
|
14270
14272
|
/**
|
|
14271
14273
|
* If `dense`, will adjust vertical spacing. This is normally obtained via context from
|
|
14272
14274
|
* FormControl.
|
|
@@ -14520,7 +14522,7 @@ const An = y({}, yr, be("MuiFilledInput", ["root", "underline", "input"])), yx =
|
|
|
14520
14522
|
paddingBottom: 0,
|
|
14521
14523
|
paddingLeft: 0,
|
|
14522
14524
|
paddingRight: 0
|
|
14523
|
-
})), Li = /* @__PURE__ */
|
|
14525
|
+
})), Li = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
14524
14526
|
var o, i, s, a;
|
|
14525
14527
|
const l = Ee({
|
|
14526
14528
|
props: t,
|
|
@@ -14547,13 +14549,13 @@ const An = y({}, yr, be("MuiFilledInput", ["root", "underline", "input"])), yx =
|
|
|
14547
14549
|
input: {
|
|
14548
14550
|
ownerState: T
|
|
14549
14551
|
}
|
|
14550
|
-
},
|
|
14552
|
+
}, E = h ?? u ? Et(O, h ?? u) : O, x = (o = (i = v.root) != null ? i : c.Root) != null ? o : xx, P = (s = (a = v.input) != null ? a : c.Input) != null ? s : Tx;
|
|
14551
14553
|
return /* @__PURE__ */ f.jsx(Di, y({
|
|
14552
14554
|
slots: {
|
|
14553
14555
|
root: x,
|
|
14554
14556
|
input: P
|
|
14555
14557
|
},
|
|
14556
|
-
componentsProps:
|
|
14558
|
+
componentsProps: E,
|
|
14557
14559
|
fullWidth: d,
|
|
14558
14560
|
inputComponent: m,
|
|
14559
14561
|
multiline: p,
|
|
@@ -14666,7 +14668,7 @@ process.env.NODE_ENV !== "production" && (Li.propTypes = {
|
|
|
14666
14668
|
/**
|
|
14667
14669
|
* Pass a ref to the `input` element.
|
|
14668
14670
|
*/
|
|
14669
|
-
inputRef:
|
|
14671
|
+
inputRef: yt,
|
|
14670
14672
|
/**
|
|
14671
14673
|
* If `dense`, will adjust vertical spacing. This is normally obtained via context from
|
|
14672
14674
|
* FormControl.
|
|
@@ -14976,7 +14978,7 @@ const xn = y({}, yr, be("MuiOutlinedInput", ["root", "notchedOutline", "input"])
|
|
|
14976
14978
|
paddingLeft: 0
|
|
14977
14979
|
}, t.endAdornment && {
|
|
14978
14980
|
paddingRight: 0
|
|
14979
|
-
})), Bi = /* @__PURE__ */
|
|
14981
|
+
})), Bi = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
14980
14982
|
var o, i, s, a, l;
|
|
14981
14983
|
const c = Ee({
|
|
14982
14984
|
props: t,
|
|
@@ -14990,20 +14992,20 @@ const xn = y({}, yr, be("MuiOutlinedInput", ["root", "notchedOutline", "input"])
|
|
|
14990
14992
|
notched: v,
|
|
14991
14993
|
slots: g = {},
|
|
14992
14994
|
type: b = "text"
|
|
14993
|
-
} = c, T = ee(c, Rx), w = Sx(c), O = yn(),
|
|
14995
|
+
} = c, T = ee(c, Rx), w = Sx(c), O = yn(), E = Rn({
|
|
14994
14996
|
props: c,
|
|
14995
14997
|
muiFormControl: O,
|
|
14996
14998
|
states: ["color", "disabled", "error", "focused", "hiddenLabel", "size", "required"]
|
|
14997
14999
|
}), x = y({}, c, {
|
|
14998
|
-
color:
|
|
14999
|
-
disabled:
|
|
15000
|
-
error:
|
|
15001
|
-
focused:
|
|
15000
|
+
color: E.color || "primary",
|
|
15001
|
+
disabled: E.disabled,
|
|
15002
|
+
error: E.error,
|
|
15003
|
+
focused: E.focused,
|
|
15002
15004
|
formControl: O,
|
|
15003
15005
|
fullWidth: d,
|
|
15004
|
-
hiddenLabel:
|
|
15006
|
+
hiddenLabel: E.hiddenLabel,
|
|
15005
15007
|
multiline: h,
|
|
15006
|
-
size:
|
|
15008
|
+
size: E.size,
|
|
15007
15009
|
type: b
|
|
15008
15010
|
}), P = (o = (i = g.root) != null ? i : u.Root) != null ? o : Px, S = (s = (a = g.input) != null ? a : u.Input) != null ? s : $x;
|
|
15009
15011
|
return /* @__PURE__ */ f.jsx(Di, y({
|
|
@@ -15014,7 +15016,7 @@ const xn = y({}, yr, be("MuiOutlinedInput", ["root", "notchedOutline", "input"])
|
|
|
15014
15016
|
renderSuffix: (I) => /* @__PURE__ */ f.jsx(kx, {
|
|
15015
15017
|
ownerState: x,
|
|
15016
15018
|
className: w.notchedOutline,
|
|
15017
|
-
label: p != null && p !== "" &&
|
|
15019
|
+
label: p != null && p !== "" && E.required ? l || (l = /* @__PURE__ */ f.jsxs(C.Fragment, {
|
|
15018
15020
|
children: [p, " ", "*"]
|
|
15019
15021
|
})) : p,
|
|
15020
15022
|
notched: typeof v < "u" ? v : !!(I.startAdornment || I.filled || I.focused)
|
|
@@ -15109,7 +15111,7 @@ process.env.NODE_ENV !== "production" && (Bi.propTypes = {
|
|
|
15109
15111
|
/**
|
|
15110
15112
|
* Pass a ref to the `input` element.
|
|
15111
15113
|
*/
|
|
15112
|
-
inputRef:
|
|
15114
|
+
inputRef: yt,
|
|
15113
15115
|
/**
|
|
15114
15116
|
* The label of the `input`. It is only used for layout. The actual labelling
|
|
15115
15117
|
* is handled by `InputLabel`.
|
|
@@ -15226,7 +15228,7 @@ function Ar(e, t, r, o, i, s) {
|
|
|
15226
15228
|
}
|
|
15227
15229
|
return !1;
|
|
15228
15230
|
}
|
|
15229
|
-
const Ju = /* @__PURE__ */
|
|
15231
|
+
const Ju = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
15230
15232
|
const {
|
|
15231
15233
|
// private
|
|
15232
15234
|
// eslint-disable-next-line react/prop-types
|
|
@@ -15239,7 +15241,7 @@ const Ju = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
15239
15241
|
disableListWrap: u = !1,
|
|
15240
15242
|
onKeyDown: d,
|
|
15241
15243
|
variant: m = "selectedMenu"
|
|
15242
|
-
} = t, p = ee(t, Mx), h =
|
|
15244
|
+
} = t, p = ee(t, Mx), h = C.useRef(null), v = C.useRef({
|
|
15243
15245
|
keys: [],
|
|
15244
15246
|
repeating: !0,
|
|
15245
15247
|
previousKeyMatched: !0,
|
|
@@ -15247,49 +15249,49 @@ const Ju = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
15247
15249
|
});
|
|
15248
15250
|
Zt(() => {
|
|
15249
15251
|
i && h.current.focus();
|
|
15250
|
-
}, [i]),
|
|
15252
|
+
}, [i]), C.useImperativeHandle(o, () => ({
|
|
15251
15253
|
adjustStyleForScrollbar: (O, {
|
|
15252
|
-
direction:
|
|
15254
|
+
direction: E
|
|
15253
15255
|
}) => {
|
|
15254
15256
|
const x = !h.current.style.width;
|
|
15255
15257
|
if (O.clientHeight < h.current.clientHeight && x) {
|
|
15256
|
-
const P = `${Hc(
|
|
15257
|
-
h.current.style[
|
|
15258
|
+
const P = `${Hc(bt(O))}px`;
|
|
15259
|
+
h.current.style[E === "rtl" ? "paddingLeft" : "paddingRight"] = P, h.current.style.width = `calc(100% + ${P})`;
|
|
15258
15260
|
}
|
|
15259
15261
|
return h.current;
|
|
15260
15262
|
}
|
|
15261
15263
|
}), []);
|
|
15262
15264
|
const g = (O) => {
|
|
15263
|
-
const
|
|
15265
|
+
const E = h.current, x = O.key, P = bt(E).activeElement;
|
|
15264
15266
|
if (x === "ArrowDown")
|
|
15265
|
-
O.preventDefault(), Ar(
|
|
15267
|
+
O.preventDefault(), Ar(E, P, u, c, is);
|
|
15266
15268
|
else if (x === "ArrowUp")
|
|
15267
|
-
O.preventDefault(), Ar(
|
|
15269
|
+
O.preventDefault(), Ar(E, P, u, c, Yl);
|
|
15268
15270
|
else if (x === "Home")
|
|
15269
|
-
O.preventDefault(), Ar(
|
|
15271
|
+
O.preventDefault(), Ar(E, null, u, c, is);
|
|
15270
15272
|
else if (x === "End")
|
|
15271
|
-
O.preventDefault(), Ar(
|
|
15273
|
+
O.preventDefault(), Ar(E, null, u, c, Yl);
|
|
15272
15274
|
else if (x.length === 1) {
|
|
15273
15275
|
const S = v.current, I = x.toLowerCase(), _ = performance.now();
|
|
15274
15276
|
S.keys.length > 0 && (_ - S.lastTime > 500 ? (S.keys = [], S.repeating = !0, S.previousKeyMatched = !0) : S.repeating && I !== S.keys[0] && (S.repeating = !1)), S.lastTime = _, S.keys.push(I);
|
|
15275
15277
|
const j = P && !S.repeating && Xu(P, S);
|
|
15276
|
-
S.previousKeyMatched && (j || Ar(
|
|
15278
|
+
S.previousKeyMatched && (j || Ar(E, P, !1, c, is, S)) ? O.preventDefault() : S.previousKeyMatched = !1;
|
|
15277
15279
|
}
|
|
15278
15280
|
d && d(O);
|
|
15279
15281
|
}, b = Qe(h, r);
|
|
15280
15282
|
let T = -1;
|
|
15281
|
-
|
|
15282
|
-
if (!/* @__PURE__ */
|
|
15283
|
-
T ===
|
|
15283
|
+
C.Children.forEach(a, (O, E) => {
|
|
15284
|
+
if (!/* @__PURE__ */ C.isValidElement(O)) {
|
|
15285
|
+
T === E && (T += 1, T >= a.length && (T = -1));
|
|
15284
15286
|
return;
|
|
15285
15287
|
}
|
|
15286
15288
|
process.env.NODE_ENV !== "production" && Kr.isFragment(O) && console.error(["MUI: The Menu component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
|
|
15287
|
-
`)), O.props.disabled || (m === "selectedMenu" && O.props.selected || T === -1) && (T =
|
|
15289
|
+
`)), O.props.disabled || (m === "selectedMenu" && O.props.selected || T === -1) && (T = E), T === E && (O.props.disabled || O.props.muiSkipListHighlight || O.type.muiSkipListHighlight) && (T += 1, T >= a.length && (T = -1));
|
|
15288
15290
|
});
|
|
15289
|
-
const w =
|
|
15290
|
-
if (
|
|
15291
|
+
const w = C.Children.map(a, (O, E) => {
|
|
15292
|
+
if (E === T) {
|
|
15291
15293
|
const x = {};
|
|
15292
|
-
return s && (x.autoFocus = !0), O.props.tabIndex === void 0 && m === "selectedMenu" && (x.tabIndex = 0), /* @__PURE__ */
|
|
15294
|
+
return s && (x.autoFocus = !0), O.props.tabIndex === void 0 && m === "selectedMenu" && (x.tabIndex = 0), /* @__PURE__ */ C.cloneElement(O, x);
|
|
15293
15295
|
}
|
|
15294
15296
|
return O;
|
|
15295
15297
|
});
|
|
@@ -15349,7 +15351,7 @@ process.env.NODE_ENV !== "production" && (Ju.propTypes = {
|
|
|
15349
15351
|
variant: n.oneOf(["menu", "selectedMenu"])
|
|
15350
15352
|
});
|
|
15351
15353
|
function jx(e) {
|
|
15352
|
-
const t =
|
|
15354
|
+
const t = bt(e);
|
|
15353
15355
|
return t.body === e ? ln(e).innerWidth > t.documentElement.clientWidth : e.scrollHeight > e.clientHeight;
|
|
15354
15356
|
}
|
|
15355
15357
|
function qr(e, t) {
|
|
@@ -15377,13 +15379,13 @@ function Ax(e, t) {
|
|
|
15377
15379
|
const r = [], o = e.container;
|
|
15378
15380
|
if (!t.disableScrollLock) {
|
|
15379
15381
|
if (jx(o)) {
|
|
15380
|
-
const a = Hc(
|
|
15382
|
+
const a = Hc(bt(o));
|
|
15381
15383
|
r.push({
|
|
15382
15384
|
value: o.style.paddingRight,
|
|
15383
15385
|
property: "padding-right",
|
|
15384
15386
|
el: o
|
|
15385
15387
|
}), o.style.paddingRight = `${Kl(o) + a}px`;
|
|
15386
|
-
const l =
|
|
15388
|
+
const l = bt(o).querySelectorAll(".mui-fixed");
|
|
15387
15389
|
[].forEach.call(l, (c) => {
|
|
15388
15390
|
r.push({
|
|
15389
15391
|
value: c.style.paddingRight,
|
|
@@ -15394,7 +15396,7 @@ function Ax(e, t) {
|
|
|
15394
15396
|
}
|
|
15395
15397
|
let s;
|
|
15396
15398
|
if (o.parentNode instanceof DocumentFragment)
|
|
15397
|
-
s =
|
|
15399
|
+
s = bt(o).body;
|
|
15398
15400
|
else {
|
|
15399
15401
|
const a = o.parentElement, l = ln(o);
|
|
15400
15402
|
s = (a == null ? void 0 : a.nodeName) === "HTML" && l.getComputedStyle(a).overflowY === "scroll" ? a : o;
|
|
@@ -15507,21 +15509,21 @@ function ni(e) {
|
|
|
15507
15509
|
getTabbable: s = zx,
|
|
15508
15510
|
isEnabled: a = Vx,
|
|
15509
15511
|
open: l
|
|
15510
|
-
} = e, c =
|
|
15511
|
-
|
|
15512
|
+
} = e, c = C.useRef(!1), u = C.useRef(null), d = C.useRef(null), m = C.useRef(null), p = C.useRef(null), h = C.useRef(!1), v = C.useRef(null), g = Qe(t.ref, v), b = C.useRef(null);
|
|
15513
|
+
C.useEffect(() => {
|
|
15512
15514
|
!l || !v.current || (h.current = !r);
|
|
15513
|
-
}, [r, l]),
|
|
15515
|
+
}, [r, l]), C.useEffect(() => {
|
|
15514
15516
|
if (!l || !v.current)
|
|
15515
15517
|
return;
|
|
15516
|
-
const O =
|
|
15518
|
+
const O = bt(v.current);
|
|
15517
15519
|
return v.current.contains(O.activeElement) || (v.current.hasAttribute("tabIndex") || (process.env.NODE_ENV !== "production" && console.error(["MUI: The modal content node does not accept focus.", 'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
|
|
15518
15520
|
`)), v.current.setAttribute("tabIndex", "-1")), h.current && v.current.focus()), () => {
|
|
15519
15521
|
i || (m.current && m.current.focus && (c.current = !0, m.current.focus()), m.current = null);
|
|
15520
15522
|
};
|
|
15521
|
-
}, [l]),
|
|
15523
|
+
}, [l]), C.useEffect(() => {
|
|
15522
15524
|
if (!l || !v.current)
|
|
15523
15525
|
return;
|
|
15524
|
-
const O =
|
|
15526
|
+
const O = bt(v.current), E = (S) => {
|
|
15525
15527
|
b.current = S, !(o || !a() || S.key !== "Tab") && O.activeElement === v.current && S.shiftKey && (c.current = !0, d.current && d.current.focus());
|
|
15526
15528
|
}, x = () => {
|
|
15527
15529
|
const S = v.current;
|
|
@@ -15547,28 +15549,28 @@ function ni(e) {
|
|
|
15547
15549
|
} else
|
|
15548
15550
|
S.focus();
|
|
15549
15551
|
};
|
|
15550
|
-
O.addEventListener("focusin", x), O.addEventListener("keydown",
|
|
15552
|
+
O.addEventListener("focusin", x), O.addEventListener("keydown", E, !0);
|
|
15551
15553
|
const P = setInterval(() => {
|
|
15552
15554
|
O.activeElement && O.activeElement.tagName === "BODY" && x();
|
|
15553
15555
|
}, 50);
|
|
15554
15556
|
return () => {
|
|
15555
|
-
clearInterval(P), O.removeEventListener("focusin", x), O.removeEventListener("keydown",
|
|
15557
|
+
clearInterval(P), O.removeEventListener("focusin", x), O.removeEventListener("keydown", E, !0);
|
|
15556
15558
|
};
|
|
15557
15559
|
}, [r, o, i, a, l, s]);
|
|
15558
15560
|
const T = (O) => {
|
|
15559
15561
|
m.current === null && (m.current = O.relatedTarget), h.current = !0, p.current = O.target;
|
|
15560
|
-
const
|
|
15561
|
-
|
|
15562
|
+
const E = t.props.onFocus;
|
|
15563
|
+
E && E(O);
|
|
15562
15564
|
}, w = (O) => {
|
|
15563
15565
|
m.current === null && (m.current = O.relatedTarget), h.current = !0;
|
|
15564
15566
|
};
|
|
15565
|
-
return /* @__PURE__ */ f.jsxs(
|
|
15567
|
+
return /* @__PURE__ */ f.jsxs(C.Fragment, {
|
|
15566
15568
|
children: [/* @__PURE__ */ f.jsx("div", {
|
|
15567
15569
|
tabIndex: l ? 0 : -1,
|
|
15568
15570
|
onFocus: w,
|
|
15569
15571
|
ref: u,
|
|
15570
15572
|
"data-testid": "sentinelStart"
|
|
15571
|
-
}), /* @__PURE__ */
|
|
15573
|
+
}), /* @__PURE__ */ C.cloneElement(t, {
|
|
15572
15574
|
ref: g,
|
|
15573
15575
|
onFocus: T
|
|
15574
15576
|
}), /* @__PURE__ */ f.jsx("div", {
|
|
@@ -15641,7 +15643,7 @@ const Wx = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
|
|
|
15641
15643
|
entered: {
|
|
15642
15644
|
opacity: 1
|
|
15643
15645
|
}
|
|
15644
|
-
}, Zu = /* @__PURE__ */
|
|
15646
|
+
}, Zu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
15645
15647
|
const o = Cr(), i = {
|
|
15646
15648
|
enter: o.transitions.duration.enteringScreen,
|
|
15647
15649
|
exit: o.transitions.duration.leavingScreen
|
|
@@ -15661,9 +15663,9 @@ const Wx = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
|
|
|
15661
15663
|
timeout: T = i,
|
|
15662
15664
|
// eslint-disable-next-line react/prop-types
|
|
15663
15665
|
TransitionComponent: w = Qt
|
|
15664
|
-
} = t, O = ee(t, Wx),
|
|
15666
|
+
} = t, O = ee(t, Wx), E = C.useRef(null), x = Qe(E, l.ref, r), P = (F) => (L) => {
|
|
15665
15667
|
if (F) {
|
|
15666
|
-
const D =
|
|
15668
|
+
const D = E.current;
|
|
15667
15669
|
L === void 0 ? F(D) : F(D, L);
|
|
15668
15670
|
}
|
|
15669
15671
|
}, S = P(p), I = P((F, L) => {
|
|
@@ -15686,12 +15688,12 @@ const Wx = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
|
|
|
15686
15688
|
});
|
|
15687
15689
|
F.style.webkitTransition = o.transitions.create("opacity", L), F.style.transition = o.transitions.create("opacity", L), h && h(F);
|
|
15688
15690
|
}), z = P(v), A = (F) => {
|
|
15689
|
-
s && s(
|
|
15691
|
+
s && s(E.current, F);
|
|
15690
15692
|
};
|
|
15691
15693
|
return /* @__PURE__ */ f.jsx(w, y({
|
|
15692
15694
|
appear: a,
|
|
15693
15695
|
in: u,
|
|
15694
|
-
nodeRef:
|
|
15696
|
+
nodeRef: E,
|
|
15695
15697
|
onEnter: I,
|
|
15696
15698
|
onEntered: _,
|
|
15697
15699
|
onEntering: S,
|
|
@@ -15701,7 +15703,7 @@ const Wx = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
|
|
|
15701
15703
|
addEndListener: A,
|
|
15702
15704
|
timeout: T
|
|
15703
15705
|
}, O, {
|
|
15704
|
-
children: (F, L) => /* @__PURE__ */
|
|
15706
|
+
children: (F, L) => /* @__PURE__ */ C.cloneElement(l, y({
|
|
15705
15707
|
style: y({
|
|
15706
15708
|
opacity: 0,
|
|
15707
15709
|
visibility: F === "exited" && !u ? "hidden" : void 0
|
|
@@ -15821,7 +15823,7 @@ const qx = ["children", "className", "component", "components", "componentsProps
|
|
|
15821
15823
|
WebkitTapHighlightColor: "transparent"
|
|
15822
15824
|
}, e.invisible && {
|
|
15823
15825
|
backgroundColor: "transparent"
|
|
15824
|
-
})), Qu = /* @__PURE__ */
|
|
15826
|
+
})), Qu = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
15825
15827
|
var o, i, s;
|
|
15826
15828
|
const a = Ee({
|
|
15827
15829
|
props: t,
|
|
@@ -15841,7 +15843,7 @@ const qx = ["children", "className", "component", "components", "componentsProps
|
|
|
15841
15843
|
} = a, w = ee(a, qx), O = y({}, a, {
|
|
15842
15844
|
component: u,
|
|
15843
15845
|
invisible: p
|
|
15844
|
-
}),
|
|
15846
|
+
}), E = Gx(O), x = (o = v.root) != null ? o : m.root;
|
|
15845
15847
|
return /* @__PURE__ */ f.jsx(b, y({
|
|
15846
15848
|
in: h,
|
|
15847
15849
|
timeout: T
|
|
@@ -15850,9 +15852,9 @@ const qx = ["children", "className", "component", "components", "componentsProps
|
|
|
15850
15852
|
"aria-hidden": !0
|
|
15851
15853
|
}, x, {
|
|
15852
15854
|
as: (i = (s = g.root) != null ? s : d.Root) != null ? i : u,
|
|
15853
|
-
className: ae(
|
|
15855
|
+
className: ae(E.root, c, x == null ? void 0 : x.className),
|
|
15854
15856
|
ownerState: y({}, O, x == null ? void 0 : x.ownerState),
|
|
15855
|
-
classes:
|
|
15857
|
+
classes: E,
|
|
15856
15858
|
ref: r,
|
|
15857
15859
|
children: l
|
|
15858
15860
|
}))
|
|
@@ -15975,24 +15977,24 @@ function Zx(e) {
|
|
|
15975
15977
|
onClose: u,
|
|
15976
15978
|
open: d,
|
|
15977
15979
|
rootRef: m
|
|
15978
|
-
} = e, p =
|
|
15980
|
+
} = e, p = C.useRef({}), h = C.useRef(null), v = C.useRef(null), g = Qe(v, m), [b, T] = C.useState(!d), w = Xx(c);
|
|
15979
15981
|
let O = !0;
|
|
15980
15982
|
(e["aria-hidden"] === "false" || e["aria-hidden"] === !1) && (O = !1);
|
|
15981
|
-
const
|
|
15983
|
+
const E = () => bt(h.current), x = () => (p.current.modalRef = v.current, p.current.mount = h.current, p.current), P = () => {
|
|
15982
15984
|
i.mount(x(), {
|
|
15983
15985
|
disableScrollLock: o
|
|
15984
15986
|
}), v.current && (v.current.scrollTop = 0);
|
|
15985
15987
|
}, S = fn(() => {
|
|
15986
|
-
const D = Kx(t) ||
|
|
15988
|
+
const D = Kx(t) || E().body;
|
|
15987
15989
|
i.add(x(), D), v.current && P();
|
|
15988
|
-
}), I =
|
|
15990
|
+
}), I = C.useCallback(() => i.isTopModal(x()), [i]), _ = fn((D) => {
|
|
15989
15991
|
h.current = D, D && (d && I() ? P() : v.current && qr(v.current, O));
|
|
15990
|
-
}), j =
|
|
15992
|
+
}), j = C.useCallback(() => {
|
|
15991
15993
|
i.remove(x(), O);
|
|
15992
15994
|
}, [O, i]);
|
|
15993
|
-
|
|
15995
|
+
C.useEffect(() => () => {
|
|
15994
15996
|
j();
|
|
15995
|
-
}, [j]),
|
|
15997
|
+
}, [j]), C.useEffect(() => {
|
|
15996
15998
|
d ? S() : (!w || !s) && j();
|
|
15997
15999
|
}, [d, j, w, s, S]);
|
|
15998
16000
|
const N = (D) => (U) => {
|
|
@@ -16083,7 +16085,7 @@ const e1 = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
16083
16085
|
overridesResolver: (e, t) => t.backdrop
|
|
16084
16086
|
})({
|
|
16085
16087
|
zIndex: -1
|
|
16086
|
-
}), ed = /* @__PURE__ */
|
|
16088
|
+
}), ed = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
16087
16089
|
var o, i, s, a, l, c;
|
|
16088
16090
|
const u = Ee({
|
|
16089
16091
|
name: "MuiModal",
|
|
@@ -16099,7 +16101,7 @@ const e1 = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
16099
16101
|
components: T = {},
|
|
16100
16102
|
componentsProps: w = {},
|
|
16101
16103
|
disableAutoFocus: O = !1,
|
|
16102
|
-
disableEnforceFocus:
|
|
16104
|
+
disableEnforceFocus: E = !1,
|
|
16103
16105
|
disableEscapeKeyDown: x = !1,
|
|
16104
16106
|
disablePortal: P = !1,
|
|
16105
16107
|
disableRestoreFocus: S = !1,
|
|
@@ -16114,7 +16116,7 @@ const e1 = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
16114
16116
|
} = u, L = ee(u, e1), D = y({}, u, {
|
|
16115
16117
|
closeAfterTransition: h,
|
|
16116
16118
|
disableAutoFocus: O,
|
|
16117
|
-
disableEnforceFocus:
|
|
16119
|
+
disableEnforceFocus: E,
|
|
16118
16120
|
disableEscapeKeyDown: x,
|
|
16119
16121
|
disablePortal: P,
|
|
16120
16122
|
disableRestoreFocus: S,
|
|
@@ -16170,12 +16172,12 @@ const e1 = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
16170
16172
|
disablePortal: P,
|
|
16171
16173
|
children: /* @__PURE__ */ f.jsxs(re, y({}, oe, {
|
|
16172
16174
|
children: [!_ && d ? /* @__PURE__ */ f.jsx(Z, y({}, B)) : null, /* @__PURE__ */ f.jsx(ni, {
|
|
16173
|
-
disableEnforceFocus:
|
|
16175
|
+
disableEnforceFocus: E,
|
|
16174
16176
|
disableAutoFocus: O,
|
|
16175
16177
|
disableRestoreFocus: S,
|
|
16176
16178
|
isEnabled: W,
|
|
16177
16179
|
open: z,
|
|
16178
|
-
children: /* @__PURE__ */
|
|
16180
|
+
children: /* @__PURE__ */ C.cloneElement(v, Y)
|
|
16179
16181
|
})]
|
|
16180
16182
|
}))
|
|
16181
16183
|
});
|
|
@@ -16408,7 +16410,7 @@ const l1 = (e) => {
|
|
|
16408
16410
|
maxHeight: "calc(100% - 32px)",
|
|
16409
16411
|
// We disable the focus ring for mouse, touch and keyboard users.
|
|
16410
16412
|
outline: 0
|
|
16411
|
-
}), nd = /* @__PURE__ */
|
|
16413
|
+
}), nd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
16412
16414
|
var o, i, s;
|
|
16413
16415
|
const a = Ee({
|
|
16414
16416
|
props: t,
|
|
@@ -16430,7 +16432,7 @@ const l1 = (e) => {
|
|
|
16430
16432
|
open: T,
|
|
16431
16433
|
PaperProps: w = {},
|
|
16432
16434
|
slots: O,
|
|
16433
|
-
slotProps:
|
|
16435
|
+
slotProps: E,
|
|
16434
16436
|
transformOrigin: x = {
|
|
16435
16437
|
vertical: "top",
|
|
16436
16438
|
horizontal: "left"
|
|
@@ -16441,7 +16443,7 @@ const l1 = (e) => {
|
|
|
16441
16443
|
onEntering: I
|
|
16442
16444
|
} = {},
|
|
16443
16445
|
disableScrollLock: _ = !1
|
|
16444
|
-
} = a, j = ee(a.TransitionProps, i1), N = ee(a, s1), z = (o =
|
|
16446
|
+
} = a, j = ee(a.TransitionProps, i1), N = ee(a, s1), z = (o = E == null ? void 0 : E.paper) != null ? o : w, A = C.useRef(), F = Qe(A, z.ref), L = y({}, a, {
|
|
16445
16447
|
anchorOrigin: u,
|
|
16446
16448
|
anchorReference: m,
|
|
16447
16449
|
elevation: g,
|
|
@@ -16451,10 +16453,10 @@ const l1 = (e) => {
|
|
|
16451
16453
|
TransitionComponent: P,
|
|
16452
16454
|
transitionDuration: S,
|
|
16453
16455
|
TransitionProps: j
|
|
16454
|
-
}), D = l1(L), U =
|
|
16456
|
+
}), D = l1(L), U = C.useCallback(() => {
|
|
16455
16457
|
if (m === "anchorPosition")
|
|
16456
16458
|
return process.env.NODE_ENV !== "production" && (d || console.error('MUI: You need to provide a `anchorPosition` prop when using <Popover anchorReference="anchorPosition" />.')), d;
|
|
16457
|
-
const le = zo(c), H = le && le.nodeType === 1 ? le :
|
|
16459
|
+
const le = zo(c), H = le && le.nodeType === 1 ? le : bt(A.current).body, pe = H.getBoundingClientRect();
|
|
16458
16460
|
if (process.env.NODE_ENV !== "production") {
|
|
16459
16461
|
const $e = H.getBoundingClientRect();
|
|
16460
16462
|
process.env.NODE_ENV !== "test" && $e.top === 0 && $e.left === 0 && $e.right === 0 && $e.bottom === 0 && console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
|
|
@@ -16464,10 +16466,10 @@ const l1 = (e) => {
|
|
|
16464
16466
|
top: pe.top + Jl(pe, u.vertical),
|
|
16465
16467
|
left: pe.left + Zl(pe, u.horizontal)
|
|
16466
16468
|
};
|
|
16467
|
-
}, [c, u.horizontal, u.vertical, d, m]), $ =
|
|
16469
|
+
}, [c, u.horizontal, u.vertical, d, m]), $ = C.useCallback((le) => ({
|
|
16468
16470
|
vertical: Jl(le, x.vertical),
|
|
16469
16471
|
horizontal: Zl(le, x.horizontal)
|
|
16470
|
-
}), [x.horizontal, x.vertical]), G =
|
|
16472
|
+
}), [x.horizontal, x.vertical]), G = C.useCallback((le) => {
|
|
16471
16473
|
const H = {
|
|
16472
16474
|
width: le.offsetWidth,
|
|
16473
16475
|
height: le.offsetHeight
|
|
@@ -16501,26 +16503,26 @@ const l1 = (e) => {
|
|
|
16501
16503
|
left: `${Math.round(Me)}px`,
|
|
16502
16504
|
transformOrigin: Ql(pe)
|
|
16503
16505
|
};
|
|
16504
|
-
}, [c, m, U, $, b]), [k, W] =
|
|
16506
|
+
}, [c, m, U, $, b]), [k, W] = C.useState(T), te = C.useCallback(() => {
|
|
16505
16507
|
const le = A.current;
|
|
16506
16508
|
if (!le)
|
|
16507
16509
|
return;
|
|
16508
16510
|
const H = G(le);
|
|
16509
16511
|
H.top !== null && (le.style.top = H.top), H.left !== null && (le.style.left = H.left), le.style.transformOrigin = H.transformOrigin, W(!0);
|
|
16510
16512
|
}, [G]);
|
|
16511
|
-
|
|
16513
|
+
C.useEffect(() => (_ && window.addEventListener("scroll", te), () => window.removeEventListener("scroll", te)), [c, _, te]);
|
|
16512
16514
|
const Q = (le, H) => {
|
|
16513
16515
|
I && I(le, H), te();
|
|
16514
16516
|
}, q = () => {
|
|
16515
16517
|
W(!1);
|
|
16516
16518
|
};
|
|
16517
|
-
|
|
16519
|
+
C.useEffect(() => {
|
|
16518
16520
|
T && te();
|
|
16519
|
-
}),
|
|
16521
|
+
}), C.useImperativeHandle(l, () => T ? {
|
|
16520
16522
|
updatePosition: () => {
|
|
16521
16523
|
te();
|
|
16522
16524
|
}
|
|
16523
|
-
} : null, [T, te]),
|
|
16525
|
+
} : null, [T, te]), C.useEffect(() => {
|
|
16524
16526
|
if (!T)
|
|
16525
16527
|
return;
|
|
16526
16528
|
const le = xi(() => {
|
|
@@ -16532,7 +16534,7 @@ const l1 = (e) => {
|
|
|
16532
16534
|
}, [c, T, te]);
|
|
16533
16535
|
let J = S;
|
|
16534
16536
|
S === "auto" && !P.muiSupportAuto && (J = void 0);
|
|
16535
|
-
const Y = v || (c ?
|
|
16537
|
+
const Y = v || (c ? bt(zo(c)).body : void 0), re = (i = O == null ? void 0 : O.root) != null ? i : c1, Z = (s = O == null ? void 0 : O.paper) != null ? s : td, ne = Wn({
|
|
16536
16538
|
elementType: Z,
|
|
16537
16539
|
externalSlotProps: y({}, z, {
|
|
16538
16540
|
style: k ? z.style : y({}, z.style, {
|
|
@@ -16547,7 +16549,7 @@ const l1 = (e) => {
|
|
|
16547
16549
|
className: ae(D.paper, z == null ? void 0 : z.className)
|
|
16548
16550
|
}), se = Wn({
|
|
16549
16551
|
elementType: re,
|
|
16550
|
-
externalSlotProps: (
|
|
16552
|
+
externalSlotProps: (E == null ? void 0 : E.root) || {},
|
|
16551
16553
|
externalForwardedProps: N,
|
|
16552
16554
|
additionalProps: {
|
|
16553
16555
|
ref: r,
|
|
@@ -16590,7 +16592,7 @@ process.env.NODE_ENV !== "production" && (nd.propTypes = {
|
|
|
16590
16592
|
* A ref for imperative actions.
|
|
16591
16593
|
* It currently only supports updatePosition() action.
|
|
16592
16594
|
*/
|
|
16593
|
-
action:
|
|
16595
|
+
action: yt,
|
|
16594
16596
|
/**
|
|
16595
16597
|
* An HTML element, [PopoverVirtualElement](/material-ui/react-popover/#virtual-element),
|
|
16596
16598
|
* or a function that returns either.
|
|
@@ -16800,7 +16802,7 @@ const d1 = ["onEntering"], p1 = ["autoFocus", "children", "className", "disableA
|
|
|
16800
16802
|
})({
|
|
16801
16803
|
// We disable the focus ring for mouse, touch and keyboard users.
|
|
16802
16804
|
outline: 0
|
|
16803
|
-
}), rd = /* @__PURE__ */
|
|
16805
|
+
}), rd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
16804
16806
|
var o, i;
|
|
16805
16807
|
const s = Ee({
|
|
16806
16808
|
props: t,
|
|
@@ -16822,16 +16824,16 @@ const d1 = ["onEntering"], p1 = ["autoFocus", "children", "className", "disableA
|
|
|
16822
16824
|
variant: T = "selectedMenu",
|
|
16823
16825
|
slots: w = {},
|
|
16824
16826
|
slotProps: O = {}
|
|
16825
|
-
} = s,
|
|
16827
|
+
} = s, E = ee(s.TransitionProps, d1), x = ee(s, p1), P = Zc(), S = y({}, s, {
|
|
16826
16828
|
autoFocus: a,
|
|
16827
16829
|
disableAutoFocusItem: u,
|
|
16828
16830
|
MenuListProps: d,
|
|
16829
16831
|
onEntering: b,
|
|
16830
16832
|
PaperProps: h,
|
|
16831
16833
|
transitionDuration: g,
|
|
16832
|
-
TransitionProps:
|
|
16834
|
+
TransitionProps: E,
|
|
16833
16835
|
variant: T
|
|
16834
|
-
}), I = h1(S), _ = a && !u && p, j =
|
|
16836
|
+
}), I = h1(S), _ = a && !u && p, j = C.useRef(null), N = ($, G) => {
|
|
16835
16837
|
j.current && j.current.adjustStyleForScrollbar($, {
|
|
16836
16838
|
direction: P ? "rtl" : "ltr"
|
|
16837
16839
|
}), b && b($, G);
|
|
@@ -16839,8 +16841,8 @@ const d1 = ["onEntering"], p1 = ["autoFocus", "children", "className", "disableA
|
|
|
16839
16841
|
$.key === "Tab" && ($.preventDefault(), m && m($, "tabKeyDown"));
|
|
16840
16842
|
};
|
|
16841
16843
|
let A = -1;
|
|
16842
|
-
|
|
16843
|
-
/* @__PURE__ */
|
|
16844
|
+
C.Children.map(l, ($, G) => {
|
|
16845
|
+
/* @__PURE__ */ C.isValidElement($) && (process.env.NODE_ENV !== "production" && Kr.isFragment($) && console.error(["MUI: The Menu component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
|
|
16844
16846
|
`)), $.props.disabled || (T === "selectedMenu" && $.props.selected || A === -1) && (A = G));
|
|
16845
16847
|
});
|
|
16846
16848
|
const F = (o = w.paper) != null ? o : b1, L = (i = O.paper) != null ? i : h, D = Wn({
|
|
@@ -16874,7 +16876,7 @@ const d1 = ["onEntering"], p1 = ["autoFocus", "children", "className", "disableA
|
|
|
16874
16876
|
transitionDuration: g,
|
|
16875
16877
|
TransitionProps: y({
|
|
16876
16878
|
onEntering: N
|
|
16877
|
-
},
|
|
16879
|
+
}, E),
|
|
16878
16880
|
ownerState: S
|
|
16879
16881
|
}, x, {
|
|
16880
16882
|
classes: v,
|
|
@@ -17109,7 +17111,7 @@ const Ea = be("MuiNativeSelect", ["root", "select", "multiple", "filled", "outli
|
|
|
17109
17111
|
} = e;
|
|
17110
17112
|
return [t.icon, r.variant && t[`icon${ie(r.variant)}`], r.open && t.iconOpen];
|
|
17111
17113
|
}
|
|
17112
|
-
})(id), sd = /* @__PURE__ */
|
|
17114
|
+
})(id), sd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
17113
17115
|
const {
|
|
17114
17116
|
className: o,
|
|
17115
17117
|
disabled: i,
|
|
@@ -17122,7 +17124,7 @@ const Ea = be("MuiNativeSelect", ["root", "select", "multiple", "filled", "outli
|
|
|
17122
17124
|
variant: c,
|
|
17123
17125
|
error: s
|
|
17124
17126
|
}), m = T1(d);
|
|
17125
|
-
return /* @__PURE__ */ f.jsxs(
|
|
17127
|
+
return /* @__PURE__ */ f.jsxs(C.Fragment, {
|
|
17126
17128
|
children: [/* @__PURE__ */ f.jsx(E1, y({
|
|
17127
17129
|
ownerState: d,
|
|
17128
17130
|
className: ae(m.select, o),
|
|
@@ -17165,7 +17167,7 @@ process.env.NODE_ENV !== "production" && (sd.propTypes = {
|
|
|
17165
17167
|
* Use that prop to pass a ref to the native select element.
|
|
17166
17168
|
* @deprecated
|
|
17167
17169
|
*/
|
|
17168
|
-
inputRef:
|
|
17170
|
+
inputRef: yt,
|
|
17169
17171
|
/**
|
|
17170
17172
|
* @ignore
|
|
17171
17173
|
*/
|
|
@@ -17272,7 +17274,7 @@ const $1 = (e) => {
|
|
|
17272
17274
|
nativeInput: ["nativeInput"]
|
|
17273
17275
|
};
|
|
17274
17276
|
return ve(l, O1, t);
|
|
17275
|
-
}, ad = /* @__PURE__ */
|
|
17277
|
+
}, ad = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
17276
17278
|
var o;
|
|
17277
17279
|
const {
|
|
17278
17280
|
"aria-describedby": i,
|
|
@@ -17291,7 +17293,7 @@ const $1 = (e) => {
|
|
|
17291
17293
|
labelId: T,
|
|
17292
17294
|
MenuProps: w = {},
|
|
17293
17295
|
multiple: O,
|
|
17294
|
-
name:
|
|
17296
|
+
name: E,
|
|
17295
17297
|
onBlur: x,
|
|
17296
17298
|
onChange: P,
|
|
17297
17299
|
onClose: S,
|
|
@@ -17312,25 +17314,25 @@ const $1 = (e) => {
|
|
|
17312
17314
|
controlled: j,
|
|
17313
17315
|
default: d,
|
|
17314
17316
|
name: "Select"
|
|
17315
|
-
}), te =
|
|
17317
|
+
}), te = C.useRef(null), Q = C.useRef(null), [q, J] = C.useState(null), {
|
|
17316
17318
|
current: Y
|
|
17317
|
-
} =
|
|
17319
|
+
} = C.useRef(j != null), [re, Z] = C.useState(), ne = Qe(r, b), se = C.useCallback((ce) => {
|
|
17318
17320
|
Q.current = ce, ce && J(ce);
|
|
17319
17321
|
}, []), oe = q == null ? void 0 : q.parentNode;
|
|
17320
|
-
|
|
17322
|
+
C.useImperativeHandle(ne, () => ({
|
|
17321
17323
|
focus: () => {
|
|
17322
17324
|
Q.current.focus();
|
|
17323
17325
|
},
|
|
17324
17326
|
node: te.current,
|
|
17325
17327
|
value: $
|
|
17326
|
-
}), [$]),
|
|
17328
|
+
}), [$]), C.useEffect(() => {
|
|
17327
17329
|
d && k && q && !Y && (Z(l ? null : oe.clientWidth), Q.current.focus());
|
|
17328
|
-
}, [q, l]),
|
|
17330
|
+
}, [q, l]), C.useEffect(() => {
|
|
17329
17331
|
a && Q.current.focus();
|
|
17330
|
-
}, [a]),
|
|
17332
|
+
}, [a]), C.useEffect(() => {
|
|
17331
17333
|
if (!T)
|
|
17332
17334
|
return;
|
|
17333
|
-
const ce =
|
|
17335
|
+
const ce = bt(Q.current).getElementById(T);
|
|
17334
17336
|
if (ce) {
|
|
17335
17337
|
const ye = () => {
|
|
17336
17338
|
getSelection().isCollapsed && Q.current.focus();
|
|
@@ -17346,7 +17348,7 @@ const $1 = (e) => {
|
|
|
17346
17348
|
ce.button === 0 && (ce.preventDefault(), Q.current.focus(), B(!0, ce));
|
|
17347
17349
|
}, H = (ce) => {
|
|
17348
17350
|
B(!1, ce);
|
|
17349
|
-
}, pe =
|
|
17351
|
+
}, pe = C.Children.toArray(c), $e = (ce) => {
|
|
17350
17352
|
const ye = pe.find((Ve) => Ve.props.value === ce.target.value);
|
|
17351
17353
|
ye !== void 0 && (G(ye.props.value), P && P(ce, ye));
|
|
17352
17354
|
}, qe = (ce) => (ye) => {
|
|
@@ -17364,7 +17366,7 @@ const $1 = (e) => {
|
|
|
17364
17366
|
writable: !0,
|
|
17365
17367
|
value: {
|
|
17366
17368
|
value: Ve,
|
|
17367
|
-
name:
|
|
17369
|
+
name: E
|
|
17368
17370
|
}
|
|
17369
17371
|
}), P(kn, ce);
|
|
17370
17372
|
}
|
|
@@ -17384,19 +17386,19 @@ const $1 = (e) => {
|
|
|
17384
17386
|
writable: !0,
|
|
17385
17387
|
value: {
|
|
17386
17388
|
value: $,
|
|
17387
|
-
name:
|
|
17389
|
+
name: E
|
|
17388
17390
|
}
|
|
17389
17391
|
}), x(ce));
|
|
17390
17392
|
};
|
|
17391
17393
|
delete U["aria-invalid"];
|
|
17392
17394
|
let Re, ze;
|
|
17393
17395
|
const Ge = [];
|
|
17394
|
-
let we = !1,
|
|
17396
|
+
let we = !1, Xe = !1;
|
|
17395
17397
|
(ti({
|
|
17396
17398
|
value: $
|
|
17397
17399
|
}) || h) && (z ? Re = z($) : we = !0);
|
|
17398
17400
|
const ut = pe.map((ce) => {
|
|
17399
|
-
if (!/* @__PURE__ */
|
|
17401
|
+
if (!/* @__PURE__ */ C.isValidElement(ce))
|
|
17400
17402
|
return null;
|
|
17401
17403
|
process.env.NODE_ENV !== "production" && Kr.isFragment(ce) && console.error(["MUI: The Select component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
|
|
17402
17404
|
`));
|
|
@@ -17407,7 +17409,7 @@ const $1 = (e) => {
|
|
|
17407
17409
|
ye = $.some((Ve) => tc(Ve, ce.props.value)), ye && we && Ge.push(ce.props.children);
|
|
17408
17410
|
} else
|
|
17409
17411
|
ye = tc($, ce.props.value), ye && we && (ze = ce.props.children);
|
|
17410
|
-
return ye && (
|
|
17412
|
+
return ye && (Xe = !0), /* @__PURE__ */ C.cloneElement(ce, {
|
|
17411
17413
|
"aria-selected": ye ? "true" : "false",
|
|
17412
17414
|
onClick: qe(ce),
|
|
17413
17415
|
onKeyUp: (Ve) => {
|
|
@@ -17421,24 +17423,24 @@ const $1 = (e) => {
|
|
|
17421
17423
|
// Instead, we provide it as a data attribute.
|
|
17422
17424
|
});
|
|
17423
17425
|
});
|
|
17424
|
-
process.env.NODE_ENV !== "production" &&
|
|
17425
|
-
if (!
|
|
17426
|
+
process.env.NODE_ENV !== "production" && C.useEffect(() => {
|
|
17427
|
+
if (!Xe && !O && $ !== "") {
|
|
17426
17428
|
const ce = pe.map((ye) => ye.props.value);
|
|
17427
|
-
console.warn([`MUI: You have provided an out-of-range value \`${$}\` for the select ${
|
|
17429
|
+
console.warn([`MUI: You have provided an out-of-range value \`${$}\` for the select ${E ? `(name="${E}") ` : ""}component.`, "Consider providing a value that matches one of the available options or ''.", `The available values are ${ce.filter((ye) => ye != null).map((ye) => `\`${ye}\``).join(", ") || '""'}.`].join(`
|
|
17428
17430
|
`));
|
|
17429
17431
|
}
|
|
17430
|
-
}, [
|
|
17432
|
+
}, [Xe, pe, O, E, $]), we && (O ? Ge.length === 0 ? Re = null : Re = Ge.reduce((ce, ye, Ve) => (ce.push(ye), Ve < Ge.length - 1 && ce.push(", "), ce), []) : Re = ze);
|
|
17431
17433
|
let rt = re;
|
|
17432
17434
|
!l && Y && q && (rt = oe.clientWidth);
|
|
17433
17435
|
let Te;
|
|
17434
17436
|
typeof F < "u" ? Te = F : Te = p ? null : 0;
|
|
17435
|
-
const de = A.id || (
|
|
17437
|
+
const de = A.id || (E ? `mui-component-select-${E}` : void 0), Ye = y({}, t, {
|
|
17436
17438
|
variant: D,
|
|
17437
17439
|
value: $,
|
|
17438
17440
|
open: et,
|
|
17439
17441
|
error: v
|
|
17440
17442
|
}), It = $1(Ye), Ot = y({}, w.PaperProps, (o = w.slotProps) == null ? void 0 : o.paper), en = po();
|
|
17441
|
-
return /* @__PURE__ */ f.jsxs(
|
|
17443
|
+
return /* @__PURE__ */ f.jsxs(C.Fragment, {
|
|
17442
17444
|
children: [/* @__PURE__ */ f.jsx(R1, y({
|
|
17443
17445
|
ref: se,
|
|
17444
17446
|
tabIndex: Te,
|
|
@@ -17468,7 +17470,7 @@ const $1 = (e) => {
|
|
|
17468
17470
|
})), /* @__PURE__ */ f.jsx(P1, y({
|
|
17469
17471
|
"aria-invalid": v,
|
|
17470
17472
|
value: Array.isArray($) ? $.join(",") : $,
|
|
17471
|
-
name:
|
|
17473
|
+
name: E,
|
|
17472
17474
|
ref: te,
|
|
17473
17475
|
"aria-hidden": !0,
|
|
17474
17476
|
onChange: $e,
|
|
@@ -17482,7 +17484,7 @@ const $1 = (e) => {
|
|
|
17482
17484
|
className: It.icon,
|
|
17483
17485
|
ownerState: Ye
|
|
17484
17486
|
}), /* @__PURE__ */ f.jsx(rd, y({
|
|
17485
|
-
id: `menu-${
|
|
17487
|
+
id: `menu-${E || ""}`,
|
|
17486
17488
|
anchorEl: oe,
|
|
17487
17489
|
open: et,
|
|
17488
17490
|
onClose: H,
|
|
@@ -17573,7 +17575,7 @@ process.env.NODE_ENV !== "production" && (ad.propTypes = {
|
|
|
17573
17575
|
* Imperative handle implementing `{ value: T, node: HTMLElement, focus(): void }`
|
|
17574
17576
|
* Equivalent to `ref`
|
|
17575
17577
|
*/
|
|
17576
|
-
inputRef:
|
|
17578
|
+
inputRef: yt,
|
|
17577
17579
|
/**
|
|
17578
17580
|
* The ID of an element that acts as an additional label. The Select will
|
|
17579
17581
|
* be labelled by the additional label and the selected value.
|
|
@@ -17669,7 +17671,7 @@ const M1 = Kt(/* @__PURE__ */ f.jsx("path", {
|
|
|
17669
17671
|
overridesResolver: (e, t) => t.root,
|
|
17670
17672
|
shouldForwardProp: (e) => Ct(e) && e !== "variant",
|
|
17671
17673
|
slot: "Root"
|
|
17672
|
-
}, _1 = K(Fi, Ca)(""), N1 = K(Bi, Ca)(""), D1 = K(Li, Ca)(""), Oa = /* @__PURE__ */
|
|
17674
|
+
}, _1 = K(Fi, Ca)(""), N1 = K(Bi, Ca)(""), D1 = K(Li, Ca)(""), Oa = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
17673
17675
|
const o = Ee({
|
|
17674
17676
|
name: "MuiSelect",
|
|
17675
17677
|
props: t
|
|
@@ -17690,7 +17692,7 @@ const M1 = Kt(/* @__PURE__ */ f.jsx("path", {
|
|
|
17690
17692
|
multiple: T = !1,
|
|
17691
17693
|
native: w = !1,
|
|
17692
17694
|
onClose: O,
|
|
17693
|
-
onOpen:
|
|
17695
|
+
onOpen: E,
|
|
17694
17696
|
open: x,
|
|
17695
17697
|
renderValue: P,
|
|
17696
17698
|
SelectDisplayProps: S,
|
|
@@ -17714,8 +17716,8 @@ const M1 = Kt(/* @__PURE__ */ f.jsx("path", {
|
|
|
17714
17716
|
ownerState: F
|
|
17715
17717
|
})
|
|
17716
17718
|
}[A], $ = Qe(r, U.ref);
|
|
17717
|
-
return /* @__PURE__ */ f.jsx(
|
|
17718
|
-
children: /* @__PURE__ */
|
|
17719
|
+
return /* @__PURE__ */ f.jsx(C.Fragment, {
|
|
17720
|
+
children: /* @__PURE__ */ C.cloneElement(U, y({
|
|
17719
17721
|
// Most of the logic is implemented in `SelectInput`.
|
|
17720
17722
|
// The `Select` component is a simple API wrapper to expose something better to play with.
|
|
17721
17723
|
inputComponent: j,
|
|
@@ -17736,7 +17738,7 @@ const M1 = Kt(/* @__PURE__ */ f.jsx("path", {
|
|
|
17736
17738
|
labelId: g,
|
|
17737
17739
|
MenuProps: b,
|
|
17738
17740
|
onClose: O,
|
|
17739
|
-
onOpen:
|
|
17741
|
+
onOpen: E,
|
|
17740
17742
|
open: x,
|
|
17741
17743
|
renderValue: P,
|
|
17742
17744
|
SelectDisplayProps: y({
|
|
@@ -17922,7 +17924,7 @@ const L1 = ["autoComplete", "autoFocus", "children", "className", "color", "defa
|
|
|
17922
17924
|
name: "MuiTextField",
|
|
17923
17925
|
slot: "Root",
|
|
17924
17926
|
overridesResolver: (e, t) => t.root
|
|
17925
|
-
})({}), ld = /* @__PURE__ */
|
|
17927
|
+
})({}), ld = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
17926
17928
|
const o = Ee({
|
|
17927
17929
|
props: t,
|
|
17928
17930
|
name: "MuiTextField"
|
|
@@ -17943,7 +17945,7 @@ const L1 = ["autoComplete", "autoFocus", "children", "className", "color", "defa
|
|
|
17943
17945
|
inputProps: T,
|
|
17944
17946
|
InputProps: w,
|
|
17945
17947
|
inputRef: O,
|
|
17946
|
-
label:
|
|
17948
|
+
label: E,
|
|
17947
17949
|
maxRows: x,
|
|
17948
17950
|
minRows: P,
|
|
17949
17951
|
multiline: S = !1,
|
|
@@ -17972,8 +17974,8 @@ const L1 = ["autoComplete", "autoFocus", "children", "className", "color", "defa
|
|
|
17972
17974
|
}), te = z1(W);
|
|
17973
17975
|
process.env.NODE_ENV !== "production" && L && !a && console.error("MUI: `children` must be passed when using the `TextField` component with `select`.");
|
|
17974
17976
|
const Q = {};
|
|
17975
|
-
G === "outlined" && (b && typeof b.shrink < "u" && (Q.notched = b.shrink), Q.label =
|
|
17976
|
-
const q = po(g), J = v && q ? `${q}-helper-text` : void 0, Y =
|
|
17977
|
+
G === "outlined" && (b && typeof b.shrink < "u" && (Q.notched = b.shrink), Q.label = E), L && ((!D || !D.native) && (Q.id = void 0), Q["aria-describedby"] = void 0);
|
|
17978
|
+
const q = po(g), J = v && q ? `${q}-helper-text` : void 0, Y = E && q ? `${q}-label` : void 0, re = B1[G], Z = /* @__PURE__ */ f.jsx(re, y({
|
|
17977
17979
|
"aria-describedby": J,
|
|
17978
17980
|
autoComplete: i,
|
|
17979
17981
|
autoFocus: s,
|
|
@@ -18005,11 +18007,11 @@ const L1 = ["autoComplete", "autoFocus", "children", "className", "color", "defa
|
|
|
18005
18007
|
variant: G,
|
|
18006
18008
|
ownerState: W
|
|
18007
18009
|
}, k, {
|
|
18008
|
-
children: [
|
|
18010
|
+
children: [E != null && E !== "" && /* @__PURE__ */ f.jsx(Qs, y({
|
|
18009
18011
|
htmlFor: q,
|
|
18010
18012
|
id: Y
|
|
18011
18013
|
}, b, {
|
|
18012
|
-
children:
|
|
18014
|
+
children: E
|
|
18013
18015
|
})), L ? /* @__PURE__ */ f.jsx(Oa, y({
|
|
18014
18016
|
"aria-describedby": J,
|
|
18015
18017
|
id: q,
|
|
@@ -18111,7 +18113,7 @@ process.env.NODE_ENV !== "production" && (ld.propTypes = {
|
|
|
18111
18113
|
/**
|
|
18112
18114
|
* Pass a ref to the `input` element.
|
|
18113
18115
|
*/
|
|
18114
|
-
inputRef:
|
|
18116
|
+
inputRef: yt,
|
|
18115
18117
|
/**
|
|
18116
18118
|
* The label content.
|
|
18117
18119
|
*/
|
|
@@ -18306,9 +18308,9 @@ Ra = wa.default = (0, K1.default)(/* @__PURE__ */ (0, X1.jsx)("path", {
|
|
|
18306
18308
|
function rC({ message: e, sx: t, messageSx: r }) {
|
|
18307
18309
|
return f.jsx(qd, { severity: "info", "data-cy": "internal-user-only-alert", sx: { alignItems: "center", ...t }, iconMapping: {
|
|
18308
18310
|
info: f.jsx(Ra, {})
|
|
18309
|
-
}, children: f.jsxs(
|
|
18311
|
+
}, children: f.jsxs(Ke, { direction: "row", gap: 1, alignItems: "center", children: [f.jsx(ru, { sx: { color: "text.secondary" } }), f.jsx(Ke, { children: "-" }), f.jsx(ht, { variant: "body2", sx: r, "data-cy": "internal-user-only-alert-message", children: e || "This page has limited access to internal users only." })] }) });
|
|
18310
18312
|
}
|
|
18311
|
-
const
|
|
18313
|
+
const xt = {
|
|
18312
18314
|
50: "#ede7f6",
|
|
18313
18315
|
100: "#d1c4e9",
|
|
18314
18316
|
200: "#b39ddb",
|
|
@@ -18563,21 +18565,21 @@ const vt = {
|
|
|
18563
18565
|
cyanA200: Rt.A200,
|
|
18564
18566
|
cyanA400: Rt.A400,
|
|
18565
18567
|
cyanA700: Rt.A700,
|
|
18566
|
-
deepPurple50:
|
|
18567
|
-
deepPurple100:
|
|
18568
|
-
deepPurple200:
|
|
18569
|
-
deepPurple300:
|
|
18570
|
-
deepPurple400:
|
|
18571
|
-
deepPurple500:
|
|
18572
|
-
deepPurple600:
|
|
18573
|
-
deepPurple700:
|
|
18574
|
-
deepPurple800:
|
|
18575
|
-
deepPurple900:
|
|
18568
|
+
deepPurple50: xt[50],
|
|
18569
|
+
deepPurple100: xt[100],
|
|
18570
|
+
deepPurple200: xt[200],
|
|
18571
|
+
deepPurple300: xt[300],
|
|
18572
|
+
deepPurple400: xt[400],
|
|
18573
|
+
deepPurple500: xt[500],
|
|
18574
|
+
deepPurple600: xt[600],
|
|
18575
|
+
deepPurple700: xt[700],
|
|
18576
|
+
deepPurple800: xt[800],
|
|
18577
|
+
deepPurple900: xt[900],
|
|
18576
18578
|
deepPurple1000: fe.deepPurple1000,
|
|
18577
|
-
deepPurpleA100:
|
|
18578
|
-
deepPurpleA200:
|
|
18579
|
-
deepPurpleA400:
|
|
18580
|
-
deepPurpleA700:
|
|
18579
|
+
deepPurpleA100: xt.A100,
|
|
18580
|
+
deepPurpleA200: xt.A200,
|
|
18581
|
+
deepPurpleA400: xt.A400,
|
|
18582
|
+
deepPurpleA700: xt.A700,
|
|
18581
18583
|
deepPurpleA800: fe.deepPurpleA800,
|
|
18582
18584
|
primary: {
|
|
18583
18585
|
main: lt.A700,
|
|
@@ -18621,7 +18623,7 @@ const vt = {
|
|
|
18621
18623
|
contrastText: fe.neutral00
|
|
18622
18624
|
},
|
|
18623
18625
|
ai: {
|
|
18624
|
-
main:
|
|
18626
|
+
main: xt.A700,
|
|
18625
18627
|
dark: fe.deepPurpleA800,
|
|
18626
18628
|
contrastText: fe.neutral00
|
|
18627
18629
|
},
|
|
@@ -18644,7 +18646,7 @@ const vt = {
|
|
|
18644
18646
|
disabledBackground: it[200],
|
|
18645
18647
|
disabled: it[500]
|
|
18646
18648
|
}
|
|
18647
|
-
}, Ps = /* @__PURE__ */
|
|
18649
|
+
}, Ps = /* @__PURE__ */ C.createContext();
|
|
18648
18650
|
process.env.NODE_ENV !== "production" && (Ps.displayName = "GridContext");
|
|
18649
18651
|
function J1(e) {
|
|
18650
18652
|
return ge("MuiGrid", e);
|
|
@@ -18916,7 +18918,7 @@ const cT = (e) => {
|
|
|
18916
18918
|
root: ["root", r && "container", i && "item", l && "zeroMinWidth", ...u, o !== "row" && `direction-xs-${String(o)}`, a !== "wrap" && `wrap-xs-${String(a)}`, ...d]
|
|
18917
18919
|
};
|
|
18918
18920
|
return ve(m, J1, t);
|
|
18919
|
-
}, Wt = /* @__PURE__ */
|
|
18921
|
+
}, Wt = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
18920
18922
|
const o = Ee({
|
|
18921
18923
|
props: t,
|
|
18922
18924
|
name: "MuiGrid"
|
|
@@ -18934,7 +18936,7 @@ const cT = (e) => {
|
|
|
18934
18936
|
spacing: v = 0,
|
|
18935
18937
|
wrap: g = "wrap",
|
|
18936
18938
|
zeroMinWidth: b = !1
|
|
18937
|
-
} = s, T = ee(s, tT), w = h || v, O = c || v,
|
|
18939
|
+
} = s, T = ee(s, tT), w = h || v, O = c || v, E = C.useContext(Ps), x = d ? l || 12 : E, P = {}, S = y({}, T);
|
|
18938
18940
|
i.keys.forEach((j) => {
|
|
18939
18941
|
T[j] != null && (P[j] = T[j], delete S[j]);
|
|
18940
18942
|
});
|
|
@@ -19464,8 +19466,8 @@ var Bn = {
|
|
|
19464
19466
|
styleTags: Zn(he.STYLE, m)
|
|
19465
19467
|
}, g = {}, b = {};
|
|
19466
19468
|
Object.keys(v).forEach(function(T) {
|
|
19467
|
-
var w = v[T], O = w.newTags,
|
|
19468
|
-
O.length && (g[T] = O),
|
|
19469
|
+
var w = v[T], O = w.newTags, E = w.oldTags;
|
|
19470
|
+
O.length && (g[T] = O), E.length && (b[T] = v[T].oldTags);
|
|
19469
19471
|
}), r && r(), u(t, g, b);
|
|
19470
19472
|
}, dd = function(t) {
|
|
19471
19473
|
return Array.isArray(t) ? t.join("") : t;
|
|
@@ -20171,6 +20173,9 @@ class ZT {
|
|
|
20171
20173
|
get label() {
|
|
20172
20174
|
return cy.get("[data-test-ink-workflow-header-label]");
|
|
20173
20175
|
}
|
|
20176
|
+
get subtitle() {
|
|
20177
|
+
return cy.get('[data-cy="header-subtitle"]');
|
|
20178
|
+
}
|
|
20174
20179
|
get stepper() {
|
|
20175
20180
|
return cy.get("[data-test-ink-workflow-header-stepper]");
|
|
20176
20181
|
}
|
|
@@ -20458,7 +20463,7 @@ function Io(e, t, r) {
|
|
|
20458
20463
|
const o = Cd(r), i = mE(e, t, o);
|
|
20459
20464
|
i && (t.style.webkitTransform = i, t.style.transform = i);
|
|
20460
20465
|
}
|
|
20461
|
-
const Od = /* @__PURE__ */
|
|
20466
|
+
const Od = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
20462
20467
|
const o = Cr(), i = {
|
|
20463
20468
|
enter: o.transitions.easing.easeOut,
|
|
20464
20469
|
exit: o.transitions.easing.sharp
|
|
@@ -20480,16 +20485,16 @@ const Od = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
20480
20485
|
onExited: T,
|
|
20481
20486
|
onExiting: w,
|
|
20482
20487
|
style: O,
|
|
20483
|
-
timeout:
|
|
20488
|
+
timeout: E = s,
|
|
20484
20489
|
// eslint-disable-next-line react/prop-types
|
|
20485
20490
|
TransitionComponent: x = Qt
|
|
20486
|
-
} = t, P = ee(t, fE), S =
|
|
20491
|
+
} = t, P = ee(t, fE), S = C.useRef(null), I = Qe(c.ref, S, r), _ = ($) => (G) => {
|
|
20487
20492
|
$ && (G === void 0 ? $(S.current) : $(S.current, G));
|
|
20488
20493
|
}, j = _(($, G) => {
|
|
20489
20494
|
Io(d, $, u), sa($), h && h($, G);
|
|
20490
20495
|
}), N = _(($, G) => {
|
|
20491
20496
|
const k = fr({
|
|
20492
|
-
timeout:
|
|
20497
|
+
timeout: E,
|
|
20493
20498
|
style: O,
|
|
20494
20499
|
easing: m
|
|
20495
20500
|
}, {
|
|
@@ -20498,7 +20503,7 @@ const Od = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
20498
20503
|
$.style.webkitTransition = o.transitions.create("-webkit-transform", y({}, k)), $.style.transition = o.transitions.create("transform", y({}, k)), $.style.webkitTransform = "none", $.style.transform = "none", g && g($, G);
|
|
20499
20504
|
}), z = _(v), A = _(w), F = _(($) => {
|
|
20500
20505
|
const G = fr({
|
|
20501
|
-
timeout:
|
|
20506
|
+
timeout: E,
|
|
20502
20507
|
style: O,
|
|
20503
20508
|
easing: m
|
|
20504
20509
|
}, {
|
|
@@ -20509,10 +20514,10 @@ const Od = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
20509
20514
|
$.style.webkitTransition = "", $.style.transition = "", T && T($);
|
|
20510
20515
|
}), D = ($) => {
|
|
20511
20516
|
a && a(S.current, $);
|
|
20512
|
-
}, U =
|
|
20517
|
+
}, U = C.useCallback(() => {
|
|
20513
20518
|
S.current && Io(d, S.current, u);
|
|
20514
20519
|
}, [d, u]);
|
|
20515
|
-
return
|
|
20520
|
+
return C.useEffect(() => {
|
|
20516
20521
|
if (p || d === "down" || d === "right")
|
|
20517
20522
|
return;
|
|
20518
20523
|
const $ = xi(() => {
|
|
@@ -20521,7 +20526,7 @@ const Od = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
20521
20526
|
return G.addEventListener("resize", $), () => {
|
|
20522
20527
|
$.clear(), G.removeEventListener("resize", $);
|
|
20523
20528
|
};
|
|
20524
|
-
}, [d, p, u]),
|
|
20529
|
+
}, [d, p, u]), C.useEffect(() => {
|
|
20525
20530
|
p || U();
|
|
20526
20531
|
}, [p, U]), /* @__PURE__ */ f.jsx(x, y({
|
|
20527
20532
|
nodeRef: S,
|
|
@@ -20534,9 +20539,9 @@ const Od = /* @__PURE__ */ E.forwardRef(function(t, r) {
|
|
|
20534
20539
|
addEndListener: D,
|
|
20535
20540
|
appear: l,
|
|
20536
20541
|
in: p,
|
|
20537
|
-
timeout:
|
|
20542
|
+
timeout: E
|
|
20538
20543
|
}, P, {
|
|
20539
|
-
children: ($, G) => /* @__PURE__ */
|
|
20544
|
+
children: ($, G) => /* @__PURE__ */ C.cloneElement(c, y({
|
|
20540
20545
|
ref: I,
|
|
20541
20546
|
style: y({
|
|
20542
20547
|
visibility: $ === "exited" && !p ? "hidden" : void 0
|