@movable/ui 3.7.3 → 3.8.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/components/InkDataGrid/CustomCells/InkDataGridTextWrapCell.d.ts +46 -0
- package/lib/components/InkDataGrid/CustomCells/createTextWrapColumn.d.ts +26 -0
- package/lib/components/InkDataGrid/CustomCells/index.d.ts +2 -0
- package/lib/components/InkDataGrid/index.d.ts +1 -0
- package/lib/components/InkEmptyState/InkEmptyState.d.ts +2 -1
- package/lib/components/index.d.ts +1 -1
- package/lib/index.d.ts +72 -1
- package/lib/index.mjs +430 -395
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ var wp = (e, t, n) => t in e ? Cp(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var Ee = (e, t, n) => wp(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
4
|
import * as S from "react";
|
|
5
5
|
import dt, { useRef as Ga, useState as mt, useEffect as Nc, Children as Ha, isValidElement as gn, cloneElement as sr, forwardRef as mo } from "react";
|
|
6
|
-
import { Typography as st, Chip as fa, Tooltip as qa, Box as
|
|
6
|
+
import { Typography as st, Chip as fa, Tooltip as qa, Box as Me, Menu as ri, MenuItem as pr, Button as ht, Dialog as Sp, IconButton as ho, Icon as Rn, DialogTitle as Ep, Stack as Re, DialogActions as Op, styled as _c, Drawer as Bc, AppBar as Rp, useScrollTrigger as jp, Breadcrumbs as kp, Link as Pp, CircularProgress as Dc, RadioGroup as Ap, FormControlLabel as Ya, Radio as Mp, Card as Lc, ToggleButton as Fc, ToggleButtonGroup as zc, ListSubheader as Ip, FormControl as $p, InputLabel as Np, Select as _p, FormHelperText as Bp, Alert as Dp, Skeleton as Qr, Checkbox as Vc, CardMedia as Lp, CardContent as Fp, CardActions as zp, Fade as Vp, TextField as Wp, Divider as Up, List as Gp, ListItem as Hp, Paper as qp, Badge as Yp } from "@mui/material";
|
|
7
7
|
import Kp from "@emotion/styled";
|
|
8
8
|
import { Global as Xp, ThemeContext as Jp, keyframes as go, css as Wc } from "@emotion/react";
|
|
9
9
|
import { WarningAmberRounded as Zp, ReportRounded as Qp, Close as ef, ViewList as tf } from "@mui/icons-material";
|
|
@@ -74,10 +74,10 @@ function Ef() {
|
|
|
74
74
|
{
|
|
75
75
|
var ue = C.ReactDebugCurrentFrame, je = ue.getStackAddendum();
|
|
76
76
|
je !== "" && (H += "%s", Q = Q.concat([je]));
|
|
77
|
-
var
|
|
77
|
+
var Le = Q.map(function(Se) {
|
|
78
78
|
return String(Se);
|
|
79
79
|
});
|
|
80
|
-
|
|
80
|
+
Le.unshift("Warning: " + H), Function.prototype.apply.call(console[O], console, Le);
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
var v = !1, w = !1, R = !1, P = !1, I = !1, _;
|
|
@@ -134,9 +134,9 @@ function Ef() {
|
|
|
134
134
|
var ue = O.displayName || null;
|
|
135
135
|
return ue !== null ? ue : k(O.type) || "Memo";
|
|
136
136
|
case h: {
|
|
137
|
-
var je = O,
|
|
137
|
+
var je = O, Le = je._payload, Se = je._init;
|
|
138
138
|
try {
|
|
139
|
-
return k(Se(
|
|
139
|
+
return k(Se(Le));
|
|
140
140
|
} catch {
|
|
141
141
|
return null;
|
|
142
142
|
}
|
|
@@ -237,8 +237,8 @@ function Ef() {
|
|
|
237
237
|
re = !0;
|
|
238
238
|
var je = Error.prepareStackTrace;
|
|
239
239
|
Error.prepareStackTrace = void 0;
|
|
240
|
-
var
|
|
241
|
-
|
|
240
|
+
var Le;
|
|
241
|
+
Le = X.current, X.current = null, q();
|
|
242
242
|
try {
|
|
243
243
|
if (H) {
|
|
244
244
|
var Se = function() {
|
|
@@ -291,7 +291,7 @@ function Ef() {
|
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
} finally {
|
|
294
|
-
re = !1, X.current =
|
|
294
|
+
re = !1, X.current = Le, G(), Error.prepareStackTrace = je;
|
|
295
295
|
}
|
|
296
296
|
var nr = O ? O.displayName || O.name : "", $n = nr ? ne(nr) : "";
|
|
297
297
|
return typeof O == "function" && Y.set(O, $n), $n;
|
|
@@ -323,28 +323,28 @@ function Ef() {
|
|
|
323
323
|
case m:
|
|
324
324
|
return be(O.type, H, Q);
|
|
325
325
|
case h: {
|
|
326
|
-
var ue = O, je = ue._payload,
|
|
326
|
+
var ue = O, je = ue._payload, Le = ue._init;
|
|
327
327
|
try {
|
|
328
|
-
return be(
|
|
328
|
+
return be(Le(je), H, Q);
|
|
329
329
|
} catch {
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
return "";
|
|
334
334
|
}
|
|
335
|
-
var
|
|
335
|
+
var De = Object.prototype.hasOwnProperty, We = {}, Ie = C.ReactDebugCurrentFrame;
|
|
336
336
|
function qe(O) {
|
|
337
337
|
if (O) {
|
|
338
338
|
var H = O._owner, Q = be(O.type, O._source, H ? H.type : null);
|
|
339
|
-
|
|
339
|
+
Ie.setExtraStackFrame(Q);
|
|
340
340
|
} else
|
|
341
|
-
|
|
341
|
+
Ie.setExtraStackFrame(null);
|
|
342
342
|
}
|
|
343
|
-
function
|
|
343
|
+
function $e(O, H, Q, ue, je) {
|
|
344
344
|
{
|
|
345
|
-
var
|
|
345
|
+
var Le = Function.call.bind(De);
|
|
346
346
|
for (var Se in O)
|
|
347
|
-
if (
|
|
347
|
+
if (Le(O, Se)) {
|
|
348
348
|
var we = void 0;
|
|
349
349
|
try {
|
|
350
350
|
if (typeof O[Se] != "function") {
|
|
@@ -391,7 +391,7 @@ function Ef() {
|
|
|
391
391
|
}, bt, Ft, de;
|
|
392
392
|
de = {};
|
|
393
393
|
function kt(O) {
|
|
394
|
-
if (
|
|
394
|
+
if (De.call(O, "ref")) {
|
|
395
395
|
var H = Object.getOwnPropertyDescriptor(O, "ref").get;
|
|
396
396
|
if (H && H.isReactWarning)
|
|
397
397
|
return !1;
|
|
@@ -399,7 +399,7 @@ function Ef() {
|
|
|
399
399
|
return O.ref !== void 0;
|
|
400
400
|
}
|
|
401
401
|
function vt(O) {
|
|
402
|
-
if (
|
|
402
|
+
if (De.call(O, "key")) {
|
|
403
403
|
var H = Object.getOwnPropertyDescriptor(O, "key").get;
|
|
404
404
|
if (H && H.isReactWarning)
|
|
405
405
|
return !1;
|
|
@@ -434,7 +434,7 @@ function Ef() {
|
|
|
434
434
|
});
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
var Ce = function(O, H, Q, ue, je,
|
|
437
|
+
var Ce = function(O, H, Q, ue, je, Le, Se) {
|
|
438
438
|
var we = {
|
|
439
439
|
// This tag allows us to uniquely identify this as a React Element
|
|
440
440
|
$$typeof: t,
|
|
@@ -444,7 +444,7 @@ function Ef() {
|
|
|
444
444
|
ref: Q,
|
|
445
445
|
props: Se,
|
|
446
446
|
// Record the component responsible for creating this element.
|
|
447
|
-
_owner:
|
|
447
|
+
_owner: Le
|
|
448
448
|
};
|
|
449
449
|
return we._store = {}, Object.defineProperty(we._store, "validated", {
|
|
450
450
|
configurable: !1,
|
|
@@ -465,14 +465,14 @@ function Ef() {
|
|
|
465
465
|
};
|
|
466
466
|
function Ye(O, H, Q, ue, je) {
|
|
467
467
|
{
|
|
468
|
-
var
|
|
468
|
+
var Le, Se = {}, we = null, wt = null;
|
|
469
469
|
Q !== void 0 && (Ct(Q), we = "" + Q), vt(H) && (Ct(H.key), we = "" + H.key), kt(H) && (wt = H.ref, xt(H, je));
|
|
470
|
-
for (
|
|
471
|
-
|
|
470
|
+
for (Le in H)
|
|
471
|
+
De.call(H, Le) && !Lt.hasOwnProperty(Le) && (Se[Le] = H[Le]);
|
|
472
472
|
if (O && O.defaultProps) {
|
|
473
473
|
var nt = O.defaultProps;
|
|
474
|
-
for (
|
|
475
|
-
Se[
|
|
474
|
+
for (Le in nt)
|
|
475
|
+
Se[Le] === void 0 && (Se[Le] = nt[Le]);
|
|
476
476
|
}
|
|
477
477
|
if (we || wt) {
|
|
478
478
|
var it = typeof O == "function" ? O.displayName || O.name || "Unknown" : O;
|
|
@@ -549,7 +549,7 @@ Check the top-level render call using <` + Q + ">.");
|
|
|
549
549
|
else if (O) {
|
|
550
550
|
var je = x(O);
|
|
551
551
|
if (typeof je == "function" && je !== O.entries)
|
|
552
|
-
for (var
|
|
552
|
+
for (var Le = je.call(O), Se; !(Se = Le.next()).done; )
|
|
553
553
|
jr(Se.value) && Pt(Se.value, H);
|
|
554
554
|
}
|
|
555
555
|
}
|
|
@@ -570,7 +570,7 @@ Check the top-level render call using <` + Q + ">.");
|
|
|
570
570
|
return;
|
|
571
571
|
if (Q) {
|
|
572
572
|
var ue = k(H);
|
|
573
|
-
|
|
573
|
+
$e(Q, O.props, "prop", ue, O);
|
|
574
574
|
} else if (H.PropTypes !== void 0 && !Rr) {
|
|
575
575
|
Rr = !0;
|
|
576
576
|
var je = k(H);
|
|
@@ -592,7 +592,7 @@ Check the top-level render call using <` + Q + ">.");
|
|
|
592
592
|
}
|
|
593
593
|
}
|
|
594
594
|
var Ns = {};
|
|
595
|
-
function _s(O, H, Q, ue, je,
|
|
595
|
+
function _s(O, H, Q, ue, je, Le) {
|
|
596
596
|
{
|
|
597
597
|
var Se = y(O);
|
|
598
598
|
if (!Se) {
|
|
@@ -603,7 +603,7 @@ Check the top-level render call using <` + Q + ">.");
|
|
|
603
603
|
var nt;
|
|
604
604
|
O === null ? nt = "null" : ie(O) ? nt = "array" : O !== void 0 && O.$$typeof === t ? (nt = "<" + (k(O.type) || "Unknown") + " />", we = " Did you accidentally export a JSX literal instead of a component?") : nt = typeof O, E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", nt, we);
|
|
605
605
|
}
|
|
606
|
-
var it = Ye(O, H, Q, je,
|
|
606
|
+
var it = Ye(O, H, Q, je, Le);
|
|
607
607
|
if (it == null)
|
|
608
608
|
return it;
|
|
609
609
|
if (Se) {
|
|
@@ -619,7 +619,7 @@ Check the top-level render call using <` + Q + ">.");
|
|
|
619
619
|
else
|
|
620
620
|
kr(Vt, O);
|
|
621
621
|
}
|
|
622
|
-
if (
|
|
622
|
+
if (De.call(H, "key")) {
|
|
623
623
|
var $n = k(O), At = Object.keys(H).filter(function(Tp) {
|
|
624
624
|
return Tp !== "key";
|
|
625
625
|
}), Ui = At.length > 0 ? "{key: someKey, " + At.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
@@ -648,7 +648,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
648
648
|
}
|
|
649
649
|
process.env.NODE_ENV === "production" ? ma.exports = Sf() : ma.exports = Ef();
|
|
650
650
|
var p = ma.exports;
|
|
651
|
-
function
|
|
651
|
+
function QE({ stringToDisplay: e }) {
|
|
652
652
|
return p.jsxs(st, { children: ["stringToDisplay prop is:", " ", p.jsx("span", { "data-test-string-to-display": !0, children: e })] });
|
|
653
653
|
}
|
|
654
654
|
function an(e, ...t) {
|
|
@@ -1540,7 +1540,7 @@ const Js = [];
|
|
|
1540
1540
|
function En(e) {
|
|
1541
1541
|
return Js[0] = e, $f(Js);
|
|
1542
1542
|
}
|
|
1543
|
-
var ga = { exports: {} },
|
|
1543
|
+
var ga = { exports: {} }, Ne = {};
|
|
1544
1544
|
/**
|
|
1545
1545
|
* @license React
|
|
1546
1546
|
* react-is.production.js
|
|
@@ -1552,7 +1552,7 @@ var ga = { exports: {} }, $e = {};
|
|
|
1552
1552
|
*/
|
|
1553
1553
|
var Zs;
|
|
1554
1554
|
function Xf() {
|
|
1555
|
-
if (Zs) return
|
|
1555
|
+
if (Zs) return Ne;
|
|
1556
1556
|
Zs = 1;
|
|
1557
1557
|
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.consumer"), s = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), h = Symbol.for("react.view_transition"), g = Symbol.for("react.client.reference");
|
|
1558
1558
|
function b(f) {
|
|
@@ -1586,35 +1586,35 @@ function Xf() {
|
|
|
1586
1586
|
}
|
|
1587
1587
|
}
|
|
1588
1588
|
}
|
|
1589
|
-
return
|
|
1589
|
+
return Ne.ContextConsumer = a, Ne.ContextProvider = s, Ne.Element = e, Ne.ForwardRef = l, Ne.Fragment = n, Ne.Lazy = m, Ne.Memo = d, Ne.Portal = t, Ne.Profiler = i, Ne.StrictMode = o, Ne.Suspense = c, Ne.SuspenseList = u, Ne.isContextConsumer = function(f) {
|
|
1590
1590
|
return b(f) === a;
|
|
1591
|
-
},
|
|
1591
|
+
}, Ne.isContextProvider = function(f) {
|
|
1592
1592
|
return b(f) === s;
|
|
1593
|
-
},
|
|
1593
|
+
}, Ne.isElement = function(f) {
|
|
1594
1594
|
return typeof f == "object" && f !== null && f.$$typeof === e;
|
|
1595
|
-
},
|
|
1595
|
+
}, Ne.isForwardRef = function(f) {
|
|
1596
1596
|
return b(f) === l;
|
|
1597
|
-
},
|
|
1597
|
+
}, Ne.isFragment = function(f) {
|
|
1598
1598
|
return b(f) === n;
|
|
1599
|
-
},
|
|
1599
|
+
}, Ne.isLazy = function(f) {
|
|
1600
1600
|
return b(f) === m;
|
|
1601
|
-
},
|
|
1601
|
+
}, Ne.isMemo = function(f) {
|
|
1602
1602
|
return b(f) === d;
|
|
1603
|
-
},
|
|
1603
|
+
}, Ne.isPortal = function(f) {
|
|
1604
1604
|
return b(f) === t;
|
|
1605
|
-
},
|
|
1605
|
+
}, Ne.isProfiler = function(f) {
|
|
1606
1606
|
return b(f) === i;
|
|
1607
|
-
},
|
|
1607
|
+
}, Ne.isStrictMode = function(f) {
|
|
1608
1608
|
return b(f) === o;
|
|
1609
|
-
},
|
|
1609
|
+
}, Ne.isSuspense = function(f) {
|
|
1610
1610
|
return b(f) === c;
|
|
1611
|
-
},
|
|
1611
|
+
}, Ne.isSuspenseList = function(f) {
|
|
1612
1612
|
return b(f) === u;
|
|
1613
|
-
},
|
|
1613
|
+
}, Ne.isValidElementType = function(f) {
|
|
1614
1614
|
return typeof f == "string" || typeof f == "function" || f === n || f === i || f === o || f === c || f === u || typeof f == "object" && f !== null && (f.$$typeof === m || f.$$typeof === d || f.$$typeof === s || f.$$typeof === a || f.$$typeof === l || f.$$typeof === g || f.getModuleId !== void 0);
|
|
1615
|
-
},
|
|
1615
|
+
}, Ne.typeOf = b, Ne;
|
|
1616
1616
|
}
|
|
1617
|
-
var
|
|
1617
|
+
var _e = {};
|
|
1618
1618
|
/**
|
|
1619
1619
|
* @license React
|
|
1620
1620
|
* react-is.development.js
|
|
@@ -1659,34 +1659,34 @@ function Jf() {
|
|
|
1659
1659
|
}
|
|
1660
1660
|
}
|
|
1661
1661
|
var t = Symbol.for("react.transitional.element"), n = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), s = Symbol.for("react.consumer"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), g = Symbol.for("react.view_transition"), b = Symbol.for("react.client.reference");
|
|
1662
|
-
|
|
1662
|
+
_e.ContextConsumer = s, _e.ContextProvider = l, _e.Element = t, _e.ForwardRef = c, _e.Fragment = o, _e.Lazy = h, _e.Memo = m, _e.Portal = n, _e.Profiler = a, _e.StrictMode = i, _e.Suspense = u, _e.SuspenseList = d, _e.isContextConsumer = function(f) {
|
|
1663
1663
|
return e(f) === s;
|
|
1664
|
-
},
|
|
1664
|
+
}, _e.isContextProvider = function(f) {
|
|
1665
1665
|
return e(f) === l;
|
|
1666
|
-
},
|
|
1666
|
+
}, _e.isElement = function(f) {
|
|
1667
1667
|
return typeof f == "object" && f !== null && f.$$typeof === t;
|
|
1668
|
-
},
|
|
1668
|
+
}, _e.isForwardRef = function(f) {
|
|
1669
1669
|
return e(f) === c;
|
|
1670
|
-
},
|
|
1670
|
+
}, _e.isFragment = function(f) {
|
|
1671
1671
|
return e(f) === o;
|
|
1672
|
-
},
|
|
1672
|
+
}, _e.isLazy = function(f) {
|
|
1673
1673
|
return e(f) === h;
|
|
1674
|
-
},
|
|
1674
|
+
}, _e.isMemo = function(f) {
|
|
1675
1675
|
return e(f) === m;
|
|
1676
|
-
},
|
|
1676
|
+
}, _e.isPortal = function(f) {
|
|
1677
1677
|
return e(f) === n;
|
|
1678
|
-
},
|
|
1678
|
+
}, _e.isProfiler = function(f) {
|
|
1679
1679
|
return e(f) === a;
|
|
1680
|
-
},
|
|
1680
|
+
}, _e.isStrictMode = function(f) {
|
|
1681
1681
|
return e(f) === i;
|
|
1682
|
-
},
|
|
1682
|
+
}, _e.isSuspense = function(f) {
|
|
1683
1683
|
return e(f) === u;
|
|
1684
|
-
},
|
|
1684
|
+
}, _e.isSuspenseList = function(f) {
|
|
1685
1685
|
return e(f) === d;
|
|
1686
|
-
},
|
|
1686
|
+
}, _e.isValidElementType = function(f) {
|
|
1687
1687
|
return typeof f == "string" || typeof f == "function" || f === o || f === a || f === i || f === u || f === d || typeof f == "object" && f !== null && (f.$$typeof === h || f.$$typeof === m || f.$$typeof === l || f.$$typeof === s || f.$$typeof === c || f.$$typeof === b || f.getModuleId !== void 0);
|
|
1688
|
-
},
|
|
1689
|
-
}()),
|
|
1688
|
+
}, _e.typeOf = e;
|
|
1689
|
+
}()), _e;
|
|
1690
1690
|
}
|
|
1691
1691
|
process.env.NODE_ENV === "production" ? ga.exports = Xf() : ga.exports = Jf();
|
|
1692
1692
|
var Wn = ga.exports;
|
|
@@ -3100,7 +3100,7 @@ function fr(e, t) {
|
|
|
3100
3100
|
e.values[n] *= 1 - t;
|
|
3101
3101
|
return gi(e);
|
|
3102
3102
|
}
|
|
3103
|
-
function
|
|
3103
|
+
function Fe(e, t, n) {
|
|
3104
3104
|
try {
|
|
3105
3105
|
return fr(e, t);
|
|
3106
3106
|
} catch {
|
|
@@ -3118,7 +3118,7 @@ function mr(e, t) {
|
|
|
3118
3118
|
e.values[n] += (1 - e.values[n]) * t;
|
|
3119
3119
|
return gi(e);
|
|
3120
3120
|
}
|
|
3121
|
-
function
|
|
3121
|
+
function ze(e, t, n) {
|
|
3122
3122
|
try {
|
|
3123
3123
|
return mr(e, t);
|
|
3124
3124
|
} catch {
|
|
@@ -4145,7 +4145,7 @@ const ag = {
|
|
|
4145
4145
|
px: "8px",
|
|
4146
4146
|
py: "4px"
|
|
4147
4147
|
}, sg = 3;
|
|
4148
|
-
function
|
|
4148
|
+
function eO({ chipList: e, numTagsToDisplay: t, size: n = "medium", maxChipWidth: o = 200 }) {
|
|
4149
4149
|
const [i, a] = mt(null), s = Ga(null), [l, c] = mt(void 0);
|
|
4150
4150
|
Nc(() => {
|
|
4151
4151
|
const f = new ResizeObserver((C) => {
|
|
@@ -4162,7 +4162,7 @@ function QE({ chipList: e, numTagsToDisplay: t, size: n = "medium", maxChipWidth
|
|
|
4162
4162
|
}, h = () => {
|
|
4163
4163
|
a(null);
|
|
4164
4164
|
}, g = (e == null ? void 0 : e.length) - d, b = !!i;
|
|
4165
|
-
return p.jsxs(
|
|
4165
|
+
return p.jsxs(Me, { py: 0.5, sx: { width: "100%" }, ref: s, children: [e == null ? void 0 : e.slice(0, d).map((f, x) => p.jsx(Me, { sx: { display: "inline-block", mr: 1, my: 0.5 }, "data-cy": "ink-chip", children: p.jsx(ig, { chipProps: f, maxWidth: o, size: n }) }, x)), g > 0 && p.jsxs(Me, { sx: { display: "inline-block", mr: 0.5, my: 0.5 }, children: [p.jsx(fa, { "data-cy": "more-btn", size: n, label: `${g} more`, onClick: m }), p.jsx(ri, { id: "basic-menu", "data-cy": "chip-menu", anchorEl: i, open: b, onClose: h, MenuListProps: {
|
|
4166
4166
|
"aria-labelledby": "basic-button"
|
|
4167
4167
|
}, slotProps: {
|
|
4168
4168
|
paper: {
|
|
@@ -4199,7 +4199,7 @@ const Su = (e) => {
|
|
|
4199
4199
|
children: Ha.map(n.children, (o) => Eu(o, t))
|
|
4200
4200
|
}) : e;
|
|
4201
4201
|
};
|
|
4202
|
-
function
|
|
4202
|
+
function tO({ Title: e, Content: t, Actions: n, onClose: o, hideCloseButton: i, ActionsProp: a, ...s }) {
|
|
4203
4203
|
var u, d, m, h, g, b, f;
|
|
4204
4204
|
let l = n;
|
|
4205
4205
|
if (n) {
|
|
@@ -4220,7 +4220,7 @@ function eO({ Title: e, Content: t, Actions: n, onClose: o, hideCloseButton: i,
|
|
|
4220
4220
|
color: (x) => x.palette.grey[500]
|
|
4221
4221
|
}, children: p.jsx(Rn, { children: "close_filled" }) }), typeof e != "string" ? p.jsx(p.Fragment, { children: e }) : p.jsx(Ep, { "data-test": "ink-dialog-title", children: p.jsxs(Re, { direction: "row", alignItems: "center", children: [((u = a == null ? void 0 : a.primary) == null ? void 0 : u.variant) && p.jsx(lg, { variant: a.primary.variant }), p.jsx(st, { variant: "h6", children: p.jsx("strong", { children: e }) })] }) }), t, l, a && p.jsxs(Op, { sx: { m: 1 }, children: [a.cancel && p.jsx(ht, { "data-test": "ink-dialog-cancel-action", onClick: a.cancel.onClick, children: (d = a.cancel) == null ? void 0 : d.label }), a.secondary && p.jsx(ht, { "data-test": "ink-dialog-secondary-action", color: ((m = a.secondary) == null ? void 0 : m.variant) === "destructive" ? "error" : "primary", disabled: a.secondary.disabled || a.secondary.loading, ...a.secondary, variant: (h = a.secondary) != null && h.variant ? "contained" : "text", loadingPosition: "end", children: (g = a.secondary) == null ? void 0 : g.label }), a.primary && p.jsx(ht, { "data-test": "ink-dialog-primary-action", color: ((b = a.primary) == null ? void 0 : b.variant) === "destructive" ? "error" : "primary", disabled: a.primary.disabled || a.primary.loading, ...a.primary, variant: "contained", loadingPosition: "end", children: (f = a.primary) == null ? void 0 : f.label })] })] });
|
|
4222
4222
|
}
|
|
4223
|
-
const Ou = 280, cg = _c(
|
|
4223
|
+
const Ou = 280, cg = _c(Me, { shouldForwardProp: (e) => e !== "open" })(({ theme: e, open: t }) => ({
|
|
4224
4224
|
flexGrow: 1,
|
|
4225
4225
|
overflowX: "auto",
|
|
4226
4226
|
transition: e.transitions.create("margin", {
|
|
@@ -4236,7 +4236,7 @@ const Ou = 280, cg = _c(Ve, { shouldForwardProp: (e) => e !== "open" })(({ theme
|
|
|
4236
4236
|
marginLeft: 0
|
|
4237
4237
|
}
|
|
4238
4238
|
}));
|
|
4239
|
-
function
|
|
4239
|
+
function nO({
|
|
4240
4240
|
isOpen: e,
|
|
4241
4241
|
handleDrawerClose: t,
|
|
4242
4242
|
children: n,
|
|
@@ -4250,7 +4250,7 @@ function tO({
|
|
|
4250
4250
|
isComponentLevelDrawer: u = !1,
|
|
4251
4251
|
mainProps: d
|
|
4252
4252
|
}) {
|
|
4253
|
-
return p.jsxs(
|
|
4253
|
+
return p.jsxs(Me, { sx: { display: "flex", width: "100%" }, children: [p.jsx(Bc, { sx: {
|
|
4254
4254
|
...c,
|
|
4255
4255
|
width: o,
|
|
4256
4256
|
flexShrink: 0,
|
|
@@ -4280,14 +4280,14 @@ function tO({
|
|
|
4280
4280
|
width: "40px",
|
|
4281
4281
|
height: "40px",
|
|
4282
4282
|
zIndex: (m) => m.zIndex.tooltip
|
|
4283
|
-
}, children: p.jsx(Rn, { fontSize: "small", children: "close_icon" }) }) })] }), a] }), s && p.jsx(
|
|
4283
|
+
}, children: p.jsx(Rn, { fontSize: "small", children: "close_icon" }) }) })] }), a] }), s && p.jsx(Me, { "data-cy": "bottom-filter", sx: {
|
|
4284
4284
|
px: 2,
|
|
4285
4285
|
py: 1,
|
|
4286
4286
|
borderTop: "1px solid",
|
|
4287
4287
|
borderColor: "neutral200"
|
|
4288
4288
|
}, children: s })] }) }), p.jsx(cg, { component: "main", open: e, ...d, children: n })] });
|
|
4289
4289
|
}
|
|
4290
|
-
function
|
|
4290
|
+
function rO({ metadata: e }) {
|
|
4291
4291
|
const t = (n) => n == null || n === "" ? p.jsx(st, { variant: "body2", color: "text.disabled", children: "--" }) : typeof n == "string" ? p.jsx(st, { variant: "body2", children: n }) : n;
|
|
4292
4292
|
return p.jsx(Re, { direction: "row", spacing: 2, "data-test-ink-page-header-metadata": !0, children: e.map(({ icon: n, label: o, value: i }) => p.jsxs(Re, { direction: "row", alignItems: "center", spacing: 0.5, "data-cy": `metadata-${o}`, children: [n && typeof n == "string" ? p.jsx(Rn, { sx: { color: "neutral600", fontSize: "1rem" }, children: n }) : n, p.jsx(st, { variant: "body2", color: "text.secondary", children: o }), t(i)] }, o)) });
|
|
4293
4293
|
}
|
|
@@ -4311,7 +4311,7 @@ const ug = ({ children: e }) => {
|
|
|
4311
4311
|
},
|
|
4312
4312
|
...t
|
|
4313
4313
|
}, children: e({ position: o }) }) });
|
|
4314
|
-
function
|
|
4314
|
+
function oO({ Breadcrumbs: e, Subtitle: t, Metadata: n, Chips: o, ButtonGroup: i, Tabs: a, sx: s }) {
|
|
4315
4315
|
return p.jsx(Ru, { children: ({ position: l }) => p.jsxs(Re, { "data-test-ink-page-header": !0, direction: "column", spacing: 2, position: l, sx: {
|
|
4316
4316
|
borderBottom: 1,
|
|
4317
4317
|
borderColor: "divider",
|
|
@@ -4332,19 +4332,19 @@ function pg({ label: e }) {
|
|
|
4332
4332
|
function fg({ breadcrumb: e, i: t, onClick: n }) {
|
|
4333
4333
|
return p.jsx(Pp, { href: e.path, ...e.LinkProps, underline: "hover", "data-cy": `breadcrumb-${t}`, variant: "h5", color: "action.active", onClick: n, children: e.label });
|
|
4334
4334
|
}
|
|
4335
|
-
function
|
|
4335
|
+
function iO({ breadcrumbs: e }) {
|
|
4336
4336
|
return p.jsx(kp, { sx: dg, "data-test-ink-page-header-breadcrumbs": !0, children: e == null ? void 0 : e.map((t, n) => n === e.length - 1 ? p.jsx(pg, { label: t.label }, `breadcrumb-${n}`) : p.jsx(fg, { breadcrumb: t, i: n, onClick: t.onClick }, `breadcrumb-${n}`)) });
|
|
4337
4337
|
}
|
|
4338
4338
|
function ju({ sx: e }) {
|
|
4339
4339
|
return p.jsx(st, { variant: "overline", sx: { color: "neutral500", fontWeight: 600, lineHeight: 2.25, ...e }, children: "Internal Use Only" });
|
|
4340
4340
|
}
|
|
4341
|
-
function
|
|
4341
|
+
function aO({ primaryAction: e, secondaryAction: t, dropdownAction: n }) {
|
|
4342
4342
|
const [o, i] = mt(null), a = !!o, s = (h) => {
|
|
4343
4343
|
i(h.currentTarget);
|
|
4344
4344
|
}, l = () => {
|
|
4345
4345
|
i(null);
|
|
4346
4346
|
}, { internalUseOnlyItems: c, menuOptions: u } = n ?? {}, d = u == null ? void 0 : u.filter((h) => c == null ? void 0 : c.includes(h.label)), m = u == null ? void 0 : u.filter((h) => !(c != null && c.includes(h.label)));
|
|
4347
|
-
return p.jsxs(Re, { direction: "row", spacing: 1, "data-test-ink-page-header-action-buttons": !0, children: [n && p.jsxs(
|
|
4347
|
+
return p.jsxs(Re, { direction: "row", spacing: 1, "data-test-ink-page-header-action-buttons": !0, children: [n && p.jsxs(Me, { children: [p.jsx(ht, { id: "action-dd", "aria-controls": a ? "action-menu" : void 0, "aria-haspopup": "true", "aria-expanded": a ? "true" : void 0, onClick: s, variant: "contained", color: "inherit", endIcon: p.jsx(Rn, { children: "arrow_drop_down" }), children: n.label }), p.jsxs(ri, { id: "action-menu", anchorEl: o, open: a, onClose: l, MenuListProps: {
|
|
4348
4348
|
"aria-labelledby": "action-dd"
|
|
4349
4349
|
}, anchorOrigin: {
|
|
4350
4350
|
vertical: "bottom",
|
|
@@ -4354,21 +4354,21 @@ function iO({ primaryAction: e, secondaryAction: t, dropdownAction: n }) {
|
|
|
4354
4354
|
horizontal: "right"
|
|
4355
4355
|
}, ...n.menuProps, children: [m == null ? void 0 : m.map(({ label: h, onClick: g, menuItemProps: b }, f) => p.jsx(pr, { "data-test-ink-dropdown-action": String(h), onClick: () => {
|
|
4356
4356
|
g(), l();
|
|
4357
|
-
}, ...b, children: h }, f)), d && d.length > 0 && p.jsxs(
|
|
4357
|
+
}, ...b, children: h }, f)), d && d.length > 0 && p.jsxs(Me, { sx: { mt: "12px" }, children: [p.jsx(ju, { sx: { px: 2, lineHeight: "8px" } }), d.map(({ label: h, onClick: g, menuItemProps: b }, f) => p.jsx(pr, { "data-test-ink-dropdown-internal-action": String(h), onClick: () => {
|
|
4358
4358
|
g(), l();
|
|
4359
4359
|
}, ...b, children: h }, f))] })] })] }), t && p.jsx(ht, { "data-cy": "secondary", variant: "contained", color: "inherit", ...t, children: t.label }), e && p.jsx(ht, { "data-cy": "primary", variant: "contained", ...e, sx: { whiteSpace: "nowrap" }, children: e.label })] });
|
|
4360
4360
|
}
|
|
4361
4361
|
function mg({ subtitle: e, sx: t, ...n }) {
|
|
4362
4362
|
return p.jsx(st, { variant: "body2", color: "text.secondary", "data-cy": "header-subtitle", sx: { ...t }, ...n, children: e });
|
|
4363
4363
|
}
|
|
4364
|
-
function
|
|
4364
|
+
function sO({ label: e, Stepper: t, ButtonGroup: n, subtitle: o }) {
|
|
4365
4365
|
const i = (a) => typeof a == "object" && a !== null && ("primary" in a || "close" in a);
|
|
4366
4366
|
return p.jsx(Ru, { sx: {
|
|
4367
4367
|
px: 3,
|
|
4368
4368
|
py: 2.25,
|
|
4369
4369
|
borderBottom: "1px solid",
|
|
4370
4370
|
borderBottomColor: "neutral200"
|
|
4371
|
-
}, children: ({ position: a }) => p.jsxs(Re, { position: a, direction: "row", spacing: 2, justifyContent: "space-between", alignItems: "center", children: [p.jsx(st, { "data-test-ink-workflow-header-label": !0, variant: "h6", sx: { fontWeight: "600", flexGrow: "1" }, children: p.jsxs(Re, { direction: "column", spacing: 0, children: [e, o && p.jsx(mg, { component: "span", subtitle: o })] }) }), t && p.jsx(
|
|
4371
|
+
}, children: ({ position: a }) => p.jsxs(Re, { position: a, direction: "row", spacing: 2, justifyContent: "space-between", alignItems: "center", children: [p.jsx(st, { "data-test-ink-workflow-header-label": !0, variant: "h6", sx: { fontWeight: "600", flexGrow: "1" }, children: p.jsxs(Re, { direction: "column", spacing: 0, children: [e, o && p.jsx(mg, { component: "span", subtitle: o })] }) }), t && p.jsx(Me, { sx: { flexGrow: "2" }, "data-test-ink-workflow-header-stepper": !0, children: t }), n && p.jsx(Me, { sx: { flexGrow: "1", justifyContent: "end", display: "flex" }, "data-test-ink-workflow-header-button-group": !0, children: i(n) ? p.jsxs(Re, { direction: "row", spacing: 1, children: [n.primary && p.jsx(ht, { variant: "contained", endIcon: n.primary.loading ? p.jsx(Dc, { size: 20, color: "inherit" }) : void 0, disabled: n.primary.disabled || n.primary.loading, ...n.primary, "data-test-ink-workflow-header-primary-action": !0, children: n.primary.label }), n.close && p.jsx(ho, { onClick: n.close.onClick, "data-test-ink-workflow-header-close-action": !0, children: p.jsx(Rn, { children: "close_rounded" }) })] }) : n })] }) });
|
|
4372
4372
|
}
|
|
4373
4373
|
const no = {
|
|
4374
4374
|
black: "#000",
|
|
@@ -4388,7 +4388,7 @@ const no = {
|
|
|
4388
4388
|
A200: "#eeeeee",
|
|
4389
4389
|
A400: "#bdbdbd",
|
|
4390
4390
|
A700: "#616161"
|
|
4391
|
-
},
|
|
4391
|
+
}, Be = {
|
|
4392
4392
|
50: "#f3e5f5",
|
|
4393
4393
|
100: "#e1bee7",
|
|
4394
4394
|
200: "#ce93d8",
|
|
@@ -4448,7 +4448,7 @@ const no = {
|
|
|
4448
4448
|
A200: "#448aff",
|
|
4449
4449
|
A400: "#2979ff",
|
|
4450
4450
|
A700: "#2962ff"
|
|
4451
|
-
},
|
|
4451
|
+
}, Ve = {
|
|
4452
4452
|
50: "#e1f5fe",
|
|
4453
4453
|
100: "#b3e5fc",
|
|
4454
4454
|
200: "#81d4fa",
|
|
@@ -4566,13 +4566,13 @@ function gg(e = "light") {
|
|
|
4566
4566
|
}
|
|
4567
4567
|
function yg(e = "light") {
|
|
4568
4568
|
return e === "dark" ? {
|
|
4569
|
-
main:
|
|
4570
|
-
light:
|
|
4571
|
-
dark:
|
|
4569
|
+
main: Be[200],
|
|
4570
|
+
light: Be[50],
|
|
4571
|
+
dark: Be[400]
|
|
4572
4572
|
} : {
|
|
4573
|
-
main:
|
|
4574
|
-
light:
|
|
4575
|
-
dark:
|
|
4573
|
+
main: Be[500],
|
|
4574
|
+
light: Be[300],
|
|
4575
|
+
dark: Be[700]
|
|
4576
4576
|
};
|
|
4577
4577
|
}
|
|
4578
4578
|
function bg(e = "light") {
|
|
@@ -4588,13 +4588,13 @@ function bg(e = "light") {
|
|
|
4588
4588
|
}
|
|
4589
4589
|
function vg(e = "light") {
|
|
4590
4590
|
return e === "dark" ? {
|
|
4591
|
-
main:
|
|
4592
|
-
light:
|
|
4593
|
-
dark:
|
|
4591
|
+
main: Ve[400],
|
|
4592
|
+
light: Ve[300],
|
|
4593
|
+
dark: Ve[700]
|
|
4594
4594
|
} : {
|
|
4595
|
-
main:
|
|
4596
|
-
light:
|
|
4597
|
-
dark:
|
|
4595
|
+
main: Ve[700],
|
|
4596
|
+
light: Ve[500],
|
|
4597
|
+
dark: Ve[900]
|
|
4598
4598
|
};
|
|
4599
4599
|
}
|
|
4600
4600
|
function xg(e = "light") {
|
|
@@ -5171,14 +5171,14 @@ function Ug(e = {}, ...t) {
|
|
|
5171
5171
|
return h($, y[z][N]);
|
|
5172
5172
|
};
|
|
5173
5173
|
if (y.mode === "light" && (D(y.common, "background", "#fff"), D(y.common, "onBackground", "#000")), y.mode === "dark" && (D(y.common, "background", "#000"), D(y.common, "onBackground", "#fff")), zg(y, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), y.mode === "light") {
|
|
5174
|
-
D(y.Alert, "errorColor",
|
|
5174
|
+
D(y.Alert, "errorColor", Fe(y.error.light, 0.6)), D(y.Alert, "infoColor", Fe(y.info.light, 0.6)), D(y.Alert, "successColor", Fe(y.success.light, 0.6)), D(y.Alert, "warningColor", Fe(y.warning.light, 0.6)), D(y.Alert, "errorFilledBg", j("palette-error-main")), D(y.Alert, "infoFilledBg", j("palette-info-main")), D(y.Alert, "successFilledBg", j("palette-success-main")), D(y.Alert, "warningFilledBg", j("palette-warning-main")), D(y.Alert, "errorFilledColor", en(() => y.getContrastText(y.error.main))), D(y.Alert, "infoFilledColor", en(() => y.getContrastText(y.info.main))), D(y.Alert, "successFilledColor", en(() => y.getContrastText(y.success.main))), D(y.Alert, "warningFilledColor", en(() => y.getContrastText(y.warning.main))), D(y.Alert, "errorStandardBg", ze(y.error.light, 0.9)), D(y.Alert, "infoStandardBg", ze(y.info.light, 0.9)), D(y.Alert, "successStandardBg", ze(y.success.light, 0.9)), D(y.Alert, "warningStandardBg", ze(y.warning.light, 0.9)), D(y.Alert, "errorIconColor", j("palette-error-main")), D(y.Alert, "infoIconColor", j("palette-info-main")), D(y.Alert, "successIconColor", j("palette-success-main")), D(y.Alert, "warningIconColor", j("palette-warning-main")), D(y.AppBar, "defaultBg", j("palette-grey-100")), D(y.Avatar, "defaultBg", j("palette-grey-400")), D(y.Button, "inheritContainedBg", j("palette-grey-300")), D(y.Button, "inheritContainedHoverBg", j("palette-grey-A100")), D(y.Chip, "defaultBorder", j("palette-grey-400")), D(y.Chip, "defaultAvatarColor", j("palette-grey-700")), D(y.Chip, "defaultIconColor", j("palette-grey-700")), D(y.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), D(y.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), D(y.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), D(y.LinearProgress, "primaryBg", ze(y.primary.main, 0.62)), D(y.LinearProgress, "secondaryBg", ze(y.secondary.main, 0.62)), D(y.LinearProgress, "errorBg", ze(y.error.main, 0.62)), D(y.LinearProgress, "infoBg", ze(y.info.main, 0.62)), D(y.LinearProgress, "successBg", ze(y.success.main, 0.62)), D(y.LinearProgress, "warningBg", ze(y.warning.main, 0.62)), D(y.Skeleton, "bg", `rgba(${j("palette-text-primaryChannel")} / 0.11)`), D(y.Slider, "primaryTrack", ze(y.primary.main, 0.62)), D(y.Slider, "secondaryTrack", ze(y.secondary.main, 0.62)), D(y.Slider, "errorTrack", ze(y.error.main, 0.62)), D(y.Slider, "infoTrack", ze(y.info.main, 0.62)), D(y.Slider, "successTrack", ze(y.success.main, 0.62)), D(y.Slider, "warningTrack", ze(y.warning.main, 0.62));
|
|
5175
5175
|
const $ = Ao(y.background.default, 0.8);
|
|
5176
|
-
D(y.SnackbarContent, "bg", $), D(y.SnackbarContent, "color", en(() => y.getContrastText($))), D(y.SpeedDialAction, "fabHoverBg", Ao(y.background.paper, 0.15)), D(y.StepConnector, "border", j("palette-grey-400")), D(y.StepContent, "border", j("palette-grey-400")), D(y.Switch, "defaultColor", j("palette-common-white")), D(y.Switch, "defaultDisabledColor", j("palette-grey-100")), D(y.Switch, "primaryDisabledColor",
|
|
5176
|
+
D(y.SnackbarContent, "bg", $), D(y.SnackbarContent, "color", en(() => y.getContrastText($))), D(y.SpeedDialAction, "fabHoverBg", Ao(y.background.paper, 0.15)), D(y.StepConnector, "border", j("palette-grey-400")), D(y.StepContent, "border", j("palette-grey-400")), D(y.Switch, "defaultColor", j("palette-common-white")), D(y.Switch, "defaultDisabledColor", j("palette-grey-100")), D(y.Switch, "primaryDisabledColor", ze(y.primary.main, 0.62)), D(y.Switch, "secondaryDisabledColor", ze(y.secondary.main, 0.62)), D(y.Switch, "errorDisabledColor", ze(y.error.main, 0.62)), D(y.Switch, "infoDisabledColor", ze(y.info.main, 0.62)), D(y.Switch, "successDisabledColor", ze(y.success.main, 0.62)), D(y.Switch, "warningDisabledColor", ze(y.warning.main, 0.62)), D(y.TableCell, "border", ze(Po(y.divider, 1), 0.88)), D(y.Tooltip, "bg", Po(y.grey[700], 0.92));
|
|
5177
5177
|
}
|
|
5178
5178
|
if (y.mode === "dark") {
|
|
5179
|
-
D(y.Alert, "errorColor",
|
|
5179
|
+
D(y.Alert, "errorColor", ze(y.error.light, 0.6)), D(y.Alert, "infoColor", ze(y.info.light, 0.6)), D(y.Alert, "successColor", ze(y.success.light, 0.6)), D(y.Alert, "warningColor", ze(y.warning.light, 0.6)), D(y.Alert, "errorFilledBg", j("palette-error-dark")), D(y.Alert, "infoFilledBg", j("palette-info-dark")), D(y.Alert, "successFilledBg", j("palette-success-dark")), D(y.Alert, "warningFilledBg", j("palette-warning-dark")), D(y.Alert, "errorFilledColor", en(() => y.getContrastText(y.error.dark))), D(y.Alert, "infoFilledColor", en(() => y.getContrastText(y.info.dark))), D(y.Alert, "successFilledColor", en(() => y.getContrastText(y.success.dark))), D(y.Alert, "warningFilledColor", en(() => y.getContrastText(y.warning.dark))), D(y.Alert, "errorStandardBg", Fe(y.error.light, 0.9)), D(y.Alert, "infoStandardBg", Fe(y.info.light, 0.9)), D(y.Alert, "successStandardBg", Fe(y.success.light, 0.9)), D(y.Alert, "warningStandardBg", Fe(y.warning.light, 0.9)), D(y.Alert, "errorIconColor", j("palette-error-main")), D(y.Alert, "infoIconColor", j("palette-info-main")), D(y.Alert, "successIconColor", j("palette-success-main")), D(y.Alert, "warningIconColor", j("palette-warning-main")), D(y.AppBar, "defaultBg", j("palette-grey-900")), D(y.AppBar, "darkBg", j("palette-background-paper")), D(y.AppBar, "darkColor", j("palette-text-primary")), D(y.Avatar, "defaultBg", j("palette-grey-600")), D(y.Button, "inheritContainedBg", j("palette-grey-800")), D(y.Button, "inheritContainedHoverBg", j("palette-grey-700")), D(y.Chip, "defaultBorder", j("palette-grey-700")), D(y.Chip, "defaultAvatarColor", j("palette-grey-300")), D(y.Chip, "defaultIconColor", j("palette-grey-300")), D(y.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), D(y.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), D(y.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), D(y.LinearProgress, "primaryBg", Fe(y.primary.main, 0.5)), D(y.LinearProgress, "secondaryBg", Fe(y.secondary.main, 0.5)), D(y.LinearProgress, "errorBg", Fe(y.error.main, 0.5)), D(y.LinearProgress, "infoBg", Fe(y.info.main, 0.5)), D(y.LinearProgress, "successBg", Fe(y.success.main, 0.5)), D(y.LinearProgress, "warningBg", Fe(y.warning.main, 0.5)), D(y.Skeleton, "bg", `rgba(${j("palette-text-primaryChannel")} / 0.13)`), D(y.Slider, "primaryTrack", Fe(y.primary.main, 0.5)), D(y.Slider, "secondaryTrack", Fe(y.secondary.main, 0.5)), D(y.Slider, "errorTrack", Fe(y.error.main, 0.5)), D(y.Slider, "infoTrack", Fe(y.info.main, 0.5)), D(y.Slider, "successTrack", Fe(y.success.main, 0.5)), D(y.Slider, "warningTrack", Fe(y.warning.main, 0.5));
|
|
5180
5180
|
const $ = Ao(y.background.default, 0.98);
|
|
5181
|
-
D(y.SnackbarContent, "bg", $), D(y.SnackbarContent, "color", en(() => y.getContrastText($))), D(y.SpeedDialAction, "fabHoverBg", Ao(y.background.paper, 0.15)), D(y.StepConnector, "border", j("palette-grey-600")), D(y.StepContent, "border", j("palette-grey-600")), D(y.Switch, "defaultColor", j("palette-grey-300")), D(y.Switch, "defaultDisabledColor", j("palette-grey-600")), D(y.Switch, "primaryDisabledColor",
|
|
5181
|
+
D(y.SnackbarContent, "bg", $), D(y.SnackbarContent, "color", en(() => y.getContrastText($))), D(y.SpeedDialAction, "fabHoverBg", Ao(y.background.paper, 0.15)), D(y.StepConnector, "border", j("palette-grey-600")), D(y.StepContent, "border", j("palette-grey-600")), D(y.Switch, "defaultColor", j("palette-grey-300")), D(y.Switch, "defaultDisabledColor", j("palette-grey-600")), D(y.Switch, "primaryDisabledColor", Fe(y.primary.main, 0.55)), D(y.Switch, "secondaryDisabledColor", Fe(y.secondary.main, 0.55)), D(y.Switch, "errorDisabledColor", Fe(y.error.main, 0.55)), D(y.Switch, "infoDisabledColor", Fe(y.info.main, 0.55)), D(y.Switch, "successDisabledColor", Fe(y.success.main, 0.55)), D(y.Switch, "warningDisabledColor", Fe(y.warning.main, 0.55)), D(y.TableCell, "border", Fe(Po(y.divider, 1), 0.68)), D(y.Tooltip, "bg", Po(y.grey[700], 0.92));
|
|
5182
5182
|
}
|
|
5183
5183
|
pn(y.background, "default"), pn(y.background, "paper"), pn(y.common, "background"), pn(y.common, "onBackground"), pn(y, "divider"), Object.keys(y).forEach(($) => {
|
|
5184
5184
|
const k = y[$];
|
|
@@ -5775,7 +5775,7 @@ process.env.NODE_ENV !== "production" && (Kt.propTypes = {
|
|
|
5775
5775
|
*/
|
|
5776
5776
|
variantMapping: r.object
|
|
5777
5777
|
});
|
|
5778
|
-
function
|
|
5778
|
+
function lO({ Header: e, Description: t, Icon: n, CTA: o, children: i, shouldShowFullDescription: a = !1, isLoading: s = !1, loadingSkeleton: l, ...c }) {
|
|
5779
5779
|
const u = () => s && l ? l : i;
|
|
5780
5780
|
return p.jsxs(Ti, { "data-test": "ink-paper", ...c, sx: {
|
|
5781
5781
|
...c.sx,
|
|
@@ -5791,7 +5791,7 @@ function sO({ Header: e, Description: t, Icon: n, CTA: o, children: i, shouldSho
|
|
|
5791
5791
|
textOverflow: "ellipsis"
|
|
5792
5792
|
}, children: [typeof e != "string" ? p.jsx(p.Fragment, { children: e }) : p.jsx(Kt, { "data-test": "ink-paper-header", variant: "subtitle1", color: "text.primary", component: "strong", fontWeight: 600, children: e }), t && p.jsx(p.Fragment, { children: typeof t != "string" ? t : p.jsx(Kt, { "data-test": "ink-paper-description", variant: "caption", color: "text.secondary", noWrap: !a, children: t }) })] }), o] }), u()] });
|
|
5793
5793
|
}
|
|
5794
|
-
const
|
|
5794
|
+
const cO = ({ name: e, options: t, value: n, ref: o, direction: i = "row", cardSx: a, fullWidth: s = !0, disabled: l = !1, onChange: c, onBlur: u }) => {
|
|
5795
5795
|
const d = (g, b, f, x) => x ? g ? b : "inherit" : f, m = (g, b, f, x, C) => C ? g ? b : x : g ? b : f, h = t.some((g) => !!g.bottomContent);
|
|
5796
5796
|
return p.jsx(Ap, { name: e, onChange: c, onBlur: u, value: n, ref: o, "aria-label": e, "aria-readonly": l, "aria-disabled": l, sx: { width: s ? "100%" : "fit-content" }, children: p.jsx(Re, { direction: i, spacing: 2, children: t.map(({ value: g, icon: b, title: f, description: x, subDescription: C, disabled: E, bottomContent: T }) => {
|
|
5797
5797
|
const v = l || E;
|
|
@@ -5824,10 +5824,10 @@ const lO = ({ name: e, options: t, value: n, ref: o, direction: i = "row", cardS
|
|
|
5824
5824
|
borderRadius: 1,
|
|
5825
5825
|
outlineColor: (w) => m(n === g, w.palette.primary.dark, w.palette.neutral200, w.palette.neutral200, v),
|
|
5826
5826
|
...a
|
|
5827
|
-
}, children: [p.jsxs(Re, { direction: "column", alignItems: "center", width: "100%", children: [b && p.jsx(
|
|
5827
|
+
}, children: [p.jsxs(Re, { direction: "column", alignItems: "center", width: "100%", children: [b && p.jsx(Me, { sx: {
|
|
5828
5828
|
color: v ? "neutral500" : n === g ? "text.primary" : "action.active",
|
|
5829
5829
|
".MuiSvgIcon-root": { fontSize: "2rem" }
|
|
5830
|
-
}, children: b }), p.jsx(st, { variant: "subtitle1", textAlign: "center", lineHeight: "20px", mt: 0.5, color: v ? n === g ? "text.secondary" : "neutral500" : "text.primary", children: f }), x && p.jsx(st, { variant: "body2", textAlign: "center", mt: 1, color: `${v ? "neutral500" : "text.secondary"}`, children: x }), C && p.jsx(st, { variant: "body2", color: `${v ? "neutral500" : "text.secondary"}`, textAlign: "center", mt: 1, children: C })] }), T && p.jsx(
|
|
5830
|
+
}, children: b }), p.jsx(st, { variant: "subtitle1", textAlign: "center", lineHeight: "20px", mt: 0.5, color: v ? n === g ? "text.secondary" : "neutral500" : "text.primary", children: f }), x && p.jsx(st, { variant: "body2", textAlign: "center", mt: 1, color: `${v ? "neutral500" : "text.secondary"}`, children: x }), C && p.jsx(st, { variant: "body2", color: `${v ? "neutral500" : "text.secondary"}`, textAlign: "center", mt: 1, children: C })] }), T && p.jsx(Me, { mt: 2, display: "flex", justifyContent: "center", minHeight: h ? "24px" : 0, children: T })] }) }, g);
|
|
5831
5831
|
}) }) });
|
|
5832
5832
|
};
|
|
5833
5833
|
function wl({ value: e, label: t, size: n = "small", ariaLabel: o, ...i }) {
|
|
@@ -5870,7 +5870,7 @@ function wl({ value: e, label: t, size: n = "small", ariaLabel: o, ...i }) {
|
|
|
5870
5870
|
}
|
|
5871
5871
|
}, children: t || e });
|
|
5872
5872
|
}
|
|
5873
|
-
function
|
|
5873
|
+
function uO({ id: e, toggleButtons: t, ariaLabel: n, value: o = "", size: i = "x-small", single: a = !1, enforceValueSet: s = !1, sx: l, onChange: c, ...u }) {
|
|
5874
5874
|
const d = t.find((h) => h.value === o) ?? t[0], m = (h, g) => {
|
|
5875
5875
|
s && !g || !c || c(h, g);
|
|
5876
5876
|
};
|
|
@@ -5956,7 +5956,7 @@ function Sl({ value: e, size: t = "small", ariaLabel: n, icon: o, ...i }) {
|
|
|
5956
5956
|
}
|
|
5957
5957
|
}, children: o });
|
|
5958
5958
|
}
|
|
5959
|
-
function
|
|
5959
|
+
function dO({ id: e, toggleButtons: t, ariaLabel: n, size: o = "x-small", single: i = !1, value: a = "", enforceValueSet: s = !1, onChange: l, sx: c, ...u }) {
|
|
5960
5960
|
const d = (h, g) => {
|
|
5961
5961
|
s && !g || !l || l(h, g);
|
|
5962
5962
|
}, m = t.find((h) => h.value === a) ?? t[0];
|
|
@@ -6001,9 +6001,9 @@ const El = {
|
|
|
6001
6001
|
paper: Ol,
|
|
6002
6002
|
data: Ol
|
|
6003
6003
|
};
|
|
6004
|
-
function
|
|
6004
|
+
function pO({ title: e, description: t, action: n, variant: o, icon: i, sx: a }) {
|
|
6005
6005
|
const s = o === "search" ? "neutral00" : "neutral50", l = oy[o], { fontSize: c, fontSizeDescription: u, titleVariant: d, descriptionVariant: m } = l;
|
|
6006
|
-
return p.jsxs(Re, { alignItems: "center", justifyContent: "center", textAlign: "center", "data-cy": `empty-state-${o}-container`, sx: { backgroundColor: s, p: 5, ...a }, children: [i && p.jsx(ry, { icon: i, variant: o }), e && p.jsx(st, { variant: d, sx: { fontSize: c }, "data-cy": "empty-state-title", children: p.jsx("strong", { children: e }) }), p.jsx(st, { variant: m, color: "text.secondary", sx: { fontSize: u, maxWidth: "500px", mt: 1 }, "data-cy": "empty-state-description", children: t }), n && p.jsx(
|
|
6006
|
+
return p.jsxs(Re, { alignItems: "center", justifyContent: "center", textAlign: "center", "data-cy": `empty-state-${o}-container`, sx: { backgroundColor: s, p: 5, ...a }, children: [i && p.jsx(ry, { icon: i, variant: o }), e && p.jsx(st, { variant: d, sx: { fontSize: c }, "data-cy": "empty-state-title", children: p.jsx("strong", { children: e }) }), p.jsx(st, { variant: m, color: "text.secondary", sx: { fontSize: u, maxWidth: "500px", mt: 1 }, "data-cy": "empty-state-description", children: t }), n && p.jsx(Me, { mt: 3, children: p.jsx(ht, { onClick: n.onClick, "data-cy": "empty-state-action-button", children: n.title }) })] });
|
|
6007
6007
|
}
|
|
6008
6008
|
function Pn({
|
|
6009
6009
|
props: e,
|
|
@@ -7576,16 +7576,16 @@ const $y = ge("MuiButtonBase", ["root", "disabled", "focusVisible"]), Ny = (e) =
|
|
|
7576
7576
|
h && !ie.repeat && V && ie.key === " " && L.stop(ie, () => {
|
|
7577
7577
|
L.start(ie);
|
|
7578
7578
|
}), ie.target === ie.currentTarget && le() && ie.key === " " && ie.preventDefault(), w && w(ie), ie.target === ie.currentTarget && le() && ie.key === "Enter" && !u && (ie.preventDefault(), x && x(ie));
|
|
7579
|
-
}),
|
|
7579
|
+
}), De = yn((ie) => {
|
|
7580
7580
|
h && ie.key === " " && V && !ie.defaultPrevented && L.stop(ie, () => {
|
|
7581
7581
|
L.pulsate(ie);
|
|
7582
7582
|
}), R && R(ie), x && ie.target === ie.currentTarget && le() && ie.key === " " && !ie.defaultPrevented && x(ie);
|
|
7583
7583
|
});
|
|
7584
7584
|
let We = c;
|
|
7585
7585
|
We === "button" && (W.href || W.to) && (We = b);
|
|
7586
|
-
const
|
|
7587
|
-
We === "button" ? (
|
|
7588
|
-
const qe = lt(n, U),
|
|
7586
|
+
const Ie = {};
|
|
7587
|
+
We === "button" ? (Ie.type = M === void 0 ? "button" : M, Ie.disabled = u) : (!W.href && !W.to && (Ie.role = "button"), u && (Ie["aria-disabled"] = u));
|
|
7588
|
+
const qe = lt(n, U), $e = {
|
|
7589
7589
|
...o,
|
|
7590
7590
|
centerRipple: a,
|
|
7591
7591
|
component: c,
|
|
@@ -7595,17 +7595,17 @@ const $y = ge("MuiButtonBase", ["root", "disabled", "focusVisible"]), Ny = (e) =
|
|
|
7595
7595
|
focusRipple: h,
|
|
7596
7596
|
tabIndex: k,
|
|
7597
7597
|
focusVisible: V
|
|
7598
|
-
}, Ae = Ny(
|
|
7598
|
+
}, Ae = Ny($e);
|
|
7599
7599
|
return /* @__PURE__ */ p.jsxs(_y, {
|
|
7600
7600
|
as: We,
|
|
7601
7601
|
className: se(Ae.root, l),
|
|
7602
|
-
ownerState:
|
|
7602
|
+
ownerState: $e,
|
|
7603
7603
|
onBlur: F,
|
|
7604
7604
|
onClick: x,
|
|
7605
7605
|
onContextMenu: G,
|
|
7606
7606
|
onFocus: fe,
|
|
7607
7607
|
onKeyDown: be,
|
|
7608
|
-
onKeyUp:
|
|
7608
|
+
onKeyUp: De,
|
|
7609
7609
|
onMouseDown: q,
|
|
7610
7610
|
onMouseLeave: ne,
|
|
7611
7611
|
onMouseUp: J,
|
|
@@ -7616,7 +7616,7 @@ const $y = ge("MuiButtonBase", ["root", "disabled", "focusVisible"]), Ny = (e) =
|
|
|
7616
7616
|
ref: qe,
|
|
7617
7617
|
tabIndex: u ? -1 : k,
|
|
7618
7618
|
type: M,
|
|
7619
|
-
...
|
|
7619
|
+
...Ie,
|
|
7620
7620
|
...W,
|
|
7621
7621
|
children: [s, Z ? /* @__PURE__ */ p.jsx(Lu, {
|
|
7622
7622
|
ref: A,
|
|
@@ -8524,7 +8524,7 @@ const Jy = K(Fu)(({ theme: e }) => ({
|
|
|
8524
8524
|
function Zy({ listItemProps: e, listItemIconProps: t, ...n }) {
|
|
8525
8525
|
return p.jsxs(Jy, { disableGutters: !0, ...e, children: [(t == null ? void 0 : t.adornment) === "start" && p.jsx(Ra, { ...t, children: t == null ? void 0 : t.children }), p.jsx(zu, { ...n }), (t == null ? void 0 : t.adornment) === "end" && p.jsx(Ra, { ...t, children: t == null ? void 0 : t.children })] });
|
|
8526
8526
|
}
|
|
8527
|
-
function
|
|
8527
|
+
function fO({ label: e, attributes: t, ...n }) {
|
|
8528
8528
|
return p.jsxs(p.Fragment, { children: [p.jsx(os, { children: e }), p.jsx(is, { ...n, dense: !0, sx: {
|
|
8529
8529
|
display: "flex",
|
|
8530
8530
|
flexDirection: "column",
|
|
@@ -9739,12 +9739,12 @@ function e0(e) {
|
|
|
9739
9739
|
var k, z = v === "y" ? $t : Nt, N = v === "y" ? Ht : qt, M = v === "y" ? "height" : "width", W = R[v], U = W + x[z], L = W - x[N], A = g ? -I[M] / 2 : 0, V = E === gr ? P[M] : I[M], ee = E === gr ? -I[M] : -P[M], Z = t.elements.arrow, q = g && Z ? ps(Z) : {
|
|
9740
9740
|
width: 0,
|
|
9741
9741
|
height: 0
|
|
9742
|
-
}, G = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : qu(), X = G[z], J = G[N], ne = Kr(0, P[M], q[M]), re = T ? P[M] / 2 - A - ne - X - y.mainAxis : V - ne - X - y.mainAxis, Y = T ? -P[M] / 2 + A + ne + J + y.mainAxis : ee + ne + J + y.mainAxis, oe = t.elements.arrow && wo(t.elements.arrow), F = oe ? v === "y" ? oe.clientTop || 0 : oe.clientLeft || 0 : 0, fe = (k = j == null ? void 0 : j[v]) != null ? k : 0, le = W + re - fe - F, be = W + Y - fe,
|
|
9743
|
-
R[v] =
|
|
9742
|
+
}, G = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : qu(), X = G[z], J = G[N], ne = Kr(0, P[M], q[M]), re = T ? P[M] / 2 - A - ne - X - y.mainAxis : V - ne - X - y.mainAxis, Y = T ? -P[M] / 2 + A + ne + J + y.mainAxis : ee + ne + J + y.mainAxis, oe = t.elements.arrow && wo(t.elements.arrow), F = oe ? v === "y" ? oe.clientTop || 0 : oe.clientLeft || 0 : 0, fe = (k = j == null ? void 0 : j[v]) != null ? k : 0, le = W + re - fe - F, be = W + Y - fe, De = Kr(g ? Jo(U, le) : U, W, g ? zn(L, be) : L);
|
|
9743
|
+
R[v] = De, $[v] = De - W;
|
|
9744
9744
|
}
|
|
9745
9745
|
if (l) {
|
|
9746
|
-
var We,
|
|
9747
|
-
R[w] = Lt, $[w] = Lt -
|
|
9746
|
+
var We, Ie = v === "x" ? $t : Nt, qe = v === "x" ? Ht : qt, $e = R[w], Ae = w === "y" ? "height" : "width", ie = $e + x[Ie], yt = $e - x[qe], Ge = [$t, Nt].indexOf(C) !== -1, jt = (We = j == null ? void 0 : j[w]) != null ? We : 0, Ct = Ge ? ie : $e - P[Ae] - I[Ae] - jt + y.altAxis, ft = Ge ? $e + P[Ae] + I[Ae] - jt - y.altAxis : yt, Lt = g && Ge ? Sb(Ct, $e, ft) : Kr(g ? Ct : ie, $e, g ? ft : yt);
|
|
9747
|
+
R[w] = Lt, $[w] = Lt - $e;
|
|
9748
9748
|
}
|
|
9749
9749
|
t.modifiersData[o] = $;
|
|
9750
9750
|
}
|
|
@@ -10828,7 +10828,7 @@ const Qu = /* @__PURE__ */ S.forwardRef(function(t, n) {
|
|
|
10828
10828
|
le.current !== void 0 && (document.body.style.WebkitUserSelect = le.current, le.current = void 0), re.clear();
|
|
10829
10829
|
});
|
|
10830
10830
|
S.useEffect(() => be, [be]);
|
|
10831
|
-
const
|
|
10831
|
+
const De = (pe) => {
|
|
10832
10832
|
Bl.clear(), $o = !0, oe(!0), R && !F && R(pe);
|
|
10833
10833
|
}, We = yn(
|
|
10834
10834
|
/**
|
|
@@ -10841,25 +10841,25 @@ const Qu = /* @__PURE__ */ S.forwardRef(function(t, n) {
|
|
|
10841
10841
|
q.current = !1;
|
|
10842
10842
|
});
|
|
10843
10843
|
}
|
|
10844
|
-
),
|
|
10844
|
+
), Ie = (pe) => {
|
|
10845
10845
|
q.current && pe.type !== "touchstart" || (A && A.removeAttribute("title"), J.clear(), ne.clear(), b || $o && f ? J.start($o ? f : b, () => {
|
|
10846
|
-
|
|
10847
|
-
}) :
|
|
10846
|
+
De(pe);
|
|
10847
|
+
}) : De(pe));
|
|
10848
10848
|
}, qe = (pe) => {
|
|
10849
10849
|
J.clear(), ne.start(T, () => {
|
|
10850
10850
|
We(pe);
|
|
10851
10851
|
});
|
|
10852
|
-
}, [,
|
|
10853
|
-
Ho(pe.target) || (
|
|
10852
|
+
}, [, $e] = S.useState(!1), Ae = (pe) => {
|
|
10853
|
+
Ho(pe.target) || ($e(!1), qe(pe));
|
|
10854
10854
|
}, ie = (pe) => {
|
|
10855
|
-
A || V(pe.currentTarget), Ho(pe.target) && (
|
|
10855
|
+
A || V(pe.currentTarget), Ho(pe.target) && ($e(!0), Ie(pe));
|
|
10856
10856
|
}, yt = (pe) => {
|
|
10857
10857
|
q.current = !0;
|
|
10858
10858
|
const Pt = W.props;
|
|
10859
10859
|
Pt.onTouchStart && Pt.onTouchStart(pe);
|
|
10860
10860
|
}, Ge = (pe) => {
|
|
10861
10861
|
yt(pe), ne.clear(), X.clear(), be(), le.current = document.body.style.WebkitUserSelect, document.body.style.WebkitUserSelect = "none", re.start(x, () => {
|
|
10862
|
-
document.body.style.WebkitUserSelect = le.current,
|
|
10862
|
+
document.body.style.WebkitUserSelect = le.current, Ie(pe);
|
|
10863
10863
|
});
|
|
10864
10864
|
}, jt = (pe) => {
|
|
10865
10865
|
W.props.onTouchEnd && W.props.onTouchEnd(pe), be(), ne.start(v, () => {
|
|
@@ -10902,7 +10902,7 @@ const Qu = /* @__PURE__ */ S.forwardRef(function(t, n) {
|
|
|
10902
10902
|
`));
|
|
10903
10903
|
}, [A]));
|
|
10904
10904
|
const kt = {};
|
|
10905
|
-
g || (de.onTouchStart = Ge, de.onTouchEnd = jt), m || (de.onMouseOver = No(
|
|
10905
|
+
g || (de.onTouchStart = Ge, de.onTouchEnd = jt), m || (de.onMouseOver = No(Ie, de.onMouseOver), de.onMouseLeave = No(qe, de.onMouseLeave), G || (kt.onMouseOver = Ie, kt.onMouseLeave = qe)), d || (de.onFocus = No(ie, de.onFocus), de.onBlur = No(Ae, de.onBlur), G || (kt.onFocus = ie, kt.onBlur = Ae)), process.env.NODE_ENV !== "production" && W.props.title && console.error(["MUI: You have provided a `title` prop to the child of <Tooltip />.", `Remove this title prop \`${W.props.title}\` or the Tooltip component.`].join(`
|
|
10906
10906
|
`));
|
|
10907
10907
|
const vt = {
|
|
10908
10908
|
...o,
|
|
@@ -11193,7 +11193,7 @@ process.env.NODE_ENV !== "production" && (Qu.propTypes = {
|
|
|
11193
11193
|
*/
|
|
11194
11194
|
TransitionProps: r.object
|
|
11195
11195
|
});
|
|
11196
|
-
function
|
|
11196
|
+
function mO({ src: e, alt: t, sx: n, imageSx: o, fallbackText: i = "Image Failed to Load", ...a }) {
|
|
11197
11197
|
const [s, l] = mt(!1), [c, u] = mt(!0);
|
|
11198
11198
|
return p.jsxs(Ur, { sx: {
|
|
11199
11199
|
display: "flex",
|
|
@@ -11245,7 +11245,7 @@ const ra = {
|
|
|
11245
11245
|
md: 280,
|
|
11246
11246
|
lg: 324,
|
|
11247
11247
|
xl: 400
|
|
11248
|
-
}, k0 = _c(
|
|
11248
|
+
}, k0 = _c(Me, {
|
|
11249
11249
|
shouldForwardProp: (e) => e !== "open" && e !== "drawerWidth"
|
|
11250
11250
|
})(({ theme: e, open: t, drawerWidth: n }) => {
|
|
11251
11251
|
const o = typeof n == "number" ? `-${n}px` : {
|
|
@@ -11263,7 +11263,7 @@ const ra = {
|
|
|
11263
11263
|
marginLeft: t ? 0 : o
|
|
11264
11264
|
};
|
|
11265
11265
|
}), oa = (e) => e.drawerType !== "panel";
|
|
11266
|
-
function
|
|
11266
|
+
function hO(e) {
|
|
11267
11267
|
const {
|
|
11268
11268
|
drawerType: t,
|
|
11269
11269
|
drawerContent: n,
|
|
@@ -11284,7 +11284,7 @@ function mO(e) {
|
|
|
11284
11284
|
lg: (l == null ? void 0 : l.lg) ?? ra.lg,
|
|
11285
11285
|
xl: (l == null ? void 0 : l.xl) ?? ra.xl
|
|
11286
11286
|
};
|
|
11287
|
-
return p.jsxs(
|
|
11287
|
+
return p.jsxs(Me, { sx: { display: "flex", width: "100%" }, children: [p.jsx(Bc, { sx: {
|
|
11288
11288
|
...c,
|
|
11289
11289
|
width: f,
|
|
11290
11290
|
flexShrink: 0,
|
|
@@ -11315,14 +11315,14 @@ function mO(e) {
|
|
|
11315
11315
|
width: "40px",
|
|
11316
11316
|
height: "40px",
|
|
11317
11317
|
zIndex: (x) => x.zIndex.tooltip
|
|
11318
|
-
}, children: p.jsx(Rn, { fontSize: "small", children: "close_icon" }) }) })] }), n] }), o && p.jsx(
|
|
11318
|
+
}, children: p.jsx(Rn, { fontSize: "small", children: "close_icon" }) }) })] }), n] }), o && p.jsx(Me, { "data-cy": "bottom-filter", sx: {
|
|
11319
11319
|
px: 2,
|
|
11320
11320
|
py: 1,
|
|
11321
11321
|
borderTop: "1px solid",
|
|
11322
11322
|
borderColor: "neutral200"
|
|
11323
11323
|
}, children: o })] }) }), p.jsx(k0, { component: "main", open: oa(e) ? e.isOpen : !0, drawerWidth: f, ...m, children: d })] });
|
|
11324
11324
|
}
|
|
11325
|
-
const
|
|
11325
|
+
const gO = ({ children: e, maxSnack: t = 3, anchorOrigin: n = {
|
|
11326
11326
|
horizontal: "center",
|
|
11327
11327
|
vertical: "bottom"
|
|
11328
11328
|
}, ...o }) => p.jsx(rf, { anchorOrigin: n, Components: {
|
|
@@ -12933,13 +12933,13 @@ process.env.NODE_ENV !== "production" && (ad.propTypes = {
|
|
|
12933
12933
|
const lv = ot(/* @__PURE__ */ p.jsx("path", {
|
|
12934
12934
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
12935
12935
|
}), "Close");
|
|
12936
|
-
function
|
|
12936
|
+
function yO({ closeSnackbar: e, label: t, ...n }) {
|
|
12937
12937
|
const o = () => {
|
|
12938
12938
|
e();
|
|
12939
12939
|
};
|
|
12940
12940
|
return p.jsxs(p.Fragment, { children: [p.jsx(ad, { "data-test-ink-snackbar-action": t, variant: "text", color: "primary", sx: { whiteSpace: "nowrap" }, ...n, children: "label" }), p.jsx(vs, { "data-test-ink-snackbar-action-close": !0, color: "inherit", onClick: o, children: p.jsx(lv, { fontSize: "small" }) })] });
|
|
12941
12941
|
}
|
|
12942
|
-
function
|
|
12942
|
+
function bO({ control: e, name: t, rules: n, onChange: o, ...i }) {
|
|
12943
12943
|
return p.jsx(yo, { name: t, control: e, rules: n, render: ({ field: { onChange: a, ...s }, fieldState: { error: l } }) => {
|
|
12944
12944
|
const c = (u) => {
|
|
12945
12945
|
a == null || a(u), o == null || o(u);
|
|
@@ -14701,7 +14701,7 @@ const Jv = mo(({ options: e, radioGroupProps: t, formLabel: n, formLabelProps: o
|
|
|
14701
14701
|
return p.jsx(ki, { "data-test-ink-radio-group-item": x, value: f, control: p.jsx(ld, { ...C, checked: h === f, className: T }), label: x }, `ink-radio-${E}`);
|
|
14702
14702
|
}) }), c && p.jsx(Pi, { "data-test-ink-radio-group-helper-text": !0, children: c })] }) });
|
|
14703
14703
|
});
|
|
14704
|
-
function
|
|
14704
|
+
function vO({ control: e, name: t, rules: n, onChange: o, ...i }) {
|
|
14705
14705
|
return p.jsx(yo, { name: t, control: e, rules: n, render: ({ field: { onChange: a, ...s }, fieldState: { error: l } }) => {
|
|
14706
14706
|
const c = (u) => {
|
|
14707
14707
|
a == null || a(u), o == null || o(u);
|
|
@@ -15085,7 +15085,7 @@ process.env.NODE_ENV !== "production" && (ud.propTypes = {
|
|
|
15085
15085
|
value: r.any
|
|
15086
15086
|
});
|
|
15087
15087
|
const ox = mo(({ id: e, formLabel: t, labelPlacement: n = "end", sx: o, defaultChecked: i = !1, formControlLabelProps: a, ...s }, l) => p.jsx(ki, { ...a, ref: l, "data-test-ink-switch-label": e, control: p.jsx(ud, { ...s, sx: { ...o }, "data-test-ink-switch": e, id: e, defaultChecked: i }), label: t, labelPlacement: n }));
|
|
15088
|
-
function
|
|
15088
|
+
function xO({ control: e, name: t, id: n, rules: o, ...i }) {
|
|
15089
15089
|
return p.jsx(yo, { name: t, control: e, rules: o, render: ({ field: { onChange: a, ...s } }) => {
|
|
15090
15090
|
const l = (c, u) => {
|
|
15091
15091
|
a == null || a(u);
|
|
@@ -15510,31 +15510,31 @@ const Ai = (e, t) => {
|
|
|
15510
15510
|
be.focused = le ? le.focused : F, S.useEffect(() => {
|
|
15511
15511
|
!le && h && F && (fe(!1), y && y());
|
|
15512
15512
|
}, [le, h, F, y]);
|
|
15513
|
-
const
|
|
15514
|
-
Qo(de) ?
|
|
15515
|
-
}, [
|
|
15513
|
+
const De = le && le.onFilled, We = le && le.onEmpty, Ie = S.useCallback((de) => {
|
|
15514
|
+
Qo(de) ? De && De() : We && We();
|
|
15515
|
+
}, [De, We]);
|
|
15516
15516
|
bn(() => {
|
|
15517
|
-
ne &&
|
|
15517
|
+
ne && Ie({
|
|
15518
15518
|
value: J
|
|
15519
15519
|
});
|
|
15520
|
-
}, [J,
|
|
15520
|
+
}, [J, Ie, ne]);
|
|
15521
15521
|
const qe = (de) => {
|
|
15522
15522
|
k && k(de), T.onFocus && T.onFocus(de), le && le.onFocus ? le.onFocus(de) : fe(!0);
|
|
15523
|
-
},
|
|
15523
|
+
}, $e = (de) => {
|
|
15524
15524
|
y && y(de), T.onBlur && T.onBlur(de), le && le.onBlur ? le.onBlur(de) : fe(!1);
|
|
15525
15525
|
}, Ae = (de, ...kt) => {
|
|
15526
15526
|
if (!ne) {
|
|
15527
15527
|
const vt = de.target || re.current;
|
|
15528
15528
|
if (vt == null)
|
|
15529
15529
|
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: Expected valid input target. Did you use a custom `inputComponent` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info." : an(1));
|
|
15530
|
-
|
|
15530
|
+
Ie({
|
|
15531
15531
|
value: vt.value
|
|
15532
15532
|
});
|
|
15533
15533
|
}
|
|
15534
15534
|
T.onChange && T.onChange(de, ...kt), j && j(de, ...kt);
|
|
15535
15535
|
};
|
|
15536
15536
|
S.useEffect(() => {
|
|
15537
|
-
|
|
15537
|
+
Ie(re.current);
|
|
15538
15538
|
}, []);
|
|
15539
15539
|
const ie = (de) => {
|
|
15540
15540
|
re.current && de.currentTarget === de.target && re.current.focus(), $ && $(de);
|
|
@@ -15552,7 +15552,7 @@ const Ai = (e, t) => {
|
|
|
15552
15552
|
...Ge
|
|
15553
15553
|
}, yt = dd);
|
|
15554
15554
|
const jt = (de) => {
|
|
15555
|
-
|
|
15555
|
+
Ie(de.animationName === "mui-auto-fill-cancel" ? re.current : {
|
|
15556
15556
|
value: "x"
|
|
15557
15557
|
});
|
|
15558
15558
|
};
|
|
@@ -15622,7 +15622,7 @@ const Ai = (e, t) => {
|
|
|
15622
15622
|
},
|
|
15623
15623
|
ref: oe,
|
|
15624
15624
|
className: se(ft.input, Ge.className, W && "MuiInputBase-readOnly"),
|
|
15625
|
-
onBlur:
|
|
15625
|
+
onBlur: $e,
|
|
15626
15626
|
onChange: Ae,
|
|
15627
15627
|
onFocus: qe
|
|
15628
15628
|
})
|
|
@@ -18582,20 +18582,20 @@ const qx = (e) => {
|
|
|
18582
18582
|
};
|
|
18583
18583
|
const fe = j();
|
|
18584
18584
|
let le = fe.top - F.vertical, be = fe.left - F.horizontal;
|
|
18585
|
-
const
|
|
18585
|
+
const De = le + oe.height, We = be + oe.width, Ie = Zt(Hr(a)), qe = Ie.innerHeight - g, $e = Ie.innerWidth - g;
|
|
18586
18586
|
if (g !== null && le < g) {
|
|
18587
18587
|
const Ae = le - g;
|
|
18588
18588
|
le -= Ae, F.vertical += Ae;
|
|
18589
|
-
} else if (g !== null &&
|
|
18590
|
-
const Ae =
|
|
18589
|
+
} else if (g !== null && De > qe) {
|
|
18590
|
+
const Ae = De - qe;
|
|
18591
18591
|
le -= Ae, F.vertical += Ae;
|
|
18592
18592
|
}
|
|
18593
18593
|
if (process.env.NODE_ENV !== "production" && oe.height > qe && oe.height && qe && console.error(["MUI: The popover component is too tall.", `Some part of it can not be seen on the screen (${oe.height - qe}px).`, "Please consider adding a `max-height` to improve the user-experience."].join(`
|
|
18594
18594
|
`)), g !== null && be < g) {
|
|
18595
18595
|
const Ae = be - g;
|
|
18596
18596
|
be -= Ae, F.horizontal += Ae;
|
|
18597
|
-
} else if (We >
|
|
18598
|
-
const Ae = We -
|
|
18597
|
+
} else if (We > $e) {
|
|
18598
|
+
const Ae = We - $e;
|
|
18599
18599
|
be -= Ae, F.horizontal += Ae;
|
|
18600
18600
|
}
|
|
18601
18601
|
return {
|
|
@@ -19579,10 +19579,10 @@ const uT = (e) => {
|
|
|
19579
19579
|
ae.button === 0 && (ae.preventDefault(), q.current.focus(), fe(!0, ae));
|
|
19580
19580
|
}, be = (ae) => {
|
|
19581
19581
|
fe(!1, ae);
|
|
19582
|
-
},
|
|
19583
|
-
const Ce =
|
|
19582
|
+
}, De = S.Children.toArray(l), We = (ae) => {
|
|
19583
|
+
const Ce = De.find((Ye) => Ye.props.value === ae.target.value);
|
|
19584
19584
|
Ce !== void 0 && (A(Ce.props.value), w && w(ae, Ce));
|
|
19585
|
-
},
|
|
19585
|
+
}, Ie = (ae) => (Ce) => {
|
|
19586
19586
|
let Ye;
|
|
19587
19587
|
if (Ce.currentTarget.hasAttribute("tabindex")) {
|
|
19588
19588
|
if (E) {
|
|
@@ -19612,8 +19612,8 @@ const uT = (e) => {
|
|
|
19612
19612
|
// https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/
|
|
19613
19613
|
"Enter"
|
|
19614
19614
|
].includes(ae.key) && (ae.preventDefault(), fe(!0, ae));
|
|
19615
|
-
},
|
|
19616
|
-
|
|
19615
|
+
}, $e = G !== null && V, Ae = (ae) => {
|
|
19616
|
+
!$e && v && (Object.defineProperty(ae, "target", {
|
|
19617
19617
|
writable: !0,
|
|
19618
19618
|
value: {
|
|
19619
19619
|
value: L,
|
|
@@ -19628,7 +19628,7 @@ const uT = (e) => {
|
|
|
19628
19628
|
(Qo({
|
|
19629
19629
|
value: L
|
|
19630
19630
|
}) || h) && (j ? ie = j(L) : jt = !0);
|
|
19631
|
-
const ft =
|
|
19631
|
+
const ft = De.map((ae) => {
|
|
19632
19632
|
if (!/* @__PURE__ */ S.isValidElement(ae))
|
|
19633
19633
|
return null;
|
|
19634
19634
|
process.env.NODE_ENV !== "production" && Wn.isFragment(ae) && console.error(["MUI: The Select component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
|
|
@@ -19642,7 +19642,7 @@ const uT = (e) => {
|
|
|
19642
19642
|
Ce = oc(L, ae.props.value), Ce && jt && (yt = ae.props.children);
|
|
19643
19643
|
return Ce && (Ct = !0), /* @__PURE__ */ S.cloneElement(ae, {
|
|
19644
19644
|
"aria-selected": Ce ? "true" : "false",
|
|
19645
|
-
onClick:
|
|
19645
|
+
onClick: Ie(ae),
|
|
19646
19646
|
onKeyUp: (Ye) => {
|
|
19647
19647
|
Ye.key === " " && Ye.preventDefault(), ae.props.onKeyUp && ae.props.onKeyUp(Ye);
|
|
19648
19648
|
},
|
|
@@ -19656,11 +19656,11 @@ const uT = (e) => {
|
|
|
19656
19656
|
});
|
|
19657
19657
|
process.env.NODE_ENV !== "production" && S.useEffect(() => {
|
|
19658
19658
|
if (!Ct && !E && L !== "") {
|
|
19659
|
-
const ae =
|
|
19659
|
+
const ae = De.map((Ce) => Ce.props.value);
|
|
19660
19660
|
console.warn([`MUI: You have provided an out-of-range value \`${L}\` for the select ${T ? `(name="${T}") ` : ""}component.`, "Consider providing a value that matches one of the available options or ''.", `The available values are ${ae.filter((Ce) => Ce != null).map((Ce) => `\`${Ce}\``).join(", ") || '""'}.`].join(`
|
|
19661
19661
|
`));
|
|
19662
19662
|
}
|
|
19663
|
-
}, [Ct,
|
|
19663
|
+
}, [Ct, De, E, T, L]), jt && (E ? Ge.length === 0 ? ie = null : ie = Ge.reduce((ae, Ce, Ye) => (ae.push(Ce), Ye < Ge.length - 1 && ae.push(", "), ae), []) : ie = yt);
|
|
19664
19664
|
let Lt = ne;
|
|
19665
19665
|
!s && J && G && (Lt = F.clientWidth);
|
|
19666
19666
|
let bt;
|
|
@@ -19669,7 +19669,7 @@ const uT = (e) => {
|
|
|
19669
19669
|
...t,
|
|
19670
19670
|
variant: W,
|
|
19671
19671
|
value: L,
|
|
19672
|
-
open:
|
|
19672
|
+
open: $e,
|
|
19673
19673
|
error: g
|
|
19674
19674
|
}, kt = uT(de), vt = {
|
|
19675
19675
|
...C.PaperProps,
|
|
@@ -19681,9 +19681,9 @@ const uT = (e) => {
|
|
|
19681
19681
|
ref: oe,
|
|
19682
19682
|
tabIndex: bt,
|
|
19683
19683
|
role: "combobox",
|
|
19684
|
-
"aria-controls":
|
|
19684
|
+
"aria-controls": $e ? xt : void 0,
|
|
19685
19685
|
"aria-disabled": m ? "true" : void 0,
|
|
19686
|
-
"aria-expanded":
|
|
19686
|
+
"aria-expanded": $e ? "true" : "false",
|
|
19687
19687
|
"aria-haspopup": "listbox",
|
|
19688
19688
|
"aria-label": i,
|
|
19689
19689
|
"aria-labelledby": [x, Ft].filter(Boolean).join(" ") || void 0,
|
|
@@ -19727,7 +19727,7 @@ const uT = (e) => {
|
|
|
19727
19727
|
}), /* @__PURE__ */ p.jsx(xd, {
|
|
19728
19728
|
id: `menu-${T || ""}`,
|
|
19729
19729
|
anchorEl: F,
|
|
19730
|
-
open:
|
|
19730
|
+
open: $e,
|
|
19731
19731
|
onClose: be,
|
|
19732
19732
|
anchorOrigin: {
|
|
19733
19733
|
vertical: "bottom",
|
|
@@ -20277,15 +20277,15 @@ const yT = {
|
|
|
20277
20277
|
externalForwardedProps: re,
|
|
20278
20278
|
additionalProps: Y,
|
|
20279
20279
|
ownerState: Z
|
|
20280
|
-
}), [
|
|
20280
|
+
}), [De, We] = Te("inputLabel", {
|
|
20281
20281
|
elementType: os,
|
|
20282
20282
|
externalForwardedProps: re,
|
|
20283
20283
|
ownerState: Z
|
|
20284
|
-
}), [
|
|
20284
|
+
}), [Ie, qe] = Te("htmlInput", {
|
|
20285
20285
|
elementType: "input",
|
|
20286
20286
|
externalForwardedProps: re,
|
|
20287
20287
|
ownerState: Z
|
|
20288
|
-
}), [
|
|
20288
|
+
}), [$e, Ae] = Te("formHelperText", {
|
|
20289
20289
|
elementType: Pi,
|
|
20290
20290
|
externalForwardedProps: re,
|
|
20291
20291
|
ownerState: Z
|
|
@@ -20314,13 +20314,13 @@ const yT = {
|
|
|
20314
20314
|
placeholder: $,
|
|
20315
20315
|
inputProps: qe,
|
|
20316
20316
|
slots: {
|
|
20317
|
-
input: W.htmlInput ?
|
|
20317
|
+
input: W.htmlInput ? Ie : void 0
|
|
20318
20318
|
},
|
|
20319
20319
|
...be
|
|
20320
20320
|
});
|
|
20321
20321
|
return /* @__PURE__ */ p.jsxs(F, {
|
|
20322
20322
|
...fe,
|
|
20323
|
-
children: [v != null && v !== "" && /* @__PURE__ */ p.jsx(
|
|
20323
|
+
children: [v != null && v !== "" && /* @__PURE__ */ p.jsx(De, {
|
|
20324
20324
|
htmlFor: G,
|
|
20325
20325
|
id: J,
|
|
20326
20326
|
...We,
|
|
@@ -20333,7 +20333,7 @@ const yT = {
|
|
|
20333
20333
|
input: Ge,
|
|
20334
20334
|
...yt,
|
|
20335
20335
|
children: s
|
|
20336
|
-
}) : Ge, b && /* @__PURE__ */ p.jsx(
|
|
20336
|
+
}) : Ge, b && /* @__PURE__ */ p.jsx($e, {
|
|
20337
20337
|
id: X,
|
|
20338
20338
|
...Ae,
|
|
20339
20339
|
children: b
|
|
@@ -20547,7 +20547,7 @@ const xT = mo(({ name: e, minRows: t = 3, variant: n = "filled", size: o = "medi
|
|
|
20547
20547
|
hiddenLabel: !0
|
|
20548
20548
|
}, InputLabelProps: {
|
|
20549
20549
|
shrink: !0
|
|
20550
|
-
}, ...a })),
|
|
20550
|
+
}, ...a })), TO = ({ control: e, name: t, label: n, rules: o, helperText: i, onBlur: a, ...s }) => p.jsx(yo, { name: t, control: e, rules: o, render: ({ field: { value: l, onBlur: c, ...u }, fieldState: d }) => {
|
|
20551
20551
|
const m = (h) => {
|
|
20552
20552
|
c == null || c(), a == null || a(h);
|
|
20553
20553
|
};
|
|
@@ -20629,7 +20629,7 @@ function ST({ id: e, name: t, label: n, menuOptions: o, inputProps: i, helperTex
|
|
|
20629
20629
|
...i
|
|
20630
20630
|
}, ...m, ref: h, children: x(d, o) }), a && p.jsx(Bp, { "data-test-select-helper-text": t, children: a })] });
|
|
20631
20631
|
}
|
|
20632
|
-
function
|
|
20632
|
+
function CO({ control: e, name: t, rules: n, helperText: o, onChange: i, onBlur: a, disabled: s, ...l }) {
|
|
20633
20633
|
return p.jsx(yo, { name: t, control: e, rules: n, disabled: s, render: ({ field: { onChange: c, onBlur: u, ...d }, fieldState: { error: m } }) => {
|
|
20634
20634
|
const h = (b, f) => {
|
|
20635
20635
|
c == null || c(b), i == null || i(b, f);
|
|
@@ -20642,7 +20642,7 @@ function TO({ control: e, name: t, rules: n, helperText: o, onChange: i, onBlur:
|
|
|
20642
20642
|
const Rd = ot(/* @__PURE__ */ p.jsx("path", {
|
|
20643
20643
|
d: "M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"
|
|
20644
20644
|
}), "InfoOutlined");
|
|
20645
|
-
function
|
|
20645
|
+
function wO({ message: e, sx: t, messageSx: n }) {
|
|
20646
20646
|
return p.jsx(Dp, { severity: "info", "data-cy": "internal-user-only-alert", sx: { alignItems: "center", ...t }, iconMapping: {
|
|
20647
20647
|
info: p.jsx(Rd, {})
|
|
20648
20648
|
}, children: p.jsxs(Re, { direction: "row", gap: 1, alignItems: "center", children: [p.jsx(ju, { sx: { color: "text.secondary" } }), p.jsx(Re, { children: "-" }), p.jsx(st, { variant: "body2", sx: n, "data-cy": "internal-user-only-alert-message", children: e || "This page has limited access to internal users only." })] }) });
|
|
@@ -21346,7 +21346,7 @@ var yS = gS(function(e, t, n) {
|
|
|
21346
21346
|
});
|
|
21347
21347
|
const Rc = ["borderColor", "backgroundColor"];
|
|
21348
21348
|
Uc.register(af, sf, lf, cf, uf, df, pf, ff, mf, hf);
|
|
21349
|
-
function
|
|
21349
|
+
function SO({ chartOptions: e, type: t, data: n, customColors: o, height: i = 200, isLoading: a, stacked: s, legend: l, title: c }) {
|
|
21350
21350
|
const u = Xn();
|
|
21351
21351
|
Uc.defaults.color = u.palette.text.primary;
|
|
21352
21352
|
const d = [
|
|
@@ -21438,7 +21438,7 @@ function wO({ chartOptions: e, type: t, data: n, customColors: o, height: i = 20
|
|
|
21438
21438
|
var I;
|
|
21439
21439
|
!T[P] && !((I = E == null ? void 0 : E.elements) != null && I.line && E.elements.line[P]) && (n.datasets[v][P] = w);
|
|
21440
21440
|
}), T.borderWidth = R;
|
|
21441
|
-
}), p.jsx(
|
|
21441
|
+
}), p.jsx(Me, { sx: x, "data-test-line-graph": !0, className: "hide-in-percy", children: p.jsx(gf, { options: E, data: C }) });
|
|
21442
21442
|
}
|
|
21443
21443
|
if (n.datasets.forEach((C, E) => {
|
|
21444
21444
|
const T = t === "bar" ? f(E) : h;
|
|
@@ -21449,17 +21449,17 @@ function wO({ chartOptions: e, type: t, data: n, customColors: o, height: i = 20
|
|
|
21449
21449
|
const C = n, E = g;
|
|
21450
21450
|
return C.datasets.forEach((T) => {
|
|
21451
21451
|
T.borderRadius = 5;
|
|
21452
|
-
}), p.jsx(
|
|
21452
|
+
}), p.jsx(Me, { sx: x, "data-test-bar-chart": !0, children: p.jsx(yf, { options: E, data: C }) });
|
|
21453
21453
|
}
|
|
21454
21454
|
if (t === "pie") {
|
|
21455
21455
|
const C = n, E = g;
|
|
21456
|
-
return E.animation = { animateRotate: !1 }, p.jsx(
|
|
21456
|
+
return E.animation = { animateRotate: !1 }, p.jsx(Me, { sx: x, "data-test-pie-chart": !0, children: p.jsx(bf, { options: E, data: C }) });
|
|
21457
21457
|
}
|
|
21458
21458
|
}
|
|
21459
21459
|
function bS({ checkboxProps: e, title: t, size: n = "medium", subheader: o, adornment: i, titleProps: a, onClose: s }) {
|
|
21460
21460
|
if (!(e || t || o || i || s))
|
|
21461
21461
|
return null;
|
|
21462
|
-
const c = n === "medium" ? "body1" : "body2", u = n === "medium" ? "body2" : "caption", d = !!e, m = () => p.jsxs(
|
|
21462
|
+
const c = n === "medium" ? "body1" : "body2", u = n === "medium" ? "body2" : "caption", d = !!e, m = () => p.jsxs(Me, { sx: { position: "relative" }, children: [t && p.jsx(st, { variant: c, fontWeight: 600, "data-cy": "inkcardheader-title", ...a, children: t }), o && p.jsx(st, { variant: u, color: "text.secondary", "data-cy": "inkcardheader-subheader", sx: {
|
|
21463
21463
|
position: "absolute",
|
|
21464
21464
|
top: "100%",
|
|
21465
21465
|
left: d ? 2 : 1,
|
|
@@ -21470,7 +21470,7 @@ function bS({ checkboxProps: e, title: t, size: n = "medium", subheader: o, ador
|
|
|
21470
21470
|
typography: {
|
|
21471
21471
|
component: "div"
|
|
21472
21472
|
}
|
|
21473
|
-
} }) : p.jsx(
|
|
21473
|
+
} }) : p.jsx(Me, { sx: { ml: 2 }, children: m() }) }), p.jsxs(Re, { direction: "row", spacing: 1, alignItems: "center", children: [p.jsx(Me, { sx: { pr: s ? 0 : 1 }, children: i }), s && p.jsx(ho, { size: "small", onClick: s, "data-cy": "inkcardheader-close-button", children: p.jsx(ef, { fontSize: "small" }) })] })] });
|
|
21474
21474
|
}
|
|
21475
21475
|
const vS = ot(/* @__PURE__ */ p.jsx("path", {
|
|
21476
21476
|
d: "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2M8.5 13.5l2.5 3.01L14.5 12l4.5 6H5z"
|
|
@@ -21494,7 +21494,7 @@ function xS() {
|
|
|
21494
21494
|
backgroundColor: (e) => e.palette.grey[100]
|
|
21495
21495
|
}
|
|
21496
21496
|
}
|
|
21497
|
-
} }), p.jsx(
|
|
21497
|
+
} }), p.jsx(Me, { sx: {
|
|
21498
21498
|
position: "absolute",
|
|
21499
21499
|
top: "50%",
|
|
21500
21500
|
left: "50%",
|
|
@@ -21547,7 +21547,7 @@ const CS = 382, jc = (e, t, n, o, i) => i ? o : e ? t : n, wS = (e, t, n, o, i)
|
|
|
21547
21547
|
function ES({ description: e, buttonProps: t }) {
|
|
21548
21548
|
return p.jsxs(p.Fragment, { children: [p.jsx(Fp, { children: p.jsx(st, { variant: "body2", color: "text.secondary", children: e }) }), t && p.jsx(zp, { children: p.jsx(ht, { variant: "card", ...t, children: t.label }) })] });
|
|
21549
21549
|
}
|
|
21550
|
-
function
|
|
21550
|
+
function EO({ cardMedia: e, cardHeader: t, cardType: n = "default", galleryContent: o, children: i, ...a }) {
|
|
21551
21551
|
var d, m;
|
|
21552
21552
|
const s = !!(t != null && t.checkboxProps || t != null && t.title || t != null && t.subheader || t != null && t.adornment || t != null && t.onClose), l = !!(t != null && t.checkboxProps), c = !!((d = t == null ? void 0 : t.checkboxProps) != null && d.checked), u = (m = t == null ? void 0 : t.checkboxProps) == null ? void 0 : m.disabled;
|
|
21553
21553
|
return p.jsxs(Lc, { ...a, sx: wS(l, c, u, n, a.sx), "data-cy": "inkcard-container", children: [e && p.jsx(TS, { cardType: n, ...e }), s && p.jsx(bS, { ...t }), n === "gallery" && o ? p.jsx(ES, { description: o.description, buttonProps: o.buttonProps }) : i] });
|
|
@@ -21621,7 +21621,7 @@ function PS({ columnData: e, handleColumnFilterChange: t, customGridVisibility:
|
|
|
21621
21621
|
width: 300
|
|
21622
21622
|
}
|
|
21623
21623
|
}
|
|
21624
|
-
}, children: [p.jsx(
|
|
21624
|
+
}, children: [p.jsx(Me, { sx: { px: 1, mb: 1 }, children: p.jsx(Wp, { onChange: (T) => C(T.target.value), value: u, size: "small", fullWidth: !0, placeholder: "Find column ...", "data-cy": "grid-tool-bar-filter-column-search-input" }) }), p.jsx(Up, {}), p.jsx(Gp, { sx: {
|
|
21625
21625
|
paddingBottom: 0
|
|
21626
21626
|
}, children: E == null ? void 0 : E.map(({ field: T, headerName: v }) => p.jsx(Hp, { sx: {
|
|
21627
21627
|
paddingTop: 0,
|
|
@@ -21630,14 +21630,14 @@ function PS({ columnData: e, handleColumnFilterChange: t, customGridVisibility:
|
|
|
21630
21630
|
display: i != null && i.includes(T) ? "none" : void 0
|
|
21631
21631
|
} }) }, T)) }), p.jsx(qp, { sx: { position: "sticky", bottom: 0, zIndex: 1, padding: 0 }, variant: "outlined", children: p.jsxs(Re, { flexDirection: "row", justifyContent: "space-between", sx: { mx: 1.5, py: 1 }, children: [p.jsx(ht, { onClick: f, children: "Deselect all" }), p.jsx(ht, { onClick: x, children: "Select all" })] }) })] })] });
|
|
21632
21632
|
}
|
|
21633
|
-
function
|
|
21633
|
+
function OO({ groupingProps: e, filterDrawerBtnProps: t, showFilterDrawerBtn: n = !1, showQuickFilter: o = !0, showExportButton: i = !1, showDensitySelector: a = !1, onExportClick: s, loadingExport: l, columnPickerProps: c, children: u, py: d = 2 }) {
|
|
21634
21634
|
const { value: m, onChange: h, options: g } = e ?? {};
|
|
21635
21635
|
return p.jsx(vf, { sx: { py: d }, children: p.jsxs(Re, { direction: "column", sx: { width: "100%" }, children: [p.jsxs(Re, { justifyContent: o ? "space-between" : "end", alignItems: "center", direction: "row", width: "100%", children: [p.jsxs(Re, { direction: "row", spacing: 2, alignItems: "center", children: [o && p.jsx(xf, { sx: {
|
|
21636
21636
|
".MuiInputBase-input": { p: 0 },
|
|
21637
21637
|
".MuiInput-root:after": { borderBottom: "none" }
|
|
21638
21638
|
}, "data-cy": "grid-tool-bar-quick-filter" }), n && t && p.jsx(Yp, { badgeContent: t.filterBtnBadgeContent, color: "primary", "data-cy": "grid-tool-bar-filter-badge", children: p.jsx(RS, { onClick: t.onShowFilterDrawerClick }) })] }), p.jsxs(Re, { direction: "row", spacing: 1, children: [a && p.jsx(Tf, {}), c && p.jsx(PS, { columnData: c.columnData, handleColumnFilterChange: c.handleColumnFilterChange, customGridVisibility: c.customGridVisibility, lockedFields: c.lockedFields, hiddenInColumnPicker: c.hiddenInColumnPicker }), i && p.jsx(Cf, {}), m !== void 0 && h && g && p.jsx(jS, { value: m, onChange: h, options: g }), s && p.jsx(OS, { onClick: s, loadingExport: l })] })] }), u] }) });
|
|
21639
21639
|
}
|
|
21640
|
-
function
|
|
21640
|
+
function RO({ testSelector: e = "", disableColumnReorder: t = !0, sx: n, rows: o, ...i }) {
|
|
21641
21641
|
return p.jsx(Gc, { "data-test-ink-data-grid": e, rows: o, disableColumnReorder: t, sx: {
|
|
21642
21642
|
...n,
|
|
21643
21643
|
".MuiDataGrid-virtualScroller": {
|
|
@@ -21646,15 +21646,48 @@ function OO({ testSelector: e = "", disableColumnReorder: t = !0, sx: n, rows: o
|
|
|
21646
21646
|
}, ...i });
|
|
21647
21647
|
}
|
|
21648
21648
|
const AS = [{ id: 0 }, { id: 1 }, { id: 2 }];
|
|
21649
|
-
function
|
|
21649
|
+
function jO({ testSelector: e = "", emptyColumns: t }) {
|
|
21650
21650
|
return p.jsx(Gc, { "data-test-ink-data-grid-empty": e, hideFooter: !0, rows: AS, columns: t });
|
|
21651
21651
|
}
|
|
21652
|
-
function
|
|
21652
|
+
function kO(e) {
|
|
21653
21653
|
return e.map((n) => ({
|
|
21654
21654
|
...n,
|
|
21655
21655
|
renderCell: () => p.jsx(Qr, { variant: "rectangular", height: 30, width: "100%" })
|
|
21656
21656
|
}));
|
|
21657
21657
|
}
|
|
21658
|
+
function MS({ value: e, wordBreak: t = "break-word", textAlign: n = "left", sx: o = {} }) {
|
|
21659
|
+
const i = e != null ? String(e) : "";
|
|
21660
|
+
return p.jsx(Me, { sx: {
|
|
21661
|
+
width: "100%",
|
|
21662
|
+
minHeight: "100%",
|
|
21663
|
+
display: "flex",
|
|
21664
|
+
alignItems: "flex-start",
|
|
21665
|
+
py: 1,
|
|
21666
|
+
// Vertical padding for consistent spacing
|
|
21667
|
+
px: 1,
|
|
21668
|
+
// Horizontal padding
|
|
21669
|
+
...o
|
|
21670
|
+
}, children: p.jsx(Me, { component: "span", sx: {
|
|
21671
|
+
wordBreak: t,
|
|
21672
|
+
textAlign: n,
|
|
21673
|
+
lineHeight: 1.4,
|
|
21674
|
+
fontSize: "inherit",
|
|
21675
|
+
fontFamily: "inherit",
|
|
21676
|
+
color: "inherit",
|
|
21677
|
+
width: "100%",
|
|
21678
|
+
whiteSpace: "pre-wrap"
|
|
21679
|
+
// Preserve line breaks and wrap text
|
|
21680
|
+
}, children: i }) });
|
|
21681
|
+
}
|
|
21682
|
+
function PO(e, t, n = {}) {
|
|
21683
|
+
const { wordBreak: o, textAlign: i, sx: a, ...s } = n;
|
|
21684
|
+
return {
|
|
21685
|
+
field: e,
|
|
21686
|
+
headerName: t,
|
|
21687
|
+
renderCell: (l) => p.jsx(MS, { ...l, wordBreak: o, textAlign: i, sx: a }),
|
|
21688
|
+
...s
|
|
21689
|
+
};
|
|
21690
|
+
}
|
|
21658
21691
|
const St = {
|
|
21659
21692
|
50: "#ede7f6",
|
|
21660
21693
|
100: "#d1c4e9",
|
|
@@ -21792,21 +21825,21 @@ const St = {
|
|
|
21792
21825
|
greenA400: ce.greenA400,
|
|
21793
21826
|
greenA700: ce.greenA700,
|
|
21794
21827
|
greenA900: ce.greenA900,
|
|
21795
|
-
lightBlue50:
|
|
21796
|
-
lightBlue100:
|
|
21797
|
-
lightBlue200:
|
|
21798
|
-
lightBlue300:
|
|
21799
|
-
lightBlue400:
|
|
21800
|
-
lightBlue500:
|
|
21801
|
-
lightBlue600:
|
|
21802
|
-
lightBlue700:
|
|
21803
|
-
lightBlue800:
|
|
21804
|
-
lightBlue900:
|
|
21828
|
+
lightBlue50: Ve[50],
|
|
21829
|
+
lightBlue100: Ve[100],
|
|
21830
|
+
lightBlue200: Ve[200],
|
|
21831
|
+
lightBlue300: Ve[300],
|
|
21832
|
+
lightBlue400: Ve[400],
|
|
21833
|
+
lightBlue500: Ve[500],
|
|
21834
|
+
lightBlue600: Ve[600],
|
|
21835
|
+
lightBlue700: Ve[700],
|
|
21836
|
+
lightBlue800: Ve[800],
|
|
21837
|
+
lightBlue900: Ve[900],
|
|
21805
21838
|
lightBlue1000: ce.lightBlue1000,
|
|
21806
|
-
lightBlueA100:
|
|
21807
|
-
lightBlueA200:
|
|
21808
|
-
lightBlueA400:
|
|
21809
|
-
lightBlueA700:
|
|
21839
|
+
lightBlueA100: Ve.A100,
|
|
21840
|
+
lightBlueA200: Ve.A200,
|
|
21841
|
+
lightBlueA400: Ve.A400,
|
|
21842
|
+
lightBlueA700: Ve.A700,
|
|
21810
21843
|
lightGreen50: nn[50],
|
|
21811
21844
|
lightGreen100: nn[100],
|
|
21812
21845
|
lightGreen200: nn[200],
|
|
@@ -21849,21 +21882,21 @@ const St = {
|
|
|
21849
21882
|
orangeA200: ct.A200,
|
|
21850
21883
|
orangeA400: ct.A400,
|
|
21851
21884
|
orangeA700: ct.A700,
|
|
21852
|
-
purple50:
|
|
21853
|
-
purple100:
|
|
21854
|
-
purple200:
|
|
21855
|
-
purple300:
|
|
21856
|
-
purple400:
|
|
21857
|
-
purple500:
|
|
21858
|
-
purple600:
|
|
21859
|
-
purple700:
|
|
21860
|
-
purple800:
|
|
21861
|
-
purple900:
|
|
21885
|
+
purple50: Be[50],
|
|
21886
|
+
purple100: Be[100],
|
|
21887
|
+
purple200: Be[200],
|
|
21888
|
+
purple300: Be[300],
|
|
21889
|
+
purple400: Be[400],
|
|
21890
|
+
purple500: Be[500],
|
|
21891
|
+
purple600: Be[600],
|
|
21892
|
+
purple700: Be[700],
|
|
21893
|
+
purple800: Be[800],
|
|
21894
|
+
purple900: Be[900],
|
|
21862
21895
|
purple1000: ce.purple1000,
|
|
21863
|
-
purpleA100:
|
|
21864
|
-
purpleA200:
|
|
21865
|
-
purpleA400:
|
|
21866
|
-
purpleA700:
|
|
21896
|
+
purpleA100: Be.A100,
|
|
21897
|
+
purpleA200: Be.A200,
|
|
21898
|
+
purpleA400: Be.A400,
|
|
21899
|
+
purpleA700: Be.A700,
|
|
21867
21900
|
yellow50: Tt[50],
|
|
21868
21901
|
yellow100: Tt[100],
|
|
21869
21902
|
yellow200: Tt[200],
|
|
@@ -21931,22 +21964,22 @@ const St = {
|
|
|
21931
21964
|
dark: ce.blue800,
|
|
21932
21965
|
light: ut.A200,
|
|
21933
21966
|
contrastText: ce.neutral00,
|
|
21934
|
-
hover: Oe(
|
|
21935
|
-
selected: Oe(
|
|
21936
|
-
focus: Oe(
|
|
21937
|
-
focusVisible: Oe(
|
|
21967
|
+
hover: Oe(Ve[400], 0.04),
|
|
21968
|
+
selected: Oe(Ve[400], 0.08),
|
|
21969
|
+
focus: Oe(Ve[400], 0.12),
|
|
21970
|
+
focusVisible: Oe(Ve[400], 0.3),
|
|
21938
21971
|
outlinedBorder: ce.blue800
|
|
21939
21972
|
},
|
|
21940
21973
|
secondary: {
|
|
21941
|
-
main:
|
|
21942
|
-
dark:
|
|
21943
|
-
light:
|
|
21974
|
+
main: Be.A700,
|
|
21975
|
+
dark: Be[700],
|
|
21976
|
+
light: Be.A400,
|
|
21944
21977
|
contrastText: ce.neutral00,
|
|
21945
|
-
hover: Oe(
|
|
21946
|
-
selected: Oe(
|
|
21947
|
-
focus: Oe(
|
|
21948
|
-
focusVisible: Oe(
|
|
21949
|
-
outlinedBorder:
|
|
21978
|
+
hover: Oe(Be[500], 0.04),
|
|
21979
|
+
selected: Oe(Be[500], 0.08),
|
|
21980
|
+
focus: Oe(Be[500], 0.12),
|
|
21981
|
+
focusVisible: Oe(Be[500], 0.3),
|
|
21982
|
+
outlinedBorder: Be[200]
|
|
21950
21983
|
},
|
|
21951
21984
|
error: {
|
|
21952
21985
|
main: Xe.A700,
|
|
@@ -21962,9 +21995,9 @@ const St = {
|
|
|
21962
21995
|
contrastText: ce.neutral00
|
|
21963
21996
|
},
|
|
21964
21997
|
info: {
|
|
21965
|
-
main:
|
|
21966
|
-
dark:
|
|
21967
|
-
light:
|
|
21998
|
+
main: Ve.A700,
|
|
21999
|
+
dark: Ve[900],
|
|
22000
|
+
light: Ve.A400,
|
|
21968
22001
|
contrastText: ce.neutral00
|
|
21969
22002
|
},
|
|
21970
22003
|
ai: {
|
|
@@ -22108,7 +22141,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
22108
22141
|
wrap: t("container")
|
|
22109
22142
|
};
|
|
22110
22143
|
}
|
|
22111
|
-
function
|
|
22144
|
+
function AO({ Header: e, children: t, sx: n, itemProps: o, ...i }) {
|
|
22112
22145
|
return p.jsxs(Ze, { container: !0, children: [e, p.jsx(Ze, { container: !0, sx: {
|
|
22113
22146
|
justifyContent: "center",
|
|
22114
22147
|
alignContent: "flex-start",
|
|
@@ -22120,7 +22153,7 @@ function kO({ Header: e, children: t, sx: n, itemProps: o, ...i }) {
|
|
|
22120
22153
|
...n
|
|
22121
22154
|
}, "data-test-layout-details": "content-slot", size: 12, ...i, children: p.jsx(Ze, { size: 10, ...o, children: t }) })] });
|
|
22122
22155
|
}
|
|
22123
|
-
function
|
|
22156
|
+
function MO({ Header: e, children: t, sx: n, ...o }) {
|
|
22124
22157
|
return p.jsxs(Ze, { container: !0, children: [e, p.jsx(Ze, { container: !0, sx: {
|
|
22125
22158
|
justifyContent: "center",
|
|
22126
22159
|
alignContent: "flex-start",
|
|
@@ -22131,7 +22164,7 @@ function PO({ Header: e, children: t, sx: n, ...o }) {
|
|
|
22131
22164
|
...n
|
|
22132
22165
|
}, size: 12, ...o, children: t })] });
|
|
22133
22166
|
}
|
|
22134
|
-
function
|
|
22167
|
+
function IO({ Header: e, children: t, sx: n, itemProps: o, ...i }) {
|
|
22135
22168
|
return p.jsxs(Ze, { container: !0, children: [e, p.jsx(Ze, { container: !0, sx: {
|
|
22136
22169
|
justifyContent: "center",
|
|
22137
22170
|
alignContent: "flex-start",
|
|
@@ -22143,19 +22176,19 @@ function AO({ Header: e, children: t, sx: n, itemProps: o, ...i }) {
|
|
|
22143
22176
|
...n
|
|
22144
22177
|
}, "data-test-workflow-layout": "content-slot", size: 12, ...i, children: p.jsx(Ze, { size: 8, ...o, children: t }) })] });
|
|
22145
22178
|
}
|
|
22146
|
-
function
|
|
22179
|
+
function $O({ children: e, itemProps: t, containerProps: n }) {
|
|
22147
22180
|
return p.jsx(Ze, { container: !0, justifyContent: "center", "data-cy": "eight-column-layout-container", ...n, children: p.jsx(Ze, { container: !0, justifyContent: "center", direction: "column", "data-cy": "eight-column-layout-content", size: {
|
|
22148
22181
|
md: 8,
|
|
22149
22182
|
xs: 12
|
|
22150
22183
|
}, ...t, children: e }) });
|
|
22151
22184
|
}
|
|
22152
|
-
function
|
|
22185
|
+
function NO({ children: e, itemProps: t, containerProps: n }) {
|
|
22153
22186
|
return p.jsx(Ze, { container: !0, justifyContent: "center", "data-cy": "ten-column-layout-container", ...n, children: p.jsx(Ze, { container: !0, justifyContent: "center", direction: "column", "data-cy": "ten-column-layout-content", size: {
|
|
22154
22187
|
md: 10,
|
|
22155
22188
|
xs: 12
|
|
22156
22189
|
}, ...t, children: e }) });
|
|
22157
22190
|
}
|
|
22158
|
-
function
|
|
22191
|
+
function _O({ leftContent: e, rightContent: t, containerProps: n, leftProps: o, rightProps: i }) {
|
|
22159
22192
|
return p.jsxs(Ze, { container: !0, justifyContent: "center", spacing: 2, "data-cy": "five-three-layout-grid", ...n, children: [p.jsx(Ze, { container: !0, direction: "column", "data-cy": "five-three-left-grid", size: {
|
|
22160
22193
|
md: 5,
|
|
22161
22194
|
xs: 12
|
|
@@ -22164,7 +22197,7 @@ function $O({ leftContent: e, rightContent: t, containerProps: n, leftProps: o,
|
|
|
22164
22197
|
xs: 12
|
|
22165
22198
|
}, ...i, children: t })] });
|
|
22166
22199
|
}
|
|
22167
|
-
function
|
|
22200
|
+
function BO({ leftContent: e, rightContent: t, containerProps: n, leftProps: o, rightProps: i }) {
|
|
22168
22201
|
return p.jsxs(Ze, { container: !0, justifyContent: "center", spacing: 2, "data-cy": "seven-three-layout-grid", ...n, children: [p.jsx(Ze, { container: !0, direction: "column", "data-cy": "seven-three-left-grid", size: {
|
|
22169
22202
|
md: 7,
|
|
22170
22203
|
xs: 12
|
|
@@ -22173,16 +22206,16 @@ function NO({ leftContent: e, rightContent: t, containerProps: n, leftProps: o,
|
|
|
22173
22206
|
xs: 12
|
|
22174
22207
|
}, ...i, children: t })] });
|
|
22175
22208
|
}
|
|
22176
|
-
function
|
|
22177
|
-
return p.jsxs(
|
|
22209
|
+
function DO({ children: e, panelContent: t, wrapperProps: n, panelProps: o, containerProps: i, itemProps: a }) {
|
|
22210
|
+
return p.jsxs(Me, { display: "flex", width: "100%", minHeight: "100vh", sx: { backgroundColor: (s) => s.palette.neutral100 }, "data-cy": "panel-paper-layout-wrapper", ...n, children: [p.jsx(Me, { flexShrink: 0, width: { xs: "100%", md: 320 }, height: "100vh", overflow: "auto", bgcolor: "white", p: 3, "data-cy": "panel-paper-layout", ...o, children: t }), p.jsx(Me, { flexGrow: 1, overflow: "auto", height: "100vh", children: p.jsx(Ze, { container: !0, justifyContent: "center", "data-cy": "panel-paper-layout-container", ...i, children: p.jsx(Ze, { "data-cy": "panel-paper-layout-content", size: {
|
|
22178
22211
|
xs: 12,
|
|
22179
22212
|
md: 8
|
|
22180
22213
|
}, ...a, children: e }) }) })] });
|
|
22181
22214
|
}
|
|
22182
|
-
function
|
|
22215
|
+
function IS(e) {
|
|
22183
22216
|
return e && typeof e == "object" && "default" in e ? e.default : e;
|
|
22184
22217
|
}
|
|
22185
|
-
var ep = dt,
|
|
22218
|
+
var ep = dt, $S = IS(ep);
|
|
22186
22219
|
function kc(e, t, n) {
|
|
22187
22220
|
return t in e ? Object.defineProperty(e, t, {
|
|
22188
22221
|
value: n,
|
|
@@ -22191,11 +22224,11 @@ function kc(e, t, n) {
|
|
|
22191
22224
|
writable: !0
|
|
22192
22225
|
}) : e[t] = n, e;
|
|
22193
22226
|
}
|
|
22194
|
-
function
|
|
22227
|
+
function NS(e, t) {
|
|
22195
22228
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
22196
22229
|
}
|
|
22197
|
-
var
|
|
22198
|
-
function
|
|
22230
|
+
var _S = !!(typeof window < "u" && window.document && window.document.createElement);
|
|
22231
|
+
function BS(e, t, n) {
|
|
22199
22232
|
if (typeof e != "function")
|
|
22200
22233
|
throw new Error("Expected reducePropsToState to be a function.");
|
|
22201
22234
|
if (typeof t != "function")
|
|
@@ -22215,7 +22248,7 @@ function _S(e, t, n) {
|
|
|
22215
22248
|
})), u.canUseDOM ? t(l) : n && (l = n(l));
|
|
22216
22249
|
}
|
|
22217
22250
|
var u = /* @__PURE__ */ function(d) {
|
|
22218
|
-
|
|
22251
|
+
NS(m, d);
|
|
22219
22252
|
function m() {
|
|
22220
22253
|
return d.apply(this, arguments) || this;
|
|
22221
22254
|
}
|
|
@@ -22236,15 +22269,15 @@ function _S(e, t, n) {
|
|
|
22236
22269
|
var b = s.indexOf(this);
|
|
22237
22270
|
s.splice(b, 1), c();
|
|
22238
22271
|
}, h.render = function() {
|
|
22239
|
-
return
|
|
22272
|
+
return $S.createElement(a, this.props);
|
|
22240
22273
|
}, m;
|
|
22241
22274
|
}(ep.PureComponent);
|
|
22242
|
-
return kc(u, "displayName", "SideEffect(" + o(a) + ")"), kc(u, "canUseDOM",
|
|
22275
|
+
return kc(u, "displayName", "SideEffect(" + o(a) + ")"), kc(u, "canUseDOM", _S), u;
|
|
22243
22276
|
};
|
|
22244
22277
|
}
|
|
22245
|
-
var
|
|
22246
|
-
const
|
|
22247
|
-
var
|
|
22278
|
+
var DS = BS;
|
|
22279
|
+
const LS = /* @__PURE__ */ oi(DS);
|
|
22280
|
+
var FS = typeof Element < "u", zS = typeof Map == "function", VS = typeof Set == "function", WS = typeof ArrayBuffer == "function" && !!ArrayBuffer.isView;
|
|
22248
22281
|
function Wo(e, t) {
|
|
22249
22282
|
if (e === t) return !0;
|
|
22250
22283
|
if (e && t && typeof e == "object" && typeof t == "object") {
|
|
@@ -22257,7 +22290,7 @@ function Wo(e, t) {
|
|
|
22257
22290
|
return !0;
|
|
22258
22291
|
}
|
|
22259
22292
|
var a;
|
|
22260
|
-
if (
|
|
22293
|
+
if (zS && e instanceof Map && t instanceof Map) {
|
|
22261
22294
|
if (e.size !== t.size) return !1;
|
|
22262
22295
|
for (a = e.entries(); !(o = a.next()).done; )
|
|
22263
22296
|
if (!t.has(o.value[0])) return !1;
|
|
@@ -22265,13 +22298,13 @@ function Wo(e, t) {
|
|
|
22265
22298
|
if (!Wo(o.value[1], t.get(o.value[0]))) return !1;
|
|
22266
22299
|
return !0;
|
|
22267
22300
|
}
|
|
22268
|
-
if (
|
|
22301
|
+
if (VS && e instanceof Set && t instanceof Set) {
|
|
22269
22302
|
if (e.size !== t.size) return !1;
|
|
22270
22303
|
for (a = e.entries(); !(o = a.next()).done; )
|
|
22271
22304
|
if (!t.has(o.value[0])) return !1;
|
|
22272
22305
|
return !0;
|
|
22273
22306
|
}
|
|
22274
|
-
if (
|
|
22307
|
+
if (WS && ArrayBuffer.isView(e) && ArrayBuffer.isView(t)) {
|
|
22275
22308
|
if (n = e.length, n != t.length) return !1;
|
|
22276
22309
|
for (o = n; o-- !== 0; )
|
|
22277
22310
|
if (e[o] !== t[o]) return !1;
|
|
@@ -22283,7 +22316,7 @@ function Wo(e, t) {
|
|
|
22283
22316
|
if (i = Object.keys(e), n = i.length, n !== Object.keys(t).length) return !1;
|
|
22284
22317
|
for (o = n; o-- !== 0; )
|
|
22285
22318
|
if (!Object.prototype.hasOwnProperty.call(t, i[o])) return !1;
|
|
22286
|
-
if (
|
|
22319
|
+
if (FS && e instanceof Element) return !1;
|
|
22287
22320
|
for (o = n; o-- !== 0; )
|
|
22288
22321
|
if (!((i[o] === "_owner" || i[o] === "__v" || i[o] === "__o") && e.$$typeof) && !Wo(e[i[o]], t[i[o]]))
|
|
22289
22322
|
return !1;
|
|
@@ -22291,7 +22324,7 @@ function Wo(e, t) {
|
|
|
22291
22324
|
}
|
|
22292
22325
|
return e !== e && t !== t;
|
|
22293
22326
|
}
|
|
22294
|
-
var
|
|
22327
|
+
var US = function(t, n) {
|
|
22295
22328
|
try {
|
|
22296
22329
|
return Wo(t, n);
|
|
22297
22330
|
} catch (o) {
|
|
@@ -22300,7 +22333,7 @@ var WS = function(t, n) {
|
|
|
22300
22333
|
throw o;
|
|
22301
22334
|
}
|
|
22302
22335
|
};
|
|
22303
|
-
const
|
|
22336
|
+
const GS = /* @__PURE__ */ oi(US);
|
|
22304
22337
|
var Vn = {
|
|
22305
22338
|
BODY: "bodyAttributes",
|
|
22306
22339
|
HTML: "htmlAttributes",
|
|
@@ -22345,16 +22378,16 @@ var Vn = {
|
|
|
22345
22378
|
ENCODE_SPECIAL_CHARACTERS: "encodeSpecialCharacters",
|
|
22346
22379
|
ON_CHANGE_CLIENT_STATE: "onChangeClientState",
|
|
22347
22380
|
TITLE_TEMPLATE: "titleTemplate"
|
|
22348
|
-
},
|
|
22381
|
+
}, HS = Object.keys(ni).reduce(function(e, t) {
|
|
22349
22382
|
return e[ni[t]] = t, e;
|
|
22350
|
-
}, {}),
|
|
22383
|
+
}, {}), qS = [me.NOSCRIPT, me.SCRIPT, me.STYLE], Xt = "data-react-helmet", YS = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
22351
22384
|
return typeof e;
|
|
22352
22385
|
} : function(e) {
|
|
22353
22386
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
22354
|
-
},
|
|
22387
|
+
}, KS = function(e, t) {
|
|
22355
22388
|
if (!(e instanceof t))
|
|
22356
22389
|
throw new TypeError("Cannot call a class as a function");
|
|
22357
|
-
},
|
|
22390
|
+
}, XS = /* @__PURE__ */ function() {
|
|
22358
22391
|
function e(t, n) {
|
|
22359
22392
|
for (var o = 0; o < n.length; o++) {
|
|
22360
22393
|
var i = n[o];
|
|
@@ -22371,7 +22404,7 @@ var Vn = {
|
|
|
22371
22404
|
Object.prototype.hasOwnProperty.call(n, o) && (e[o] = n[o]);
|
|
22372
22405
|
}
|
|
22373
22406
|
return e;
|
|
22374
|
-
},
|
|
22407
|
+
}, JS = function(e, t) {
|
|
22375
22408
|
if (typeof t != "function" && t !== null)
|
|
22376
22409
|
throw new TypeError("Super expression must either be null or a function, not " + typeof t);
|
|
22377
22410
|
e.prototype = Object.create(t && t.prototype, {
|
|
@@ -22387,14 +22420,14 @@ var Vn = {
|
|
|
22387
22420
|
for (var o in e)
|
|
22388
22421
|
t.indexOf(o) >= 0 || Object.prototype.hasOwnProperty.call(e, o) && (n[o] = e[o]);
|
|
22389
22422
|
return n;
|
|
22390
|
-
},
|
|
22423
|
+
}, ZS = function(e, t) {
|
|
22391
22424
|
if (!e)
|
|
22392
22425
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
22393
22426
|
return t && (typeof t == "object" || typeof t == "function") ? t : e;
|
|
22394
22427
|
}, Fa = function(t) {
|
|
22395
22428
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
|
|
22396
22429
|
return n === !1 ? String(t) : String(t).replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
22397
|
-
},
|
|
22430
|
+
}, QS = function(t) {
|
|
22398
22431
|
var n = dr(t, me.TITLE), o = dr(t, fo.TITLE_TEMPLATE);
|
|
22399
22432
|
if (o && n)
|
|
22400
22433
|
return o.replace(/%s/g, function() {
|
|
@@ -22402,7 +22435,7 @@ var Vn = {
|
|
|
22402
22435
|
});
|
|
22403
22436
|
var i = dr(t, fo.DEFAULT_TITLE);
|
|
22404
22437
|
return n || i || void 0;
|
|
22405
|
-
},
|
|
22438
|
+
}, eE = function(t) {
|
|
22406
22439
|
return dr(t, fo.ON_CHANGE_CLIENT_STATE) || function() {
|
|
22407
22440
|
};
|
|
22408
22441
|
}, ua = function(t, n) {
|
|
@@ -22413,7 +22446,7 @@ var Vn = {
|
|
|
22413
22446
|
}).reduce(function(o, i) {
|
|
22414
22447
|
return It({}, o, i);
|
|
22415
22448
|
}, {});
|
|
22416
|
-
},
|
|
22449
|
+
}, tE = function(t, n) {
|
|
22417
22450
|
return n.filter(function(o) {
|
|
22418
22451
|
return typeof o[me.BASE] < "u";
|
|
22419
22452
|
}).map(function(o) {
|
|
@@ -22430,7 +22463,7 @@ var Vn = {
|
|
|
22430
22463
|
}, Lr = function(t, n, o) {
|
|
22431
22464
|
var i = {};
|
|
22432
22465
|
return o.filter(function(a) {
|
|
22433
|
-
return Array.isArray(a[t]) ? !0 : (typeof a[t] < "u" && Va("Helmet: " + t + ' should be of type "Array". Instead found type "' +
|
|
22466
|
+
return Array.isArray(a[t]) ? !0 : (typeof a[t] < "u" && Va("Helmet: " + t + ' should be of type "Array". Instead found type "' + YS(a[t]) + '"'), !1);
|
|
22434
22467
|
}).map(function(a) {
|
|
22435
22468
|
return a[t];
|
|
22436
22469
|
}).reverse().reduce(function(a, s) {
|
|
@@ -22460,9 +22493,9 @@ var Vn = {
|
|
|
22460
22493
|
return i[n];
|
|
22461
22494
|
}
|
|
22462
22495
|
return null;
|
|
22463
|
-
},
|
|
22496
|
+
}, nE = function(t) {
|
|
22464
22497
|
return {
|
|
22465
|
-
baseTag:
|
|
22498
|
+
baseTag: tE([Je.HREF, Je.TARGET], t),
|
|
22466
22499
|
bodyAttributes: ua(Vn.BODY, t),
|
|
22467
22500
|
defer: dr(t, fo.DEFER),
|
|
22468
22501
|
encode: dr(t, fo.ENCODE_SPECIAL_CHARACTERS),
|
|
@@ -22470,10 +22503,10 @@ var Vn = {
|
|
|
22470
22503
|
linkTags: Lr(me.LINK, [Je.REL, Je.HREF], t),
|
|
22471
22504
|
metaTags: Lr(me.META, [Je.NAME, Je.CHARSET, Je.HTTPEQUIV, Je.PROPERTY, Je.ITEM_PROP], t),
|
|
22472
22505
|
noscriptTags: Lr(me.NOSCRIPT, [Je.INNER_HTML], t),
|
|
22473
|
-
onChangeClientState:
|
|
22506
|
+
onChangeClientState: eE(t),
|
|
22474
22507
|
scriptTags: Lr(me.SCRIPT, [Je.SRC, Je.INNER_HTML], t),
|
|
22475
22508
|
styleTags: Lr(me.STYLE, [Je.CSS_TEXT], t),
|
|
22476
|
-
title:
|
|
22509
|
+
title: QS(t),
|
|
22477
22510
|
titleAttributes: ua(Vn.TITLE, t)
|
|
22478
22511
|
};
|
|
22479
22512
|
}, za = function() {
|
|
@@ -22486,17 +22519,17 @@ var Vn = {
|
|
|
22486
22519
|
};
|
|
22487
22520
|
}(), Mc = function(t) {
|
|
22488
22521
|
return clearTimeout(t);
|
|
22489
|
-
},
|
|
22522
|
+
}, rE = typeof window < "u" ? window.requestAnimationFrame && window.requestAnimationFrame.bind(window) || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || za : global.requestAnimationFrame || za, oE = typeof window < "u" ? window.cancelAnimationFrame || window.webkitCancelAnimationFrame || window.mozCancelAnimationFrame || Mc : global.cancelAnimationFrame || Mc, Va = function(t) {
|
|
22490
22523
|
return console && typeof console.warn == "function" && console.warn(t);
|
|
22491
|
-
}, Fr = null,
|
|
22492
|
-
Fr &&
|
|
22524
|
+
}, Fr = null, iE = function(t) {
|
|
22525
|
+
Fr && oE(Fr), t.defer ? Fr = rE(function() {
|
|
22493
22526
|
Ic(t, function() {
|
|
22494
22527
|
Fr = null;
|
|
22495
22528
|
});
|
|
22496
22529
|
}) : (Ic(t), Fr = null);
|
|
22497
22530
|
}, Ic = function(t, n) {
|
|
22498
22531
|
var o = t.baseTag, i = t.bodyAttributes, a = t.htmlAttributes, s = t.linkTags, l = t.metaTags, c = t.noscriptTags, u = t.onChangeClientState, d = t.scriptTags, m = t.styleTags, h = t.title, g = t.titleAttributes;
|
|
22499
|
-
Wa(me.BODY, i), Wa(me.HTML, a),
|
|
22532
|
+
Wa(me.BODY, i), Wa(me.HTML, a), aE(h, g);
|
|
22500
22533
|
var b = {
|
|
22501
22534
|
baseTag: or(me.BASE, o),
|
|
22502
22535
|
linkTags: or(me.LINK, s),
|
|
@@ -22511,7 +22544,7 @@ var Vn = {
|
|
|
22511
22544
|
}), n && n(), u(t, f, x);
|
|
22512
22545
|
}, tp = function(t) {
|
|
22513
22546
|
return Array.isArray(t) ? t.join("") : t;
|
|
22514
|
-
},
|
|
22547
|
+
}, aE = function(t, n) {
|
|
22515
22548
|
typeof t < "u" && document.title !== t && (document.title = tp(t)), Wa(me.TITLE, n);
|
|
22516
22549
|
}, Wa = function(t, n) {
|
|
22517
22550
|
var o = document.getElementsByTagName(t)[0];
|
|
@@ -22556,17 +22589,17 @@ var Vn = {
|
|
|
22556
22589
|
var i = typeof t[o] < "u" ? o + '="' + t[o] + '"' : "" + o;
|
|
22557
22590
|
return n ? n + " " + i : i;
|
|
22558
22591
|
}, "");
|
|
22559
|
-
},
|
|
22592
|
+
}, sE = function(t, n, o, i) {
|
|
22560
22593
|
var a = np(o), s = tp(n);
|
|
22561
22594
|
return a ? "<" + t + " " + Xt + '="true" ' + a + ">" + Fa(s, i) + "</" + t + ">" : "<" + t + " " + Xt + '="true">' + Fa(s, i) + "</" + t + ">";
|
|
22562
|
-
},
|
|
22595
|
+
}, lE = function(t, n, o) {
|
|
22563
22596
|
return n.reduce(function(i, a) {
|
|
22564
22597
|
var s = Object.keys(a).filter(function(u) {
|
|
22565
22598
|
return !(u === Je.INNER_HTML || u === Je.CSS_TEXT);
|
|
22566
22599
|
}).reduce(function(u, d) {
|
|
22567
22600
|
var m = typeof a[d] > "u" ? d : d + '="' + Fa(a[d], o) + '"';
|
|
22568
22601
|
return u ? u + " " + m : m;
|
|
22569
|
-
}, ""), l = a.innerHTML || a.cssText || "", c =
|
|
22602
|
+
}, ""), l = a.innerHTML || a.cssText || "", c = qS.indexOf(t) === -1;
|
|
22570
22603
|
return i + "<" + t + " " + Xt + '="true" ' + s + (c ? "/>" : ">" + l + "</" + t + ">");
|
|
22571
22604
|
}, "");
|
|
22572
22605
|
}, rp = function(t) {
|
|
@@ -22574,17 +22607,17 @@ var Vn = {
|
|
|
22574
22607
|
return Object.keys(t).reduce(function(o, i) {
|
|
22575
22608
|
return o[ni[i] || i] = t[i], o;
|
|
22576
22609
|
}, n);
|
|
22577
|
-
},
|
|
22610
|
+
}, cE = function(t) {
|
|
22578
22611
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
22579
22612
|
return Object.keys(t).reduce(function(o, i) {
|
|
22580
|
-
return o[
|
|
22613
|
+
return o[HS[i] || i] = t[i], o;
|
|
22581
22614
|
}, n);
|
|
22582
|
-
},
|
|
22615
|
+
}, uE = function(t, n, o) {
|
|
22583
22616
|
var i, a = (i = {
|
|
22584
22617
|
key: n
|
|
22585
22618
|
}, i[Xt] = !0, i), s = rp(o, a);
|
|
22586
22619
|
return [dt.createElement(me.TITLE, s, n)];
|
|
22587
|
-
},
|
|
22620
|
+
}, dE = function(t, n) {
|
|
22588
22621
|
return n.map(function(o, i) {
|
|
22589
22622
|
var a, s = (a = {
|
|
22590
22623
|
key: i
|
|
@@ -22603,10 +22636,10 @@ var Vn = {
|
|
|
22603
22636
|
case me.TITLE:
|
|
22604
22637
|
return {
|
|
22605
22638
|
toComponent: function() {
|
|
22606
|
-
return
|
|
22639
|
+
return uE(t, n.title, n.titleAttributes);
|
|
22607
22640
|
},
|
|
22608
22641
|
toString: function() {
|
|
22609
|
-
return
|
|
22642
|
+
return sE(t, n.title, n.titleAttributes, o);
|
|
22610
22643
|
}
|
|
22611
22644
|
};
|
|
22612
22645
|
case Vn.BODY:
|
|
@@ -22622,10 +22655,10 @@ var Vn = {
|
|
|
22622
22655
|
default:
|
|
22623
22656
|
return {
|
|
22624
22657
|
toComponent: function() {
|
|
22625
|
-
return
|
|
22658
|
+
return dE(t, n);
|
|
22626
22659
|
},
|
|
22627
22660
|
toString: function() {
|
|
22628
|
-
return
|
|
22661
|
+
return lE(t, n, o);
|
|
22629
22662
|
}
|
|
22630
22663
|
};
|
|
22631
22664
|
}
|
|
@@ -22642,15 +22675,15 @@ var Vn = {
|
|
|
22642
22675
|
style: mn(me.STYLE, d, i),
|
|
22643
22676
|
title: mn(me.TITLE, { title: h, titleAttributes: g }, i)
|
|
22644
22677
|
};
|
|
22645
|
-
},
|
|
22678
|
+
}, pE = function(t) {
|
|
22646
22679
|
var n, o;
|
|
22647
22680
|
return o = n = function(i) {
|
|
22648
|
-
|
|
22681
|
+
JS(a, i);
|
|
22649
22682
|
function a() {
|
|
22650
|
-
return
|
|
22683
|
+
return KS(this, a), ZS(this, i.apply(this, arguments));
|
|
22651
22684
|
}
|
|
22652
22685
|
return a.prototype.shouldComponentUpdate = function(l) {
|
|
22653
|
-
return !
|
|
22686
|
+
return !GS(this.props, l);
|
|
22654
22687
|
}, a.prototype.mapNestedChildrenToProps = function(l, c) {
|
|
22655
22688
|
if (!c)
|
|
22656
22689
|
return null;
|
|
@@ -22706,7 +22739,7 @@ var Vn = {
|
|
|
22706
22739
|
var u = this, d = {};
|
|
22707
22740
|
return dt.Children.forEach(l, function(m) {
|
|
22708
22741
|
if (!(!m || !m.props)) {
|
|
22709
|
-
var h = m.props, g = h.children, b = Ac(h, ["children"]), f =
|
|
22742
|
+
var h = m.props, g = h.children, b = Ac(h, ["children"]), f = cE(b);
|
|
22710
22743
|
switch (u.warnOnInvalidChildren(m, g), m.type) {
|
|
22711
22744
|
case me.LINK:
|
|
22712
22745
|
case me.META:
|
|
@@ -22734,7 +22767,7 @@ var Vn = {
|
|
|
22734
22767
|
}, a.prototype.render = function() {
|
|
22735
22768
|
var l = this.props, c = l.children, u = Ac(l, ["children"]), d = It({}, u);
|
|
22736
22769
|
return c && (d = this.mapChildrenToProps(c, d)), dt.createElement(t, d);
|
|
22737
|
-
},
|
|
22770
|
+
}, XS(a, null, [{
|
|
22738
22771
|
key: "canUseDOM",
|
|
22739
22772
|
// Component.peek comes from react-side-effect:
|
|
22740
22773
|
// For testing, you may use a static peek() method available on the returned component.
|
|
@@ -22797,15 +22830,15 @@ var Vn = {
|
|
|
22797
22830
|
titleAttributes: {}
|
|
22798
22831
|
})), i;
|
|
22799
22832
|
}, o;
|
|
22800
|
-
},
|
|
22833
|
+
}, fE = function() {
|
|
22801
22834
|
return null;
|
|
22802
|
-
},
|
|
22835
|
+
}, mE = LS(nE, iE, op)(fE), Ua = pE(mE);
|
|
22803
22836
|
Ua.renderStatic = Ua.rewind;
|
|
22804
|
-
const
|
|
22837
|
+
const LO = ({ title: e, addTitleSuffix: t = !0, description: n, children: o }) => {
|
|
22805
22838
|
const i = e + (t ? " | Movable Ink" : "");
|
|
22806
22839
|
return p.jsxs(p.Fragment, { children: [p.jsxs(Ua, { children: [!!e && p.jsx("title", { children: i }), !!n && p.jsx("meta", { name: "description", content: n })] }), o] });
|
|
22807
|
-
},
|
|
22808
|
-
function
|
|
22840
|
+
}, FO = ({ skeletonRows: e, skeletonColumns: t }) => p.jsx(p.Fragment, { children: Array.from({ length: e }).map((n, o) => p.jsx(Ze, { container: !0, spacing: 2, sx: { mb: 2 }, children: Array.from({ length: t }).map((i, a) => p.jsxs(Ze, { size: "grow", children: [p.jsx(Qr, { variant: "text", width: 100, height: 20 }), p.jsx(Qr, { variant: "rectangular", height: 40, sx: { borderRadius: 1 }, "data-test": "loading-skeleton" })] }, a)) }, o)) });
|
|
22841
|
+
function zO() {
|
|
22809
22842
|
const [e, t] = mt(null);
|
|
22810
22843
|
return [e, async (o) => {
|
|
22811
22844
|
if (!(navigator != null && navigator.clipboard))
|
|
@@ -22817,7 +22850,7 @@ function LO() {
|
|
|
22817
22850
|
}
|
|
22818
22851
|
}];
|
|
22819
22852
|
}
|
|
22820
|
-
class
|
|
22853
|
+
class hE {
|
|
22821
22854
|
constructor() {
|
|
22822
22855
|
Ee(this, "BASE_ATTRIBUTE", 'data-test="ink-dialog"');
|
|
22823
22856
|
}
|
|
@@ -22877,7 +22910,7 @@ class mE {
|
|
|
22877
22910
|
this.title.should("have.text", t);
|
|
22878
22911
|
}
|
|
22879
22912
|
}
|
|
22880
|
-
const
|
|
22913
|
+
const VO = new hE();
|
|
22881
22914
|
class ip {
|
|
22882
22915
|
constructor(t) {
|
|
22883
22916
|
Ee(this, "baseAttribute", "data-test-select");
|
|
@@ -22937,7 +22970,7 @@ class ip {
|
|
|
22937
22970
|
this.select.click();
|
|
22938
22971
|
}
|
|
22939
22972
|
}
|
|
22940
|
-
class
|
|
22973
|
+
class gE {
|
|
22941
22974
|
get title() {
|
|
22942
22975
|
return cy.get("[data-test-ink-snackbar-title]");
|
|
22943
22976
|
}
|
|
@@ -22960,7 +22993,7 @@ class hE {
|
|
|
22960
22993
|
return cy.get(`[data-test-ink-snackbar-alert=${t}]`);
|
|
22961
22994
|
}
|
|
22962
22995
|
}
|
|
22963
|
-
const
|
|
22996
|
+
const WO = new gE();
|
|
22964
22997
|
class ap {
|
|
22965
22998
|
constructor(t) {
|
|
22966
22999
|
Ee(this, "baseAttribute", "data-test-ink-text-field");
|
|
@@ -23146,12 +23179,12 @@ class cp {
|
|
|
23146
23179
|
return this.element.should("not.have.class", this.checkedClass);
|
|
23147
23180
|
}
|
|
23148
23181
|
}
|
|
23149
|
-
class
|
|
23182
|
+
class yE {
|
|
23150
23183
|
constructor() {
|
|
23151
23184
|
Ee(this, "baseSelector", "[data-ink-page-header]");
|
|
23152
|
-
Ee(this, "breadcrumbs", new
|
|
23153
|
-
Ee(this, "metadata", new
|
|
23154
|
-
Ee(this, "actionButtons", new
|
|
23185
|
+
Ee(this, "breadcrumbs", new bE());
|
|
23186
|
+
Ee(this, "metadata", new vE());
|
|
23187
|
+
Ee(this, "actionButtons", new xE());
|
|
23155
23188
|
}
|
|
23156
23189
|
get element() {
|
|
23157
23190
|
return cy.get(this.baseSelector);
|
|
@@ -23160,7 +23193,7 @@ class gE {
|
|
|
23160
23193
|
return cy.get('[data-cy="header-subtitle"]');
|
|
23161
23194
|
}
|
|
23162
23195
|
}
|
|
23163
|
-
class
|
|
23196
|
+
class bE {
|
|
23164
23197
|
constructor() {
|
|
23165
23198
|
Ee(this, "baseSelector", "[data-test-ink-page-header-breadcrumbs]");
|
|
23166
23199
|
}
|
|
@@ -23174,7 +23207,7 @@ class yE {
|
|
|
23174
23207
|
return this.element.find(`[data-cy="breadcrumb-${t}"]`);
|
|
23175
23208
|
}
|
|
23176
23209
|
}
|
|
23177
|
-
class
|
|
23210
|
+
class vE {
|
|
23178
23211
|
constructor() {
|
|
23179
23212
|
Ee(this, "baseSelector", "[data-test-ink-page-header-metadata]");
|
|
23180
23213
|
}
|
|
@@ -23185,7 +23218,7 @@ class bE {
|
|
|
23185
23218
|
return this.element.find(`[data-cy="metadata-${t}"]`);
|
|
23186
23219
|
}
|
|
23187
23220
|
}
|
|
23188
|
-
class
|
|
23221
|
+
class xE {
|
|
23189
23222
|
constructor() {
|
|
23190
23223
|
Ee(this, "baseSelector", "[data-test-ink-page-header-action-buttons]");
|
|
23191
23224
|
}
|
|
@@ -23214,8 +23247,8 @@ class vE {
|
|
|
23214
23247
|
return this.dropDownTrigger.click();
|
|
23215
23248
|
}
|
|
23216
23249
|
}
|
|
23217
|
-
const
|
|
23218
|
-
class
|
|
23250
|
+
const UO = new yE();
|
|
23251
|
+
class TE {
|
|
23219
23252
|
get label() {
|
|
23220
23253
|
return cy.get("[data-test-ink-workflow-header-label]");
|
|
23221
23254
|
}
|
|
@@ -23235,7 +23268,7 @@ class xE {
|
|
|
23235
23268
|
return cy.get("[data-test-ink-workflow-header-close-action]");
|
|
23236
23269
|
}
|
|
23237
23270
|
}
|
|
23238
|
-
const
|
|
23271
|
+
const GO = new TE();
|
|
23239
23272
|
class up {
|
|
23240
23273
|
constructor(t) {
|
|
23241
23274
|
Ee(this, "baseSelector", "data-test-ink-image");
|
|
@@ -23261,20 +23294,20 @@ class up {
|
|
|
23261
23294
|
return this.successImage.should("not.be.visible");
|
|
23262
23295
|
}
|
|
23263
23296
|
}
|
|
23264
|
-
const
|
|
23297
|
+
const CE = ot(/* @__PURE__ */ p.jsx("path", {
|
|
23265
23298
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"
|
|
23266
|
-
}), "CheckCircleOutlined"),
|
|
23299
|
+
}), "CheckCircleOutlined"), wE = ot(/* @__PURE__ */ p.jsx("path", {
|
|
23267
23300
|
d: "M15.32 3H8.68c-.26 0-.52.11-.7.29L3.29 7.98c-.18.18-.29.44-.29.7v6.63c0 .27.11.52.29.71l4.68 4.68c.19.19.45.3.71.3h6.63c.27 0 .52-.11.71-.29l4.68-4.68c.19-.19.29-.44.29-.71V8.68c0-.27-.11-.52-.29-.71l-4.68-4.68c-.18-.18-.44-.29-.7-.29M12 17.3c-.72 0-1.3-.58-1.3-1.3s.58-1.3 1.3-1.3 1.3.58 1.3 1.3-.58 1.3-1.3 1.3m0-4.3c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1"
|
|
23268
|
-
}), "ReportRounded"),
|
|
23301
|
+
}), "ReportRounded"), SE = ot(/* @__PURE__ */ p.jsx("path", {
|
|
23269
23302
|
d: "M12 5.99 19.53 19H4.47zM2.74 18c-.77 1.33.19 3 1.73 3h15.06c1.54 0 2.5-1.67 1.73-3L13.73 4.99c-.77-1.33-2.69-1.33-3.46 0zM11 11v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1m0 5h2v2h-2z"
|
|
23270
|
-
}), "WarningAmberRounded"),
|
|
23303
|
+
}), "WarningAmberRounded"), EE = {
|
|
23271
23304
|
MuiAlert: {
|
|
23272
23305
|
defaultProps: {
|
|
23273
23306
|
iconMapping: {
|
|
23274
|
-
success: p.jsx(
|
|
23275
|
-
error: p.jsx(
|
|
23307
|
+
success: p.jsx(CE, {}),
|
|
23308
|
+
error: p.jsx(wE, {}),
|
|
23276
23309
|
info: p.jsx(Rd, {}),
|
|
23277
|
-
warning: p.jsx(
|
|
23310
|
+
warning: p.jsx(SE, {})
|
|
23278
23311
|
}
|
|
23279
23312
|
},
|
|
23280
23313
|
variants: [
|
|
@@ -23335,7 +23368,7 @@ const TE = ot(/* @__PURE__ */ p.jsx("path", {
|
|
|
23335
23368
|
})
|
|
23336
23369
|
}
|
|
23337
23370
|
}
|
|
23338
|
-
},
|
|
23371
|
+
}, OE = {
|
|
23339
23372
|
MuiAutocomplete: {
|
|
23340
23373
|
defaultProps: {
|
|
23341
23374
|
ChipProps: {
|
|
@@ -23388,7 +23421,7 @@ const TE = ot(/* @__PURE__ */ p.jsx("path", {
|
|
|
23388
23421
|
}
|
|
23389
23422
|
}
|
|
23390
23423
|
}
|
|
23391
|
-
},
|
|
23424
|
+
}, RE = {
|
|
23392
23425
|
MuiDialog: {
|
|
23393
23426
|
defaultProps: {
|
|
23394
23427
|
maxWidth: "xs",
|
|
@@ -23418,7 +23451,7 @@ const TE = ot(/* @__PURE__ */ p.jsx("path", {
|
|
|
23418
23451
|
}
|
|
23419
23452
|
}
|
|
23420
23453
|
}
|
|
23421
|
-
},
|
|
23454
|
+
}, jE = {
|
|
23422
23455
|
MuiDrawer: {
|
|
23423
23456
|
styleOverrides: {
|
|
23424
23457
|
paper: {
|
|
@@ -23426,7 +23459,7 @@ const TE = ot(/* @__PURE__ */ p.jsx("path", {
|
|
|
23426
23459
|
}
|
|
23427
23460
|
}
|
|
23428
23461
|
}
|
|
23429
|
-
},
|
|
23462
|
+
}, kE = {
|
|
23430
23463
|
MuiStepper: {
|
|
23431
23464
|
styleOverrides: {
|
|
23432
23465
|
root: ({ theme: e }) => ({
|
|
@@ -23493,7 +23526,7 @@ const TE = ot(/* @__PURE__ */ p.jsx("path", {
|
|
|
23493
23526
|
}
|
|
23494
23527
|
}
|
|
23495
23528
|
};
|
|
23496
|
-
function
|
|
23529
|
+
function PE(e, t, n) {
|
|
23497
23530
|
const o = t.getBoundingClientRect(), i = n && n.getBoundingClientRect(), a = Zt(t);
|
|
23498
23531
|
let s;
|
|
23499
23532
|
if (t.fakeTransform)
|
|
@@ -23513,7 +23546,7 @@ function dp(e) {
|
|
|
23513
23546
|
return typeof e == "function" ? e() : e;
|
|
23514
23547
|
}
|
|
23515
23548
|
function Lo(e, t, n) {
|
|
23516
|
-
const o = dp(n), i =
|
|
23549
|
+
const o = dp(n), i = PE(e, t, o);
|
|
23517
23550
|
i && (t.style.webkitTransform = i, t.style.transform = i);
|
|
23518
23551
|
}
|
|
23519
23552
|
const pp = /* @__PURE__ */ S.forwardRef(function(t, n) {
|
|
@@ -23715,7 +23748,7 @@ process.env.NODE_ENV !== "production" && (pp.propTypes = {
|
|
|
23715
23748
|
exit: r.number
|
|
23716
23749
|
})])
|
|
23717
23750
|
});
|
|
23718
|
-
const
|
|
23751
|
+
const AE = {
|
|
23719
23752
|
MuiSnackbar: {
|
|
23720
23753
|
defaultProps: {
|
|
23721
23754
|
anchorOrigin: {
|
|
@@ -23725,7 +23758,7 @@ const PE = {
|
|
|
23725
23758
|
TransitionComponent: pp
|
|
23726
23759
|
}
|
|
23727
23760
|
}
|
|
23728
|
-
},
|
|
23761
|
+
}, ME = {
|
|
23729
23762
|
MuiTypography: {
|
|
23730
23763
|
styleOverrides: {
|
|
23731
23764
|
root: ({ ownerState: e }) => ({
|
|
@@ -23739,7 +23772,7 @@ const PE = {
|
|
|
23739
23772
|
})
|
|
23740
23773
|
}
|
|
23741
23774
|
}
|
|
23742
|
-
},
|
|
23775
|
+
}, IE = {
|
|
23743
23776
|
MuiTooltip: {
|
|
23744
23777
|
styleOverrides: {
|
|
23745
23778
|
tooltip: {
|
|
@@ -23747,7 +23780,7 @@ const PE = {
|
|
|
23747
23780
|
}
|
|
23748
23781
|
}
|
|
23749
23782
|
}
|
|
23750
|
-
},
|
|
23783
|
+
}, $E = {
|
|
23751
23784
|
MuiCard: {
|
|
23752
23785
|
defaultProps: {
|
|
23753
23786
|
variant: "outlined"
|
|
@@ -23798,7 +23831,7 @@ const PE = {
|
|
|
23798
23831
|
})
|
|
23799
23832
|
}
|
|
23800
23833
|
}
|
|
23801
|
-
},
|
|
23834
|
+
}, NE = {
|
|
23802
23835
|
MuiPaper: {
|
|
23803
23836
|
defaultProps: {
|
|
23804
23837
|
variant: "outlined"
|
|
@@ -23817,7 +23850,7 @@ const PE = {
|
|
|
23817
23850
|
})
|
|
23818
23851
|
}
|
|
23819
23852
|
}
|
|
23820
|
-
},
|
|
23853
|
+
}, _E = "5.5px", fp = "0.15px", da = ({ theme: e }) => ({
|
|
23821
23854
|
color: e.palette.text.secondary,
|
|
23822
23855
|
fontSize: e.spacing(1.5),
|
|
23823
23856
|
lineHeight: e.spacing(1.5),
|
|
@@ -23842,11 +23875,11 @@ const PE = {
|
|
|
23842
23875
|
"&.MuiCheckbox-root.MuiCheckbox-sizeSmall + .MuiFormControlLabel-label, &.MuiRadio-root.MuiRadio-sizeSmall + .MuiFormControlLabel-label": {
|
|
23843
23876
|
fontSize: e.typography.body2.fontSize
|
|
23844
23877
|
}
|
|
23845
|
-
}),
|
|
23878
|
+
}), BE = {
|
|
23846
23879
|
MuiFormControl: {
|
|
23847
23880
|
styleOverrides: {
|
|
23848
23881
|
root: ({ theme: e }) => ({
|
|
23849
|
-
gap:
|
|
23882
|
+
gap: _E,
|
|
23850
23883
|
minWidth: "220px",
|
|
23851
23884
|
"& .MuiFormHelperText-root": {
|
|
23852
23885
|
margin: 0
|
|
@@ -24001,7 +24034,7 @@ const PE = {
|
|
|
24001
24034
|
root: $c
|
|
24002
24035
|
}
|
|
24003
24036
|
}
|
|
24004
|
-
},
|
|
24037
|
+
}, DE = {
|
|
24005
24038
|
MuiChip: {
|
|
24006
24039
|
styleOverrides: {
|
|
24007
24040
|
filledDefault: {
|
|
@@ -24295,7 +24328,7 @@ const PE = {
|
|
|
24295
24328
|
}
|
|
24296
24329
|
}
|
|
24297
24330
|
}
|
|
24298
|
-
},
|
|
24331
|
+
}, LE = {
|
|
24299
24332
|
MuiDataGrid: {
|
|
24300
24333
|
styleOverrides: {
|
|
24301
24334
|
root: {
|
|
@@ -24343,24 +24376,24 @@ const PE = {
|
|
|
24343
24376
|
})
|
|
24344
24377
|
}
|
|
24345
24378
|
}
|
|
24346
|
-
},
|
|
24379
|
+
}, HO = ns({
|
|
24347
24380
|
typography: {
|
|
24348
24381
|
fontFamily: ["Inter", "sans-serif"].join(",")
|
|
24349
24382
|
},
|
|
24350
24383
|
components: {
|
|
24351
|
-
...SE,
|
|
24352
24384
|
...EE,
|
|
24353
|
-
...IE,
|
|
24354
|
-
...BE,
|
|
24355
|
-
...DE,
|
|
24356
24385
|
...OE,
|
|
24357
|
-
...RE,
|
|
24358
|
-
..._E,
|
|
24359
24386
|
...$E,
|
|
24360
|
-
...
|
|
24387
|
+
...DE,
|
|
24388
|
+
...LE,
|
|
24389
|
+
...RE,
|
|
24361
24390
|
...jE,
|
|
24362
|
-
...
|
|
24391
|
+
...BE,
|
|
24392
|
+
...NE,
|
|
24363
24393
|
...AE,
|
|
24394
|
+
...kE,
|
|
24395
|
+
...IE,
|
|
24396
|
+
...ME,
|
|
24364
24397
|
MuiButtonBase: {
|
|
24365
24398
|
defaultProps: {
|
|
24366
24399
|
disableRipple: !0
|
|
@@ -24523,74 +24556,76 @@ const PE = {
|
|
|
24523
24556
|
palette: B
|
|
24524
24557
|
});
|
|
24525
24558
|
export {
|
|
24526
|
-
|
|
24527
|
-
|
|
24528
|
-
|
|
24529
|
-
|
|
24530
|
-
|
|
24531
|
-
|
|
24559
|
+
QE as DemoComponent,
|
|
24560
|
+
AO as DetailsLayout,
|
|
24561
|
+
$O as EightColumnFullContentLayout,
|
|
24562
|
+
_O as FiveThreeSplitContentLayout,
|
|
24563
|
+
FO as FormSkeletonGrid,
|
|
24564
|
+
rO as HeaderMetadata,
|
|
24532
24565
|
mg as HeaderSubtitle,
|
|
24533
|
-
|
|
24534
|
-
|
|
24535
|
-
|
|
24536
|
-
|
|
24566
|
+
MO as IndexLayout,
|
|
24567
|
+
fO as InkAttributeList,
|
|
24568
|
+
EO as InkCard,
|
|
24569
|
+
SO as InkChart,
|
|
24537
24570
|
_v as InkCheckboxGroup,
|
|
24538
24571
|
ig as InkChip,
|
|
24539
|
-
|
|
24540
|
-
|
|
24541
|
-
|
|
24542
|
-
|
|
24543
|
-
|
|
24544
|
-
|
|
24545
|
-
|
|
24546
|
-
|
|
24547
|
-
bO as
|
|
24548
|
-
|
|
24549
|
-
|
|
24550
|
-
xO as
|
|
24551
|
-
|
|
24552
|
-
|
|
24572
|
+
eO as InkChipGroup,
|
|
24573
|
+
RO as InkDataGrid,
|
|
24574
|
+
jO as InkDataGridEmpty,
|
|
24575
|
+
MS as InkDataGridTextWrapCell,
|
|
24576
|
+
tO as InkDialog,
|
|
24577
|
+
hE as InkDialogPageObject,
|
|
24578
|
+
hO as InkDrawer,
|
|
24579
|
+
pO as InkEmptyState,
|
|
24580
|
+
bO as InkFormCheckboxGroup,
|
|
24581
|
+
vO as InkFormRadioGroup,
|
|
24582
|
+
CO as InkFormSelect,
|
|
24583
|
+
xO as InkFormSwitch,
|
|
24584
|
+
TO as InkFormTextField,
|
|
24585
|
+
OO as InkGridToolBar,
|
|
24586
|
+
mO as InkImage,
|
|
24553
24587
|
up as InkImagePageObject,
|
|
24554
|
-
|
|
24555
|
-
|
|
24556
|
-
|
|
24557
|
-
|
|
24588
|
+
oO as InkPageHeader,
|
|
24589
|
+
yE as InkPageHeaderPageObject,
|
|
24590
|
+
lO as InkPaper,
|
|
24591
|
+
nO as InkPersistentFilterDrawer,
|
|
24558
24592
|
Jv as InkRadioGroup,
|
|
24559
|
-
|
|
24593
|
+
cO as InkRadioTiles,
|
|
24560
24594
|
ST as InkSelect,
|
|
24561
24595
|
tv as InkSnackbarAlert,
|
|
24562
24596
|
$r as InkSnackbarContent,
|
|
24563
|
-
|
|
24597
|
+
gO as InkSnackbarProvider,
|
|
24564
24598
|
ox as InkSwitch,
|
|
24565
24599
|
cp as InkSwitchPageObject,
|
|
24566
24600
|
xT as InkTextField,
|
|
24567
24601
|
ap as InkTextFieldPageObject,
|
|
24568
24602
|
Sl as InkToggleIcon,
|
|
24569
|
-
|
|
24603
|
+
dO as InkToggleIconGroup,
|
|
24570
24604
|
wl as InkToggleText,
|
|
24571
|
-
|
|
24572
|
-
|
|
24573
|
-
|
|
24574
|
-
|
|
24605
|
+
uO as InkToggleTextGroup,
|
|
24606
|
+
sO as InkWorkflowHeader,
|
|
24607
|
+
TE as InkWorkflowHeaderPageObject,
|
|
24608
|
+
wO as InternalUseOnlyAlert,
|
|
24575
24609
|
ju as InternalUseOnlyLabel,
|
|
24576
|
-
|
|
24577
|
-
|
|
24578
|
-
|
|
24579
|
-
|
|
24580
|
-
|
|
24581
|
-
|
|
24582
|
-
|
|
24583
|
-
|
|
24584
|
-
|
|
24585
|
-
|
|
24586
|
-
|
|
24610
|
+
iO as LinkBreadcrumbs,
|
|
24611
|
+
bE as LinkBreadcrumbsPageObject,
|
|
24612
|
+
HO as MovableUITheme,
|
|
24613
|
+
aO as PageHeaderActionButtons,
|
|
24614
|
+
LO as PageWrapper,
|
|
24615
|
+
DO as PanelWithPaperContentLayout,
|
|
24616
|
+
BO as SevenThreeSplitContentLayout,
|
|
24617
|
+
yO as SnackbarActionButton,
|
|
24618
|
+
NO as TenColumnFullContentLayout,
|
|
24619
|
+
IO as WorkflowLayout,
|
|
24620
|
+
kO as createEmptyColumns,
|
|
24621
|
+
PO as createTextWrapColumn,
|
|
24587
24622
|
sp as inkCheckboxGroup,
|
|
24588
|
-
|
|
24589
|
-
|
|
24623
|
+
VO as inkDialog,
|
|
24624
|
+
UO as inkPageHeader,
|
|
24590
24625
|
lp as inkRadioGroup,
|
|
24591
24626
|
ip as inkSelect,
|
|
24592
|
-
|
|
24593
|
-
|
|
24594
|
-
|
|
24627
|
+
WO as inkSnackbarAlert,
|
|
24628
|
+
GO as inkWorkflowHeader,
|
|
24629
|
+
zO as useCopyToClipboard
|
|
24595
24630
|
};
|
|
24596
24631
|
//# sourceMappingURL=index.mjs.map
|