@movable/ui 3.20.1 → 3.20.3
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 +4 -0
- package/lib/components/Dialog/InkDialog.d.ts +1 -1
- package/lib/components/InkSelect/InkFormSelect.d.ts +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.mjs +269 -262
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -123,14 +123,14 @@ function Vf() {
|
|
|
123
123
|
}
|
|
124
124
|
return null;
|
|
125
125
|
}
|
|
126
|
-
var W = Object.assign, D = 0, N, q, K,
|
|
126
|
+
var W = Object.assign, D = 0, N, q, K, F, $, U, ie;
|
|
127
127
|
function re() {
|
|
128
128
|
}
|
|
129
129
|
re.__reactDisabledLog = !0;
|
|
130
130
|
function Z() {
|
|
131
131
|
{
|
|
132
132
|
if (D === 0) {
|
|
133
|
-
N = console.log, q = console.info, K = console.warn,
|
|
133
|
+
N = console.log, q = console.info, K = console.warn, F = console.error, $ = console.group, U = console.groupCollapsed, ie = console.groupEnd;
|
|
134
134
|
var E = {
|
|
135
135
|
configurable: !0,
|
|
136
136
|
enumerable: !0,
|
|
@@ -169,7 +169,7 @@ function Vf() {
|
|
|
169
169
|
value: K
|
|
170
170
|
}),
|
|
171
171
|
error: W({}, E, {
|
|
172
|
-
value:
|
|
172
|
+
value: F
|
|
173
173
|
}),
|
|
174
174
|
group: W({}, E, {
|
|
175
175
|
value: $
|
|
@@ -734,7 +734,7 @@ function Hf() {
|
|
|
734
734
|
}
|
|
735
735
|
}
|
|
736
736
|
var S = c, P = u, I = l, L = s, M = t, y = d, R = o, j = b, A = g, W = r, D = a, N = i, q = h, K = !1;
|
|
737
|
-
function
|
|
737
|
+
function F(z) {
|
|
738
738
|
return K || (K = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), $(z) || x(z) === c;
|
|
739
739
|
}
|
|
740
740
|
function $(z) {
|
|
@@ -773,7 +773,7 @@ function Hf() {
|
|
|
773
773
|
function ce(z) {
|
|
774
774
|
return x(z) === h;
|
|
775
775
|
}
|
|
776
|
-
Ge.AsyncMode = S, Ge.ConcurrentMode = P, Ge.ContextConsumer = I, Ge.ContextProvider = L, Ge.Element = M, Ge.ForwardRef = y, Ge.Fragment = R, Ge.Lazy = j, Ge.Memo = A, Ge.Portal = W, Ge.Profiler = D, Ge.StrictMode = N, Ge.Suspense = q, Ge.isAsyncMode =
|
|
776
|
+
Ge.AsyncMode = S, Ge.ConcurrentMode = P, Ge.ContextConsumer = I, Ge.ContextProvider = L, Ge.Element = M, Ge.ForwardRef = y, Ge.Fragment = R, Ge.Lazy = j, Ge.Memo = A, Ge.Portal = W, Ge.Profiler = D, Ge.StrictMode = N, Ge.Suspense = q, Ge.isAsyncMode = F, Ge.isConcurrentMode = $, Ge.isContextConsumer = U, Ge.isContextProvider = ie, Ge.isElement = re, Ge.isForwardRef = Z, Ge.isFragment = Y, Ge.isLazy = ne, Ge.isMemo = ae, Ge.isPortal = Q, Ge.isProfiler = oe, Ge.isStrictMode = te, Ge.isSuspense = ce, Ge.isValidElementType = v, Ge.typeOf = x;
|
|
777
777
|
})()), Ge;
|
|
778
778
|
}
|
|
779
779
|
var il;
|
|
@@ -1021,7 +1021,7 @@ function qf() {
|
|
|
1021
1021
|
function P($) {
|
|
1022
1022
|
function U(ie, re, Z, Y, ne) {
|
|
1023
1023
|
if (!(ie[re] instanceof $)) {
|
|
1024
|
-
var ae = $.name || m, Q =
|
|
1024
|
+
var ae = $.name || m, Q = F(ie[re]);
|
|
1025
1025
|
return new f("Invalid " + Y + " `" + ne + "` of type " + ("`" + Q + "` supplied to `" + Z + "`, expected ") + ("instance of `" + ae + "`."));
|
|
1026
1026
|
}
|
|
1027
1027
|
return null;
|
|
@@ -1201,7 +1201,7 @@ Valid keys: ` + JSON.stringify(Object.keys($), null, " ")
|
|
|
1201
1201
|
return U;
|
|
1202
1202
|
}
|
|
1203
1203
|
}
|
|
1204
|
-
function
|
|
1204
|
+
function F($) {
|
|
1205
1205
|
return !$.constructor || !$.constructor.name ? m : $.constructor.name;
|
|
1206
1206
|
}
|
|
1207
1207
|
return g.checkPropTypes = i, g.resetWarningCache = i.resetWarningCache, g.PropTypes = g, g;
|
|
@@ -2119,7 +2119,7 @@ function Sh(e) {
|
|
|
2119
2119
|
onInputChange: N,
|
|
2120
2120
|
onOpen: q,
|
|
2121
2121
|
open: K,
|
|
2122
|
-
openOnFocus:
|
|
2122
|
+
openOnFocus: F = !1,
|
|
2123
2123
|
options: $,
|
|
2124
2124
|
readOnly: U = !1,
|
|
2125
2125
|
selectOnFocus: ie = !e.freeSolo,
|
|
@@ -2447,7 +2447,7 @@ function Sh(e) {
|
|
|
2447
2447
|
break;
|
|
2448
2448
|
}
|
|
2449
2449
|
}, Gr = (_) => {
|
|
2450
|
-
ue(!0),
|
|
2450
|
+
ue(!0), F && !ne.current && xt(_);
|
|
2451
2451
|
}, Pn = (_) => {
|
|
2452
2452
|
if (t(oe)) {
|
|
2453
2453
|
Q.current.focus();
|
|
@@ -3148,14 +3148,14 @@ function cm(e) {
|
|
|
3148
3148
|
padding: u
|
|
3149
3149
|
}), q = W ? A ? sn : Ht : A ? an : Ut;
|
|
3150
3150
|
S[D] > P[D] && (q = li(q));
|
|
3151
|
-
var K = li(q),
|
|
3152
|
-
if (a &&
|
|
3151
|
+
var K = li(q), F = [];
|
|
3152
|
+
if (a && F.push(N[j] <= 0), l && F.push(N[q] <= 0, N[K] <= 0), F.every(function(Z) {
|
|
3153
3153
|
return Z;
|
|
3154
3154
|
})) {
|
|
3155
3155
|
M = R, L = !1;
|
|
3156
3156
|
break;
|
|
3157
3157
|
}
|
|
3158
|
-
I.set(R,
|
|
3158
|
+
I.set(R, F);
|
|
3159
3159
|
}
|
|
3160
3160
|
if (L)
|
|
3161
3161
|
for (var $ = b ? 3 : 1, U = function(Y) {
|
|
@@ -3287,10 +3287,10 @@ function vm(e) {
|
|
|
3287
3287
|
};
|
|
3288
3288
|
if (P) {
|
|
3289
3289
|
if (a) {
|
|
3290
|
-
var A, W = x === "y" ? Ut : Ht, D = x === "y" ? an : sn, N = x === "y" ? "height" : "width", q = P[x], K = q + T[W],
|
|
3290
|
+
var A, W = x === "y" ? Ut : Ht, D = x === "y" ? an : sn, N = x === "y" ? "height" : "width", q = P[x], K = q + T[W], F = q - T[D], $ = g ? -L[N] / 2 : 0, U = O === $r ? I[N] : L[N], ie = O === $r ? -L[N] : -I[N], re = t.elements.arrow, Z = g && re ? ws(re) : {
|
|
3291
3291
|
width: 0,
|
|
3292
3292
|
height: 0
|
|
3293
|
-
}, Y = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : zu(), ne = Y[W], ae = Y[D], Q = go(0, I[N], Z[N]), oe = v ? I[N] / 2 - $ - Q - ne - y.mainAxis : U - Q - ne - y.mainAxis, te = v ? -I[N] / 2 + $ + Q + ae + y.mainAxis : ie + Q + ae + y.mainAxis, ce = t.elements.arrow && Do(t.elements.arrow), z = ce ? x === "y" ? ce.clientTop || 0 : ce.clientLeft || 0 : 0, Se = (A = R?.[x]) != null ? A : 0, me = q + oe - Se - z, ge = q + te - Se, ze = go(g ? pi(K, me) : K, q, g ? or(
|
|
3293
|
+
}, Y = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : zu(), ne = Y[W], ae = Y[D], Q = go(0, I[N], Z[N]), oe = v ? I[N] / 2 - $ - Q - ne - y.mainAxis : U - Q - ne - y.mainAxis, te = v ? -I[N] / 2 + $ + Q + ae + y.mainAxis : ie + Q + ae + y.mainAxis, ce = t.elements.arrow && Do(t.elements.arrow), z = ce ? x === "y" ? ce.clientTop || 0 : ce.clientLeft || 0 : 0, Se = (A = R?.[x]) != null ? A : 0, me = q + oe - Se - z, ge = q + te - Se, ze = go(g ? pi(K, me) : K, q, g ? or(F, ge) : F);
|
|
3294
3294
|
P[x] = ze, j[x] = ze - q;
|
|
3295
3295
|
}
|
|
3296
3296
|
if (l) {
|
|
@@ -5675,7 +5675,7 @@ function Rb(e = {}) {
|
|
|
5675
5675
|
columnSpacing: y = L,
|
|
5676
5676
|
unstable_level: R = 0,
|
|
5677
5677
|
...j
|
|
5678
|
-
} = b, A = s(P, m.breakpoints, (U) => U !== !1), W = s(I, m.breakpoints), D = d.columns ?? (R ? void 0 : w), N = d.spacing ?? (R ? void 0 : L), q = d.rowSpacing ?? d.spacing ?? (R ? void 0 : M), K = d.columnSpacing ?? d.spacing ?? (R ? void 0 : y),
|
|
5678
|
+
} = b, A = s(P, m.breakpoints, (U) => U !== !1), W = s(I, m.breakpoints), D = d.columns ?? (R ? void 0 : w), N = d.spacing ?? (R ? void 0 : L), q = d.rowSpacing ?? d.spacing ?? (R ? void 0 : M), K = d.columnSpacing ?? d.spacing ?? (R ? void 0 : y), F = {
|
|
5679
5679
|
...b,
|
|
5680
5680
|
level: R,
|
|
5681
5681
|
columns: D,
|
|
@@ -5687,11 +5687,11 @@ function Rb(e = {}) {
|
|
|
5687
5687
|
columnSpacing: K,
|
|
5688
5688
|
size: A,
|
|
5689
5689
|
offset: W
|
|
5690
|
-
}, $ = a(
|
|
5690
|
+
}, $ = a(F, m);
|
|
5691
5691
|
return /* @__PURE__ */ p.jsx(l, {
|
|
5692
5692
|
ref: h,
|
|
5693
5693
|
as: v,
|
|
5694
|
-
ownerState:
|
|
5694
|
+
ownerState: F,
|
|
5695
5695
|
className: le($.root, f),
|
|
5696
5696
|
...j,
|
|
5697
5697
|
children: C.Children.map(T, (U) => /* @__PURE__ */ C.isValidElement(U) && Or(U, ["Grid"]) && O && U.props.container ? /* @__PURE__ */ C.cloneElement(U, {
|
|
@@ -8505,19 +8505,19 @@ const Uy = Re("MuiButtonBase", ["root", "disabled", "focusVisible"]), Hy = (e) =
|
|
|
8505
8505
|
touchRippleRef: D,
|
|
8506
8506
|
type: N,
|
|
8507
8507
|
...q
|
|
8508
|
-
} = o, K = C.useRef(null),
|
|
8508
|
+
} = o, K = C.useRef(null), F = Py(), $ = bt(F.ref, D), [U, ie] = C.useState(!1);
|
|
8509
8509
|
u && U && ie(!1), C.useImperativeHandle(i, () => ({
|
|
8510
8510
|
focusVisible: () => {
|
|
8511
8511
|
ie(!0), K.current.focus();
|
|
8512
8512
|
}
|
|
8513
8513
|
}), []);
|
|
8514
|
-
const re =
|
|
8514
|
+
const re = F.shouldMount && !d && !u;
|
|
8515
8515
|
C.useEffect(() => {
|
|
8516
|
-
U && m && !d &&
|
|
8517
|
-
}, [d, m, U,
|
|
8518
|
-
const Z = kn(
|
|
8516
|
+
U && m && !d && F.pulsate();
|
|
8517
|
+
}, [d, m, U, F]);
|
|
8518
|
+
const Z = kn(F, "start", I, h), Y = kn(F, "stop", w, h), ne = kn(F, "stop", O, h), ae = kn(F, "stop", M, h), Q = kn(F, "stop", (ue) => {
|
|
8519
8519
|
U && ue.preventDefault(), L && L(ue);
|
|
8520
|
-
}, h), oe = kn(
|
|
8520
|
+
}, h), oe = kn(F, "start", j, h), te = kn(F, "stop", y, h), ce = kn(F, "stop", R, h), z = kn(F, "stop", (ue) => {
|
|
8521
8521
|
di(ue.target) || ie(!1), f && f(ue);
|
|
8522
8522
|
}, !1), Se = Jt((ue) => {
|
|
8523
8523
|
K.current || (K.current = ue.currentTarget), di(ue.target) && (ie(!0), x && x(ue)), v && v(ue);
|
|
@@ -8525,12 +8525,12 @@ const Uy = Re("MuiButtonBase", ["root", "disabled", "focusVisible"]), Hy = (e) =
|
|
|
8525
8525
|
const ue = K.current;
|
|
8526
8526
|
return c && c !== "button" && !(ue.tagName === "A" && ue.href);
|
|
8527
8527
|
}, ge = Jt((ue) => {
|
|
8528
|
-
m && !ue.repeat && U && ue.key === " " &&
|
|
8529
|
-
|
|
8528
|
+
m && !ue.repeat && U && ue.key === " " && F.stop(ue, () => {
|
|
8529
|
+
F.start(ue);
|
|
8530
8530
|
}), ue.target === ue.currentTarget && me() && ue.key === " " && ue.preventDefault(), S && S(ue), ue.target === ue.currentTarget && me() && ue.key === "Enter" && !u && (ue.preventDefault(), T && T(ue));
|
|
8531
8531
|
}), ze = Jt((ue) => {
|
|
8532
|
-
m && ue.key === " " && U && !ue.defaultPrevented &&
|
|
8533
|
-
|
|
8532
|
+
m && ue.key === " " && U && !ue.defaultPrevented && F.stop(ue, () => {
|
|
8533
|
+
F.pulsate(ue);
|
|
8534
8534
|
}), P && P(ue), T && ue.target === ue.currentTarget && me() && ue.key === " " && !ue.defaultPrevented && T(ue);
|
|
8535
8535
|
});
|
|
8536
8536
|
let se = c;
|
|
@@ -9608,12 +9608,12 @@ const bd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
9608
9608
|
skipFocusWhenDisabled: x = !1,
|
|
9609
9609
|
// TODO v6: Rename to `focusableWhenDisabled`.
|
|
9610
9610
|
...S
|
|
9611
|
-
} = o, P = C.useRef(null), I = bt(P, r), L = (
|
|
9612
|
-
|
|
9613
|
-
}, M = (
|
|
9614
|
-
|
|
9615
|
-
}, y = (
|
|
9616
|
-
|
|
9611
|
+
} = o, P = C.useRef(null), I = bt(P, r), L = (F) => {
|
|
9612
|
+
F.stopPropagation(), b && b(F);
|
|
9613
|
+
}, M = (F) => {
|
|
9614
|
+
F.currentTarget === F.target && ec(F) && F.preventDefault(), f && f(F);
|
|
9615
|
+
}, y = (F) => {
|
|
9616
|
+
F.currentTarget === F.target && b && ec(F) && b(F), T && T(F);
|
|
9617
9617
|
}, R = s !== !1 && g ? !0 : s, j = R || b ? Lr : c || "div", A = {
|
|
9618
9618
|
...o,
|
|
9619
9619
|
component: j,
|
|
@@ -10182,7 +10182,7 @@ const Gi = (e, t) => {
|
|
|
10182
10182
|
placeholder: N,
|
|
10183
10183
|
readOnly: q,
|
|
10184
10184
|
renderSuffix: K,
|
|
10185
|
-
rows:
|
|
10185
|
+
rows: F,
|
|
10186
10186
|
size: $,
|
|
10187
10187
|
slotProps: U = {},
|
|
10188
10188
|
slots: ie = {},
|
|
@@ -10238,10 +10238,10 @@ const Gi = (e, t) => {
|
|
|
10238
10238
|
oe.current && be.currentTarget === be.target && oe.current.focus(), j && j(be);
|
|
10239
10239
|
};
|
|
10240
10240
|
let lt = O, Be = v;
|
|
10241
|
-
L && lt === "input" && (
|
|
10241
|
+
L && lt === "input" && (F ? (process.env.NODE_ENV !== "production" && (I || P) && console.warn("MUI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set."), Be = {
|
|
10242
10242
|
type: void 0,
|
|
10243
|
-
minRows:
|
|
10244
|
-
maxRows:
|
|
10243
|
+
minRows: F,
|
|
10244
|
+
maxRows: F,
|
|
10245
10245
|
...Be
|
|
10246
10246
|
}) : Be = {
|
|
10247
10247
|
type: void 0,
|
|
@@ -10305,7 +10305,7 @@ const Gi = (e, t) => {
|
|
|
10305
10305
|
placeholder: N,
|
|
10306
10306
|
readOnly: q,
|
|
10307
10307
|
required: ge.required,
|
|
10308
|
-
rows:
|
|
10308
|
+
rows: F,
|
|
10309
10309
|
value: ae,
|
|
10310
10310
|
onKeyDown: W,
|
|
10311
10311
|
onKeyUp: D,
|
|
@@ -11031,7 +11031,7 @@ const y0 = (e) => {
|
|
|
11031
11031
|
isOptionEqualToValue: N,
|
|
11032
11032
|
groupBy: q,
|
|
11033
11033
|
handleHomeEndKeys: K = !o.freeSolo,
|
|
11034
|
-
id:
|
|
11034
|
+
id: F,
|
|
11035
11035
|
includeInputInList: $ = !1,
|
|
11036
11036
|
inputValue: U,
|
|
11037
11037
|
limitTags: ie = -1,
|
|
@@ -11863,25 +11863,27 @@ const Cd = (e) => {
|
|
|
11863
11863
|
children: ds.map(r.children, (o) => wd(o, t))
|
|
11864
11864
|
}) : e;
|
|
11865
11865
|
};
|
|
11866
|
-
function LE({ Title: e, Content: t, Actions: r, onClose: o, hideCloseButton: i, ActionsProp: a,
|
|
11867
|
-
|
|
11866
|
+
function LE({ Title: e, Content: t, Actions: r, onClose: o, hideCloseButton: i, ActionsProp: a, children: s, ...l }) {
|
|
11867
|
+
t !== void 0 && s !== void 0 && console.warn("InkDialog: both `Content` prop and `children` were provided. `Content` will take precedence.");
|
|
11868
|
+
const c = t ?? s;
|
|
11869
|
+
let u = r;
|
|
11868
11870
|
if (r) {
|
|
11869
|
-
const
|
|
11870
|
-
if (
|
|
11871
|
-
const
|
|
11872
|
-
|
|
11871
|
+
const h = Cd(r);
|
|
11872
|
+
if (h.length > 1) {
|
|
11873
|
+
const m = h[h.length - 1];
|
|
11874
|
+
u = Pt.Children.map(r, (g) => wd(g, m));
|
|
11873
11875
|
}
|
|
11874
11876
|
}
|
|
11875
|
-
const
|
|
11876
|
-
|
|
11877
|
+
const d = (h) => {
|
|
11878
|
+
h.stopPropagation();
|
|
11877
11879
|
};
|
|
11878
|
-
return p.jsxs(Wp, { ...
|
|
11880
|
+
return p.jsxs(Wp, { ...l, onClose: o, "data-test": "ink-dialog", onMouseMove: d, onMouseDown: d, onMouseUp: d, onClick: d, children: [!i && p.jsx(zr, { onClick: o, "data-test": "ink-dialog-close", sx: {
|
|
11879
11881
|
position: "absolute",
|
|
11880
11882
|
top: "16px",
|
|
11881
11883
|
right: "15px",
|
|
11882
11884
|
p: "4px",
|
|
11883
|
-
color: (
|
|
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 }) })] }) }),
|
|
11885
|
+
color: (h) => h.palette.grey[500]
|
|
11886
|
+
}, 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 }) })] }) }), c, u, 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 })] })] });
|
|
11885
11887
|
}
|
|
11886
11888
|
const Sd = 280, M0 = cu(Xe, { shouldForwardProp: (e) => e !== "open" })(({ theme: e, open: t }) => ({
|
|
11887
11889
|
flexGrow: 1,
|
|
@@ -13899,7 +13901,7 @@ const Sv = {
|
|
|
13899
13901
|
const {
|
|
13900
13902
|
duration: q,
|
|
13901
13903
|
delay: K,
|
|
13902
|
-
easing:
|
|
13904
|
+
easing: F
|
|
13903
13905
|
} = _r({
|
|
13904
13906
|
style: b,
|
|
13905
13907
|
timeout: f,
|
|
@@ -13914,7 +13916,7 @@ const Sv = {
|
|
|
13914
13916
|
}), x.transitions.create("transform", {
|
|
13915
13917
|
duration: Ca ? $ : $ * 0.666,
|
|
13916
13918
|
delay: K,
|
|
13917
|
-
easing:
|
|
13919
|
+
easing: F
|
|
13918
13920
|
})].join(","), c && c(D, N);
|
|
13919
13921
|
}), y = I(u), R = I(g), j = I((D) => {
|
|
13920
13922
|
const {
|
|
@@ -13928,13 +13930,13 @@ const Sv = {
|
|
|
13928
13930
|
}, {
|
|
13929
13931
|
mode: "exit"
|
|
13930
13932
|
});
|
|
13931
|
-
let
|
|
13932
|
-
f === "auto" ? (
|
|
13933
|
-
duration:
|
|
13933
|
+
let F;
|
|
13934
|
+
f === "auto" ? (F = x.transitions.getAutoHeightDuration(D.clientHeight), v.current = F) : F = N, D.style.transition = [x.transitions.create("opacity", {
|
|
13935
|
+
duration: F,
|
|
13934
13936
|
delay: q
|
|
13935
13937
|
}), x.transitions.create("transform", {
|
|
13936
|
-
duration: Ca ?
|
|
13937
|
-
delay: Ca ? q : q ||
|
|
13938
|
+
duration: Ca ? F : F * 0.666,
|
|
13939
|
+
delay: Ca ? q : q || F * 0.333,
|
|
13938
13940
|
easing: K
|
|
13939
13941
|
})].join(","), D.style.opacity = 0, D.style.transform = Za(0.75), h && h(D);
|
|
13940
13942
|
}), A = I(m), W = (D) => {
|
|
@@ -14359,7 +14361,7 @@ const kd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
14359
14361
|
...N
|
|
14360
14362
|
} = o, q = /* @__PURE__ */ C.isValidElement(a) ? a : /* @__PURE__ */ p.jsx("span", {
|
|
14361
14363
|
children: a
|
|
14362
|
-
}), K = hr(),
|
|
14364
|
+
}), K = hr(), F = xs(), [$, U] = C.useState(), [ie, re] = C.useState(null), Z = C.useRef(!1), Y = m || w, ne = wr(), ae = wr(), Q = wr(), oe = wr(), [te, ce] = Un({
|
|
14363
14365
|
controlled: I,
|
|
14364
14366
|
default: !1,
|
|
14365
14367
|
name: "Tooltip",
|
|
@@ -14457,7 +14459,7 @@ const kd = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
14457
14459
|
`));
|
|
14458
14460
|
const rt = {
|
|
14459
14461
|
...o,
|
|
14460
|
-
isRtl:
|
|
14462
|
+
isRtl: F,
|
|
14461
14463
|
arrow: i,
|
|
14462
14464
|
disableInteractive: Y,
|
|
14463
14465
|
placement: L,
|
|
@@ -16112,7 +16114,7 @@ const nx = (e) => {
|
|
|
16112
16114
|
disabled: N,
|
|
16113
16115
|
disableFocusRipple: c,
|
|
16114
16116
|
edge: u
|
|
16115
|
-
},
|
|
16117
|
+
}, F = nx(K), $ = {
|
|
16116
16118
|
slots: I,
|
|
16117
16119
|
slotProps: {
|
|
16118
16120
|
input: m,
|
|
@@ -16121,7 +16123,7 @@ const nx = (e) => {
|
|
|
16121
16123
|
}, [U, ie] = $e("root", {
|
|
16122
16124
|
ref: r,
|
|
16123
16125
|
elementType: rx,
|
|
16124
|
-
className:
|
|
16126
|
+
className: F.root,
|
|
16125
16127
|
shouldForwardComponentProp: !0,
|
|
16126
16128
|
externalForwardedProps: {
|
|
16127
16129
|
...$,
|
|
@@ -16148,7 +16150,7 @@ const nx = (e) => {
|
|
|
16148
16150
|
}), [re, Z] = $e("input", {
|
|
16149
16151
|
ref: g,
|
|
16150
16152
|
elementType: ox,
|
|
16151
|
-
className:
|
|
16153
|
+
className: F.input,
|
|
16152
16154
|
externalForwardedProps: $,
|
|
16153
16155
|
getSlotProps: (Y) => ({
|
|
16154
16156
|
onChange: (ne) => {
|
|
@@ -20456,7 +20458,7 @@ const PT = (e) => {
|
|
|
20456
20458
|
getRootProps: N,
|
|
20457
20459
|
getBackdropProps: q,
|
|
20458
20460
|
getTransitionProps: K,
|
|
20459
|
-
portalRef:
|
|
20461
|
+
portalRef: F,
|
|
20460
20462
|
isTopModal: $,
|
|
20461
20463
|
exited: U,
|
|
20462
20464
|
hasTransition: ie
|
|
@@ -20511,7 +20513,7 @@ const PT = (e) => {
|
|
|
20511
20513
|
ownerState: re
|
|
20512
20514
|
});
|
|
20513
20515
|
return !S && !y && (!ie || U) ? null : /* @__PURE__ */ p.jsx(Eo, {
|
|
20514
|
-
ref:
|
|
20516
|
+
ref: F,
|
|
20515
20517
|
container: d,
|
|
20516
20518
|
disablePortal: w,
|
|
20517
20519
|
children: /* @__PURE__ */ p.jsxs(ae, {
|
|
@@ -20877,7 +20879,7 @@ const IT = (e) => {
|
|
|
20877
20879
|
te.clear(), ce.removeEventListener("resize", te);
|
|
20878
20880
|
};
|
|
20879
20881
|
}, [a, b, N]);
|
|
20880
|
-
let
|
|
20882
|
+
let F = x;
|
|
20881
20883
|
const $ = {
|
|
20882
20884
|
slots: {
|
|
20883
20885
|
transition: v,
|
|
@@ -20906,7 +20908,7 @@ const IT = (e) => {
|
|
|
20906
20908
|
in: b
|
|
20907
20909
|
}
|
|
20908
20910
|
});
|
|
20909
|
-
x === "auto" && !U.muiSupportAuto && (
|
|
20911
|
+
x === "auto" && !U.muiSupportAuto && (F = void 0);
|
|
20910
20912
|
const re = h || (a ? Zt(ho(a)).body : void 0), [Z, {
|
|
20911
20913
|
slots: Y,
|
|
20912
20914
|
slotProps: ne,
|
|
@@ -20956,7 +20958,7 @@ const IT = (e) => {
|
|
|
20956
20958
|
},
|
|
20957
20959
|
children: /* @__PURE__ */ p.jsx(U, {
|
|
20958
20960
|
...ie,
|
|
20959
|
-
timeout:
|
|
20961
|
+
timeout: F,
|
|
20960
20962
|
children: /* @__PURE__ */ p.jsx(Q, {
|
|
20961
20963
|
...oe,
|
|
20962
20964
|
children: u
|
|
@@ -21238,17 +21240,17 @@ const MT = {
|
|
|
21238
21240
|
transitionDuration: g,
|
|
21239
21241
|
TransitionProps: f,
|
|
21240
21242
|
variant: T
|
|
21241
|
-
}, P = LT(S), I = i && !l && d, L = C.useRef(null), M = (
|
|
21242
|
-
L.current && L.current.adjustStyleForScrollbar(
|
|
21243
|
+
}, P = LT(S), I = i && !l && d, L = C.useRef(null), M = (F, $) => {
|
|
21244
|
+
L.current && L.current.adjustStyleForScrollbar(F, {
|
|
21243
21245
|
direction: x ? "rtl" : "ltr"
|
|
21244
|
-
}), b && b(
|
|
21245
|
-
}, y = (
|
|
21246
|
-
|
|
21246
|
+
}), b && b(F, $);
|
|
21247
|
+
}, y = (F) => {
|
|
21248
|
+
F.key === "Tab" && (F.preventDefault(), u && u(F, "tabKeyDown"));
|
|
21247
21249
|
};
|
|
21248
21250
|
let R = -1;
|
|
21249
|
-
C.Children.map(a, (
|
|
21250
|
-
/* @__PURE__ */ C.isValidElement(
|
|
21251
|
-
`)),
|
|
21251
|
+
C.Children.map(a, (F, $) => {
|
|
21252
|
+
/* @__PURE__ */ C.isValidElement(F) && (process.env.NODE_ENV !== "production" && ar.isFragment(F) && console.error(["MUI: The Menu component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
|
|
21253
|
+
`)), F.props.disabled || (T === "selectedMenu" && F.props.selected || R === -1) && (R = $));
|
|
21252
21254
|
});
|
|
21253
21255
|
const j = {
|
|
21254
21256
|
slots: w,
|
|
@@ -21274,10 +21276,10 @@ const MT = {
|
|
|
21274
21276
|
elementType: BT,
|
|
21275
21277
|
shouldForwardComponentProp: !0,
|
|
21276
21278
|
externalForwardedProps: j,
|
|
21277
|
-
getSlotProps: (
|
|
21278
|
-
...
|
|
21279
|
+
getSlotProps: (F) => ({
|
|
21280
|
+
...F,
|
|
21279
21281
|
onKeyDown: ($) => {
|
|
21280
|
-
y($),
|
|
21282
|
+
y($), F.onKeyDown?.($);
|
|
21281
21283
|
}
|
|
21282
21284
|
}),
|
|
21283
21285
|
ownerState: S
|
|
@@ -21304,8 +21306,8 @@ const MT = {
|
|
|
21304
21306
|
backdrop: typeof O.backdrop == "function" ? O.backdrop(S) : O.backdrop,
|
|
21305
21307
|
transition: {
|
|
21306
21308
|
...K,
|
|
21307
|
-
onEntering: (...
|
|
21308
|
-
M(...
|
|
21309
|
+
onEntering: (...F) => {
|
|
21310
|
+
M(...F), K?.onEntering?.(...F);
|
|
21309
21311
|
}
|
|
21310
21312
|
}
|
|
21311
21313
|
},
|
|
@@ -21777,7 +21779,7 @@ const YT = (e) => {
|
|
|
21777
21779
|
value: N,
|
|
21778
21780
|
variant: q = "standard",
|
|
21779
21781
|
...K
|
|
21780
|
-
} = t, [
|
|
21782
|
+
} = t, [F, $] = Un({
|
|
21781
21783
|
controlled: N,
|
|
21782
21784
|
default: d,
|
|
21783
21785
|
name: "Select"
|
|
@@ -21795,8 +21797,8 @@ const YT = (e) => {
|
|
|
21795
21797
|
Z.current.focus();
|
|
21796
21798
|
},
|
|
21797
21799
|
node: re.current,
|
|
21798
|
-
value:
|
|
21799
|
-
}), [
|
|
21800
|
+
value: F
|
|
21801
|
+
}), [F]), C.useEffect(() => {
|
|
21800
21802
|
u && U && Y && !ae && (oe(s ? null : z.clientWidth), Z.current.focus());
|
|
21801
21803
|
}, [Y, s]), C.useEffect(() => {
|
|
21802
21804
|
a && Z.current.focus();
|
|
@@ -21826,12 +21828,12 @@ const YT = (e) => {
|
|
|
21826
21828
|
let tt;
|
|
21827
21829
|
if (Te.currentTarget.hasAttribute("tabindex")) {
|
|
21828
21830
|
if (O) {
|
|
21829
|
-
tt = Array.isArray(
|
|
21830
|
-
const mt =
|
|
21831
|
+
tt = Array.isArray(F) ? F.slice() : [];
|
|
21832
|
+
const mt = F.indexOf(de.props.value);
|
|
21831
21833
|
mt === -1 ? tt.push(de.props.value) : tt.splice(mt, 1);
|
|
21832
21834
|
} else
|
|
21833
21835
|
tt = de.props.value;
|
|
21834
|
-
if (de.props.onClick && de.props.onClick(Te),
|
|
21836
|
+
if (de.props.onClick && de.props.onClick(Te), F !== tt && ($(tt), S)) {
|
|
21835
21837
|
const mt = Te.nativeEvent || Te, cn = new mt.constructor(mt.type, mt);
|
|
21836
21838
|
Object.defineProperty(cn, "target", {
|
|
21837
21839
|
writable: !0,
|
|
@@ -21856,7 +21858,7 @@ const YT = (e) => {
|
|
|
21856
21858
|
!Le && x && (Object.defineProperty(de, "target", {
|
|
21857
21859
|
writable: !0,
|
|
21858
21860
|
value: {
|
|
21859
|
-
value:
|
|
21861
|
+
value: F,
|
|
21860
21862
|
name: v
|
|
21861
21863
|
}
|
|
21862
21864
|
}), x(de));
|
|
@@ -21866,8 +21868,8 @@ const YT = (e) => {
|
|
|
21866
21868
|
const Be = [];
|
|
21867
21869
|
let vt = !1, Et = !1;
|
|
21868
21870
|
(Ti({
|
|
21869
|
-
value:
|
|
21870
|
-
}) || m) && (R ? ue = R(
|
|
21871
|
+
value: F
|
|
21872
|
+
}) || m) && (R ? ue = R(F) : vt = !0);
|
|
21871
21873
|
const ht = ze.map((de) => {
|
|
21872
21874
|
if (!/* @__PURE__ */ C.isValidElement(de))
|
|
21873
21875
|
return null;
|
|
@@ -21875,11 +21877,11 @@ const YT = (e) => {
|
|
|
21875
21877
|
`));
|
|
21876
21878
|
let Te;
|
|
21877
21879
|
if (O) {
|
|
21878
|
-
if (!Array.isArray(
|
|
21880
|
+
if (!Array.isArray(F))
|
|
21879
21881
|
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));
|
|
21880
|
-
Te =
|
|
21882
|
+
Te = F.some((tt) => kc(tt, de.props.value)), Te && vt && Be.push(de.props.children);
|
|
21881
21883
|
} else
|
|
21882
|
-
Te = kc(
|
|
21884
|
+
Te = kc(F, de.props.value), Te && vt && (lt = de.props.children);
|
|
21883
21885
|
return Te && (Et = !0), /* @__PURE__ */ C.cloneElement(de, {
|
|
21884
21886
|
"aria-selected": Te ? "true" : "false",
|
|
21885
21887
|
onClick: Ve(de),
|
|
@@ -21895,12 +21897,12 @@ const YT = (e) => {
|
|
|
21895
21897
|
});
|
|
21896
21898
|
});
|
|
21897
21899
|
process.env.NODE_ENV !== "production" && C.useEffect(() => {
|
|
21898
|
-
if (!Et && !O &&
|
|
21900
|
+
if (!Et && !O && F !== "") {
|
|
21899
21901
|
const de = ze.map((Te) => Te.props.value);
|
|
21900
|
-
console.warn([`MUI: You have provided an out-of-range value \`${
|
|
21902
|
+
console.warn([`MUI: You have provided an out-of-range value \`${F}\` 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(`
|
|
21901
21903
|
`));
|
|
21902
21904
|
}
|
|
21903
|
-
}, [Et, ze, O, v,
|
|
21905
|
+
}, [Et, ze, O, v, F]), 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);
|
|
21904
21906
|
let jt = Q;
|
|
21905
21907
|
!s && ae && Y && (jt = z.clientWidth);
|
|
21906
21908
|
let We;
|
|
@@ -21908,7 +21910,7 @@ const YT = (e) => {
|
|
|
21908
21910
|
const Ne = A.id || (v ? `mui-component-select-${v}` : void 0), be = {
|
|
21909
21911
|
...t,
|
|
21910
21912
|
variant: q,
|
|
21911
|
-
value:
|
|
21913
|
+
value: F,
|
|
21912
21914
|
open: Le,
|
|
21913
21915
|
error: g
|
|
21914
21916
|
}, wt = YT(be), rt = {
|
|
@@ -21948,7 +21950,7 @@ const YT = (e) => {
|
|
|
21948
21950
|
) : ue
|
|
21949
21951
|
}), /* @__PURE__ */ p.jsx(GT, {
|
|
21950
21952
|
"aria-invalid": g,
|
|
21951
|
-
value: Array.isArray(
|
|
21953
|
+
value: Array.isArray(F) ? F.join(",") : F,
|
|
21952
21954
|
name: v,
|
|
21953
21955
|
ref: re,
|
|
21954
21956
|
"aria-hidden": !0,
|
|
@@ -22212,7 +22214,7 @@ const KT = (e) => {
|
|
|
22212
22214
|
filled: /* @__PURE__ */ p.jsx(ZT, {
|
|
22213
22215
|
ownerState: W
|
|
22214
22216
|
})
|
|
22215
|
-
}[A],
|
|
22217
|
+
}[A], F = bt(r, fr(K));
|
|
22216
22218
|
return /* @__PURE__ */ p.jsx(C.Fragment, {
|
|
22217
22219
|
children: /* @__PURE__ */ C.cloneElement(K, {
|
|
22218
22220
|
// Most of the logic is implemented in `SelectInput`.
|
|
@@ -22250,7 +22252,7 @@ const KT = (e) => {
|
|
|
22250
22252
|
...(w && O || u) && A === "outlined" ? {
|
|
22251
22253
|
notched: !0
|
|
22252
22254
|
} : {},
|
|
22253
|
-
ref:
|
|
22255
|
+
ref: F,
|
|
22254
22256
|
className: le(K.props.className, l, D.root),
|
|
22255
22257
|
// If a custom input is provided via 'input' prop, do not allow 'variant' to be propagated to it's root element. See https://github.com/mui/material-ui/issues/33894.
|
|
22256
22258
|
...!m && {
|
|
@@ -22463,7 +22465,7 @@ const eC = {
|
|
|
22463
22465
|
SelectProps: N,
|
|
22464
22466
|
slots: q = {},
|
|
22465
22467
|
slotProps: K = {},
|
|
22466
|
-
type:
|
|
22468
|
+
type: F,
|
|
22467
22469
|
value: $,
|
|
22468
22470
|
variant: U = "outlined",
|
|
22469
22471
|
...ie
|
|
@@ -22542,7 +22544,7 @@ const eC = {
|
|
|
22542
22544
|
rows: W,
|
|
22543
22545
|
maxRows: S,
|
|
22544
22546
|
minRows: P,
|
|
22545
|
-
type:
|
|
22547
|
+
type: F,
|
|
22546
22548
|
value: $,
|
|
22547
22549
|
id: Y,
|
|
22548
22550
|
inputRef: v,
|
|
@@ -22780,12 +22782,14 @@ process.env.NODE_ENV !== "production" && (ep.propTypes = {
|
|
|
22780
22782
|
*/
|
|
22781
22783
|
variant: n.oneOf(["filled", "outlined", "standard"])
|
|
22782
22784
|
});
|
|
22783
|
-
const rC = Fr(({ name: e, minRows: t = 3, variant: r = "filled", size: o = "medium", sx: i,
|
|
22785
|
+
const rC = Fr(({ name: e, minRows: t = 3, variant: r = "filled", size: o = "medium", sx: i, InputProps: a, InputLabelProps: s, ...l }, c) => p.jsx(ep, { ref: c, name: e, "data-test-ink-text-field": e, minRows: t, variant: r, size: o, sx: { width: "100%", ...i }, InputProps: {
|
|
22784
22786
|
disableUnderline: !0,
|
|
22785
|
-
hiddenLabel: !0
|
|
22787
|
+
hiddenLabel: !0,
|
|
22788
|
+
...a
|
|
22786
22789
|
}, InputLabelProps: {
|
|
22787
|
-
shrink: !0
|
|
22788
|
-
|
|
22790
|
+
shrink: !0,
|
|
22791
|
+
...s
|
|
22792
|
+
}, ...l })), 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 }) => {
|
|
22789
22793
|
const h = (m) => {
|
|
22790
22794
|
c?.(), a?.(m);
|
|
22791
22795
|
};
|
|
@@ -22866,14 +22870,14 @@ function sC({ id: e, name: t, label: r, menuOptions: o, inputProps: i, helperTex
|
|
|
22866
22870
|
...i
|
|
22867
22871
|
}, ...h, ref: m, children: T(d, o) }), a && p.jsx(nf, { "data-test-select-helper-text": t, children: a })] });
|
|
22868
22872
|
}
|
|
22869
|
-
function oP({ control: e, name: t, rules: r, helperText: o, onChange: i, onBlur: a,
|
|
22870
|
-
return p.jsx(Lo, { name: t, control: e, rules: r,
|
|
22871
|
-
const
|
|
22872
|
-
|
|
22873
|
-
},
|
|
22874
|
-
|
|
22873
|
+
function oP({ control: e, name: t, rules: r, helperText: o, onChange: i, onBlur: a, ...s }) {
|
|
22874
|
+
return p.jsx(Lo, { name: t, control: e, rules: r, render: ({ field: { onChange: l, onBlur: c, ...u }, fieldState: { error: d } }) => {
|
|
22875
|
+
const h = (g, b) => {
|
|
22876
|
+
l?.(g), i?.(g, b);
|
|
22877
|
+
}, m = (g) => {
|
|
22878
|
+
c?.(), a?.(g);
|
|
22875
22879
|
};
|
|
22876
|
-
return p.jsx(sC, { ...
|
|
22880
|
+
return p.jsx(sC, { ...s, ...u, onChange: h, onBlur: m, error: !!d || s.error, helperText: d?.message ?? o });
|
|
22877
22881
|
} });
|
|
22878
22882
|
}
|
|
22879
22883
|
const tp = ft(/* @__PURE__ */ p.jsx("path", {
|
|
@@ -23788,7 +23792,7 @@ function uO({ value: e, onChange: t, options: r = [] }) {
|
|
|
23788
23792
|
}, s = () => {
|
|
23789
23793
|
i(null);
|
|
23790
23794
|
};
|
|
23791
|
-
return p.jsxs("div", { children: [p.jsx(Rt, { "aria-controls": "simple-menu", "aria-haspopup": "true", onClick: (l) => i(l.currentTarget), startIcon: p.jsx(xf, {}), children: "Group" }), p.jsxs(Oi, { id: "simple-menu", anchorEl: o, open: !!o, onClose: s, children: [p.jsx(kr, { onClick: () => a(""), selected: e === "", children: "None" }, ""), r.map((l) => p.jsx(kr, { onClick: () => a(l), selected: l === e, children: Ff(l) }, l))] })] });
|
|
23795
|
+
return p.jsxs("div", { children: [p.jsx(Rt, { "aria-controls": "simple-menu", "aria-haspopup": "true", onClick: (l) => i(l.currentTarget), size: "small", startIcon: p.jsx(xf, {}), children: "Group" }), p.jsxs(Oi, { id: "simple-menu", anchorEl: o, open: !!o, onClose: s, children: [p.jsx(kr, { onClick: () => a(""), selected: e === "", children: "None" }, ""), r.map((l) => p.jsx(kr, { onClick: () => a(l), selected: l === e, children: Ff(l) }, l))] })] });
|
|
23792
23796
|
}
|
|
23793
23797
|
const dO = ft(/* @__PURE__ */ p.jsx("path", {
|
|
23794
23798
|
d: "M14.67 5v14H9.33V5zm1 14H21V5h-5.33zm-7.34 0V5H3v14z"
|
|
@@ -23855,7 +23859,7 @@ function lP({ groupingProps: e, filterDrawerBtnProps: t, showFilterDrawerBtn: r
|
|
|
23855
23859
|
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: {
|
|
23856
23860
|
".MuiInputBase-input": { p: 0 },
|
|
23857
23861
|
".MuiInput-root:after": { borderBottom: "none" }
|
|
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] }) });
|
|
23862
|
+
}, "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, { slotProps: { button: { size: "small" } } }), c && p.jsx(pO, { columnData: c.columnData, handleColumnFilterChange: c.handleColumnFilterChange, customGridVisibility: c.customGridVisibility, lockedFields: c.lockedFields, hiddenInColumnPicker: c.hiddenInColumnPicker }), i && p.jsx(Bf, { slotProps: { button: { size: "small" } } }), h !== void 0 && m && g && p.jsx(uO, { value: h, onChange: m, options: g }), s && p.jsx(lO, { onClick: s, loadingExport: l })] })] }), u] }) });
|
|
23859
23863
|
}
|
|
23860
23864
|
function cP({ testSelector: e = "", disableColumnReorder: t = !0, sx: r, rows: o, ...i }) {
|
|
23861
23865
|
const a = o?.length ? null : {
|
|
@@ -24029,7 +24033,7 @@ const Nt = {
|
|
|
24029
24033
|
cyan1000: "#002329",
|
|
24030
24034
|
deepPurpleA800: "#500fc4",
|
|
24031
24035
|
deepPurple1000: "#16073E"
|
|
24032
|
-
},
|
|
24036
|
+
}, B = {
|
|
24033
24037
|
text: {
|
|
24034
24038
|
primary: Tt[900],
|
|
24035
24039
|
secondary: Tt[700],
|
|
@@ -24389,7 +24393,7 @@ function mP({ Header: e, children: t, sx: r, itemProps: o, ...i }) {
|
|
|
24389
24393
|
alignContent: "flex-start",
|
|
24390
24394
|
alignItems: "center",
|
|
24391
24395
|
py: 8,
|
|
24392
|
-
backgroundColor:
|
|
24396
|
+
backgroundColor: B.neutral50,
|
|
24393
24397
|
minHeight: "100vh",
|
|
24394
24398
|
overflow: "auto",
|
|
24395
24399
|
...r
|
|
@@ -24412,7 +24416,7 @@ function bP({ Header: e, children: t, sx: r, itemProps: o, ...i }) {
|
|
|
24412
24416
|
alignContent: "flex-start",
|
|
24413
24417
|
alignItems: "center",
|
|
24414
24418
|
py: 8,
|
|
24415
|
-
backgroundColor:
|
|
24419
|
+
backgroundColor: B.neutral50,
|
|
24416
24420
|
minHeight: "100vh",
|
|
24417
24421
|
overflow: "auto",
|
|
24418
24422
|
...r
|
|
@@ -25883,11 +25887,11 @@ const Lp = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
25883
25887
|
// eslint-disable-next-line react/prop-types
|
|
25884
25888
|
TransitionComponent: S = mn,
|
|
25885
25889
|
...P
|
|
25886
|
-
} = t, I = C.useRef(null), L = bt(fr(c), I, r), M = (K) => (
|
|
25887
|
-
K && (
|
|
25888
|
-
}, y = M((K,
|
|
25889
|
-
si(d, K, u), Bs(K), g && g(K,
|
|
25890
|
-
}), R = M((K,
|
|
25890
|
+
} = t, I = C.useRef(null), L = bt(fr(c), I, r), M = (K) => (F) => {
|
|
25891
|
+
K && (F === void 0 ? K(I.current) : K(I.current, F));
|
|
25892
|
+
}, y = M((K, F) => {
|
|
25893
|
+
si(d, K, u), Bs(K), g && g(K, F);
|
|
25894
|
+
}), R = M((K, F) => {
|
|
25891
25895
|
const $ = _r({
|
|
25892
25896
|
timeout: x,
|
|
25893
25897
|
style: v,
|
|
@@ -25899,16 +25903,16 @@ const Lp = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
25899
25903
|
...$
|
|
25900
25904
|
}), K.style.transition = o.transitions.create("transform", {
|
|
25901
25905
|
...$
|
|
25902
|
-
}), K.style.webkitTransform = "none", K.style.transform = "none", f && f(K,
|
|
25906
|
+
}), K.style.webkitTransform = "none", K.style.transform = "none", f && f(K, F);
|
|
25903
25907
|
}), j = M(b), A = M(O), W = M((K) => {
|
|
25904
|
-
const
|
|
25908
|
+
const F = _r({
|
|
25905
25909
|
timeout: x,
|
|
25906
25910
|
style: v,
|
|
25907
25911
|
easing: h
|
|
25908
25912
|
}, {
|
|
25909
25913
|
mode: "exit"
|
|
25910
25914
|
});
|
|
25911
|
-
K.style.webkitTransition = o.transitions.create("-webkit-transform",
|
|
25915
|
+
K.style.webkitTransition = o.transitions.create("-webkit-transform", F), K.style.transition = o.transitions.create("transform", F), si(d, K, u), T && T(K);
|
|
25912
25916
|
}), D = M((K) => {
|
|
25913
25917
|
K.style.webkitTransition = "", K.style.transition = "", w && w(K);
|
|
25914
25918
|
}), N = (K) => {
|
|
@@ -25921,9 +25925,9 @@ const Lp = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
25921
25925
|
return;
|
|
25922
25926
|
const K = vs(() => {
|
|
25923
25927
|
I.current && si(d, I.current, u);
|
|
25924
|
-
}),
|
|
25925
|
-
return
|
|
25926
|
-
K.clear(),
|
|
25928
|
+
}), F = fn(I.current);
|
|
25929
|
+
return F.addEventListener("resize", K), () => {
|
|
25930
|
+
K.clear(), F.removeEventListener("resize", K);
|
|
25927
25931
|
};
|
|
25928
25932
|
}, [d, m, u]), C.useEffect(() => {
|
|
25929
25933
|
m || q();
|
|
@@ -25941,7 +25945,7 @@ const Lp = /* @__PURE__ */ C.forwardRef(function(t, r) {
|
|
|
25941
25945
|
timeout: x,
|
|
25942
25946
|
...P,
|
|
25943
25947
|
children: (K, {
|
|
25944
|
-
ownerState:
|
|
25948
|
+
ownerState: F,
|
|
25945
25949
|
...$
|
|
25946
25950
|
}) => /* @__PURE__ */ C.cloneElement(c, {
|
|
25947
25951
|
ref: L,
|
|
@@ -26084,10 +26088,10 @@ const fE = {
|
|
|
26084
26088
|
MuiTooltip: {
|
|
26085
26089
|
styleOverrides: {
|
|
26086
26090
|
tooltip: {
|
|
26087
|
-
backgroundColor:
|
|
26091
|
+
backgroundColor: B.neutral800
|
|
26088
26092
|
},
|
|
26089
26093
|
arrow: {
|
|
26090
|
-
color:
|
|
26094
|
+
color: B.neutral800
|
|
26091
26095
|
}
|
|
26092
26096
|
}
|
|
26093
26097
|
}
|
|
@@ -26349,291 +26353,291 @@ const fE = {
|
|
|
26349
26353
|
MuiChip: {
|
|
26350
26354
|
styleOverrides: {
|
|
26351
26355
|
filledDefault: {
|
|
26352
|
-
backgroundColor:
|
|
26353
|
-
color:
|
|
26356
|
+
backgroundColor: B.neutral200,
|
|
26357
|
+
color: B.text.primary,
|
|
26354
26358
|
"&.MuiChip-clickable": {
|
|
26355
26359
|
"&:hover, &:focus, &:active": {
|
|
26356
|
-
color:
|
|
26357
|
-
backgroundColor:
|
|
26360
|
+
color: B.text.primary,
|
|
26361
|
+
backgroundColor: B.neutral300
|
|
26358
26362
|
}
|
|
26359
26363
|
},
|
|
26360
26364
|
".MuiChip-deleteIcon": {
|
|
26361
|
-
color:
|
|
26365
|
+
color: B.neutral700,
|
|
26362
26366
|
opacity: 0.26,
|
|
26363
26367
|
"&:hover, &:focus, &:active": {
|
|
26364
|
-
color:
|
|
26368
|
+
color: B.neutral700
|
|
26365
26369
|
}
|
|
26366
26370
|
}
|
|
26367
26371
|
},
|
|
26368
26372
|
filledPrimary: {
|
|
26369
|
-
backgroundColor:
|
|
26370
|
-
color:
|
|
26373
|
+
backgroundColor: B.blue50,
|
|
26374
|
+
color: B.blue1000,
|
|
26371
26375
|
"&.MuiChip-clickable": {
|
|
26372
26376
|
"&:hover, &:focus, &:active": {
|
|
26373
|
-
color:
|
|
26374
|
-
backgroundColor:
|
|
26377
|
+
color: B.blue1000,
|
|
26378
|
+
backgroundColor: B.blue100
|
|
26375
26379
|
}
|
|
26376
26380
|
},
|
|
26377
26381
|
".MuiChip-deleteIcon": {
|
|
26378
|
-
color:
|
|
26382
|
+
color: B.primary.dark,
|
|
26379
26383
|
opacity: 0.7,
|
|
26380
26384
|
"&:hover, &:focus, &:active": {
|
|
26381
|
-
color:
|
|
26385
|
+
color: B.primary.dark
|
|
26382
26386
|
}
|
|
26383
26387
|
}
|
|
26384
26388
|
},
|
|
26385
26389
|
filledSecondary: {
|
|
26386
|
-
backgroundColor:
|
|
26387
|
-
color:
|
|
26390
|
+
backgroundColor: B.purple50,
|
|
26391
|
+
color: B.purple1000,
|
|
26388
26392
|
"&.MuiChip-clickable": {
|
|
26389
26393
|
"&:hover, &:focus, &:active": {
|
|
26390
|
-
color:
|
|
26391
|
-
backgroundColor:
|
|
26394
|
+
color: B.purple1000,
|
|
26395
|
+
backgroundColor: B.purple100
|
|
26392
26396
|
}
|
|
26393
26397
|
},
|
|
26394
26398
|
".MuiChip-deleteIcon": {
|
|
26395
|
-
color:
|
|
26399
|
+
color: B.secondary.dark,
|
|
26396
26400
|
opacity: 0.7,
|
|
26397
26401
|
"&:hover, &:focus, &:active": {
|
|
26398
|
-
color:
|
|
26402
|
+
color: B.secondary.dark
|
|
26399
26403
|
}
|
|
26400
26404
|
}
|
|
26401
26405
|
},
|
|
26402
26406
|
filledError: {
|
|
26403
|
-
backgroundColor:
|
|
26404
|
-
color:
|
|
26407
|
+
backgroundColor: B.red50,
|
|
26408
|
+
color: B.red1000,
|
|
26405
26409
|
"&.MuiChip-clickable": {
|
|
26406
26410
|
"&:hover, &:focus, &:active": {
|
|
26407
|
-
color:
|
|
26408
|
-
backgroundColor:
|
|
26411
|
+
color: B.red1000,
|
|
26412
|
+
backgroundColor: B.red100
|
|
26409
26413
|
}
|
|
26410
26414
|
},
|
|
26411
26415
|
".MuiChip-deleteIcon": {
|
|
26412
|
-
color:
|
|
26416
|
+
color: B.error.dark,
|
|
26413
26417
|
opacity: 0.7,
|
|
26414
26418
|
"&:hover, &:focus, &:active": {
|
|
26415
|
-
color:
|
|
26419
|
+
color: B.error.dark
|
|
26416
26420
|
}
|
|
26417
26421
|
}
|
|
26418
26422
|
},
|
|
26419
26423
|
filledWarning: {
|
|
26420
|
-
backgroundColor:
|
|
26421
|
-
color:
|
|
26424
|
+
backgroundColor: B.orange50,
|
|
26425
|
+
color: B.orange1000,
|
|
26422
26426
|
"&.MuiChip-clickable": {
|
|
26423
26427
|
"&:hover, &:focus, &:active": {
|
|
26424
|
-
color:
|
|
26425
|
-
backgroundColor:
|
|
26428
|
+
color: B.orange1000,
|
|
26429
|
+
backgroundColor: B.orange100
|
|
26426
26430
|
}
|
|
26427
26431
|
},
|
|
26428
26432
|
".MuiChip-deleteIcon": {
|
|
26429
|
-
color:
|
|
26433
|
+
color: B.warning.dark,
|
|
26430
26434
|
opacity: 0.7,
|
|
26431
26435
|
"&:hover, &:focus, &:active": {
|
|
26432
|
-
color:
|
|
26436
|
+
color: B.warning.dark
|
|
26433
26437
|
}
|
|
26434
26438
|
}
|
|
26435
26439
|
},
|
|
26436
26440
|
filledInfo: {
|
|
26437
|
-
backgroundColor:
|
|
26438
|
-
color:
|
|
26441
|
+
backgroundColor: B.cyan50,
|
|
26442
|
+
color: B.cyan900,
|
|
26439
26443
|
"&.MuiChip-clickable": {
|
|
26440
26444
|
"&:hover, &:focus, &:active": {
|
|
26441
|
-
color:
|
|
26442
|
-
backgroundColor:
|
|
26445
|
+
color: B.cyan900,
|
|
26446
|
+
backgroundColor: B.cyan100
|
|
26443
26447
|
}
|
|
26444
26448
|
},
|
|
26445
26449
|
".MuiChip-deleteIcon": {
|
|
26446
|
-
color:
|
|
26450
|
+
color: B.info.dark,
|
|
26447
26451
|
opacity: 0.7,
|
|
26448
26452
|
"&:hover, &:focus, &:active": {
|
|
26449
|
-
color:
|
|
26453
|
+
color: B.info.dark
|
|
26450
26454
|
}
|
|
26451
26455
|
}
|
|
26452
26456
|
},
|
|
26453
26457
|
filledSuccess: {
|
|
26454
|
-
backgroundColor:
|
|
26455
|
-
color:
|
|
26458
|
+
backgroundColor: B.green50,
|
|
26459
|
+
color: B.green1000,
|
|
26456
26460
|
"&.MuiChip-clickable": {
|
|
26457
26461
|
"&:hover, &:focus, &:active": {
|
|
26458
|
-
color:
|
|
26459
|
-
backgroundColor:
|
|
26462
|
+
color: B.green1000,
|
|
26463
|
+
backgroundColor: B.green100
|
|
26460
26464
|
}
|
|
26461
26465
|
},
|
|
26462
26466
|
".MuiChip-deleteIcon": {
|
|
26463
|
-
color:
|
|
26467
|
+
color: B.success.dark,
|
|
26464
26468
|
opacity: 0.7,
|
|
26465
26469
|
"&:hover, &:focus, &:active": {
|
|
26466
|
-
color:
|
|
26470
|
+
color: B.success.dark
|
|
26467
26471
|
}
|
|
26468
26472
|
}
|
|
26469
26473
|
},
|
|
26470
26474
|
filledAi: {
|
|
26471
|
-
backgroundColor:
|
|
26472
|
-
color:
|
|
26475
|
+
backgroundColor: B.deepPurple50,
|
|
26476
|
+
color: B.deepPurple900,
|
|
26473
26477
|
"&.MuiChip-clickable": {
|
|
26474
26478
|
"&:hover, &:focus, &:active": {
|
|
26475
|
-
color:
|
|
26476
|
-
backgroundColor:
|
|
26479
|
+
color: B.deepPurple900,
|
|
26480
|
+
backgroundColor: B.deepPurple100
|
|
26477
26481
|
}
|
|
26478
26482
|
},
|
|
26479
26483
|
".MuiChip-deleteIcon": {
|
|
26480
|
-
color:
|
|
26484
|
+
color: B.deepPurple900,
|
|
26481
26485
|
opacity: 0.7,
|
|
26482
26486
|
"&:hover, &:focus, &:active": {
|
|
26483
|
-
color:
|
|
26487
|
+
color: B.deepPurple900
|
|
26484
26488
|
}
|
|
26485
26489
|
}
|
|
26486
26490
|
},
|
|
26487
26491
|
contrastFilledDefault: {
|
|
26488
|
-
color:
|
|
26489
|
-
backgroundColor:
|
|
26492
|
+
color: B.neutral00,
|
|
26493
|
+
backgroundColor: B.neutral700,
|
|
26490
26494
|
"&.MuiChip-clickable": {
|
|
26491
26495
|
"&:hover, &:focus, &:active": {
|
|
26492
|
-
color:
|
|
26493
|
-
backgroundColor:
|
|
26496
|
+
color: B.neutral00,
|
|
26497
|
+
backgroundColor: B.neutral800
|
|
26494
26498
|
}
|
|
26495
26499
|
},
|
|
26496
26500
|
".MuiChip-deleteIcon": {
|
|
26497
|
-
color:
|
|
26501
|
+
color: B.neutral00,
|
|
26498
26502
|
opacity: 0.26,
|
|
26499
26503
|
"&:hover, &:focus, &:active": {
|
|
26500
|
-
color:
|
|
26504
|
+
color: B.neutral00
|
|
26501
26505
|
}
|
|
26502
26506
|
}
|
|
26503
26507
|
},
|
|
26504
26508
|
contrastFilledPrimary: {
|
|
26505
|
-
color:
|
|
26506
|
-
backgroundColor:
|
|
26509
|
+
color: B.neutral00,
|
|
26510
|
+
backgroundColor: B.lightBlueA700,
|
|
26507
26511
|
"&.MuiChip-clickable": {
|
|
26508
26512
|
"&:hover, &:focus, &:active": {
|
|
26509
|
-
color:
|
|
26510
|
-
backgroundColor:
|
|
26513
|
+
color: B.neutral00,
|
|
26514
|
+
backgroundColor: B.info.dark
|
|
26511
26515
|
}
|
|
26512
26516
|
},
|
|
26513
26517
|
".MuiChip-deleteIcon": {
|
|
26514
|
-
color:
|
|
26518
|
+
color: B.neutral00,
|
|
26515
26519
|
opacity: 0.7,
|
|
26516
26520
|
"&:hover, &:focus, &:active": {
|
|
26517
|
-
color:
|
|
26521
|
+
color: B.neutral00
|
|
26518
26522
|
}
|
|
26519
26523
|
}
|
|
26520
26524
|
},
|
|
26521
26525
|
contrastFilledSecondary: {
|
|
26522
|
-
color:
|
|
26523
|
-
backgroundColor:
|
|
26526
|
+
color: B.neutral00,
|
|
26527
|
+
backgroundColor: B.secondary.main,
|
|
26524
26528
|
"&.MuiChip-clickable": {
|
|
26525
26529
|
"&:hover, &:focus, &:active": {
|
|
26526
|
-
color:
|
|
26527
|
-
backgroundColor:
|
|
26530
|
+
color: B.neutral00,
|
|
26531
|
+
backgroundColor: B.secondary.dark
|
|
26528
26532
|
}
|
|
26529
26533
|
},
|
|
26530
26534
|
".MuiChip-deleteIcon": {
|
|
26531
|
-
color:
|
|
26535
|
+
color: B.neutral00,
|
|
26532
26536
|
opacity: 0.7,
|
|
26533
26537
|
"&:hover, &:focus, &:active": {
|
|
26534
|
-
color:
|
|
26538
|
+
color: B.neutral00
|
|
26535
26539
|
}
|
|
26536
26540
|
}
|
|
26537
26541
|
},
|
|
26538
26542
|
contrastFilledError: {
|
|
26539
|
-
color:
|
|
26540
|
-
backgroundColor:
|
|
26543
|
+
color: B.neutral00,
|
|
26544
|
+
backgroundColor: B.error.main,
|
|
26541
26545
|
"&.MuiChip-clickable": {
|
|
26542
26546
|
"&:hover, &:focus, &:active": {
|
|
26543
|
-
color:
|
|
26544
|
-
backgroundColor:
|
|
26547
|
+
color: B.neutral00,
|
|
26548
|
+
backgroundColor: B.error.dark
|
|
26545
26549
|
}
|
|
26546
26550
|
},
|
|
26547
26551
|
".MuiChip-deleteIcon": {
|
|
26548
|
-
color:
|
|
26552
|
+
color: B.neutral00,
|
|
26549
26553
|
opacity: 0.7,
|
|
26550
26554
|
"&:hover,&:focus, &:active": {
|
|
26551
|
-
color:
|
|
26555
|
+
color: B.neutral00
|
|
26552
26556
|
}
|
|
26553
26557
|
}
|
|
26554
26558
|
},
|
|
26555
26559
|
contrastFilledWarning: {
|
|
26556
|
-
color:
|
|
26557
|
-
backgroundColor:
|
|
26560
|
+
color: B.neutral00,
|
|
26561
|
+
backgroundColor: B.yellow800,
|
|
26558
26562
|
"&.MuiChip-clickable": {
|
|
26559
26563
|
"&:hover, &:focus, &:active": {
|
|
26560
|
-
color:
|
|
26561
|
-
backgroundColor:
|
|
26564
|
+
color: B.neutral00,
|
|
26565
|
+
backgroundColor: B.yellow900
|
|
26562
26566
|
}
|
|
26563
26567
|
},
|
|
26564
26568
|
".MuiChip-deleteIcon": {
|
|
26565
|
-
color:
|
|
26569
|
+
color: B.neutral00,
|
|
26566
26570
|
opacity: 0.7,
|
|
26567
26571
|
"&:hover,&:focus, &:active": {
|
|
26568
|
-
color:
|
|
26572
|
+
color: B.neutral00
|
|
26569
26573
|
}
|
|
26570
26574
|
}
|
|
26571
26575
|
},
|
|
26572
26576
|
contrastFilledInfo: {
|
|
26573
|
-
color:
|
|
26574
|
-
backgroundColor:
|
|
26577
|
+
color: B.neutral00,
|
|
26578
|
+
backgroundColor: B.cyanA700,
|
|
26575
26579
|
"&.MuiChip-clickable": {
|
|
26576
26580
|
"&:hover, &:focus, &:active": {
|
|
26577
|
-
color:
|
|
26578
|
-
backgroundColor:
|
|
26581
|
+
color: B.neutral00,
|
|
26582
|
+
backgroundColor: B.cyan700
|
|
26579
26583
|
}
|
|
26580
26584
|
},
|
|
26581
26585
|
".MuiChip-deleteIcon": {
|
|
26582
|
-
color:
|
|
26586
|
+
color: B.neutral00,
|
|
26583
26587
|
opacity: 0.7,
|
|
26584
26588
|
"&:hover,&:focus, &:active": {
|
|
26585
|
-
color:
|
|
26589
|
+
color: B.neutral00
|
|
26586
26590
|
}
|
|
26587
26591
|
}
|
|
26588
26592
|
},
|
|
26589
26593
|
contrastFilledSuccess: {
|
|
26590
|
-
color:
|
|
26591
|
-
backgroundColor:
|
|
26594
|
+
color: B.neutral00,
|
|
26595
|
+
backgroundColor: B.success.main,
|
|
26592
26596
|
"&.MuiChip-clickable": {
|
|
26593
26597
|
"&:hover, &:focus, &:active": {
|
|
26594
|
-
color:
|
|
26595
|
-
backgroundColor:
|
|
26598
|
+
color: B.neutral00,
|
|
26599
|
+
backgroundColor: B.success.dark
|
|
26596
26600
|
}
|
|
26597
26601
|
},
|
|
26598
26602
|
".MuiChip-deleteIcon": {
|
|
26599
|
-
color:
|
|
26603
|
+
color: B.neutral00,
|
|
26600
26604
|
opacity: 0.7,
|
|
26601
26605
|
"&:hover,&:focus, &:active": {
|
|
26602
|
-
color:
|
|
26606
|
+
color: B.neutral00
|
|
26603
26607
|
}
|
|
26604
26608
|
}
|
|
26605
26609
|
},
|
|
26606
26610
|
contrastFilledAi: {
|
|
26607
|
-
color:
|
|
26608
|
-
backgroundColor:
|
|
26611
|
+
color: B.neutral00,
|
|
26612
|
+
backgroundColor: B.deepPurpleA700,
|
|
26609
26613
|
"&.MuiChip-clickable": {
|
|
26610
26614
|
"&:hover, &:focus, &:active": {
|
|
26611
|
-
color:
|
|
26612
|
-
backgroundColor:
|
|
26615
|
+
color: B.neutral00,
|
|
26616
|
+
backgroundColor: B.deepPurpleA700
|
|
26613
26617
|
}
|
|
26614
26618
|
},
|
|
26615
26619
|
".MuiChip-deleteIcon": {
|
|
26616
|
-
color:
|
|
26620
|
+
color: B.neutral00,
|
|
26617
26621
|
opacity: 0.7,
|
|
26618
26622
|
"&:hover,&:focus, &:active": {
|
|
26619
|
-
color:
|
|
26623
|
+
color: B.neutral00
|
|
26620
26624
|
}
|
|
26621
26625
|
}
|
|
26622
26626
|
},
|
|
26623
26627
|
contrastFilledInProgress: {
|
|
26624
|
-
color:
|
|
26625
|
-
backgroundColor:
|
|
26628
|
+
color: B.neutral00,
|
|
26629
|
+
backgroundColor: B.greenA700,
|
|
26626
26630
|
"&.MuiChip-clickable": {
|
|
26627
26631
|
"&:hover, &:focus, &:active": {
|
|
26628
|
-
color:
|
|
26629
|
-
backgroundColor:
|
|
26632
|
+
color: B.neutral00,
|
|
26633
|
+
backgroundColor: B.greenA900
|
|
26630
26634
|
}
|
|
26631
26635
|
},
|
|
26632
26636
|
".MuiChip-deleteIcon": {
|
|
26633
|
-
color:
|
|
26637
|
+
color: B.neutral00,
|
|
26634
26638
|
opacity: 0.7,
|
|
26635
26639
|
"&:hover,&:focus, &:active": {
|
|
26636
|
-
color:
|
|
26640
|
+
color: B.neutral00
|
|
26637
26641
|
}
|
|
26638
26642
|
}
|
|
26639
26643
|
}
|
|
@@ -26646,7 +26650,7 @@ const fE = {
|
|
|
26646
26650
|
border: "none",
|
|
26647
26651
|
height: "auto",
|
|
26648
26652
|
".MuiDataGrid-toolbarContainer .MuiTextField-root": {
|
|
26649
|
-
backgroundColor:
|
|
26653
|
+
backgroundColor: B.neutral100,
|
|
26650
26654
|
padding: "8px",
|
|
26651
26655
|
borderRadius: "8px"
|
|
26652
26656
|
},
|
|
@@ -26655,12 +26659,12 @@ const fE = {
|
|
|
26655
26659
|
color: "red"
|
|
26656
26660
|
},
|
|
26657
26661
|
".MuiDataGrid-toolbarContainer button": {
|
|
26658
|
-
backgroundColor:
|
|
26659
|
-
color:
|
|
26662
|
+
backgroundColor: B.neutral100,
|
|
26663
|
+
color: B.neutral900,
|
|
26660
26664
|
padding: "4px 10px"
|
|
26661
26665
|
},
|
|
26662
26666
|
".MuiDataGrid-toolbarContainer svg": {
|
|
26663
|
-
color:
|
|
26667
|
+
color: B.neutral700
|
|
26664
26668
|
},
|
|
26665
26669
|
".MuiDataGrid-cell:focus": {
|
|
26666
26670
|
outline: "none"
|
|
@@ -26733,20 +26737,20 @@ const fE = {
|
|
|
26733
26737
|
minWidth: "unset",
|
|
26734
26738
|
borderRadius: e.spacing(1),
|
|
26735
26739
|
"&:active,&.Mui-focusVisible,&:focus,&:focus-visible": {
|
|
26736
|
-
outline: `1px solid ${
|
|
26740
|
+
outline: `1px solid ${B.primary.light}`
|
|
26737
26741
|
},
|
|
26738
26742
|
"&.Mui-disabled": {
|
|
26739
|
-
backgroundColor:
|
|
26740
|
-
color:
|
|
26743
|
+
backgroundColor: B.neutral200,
|
|
26744
|
+
color: B.text.disabled
|
|
26741
26745
|
}
|
|
26742
26746
|
}),
|
|
26743
26747
|
containedPrimary: {
|
|
26744
|
-
backgroundColor:
|
|
26748
|
+
backgroundColor: B.primary.main
|
|
26745
26749
|
},
|
|
26746
26750
|
textPrimary: {
|
|
26747
|
-
color:
|
|
26751
|
+
color: B.primary.dark,
|
|
26748
26752
|
"&:hover": {
|
|
26749
|
-
backgroundColor:
|
|
26753
|
+
backgroundColor: B.primary.hover
|
|
26750
26754
|
},
|
|
26751
26755
|
"&:disabled": {
|
|
26752
26756
|
backgroundColor: "unset"
|
|
@@ -26754,44 +26758,47 @@ const fE = {
|
|
|
26754
26758
|
},
|
|
26755
26759
|
textError: {
|
|
26756
26760
|
"&:hover": {
|
|
26757
|
-
backgroundColor:
|
|
26761
|
+
backgroundColor: B.error.hover
|
|
26758
26762
|
},
|
|
26759
26763
|
"&:active": {
|
|
26760
|
-
backgroundColor:
|
|
26764
|
+
backgroundColor: B.error.hover
|
|
26761
26765
|
},
|
|
26762
26766
|
"&:disabled": {
|
|
26763
26767
|
backgroundColor: "unset"
|
|
26764
26768
|
}
|
|
26765
26769
|
},
|
|
26766
26770
|
outlinedInherit: {
|
|
26767
|
-
borderColor: Oe(
|
|
26771
|
+
borderColor: Oe(B.neutral900, 0.03)
|
|
26768
26772
|
},
|
|
26769
26773
|
outlinedPrimary: {
|
|
26770
|
-
color:
|
|
26771
|
-
border: `0.5px solid ${
|
|
26774
|
+
color: B.primary.dark,
|
|
26775
|
+
border: `0.5px solid ${B.action.disabled}`,
|
|
26772
26776
|
"&:hover": {
|
|
26773
|
-
border: `0.5px solid ${
|
|
26777
|
+
border: `0.5px solid ${B.primary.outlinedBorder}`
|
|
26774
26778
|
},
|
|
26775
26779
|
"&:active": {
|
|
26776
|
-
backgroundColor:
|
|
26780
|
+
backgroundColor: B.primary.hover
|
|
26777
26781
|
},
|
|
26778
26782
|
"&:disabled": {
|
|
26779
26783
|
backgroundColor: "unset",
|
|
26780
|
-
border: `0.5px solid ${
|
|
26784
|
+
border: `0.5px solid ${B.neutral200}`
|
|
26781
26785
|
}
|
|
26782
26786
|
},
|
|
26783
26787
|
containedInherit: {
|
|
26784
|
-
backgroundColor:
|
|
26788
|
+
backgroundColor: B.neutral100,
|
|
26785
26789
|
"&:hover": {
|
|
26786
|
-
backgroundColor:
|
|
26790
|
+
backgroundColor: B.neutral200
|
|
26787
26791
|
}
|
|
26788
26792
|
},
|
|
26789
26793
|
card: {
|
|
26790
|
-
backgroundColor:
|
|
26794
|
+
backgroundColor: B.neutral100,
|
|
26791
26795
|
color: "text.primary",
|
|
26792
26796
|
textTransform: "capitalize",
|
|
26793
26797
|
fontSize: "13px",
|
|
26794
|
-
borderRadius: "8px"
|
|
26798
|
+
borderRadius: "8px",
|
|
26799
|
+
"&:hover": {
|
|
26800
|
+
backgroundColor: B.neutral200
|
|
26801
|
+
}
|
|
26795
26802
|
}
|
|
26796
26803
|
}
|
|
26797
26804
|
},
|
|
@@ -26801,10 +26808,10 @@ const fE = {
|
|
|
26801
26808
|
styleOverrides: {
|
|
26802
26809
|
root: {
|
|
26803
26810
|
"&:focus": {
|
|
26804
|
-
backgroundColor:
|
|
26811
|
+
backgroundColor: B.action.focus
|
|
26805
26812
|
},
|
|
26806
26813
|
"&.MuiIconButton-colorPrimary:focus": {
|
|
26807
|
-
backgroundColor:
|
|
26814
|
+
backgroundColor: B.primary.focus
|
|
26808
26815
|
}
|
|
26809
26816
|
}
|
|
26810
26817
|
}
|
|
@@ -26832,7 +26839,7 @@ const fE = {
|
|
|
26832
26839
|
MuiLink: {
|
|
26833
26840
|
styleOverrides: {
|
|
26834
26841
|
root: {
|
|
26835
|
-
color:
|
|
26842
|
+
color: B.primary.dark,
|
|
26836
26843
|
textDecoration: "none"
|
|
26837
26844
|
}
|
|
26838
26845
|
}
|
|
@@ -26843,7 +26850,7 @@ const fE = {
|
|
|
26843
26850
|
".MuiButtonBase-root": {
|
|
26844
26851
|
textTransform: "none",
|
|
26845
26852
|
"&:hover": {
|
|
26846
|
-
color:
|
|
26853
|
+
color: B.text.primary
|
|
26847
26854
|
}
|
|
26848
26855
|
}
|
|
26849
26856
|
}
|
|
@@ -26858,7 +26865,7 @@ const fE = {
|
|
|
26858
26865
|
styleOverrides: {
|
|
26859
26866
|
root: {
|
|
26860
26867
|
"&.MuiRadio-root:not(.Mui-disabled):not(.MuiRadio-error) + .MuiTypography-root": {
|
|
26861
|
-
color:
|
|
26868
|
+
color: B.text.primary
|
|
26862
26869
|
}
|
|
26863
26870
|
}
|
|
26864
26871
|
}
|
|
@@ -26867,13 +26874,13 @@ const fE = {
|
|
|
26867
26874
|
styleOverrides: {
|
|
26868
26875
|
root: {
|
|
26869
26876
|
"&.MuiCheckbox-root:not(.Mui-disabled):not(.MuiCheckbox-error) + .MuiTypography-root": {
|
|
26870
|
-
color:
|
|
26877
|
+
color: B.text.primary
|
|
26871
26878
|
}
|
|
26872
26879
|
}
|
|
26873
26880
|
}
|
|
26874
26881
|
}
|
|
26875
26882
|
},
|
|
26876
|
-
palette:
|
|
26883
|
+
palette: B
|
|
26877
26884
|
});
|
|
26878
26885
|
export {
|
|
26879
26886
|
mP as DetailsLayout,
|