@movable/ui 3.19.1 → 3.20.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/README.md +47 -0
- package/lib/components/index.d.ts +0 -1
- package/lib/index.d.ts +0 -6
- package/lib/index.mjs +267 -272
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -5
- package/lib/components/DemoComponent.d.ts +0 -5
package/lib/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as C from "react";
|
|
2
2
|
import Pt, { isValidElement as $n, cloneElement as Sr, Children as ds, useRef as ps, useState as It, useEffect as su, forwardRef as Fr } from "react";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import * as hf from "react-dom";
|
|
3
|
+
import Bp from "@emotion/styled";
|
|
4
|
+
import { Global as Fp, ThemeContext as zp, keyframes as No, css as lu } from "@emotion/react";
|
|
5
|
+
import * as Vp from "react-dom";
|
|
7
6
|
import qo from "react-dom";
|
|
7
|
+
import { Chip as Na, Tooltip as fs, CircularProgress as hs, Box as Xe, Menu as Oi, MenuItem as kr, Button as Rt, Dialog as Wp, IconButton as zr, Icon as qn, DialogTitle as Up, Stack as De, Typography as Ct, DialogActions as Hp, styled as cu, Drawer as uu, AppBar as Gp, useScrollTrigger as qp, Breadcrumbs as Yp, Link as Kp, RadioGroup as Xp, FormControlLabel as ms, Card as du, Radio as Jp, ToggleButton as pu, ToggleButtonGroup as fu, ListSubheader as Zp, FormControl as Qp, InputLabel as ef, Select as tf, FormHelperText as nf, Alert as hu, Skeleton as Co, Checkbox as mu, CardHeader as rf, CardMedia as of, CardContent as af, CardActions as sf, Fade as lf, TextField as cf, Divider as uf, List as df, ListItem as pf, Paper as ff, Badge as hf, Grid2 as mo } from "@mui/material";
|
|
8
8
|
import { WarningAmberRounded as mf, ReportRounded as gf, HourglassTopRounded as bf, BoltRounded as yf, Close as vf, ViewList as xf } from "@mui/icons-material";
|
|
9
9
|
import { SnackbarProvider as Tf, SnackbarContent as Cf } from "notistack";
|
|
10
10
|
import { Controller as Lo } from "react-hook-form";
|
|
@@ -350,17 +350,17 @@ function Vf() {
|
|
|
350
350
|
}
|
|
351
351
|
function Be(E) {
|
|
352
352
|
try {
|
|
353
|
-
return
|
|
353
|
+
return vt(E), !1;
|
|
354
354
|
} catch {
|
|
355
355
|
return !0;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
function
|
|
358
|
+
function vt(E) {
|
|
359
359
|
return "" + E;
|
|
360
360
|
}
|
|
361
361
|
function Et(E) {
|
|
362
362
|
if (Be(E))
|
|
363
|
-
return O("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", lt(E)),
|
|
363
|
+
return O("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", lt(E)), vt(E);
|
|
364
364
|
}
|
|
365
365
|
var ht = w.ReactCurrentOwner, jt = {
|
|
366
366
|
key: !0,
|
|
@@ -457,7 +457,7 @@ function Vf() {
|
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
var mt = w.ReactCurrentOwner, cn = w.ReactDebugCurrentFrame;
|
|
460
|
-
function
|
|
460
|
+
function xt(E) {
|
|
461
461
|
if (E) {
|
|
462
462
|
var H = E._owner, ee = ge(E.type, E._source, H ? H.type : null);
|
|
463
463
|
cn.setExtraStackFrame(ee);
|
|
@@ -507,7 +507,7 @@ Check the top-level render call using <` + ee + ">.");
|
|
|
507
507
|
return;
|
|
508
508
|
En[ee] = !0;
|
|
509
509
|
var he = "";
|
|
510
|
-
E && E._owner && E._owner !== mt.current && (he = " It was passed a child from " + A(E._owner.type) + "."),
|
|
510
|
+
E && E._owner && E._owner !== mt.current && (he = " It was passed a child from " + A(E._owner.type) + "."), xt(E), O('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', ee, he), xt(null);
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
function Mt(E, H) {
|
|
@@ -559,11 +559,11 @@ Check the top-level render call using <` + ee + ">.");
|
|
|
559
559
|
for (var H = Object.keys(E.props), ee = 0; ee < H.length; ee++) {
|
|
560
560
|
var he = H[ee];
|
|
561
561
|
if (he !== "children" && he !== "key") {
|
|
562
|
-
|
|
562
|
+
xt(E), O("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", he), xt(null);
|
|
563
563
|
break;
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
|
-
E.ref !== null && (
|
|
566
|
+
E.ref !== null && (xt(E), O("Invalid attribute `ref` supplied to `React.Fragment`."), xt(null));
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
569
|
var _n = {};
|
|
@@ -625,11 +625,7 @@ var nl;
|
|
|
625
625
|
function Wf() {
|
|
626
626
|
return nl || (nl = 1, process.env.NODE_ENV === "production" ? Yo.exports = zf() : Yo.exports = Vf()), Yo.exports;
|
|
627
627
|
}
|
|
628
|
-
var p = Wf();
|
|
629
|
-
function ME({ stringToDisplay: e }) {
|
|
630
|
-
return p.jsxs(bt, { children: ["stringToDisplay prop is:", " ", p.jsx("span", { "data-test-string-to-display": !0, children: e })] });
|
|
631
|
-
}
|
|
632
|
-
var Ko = { exports: {} }, Xo = { exports: {} }, He = {};
|
|
628
|
+
var p = Wf(), Ko = { exports: {} }, Xo = { exports: {} }, He = {};
|
|
633
629
|
var rl;
|
|
634
630
|
function Uf() {
|
|
635
631
|
if (rl) return He;
|
|
@@ -1816,7 +1812,7 @@ function Jt(e) {
|
|
|
1816
1812
|
(0, t.current)(...r)
|
|
1817
1813
|
)).current;
|
|
1818
1814
|
}
|
|
1819
|
-
function
|
|
1815
|
+
function bt(...e) {
|
|
1820
1816
|
const t = C.useRef(void 0), r = C.useCallback((o) => {
|
|
1821
1817
|
const i = e.map((a) => {
|
|
1822
1818
|
if (a == null)
|
|
@@ -2044,7 +2040,7 @@ function Lu(e) {
|
|
|
2044
2040
|
} = Mu({
|
|
2045
2041
|
...a,
|
|
2046
2042
|
externalSlotProps: s
|
|
2047
|
-
}), u =
|
|
2043
|
+
}), u = bt(c, s?.ref, e.additionalProps?.ref);
|
|
2048
2044
|
return $u(t, {
|
|
2049
2045
|
...l,
|
|
2050
2046
|
ref: u
|
|
@@ -2155,7 +2151,7 @@ function Sh(e) {
|
|
|
2155
2151
|
return;
|
|
2156
2152
|
const pe = Ol(k, j, Y);
|
|
2157
2153
|
xe !== pe && (Le(pe), N && N(_, pe, G));
|
|
2158
|
-
}, [Y, xe, j, N, Le, l, se]), [Be,
|
|
2154
|
+
}, [Y, xe, j, N, Le, l, se]), [Be, vt] = Un({
|
|
2159
2155
|
controlled: K,
|
|
2160
2156
|
default: !1,
|
|
2161
2157
|
name: u,
|
|
@@ -2317,10 +2313,10 @@ function Sh(e) {
|
|
|
2317
2313
|
}, [u]), C.useEffect(() => {
|
|
2318
2314
|
mt();
|
|
2319
2315
|
}, [mt]);
|
|
2320
|
-
const
|
|
2321
|
-
Be || (
|
|
2316
|
+
const xt = (_) => {
|
|
2317
|
+
Be || (vt(!0), ht(!0), q && q(_));
|
|
2322
2318
|
}, Gt = (_, k) => {
|
|
2323
|
-
Be && (
|
|
2319
|
+
Be && (vt(!1), W && W(_, k));
|
|
2324
2320
|
}, Ft = (_, k, G, fe) => {
|
|
2325
2321
|
if (j) {
|
|
2326
2322
|
if (se.length === k.length && se.every((pe, ye) => pe === k[ye]))
|
|
@@ -2390,7 +2386,7 @@ function Sh(e) {
|
|
|
2390
2386
|
direction: "previous",
|
|
2391
2387
|
reason: "keyboard",
|
|
2392
2388
|
event: k
|
|
2393
|
-
}),
|
|
2389
|
+
}), xt(k);
|
|
2394
2390
|
break;
|
|
2395
2391
|
case "PageDown":
|
|
2396
2392
|
k.preventDefault(), Te({
|
|
@@ -2398,7 +2394,7 @@ function Sh(e) {
|
|
|
2398
2394
|
direction: "next",
|
|
2399
2395
|
reason: "keyboard",
|
|
2400
2396
|
event: k
|
|
2401
|
-
}),
|
|
2397
|
+
}), xt(k);
|
|
2402
2398
|
break;
|
|
2403
2399
|
case "ArrowDown":
|
|
2404
2400
|
k.preventDefault(), Te({
|
|
@@ -2406,7 +2402,7 @@ function Sh(e) {
|
|
|
2406
2402
|
direction: "next",
|
|
2407
2403
|
reason: "keyboard",
|
|
2408
2404
|
event: k
|
|
2409
|
-
}),
|
|
2405
|
+
}), xt(k);
|
|
2410
2406
|
break;
|
|
2411
2407
|
case "ArrowUp":
|
|
2412
2408
|
k.preventDefault(), Te({
|
|
@@ -2414,7 +2410,7 @@ function Sh(e) {
|
|
|
2414
2410
|
direction: "previous",
|
|
2415
2411
|
reason: "keyboard",
|
|
2416
2412
|
event: k
|
|
2417
|
-
}),
|
|
2413
|
+
}), xt(k);
|
|
2418
2414
|
break;
|
|
2419
2415
|
case "ArrowLeft":
|
|
2420
2416
|
Ln(k, "previous");
|
|
@@ -2451,7 +2447,7 @@ function Sh(e) {
|
|
|
2451
2447
|
break;
|
|
2452
2448
|
}
|
|
2453
2449
|
}, Gr = (_) => {
|
|
2454
|
-
ue(!0), B && !ne.current &&
|
|
2450
|
+
ue(!0), B && !ne.current && xt(_);
|
|
2455
2451
|
}, Pn = (_) => {
|
|
2456
2452
|
if (t(oe)) {
|
|
2457
2453
|
Q.current.focus();
|
|
@@ -2460,7 +2456,7 @@ function Sh(e) {
|
|
|
2460
2456
|
ue(!1), ae.current = !0, ne.current = !1, a && ge.current !== -1 && We ? zt(_, Ne[ge.current], "blur") : a && O && xe !== "" ? zt(_, xe, "blur", "freeSolo") : l && lt(_, se, "blur"), Gt(_, "blur");
|
|
2461
2457
|
}, _n = (_) => {
|
|
2462
2458
|
const k = _.target.value;
|
|
2463
|
-
xe !== k && (Le(k), ht(!1), N && N(_, k, "input")), k === "" ? !h && !j && Ft(_, null, "clear") :
|
|
2459
|
+
xe !== k && (Le(k), ht(!1), N && N(_, k, "input")), k === "" ? !h && !j && Ft(_, null, "clear") : xt(_);
|
|
2464
2460
|
}, Dn = (_) => {
|
|
2465
2461
|
const k = Number(_.currentTarget.getAttribute("data-option-index"));
|
|
2466
2462
|
ge.current !== k && de({
|
|
@@ -2483,7 +2479,7 @@ function Sh(e) {
|
|
|
2483
2479
|
option: se[_]
|
|
2484
2480
|
});
|
|
2485
2481
|
}, Xr = (_) => {
|
|
2486
|
-
Be ? Gt(_, "toggleInput") :
|
|
2482
|
+
Be ? Gt(_, "toggleInput") : xt(_);
|
|
2487
2483
|
}, E = (_) => {
|
|
2488
2484
|
_.currentTarget.contains(_.target) && _.target.getAttribute("id") !== Z && _.preventDefault();
|
|
2489
2485
|
}, H = (_) => {
|
|
@@ -3298,7 +3294,7 @@ function vm(e) {
|
|
|
3298
3294
|
P[x] = ze, j[x] = ze - q;
|
|
3299
3295
|
}
|
|
3300
3296
|
if (l) {
|
|
3301
|
-
var se, Ve = x === "x" ? Ut : Ht, xe = x === "x" ? an : sn, Le = P[S], Ae = S === "y" ? "height" : "width", ue = Le + T[Ve], lt = Le - T[xe], Be = [Ut, Ht].indexOf(w) !== -1,
|
|
3297
|
+
var se, Ve = x === "x" ? Ut : Ht, xe = x === "x" ? an : sn, Le = P[S], Ae = S === "y" ? "height" : "width", ue = Le + T[Ve], lt = Le - T[xe], Be = [Ut, Ht].indexOf(w) !== -1, vt = (se = R?.[S]) != null ? se : 0, Et = Be ? ue : Le - I[Ae] - L[Ae] - vt + y.altAxis, ht = Be ? Le + I[Ae] + L[Ae] - vt - y.altAxis : lt, jt = g && Be ? Wh(Et, Le, ht) : go(g ? Et : ue, Le, g ? ht : lt);
|
|
3302
3298
|
P[S] = jt, j[S] = jt - Le;
|
|
3303
3299
|
}
|
|
3304
3300
|
t.modifiersData[o] = j;
|
|
@@ -3512,7 +3508,7 @@ const Eo = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
3512
3508
|
children: o,
|
|
3513
3509
|
container: i,
|
|
3514
3510
|
disablePortal: a = !1
|
|
3515
|
-
} = t, [s, l] = C.useState(null), c =
|
|
3511
|
+
} = t, [s, l] = C.useState(null), c = bt(/* @__PURE__ */ C.isValidElement(o) ? fr(o) : null, r);
|
|
3516
3512
|
if (An(() => {
|
|
3517
3513
|
a || l($m(i) || document.body);
|
|
3518
3514
|
}, [i, a]), An(() => {
|
|
@@ -3529,7 +3525,7 @@ const Eo = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
3529
3525
|
}
|
|
3530
3526
|
return o;
|
|
3531
3527
|
}
|
|
3532
|
-
return s && /* @__PURE__ */
|
|
3528
|
+
return s && /* @__PURE__ */ Vp.createPortal(o, s);
|
|
3533
3529
|
});
|
|
3534
3530
|
process.env.NODE_ENV !== "production" && (Eo.propTypes = {
|
|
3535
3531
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
@@ -3612,7 +3608,7 @@ const Lm = (e) => {
|
|
|
3612
3608
|
ownerState: f,
|
|
3613
3609
|
// prevent from spreading to DOM, it can come from the parent component e.g. Select.
|
|
3614
3610
|
...T
|
|
3615
|
-
} = t, w = C.useRef(null), O =
|
|
3611
|
+
} = t, w = C.useRef(null), O = bt(w, r), v = C.useRef(null), x = bt(v, h), S = C.useRef(x);
|
|
3616
3612
|
An(() => {
|
|
3617
3613
|
S.current = x;
|
|
3618
3614
|
}, [x]), C.useImperativeHandle(h, () => v.current, []);
|
|
@@ -4017,7 +4013,7 @@ function hi(e, t, r, o = r) {
|
|
|
4017
4013
|
let i;
|
|
4018
4014
|
return typeof e == "function" ? i = e(r) : Array.isArray(e) ? i = e[r] || o : i = Ai(e, r) || o, t && (i = t(i, o, e)), i;
|
|
4019
4015
|
}
|
|
4020
|
-
function
|
|
4016
|
+
function yt(e) {
|
|
4021
4017
|
const {
|
|
4022
4018
|
prop: t,
|
|
4023
4019
|
cssProperty: r = e.prop,
|
|
@@ -4121,7 +4117,7 @@ function nn(e) {
|
|
|
4121
4117
|
return typeof e != "number" ? e : `${e}px solid`;
|
|
4122
4118
|
}
|
|
4123
4119
|
function ln(e, t) {
|
|
4124
|
-
return
|
|
4120
|
+
return yt({
|
|
4125
4121
|
prop: e,
|
|
4126
4122
|
themeKey: "borders",
|
|
4127
4123
|
transform: t
|
|
@@ -4180,39 +4176,39 @@ zi.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
4180
4176
|
rowGap: Xn
|
|
4181
4177
|
} : {};
|
|
4182
4178
|
zi.filterProps = ["rowGap"];
|
|
4183
|
-
const ug =
|
|
4179
|
+
const ug = yt({
|
|
4184
4180
|
prop: "gridColumn"
|
|
4185
|
-
}), dg =
|
|
4181
|
+
}), dg = yt({
|
|
4186
4182
|
prop: "gridRow"
|
|
4187
|
-
}), pg =
|
|
4183
|
+
}), pg = yt({
|
|
4188
4184
|
prop: "gridAutoFlow"
|
|
4189
|
-
}), fg =
|
|
4185
|
+
}), fg = yt({
|
|
4190
4186
|
prop: "gridAutoColumns"
|
|
4191
|
-
}), hg =
|
|
4187
|
+
}), hg = yt({
|
|
4192
4188
|
prop: "gridAutoRows"
|
|
4193
|
-
}), mg =
|
|
4189
|
+
}), mg = yt({
|
|
4194
4190
|
prop: "gridTemplateColumns"
|
|
4195
|
-
}), gg =
|
|
4191
|
+
}), gg = yt({
|
|
4196
4192
|
prop: "gridTemplateRows"
|
|
4197
|
-
}), bg =
|
|
4193
|
+
}), bg = yt({
|
|
4198
4194
|
prop: "gridTemplateAreas"
|
|
4199
|
-
}), yg =
|
|
4195
|
+
}), yg = yt({
|
|
4200
4196
|
prop: "gridArea"
|
|
4201
4197
|
});
|
|
4202
4198
|
_i(Bi, Fi, zi, ug, dg, pg, fg, hg, mg, gg, bg, yg);
|
|
4203
4199
|
function Er(e, t) {
|
|
4204
4200
|
return t === "grey" ? t : e;
|
|
4205
4201
|
}
|
|
4206
|
-
const vg =
|
|
4202
|
+
const vg = yt({
|
|
4207
4203
|
prop: "color",
|
|
4208
4204
|
themeKey: "palette",
|
|
4209
4205
|
transform: Er
|
|
4210
|
-
}), xg =
|
|
4206
|
+
}), xg = yt({
|
|
4211
4207
|
prop: "bgcolor",
|
|
4212
4208
|
cssProperty: "backgroundColor",
|
|
4213
4209
|
themeKey: "palette",
|
|
4214
4210
|
transform: Er
|
|
4215
|
-
}), Tg =
|
|
4211
|
+
}), Tg = yt({
|
|
4216
4212
|
prop: "backgroundColor",
|
|
4217
4213
|
themeKey: "palette",
|
|
4218
4214
|
transform: Er
|
|
@@ -4221,7 +4217,7 @@ _i(vg, xg, Tg);
|
|
|
4221
4217
|
function Xt(e) {
|
|
4222
4218
|
return e <= 1 && e !== 0 ? `${e * 100}%` : e;
|
|
4223
4219
|
}
|
|
4224
|
-
const Cg =
|
|
4220
|
+
const Cg = yt({
|
|
4225
4221
|
prop: "width",
|
|
4226
4222
|
transform: Xt
|
|
4227
4223
|
}), Rs = (e) => {
|
|
@@ -4241,30 +4237,30 @@ const Cg = vt({
|
|
|
4241
4237
|
return null;
|
|
4242
4238
|
};
|
|
4243
4239
|
Rs.filterProps = ["maxWidth"];
|
|
4244
|
-
const wg =
|
|
4240
|
+
const wg = yt({
|
|
4245
4241
|
prop: "minWidth",
|
|
4246
4242
|
transform: Xt
|
|
4247
|
-
}), Sg =
|
|
4243
|
+
}), Sg = yt({
|
|
4248
4244
|
prop: "height",
|
|
4249
4245
|
transform: Xt
|
|
4250
|
-
}), Og =
|
|
4246
|
+
}), Og = yt({
|
|
4251
4247
|
prop: "maxHeight",
|
|
4252
4248
|
transform: Xt
|
|
4253
|
-
}), Eg =
|
|
4249
|
+
}), Eg = yt({
|
|
4254
4250
|
prop: "minHeight",
|
|
4255
4251
|
transform: Xt
|
|
4256
4252
|
});
|
|
4257
|
-
|
|
4253
|
+
yt({
|
|
4258
4254
|
prop: "size",
|
|
4259
4255
|
cssProperty: "width",
|
|
4260
4256
|
transform: Xt
|
|
4261
4257
|
});
|
|
4262
|
-
|
|
4258
|
+
yt({
|
|
4263
4259
|
prop: "size",
|
|
4264
4260
|
cssProperty: "height",
|
|
4265
4261
|
transform: Xt
|
|
4266
4262
|
});
|
|
4267
|
-
const Pg =
|
|
4263
|
+
const Pg = yt({
|
|
4268
4264
|
prop: "boxSizing"
|
|
4269
4265
|
});
|
|
4270
4266
|
_i(Cg, Rs, wg, Sg, Og, Eg, Pg);
|
|
@@ -4871,7 +4867,7 @@ function Xu(e) {
|
|
|
4871
4867
|
styles: t,
|
|
4872
4868
|
defaultTheme: r = {}
|
|
4873
4869
|
} = e, o = typeof t == "function" ? (i) => t(Bg(i) ? r : i) : t;
|
|
4874
|
-
return /* @__PURE__ */ p.jsx(
|
|
4870
|
+
return /* @__PURE__ */ p.jsx(Fp, {
|
|
4875
4871
|
styles: o
|
|
4876
4872
|
});
|
|
4877
4873
|
}
|
|
@@ -4880,7 +4876,7 @@ process.env.NODE_ENV !== "production" && (Xu.propTypes = {
|
|
|
4880
4876
|
styles: n.oneOfType([n.array, n.string, n.object, n.func])
|
|
4881
4877
|
});
|
|
4882
4878
|
function Ju(e, t) {
|
|
4883
|
-
const r =
|
|
4879
|
+
const r = Bp(e, t);
|
|
4884
4880
|
return process.env.NODE_ENV !== "production" ? (...o) => {
|
|
4885
4881
|
const i = typeof e == "string" ? `"${e}"` : "component";
|
|
4886
4882
|
return o.length === 0 ? console.error([`MUI: Seems like you called \`styled(${i})()\` without a \`style\` argument.`, 'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
|
|
@@ -5016,7 +5012,7 @@ function Hg(e) {
|
|
|
5016
5012
|
return Object.keys(e).length === 0;
|
|
5017
5013
|
}
|
|
5018
5014
|
function Gg(e = null) {
|
|
5019
|
-
const t = C.useContext(
|
|
5015
|
+
const t = C.useContext(zp);
|
|
5020
5016
|
return !t || Hg(t) ? e : t;
|
|
5021
5017
|
}
|
|
5022
5018
|
const qg = zo();
|
|
@@ -5831,7 +5827,7 @@ function Nb(e = {}) {
|
|
|
5831
5827
|
const Po = {
|
|
5832
5828
|
black: "#000",
|
|
5833
5829
|
white: "#fff"
|
|
5834
|
-
},
|
|
5830
|
+
}, Tt = {
|
|
5835
5831
|
50: "#fafafa",
|
|
5836
5832
|
100: "#f5f5f5",
|
|
5837
5833
|
200: "#eeeeee",
|
|
@@ -6157,7 +6153,7 @@ const theme2 = createTheme({ palette: {
|
|
|
6157
6153
|
name: "success"
|
|
6158
6154
|
}),
|
|
6159
6155
|
// The grey colors.
|
|
6160
|
-
grey:
|
|
6156
|
+
grey: Tt,
|
|
6161
6157
|
// Used by `getContrastText()` to maximize the contrast between
|
|
6162
6158
|
// the background and the text.
|
|
6163
6159
|
contrastThreshold: r,
|
|
@@ -8509,7 +8505,7 @@ const Uy = Re("MuiButtonBase", ["root", "disabled", "focusVisible"]), Hy = (e) =
|
|
|
8509
8505
|
touchRippleRef: D,
|
|
8510
8506
|
type: N,
|
|
8511
8507
|
...q
|
|
8512
|
-
} = o, K = C.useRef(null), B = Py(), $ =
|
|
8508
|
+
} = o, K = C.useRef(null), B = Py(), $ = bt(B.ref, D), [U, ie] = C.useState(!1);
|
|
8513
8509
|
u && U && ie(!1), C.useImperativeHandle(i, () => ({
|
|
8514
8510
|
focusVisible: () => {
|
|
8515
8511
|
ie(!0), K.current.focus();
|
|
@@ -8541,7 +8537,7 @@ const Uy = Re("MuiButtonBase", ["root", "disabled", "focusVisible"]), Hy = (e) =
|
|
|
8541
8537
|
se === "button" && (q.href || q.to) && (se = b);
|
|
8542
8538
|
const Ve = {};
|
|
8543
8539
|
se === "button" ? (Ve.type = N === void 0 ? "button" : N, Ve.disabled = u) : (!q.href && !q.to && (Ve.role = "button"), u && (Ve["aria-disabled"] = u));
|
|
8544
|
-
const xe =
|
|
8540
|
+
const xe = bt(r, K), Le = {
|
|
8545
8541
|
...o,
|
|
8546
8542
|
centerRipple: a,
|
|
8547
8543
|
component: c,
|
|
@@ -8769,9 +8765,9 @@ const Fn = 44, Ka = No`
|
|
|
8769
8765
|
stroke-dasharray: 1px, 200px;
|
|
8770
8766
|
stroke-dashoffset: -126px;
|
|
8771
8767
|
}
|
|
8772
|
-
`, Yy = typeof Ka != "string" ?
|
|
8768
|
+
`, Yy = typeof Ka != "string" ? lu`
|
|
8773
8769
|
animation: ${Ka} 1.4s linear infinite;
|
|
8774
|
-
` : null, Ky = typeof Xa != "string" ?
|
|
8770
|
+
` : null, Ky = typeof Xa != "string" ? lu`
|
|
8775
8771
|
animation: ${Xa} 1.4s ease-in-out infinite;
|
|
8776
8772
|
` : null, Xy = (e) => {
|
|
8777
8773
|
const {
|
|
@@ -9612,7 +9608,7 @@ const bd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
9612
9608
|
skipFocusWhenDisabled: x = !1,
|
|
9613
9609
|
// TODO v6: Rename to `focusableWhenDisabled`.
|
|
9614
9610
|
...S
|
|
9615
|
-
} = o, P = C.useRef(null), I =
|
|
9611
|
+
} = o, P = C.useRef(null), I = bt(P, r), L = (B) => {
|
|
9616
9612
|
B.stopPropagation(), b && b(B);
|
|
9617
9613
|
}, M = (B) => {
|
|
9618
9614
|
B.currentTarget === B.target && ec(B) && B.preventDefault(), f && f(B);
|
|
@@ -9807,7 +9803,7 @@ const yd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
9807
9803
|
...c
|
|
9808
9804
|
} = t, {
|
|
9809
9805
|
current: u
|
|
9810
|
-
} = C.useRef(l != null), d = C.useRef(null), h =
|
|
9806
|
+
} = C.useRef(l != null), d = C.useRef(null), h = bt(r, d), m = C.useRef(null), g = C.useRef(null), b = C.useCallback(() => {
|
|
9811
9807
|
const v = d.current, x = g.current;
|
|
9812
9808
|
if (!v || !x)
|
|
9813
9809
|
return;
|
|
@@ -10199,7 +10195,7 @@ const Gi = (e, t) => {
|
|
|
10199
10195
|
} = C.useRef(ae != null), oe = C.useRef(), te = C.useCallback((be) => {
|
|
10200
10196
|
process.env.NODE_ENV !== "production" && be && be.nodeName !== "INPUT" && !be.focus && console.error(["MUI: You have provided a `inputComponent` to the input component", "that does not correctly handle the `ref` prop.", "Make sure the `ref` prop is called with a HTMLInputElement."].join(`
|
|
10201
10197
|
`));
|
|
10202
|
-
}, []), ce =
|
|
10198
|
+
}, []), ce = bt(oe, x, v.ref, te), [z, Se] = C.useState(!1), me = Sn();
|
|
10203
10199
|
process.env.NODE_ENV !== "production" && C.useEffect(() => {
|
|
10204
10200
|
if (me)
|
|
10205
10201
|
return me.registerEffect();
|
|
@@ -10253,7 +10249,7 @@ const Gi = (e, t) => {
|
|
|
10253
10249
|
minRows: I,
|
|
10254
10250
|
...Be
|
|
10255
10251
|
}, lt = yd);
|
|
10256
|
-
const
|
|
10252
|
+
const vt = (be) => {
|
|
10257
10253
|
Ve(be.animationName === "mui-auto-fill-cancel" ? oe.current : {
|
|
10258
10254
|
value: "x"
|
|
10259
10255
|
});
|
|
@@ -10304,7 +10300,7 @@ const Gi = (e, t) => {
|
|
|
10304
10300
|
defaultValue: h,
|
|
10305
10301
|
disabled: ge.disabled,
|
|
10306
10302
|
id: w,
|
|
10307
|
-
onAnimationStart:
|
|
10303
|
+
onAnimationStart: vt,
|
|
10308
10304
|
name: M,
|
|
10309
10305
|
placeholder: N,
|
|
10310
10306
|
readOnly: q,
|
|
@@ -10621,7 +10617,7 @@ function $e(e, t) {
|
|
|
10621
10617
|
...c,
|
|
10622
10618
|
externalForwardedProps: e === "root" ? m : void 0,
|
|
10623
10619
|
externalSlotProps: b
|
|
10624
|
-
}), O =
|
|
10620
|
+
}), O = bt(w, b?.ref, t.ref), v = e === "root" ? f || u : f, x = $u(g, {
|
|
10625
10621
|
...e === "root" && !u && !d[e] && s,
|
|
10626
10622
|
...e !== "root" && !d[e] && s,
|
|
10627
10623
|
...T,
|
|
@@ -11061,7 +11057,7 @@ const y0 = (e) => {
|
|
|
11061
11057
|
renderGroup: ue,
|
|
11062
11058
|
renderInput: lt,
|
|
11063
11059
|
renderOption: Be,
|
|
11064
|
-
renderTags:
|
|
11060
|
+
renderTags: vt,
|
|
11065
11061
|
selectOnFocus: Et = !o.freeSolo,
|
|
11066
11062
|
size: ht = "medium",
|
|
11067
11063
|
slots: jt = {},
|
|
@@ -11077,7 +11073,7 @@ const y0 = (e) => {
|
|
|
11077
11073
|
getTagProps: tt,
|
|
11078
11074
|
getListboxProps: mt,
|
|
11079
11075
|
getOptionProps: cn,
|
|
11080
|
-
value:
|
|
11076
|
+
value: xt,
|
|
11081
11077
|
dirty: Gt,
|
|
11082
11078
|
expanded: Ft,
|
|
11083
11079
|
id: un,
|
|
@@ -11148,13 +11144,13 @@ const y0 = (e) => {
|
|
|
11148
11144
|
}
|
|
11149
11145
|
});
|
|
11150
11146
|
let ye;
|
|
11151
|
-
if (ae &&
|
|
11147
|
+
if (ae && xt.length > 0) {
|
|
11152
11148
|
const Ue = (gn) => ({
|
|
11153
11149
|
className: ee.tag,
|
|
11154
11150
|
disabled: v,
|
|
11155
11151
|
...tt(gn)
|
|
11156
11152
|
});
|
|
11157
|
-
|
|
11153
|
+
vt ? ye = vt(xt, Ue, H) : ye = xt.map((gn, Bn) => {
|
|
11158
11154
|
const {
|
|
11159
11155
|
key: Jr,
|
|
11160
11156
|
...Dp
|
|
@@ -11727,7 +11723,7 @@ process.env.NODE_ENV !== "production" && (Td.propTypes = {
|
|
|
11727
11723
|
value: on(n.any, (e) => e.multiple && e.value !== void 0 && !Array.isArray(e.value) ? new Error(["MUI: The Autocomplete expects the `value` prop to be an array when `multiple={true}` or undefined.", `However, ${e.value} was provided.`].join(`
|
|
11728
11724
|
`)) : null)
|
|
11729
11725
|
});
|
|
11730
|
-
function
|
|
11726
|
+
function ME(e) {
|
|
11731
11727
|
const { value: t, onChange: r, renderInput: o, disableCommaPaste: i, multiple: a, freeSolo: s, ...l } = e, c = (d) => {
|
|
11732
11728
|
const h = d.clipboardData.getData("text");
|
|
11733
11729
|
if (h.includes(",")) {
|
|
@@ -11813,7 +11809,7 @@ const I0 = {
|
|
|
11813
11809
|
px: "8px",
|
|
11814
11810
|
py: "4px"
|
|
11815
11811
|
}, $0 = 3;
|
|
11816
|
-
function
|
|
11812
|
+
function NE({ chipList: e, numTagsToDisplay: t, size: r = "medium", maxChipWidth: o = 200 }) {
|
|
11817
11813
|
const [i, a] = It(null), s = ps(null), [l, c] = It(void 0);
|
|
11818
11814
|
su(() => {
|
|
11819
11815
|
const f = new ResizeObserver((w) => {
|
|
@@ -11867,7 +11863,7 @@ const Cd = (e) => {
|
|
|
11867
11863
|
children: ds.map(r.children, (o) => wd(o, t))
|
|
11868
11864
|
}) : e;
|
|
11869
11865
|
};
|
|
11870
|
-
function
|
|
11866
|
+
function LE({ Title: e, Content: t, Actions: r, onClose: o, hideCloseButton: i, ActionsProp: a, ...s }) {
|
|
11871
11867
|
let l = r;
|
|
11872
11868
|
if (r) {
|
|
11873
11869
|
const u = Cd(r);
|
|
@@ -11879,15 +11875,15 @@ function _E({ Title: e, Content: t, Actions: r, onClose: o, hideCloseButton: i,
|
|
|
11879
11875
|
const c = (u) => {
|
|
11880
11876
|
u.stopPropagation();
|
|
11881
11877
|
};
|
|
11882
|
-
return p.jsxs(
|
|
11878
|
+
return p.jsxs(Wp, { ...s, onClose: o, "data-test": "ink-dialog", onMouseMove: c, onMouseDown: c, onMouseUp: c, onClick: c, children: [!i && p.jsx(zr, { onClick: o, "data-test": "ink-dialog-close", sx: {
|
|
11883
11879
|
position: "absolute",
|
|
11884
11880
|
top: "16px",
|
|
11885
11881
|
right: "15px",
|
|
11886
11882
|
p: "4px",
|
|
11887
11883
|
color: (u) => u.palette.grey[500]
|
|
11888
|
-
}, children: p.jsx(qn, { children: "close_filled" }) }), typeof e != "string" ? p.jsx(p.Fragment, { children: e }) : p.jsx(
|
|
11884
|
+
}, children: p.jsx(qn, { children: "close_filled" }) }), typeof e != "string" ? p.jsx(p.Fragment, { children: e }) : p.jsx(Up, { "data-test": "ink-dialog-title", children: p.jsxs(De, { direction: "row", alignItems: "center", children: [a?.primary?.variant && p.jsx(A0, { variant: a.primary.variant }), p.jsx(Ct, { variant: "h6", children: p.jsx("strong", { children: e }) })] }) }), t, l, a && p.jsxs(Hp, { sx: { m: 1 }, children: [a.cancel && p.jsx(Rt, { "data-test": "ink-dialog-cancel-action", onClick: a.cancel.onClick, children: a.cancel?.label }), a.secondary && p.jsx(Rt, { "data-test": "ink-dialog-secondary-action", color: a.secondary?.variant === "destructive" ? "error" : "primary", disabled: a.secondary.disabled || a.secondary.loading, ...a.secondary, variant: a.secondary?.variant ? "contained" : "text", loadingPosition: "end", children: a.secondary?.label }), a.primary && p.jsx(Rt, { "data-test": "ink-dialog-primary-action", color: a.primary?.variant === "destructive" ? "error" : "primary", disabled: a.primary.disabled || a.primary.loading, ...a.primary, variant: "contained", loadingPosition: "end", children: a.primary?.label })] })] });
|
|
11889
11885
|
}
|
|
11890
|
-
const Sd = 280, M0 =
|
|
11886
|
+
const Sd = 280, M0 = cu(Xe, { shouldForwardProp: (e) => e !== "open" })(({ theme: e, open: t }) => ({
|
|
11891
11887
|
flexGrow: 1,
|
|
11892
11888
|
overflowX: "auto",
|
|
11893
11889
|
transition: e.transitions.create("margin", {
|
|
@@ -11903,7 +11899,7 @@ const Sd = 280, M0 = lu(Xe, { shouldForwardProp: (e) => e !== "open" })(({ theme
|
|
|
11903
11899
|
marginLeft: 0
|
|
11904
11900
|
}
|
|
11905
11901
|
}));
|
|
11906
|
-
function
|
|
11902
|
+
function _E({
|
|
11907
11903
|
isOpen: e,
|
|
11908
11904
|
handleDrawerClose: t,
|
|
11909
11905
|
children: r,
|
|
@@ -11917,7 +11913,7 @@ function DE({
|
|
|
11917
11913
|
isComponentLevelDrawer: u = !1,
|
|
11918
11914
|
mainProps: d
|
|
11919
11915
|
}) {
|
|
11920
|
-
return p.jsxs(Xe, { sx: { display: "flex", width: "100%" }, children: [p.jsx(
|
|
11916
|
+
return p.jsxs(Xe, { sx: { display: "flex", width: "100%" }, children: [p.jsx(uu, { sx: {
|
|
11921
11917
|
...c,
|
|
11922
11918
|
width: o,
|
|
11923
11919
|
flexShrink: 0,
|
|
@@ -11934,7 +11930,7 @@ function DE({
|
|
|
11934
11930
|
sx: {
|
|
11935
11931
|
padding: 0
|
|
11936
11932
|
}
|
|
11937
|
-
}, variant: "persistent", anchor: "left", open: e, children: p.jsxs(De, { height: "100%", justifyContent: "space-between", children: [p.jsxs(De, { direction: "column", spacing: 3, sx: { p: 2 }, children: [p.jsxs(De, { direction: "row", alignItems: "center", children: [p.jsxs(De, { direction: "row", alignItems: "center", children: [p.jsx(qn, { sx: { color: "text.primary" }, fontSize: "small", children: "filter_list_icon" }), p.jsx(
|
|
11933
|
+
}, variant: "persistent", anchor: "left", open: e, children: p.jsxs(De, { height: "100%", justifyContent: "space-between", children: [p.jsxs(De, { direction: "column", spacing: 3, sx: { p: 2 }, children: [p.jsxs(De, { direction: "row", alignItems: "center", children: [p.jsxs(De, { direction: "row", alignItems: "center", children: [p.jsx(qn, { sx: { color: "text.primary" }, fontSize: "small", children: "filter_list_icon" }), p.jsx(Ct, { sx: { ml: 1 }, "data-cy": "drawer-header", children: l })] }), p.jsx(fs, { title: "Close", placement: "bottom-end", disableInteractive: !0, slotProps: {
|
|
11938
11934
|
popper: {
|
|
11939
11935
|
modifiers: [
|
|
11940
11936
|
{
|
|
@@ -11957,12 +11953,12 @@ function DE({
|
|
|
11957
11953
|
borderColor: "neutral200"
|
|
11958
11954
|
}, children: s })] }) }), p.jsx(M0, { component: "main", open: e, ...d, children: r })] });
|
|
11959
11955
|
}
|
|
11960
|
-
function
|
|
11961
|
-
const t = (r) => r == null || r === "" ? p.jsx(
|
|
11962
|
-
return p.jsx(De, { direction: "row", spacing: 2, "data-test-ink-page-header-metadata": !0, children: e.map(({ icon: r, label: o, value: i }) => p.jsxs(De, { direction: "row", alignItems: "center", spacing: 0.5, "data-cy": `metadata-${o}`, children: [r && typeof r == "string" ? p.jsx(qn, { sx: { color: "neutral600", fontSize: "1rem" }, children: r }) : r, p.jsx(
|
|
11956
|
+
function DE({ metadata: e }) {
|
|
11957
|
+
const t = (r) => r == null || r === "" ? p.jsx(Ct, { variant: "body2", color: "text.disabled", children: "--" }) : typeof r == "string" ? p.jsx(Ct, { variant: "body2", children: r }) : r;
|
|
11958
|
+
return p.jsx(De, { direction: "row", spacing: 2, "data-test-ink-page-header-metadata": !0, children: e.map(({ icon: r, label: o, value: i }) => p.jsxs(De, { direction: "row", alignItems: "center", spacing: 0.5, "data-cy": `metadata-${o}`, children: [r && typeof r == "string" ? p.jsx(qn, { sx: { color: "neutral600", fontSize: "1rem" }, children: r }) : r, p.jsx(Ct, { variant: "body2", color: "text.secondary", children: o }), t(i)] }, o)) });
|
|
11963
11959
|
}
|
|
11964
11960
|
const N0 = ({ children: e }) => {
|
|
11965
|
-
const t =
|
|
11961
|
+
const t = qp({
|
|
11966
11962
|
disableHysteresis: !0,
|
|
11967
11963
|
threshold: 0
|
|
11968
11964
|
});
|
|
@@ -11971,7 +11967,7 @@ const N0 = ({ children: e }) => {
|
|
|
11971
11967
|
//@nic-steffens - I am not sure elevation works
|
|
11972
11968
|
position: t ? "sticky" : "static"
|
|
11973
11969
|
});
|
|
11974
|
-
}, Od = ({ children: e, sx: t }) => p.jsx(N0, { children: ({ elevation: r, position: o }) => p.jsx(
|
|
11970
|
+
}, Od = ({ children: e, sx: t }) => p.jsx(N0, { children: ({ elevation: r, position: o }) => p.jsx(Gp, { position: o, sx: {
|
|
11975
11971
|
p: 0,
|
|
11976
11972
|
background: (i) => i.palette.neutral00,
|
|
11977
11973
|
border: "none",
|
|
@@ -11981,7 +11977,7 @@ const N0 = ({ children: e }) => {
|
|
|
11981
11977
|
},
|
|
11982
11978
|
...t
|
|
11983
11979
|
}, children: e({ position: o }) }) });
|
|
11984
|
-
function
|
|
11980
|
+
function BE({ Breadcrumbs: e, Subtitle: t, Metadata: r, Chips: o, ButtonGroup: i, Tabs: a, sx: s }) {
|
|
11985
11981
|
return p.jsx(Od, { children: ({ position: l }) => p.jsxs(De, { "data-test-ink-page-header": !0, direction: "column", spacing: 2, position: l, sx: {
|
|
11986
11982
|
borderBottom: 1,
|
|
11987
11983
|
borderColor: "divider",
|
|
@@ -11997,18 +11993,18 @@ const L0 = {
|
|
|
11997
11993
|
}
|
|
11998
11994
|
};
|
|
11999
11995
|
function _0({ label: e }) {
|
|
12000
|
-
return p.jsx(
|
|
11996
|
+
return p.jsx(Ct, { "data-cy": "page-title", variant: "h5", component: "h1", sx: { wordBreak: "break-word", fontWeight: "600", color: "text.primary" }, children: e });
|
|
12001
11997
|
}
|
|
12002
11998
|
function D0({ breadcrumb: e, i: t, onClick: r }) {
|
|
12003
|
-
return p.jsx(
|
|
11999
|
+
return p.jsx(Kp, { href: e.path, ...e.LinkProps, underline: "hover", "data-cy": `breadcrumb-${t}`, variant: "h5", color: "action.active", onClick: r, children: e.label });
|
|
12004
12000
|
}
|
|
12005
|
-
function
|
|
12006
|
-
return p.jsx(
|
|
12001
|
+
function FE({ breadcrumbs: e }) {
|
|
12002
|
+
return p.jsx(Yp, { sx: L0, "data-test-ink-page-header-breadcrumbs": !0, children: e?.map((t, r) => r === e.length - 1 ? p.jsx(_0, { label: t.label }, `breadcrumb-${r}`) : p.jsx(D0, { breadcrumb: t, i: r, onClick: t.onClick }, `breadcrumb-${r}`)) });
|
|
12007
12003
|
}
|
|
12008
12004
|
function Ed({ sx: e }) {
|
|
12009
|
-
return p.jsx(
|
|
12005
|
+
return p.jsx(Ct, { variant: "overline", sx: { color: "neutral500", fontWeight: 600, lineHeight: 2.25, ...e }, children: "Internal Use Only" });
|
|
12010
12006
|
}
|
|
12011
|
-
function
|
|
12007
|
+
function zE({ primaryAction: e, secondaryAction: t, dropdownAction: r }) {
|
|
12012
12008
|
const [o, i] = It(null), a = !!o, s = (m) => {
|
|
12013
12009
|
i(m.currentTarget);
|
|
12014
12010
|
}, l = () => {
|
|
@@ -12029,16 +12025,16 @@ function VE({ primaryAction: e, secondaryAction: t, dropdownAction: r }) {
|
|
|
12029
12025
|
}, ...b, children: m }, f))] })] })] }), t && p.jsx(Rt, { "data-cy": "secondary", variant: "contained", color: "inherit", ...t, children: t.label }), e && p.jsx(Rt, { "data-cy": "primary", variant: "contained", ...e, sx: { whiteSpace: "nowrap" }, children: e.label })] });
|
|
12030
12026
|
}
|
|
12031
12027
|
function B0({ subtitle: e, sx: t, ...r }) {
|
|
12032
|
-
return p.jsx(
|
|
12028
|
+
return p.jsx(Ct, { variant: "body2", color: "text.secondary", "data-cy": "header-subtitle", sx: { ...t }, ...r, children: e });
|
|
12033
12029
|
}
|
|
12034
|
-
function
|
|
12030
|
+
function VE({ label: e, Stepper: t, ButtonGroup: r, subtitle: o }) {
|
|
12035
12031
|
const i = (a) => typeof a == "object" && a !== null && ("primary" in a || "close" in a);
|
|
12036
12032
|
return p.jsx(Od, { sx: {
|
|
12037
12033
|
px: 3,
|
|
12038
12034
|
py: 2.25,
|
|
12039
12035
|
borderBottom: "1px solid",
|
|
12040
12036
|
borderBottomColor: "neutral200"
|
|
12041
|
-
}, children: ({ position: a }) => p.jsxs(De, { position: a, direction: "row", spacing: 2, justifyContent: "space-between", alignItems: "center", children: [p.jsx(
|
|
12037
|
+
}, children: ({ position: a }) => p.jsxs(De, { position: a, direction: "row", spacing: 2, justifyContent: "space-between", alignItems: "center", children: [p.jsx(Ct, { "data-test-ink-workflow-header-label": !0, variant: "h6", sx: { fontWeight: "600", flexGrow: "1" }, children: p.jsxs(De, { direction: "column", spacing: 0, children: [e, o && p.jsx(B0, { component: "span", subtitle: o })] }) }), t && p.jsx(Xe, { sx: { flexGrow: "2" }, "data-test-ink-workflow-header-stepper": !0, children: t }), r && p.jsx(Xe, { sx: { flexGrow: "1", justifyContent: "end", display: "flex" }, "data-test-ink-workflow-header-button-group": !0, children: i(r) ? p.jsxs(De, { direction: "row", spacing: 1, children: [r.primary && p.jsx(Rt, { variant: "contained", endIcon: r.primary.loading ? p.jsx(hs, { size: 20, color: "inherit" }) : void 0, disabled: r.primary.disabled || r.primary.loading, ...r.primary, "data-test-ink-workflow-header-primary-action": !0, children: r.primary.label }), r.close && p.jsx(zr, { onClick: r.close.onClick, "data-test-ink-workflow-header-close-action": !0, children: p.jsx(qn, { children: "close_rounded" }) })] }) : r })] }) });
|
|
12042
12038
|
}
|
|
12043
12039
|
const ko = Nb({
|
|
12044
12040
|
createStyledComponent: J("div", {
|
|
@@ -12339,7 +12335,7 @@ process.env.NODE_ENV !== "production" && (dn.propTypes = {
|
|
|
12339
12335
|
*/
|
|
12340
12336
|
variantMapping: n.object
|
|
12341
12337
|
});
|
|
12342
|
-
function
|
|
12338
|
+
function WE({ Header: e, Description: t, Icon: r, CTA: o, children: i, shouldShowFullDescription: a = !1, isLoading: s = !1, loadingSkeleton: l, ...c }) {
|
|
12343
12339
|
const u = () => s && l ? l : i;
|
|
12344
12340
|
return p.jsxs(Wr, { "data-test": "ink-paper", ...c, sx: {
|
|
12345
12341
|
...c.sx,
|
|
@@ -12355,17 +12351,17 @@ function UE({ Header: e, Description: t, Icon: r, CTA: o, children: i, shouldSho
|
|
|
12355
12351
|
textOverflow: "ellipsis"
|
|
12356
12352
|
}, children: [typeof e != "string" ? p.jsx(p.Fragment, { children: e }) : p.jsx(dn, { "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(dn, { "data-test": "ink-paper-description", variant: "caption", color: "text.secondary", noWrap: !a, children: t }) })] }), o] }), u()] });
|
|
12357
12353
|
}
|
|
12358
|
-
const
|
|
12354
|
+
const UE = ({ name: e, options: t, value: r, ref: o, direction: i = "row", cardSx: a, fullWidth: s = !0, disabled: l = !1, onChange: c, onBlur: u }) => {
|
|
12359
12355
|
const d = (g, b, f, T) => T ? g ? b : "inherit" : f, h = (g, b, f, T, w) => w ? g ? b : T : g ? b : f, m = t.some((g) => !!g.bottomContent);
|
|
12360
|
-
return p.jsx(
|
|
12356
|
+
return p.jsx(Xp, { name: e, onChange: c, onBlur: u, value: r, ref: o, "aria-label": e, "aria-readonly": l, "aria-disabled": l, sx: { width: s ? "100%" : "fit-content" }, children: p.jsx(De, { direction: i, spacing: 2, children: t.map(({ value: g, icon: b, title: f, description: T, subDescription: w, disabled: O, bottomContent: v }) => {
|
|
12361
12357
|
const x = l || O;
|
|
12362
|
-
return p.jsx(ms, { value: g, disabled: x, control: p.jsx(
|
|
12358
|
+
return p.jsx(ms, { value: g, disabled: x, control: p.jsx(Jp, { sx: { display: "none" } }), sx: {
|
|
12363
12359
|
width: s ? "100%" : "auto",
|
|
12364
12360
|
".MuiFormControlLabel-label": {
|
|
12365
12361
|
width: "100%",
|
|
12366
12362
|
height: "100%"
|
|
12367
12363
|
}
|
|
12368
|
-
}, label: p.jsxs(
|
|
12364
|
+
}, label: p.jsxs(du, { elevation: 0, id: g, sx: {
|
|
12369
12365
|
px: 3,
|
|
12370
12366
|
py: 2,
|
|
12371
12367
|
height: "100%",
|
|
@@ -12391,11 +12387,11 @@ const HE = ({ name: e, options: t, value: r, ref: o, direction: i = "row", cardS
|
|
|
12391
12387
|
}, children: [p.jsxs(De, { direction: "column", alignItems: "center", width: "100%", children: [b && p.jsx(Xe, { sx: {
|
|
12392
12388
|
color: x ? "neutral500" : r === g ? "text.primary" : "action.active",
|
|
12393
12389
|
".MuiSvgIcon-root": { fontSize: "2rem" }
|
|
12394
|
-
}, children: b }), p.jsx(
|
|
12390
|
+
}, children: b }), p.jsx(Ct, { variant: "subtitle1", textAlign: "center", lineHeight: "20px", mt: 0.5, color: x ? r === g ? "text.secondary" : "neutral500" : "text.primary", children: f }), T && p.jsx(Ct, { variant: "body2", textAlign: "center", mt: 1, color: `${x ? "neutral500" : "text.secondary"}`, children: T }), w && p.jsx(Ct, { variant: "body2", color: `${x ? "neutral500" : "text.secondary"}`, textAlign: "center", mt: 1, children: w })] }), v && p.jsx(Xe, { mt: 2, display: "flex", justifyContent: "center", minHeight: m ? "24px" : 0, children: v })] }) }, g);
|
|
12395
12391
|
}) }) });
|
|
12396
12392
|
};
|
|
12397
12393
|
function cc({ value: e, label: t, size: r = "small", ariaLabel: o, ...i }) {
|
|
12398
|
-
return p.jsx(
|
|
12394
|
+
return p.jsx(pu, { ...i, value: e, "aria-label": o, "data-test-ink-toggle-button": e, size: r, sx: {
|
|
12399
12395
|
backgroundColor: "neutral200",
|
|
12400
12396
|
color: "text.secondary",
|
|
12401
12397
|
borderRadius: "8px",
|
|
@@ -12434,11 +12430,11 @@ function cc({ value: e, label: t, size: r = "small", ariaLabel: o, ...i }) {
|
|
|
12434
12430
|
}
|
|
12435
12431
|
}, children: t || e });
|
|
12436
12432
|
}
|
|
12437
|
-
function
|
|
12433
|
+
function HE({ id: e, toggleButtons: t, ariaLabel: r, value: o = "", size: i = "x-small", single: a = !1, enforceValueSet: s = !1, sx: l, onChange: c, ...u }) {
|
|
12438
12434
|
const d = t.find((m) => m.value === o) ?? t[0], h = (m, g) => {
|
|
12439
12435
|
s && !g || !c || c(m, g);
|
|
12440
12436
|
};
|
|
12441
|
-
return a ? p.jsx(cc, { value: d.value, size: i, ariaLabel: d.label, onChange: h, children: d.label }) : p.jsx(
|
|
12437
|
+
return a ? p.jsx(cc, { value: d.value, size: i, ariaLabel: d.label, onChange: h, children: d.label }) : p.jsx(fu, { "data-test-ink-toggle-group": e, "aria-label": r, value: o, exclusive: !0, onChange: h, sx: {
|
|
12442
12438
|
display: "flex",
|
|
12443
12439
|
columnGap: 0.5,
|
|
12444
12440
|
width: "max-content",
|
|
@@ -12455,7 +12451,7 @@ function GE({ id: e, toggleButtons: t, ariaLabel: r, value: o = "", size: i = "x
|
|
|
12455
12451
|
}, ...u, children: t.map((m) => p.jsx(cc, { size: i, "aria-label": m.label, ...m, children: m.label }, m.value)) });
|
|
12456
12452
|
}
|
|
12457
12453
|
function uc({ value: e, size: t = "small", ariaLabel: r, icon: o, ...i }) {
|
|
12458
|
-
return p.jsx(
|
|
12454
|
+
return p.jsx(pu, { ...i, value: e, "aria-label": r, "data-test-ink-toggle-button": e, size: t, sx: {
|
|
12459
12455
|
backgroundColor: "neutral200",
|
|
12460
12456
|
color: "text/secondary",
|
|
12461
12457
|
borderRadius: "8px",
|
|
@@ -12520,11 +12516,11 @@ function uc({ value: e, size: t = "small", ariaLabel: r, icon: o, ...i }) {
|
|
|
12520
12516
|
}
|
|
12521
12517
|
}, children: o });
|
|
12522
12518
|
}
|
|
12523
|
-
function
|
|
12519
|
+
function GE({ id: e, toggleButtons: t, ariaLabel: r, size: o = "x-small", single: i = !1, value: a = "", enforceValueSet: s = !1, onChange: l, sx: c, ...u }) {
|
|
12524
12520
|
const d = (m, g) => {
|
|
12525
12521
|
s && !g || !l || l(m, g);
|
|
12526
12522
|
}, h = t.find((m) => m.value === a) ?? t[0];
|
|
12527
|
-
return i ? p.jsx(uc, { size: o, ariaLabel: h.value.toString(), onChange: l, ...h }) : p.jsx(
|
|
12523
|
+
return i ? p.jsx(uc, { size: o, ariaLabel: h.value.toString(), onChange: l, ...h }) : p.jsx(fu, { "data-test-ink-toggle-group": e, "aria-label": r, value: a, exclusive: !0, onChange: d, sx: {
|
|
12528
12524
|
display: "inline-flex",
|
|
12529
12525
|
columnGap: 0.5,
|
|
12530
12526
|
backgroundColor: "neutral200",
|
|
@@ -12569,10 +12565,10 @@ const dc = {
|
|
|
12569
12565
|
description: "This may take a moment while we process your data. Thanks for your patience.",
|
|
12570
12566
|
icon: p.jsx(bf, { sx: { fontSize: "56px", color: "neutral500" } })
|
|
12571
12567
|
};
|
|
12572
|
-
function
|
|
12568
|
+
function qE({ title: e, description: t, action: r, variant: o, icon: i, isLongLoading: a, sx: s }) {
|
|
12573
12569
|
a && (e = e || Ta.title, t = t || Ta.description, i = i || Ta.icon);
|
|
12574
12570
|
const l = o === "search" ? "neutral00" : "neutral50", c = G0[o], { fontSize: u, fontSizeDescription: d, titleVariant: h, descriptionVariant: m } = c, g = (b) => !!b && "onClick" in b;
|
|
12575
|
-
return p.jsxs(De, { alignItems: "center", justifyContent: "center", textAlign: "center", "data-cy": `empty-state-${o}-${a ? "long-loading-" : ""}container`, sx: { backgroundColor: l, p: 5, ...s }, children: [i && p.jsx(H0, { icon: i, variant: o }), e && p.jsx(
|
|
12571
|
+
return p.jsxs(De, { alignItems: "center", justifyContent: "center", textAlign: "center", "data-cy": `empty-state-${o}-${a ? "long-loading-" : ""}container`, sx: { backgroundColor: l, p: 5, ...s }, children: [i && p.jsx(H0, { icon: i, variant: o }), e && p.jsx(Ct, { variant: h, sx: { fontSize: u }, "data-cy": "empty-state-title", children: p.jsx("strong", { children: e }) }), p.jsx(Ct, { variant: m, color: "text.secondary", sx: { fontSize: d, maxWidth: "500px", mt: 1 }, "data-cy": "empty-state-description", children: t }), r && p.jsx(Xe, { mt: 3, children: g(r) ? p.jsx(Rt, { onClick: r.onClick, "data-cy": "empty-state-action-button", children: r.title }) : r })] });
|
|
12576
12572
|
}
|
|
12577
12573
|
function q0(e) {
|
|
12578
12574
|
return Ee("MuiFormLabel", e);
|
|
@@ -13355,7 +13351,7 @@ const lv = (e, t) => {
|
|
|
13355
13351
|
disablePadding: f,
|
|
13356
13352
|
divider: T,
|
|
13357
13353
|
hasSecondaryAction: M
|
|
13358
|
-
}, R = cv(y), j =
|
|
13354
|
+
}, R = cv(y), j = bt(I, r), A = v.root || c.Root || uv, W = O.root || u.root || {}, D = {
|
|
13359
13355
|
className: le(R.root, W.className, s),
|
|
13360
13356
|
...x
|
|
13361
13357
|
};
|
|
@@ -13813,7 +13809,7 @@ const yv = J(Pd)(({ theme: e }) => ({
|
|
|
13813
13809
|
function vv({ listItemProps: e, listItemIconProps: t, ...r }) {
|
|
13814
13810
|
return p.jsxs(yv, { disableGutters: !0, ...e, children: [t?.adornment === "start" && p.jsx(Ja, { ...t, children: t?.children }), p.jsx(Rd, { ...r }), t?.adornment === "end" && p.jsx(Ja, { ...t, children: t?.children })] });
|
|
13815
13811
|
}
|
|
13816
|
-
function
|
|
13812
|
+
function YE({ label: e, attributes: t, ...r }) {
|
|
13817
13813
|
return p.jsxs(p.Fragment, { children: [p.jsx(Ls, { children: e }), p.jsx(_s, { ...r, dense: !0, sx: {
|
|
13818
13814
|
display: "flex",
|
|
13819
13815
|
flexDirection: "column",
|
|
@@ -13893,7 +13889,7 @@ const Sv = {
|
|
|
13893
13889
|
// eslint-disable-next-line react/prop-types
|
|
13894
13890
|
TransitionComponent: T = mn,
|
|
13895
13891
|
...w
|
|
13896
|
-
} = t, O = wr(), v = C.useRef(), x = hr(), S = C.useRef(null), P =
|
|
13892
|
+
} = t, O = wr(), v = C.useRef(), x = hr(), S = C.useRef(null), P = bt(S, fr(a), r), I = (D) => (N) => {
|
|
13897
13893
|
if (D) {
|
|
13898
13894
|
const q = S.current;
|
|
13899
13895
|
N === void 0 ? D(q) : D(q, N);
|
|
@@ -14416,7 +14412,7 @@ const kd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
14416
14412
|
lt(ve), Q.clear(), ne.clear(), ge(), me.current = document.body.style.WebkitUserSelect, document.body.style.WebkitUserSelect = "none", oe.start(T, () => {
|
|
14417
14413
|
document.body.style.WebkitUserSelect = me.current, Ve(ve);
|
|
14418
14414
|
});
|
|
14419
|
-
},
|
|
14415
|
+
}, vt = (ve) => {
|
|
14420
14416
|
q.props.onTouchEnd && q.props.onTouchEnd(ve), ge(), Q.start(x, () => {
|
|
14421
14417
|
se(ve);
|
|
14422
14418
|
});
|
|
@@ -14431,7 +14427,7 @@ const kd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
14431
14427
|
document.removeEventListener("keydown", ve);
|
|
14432
14428
|
};
|
|
14433
14429
|
}, [se, z]);
|
|
14434
|
-
const Et =
|
|
14430
|
+
const Et = bt(fr(q), U, r);
|
|
14435
14431
|
!A && A !== 0 && (z = !1);
|
|
14436
14432
|
const ht = C.useRef(), jt = (ve) => {
|
|
14437
14433
|
const Mt = q.props;
|
|
@@ -14457,7 +14453,7 @@ const kd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
14457
14453
|
`));
|
|
14458
14454
|
}, [$]));
|
|
14459
14455
|
const wt = {};
|
|
14460
|
-
g || (be.onTouchStart = Be, be.onTouchEnd =
|
|
14456
|
+
g || (be.onTouchStart = Be, be.onTouchEnd = vt), h || (be.onMouseOver = oi(Ve, be.onMouseOver), be.onMouseLeave = oi(xe, be.onMouseLeave), Y || (wt.onMouseOver = Ve, wt.onMouseLeave = xe)), d || (be.onFocus = oi(ue, be.onFocus), be.onBlur = oi(Ae, be.onBlur), Y || (wt.onFocus = ue, wt.onBlur = Ae)), process.env.NODE_ENV !== "production" && q.props.title && console.error(["MUI: You have provided a `title` prop to the child of <Tooltip />.", `Remove this title prop \`${q.props.title}\` or the Tooltip component.`].join(`
|
|
14461
14457
|
`));
|
|
14462
14458
|
const rt = {
|
|
14463
14459
|
...o,
|
|
@@ -14502,7 +14498,7 @@ const kd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
14502
14498
|
...tt ?? c.transition
|
|
14503
14499
|
}
|
|
14504
14500
|
}
|
|
14505
|
-
}, [cn,
|
|
14501
|
+
}, [cn, xt] = $e("popper", {
|
|
14506
14502
|
elementType: Rv,
|
|
14507
14503
|
externalForwardedProps: mt,
|
|
14508
14504
|
ownerState: rt,
|
|
@@ -14542,7 +14538,7 @@ const kd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
14542
14538
|
id: Se,
|
|
14543
14539
|
transition: !0,
|
|
14544
14540
|
...wt,
|
|
14545
|
-
...
|
|
14541
|
+
...xt,
|
|
14546
14542
|
popperOptions: de,
|
|
14547
14543
|
children: ({
|
|
14548
14544
|
TransitionProps: ve
|
|
@@ -14747,7 +14743,7 @@ process.env.NODE_ENV !== "production" && (kd.propTypes = {
|
|
|
14747
14743
|
*/
|
|
14748
14744
|
TransitionProps: n.object
|
|
14749
14745
|
});
|
|
14750
|
-
function
|
|
14746
|
+
function KE({ src: e, alt: t, sx: r, imageSx: o, fallbackText: i = "Image Failed to Load", ...a }) {
|
|
14751
14747
|
const [s, l] = It(!1), [c, u] = It(!0);
|
|
14752
14748
|
return p.jsxs(po, { sx: {
|
|
14753
14749
|
display: "flex",
|
|
@@ -14799,7 +14795,7 @@ const wa = {
|
|
|
14799
14795
|
md: 280,
|
|
14800
14796
|
lg: 324,
|
|
14801
14797
|
xl: 400
|
|
14802
|
-
}, Av =
|
|
14798
|
+
}, Av = cu(Xe, {
|
|
14803
14799
|
shouldForwardProp: (e) => e !== "open" && e !== "drawerWidth"
|
|
14804
14800
|
})(({ theme: e, open: t, drawerWidth: r }) => {
|
|
14805
14801
|
const o = typeof r == "number" ? `-${r}px` : {
|
|
@@ -14817,7 +14813,7 @@ const wa = {
|
|
|
14817
14813
|
marginLeft: t ? 0 : o
|
|
14818
14814
|
};
|
|
14819
14815
|
}), Sa = (e) => e.drawerType !== "panel";
|
|
14820
|
-
function
|
|
14816
|
+
function XE(e) {
|
|
14821
14817
|
const {
|
|
14822
14818
|
drawerType: t,
|
|
14823
14819
|
drawerContent: r,
|
|
@@ -14838,7 +14834,7 @@ function JE(e) {
|
|
|
14838
14834
|
lg: l?.lg ?? wa.lg,
|
|
14839
14835
|
xl: l?.xl ?? wa.xl
|
|
14840
14836
|
};
|
|
14841
|
-
return p.jsxs(Xe, { sx: { display: "flex", width: "100%" }, children: [p.jsx(
|
|
14837
|
+
return p.jsxs(Xe, { sx: { display: "flex", width: "100%" }, children: [p.jsx(uu, { sx: {
|
|
14842
14838
|
...c,
|
|
14843
14839
|
width: f,
|
|
14844
14840
|
flexShrink: 0,
|
|
@@ -14853,7 +14849,7 @@ function JE(e) {
|
|
|
14853
14849
|
...m
|
|
14854
14850
|
},
|
|
14855
14851
|
variant: "outlined"
|
|
14856
|
-
}, anchor: "left", open: Sa(e) ? e.isOpen : !0, variant: t === "panel" ? "permanent" : "persistent", ...g, children: p.jsxs(De, { height: "100%", justifyContent: "space-between", children: [p.jsxs(De, { direction: "column", spacing: 3, sx: { p: 2 }, children: [p.jsxs(De, { direction: "row", alignItems: "center", children: [p.jsxs(De, { direction: "row", alignItems: "center", children: [b && p.jsx($v, { Icon: b }), p.jsx(
|
|
14852
|
+
}, anchor: "left", open: Sa(e) ? e.isOpen : !0, variant: t === "panel" ? "permanent" : "persistent", ...g, children: p.jsxs(De, { height: "100%", justifyContent: "space-between", children: [p.jsxs(De, { direction: "column", spacing: 3, sx: { p: 2 }, children: [p.jsxs(De, { direction: "row", alignItems: "center", children: [p.jsxs(De, { direction: "row", alignItems: "center", children: [b && p.jsx($v, { Icon: b }), p.jsx(Ct, { sx: { ml: b && 1 }, "data-cy": "drawer-header", children: i })] }), Sa(e) && p.jsx(fs, { title: "Close", placement: "bottom-end", disableInteractive: !0, slotProps: {
|
|
14857
14853
|
popper: {
|
|
14858
14854
|
modifiers: [
|
|
14859
14855
|
{
|
|
@@ -14880,7 +14876,7 @@ const Mv = ({ iconComponent: e, isDragging: t = !1, "data-cy": r }) => e ? p.jsx
|
|
|
14880
14876
|
backgroundColor: (o) => o.palette.neutral00,
|
|
14881
14877
|
borderRadius: 1,
|
|
14882
14878
|
boxShadow: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);"
|
|
14883
|
-
}, "data-cy": r, children: p.jsx(e, { size: t ? "small" : "normal" }) }) : null,
|
|
14879
|
+
}, "data-cy": r, children: p.jsx(e, { size: t ? "small" : "normal" }) }) : null, JE = Fr(({ label: e, icon: t, description: r, disabled: o = !1, isDynamic: i = !1, isDragging: a = !1, fullWidth: s = !1, "data-cy": l, sx: c, ...u }, d) => {
|
|
14884
14880
|
const h = l || "tile", m = `${h}-label`, g = `${h}-description`, b = `${h}-icon`;
|
|
14885
14881
|
return p.jsxs(De, { ref: d, direction: "row", alignItems: "center", gap: a ? 2.5 : 1.5, py: 1, px: a ? 1 : 1.5, pr: a ? 2 : void 0, sx: {
|
|
14886
14882
|
cursor: o ? "not-allowed" : "grab",
|
|
@@ -14896,13 +14892,13 @@ const Mv = ({ iconComponent: e, isDragging: t = !1, "data-cy": r }) => e ? p.jsx
|
|
|
14896
14892
|
backgroundColor: o ? (f) => f.palette.neutral100 : (f) => f.palette.neutral200
|
|
14897
14893
|
},
|
|
14898
14894
|
...c
|
|
14899
|
-
}, "data-cy": l, ...u, children: [t && p.jsx(Mv, { iconComponent: t, isDragging: a, "data-cy": b }), p.jsxs(Xe, { flex: 1, children: [p.jsxs(De, { direction: "row", alignItems: "center", gap: 0.5, children: [p.jsx(
|
|
14895
|
+
}, "data-cy": l, ...u, children: [t && p.jsx(Mv, { iconComponent: t, isDragging: a, "data-cy": b }), p.jsxs(Xe, { flex: 1, children: [p.jsxs(De, { direction: "row", alignItems: "center", gap: 0.5, children: [p.jsx(Ct, { variant: "caption", display: "block", color: o ? "text.disabled" : "text.primary", fontWeight: a ? 400 : 600, "data-cy": m, children: e }), i && !a && p.jsx(yf, { sx: {
|
|
14900
14896
|
fontSize: 16,
|
|
14901
14897
|
width: 16,
|
|
14902
14898
|
height: 16,
|
|
14903
14899
|
color: (f) => f.palette.purple200
|
|
14904
|
-
}, "data-cy": "dynamic-indicator" })] }), r && !a && p.jsx(
|
|
14905
|
-
}),
|
|
14900
|
+
}, "data-cy": "dynamic-indicator" })] }), r && !a && p.jsx(Ct, { variant: "caption", display: "block", color: o ? "text.disabled" : "text.secondary", fontSize: 12, "data-cy": g, children: r })] })] });
|
|
14901
|
+
}), ZE = ({ children: e, maxSnack: t = 3, anchorOrigin: r = {
|
|
14906
14902
|
horizontal: "center",
|
|
14907
14903
|
vertical: "bottom"
|
|
14908
14904
|
}, ...o }) => p.jsx(Tf, { anchorOrigin: r, Components: {
|
|
@@ -15987,13 +15983,13 @@ process.env.NODE_ENV !== "production" && (Md.propTypes = {
|
|
|
15987
15983
|
const Nd = ft(/* @__PURE__ */ p.jsx("path", {
|
|
15988
15984
|
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"
|
|
15989
15985
|
}), "Close");
|
|
15990
|
-
function
|
|
15986
|
+
function QE({ closeSnackbar: e, label: t, ...r }) {
|
|
15991
15987
|
const o = () => {
|
|
15992
15988
|
e();
|
|
15993
15989
|
};
|
|
15994
15990
|
return p.jsxs(p.Fragment, { children: [p.jsx(Md, { "data-test-ink-snackbar-action": t, variant: "text", color: "primary", sx: { whiteSpace: "nowrap" }, ...r, children: "label" }), p.jsx(Uo, { "data-test-ink-snackbar-action-close": !0, color: "inherit", onClick: o, children: p.jsx(Nd, { fontSize: "small" }) })] });
|
|
15995
15991
|
}
|
|
15996
|
-
function
|
|
15992
|
+
function eP({ control: e, name: t, rules: r, onChange: o, ...i }) {
|
|
15997
15993
|
return p.jsx(Lo, { name: t, control: e, rules: r, render: ({ field: { onChange: a, ...s }, fieldState: { error: l } }) => {
|
|
15998
15994
|
const c = (u) => {
|
|
15999
15995
|
a?.(u), o?.(u);
|
|
@@ -17677,7 +17673,7 @@ const zx = (e) => {
|
|
|
17677
17673
|
O || (O = h.current.querySelector("input:not(:disabled)")), O && O.focus();
|
|
17678
17674
|
}
|
|
17679
17675
|
}), []);
|
|
17680
|
-
const f =
|
|
17676
|
+
const f = bt(r, h), T = pr(l), w = C.useMemo(() => ({
|
|
17681
17677
|
name: T,
|
|
17682
17678
|
onChange(O) {
|
|
17683
17679
|
b(O.target.value), c && c(O, O.target.value);
|
|
@@ -17742,7 +17738,7 @@ const Vx = Fr(({ options: e, radioGroupProps: t, formLabel: r, formLabelProps: o
|
|
|
17742
17738
|
return p.jsx(ea, { "data-test-ink-radio-group-item": T, value: f, control: p.jsx(_d, { ...w, checked: m === f, className: v }), label: T }, `ink-radio-${O}`);
|
|
17743
17739
|
}) }), c && p.jsx(ta, { "data-test-ink-radio-group-helper-text": !0, children: c })] }) });
|
|
17744
17740
|
});
|
|
17745
|
-
function
|
|
17741
|
+
function tP({ control: e, name: t, rules: r, onChange: o, ...i }) {
|
|
17746
17742
|
return p.jsx(Lo, { name: t, control: e, rules: r, render: ({ field: { onChange: a, ...s }, fieldState: { error: l } }) => {
|
|
17747
17743
|
const c = (u) => {
|
|
17748
17744
|
a?.(u), o?.(u);
|
|
@@ -18126,7 +18122,7 @@ process.env.NODE_ENV !== "production" && (Bd.propTypes = {
|
|
|
18126
18122
|
value: n.any
|
|
18127
18123
|
});
|
|
18128
18124
|
const Kx = Fr(({ id: e, formLabel: t, labelPlacement: r = "end", sx: o, defaultChecked: i = !1, formControlLabelProps: a, ...s }, l) => p.jsx(ea, { ...a, ref: l, "data-test-ink-switch-label": e, control: p.jsx(Bd, { ...s, sx: { ...o }, "data-test-ink-switch": e, id: e, defaultChecked: i }), label: t, labelPlacement: r }));
|
|
18129
|
-
function
|
|
18125
|
+
function nP({ control: e, name: t, id: r, rules: o, ...i }) {
|
|
18130
18126
|
return p.jsx(Lo, { name: t, control: e, rules: o, render: ({ field: { onChange: a, ...s } }) => {
|
|
18131
18127
|
const l = (c, u) => {
|
|
18132
18128
|
a?.(u);
|
|
@@ -19571,7 +19567,7 @@ const Vd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
19571
19567
|
L.previousKeyMatched && (R || ro(x, I, !1, c, Ea, L)) ? v.preventDefault() : L.previousKeyMatched = !1;
|
|
19572
19568
|
}
|
|
19573
19569
|
d && d(v);
|
|
19574
|
-
}, T =
|
|
19570
|
+
}, T = bt(g, r);
|
|
19575
19571
|
let w = -1;
|
|
19576
19572
|
C.Children.forEach(s, (v, x) => {
|
|
19577
19573
|
if (!/* @__PURE__ */ C.isValidElement(v)) {
|
|
@@ -19802,7 +19798,7 @@ function Ci(e) {
|
|
|
19802
19798
|
getTabbable: a = bT,
|
|
19803
19799
|
isEnabled: s = yT,
|
|
19804
19800
|
open: l
|
|
19805
|
-
} = e, c = C.useRef(!1), u = C.useRef(null), d = C.useRef(null), h = C.useRef(null), m = C.useRef(null), g = C.useRef(!1), b = C.useRef(null), f =
|
|
19801
|
+
} = e, c = C.useRef(!1), u = C.useRef(null), d = C.useRef(null), h = C.useRef(null), m = C.useRef(null), g = C.useRef(!1), b = C.useRef(null), f = bt(fr(t), b), T = C.useRef(null);
|
|
19806
19802
|
C.useEffect(() => {
|
|
19807
19803
|
!l || !b.current || (g.current = !r);
|
|
19808
19804
|
}, [r, l]), C.useEffect(() => {
|
|
@@ -19956,7 +19952,7 @@ const vT = {
|
|
|
19956
19952
|
// eslint-disable-next-line react/prop-types
|
|
19957
19953
|
TransitionComponent: O = mn,
|
|
19958
19954
|
...v
|
|
19959
|
-
} = t, x = C.useRef(null), S =
|
|
19955
|
+
} = t, x = C.useRef(null), S = bt(x, fr(l), r), P = (W) => (D) => {
|
|
19960
19956
|
if (W) {
|
|
19961
19957
|
const N = x.current;
|
|
19962
19958
|
D === void 0 ? W(N) : W(N, D);
|
|
@@ -20292,7 +20288,7 @@ function OT(e) {
|
|
|
20292
20288
|
onClose: c,
|
|
20293
20289
|
open: u,
|
|
20294
20290
|
rootRef: d
|
|
20295
|
-
} = e, h = C.useRef({}), m = C.useRef(null), g = C.useRef(null), b =
|
|
20291
|
+
} = e, h = C.useRef({}), m = C.useRef(null), g = C.useRef(null), b = bt(g, d), [f, T] = C.useState(!u), w = ST(l);
|
|
20296
20292
|
let O = !0;
|
|
20297
20293
|
(e["aria-hidden"] === "false" || e["aria-hidden"] === !1) && (O = !1);
|
|
20298
20294
|
const v = () => Zt(m.current), x = () => (h.current.modalRef = g.current, h.current.mount = m.current, h.current), S = () => {
|
|
@@ -21791,7 +21787,7 @@ const YT = (e) => {
|
|
|
21791
21787
|
name: "Select"
|
|
21792
21788
|
}), re = C.useRef(null), Z = C.useRef(null), [Y, ne] = C.useState(null), {
|
|
21793
21789
|
current: ae
|
|
21794
|
-
} = C.useRef(M != null), [Q, oe] = C.useState(), te =
|
|
21790
|
+
} = C.useRef(M != null), [Q, oe] = C.useState(), te = bt(r, f), ce = C.useCallback((de) => {
|
|
21795
21791
|
Z.current = de, de && ne(de);
|
|
21796
21792
|
}, []), z = Y?.parentNode;
|
|
21797
21793
|
C.useImperativeHandle(te, () => ({
|
|
@@ -21868,10 +21864,10 @@ const YT = (e) => {
|
|
|
21868
21864
|
delete K["aria-invalid"];
|
|
21869
21865
|
let ue, lt;
|
|
21870
21866
|
const Be = [];
|
|
21871
|
-
let
|
|
21867
|
+
let vt = !1, Et = !1;
|
|
21872
21868
|
(Ti({
|
|
21873
21869
|
value: B
|
|
21874
|
-
}) || m) && (R ? ue = R(B) :
|
|
21870
|
+
}) || m) && (R ? ue = R(B) : vt = !0);
|
|
21875
21871
|
const ht = ze.map((de) => {
|
|
21876
21872
|
if (!/* @__PURE__ */ C.isValidElement(de))
|
|
21877
21873
|
return null;
|
|
@@ -21881,9 +21877,9 @@ const YT = (e) => {
|
|
|
21881
21877
|
if (O) {
|
|
21882
21878
|
if (!Array.isArray(B))
|
|
21883
21879
|
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: The `value` prop must be an array when using the `Select` component with `multiple`." : Tn(2));
|
|
21884
|
-
Te = B.some((tt) => kc(tt, de.props.value)), Te &&
|
|
21880
|
+
Te = B.some((tt) => kc(tt, de.props.value)), Te && vt && Be.push(de.props.children);
|
|
21885
21881
|
} else
|
|
21886
|
-
Te = kc(B, de.props.value), Te &&
|
|
21882
|
+
Te = kc(B, de.props.value), Te && vt && (lt = de.props.children);
|
|
21887
21883
|
return Te && (Et = !0), /* @__PURE__ */ C.cloneElement(de, {
|
|
21888
21884
|
"aria-selected": Te ? "true" : "false",
|
|
21889
21885
|
onClick: Ve(de),
|
|
@@ -21904,7 +21900,7 @@ const YT = (e) => {
|
|
|
21904
21900
|
console.warn([`MUI: You have provided an out-of-range value \`${B}\` for the select ${v ? `(name="${v}") ` : ""}component.`, "Consider providing a value that matches one of the available options or ''.", `The available values are ${de.filter((Te) => Te != null).map((Te) => `\`${Te}\``).join(", ") || '""'}.`].join(`
|
|
21905
21901
|
`));
|
|
21906
21902
|
}
|
|
21907
|
-
}, [Et, ze, O, v, B]),
|
|
21903
|
+
}, [Et, ze, O, v, B]), vt && (O ? Be.length === 0 ? ue = null : ue = Be.reduce((de, Te, tt) => (de.push(Te), tt < Be.length - 1 && de.push(", "), de), []) : ue = lt);
|
|
21908
21904
|
let jt = Q;
|
|
21909
21905
|
!s && ae && Y && (jt = z.clientWidth);
|
|
21910
21906
|
let We;
|
|
@@ -22216,7 +22212,7 @@ const KT = (e) => {
|
|
|
22216
22212
|
filled: /* @__PURE__ */ p.jsx(ZT, {
|
|
22217
22213
|
ownerState: W
|
|
22218
22214
|
})
|
|
22219
|
-
}[A], B =
|
|
22215
|
+
}[A], B = bt(r, fr(K));
|
|
22220
22216
|
return /* @__PURE__ */ p.jsx(C.Fragment, {
|
|
22221
22217
|
children: /* @__PURE__ */ C.cloneElement(K, {
|
|
22222
22218
|
// Most of the logic is implemented in `SelectInput`.
|
|
@@ -22789,7 +22785,7 @@ const rC = Fr(({ name: e, minRows: t = 3, variant: r = "filled", size: o = "medi
|
|
|
22789
22785
|
hiddenLabel: !0
|
|
22790
22786
|
}, InputLabelProps: {
|
|
22791
22787
|
shrink: !0
|
|
22792
|
-
}, ...a })),
|
|
22788
|
+
}, ...a })), rP = ({ control: e, name: t, label: r, rules: o, helperText: i, onBlur: a, ...s }) => p.jsx(Lo, { name: t, control: e, rules: o, render: ({ field: { value: l, onBlur: c, ...u }, fieldState: d }) => {
|
|
22793
22789
|
const h = (m) => {
|
|
22794
22790
|
c?.(), a?.(m);
|
|
22795
22791
|
};
|
|
@@ -22820,7 +22816,7 @@ const rC = Fr(({ name: e, minRows: t = 3, variant: r = "filled", size: o = "medi
|
|
|
22820
22816
|
});
|
|
22821
22817
|
const d = [];
|
|
22822
22818
|
return u.forEach((h, m) => {
|
|
22823
|
-
m !== null && d.push(p.jsx(
|
|
22819
|
+
m !== null && d.push(p.jsx(Zp, { children: m }, m)), h.forEach(({ label: g, value: b, sx: f, ...T }) => {
|
|
22824
22820
|
d.push(p.jsx(kr, { sx: {
|
|
22825
22821
|
fontSize: 16,
|
|
22826
22822
|
backgroundColor: "neutral.300",
|
|
@@ -22837,7 +22833,7 @@ function sC({ id: e, name: t, label: r, menuOptions: o, inputProps: i, helperTex
|
|
|
22837
22833
|
if (o && d)
|
|
22838
22834
|
throw new Error("Both menuOptions and children cannot be provided. Please use one or the other.");
|
|
22839
22835
|
const m = ps(null), { menuMaxHeight: g, menuPlacement: b, handleMenuOpen: f, renderMenuItems: T } = aC(), w = `${t}-label`;
|
|
22840
|
-
return p.jsxs(
|
|
22836
|
+
return p.jsxs(Qp, { sx: s, required: c, "data-test-select-root": t, children: [r && p.jsx(ef, { id: w, "data-test-select-label": !0, children: r }), p.jsx(tf, { "data-test-select": t, id: e, labelId: w, variant: l, label: r, name: t, sx: {
|
|
22841
22837
|
"& .MuiSelect-select .notranslate::after": u ? {
|
|
22842
22838
|
content: `"${u}"`,
|
|
22843
22839
|
color: "text.secondary"
|
|
@@ -22868,9 +22864,9 @@ function sC({ id: e, name: t, label: r, menuOptions: o, inputProps: i, helperTex
|
|
|
22868
22864
|
}, inputProps: {
|
|
22869
22865
|
"data-test-select-input": t,
|
|
22870
22866
|
...i
|
|
22871
|
-
}, ...h, ref: m, children: T(d, o) }), a && p.jsx(
|
|
22867
|
+
}, ...h, ref: m, children: T(d, o) }), a && p.jsx(nf, { "data-test-select-helper-text": t, children: a })] });
|
|
22872
22868
|
}
|
|
22873
|
-
function
|
|
22869
|
+
function oP({ control: e, name: t, rules: r, helperText: o, onChange: i, onBlur: a, disabled: s, ...l }) {
|
|
22874
22870
|
return p.jsx(Lo, { name: t, control: e, rules: r, disabled: s, render: ({ field: { onChange: c, onBlur: u, ...d }, fieldState: { error: h } }) => {
|
|
22875
22871
|
const m = (b, f) => {
|
|
22876
22872
|
c?.(b), i?.(b, f);
|
|
@@ -22883,10 +22879,10 @@ function iP({ control: e, name: t, rules: r, helperText: o, onChange: i, onBlur:
|
|
|
22883
22879
|
const tp = ft(/* @__PURE__ */ p.jsx("path", {
|
|
22884
22880
|
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"
|
|
22885
22881
|
}), "InfoOutlined");
|
|
22886
|
-
function
|
|
22887
|
-
return p.jsx(
|
|
22882
|
+
function iP({ message: e, sx: t, messageSx: r }) {
|
|
22883
|
+
return p.jsx(hu, { severity: "info", "data-cy": "internal-user-only-alert", sx: { alignItems: "center", ...t }, iconMapping: {
|
|
22888
22884
|
info: p.jsx(tp, {})
|
|
22889
|
-
}, children: p.jsxs(De, { direction: "row", gap: 1, alignItems: "center", children: [p.jsx(Ed, { sx: { color: "text.secondary" } }), p.jsx(De, { children: "-" }), p.jsx(
|
|
22885
|
+
}, children: p.jsxs(De, { direction: "row", gap: 1, alignItems: "center", children: [p.jsx(Ed, { sx: { color: "text.secondary" } }), p.jsx(De, { children: "-" }), p.jsx(Ct, { variant: "body2", sx: r, "data-cy": "internal-user-only-alert-message", children: e || "This page has limited access to internal users only." })] }) });
|
|
22890
22886
|
}
|
|
22891
22887
|
function lC() {
|
|
22892
22888
|
this.__data__ = [], this.size = 0;
|
|
@@ -23566,7 +23562,7 @@ var QS = ZS(function(e, t, r) {
|
|
|
23566
23562
|
});
|
|
23567
23563
|
const Zc = ["borderColor", "backgroundColor"];
|
|
23568
23564
|
gu.register(wf, Sf, Of, Ef, Pf, Rf, kf, jf, If, $f);
|
|
23569
|
-
function
|
|
23565
|
+
function aP({ chartOptions: e, type: t, data: r, customColors: o, height: i = 200, isLoading: a, stacked: s, legend: l, title: c }) {
|
|
23570
23566
|
const u = hr();
|
|
23571
23567
|
gu.defaults.color = u.palette.text.primary;
|
|
23572
23568
|
const d = [
|
|
@@ -23678,7 +23674,7 @@ function sP({ chartOptions: e, type: t, data: r, customColors: o, height: i = 20
|
|
|
23678
23674
|
function eO({ checkboxProps: e, title: t, avatar: r, size: o = "medium", subheader: i, adornment: a, titleProps: s, onClose: l }) {
|
|
23679
23675
|
if (!(e || t || i || a || l))
|
|
23680
23676
|
return null;
|
|
23681
|
-
const u = o === "medium" ? "body1" : "body2", d = o === "medium" ? "body2" : "caption", h = !!e, m = () => p.jsx(
|
|
23677
|
+
const u = o === "medium" ? "body1" : "body2", d = o === "medium" ? "body2" : "caption", h = !!e, m = () => p.jsx(rf, { avatar: r, title: t, subheader: i, slotProps: {
|
|
23682
23678
|
title: {
|
|
23683
23679
|
"data-cy": "inkcardheader-title",
|
|
23684
23680
|
sx: { fontWeight: 600, ...s?.sx },
|
|
@@ -23691,7 +23687,7 @@ function eO({ checkboxProps: e, title: t, avatar: r, size: o = "medium", subhead
|
|
|
23691
23687
|
color: "text.secondary"
|
|
23692
23688
|
}
|
|
23693
23689
|
} });
|
|
23694
|
-
return p.jsxs(De, { direction: "row", alignItems: "center", justifyContent: "space-between", sx: { mt: 1, mb: 1, mr: 1 }, children: [p.jsx(De, { direction: "row", flex: 1, alignItems: "center", children: h ? p.jsx(ms, { sx: { ml: 0.5 }, control: p.jsx(
|
|
23690
|
+
return p.jsxs(De, { direction: "row", alignItems: "center", justifyContent: "space-between", sx: { mt: 1, mb: 1, mr: 1 }, children: [p.jsx(De, { direction: "row", flex: 1, alignItems: "center", children: h ? p.jsx(ms, { sx: { ml: 0.5 }, control: p.jsx(mu, { size: "small", "data-cy": "inkcardheader-selection-checkbox", ...e }), label: m(), slotProps: {
|
|
23695
23691
|
typography: {
|
|
23696
23692
|
component: "div"
|
|
23697
23693
|
}
|
|
@@ -23739,7 +23735,7 @@ function rO({ mediaContent: e, image: t, cardType: r, sx: o, ...i }) {
|
|
|
23739
23735
|
alignItems: "center",
|
|
23740
23736
|
bgcolor: (h) => h.palette.neutral200
|
|
23741
23737
|
} : {};
|
|
23742
|
-
return p.jsxs("div", { style: { position: "relative", width: "100%" }, children: [c && !a && p.jsx(nO, {}), p.jsx(
|
|
23738
|
+
return p.jsxs("div", { style: { position: "relative", width: "100%" }, children: [c && !a && p.jsx(nO, {}), p.jsx(of, { component: c ? "img" : "div", image: c ? t : void 0, onLoad: () => s(!0), onError: () => s(!0), ...i, sx: {
|
|
23743
23739
|
display: a || !c ? "block" : "none",
|
|
23744
23740
|
...u,
|
|
23745
23741
|
...d,
|
|
@@ -23770,11 +23766,11 @@ const oO = 382, Qc = (e, t, r, o, i) => i ? o : e ? t : r, iO = (e, t, r, o, i)
|
|
|
23770
23766
|
}
|
|
23771
23767
|
});
|
|
23772
23768
|
function sO({ description: e, buttonProps: t }) {
|
|
23773
|
-
return p.jsxs(p.Fragment, { children: [p.jsx(
|
|
23769
|
+
return p.jsxs(p.Fragment, { children: [p.jsx(af, { children: p.jsx(Ct, { variant: "body2", color: "text.secondary", children: e }) }), t && p.jsx(sf, { children: p.jsx(Rt, { variant: "card", ...t, children: t.label }) })] });
|
|
23774
23770
|
}
|
|
23775
|
-
function
|
|
23771
|
+
function sP({ cardMedia: e, cardHeader: t, cardType: r = "default", galleryContent: o, children: i, ...a }) {
|
|
23776
23772
|
const s = !!(t?.checkboxProps || t?.title || t?.subheader || t?.adornment || t?.avatar || t?.onClose), l = !!t?.checkboxProps, c = !!t?.checkboxProps?.checked, u = t?.checkboxProps?.disabled;
|
|
23777
|
-
return p.jsxs(
|
|
23773
|
+
return p.jsxs(du, { ...a, sx: iO(l, c, u, r, a.sx), "data-cy": "inkcard-container", children: [e && p.jsx(rO, { cardType: r, ...e }), s && p.jsx(eO, { ...t }), r === "gallery" && o ? p.jsx(sO, { description: o.description, buttonProps: o.buttonProps }) : i] });
|
|
23778
23774
|
}
|
|
23779
23775
|
function lO({ onClick: e, loadingExport: t }) {
|
|
23780
23776
|
const r = (o) => ({
|
|
@@ -23838,30 +23834,30 @@ function pO({ columnData: e, handleColumnFilterChange: t, customGridVisibility:
|
|
|
23838
23834
|
paddingBottom: 0,
|
|
23839
23835
|
background: "netural500"
|
|
23840
23836
|
}
|
|
23841
|
-
}, disableAutoFocusItem: !0, anchorEl: a, open: h, onClose: g, TransitionComponent:
|
|
23837
|
+
}, disableAutoFocusItem: !0, anchorEl: a, open: h, onClose: g, TransitionComponent: lf, slotProps: {
|
|
23842
23838
|
paper: {
|
|
23843
23839
|
style: {
|
|
23844
23840
|
maxHeight: 475,
|
|
23845
23841
|
width: 300
|
|
23846
23842
|
}
|
|
23847
23843
|
}
|
|
23848
|
-
}, children: [p.jsx(Xe, { sx: { px: 1, mb: 1 }, children: p.jsx(
|
|
23844
|
+
}, children: [p.jsx(Xe, { sx: { px: 1, mb: 1 }, children: p.jsx(cf, { onChange: (v) => w(v.target.value), value: u, size: "small", fullWidth: !0, placeholder: "Find column ...", "data-cy": "grid-tool-bar-filter-column-search-input" }) }), p.jsx(uf, {}), p.jsx(df, { sx: {
|
|
23849
23845
|
paddingBottom: 0
|
|
23850
|
-
}, children: O?.map(({ field: v, headerName: x }) => p.jsx(
|
|
23846
|
+
}, children: O?.map(({ field: v, headerName: x }) => p.jsx(pf, { sx: {
|
|
23851
23847
|
paddingTop: 0,
|
|
23852
23848
|
paddingBottom: 0
|
|
23853
|
-
}, children: p.jsx(ms, { control: p.jsx(
|
|
23849
|
+
}, children: p.jsx(ms, { control: p.jsx(mu, { checked: r[v], onChange: (S) => b(S.target.checked, v) }), label: x, sx: {
|
|
23854
23850
|
display: i?.includes(v) ? "none" : void 0
|
|
23855
|
-
} }) }, v)) }), p.jsx(
|
|
23851
|
+
} }) }, v)) }), p.jsx(ff, { sx: { position: "sticky", bottom: 0, zIndex: 1, padding: 0 }, variant: "outlined", children: p.jsxs(De, { flexDirection: "row", justifyContent: "space-between", sx: { mx: 1.5, py: 1 }, children: [p.jsx(Rt, { onClick: f, children: "Deselect all" }), p.jsx(Rt, { onClick: T, children: "Select all" })] }) })] })] });
|
|
23856
23852
|
}
|
|
23857
|
-
function
|
|
23853
|
+
function lP({ groupingProps: e, filterDrawerBtnProps: t, showFilterDrawerBtn: r = !1, showQuickFilter: o = !0, showExportButton: i = !1, showDensitySelector: a = !1, onExportClick: s, loadingExport: l, columnPickerProps: c, children: u, py: d = 2 }) {
|
|
23858
23854
|
const { value: h, onChange: m, options: g } = e ?? {};
|
|
23859
23855
|
return p.jsx(Lf, { sx: { py: d }, children: p.jsxs(De, { direction: "column", sx: { width: "100%" }, children: [p.jsxs(De, { justifyContent: o ? "space-between" : "end", alignItems: "center", direction: "row", width: "100%", children: [p.jsxs(De, { direction: "row", spacing: 2, alignItems: "center", children: [o && p.jsx(_f, { sx: {
|
|
23860
23856
|
".MuiInputBase-input": { p: 0 },
|
|
23861
23857
|
".MuiInput-root:after": { borderBottom: "none" }
|
|
23862
|
-
}, "data-cy": "grid-tool-bar-quick-filter" }), r && t && p.jsx(
|
|
23858
|
+
}, "data-cy": "grid-tool-bar-quick-filter" }), r && t && p.jsx(hf, { badgeContent: t.filterBtnBadgeContent, color: "primary", "data-cy": "grid-tool-bar-filter-badge", children: p.jsx(cO, { onClick: t.onShowFilterDrawerClick }) })] }), p.jsxs(De, { direction: "row", spacing: 1, children: [a && p.jsx(Df, {}), c && p.jsx(pO, { columnData: c.columnData, handleColumnFilterChange: c.handleColumnFilterChange, customGridVisibility: c.customGridVisibility, lockedFields: c.lockedFields, hiddenInColumnPicker: c.hiddenInColumnPicker }), i && p.jsx(Bf, {}), h !== void 0 && m && g && p.jsx(uO, { value: h, onChange: m, options: g }), s && p.jsx(lO, { onClick: s, loadingExport: l })] })] }), u] }) });
|
|
23863
23859
|
}
|
|
23864
|
-
function
|
|
23860
|
+
function cP({ testSelector: e = "", disableColumnReorder: t = !0, sx: r, rows: o, ...i }) {
|
|
23865
23861
|
const a = o?.length ? null : {
|
|
23866
23862
|
".MuiDataGrid-virtualScroller": {
|
|
23867
23863
|
display: "none"
|
|
@@ -23873,10 +23869,10 @@ function uP({ testSelector: e = "", disableColumnReorder: t = !0, sx: r, rows: o
|
|
|
23873
23869
|
}, ...i });
|
|
23874
23870
|
}
|
|
23875
23871
|
const fO = [{ id: 0 }, { id: 1 }, { id: 2 }];
|
|
23876
|
-
function
|
|
23872
|
+
function uP({ testSelector: e = "", emptyColumns: t }) {
|
|
23877
23873
|
return p.jsx(bu, { "data-test-ink-data-grid-empty": e, hideFooter: !0, rows: fO, columns: t });
|
|
23878
23874
|
}
|
|
23879
|
-
function
|
|
23875
|
+
function dP(e) {
|
|
23880
23876
|
return e.map((r) => ({
|
|
23881
23877
|
...r,
|
|
23882
23878
|
renderCell: () => p.jsx(Co, { variant: "rectangular", height: 30, width: "100%" })
|
|
@@ -23906,7 +23902,7 @@ function hO({ value: e, wordBreak: t = "break-word", textAlign: r = "left", sx:
|
|
|
23906
23902
|
// Preserve line breaks and wrap text
|
|
23907
23903
|
}, children: i }) });
|
|
23908
23904
|
}
|
|
23909
|
-
function
|
|
23905
|
+
function pP(e, t, r = {}) {
|
|
23910
23906
|
const { wordBreak: o, textAlign: i, sx: a, ...s } = r;
|
|
23911
23907
|
return {
|
|
23912
23908
|
field: e,
|
|
@@ -23916,14 +23912,14 @@ function fP(e, t, r = {}) {
|
|
|
23916
23912
|
};
|
|
23917
23913
|
}
|
|
23918
23914
|
const mO = ({ action: e, onClose: t }) => p.jsxs(De, { direction: "row", spacing: 1, children: [e && p.jsx(Rt, { "data-test-ink-highlight-alert-action": !0, onClick: e.callback, variant: "contained", color: "inherit", size: "medium", sx: { color: "text.primary" }, children: e.label }), t && p.jsx(zr, { onClick: t, sx: { color: "neutral00" }, "data-test-ink-highlight-alert-close": !0, children: p.jsx(Nd, {}) })] });
|
|
23919
|
-
function
|
|
23920
|
-
return p.jsx(
|
|
23915
|
+
function fP({ testSelector: e = "ink-highlight-alert", onClose: t, action: r, alertProps: o, message: i }) {
|
|
23916
|
+
return p.jsx(hu, { "data-test-ink-highlight-alert": e, variant: "highlight", icon: !1, onClose: t && !r ? t : void 0, action: (r || t) && p.jsx(mO, { onClose: t, action: r ?? void 0 }), ...o, sx: {
|
|
23921
23917
|
px: 3,
|
|
23922
23918
|
py: 1,
|
|
23923
23919
|
...o?.sx
|
|
23924
|
-
}, children: p.jsx(
|
|
23920
|
+
}, children: p.jsx(Ct, { "data-test-ink-snackbar-message": !0, variant: "h6", children: i }) });
|
|
23925
23921
|
}
|
|
23926
|
-
function
|
|
23922
|
+
function hP({ title: e, message: t, alertProps: r, testSelector: o = "ink-alert" }) {
|
|
23927
23923
|
const i = !!e, a = !!t, s = i && a;
|
|
23928
23924
|
return p.jsxs(Fs, { "data-test-ink-alert": o, ...r, sx: {
|
|
23929
23925
|
// When only title or only message (not both), ensure proper vertical alignment
|
|
@@ -24035,9 +24031,9 @@ const Nt = {
|
|
|
24035
24031
|
deepPurple1000: "#16073E"
|
|
24036
24032
|
}, F = {
|
|
24037
24033
|
text: {
|
|
24038
|
-
primary:
|
|
24039
|
-
secondary:
|
|
24040
|
-
disabled:
|
|
24034
|
+
primary: Tt[900],
|
|
24035
|
+
secondary: Tt[700],
|
|
24036
|
+
disabled: Tt[500]
|
|
24041
24037
|
},
|
|
24042
24038
|
focusVisible: Oe(Ot[700], 0.3),
|
|
24043
24039
|
blue50: Ot[50],
|
|
@@ -24097,16 +24093,16 @@ const Nt = {
|
|
|
24097
24093
|
lightGreen800: yn[800],
|
|
24098
24094
|
lightGreen900: yn[900],
|
|
24099
24095
|
neutral00: Ce.neutral00,
|
|
24100
|
-
neutral50:
|
|
24101
|
-
neutral100:
|
|
24102
|
-
neutral200:
|
|
24103
|
-
neutral300:
|
|
24104
|
-
neutral400:
|
|
24105
|
-
neutral500:
|
|
24106
|
-
neutral600:
|
|
24107
|
-
neutral700:
|
|
24108
|
-
neutral800:
|
|
24109
|
-
neutral900:
|
|
24096
|
+
neutral50: Tt[50],
|
|
24097
|
+
neutral100: Tt[100],
|
|
24098
|
+
neutral200: Tt[200],
|
|
24099
|
+
neutral300: Tt[300],
|
|
24100
|
+
neutral400: Tt[400],
|
|
24101
|
+
neutral500: Tt[500],
|
|
24102
|
+
neutral600: Tt[600],
|
|
24103
|
+
neutral700: Tt[700],
|
|
24104
|
+
neutral800: Tt[800],
|
|
24105
|
+
neutral900: Tt[900],
|
|
24110
24106
|
neutral1000: Ce.neutral1000,
|
|
24111
24107
|
neutralA100: Ce.neutralA100,
|
|
24112
24108
|
neutralA200: Ce.neutralA200,
|
|
@@ -24263,12 +24259,12 @@ const Nt = {
|
|
|
24263
24259
|
contrastText: Ce.neutral00
|
|
24264
24260
|
},
|
|
24265
24261
|
action: {
|
|
24266
|
-
active:
|
|
24267
|
-
hover: Oe(
|
|
24268
|
-
selected: Oe(
|
|
24269
|
-
focus: Oe(
|
|
24270
|
-
disabledBackground:
|
|
24271
|
-
disabled:
|
|
24262
|
+
active: Tt[700],
|
|
24263
|
+
hover: Oe(Tt[700], 0.04),
|
|
24264
|
+
selected: Oe(Tt[700], 0.08),
|
|
24265
|
+
focus: Oe(Tt[700], 0.12),
|
|
24266
|
+
disabledBackground: Tt[200],
|
|
24267
|
+
disabled: Tt[500]
|
|
24272
24268
|
}
|
|
24273
24269
|
}, st = Rb({
|
|
24274
24270
|
createStyledComponent: J("div", {
|
|
@@ -24387,7 +24383,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
24387
24383
|
wrap: t("container")
|
|
24388
24384
|
};
|
|
24389
24385
|
}
|
|
24390
|
-
function
|
|
24386
|
+
function mP({ Header: e, children: t, sx: r, itemProps: o, ...i }) {
|
|
24391
24387
|
return p.jsxs(st, { container: !0, children: [e, p.jsx(st, { container: !0, sx: {
|
|
24392
24388
|
justifyContent: "center",
|
|
24393
24389
|
alignContent: "flex-start",
|
|
@@ -24399,8 +24395,8 @@ function gP({ Header: e, children: t, sx: r, itemProps: o, ...i }) {
|
|
|
24399
24395
|
...r
|
|
24400
24396
|
}, "data-test-layout-details": "content-slot", size: 12, ...i, children: p.jsx(st, { size: 10, ...o, children: t }) })] });
|
|
24401
24397
|
}
|
|
24402
|
-
function
|
|
24403
|
-
return p.jsxs(st, { container: !0, children: [e, p.jsx(st, { container: !0, sx: {
|
|
24398
|
+
function gP({ Header: e, children: t, sx: r, ...o }) {
|
|
24399
|
+
return p.jsxs(st, { container: !0, children: [e, p.jsx(st, { container: !0, direction: "column", sx: {
|
|
24404
24400
|
justifyContent: "center",
|
|
24405
24401
|
alignContent: "flex-start",
|
|
24406
24402
|
alignItems: "center",
|
|
@@ -24410,7 +24406,7 @@ function bP({ Header: e, children: t, sx: r, ...o }) {
|
|
|
24410
24406
|
...r
|
|
24411
24407
|
}, size: 12, ...o, children: t })] });
|
|
24412
24408
|
}
|
|
24413
|
-
function
|
|
24409
|
+
function bP({ Header: e, children: t, sx: r, itemProps: o, ...i }) {
|
|
24414
24410
|
return p.jsxs(st, { container: !0, children: [e, p.jsx(st, { container: !0, sx: {
|
|
24415
24411
|
justifyContent: "center",
|
|
24416
24412
|
alignContent: "flex-start",
|
|
@@ -24426,19 +24422,19 @@ function gO({ children: e, itemProps: t, containerProps: r }) {
|
|
|
24426
24422
|
const o = { xs: 12, lg: 10 };
|
|
24427
24423
|
return p.jsx(mo, { container: !0, justifyContent: "center", "data-cy": "full-content-layout-container", ...r, children: p.jsx(mo, { container: !0, justifyContent: "center", direction: "column", "data-cy": "full-content-layout-content", size: t?.size || o, ...t, children: e }) });
|
|
24428
24424
|
}
|
|
24429
|
-
function
|
|
24425
|
+
function yP({ children: e, itemProps: t, containerProps: r }) {
|
|
24430
24426
|
return p.jsx(st, { container: !0, justifyContent: "center", "data-cy": "eight-column-layout-container", ...r, children: p.jsx(st, { container: !0, justifyContent: "center", direction: "column", "data-cy": "eight-column-layout-content", size: {
|
|
24431
24427
|
xs: 12,
|
|
24432
24428
|
lg: 8
|
|
24433
24429
|
}, ...t, children: e }) });
|
|
24434
24430
|
}
|
|
24435
|
-
function
|
|
24431
|
+
function vP({ children: e, itemProps: t, containerProps: r }) {
|
|
24436
24432
|
return p.jsx(st, { container: !0, justifyContent: "center", "data-cy": "ten-column-layout-container", ...r, children: p.jsx(st, { "data-cy": "ten-column-layout-content", size: {
|
|
24437
24433
|
xs: 12,
|
|
24438
24434
|
lg: 10
|
|
24439
24435
|
}, ...t, children: e }) });
|
|
24440
24436
|
}
|
|
24441
|
-
function
|
|
24437
|
+
function xP({ children: e, containerProps: t, itemProps: r }) {
|
|
24442
24438
|
return p.jsx(gO, { containerProps: t, itemProps: {
|
|
24443
24439
|
...r,
|
|
24444
24440
|
size: 12
|
|
@@ -24448,7 +24444,7 @@ function bO({ containerProps: e, leftContent: t, rightContent: r, leftProps: o,
|
|
|
24448
24444
|
const a = { xs: 12, lg: 6 };
|
|
24449
24445
|
return p.jsxs(mo, { container: !0, justifyContent: "center", spacing: 2, "data-cy": "split-content-layout-container", ...e, children: [p.jsx(mo, { "data-cy": "left-content", size: o?.size || a, ...o, children: t }), p.jsx(mo, { "data-cy": "right-content", size: i?.size || a, ...i, children: r })] });
|
|
24450
24446
|
}
|
|
24451
|
-
function
|
|
24447
|
+
function TP({ leftContent: e, rightContent: t, containerProps: r, leftProps: o, rightProps: i }) {
|
|
24452
24448
|
return p.jsxs(st, { container: !0, justifyContent: "center", spacing: 2, "data-cy": "five-three-layout-grid", ...r, children: [p.jsx(st, { "data-cy": "five-three-left-grid", size: {
|
|
24453
24449
|
xs: 12,
|
|
24454
24450
|
lg: 5
|
|
@@ -24457,7 +24453,7 @@ function CP({ leftContent: e, rightContent: t, containerProps: r, leftProps: o,
|
|
|
24457
24453
|
lg: 3
|
|
24458
24454
|
}, ...i, children: t })] });
|
|
24459
24455
|
}
|
|
24460
|
-
function
|
|
24456
|
+
function CP({ leftContent: e, rightContent: t, containerProps: r, leftProps: o, rightProps: i }) {
|
|
24461
24457
|
return p.jsxs(st, { container: !0, justifyContent: "center", spacing: 2, "data-cy": "seven-three-layout-grid", ...r, children: [p.jsx(st, { "data-cy": "seven-three-left-grid", size: {
|
|
24462
24458
|
xs: 12,
|
|
24463
24459
|
lg: 7
|
|
@@ -24466,7 +24462,7 @@ function wP({ leftContent: e, rightContent: t, containerProps: r, leftProps: o,
|
|
|
24466
24462
|
lg: 3
|
|
24467
24463
|
}, ...i, children: t })] });
|
|
24468
24464
|
}
|
|
24469
|
-
function
|
|
24465
|
+
function wP({ leftContent: e, rightContent: t, containerProps: r, leftProps: o, rightProps: i }) {
|
|
24470
24466
|
return p.jsx(bO, { containerProps: r, leftContent: e, rightContent: t, leftProps: {
|
|
24471
24467
|
...o,
|
|
24472
24468
|
size: { xs: 12, lg: 4 }
|
|
@@ -24475,7 +24471,7 @@ function SP({ leftContent: e, rightContent: t, containerProps: r, leftProps: o,
|
|
|
24475
24471
|
size: { xs: 12, lg: 8 }
|
|
24476
24472
|
} });
|
|
24477
24473
|
}
|
|
24478
|
-
function
|
|
24474
|
+
function SP({ children: e, panelContent: t, wrapperProps: r, panelProps: o, containerProps: i, itemProps: a }) {
|
|
24479
24475
|
return p.jsxs(Xe, { display: "flex", width: "100%", minHeight: "100vh", sx: { backgroundColor: (s) => s.palette.neutral100 }, "data-cy": "panel-paper-layout-wrapper", ...r, children: [p.jsx(Xe, { flexShrink: 0, width: { xs: "100%", lg: 320 }, height: "100vh", overflow: "auto", bgcolor: "white", p: 3, "data-cy": "panel-paper-layout", ...o, children: t }), p.jsx(Xe, { flexGrow: 1, overflow: "auto", height: "100vh", children: p.jsx(st, { container: !0, justifyContent: "center", "data-cy": "panel-paper-layout-container", ...i, children: p.jsx(st, { "data-cy": "panel-paper-layout-content", size: {
|
|
24480
24476
|
xs: 12,
|
|
24481
24477
|
lg: 8
|
|
@@ -25116,11 +25112,11 @@ var ir = {
|
|
|
25116
25112
|
return null;
|
|
25117
25113
|
}, YO = xO(LO, BO, Rp)(qO), us = GO(YO);
|
|
25118
25114
|
us.renderStatic = us.rewind;
|
|
25119
|
-
const
|
|
25115
|
+
const OP = ({ title: e, addTitleSuffix: t = !0, description: r, children: o }) => {
|
|
25120
25116
|
const i = e + (t ? " | Movable Ink" : "");
|
|
25121
25117
|
return p.jsxs(p.Fragment, { children: [p.jsxs(us, { children: [!!e && p.jsx("title", { children: i }), !!r && p.jsx("meta", { name: "description", content: r })] }), o] });
|
|
25122
|
-
},
|
|
25123
|
-
function
|
|
25118
|
+
}, EP = ({ skeletonRows: e, skeletonColumns: t }) => p.jsx(p.Fragment, { children: Array.from({ length: e }).map((r, o) => p.jsx(st, { container: !0, spacing: 2, sx: { mb: 2 }, children: Array.from({ length: t }).map((i, a) => p.jsxs(st, { size: "grow", children: [p.jsx(Co, { variant: "text", width: 100, height: 20 }), p.jsx(Co, { variant: "rectangular", height: 40, sx: { borderRadius: 1 }, "data-test": "loading-skeleton" })] }, a)) }, o)) });
|
|
25119
|
+
function PP() {
|
|
25124
25120
|
const [e, t] = It(null);
|
|
25125
25121
|
return [e, async (o) => {
|
|
25126
25122
|
if (!navigator?.clipboard)
|
|
@@ -25190,7 +25186,7 @@ class KO {
|
|
|
25190
25186
|
this.title.should("have.text", t);
|
|
25191
25187
|
}
|
|
25192
25188
|
}
|
|
25193
|
-
const
|
|
25189
|
+
const RP = new KO();
|
|
25194
25190
|
class kp {
|
|
25195
25191
|
baseAttribute = "data-test-select";
|
|
25196
25192
|
name;
|
|
@@ -25273,7 +25269,7 @@ class XO {
|
|
|
25273
25269
|
return cy.get(`[data-test-ink-snackbar-alert=${t}]`);
|
|
25274
25270
|
}
|
|
25275
25271
|
}
|
|
25276
|
-
const
|
|
25272
|
+
const kP = new XO();
|
|
25277
25273
|
class jp {
|
|
25278
25274
|
baseAttribute = "data-test-ink-text-field";
|
|
25279
25275
|
helperTextSelector = ".MuiFormHelperText-root";
|
|
@@ -25519,7 +25515,7 @@ class eE {
|
|
|
25519
25515
|
return this.dropDownTrigger.click();
|
|
25520
25516
|
}
|
|
25521
25517
|
}
|
|
25522
|
-
const
|
|
25518
|
+
const jP = new JO();
|
|
25523
25519
|
class tE {
|
|
25524
25520
|
get label() {
|
|
25525
25521
|
return cy.get("[data-test-ink-workflow-header-label]");
|
|
@@ -25540,7 +25536,7 @@ class tE {
|
|
|
25540
25536
|
return cy.get("[data-test-ink-workflow-header-close-action]");
|
|
25541
25537
|
}
|
|
25542
25538
|
}
|
|
25543
|
-
const
|
|
25539
|
+
const IP = new tE();
|
|
25544
25540
|
class Mp {
|
|
25545
25541
|
baseSelector = "data-test-ink-image";
|
|
25546
25542
|
name;
|
|
@@ -25575,7 +25571,7 @@ class nE {
|
|
|
25575
25571
|
return this.element.find('[data-cy="full-content-layout-content"]');
|
|
25576
25572
|
}
|
|
25577
25573
|
}
|
|
25578
|
-
const
|
|
25574
|
+
const $P = new nE();
|
|
25579
25575
|
class rE {
|
|
25580
25576
|
baseSelector = 'data-cy="split-content-layout-container"';
|
|
25581
25577
|
get element() {
|
|
@@ -25588,7 +25584,7 @@ class rE {
|
|
|
25588
25584
|
return this.element.find('[data-cy="right-content"]');
|
|
25589
25585
|
}
|
|
25590
25586
|
}
|
|
25591
|
-
const
|
|
25587
|
+
const AP = new rE(), oE = ft(/* @__PURE__ */ p.jsx("path", {
|
|
25592
25588
|
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"
|
|
25593
25589
|
}), "CheckCircleOutlined"), iE = ft(/* @__PURE__ */ p.jsx("path", {
|
|
25594
25590
|
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"
|
|
@@ -25887,7 +25883,7 @@ const Lp = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
25887
25883
|
// eslint-disable-next-line react/prop-types
|
|
25888
25884
|
TransitionComponent: S = mn,
|
|
25889
25885
|
...P
|
|
25890
|
-
} = t, I = C.useRef(null), L =
|
|
25886
|
+
} = t, I = C.useRef(null), L = bt(fr(c), I, r), M = (K) => (B) => {
|
|
25891
25887
|
K && (B === void 0 ? K(I.current) : K(I.current, B));
|
|
25892
25888
|
}, y = M((K, B) => {
|
|
25893
25889
|
si(d, K, u), Bs(K), g && g(K, B);
|
|
@@ -26691,7 +26687,7 @@ const fE = {
|
|
|
26691
26687
|
})
|
|
26692
26688
|
}
|
|
26693
26689
|
}
|
|
26694
|
-
},
|
|
26690
|
+
}, MP = Is({
|
|
26695
26691
|
typography: {
|
|
26696
26692
|
fontFamily: ["Inter", "sans-serif"].join(",")
|
|
26697
26693
|
},
|
|
@@ -26880,86 +26876,85 @@ const fE = {
|
|
|
26880
26876
|
palette: F
|
|
26881
26877
|
});
|
|
26882
26878
|
export {
|
|
26883
|
-
|
|
26884
|
-
|
|
26885
|
-
|
|
26886
|
-
|
|
26887
|
-
|
|
26888
|
-
SP as FourEightSplitContentLayout,
|
|
26879
|
+
mP as DetailsLayout,
|
|
26880
|
+
yP as EightColumnFullContentLayout,
|
|
26881
|
+
TP as FiveThreeSplitContentLayout,
|
|
26882
|
+
EP as FormSkeletonGrid,
|
|
26883
|
+
wP as FourEightSplitContentLayout,
|
|
26889
26884
|
gO as FullContentLayout,
|
|
26890
|
-
|
|
26891
|
-
|
|
26885
|
+
$P as FullContentLayoutPageObject,
|
|
26886
|
+
DE as HeaderMetadata,
|
|
26892
26887
|
B0 as HeaderSubtitle,
|
|
26893
|
-
|
|
26894
|
-
|
|
26895
|
-
|
|
26896
|
-
|
|
26897
|
-
|
|
26898
|
-
|
|
26888
|
+
gP as IndexLayout,
|
|
26889
|
+
hP as InkAlert,
|
|
26890
|
+
YE as InkAttributeList,
|
|
26891
|
+
ME as InkAutocomplete,
|
|
26892
|
+
sP as InkCard,
|
|
26893
|
+
aP as InkChart,
|
|
26899
26894
|
Px as InkCheckboxGroup,
|
|
26900
26895
|
j0 as InkChip,
|
|
26901
|
-
|
|
26902
|
-
|
|
26903
|
-
|
|
26904
|
-
|
|
26896
|
+
NE as InkChipGroup,
|
|
26897
|
+
JE as InkComponentTile,
|
|
26898
|
+
cP as InkDataGrid,
|
|
26899
|
+
uP as InkDataGridEmpty,
|
|
26905
26900
|
hO as InkDataGridTextWrapCell,
|
|
26906
|
-
|
|
26901
|
+
LE as InkDialog,
|
|
26907
26902
|
KO as InkDialogPageObject,
|
|
26908
|
-
|
|
26909
|
-
|
|
26910
|
-
|
|
26911
|
-
|
|
26912
|
-
|
|
26913
|
-
|
|
26914
|
-
|
|
26915
|
-
|
|
26916
|
-
|
|
26917
|
-
|
|
26903
|
+
XE as InkDrawer,
|
|
26904
|
+
qE as InkEmptyState,
|
|
26905
|
+
eP as InkFormCheckboxGroup,
|
|
26906
|
+
tP as InkFormRadioGroup,
|
|
26907
|
+
oP as InkFormSelect,
|
|
26908
|
+
nP as InkFormSwitch,
|
|
26909
|
+
rP as InkFormTextField,
|
|
26910
|
+
lP as InkGridToolBar,
|
|
26911
|
+
fP as InkHighlightAlert,
|
|
26912
|
+
KE as InkImage,
|
|
26918
26913
|
Mp as InkImagePageObject,
|
|
26919
|
-
|
|
26914
|
+
BE as InkPageHeader,
|
|
26920
26915
|
JO as InkPageHeaderPageObject,
|
|
26921
|
-
|
|
26922
|
-
|
|
26916
|
+
WE as InkPaper,
|
|
26917
|
+
_E as InkPersistentFilterDrawer,
|
|
26923
26918
|
Vx as InkRadioGroup,
|
|
26924
|
-
|
|
26919
|
+
UE as InkRadioTiles,
|
|
26925
26920
|
sC as InkSelect,
|
|
26926
26921
|
Yv as InkSnackbarAlert,
|
|
26927
26922
|
no as InkSnackbarContent,
|
|
26928
|
-
|
|
26923
|
+
ZE as InkSnackbarProvider,
|
|
26929
26924
|
Kx as InkSwitch,
|
|
26930
26925
|
Ap as InkSwitchPageObject,
|
|
26931
26926
|
rC as InkTextField,
|
|
26932
26927
|
jp as InkTextFieldPageObject,
|
|
26933
26928
|
uc as InkToggleIcon,
|
|
26934
|
-
|
|
26929
|
+
GE as InkToggleIconGroup,
|
|
26935
26930
|
cc as InkToggleText,
|
|
26936
|
-
|
|
26937
|
-
|
|
26931
|
+
HE as InkToggleTextGroup,
|
|
26932
|
+
VE as InkWorkflowHeader,
|
|
26938
26933
|
tE as InkWorkflowHeaderPageObject,
|
|
26939
|
-
|
|
26934
|
+
iP as InternalUseOnlyAlert,
|
|
26940
26935
|
Ed as InternalUseOnlyLabel,
|
|
26941
|
-
|
|
26936
|
+
FE as LinkBreadcrumbs,
|
|
26942
26937
|
ZO as LinkBreadcrumbsPageObject,
|
|
26943
|
-
|
|
26944
|
-
|
|
26945
|
-
|
|
26946
|
-
|
|
26947
|
-
|
|
26948
|
-
|
|
26938
|
+
MP as MovableUITheme,
|
|
26939
|
+
zE as PageHeaderActionButtons,
|
|
26940
|
+
OP as PageWrapper,
|
|
26941
|
+
SP as PanelWithPaperContentLayout,
|
|
26942
|
+
CP as SevenThreeSplitContentLayout,
|
|
26943
|
+
QE as SnackbarActionButton,
|
|
26949
26944
|
bO as SplitContentLayout,
|
|
26950
|
-
|
|
26951
|
-
|
|
26952
|
-
|
|
26953
|
-
|
|
26954
|
-
|
|
26955
|
-
|
|
26945
|
+
AP as SplitContentLayoutPageObject,
|
|
26946
|
+
vP as TenColumnFullContentLayout,
|
|
26947
|
+
xP as TwelveColumnFullContentLayout,
|
|
26948
|
+
bP as WorkflowLayout,
|
|
26949
|
+
dP as createEmptyColumns,
|
|
26950
|
+
pP as createTextWrapColumn,
|
|
26956
26951
|
Ip as inkCheckboxGroup,
|
|
26957
|
-
|
|
26958
|
-
|
|
26952
|
+
RP as inkDialog,
|
|
26953
|
+
jP as inkPageHeader,
|
|
26959
26954
|
$p as inkRadioGroup,
|
|
26960
26955
|
kp as inkSelect,
|
|
26961
|
-
|
|
26962
|
-
|
|
26963
|
-
|
|
26956
|
+
kP as inkSnackbarAlert,
|
|
26957
|
+
IP as inkWorkflowHeader,
|
|
26958
|
+
PP as useCopyToClipboard
|
|
26964
26959
|
};
|
|
26965
26960
|
//# sourceMappingURL=index.mjs.map
|