finform-react-builder 1.12.1 → 1.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +641 -633
- package/dist/index.js +12 -12
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ var Gn = (e, t, r, n) => ({
|
|
|
16
16
|
import { jsx as p, jsxs as re, Fragment as Mi } from "react/jsx-runtime";
|
|
17
17
|
import * as oe from "react";
|
|
18
18
|
import pe, { isValidElement as si, cloneElement as li, Children as bu, useState as Ft, useMemo as Qe, useRef as bt, useEffect as Vt, useCallback as Fe, useReducer as wu, forwardRef as Su, useImperativeHandle as Cu, Fragment as Eu, createElement as ku } from "react";
|
|
19
|
-
import { InputAdornment as Tu, Box as
|
|
19
|
+
import { InputAdornment as Tu, Box as H, Typography as me, TextField as ji, FormControl as so, InputLabel as Au, Select as Ou, MenuItem as qo, CircularProgress as bn, OutlinedInput as Fu, FormHelperText as lo, Autocomplete as _u, Checkbox as Pn, FormControlLabel as an, FormLabel as Dl, Switch as Il, RadioGroup as Ru, Radio as $u, Divider as co, Button as Ge, Chip as uo, StepConnector as Ml, stepConnectorClasses as gr, Stepper as jl, Step as zl, StepLabel as Vl, Card as gt, List as Wo, ListItem as Uo, ListItemText as Ho, Tabs as Pu, Tab as Du, TableContainer as Iu, Table as Mu, TableHead as ju, TableRow as Ko, TableCell as Hr, TableBody as zu, IconButton as zi, CardContent as Vu, Tooltip as ci, Dialog as Nu, DialogTitle as Lu, DialogContent as Bu, DialogActions as qu, LinearProgress as Wu, ButtonGroup as Uu, createTheme as Hu, ThemeProvider as Ku, Paper as Yu, Alert as Qu } from "@mui/material";
|
|
20
20
|
import Gu from "@emotion/styled";
|
|
21
21
|
import { ThemeContext as Zu, keyframes as qn, css as Nl } from "@emotion/react";
|
|
22
22
|
var Wn = (e) => e.type === "checkbox", Or = (e) => e instanceof Date, ut = (e) => e == null;
|
|
@@ -436,71 +436,71 @@ var Kr = (e) => He(e) && !bi(e) ? e : {
|
|
|
436
436
|
return {};
|
|
437
437
|
const D = s ? s[0] : o, T = (N) => {
|
|
438
438
|
i && D.reportValidity && (D.setCustomValidity(xt(N) ? "" : N || ""), D.reportValidity());
|
|
439
|
-
}, S = {}, F = mo(o), I = Wn(o), _ = F || I, W = (w || ho(o)) && Ie(o.value) && Ie(k) || vi(o) && o.value === "" || k === "" || Array.isArray(k) && !k.length, h = Yl.bind(null, m, n, S), M = (N,
|
|
440
|
-
const se = N ?
|
|
439
|
+
}, S = {}, F = mo(o), I = Wn(o), _ = F || I, W = (w || ho(o)) && Ie(o.value) && Ie(k) || vi(o) && o.value === "" || k === "" || Array.isArray(k) && !k.length, h = Yl.bind(null, m, n, S), M = (N, Y, z, B = Yt.maxLength, Q = Yt.minLength) => {
|
|
440
|
+
const se = N ? Y : z;
|
|
441
441
|
S[m] = {
|
|
442
|
-
type: N ? B :
|
|
442
|
+
type: N ? B : Q,
|
|
443
443
|
message: se,
|
|
444
444
|
ref: o,
|
|
445
|
-
...h(N ? B :
|
|
445
|
+
...h(N ? B : Q, se)
|
|
446
446
|
};
|
|
447
447
|
};
|
|
448
448
|
if (a ? !Array.isArray(k) || !k.length : l && (!_ && (W || ut(k)) || xt(k) && !k || I && !Xl(s).isValid || F && !ec(s).isValid)) {
|
|
449
|
-
const { value: N, message:
|
|
449
|
+
const { value: N, message: Y } = ui(l) ? { value: !!l, message: l } : Kr(l);
|
|
450
450
|
if (N && (S[m] = {
|
|
451
451
|
type: Yt.required,
|
|
452
|
-
message:
|
|
452
|
+
message: Y,
|
|
453
453
|
ref: D,
|
|
454
|
-
...h(Yt.required,
|
|
454
|
+
...h(Yt.required, Y)
|
|
455
455
|
}, !n))
|
|
456
|
-
return T(
|
|
456
|
+
return T(Y), S;
|
|
457
457
|
}
|
|
458
458
|
if (!W && (!ut(d) || !ut(c))) {
|
|
459
|
-
let N,
|
|
460
|
-
const
|
|
459
|
+
let N, Y;
|
|
460
|
+
const z = Kr(c), B = Kr(d);
|
|
461
461
|
if (!ut(k) && !isNaN(k)) {
|
|
462
|
-
const
|
|
463
|
-
ut(
|
|
462
|
+
const Q = o.valueAsNumber || k && +k;
|
|
463
|
+
ut(z.value) || (N = Q > z.value), ut(B.value) || (Y = Q < B.value);
|
|
464
464
|
} else {
|
|
465
|
-
const
|
|
466
|
-
Kt(
|
|
465
|
+
const Q = o.valueAsDate || new Date(k), se = (L) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + L), he = o.type == "time", R = o.type == "week";
|
|
466
|
+
Kt(z.value) && k && (N = he ? se(k) > se(z.value) : R ? k > z.value : Q > new Date(z.value)), Kt(B.value) && k && (Y = he ? se(k) < se(B.value) : R ? k < B.value : Q < new Date(B.value));
|
|
467
467
|
}
|
|
468
|
-
if ((N ||
|
|
468
|
+
if ((N || Y) && (M(!!N, z.message, B.message, Yt.max, Yt.min), !n))
|
|
469
469
|
return T(S[m].message), S;
|
|
470
470
|
}
|
|
471
471
|
if ((u || f) && !W && (Kt(k) || a && Array.isArray(k))) {
|
|
472
|
-
const N = Kr(u),
|
|
473
|
-
if ((
|
|
472
|
+
const N = Kr(u), Y = Kr(f), z = !ut(N.value) && k.length > +N.value, B = !ut(Y.value) && k.length < +Y.value;
|
|
473
|
+
if ((z || B) && (M(z, N.message, Y.message), !n))
|
|
474
474
|
return T(S[m].message), S;
|
|
475
475
|
}
|
|
476
476
|
if (y && !W && Kt(k)) {
|
|
477
|
-
const { value: N, message:
|
|
477
|
+
const { value: N, message: Y } = Kr(y);
|
|
478
478
|
if (bi(N) && !k.match(N) && (S[m] = {
|
|
479
479
|
type: Yt.pattern,
|
|
480
|
-
message:
|
|
480
|
+
message: Y,
|
|
481
481
|
ref: o,
|
|
482
|
-
...h(Yt.pattern,
|
|
482
|
+
...h(Yt.pattern, Y)
|
|
483
483
|
}, !n))
|
|
484
|
-
return T(
|
|
484
|
+
return T(Y), S;
|
|
485
485
|
}
|
|
486
486
|
if (C) {
|
|
487
487
|
if (jt(C)) {
|
|
488
|
-
const N = await C(k, r),
|
|
489
|
-
if (
|
|
490
|
-
...
|
|
491
|
-
...h(Yt.validate,
|
|
488
|
+
const N = await C(k, r), Y = ts(N, D);
|
|
489
|
+
if (Y && (S[m] = {
|
|
490
|
+
...Y,
|
|
491
|
+
...h(Yt.validate, Y.message)
|
|
492
492
|
}, !n))
|
|
493
|
-
return T(
|
|
493
|
+
return T(Y.message), S;
|
|
494
494
|
} else if (He(C)) {
|
|
495
495
|
let N = {};
|
|
496
|
-
for (const
|
|
496
|
+
for (const Y in C) {
|
|
497
497
|
if (!ct(N) && !n)
|
|
498
498
|
break;
|
|
499
|
-
const
|
|
500
|
-
|
|
501
|
-
...
|
|
502
|
-
...h(
|
|
503
|
-
}, T(
|
|
499
|
+
const z = ts(await C[Y](k, r), D, Y);
|
|
500
|
+
z && (N = {
|
|
501
|
+
...z,
|
|
502
|
+
...h(Y, z.message)
|
|
503
|
+
}, T(z.message), n && (S[m] = N));
|
|
504
504
|
}
|
|
505
505
|
if (!ct(N) && (S[m] = {
|
|
506
506
|
ref: D,
|
|
@@ -582,16 +582,16 @@ function fp(e = {}) {
|
|
|
582
582
|
}, x = (b, P = [], g, $, v = !0, A = !0) => {
|
|
583
583
|
if ($ && g && !t.disabled) {
|
|
584
584
|
if (o.action = !0, A && Array.isArray(te(n, b))) {
|
|
585
|
-
const
|
|
586
|
-
v && Ce(n, b,
|
|
585
|
+
const j = g(te(n, b), $.argA, $.argB);
|
|
586
|
+
v && Ce(n, b, j);
|
|
587
587
|
}
|
|
588
588
|
if (A && Array.isArray(te(r.errors, b))) {
|
|
589
|
-
const
|
|
590
|
-
v && Ce(r.errors, b,
|
|
589
|
+
const j = g(te(r.errors, b), $.argA, $.argB);
|
|
590
|
+
v && Ce(r.errors, b, j), pp(r.errors, b);
|
|
591
591
|
}
|
|
592
592
|
if ((f.touchedFields || d.touchedFields) && A && Array.isArray(te(r.touchedFields, b))) {
|
|
593
|
-
const
|
|
594
|
-
v && Ce(r.touchedFields, b,
|
|
593
|
+
const j = g(te(r.touchedFields, b), $.argA, $.argB);
|
|
594
|
+
v && Ce(r.touchedFields, b, j);
|
|
595
595
|
}
|
|
596
596
|
(f.dirtyFields || d.dirtyFields) && (r.dirtyFields = kn(i, a)), c.state.next({
|
|
597
597
|
name: b,
|
|
@@ -615,22 +615,22 @@ function fp(e = {}) {
|
|
|
615
615
|
const v = te(n, b);
|
|
616
616
|
if (v) {
|
|
617
617
|
const A = te(a, b, Ie(g) ? te(i, b) : g);
|
|
618
|
-
Ie(A) || $ && $.defaultChecked || P ? Ce(a, b, P ? A : Xo(v._f)) :
|
|
618
|
+
Ie(A) || $ && $.defaultChecked || P ? Ce(a, b, P ? A : Xo(v._f)) : z(b, A), o.mount && m();
|
|
619
619
|
}
|
|
620
620
|
}, S = (b, P, g, $, v) => {
|
|
621
|
-
let A = !1,
|
|
621
|
+
let A = !1, j = !1;
|
|
622
622
|
const J = {
|
|
623
623
|
name: b
|
|
624
624
|
};
|
|
625
625
|
if (!t.disabled) {
|
|
626
626
|
if (!g || $) {
|
|
627
|
-
(f.isDirty || d.isDirty) && (
|
|
628
|
-
const
|
|
629
|
-
|
|
627
|
+
(f.isDirty || d.isDirty) && (j = r.isDirty, r.isDirty = J.isDirty = M(), A = j !== J.isDirty);
|
|
628
|
+
const U = sr(te(i, b), P);
|
|
629
|
+
j = !!te(r.dirtyFields, b), U ? Ye(r.dirtyFields, b) : Ce(r.dirtyFields, b, !0), J.dirtyFields = r.dirtyFields, A = A || (f.dirtyFields || d.dirtyFields) && j !== !U;
|
|
630
630
|
}
|
|
631
631
|
if (g) {
|
|
632
|
-
const
|
|
633
|
-
|
|
632
|
+
const U = te(r.touchedFields, b);
|
|
633
|
+
U || (Ce(r.touchedFields, b, g), J.touchedFields = r.touchedFields, A = A || (f.touchedFields || d.touchedFields) && U !== g);
|
|
634
634
|
}
|
|
635
635
|
A && v && c.state.next(J);
|
|
636
636
|
}
|
|
@@ -638,7 +638,7 @@ function fp(e = {}) {
|
|
|
638
638
|
}, F = (b, P, g, $) => {
|
|
639
639
|
const v = te(r.errors, b), A = (f.isValid || d.isValid) && xt(P) && r.isValid !== P;
|
|
640
640
|
if (t.delayError && g ? (l = C(() => k(b, g)), l(t.delayError)) : (clearTimeout(u), l = null, g ? Ce(r.errors, b, g) : Ye(r.errors, b)), (g ? !sr(v, g) : v) || !ct($) || A) {
|
|
641
|
-
const
|
|
641
|
+
const j = {
|
|
642
642
|
...$,
|
|
643
643
|
...A && xt(P) ? { isValid: P } : {},
|
|
644
644
|
errors: r.errors,
|
|
@@ -646,8 +646,8 @@ function fp(e = {}) {
|
|
|
646
646
|
};
|
|
647
647
|
r = {
|
|
648
648
|
...r,
|
|
649
|
-
...
|
|
650
|
-
}, c.state.next(
|
|
649
|
+
...j
|
|
650
|
+
}, c.state.next(j);
|
|
651
651
|
}
|
|
652
652
|
}, I = async (b) => {
|
|
653
653
|
w(b, !0);
|
|
@@ -669,16 +669,16 @@ function fp(e = {}) {
|
|
|
669
669
|
for (const $ in b) {
|
|
670
670
|
const v = b[$];
|
|
671
671
|
if (v) {
|
|
672
|
-
const { _f: A, ...
|
|
672
|
+
const { _f: A, ...j } = v;
|
|
673
673
|
if (A) {
|
|
674
|
-
const J = s.array.has(A.name),
|
|
675
|
-
|
|
676
|
-
const
|
|
677
|
-
if (
|
|
674
|
+
const J = s.array.has(A.name), U = v._f && op(v._f);
|
|
675
|
+
U && f.validatingFields && w([$], !0);
|
|
676
|
+
const K = await Fa(v, s.disabled, a, y, t.shouldUseNativeValidation && !P, J);
|
|
677
|
+
if (U && f.validatingFields && w([$]), K[A.name] && (g.valid = !1, P))
|
|
678
678
|
break;
|
|
679
|
-
!P && (te(
|
|
679
|
+
!P && (te(K, A.name) ? J ? tc(r.errors, K, A.name) : Ce(r.errors, A.name, K[A.name]) : Ye(r.errors, A.name));
|
|
680
680
|
}
|
|
681
|
-
!ct(
|
|
681
|
+
!ct(j) && await W(j, P, g);
|
|
682
682
|
}
|
|
683
683
|
}
|
|
684
684
|
return g.valid;
|
|
@@ -690,14 +690,14 @@ function fp(e = {}) {
|
|
|
690
690
|
s.unMount = /* @__PURE__ */ new Set();
|
|
691
691
|
}, M = (b, P) => !t.disabled && (b && P && Ce(a, b, P), !sr(L(), i)), N = (b, P, g) => Hl(b, s, {
|
|
692
692
|
...o.mount ? a : Ie(P) ? i : Kt(b) ? { [b]: P } : P
|
|
693
|
-
}, g, P),
|
|
693
|
+
}, g, P), Y = (b) => Ni(te(o.mount ? a : i, b, t.shouldUnregister ? te(i, b, []) : [])), z = (b, P, g = {}) => {
|
|
694
694
|
const $ = te(n, b);
|
|
695
695
|
let v = P;
|
|
696
696
|
if ($) {
|
|
697
697
|
const A = $._f;
|
|
698
|
-
A && (!A.disabled && Ce(a, b, Jl(P, A)), v = vi(A.ref) && ut(P) ? "" : P, Ql(A.ref) ? [...A.ref.options].forEach((
|
|
699
|
-
(!
|
|
700
|
-
}) : A.refs.forEach((
|
|
698
|
+
A && (!A.disabled && Ce(a, b, Jl(P, A)), v = vi(A.ref) && ut(P) ? "" : P, Ql(A.ref) ? [...A.ref.options].forEach((j) => j.selected = v.includes(j.value)) : A.refs ? Wn(A.ref) ? A.refs.forEach((j) => {
|
|
699
|
+
(!j.defaultChecked || !j.disabled) && (Array.isArray(v) ? j.checked = !!v.find((J) => J === j.value) : j.checked = v === j.value || !!v);
|
|
700
|
+
}) : A.refs.forEach((j) => j.checked = j.value === v) : ho(A.ref) ? A.ref.value = "" : (A.ref.value = v, A.ref.type || c.state.next({
|
|
701
701
|
name: b,
|
|
702
702
|
values: Ve(a)
|
|
703
703
|
})));
|
|
@@ -707,10 +707,10 @@ function fp(e = {}) {
|
|
|
707
707
|
for (const $ in P) {
|
|
708
708
|
if (!P.hasOwnProperty($))
|
|
709
709
|
return;
|
|
710
|
-
const v = P[$], A = b + "." + $,
|
|
711
|
-
(s.array.has(b) || He(v) ||
|
|
710
|
+
const v = P[$], A = b + "." + $, j = te(n, A);
|
|
711
|
+
(s.array.has(b) || He(v) || j && !j._f) && !Or(v) ? B(A, v, g) : z(A, v, g);
|
|
712
712
|
}
|
|
713
|
-
},
|
|
713
|
+
}, Q = (b, P, g = {}) => {
|
|
714
714
|
const $ = te(n, b), v = s.array.has(b), A = Ve(P);
|
|
715
715
|
Ce(a, b, A), v ? (c.array.next({
|
|
716
716
|
name: b,
|
|
@@ -719,7 +719,7 @@ function fp(e = {}) {
|
|
|
719
719
|
name: b,
|
|
720
720
|
dirtyFields: kn(i, a),
|
|
721
721
|
isDirty: M(b, A)
|
|
722
|
-
})) : $ && !$._f && !ut(A) ? B(b, A, g) :
|
|
722
|
+
})) : $ && !$._f && !ut(A) ? B(b, A, g) : z(b, A, g), Oa(b, s) && c.state.next({ ...r }), c.state.next({
|
|
723
723
|
name: o.mount ? b : void 0,
|
|
724
724
|
values: Ve(a)
|
|
725
725
|
});
|
|
@@ -727,12 +727,12 @@ function fp(e = {}) {
|
|
|
727
727
|
o.mount = !0;
|
|
728
728
|
const P = b.target;
|
|
729
729
|
let g = P.name, $ = !0;
|
|
730
|
-
const v = te(n, g), A = (
|
|
731
|
-
$ = Number.isNaN(
|
|
732
|
-
},
|
|
730
|
+
const v = te(n, g), A = (U) => {
|
|
731
|
+
$ = Number.isNaN(U) || Or(U) && isNaN(U.getTime()) || sr(U, te(a, g, U));
|
|
732
|
+
}, j = tn(t.mode), J = tn(t.reValidateMode);
|
|
733
733
|
if (v) {
|
|
734
|
-
let
|
|
735
|
-
const ge = P.type ? Xo(v._f) : Bl(b), xe = b.type === yi.BLUR || b.type === yi.FOCUS_OUT, _e = !sp(v._f) && !t.resolver && !te(r.errors, g) && !v._f.deps || up(xe, te(r.touchedFields, g), r.isSubmitted, J,
|
|
734
|
+
let U, K;
|
|
735
|
+
const ge = P.type ? Xo(v._f) : Bl(b), xe = b.type === yi.BLUR || b.type === yi.FOCUS_OUT, _e = !sp(v._f) && !t.resolver && !te(r.errors, g) && !v._f.deps || up(xe, te(r.touchedFields, g), r.isSubmitted, J, j), Pe = Oa(g, s, xe);
|
|
736
736
|
Ce(a, g, ge), xe ? (v._f.onBlur && v._f.onBlur(b), l && l(0)) : v._f.onChange && v._f.onChange(b);
|
|
737
737
|
const Me = S(g, ge, xe), ot = !ct(Me) || Pe;
|
|
738
738
|
if (!xe && c.state.next({
|
|
@@ -742,14 +742,14 @@ function fp(e = {}) {
|
|
|
742
742
|
}), _e)
|
|
743
743
|
return (f.isValid || d.isValid) && (t.mode === "onBlur" ? xe && m() : xe || m()), ot && c.state.next({ name: g, ...Pe ? {} : Me });
|
|
744
744
|
if (!xe && Pe && c.state.next({ ...r }), t.resolver) {
|
|
745
|
-
const { errors:
|
|
745
|
+
const { errors: et } = await I([g]);
|
|
746
746
|
if (A(ge), $) {
|
|
747
|
-
const ce = es(r.errors, n, g), De = es(
|
|
748
|
-
|
|
747
|
+
const ce = es(r.errors, n, g), De = es(et, n, ce.name || g);
|
|
748
|
+
U = De.error, g = De.name, K = ct(et);
|
|
749
749
|
}
|
|
750
750
|
} else
|
|
751
|
-
w([g], !0),
|
|
752
|
-
$ && (v._f.deps && R(v._f.deps), F(g,
|
|
751
|
+
w([g], !0), U = (await Fa(v, s.disabled, a, y, t.shouldUseNativeValidation))[g], w([g]), A(ge), $ && (U ? K = !1 : (f.isValid || d.isValid) && (K = await W(n, !0)));
|
|
752
|
+
$ && (v._f.deps && R(v._f.deps), F(g, K, U, Me));
|
|
753
753
|
}
|
|
754
754
|
}, he = (b, P) => {
|
|
755
755
|
if (te(r.errors, P) && b.focus)
|
|
@@ -759,10 +759,10 @@ function fp(e = {}) {
|
|
|
759
759
|
const v = yt(b);
|
|
760
760
|
if (t.resolver) {
|
|
761
761
|
const A = await _(Ie(b) ? b : v);
|
|
762
|
-
g = ct(A), $ = b ? !v.some((
|
|
762
|
+
g = ct(A), $ = b ? !v.some((j) => te(A, j)) : g;
|
|
763
763
|
} else b ? ($ = (await Promise.all(v.map(async (A) => {
|
|
764
|
-
const
|
|
765
|
-
return await W(
|
|
764
|
+
const j = te(n, A);
|
|
765
|
+
return await W(j && j._f ? { [A]: j } : j);
|
|
766
766
|
}))).every(Boolean), !(!$ && !r.isValid) && m()) : $ = g = await W(n);
|
|
767
767
|
return c.state.next({
|
|
768
768
|
...!Kt(b) || (f.isValid || d.isValid) && g !== r.isValid ? {} : { name: b },
|
|
@@ -785,9 +785,9 @@ function fp(e = {}) {
|
|
|
785
785
|
errors: b ? r.errors : {}
|
|
786
786
|
});
|
|
787
787
|
}, ye = (b, P, g) => {
|
|
788
|
-
const $ = (te(n, b, { _f: {} })._f || {}).ref, v = te(r.errors, b) || {}, { ref: A, message:
|
|
788
|
+
const $ = (te(n, b, { _f: {} })._f || {}).ref, v = te(r.errors, b) || {}, { ref: A, message: j, type: J, ...U } = v;
|
|
789
789
|
Ce(r.errors, b, {
|
|
790
|
-
...
|
|
790
|
+
...U,
|
|
791
791
|
...P,
|
|
792
792
|
ref: $
|
|
793
793
|
}), c.state.next({
|
|
@@ -799,7 +799,7 @@ function fp(e = {}) {
|
|
|
799
799
|
next: (g) => b(N(void 0, P), g)
|
|
800
800
|
}) : N(b, P, !0), ne = (b) => c.state.subscribe({
|
|
801
801
|
next: (P) => {
|
|
802
|
-
cp(b.name, P.name, b.exact) && lp(P, b.formState || f,
|
|
802
|
+
cp(b.name, P.name, b.exact) && lp(P, b.formState || f, Je, b.reRenderRoot) && b.callback({
|
|
803
803
|
values: { ...a },
|
|
804
804
|
...r,
|
|
805
805
|
...P
|
|
@@ -820,7 +820,7 @@ function fp(e = {}) {
|
|
|
820
820
|
...r,
|
|
821
821
|
...P.keepDirty ? { isDirty: M() } : {}
|
|
822
822
|
}), !P.keepIsValid && m();
|
|
823
|
-
},
|
|
823
|
+
}, G = ({ disabled: b, name: P }) => {
|
|
824
824
|
(xt(b) && o.mount || b || s.disabled.has(P)) && (b ? s.disabled.add(P) : s.disabled.delete(P));
|
|
825
825
|
}, ie = (b, P = {}) => {
|
|
826
826
|
let g = te(n, b);
|
|
@@ -833,7 +833,7 @@ function fp(e = {}) {
|
|
|
833
833
|
mount: !0,
|
|
834
834
|
...P
|
|
835
835
|
}
|
|
836
|
-
}), s.mount.add(b), g ?
|
|
836
|
+
}), s.mount.add(b), g ? G({
|
|
837
837
|
disabled: xt(P.disabled) ? P.disabled : t.disabled,
|
|
838
838
|
name: b
|
|
839
839
|
}) : T(b, !0, P.value), {
|
|
@@ -852,13 +852,13 @@ function fp(e = {}) {
|
|
|
852
852
|
ref: (v) => {
|
|
853
853
|
if (v) {
|
|
854
854
|
ie(b, P), g = te(n, b);
|
|
855
|
-
const A = Ie(v.value) && v.querySelectorAll && v.querySelectorAll("input,select,textarea")[0] || v,
|
|
856
|
-
if (
|
|
855
|
+
const A = Ie(v.value) && v.querySelectorAll && v.querySelectorAll("input,select,textarea")[0] || v, j = rp(A), J = g._f.refs || [];
|
|
856
|
+
if (j ? J.find((U) => U === A) : A === g._f.ref)
|
|
857
857
|
return;
|
|
858
858
|
Ce(n, b, {
|
|
859
859
|
_f: {
|
|
860
860
|
...g._f,
|
|
861
|
-
...
|
|
861
|
+
...j ? {
|
|
862
862
|
refs: [
|
|
863
863
|
...J.filter(ea),
|
|
864
864
|
A,
|
|
@@ -886,8 +886,8 @@ function fp(e = {}) {
|
|
|
886
886
|
if (c.state.next({
|
|
887
887
|
isSubmitting: !0
|
|
888
888
|
}), t.resolver) {
|
|
889
|
-
const { errors: A, values:
|
|
890
|
-
r.errors = A, v =
|
|
889
|
+
const { errors: A, values: j } = await I();
|
|
890
|
+
r.errors = A, v = j;
|
|
891
891
|
} else
|
|
892
892
|
await W(n);
|
|
893
893
|
if (s.disabled.size)
|
|
@@ -913,34 +913,34 @@ function fp(e = {}) {
|
|
|
913
913
|
}), $)
|
|
914
914
|
throw $;
|
|
915
915
|
}, Be = (b, P = {}) => {
|
|
916
|
-
te(n, b) && (Ie(P.defaultValue) ?
|
|
916
|
+
te(n, b) && (Ie(P.defaultValue) ? Q(b, Ve(te(i, b))) : (Q(b, P.defaultValue), Ce(i, b, Ve(P.defaultValue))), P.keepTouched || Ye(r.touchedFields, b), P.keepDirty || (Ye(r.dirtyFields, b), r.isDirty = P.defaultValue ? M(b, Ve(te(i, b))) : M()), P.keepError || (Ye(r.errors, b), f.isValid && m()), c.state.next({ ...r }));
|
|
917
917
|
}, Ze = (b, P = {}) => {
|
|
918
918
|
const g = b ? Ve(b) : i, $ = Ve(g), v = ct(b), A = v ? i : $;
|
|
919
919
|
if (P.keepDefaultValues || (i = g), !P.keepValues) {
|
|
920
920
|
if (P.keepDirtyValues) {
|
|
921
|
-
const
|
|
921
|
+
const j = /* @__PURE__ */ new Set([
|
|
922
922
|
...s.mount,
|
|
923
923
|
...Object.keys(kn(i, a))
|
|
924
924
|
]);
|
|
925
|
-
for (const J of Array.from(
|
|
926
|
-
te(r.dirtyFields, J) ? Ce(A, J, te(a, J)) :
|
|
925
|
+
for (const J of Array.from(j))
|
|
926
|
+
te(r.dirtyFields, J) ? Ce(A, J, te(a, J)) : Q(J, te(A, J));
|
|
927
927
|
} else {
|
|
928
928
|
if (po && Ie(b))
|
|
929
|
-
for (const
|
|
930
|
-
const J = te(n,
|
|
929
|
+
for (const j of s.mount) {
|
|
930
|
+
const J = te(n, j);
|
|
931
931
|
if (J && J._f) {
|
|
932
|
-
const
|
|
933
|
-
if (vi(
|
|
934
|
-
const
|
|
935
|
-
if (
|
|
936
|
-
|
|
932
|
+
const U = Array.isArray(J._f.refs) ? J._f.refs[0] : J._f.ref;
|
|
933
|
+
if (vi(U)) {
|
|
934
|
+
const K = U.closest("form");
|
|
935
|
+
if (K) {
|
|
936
|
+
K.reset();
|
|
937
937
|
break;
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
940
|
}
|
|
941
941
|
}
|
|
942
|
-
for (const
|
|
943
|
-
|
|
942
|
+
for (const j of s.mount)
|
|
943
|
+
Q(j, te(A, j));
|
|
944
944
|
}
|
|
945
945
|
a = Ve(A), c.array.next({
|
|
946
946
|
values: { ...A }
|
|
@@ -966,18 +966,18 @@ function fp(e = {}) {
|
|
|
966
966
|
isSubmitSuccessful: P.keepIsSubmitSuccessful ? r.isSubmitSuccessful : !1,
|
|
967
967
|
isSubmitting: !1
|
|
968
968
|
});
|
|
969
|
-
},
|
|
969
|
+
}, rt = (b, P) => Ze(jt(b) ? b(a) : b, P), Pt = (b, P = {}) => {
|
|
970
970
|
const g = te(n, b), $ = g && g._f;
|
|
971
971
|
if ($) {
|
|
972
972
|
const v = $.refs ? $.refs[0] : $.ref;
|
|
973
973
|
v.focus && (v.focus(), P.shouldSelect && jt(v.select) && v.select());
|
|
974
974
|
}
|
|
975
|
-
},
|
|
975
|
+
}, Je = (b) => {
|
|
976
976
|
r = {
|
|
977
977
|
...r,
|
|
978
978
|
...b
|
|
979
979
|
};
|
|
980
|
-
},
|
|
980
|
+
}, Xe = {
|
|
981
981
|
control: {
|
|
982
982
|
register: ie,
|
|
983
983
|
unregister: q,
|
|
@@ -991,12 +991,12 @@ function fp(e = {}) {
|
|
|
991
991
|
_getDirty: M,
|
|
992
992
|
_setValid: m,
|
|
993
993
|
_setFieldArray: x,
|
|
994
|
-
_setDisabledField:
|
|
994
|
+
_setDisabledField: G,
|
|
995
995
|
_setErrors: D,
|
|
996
|
-
_getFieldArray:
|
|
996
|
+
_getFieldArray: Y,
|
|
997
997
|
_reset: Ze,
|
|
998
998
|
_resetDefaultValues: () => jt(t.defaultValues) && t.defaultValues().then((b) => {
|
|
999
|
-
|
|
999
|
+
rt(b, t.resetOptions), c.state.next({
|
|
1000
1000
|
isLoading: !1
|
|
1001
1001
|
});
|
|
1002
1002
|
}),
|
|
@@ -1043,9 +1043,9 @@ function fp(e = {}) {
|
|
|
1043
1043
|
register: ie,
|
|
1044
1044
|
handleSubmit: Z,
|
|
1045
1045
|
watch: fe,
|
|
1046
|
-
setValue:
|
|
1046
|
+
setValue: Q,
|
|
1047
1047
|
getValues: L,
|
|
1048
|
-
reset:
|
|
1048
|
+
reset: rt,
|
|
1049
1049
|
resetField: Be,
|
|
1050
1050
|
clearErrors: de,
|
|
1051
1051
|
unregister: q,
|
|
@@ -1054,8 +1054,8 @@ function fp(e = {}) {
|
|
|
1054
1054
|
getFieldState: X
|
|
1055
1055
|
};
|
|
1056
1056
|
return {
|
|
1057
|
-
...
|
|
1058
|
-
formControl:
|
|
1057
|
+
...Xe,
|
|
1058
|
+
formControl: Xe
|
|
1059
1059
|
};
|
|
1060
1060
|
}
|
|
1061
1061
|
var nr = () => {
|
|
@@ -1698,7 +1698,7 @@ function Fp() {
|
|
|
1698
1698
|
}
|
|
1699
1699
|
};
|
|
1700
1700
|
}
|
|
1701
|
-
var
|
|
1701
|
+
var tt = Fp(), Rr, Al, lc = (Al = class {
|
|
1702
1702
|
constructor() {
|
|
1703
1703
|
ve(this, Rr);
|
|
1704
1704
|
}
|
|
@@ -1978,7 +1978,7 @@ var et = Fp(), Rr, Al, lc = (Al = class {
|
|
|
1978
1978
|
};
|
|
1979
1979
|
}
|
|
1980
1980
|
};
|
|
1981
|
-
this.state = r(this.state),
|
|
1981
|
+
this.state = r(this.state), tt.batch(() => {
|
|
1982
1982
|
this.observers.forEach((n) => {
|
|
1983
1983
|
n.onQueryUpdate();
|
|
1984
1984
|
}), O(this, kt).notify({ query: this, type: "updated", action: t });
|
|
@@ -2041,7 +2041,7 @@ var qt, Fl, $p = (Fl = class extends Un {
|
|
|
2041
2041
|
r && (t.destroy(), r === t && O(this, qt).delete(t.queryHash), this.notify({ type: "removed", query: t }));
|
|
2042
2042
|
}
|
|
2043
2043
|
clear() {
|
|
2044
|
-
|
|
2044
|
+
tt.batch(() => {
|
|
2045
2045
|
this.getAll().forEach((t) => {
|
|
2046
2046
|
this.remove(t);
|
|
2047
2047
|
});
|
|
@@ -2064,21 +2064,21 @@ var qt, Fl, $p = (Fl = class extends Un {
|
|
|
2064
2064
|
return Object.keys(t).length > 0 ? r.filter((n) => as(t, n)) : r;
|
|
2065
2065
|
}
|
|
2066
2066
|
notify(t) {
|
|
2067
|
-
|
|
2067
|
+
tt.batch(() => {
|
|
2068
2068
|
this.listeners.forEach((r) => {
|
|
2069
2069
|
r(t);
|
|
2070
2070
|
});
|
|
2071
2071
|
});
|
|
2072
2072
|
}
|
|
2073
2073
|
onFocus() {
|
|
2074
|
-
|
|
2074
|
+
tt.batch(() => {
|
|
2075
2075
|
this.getAll().forEach((t) => {
|
|
2076
2076
|
t.onFocus();
|
|
2077
2077
|
});
|
|
2078
2078
|
});
|
|
2079
2079
|
}
|
|
2080
2080
|
onOnline() {
|
|
2081
|
-
|
|
2081
|
+
tt.batch(() => {
|
|
2082
2082
|
this.getAll().forEach((t) => {
|
|
2083
2083
|
t.onOnline();
|
|
2084
2084
|
});
|
|
@@ -2261,7 +2261,7 @@ var qt, Fl, $p = (Fl = class extends Un {
|
|
|
2261
2261
|
};
|
|
2262
2262
|
}
|
|
2263
2263
|
};
|
|
2264
|
-
this.state = r(this.state),
|
|
2264
|
+
this.state = r(this.state), tt.batch(() => {
|
|
2265
2265
|
O(this, Wt).forEach((n) => {
|
|
2266
2266
|
n.onMutationUpdate(t);
|
|
2267
2267
|
}), O(this, st).notify({
|
|
@@ -2344,7 +2344,7 @@ var er, Mt, Nn, Rl, Ip = (Rl = class extends Un {
|
|
|
2344
2344
|
return Promise.resolve();
|
|
2345
2345
|
}
|
|
2346
2346
|
clear() {
|
|
2347
|
-
|
|
2347
|
+
tt.batch(() => {
|
|
2348
2348
|
O(this, er).forEach((t) => {
|
|
2349
2349
|
this.notify({ type: "removed", mutation: t });
|
|
2350
2350
|
}), O(this, er).clear(), O(this, Mt).clear();
|
|
@@ -2363,7 +2363,7 @@ var er, Mt, Nn, Rl, Ip = (Rl = class extends Un {
|
|
|
2363
2363
|
return this.getAll().filter((r) => os(t, r));
|
|
2364
2364
|
}
|
|
2365
2365
|
notify(t) {
|
|
2366
|
-
|
|
2366
|
+
tt.batch(() => {
|
|
2367
2367
|
this.listeners.forEach((r) => {
|
|
2368
2368
|
r(t);
|
|
2369
2369
|
});
|
|
@@ -2371,7 +2371,7 @@ var er, Mt, Nn, Rl, Ip = (Rl = class extends Un {
|
|
|
2371
2371
|
}
|
|
2372
2372
|
resumePausedMutations() {
|
|
2373
2373
|
const t = this.getAll().filter((r) => r.state.isPaused);
|
|
2374
|
-
return
|
|
2374
|
+
return tt.batch(
|
|
2375
2375
|
() => Promise.all(
|
|
2376
2376
|
t.map((r) => r.continue().catch(ht))
|
|
2377
2377
|
)
|
|
@@ -2523,7 +2523,7 @@ var Ue, ur, pr, dn, fn, dr, hn, mn, $l, jp = ($l = class {
|
|
|
2523
2523
|
return O(this, Ue).build(this, n).setData(o, { ...r, manual: !0 });
|
|
2524
2524
|
}
|
|
2525
2525
|
setQueriesData(e, t, r) {
|
|
2526
|
-
return
|
|
2526
|
+
return tt.batch(
|
|
2527
2527
|
() => O(this, Ue).findAll(e).map(({ queryKey: n }) => [
|
|
2528
2528
|
n,
|
|
2529
2529
|
this.setQueryData(n, t, r)
|
|
@@ -2539,7 +2539,7 @@ var Ue, ur, pr, dn, fn, dr, hn, mn, $l, jp = ($l = class {
|
|
|
2539
2539
|
}
|
|
2540
2540
|
removeQueries(e) {
|
|
2541
2541
|
const t = O(this, Ue);
|
|
2542
|
-
|
|
2542
|
+
tt.batch(() => {
|
|
2543
2543
|
t.findAll(e).forEach((r) => {
|
|
2544
2544
|
t.remove(r);
|
|
2545
2545
|
});
|
|
@@ -2547,7 +2547,7 @@ var Ue, ur, pr, dn, fn, dr, hn, mn, $l, jp = ($l = class {
|
|
|
2547
2547
|
}
|
|
2548
2548
|
resetQueries(e, t) {
|
|
2549
2549
|
const r = O(this, Ue);
|
|
2550
|
-
return
|
|
2550
|
+
return tt.batch(() => (r.findAll(e).forEach((n) => {
|
|
2551
2551
|
n.reset();
|
|
2552
2552
|
}), this.refetchQueries(
|
|
2553
2553
|
{
|
|
@@ -2558,13 +2558,13 @@ var Ue, ur, pr, dn, fn, dr, hn, mn, $l, jp = ($l = class {
|
|
|
2558
2558
|
)));
|
|
2559
2559
|
}
|
|
2560
2560
|
cancelQueries(e, t = {}) {
|
|
2561
|
-
const r = { revert: !0, ...t }, n =
|
|
2561
|
+
const r = { revert: !0, ...t }, n = tt.batch(
|
|
2562
2562
|
() => O(this, Ue).findAll(e).map((i) => i.cancel(r))
|
|
2563
2563
|
);
|
|
2564
2564
|
return Promise.all(n).then(ht).catch(ht);
|
|
2565
2565
|
}
|
|
2566
2566
|
invalidateQueries(e, t = {}) {
|
|
2567
|
-
return
|
|
2567
|
+
return tt.batch(() => (O(this, Ue).findAll(e).forEach((r) => {
|
|
2568
2568
|
r.invalidate();
|
|
2569
2569
|
}), (e == null ? void 0 : e.refetchType) === "none" ? Promise.resolve() : this.refetchQueries(
|
|
2570
2570
|
{
|
|
@@ -2578,7 +2578,7 @@ var Ue, ur, pr, dn, fn, dr, hn, mn, $l, jp = ($l = class {
|
|
|
2578
2578
|
const r = {
|
|
2579
2579
|
...t,
|
|
2580
2580
|
cancelRefetch: t.cancelRefetch ?? !0
|
|
2581
|
-
}, n =
|
|
2581
|
+
}, n = tt.batch(
|
|
2582
2582
|
() => O(this, Ue).findAll(e).filter((i) => !i.isDisabled() && !i.isStatic()).map((i) => {
|
|
2583
2583
|
let a = i.fetch(void 0, r);
|
|
2584
2584
|
return r.throwOnError || (a = a.catch(ht)), i.state.fetchStatus === "paused" ? Promise.resolve() : a;
|
|
@@ -2839,11 +2839,11 @@ var Ue, ur, pr, dn, fn, dr, hn, mn, $l, jp = ($l = class {
|
|
|
2839
2839
|
isEnabled: Tt(r.enabled, t) !== !1
|
|
2840
2840
|
};
|
|
2841
2841
|
if (this.options.experimental_prefetchInRender) {
|
|
2842
|
-
const h = (
|
|
2843
|
-
_.status === "error" ?
|
|
2842
|
+
const h = (Y) => {
|
|
2843
|
+
_.status === "error" ? Y.reject(_.error) : _.data !== void 0 && Y.resolve(_.data);
|
|
2844
2844
|
}, M = () => {
|
|
2845
|
-
const
|
|
2846
|
-
h(
|
|
2845
|
+
const Y = le(this, fr, _.promise = Ia());
|
|
2846
|
+
h(Y);
|
|
2847
2847
|
}, N = O(this, fr);
|
|
2848
2848
|
switch (N.status) {
|
|
2849
2849
|
case "pending":
|
|
@@ -2921,7 +2921,7 @@ var Ue, ur, pr, dn, fn, dr, hn, mn, $l, jp = ($l = class {
|
|
|
2921
2921
|
const r = O(this, Se);
|
|
2922
2922
|
le(this, Se, t), le(this, Ln, t.state), this.hasListeners() && (r == null || r.removeObserver(this), t.addObserver(this));
|
|
2923
2923
|
}, uc = function(t) {
|
|
2924
|
-
|
|
2924
|
+
tt.batch(() => {
|
|
2925
2925
|
t.listeners && this.listeners.forEach((r) => {
|
|
2926
2926
|
r(O(this, lt));
|
|
2927
2927
|
}), O(this, ft).getQueryCache().notify({
|
|
@@ -3020,7 +3020,7 @@ function Jp(e, t, r) {
|
|
|
3020
3020
|
if (oe.useSyncExternalStore(
|
|
3021
3021
|
oe.useCallback(
|
|
3022
3022
|
(w) => {
|
|
3023
|
-
const x = f ? l.subscribe(
|
|
3023
|
+
const x = f ? l.subscribe(tt.batchCalls(w)) : ht;
|
|
3024
3024
|
return l.updateResult(), x;
|
|
3025
3025
|
},
|
|
3026
3026
|
[l, f]
|
|
@@ -3170,14 +3170,14 @@ function rd() {
|
|
|
3170
3170
|
case d:
|
|
3171
3171
|
return Ze;
|
|
3172
3172
|
default:
|
|
3173
|
-
var
|
|
3174
|
-
switch (
|
|
3173
|
+
var rt = Ze && Ze.$$typeof;
|
|
3174
|
+
switch (rt) {
|
|
3175
3175
|
case s:
|
|
3176
3176
|
case f:
|
|
3177
3177
|
case C:
|
|
3178
3178
|
case y:
|
|
3179
3179
|
case o:
|
|
3180
|
-
return
|
|
3180
|
+
return rt;
|
|
3181
3181
|
default:
|
|
3182
3182
|
return Be;
|
|
3183
3183
|
}
|
|
@@ -3187,7 +3187,7 @@ function rd() {
|
|
|
3187
3187
|
}
|
|
3188
3188
|
}
|
|
3189
3189
|
}
|
|
3190
|
-
var S = l, F = u, I = s, _ = o, W = t, h = f, M = n, N = C,
|
|
3190
|
+
var S = l, F = u, I = s, _ = o, W = t, h = f, M = n, N = C, Y = y, z = r, B = a, Q = i, se = d, he = !1;
|
|
3191
3191
|
function R(Z) {
|
|
3192
3192
|
return he || (he = !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.")), L(Z) || T(Z) === l;
|
|
3193
3193
|
}
|
|
@@ -3215,7 +3215,7 @@ function rd() {
|
|
|
3215
3215
|
function q(Z) {
|
|
3216
3216
|
return T(Z) === y;
|
|
3217
3217
|
}
|
|
3218
|
-
function
|
|
3218
|
+
function G(Z) {
|
|
3219
3219
|
return T(Z) === r;
|
|
3220
3220
|
}
|
|
3221
3221
|
function ie(Z) {
|
|
@@ -3227,7 +3227,7 @@ function rd() {
|
|
|
3227
3227
|
function be(Z) {
|
|
3228
3228
|
return T(Z) === d;
|
|
3229
3229
|
}
|
|
3230
|
-
ke.AsyncMode = S, ke.ConcurrentMode = F, ke.ContextConsumer = I, ke.ContextProvider = _, ke.Element = W, ke.ForwardRef = h, ke.Fragment = M, ke.Lazy = N, ke.Memo =
|
|
3230
|
+
ke.AsyncMode = S, ke.ConcurrentMode = F, ke.ContextConsumer = I, ke.ContextProvider = _, ke.Element = W, ke.ForwardRef = h, ke.Fragment = M, ke.Lazy = N, ke.Memo = Y, ke.Portal = z, ke.Profiler = B, ke.StrictMode = Q, ke.Suspense = se, ke.isAsyncMode = R, ke.isConcurrentMode = L, ke.isContextConsumer = X, ke.isContextProvider = de, ke.isElement = ye, ke.isForwardRef = fe, ke.isFragment = ne, ke.isLazy = ue, ke.isMemo = q, ke.isPortal = G, ke.isProfiler = ie, ke.isStrictMode = ae, ke.isSuspense = be, ke.isValidElementType = D, ke.typeOf = T;
|
|
3231
3231
|
}()), ke;
|
|
3232
3232
|
}
|
|
3233
3233
|
var gs;
|
|
@@ -3388,7 +3388,7 @@ function ad() {
|
|
|
3388
3388
|
oneOf: I,
|
|
3389
3389
|
oneOfType: W,
|
|
3390
3390
|
shape: N,
|
|
3391
|
-
exact:
|
|
3391
|
+
exact: Y
|
|
3392
3392
|
};
|
|
3393
3393
|
function C(L, X) {
|
|
3394
3394
|
return L === X ? L !== 0 || 1 / L === 1 / X : L !== L && X !== X;
|
|
@@ -3400,31 +3400,31 @@ function ad() {
|
|
|
3400
3400
|
function w(L) {
|
|
3401
3401
|
if (process.env.NODE_ENV !== "production")
|
|
3402
3402
|
var X = {}, de = 0;
|
|
3403
|
-
function ye(ne, ue, q,
|
|
3404
|
-
if (
|
|
3403
|
+
function ye(ne, ue, q, G, ie, ae, be) {
|
|
3404
|
+
if (G = G || c, ae = ae || q, be !== r) {
|
|
3405
3405
|
if (l) {
|
|
3406
3406
|
var Z = new Error(
|
|
3407
3407
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
3408
3408
|
);
|
|
3409
3409
|
throw Z.name = "Invariant Violation", Z;
|
|
3410
3410
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
3411
|
-
var Be =
|
|
3411
|
+
var Be = G + ":" + q;
|
|
3412
3412
|
!X[Be] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
3413
3413
|
de < 3 && (a(
|
|
3414
|
-
"You are manually calling a React.PropTypes validation function for the `" + ae + "` prop on `" +
|
|
3414
|
+
"You are manually calling a React.PropTypes validation function for the `" + ae + "` prop on `" + G + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
3415
3415
|
), X[Be] = !0, de++);
|
|
3416
3416
|
}
|
|
3417
3417
|
}
|
|
3418
|
-
return ue[q] == null ? ne ? ue[q] === null ? new m("The " + ie + " `" + ae + "` is marked as required " + ("in `" +
|
|
3418
|
+
return ue[q] == null ? ne ? ue[q] === null ? new m("The " + ie + " `" + ae + "` is marked as required " + ("in `" + G + "`, but its value is `null`.")) : new m("The " + ie + " `" + ae + "` is marked as required in " + ("`" + G + "`, but its value is `undefined`.")) : null : L(ue, q, G, ie, ae);
|
|
3419
3419
|
}
|
|
3420
3420
|
var fe = ye.bind(null, !1);
|
|
3421
3421
|
return fe.isRequired = ye.bind(null, !0), fe;
|
|
3422
3422
|
}
|
|
3423
3423
|
function x(L) {
|
|
3424
3424
|
function X(de, ye, fe, ne, ue, q) {
|
|
3425
|
-
var
|
|
3425
|
+
var G = de[ye], ie = Q(G);
|
|
3426
3426
|
if (ie !== L) {
|
|
3427
|
-
var ae = se(
|
|
3427
|
+
var ae = se(G);
|
|
3428
3428
|
return new m(
|
|
3429
3429
|
"Invalid " + ne + " `" + ue + "` of type " + ("`" + ae + "` supplied to `" + fe + "`, expected ") + ("`" + L + "`."),
|
|
3430
3430
|
{ expectedType: L }
|
|
@@ -3443,8 +3443,8 @@ function ad() {
|
|
|
3443
3443
|
return new m("Property `" + ue + "` of component `" + fe + "` has invalid PropType notation inside arrayOf.");
|
|
3444
3444
|
var q = de[ye];
|
|
3445
3445
|
if (!Array.isArray(q)) {
|
|
3446
|
-
var
|
|
3447
|
-
return new m("Invalid " + ne + " `" + ue + "` of type " + ("`" +
|
|
3446
|
+
var G = Q(q);
|
|
3447
|
+
return new m("Invalid " + ne + " `" + ue + "` of type " + ("`" + G + "` supplied to `" + fe + "`, expected an array."));
|
|
3448
3448
|
}
|
|
3449
3449
|
for (var ie = 0; ie < q.length; ie++) {
|
|
3450
3450
|
var ae = L(q, ie, fe, ne, ue + "[" + ie + "]", r);
|
|
@@ -3459,7 +3459,7 @@ function ad() {
|
|
|
3459
3459
|
function L(X, de, ye, fe, ne) {
|
|
3460
3460
|
var ue = X[de];
|
|
3461
3461
|
if (!s(ue)) {
|
|
3462
|
-
var q =
|
|
3462
|
+
var q = Q(ue);
|
|
3463
3463
|
return new m("Invalid " + fe + " `" + ne + "` of type " + ("`" + q + "` supplied to `" + ye + "`, expected a single ReactElement."));
|
|
3464
3464
|
}
|
|
3465
3465
|
return null;
|
|
@@ -3470,7 +3470,7 @@ function ad() {
|
|
|
3470
3470
|
function L(X, de, ye, fe, ne) {
|
|
3471
3471
|
var ue = X[de];
|
|
3472
3472
|
if (!e.isValidElementType(ue)) {
|
|
3473
|
-
var q =
|
|
3473
|
+
var q = Q(ue);
|
|
3474
3474
|
return new m("Invalid " + fe + " `" + ne + "` of type " + ("`" + q + "` supplied to `" + ye + "`, expected a single ReactElement type."));
|
|
3475
3475
|
}
|
|
3476
3476
|
return null;
|
|
@@ -3480,8 +3480,8 @@ function ad() {
|
|
|
3480
3480
|
function F(L) {
|
|
3481
3481
|
function X(de, ye, fe, ne, ue) {
|
|
3482
3482
|
if (!(de[ye] instanceof L)) {
|
|
3483
|
-
var q = L.name || c,
|
|
3484
|
-
return new m("Invalid " + ne + " `" + ue + "` of type " + ("`" +
|
|
3483
|
+
var q = L.name || c, G = R(de[ye]);
|
|
3484
|
+
return new m("Invalid " + ne + " `" + ue + "` of type " + ("`" + G + "` supplied to `" + fe + "`, expected ") + ("instance of `" + q + "`."));
|
|
3485
3485
|
}
|
|
3486
3486
|
return null;
|
|
3487
3487
|
}
|
|
@@ -3493,8 +3493,8 @@ function ad() {
|
|
|
3493
3493
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
3494
3494
|
) : a("Invalid argument supplied to oneOf, expected an array.")), o;
|
|
3495
3495
|
function X(de, ye, fe, ne, ue) {
|
|
3496
|
-
for (var q = de[ye],
|
|
3497
|
-
if (C(q, L[
|
|
3496
|
+
for (var q = de[ye], G = 0; G < L.length; G++)
|
|
3497
|
+
if (C(q, L[G]))
|
|
3498
3498
|
return null;
|
|
3499
3499
|
var ie = JSON.stringify(L, function(be, Z) {
|
|
3500
3500
|
var Be = se(Z);
|
|
@@ -3508,9 +3508,9 @@ function ad() {
|
|
|
3508
3508
|
function X(de, ye, fe, ne, ue) {
|
|
3509
3509
|
if (typeof L != "function")
|
|
3510
3510
|
return new m("Property `" + ue + "` of component `" + fe + "` has invalid PropType notation inside objectOf.");
|
|
3511
|
-
var q = de[ye],
|
|
3512
|
-
if (
|
|
3513
|
-
return new m("Invalid " + ne + " `" + ue + "` of type " + ("`" +
|
|
3511
|
+
var q = de[ye], G = Q(q);
|
|
3512
|
+
if (G !== "object")
|
|
3513
|
+
return new m("Invalid " + ne + " `" + ue + "` of type " + ("`" + G + "` supplied to `" + fe + "`, expected an object."));
|
|
3514
3514
|
for (var ie in q)
|
|
3515
3515
|
if (n(q, ie)) {
|
|
3516
3516
|
var ae = L(q, ie, fe, ne, ue + "." + ie, r);
|
|
@@ -3531,21 +3531,21 @@ function ad() {
|
|
|
3531
3531
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + he(de) + " at index " + X + "."
|
|
3532
3532
|
), o;
|
|
3533
3533
|
}
|
|
3534
|
-
function ye(fe, ne, ue, q,
|
|
3534
|
+
function ye(fe, ne, ue, q, G) {
|
|
3535
3535
|
for (var ie = [], ae = 0; ae < L.length; ae++) {
|
|
3536
|
-
var be = L[ae], Z = be(fe, ne, ue, q,
|
|
3536
|
+
var be = L[ae], Z = be(fe, ne, ue, q, G, r);
|
|
3537
3537
|
if (Z == null)
|
|
3538
3538
|
return null;
|
|
3539
3539
|
Z.data && n(Z.data, "expectedType") && ie.push(Z.data.expectedType);
|
|
3540
3540
|
}
|
|
3541
3541
|
var Be = ie.length > 0 ? ", expected one of type [" + ie.join(", ") + "]" : "";
|
|
3542
|
-
return new m("Invalid " + q + " `" +
|
|
3542
|
+
return new m("Invalid " + q + " `" + G + "` supplied to " + ("`" + ue + "`" + Be + "."));
|
|
3543
3543
|
}
|
|
3544
3544
|
return w(ye);
|
|
3545
3545
|
}
|
|
3546
3546
|
function h() {
|
|
3547
3547
|
function L(X, de, ye, fe, ne) {
|
|
3548
|
-
return
|
|
3548
|
+
return z(X[de]) ? null : new m("Invalid " + fe + " `" + ne + "` supplied to " + ("`" + ye + "`, expected a ReactNode."));
|
|
3549
3549
|
}
|
|
3550
3550
|
return w(L);
|
|
3551
3551
|
}
|
|
@@ -3556,9 +3556,9 @@ function ad() {
|
|
|
3556
3556
|
}
|
|
3557
3557
|
function N(L) {
|
|
3558
3558
|
function X(de, ye, fe, ne, ue) {
|
|
3559
|
-
var q = de[ye],
|
|
3560
|
-
if (
|
|
3561
|
-
return new m("Invalid " + ne + " `" + ue + "` of type `" +
|
|
3559
|
+
var q = de[ye], G = Q(q);
|
|
3560
|
+
if (G !== "object")
|
|
3561
|
+
return new m("Invalid " + ne + " `" + ue + "` of type `" + G + "` " + ("supplied to `" + fe + "`, expected `object`."));
|
|
3562
3562
|
for (var ie in L) {
|
|
3563
3563
|
var ae = L[ie];
|
|
3564
3564
|
if (typeof ae != "function")
|
|
@@ -3571,11 +3571,11 @@ function ad() {
|
|
|
3571
3571
|
}
|
|
3572
3572
|
return w(X);
|
|
3573
3573
|
}
|
|
3574
|
-
function
|
|
3574
|
+
function Y(L) {
|
|
3575
3575
|
function X(de, ye, fe, ne, ue) {
|
|
3576
|
-
var q = de[ye],
|
|
3577
|
-
if (
|
|
3578
|
-
return new m("Invalid " + ne + " `" + ue + "` of type `" +
|
|
3576
|
+
var q = de[ye], G = Q(q);
|
|
3577
|
+
if (G !== "object")
|
|
3578
|
+
return new m("Invalid " + ne + " `" + ue + "` of type `" + G + "` " + ("supplied to `" + fe + "`, expected `object`."));
|
|
3579
3579
|
var ie = t({}, de[ye], L);
|
|
3580
3580
|
for (var ae in ie) {
|
|
3581
3581
|
var be = L[ae];
|
|
@@ -3594,7 +3594,7 @@ Valid keys: ` + JSON.stringify(Object.keys(L), null, " ")
|
|
|
3594
3594
|
}
|
|
3595
3595
|
return w(X);
|
|
3596
3596
|
}
|
|
3597
|
-
function
|
|
3597
|
+
function z(L) {
|
|
3598
3598
|
switch (typeof L) {
|
|
3599
3599
|
case "number":
|
|
3600
3600
|
case "string":
|
|
@@ -3604,7 +3604,7 @@ Valid keys: ` + JSON.stringify(Object.keys(L), null, " ")
|
|
|
3604
3604
|
return !L;
|
|
3605
3605
|
case "object":
|
|
3606
3606
|
if (Array.isArray(L))
|
|
3607
|
-
return L.every(
|
|
3607
|
+
return L.every(z);
|
|
3608
3608
|
if (L === null || s(L))
|
|
3609
3609
|
return !0;
|
|
3610
3610
|
var X = d(L);
|
|
@@ -3612,12 +3612,12 @@ Valid keys: ` + JSON.stringify(Object.keys(L), null, " ")
|
|
|
3612
3612
|
var de = X.call(L), ye;
|
|
3613
3613
|
if (X !== L.entries) {
|
|
3614
3614
|
for (; !(ye = de.next()).done; )
|
|
3615
|
-
if (!
|
|
3615
|
+
if (!z(ye.value))
|
|
3616
3616
|
return !1;
|
|
3617
3617
|
} else
|
|
3618
3618
|
for (; !(ye = de.next()).done; ) {
|
|
3619
3619
|
var fe = ye.value;
|
|
3620
|
-
if (fe && !
|
|
3620
|
+
if (fe && !z(fe[1]))
|
|
3621
3621
|
return !1;
|
|
3622
3622
|
}
|
|
3623
3623
|
} else
|
|
@@ -3630,14 +3630,14 @@ Valid keys: ` + JSON.stringify(Object.keys(L), null, " ")
|
|
|
3630
3630
|
function B(L, X) {
|
|
3631
3631
|
return L === "symbol" ? !0 : X ? X["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && X instanceof Symbol : !1;
|
|
3632
3632
|
}
|
|
3633
|
-
function
|
|
3633
|
+
function Q(L) {
|
|
3634
3634
|
var X = typeof L;
|
|
3635
3635
|
return Array.isArray(L) ? "array" : L instanceof RegExp ? "object" : B(X, L) ? "symbol" : X;
|
|
3636
3636
|
}
|
|
3637
3637
|
function se(L) {
|
|
3638
3638
|
if (typeof L > "u" || L === null)
|
|
3639
3639
|
return "" + L;
|
|
3640
|
-
var X =
|
|
3640
|
+
var X = Q(L);
|
|
3641
3641
|
if (X === "object") {
|
|
3642
3642
|
if (L instanceof Date)
|
|
3643
3643
|
return "date";
|
|
@@ -5236,22 +5236,22 @@ function $f(e = {}) {
|
|
|
5236
5236
|
}, T = (...S) => {
|
|
5237
5237
|
const F = [], I = S.map(D), _ = [];
|
|
5238
5238
|
if (F.push(a), u && y && _.push(function(N) {
|
|
5239
|
-
var
|
|
5240
|
-
const
|
|
5241
|
-
if (!
|
|
5239
|
+
var Q, se;
|
|
5240
|
+
const z = (se = (Q = N.theme.components) == null ? void 0 : Q[u]) == null ? void 0 : se.styleOverrides;
|
|
5241
|
+
if (!z)
|
|
5242
5242
|
return null;
|
|
5243
5243
|
const B = {};
|
|
5244
|
-
for (const he in
|
|
5245
|
-
B[he] = pi(N,
|
|
5244
|
+
for (const he in z)
|
|
5245
|
+
B[he] = pi(N, z[he]);
|
|
5246
5246
|
return y(N, B);
|
|
5247
5247
|
}), u && !m && _.push(function(N) {
|
|
5248
|
-
var B,
|
|
5249
|
-
const
|
|
5250
|
-
return
|
|
5248
|
+
var B, Q;
|
|
5249
|
+
const Y = N.theme, z = (Q = (B = Y == null ? void 0 : Y.components) == null ? void 0 : B[u]) == null ? void 0 : Q.variants;
|
|
5250
|
+
return z ? Sc(N, z) : null;
|
|
5251
5251
|
}), w || _.push(wn), Array.isArray(I[0])) {
|
|
5252
|
-
const M = I.shift(), N = new Array(F.length).fill(""),
|
|
5253
|
-
let
|
|
5254
|
-
|
|
5252
|
+
const M = I.shift(), N = new Array(F.length).fill(""), Y = new Array(_.length).fill("");
|
|
5253
|
+
let z;
|
|
5254
|
+
z = [...N, ...M, ...Y], z.raw = [...N, ...M.raw, ...Y], F.unshift(z);
|
|
5255
5255
|
}
|
|
5256
5256
|
const W = [...F, ...I, ..._], h = k(...W);
|
|
5257
5257
|
return s.muiName && (h.muiName = s.muiName), process.env.NODE_ENV !== "production" && (h.displayName = Pf(u, f, s)), h;
|
|
@@ -5623,16 +5623,16 @@ function Qf(e, t = {}) {
|
|
|
5623
5623
|
return Object.entries(I).forEach(([h, {
|
|
5624
5624
|
css: M
|
|
5625
5625
|
}]) => {
|
|
5626
|
-
var
|
|
5627
|
-
const N = (B = (
|
|
5626
|
+
var z, B;
|
|
5627
|
+
const N = (B = (z = a[h]) == null ? void 0 : z.palette) == null ? void 0 : B.mode, Y = !n && N ? {
|
|
5628
5628
|
colorScheme: N,
|
|
5629
5629
|
...M
|
|
5630
5630
|
} : {
|
|
5631
5631
|
...M
|
|
5632
5632
|
};
|
|
5633
5633
|
S(r(h, {
|
|
5634
|
-
...
|
|
5635
|
-
}),
|
|
5634
|
+
...Y
|
|
5635
|
+
}), Y);
|
|
5636
5636
|
}), D;
|
|
5637
5637
|
}
|
|
5638
5638
|
};
|
|
@@ -6292,7 +6292,7 @@ function kh(e, t) {
|
|
|
6292
6292
|
e[r] || (e[r] = {});
|
|
6293
6293
|
});
|
|
6294
6294
|
}
|
|
6295
|
-
function
|
|
6295
|
+
function V(e, t, r) {
|
|
6296
6296
|
!e[t] && r && (e[t] = r);
|
|
6297
6297
|
}
|
|
6298
6298
|
function _n(e) {
|
|
@@ -6387,22 +6387,22 @@ function Oh(e = {}, ...t) {
|
|
|
6387
6387
|
};
|
|
6388
6388
|
Object.keys(T.colorSchemes).forEach((W) => {
|
|
6389
6389
|
const h = T.colorSchemes[W].palette, M = (N) => {
|
|
6390
|
-
const
|
|
6391
|
-
return c(N, h[
|
|
6390
|
+
const Y = N.split("-"), z = Y[1], B = Y[2];
|
|
6391
|
+
return c(N, h[z][B]);
|
|
6392
6392
|
};
|
|
6393
|
-
if (h.mode === "light" && (
|
|
6394
|
-
|
|
6393
|
+
if (h.mode === "light" && (V(h.common, "background", "#fff"), V(h.common, "onBackground", "#000")), h.mode === "dark" && (V(h.common, "background", "#000"), V(h.common, "onBackground", "#fff")), kh(h, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), h.mode === "light") {
|
|
6394
|
+
V(h.Alert, "errorColor", Re(h.error.light, 0.6)), V(h.Alert, "infoColor", Re(h.info.light, 0.6)), V(h.Alert, "successColor", Re(h.success.light, 0.6)), V(h.Alert, "warningColor", Re(h.warning.light, 0.6)), V(h.Alert, "errorFilledBg", M("palette-error-main")), V(h.Alert, "infoFilledBg", M("palette-info-main")), V(h.Alert, "successFilledBg", M("palette-success-main")), V(h.Alert, "warningFilledBg", M("palette-warning-main")), V(h.Alert, "errorFilledColor", Nt(() => h.getContrastText(h.error.main))), V(h.Alert, "infoFilledColor", Nt(() => h.getContrastText(h.info.main))), V(h.Alert, "successFilledColor", Nt(() => h.getContrastText(h.success.main))), V(h.Alert, "warningFilledColor", Nt(() => h.getContrastText(h.warning.main))), V(h.Alert, "errorStandardBg", $e(h.error.light, 0.9)), V(h.Alert, "infoStandardBg", $e(h.info.light, 0.9)), V(h.Alert, "successStandardBg", $e(h.success.light, 0.9)), V(h.Alert, "warningStandardBg", $e(h.warning.light, 0.9)), V(h.Alert, "errorIconColor", M("palette-error-main")), V(h.Alert, "infoIconColor", M("palette-info-main")), V(h.Alert, "successIconColor", M("palette-success-main")), V(h.Alert, "warningIconColor", M("palette-warning-main")), V(h.AppBar, "defaultBg", M("palette-grey-100")), V(h.Avatar, "defaultBg", M("palette-grey-400")), V(h.Button, "inheritContainedBg", M("palette-grey-300")), V(h.Button, "inheritContainedHoverBg", M("palette-grey-A100")), V(h.Chip, "defaultBorder", M("palette-grey-400")), V(h.Chip, "defaultAvatarColor", M("palette-grey-700")), V(h.Chip, "defaultIconColor", M("palette-grey-700")), V(h.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), V(h.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), V(h.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), V(h.LinearProgress, "primaryBg", $e(h.primary.main, 0.62)), V(h.LinearProgress, "secondaryBg", $e(h.secondary.main, 0.62)), V(h.LinearProgress, "errorBg", $e(h.error.main, 0.62)), V(h.LinearProgress, "infoBg", $e(h.info.main, 0.62)), V(h.LinearProgress, "successBg", $e(h.success.main, 0.62)), V(h.LinearProgress, "warningBg", $e(h.warning.main, 0.62)), V(h.Skeleton, "bg", `rgba(${M("palette-text-primaryChannel")} / 0.11)`), V(h.Slider, "primaryTrack", $e(h.primary.main, 0.62)), V(h.Slider, "secondaryTrack", $e(h.secondary.main, 0.62)), V(h.Slider, "errorTrack", $e(h.error.main, 0.62)), V(h.Slider, "infoTrack", $e(h.info.main, 0.62)), V(h.Slider, "successTrack", $e(h.success.main, 0.62)), V(h.Slider, "warningTrack", $e(h.warning.main, 0.62));
|
|
6395
6395
|
const N = ri(h.background.default, 0.8);
|
|
6396
|
-
|
|
6396
|
+
V(h.SnackbarContent, "bg", N), V(h.SnackbarContent, "color", Nt(() => h.getContrastText(N))), V(h.SpeedDialAction, "fabHoverBg", ri(h.background.paper, 0.15)), V(h.StepConnector, "border", M("palette-grey-400")), V(h.StepContent, "border", M("palette-grey-400")), V(h.Switch, "defaultColor", M("palette-common-white")), V(h.Switch, "defaultDisabledColor", M("palette-grey-100")), V(h.Switch, "primaryDisabledColor", $e(h.primary.main, 0.62)), V(h.Switch, "secondaryDisabledColor", $e(h.secondary.main, 0.62)), V(h.Switch, "errorDisabledColor", $e(h.error.main, 0.62)), V(h.Switch, "infoDisabledColor", $e(h.info.main, 0.62)), V(h.Switch, "successDisabledColor", $e(h.success.main, 0.62)), V(h.Switch, "warningDisabledColor", $e(h.warning.main, 0.62)), V(h.TableCell, "border", $e(ti(h.divider, 1), 0.88)), V(h.Tooltip, "bg", ti(h.grey[700], 0.92));
|
|
6397
6397
|
}
|
|
6398
6398
|
if (h.mode === "dark") {
|
|
6399
|
-
|
|
6399
|
+
V(h.Alert, "errorColor", $e(h.error.light, 0.6)), V(h.Alert, "infoColor", $e(h.info.light, 0.6)), V(h.Alert, "successColor", $e(h.success.light, 0.6)), V(h.Alert, "warningColor", $e(h.warning.light, 0.6)), V(h.Alert, "errorFilledBg", M("palette-error-dark")), V(h.Alert, "infoFilledBg", M("palette-info-dark")), V(h.Alert, "successFilledBg", M("palette-success-dark")), V(h.Alert, "warningFilledBg", M("palette-warning-dark")), V(h.Alert, "errorFilledColor", Nt(() => h.getContrastText(h.error.dark))), V(h.Alert, "infoFilledColor", Nt(() => h.getContrastText(h.info.dark))), V(h.Alert, "successFilledColor", Nt(() => h.getContrastText(h.success.dark))), V(h.Alert, "warningFilledColor", Nt(() => h.getContrastText(h.warning.dark))), V(h.Alert, "errorStandardBg", Re(h.error.light, 0.9)), V(h.Alert, "infoStandardBg", Re(h.info.light, 0.9)), V(h.Alert, "successStandardBg", Re(h.success.light, 0.9)), V(h.Alert, "warningStandardBg", Re(h.warning.light, 0.9)), V(h.Alert, "errorIconColor", M("palette-error-main")), V(h.Alert, "infoIconColor", M("palette-info-main")), V(h.Alert, "successIconColor", M("palette-success-main")), V(h.Alert, "warningIconColor", M("palette-warning-main")), V(h.AppBar, "defaultBg", M("palette-grey-900")), V(h.AppBar, "darkBg", M("palette-background-paper")), V(h.AppBar, "darkColor", M("palette-text-primary")), V(h.Avatar, "defaultBg", M("palette-grey-600")), V(h.Button, "inheritContainedBg", M("palette-grey-800")), V(h.Button, "inheritContainedHoverBg", M("palette-grey-700")), V(h.Chip, "defaultBorder", M("palette-grey-700")), V(h.Chip, "defaultAvatarColor", M("palette-grey-300")), V(h.Chip, "defaultIconColor", M("palette-grey-300")), V(h.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), V(h.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), V(h.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), V(h.LinearProgress, "primaryBg", Re(h.primary.main, 0.5)), V(h.LinearProgress, "secondaryBg", Re(h.secondary.main, 0.5)), V(h.LinearProgress, "errorBg", Re(h.error.main, 0.5)), V(h.LinearProgress, "infoBg", Re(h.info.main, 0.5)), V(h.LinearProgress, "successBg", Re(h.success.main, 0.5)), V(h.LinearProgress, "warningBg", Re(h.warning.main, 0.5)), V(h.Skeleton, "bg", `rgba(${M("palette-text-primaryChannel")} / 0.13)`), V(h.Slider, "primaryTrack", Re(h.primary.main, 0.5)), V(h.Slider, "secondaryTrack", Re(h.secondary.main, 0.5)), V(h.Slider, "errorTrack", Re(h.error.main, 0.5)), V(h.Slider, "infoTrack", Re(h.info.main, 0.5)), V(h.Slider, "successTrack", Re(h.success.main, 0.5)), V(h.Slider, "warningTrack", Re(h.warning.main, 0.5));
|
|
6400
6400
|
const N = ri(h.background.default, 0.98);
|
|
6401
|
-
|
|
6401
|
+
V(h.SnackbarContent, "bg", N), V(h.SnackbarContent, "color", Nt(() => h.getContrastText(N))), V(h.SpeedDialAction, "fabHoverBg", ri(h.background.paper, 0.15)), V(h.StepConnector, "border", M("palette-grey-600")), V(h.StepContent, "border", M("palette-grey-600")), V(h.Switch, "defaultColor", M("palette-grey-300")), V(h.Switch, "defaultDisabledColor", M("palette-grey-600")), V(h.Switch, "primaryDisabledColor", Re(h.primary.main, 0.55)), V(h.Switch, "secondaryDisabledColor", Re(h.secondary.main, 0.55)), V(h.Switch, "errorDisabledColor", Re(h.error.main, 0.55)), V(h.Switch, "infoDisabledColor", Re(h.info.main, 0.55)), V(h.Switch, "successDisabledColor", Re(h.success.main, 0.55)), V(h.Switch, "warningDisabledColor", Re(h.warning.main, 0.55)), V(h.TableCell, "border", Re(ti(h.divider, 1), 0.68)), V(h.Tooltip, "bg", ti(h.grey[700], 0.92));
|
|
6402
6402
|
}
|
|
6403
6403
|
Qt(h.background, "default"), Qt(h.background, "paper"), Qt(h.common, "background"), Qt(h.common, "onBackground"), Qt(h, "divider"), Object.keys(h).forEach((N) => {
|
|
6404
|
-
const
|
|
6405
|
-
N !== "tonalOffset" &&
|
|
6404
|
+
const Y = h[N];
|
|
6405
|
+
N !== "tonalOffset" && Y && typeof Y == "object" && (Y.main && V(h[N], "mainChannel", Fn(_n(Y.main))), Y.light && V(h[N], "lightChannel", Fn(_n(Y.light))), Y.dark && V(h[N], "darkChannel", Fn(_n(Y.dark))), Y.contrastText && V(h[N], "contrastTextChannel", Fn(_n(Y.contrastText))), N === "text" && (Qt(h[N], "primary"), Qt(h[N], "secondary")), N === "action" && (Y.active && Qt(h[N], "active"), Y.selected && Qt(h[N], "selected")));
|
|
6406
6406
|
});
|
|
6407
6407
|
}), T = t.reduce((W, h) => St(W, h), T);
|
|
6408
6408
|
const S = {
|
|
@@ -7769,28 +7769,28 @@ const At = Br("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
|
|
|
7769
7769
|
left: 0,
|
|
7770
7770
|
top: 0
|
|
7771
7771
|
};
|
|
7772
|
-
let N,
|
|
7772
|
+
let N, Y, z;
|
|
7773
7773
|
if (_ || T === void 0 || T.clientX === 0 && T.clientY === 0 || !T.clientX && !T.touches)
|
|
7774
|
-
N = Math.round(M.width / 2),
|
|
7774
|
+
N = Math.round(M.width / 2), Y = Math.round(M.height / 2);
|
|
7775
7775
|
else {
|
|
7776
7776
|
const {
|
|
7777
7777
|
clientX: B,
|
|
7778
|
-
clientY:
|
|
7778
|
+
clientY: Q
|
|
7779
7779
|
} = T.touches && T.touches.length > 0 ? T.touches[0] : T;
|
|
7780
|
-
N = Math.round(B - M.left),
|
|
7780
|
+
N = Math.round(B - M.left), Y = Math.round(Q - M.top);
|
|
7781
7781
|
}
|
|
7782
7782
|
if (_)
|
|
7783
|
-
|
|
7783
|
+
z = Math.sqrt((2 * M.width ** 2 + M.height ** 2) / 3), z % 2 === 0 && (z += 1);
|
|
7784
7784
|
else {
|
|
7785
|
-
const B = Math.max(Math.abs((h ? h.clientWidth : 0) - N), N) * 2 + 2,
|
|
7786
|
-
|
|
7785
|
+
const B = Math.max(Math.abs((h ? h.clientWidth : 0) - N), N) * 2 + 2, Q = Math.max(Math.abs((h ? h.clientHeight : 0) - Y), Y) * 2 + 2;
|
|
7786
|
+
z = Math.sqrt(B ** 2 + Q ** 2);
|
|
7787
7787
|
}
|
|
7788
7788
|
T != null && T.touches ? C.current === null && (C.current = () => {
|
|
7789
7789
|
w({
|
|
7790
7790
|
pulsate: I,
|
|
7791
7791
|
rippleX: N,
|
|
7792
|
-
rippleY:
|
|
7793
|
-
rippleSize:
|
|
7792
|
+
rippleY: Y,
|
|
7793
|
+
rippleSize: z,
|
|
7794
7794
|
cb: F
|
|
7795
7795
|
});
|
|
7796
7796
|
}, y.start(mm, () => {
|
|
@@ -7798,8 +7798,8 @@ const At = Br("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
|
|
|
7798
7798
|
})) : w({
|
|
7799
7799
|
pulsate: I,
|
|
7800
7800
|
rippleX: N,
|
|
7801
|
-
rippleY:
|
|
7802
|
-
rippleSize:
|
|
7801
|
+
rippleY: Y,
|
|
7802
|
+
rippleSize: z,
|
|
7803
7803
|
cb: F
|
|
7804
7804
|
});
|
|
7805
7805
|
}, [i, w, y]), k = oe.useCallback(() => {
|
|
@@ -7930,10 +7930,10 @@ const Sm = Br("MuiButtonBase", ["root", "disabled", "focusVisible"]), Cm = (e) =
|
|
|
7930
7930
|
onTouchEnd: h,
|
|
7931
7931
|
onTouchMove: M,
|
|
7932
7932
|
onTouchStart: N,
|
|
7933
|
-
tabIndex:
|
|
7934
|
-
TouchRippleProps:
|
|
7933
|
+
tabIndex: Y = 0,
|
|
7934
|
+
TouchRippleProps: z,
|
|
7935
7935
|
touchRippleRef: B,
|
|
7936
|
-
type:
|
|
7936
|
+
type: Q,
|
|
7937
7937
|
...se
|
|
7938
7938
|
} = n, he = oe.useRef(null), R = rm(), L = Gs(R.ref, B), [X, de] = oe.useState(!1);
|
|
7939
7939
|
u && X && de(!1), oe.useImperativeHandle(i, () => ({
|
|
@@ -7945,7 +7945,7 @@ const Sm = Br("MuiButtonBase", ["root", "disabled", "focusVisible"]), Cm = (e) =
|
|
|
7945
7945
|
oe.useEffect(() => {
|
|
7946
7946
|
X && c && !f && R.pulsate();
|
|
7947
7947
|
}, [f, c, X, R]);
|
|
7948
|
-
const fe = Gt(R, "start", I, d), ne = Gt(R, "stop", x, d), ue = Gt(R, "stop", k, d), q = Gt(R, "stop", W, d),
|
|
7948
|
+
const fe = Gt(R, "start", I, d), ne = Gt(R, "stop", x, d), ue = Gt(R, "stop", k, d), q = Gt(R, "stop", W, d), G = Gt(R, "stop", (g) => {
|
|
7949
7949
|
X && g.preventDefault(), _ && _(g);
|
|
7950
7950
|
}, d), ie = Gt(R, "start", N, d), ae = Gt(R, "stop", h, d), be = Gt(R, "stop", M, d), Z = Gt(R, "stop", (g) => {
|
|
7951
7951
|
Zs(g.target) || de(!1), m && m(g);
|
|
@@ -7954,7 +7954,7 @@ const Sm = Br("MuiButtonBase", ["root", "disabled", "focusVisible"]), Cm = (e) =
|
|
|
7954
7954
|
}), Ze = () => {
|
|
7955
7955
|
const g = he.current;
|
|
7956
7956
|
return l && l !== "button" && !(g.tagName === "A" && g.href);
|
|
7957
|
-
},
|
|
7957
|
+
}, rt = di((g) => {
|
|
7958
7958
|
c && !g.repeat && X && g.key === " " && R.stop(g, () => {
|
|
7959
7959
|
R.start(g);
|
|
7960
7960
|
}), g.target === g.currentTarget && Ze() && g.key === " " && g.preventDefault(), S && S(g), g.target === g.currentTarget && Ze() && g.key === "Enter" && !u && (g.preventDefault(), w && w(g));
|
|
@@ -7963,11 +7963,11 @@ const Sm = Br("MuiButtonBase", ["root", "disabled", "focusVisible"]), Cm = (e) =
|
|
|
7963
7963
|
R.pulsate(g);
|
|
7964
7964
|
}), F && F(g), w && g.target === g.currentTarget && Ze() && g.key === " " && !g.defaultPrevented && w(g);
|
|
7965
7965
|
});
|
|
7966
|
-
let
|
|
7967
|
-
|
|
7968
|
-
const
|
|
7969
|
-
|
|
7970
|
-
const
|
|
7966
|
+
let Je = l;
|
|
7967
|
+
Je === "button" && (se.href || se.to) && (Je = C);
|
|
7968
|
+
const nt = {};
|
|
7969
|
+
Je === "button" ? (nt.type = Q === void 0 ? "button" : Q, nt.disabled = u) : (!se.href && !se.to && (nt.role = "button"), u && (nt["aria-disabled"] = u));
|
|
7970
|
+
const Xe = Gs(r, he), b = {
|
|
7971
7971
|
...n,
|
|
7972
7972
|
centerRipple: a,
|
|
7973
7973
|
component: l,
|
|
@@ -7975,35 +7975,35 @@ const Sm = Br("MuiButtonBase", ["root", "disabled", "focusVisible"]), Cm = (e) =
|
|
|
7975
7975
|
disableRipple: f,
|
|
7976
7976
|
disableTouchRipple: d,
|
|
7977
7977
|
focusRipple: c,
|
|
7978
|
-
tabIndex:
|
|
7978
|
+
tabIndex: Y,
|
|
7979
7979
|
focusVisible: X
|
|
7980
7980
|
}, P = Cm(b);
|
|
7981
7981
|
return /* @__PURE__ */ re(Em, {
|
|
7982
|
-
as:
|
|
7982
|
+
as: Je,
|
|
7983
7983
|
className: pt(P.root, s),
|
|
7984
7984
|
ownerState: b,
|
|
7985
7985
|
onBlur: Z,
|
|
7986
7986
|
onClick: w,
|
|
7987
7987
|
onContextMenu: ne,
|
|
7988
7988
|
onFocus: Be,
|
|
7989
|
-
onKeyDown:
|
|
7989
|
+
onKeyDown: rt,
|
|
7990
7990
|
onKeyUp: Pt,
|
|
7991
7991
|
onMouseDown: fe,
|
|
7992
|
-
onMouseLeave:
|
|
7992
|
+
onMouseLeave: G,
|
|
7993
7993
|
onMouseUp: q,
|
|
7994
7994
|
onDragLeave: ue,
|
|
7995
7995
|
onTouchEnd: ae,
|
|
7996
7996
|
onTouchMove: be,
|
|
7997
7997
|
onTouchStart: ie,
|
|
7998
|
-
ref:
|
|
7999
|
-
tabIndex: u ? -1 :
|
|
8000
|
-
type:
|
|
8001
|
-
...
|
|
7998
|
+
ref: Xe,
|
|
7999
|
+
tabIndex: u ? -1 : Y,
|
|
8000
|
+
type: Q,
|
|
8001
|
+
...nt,
|
|
8002
8002
|
...se,
|
|
8003
8003
|
children: [o, ye ? /* @__PURE__ */ p(Mc, {
|
|
8004
8004
|
ref: L,
|
|
8005
8005
|
center: a,
|
|
8006
|
-
...
|
|
8006
|
+
...z
|
|
8007
8007
|
}) : null]
|
|
8008
8008
|
});
|
|
8009
8009
|
});
|
|
@@ -8772,7 +8772,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
8772
8772
|
}) => {
|
|
8773
8773
|
var m, w;
|
|
8774
8774
|
const c = !!r, y = a ? /* @__PURE__ */ p(
|
|
8775
|
-
|
|
8775
|
+
H,
|
|
8776
8776
|
{
|
|
8777
8777
|
component: "span",
|
|
8778
8778
|
sx: {
|
|
@@ -8801,7 +8801,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
8801
8801
|
(m = d.InputProps) == null ? void 0 : m.endAdornment
|
|
8802
8802
|
] }) : (w = d.InputProps) == null ? void 0 : w.endAdornment
|
|
8803
8803
|
};
|
|
8804
|
-
return /* @__PURE__ */ re(
|
|
8804
|
+
return /* @__PURE__ */ re(H, { children: [
|
|
8805
8805
|
c && /* @__PURE__ */ p(
|
|
8806
8806
|
me,
|
|
8807
8807
|
{
|
|
@@ -9034,7 +9034,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9034
9034
|
onOpen: y,
|
|
9035
9035
|
noOptionsText: C,
|
|
9036
9036
|
sx: m
|
|
9037
|
-
}) => /* @__PURE__ */ re(
|
|
9037
|
+
}) => /* @__PURE__ */ re(H, { children: [
|
|
9038
9038
|
a && /* @__PURE__ */ p(
|
|
9039
9039
|
me,
|
|
9040
9040
|
{
|
|
@@ -9100,7 +9100,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9100
9100
|
renderOption: (w, x, { selected: k }) => {
|
|
9101
9101
|
const { key: D, ...T } = w;
|
|
9102
9102
|
return /* @__PURE__ */ re(
|
|
9103
|
-
|
|
9103
|
+
H,
|
|
9104
9104
|
{
|
|
9105
9105
|
component: "li",
|
|
9106
9106
|
...T,
|
|
@@ -9241,7 +9241,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9241
9241
|
}
|
|
9242
9242
|
),
|
|
9243
9243
|
y && /* @__PURE__ */ p(
|
|
9244
|
-
|
|
9244
|
+
H,
|
|
9245
9245
|
{
|
|
9246
9246
|
sx: (k) => ({
|
|
9247
9247
|
display: "grid",
|
|
@@ -9284,7 +9284,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9284
9284
|
}
|
|
9285
9285
|
),
|
|
9286
9286
|
m && /* @__PURE__ */ p(
|
|
9287
|
-
|
|
9287
|
+
H,
|
|
9288
9288
|
{
|
|
9289
9289
|
sx: (k) => ({
|
|
9290
9290
|
display: "flex",
|
|
@@ -9329,7 +9329,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9329
9329
|
}
|
|
9330
9330
|
),
|
|
9331
9331
|
w && /* @__PURE__ */ p(
|
|
9332
|
-
|
|
9332
|
+
H,
|
|
9333
9333
|
{
|
|
9334
9334
|
sx: (k) => ({
|
|
9335
9335
|
display: "flex",
|
|
@@ -9479,7 +9479,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9479
9479
|
})
|
|
9480
9480
|
}
|
|
9481
9481
|
),
|
|
9482
|
-
label: /* @__PURE__ */ re(
|
|
9482
|
+
label: /* @__PURE__ */ re(H, { sx: { display: "flex", flexDirection: "column", gap: 0 }, children: [
|
|
9483
9483
|
/* @__PURE__ */ p(
|
|
9484
9484
|
me,
|
|
9485
9485
|
{
|
|
@@ -9528,7 +9528,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9528
9528
|
l && /* @__PURE__ */ p(lo, { sx: { mt: 0.5 }, children: l })
|
|
9529
9529
|
]
|
|
9530
9530
|
}
|
|
9531
|
-
), Vc = ({ labelPosition: e = "inner", labelVariant: t = "subtitle2", label: r, sx: n, ...i }) => /* @__PURE__ */ re(
|
|
9531
|
+
), Vc = ({ labelPosition: e = "inner", labelVariant: t = "subtitle2", label: r, sx: n, ...i }) => /* @__PURE__ */ re(H, { children: [
|
|
9532
9532
|
e === "top" && r && /* @__PURE__ */ p(me, { variant: t, sx: { color: "#111827", mb: 0.5 }, children: r }),
|
|
9533
9533
|
/* @__PURE__ */ p(
|
|
9534
9534
|
ji,
|
|
@@ -9555,7 +9555,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9555
9555
|
)
|
|
9556
9556
|
] }), Bm = ({ labelText: e, labelVariant: t = "subtitle2", hasError: r, sx: n, label: i, ...a }) => {
|
|
9557
9557
|
const o = !!e;
|
|
9558
|
-
return /* @__PURE__ */ re(
|
|
9558
|
+
return /* @__PURE__ */ re(H, { children: [
|
|
9559
9559
|
o && /* @__PURE__ */ p(
|
|
9560
9560
|
me,
|
|
9561
9561
|
{
|
|
@@ -9594,7 +9594,7 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9594
9594
|
)
|
|
9595
9595
|
] });
|
|
9596
9596
|
}, qm = ({ title: e, subtitle: t, actions: r, align: n = "left", sx: i }) => /* @__PURE__ */ re(
|
|
9597
|
-
|
|
9597
|
+
H,
|
|
9598
9598
|
{
|
|
9599
9599
|
sx: (a) => ({
|
|
9600
9600
|
display: "flex",
|
|
@@ -9606,11 +9606,11 @@ const tl = vt(/* @__PURE__ */ p("path", {
|
|
|
9606
9606
|
...i
|
|
9607
9607
|
}),
|
|
9608
9608
|
children: [
|
|
9609
|
-
/* @__PURE__ */ re(
|
|
9609
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", flexDirection: "column", minWidth: 0, flex: 1, textAlign: n }, children: [
|
|
9610
9610
|
e && /* @__PURE__ */ p(me, { variant: "h6", sx: (a) => ({ color: a.palette.text.primary, fontSize: 12, fontWeight: 600, lineHeight: 1.3 }), children: e }),
|
|
9611
9611
|
t && /* @__PURE__ */ p(me, { variant: "body2", sx: (a) => ({ color: a.palette.text.secondary, mt: e ? 0.5 : 0, fontSize: 12, fontWeight: 300 }), children: t })
|
|
9612
9612
|
] }),
|
|
9613
|
-
r && /* @__PURE__ */ p(
|
|
9613
|
+
r && /* @__PURE__ */ p(H, { sx: { display: "flex", alignItems: "center", gap: 1, flexWrap: "wrap" }, children: r })
|
|
9614
9614
|
]
|
|
9615
9615
|
}
|
|
9616
9616
|
), Rn = vt(/* @__PURE__ */ p("path", {
|
|
@@ -9671,13 +9671,13 @@ function Wm({
|
|
|
9671
9671
|
x(null), D(null);
|
|
9672
9672
|
return;
|
|
9673
9673
|
}
|
|
9674
|
-
const N = [...e], [
|
|
9675
|
-
N.splice(h, 0,
|
|
9674
|
+
const N = [...e], [Y] = N.splice(w, 1);
|
|
9675
|
+
N.splice(h, 0, Y), x(null), D(null), r(N);
|
|
9676
9676
|
}, I = () => {
|
|
9677
9677
|
x(null), D(null);
|
|
9678
9678
|
}, _ = e.length === 0;
|
|
9679
9679
|
return /* @__PURE__ */ re(
|
|
9680
|
-
|
|
9680
|
+
H,
|
|
9681
9681
|
{
|
|
9682
9682
|
role: "list",
|
|
9683
9683
|
sx: (h) => ({
|
|
@@ -9690,7 +9690,7 @@ function Wm({
|
|
|
9690
9690
|
n,
|
|
9691
9691
|
!_ && /* @__PURE__ */ p(co, { sx: { mt: -0.5, mb: 1, dividerColor: "#EBEBEB" } }),
|
|
9692
9692
|
_ && (c || C !== void 0) ? /* @__PURE__ */ re(
|
|
9693
|
-
|
|
9693
|
+
H,
|
|
9694
9694
|
{
|
|
9695
9695
|
sx: (h) => ({
|
|
9696
9696
|
display: "flex",
|
|
@@ -9750,9 +9750,9 @@ function Wm({
|
|
|
9750
9750
|
]
|
|
9751
9751
|
}
|
|
9752
9752
|
) : e.map((h, M) => {
|
|
9753
|
-
const N = w === M,
|
|
9753
|
+
const N = w === M, Y = k === M && w !== null && w !== M;
|
|
9754
9754
|
return /* @__PURE__ */ p(
|
|
9755
|
-
|
|
9755
|
+
H,
|
|
9756
9756
|
{
|
|
9757
9757
|
role: "listitem",
|
|
9758
9758
|
draggable: !i,
|
|
@@ -9760,27 +9760,27 @@ function Wm({
|
|
|
9760
9760
|
onDragOver: S(M),
|
|
9761
9761
|
onDrop: F(M),
|
|
9762
9762
|
onDragEnd: I,
|
|
9763
|
-
sx: (
|
|
9763
|
+
sx: (z) => ({
|
|
9764
9764
|
userSelect: "none",
|
|
9765
9765
|
cursor: i ? "default" : "grab",
|
|
9766
9766
|
backgroundColor: "#F8F8FA",
|
|
9767
|
-
border: `1px solid ${
|
|
9767
|
+
border: `1px solid ${Y ? z.palette.primary.main : "#EBEBEB"}`,
|
|
9768
9768
|
borderRadius: "8px",
|
|
9769
|
-
padding:
|
|
9769
|
+
padding: z.spacing(1),
|
|
9770
9770
|
opacity: N ? 0.6 : 1,
|
|
9771
|
-
boxShadow:
|
|
9771
|
+
boxShadow: Y ? `0 0 0 2px ${z.palette.primary.main}33` : "none"
|
|
9772
9772
|
}),
|
|
9773
|
-
children: u ? u(h, N) : /* @__PURE__ */ re(
|
|
9773
|
+
children: u ? u(h, N) : /* @__PURE__ */ re(H, { sx: (z) => ({ display: "flex", alignItems: "center", gap: z.spacing(1), minWidth: 0 }), children: [
|
|
9774
9774
|
l && /* @__PURE__ */ p(Nc, {}),
|
|
9775
|
-
s && /* @__PURE__ */ re(me, { variant: "body2", sx: (
|
|
9775
|
+
s && /* @__PURE__ */ re(me, { variant: "body2", sx: (z) => ({ fontWeight: 600, fontSize: 14, color: `${z.palette.text.primary}`, flex: "0 0 auto" }), children: [
|
|
9776
9776
|
M + 1,
|
|
9777
9777
|
"."
|
|
9778
9778
|
] }),
|
|
9779
9779
|
(() => {
|
|
9780
|
-
const
|
|
9781
|
-
return
|
|
9780
|
+
const z = typeof f == "function" ? f(h, M) : f;
|
|
9781
|
+
return z ? /* @__PURE__ */ p(uo, { label: z, sx: { borderRadius: "4px", p: "12px 3px" }, size: "small" }) : null;
|
|
9782
9782
|
})(),
|
|
9783
|
-
/* @__PURE__ */ p(me, { variant: "body2", sx: (
|
|
9783
|
+
/* @__PURE__ */ p(me, { variant: "body2", sx: (z) => ({ fontSize: 12, fontWeight: 500, color: `${z.palette.text.primary}90`, flex: 1, minWidth: 0, overflow: "hidden", whiteSpace: "nowrap", textOverflow: "ellipsis" }), children: o ? o(h) : "" })
|
|
9784
9784
|
] })
|
|
9785
9785
|
},
|
|
9786
9786
|
String(t(h))
|
|
@@ -9820,7 +9820,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
9820
9820
|
const a = _h(), o = a.palette.primary.main, s = a.palette.text.primary, l = a.palette.divider, u = a.palette.action && a.palette.action.disabledBackground || "#E8E8E8", f = (d) => {
|
|
9821
9821
|
const { active: c, completed: y, icon: C } = d;
|
|
9822
9822
|
return y ? /* @__PURE__ */ p(
|
|
9823
|
-
|
|
9823
|
+
H,
|
|
9824
9824
|
{
|
|
9825
9825
|
sx: {
|
|
9826
9826
|
width: 24,
|
|
@@ -9836,7 +9836,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
9836
9836
|
children: /* @__PURE__ */ p(Po, { sx: { fontSize: 16, fontWeight: 600 } })
|
|
9837
9837
|
}
|
|
9838
9838
|
) : c ? /* @__PURE__ */ p(
|
|
9839
|
-
|
|
9839
|
+
H,
|
|
9840
9840
|
{
|
|
9841
9841
|
sx: {
|
|
9842
9842
|
width: 24,
|
|
@@ -9854,7 +9854,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
9854
9854
|
children: C
|
|
9855
9855
|
}
|
|
9856
9856
|
) : /* @__PURE__ */ p(
|
|
9857
|
-
|
|
9857
|
+
H,
|
|
9858
9858
|
{
|
|
9859
9859
|
sx: {
|
|
9860
9860
|
width: 24,
|
|
@@ -9963,7 +9963,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
9963
9963
|
const [i, a] = Ft(null), o = (s) => {
|
|
9964
9964
|
const { active: l, completed: u, icon: f } = s;
|
|
9965
9965
|
return u ? /* @__PURE__ */ p(
|
|
9966
|
-
|
|
9966
|
+
H,
|
|
9967
9967
|
{
|
|
9968
9968
|
sx: {
|
|
9969
9969
|
width: 24,
|
|
@@ -9980,7 +9980,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
9980
9980
|
children: /* @__PURE__ */ p(Po, { sx: { fontSize: 16, fontWeight: 600 } })
|
|
9981
9981
|
}
|
|
9982
9982
|
) : l ? /* @__PURE__ */ p(
|
|
9983
|
-
|
|
9983
|
+
H,
|
|
9984
9984
|
{
|
|
9985
9985
|
sx: {
|
|
9986
9986
|
width: 24,
|
|
@@ -10000,7 +10000,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10000
10000
|
children: f
|
|
10001
10001
|
}
|
|
10002
10002
|
) : /* @__PURE__ */ p(
|
|
10003
|
-
|
|
10003
|
+
H,
|
|
10004
10004
|
{
|
|
10005
10005
|
sx: {
|
|
10006
10006
|
width: 24,
|
|
@@ -10048,7 +10048,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10048
10048
|
completed: l < t,
|
|
10049
10049
|
children: [
|
|
10050
10050
|
/* @__PURE__ */ re(
|
|
10051
|
-
|
|
10051
|
+
H,
|
|
10052
10052
|
{
|
|
10053
10053
|
sx: {
|
|
10054
10054
|
display: "flex",
|
|
@@ -10057,7 +10057,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10057
10057
|
},
|
|
10058
10058
|
children: [
|
|
10059
10059
|
/* @__PURE__ */ re(Vl, { StepIconComponent: o, children: [
|
|
10060
|
-
/* @__PURE__ */ re(
|
|
10060
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", gap: 1, alignItems: "center" }, children: [
|
|
10061
10061
|
/* @__PURE__ */ p(
|
|
10062
10062
|
me,
|
|
10063
10063
|
{
|
|
@@ -10130,7 +10130,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10130
10130
|
...s
|
|
10131
10131
|
},
|
|
10132
10132
|
children: [
|
|
10133
|
-
/* @__PURE__ */ p(
|
|
10133
|
+
/* @__PURE__ */ p(H, { sx: { display: "flex", alignItems: "center" }, children: d }),
|
|
10134
10134
|
/* @__PURE__ */ p(
|
|
10135
10135
|
me,
|
|
10136
10136
|
{
|
|
@@ -10175,7 +10175,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10175
10175
|
...s
|
|
10176
10176
|
},
|
|
10177
10177
|
children: [
|
|
10178
|
-
/* @__PURE__ */ re(
|
|
10178
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
|
|
10179
10179
|
d,
|
|
10180
10180
|
/* @__PURE__ */ p(
|
|
10181
10181
|
me,
|
|
@@ -10262,7 +10262,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10262
10262
|
)
|
|
10263
10263
|
}
|
|
10264
10264
|
);
|
|
10265
|
-
}, Ym = ({ value: e, onChange: t, items: r, ariaLabel: n, sx: i, tabSx: a }) => /* @__PURE__ */ re(
|
|
10265
|
+
}, Ym = ({ value: e, onChange: t, items: r, ariaLabel: n, sx: i, tabSx: a }) => /* @__PURE__ */ re(H, { children: [
|
|
10266
10266
|
/* @__PURE__ */ p(
|
|
10267
10267
|
Pu,
|
|
10268
10268
|
{
|
|
@@ -10317,7 +10317,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10317
10317
|
),
|
|
10318
10318
|
r.map((o, s) => {
|
|
10319
10319
|
const l = typeof o.value == "string" || typeof o.value == "number" ? o.value : s, u = o.content ?? (typeof o.value == "object" ? o.value : null);
|
|
10320
|
-
return u && e === l ? /* @__PURE__ */ p(
|
|
10320
|
+
return u && e === l ? /* @__PURE__ */ p(H, { sx: { mt: 1 }, children: u }, `panel-${l}`) : null;
|
|
10321
10321
|
})
|
|
10322
10322
|
] }), Qm = vt(/* @__PURE__ */ p("path", {
|
|
10323
10323
|
d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM8 9h8v10H8zm7.5-5-1-1h-5l-1 1H5v2h14V4z"
|
|
@@ -10343,38 +10343,38 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10343
10343
|
}) => {
|
|
10344
10344
|
const { fields: k, append: D, remove: T } = mp({ control: u, name: e }), F = !(typeof i == "number" ? k.length >= i : !1), I = pe.useMemo(() => {
|
|
10345
10345
|
if (x) return x;
|
|
10346
|
-
const B = t.find((
|
|
10346
|
+
const B = t.find((Q) => Q.type === "rowSelect");
|
|
10347
10347
|
return B == null ? void 0 : B.key;
|
|
10348
10348
|
}, [t, x]), _ = Kl({ control: u, name: e }) || [], W = pe.useMemo(() => {
|
|
10349
10349
|
if (!I) return {};
|
|
10350
10350
|
const B = {};
|
|
10351
|
-
return _.forEach((
|
|
10352
|
-
B[se] = !!(
|
|
10351
|
+
return _.forEach((Q, se) => {
|
|
10352
|
+
B[se] = !!(Q != null && Q[I]);
|
|
10353
10353
|
}), B;
|
|
10354
|
-
}, [_, I]), h = pe.useCallback((B) => W[B] === !0, [W]), M = pe.useCallback((B,
|
|
10354
|
+
}, [_, I]), h = pe.useCallback((B) => W[B] === !0, [W]), M = pe.useCallback((B, Q) => {
|
|
10355
10355
|
if (!m || !I) return;
|
|
10356
10356
|
const se = `${e}.${B}.${I}`;
|
|
10357
|
-
w === "single" &&
|
|
10357
|
+
w === "single" && Q && _.forEach((he, R) => {
|
|
10358
10358
|
if (R !== B) {
|
|
10359
10359
|
const L = `${e}.${R}.${I}`;
|
|
10360
10360
|
m(L, !1, { shouldDirty: !0 });
|
|
10361
10361
|
}
|
|
10362
|
-
}), m(se,
|
|
10362
|
+
}), m(se, Q, { shouldDirty: !0 });
|
|
10363
10363
|
}, [e, I, w, m, _]), N = (B) => {
|
|
10364
|
-
const
|
|
10364
|
+
const Q = { ...B || r };
|
|
10365
10365
|
t.forEach((se) => {
|
|
10366
|
-
se.value !== void 0 &&
|
|
10367
|
-
}), D(
|
|
10366
|
+
se.value !== void 0 && Q[se.key] === void 0 && (Q[se.key] = typeof se.value == "function" ? se.value(Q, k.length) : se.value);
|
|
10367
|
+
}), D(Q);
|
|
10368
10368
|
};
|
|
10369
10369
|
pe.useEffect(() => {
|
|
10370
10370
|
!s && k.length === 0 && F && N();
|
|
10371
10371
|
}, [s, k.length, F]);
|
|
10372
|
-
const
|
|
10372
|
+
const Y = pe.useMemo(() => t.reduce((Q, se) => {
|
|
10373
10373
|
if (se.width === "auto" || se.width === void 0)
|
|
10374
|
-
return
|
|
10374
|
+
return Q + 120;
|
|
10375
10375
|
const he = typeof se.width == "number" ? se.width : typeof se.width == "string" && parseInt(se.width) || 160;
|
|
10376
|
-
return
|
|
10377
|
-
}, 0) + (l ? 100 : 0), [t, l]),
|
|
10376
|
+
return Q + he;
|
|
10377
|
+
}, 0) + (l ? 100 : 0), [t, l]), z = (B) => B.width === "auto" || B.width === void 0 ? {
|
|
10378
10378
|
width: "auto",
|
|
10379
10379
|
minWidth: 120,
|
|
10380
10380
|
maxWidth: "none"
|
|
@@ -10396,7 +10396,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10396
10396
|
...f
|
|
10397
10397
|
},
|
|
10398
10398
|
children: k.length === 0 && s ? /* @__PURE__ */ re(
|
|
10399
|
-
|
|
10399
|
+
H,
|
|
10400
10400
|
{
|
|
10401
10401
|
sx: (B) => ({
|
|
10402
10402
|
p: 4,
|
|
@@ -10435,7 +10435,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10435
10435
|
children: y
|
|
10436
10436
|
}
|
|
10437
10437
|
),
|
|
10438
|
-
Array.isArray(d) && d.length > 0 ? d.map((B,
|
|
10438
|
+
Array.isArray(d) && d.length > 0 ? d.map((B, Q) => /* @__PURE__ */ p(
|
|
10439
10439
|
Ge,
|
|
10440
10440
|
{
|
|
10441
10441
|
variant: "outlined",
|
|
@@ -10447,7 +10447,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10447
10447
|
style: { display: !F && a ? "none" : void 0 },
|
|
10448
10448
|
children: B.label
|
|
10449
10449
|
},
|
|
10450
|
-
`empty-add-${
|
|
10450
|
+
`empty-add-${Q}`
|
|
10451
10451
|
)) : n && /* @__PURE__ */ p(
|
|
10452
10452
|
Ge,
|
|
10453
10453
|
{
|
|
@@ -10464,7 +10464,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10464
10464
|
}
|
|
10465
10465
|
) : /* @__PURE__ */ re(Mi, { children: [
|
|
10466
10466
|
/* @__PURE__ */ p(
|
|
10467
|
-
|
|
10467
|
+
H,
|
|
10468
10468
|
{
|
|
10469
10469
|
sx: {
|
|
10470
10470
|
height: "45px",
|
|
@@ -10475,10 +10475,10 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10475
10475
|
py: 1.25,
|
|
10476
10476
|
borderBottom: "1px solid #E5E6EB"
|
|
10477
10477
|
},
|
|
10478
|
-
children: Array.isArray(d) && d.length > 0 ? d.map((B,
|
|
10478
|
+
children: Array.isArray(d) && d.length > 0 ? d.map((B, Q) => /* @__PURE__ */ p(
|
|
10479
10479
|
Ge,
|
|
10480
10480
|
{
|
|
10481
|
-
variant:
|
|
10481
|
+
variant: Q === 0 ? "contained" : "outlined",
|
|
10482
10482
|
size: "small",
|
|
10483
10483
|
startIcon: /* @__PURE__ */ p(Rn, {}),
|
|
10484
10484
|
onClick: () => N(B.template),
|
|
@@ -10491,14 +10491,14 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10491
10491
|
py: 0.586,
|
|
10492
10492
|
minWidth: "90px",
|
|
10493
10493
|
"&:hover": {
|
|
10494
|
-
backgroundColor:
|
|
10494
|
+
backgroundColor: Q === 0 ? "#04502d" : void 0
|
|
10495
10495
|
}
|
|
10496
10496
|
},
|
|
10497
10497
|
disabled: !F && o,
|
|
10498
10498
|
style: { display: !F && a ? "none" : void 0 },
|
|
10499
10499
|
children: B.label
|
|
10500
10500
|
},
|
|
10501
|
-
`add-${
|
|
10501
|
+
`add-${Q}`
|
|
10502
10502
|
)) : n && /* @__PURE__ */ p(
|
|
10503
10503
|
Ge,
|
|
10504
10504
|
{
|
|
@@ -10528,7 +10528,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10528
10528
|
}
|
|
10529
10529
|
),
|
|
10530
10530
|
/* @__PURE__ */ p(
|
|
10531
|
-
|
|
10531
|
+
H,
|
|
10532
10532
|
{
|
|
10533
10533
|
sx: {
|
|
10534
10534
|
width: "100%",
|
|
@@ -10564,7 +10564,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10564
10564
|
{
|
|
10565
10565
|
stickyHeader: !0,
|
|
10566
10566
|
sx: {
|
|
10567
|
-
minWidth: `${
|
|
10567
|
+
minWidth: `${Y || 650}px`
|
|
10568
10568
|
},
|
|
10569
10569
|
children: [
|
|
10570
10570
|
/* @__PURE__ */ p(ju, { children: /* @__PURE__ */ re(Ko, { children: [
|
|
@@ -10581,7 +10581,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10581
10581
|
height: "43px",
|
|
10582
10582
|
px: 1.75,
|
|
10583
10583
|
py: 0,
|
|
10584
|
-
...
|
|
10584
|
+
...z(B)
|
|
10585
10585
|
},
|
|
10586
10586
|
children: B.header
|
|
10587
10587
|
},
|
|
@@ -10607,14 +10607,14 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10607
10607
|
}
|
|
10608
10608
|
)
|
|
10609
10609
|
] }) }),
|
|
10610
|
-
/* @__PURE__ */ p(zu, { children: k.map((B,
|
|
10611
|
-
const se = h(
|
|
10610
|
+
/* @__PURE__ */ p(zu, { children: k.map((B, Q) => {
|
|
10611
|
+
const se = h(Q), he = w && !se;
|
|
10612
10612
|
return /* @__PURE__ */ re(Ko, { children: [
|
|
10613
10613
|
t.map((R) => {
|
|
10614
10614
|
var fe;
|
|
10615
|
-
const L = `${e}.${
|
|
10615
|
+
const L = `${e}.${Q}.${R.key}`, X = R.type === "rowSelect" || R.key === I, de = X ? !1 : he ? !0 : typeof R.disabled == "function" ? R.disabled(B, Q) : !!R.disabled;
|
|
10616
10616
|
if (R.type === "index") {
|
|
10617
|
-
const ne = R.indexFormat ? R.indexFormat(
|
|
10617
|
+
const ne = R.indexFormat ? R.indexFormat(Q) : `#${Q + 1}`;
|
|
10618
10618
|
return /* @__PURE__ */ p(
|
|
10619
10619
|
Hr,
|
|
10620
10620
|
{
|
|
@@ -10624,7 +10624,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10624
10624
|
p: 1,
|
|
10625
10625
|
borderBottom: "1px solid #E5E6EB",
|
|
10626
10626
|
textAlign: ((fe = R.cellSx) == null ? void 0 : fe.textAlign) || "center",
|
|
10627
|
-
...
|
|
10627
|
+
...z(R),
|
|
10628
10628
|
...R.cellSx
|
|
10629
10629
|
},
|
|
10630
10630
|
children: ne
|
|
@@ -10633,7 +10633,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10633
10633
|
);
|
|
10634
10634
|
}
|
|
10635
10635
|
if (R.value !== void 0 && R.editable === !1) {
|
|
10636
|
-
const ne = typeof R.value == "function" ? R.value(B,
|
|
10636
|
+
const ne = typeof R.value == "function" ? R.value(B, Q) : R.value;
|
|
10637
10637
|
return /* @__PURE__ */ p(
|
|
10638
10638
|
Hr,
|
|
10639
10639
|
{
|
|
@@ -10642,7 +10642,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10642
10642
|
height: "35px",
|
|
10643
10643
|
p: 1,
|
|
10644
10644
|
borderBottom: "1px solid #E5E6EB",
|
|
10645
|
-
...
|
|
10645
|
+
...z(R),
|
|
10646
10646
|
...R.cellSx
|
|
10647
10647
|
},
|
|
10648
10648
|
children: ne
|
|
@@ -10650,7 +10650,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10650
10650
|
R.key
|
|
10651
10651
|
);
|
|
10652
10652
|
}
|
|
10653
|
-
const ye = R.endorsementText ? typeof R.endorsementText == "function" ? R.endorsementText(B,
|
|
10653
|
+
const ye = R.endorsementText ? typeof R.endorsementText == "function" ? R.endorsementText(B, Q) : R.endorsementText : void 0;
|
|
10654
10654
|
return /* @__PURE__ */ p(
|
|
10655
10655
|
Hr,
|
|
10656
10656
|
{
|
|
@@ -10659,7 +10659,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10659
10659
|
height: "35px",
|
|
10660
10660
|
p: 1,
|
|
10661
10661
|
borderBottom: "1px solid #E5E6EB",
|
|
10662
|
-
...
|
|
10662
|
+
...z(R),
|
|
10663
10663
|
...R.cellSx
|
|
10664
10664
|
},
|
|
10665
10665
|
children: R.type === "rowSelect" || X && R.type === "checkbox" ? /* @__PURE__ */ p(
|
|
@@ -10675,7 +10675,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10675
10675
|
checked: !!ne.value,
|
|
10676
10676
|
disabled: !1,
|
|
10677
10677
|
onChange: (ue) => {
|
|
10678
|
-
ne.onChange(ue), M(
|
|
10678
|
+
ne.onChange(ue), M(Q, ue);
|
|
10679
10679
|
},
|
|
10680
10680
|
sx: R.sx
|
|
10681
10681
|
}
|
|
@@ -10726,10 +10726,10 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10726
10726
|
{
|
|
10727
10727
|
name: L,
|
|
10728
10728
|
control: u,
|
|
10729
|
-
defaultValue: R.value !== void 0 ? typeof R.value == "function" ? R.value(B,
|
|
10729
|
+
defaultValue: R.value !== void 0 ? typeof R.value == "function" ? R.value(B, Q) : R.value : void 0,
|
|
10730
10730
|
render: ({ field: ne }) => (pe.useEffect(() => {
|
|
10731
10731
|
if (m && (ne.value === void 0 || ne.value === null || ne.value === "") && R.value !== void 0) {
|
|
10732
|
-
const ue = typeof R.value == "function" ? R.value(B,
|
|
10732
|
+
const ue = typeof R.value == "function" ? R.value(B, Q) : R.value;
|
|
10733
10733
|
m(L, ue, {
|
|
10734
10734
|
shouldValidate: !1
|
|
10735
10735
|
});
|
|
@@ -10739,7 +10739,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10739
10739
|
ne.value,
|
|
10740
10740
|
R.value,
|
|
10741
10741
|
B,
|
|
10742
|
-
|
|
10742
|
+
Q,
|
|
10743
10743
|
m
|
|
10744
10744
|
]), /* @__PURE__ */ p(
|
|
10745
10745
|
Vc,
|
|
@@ -10765,10 +10765,10 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10765
10765
|
{
|
|
10766
10766
|
name: L,
|
|
10767
10767
|
control: u,
|
|
10768
|
-
defaultValue: R.value !== void 0 ? typeof R.value == "function" ? R.value(B,
|
|
10768
|
+
defaultValue: R.value !== void 0 ? typeof R.value == "function" ? R.value(B, Q) : R.value : void 0,
|
|
10769
10769
|
render: ({ field: ne }) => (pe.useEffect(() => {
|
|
10770
10770
|
if (m && (ne.value === void 0 || ne.value === null || ne.value === "") && R.value !== void 0) {
|
|
10771
|
-
const ue = typeof R.value == "function" ? R.value(B,
|
|
10771
|
+
const ue = typeof R.value == "function" ? R.value(B, Q) : R.value;
|
|
10772
10772
|
m(L, ue, {
|
|
10773
10773
|
shouldValidate: !1
|
|
10774
10774
|
});
|
|
@@ -10778,7 +10778,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10778
10778
|
ne.value,
|
|
10779
10779
|
R.value,
|
|
10780
10780
|
B,
|
|
10781
|
-
|
|
10781
|
+
Q,
|
|
10782
10782
|
m
|
|
10783
10783
|
]), /* @__PURE__ */ p(
|
|
10784
10784
|
Dt,
|
|
@@ -10838,7 +10838,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10838
10838
|
{
|
|
10839
10839
|
size: "small",
|
|
10840
10840
|
color: "error",
|
|
10841
|
-
onClick: () => T(
|
|
10841
|
+
onClick: () => T(Q),
|
|
10842
10842
|
sx: { width: "20px", height: "20px" },
|
|
10843
10843
|
children: /* @__PURE__ */ p(Qm, { sx: { fontSize: "20px" } })
|
|
10844
10844
|
}
|
|
@@ -10863,10 +10863,10 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10863
10863
|
items: r,
|
|
10864
10864
|
sx: n,
|
|
10865
10865
|
cardSx: i
|
|
10866
|
-
}) => /* @__PURE__ */ p(
|
|
10866
|
+
}) => /* @__PURE__ */ p(H, { sx: { display: "flex", flexDirection: "column", gap: 1, ...n }, children: r.map((a) => {
|
|
10867
10867
|
const o = !!a.leftAction, s = !!a.rightAction, l = !!(a.header || a.chipText), u = a.leftAction, f = a.rightAction;
|
|
10868
10868
|
return /* @__PURE__ */ re(
|
|
10869
|
-
|
|
10869
|
+
H,
|
|
10870
10870
|
{
|
|
10871
10871
|
sx: {
|
|
10872
10872
|
border: "1px solid #DDDDDD",
|
|
@@ -10879,7 +10879,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10879
10879
|
...i
|
|
10880
10880
|
},
|
|
10881
10881
|
children: [
|
|
10882
|
-
o && u && /* @__PURE__ */ p(
|
|
10882
|
+
o && u && /* @__PURE__ */ p(H, { sx: { display: "flex", alignItems: "center", gap: 1, flexShrink: 0 }, children: /* @__PURE__ */ p(
|
|
10883
10883
|
ze,
|
|
10884
10884
|
{
|
|
10885
10885
|
name: u.name,
|
|
@@ -10896,7 +10896,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10896
10896
|
)
|
|
10897
10897
|
}
|
|
10898
10898
|
) }),
|
|
10899
|
-
l && /* @__PURE__ */ re(
|
|
10899
|
+
l && /* @__PURE__ */ re(H, { sx: { display: "flex", alignItems: "center", gap: 1, flex: o || s ? 1 : "none", ml: o ? 1 : 0 }, children: [
|
|
10900
10900
|
a.header && /* @__PURE__ */ p(
|
|
10901
10901
|
me,
|
|
10902
10902
|
{
|
|
@@ -10910,7 +10910,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10910
10910
|
}
|
|
10911
10911
|
),
|
|
10912
10912
|
a.chipText && /* @__PURE__ */ p(
|
|
10913
|
-
|
|
10913
|
+
H,
|
|
10914
10914
|
{
|
|
10915
10915
|
sx: {
|
|
10916
10916
|
bgcolor: "rgba(26,26,26,0.1)",
|
|
@@ -10924,7 +10924,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10924
10924
|
}
|
|
10925
10925
|
)
|
|
10926
10926
|
] }),
|
|
10927
|
-
s && f && /* @__PURE__ */ p(
|
|
10927
|
+
s && f && /* @__PURE__ */ p(H, { sx: { display: "flex", alignItems: "center", gap: 0.5, flexShrink: 0, ml: "auto" }, children: /* @__PURE__ */ p(
|
|
10928
10928
|
ze,
|
|
10929
10929
|
{
|
|
10930
10930
|
name: f.name,
|
|
@@ -10941,7 +10941,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
10941
10941
|
)
|
|
10942
10942
|
}
|
|
10943
10943
|
) }),
|
|
10944
|
-
!o && !s && !l && /* @__PURE__ */ p(
|
|
10944
|
+
!o && !s && !l && /* @__PURE__ */ p(H, { sx: { width: "100%", height: "100%" } })
|
|
10945
10945
|
]
|
|
10946
10946
|
},
|
|
10947
10947
|
a.id
|
|
@@ -11012,9 +11012,9 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11012
11012
|
...o
|
|
11013
11013
|
},
|
|
11014
11014
|
children: /* @__PURE__ */ re(Vu, { sx: { p: 2 }, children: [
|
|
11015
|
-
/* @__PURE__ */ re(
|
|
11015
|
+
/* @__PURE__ */ re(H, { sx: { mb: 1, display: "flex", justifyContent: "space-between", alignItems: "center" }, children: [
|
|
11016
11016
|
/* @__PURE__ */ re(
|
|
11017
|
-
|
|
11017
|
+
H,
|
|
11018
11018
|
{
|
|
11019
11019
|
sx: {
|
|
11020
11020
|
display: "flex",
|
|
@@ -11022,7 +11022,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11022
11022
|
alignItems: "center"
|
|
11023
11023
|
},
|
|
11024
11024
|
children: [
|
|
11025
|
-
/* @__PURE__ */ p(
|
|
11025
|
+
/* @__PURE__ */ p(H, { children: /* @__PURE__ */ p(Nc, {}) }),
|
|
11026
11026
|
/* @__PURE__ */ p(
|
|
11027
11027
|
Lc,
|
|
11028
11028
|
{
|
|
@@ -11049,9 +11049,9 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11049
11049
|
}
|
|
11050
11050
|
)
|
|
11051
11051
|
] }),
|
|
11052
|
-
/* @__PURE__ */ p(
|
|
11053
|
-
/* @__PURE__ */ re(
|
|
11054
|
-
/* @__PURE__ */ p(
|
|
11052
|
+
/* @__PURE__ */ p(H, { sx: { display: "flex", alignItems: "flex-start", gap: 1.5 }, children: /* @__PURE__ */ re(H, { sx: { flex: 1, display: "grid", gap: 1.5 }, children: [
|
|
11053
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", gap: 2, mb: 0.5 }, children: [
|
|
11054
|
+
/* @__PURE__ */ p(H, { sx: { flex: 0.5, display: "grid", gap: 1 }, children: /* @__PURE__ */ p(
|
|
11055
11055
|
Io,
|
|
11056
11056
|
{
|
|
11057
11057
|
labelText: "Phase type",
|
|
@@ -11061,7 +11061,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11061
11061
|
disabled: a
|
|
11062
11062
|
}
|
|
11063
11063
|
) }),
|
|
11064
|
-
/* @__PURE__ */ re(
|
|
11064
|
+
/* @__PURE__ */ re(H, { sx: { display: "grid", gap: 1, flex: 0.5 }, children: [
|
|
11065
11065
|
/* @__PURE__ */ p(
|
|
11066
11066
|
me,
|
|
11067
11067
|
{
|
|
@@ -11092,11 +11092,11 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11092
11092
|
] })
|
|
11093
11093
|
] }),
|
|
11094
11094
|
/* @__PURE__ */ re(
|
|
11095
|
-
|
|
11095
|
+
H,
|
|
11096
11096
|
{
|
|
11097
11097
|
sx: { display: "grid", gridTemplateColumns: "1fr 1fr", gap: 2 },
|
|
11098
11098
|
children: [
|
|
11099
|
-
/* @__PURE__ */ p(
|
|
11099
|
+
/* @__PURE__ */ p(H, { sx: { display: "grid", gap: 1 }, children: /* @__PURE__ */ p(
|
|
11100
11100
|
Dt,
|
|
11101
11101
|
{
|
|
11102
11102
|
labelText: "Min periods",
|
|
@@ -11115,7 +11115,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11115
11115
|
helperText: f || void 0
|
|
11116
11116
|
}
|
|
11117
11117
|
) }),
|
|
11118
|
-
/* @__PURE__ */ p(
|
|
11118
|
+
/* @__PURE__ */ p(H, { sx: { display: "grid", gap: 1 }, children: /* @__PURE__ */ p(
|
|
11119
11119
|
Dt,
|
|
11120
11120
|
{
|
|
11121
11121
|
labelText: "Max periods",
|
|
@@ -11132,7 +11132,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11132
11132
|
]
|
|
11133
11133
|
}
|
|
11134
11134
|
),
|
|
11135
|
-
/* @__PURE__ */ re(
|
|
11135
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", gap: 3 }, children: [
|
|
11136
11136
|
/* @__PURE__ */ p(
|
|
11137
11137
|
xr,
|
|
11138
11138
|
{
|
|
@@ -11155,8 +11155,8 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11155
11155
|
}
|
|
11156
11156
|
)
|
|
11157
11157
|
] }),
|
|
11158
|
-
e.type === "principal-moratorium" && /* @__PURE__ */ re(
|
|
11159
|
-
/* @__PURE__ */ re(
|
|
11158
|
+
e.type === "principal-moratorium" && /* @__PURE__ */ re(H, { sx: { display: "grid", gap: 1 }, children: [
|
|
11159
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
|
|
11160
11160
|
/* @__PURE__ */ p(me, { variant: "subtitle2", sx: { fontWeight: 500 }, children: "Interest policy during phase" }),
|
|
11161
11161
|
/* @__PURE__ */ p(ci, { title: "IFRS: interest is recognized via EIR; to not charge customers, accrue then forgive via waiver journal.", children: /* @__PURE__ */ p(
|
|
11162
11162
|
ba,
|
|
@@ -11189,7 +11189,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11189
11189
|
}
|
|
11190
11190
|
)
|
|
11191
11191
|
] }),
|
|
11192
|
-
e.type === "balloon" && /* @__PURE__ */ re(
|
|
11192
|
+
e.type === "balloon" && /* @__PURE__ */ re(H, { sx: { display: "grid", gap: 1.5 }, children: [
|
|
11193
11193
|
/* @__PURE__ */ p(
|
|
11194
11194
|
rn,
|
|
11195
11195
|
{
|
|
@@ -11242,7 +11242,7 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11242
11242
|
}
|
|
11243
11243
|
),
|
|
11244
11244
|
e.type === "step-up-down" && /* @__PURE__ */ re(
|
|
11245
|
-
|
|
11245
|
+
H,
|
|
11246
11246
|
{
|
|
11247
11247
|
sx: { display: "grid", gridTemplateColumns: "1fr 1fr", gap: 2 },
|
|
11248
11248
|
children: [
|
|
@@ -11275,10 +11275,10 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11275
11275
|
]
|
|
11276
11276
|
}
|
|
11277
11277
|
),
|
|
11278
|
-
e.type === "seasonal-skips" && /* @__PURE__ */ re(
|
|
11279
|
-
/* @__PURE__ */ re(
|
|
11278
|
+
e.type === "seasonal-skips" && /* @__PURE__ */ re(H, { sx: { display: "grid", gap: 1.5 }, children: [
|
|
11279
|
+
/* @__PURE__ */ re(H, { sx: { display: "grid", gap: 1 }, children: [
|
|
11280
11280
|
/* @__PURE__ */ p(me, { variant: "subtitle2", sx: { fontWeight: 500 }, children: "Skip Months" }),
|
|
11281
|
-
/* @__PURE__ */ p(
|
|
11281
|
+
/* @__PURE__ */ p(H, { sx: { display: "flex", flexWrap: "wrap", gap: 1 }, children: i.map((c) => /* @__PURE__ */ p(
|
|
11282
11282
|
uo,
|
|
11283
11283
|
{
|
|
11284
11284
|
label: c,
|
|
@@ -11297,8 +11297,8 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11297
11297
|
c
|
|
11298
11298
|
)) })
|
|
11299
11299
|
] }),
|
|
11300
|
-
/* @__PURE__ */ re(
|
|
11301
|
-
/* @__PURE__ */ re(
|
|
11300
|
+
/* @__PURE__ */ re(H, { sx: { display: "grid", gap: 1 }, children: [
|
|
11301
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
|
|
11302
11302
|
/* @__PURE__ */ p(me, { variant: "subtitle2", sx: { fontWeight: 500 }, children: "Interest policy during phase" }),
|
|
11303
11303
|
/* @__PURE__ */ p(ci, { title: "IFRS: interest is recognized via EIR; to not charge customers, accrue then forgive via waiver journal.", children: /* @__PURE__ */ p(
|
|
11304
11304
|
ba,
|
|
@@ -11345,8 +11345,8 @@ const Um = Et(Ml)(({ theme: e }) => {
|
|
|
11345
11345
|
disabled: a
|
|
11346
11346
|
}
|
|
11347
11347
|
),
|
|
11348
|
-
e.type === "payment-holiday" && /* @__PURE__ */ re(
|
|
11349
|
-
/* @__PURE__ */ re(
|
|
11348
|
+
e.type === "payment-holiday" && /* @__PURE__ */ re(H, { sx: { display: "grid", gap: 1 }, children: [
|
|
11349
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
|
|
11350
11350
|
/* @__PURE__ */ p(me, { variant: "subtitle2", sx: { fontWeight: 500 }, children: "Interest policy during phase" }),
|
|
11351
11351
|
/* @__PURE__ */ p(ci, { title: "IFRS: interest is recognized via EIR; to not charge customers, accrue then forgive via waiver journal.", children: /* @__PURE__ */ p(
|
|
11352
11352
|
ba,
|
|
@@ -11530,14 +11530,14 @@ const Wc = ({
|
|
|
11530
11530
|
return !1;
|
|
11531
11531
|
}
|
|
11532
11532
|
if (q !== void 0) return !!q;
|
|
11533
|
-
const
|
|
11534
|
-
if (typeof
|
|
11533
|
+
const G = (ie = e.validation) == null ? void 0 : ie.required;
|
|
11534
|
+
if (typeof G == "function")
|
|
11535
11535
|
try {
|
|
11536
|
-
return !!
|
|
11536
|
+
return !!G(a || {});
|
|
11537
11537
|
} catch {
|
|
11538
11538
|
return !1;
|
|
11539
11539
|
}
|
|
11540
|
-
return
|
|
11540
|
+
return G !== void 0 ? !!G : !1;
|
|
11541
11541
|
}, S = (q) => T() ? `${q} *` : q, F = () => {
|
|
11542
11542
|
if (e.value !== void 0) {
|
|
11543
11543
|
if (typeof e.value == "function")
|
|
@@ -11553,25 +11553,25 @@ const Wc = ({
|
|
|
11553
11553
|
Vt(() => {
|
|
11554
11554
|
const q = e.value;
|
|
11555
11555
|
if (typeof q != "function" || !o) return;
|
|
11556
|
-
let
|
|
11556
|
+
let G;
|
|
11557
11557
|
try {
|
|
11558
|
-
|
|
11558
|
+
G = q(a || {});
|
|
11559
11559
|
} catch {
|
|
11560
11560
|
return;
|
|
11561
11561
|
}
|
|
11562
11562
|
const ie = a ? a[e.name] : void 0;
|
|
11563
|
-
if (I.current === void 0 && (I.current =
|
|
11563
|
+
if (I.current === void 0 && (I.current = G), ie === void 0 || ie === I.current)
|
|
11564
11564
|
try {
|
|
11565
|
-
o(e.name,
|
|
11565
|
+
o(e.name, G, {
|
|
11566
11566
|
shouldValidate: !0,
|
|
11567
11567
|
shouldDirty: !1
|
|
11568
|
-
}), I.current =
|
|
11568
|
+
}), I.current = G;
|
|
11569
11569
|
} catch {
|
|
11570
11570
|
}
|
|
11571
11571
|
}, [
|
|
11572
11572
|
JSON.stringify(
|
|
11573
11573
|
Array.isArray(e.valueDeps) && a ? e.valueDeps.reduce(
|
|
11574
|
-
(q,
|
|
11574
|
+
(q, G) => ({ ...q, [G]: a[G] }),
|
|
11575
11575
|
{}
|
|
11576
11576
|
) : a || {}
|
|
11577
11577
|
),
|
|
@@ -11591,7 +11591,7 @@ const Wc = ({
|
|
|
11591
11591
|
e.passThroughFields
|
|
11592
11592
|
]), W = bt(null), h = _ != null && _.dependsOn ? a == null ? void 0 : a[_.dependsOn] : null, M = Qe(() => {
|
|
11593
11593
|
if (!(_ != null && _.dependsOn)) return !1;
|
|
11594
|
-
const q = h,
|
|
11594
|
+
const q = h, G = W.current, ie = q !== G;
|
|
11595
11595
|
return ie && (W.current = q), ie;
|
|
11596
11596
|
}, [_ == null ? void 0 : _.dependsOn, h]), N = Qe(() => {
|
|
11597
11597
|
const q = e.showWhen;
|
|
@@ -11602,12 +11602,12 @@ const Wc = ({
|
|
|
11602
11602
|
return !0;
|
|
11603
11603
|
}
|
|
11604
11604
|
if (q && typeof q == "object") {
|
|
11605
|
-
const
|
|
11606
|
-
if (
|
|
11607
|
-
if (
|
|
11605
|
+
const G = q.field, ie = q.equals, ae = q.in, be = G ? (a || {})[G] : void 0;
|
|
11606
|
+
if (G && typeof ie < "u") return be === ie;
|
|
11607
|
+
if (G && Array.isArray(ae)) return ae.includes(be);
|
|
11608
11608
|
}
|
|
11609
11609
|
return !0;
|
|
11610
|
-
}, [e.showWhen, a]),
|
|
11610
|
+
}, [e.showWhen, a]), Y = Fe(() => {
|
|
11611
11611
|
const q = e.dynamicEndorsement;
|
|
11612
11612
|
if (typeof q == "function")
|
|
11613
11613
|
try {
|
|
@@ -11616,13 +11616,13 @@ const Wc = ({
|
|
|
11616
11616
|
return e.endorsementText;
|
|
11617
11617
|
}
|
|
11618
11618
|
return e.endorsementText;
|
|
11619
|
-
}, [e, a]),
|
|
11620
|
-
const q = e.endAdornment,
|
|
11621
|
-
if (
|
|
11619
|
+
}, [e, a]), z = Fe(() => {
|
|
11620
|
+
const q = e.endAdornment, G = e.endAdornmentSwitch, ie = e.endAdornmentCheckbox;
|
|
11621
|
+
if (G)
|
|
11622
11622
|
return /* @__PURE__ */ p(
|
|
11623
11623
|
ze,
|
|
11624
11624
|
{
|
|
11625
|
-
name:
|
|
11625
|
+
name: G,
|
|
11626
11626
|
control: t,
|
|
11627
11627
|
defaultValue: e.endAdornmentSwitchDefault ?? !1,
|
|
11628
11628
|
render: ({ field: ae }) => /* @__PURE__ */ p(
|
|
@@ -11669,12 +11669,12 @@ const Wc = ({
|
|
|
11669
11669
|
return;
|
|
11670
11670
|
}
|
|
11671
11671
|
return q;
|
|
11672
|
-
}, [e, a, t, o]), B = Qe(() => u && Jr(e) && (!(_ != null && _.dependsOn) || h), [u, e, _ == null ? void 0 : _.dependsOn, h]),
|
|
11672
|
+
}, [e, a, t, o]), B = Qe(() => u && Jr(e) && (!(_ != null && _.dependsOn) || h), [u, e, _ == null ? void 0 : _.dependsOn, h]), Q = Qe(() => {
|
|
11673
11673
|
const q = {};
|
|
11674
11674
|
if (!a) return q;
|
|
11675
|
-
const
|
|
11676
|
-
if (
|
|
11677
|
-
const ie =
|
|
11675
|
+
const G = (_ == null ? void 0 : _.endpoint) || (e == null ? void 0 : e.api_endpoint);
|
|
11676
|
+
if (G && typeof G == "string") {
|
|
11677
|
+
const ie = G.match(/\{([^}]+)\}/g) || [];
|
|
11678
11678
|
for (const ae of ie) {
|
|
11679
11679
|
const be = ae.slice(1, -1), Z = a[be];
|
|
11680
11680
|
Z !== void 0 && (q[be] = Z);
|
|
@@ -11698,7 +11698,7 @@ const Wc = ({
|
|
|
11698
11698
|
_,
|
|
11699
11699
|
n,
|
|
11700
11700
|
i,
|
|
11701
|
-
|
|
11701
|
+
Q,
|
|
11702
11702
|
// Only pass dependent values, not entire formData
|
|
11703
11703
|
B
|
|
11704
11704
|
), L = Fe(() => {
|
|
@@ -11717,23 +11717,23 @@ const Wc = ({
|
|
|
11717
11717
|
const de = Fe((q) => {
|
|
11718
11718
|
if (typeof q == "function")
|
|
11719
11719
|
try {
|
|
11720
|
-
const
|
|
11721
|
-
return de(
|
|
11720
|
+
const G = q(a || {});
|
|
11721
|
+
return de(G);
|
|
11722
11722
|
} catch {
|
|
11723
11723
|
return [];
|
|
11724
11724
|
}
|
|
11725
|
-
return q ? Array.isArray(q) ? q.map((
|
|
11726
|
-
if (
|
|
11727
|
-
const ie =
|
|
11725
|
+
return q ? Array.isArray(q) ? q.map((G) => {
|
|
11726
|
+
if (G && typeof G == "object") {
|
|
11727
|
+
const ie = G.value ?? G.id ?? G.key ?? void 0, ae = G.label ?? G.name ?? G.title ?? (ie !== void 0 ? String(ie) : "");
|
|
11728
11728
|
return { label: String(ae ?? ""), value: String(ie ?? ae ?? "") };
|
|
11729
11729
|
}
|
|
11730
|
-
return { label: String(
|
|
11731
|
-
}) : typeof q == "object" ? Object.keys(q).map((
|
|
11732
|
-
value: String(
|
|
11733
|
-
label: String(q[
|
|
11730
|
+
return { label: String(G), value: String(G) };
|
|
11731
|
+
}) : typeof q == "object" ? Object.keys(q).map((G) => ({
|
|
11732
|
+
value: String(G),
|
|
11733
|
+
label: String(q[G])
|
|
11734
11734
|
})) : [] : [];
|
|
11735
11735
|
}, [a]), ye = Fe(() => Jr(e) ? Array.isArray(se) ? se : [] : e.type === "select" || e.type === "toggle" || e.type === "radio" || e.type === "autocomplete" ? de(e.options) : [], [e, se, de]), fe = () => {
|
|
11736
|
-
var q,
|
|
11736
|
+
var q, G, ie, ae, be, Z;
|
|
11737
11737
|
switch (e.type) {
|
|
11738
11738
|
case "title":
|
|
11739
11739
|
return /* @__PURE__ */ p(
|
|
@@ -11760,7 +11760,7 @@ const Wc = ({
|
|
|
11760
11760
|
}
|
|
11761
11761
|
);
|
|
11762
11762
|
case "finuiHeader":
|
|
11763
|
-
const Be = e.actionName, Ze = e.actionComponent,
|
|
11763
|
+
const Be = e.actionName, Ze = e.actionComponent, rt = e.actionLabel, Pt = (g) => /* @__PURE__ */ p(
|
|
11764
11764
|
qm,
|
|
11765
11765
|
{
|
|
11766
11766
|
title: e.title || e.label,
|
|
@@ -11769,7 +11769,7 @@ const Wc = ({
|
|
|
11769
11769
|
sx: e.sx,
|
|
11770
11770
|
actions: g ?? e.actions
|
|
11771
11771
|
}
|
|
11772
|
-
),
|
|
11772
|
+
), Je = (g) => {
|
|
11773
11773
|
if (e.cardWrap) {
|
|
11774
11774
|
const v = { ...{
|
|
11775
11775
|
px: 2,
|
|
@@ -11781,7 +11781,7 @@ const Wc = ({
|
|
|
11781
11781
|
}
|
|
11782
11782
|
return g;
|
|
11783
11783
|
};
|
|
11784
|
-
return
|
|
11784
|
+
return Je(
|
|
11785
11785
|
Be && Ze ? /* @__PURE__ */ p(
|
|
11786
11786
|
ze,
|
|
11787
11787
|
{
|
|
@@ -11792,14 +11792,14 @@ const Wc = ({
|
|
|
11792
11792
|
Ze === "switch" ? /* @__PURE__ */ p(
|
|
11793
11793
|
Xa,
|
|
11794
11794
|
{
|
|
11795
|
-
label:
|
|
11795
|
+
label: rt,
|
|
11796
11796
|
checked: !!g.value,
|
|
11797
11797
|
onChange: g.onChange
|
|
11798
11798
|
}
|
|
11799
11799
|
) : /* @__PURE__ */ p(
|
|
11800
11800
|
xr,
|
|
11801
11801
|
{
|
|
11802
|
-
label:
|
|
11802
|
+
label: rt || "",
|
|
11803
11803
|
checked: !!g.value,
|
|
11804
11804
|
onChange: g.onChange
|
|
11805
11805
|
}
|
|
@@ -11814,23 +11814,23 @@ const Wc = ({
|
|
|
11814
11814
|
{
|
|
11815
11815
|
name: e.name,
|
|
11816
11816
|
control: t,
|
|
11817
|
-
defaultValue: e.defaultValue ?? (typeof ((
|
|
11817
|
+
defaultValue: e.defaultValue ?? (typeof ((G = (q = e.items) == null ? void 0 : q[0]) == null ? void 0 : G.value) == "string" || typeof ((ae = (ie = e.items) == null ? void 0 : ie[0]) == null ? void 0 : ae.value) == "number" ? (Z = (be = e.items) == null ? void 0 : be[0]) == null ? void 0 : Z.value : 0),
|
|
11818
11818
|
render: ({ field: g }) => {
|
|
11819
|
-
const $ = e.items || [], v = $.map((
|
|
11820
|
-
label:
|
|
11821
|
-
value: typeof
|
|
11822
|
-
content:
|
|
11823
|
-
disabled:
|
|
11824
|
-
})), A = g.value,
|
|
11819
|
+
const $ = e.items || [], v = $.map((U, K) => ({
|
|
11820
|
+
label: U.label,
|
|
11821
|
+
value: typeof U.value == "string" || typeof U.value == "number" ? U.value : K,
|
|
11822
|
+
content: U.content,
|
|
11823
|
+
disabled: U.disabled
|
|
11824
|
+
})), A = g.value, j = (() => {
|
|
11825
11825
|
if (typeof A == "string" || typeof A == "number") {
|
|
11826
|
-
const
|
|
11827
|
-
(
|
|
11826
|
+
const U = $.findIndex(
|
|
11827
|
+
(K, ge) => typeof K.value == "string" || typeof K.value == "number" ? K.value === A : ge === A
|
|
11828
11828
|
);
|
|
11829
|
-
return
|
|
11829
|
+
return U >= 0 ? U : 0;
|
|
11830
11830
|
}
|
|
11831
11831
|
return Number(A) || 0;
|
|
11832
|
-
})(), J = $[
|
|
11833
|
-
return /* @__PURE__ */ re(
|
|
11832
|
+
})(), J = $[j] || {};
|
|
11833
|
+
return /* @__PURE__ */ re(H, { children: [
|
|
11834
11834
|
/* @__PURE__ */ p(
|
|
11835
11835
|
Ym,
|
|
11836
11836
|
{
|
|
@@ -11843,11 +11843,11 @@ const Wc = ({
|
|
|
11843
11843
|
}
|
|
11844
11844
|
),
|
|
11845
11845
|
Array.isArray(J.fields) && J.fields.length > 0 && (() => {
|
|
11846
|
-
const
|
|
11846
|
+
const U = J.fields, K = [];
|
|
11847
11847
|
let ge = [];
|
|
11848
|
-
for (const _e of
|
|
11849
|
-
_e.type === "section" && ge.length > 0 ? (
|
|
11850
|
-
ge.length > 0 &&
|
|
11848
|
+
for (const _e of U)
|
|
11849
|
+
_e.type === "section" && ge.length > 0 ? (K.push(ge), ge = [_e]) : ge.push(_e);
|
|
11850
|
+
ge.length > 0 && K.push(ge);
|
|
11851
11851
|
const xe = {
|
|
11852
11852
|
p: 2,
|
|
11853
11853
|
boxShadow: "0px 1px 4px 0px #00000029",
|
|
@@ -11859,10 +11859,10 @@ const Wc = ({
|
|
|
11859
11859
|
width: "100%",
|
|
11860
11860
|
mt: 1
|
|
11861
11861
|
};
|
|
11862
|
-
return /* @__PURE__ */ p(
|
|
11862
|
+
return /* @__PURE__ */ p(H, { sx: { mt: 1 }, children: K.map((_e, Pe) => {
|
|
11863
11863
|
const Me = _e.find(
|
|
11864
11864
|
(ce) => ce.type === "section"
|
|
11865
|
-
), ot = (Me == null ? void 0 : Me.cardWrap) !== !1,
|
|
11865
|
+
), ot = (Me == null ? void 0 : Me.cardWrap) !== !1, et = /* @__PURE__ */ p(Mi, { children: _e.map((ce) => {
|
|
11866
11866
|
const De = ce.showWhen;
|
|
11867
11867
|
if (De)
|
|
11868
11868
|
try {
|
|
@@ -11881,7 +11881,7 @@ const Wc = ({
|
|
|
11881
11881
|
12
|
|
11882
11882
|
);
|
|
11883
11883
|
return /* @__PURE__ */ p(
|
|
11884
|
-
|
|
11884
|
+
H,
|
|
11885
11885
|
{
|
|
11886
11886
|
sx: { gridColumn: `span ${rr}` },
|
|
11887
11887
|
children: /* @__PURE__ */ p(
|
|
@@ -11908,11 +11908,11 @@ const Wc = ({
|
|
|
11908
11908
|
...(Me == null ? void 0 : Me.cardSx) || {}
|
|
11909
11909
|
},
|
|
11910
11910
|
...(Me == null ? void 0 : Me.cardProps) || {},
|
|
11911
|
-
children:
|
|
11911
|
+
children: et
|
|
11912
11912
|
},
|
|
11913
11913
|
`tab-group-${Pe}`
|
|
11914
11914
|
) : /* @__PURE__ */ p(
|
|
11915
|
-
|
|
11915
|
+
H,
|
|
11916
11916
|
{
|
|
11917
11917
|
sx: {
|
|
11918
11918
|
display: "grid",
|
|
@@ -11921,7 +11921,7 @@ const Wc = ({
|
|
|
11921
11921
|
width: "100%",
|
|
11922
11922
|
mt: 1
|
|
11923
11923
|
},
|
|
11924
|
-
children:
|
|
11924
|
+
children: et
|
|
11925
11925
|
},
|
|
11926
11926
|
`tab-group-${Pe}`
|
|
11927
11927
|
);
|
|
@@ -11932,13 +11932,13 @@ const Wc = ({
|
|
|
11932
11932
|
}
|
|
11933
11933
|
);
|
|
11934
11934
|
case "grid":
|
|
11935
|
-
const
|
|
11936
|
-
return /* @__PURE__ */ p(
|
|
11935
|
+
const nt = e.defaultRows || [];
|
|
11936
|
+
return /* @__PURE__ */ p(H, { children: /* @__PURE__ */ p(
|
|
11937
11937
|
ze,
|
|
11938
11938
|
{
|
|
11939
11939
|
name: e.name,
|
|
11940
11940
|
control: t,
|
|
11941
|
-
defaultValue:
|
|
11941
|
+
defaultValue: nt.length > 0 ? nt : F() || [],
|
|
11942
11942
|
render: () => /* @__PURE__ */ p(
|
|
11943
11943
|
Gm,
|
|
11944
11944
|
{
|
|
@@ -11983,26 +11983,26 @@ const Wc = ({
|
|
|
11983
11983
|
control: t,
|
|
11984
11984
|
defaultValue: e.items || [],
|
|
11985
11985
|
render: ({ field: g }) => {
|
|
11986
|
-
const $ = e, v = g.value || $.items || [], A = typeof $.getId == "function" ? $.getId : typeof $.getId == "string" ? (
|
|
11986
|
+
const $ = e, v = g.value || $.items || [], A = typeof $.getId == "function" ? $.getId : typeof $.getId == "string" ? (U) => U[$.getId] : (U) => U.id ?? U._id ?? U.key ?? String(U), j = typeof $.getText == "function" ? $.getText : typeof $.getText == "string" ? (U) => U[$.getText] ?? String(U) : (U) => U.text ?? U.label ?? U.name ?? U.title ?? String(U), J = (() => {
|
|
11987
11987
|
if (typeof $.chipText == "function")
|
|
11988
11988
|
return $.chipText;
|
|
11989
11989
|
if (typeof $.chipText == "string")
|
|
11990
|
-
return v.length > 0 && v[0] && $.chipText in v[0] ? (
|
|
11990
|
+
return v.length > 0 && v[0] && $.chipText in v[0] ? (U, K) => U[$.chipText] ?? void 0 : $.chipText;
|
|
11991
11991
|
})();
|
|
11992
11992
|
return /* @__PURE__ */ p(
|
|
11993
11993
|
Wm,
|
|
11994
11994
|
{
|
|
11995
11995
|
items: v,
|
|
11996
11996
|
getId: A,
|
|
11997
|
-
onReorder: (
|
|
11998
|
-
g.onChange(
|
|
11997
|
+
onReorder: (U) => {
|
|
11998
|
+
g.onChange(U);
|
|
11999
11999
|
},
|
|
12000
12000
|
header: $.header,
|
|
12001
12001
|
disabled: e.disabled,
|
|
12002
12002
|
sx: $.sx,
|
|
12003
12003
|
chipText: J,
|
|
12004
12004
|
helperText: $.helperText || (l ? s == null ? void 0 : s.message : void 0),
|
|
12005
|
-
getText:
|
|
12005
|
+
getText: j,
|
|
12006
12006
|
showIndex: $.showIndex !== !1,
|
|
12007
12007
|
showLeftIcon: $.showLeftIcon !== !1,
|
|
12008
12008
|
renderItem: $.renderItem
|
|
@@ -12041,8 +12041,8 @@ const Wc = ({
|
|
|
12041
12041
|
id: e.id,
|
|
12042
12042
|
labelText: e.labelPosition === "top" ? S(e.label) : void 0,
|
|
12043
12043
|
label: e.labelPosition !== "top" ? S(e.label) : void 0,
|
|
12044
|
-
endAdornment:
|
|
12045
|
-
endorsementText:
|
|
12044
|
+
endAdornment: z(),
|
|
12045
|
+
endorsementText: Y(),
|
|
12046
12046
|
endorsementBg: e.endorsementBg,
|
|
12047
12047
|
endorsementColor: e.endorsementColor,
|
|
12048
12048
|
endorsementRadius: e.endorsementRadius,
|
|
@@ -12083,8 +12083,8 @@ const Wc = ({
|
|
|
12083
12083
|
id: e.id,
|
|
12084
12084
|
labelText: e.labelPosition === "top" ? S(e.label) : void 0,
|
|
12085
12085
|
label: e.labelPosition !== "top" ? S(e.label) : void 0,
|
|
12086
|
-
endAdornment:
|
|
12087
|
-
endorsementText:
|
|
12086
|
+
endAdornment: z(),
|
|
12087
|
+
endorsementText: Y(),
|
|
12088
12088
|
endorsementBg: e.endorsementBg,
|
|
12089
12089
|
endorsementColor: e.endorsementColor,
|
|
12090
12090
|
endorsementRadius: e.endorsementRadius,
|
|
@@ -12105,7 +12105,7 @@ const Wc = ({
|
|
|
12105
12105
|
}
|
|
12106
12106
|
);
|
|
12107
12107
|
case "select":
|
|
12108
|
-
const
|
|
12108
|
+
const Xe = ye();
|
|
12109
12109
|
return /* @__PURE__ */ p(
|
|
12110
12110
|
ze,
|
|
12111
12111
|
{
|
|
@@ -12113,16 +12113,24 @@ const Wc = ({
|
|
|
12113
12113
|
control: t,
|
|
12114
12114
|
defaultValue: F(),
|
|
12115
12115
|
render: ({ field: g }) => {
|
|
12116
|
-
const $ = typeof e.disabled == "function" ? !!e.disabled(a || {}) : !!e.disabled, v = e.disableWhenEmptyOptions === !0 && Array.isArray(
|
|
12116
|
+
const $ = typeof e.disabled == "function" ? !!e.disabled(a || {}) : !!e.disabled, v = e.disableWhenEmptyOptions === !0 && Array.isArray(Xe) && Xe.length === 0, A = $ || v || he, j = g.value, J = (() => {
|
|
12117
|
+
if (Array.isArray(Xe) && Xe.length > 0) {
|
|
12118
|
+
const U = Xe.find(
|
|
12119
|
+
(K) => String(K == null ? void 0 : K.value) === String(j)
|
|
12120
|
+
);
|
|
12121
|
+
return U ? U.value : j;
|
|
12122
|
+
}
|
|
12123
|
+
return j;
|
|
12124
|
+
})();
|
|
12117
12125
|
return /* @__PURE__ */ p(
|
|
12118
12126
|
Io,
|
|
12119
12127
|
{
|
|
12120
12128
|
labelText: e.labelPosition === "top" ? S(e.label) : void 0,
|
|
12121
12129
|
label: e.labelPosition !== "top" && e.labelPosition !== "none" ? S(e.label) : void 0,
|
|
12122
12130
|
labelVariant: e.labelVariant,
|
|
12123
|
-
value:
|
|
12131
|
+
value: J,
|
|
12124
12132
|
onChange: g.onChange,
|
|
12125
|
-
options:
|
|
12133
|
+
options: Xe,
|
|
12126
12134
|
disabled: A,
|
|
12127
12135
|
placeholder: e.labelPosition === "inner" || e.labelPosition === "none" || !e.labelPosition ? e.placeholder || (e.labelPosition === "none" ? S(e.label) : void 0) : e.placeholder,
|
|
12128
12136
|
loading: he,
|
|
@@ -12249,19 +12257,19 @@ const Wc = ({
|
|
|
12249
12257
|
control: t,
|
|
12250
12258
|
defaultValue: F(),
|
|
12251
12259
|
render: ({ field: g }) => {
|
|
12252
|
-
const $ = g.value, v = e.multiple === !0, A = (_ == null ? void 0 : _.valueField) || e.value_field || "value",
|
|
12253
|
-
if (
|
|
12254
|
-
if (typeof
|
|
12255
|
-
return
|
|
12256
|
-
if (typeof
|
|
12257
|
-
if (
|
|
12258
|
-
return
|
|
12259
|
-
if (
|
|
12260
|
-
return
|
|
12261
|
-
if (
|
|
12260
|
+
const $ = g.value, v = e.multiple === !0, A = (_ == null ? void 0 : _.valueField) || e.value_field || "value", j = (_ == null ? void 0 : _.labelField) || e.label_field || "label", J = (K) => {
|
|
12261
|
+
if (K != null) {
|
|
12262
|
+
if (typeof K == "string" || typeof K == "number")
|
|
12263
|
+
return K;
|
|
12264
|
+
if (typeof K == "object") {
|
|
12265
|
+
if (K[A] !== void 0)
|
|
12266
|
+
return K[A];
|
|
12267
|
+
if (K.value !== void 0)
|
|
12268
|
+
return K.value;
|
|
12269
|
+
if (K.id !== void 0) return K.id;
|
|
12262
12270
|
}
|
|
12263
12271
|
}
|
|
12264
|
-
},
|
|
12272
|
+
}, U = (() => {
|
|
12265
12273
|
if (v)
|
|
12266
12274
|
return (Array.isArray($) ? $ : []).map((ge) => {
|
|
12267
12275
|
const xe = b.find((_e) => {
|
|
@@ -12270,7 +12278,7 @@ const Wc = ({
|
|
|
12270
12278
|
});
|
|
12271
12279
|
return xe || {
|
|
12272
12280
|
[A]: ge,
|
|
12273
|
-
[
|
|
12281
|
+
[j]: `Selected: ${ge}`,
|
|
12274
12282
|
value: ge,
|
|
12275
12283
|
label: `Selected: ${ge}`
|
|
12276
12284
|
};
|
|
@@ -12278,15 +12286,15 @@ const Wc = ({
|
|
|
12278
12286
|
{
|
|
12279
12287
|
if ($ == null || $ === "")
|
|
12280
12288
|
return null;
|
|
12281
|
-
const
|
|
12289
|
+
const K = b.find(
|
|
12282
12290
|
(ge) => {
|
|
12283
12291
|
const xe = J(ge);
|
|
12284
12292
|
return xe !== void 0 && xe === $;
|
|
12285
12293
|
}
|
|
12286
12294
|
);
|
|
12287
|
-
return
|
|
12295
|
+
return K || {
|
|
12288
12296
|
[A]: $,
|
|
12289
|
-
[
|
|
12297
|
+
[j]: `Selected: ${$}`,
|
|
12290
12298
|
value: $,
|
|
12291
12299
|
label: `Selected: ${$}`
|
|
12292
12300
|
};
|
|
@@ -12297,7 +12305,7 @@ const Wc = ({
|
|
|
12297
12305
|
{
|
|
12298
12306
|
id: e.id,
|
|
12299
12307
|
options: b,
|
|
12300
|
-
value:
|
|
12308
|
+
value: U,
|
|
12301
12309
|
multiple: v,
|
|
12302
12310
|
labelText: e.labelPosition === "top" ? S(e.label) : void 0,
|
|
12303
12311
|
label: e.labelPosition !== "top" ? S(e.label) : void 0,
|
|
@@ -12315,20 +12323,20 @@ const Wc = ({
|
|
|
12315
12323
|
/_/g,
|
|
12316
12324
|
" "
|
|
12317
12325
|
)} first` : he ? "Fetching data..." : u && !he && b.length === 0 ? "No options available" : "Click to load options",
|
|
12318
|
-
onChange: (
|
|
12326
|
+
onChange: (K) => {
|
|
12319
12327
|
const ge = (_ == null ? void 0 : _.valueField) || e.value_field || "value";
|
|
12320
12328
|
if (v) {
|
|
12321
|
-
const _e = (Array.isArray(
|
|
12329
|
+
const _e = (Array.isArray(K) ? K : []).map((Pe) => typeof Pe == "object" && (Pe[ge] || Pe.value || Pe.id) || Pe);
|
|
12322
12330
|
g.onChange(_e);
|
|
12323
12331
|
} else {
|
|
12324
12332
|
let xe;
|
|
12325
|
-
|
|
12333
|
+
K && typeof K == "object" ? xe = K[ge] || K.value || K.id || K : xe = K, g.onChange(xe);
|
|
12326
12334
|
const _e = e.selectedAssignments;
|
|
12327
|
-
if (_e &&
|
|
12335
|
+
if (_e && K && typeof K == "object")
|
|
12328
12336
|
for (const [Pe, Me] of Object.entries(
|
|
12329
12337
|
_e
|
|
12330
12338
|
)) {
|
|
12331
|
-
const ot =
|
|
12339
|
+
const ot = K[Me];
|
|
12332
12340
|
if (ot !== void 0 && typeof o == "function")
|
|
12333
12341
|
try {
|
|
12334
12342
|
o(Pe, ot, {
|
|
@@ -12382,7 +12390,7 @@ const Wc = ({
|
|
|
12382
12390
|
render: ({ field: g }) => {
|
|
12383
12391
|
const $ = g.value || e.defaultValue || e.src;
|
|
12384
12392
|
if ($) {
|
|
12385
|
-
const
|
|
12393
|
+
const K = e.imageUploaded || {}, ge = K.previewText || "Preview", xe = K.removeText || "Remove", _e = K.saveText || "Save logo", Pe = K.showSave !== void 0 ? K.showSave : !!(e.onSave || K.saveText), Me = () => {
|
|
12386
12394
|
if (x(!0), typeof e.onPreview == "function")
|
|
12387
12395
|
try {
|
|
12388
12396
|
e.onPreview($);
|
|
@@ -12390,7 +12398,7 @@ const Wc = ({
|
|
|
12390
12398
|
}
|
|
12391
12399
|
}, ot = () => {
|
|
12392
12400
|
g.onChange(""), typeof e.onRemove == "function" && e.onRemove();
|
|
12393
|
-
},
|
|
12401
|
+
}, et = () => {
|
|
12394
12402
|
typeof e.onSave == "function" && e.onSave({
|
|
12395
12403
|
url: $,
|
|
12396
12404
|
file: D.current || void 0
|
|
@@ -12420,7 +12428,7 @@ const Wc = ({
|
|
|
12420
12428
|
gap: 2,
|
|
12421
12429
|
p: 2,
|
|
12422
12430
|
boxShadow: "0px 1px 4px 0px #00000014",
|
|
12423
|
-
...
|
|
12431
|
+
...K.cardSx
|
|
12424
12432
|
},
|
|
12425
12433
|
children: [
|
|
12426
12434
|
/* @__PURE__ */ p(
|
|
@@ -12434,12 +12442,12 @@ const Wc = ({
|
|
|
12434
12442
|
}
|
|
12435
12443
|
),
|
|
12436
12444
|
/* @__PURE__ */ re(
|
|
12437
|
-
|
|
12445
|
+
H,
|
|
12438
12446
|
{
|
|
12439
12447
|
sx: { display: "flex", flexDirection: "column", gap: 1 },
|
|
12440
12448
|
children: [
|
|
12441
12449
|
/* @__PURE__ */ p(
|
|
12442
|
-
|
|
12450
|
+
H,
|
|
12443
12451
|
{
|
|
12444
12452
|
sx: {
|
|
12445
12453
|
width: "30%",
|
|
@@ -12450,7 +12458,7 @@ const Wc = ({
|
|
|
12450
12458
|
borderRadius: "6px",
|
|
12451
12459
|
background: "#FFFFFF",
|
|
12452
12460
|
overflow: "hidden",
|
|
12453
|
-
...
|
|
12461
|
+
...K.thumbnailSx
|
|
12454
12462
|
},
|
|
12455
12463
|
children: /* @__PURE__ */ p(
|
|
12456
12464
|
"img",
|
|
@@ -12462,14 +12470,14 @@ const Wc = ({
|
|
|
12462
12470
|
)
|
|
12463
12471
|
}
|
|
12464
12472
|
),
|
|
12465
|
-
/* @__PURE__ */ re(
|
|
12473
|
+
/* @__PURE__ */ re(H, { sx: { flexGrow: 1 }, children: [
|
|
12466
12474
|
/* @__PURE__ */ p(
|
|
12467
12475
|
me,
|
|
12468
12476
|
{
|
|
12469
12477
|
sx: {
|
|
12470
12478
|
fontSize: "12px",
|
|
12471
12479
|
fontWeight: 500,
|
|
12472
|
-
...
|
|
12480
|
+
...K.fileNameSx
|
|
12473
12481
|
},
|
|
12474
12482
|
children: typeof $ == "string" ? $.split("/").pop() : "Selected image"
|
|
12475
12483
|
}
|
|
@@ -12477,17 +12485,17 @@ const Wc = ({
|
|
|
12477
12485
|
/* @__PURE__ */ p(
|
|
12478
12486
|
me,
|
|
12479
12487
|
{
|
|
12480
|
-
sx: { fontSize: "10px", ...
|
|
12488
|
+
sx: { fontSize: "10px", ...K.fileMetaSx },
|
|
12481
12489
|
children: "Image selected"
|
|
12482
12490
|
}
|
|
12483
12491
|
)
|
|
12484
12492
|
] }),
|
|
12485
|
-
/* @__PURE__ */ re(
|
|
12493
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", gap: 1 }, children: [
|
|
12486
12494
|
/* @__PURE__ */ p(
|
|
12487
12495
|
Ge,
|
|
12488
12496
|
{
|
|
12489
12497
|
type: "button",
|
|
12490
|
-
sx: { ...
|
|
12498
|
+
sx: { ...K.previewButtonSx },
|
|
12491
12499
|
variant: "outlined",
|
|
12492
12500
|
onClick: Me,
|
|
12493
12501
|
startIcon: /* @__PURE__ */ p(tl, {}),
|
|
@@ -12500,7 +12508,7 @@ const Wc = ({
|
|
|
12500
12508
|
variant: "outlined",
|
|
12501
12509
|
color: "error",
|
|
12502
12510
|
onClick: ot,
|
|
12503
|
-
sx: { ...
|
|
12511
|
+
sx: { ...K.removeButtonSx },
|
|
12504
12512
|
startIcon: /* @__PURE__ */ p(rl, {}),
|
|
12505
12513
|
children: xe
|
|
12506
12514
|
}
|
|
@@ -12509,8 +12517,8 @@ const Wc = ({
|
|
|
12509
12517
|
Ge,
|
|
12510
12518
|
{
|
|
12511
12519
|
variant: "contained",
|
|
12512
|
-
onClick:
|
|
12513
|
-
sx: { ...
|
|
12520
|
+
onClick: et,
|
|
12521
|
+
sx: { ...K.saveButtonSx },
|
|
12514
12522
|
children: _e
|
|
12515
12523
|
}
|
|
12516
12524
|
)
|
|
@@ -12526,9 +12534,9 @@ const Wc = ({
|
|
|
12526
12534
|
maxWidth: "md",
|
|
12527
12535
|
fullWidth: !0,
|
|
12528
12536
|
children: [
|
|
12529
|
-
/* @__PURE__ */ p(Lu, { children:
|
|
12537
|
+
/* @__PURE__ */ p(Lu, { children: K.previewTitle || "Image preview" }),
|
|
12530
12538
|
/* @__PURE__ */ p(Bu, { children: /* @__PURE__ */ p(
|
|
12531
|
-
|
|
12539
|
+
H,
|
|
12532
12540
|
{
|
|
12533
12541
|
sx: {
|
|
12534
12542
|
display: "flex",
|
|
@@ -12561,7 +12569,7 @@ const Wc = ({
|
|
|
12561
12569
|
var De;
|
|
12562
12570
|
return (De = k.current) == null ? void 0 : De.click();
|
|
12563
12571
|
},
|
|
12564
|
-
children:
|
|
12572
|
+
children: K.replaceText || "Replace logo"
|
|
12565
12573
|
}
|
|
12566
12574
|
),
|
|
12567
12575
|
/* @__PURE__ */ p(
|
|
@@ -12570,7 +12578,7 @@ const Wc = ({
|
|
|
12570
12578
|
type: "button",
|
|
12571
12579
|
variant: "contained",
|
|
12572
12580
|
onClick: () => x(!1),
|
|
12573
|
-
children:
|
|
12581
|
+
children: K.closeText || "Close"
|
|
12574
12582
|
}
|
|
12575
12583
|
)
|
|
12576
12584
|
] })
|
|
@@ -12581,14 +12589,14 @@ const Wc = ({
|
|
|
12581
12589
|
}
|
|
12582
12590
|
);
|
|
12583
12591
|
}
|
|
12584
|
-
const v = e.imagePlaceholder || {}, A = v.icon || "upload",
|
|
12585
|
-
var
|
|
12592
|
+
const v = e.imagePlaceholder || {}, A = v.icon || "upload", j = k, J = () => {
|
|
12593
|
+
var K;
|
|
12586
12594
|
try {
|
|
12587
|
-
(
|
|
12595
|
+
(K = j.current) == null || K.click();
|
|
12588
12596
|
} catch {
|
|
12589
12597
|
}
|
|
12590
|
-
},
|
|
12591
|
-
const ge =
|
|
12598
|
+
}, U = (K) => {
|
|
12599
|
+
const ge = K.target.files && K.target.files[0];
|
|
12592
12600
|
if (ge) {
|
|
12593
12601
|
typeof e.onFileSelected == "function" && e.onFileSelected(ge);
|
|
12594
12602
|
try {
|
|
@@ -12616,10 +12624,10 @@ const Wc = ({
|
|
|
12616
12624
|
"input",
|
|
12617
12625
|
{
|
|
12618
12626
|
type: "file",
|
|
12619
|
-
ref:
|
|
12627
|
+
ref: j,
|
|
12620
12628
|
accept: Array.isArray(e.accept) ? e.accept.join(",") : e.accept || "image/*",
|
|
12621
12629
|
style: { display: "none" },
|
|
12622
|
-
onChange:
|
|
12630
|
+
onChange: U
|
|
12623
12631
|
}
|
|
12624
12632
|
),
|
|
12625
12633
|
/* @__PURE__ */ p(
|
|
@@ -12692,7 +12700,7 @@ const Wc = ({
|
|
|
12692
12700
|
}
|
|
12693
12701
|
);
|
|
12694
12702
|
case "component":
|
|
12695
|
-
return /* @__PURE__ */ p(
|
|
12703
|
+
return /* @__PURE__ */ p(H, { children: e.render ? typeof e.render == "function" ? (() => {
|
|
12696
12704
|
try {
|
|
12697
12705
|
return e.render(a || {}, {
|
|
12698
12706
|
control: t,
|
|
@@ -12718,13 +12726,13 @@ const Wc = ({
|
|
|
12718
12726
|
), [e.disabled, e.copyWhenDisabled, e.type]), ue = Fe(async () => {
|
|
12719
12727
|
try {
|
|
12720
12728
|
const q = a ? a[e.name] : void 0;
|
|
12721
|
-
let
|
|
12722
|
-
q == null ?
|
|
12729
|
+
let G = "";
|
|
12730
|
+
q == null ? G = "" : Array.isArray(q) ? G = q.join(", ") : typeof q == "object" ? G = JSON.stringify(q) : G = String(q), await navigator.clipboard.writeText(G), m(!0), window.setTimeout(() => m(!1), 1200);
|
|
12723
12731
|
} catch {
|
|
12724
12732
|
}
|
|
12725
12733
|
}, [a, e.name]);
|
|
12726
|
-
return /* @__PURE__ */ re(
|
|
12727
|
-
/* @__PURE__ */ p(
|
|
12734
|
+
return /* @__PURE__ */ re(H, { sx: { display: "flex", alignItems: "center", gap: 0.3 }, children: [
|
|
12735
|
+
/* @__PURE__ */ p(H, { sx: { flexGrow: 1 }, children: N ? fe() : null }),
|
|
12728
12736
|
ne && /* @__PURE__ */ p(
|
|
12729
12737
|
fi,
|
|
12730
12738
|
{
|
|
@@ -13142,9 +13150,9 @@ function en(e) {
|
|
|
13142
13150
|
spec: o.spec,
|
|
13143
13151
|
disableStackTrace: M.disableStackTrace || x
|
|
13144
13152
|
}, d, M.params);
|
|
13145
|
-
for (const
|
|
13146
|
-
const
|
|
13147
|
-
return
|
|
13153
|
+
for (const z of Object.keys(N)) N[z] = k(N[z]);
|
|
13154
|
+
const Y = new mt(mt.formatError(M.message || c, N), r, N.path, M.type || u, N.disableStackTrace);
|
|
13155
|
+
return Y.params = N, Y;
|
|
13148
13156
|
}
|
|
13149
13157
|
const T = w ? s : l;
|
|
13150
13158
|
let S = {
|
|
@@ -14560,7 +14568,7 @@ const Dg = (e) => {
|
|
|
14560
14568
|
},
|
|
14561
14569
|
children: [
|
|
14562
14570
|
/* @__PURE__ */ re(
|
|
14563
|
-
|
|
14571
|
+
H,
|
|
14564
14572
|
{
|
|
14565
14573
|
sx: {
|
|
14566
14574
|
display: "flex",
|
|
@@ -14570,7 +14578,7 @@ const Dg = (e) => {
|
|
|
14570
14578
|
},
|
|
14571
14579
|
children: [
|
|
14572
14580
|
/* @__PURE__ */ p(
|
|
14573
|
-
|
|
14581
|
+
H,
|
|
14574
14582
|
{
|
|
14575
14583
|
sx: {
|
|
14576
14584
|
display: "flex",
|
|
@@ -14580,9 +14588,9 @@ const Dg = (e) => {
|
|
|
14580
14588
|
},
|
|
14581
14589
|
children: o.map((f, d) => {
|
|
14582
14590
|
const c = f === e, y = f < e || a.includes(f), C = c || y ? "primary.main" : "#8F97A4";
|
|
14583
|
-
return /* @__PURE__ */ re(
|
|
14591
|
+
return /* @__PURE__ */ re(H, { sx: { display: "flex", alignItems: "center" }, children: [
|
|
14584
14592
|
/* @__PURE__ */ re(
|
|
14585
|
-
|
|
14593
|
+
H,
|
|
14586
14594
|
{
|
|
14587
14595
|
onClick: () => u(f) && r(f),
|
|
14588
14596
|
sx: {
|
|
@@ -14592,7 +14600,7 @@ const Dg = (e) => {
|
|
|
14592
14600
|
},
|
|
14593
14601
|
children: [
|
|
14594
14602
|
/* @__PURE__ */ p(
|
|
14595
|
-
|
|
14603
|
+
H,
|
|
14596
14604
|
{
|
|
14597
14605
|
sx: {
|
|
14598
14606
|
width: 24,
|
|
@@ -14623,7 +14631,7 @@ const Dg = (e) => {
|
|
|
14623
14631
|
}
|
|
14624
14632
|
),
|
|
14625
14633
|
d < o.length - 1 && /* @__PURE__ */ p(
|
|
14626
|
-
|
|
14634
|
+
H,
|
|
14627
14635
|
{
|
|
14628
14636
|
sx: {
|
|
14629
14637
|
width: 40,
|
|
@@ -14687,10 +14695,10 @@ const Dg = (e) => {
|
|
|
14687
14695
|
`${s.text}-${l}`
|
|
14688
14696
|
);
|
|
14689
14697
|
};
|
|
14690
|
-
return /* @__PURE__ */ re(
|
|
14691
|
-
/* @__PURE__ */ p(
|
|
14692
|
-
/* @__PURE__ */ p(
|
|
14693
|
-
/* @__PURE__ */ p(
|
|
14698
|
+
return /* @__PURE__ */ re(H, { sx: { mt: 3, display: "flex", justifyContent: "space-between", alignItems: "center" }, children: [
|
|
14699
|
+
/* @__PURE__ */ p(H, { sx: { display: "flex", gap: 2 }, children: n.map((s, l) => o(s, l)) }),
|
|
14700
|
+
/* @__PURE__ */ p(H, { sx: { display: "flex", gap: 2 }, children: i.map((s, l) => o(s, l)) }),
|
|
14701
|
+
/* @__PURE__ */ p(H, { sx: { display: "flex", gap: 2 }, children: a.map((s, l) => o(s, l)) })
|
|
14694
14702
|
] });
|
|
14695
14703
|
}, jg = ({
|
|
14696
14704
|
config: e,
|
|
@@ -14742,7 +14750,7 @@ const Dg = (e) => {
|
|
|
14742
14750
|
return { ...x, justifyContent: "flex-end" };
|
|
14743
14751
|
}
|
|
14744
14752
|
};
|
|
14745
|
-
return u === "vertical" ? /* @__PURE__ */ p(
|
|
14753
|
+
return u === "vertical" ? /* @__PURE__ */ p(H, { sx: w(), children: s.map((x, k) => /* @__PURE__ */ p(H, { sx: { width: "100%" }, children: m(x, k) }, k)) }) : /* @__PURE__ */ p(H, { sx: w(), children: /* @__PURE__ */ p(Uu, { variant: "outlined", size: "medium", children: s.map((x, k) => m(x, k)) }) });
|
|
14746
14754
|
}, ou = (e, t) => {
|
|
14747
14755
|
const r = e == null ? void 0 : e.showWhen;
|
|
14748
14756
|
if (r) {
|
|
@@ -14827,15 +14835,15 @@ const Dg = (e) => {
|
|
|
14827
14835
|
return $;
|
|
14828
14836
|
}, []), {
|
|
14829
14837
|
control: N,
|
|
14830
|
-
handleSubmit:
|
|
14831
|
-
formState: { errors:
|
|
14838
|
+
handleSubmit: Y,
|
|
14839
|
+
formState: { errors: z },
|
|
14832
14840
|
watch: B,
|
|
14833
|
-
setValue:
|
|
14841
|
+
setValue: Q,
|
|
14834
14842
|
resetField: se,
|
|
14835
14843
|
trigger: he
|
|
14836
14844
|
} = gp({
|
|
14837
14845
|
resolver: Fe((g, $, v) => {
|
|
14838
|
-
const
|
|
14846
|
+
const j = gi(F ? h : r, g), J = Dg(j);
|
|
14839
14847
|
return xp(J)(g, $, v);
|
|
14840
14848
|
}, [F, h, r]),
|
|
14841
14849
|
mode: "onChange",
|
|
@@ -14849,13 +14857,13 @@ const Dg = (e) => {
|
|
|
14849
14857
|
}
|
|
14850
14858
|
if (g.length !== 0)
|
|
14851
14859
|
for (const { dependentField: $, dependencyName: v } of g) {
|
|
14852
|
-
const A = L.current[v],
|
|
14853
|
-
if (A !==
|
|
14860
|
+
const A = L.current[v], j = R == null ? void 0 : R[v];
|
|
14861
|
+
if (A !== j)
|
|
14854
14862
|
try {
|
|
14855
14863
|
se($);
|
|
14856
14864
|
} catch {
|
|
14857
14865
|
}
|
|
14858
|
-
L.current[v] =
|
|
14866
|
+
L.current[v] = j;
|
|
14859
14867
|
}
|
|
14860
14868
|
}, [r, R, se]);
|
|
14861
14869
|
const X = bt(i);
|
|
@@ -14877,36 +14885,36 @@ const Dg = (e) => {
|
|
|
14877
14885
|
const g = r.filter((v) => v.step === _);
|
|
14878
14886
|
for (const v of g)
|
|
14879
14887
|
if (typeof v.required == "function" ? !!v.required(R) : !!v.required) {
|
|
14880
|
-
const
|
|
14888
|
+
const j = R[v.name];
|
|
14881
14889
|
let J = !0;
|
|
14882
|
-
if (v.type === "checkbox" ? J =
|
|
14890
|
+
if (v.type === "checkbox" ? J = j === !0 : Array.isArray(j) ? J = j.length > 0 : J = j != null && j !== "", !J)
|
|
14883
14891
|
return !1;
|
|
14884
14892
|
}
|
|
14885
|
-
return await he() ? !0 : Object.keys(
|
|
14886
|
-
const
|
|
14887
|
-
return typeof (
|
|
14893
|
+
return await he() ? !0 : Object.keys(z).filter((A) => g.some((j) => j.name === A)).map((A) => {
|
|
14894
|
+
const j = z[A];
|
|
14895
|
+
return typeof (j == null ? void 0 : j.message) == "string" ? j.message : `${A} is invalid`;
|
|
14888
14896
|
}).length === 0;
|
|
14889
14897
|
}, ne = Qe(() => {
|
|
14890
14898
|
if (!F) return !0;
|
|
14891
14899
|
const g = r.filter((v) => v.step === _);
|
|
14892
14900
|
for (const v of g)
|
|
14893
14901
|
if (typeof v.required == "function" ? !!v.required(R) : !!v.required) {
|
|
14894
|
-
const
|
|
14902
|
+
const j = R[v.name];
|
|
14895
14903
|
let J = !0;
|
|
14896
|
-
if (v.type === "checkbox" ? J =
|
|
14904
|
+
if (v.type === "checkbox" ? J = j === !0 : Array.isArray(j) ? J = j.length > 0 : J = j != null && j !== "", !J)
|
|
14897
14905
|
return !1;
|
|
14898
14906
|
}
|
|
14899
|
-
return Object.keys(
|
|
14907
|
+
return Object.keys(z).filter(
|
|
14900
14908
|
(v) => g.some((A) => A.name === v)
|
|
14901
14909
|
).length === 0;
|
|
14902
|
-
}, [F, _, r, R,
|
|
14910
|
+
}, [F, _, r, R, z]), ue = Fe((g, $) => ou(g, $), []), q = Fe((g) => {
|
|
14903
14911
|
const $ = [];
|
|
14904
14912
|
for (const v of g)
|
|
14905
14913
|
if ($.push(v), v.type === "tabs" && v.items)
|
|
14906
14914
|
for (const A of v.items || [])
|
|
14907
14915
|
Array.isArray(A.fields) && $.push(...q(A.fields));
|
|
14908
14916
|
return $;
|
|
14909
|
-
}, []),
|
|
14917
|
+
}, []), G = Fe((g, $) => gi(g, $), []), ie = Qe(() => {
|
|
14910
14918
|
if (F)
|
|
14911
14919
|
return ne;
|
|
14912
14920
|
const g = gi(r, R);
|
|
@@ -14915,16 +14923,16 @@ const Dg = (e) => {
|
|
|
14915
14923
|
continue;
|
|
14916
14924
|
if (typeof A.required == "function" ? !!A.required(R) : !!A.required) {
|
|
14917
14925
|
const J = R[A.name];
|
|
14918
|
-
let
|
|
14919
|
-
if (A.type === "checkbox" ?
|
|
14926
|
+
let U = !0;
|
|
14927
|
+
if (A.type === "checkbox" ? U = J === !0 : U = J != null && J !== "" && !(Array.isArray(J) && J.length === 0), !U)
|
|
14920
14928
|
return !1;
|
|
14921
14929
|
}
|
|
14922
14930
|
}
|
|
14923
14931
|
const $ = new Set(g.map((A) => A.name));
|
|
14924
|
-
return Object.keys(
|
|
14932
|
+
return Object.keys(z).filter(
|
|
14925
14933
|
(A) => $.has(A)
|
|
14926
14934
|
).length === 0;
|
|
14927
|
-
}, [F, ne, r, R,
|
|
14935
|
+
}, [F, ne, r, R, z, G, ue]), ae = async (g) => {
|
|
14928
14936
|
g < 1 || g > I || g > _ && F && !await fe() || W(g);
|
|
14929
14937
|
}, be = async (g) => {
|
|
14930
14938
|
if (F && _ < I) {
|
|
@@ -14932,29 +14940,29 @@ const Dg = (e) => {
|
|
|
14932
14940
|
return;
|
|
14933
14941
|
}
|
|
14934
14942
|
const v = ((A) => {
|
|
14935
|
-
const
|
|
14936
|
-
for (const
|
|
14937
|
-
if (!
|
|
14938
|
-
const
|
|
14939
|
-
if (
|
|
14940
|
-
const ge =
|
|
14943
|
+
const j = { ...A || {} }, J = q(r);
|
|
14944
|
+
for (const U of J) {
|
|
14945
|
+
if (!U || !U.name) continue;
|
|
14946
|
+
const K = j[U.name];
|
|
14947
|
+
if (U.type === "dragdroplist" && Array.isArray(K)) {
|
|
14948
|
+
const ge = U, xe = ge.serialize;
|
|
14941
14949
|
if (!xe) continue;
|
|
14942
|
-
const _e =
|
|
14950
|
+
const _e = K, Pe = typeof ge.getId == "function" ? ge.getId : typeof ge.getId == "string" ? (ce) => ce == null ? void 0 : ce[ge.getId] : (ce) => (ce == null ? void 0 : ce.id) ?? (ce == null ? void 0 : ce._id) ?? (ce == null ? void 0 : ce.key) ?? String(ce), Me = typeof ge.getText == "function" ? ge.getText : typeof ge.getText == "string" ? (ce) => (ce == null ? void 0 : ce[ge.getText]) ?? String(ce) : (ce) => (ce == null ? void 0 : ce.text) ?? (ce == null ? void 0 : ce.label) ?? (ce == null ? void 0 : ce.name) ?? (ce == null ? void 0 : ce.title) ?? String(ce), ot = (() => {
|
|
14943
14951
|
if (typeof ge.chipText == "function") return ge.chipText;
|
|
14944
14952
|
if (typeof ge.chipText == "string") return (ce, De) => ce == null ? void 0 : ce[ge.chipText];
|
|
14945
14953
|
})();
|
|
14946
|
-
let
|
|
14947
|
-
typeof xe == "function" ?
|
|
14954
|
+
let et = K;
|
|
14955
|
+
typeof xe == "function" ? et = _e.map((ce, De) => xe(ce, De)) : xe === "ids" ? et = _e.map((ce) => Pe(ce)) : xe === "text" ? et = _e.map((ce) => Me(ce)) : xe === "chips" ? et = _e.map((ce, De) => (typeof ot == "function" ? ot(ce, De) : void 0) ?? "") : xe && typeof xe == "object" && "field" in xe && (et = _e.map((ce) => ce == null ? void 0 : ce[xe.field])), j[U.name] = et;
|
|
14948
14956
|
}
|
|
14949
14957
|
}
|
|
14950
|
-
return
|
|
14958
|
+
return j;
|
|
14951
14959
|
})(g);
|
|
14952
14960
|
o && o(v), n(v);
|
|
14953
14961
|
}, Z = async (g) => {
|
|
14954
14962
|
g && (g.preventDefault(), g.stopPropagation()), F && _ < I && await fe() && ae(_ + 1);
|
|
14955
14963
|
}, Be = (g) => {
|
|
14956
14964
|
g && (g.preventDefault(), g.stopPropagation()), F && _ > 1 && ae(_ - 1);
|
|
14957
|
-
}, Ze = (g) => g.col ? g.col : (g.xs || g.sm || g.md || g.lg || g.xl) && (g.xs || g.sm || g.md || g.lg || g.xl) || 12,
|
|
14965
|
+
}, Ze = (g) => g.col ? g.col : (g.xs || g.sm || g.md || g.lg || g.xl) && (g.xs || g.sm || g.md || g.lg || g.xl) || 12, rt = t ? Hu({
|
|
14958
14966
|
palette: {
|
|
14959
14967
|
primary: {
|
|
14960
14968
|
main: t.primaryColor || "#1976d2"
|
|
@@ -15006,12 +15014,12 @@ const Dg = (e) => {
|
|
|
15006
15014
|
const $ = {
|
|
15007
15015
|
...f,
|
|
15008
15016
|
buttons: f.buttons.map((v) => {
|
|
15009
|
-
const A = (v.text || "").toLowerCase(),
|
|
15010
|
-
let
|
|
15011
|
-
return F ? (
|
|
15017
|
+
const A = (v.text || "").toLowerCase(), j = v.type === "submit" || A.includes("submit") || A.includes("save") || A.includes("finish") || A.includes("complete"), J = A.includes("next");
|
|
15018
|
+
let U = !1;
|
|
15019
|
+
return F ? (j || J) && (U = !ne) : j && (U = !ie), { ...v, disabled: v.disabled || U };
|
|
15012
15020
|
})
|
|
15013
15021
|
};
|
|
15014
|
-
return /* @__PURE__ */ p(
|
|
15022
|
+
return /* @__PURE__ */ p(H, { sx: { mt: 3, ...g || {} }, children: /* @__PURE__ */ p(
|
|
15015
15023
|
jg,
|
|
15016
15024
|
{
|
|
15017
15025
|
config: $,
|
|
@@ -15026,17 +15034,17 @@ const Dg = (e) => {
|
|
|
15026
15034
|
}
|
|
15027
15035
|
if (u && u.length > 0) {
|
|
15028
15036
|
const $ = u.map((v) => {
|
|
15029
|
-
const A = (v.text || "").toLowerCase(),
|
|
15030
|
-
let
|
|
15031
|
-
return F ? (
|
|
15037
|
+
const A = (v.text || "").toLowerCase(), j = v.type === "submit" || A.includes("submit") || A.includes("save") || A.includes("finish") || A.includes("complete"), J = A.includes("next");
|
|
15038
|
+
let U = !1;
|
|
15039
|
+
return F ? (j || J) && (U = !ne) : j && (U = !ie), {
|
|
15032
15040
|
...v,
|
|
15033
|
-
disabled: v.disabled ||
|
|
15041
|
+
disabled: v.disabled || U
|
|
15034
15042
|
};
|
|
15035
15043
|
});
|
|
15036
|
-
return /* @__PURE__ */ p(
|
|
15044
|
+
return /* @__PURE__ */ p(H, { sx: g, children: /* @__PURE__ */ p(Mg, { buttons: $ }) });
|
|
15037
15045
|
}
|
|
15038
15046
|
return l ? /* @__PURE__ */ p(
|
|
15039
|
-
|
|
15047
|
+
H,
|
|
15040
15048
|
{
|
|
15041
15049
|
sx: {
|
|
15042
15050
|
mt: 3,
|
|
@@ -15046,7 +15054,7 @@ const Dg = (e) => {
|
|
|
15046
15054
|
alignItems: "flex-end",
|
|
15047
15055
|
...g || {}
|
|
15048
15056
|
},
|
|
15049
|
-
children: /* @__PURE__ */ re(
|
|
15057
|
+
children: /* @__PURE__ */ re(H, { sx: { display: "flex", gap: 2 }, children: [
|
|
15050
15058
|
F && _ > 1 && /* @__PURE__ */ p(
|
|
15051
15059
|
Ge,
|
|
15052
15060
|
{
|
|
@@ -15097,14 +15105,14 @@ const Dg = (e) => {
|
|
|
15097
15105
|
] })
|
|
15098
15106
|
}
|
|
15099
15107
|
) : null;
|
|
15100
|
-
},
|
|
15108
|
+
}, Je = Qe(() => {
|
|
15101
15109
|
const g = [];
|
|
15102
15110
|
let $ = [];
|
|
15103
15111
|
for (const v of h)
|
|
15104
15112
|
v.type === "section" && $.length > 0 ? (g.push($), $ = [v]) : $.push(v);
|
|
15105
15113
|
return $.length > 0 && g.push($), g;
|
|
15106
|
-
}, [h]),
|
|
15107
|
-
|
|
15114
|
+
}, [h]), nt = /* @__PURE__ */ re(
|
|
15115
|
+
H,
|
|
15108
15116
|
{
|
|
15109
15117
|
component: "form",
|
|
15110
15118
|
onSubmit: (g) => {
|
|
@@ -15112,7 +15120,7 @@ const Dg = (e) => {
|
|
|
15112
15120
|
g.preventDefault(), g.stopPropagation(), ne && Z();
|
|
15113
15121
|
return;
|
|
15114
15122
|
}
|
|
15115
|
-
|
|
15123
|
+
Y(be)(g);
|
|
15116
15124
|
},
|
|
15117
15125
|
id: e,
|
|
15118
15126
|
onKeyDown: (g) => {
|
|
@@ -15130,11 +15138,11 @@ const Dg = (e) => {
|
|
|
15130
15138
|
showStepTitles: (T == null ? void 0 : T.showStepTitles) !== !1
|
|
15131
15139
|
}
|
|
15132
15140
|
),
|
|
15133
|
-
|
|
15134
|
-
const v = g.find((
|
|
15141
|
+
Je.map((g, $) => {
|
|
15142
|
+
const v = g.find((K) => K.type === "section");
|
|
15135
15143
|
if (v && !ue(v, R))
|
|
15136
15144
|
return null;
|
|
15137
|
-
const A = (v == null ? void 0 : v.cardWrap) !== !1,
|
|
15145
|
+
const A = (v == null ? void 0 : v.cardWrap) !== !1, j = {
|
|
15138
15146
|
p: 2,
|
|
15139
15147
|
boxShadow: "0px 1px 4px 0px #00000029",
|
|
15140
15148
|
background: "#FFFFFF",
|
|
@@ -15150,37 +15158,37 @@ const Dg = (e) => {
|
|
|
15150
15158
|
gap: 2,
|
|
15151
15159
|
width: "100%",
|
|
15152
15160
|
mb: 2
|
|
15153
|
-
},
|
|
15154
|
-
if (!ue(
|
|
15161
|
+
}, U = /* @__PURE__ */ p(Mi, { children: g.map((K) => {
|
|
15162
|
+
if (!ue(K, R))
|
|
15155
15163
|
return null;
|
|
15156
|
-
const ge = Ze(
|
|
15157
|
-
return /* @__PURE__ */ p(
|
|
15164
|
+
const ge = Ze(K);
|
|
15165
|
+
return /* @__PURE__ */ p(H, { sx: { gridColumn: `span ${ge}` }, children: /* @__PURE__ */ p(
|
|
15158
15166
|
Wc,
|
|
15159
15167
|
{
|
|
15160
|
-
field:
|
|
15168
|
+
field: K,
|
|
15161
15169
|
control: N,
|
|
15162
|
-
errors:
|
|
15170
|
+
errors: z,
|
|
15163
15171
|
baseUrl: k,
|
|
15164
15172
|
apiHeaders: D,
|
|
15165
15173
|
formData: R,
|
|
15166
|
-
setValue:
|
|
15174
|
+
setValue: Q
|
|
15167
15175
|
}
|
|
15168
|
-
) },
|
|
15176
|
+
) }, K.name);
|
|
15169
15177
|
}) });
|
|
15170
15178
|
return A ? /* @__PURE__ */ p(
|
|
15171
15179
|
gt,
|
|
15172
15180
|
{
|
|
15173
|
-
sx: { ...
|
|
15181
|
+
sx: { ...j, ...(v == null ? void 0 : v.cardSx) || {} },
|
|
15174
15182
|
...(v == null ? void 0 : v.cardProps) || {},
|
|
15175
|
-
children:
|
|
15183
|
+
children: U
|
|
15176
15184
|
},
|
|
15177
15185
|
`group-${$}`
|
|
15178
|
-
) : /* @__PURE__ */ p(
|
|
15186
|
+
) : /* @__PURE__ */ p(H, { sx: J, children: U }, `group-${$}`);
|
|
15179
15187
|
}),
|
|
15180
15188
|
Pt()
|
|
15181
15189
|
]
|
|
15182
15190
|
}
|
|
15183
|
-
),
|
|
15191
|
+
), Xe = m ? /* @__PURE__ */ p(
|
|
15184
15192
|
gt,
|
|
15185
15193
|
{
|
|
15186
15194
|
sx: {
|
|
@@ -15191,10 +15199,10 @@ const Dg = (e) => {
|
|
|
15191
15199
|
...w
|
|
15192
15200
|
},
|
|
15193
15201
|
...x,
|
|
15194
|
-
children:
|
|
15202
|
+
children: nt
|
|
15195
15203
|
}
|
|
15196
|
-
) :
|
|
15197
|
-
return
|
|
15204
|
+
) : nt;
|
|
15205
|
+
return rt ? /* @__PURE__ */ p(Ku, { theme: rt, children: Xe }) : Xe;
|
|
15198
15206
|
}, Jy = ({
|
|
15199
15207
|
src: e,
|
|
15200
15208
|
alt: t,
|
|
@@ -15203,7 +15211,7 @@ const Dg = (e) => {
|
|
|
15203
15211
|
style: i,
|
|
15204
15212
|
className: a,
|
|
15205
15213
|
onClick: o
|
|
15206
|
-
}) => /* @__PURE__ */ p(
|
|
15214
|
+
}) => /* @__PURE__ */ p(H, { sx: { textAlign: "center" }, children: /* @__PURE__ */ p(
|
|
15207
15215
|
"img",
|
|
15208
15216
|
{
|
|
15209
15217
|
src: e || "/placeholder-image.png",
|
|
@@ -17129,15 +17137,15 @@ function yu() {
|
|
|
17129
17137
|
return vy(r);
|
|
17130
17138
|
}, [r]), N = Qe(function() {
|
|
17131
17139
|
return typeof w == "function" ? w : Cl;
|
|
17132
|
-
}, [w]),
|
|
17140
|
+
}, [w]), Y = Qe(function() {
|
|
17133
17141
|
return typeof m == "function" ? m : Cl;
|
|
17134
|
-
}, [m]),
|
|
17142
|
+
}, [m]), z = bt(null), B = bt(null), Q = wu(Dy, oo), se = Ta(Q, 2), he = se[0], R = se[1], L = he.isFocused, X = he.isFileDialogActive, de = bt(typeof window < "u" && window.isSecureContext && x && yy()), ye = function() {
|
|
17135
17143
|
!de.current && X && setTimeout(function() {
|
|
17136
17144
|
if (B.current) {
|
|
17137
17145
|
var A = B.current.files;
|
|
17138
17146
|
A.length || (R({
|
|
17139
17147
|
type: "closeDialog"
|
|
17140
|
-
}),
|
|
17148
|
+
}), Y());
|
|
17141
17149
|
}
|
|
17142
17150
|
}, 300);
|
|
17143
17151
|
};
|
|
@@ -17145,24 +17153,24 @@ function yu() {
|
|
|
17145
17153
|
return window.addEventListener("focus", ye, !1), function() {
|
|
17146
17154
|
window.removeEventListener("focus", ye, !1);
|
|
17147
17155
|
};
|
|
17148
|
-
}, [B, X,
|
|
17156
|
+
}, [B, X, Y, de]);
|
|
17149
17157
|
var fe = bt([]), ne = function(A) {
|
|
17150
|
-
|
|
17158
|
+
z.current && z.current.contains(A.target) || (A.preventDefault(), fe.current = []);
|
|
17151
17159
|
};
|
|
17152
17160
|
Vt(function() {
|
|
17153
17161
|
return D && (document.addEventListener("dragover", wl, !1), document.addEventListener("drop", ne, !1)), function() {
|
|
17154
17162
|
D && (document.removeEventListener("dragover", wl), document.removeEventListener("drop", ne));
|
|
17155
17163
|
};
|
|
17156
|
-
}, [
|
|
17157
|
-
return !n && k &&
|
|
17164
|
+
}, [z, D]), Vt(function() {
|
|
17165
|
+
return !n && k && z.current && z.current.focus(), function() {
|
|
17158
17166
|
};
|
|
17159
|
-
}, [
|
|
17167
|
+
}, [z, k, n]);
|
|
17160
17168
|
var ue = Fe(function(v) {
|
|
17161
17169
|
_ ? _(v) : console.error(v);
|
|
17162
17170
|
}, [_]), q = Fe(function(v) {
|
|
17163
17171
|
v.preventDefault(), v.persist(), b(v), fe.current = [].concat(Ty(fe.current), [v.target]), oi(v) && Promise.resolve(i(v)).then(function(A) {
|
|
17164
17172
|
if (!(Di(v) && !I)) {
|
|
17165
|
-
var
|
|
17173
|
+
var j = A.length, J = j > 0 && fy({
|
|
17166
17174
|
files: A,
|
|
17167
17175
|
accept: h,
|
|
17168
17176
|
minSize: o,
|
|
@@ -17170,10 +17178,10 @@ function yu() {
|
|
|
17170
17178
|
multiple: s,
|
|
17171
17179
|
maxFiles: l,
|
|
17172
17180
|
validator: W
|
|
17173
|
-
}),
|
|
17181
|
+
}), U = j > 0 && !J;
|
|
17174
17182
|
R({
|
|
17175
17183
|
isDragAccept: J,
|
|
17176
|
-
isDragReject:
|
|
17184
|
+
isDragReject: U,
|
|
17177
17185
|
isDragActive: !0,
|
|
17178
17186
|
type: "setDraggedFiles"
|
|
17179
17187
|
}), u && u(v);
|
|
@@ -17181,7 +17189,7 @@ function yu() {
|
|
|
17181
17189
|
}).catch(function(A) {
|
|
17182
17190
|
return ue(A);
|
|
17183
17191
|
});
|
|
17184
|
-
}, [i, u, ue, I, h, o, a, s, l, W]),
|
|
17192
|
+
}, [i, u, ue, I, h, o, a, s, l, W]), G = Fe(function(v) {
|
|
17185
17193
|
v.preventDefault(), v.persist(), b(v);
|
|
17186
17194
|
var A = oi(v);
|
|
17187
17195
|
if (A && v.dataTransfer)
|
|
@@ -17193,40 +17201,40 @@ function yu() {
|
|
|
17193
17201
|
}, [d, I]), ie = Fe(function(v) {
|
|
17194
17202
|
v.preventDefault(), v.persist(), b(v);
|
|
17195
17203
|
var A = fe.current.filter(function(J) {
|
|
17196
|
-
return
|
|
17197
|
-
}),
|
|
17198
|
-
|
|
17204
|
+
return z.current && z.current.contains(J);
|
|
17205
|
+
}), j = A.indexOf(v.target);
|
|
17206
|
+
j !== -1 && A.splice(j, 1), fe.current = A, !(A.length > 0) && (R({
|
|
17199
17207
|
type: "setDraggedFiles",
|
|
17200
17208
|
isDragActive: !1,
|
|
17201
17209
|
isDragAccept: !1,
|
|
17202
17210
|
isDragReject: !1
|
|
17203
17211
|
}), oi(v) && f && f(v));
|
|
17204
|
-
}, [
|
|
17205
|
-
var
|
|
17206
|
-
v.forEach(function(
|
|
17207
|
-
var
|
|
17212
|
+
}, [z, f, I]), ae = Fe(function(v, A) {
|
|
17213
|
+
var j = [], J = [];
|
|
17214
|
+
v.forEach(function(U) {
|
|
17215
|
+
var K = pu(U, h), ge = Ta(K, 2), xe = ge[0], _e = ge[1], Pe = du(U, o, a), Me = Ta(Pe, 2), ot = Me[0], et = Me[1], ce = W ? W(U) : null;
|
|
17208
17216
|
if (xe && ot && !ce)
|
|
17209
|
-
|
|
17217
|
+
j.push(U);
|
|
17210
17218
|
else {
|
|
17211
|
-
var De = [_e,
|
|
17219
|
+
var De = [_e, et];
|
|
17212
17220
|
ce && (De = De.concat(ce)), J.push({
|
|
17213
|
-
file:
|
|
17221
|
+
file: U,
|
|
17214
17222
|
errors: De.filter(function(rr) {
|
|
17215
17223
|
return rr;
|
|
17216
17224
|
})
|
|
17217
17225
|
});
|
|
17218
17226
|
}
|
|
17219
|
-
}), (!s &&
|
|
17227
|
+
}), (!s && j.length > 1 || s && l >= 1 && j.length > l) && (j.forEach(function(U) {
|
|
17220
17228
|
J.push({
|
|
17221
|
-
file:
|
|
17229
|
+
file: U,
|
|
17222
17230
|
errors: [dy]
|
|
17223
17231
|
});
|
|
17224
|
-
}),
|
|
17225
|
-
acceptedFiles:
|
|
17232
|
+
}), j.splice(0)), R({
|
|
17233
|
+
acceptedFiles: j,
|
|
17226
17234
|
fileRejections: J,
|
|
17227
17235
|
isDragReject: J.length > 0,
|
|
17228
17236
|
type: "setFiles"
|
|
17229
|
-
}), c && c(
|
|
17237
|
+
}), c && c(j, J, A), J.length > 0 && C && C(J, A), j.length > 0 && y && y(j, A);
|
|
17230
17238
|
}, [R, s, h, o, a, l, c, y, C, W]), be = Fe(function(v) {
|
|
17231
17239
|
v.preventDefault(), v.persist(), b(v), fe.current = [], oi(v) && Promise.resolve(i(v)).then(function(A) {
|
|
17232
17240
|
Di(v) && !I || ae(A, v);
|
|
@@ -17251,7 +17259,7 @@ function yu() {
|
|
|
17251
17259
|
type: "closeDialog"
|
|
17252
17260
|
});
|
|
17253
17261
|
}).catch(function(A) {
|
|
17254
|
-
by(A) ? (
|
|
17262
|
+
by(A) ? (Y(A), R({
|
|
17255
17263
|
type: "closeDialog"
|
|
17256
17264
|
})) : wy(A) ? (de.current = !1, B.current ? (B.current.value = null, B.current.click()) : ue(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))) : ue(A);
|
|
17257
17265
|
});
|
|
@@ -17260,48 +17268,48 @@ function yu() {
|
|
|
17260
17268
|
B.current && (R({
|
|
17261
17269
|
type: "openDialog"
|
|
17262
17270
|
}), N(), B.current.value = null, B.current.click());
|
|
17263
|
-
}, [R, N,
|
|
17264
|
-
!
|
|
17265
|
-
}, [
|
|
17271
|
+
}, [R, N, Y, x, ae, ue, M, s]), Be = Fe(function(v) {
|
|
17272
|
+
!z.current || !z.current.isEqualNode(v.target) || (v.key === " " || v.key === "Enter" || v.keyCode === 32 || v.keyCode === 13) && (v.preventDefault(), Z());
|
|
17273
|
+
}, [z, Z]), Ze = Fe(function() {
|
|
17266
17274
|
R({
|
|
17267
17275
|
type: "focus"
|
|
17268
17276
|
});
|
|
17269
|
-
}, []),
|
|
17277
|
+
}, []), rt = Fe(function() {
|
|
17270
17278
|
R({
|
|
17271
17279
|
type: "blur"
|
|
17272
17280
|
});
|
|
17273
17281
|
}, []), Pt = Fe(function() {
|
|
17274
17282
|
T || (gy() ? setTimeout(Z, 0) : Z());
|
|
17275
|
-
}, [T, Z]),
|
|
17283
|
+
}, [T, Z]), Je = function(A) {
|
|
17276
17284
|
return n ? null : A;
|
|
17277
|
-
}, rt = function(A) {
|
|
17278
|
-
return S ? null : Xe(A);
|
|
17279
17285
|
}, nt = function(A) {
|
|
17280
|
-
return
|
|
17286
|
+
return S ? null : Je(A);
|
|
17287
|
+
}, Xe = function(A) {
|
|
17288
|
+
return F ? null : Je(A);
|
|
17281
17289
|
}, b = function(A) {
|
|
17282
17290
|
I && A.stopPropagation();
|
|
17283
17291
|
}, P = Qe(function() {
|
|
17284
17292
|
return function() {
|
|
17285
|
-
var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, A = v.refKey,
|
|
17293
|
+
var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, A = v.refKey, j = A === void 0 ? "ref" : A, J = v.role, U = v.onKeyDown, K = v.onFocus, ge = v.onBlur, xe = v.onClick, _e = v.onDragEnter, Pe = v.onDragOver, Me = v.onDragLeave, ot = v.onDrop, et = Ii(v, Ey);
|
|
17286
17294
|
return Ne(Ne(ao({
|
|
17287
|
-
onKeyDown:
|
|
17288
|
-
onFocus:
|
|
17289
|
-
onBlur:
|
|
17290
|
-
onClick:
|
|
17291
|
-
onDragEnter:
|
|
17292
|
-
onDragOver:
|
|
17293
|
-
onDragLeave:
|
|
17294
|
-
onDrop:
|
|
17295
|
+
onKeyDown: nt(Lt(U, Be)),
|
|
17296
|
+
onFocus: nt(Lt(K, Ze)),
|
|
17297
|
+
onBlur: nt(Lt(ge, rt)),
|
|
17298
|
+
onClick: Je(Lt(xe, Pt)),
|
|
17299
|
+
onDragEnter: Xe(Lt(_e, q)),
|
|
17300
|
+
onDragOver: Xe(Lt(Pe, G)),
|
|
17301
|
+
onDragLeave: Xe(Lt(Me, ie)),
|
|
17302
|
+
onDrop: Xe(Lt(ot, be)),
|
|
17295
17303
|
role: typeof J == "string" && J !== "" ? J : "presentation"
|
|
17296
|
-
},
|
|
17304
|
+
}, j, z), !n && !S ? {
|
|
17297
17305
|
tabIndex: 0
|
|
17298
|
-
} : {}),
|
|
17306
|
+
} : {}), et);
|
|
17299
17307
|
};
|
|
17300
|
-
}, [
|
|
17308
|
+
}, [z, Be, Ze, rt, Pt, q, G, ie, be, S, F, n]), g = Fe(function(v) {
|
|
17301
17309
|
v.stopPropagation();
|
|
17302
17310
|
}, []), $ = Qe(function() {
|
|
17303
17311
|
return function() {
|
|
17304
|
-
var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, A = v.refKey,
|
|
17312
|
+
var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, A = v.refKey, j = A === void 0 ? "ref" : A, J = v.onChange, U = v.onClick, K = Ii(v, ky), ge = ao({
|
|
17305
17313
|
accept: h,
|
|
17306
17314
|
multiple: s,
|
|
17307
17315
|
type: "file",
|
|
@@ -17317,20 +17325,20 @@ function yu() {
|
|
|
17317
17325
|
width: "1px",
|
|
17318
17326
|
whiteSpace: "nowrap"
|
|
17319
17327
|
},
|
|
17320
|
-
onChange:
|
|
17321
|
-
onClick:
|
|
17328
|
+
onChange: Je(Lt(J, be)),
|
|
17329
|
+
onClick: Je(Lt(U, g)),
|
|
17322
17330
|
tabIndex: -1
|
|
17323
|
-
},
|
|
17324
|
-
return Ne(Ne({}, ge),
|
|
17331
|
+
}, j, B);
|
|
17332
|
+
return Ne(Ne({}, ge), K);
|
|
17325
17333
|
};
|
|
17326
17334
|
}, [B, r, s, be, n]);
|
|
17327
17335
|
return Ne(Ne({}, he), {}, {
|
|
17328
17336
|
isFocused: L && !n,
|
|
17329
17337
|
getRootProps: P,
|
|
17330
17338
|
getInputProps: $,
|
|
17331
|
-
rootRef:
|
|
17339
|
+
rootRef: z,
|
|
17332
17340
|
inputRef: B,
|
|
17333
|
-
open:
|
|
17341
|
+
open: Je(Z)
|
|
17334
17342
|
});
|
|
17335
17343
|
}
|
|
17336
17344
|
function Dy(e, t) {
|
|
@@ -17407,11 +17415,11 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17407
17415
|
border: "1px solid #e0e0e0"
|
|
17408
17416
|
},
|
|
17409
17417
|
children: [
|
|
17410
|
-
/* @__PURE__ */ re(
|
|
17418
|
+
/* @__PURE__ */ re(H, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
|
|
17411
17419
|
r(),
|
|
17412
17420
|
n()
|
|
17413
17421
|
] }),
|
|
17414
|
-
/* @__PURE__ */ re(
|
|
17422
|
+
/* @__PURE__ */ re(H, { sx: { flex: 1, minWidth: 0 }, children: [
|
|
17415
17423
|
/* @__PURE__ */ p(me, { variant: "body2", noWrap: !0, children: e.file.name }),
|
|
17416
17424
|
/* @__PURE__ */ re(me, { variant: "caption", color: "textSecondary", children: [
|
|
17417
17425
|
i(e.file.size),
|
|
@@ -17451,28 +17459,28 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17451
17459
|
c(t);
|
|
17452
17460
|
}, [t]);
|
|
17453
17461
|
const F = Fe(
|
|
17454
|
-
(
|
|
17455
|
-
var
|
|
17456
|
-
return ((
|
|
17462
|
+
(z) => {
|
|
17463
|
+
var Q, se;
|
|
17464
|
+
return ((Q = e == null ? void 0 : e.fileTypes) == null ? void 0 : Q.some((he) => {
|
|
17457
17465
|
if (he.includes("*")) {
|
|
17458
17466
|
const R = he.split("/")[0];
|
|
17459
|
-
return
|
|
17467
|
+
return z.type.startsWith(R);
|
|
17460
17468
|
}
|
|
17461
|
-
return
|
|
17462
|
-
})) ? e != null && e.maxSize &&
|
|
17469
|
+
return z.type === he;
|
|
17470
|
+
})) ? e != null && e.maxSize && z.size > e.maxSize ? `File size exceeds maximum limit of ${(e.maxSize / 1048576).toFixed(1)}MB` : null : `File type ${z.type} is not allowed. Allowed types: ${(se = e == null ? void 0 : e.fileTypes) == null ? void 0 : se.join(", ")}`;
|
|
17463
17471
|
},
|
|
17464
17472
|
[e]
|
|
17465
17473
|
), I = Fe(
|
|
17466
|
-
async (
|
|
17467
|
-
console.log("handleFiles called with:",
|
|
17468
|
-
const B = [],
|
|
17474
|
+
async (z) => {
|
|
17475
|
+
console.log("handleFiles called with:", z.length, "files"), w(!0);
|
|
17476
|
+
const B = [], Q = [];
|
|
17469
17477
|
try {
|
|
17470
|
-
for (const he of
|
|
17478
|
+
for (const he of z) {
|
|
17471
17479
|
let R = null;
|
|
17472
17480
|
if (e != null && e.multiple && d.some(
|
|
17473
17481
|
(X) => X.file.name === he.name && X.file.size === he.size && X.file.lastModified === he.lastModified
|
|
17474
17482
|
)) {
|
|
17475
|
-
|
|
17483
|
+
Q.push(`${he.name}: File already exists`);
|
|
17476
17484
|
continue;
|
|
17477
17485
|
}
|
|
17478
17486
|
if (R = F(he), !R && (e != null && e.customValidation))
|
|
@@ -17483,7 +17491,7 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17483
17491
|
R = `Custom validation failed: ${L instanceof Error ? L.message : "Unknown error"}`;
|
|
17484
17492
|
}
|
|
17485
17493
|
if (R)
|
|
17486
|
-
|
|
17494
|
+
Q.push(`${he.name}: ${R}`);
|
|
17487
17495
|
else {
|
|
17488
17496
|
const L = {
|
|
17489
17497
|
id: `${Date.now()}-${Math.random().toString(36).substr(2, 9)}`,
|
|
@@ -17497,7 +17505,7 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17497
17505
|
}
|
|
17498
17506
|
}
|
|
17499
17507
|
const se = e != null && e.multiple ? [...d, ...B] : B;
|
|
17500
|
-
c(se), r == null || r(se),
|
|
17508
|
+
c(se), r == null || r(se), Q.length > 0 ? (T(Q), C(Q)) : (T([]), C([]));
|
|
17501
17509
|
} catch (se) {
|
|
17502
17510
|
const he = `Unexpected error: ${se instanceof Error ? se.message : "Unknown error"}`;
|
|
17503
17511
|
T([he]), C([he]);
|
|
@@ -17505,9 +17513,9 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17505
17513
|
},
|
|
17506
17514
|
[d, e == null ? void 0 : e.multiple, F, e == null ? void 0 : e.customValidation, r]
|
|
17507
17515
|
), _ = Fe(
|
|
17508
|
-
(
|
|
17516
|
+
(z) => {
|
|
17509
17517
|
w(!0);
|
|
17510
|
-
const B = d.filter((
|
|
17518
|
+
const B = d.filter((Q) => Q.id !== z);
|
|
17511
17519
|
c(B), r == null || r(B), T([]), S.current && (S.current.value = "");
|
|
17512
17520
|
},
|
|
17513
17521
|
[d, r]
|
|
@@ -17517,8 +17525,8 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17517
17525
|
return;
|
|
17518
17526
|
}
|
|
17519
17527
|
T([]), k(!0);
|
|
17520
|
-
const
|
|
17521
|
-
n == null || n(
|
|
17528
|
+
const z = d.filter((B) => B.status !== "error");
|
|
17529
|
+
n == null || n(z);
|
|
17522
17530
|
}, [d, n, e == null ? void 0 : e.required, e == null ? void 0 : e.title]), { getRootProps: h, getInputProps: M, isDragActive: N } = yu({
|
|
17523
17531
|
onDrop: I,
|
|
17524
17532
|
multiple: e == null ? void 0 : e.multiple,
|
|
@@ -17528,7 +17536,7 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17528
17536
|
});
|
|
17529
17537
|
Vt(() => {
|
|
17530
17538
|
if (!m) return;
|
|
17531
|
-
const
|
|
17539
|
+
const z = [], B = [...D, ...z];
|
|
17532
17540
|
B.length > 0 ? C(B) : C([]);
|
|
17533
17541
|
}, [
|
|
17534
17542
|
d,
|
|
@@ -17538,9 +17546,9 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17538
17546
|
x,
|
|
17539
17547
|
D
|
|
17540
17548
|
]);
|
|
17541
|
-
const
|
|
17542
|
-
var
|
|
17543
|
-
switch (((
|
|
17549
|
+
const Y = () => {
|
|
17550
|
+
var z;
|
|
17551
|
+
switch (((z = e == null ? void 0 : e.submitButton) == null ? void 0 : z.position) || "right") {
|
|
17544
17552
|
case "left":
|
|
17545
17553
|
return "flex-start";
|
|
17546
17554
|
case "center":
|
|
@@ -17551,7 +17559,7 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17551
17559
|
return "flex-end";
|
|
17552
17560
|
}
|
|
17553
17561
|
};
|
|
17554
|
-
return /* @__PURE__ */ re(
|
|
17562
|
+
return /* @__PURE__ */ re(H, { className: a, style: o, children: [
|
|
17555
17563
|
/* @__PURE__ */ re(me, { variant: "h6", gutterBottom: !0, children: [
|
|
17556
17564
|
e == null ? void 0 : e.title,
|
|
17557
17565
|
(e == null ? void 0 : e.required) && /* @__PURE__ */ p("span", { style: { color: "red" }, children: " *" })
|
|
@@ -17595,19 +17603,19 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17595
17603
|
/* @__PURE__ */ p(me, { sx: { fontSize: "16px", fontWeight: 600, color: "primary.main" }, children: s }),
|
|
17596
17604
|
/* @__PURE__ */ p(me, { sx: { fontSize: "12px", fontWeight: 400, color: "primary.main" }, children: l }),
|
|
17597
17605
|
/* @__PURE__ */ p(Ge, { onClick: () => {
|
|
17598
|
-
var
|
|
17599
|
-
return (
|
|
17606
|
+
var z;
|
|
17607
|
+
return (z = S.current) == null ? void 0 : z.click();
|
|
17600
17608
|
}, sx: { my: 2 }, startIcon: /* @__PURE__ */ p(Fi, {}), variant: "contained", children: u }),
|
|
17601
17609
|
/* @__PURE__ */ p(me, { sx: { fontSize: "12px", fontWeight: 400 }, children: f })
|
|
17602
17610
|
),
|
|
17603
|
-
y.length > 0 && /* @__PURE__ */ p(Qu, { severity: "error", sx: { mt: 2 }, children: y.map((
|
|
17604
|
-
d.length > 0 && /* @__PURE__ */ re(
|
|
17611
|
+
y.length > 0 && /* @__PURE__ */ p(Qu, { severity: "error", sx: { mt: 2 }, children: y.map((z, B) => /* @__PURE__ */ p(me, { variant: "body2", children: z }, B)) }),
|
|
17612
|
+
d.length > 0 && /* @__PURE__ */ re(H, { sx: { mt: 2 }, children: [
|
|
17605
17613
|
/* @__PURE__ */ re(me, { variant: "subtitle1", gutterBottom: !0, children: [
|
|
17606
17614
|
"Selected Files (",
|
|
17607
17615
|
d.length,
|
|
17608
17616
|
")"
|
|
17609
17617
|
] }),
|
|
17610
|
-
d.map((
|
|
17618
|
+
d.map((z) => /* @__PURE__ */ p(jy, { file: z, onRemove: _ }, z.id))
|
|
17611
17619
|
] }),
|
|
17612
17620
|
(e == null ? void 0 : e.helperText) && /* @__PURE__ */ p(
|
|
17613
17621
|
me,
|
|
@@ -17619,12 +17627,12 @@ const Iy = vt(/* @__PURE__ */ p("path", {
|
|
|
17619
17627
|
}
|
|
17620
17628
|
),
|
|
17621
17629
|
(e == null ? void 0 : e.submitButton) && /* @__PURE__ */ p(
|
|
17622
|
-
|
|
17630
|
+
H,
|
|
17623
17631
|
{
|
|
17624
17632
|
sx: {
|
|
17625
17633
|
mt: 3,
|
|
17626
17634
|
display: "flex",
|
|
17627
|
-
justifyContent:
|
|
17635
|
+
justifyContent: Y()
|
|
17628
17636
|
},
|
|
17629
17637
|
children: /* @__PURE__ */ p(
|
|
17630
17638
|
Ge,
|