finform-react-builder 1.3.0 → 1.3.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 +924 -916
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +17 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as V, jsxs as Ce } from "react/jsx-runtime";
|
|
2
2
|
import * as Xe from "react";
|
|
3
|
-
import
|
|
3
|
+
import ce, { useState as vt, useEffect as wt, useRef as xt, useMemo as Ot, useReducer as lo, useCallback as Oe, forwardRef as co, useImperativeHandle as uo, Fragment as po, createElement as fo } from "react";
|
|
4
4
|
import { Box as _e, TextField as lr, FormControlLabel as mo, Checkbox as ho, FormHelperText as qn, FormControl as go, InputLabel as vo, Select as yo, MenuItem as xo, Typography as Ne, Stepper as bo, Step as wo, StepLabel as So, Button as Jt, CircularProgress as En, createTheme as Eo, ThemeProvider as ko, Paper as ta, Tooltip as _o, IconButton as To, Chip as Un, Alert as Co } from "@mui/material";
|
|
5
5
|
import Oo from "@emotion/styled";
|
|
6
6
|
import "@emotion/react";
|
|
7
|
-
var tr = (e) => e.type === "checkbox",
|
|
7
|
+
var tr = (e) => e.type === "checkbox", bt = (e) => e instanceof Date, $e = (e) => e == null;
|
|
8
8
|
const ra = (e) => typeof e == "object";
|
|
9
|
-
var we = (e) => !$e(e) && !Array.isArray(e) && ra(e) && !
|
|
9
|
+
var we = (e) => !$e(e) && !Array.isArray(e) && ra(e) && !bt(e), na = (e) => we(e) && e.target ? tr(e.target) ? e.target.checked : e.target.value : e, Ao = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, ia = (e, t) => e.has(Ao(t)), $o = (e) => {
|
|
10
10
|
const t = e.constructor && e.constructor.prototype;
|
|
11
11
|
return we(t) && t.hasOwnProperty("isPrototypeOf");
|
|
12
12
|
}, kn = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
|
|
@@ -32,7 +32,7 @@ var Ir = (e) => /^\w*$/.test(e), be = (e) => e === void 0, _n = (e) => Array.isA
|
|
|
32
32
|
return r;
|
|
33
33
|
const n = (Ir(t) ? [t] : Tn(t)).reduce((i, a) => $e(i) ? i : i[a], e);
|
|
34
34
|
return be(n) || n === e ? be(e[t]) ? r : e[t] : n;
|
|
35
|
-
}, je = (e) => typeof e == "boolean",
|
|
35
|
+
}, je = (e) => typeof e == "boolean", le = (e, t, r) => {
|
|
36
36
|
let n = -1;
|
|
37
37
|
const i = Ir(t) ? [t] : Tn(t), a = i.length, o = a - 1;
|
|
38
38
|
for (; ++n < a; ) {
|
|
@@ -65,9 +65,9 @@ const Sr = {
|
|
|
65
65
|
pattern: "pattern",
|
|
66
66
|
required: "required",
|
|
67
67
|
validate: "validate"
|
|
68
|
-
}, aa =
|
|
68
|
+
}, aa = ce.createContext(null);
|
|
69
69
|
aa.displayName = "HookFormContext";
|
|
70
|
-
const Cn = () =>
|
|
70
|
+
const Cn = () => ce.useContext(aa);
|
|
71
71
|
var oa = (e, t, r, n = !0) => {
|
|
72
72
|
const i = {
|
|
73
73
|
defaultValues: t._defaultValues
|
|
@@ -83,7 +83,7 @@ var oa = (e, t, r, n = !0) => {
|
|
|
83
83
|
};
|
|
84
84
|
const On = typeof window < "u" ? Xe.useLayoutEffect : Xe.useEffect;
|
|
85
85
|
function Fo(e) {
|
|
86
|
-
const t = Cn(), { control: r = t.control, disabled: n, name: i, exact: a } = e || {}, [o, s] =
|
|
86
|
+
const t = Cn(), { control: r = t.control, disabled: n, name: i, exact: a } = e || {}, [o, s] = ce.useState(r._formState), l = ce.useRef({
|
|
87
87
|
isDirty: !1,
|
|
88
88
|
isLoading: !1,
|
|
89
89
|
dirtyFields: !1,
|
|
@@ -103,13 +103,13 @@ function Fo(e) {
|
|
|
103
103
|
...d
|
|
104
104
|
});
|
|
105
105
|
}
|
|
106
|
-
}), [i, n, a]),
|
|
106
|
+
}), [i, n, a]), ce.useEffect(() => {
|
|
107
107
|
l.current.isValid && r._setValid(!0);
|
|
108
|
-
}, [r]),
|
|
108
|
+
}, [r]), ce.useMemo(() => oa(o, r, l.current, !1), [o, r]);
|
|
109
109
|
}
|
|
110
110
|
var Ze = (e) => typeof e == "string", sa = (e, t, r, n, i) => Ze(e) ? (n && t.watch.add(e), I(r, e, i)) : Array.isArray(e) ? e.map((a) => (n && t.watch.add(a), I(r, a))) : (n && (t.watchAll = !0), r);
|
|
111
111
|
function Do(e) {
|
|
112
|
-
const t = Cn(), { control: r = t.control, name: n, defaultValue: i, disabled: a, exact: o } = e || {}, s =
|
|
112
|
+
const t = Cn(), { control: r = t.control, name: n, defaultValue: i, disabled: a, exact: o } = e || {}, s = ce.useRef(i), [l, d] = ce.useState(r._getWatch(n, s.current));
|
|
113
113
|
return On(() => r._subscribe({
|
|
114
114
|
name: n,
|
|
115
115
|
formState: {
|
|
@@ -117,7 +117,7 @@ function Do(e) {
|
|
|
117
117
|
},
|
|
118
118
|
exact: o,
|
|
119
119
|
callback: (u) => !a && d(sa(n, r._names, u.values || r._formValues, !1, s.current))
|
|
120
|
-
}), [n, r, a, o]),
|
|
120
|
+
}), [n, r, a, o]), ce.useEffect(() => r._removeUnmounted()), l;
|
|
121
121
|
}
|
|
122
122
|
function Ro(e) {
|
|
123
123
|
const t = Cn(), { name: r, disabled: n, control: i = t.control, shouldUnregister: a } = e, o = ia(i._names.array, r), s = Do({
|
|
@@ -129,11 +129,11 @@ function Ro(e) {
|
|
|
129
129
|
control: i,
|
|
130
130
|
name: r,
|
|
131
131
|
exact: !0
|
|
132
|
-
}), d =
|
|
132
|
+
}), d = ce.useRef(e), u = ce.useRef(i.register(r, {
|
|
133
133
|
...e.rules,
|
|
134
134
|
value: s,
|
|
135
135
|
...je(e.disabled) ? { disabled: e.disabled } : {}
|
|
136
|
-
})), m =
|
|
136
|
+
})), m = ce.useMemo(() => Object.defineProperties({}, {
|
|
137
137
|
invalid: {
|
|
138
138
|
enumerable: !0,
|
|
139
139
|
get: () => !!I(l.errors, r)
|
|
@@ -154,19 +154,19 @@ function Ro(e) {
|
|
|
154
154
|
enumerable: !0,
|
|
155
155
|
get: () => I(l.errors, r)
|
|
156
156
|
}
|
|
157
|
-
}), [l, r]), h =
|
|
157
|
+
}), [l, r]), h = ce.useCallback((T) => u.current.onChange({
|
|
158
158
|
target: {
|
|
159
159
|
value: na(T),
|
|
160
160
|
name: r
|
|
161
161
|
},
|
|
162
162
|
type: Sr.CHANGE
|
|
163
|
-
}), [r]), _ =
|
|
163
|
+
}), [r]), _ = ce.useCallback(() => u.current.onBlur({
|
|
164
164
|
target: {
|
|
165
165
|
value: I(i._formValues, r),
|
|
166
166
|
name: r
|
|
167
167
|
},
|
|
168
168
|
type: Sr.BLUR
|
|
169
|
-
}), [r, i._formValues]),
|
|
169
|
+
}), [r, i._formValues]), k = ce.useCallback((T) => {
|
|
170
170
|
const w = I(i._fields, r);
|
|
171
171
|
w && T && (w._f.ref = {
|
|
172
172
|
focus: () => T.focus && T.focus(),
|
|
@@ -174,15 +174,15 @@ function Ro(e) {
|
|
|
174
174
|
setCustomValidity: (O) => T.setCustomValidity(O),
|
|
175
175
|
reportValidity: () => T.reportValidity()
|
|
176
176
|
});
|
|
177
|
-
}, [i._fields, r]), p =
|
|
177
|
+
}, [i._fields, r]), p = ce.useMemo(() => ({
|
|
178
178
|
name: r,
|
|
179
179
|
value: s,
|
|
180
180
|
...je(n) || l.disabled ? { disabled: l.disabled || n } : {},
|
|
181
181
|
onChange: h,
|
|
182
182
|
onBlur: _,
|
|
183
|
-
ref:
|
|
184
|
-
}), [r, n, l.disabled, h, _,
|
|
185
|
-
return
|
|
183
|
+
ref: k
|
|
184
|
+
}), [r, n, l.disabled, h, _, k, s]);
|
|
185
|
+
return ce.useEffect(() => {
|
|
186
186
|
const T = i._options.shouldUnregister || a;
|
|
187
187
|
i.register(r, {
|
|
188
188
|
...d.current.rules,
|
|
@@ -194,17 +194,17 @@ function Ro(e) {
|
|
|
194
194
|
};
|
|
195
195
|
if (w(r, !0), T) {
|
|
196
196
|
const O = Te(I(i._options.defaultValues, r));
|
|
197
|
-
|
|
197
|
+
le(i._defaultValues, r, O), be(I(i._formValues, r)) && le(i._formValues, r, O);
|
|
198
198
|
}
|
|
199
199
|
return !o && i.register(r), () => {
|
|
200
200
|
(o ? T && !i._state.action : T) ? i.unregister(r) : w(r, !1);
|
|
201
201
|
};
|
|
202
|
-
}, [r, i, o, a]),
|
|
202
|
+
}, [r, i, o, a]), ce.useEffect(() => {
|
|
203
203
|
i._setDisabledField({
|
|
204
204
|
disabled: n,
|
|
205
205
|
name: r
|
|
206
206
|
});
|
|
207
|
-
}, [n, r, i]),
|
|
207
|
+
}, [n, r, i]), ce.useMemo(() => ({
|
|
208
208
|
field: p,
|
|
209
209
|
formState: l,
|
|
210
210
|
fieldState: m
|
|
@@ -240,7 +240,7 @@ var la = (e, t, r, n, i) => t ? {
|
|
|
240
240
|
function st(e, t) {
|
|
241
241
|
if (pn(e) || pn(t))
|
|
242
242
|
return e === t;
|
|
243
|
-
if (
|
|
243
|
+
if (bt(e) && bt(t))
|
|
244
244
|
return e.getTime() === t.getTime();
|
|
245
245
|
const r = Object.keys(e), n = Object.keys(t);
|
|
246
246
|
if (r.length !== n.length)
|
|
@@ -251,7 +251,7 @@ function st(e, t) {
|
|
|
251
251
|
return !1;
|
|
252
252
|
if (i !== "ref") {
|
|
253
253
|
const o = t[i];
|
|
254
|
-
if (
|
|
254
|
+
if (bt(a) && bt(o) || we(a) && we(o) || Array.isArray(a) && Array.isArray(o) ? !st(a, o) : a !== o)
|
|
255
255
|
return !1;
|
|
256
256
|
}
|
|
257
257
|
}
|
|
@@ -300,7 +300,7 @@ function pa(e, t, r) {
|
|
|
300
300
|
Array.isArray(e[i]) || we(e[i]) && !ua(e[i]) ? be(t) || pn(r[i]) ? r[i] = Array.isArray(e[i]) ? kr(e[i], []) : { ...kr(e[i]) } : pa(e[i], $e(t) ? {} : t[i], r[i]) : r[i] = !st(e[i], t[i]);
|
|
301
301
|
return r;
|
|
302
302
|
}
|
|
303
|
-
var
|
|
303
|
+
var qt = (e, t) => pa(e, t, kr(t));
|
|
304
304
|
const Yn = {
|
|
305
305
|
value: !1,
|
|
306
306
|
isValid: !1
|
|
@@ -334,7 +334,7 @@ var zo = (e, t, r, n) => {
|
|
|
334
334
|
const i = {};
|
|
335
335
|
for (const a of e) {
|
|
336
336
|
const o = I(t, a);
|
|
337
|
-
o &&
|
|
337
|
+
o && le(i, a, o._f);
|
|
338
338
|
}
|
|
339
339
|
return {
|
|
340
340
|
criteriaMode: r,
|
|
@@ -342,7 +342,7 @@ var zo = (e, t, r, n) => {
|
|
|
342
342
|
fields: i,
|
|
343
343
|
shouldUseNativeValidation: n
|
|
344
344
|
};
|
|
345
|
-
}, _r = (e) => e instanceof RegExp,
|
|
345
|
+
}, _r = (e) => e instanceof RegExp, Ut = (e) => be(e) ? e : _r(e) ? e.source : we(e) ? _r(e.value) ? e.value.source : e.value : e, Zn = (e) => ({
|
|
346
346
|
isOnSubmit: !e || e === qe.onSubmit,
|
|
347
347
|
isOnBlur: e === qe.onBlur,
|
|
348
348
|
isOnChange: e === qe.onChange,
|
|
@@ -402,7 +402,7 @@ var Mo = (e, t, r, n) => {
|
|
|
402
402
|
return De(a) || Object.keys(a).length >= Object.keys(t).length || Object.keys(a).find((o) => t[o] === (!n || qe.all));
|
|
403
403
|
}, Lo = (e, t, r) => !e || !t || e === t || Gt(e).some((n) => n && (r ? n === t : n.startsWith(t) || t.startsWith(n))), Bo = (e, t, r, n, i) => i.isOnAll ? !1 : !r && i.isOnTouch ? !(t || e) : (r ? n.isOnBlur : i.isOnBlur) ? !e : (r ? n.isOnChange : i.isOnChange) ? e : !0, qo = (e, t) => !_n(I(e, t)).length && Ee(e, t), Uo = (e, t, r) => {
|
|
404
404
|
const n = Gt(I(e, r));
|
|
405
|
-
return
|
|
405
|
+
return le(n, "root", t[r]), le(e, r, n), e;
|
|
406
406
|
}, yr = (e) => Ze(e);
|
|
407
407
|
function ei(e, t, r = "validate") {
|
|
408
408
|
if (yr(e) || Array.isArray(e) && e.every(yr) || je(e) && !e)
|
|
@@ -412,27 +412,27 @@ function ei(e, t, r = "validate") {
|
|
|
412
412
|
ref: t
|
|
413
413
|
};
|
|
414
414
|
}
|
|
415
|
-
var
|
|
415
|
+
var At = (e) => we(e) && !_r(e) ? e : {
|
|
416
416
|
value: e,
|
|
417
417
|
message: ""
|
|
418
418
|
}, ti = async (e, t, r, n, i, a) => {
|
|
419
|
-
const { ref: o, refs: s, required: l, maxLength: d, minLength: u, min: m, max: h, pattern: _, validate:
|
|
419
|
+
const { ref: o, refs: s, required: l, maxLength: d, minLength: u, min: m, max: h, pattern: _, validate: k, name: p, valueAsNumber: T, mount: w } = e._f, O = I(r, p);
|
|
420
420
|
if (!w || t.has(p))
|
|
421
421
|
return {};
|
|
422
|
-
const $ = s ? s[0] : o, F = (
|
|
423
|
-
i && $.reportValidity && ($.setCustomValidity(je(
|
|
424
|
-
}, g = {}, L = $n(o),
|
|
425
|
-
const ie =
|
|
422
|
+
const $ = s ? s[0] : o, F = (S) => {
|
|
423
|
+
i && $.reportValidity && ($.setCustomValidity(je(S) ? "" : S || ""), $.reportValidity());
|
|
424
|
+
}, g = {}, L = $n(o), Y = tr(o), te = L || Y, G = (T || An(o)) && be(o.value) && be(O) || Er(o) && o.value === "" || O === "" || Array.isArray(O) && !O.length, c = la.bind(null, p, n, g), C = (S, D, R, U = Je.maxLength, H = Je.minLength) => {
|
|
425
|
+
const ie = S ? D : R;
|
|
426
426
|
g[p] = {
|
|
427
|
-
type:
|
|
427
|
+
type: S ? U : H,
|
|
428
428
|
message: ie,
|
|
429
429
|
ref: o,
|
|
430
|
-
...c(
|
|
430
|
+
...c(S ? U : H, ie)
|
|
431
431
|
};
|
|
432
432
|
};
|
|
433
|
-
if (a ? !Array.isArray(O) || !O.length : l && (!
|
|
434
|
-
const { value:
|
|
435
|
-
if (
|
|
433
|
+
if (a ? !Array.isArray(O) || !O.length : l && (!te && (G || $e(O)) || je(O) && !O || Y && !da(s).isValid || L && !ma(s).isValid)) {
|
|
434
|
+
const { value: S, message: D } = yr(l) ? { value: !!l, message: l } : At(l);
|
|
435
|
+
if (S && (g[p] = {
|
|
436
436
|
type: Je.required,
|
|
437
437
|
message: D,
|
|
438
438
|
ref: $,
|
|
@@ -440,27 +440,27 @@ var Ot = (e) => we(e) && !_r(e) ? e : {
|
|
|
440
440
|
}, !n))
|
|
441
441
|
return F(D), g;
|
|
442
442
|
}
|
|
443
|
-
if (!
|
|
444
|
-
let
|
|
445
|
-
const
|
|
443
|
+
if (!G && (!$e(m) || !$e(h))) {
|
|
444
|
+
let S, D;
|
|
445
|
+
const R = At(h), U = At(m);
|
|
446
446
|
if (!$e(O) && !isNaN(O)) {
|
|
447
|
-
const
|
|
448
|
-
$e(
|
|
447
|
+
const H = o.valueAsNumber || O && +O;
|
|
448
|
+
$e(R.value) || (S = H > R.value), $e(U.value) || (D = H < U.value);
|
|
449
449
|
} else {
|
|
450
|
-
const
|
|
451
|
-
Ze(
|
|
450
|
+
const H = o.valueAsDate || new Date(O), ie = (A) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + A), ue = o.type == "time", ae = o.type == "week";
|
|
451
|
+
Ze(R.value) && O && (S = ue ? ie(O) > ie(R.value) : ae ? O > R.value : H > new Date(R.value)), Ze(U.value) && O && (D = ue ? ie(O) < ie(U.value) : ae ? O < U.value : H < new Date(U.value));
|
|
452
452
|
}
|
|
453
|
-
if ((
|
|
453
|
+
if ((S || D) && (C(!!S, R.message, U.message, Je.max, Je.min), !n))
|
|
454
454
|
return F(g[p].message), g;
|
|
455
455
|
}
|
|
456
|
-
if ((d || u) && !
|
|
457
|
-
const
|
|
458
|
-
if ((
|
|
456
|
+
if ((d || u) && !G && (Ze(O) || a && Array.isArray(O))) {
|
|
457
|
+
const S = At(d), D = At(u), R = !$e(S.value) && O.length > +S.value, U = !$e(D.value) && O.length < +D.value;
|
|
458
|
+
if ((R || U) && (C(R, S.message, D.message), !n))
|
|
459
459
|
return F(g[p].message), g;
|
|
460
460
|
}
|
|
461
|
-
if (_ && !
|
|
462
|
-
const { value:
|
|
463
|
-
if (_r(
|
|
461
|
+
if (_ && !G && Ze(O)) {
|
|
462
|
+
const { value: S, message: D } = At(_);
|
|
463
|
+
if (_r(S) && !O.match(S) && (g[p] = {
|
|
464
464
|
type: Je.pattern,
|
|
465
465
|
message: D,
|
|
466
466
|
ref: o,
|
|
@@ -468,28 +468,28 @@ var Ot = (e) => we(e) && !_r(e) ? e : {
|
|
|
468
468
|
}, !n))
|
|
469
469
|
return F(D), g;
|
|
470
470
|
}
|
|
471
|
-
if (
|
|
472
|
-
if (Ue(
|
|
473
|
-
const
|
|
471
|
+
if (k) {
|
|
472
|
+
if (Ue(k)) {
|
|
473
|
+
const S = await k(O, r), D = ei(S, $);
|
|
474
474
|
if (D && (g[p] = {
|
|
475
475
|
...D,
|
|
476
476
|
...c(Je.validate, D.message)
|
|
477
477
|
}, !n))
|
|
478
478
|
return F(D.message), g;
|
|
479
|
-
} else if (we(
|
|
480
|
-
let
|
|
481
|
-
for (const D in
|
|
482
|
-
if (!De(
|
|
479
|
+
} else if (we(k)) {
|
|
480
|
+
let S = {};
|
|
481
|
+
for (const D in k) {
|
|
482
|
+
if (!De(S) && !n)
|
|
483
483
|
break;
|
|
484
|
-
const
|
|
485
|
-
|
|
486
|
-
...
|
|
487
|
-
...c(D,
|
|
488
|
-
}, F(
|
|
484
|
+
const R = ei(await k[D](O, r), $, D);
|
|
485
|
+
R && (S = {
|
|
486
|
+
...R,
|
|
487
|
+
...c(D, R.message)
|
|
488
|
+
}, F(R.message), n && (g[p] = S));
|
|
489
489
|
}
|
|
490
|
-
if (!De(
|
|
490
|
+
if (!De(S) && (g[p] = {
|
|
491
491
|
ref: $,
|
|
492
|
-
...
|
|
492
|
+
...S
|
|
493
493
|
}, !n))
|
|
494
494
|
return g;
|
|
495
495
|
}
|
|
@@ -548,37 +548,37 @@ function Yo(e = {}) {
|
|
|
548
548
|
const h = {
|
|
549
549
|
array: Wn(),
|
|
550
550
|
state: Wn()
|
|
551
|
-
}, _ = t.criteriaMode === qe.all,
|
|
551
|
+
}, _ = t.criteriaMode === qe.all, k = (f) => (v) => {
|
|
552
552
|
clearTimeout(d), d = setTimeout(f, v);
|
|
553
553
|
}, p = async (f) => {
|
|
554
554
|
if (!t.disabled && (u.isValid || m.isValid || f)) {
|
|
555
|
-
const v = t.resolver ? De((await
|
|
555
|
+
const v = t.resolver ? De((await Y()).errors) : await G(n, !0);
|
|
556
556
|
v !== r.isValid && h.state.next({
|
|
557
557
|
isValid: v
|
|
558
558
|
});
|
|
559
559
|
}
|
|
560
560
|
}, T = (f, v) => {
|
|
561
|
-
!t.disabled && (u.isValidating || u.validatingFields || m.isValidating || m.validatingFields) && ((f || Array.from(s.mount)).forEach((
|
|
562
|
-
|
|
561
|
+
!t.disabled && (u.isValidating || u.validatingFields || m.isValidating || m.validatingFields) && ((f || Array.from(s.mount)).forEach((E) => {
|
|
562
|
+
E && (v ? le(r.validatingFields, E, v) : Ee(r.validatingFields, E));
|
|
563
563
|
}), h.state.next({
|
|
564
564
|
validatingFields: r.validatingFields,
|
|
565
565
|
isValidating: !De(r.validatingFields)
|
|
566
566
|
}));
|
|
567
|
-
}, w = (f, v = [],
|
|
568
|
-
if (
|
|
567
|
+
}, w = (f, v = [], E, N, y = !0, x = !0) => {
|
|
568
|
+
if (N && E && !t.disabled) {
|
|
569
569
|
if (o.action = !0, x && Array.isArray(I(n, f))) {
|
|
570
|
-
const z =
|
|
571
|
-
y &&
|
|
570
|
+
const z = E(I(n, f), N.argA, N.argB);
|
|
571
|
+
y && le(n, f, z);
|
|
572
572
|
}
|
|
573
573
|
if (x && Array.isArray(I(r.errors, f))) {
|
|
574
|
-
const z =
|
|
575
|
-
y &&
|
|
574
|
+
const z = E(I(r.errors, f), N.argA, N.argB);
|
|
575
|
+
y && le(r.errors, f, z), qo(r.errors, f);
|
|
576
576
|
}
|
|
577
577
|
if ((u.touchedFields || m.touchedFields) && x && Array.isArray(I(r.touchedFields, f))) {
|
|
578
|
-
const z =
|
|
579
|
-
y &&
|
|
578
|
+
const z = E(I(r.touchedFields, f), N.argA, N.argB);
|
|
579
|
+
y && le(r.touchedFields, f, z);
|
|
580
580
|
}
|
|
581
|
-
(u.dirtyFields || m.dirtyFields) && (r.dirtyFields =
|
|
581
|
+
(u.dirtyFields || m.dirtyFields) && (r.dirtyFields = qt(i, a)), h.state.next({
|
|
582
582
|
name: f,
|
|
583
583
|
isDirty: C(f, v),
|
|
584
584
|
dirtyFields: r.dirtyFields,
|
|
@@ -586,9 +586,9 @@ function Yo(e = {}) {
|
|
|
586
586
|
isValid: r.isValid
|
|
587
587
|
});
|
|
588
588
|
} else
|
|
589
|
-
|
|
589
|
+
le(a, f, v);
|
|
590
590
|
}, O = (f, v) => {
|
|
591
|
-
|
|
591
|
+
le(r.errors, f, v), h.state.next({
|
|
592
592
|
errors: r.errors
|
|
593
593
|
});
|
|
594
594
|
}, $ = (f) => {
|
|
@@ -596,35 +596,35 @@ function Yo(e = {}) {
|
|
|
596
596
|
errors: r.errors,
|
|
597
597
|
isValid: !1
|
|
598
598
|
});
|
|
599
|
-
}, F = (f, v,
|
|
599
|
+
}, F = (f, v, E, N) => {
|
|
600
600
|
const y = I(n, f);
|
|
601
601
|
if (y) {
|
|
602
|
-
const x = I(a, f, be(
|
|
603
|
-
be(x) ||
|
|
602
|
+
const x = I(a, f, be(E) ? I(i, f) : E);
|
|
603
|
+
be(x) || N && N.defaultChecked || v ? le(a, f, v ? x : Gn(y._f)) : R(f, x), o.mount && p();
|
|
604
604
|
}
|
|
605
|
-
}, g = (f, v,
|
|
605
|
+
}, g = (f, v, E, N, y) => {
|
|
606
606
|
let x = !1, z = !1;
|
|
607
|
-
const
|
|
607
|
+
const K = {
|
|
608
608
|
name: f
|
|
609
609
|
};
|
|
610
610
|
if (!t.disabled) {
|
|
611
|
-
if (!
|
|
612
|
-
(u.isDirty || m.isDirty) && (z = r.isDirty, r.isDirty =
|
|
613
|
-
const
|
|
614
|
-
z = !!I(r.dirtyFields, f),
|
|
611
|
+
if (!E || N) {
|
|
612
|
+
(u.isDirty || m.isDirty) && (z = r.isDirty, r.isDirty = K.isDirty = C(), x = z !== K.isDirty);
|
|
613
|
+
const re = st(I(i, f), v);
|
|
614
|
+
z = !!I(r.dirtyFields, f), re ? Ee(r.dirtyFields, f) : le(r.dirtyFields, f, !0), K.dirtyFields = r.dirtyFields, x = x || (u.dirtyFields || m.dirtyFields) && z !== !re;
|
|
615
615
|
}
|
|
616
|
-
if (
|
|
617
|
-
const
|
|
618
|
-
|
|
616
|
+
if (E) {
|
|
617
|
+
const re = I(r.touchedFields, f);
|
|
618
|
+
re || (le(r.touchedFields, f, E), K.touchedFields = r.touchedFields, x = x || (u.touchedFields || m.touchedFields) && re !== E);
|
|
619
619
|
}
|
|
620
|
-
x && y && h.state.next(
|
|
620
|
+
x && y && h.state.next(K);
|
|
621
621
|
}
|
|
622
|
-
return x ?
|
|
623
|
-
}, L = (f, v,
|
|
622
|
+
return x ? K : {};
|
|
623
|
+
}, L = (f, v, E, N) => {
|
|
624
624
|
const y = I(r.errors, f), x = (u.isValid || m.isValid) && je(v) && r.isValid !== v;
|
|
625
|
-
if (t.delayError &&
|
|
625
|
+
if (t.delayError && E ? (l = k(() => O(f, E)), l(t.delayError)) : (clearTimeout(d), l = null, E ? le(r.errors, f, E) : Ee(r.errors, f)), (E ? !st(y, E) : y) || !De(N) || x) {
|
|
626
626
|
const z = {
|
|
627
|
-
...
|
|
627
|
+
...N,
|
|
628
628
|
...x && je(v) ? { isValid: v } : {},
|
|
629
629
|
errors: r.errors,
|
|
630
630
|
name: f
|
|
@@ -634,132 +634,132 @@ function Yo(e = {}) {
|
|
|
634
634
|
...z
|
|
635
635
|
}, h.state.next(z);
|
|
636
636
|
}
|
|
637
|
-
},
|
|
637
|
+
}, Y = async (f) => {
|
|
638
638
|
T(f, !0);
|
|
639
639
|
const v = await t.resolver(a, t.context, zo(f || s.mount, n, t.criteriaMode, t.shouldUseNativeValidation));
|
|
640
640
|
return T(f), v;
|
|
641
|
-
},
|
|
642
|
-
const { errors: v } = await
|
|
641
|
+
}, te = async (f) => {
|
|
642
|
+
const { errors: v } = await Y(f);
|
|
643
643
|
if (f)
|
|
644
|
-
for (const
|
|
645
|
-
const
|
|
646
|
-
|
|
644
|
+
for (const E of f) {
|
|
645
|
+
const N = I(v, E);
|
|
646
|
+
N ? le(r.errors, E, N) : Ee(r.errors, E);
|
|
647
647
|
}
|
|
648
648
|
else
|
|
649
649
|
r.errors = v;
|
|
650
650
|
return v;
|
|
651
|
-
},
|
|
651
|
+
}, G = async (f, v, E = {
|
|
652
652
|
valid: !0
|
|
653
653
|
}) => {
|
|
654
|
-
for (const
|
|
655
|
-
const y = f[
|
|
654
|
+
for (const N in f) {
|
|
655
|
+
const y = f[N];
|
|
656
656
|
if (y) {
|
|
657
657
|
const { _f: x, ...z } = y;
|
|
658
658
|
if (x) {
|
|
659
|
-
const
|
|
660
|
-
|
|
661
|
-
const ke = await ti(y, s.disabled, a, _, t.shouldUseNativeValidation && !v,
|
|
662
|
-
if (
|
|
659
|
+
const K = s.array.has(x.name), re = y._f && Vo(y._f);
|
|
660
|
+
re && u.validatingFields && T([N], !0);
|
|
661
|
+
const ke = await ti(y, s.disabled, a, _, t.shouldUseNativeValidation && !v, K);
|
|
662
|
+
if (re && u.validatingFields && T([N]), ke[x.name] && (E.valid = !1, v))
|
|
663
663
|
break;
|
|
664
|
-
!v && (I(ke, x.name) ?
|
|
664
|
+
!v && (I(ke, x.name) ? K ? Uo(r.errors, ke, x.name) : le(r.errors, x.name, ke[x.name]) : Ee(r.errors, x.name));
|
|
665
665
|
}
|
|
666
|
-
!De(z) && await
|
|
666
|
+
!De(z) && await G(z, v, E);
|
|
667
667
|
}
|
|
668
668
|
}
|
|
669
|
-
return
|
|
669
|
+
return E.valid;
|
|
670
670
|
}, c = () => {
|
|
671
671
|
for (const f of s.unMount) {
|
|
672
672
|
const v = I(n, f);
|
|
673
|
-
v && (v._f.refs ? v._f.refs.every((
|
|
673
|
+
v && (v._f.refs ? v._f.refs.every((E) => !Kr(E)) : !Kr(v._f.ref)) && Q(f);
|
|
674
674
|
}
|
|
675
675
|
s.unMount = /* @__PURE__ */ new Set();
|
|
676
|
-
}, C = (f, v) => !t.disabled && (f && v &&
|
|
676
|
+
}, C = (f, v) => !t.disabled && (f && v && le(a, f, v), !st(A(), i)), S = (f, v, E) => sa(f, s, {
|
|
677
677
|
...o.mount ? a : be(v) ? i : Ze(f) ? { [f]: v } : v
|
|
678
|
-
},
|
|
679
|
-
const
|
|
678
|
+
}, E, v), D = (f) => _n(I(o.mount ? a : i, f, t.shouldUnregister ? I(i, f, []) : [])), R = (f, v, E = {}) => {
|
|
679
|
+
const N = I(n, f);
|
|
680
680
|
let y = v;
|
|
681
|
-
if (
|
|
682
|
-
const x =
|
|
683
|
-
x && (!x.disabled &&
|
|
684
|
-
(!z.defaultChecked || !z.disabled) && (Array.isArray(y) ? z.checked = !!y.find((
|
|
681
|
+
if (N) {
|
|
682
|
+
const x = N._f;
|
|
683
|
+
x && (!x.disabled && le(a, f, fa(v, x)), y = Er(x.ref) && $e(v) ? "" : v, ca(x.ref) ? [...x.ref.options].forEach((z) => z.selected = y.includes(z.value)) : x.refs ? tr(x.ref) ? x.refs.forEach((z) => {
|
|
684
|
+
(!z.defaultChecked || !z.disabled) && (Array.isArray(y) ? z.checked = !!y.find((K) => K === z.value) : z.checked = y === z.value || !!y);
|
|
685
685
|
}) : x.refs.forEach((z) => z.checked = z.value === y) : An(x.ref) ? x.ref.value = "" : (x.ref.value = y, x.ref.type || h.state.next({
|
|
686
686
|
name: f,
|
|
687
687
|
values: Te(a)
|
|
688
688
|
})));
|
|
689
689
|
}
|
|
690
|
-
(
|
|
691
|
-
}, U = (f, v,
|
|
692
|
-
for (const
|
|
693
|
-
if (!v.hasOwnProperty(
|
|
690
|
+
(E.shouldDirty || E.shouldTouch) && g(f, y, E.shouldTouch, E.shouldDirty, !0), E.shouldValidate && ae(f);
|
|
691
|
+
}, U = (f, v, E) => {
|
|
692
|
+
for (const N in v) {
|
|
693
|
+
if (!v.hasOwnProperty(N))
|
|
694
694
|
return;
|
|
695
|
-
const y = v[
|
|
696
|
-
(s.array.has(f) || we(y) || z && !z._f) && !
|
|
695
|
+
const y = v[N], x = f + "." + N, z = I(n, x);
|
|
696
|
+
(s.array.has(f) || we(y) || z && !z._f) && !bt(y) ? U(x, y, E) : R(x, y, E);
|
|
697
697
|
}
|
|
698
|
-
},
|
|
699
|
-
const
|
|
700
|
-
|
|
698
|
+
}, H = (f, v, E = {}) => {
|
|
699
|
+
const N = I(n, f), y = s.array.has(f), x = Te(v);
|
|
700
|
+
le(a, f, x), y ? (h.array.next({
|
|
701
701
|
name: f,
|
|
702
702
|
values: Te(a)
|
|
703
|
-
}), (u.isDirty || u.dirtyFields || m.isDirty || m.dirtyFields) &&
|
|
703
|
+
}), (u.isDirty || u.dirtyFields || m.isDirty || m.dirtyFields) && E.shouldDirty && h.state.next({
|
|
704
704
|
name: f,
|
|
705
|
-
dirtyFields:
|
|
705
|
+
dirtyFields: qt(i, a),
|
|
706
706
|
isDirty: C(f, x)
|
|
707
|
-
})) :
|
|
707
|
+
})) : N && !N._f && !$e(x) ? U(f, x, E) : R(f, x, E), Jn(f, s) && h.state.next({ ...r }), h.state.next({
|
|
708
708
|
name: o.mount ? f : void 0,
|
|
709
709
|
values: Te(a)
|
|
710
710
|
});
|
|
711
711
|
}, ie = async (f) => {
|
|
712
712
|
o.mount = !0;
|
|
713
713
|
const v = f.target;
|
|
714
|
-
let
|
|
715
|
-
const y = I(n,
|
|
716
|
-
|
|
717
|
-
}, z = Zn(t.mode),
|
|
714
|
+
let E = v.name, N = !0;
|
|
715
|
+
const y = I(n, E), x = (re) => {
|
|
716
|
+
N = Number.isNaN(re) || bt(re) && isNaN(re.getTime()) || st(re, I(a, E, re));
|
|
717
|
+
}, z = Zn(t.mode), K = Zn(t.reValidateMode);
|
|
718
718
|
if (y) {
|
|
719
|
-
let
|
|
720
|
-
const Be = v.type ? Gn(y._f) : na(f), Ve = f.type === Sr.BLUR || f.type === Sr.FOCUS_OUT,
|
|
721
|
-
|
|
722
|
-
const at = g(
|
|
719
|
+
let re, ke;
|
|
720
|
+
const Be = v.type ? Gn(y._f) : na(f), Ve = f.type === Sr.BLUR || f.type === Sr.FOCUS_OUT, Mt = !No(y._f) && !t.resolver && !I(r.errors, E) && !y._f.deps || Bo(Ve, I(r.touchedFields, E), r.isSubmitted, K, z), mt = Jn(E, s, Ve);
|
|
721
|
+
le(a, E, Be), Ve ? (y._f.onBlur && y._f.onBlur(f), l && l(0)) : y._f.onChange && y._f.onChange(f);
|
|
722
|
+
const at = g(E, Be, Ve), Lt = !De(at) || mt;
|
|
723
723
|
if (!Ve && h.state.next({
|
|
724
|
-
name:
|
|
724
|
+
name: E,
|
|
725
725
|
type: f.type,
|
|
726
726
|
values: Te(a)
|
|
727
|
-
}),
|
|
728
|
-
return (u.isValid || m.isValid) && (t.mode === "onBlur" ? Ve && p() : Ve || p()),
|
|
727
|
+
}), Mt)
|
|
728
|
+
return (u.isValid || m.isValid) && (t.mode === "onBlur" ? Ve && p() : Ve || p()), Lt && h.state.next({ name: E, ...mt ? {} : at });
|
|
729
729
|
if (!Ve && mt && h.state.next({ ...r }), t.resolver) {
|
|
730
|
-
const { errors:
|
|
731
|
-
if (x(Be),
|
|
732
|
-
const
|
|
733
|
-
|
|
730
|
+
const { errors: Tt } = await Y([E]);
|
|
731
|
+
if (x(Be), N) {
|
|
732
|
+
const Bt = Qn(r.errors, n, E), Ct = Qn(Tt, n, Bt.name || E);
|
|
733
|
+
re = Ct.error, E = Ct.name, ke = De(Tt);
|
|
734
734
|
}
|
|
735
735
|
} else
|
|
736
|
-
T([
|
|
737
|
-
|
|
736
|
+
T([E], !0), re = (await ti(y, s.disabled, a, _, t.shouldUseNativeValidation))[E], T([E]), x(Be), N && (re ? ke = !1 : (u.isValid || m.isValid) && (ke = await G(n, !0)));
|
|
737
|
+
N && (y._f.deps && ae(y._f.deps), L(E, ke, re, at));
|
|
738
738
|
}
|
|
739
|
-
},
|
|
739
|
+
}, ue = (f, v) => {
|
|
740
740
|
if (I(r.errors, v) && f.focus)
|
|
741
741
|
return f.focus(), 1;
|
|
742
|
-
},
|
|
743
|
-
let
|
|
742
|
+
}, ae = async (f, v = {}) => {
|
|
743
|
+
let E, N;
|
|
744
744
|
const y = Gt(f);
|
|
745
745
|
if (t.resolver) {
|
|
746
|
-
const x = await
|
|
747
|
-
|
|
748
|
-
} else f ? (
|
|
746
|
+
const x = await te(be(f) ? f : y);
|
|
747
|
+
E = De(x), N = f ? !y.some((z) => I(x, z)) : E;
|
|
748
|
+
} else f ? (N = (await Promise.all(y.map(async (x) => {
|
|
749
749
|
const z = I(n, x);
|
|
750
|
-
return await
|
|
751
|
-
}))).every(Boolean), !(!
|
|
750
|
+
return await G(z && z._f ? { [x]: z } : z);
|
|
751
|
+
}))).every(Boolean), !(!N && !r.isValid) && p()) : N = E = await G(n);
|
|
752
752
|
return h.state.next({
|
|
753
|
-
...!Ze(f) || (u.isValid || m.isValid) &&
|
|
754
|
-
...t.resolver || !f ? { isValid:
|
|
753
|
+
...!Ze(f) || (u.isValid || m.isValid) && E !== r.isValid ? {} : { name: f },
|
|
754
|
+
...t.resolver || !f ? { isValid: E } : {},
|
|
755
755
|
errors: r.errors
|
|
756
|
-
}), v.shouldFocus && !
|
|
756
|
+
}), v.shouldFocus && !N && Zt(n, ue, f ? y : s.mount), N;
|
|
757
757
|
}, A = (f) => {
|
|
758
758
|
const v = {
|
|
759
759
|
...o.mount ? a : i
|
|
760
760
|
};
|
|
761
|
-
return be(f) ? v : Ze(f) ? I(v, f) : f.map((
|
|
762
|
-
},
|
|
761
|
+
return be(f) ? v : Ze(f) ? I(v, f) : f.map((E) => I(v, E));
|
|
762
|
+
}, M = (f, v) => ({
|
|
763
763
|
invalid: !!I((v || r).errors, f),
|
|
764
764
|
isDirty: !!I((v || r).dirtyFields, f),
|
|
765
765
|
error: I((v || r).errors, f),
|
|
@@ -769,20 +769,20 @@ function Yo(e = {}) {
|
|
|
769
769
|
f && Gt(f).forEach((v) => Ee(r.errors, v)), h.state.next({
|
|
770
770
|
errors: f ? r.errors : {}
|
|
771
771
|
});
|
|
772
|
-
},
|
|
773
|
-
const
|
|
774
|
-
|
|
775
|
-
...
|
|
772
|
+
}, J = (f, v, E) => {
|
|
773
|
+
const N = (I(n, f, { _f: {} })._f || {}).ref, y = I(r.errors, f) || {}, { ref: x, message: z, type: K, ...re } = y;
|
|
774
|
+
le(r.errors, f, {
|
|
775
|
+
...re,
|
|
776
776
|
...v,
|
|
777
|
-
ref:
|
|
777
|
+
ref: N
|
|
778
778
|
}), h.state.next({
|
|
779
779
|
name: f,
|
|
780
780
|
errors: r.errors,
|
|
781
781
|
isValid: !1
|
|
782
|
-
}),
|
|
783
|
-
},
|
|
784
|
-
next: (
|
|
785
|
-
}) :
|
|
782
|
+
}), E && E.shouldFocus && N && N.focus && N.focus();
|
|
783
|
+
}, W = (f, v) => Ue(f) ? h.state.subscribe({
|
|
784
|
+
next: (E) => f(S(void 0, v), E)
|
|
785
|
+
}) : S(f, v, !0), P = (f) => h.state.subscribe({
|
|
786
786
|
next: (v) => {
|
|
787
787
|
Lo(f.name, v.name, f.exact) && Mo(v, f.formState || u, it, f.reRenderRoot) && f.callback({
|
|
788
788
|
values: { ...a },
|
|
@@ -790,62 +790,62 @@ function Yo(e = {}) {
|
|
|
790
790
|
...v
|
|
791
791
|
});
|
|
792
792
|
}
|
|
793
|
-
}).unsubscribe,
|
|
793
|
+
}).unsubscribe, q = (f) => (o.mount = !0, m = {
|
|
794
794
|
...m,
|
|
795
795
|
...f.formState
|
|
796
|
-
},
|
|
796
|
+
}, P({
|
|
797
797
|
...f,
|
|
798
798
|
formState: m
|
|
799
|
-
})),
|
|
800
|
-
for (const
|
|
801
|
-
s.mount.delete(
|
|
799
|
+
})), Q = (f, v = {}) => {
|
|
800
|
+
for (const E of f ? Gt(f) : s.mount)
|
|
801
|
+
s.mount.delete(E), s.array.delete(E), v.keepValue || (Ee(n, E), Ee(a, E)), !v.keepError && Ee(r.errors, E), !v.keepDirty && Ee(r.dirtyFields, E), !v.keepTouched && Ee(r.touchedFields, E), !v.keepIsValidating && Ee(r.validatingFields, E), !t.shouldUnregister && !v.keepDefaultValue && Ee(i, E);
|
|
802
802
|
h.state.next({
|
|
803
803
|
values: Te(a)
|
|
804
804
|
}), h.state.next({
|
|
805
805
|
...r,
|
|
806
806
|
...v.keepDirty ? { isDirty: C() } : {}
|
|
807
807
|
}), !v.keepIsValid && p();
|
|
808
|
-
},
|
|
808
|
+
}, ne = ({ disabled: f, name: v }) => {
|
|
809
809
|
(je(f) && o.mount || f || s.disabled.has(v)) && (f ? s.disabled.add(v) : s.disabled.delete(v));
|
|
810
|
-
},
|
|
811
|
-
let
|
|
812
|
-
const
|
|
813
|
-
return
|
|
814
|
-
...
|
|
810
|
+
}, ee = (f, v = {}) => {
|
|
811
|
+
let E = I(n, f);
|
|
812
|
+
const N = je(v.disabled) || je(t.disabled);
|
|
813
|
+
return le(n, f, {
|
|
814
|
+
...E || {},
|
|
815
815
|
_f: {
|
|
816
|
-
...
|
|
816
|
+
...E && E._f ? E._f : { ref: { name: f } },
|
|
817
817
|
name: f,
|
|
818
818
|
mount: !0,
|
|
819
819
|
...v
|
|
820
820
|
}
|
|
821
|
-
}), s.mount.add(f),
|
|
821
|
+
}), s.mount.add(f), E ? ne({
|
|
822
822
|
disabled: je(v.disabled) ? v.disabled : t.disabled,
|
|
823
823
|
name: f
|
|
824
824
|
}) : F(f, !0, v.value), {
|
|
825
|
-
...
|
|
825
|
+
...N ? { disabled: v.disabled || t.disabled } : {},
|
|
826
826
|
...t.progressive ? {
|
|
827
827
|
required: !!v.required,
|
|
828
|
-
min:
|
|
829
|
-
max:
|
|
830
|
-
minLength:
|
|
831
|
-
maxLength:
|
|
832
|
-
pattern:
|
|
828
|
+
min: Ut(v.min),
|
|
829
|
+
max: Ut(v.max),
|
|
830
|
+
minLength: Ut(v.minLength),
|
|
831
|
+
maxLength: Ut(v.maxLength),
|
|
832
|
+
pattern: Ut(v.pattern)
|
|
833
833
|
} : {},
|
|
834
834
|
name: f,
|
|
835
835
|
onChange: ie,
|
|
836
836
|
onBlur: ie,
|
|
837
837
|
ref: (y) => {
|
|
838
838
|
if (y) {
|
|
839
|
-
|
|
840
|
-
const x = be(y.value) && y.querySelectorAll && y.querySelectorAll("input,select,textarea")[0] || y, z = jo(x),
|
|
841
|
-
if (z ?
|
|
839
|
+
ee(f, v), E = I(n, f);
|
|
840
|
+
const x = be(y.value) && y.querySelectorAll && y.querySelectorAll("input,select,textarea")[0] || y, z = jo(x), K = E._f.refs || [];
|
|
841
|
+
if (z ? K.find((re) => re === x) : x === E._f.ref)
|
|
842
842
|
return;
|
|
843
|
-
|
|
843
|
+
le(n, f, {
|
|
844
844
|
_f: {
|
|
845
|
-
...
|
|
845
|
+
...E._f,
|
|
846
846
|
...z ? {
|
|
847
847
|
refs: [
|
|
848
|
-
...
|
|
848
|
+
...K.filter(Kr),
|
|
849
849
|
x,
|
|
850
850
|
...Array.isArray(I(i, f)) ? [{}] : []
|
|
851
851
|
],
|
|
@@ -854,69 +854,69 @@ function Yo(e = {}) {
|
|
|
854
854
|
}
|
|
855
855
|
}), F(f, !1, void 0, x);
|
|
856
856
|
} else
|
|
857
|
-
|
|
857
|
+
E = I(n, f, {}), E._f && (E._f.mount = !1), (t.shouldUnregister || v.shouldUnregister) && !(ia(s.array, f) && o.action) && s.unMount.add(f);
|
|
858
858
|
}
|
|
859
859
|
};
|
|
860
|
-
},
|
|
861
|
-
je(f) && (h.state.next({ disabled: f }), Zt(n, (v,
|
|
862
|
-
const
|
|
863
|
-
|
|
864
|
-
y.disabled =
|
|
860
|
+
}, Z = () => t.shouldFocusError && Zt(n, ue, s.mount), xe = (f) => {
|
|
861
|
+
je(f) && (h.state.next({ disabled: f }), Zt(n, (v, E) => {
|
|
862
|
+
const N = I(n, E);
|
|
863
|
+
N && (v.disabled = N._f.disabled || f, Array.isArray(N._f.refs) && N._f.refs.forEach((y) => {
|
|
864
|
+
y.disabled = N._f.disabled || f;
|
|
865
865
|
}));
|
|
866
866
|
}, 0, !1));
|
|
867
|
-
},
|
|
868
|
-
let
|
|
869
|
-
|
|
867
|
+
}, j = (f, v) => async (E) => {
|
|
868
|
+
let N;
|
|
869
|
+
E && (E.preventDefault && E.preventDefault(), E.persist && E.persist());
|
|
870
870
|
let y = Te(a);
|
|
871
871
|
if (h.state.next({
|
|
872
872
|
isSubmitting: !0
|
|
873
873
|
}), t.resolver) {
|
|
874
|
-
const { errors: x, values: z } = await
|
|
874
|
+
const { errors: x, values: z } = await Y();
|
|
875
875
|
r.errors = x, y = z;
|
|
876
876
|
} else
|
|
877
|
-
await
|
|
877
|
+
await G(n);
|
|
878
878
|
if (s.disabled.size)
|
|
879
879
|
for (const x of s.disabled)
|
|
880
|
-
|
|
880
|
+
le(y, x, void 0);
|
|
881
881
|
if (Ee(r.errors, "root"), De(r.errors)) {
|
|
882
882
|
h.state.next({
|
|
883
883
|
errors: {}
|
|
884
884
|
});
|
|
885
885
|
try {
|
|
886
|
-
await f(y,
|
|
886
|
+
await f(y, E);
|
|
887
887
|
} catch (x) {
|
|
888
|
-
|
|
888
|
+
N = x;
|
|
889
889
|
}
|
|
890
890
|
} else
|
|
891
|
-
v && await v({ ...r.errors },
|
|
891
|
+
v && await v({ ...r.errors }, E), Z(), setTimeout(Z);
|
|
892
892
|
if (h.state.next({
|
|
893
893
|
isSubmitted: !0,
|
|
894
894
|
isSubmitting: !1,
|
|
895
|
-
isSubmitSuccessful: De(r.errors) && !
|
|
895
|
+
isSubmitSuccessful: De(r.errors) && !N,
|
|
896
896
|
submitCount: r.submitCount + 1,
|
|
897
897
|
errors: r.errors
|
|
898
|
-
}),
|
|
899
|
-
throw
|
|
898
|
+
}), N)
|
|
899
|
+
throw N;
|
|
900
900
|
}, Ae = (f, v = {}) => {
|
|
901
|
-
I(n, f) && (be(v.defaultValue) ?
|
|
901
|
+
I(n, f) && (be(v.defaultValue) ? H(f, Te(I(i, f))) : (H(f, v.defaultValue), le(i, f, Te(v.defaultValue))), v.keepTouched || Ee(r.touchedFields, f), v.keepDirty || (Ee(r.dirtyFields, f), r.isDirty = v.defaultValue ? C(f, Te(I(i, f))) : C()), v.keepError || (Ee(r.errors, f), u.isValid && p()), h.state.next({ ...r }));
|
|
902
902
|
}, Ye = (f, v = {}) => {
|
|
903
|
-
const
|
|
904
|
-
if (v.keepDefaultValues || (i =
|
|
903
|
+
const E = f ? Te(f) : i, N = Te(E), y = De(f), x = y ? i : N;
|
|
904
|
+
if (v.keepDefaultValues || (i = E), !v.keepValues) {
|
|
905
905
|
if (v.keepDirtyValues) {
|
|
906
906
|
const z = /* @__PURE__ */ new Set([
|
|
907
907
|
...s.mount,
|
|
908
|
-
...Object.keys(
|
|
908
|
+
...Object.keys(qt(i, a))
|
|
909
909
|
]);
|
|
910
|
-
for (const
|
|
911
|
-
I(r.dirtyFields,
|
|
910
|
+
for (const K of Array.from(z))
|
|
911
|
+
I(r.dirtyFields, K) ? le(x, K, I(a, K)) : H(K, I(x, K));
|
|
912
912
|
} else {
|
|
913
913
|
if (kn && be(f))
|
|
914
914
|
for (const z of s.mount) {
|
|
915
|
-
const
|
|
916
|
-
if (
|
|
917
|
-
const
|
|
918
|
-
if (Er(
|
|
919
|
-
const ke =
|
|
915
|
+
const K = I(n, z);
|
|
916
|
+
if (K && K._f) {
|
|
917
|
+
const re = Array.isArray(K._f.refs) ? K._f.refs[0] : K._f.ref;
|
|
918
|
+
if (Er(re)) {
|
|
919
|
+
const ke = re.closest("form");
|
|
920
920
|
if (ke) {
|
|
921
921
|
ke.reset();
|
|
922
922
|
break;
|
|
@@ -925,7 +925,7 @@ function Yo(e = {}) {
|
|
|
925
925
|
}
|
|
926
926
|
}
|
|
927
927
|
for (const z of s.mount)
|
|
928
|
-
|
|
928
|
+
H(z, I(x, z));
|
|
929
929
|
}
|
|
930
930
|
a = Te(x), h.array.next({
|
|
931
931
|
values: { ...x }
|
|
@@ -945,16 +945,16 @@ function Yo(e = {}) {
|
|
|
945
945
|
submitCount: v.keepSubmitCount ? r.submitCount : 0,
|
|
946
946
|
isDirty: y ? !1 : v.keepDirty ? r.isDirty : !!(v.keepDefaultValues && !st(f, i)),
|
|
947
947
|
isSubmitted: v.keepIsSubmitted ? r.isSubmitted : !1,
|
|
948
|
-
dirtyFields: y ? {} : v.keepDirtyValues ? v.keepDefaultValues && a ?
|
|
948
|
+
dirtyFields: y ? {} : v.keepDirtyValues ? v.keepDefaultValues && a ? qt(i, a) : r.dirtyFields : v.keepDefaultValues && f ? qt(i, f) : v.keepDirty ? r.dirtyFields : {},
|
|
949
949
|
touchedFields: v.keepTouched ? r.touchedFields : {},
|
|
950
950
|
errors: v.keepErrors ? r.errors : {},
|
|
951
951
|
isSubmitSuccessful: v.keepIsSubmitSuccessful ? r.isSubmitSuccessful : !1,
|
|
952
952
|
isSubmitting: !1
|
|
953
953
|
});
|
|
954
954
|
}, nt = (f, v) => Ye(Ue(f) ? f(a) : f, v), or = (f, v = {}) => {
|
|
955
|
-
const
|
|
956
|
-
if (
|
|
957
|
-
const y =
|
|
955
|
+
const E = I(n, f), N = E && E._f;
|
|
956
|
+
if (N) {
|
|
957
|
+
const y = N.refs ? N.refs[0] : N.ref;
|
|
958
958
|
y.focus && (y.focus(), v.shouldSelect && Ue(y.select) && y.select());
|
|
959
959
|
}
|
|
960
960
|
}, it = (f) => {
|
|
@@ -964,19 +964,19 @@ function Yo(e = {}) {
|
|
|
964
964
|
};
|
|
965
965
|
}, ft = {
|
|
966
966
|
control: {
|
|
967
|
-
register:
|
|
968
|
-
unregister:
|
|
969
|
-
getFieldState:
|
|
970
|
-
handleSubmit:
|
|
971
|
-
setError:
|
|
972
|
-
_subscribe:
|
|
973
|
-
_runSchema:
|
|
974
|
-
_focusError:
|
|
975
|
-
_getWatch:
|
|
967
|
+
register: ee,
|
|
968
|
+
unregister: Q,
|
|
969
|
+
getFieldState: M,
|
|
970
|
+
handleSubmit: j,
|
|
971
|
+
setError: J,
|
|
972
|
+
_subscribe: P,
|
|
973
|
+
_runSchema: Y,
|
|
974
|
+
_focusError: Z,
|
|
975
|
+
_getWatch: S,
|
|
976
976
|
_getDirty: C,
|
|
977
977
|
_setValid: p,
|
|
978
978
|
_setFieldArray: w,
|
|
979
|
-
_setDisabledField:
|
|
979
|
+
_setDisabledField: ne,
|
|
980
980
|
_setErrors: $,
|
|
981
981
|
_getFieldArray: D,
|
|
982
982
|
_reset: Ye,
|
|
@@ -1023,20 +1023,20 @@ function Yo(e = {}) {
|
|
|
1023
1023
|
};
|
|
1024
1024
|
}
|
|
1025
1025
|
},
|
|
1026
|
-
subscribe:
|
|
1027
|
-
trigger:
|
|
1028
|
-
register:
|
|
1029
|
-
handleSubmit:
|
|
1030
|
-
watch:
|
|
1031
|
-
setValue:
|
|
1026
|
+
subscribe: q,
|
|
1027
|
+
trigger: ae,
|
|
1028
|
+
register: ee,
|
|
1029
|
+
handleSubmit: j,
|
|
1030
|
+
watch: W,
|
|
1031
|
+
setValue: H,
|
|
1032
1032
|
getValues: A,
|
|
1033
1033
|
reset: nt,
|
|
1034
1034
|
resetField: Ae,
|
|
1035
1035
|
clearErrors: X,
|
|
1036
|
-
unregister:
|
|
1037
|
-
setError:
|
|
1036
|
+
unregister: Q,
|
|
1037
|
+
setError: J,
|
|
1038
1038
|
setFocus: or,
|
|
1039
|
-
getFieldState:
|
|
1039
|
+
getFieldState: M
|
|
1040
1040
|
};
|
|
1041
1041
|
return {
|
|
1042
1042
|
...ft,
|
|
@@ -1044,7 +1044,7 @@ function Yo(e = {}) {
|
|
|
1044
1044
|
};
|
|
1045
1045
|
}
|
|
1046
1046
|
function Ho(e = {}) {
|
|
1047
|
-
const t =
|
|
1047
|
+
const t = ce.useRef(void 0), r = ce.useRef(void 0), [n, i] = ce.useState({
|
|
1048
1048
|
isDirty: !1,
|
|
1049
1049
|
isValidating: !1,
|
|
1050
1050
|
isLoading: Ue(e.defaultValues),
|
|
@@ -1085,24 +1085,24 @@ function Ho(e = {}) {
|
|
|
1085
1085
|
...s,
|
|
1086
1086
|
isReady: !0
|
|
1087
1087
|
})), a._formState.isReady = !0, o;
|
|
1088
|
-
}, [a]),
|
|
1088
|
+
}, [a]), ce.useEffect(() => a._disableForm(e.disabled), [a, e.disabled]), ce.useEffect(() => {
|
|
1089
1089
|
e.mode && (a._options.mode = e.mode), e.reValidateMode && (a._options.reValidateMode = e.reValidateMode);
|
|
1090
|
-
}, [a, e.mode, e.reValidateMode]),
|
|
1090
|
+
}, [a, e.mode, e.reValidateMode]), ce.useEffect(() => {
|
|
1091
1091
|
e.errors && (a._setErrors(e.errors), a._focusError());
|
|
1092
|
-
}, [a, e.errors]),
|
|
1092
|
+
}, [a, e.errors]), ce.useEffect(() => {
|
|
1093
1093
|
e.shouldUnregister && a._subjects.state.next({
|
|
1094
1094
|
values: a._getWatch()
|
|
1095
1095
|
});
|
|
1096
|
-
}, [a, e.shouldUnregister]),
|
|
1096
|
+
}, [a, e.shouldUnregister]), ce.useEffect(() => {
|
|
1097
1097
|
if (a._proxyFormState.isDirty) {
|
|
1098
1098
|
const o = a._getDirty();
|
|
1099
1099
|
o !== n.isDirty && a._subjects.state.next({
|
|
1100
1100
|
isDirty: o
|
|
1101
1101
|
});
|
|
1102
1102
|
}
|
|
1103
|
-
}, [a, n.isDirty]),
|
|
1103
|
+
}, [a, n.isDirty]), ce.useEffect(() => {
|
|
1104
1104
|
e.values && !st(e.values, r.current) ? (a._reset(e.values, a._options.resetOptions), r.current = e.values, i((o) => ({ ...o }))) : a._resetDefaultValues();
|
|
1105
|
-
}, [a, e.values]),
|
|
1105
|
+
}, [a, e.values]), ce.useEffect(() => {
|
|
1106
1106
|
a._state.mount || (a._setValid(), a._state.mount = !0), a._state.watch && (a._state.watch = !1, a._subjects.state.next({ ...a._formState })), a._removeUnmounted();
|
|
1107
1107
|
}), t.current.formState = oa(n, a), t.current;
|
|
1108
1108
|
}
|
|
@@ -1123,8 +1123,8 @@ const ri = (e, t, r) => {
|
|
|
1123
1123
|
const i = I(t.fields, n), a = Object.assign(e[n] || {}, { ref: i && i.ref });
|
|
1124
1124
|
if (Go(t.names || Object.keys(e), n)) {
|
|
1125
1125
|
const o = Object.assign({}, I(r, n));
|
|
1126
|
-
|
|
1127
|
-
} else
|
|
1126
|
+
le(o, "root", a), le(r, n, o);
|
|
1127
|
+
} else le(r, n, a);
|
|
1128
1128
|
}
|
|
1129
1129
|
return r;
|
|
1130
1130
|
}, Go = (e, t) => {
|
|
@@ -1191,7 +1191,10 @@ const Xo = ({
|
|
|
1191
1191
|
}
|
|
1192
1192
|
}
|
|
1193
1193
|
) }), Jo = ({ field: e, control: t, errors: r }) => {
|
|
1194
|
-
const n = r[e.name], i = !!n
|
|
1194
|
+
const n = r[e.name], i = !!n, a = () => {
|
|
1195
|
+
var l;
|
|
1196
|
+
return ((l = e.validation) == null ? void 0 : l.required) === !0 || e.required === !0;
|
|
1197
|
+
}, o = (l) => a() ? `${l} *` : l;
|
|
1195
1198
|
return /* @__PURE__ */ V(_e, { children: (() => {
|
|
1196
1199
|
switch (e.type) {
|
|
1197
1200
|
case "title":
|
|
@@ -1227,13 +1230,13 @@ const Xo = ({
|
|
|
1227
1230
|
name: e.name,
|
|
1228
1231
|
control: t,
|
|
1229
1232
|
defaultValue: "",
|
|
1230
|
-
render: ({ field:
|
|
1233
|
+
render: ({ field: l }) => /* @__PURE__ */ V(
|
|
1231
1234
|
lr,
|
|
1232
1235
|
{
|
|
1233
|
-
...
|
|
1236
|
+
...l,
|
|
1234
1237
|
id: e.id,
|
|
1235
1238
|
fullWidth: !0,
|
|
1236
|
-
label: e.label,
|
|
1239
|
+
label: o(e.label),
|
|
1237
1240
|
type: e.type,
|
|
1238
1241
|
placeholder: e.placeholder,
|
|
1239
1242
|
disabled: e.disabled,
|
|
@@ -1250,13 +1253,13 @@ const Xo = ({
|
|
|
1250
1253
|
name: e.name,
|
|
1251
1254
|
control: t,
|
|
1252
1255
|
defaultValue: "",
|
|
1253
|
-
render: ({ field:
|
|
1256
|
+
render: ({ field: l }) => /* @__PURE__ */ V(
|
|
1254
1257
|
lr,
|
|
1255
1258
|
{
|
|
1256
|
-
...
|
|
1259
|
+
...l,
|
|
1257
1260
|
id: e.id,
|
|
1258
1261
|
fullWidth: !0,
|
|
1259
|
-
label: e.label,
|
|
1262
|
+
label: o(e.label),
|
|
1260
1263
|
placeholder: e.placeholder,
|
|
1261
1264
|
disabled: e.disabled,
|
|
1262
1265
|
error: i,
|
|
@@ -1274,13 +1277,13 @@ const Xo = ({
|
|
|
1274
1277
|
name: e.name,
|
|
1275
1278
|
control: t,
|
|
1276
1279
|
defaultValue: "",
|
|
1277
|
-
render: ({ field:
|
|
1280
|
+
render: ({ field: l }) => /* @__PURE__ */ V(
|
|
1278
1281
|
lr,
|
|
1279
1282
|
{
|
|
1280
|
-
...
|
|
1283
|
+
...l,
|
|
1281
1284
|
id: e.id,
|
|
1282
1285
|
fullWidth: !0,
|
|
1283
|
-
label: e.label,
|
|
1286
|
+
label: o(e.label),
|
|
1284
1287
|
type: "number",
|
|
1285
1288
|
placeholder: e.placeholder,
|
|
1286
1289
|
disabled: e.disabled,
|
|
@@ -1301,16 +1304,16 @@ const Xo = ({
|
|
|
1301
1304
|
name: e.name,
|
|
1302
1305
|
control: t,
|
|
1303
1306
|
defaultValue: "",
|
|
1304
|
-
render: ({ field:
|
|
1305
|
-
/* @__PURE__ */ V(vo, { id: e.id, children: e.label }),
|
|
1307
|
+
render: ({ field: l }) => /* @__PURE__ */ Ce(go, { fullWidth: !0, error: i, children: [
|
|
1308
|
+
/* @__PURE__ */ V(vo, { id: e.id, children: o(e.label) }),
|
|
1306
1309
|
/* @__PURE__ */ V(
|
|
1307
1310
|
yo,
|
|
1308
1311
|
{
|
|
1309
|
-
...
|
|
1312
|
+
...l,
|
|
1310
1313
|
labelId: e.id,
|
|
1311
|
-
label: e.label,
|
|
1314
|
+
label: o(e.label),
|
|
1312
1315
|
disabled: e.disabled,
|
|
1313
|
-
children: e.options.map((
|
|
1316
|
+
children: e.options.map((d) => /* @__PURE__ */ V(xo, { value: d.value, children: d.label }, d.value))
|
|
1314
1317
|
}
|
|
1315
1318
|
),
|
|
1316
1319
|
i && /* @__PURE__ */ V(qn, { children: n == null ? void 0 : n.message })
|
|
@@ -1324,20 +1327,20 @@ const Xo = ({
|
|
|
1324
1327
|
name: e.name,
|
|
1325
1328
|
control: t,
|
|
1326
1329
|
defaultValue: !1,
|
|
1327
|
-
render: ({ field:
|
|
1330
|
+
render: ({ field: l }) => /* @__PURE__ */ Ce(_e, { sx: { mt: 1, mb: 0 }, children: [
|
|
1328
1331
|
/* @__PURE__ */ V(
|
|
1329
1332
|
mo,
|
|
1330
1333
|
{
|
|
1331
1334
|
control: /* @__PURE__ */ V(
|
|
1332
1335
|
ho,
|
|
1333
1336
|
{
|
|
1334
|
-
...
|
|
1337
|
+
...l,
|
|
1335
1338
|
id: e.id,
|
|
1336
|
-
checked:
|
|
1339
|
+
checked: l.value,
|
|
1337
1340
|
disabled: e.disabled
|
|
1338
1341
|
}
|
|
1339
1342
|
),
|
|
1340
|
-
label: e.label
|
|
1343
|
+
label: o(e.label)
|
|
1341
1344
|
}
|
|
1342
1345
|
),
|
|
1343
1346
|
i && /* @__PURE__ */ V(qn, { error: !0, sx: { ml: 0 }, children: n == null ? void 0 : n.message })
|
|
@@ -1351,13 +1354,13 @@ const Xo = ({
|
|
|
1351
1354
|
name: e.name,
|
|
1352
1355
|
control: t,
|
|
1353
1356
|
defaultValue: "",
|
|
1354
|
-
render: ({ field:
|
|
1357
|
+
render: ({ field: l }) => /* @__PURE__ */ V(
|
|
1355
1358
|
lr,
|
|
1356
1359
|
{
|
|
1357
|
-
...
|
|
1360
|
+
...l,
|
|
1358
1361
|
id: e.id,
|
|
1359
1362
|
fullWidth: !0,
|
|
1360
|
-
label: e.label,
|
|
1363
|
+
label: o(e.label),
|
|
1361
1364
|
type: "date",
|
|
1362
1365
|
disabled: e.disabled,
|
|
1363
1366
|
error: i,
|
|
@@ -1380,10 +1383,10 @@ const Xo = ({
|
|
|
1380
1383
|
name: e.name,
|
|
1381
1384
|
control: t,
|
|
1382
1385
|
defaultValue: "",
|
|
1383
|
-
render: ({ field:
|
|
1386
|
+
render: ({ field: l }) => /* @__PURE__ */ V(
|
|
1384
1387
|
Xo,
|
|
1385
1388
|
{
|
|
1386
|
-
src:
|
|
1389
|
+
src: l.value || e.defaultValue || e.src,
|
|
1387
1390
|
alt: e.alt || e.label,
|
|
1388
1391
|
width: e.width,
|
|
1389
1392
|
height: e.height,
|
|
@@ -1424,19 +1427,19 @@ function Qo() {
|
|
|
1424
1427
|
setter: function(w) {
|
|
1425
1428
|
var O = u(w);
|
|
1426
1429
|
return l.get(w) || l.set(w, function(F, g) {
|
|
1427
|
-
for (var L = 0,
|
|
1428
|
-
var
|
|
1429
|
-
if (
|
|
1430
|
+
for (var L = 0, Y = O.length, te = F; L < Y - 1; ) {
|
|
1431
|
+
var G = O[L];
|
|
1432
|
+
if (G === "__proto__" || G === "constructor" || G === "prototype")
|
|
1430
1433
|
return F;
|
|
1431
|
-
|
|
1434
|
+
te = te[O[L++]];
|
|
1432
1435
|
}
|
|
1433
|
-
|
|
1436
|
+
te[O[L]] = g;
|
|
1434
1437
|
});
|
|
1435
1438
|
},
|
|
1436
1439
|
getter: function(w, O) {
|
|
1437
1440
|
var $ = u(w);
|
|
1438
1441
|
return d.get(w) || d.set(w, function(g) {
|
|
1439
|
-
for (var L = 0,
|
|
1442
|
+
for (var L = 0, Y = $.length; L < Y; )
|
|
1440
1443
|
if (g != null || !O) g = g[$[L++]];
|
|
1441
1444
|
else return;
|
|
1442
1445
|
return g;
|
|
@@ -1463,25 +1466,25 @@ function Qo() {
|
|
|
1463
1466
|
return w.match(t) || [""];
|
|
1464
1467
|
}
|
|
1465
1468
|
function h(w, O, $) {
|
|
1466
|
-
var F = w.length, g, L,
|
|
1469
|
+
var F = w.length, g, L, Y, te;
|
|
1467
1470
|
for (L = 0; L < F; L++)
|
|
1468
|
-
g = w[L], g && (T(g) && (g = '"' + g + '"'),
|
|
1471
|
+
g = w[L], g && (T(g) && (g = '"' + g + '"'), te = _(g), Y = !te && /^\d+$/.test(g), O.call($, g, te, Y, L, w));
|
|
1469
1472
|
}
|
|
1470
1473
|
function _(w) {
|
|
1471
1474
|
return typeof w == "string" && w && ["'", '"'].indexOf(w.charAt(0)) !== -1;
|
|
1472
1475
|
}
|
|
1473
|
-
function
|
|
1476
|
+
function k(w) {
|
|
1474
1477
|
return w.match(n) && !w.match(r);
|
|
1475
1478
|
}
|
|
1476
1479
|
function p(w) {
|
|
1477
1480
|
return i.test(w);
|
|
1478
1481
|
}
|
|
1479
1482
|
function T(w) {
|
|
1480
|
-
return !_(w) && (
|
|
1483
|
+
return !_(w) && (k(w) || p(w));
|
|
1481
1484
|
}
|
|
1482
1485
|
return Gr;
|
|
1483
1486
|
}
|
|
1484
|
-
var
|
|
1487
|
+
var St = Qo(), Zr, ai;
|
|
1485
1488
|
function es() {
|
|
1486
1489
|
if (ai) return Zr;
|
|
1487
1490
|
ai = 1;
|
|
@@ -1514,7 +1517,7 @@ function ts() {
|
|
|
1514
1517
|
}); d--; )
|
|
1515
1518
|
l[d] || h(i[d], d, /* @__PURE__ */ new Set());
|
|
1516
1519
|
return s;
|
|
1517
|
-
function h(_,
|
|
1520
|
+
function h(_, k, p) {
|
|
1518
1521
|
if (p.has(_)) {
|
|
1519
1522
|
var T;
|
|
1520
1523
|
try {
|
|
@@ -1526,15 +1529,15 @@ function ts() {
|
|
|
1526
1529
|
}
|
|
1527
1530
|
if (!m.has(_))
|
|
1528
1531
|
throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: " + JSON.stringify(_));
|
|
1529
|
-
if (!l[
|
|
1530
|
-
l[
|
|
1532
|
+
if (!l[k]) {
|
|
1533
|
+
l[k] = !0;
|
|
1531
1534
|
var w = u.get(_) || /* @__PURE__ */ new Set();
|
|
1532
|
-
if (w = Array.from(w),
|
|
1535
|
+
if (w = Array.from(w), k = w.length) {
|
|
1533
1536
|
p.add(_);
|
|
1534
1537
|
do {
|
|
1535
|
-
var O = w[--
|
|
1538
|
+
var O = w[--k];
|
|
1536
1539
|
h(O, m.get(O), p);
|
|
1537
|
-
} while (
|
|
1540
|
+
} while (k);
|
|
1538
1541
|
p.delete(_);
|
|
1539
1542
|
}
|
|
1540
1543
|
s[--o] = _;
|
|
@@ -1732,13 +1735,13 @@ const ur = {
|
|
|
1732
1735
|
context: "$",
|
|
1733
1736
|
value: "."
|
|
1734
1737
|
};
|
|
1735
|
-
class
|
|
1738
|
+
class kt {
|
|
1736
1739
|
constructor(t, r = {}) {
|
|
1737
1740
|
if (this.key = void 0, this.isContext = void 0, this.isValue = void 0, this.isSibling = void 0, this.path = void 0, this.getter = void 0, this.map = void 0, typeof t != "string") throw new TypeError("ref must be a string, got: " + t);
|
|
1738
1741
|
if (this.key = t.trim(), t === "") throw new TypeError("ref must be a non-empty string");
|
|
1739
1742
|
this.isContext = this.key[0] === ur.context, this.isValue = this.key[0] === ur.value, this.isSibling = !this.isContext && !this.isValue;
|
|
1740
1743
|
let n = this.isContext ? ur.context : this.isValue ? ur.value : "";
|
|
1741
|
-
this.path = this.key.slice(n.length), this.getter = this.path &&
|
|
1744
|
+
this.path = this.key.slice(n.length), this.getter = this.path && St.getter(this.path, !0), this.map = r.map;
|
|
1742
1745
|
}
|
|
1743
1746
|
getValue(t, r, n) {
|
|
1744
1747
|
let i = this.isContext ? n : this.isValue ? t : r;
|
|
@@ -1770,9 +1773,9 @@ class Et {
|
|
|
1770
1773
|
return t && t.__isYupRef;
|
|
1771
1774
|
}
|
|
1772
1775
|
}
|
|
1773
|
-
|
|
1776
|
+
kt.prototype.__isYupRef = !0;
|
|
1774
1777
|
const We = (e) => e == null;
|
|
1775
|
-
function
|
|
1778
|
+
function $t(e) {
|
|
1776
1779
|
function t({
|
|
1777
1780
|
value: r,
|
|
1778
1781
|
path: n = "",
|
|
@@ -1788,16 +1791,16 @@ function At(e) {
|
|
|
1788
1791
|
skipAbsent: _
|
|
1789
1792
|
} = e;
|
|
1790
1793
|
let {
|
|
1791
|
-
parent:
|
|
1794
|
+
parent: k,
|
|
1792
1795
|
context: p,
|
|
1793
1796
|
abortEarly: T = o.spec.abortEarly,
|
|
1794
1797
|
disableStackTrace: w = o.spec.disableStackTrace
|
|
1795
1798
|
} = i;
|
|
1796
1799
|
function O(C) {
|
|
1797
|
-
return
|
|
1800
|
+
return kt.isRef(C) ? C.getValue(r, k, p) : C;
|
|
1798
1801
|
}
|
|
1799
1802
|
function $(C = {}) {
|
|
1800
|
-
const
|
|
1803
|
+
const S = Object.assign({
|
|
1801
1804
|
value: r,
|
|
1802
1805
|
originalValue: a,
|
|
1803
1806
|
label: o.spec.label,
|
|
@@ -1805,14 +1808,14 @@ function At(e) {
|
|
|
1805
1808
|
spec: o.spec,
|
|
1806
1809
|
disableStackTrace: C.disableStackTrace || w
|
|
1807
1810
|
}, m, C.params);
|
|
1808
|
-
for (const
|
|
1809
|
-
const D = new Re(Re.formatError(C.message || h,
|
|
1810
|
-
return D.params =
|
|
1811
|
+
for (const R of Object.keys(S)) S[R] = O(S[R]);
|
|
1812
|
+
const D = new Re(Re.formatError(C.message || h, S), r, S.path, C.type || d, S.disableStackTrace);
|
|
1813
|
+
return D.params = S, D;
|
|
1811
1814
|
}
|
|
1812
1815
|
const F = T ? s : l;
|
|
1813
1816
|
let g = {
|
|
1814
1817
|
path: n,
|
|
1815
|
-
parent:
|
|
1818
|
+
parent: k,
|
|
1816
1819
|
type: d,
|
|
1817
1820
|
from: i.from,
|
|
1818
1821
|
createError: $,
|
|
@@ -1823,30 +1826,30 @@ function At(e) {
|
|
|
1823
1826
|
};
|
|
1824
1827
|
const L = (C) => {
|
|
1825
1828
|
Re.isError(C) ? F(C) : C ? l(null) : F($());
|
|
1826
|
-
},
|
|
1829
|
+
}, Y = (C) => {
|
|
1827
1830
|
Re.isError(C) ? F(C) : s(C);
|
|
1828
1831
|
};
|
|
1829
1832
|
if (_ && We(r))
|
|
1830
1833
|
return L(!0);
|
|
1831
|
-
let
|
|
1834
|
+
let G;
|
|
1832
1835
|
try {
|
|
1833
1836
|
var c;
|
|
1834
|
-
if (
|
|
1837
|
+
if (G = u.call(g, r, g), typeof ((c = G) == null ? void 0 : c.then) == "function") {
|
|
1835
1838
|
if (i.sync)
|
|
1836
1839
|
throw new Error(`Validation test of type: "${g.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`);
|
|
1837
|
-
return Promise.resolve(
|
|
1840
|
+
return Promise.resolve(G).then(L, Y);
|
|
1838
1841
|
}
|
|
1839
1842
|
} catch (C) {
|
|
1840
|
-
|
|
1843
|
+
Y(C);
|
|
1841
1844
|
return;
|
|
1842
1845
|
}
|
|
1843
|
-
L(
|
|
1846
|
+
L(G);
|
|
1844
1847
|
}
|
|
1845
1848
|
return t.OPTIONS = e, t;
|
|
1846
1849
|
}
|
|
1847
1850
|
function fs(e, t, r, n = r) {
|
|
1848
1851
|
let i, a, o;
|
|
1849
|
-
return t ? (
|
|
1852
|
+
return t ? (St.forEach(t, (s, l, d) => {
|
|
1850
1853
|
let u = l ? s.slice(1, s.length - 1) : s;
|
|
1851
1854
|
e = e.resolve({
|
|
1852
1855
|
context: n,
|
|
@@ -1879,7 +1882,7 @@ class Cr extends Set {
|
|
|
1879
1882
|
describe() {
|
|
1880
1883
|
const t = [];
|
|
1881
1884
|
for (const r of this.values())
|
|
1882
|
-
t.push(
|
|
1885
|
+
t.push(kt.isRef(r) ? r.describe() : r);
|
|
1883
1886
|
return t;
|
|
1884
1887
|
}
|
|
1885
1888
|
resolveAll(t) {
|
|
@@ -1896,7 +1899,7 @@ class Cr extends Set {
|
|
|
1896
1899
|
return t.forEach((i) => n.add(i)), r.forEach((i) => n.delete(i)), n;
|
|
1897
1900
|
}
|
|
1898
1901
|
}
|
|
1899
|
-
function
|
|
1902
|
+
function It(e, t = /* @__PURE__ */ new Map()) {
|
|
1900
1903
|
if (Dn(e) || !e || typeof e != "object") return e;
|
|
1901
1904
|
if (t.has(e)) return t.get(e);
|
|
1902
1905
|
let r;
|
|
@@ -1906,16 +1909,16 @@ function Pt(e, t = /* @__PURE__ */ new Map()) {
|
|
|
1906
1909
|
r = new RegExp(e), t.set(e, r);
|
|
1907
1910
|
else if (Array.isArray(e)) {
|
|
1908
1911
|
r = new Array(e.length), t.set(e, r);
|
|
1909
|
-
for (let n = 0; n < e.length; n++) r[n] =
|
|
1912
|
+
for (let n = 0; n < e.length; n++) r[n] = It(e[n], t);
|
|
1910
1913
|
} else if (e instanceof Map) {
|
|
1911
1914
|
r = /* @__PURE__ */ new Map(), t.set(e, r);
|
|
1912
|
-
for (const [n, i] of e.entries()) r.set(n,
|
|
1915
|
+
for (const [n, i] of e.entries()) r.set(n, It(i, t));
|
|
1913
1916
|
} else if (e instanceof Set) {
|
|
1914
1917
|
r = /* @__PURE__ */ new Set(), t.set(e, r);
|
|
1915
|
-
for (const n of e) r.add(
|
|
1918
|
+
for (const n of e) r.add(It(n, t));
|
|
1916
1919
|
} else if (e instanceof Object) {
|
|
1917
1920
|
r = {}, t.set(e, r);
|
|
1918
|
-
for (const [n, i] of Object.entries(e)) r[n] =
|
|
1921
|
+
for (const [n, i] of Object.entries(e)) r[n] = It(i, t);
|
|
1919
1922
|
} else
|
|
1920
1923
|
throw Error(`Unable to clone ${e}`);
|
|
1921
1924
|
return r;
|
|
@@ -1945,7 +1948,7 @@ class ze {
|
|
|
1945
1948
|
if (this._mutate)
|
|
1946
1949
|
return t && Object.assign(this.spec, t), this;
|
|
1947
1950
|
const r = Object.create(Object.getPrototypeOf(this));
|
|
1948
|
-
return r.type = this.type, r._typeCheck = this._typeCheck, r._whitelist = this._whitelist.clone(), r._blacklist = this._blacklist.clone(), r.internalTests = Object.assign({}, this.internalTests), r.exclusiveTests = Object.assign({}, this.exclusiveTests), r.deps = [...this.deps], r.conditions = [...this.conditions], r.tests = [...this.tests], r.transforms = [...this.transforms], r.spec =
|
|
1951
|
+
return r.type = this.type, r._typeCheck = this._typeCheck, r._whitelist = this._whitelist.clone(), r._blacklist = this._blacklist.clone(), r.internalTests = Object.assign({}, this.internalTests), r.exclusiveTests = Object.assign({}, this.exclusiveTests), r.deps = [...this.deps], r.conditions = [...this.conditions], r.tests = [...this.tests], r.transforms = [...this.transforms], r.spec = It(Object.assign({}, this.spec, t)), r;
|
|
1949
1952
|
}
|
|
1950
1953
|
label(t) {
|
|
1951
1954
|
let r = this.clone();
|
|
@@ -2063,7 +2066,7 @@ attempted value: ${o}
|
|
|
2063
2066
|
i || (i = !0, n(p, o));
|
|
2064
2067
|
}, h = a.length, _ = [];
|
|
2065
2068
|
if (!h) return m([]);
|
|
2066
|
-
let
|
|
2069
|
+
let k = {
|
|
2067
2070
|
value: o,
|
|
2068
2071
|
originalValue: s,
|
|
2069
2072
|
path: l,
|
|
@@ -2072,7 +2075,7 @@ attempted value: ${o}
|
|
|
2072
2075
|
};
|
|
2073
2076
|
for (let p = 0; p < a.length; p++) {
|
|
2074
2077
|
const T = a[p];
|
|
2075
|
-
T(
|
|
2078
|
+
T(k, u, function(O) {
|
|
2076
2079
|
O && (Array.isArray(O) ? _.push(...O) : _.push(O)), --h <= 0 && m(_);
|
|
2077
2080
|
});
|
|
2078
2081
|
}
|
|
@@ -2148,7 +2151,7 @@ attempted value: ${o}
|
|
|
2148
2151
|
}
|
|
2149
2152
|
_getDefault(t) {
|
|
2150
2153
|
let r = this.spec.default;
|
|
2151
|
-
return r == null ? r : typeof r == "function" ? r.call(this, t) :
|
|
2154
|
+
return r == null ? r : typeof r == "function" ? r.call(this, t) : It(r);
|
|
2152
2155
|
}
|
|
2153
2156
|
getDefault(t) {
|
|
2154
2157
|
return this.resolve(t || {})._getDefault(t);
|
|
@@ -2167,7 +2170,7 @@ attempted value: ${o}
|
|
|
2167
2170
|
const n = this.clone({
|
|
2168
2171
|
nullable: t
|
|
2169
2172
|
});
|
|
2170
|
-
return n.internalTests.nullable =
|
|
2173
|
+
return n.internalTests.nullable = $t({
|
|
2171
2174
|
message: r,
|
|
2172
2175
|
name: "nullable",
|
|
2173
2176
|
test(i) {
|
|
@@ -2179,7 +2182,7 @@ attempted value: ${o}
|
|
|
2179
2182
|
const n = this.clone({
|
|
2180
2183
|
optional: t
|
|
2181
2184
|
});
|
|
2182
|
-
return n.internalTests.optionality =
|
|
2185
|
+
return n.internalTests.optionality = $t({
|
|
2183
2186
|
message: r,
|
|
2184
2187
|
name: "optionality",
|
|
2185
2188
|
test(i) {
|
|
@@ -2234,21 +2237,21 @@ attempted value: ${o}
|
|
|
2234
2237
|
message: t[1],
|
|
2235
2238
|
test: t[2]
|
|
2236
2239
|
}, r.message === void 0 && (r.message = Ge.default), typeof r.test != "function") throw new TypeError("`test` is a required parameters");
|
|
2237
|
-
let n = this.clone(), i =
|
|
2240
|
+
let n = this.clone(), i = $t(r), a = r.exclusive || r.name && n.exclusiveTests[r.name] === !0;
|
|
2238
2241
|
if (r.exclusive && !r.name)
|
|
2239
2242
|
throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");
|
|
2240
2243
|
return r.name && (n.exclusiveTests[r.name] = !!r.exclusive), n.tests = n.tests.filter((o) => !(o.OPTIONS.name === r.name && (a || o.OPTIONS.test === i.OPTIONS.test))), n.tests.push(i), n;
|
|
2241
2244
|
}
|
|
2242
2245
|
when(t, r) {
|
|
2243
2246
|
!Array.isArray(t) && typeof t != "string" && (r = t, t = ".");
|
|
2244
|
-
let n = this.clone(), i = ga(t).map((a) => new
|
|
2247
|
+
let n = this.clone(), i = ga(t).map((a) => new kt(a));
|
|
2245
2248
|
return i.forEach((a) => {
|
|
2246
2249
|
a.isSibling && n.deps.push(a.key);
|
|
2247
2250
|
}), n.conditions.push(typeof r == "function" ? new Tr(i, r) : Tr.fromOptions(i, r)), n;
|
|
2248
2251
|
}
|
|
2249
2252
|
typeError(t) {
|
|
2250
2253
|
let r = this.clone();
|
|
2251
|
-
return r.internalTests.typeError =
|
|
2254
|
+
return r.internalTests.typeError = $t({
|
|
2252
2255
|
message: t,
|
|
2253
2256
|
name: "typeError",
|
|
2254
2257
|
skipAbsent: !0,
|
|
@@ -2265,7 +2268,7 @@ attempted value: ${o}
|
|
|
2265
2268
|
let n = this.clone();
|
|
2266
2269
|
return t.forEach((i) => {
|
|
2267
2270
|
n._whitelist.add(i), n._blacklist.delete(i);
|
|
2268
|
-
}), n.internalTests.whiteList =
|
|
2271
|
+
}), n.internalTests.whiteList = $t({
|
|
2269
2272
|
message: r,
|
|
2270
2273
|
name: "oneOf",
|
|
2271
2274
|
skipAbsent: !0,
|
|
@@ -2284,7 +2287,7 @@ attempted value: ${o}
|
|
|
2284
2287
|
let n = this.clone();
|
|
2285
2288
|
return t.forEach((i) => {
|
|
2286
2289
|
n._blacklist.add(i), n._whitelist.delete(i);
|
|
2287
|
-
}), n.internalTests.blacklist =
|
|
2290
|
+
}), n.internalTests.blacklist = $t({
|
|
2288
2291
|
message: r,
|
|
2289
2292
|
name: "notOneOf",
|
|
2290
2293
|
test(i) {
|
|
@@ -2769,7 +2772,7 @@ class rr extends ze {
|
|
|
2769
2772
|
}
|
|
2770
2773
|
prepareParam(t, r) {
|
|
2771
2774
|
let n;
|
|
2772
|
-
if (
|
|
2775
|
+
if (kt.isRef(t))
|
|
2773
2776
|
n = t;
|
|
2774
2777
|
else {
|
|
2775
2778
|
let i = this.cast(t);
|
|
@@ -2815,12 +2818,12 @@ Rn.INVALID_DATE = Ca;
|
|
|
2815
2818
|
function Os(e, t = []) {
|
|
2816
2819
|
let r = [], n = /* @__PURE__ */ new Set(), i = new Set(t.map(([o, s]) => `${o}-${s}`));
|
|
2817
2820
|
function a(o, s) {
|
|
2818
|
-
let l =
|
|
2821
|
+
let l = St.split(o)[0];
|
|
2819
2822
|
n.add(l), i.has(`${s}-${l}`) || r.push([s, l]);
|
|
2820
2823
|
}
|
|
2821
2824
|
for (const o of Object.keys(e)) {
|
|
2822
2825
|
let s = e[o];
|
|
2823
|
-
n.add(o),
|
|
2826
|
+
n.add(o), kt.isRef(s) && s.isSibling ? a(s.path, o) : Dn(s) && "deps" in s && s.deps.forEach((l) => a(l, o));
|
|
2824
2827
|
}
|
|
2825
2828
|
return ns.array(Array.from(n), r).reverse();
|
|
2826
2829
|
}
|
|
@@ -2861,9 +2864,9 @@ function br(e) {
|
|
|
2861
2864
|
}) : "optional" in e ? e.optional() : e;
|
|
2862
2865
|
}
|
|
2863
2866
|
const $s = (e, t) => {
|
|
2864
|
-
const r = [...
|
|
2867
|
+
const r = [...St.normalizePath(t)];
|
|
2865
2868
|
if (r.length === 1) return r[0] in e;
|
|
2866
|
-
let n = r.pop(), i =
|
|
2869
|
+
let n = r.pop(), i = St.getter(St.join(r), !0)(e);
|
|
2867
2870
|
return !!(i && n in i);
|
|
2868
2871
|
};
|
|
2869
2872
|
let ui = (e) => Object.prototype.toString.call(e) === "[object Object]";
|
|
@@ -2898,7 +2901,7 @@ class $a extends ze {
|
|
|
2898
2901
|
for (const m of s) {
|
|
2899
2902
|
let h = a[m], _ = m in i;
|
|
2900
2903
|
if (h) {
|
|
2901
|
-
let
|
|
2904
|
+
let k, p = i[m];
|
|
2902
2905
|
d.path = (r.path ? `${r.path}.` : "") + m, h = h.resolve({
|
|
2903
2906
|
value: p,
|
|
2904
2907
|
context: r.context,
|
|
@@ -2909,10 +2912,10 @@ class $a extends ze {
|
|
|
2909
2912
|
u = u || m in i;
|
|
2910
2913
|
continue;
|
|
2911
2914
|
}
|
|
2912
|
-
|
|
2915
|
+
k = !r.__validating || !w ? (
|
|
2913
2916
|
// TODO: use _cast, this is double resolving
|
|
2914
2917
|
h.cast(i[m], d)
|
|
2915
|
-
) : i[m],
|
|
2918
|
+
) : i[m], k !== void 0 && (l[m] = k);
|
|
2916
2919
|
} else _ && !o && (l[m] = i[m]);
|
|
2917
2920
|
(_ !== m in l || l[m] !== i[m]) && (u = !0);
|
|
2918
2921
|
}
|
|
@@ -2936,7 +2939,7 @@ class $a extends ze {
|
|
|
2936
2939
|
let u = [];
|
|
2937
2940
|
for (let m of this._nodes) {
|
|
2938
2941
|
let h = this.fields[m];
|
|
2939
|
-
!h ||
|
|
2942
|
+
!h || kt.isRef(h) || u.push(h.asNestedTest({
|
|
2940
2943
|
options: r,
|
|
2941
2944
|
key: m,
|
|
2942
2945
|
parent: d,
|
|
@@ -3017,7 +3020,7 @@ class $a extends ze {
|
|
|
3017
3020
|
return this.pick(r);
|
|
3018
3021
|
}
|
|
3019
3022
|
from(t, r, n) {
|
|
3020
|
-
let i =
|
|
3023
|
+
let i = St.getter(t, !0);
|
|
3021
3024
|
return this.transform((a) => {
|
|
3022
3025
|
if (!a) return a;
|
|
3023
3026
|
let o = a;
|
|
@@ -3242,44 +3245,49 @@ const Ds = (e) => {
|
|
|
3242
3245
|
currentStep: m,
|
|
3243
3246
|
onStepChange: h,
|
|
3244
3247
|
showStepNavigation: _ = !0,
|
|
3245
|
-
stepNavigationProps:
|
|
3248
|
+
stepNavigationProps: k = {}
|
|
3246
3249
|
}) => {
|
|
3247
|
-
var
|
|
3248
|
-
const [p, T] = vt(1), [w, O] = vt([]), $ = m !== void 0 ? m : p, F = [...new Set(r.map((
|
|
3249
|
-
|
|
3250
|
+
var J, W;
|
|
3251
|
+
const [p, T] = vt(1), [w, O] = vt([]), $ = m !== void 0 ? m : p, F = [...new Set(r.map((P) => P.step).filter(Boolean))].sort((P, q) => (P || 0) - (q || 0)), g = F.length;
|
|
3252
|
+
wt(() => {
|
|
3250
3253
|
if (u && s) {
|
|
3251
|
-
const
|
|
3254
|
+
const P = [];
|
|
3252
3255
|
F.forEach((q) => {
|
|
3253
3256
|
if (q === void 0) return;
|
|
3254
|
-
r.filter((
|
|
3255
|
-
const
|
|
3256
|
-
return
|
|
3257
|
-
}) &&
|
|
3258
|
-
}), O(
|
|
3257
|
+
r.filter((ee) => ee.step === q).every((ee) => {
|
|
3258
|
+
const Z = s[ee.name];
|
|
3259
|
+
return ee.required ? ee.type === "checkbox" ? Z === !0 : Z != null && Z !== "" : !0;
|
|
3260
|
+
}) && P.push(q);
|
|
3261
|
+
}), O(P);
|
|
3259
3262
|
}
|
|
3260
3263
|
}, [u, s, r, F]);
|
|
3261
|
-
const L = u ? r.filter((
|
|
3262
|
-
control:
|
|
3263
|
-
handleSubmit:
|
|
3264
|
+
const L = u ? r.filter((P) => P.step === $) : r, Y = Ds(L), {
|
|
3265
|
+
control: te,
|
|
3266
|
+
handleSubmit: G,
|
|
3264
3267
|
formState: { errors: c },
|
|
3265
3268
|
watch: C
|
|
3266
3269
|
} = Ho({
|
|
3267
|
-
resolver: Zo(
|
|
3270
|
+
resolver: Zo(Y),
|
|
3268
3271
|
mode: "onChange",
|
|
3269
3272
|
defaultValues: s
|
|
3270
|
-
}),
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3273
|
+
}), S = C(), D = xt(i);
|
|
3274
|
+
D.current = i;
|
|
3275
|
+
const R = xt({});
|
|
3276
|
+
wt(() => {
|
|
3277
|
+
if (D.current) {
|
|
3278
|
+
const P = JSON.stringify(S), q = JSON.stringify(R.current);
|
|
3279
|
+
P !== q && (R.current = S, D.current(S));
|
|
3280
|
+
}
|
|
3281
|
+
}, [S]);
|
|
3282
|
+
const U = (P) => {
|
|
3283
|
+
P >= 1 && P <= g && (m !== void 0 || T(P), h && h(P, g));
|
|
3284
|
+
}, H = (P) => {
|
|
3277
3285
|
if (u && $ < g) {
|
|
3278
|
-
|
|
3286
|
+
U($ + 1);
|
|
3279
3287
|
return;
|
|
3280
3288
|
}
|
|
3281
|
-
o && o(
|
|
3282
|
-
},
|
|
3289
|
+
o && o(P), n(P);
|
|
3290
|
+
}, ie = (P) => P.col ? P.col : (P.xs || P.sm || P.md || P.lg || P.xl) && (P.xs || P.sm || P.md || P.lg || P.xl) || 12, ue = u ? r.filter((P) => P.step === $) : r, ae = () => u && $ < g ? "Next" : a, A = t ? Eo({
|
|
3283
3291
|
palette: {
|
|
3284
3292
|
primary: {
|
|
3285
3293
|
main: t.primaryColor || "#1976d2"
|
|
@@ -3299,10 +3307,10 @@ const Ds = (e) => {
|
|
|
3299
3307
|
},
|
|
3300
3308
|
spacing: t.spacing || 8,
|
|
3301
3309
|
typography: {
|
|
3302
|
-
fontFamily: ((
|
|
3303
|
-
fontSize: typeof ((
|
|
3310
|
+
fontFamily: ((J = t.typography) == null ? void 0 : J.fontFamily) || "Roboto, Arial, sans-serif",
|
|
3311
|
+
fontSize: typeof ((W = t.typography) == null ? void 0 : W.fontSize) == "number" ? t.typography.fontSize : 14
|
|
3304
3312
|
}
|
|
3305
|
-
}) : void 0,
|
|
3313
|
+
}) : void 0, M = () => d && d.length > 0 ? /* @__PURE__ */ V(
|
|
3306
3314
|
js,
|
|
3307
3315
|
{
|
|
3308
3316
|
buttons: d
|
|
@@ -3313,7 +3321,7 @@ const Ds = (e) => {
|
|
|
3313
3321
|
{
|
|
3314
3322
|
type: "button",
|
|
3315
3323
|
variant: "outlined",
|
|
3316
|
-
onClick: () =>
|
|
3324
|
+
onClick: () => U($ - 1),
|
|
3317
3325
|
sx: { mr: 2 },
|
|
3318
3326
|
children: "Previous"
|
|
3319
3327
|
}
|
|
@@ -3325,18 +3333,18 @@ const Ds = (e) => {
|
|
|
3325
3333
|
variant: "contained",
|
|
3326
3334
|
color: "primary",
|
|
3327
3335
|
size: "large",
|
|
3328
|
-
children:
|
|
3336
|
+
children: ae()
|
|
3329
3337
|
}
|
|
3330
3338
|
)
|
|
3331
|
-
] }) : null,
|
|
3339
|
+
] }) : null, X = /* @__PURE__ */ Ce(_e, { component: "form", onSubmit: G(H), id: e, children: [
|
|
3332
3340
|
u && _ && g > 1 && /* @__PURE__ */ V(
|
|
3333
3341
|
Rs,
|
|
3334
3342
|
{
|
|
3335
3343
|
currentStep: $,
|
|
3336
3344
|
totalSteps: g,
|
|
3337
|
-
onStepChange:
|
|
3345
|
+
onStepChange: U,
|
|
3338
3346
|
completedSteps: w,
|
|
3339
|
-
...
|
|
3347
|
+
...k
|
|
3340
3348
|
}
|
|
3341
3349
|
),
|
|
3342
3350
|
/* @__PURE__ */ V(
|
|
@@ -3347,8 +3355,8 @@ const Ds = (e) => {
|
|
|
3347
3355
|
gridTemplateColumns: "repeat(12, 1fr)",
|
|
3348
3356
|
gap: 2
|
|
3349
3357
|
},
|
|
3350
|
-
children:
|
|
3351
|
-
const q =
|
|
3358
|
+
children: ue.map((P) => {
|
|
3359
|
+
const q = ie(P);
|
|
3352
3360
|
return /* @__PURE__ */ V(
|
|
3353
3361
|
_e,
|
|
3354
3362
|
{
|
|
@@ -3358,20 +3366,20 @@ const Ds = (e) => {
|
|
|
3358
3366
|
children: /* @__PURE__ */ V(
|
|
3359
3367
|
Jo,
|
|
3360
3368
|
{
|
|
3361
|
-
field:
|
|
3362
|
-
control:
|
|
3369
|
+
field: P,
|
|
3370
|
+
control: te,
|
|
3363
3371
|
errors: c
|
|
3364
3372
|
}
|
|
3365
3373
|
)
|
|
3366
3374
|
},
|
|
3367
|
-
|
|
3375
|
+
P.name
|
|
3368
3376
|
);
|
|
3369
3377
|
})
|
|
3370
3378
|
}
|
|
3371
3379
|
),
|
|
3372
|
-
|
|
3380
|
+
M()
|
|
3373
3381
|
] });
|
|
3374
|
-
return
|
|
3382
|
+
return A ? /* @__PURE__ */ V(ko, { theme: A, children: X }) : X;
|
|
3375
3383
|
}, di = (e) => e, Ps = () => {
|
|
3376
3384
|
let e = di;
|
|
3377
3385
|
return {
|
|
@@ -3390,12 +3398,12 @@ function ut(e, ...t) {
|
|
|
3390
3398
|
const r = new URL(`https://mui.com/production-error/?code=${e}`);
|
|
3391
3399
|
return t.forEach((n) => r.searchParams.append("args[]", n)), `Minified MUI error #${e}; visit ${r} for the full message.`;
|
|
3392
3400
|
}
|
|
3393
|
-
function
|
|
3401
|
+
function Et(e) {
|
|
3394
3402
|
if (typeof e != "string")
|
|
3395
3403
|
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : ut(7));
|
|
3396
3404
|
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
3397
3405
|
}
|
|
3398
|
-
var pr = { exports: {} }, dr = { exports: {} },
|
|
3406
|
+
var pr = { exports: {} }, dr = { exports: {} }, oe = {};
|
|
3399
3407
|
/** @license React v16.13.1
|
|
3400
3408
|
* react-is.production.min.js
|
|
3401
3409
|
*
|
|
@@ -3406,9 +3414,9 @@ var pr = { exports: {} }, dr = { exports: {} }, se = {};
|
|
|
3406
3414
|
*/
|
|
3407
3415
|
var fi;
|
|
3408
3416
|
function zs() {
|
|
3409
|
-
if (fi) return
|
|
3417
|
+
if (fi) return oe;
|
|
3410
3418
|
fi = 1;
|
|
3411
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, _ = e ? Symbol.for("react.memo") : 60115,
|
|
3419
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, _ = e ? Symbol.for("react.memo") : 60115, k = e ? Symbol.for("react.lazy") : 60116, p = e ? Symbol.for("react.block") : 60121, T = e ? Symbol.for("react.fundamental") : 60117, w = e ? Symbol.for("react.responder") : 60118, O = e ? Symbol.for("react.scope") : 60119;
|
|
3412
3420
|
function $(g) {
|
|
3413
3421
|
if (typeof g == "object" && g !== null) {
|
|
3414
3422
|
var L = g.$$typeof;
|
|
@@ -3426,7 +3434,7 @@ function zs() {
|
|
|
3426
3434
|
switch (g = g && g.$$typeof, g) {
|
|
3427
3435
|
case s:
|
|
3428
3436
|
case u:
|
|
3429
|
-
case
|
|
3437
|
+
case k:
|
|
3430
3438
|
case _:
|
|
3431
3439
|
case o:
|
|
3432
3440
|
return g;
|
|
@@ -3442,35 +3450,35 @@ function zs() {
|
|
|
3442
3450
|
function F(g) {
|
|
3443
3451
|
return $(g) === d;
|
|
3444
3452
|
}
|
|
3445
|
-
return
|
|
3453
|
+
return oe.AsyncMode = l, oe.ConcurrentMode = d, oe.ContextConsumer = s, oe.ContextProvider = o, oe.Element = t, oe.ForwardRef = u, oe.Fragment = n, oe.Lazy = k, oe.Memo = _, oe.Portal = r, oe.Profiler = a, oe.StrictMode = i, oe.Suspense = m, oe.isAsyncMode = function(g) {
|
|
3446
3454
|
return F(g) || $(g) === l;
|
|
3447
|
-
},
|
|
3455
|
+
}, oe.isConcurrentMode = F, oe.isContextConsumer = function(g) {
|
|
3448
3456
|
return $(g) === s;
|
|
3449
|
-
},
|
|
3457
|
+
}, oe.isContextProvider = function(g) {
|
|
3450
3458
|
return $(g) === o;
|
|
3451
|
-
},
|
|
3459
|
+
}, oe.isElement = function(g) {
|
|
3452
3460
|
return typeof g == "object" && g !== null && g.$$typeof === t;
|
|
3453
|
-
},
|
|
3461
|
+
}, oe.isForwardRef = function(g) {
|
|
3454
3462
|
return $(g) === u;
|
|
3455
|
-
},
|
|
3463
|
+
}, oe.isFragment = function(g) {
|
|
3456
3464
|
return $(g) === n;
|
|
3457
|
-
},
|
|
3458
|
-
return $(g) ===
|
|
3459
|
-
},
|
|
3465
|
+
}, oe.isLazy = function(g) {
|
|
3466
|
+
return $(g) === k;
|
|
3467
|
+
}, oe.isMemo = function(g) {
|
|
3460
3468
|
return $(g) === _;
|
|
3461
|
-
},
|
|
3469
|
+
}, oe.isPortal = function(g) {
|
|
3462
3470
|
return $(g) === r;
|
|
3463
|
-
},
|
|
3471
|
+
}, oe.isProfiler = function(g) {
|
|
3464
3472
|
return $(g) === a;
|
|
3465
|
-
},
|
|
3473
|
+
}, oe.isStrictMode = function(g) {
|
|
3466
3474
|
return $(g) === i;
|
|
3467
|
-
},
|
|
3475
|
+
}, oe.isSuspense = function(g) {
|
|
3468
3476
|
return $(g) === m;
|
|
3469
|
-
},
|
|
3470
|
-
return typeof g == "string" || typeof g == "function" || g === n || g === d || g === a || g === i || g === m || g === h || typeof g == "object" && g !== null && (g.$$typeof ===
|
|
3471
|
-
},
|
|
3477
|
+
}, oe.isValidElementType = function(g) {
|
|
3478
|
+
return typeof g == "string" || typeof g == "function" || g === n || g === d || g === a || g === i || g === m || g === h || typeof g == "object" && g !== null && (g.$$typeof === k || g.$$typeof === _ || g.$$typeof === o || g.$$typeof === s || g.$$typeof === u || g.$$typeof === T || g.$$typeof === w || g.$$typeof === O || g.$$typeof === p);
|
|
3479
|
+
}, oe.typeOf = $, oe;
|
|
3472
3480
|
}
|
|
3473
|
-
var
|
|
3481
|
+
var se = {};
|
|
3474
3482
|
/** @license React v16.13.1
|
|
3475
3483
|
* react-is.development.js
|
|
3476
3484
|
*
|
|
@@ -3482,17 +3490,17 @@ var le = {};
|
|
|
3482
3490
|
var mi;
|
|
3483
3491
|
function Vs() {
|
|
3484
3492
|
return mi || (mi = 1, process.env.NODE_ENV !== "production" && function() {
|
|
3485
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, _ = e ? Symbol.for("react.memo") : 60115,
|
|
3486
|
-
function $(
|
|
3487
|
-
return typeof
|
|
3488
|
-
|
|
3489
|
-
}
|
|
3490
|
-
function F(
|
|
3491
|
-
if (typeof
|
|
3492
|
-
var Ae =
|
|
3493
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, _ = e ? Symbol.for("react.memo") : 60115, k = e ? Symbol.for("react.lazy") : 60116, p = e ? Symbol.for("react.block") : 60121, T = e ? Symbol.for("react.fundamental") : 60117, w = e ? Symbol.for("react.responder") : 60118, O = e ? Symbol.for("react.scope") : 60119;
|
|
3494
|
+
function $(j) {
|
|
3495
|
+
return typeof j == "string" || typeof j == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
3496
|
+
j === n || j === d || j === a || j === i || j === m || j === h || typeof j == "object" && j !== null && (j.$$typeof === k || j.$$typeof === _ || j.$$typeof === o || j.$$typeof === s || j.$$typeof === u || j.$$typeof === T || j.$$typeof === w || j.$$typeof === O || j.$$typeof === p);
|
|
3497
|
+
}
|
|
3498
|
+
function F(j) {
|
|
3499
|
+
if (typeof j == "object" && j !== null) {
|
|
3500
|
+
var Ae = j.$$typeof;
|
|
3493
3501
|
switch (Ae) {
|
|
3494
3502
|
case t:
|
|
3495
|
-
var Ye =
|
|
3503
|
+
var Ye = j.type;
|
|
3496
3504
|
switch (Ye) {
|
|
3497
3505
|
case l:
|
|
3498
3506
|
case d:
|
|
@@ -3506,7 +3514,7 @@ function Vs() {
|
|
|
3506
3514
|
switch (nt) {
|
|
3507
3515
|
case s:
|
|
3508
3516
|
case u:
|
|
3509
|
-
case
|
|
3517
|
+
case k:
|
|
3510
3518
|
case _:
|
|
3511
3519
|
case o:
|
|
3512
3520
|
return nt;
|
|
@@ -3519,48 +3527,48 @@ function Vs() {
|
|
|
3519
3527
|
}
|
|
3520
3528
|
}
|
|
3521
3529
|
}
|
|
3522
|
-
var g = l, L = d,
|
|
3523
|
-
function
|
|
3524
|
-
return
|
|
3530
|
+
var g = l, L = d, Y = s, te = o, G = t, c = u, C = n, S = k, D = _, R = r, U = a, H = i, ie = m, ue = !1;
|
|
3531
|
+
function ae(j) {
|
|
3532
|
+
return ue || (ue = !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.")), A(j) || F(j) === l;
|
|
3525
3533
|
}
|
|
3526
|
-
function A(
|
|
3527
|
-
return F(
|
|
3534
|
+
function A(j) {
|
|
3535
|
+
return F(j) === d;
|
|
3528
3536
|
}
|
|
3529
|
-
function
|
|
3530
|
-
return F(
|
|
3537
|
+
function M(j) {
|
|
3538
|
+
return F(j) === s;
|
|
3531
3539
|
}
|
|
3532
|
-
function X(
|
|
3533
|
-
return F(
|
|
3540
|
+
function X(j) {
|
|
3541
|
+
return F(j) === o;
|
|
3534
3542
|
}
|
|
3535
|
-
function
|
|
3536
|
-
return typeof
|
|
3543
|
+
function J(j) {
|
|
3544
|
+
return typeof j == "object" && j !== null && j.$$typeof === t;
|
|
3537
3545
|
}
|
|
3538
|
-
function
|
|
3539
|
-
return F(
|
|
3546
|
+
function W(j) {
|
|
3547
|
+
return F(j) === u;
|
|
3540
3548
|
}
|
|
3541
|
-
function
|
|
3542
|
-
return F(
|
|
3549
|
+
function P(j) {
|
|
3550
|
+
return F(j) === n;
|
|
3543
3551
|
}
|
|
3544
|
-
function
|
|
3545
|
-
return F(
|
|
3552
|
+
function q(j) {
|
|
3553
|
+
return F(j) === k;
|
|
3546
3554
|
}
|
|
3547
|
-
function
|
|
3548
|
-
return F(
|
|
3555
|
+
function Q(j) {
|
|
3556
|
+
return F(j) === _;
|
|
3549
3557
|
}
|
|
3550
|
-
function
|
|
3551
|
-
return F(
|
|
3558
|
+
function ne(j) {
|
|
3559
|
+
return F(j) === r;
|
|
3552
3560
|
}
|
|
3553
|
-
function
|
|
3554
|
-
return F(
|
|
3561
|
+
function ee(j) {
|
|
3562
|
+
return F(j) === a;
|
|
3555
3563
|
}
|
|
3556
|
-
function
|
|
3557
|
-
return F(
|
|
3564
|
+
function Z(j) {
|
|
3565
|
+
return F(j) === i;
|
|
3558
3566
|
}
|
|
3559
|
-
function xe(
|
|
3560
|
-
return F(
|
|
3567
|
+
function xe(j) {
|
|
3568
|
+
return F(j) === m;
|
|
3561
3569
|
}
|
|
3562
|
-
|
|
3563
|
-
}()),
|
|
3570
|
+
se.AsyncMode = g, se.ConcurrentMode = L, se.ContextConsumer = Y, se.ContextProvider = te, se.Element = G, se.ForwardRef = c, se.Fragment = C, se.Lazy = S, se.Memo = D, se.Portal = R, se.Profiler = U, se.StrictMode = H, se.Suspense = ie, se.isAsyncMode = ae, se.isConcurrentMode = A, se.isContextConsumer = M, se.isContextProvider = X, se.isElement = J, se.isForwardRef = W, se.isFragment = P, se.isLazy = q, se.isMemo = Q, se.isPortal = ne, se.isProfiler = ee, se.isStrictMode = Z, se.isSuspense = xe, se.isValidElementType = $, se.typeOf = F;
|
|
3571
|
+
}()), se;
|
|
3564
3572
|
}
|
|
3565
3573
|
var hi;
|
|
3566
3574
|
function Fa() {
|
|
@@ -3658,8 +3666,8 @@ function Ms() {
|
|
|
3658
3666
|
throw h.name = "Invariant Violation", h;
|
|
3659
3667
|
}
|
|
3660
3668
|
m = a[u](o, u, l, s, null, t);
|
|
3661
|
-
} catch (
|
|
3662
|
-
m =
|
|
3669
|
+
} catch (k) {
|
|
3670
|
+
m = k;
|
|
3663
3671
|
}
|
|
3664
3672
|
if (m && !(m instanceof Error) && e(
|
|
3665
3673
|
(l || "React class") + ": type specification of " + s + " `" + u + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof m + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
@@ -3697,9 +3705,9 @@ function Ls() {
|
|
|
3697
3705
|
return rn = function(s, l) {
|
|
3698
3706
|
var d = typeof Symbol == "function" && Symbol.iterator, u = "@@iterator";
|
|
3699
3707
|
function m(A) {
|
|
3700
|
-
var
|
|
3701
|
-
if (typeof
|
|
3702
|
-
return
|
|
3708
|
+
var M = A && (d && A[d] || A[u]);
|
|
3709
|
+
if (typeof M == "function")
|
|
3710
|
+
return M;
|
|
3703
3711
|
}
|
|
3704
3712
|
var h = "<<anonymous>>", _ = {
|
|
3705
3713
|
array: w("array"),
|
|
@@ -3716,217 +3724,217 @@ function Ls() {
|
|
|
3716
3724
|
elementType: g(),
|
|
3717
3725
|
instanceOf: L,
|
|
3718
3726
|
node: c(),
|
|
3719
|
-
objectOf:
|
|
3720
|
-
oneOf:
|
|
3721
|
-
oneOfType:
|
|
3722
|
-
shape:
|
|
3727
|
+
objectOf: te,
|
|
3728
|
+
oneOf: Y,
|
|
3729
|
+
oneOfType: G,
|
|
3730
|
+
shape: S,
|
|
3723
3731
|
exact: D
|
|
3724
3732
|
};
|
|
3725
|
-
function
|
|
3726
|
-
return A ===
|
|
3733
|
+
function k(A, M) {
|
|
3734
|
+
return A === M ? A !== 0 || 1 / A === 1 / M : A !== A && M !== M;
|
|
3727
3735
|
}
|
|
3728
|
-
function p(A,
|
|
3729
|
-
this.message = A, this.data =
|
|
3736
|
+
function p(A, M) {
|
|
3737
|
+
this.message = A, this.data = M && typeof M == "object" ? M : {}, this.stack = "";
|
|
3730
3738
|
}
|
|
3731
3739
|
p.prototype = Error.prototype;
|
|
3732
3740
|
function T(A) {
|
|
3733
3741
|
if (process.env.NODE_ENV !== "production")
|
|
3734
|
-
var
|
|
3735
|
-
function
|
|
3736
|
-
if (
|
|
3742
|
+
var M = {}, X = 0;
|
|
3743
|
+
function J(P, q, Q, ne, ee, Z, xe) {
|
|
3744
|
+
if (ne = ne || h, Z = Z || Q, xe !== r) {
|
|
3737
3745
|
if (l) {
|
|
3738
|
-
var
|
|
3746
|
+
var j = new Error(
|
|
3739
3747
|
"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"
|
|
3740
3748
|
);
|
|
3741
|
-
throw
|
|
3749
|
+
throw j.name = "Invariant Violation", j;
|
|
3742
3750
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
3743
|
-
var Ae =
|
|
3744
|
-
!
|
|
3751
|
+
var Ae = ne + ":" + Q;
|
|
3752
|
+
!M[Ae] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
3745
3753
|
X < 3 && (a(
|
|
3746
|
-
"You are manually calling a React.PropTypes validation function for the `" +
|
|
3747
|
-
),
|
|
3754
|
+
"You are manually calling a React.PropTypes validation function for the `" + Z + "` prop on `" + ne + "`. 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."
|
|
3755
|
+
), M[Ae] = !0, X++);
|
|
3748
3756
|
}
|
|
3749
3757
|
}
|
|
3750
|
-
return
|
|
3758
|
+
return q[Q] == null ? P ? q[Q] === null ? new p("The " + ee + " `" + Z + "` is marked as required " + ("in `" + ne + "`, but its value is `null`.")) : new p("The " + ee + " `" + Z + "` is marked as required in " + ("`" + ne + "`, but its value is `undefined`.")) : null : A(q, Q, ne, ee, Z);
|
|
3751
3759
|
}
|
|
3752
|
-
var
|
|
3753
|
-
return
|
|
3760
|
+
var W = J.bind(null, !1);
|
|
3761
|
+
return W.isRequired = J.bind(null, !0), W;
|
|
3754
3762
|
}
|
|
3755
3763
|
function w(A) {
|
|
3756
|
-
function
|
|
3757
|
-
var
|
|
3758
|
-
if (
|
|
3759
|
-
var
|
|
3764
|
+
function M(X, J, W, P, q, Q) {
|
|
3765
|
+
var ne = X[J], ee = H(ne);
|
|
3766
|
+
if (ee !== A) {
|
|
3767
|
+
var Z = ie(ne);
|
|
3760
3768
|
return new p(
|
|
3761
|
-
"Invalid " +
|
|
3769
|
+
"Invalid " + P + " `" + q + "` of type " + ("`" + Z + "` supplied to `" + W + "`, expected ") + ("`" + A + "`."),
|
|
3762
3770
|
{ expectedType: A }
|
|
3763
3771
|
);
|
|
3764
3772
|
}
|
|
3765
3773
|
return null;
|
|
3766
3774
|
}
|
|
3767
|
-
return T(
|
|
3775
|
+
return T(M);
|
|
3768
3776
|
}
|
|
3769
3777
|
function O() {
|
|
3770
3778
|
return T(o);
|
|
3771
3779
|
}
|
|
3772
3780
|
function $(A) {
|
|
3773
|
-
function
|
|
3781
|
+
function M(X, J, W, P, q) {
|
|
3774
3782
|
if (typeof A != "function")
|
|
3775
|
-
return new p("Property `" +
|
|
3776
|
-
var
|
|
3777
|
-
if (!Array.isArray(
|
|
3778
|
-
var
|
|
3779
|
-
return new p("Invalid " +
|
|
3783
|
+
return new p("Property `" + q + "` of component `" + W + "` has invalid PropType notation inside arrayOf.");
|
|
3784
|
+
var Q = X[J];
|
|
3785
|
+
if (!Array.isArray(Q)) {
|
|
3786
|
+
var ne = H(Q);
|
|
3787
|
+
return new p("Invalid " + P + " `" + q + "` of type " + ("`" + ne + "` supplied to `" + W + "`, expected an array."));
|
|
3780
3788
|
}
|
|
3781
|
-
for (var
|
|
3782
|
-
var
|
|
3783
|
-
if (
|
|
3784
|
-
return
|
|
3789
|
+
for (var ee = 0; ee < Q.length; ee++) {
|
|
3790
|
+
var Z = A(Q, ee, W, P, q + "[" + ee + "]", r);
|
|
3791
|
+
if (Z instanceof Error)
|
|
3792
|
+
return Z;
|
|
3785
3793
|
}
|
|
3786
3794
|
return null;
|
|
3787
3795
|
}
|
|
3788
|
-
return T(
|
|
3796
|
+
return T(M);
|
|
3789
3797
|
}
|
|
3790
3798
|
function F() {
|
|
3791
|
-
function A(
|
|
3792
|
-
var
|
|
3793
|
-
if (!s(
|
|
3794
|
-
var
|
|
3795
|
-
return new p("Invalid " +
|
|
3799
|
+
function A(M, X, J, W, P) {
|
|
3800
|
+
var q = M[X];
|
|
3801
|
+
if (!s(q)) {
|
|
3802
|
+
var Q = H(q);
|
|
3803
|
+
return new p("Invalid " + W + " `" + P + "` of type " + ("`" + Q + "` supplied to `" + J + "`, expected a single ReactElement."));
|
|
3796
3804
|
}
|
|
3797
3805
|
return null;
|
|
3798
3806
|
}
|
|
3799
3807
|
return T(A);
|
|
3800
3808
|
}
|
|
3801
3809
|
function g() {
|
|
3802
|
-
function A(
|
|
3803
|
-
var
|
|
3804
|
-
if (!e.isValidElementType(
|
|
3805
|
-
var
|
|
3806
|
-
return new p("Invalid " +
|
|
3810
|
+
function A(M, X, J, W, P) {
|
|
3811
|
+
var q = M[X];
|
|
3812
|
+
if (!e.isValidElementType(q)) {
|
|
3813
|
+
var Q = H(q);
|
|
3814
|
+
return new p("Invalid " + W + " `" + P + "` of type " + ("`" + Q + "` supplied to `" + J + "`, expected a single ReactElement type."));
|
|
3807
3815
|
}
|
|
3808
3816
|
return null;
|
|
3809
3817
|
}
|
|
3810
3818
|
return T(A);
|
|
3811
3819
|
}
|
|
3812
3820
|
function L(A) {
|
|
3813
|
-
function
|
|
3814
|
-
if (!(X[
|
|
3815
|
-
var
|
|
3816
|
-
return new p("Invalid " +
|
|
3821
|
+
function M(X, J, W, P, q) {
|
|
3822
|
+
if (!(X[J] instanceof A)) {
|
|
3823
|
+
var Q = A.name || h, ne = ae(X[J]);
|
|
3824
|
+
return new p("Invalid " + P + " `" + q + "` of type " + ("`" + ne + "` supplied to `" + W + "`, expected ") + ("instance of `" + Q + "`."));
|
|
3817
3825
|
}
|
|
3818
3826
|
return null;
|
|
3819
3827
|
}
|
|
3820
|
-
return T(
|
|
3828
|
+
return T(M);
|
|
3821
3829
|
}
|
|
3822
|
-
function
|
|
3830
|
+
function Y(A) {
|
|
3823
3831
|
if (!Array.isArray(A))
|
|
3824
3832
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
|
|
3825
3833
|
"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])."
|
|
3826
3834
|
) : a("Invalid argument supplied to oneOf, expected an array.")), o;
|
|
3827
|
-
function
|
|
3828
|
-
for (var
|
|
3829
|
-
if (
|
|
3835
|
+
function M(X, J, W, P, q) {
|
|
3836
|
+
for (var Q = X[J], ne = 0; ne < A.length; ne++)
|
|
3837
|
+
if (k(Q, A[ne]))
|
|
3830
3838
|
return null;
|
|
3831
|
-
var
|
|
3832
|
-
var Ae = ie(
|
|
3833
|
-
return Ae === "symbol" ? String(
|
|
3839
|
+
var ee = JSON.stringify(A, function(xe, j) {
|
|
3840
|
+
var Ae = ie(j);
|
|
3841
|
+
return Ae === "symbol" ? String(j) : j;
|
|
3834
3842
|
});
|
|
3835
|
-
return new p("Invalid " +
|
|
3843
|
+
return new p("Invalid " + P + " `" + q + "` of value `" + String(Q) + "` " + ("supplied to `" + W + "`, expected one of " + ee + "."));
|
|
3836
3844
|
}
|
|
3837
|
-
return T(
|
|
3845
|
+
return T(M);
|
|
3838
3846
|
}
|
|
3839
|
-
function
|
|
3840
|
-
function
|
|
3847
|
+
function te(A) {
|
|
3848
|
+
function M(X, J, W, P, q) {
|
|
3841
3849
|
if (typeof A != "function")
|
|
3842
|
-
return new p("Property `" +
|
|
3843
|
-
var
|
|
3844
|
-
if (
|
|
3845
|
-
return new p("Invalid " +
|
|
3846
|
-
for (var
|
|
3847
|
-
if (n(
|
|
3848
|
-
var
|
|
3849
|
-
if (
|
|
3850
|
-
return
|
|
3850
|
+
return new p("Property `" + q + "` of component `" + W + "` has invalid PropType notation inside objectOf.");
|
|
3851
|
+
var Q = X[J], ne = H(Q);
|
|
3852
|
+
if (ne !== "object")
|
|
3853
|
+
return new p("Invalid " + P + " `" + q + "` of type " + ("`" + ne + "` supplied to `" + W + "`, expected an object."));
|
|
3854
|
+
for (var ee in Q)
|
|
3855
|
+
if (n(Q, ee)) {
|
|
3856
|
+
var Z = A(Q, ee, W, P, q + "." + ee, r);
|
|
3857
|
+
if (Z instanceof Error)
|
|
3858
|
+
return Z;
|
|
3851
3859
|
}
|
|
3852
3860
|
return null;
|
|
3853
3861
|
}
|
|
3854
|
-
return T(
|
|
3862
|
+
return T(M);
|
|
3855
3863
|
}
|
|
3856
|
-
function
|
|
3864
|
+
function G(A) {
|
|
3857
3865
|
if (!Array.isArray(A))
|
|
3858
3866
|
return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), o;
|
|
3859
|
-
for (var
|
|
3860
|
-
var X = A[
|
|
3867
|
+
for (var M = 0; M < A.length; M++) {
|
|
3868
|
+
var X = A[M];
|
|
3861
3869
|
if (typeof X != "function")
|
|
3862
3870
|
return a(
|
|
3863
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " +
|
|
3871
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ue(X) + " at index " + M + "."
|
|
3864
3872
|
), o;
|
|
3865
3873
|
}
|
|
3866
|
-
function
|
|
3867
|
-
for (var
|
|
3868
|
-
var xe = A[
|
|
3869
|
-
if (
|
|
3874
|
+
function J(W, P, q, Q, ne) {
|
|
3875
|
+
for (var ee = [], Z = 0; Z < A.length; Z++) {
|
|
3876
|
+
var xe = A[Z], j = xe(W, P, q, Q, ne, r);
|
|
3877
|
+
if (j == null)
|
|
3870
3878
|
return null;
|
|
3871
|
-
|
|
3879
|
+
j.data && n(j.data, "expectedType") && ee.push(j.data.expectedType);
|
|
3872
3880
|
}
|
|
3873
|
-
var Ae =
|
|
3874
|
-
return new p("Invalid " +
|
|
3881
|
+
var Ae = ee.length > 0 ? ", expected one of type [" + ee.join(", ") + "]" : "";
|
|
3882
|
+
return new p("Invalid " + Q + " `" + ne + "` supplied to " + ("`" + q + "`" + Ae + "."));
|
|
3875
3883
|
}
|
|
3876
|
-
return T(
|
|
3884
|
+
return T(J);
|
|
3877
3885
|
}
|
|
3878
3886
|
function c() {
|
|
3879
|
-
function A(
|
|
3880
|
-
return
|
|
3887
|
+
function A(M, X, J, W, P) {
|
|
3888
|
+
return R(M[X]) ? null : new p("Invalid " + W + " `" + P + "` supplied to " + ("`" + J + "`, expected a ReactNode."));
|
|
3881
3889
|
}
|
|
3882
3890
|
return T(A);
|
|
3883
3891
|
}
|
|
3884
|
-
function C(A,
|
|
3892
|
+
function C(A, M, X, J, W) {
|
|
3885
3893
|
return new p(
|
|
3886
|
-
(A || "React class") + ": " +
|
|
3894
|
+
(A || "React class") + ": " + M + " type `" + X + "." + J + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + W + "`."
|
|
3887
3895
|
);
|
|
3888
3896
|
}
|
|
3889
|
-
function
|
|
3890
|
-
function
|
|
3891
|
-
var
|
|
3892
|
-
if (
|
|
3893
|
-
return new p("Invalid " +
|
|
3894
|
-
for (var
|
|
3895
|
-
var
|
|
3896
|
-
if (typeof
|
|
3897
|
-
return C(
|
|
3898
|
-
var xe = Q
|
|
3897
|
+
function S(A) {
|
|
3898
|
+
function M(X, J, W, P, q) {
|
|
3899
|
+
var Q = X[J], ne = H(Q);
|
|
3900
|
+
if (ne !== "object")
|
|
3901
|
+
return new p("Invalid " + P + " `" + q + "` of type `" + ne + "` " + ("supplied to `" + W + "`, expected `object`."));
|
|
3902
|
+
for (var ee in A) {
|
|
3903
|
+
var Z = A[ee];
|
|
3904
|
+
if (typeof Z != "function")
|
|
3905
|
+
return C(W, P, q, ee, ie(Z));
|
|
3906
|
+
var xe = Z(Q, ee, W, P, q + "." + ee, r);
|
|
3899
3907
|
if (xe)
|
|
3900
3908
|
return xe;
|
|
3901
3909
|
}
|
|
3902
3910
|
return null;
|
|
3903
3911
|
}
|
|
3904
|
-
return T(
|
|
3912
|
+
return T(M);
|
|
3905
3913
|
}
|
|
3906
3914
|
function D(A) {
|
|
3907
|
-
function
|
|
3908
|
-
var
|
|
3909
|
-
if (
|
|
3910
|
-
return new p("Invalid " +
|
|
3911
|
-
var
|
|
3912
|
-
for (var
|
|
3913
|
-
var xe = A[
|
|
3914
|
-
if (n(A,
|
|
3915
|
-
return C(
|
|
3915
|
+
function M(X, J, W, P, q) {
|
|
3916
|
+
var Q = X[J], ne = H(Q);
|
|
3917
|
+
if (ne !== "object")
|
|
3918
|
+
return new p("Invalid " + P + " `" + q + "` of type `" + ne + "` " + ("supplied to `" + W + "`, expected `object`."));
|
|
3919
|
+
var ee = t({}, X[J], A);
|
|
3920
|
+
for (var Z in ee) {
|
|
3921
|
+
var xe = A[Z];
|
|
3922
|
+
if (n(A, Z) && typeof xe != "function")
|
|
3923
|
+
return C(W, P, q, Z, ie(xe));
|
|
3916
3924
|
if (!xe)
|
|
3917
3925
|
return new p(
|
|
3918
|
-
"Invalid " +
|
|
3926
|
+
"Invalid " + P + " `" + q + "` key `" + Z + "` supplied to `" + W + "`.\nBad object: " + JSON.stringify(X[J], null, " ") + `
|
|
3919
3927
|
Valid keys: ` + JSON.stringify(Object.keys(A), null, " ")
|
|
3920
3928
|
);
|
|
3921
|
-
var
|
|
3922
|
-
if (
|
|
3923
|
-
return
|
|
3929
|
+
var j = xe(Q, Z, W, P, q + "." + Z, r);
|
|
3930
|
+
if (j)
|
|
3931
|
+
return j;
|
|
3924
3932
|
}
|
|
3925
3933
|
return null;
|
|
3926
3934
|
}
|
|
3927
|
-
return T(
|
|
3935
|
+
return T(M);
|
|
3928
3936
|
}
|
|
3929
|
-
function
|
|
3937
|
+
function R(A) {
|
|
3930
3938
|
switch (typeof A) {
|
|
3931
3939
|
case "number":
|
|
3932
3940
|
case "string":
|
|
@@ -3936,20 +3944,20 @@ Valid keys: ` + JSON.stringify(Object.keys(A), null, " ")
|
|
|
3936
3944
|
return !A;
|
|
3937
3945
|
case "object":
|
|
3938
3946
|
if (Array.isArray(A))
|
|
3939
|
-
return A.every(
|
|
3947
|
+
return A.every(R);
|
|
3940
3948
|
if (A === null || s(A))
|
|
3941
3949
|
return !0;
|
|
3942
|
-
var
|
|
3943
|
-
if (
|
|
3944
|
-
var X =
|
|
3945
|
-
if (
|
|
3946
|
-
for (; !(
|
|
3947
|
-
if (!
|
|
3950
|
+
var M = m(A);
|
|
3951
|
+
if (M) {
|
|
3952
|
+
var X = M.call(A), J;
|
|
3953
|
+
if (M !== A.entries) {
|
|
3954
|
+
for (; !(J = X.next()).done; )
|
|
3955
|
+
if (!R(J.value))
|
|
3948
3956
|
return !1;
|
|
3949
3957
|
} else
|
|
3950
|
-
for (; !(
|
|
3951
|
-
var
|
|
3952
|
-
if (
|
|
3958
|
+
for (; !(J = X.next()).done; ) {
|
|
3959
|
+
var W = J.value;
|
|
3960
|
+
if (W && !R(W[1]))
|
|
3953
3961
|
return !1;
|
|
3954
3962
|
}
|
|
3955
3963
|
} else
|
|
@@ -3959,40 +3967,40 @@ Valid keys: ` + JSON.stringify(Object.keys(A), null, " ")
|
|
|
3959
3967
|
return !1;
|
|
3960
3968
|
}
|
|
3961
3969
|
}
|
|
3962
|
-
function U(A,
|
|
3963
|
-
return A === "symbol" ? !0 :
|
|
3970
|
+
function U(A, M) {
|
|
3971
|
+
return A === "symbol" ? !0 : M ? M["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && M instanceof Symbol : !1;
|
|
3964
3972
|
}
|
|
3965
|
-
function
|
|
3966
|
-
var
|
|
3967
|
-
return Array.isArray(A) ? "array" : A instanceof RegExp ? "object" : U(
|
|
3973
|
+
function H(A) {
|
|
3974
|
+
var M = typeof A;
|
|
3975
|
+
return Array.isArray(A) ? "array" : A instanceof RegExp ? "object" : U(M, A) ? "symbol" : M;
|
|
3968
3976
|
}
|
|
3969
3977
|
function ie(A) {
|
|
3970
3978
|
if (typeof A > "u" || A === null)
|
|
3971
3979
|
return "" + A;
|
|
3972
|
-
var
|
|
3973
|
-
if (
|
|
3980
|
+
var M = H(A);
|
|
3981
|
+
if (M === "object") {
|
|
3974
3982
|
if (A instanceof Date)
|
|
3975
3983
|
return "date";
|
|
3976
3984
|
if (A instanceof RegExp)
|
|
3977
3985
|
return "regexp";
|
|
3978
3986
|
}
|
|
3979
|
-
return
|
|
3987
|
+
return M;
|
|
3980
3988
|
}
|
|
3981
|
-
function
|
|
3982
|
-
var
|
|
3983
|
-
switch (
|
|
3989
|
+
function ue(A) {
|
|
3990
|
+
var M = ie(A);
|
|
3991
|
+
switch (M) {
|
|
3984
3992
|
case "array":
|
|
3985
3993
|
case "object":
|
|
3986
|
-
return "an " +
|
|
3994
|
+
return "an " + M;
|
|
3987
3995
|
case "boolean":
|
|
3988
3996
|
case "date":
|
|
3989
3997
|
case "regexp":
|
|
3990
|
-
return "a " +
|
|
3998
|
+
return "a " + M;
|
|
3991
3999
|
default:
|
|
3992
|
-
return
|
|
4000
|
+
return M;
|
|
3993
4001
|
}
|
|
3994
4002
|
}
|
|
3995
|
-
function
|
|
4003
|
+
function ae(A) {
|
|
3996
4004
|
return !A.constructor || !A.constructor.name ? h : A.constructor.name;
|
|
3997
4005
|
}
|
|
3998
4006
|
return _.checkPropTypes = i, _.resetWarningCache = i.resetWarningCache, _.PropTypes = _, _;
|
|
@@ -4099,7 +4107,7 @@ function Hs() {
|
|
|
4099
4107
|
if (Ei) return pe;
|
|
4100
4108
|
Ei = 1;
|
|
4101
4109
|
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.consumer"), o = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), u = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), h = Symbol.for("react.view_transition"), _ = Symbol.for("react.client.reference");
|
|
4102
|
-
function
|
|
4110
|
+
function k(p) {
|
|
4103
4111
|
if (typeof p == "object" && p !== null) {
|
|
4104
4112
|
var T = p.$$typeof;
|
|
4105
4113
|
switch (T) {
|
|
@@ -4131,32 +4139,32 @@ function Hs() {
|
|
|
4131
4139
|
}
|
|
4132
4140
|
}
|
|
4133
4141
|
return pe.ContextConsumer = a, pe.ContextProvider = o, pe.Element = e, pe.ForwardRef = s, pe.Fragment = r, pe.Lazy = m, pe.Memo = u, pe.Portal = t, pe.Profiler = i, pe.StrictMode = n, pe.Suspense = l, pe.SuspenseList = d, pe.isContextConsumer = function(p) {
|
|
4134
|
-
return
|
|
4142
|
+
return k(p) === a;
|
|
4135
4143
|
}, pe.isContextProvider = function(p) {
|
|
4136
|
-
return
|
|
4144
|
+
return k(p) === o;
|
|
4137
4145
|
}, pe.isElement = function(p) {
|
|
4138
4146
|
return typeof p == "object" && p !== null && p.$$typeof === e;
|
|
4139
4147
|
}, pe.isForwardRef = function(p) {
|
|
4140
|
-
return
|
|
4148
|
+
return k(p) === s;
|
|
4141
4149
|
}, pe.isFragment = function(p) {
|
|
4142
|
-
return
|
|
4150
|
+
return k(p) === r;
|
|
4143
4151
|
}, pe.isLazy = function(p) {
|
|
4144
|
-
return
|
|
4152
|
+
return k(p) === m;
|
|
4145
4153
|
}, pe.isMemo = function(p) {
|
|
4146
|
-
return
|
|
4154
|
+
return k(p) === u;
|
|
4147
4155
|
}, pe.isPortal = function(p) {
|
|
4148
|
-
return
|
|
4156
|
+
return k(p) === t;
|
|
4149
4157
|
}, pe.isProfiler = function(p) {
|
|
4150
|
-
return
|
|
4158
|
+
return k(p) === i;
|
|
4151
4159
|
}, pe.isStrictMode = function(p) {
|
|
4152
|
-
return
|
|
4160
|
+
return k(p) === n;
|
|
4153
4161
|
}, pe.isSuspense = function(p) {
|
|
4154
|
-
return
|
|
4162
|
+
return k(p) === l;
|
|
4155
4163
|
}, pe.isSuspenseList = function(p) {
|
|
4156
|
-
return
|
|
4164
|
+
return k(p) === d;
|
|
4157
4165
|
}, pe.isValidElementType = function(p) {
|
|
4158
4166
|
return typeof p == "string" || typeof p == "function" || p === r || p === i || p === n || p === l || p === d || typeof p == "object" && p !== null && (p.$$typeof === m || p.$$typeof === u || p.$$typeof === o || p.$$typeof === a || p.$$typeof === s || p.$$typeof === _ || p.getModuleId !== void 0);
|
|
4159
|
-
}, pe.typeOf =
|
|
4167
|
+
}, pe.typeOf = k, pe;
|
|
4160
4168
|
}
|
|
4161
4169
|
var de = {};
|
|
4162
4170
|
/**
|
|
@@ -4202,7 +4210,7 @@ function Ks() {
|
|
|
4202
4210
|
}
|
|
4203
4211
|
}
|
|
4204
4212
|
}
|
|
4205
|
-
var t = Symbol.for("react.transitional.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), o = Symbol.for("react.consumer"), s = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), _ = Symbol.for("react.view_transition"),
|
|
4213
|
+
var t = Symbol.for("react.transitional.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), o = Symbol.for("react.consumer"), s = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), _ = Symbol.for("react.view_transition"), k = Symbol.for("react.client.reference");
|
|
4206
4214
|
de.ContextConsumer = o, de.ContextProvider = s, de.Element = t, de.ForwardRef = l, de.Fragment = n, de.Lazy = h, de.Memo = m, de.Portal = r, de.Profiler = a, de.StrictMode = i, de.Suspense = d, de.SuspenseList = u, de.isContextConsumer = function(p) {
|
|
4207
4215
|
return e(p) === o;
|
|
4208
4216
|
}, de.isContextProvider = function(p) {
|
|
@@ -4228,7 +4236,7 @@ function Ks() {
|
|
|
4228
4236
|
}, de.isSuspenseList = function(p) {
|
|
4229
4237
|
return e(p) === u;
|
|
4230
4238
|
}, de.isValidElementType = function(p) {
|
|
4231
|
-
return typeof p == "string" || typeof p == "function" || p === n || p === a || p === i || p === d || p === u || typeof p == "object" && p !== null && (p.$$typeof === h || p.$$typeof === m || p.$$typeof === s || p.$$typeof === o || p.$$typeof === l || p.$$typeof ===
|
|
4239
|
+
return typeof p == "string" || typeof p == "function" || p === n || p === a || p === i || p === d || p === u || typeof p == "object" && p !== null && (p.$$typeof === h || p.$$typeof === m || p.$$typeof === s || p.$$typeof === o || p.$$typeof === l || p.$$typeof === k || p.getModuleId !== void 0);
|
|
4232
4240
|
}, de.typeOf = e;
|
|
4233
4241
|
}()), de;
|
|
4234
4242
|
}
|
|
@@ -4399,7 +4407,7 @@ function Se(e) {
|
|
|
4399
4407
|
const s = o[t], l = o.theme, d = Vr(l, n) || {};
|
|
4400
4408
|
return rt(o, s, (m) => {
|
|
4401
4409
|
let h = Ar(d, i, m);
|
|
4402
|
-
return m === h && typeof m == "string" && (h = Ar(d, i, `${t}${m === "default" ? "" :
|
|
4410
|
+
return m === h && typeof m == "string" && (h = Ar(d, i, `${t}${m === "default" ? "" : Et(m)}`, m)), r === !1 ? h : {
|
|
4403
4411
|
[r]: h
|
|
4404
4412
|
};
|
|
4405
4413
|
});
|
|
@@ -4570,22 +4578,22 @@ const Sl = Se({
|
|
|
4570
4578
|
prop: "gridArea"
|
|
4571
4579
|
});
|
|
4572
4580
|
Lr(qr, Ur, Wr, Sl, El, kl, _l, Tl, Cl, Ol, Al, $l);
|
|
4573
|
-
function
|
|
4581
|
+
function zt(e, t) {
|
|
4574
4582
|
return t === "grey" ? t : e;
|
|
4575
4583
|
}
|
|
4576
4584
|
const Fl = Se({
|
|
4577
4585
|
prop: "color",
|
|
4578
4586
|
themeKey: "palette",
|
|
4579
|
-
transform:
|
|
4587
|
+
transform: zt
|
|
4580
4588
|
}), Dl = Se({
|
|
4581
4589
|
prop: "bgcolor",
|
|
4582
4590
|
cssProperty: "backgroundColor",
|
|
4583
4591
|
themeKey: "palette",
|
|
4584
|
-
transform:
|
|
4592
|
+
transform: zt
|
|
4585
4593
|
}), Rl = Se({
|
|
4586
4594
|
prop: "backgroundColor",
|
|
4587
4595
|
themeKey: "palette",
|
|
4588
|
-
transform:
|
|
4596
|
+
transform: zt
|
|
4589
4597
|
});
|
|
4590
4598
|
Lr(Fl, Dl, Rl);
|
|
4591
4599
|
function Pe(e) {
|
|
@@ -4690,16 +4698,16 @@ const Yr = {
|
|
|
4690
4698
|
// palette
|
|
4691
4699
|
color: {
|
|
4692
4700
|
themeKey: "palette",
|
|
4693
|
-
transform:
|
|
4701
|
+
transform: zt
|
|
4694
4702
|
},
|
|
4695
4703
|
bgcolor: {
|
|
4696
4704
|
themeKey: "palette",
|
|
4697
4705
|
cssProperty: "backgroundColor",
|
|
4698
|
-
transform:
|
|
4706
|
+
transform: zt
|
|
4699
4707
|
},
|
|
4700
4708
|
backgroundColor: {
|
|
4701
4709
|
themeKey: "palette",
|
|
4702
|
-
transform:
|
|
4710
|
+
transform: zt
|
|
4703
4711
|
},
|
|
4704
4712
|
// spacing
|
|
4705
4713
|
p: {
|
|
@@ -4957,9 +4965,9 @@ function Bl() {
|
|
|
4957
4965
|
[r]: n
|
|
4958
4966
|
};
|
|
4959
4967
|
const h = Vr(i, d) || {};
|
|
4960
|
-
return m ? m(o) : rt(o, n, (
|
|
4961
|
-
let p = Ar(h, u,
|
|
4962
|
-
return
|
|
4968
|
+
return m ? m(o) : rt(o, n, (k) => {
|
|
4969
|
+
let p = Ar(h, u, k);
|
|
4970
|
+
return k === p && typeof k == "string" && (p = Ar(h, u, `${r}${k === "default" ? "" : Et(k)}`, k)), l === !1 ? p : {
|
|
4963
4971
|
[l]: p
|
|
4964
4972
|
};
|
|
4965
4973
|
});
|
|
@@ -4989,15 +4997,15 @@ function Bl() {
|
|
|
4989
4997
|
if (a[h])
|
|
4990
4998
|
m = Xt(m, e(h, _, i, a));
|
|
4991
4999
|
else {
|
|
4992
|
-
const
|
|
5000
|
+
const k = rt({
|
|
4993
5001
|
theme: i
|
|
4994
5002
|
}, _, (p) => ({
|
|
4995
5003
|
[h]: p
|
|
4996
5004
|
}));
|
|
4997
|
-
Ml(
|
|
5005
|
+
Ml(k, _) ? m[h] = t({
|
|
4998
5006
|
sx: _,
|
|
4999
5007
|
theme: i
|
|
5000
|
-
}) : m = Xt(m,
|
|
5008
|
+
}) : m = Xt(m, k);
|
|
5001
5009
|
}
|
|
5002
5010
|
else
|
|
5003
5011
|
m = Xt(m, e(h, _, i, a));
|
|
@@ -5007,8 +5015,8 @@ function Bl() {
|
|
|
5007
5015
|
}
|
|
5008
5016
|
return t;
|
|
5009
5017
|
}
|
|
5010
|
-
const
|
|
5011
|
-
|
|
5018
|
+
const Vt = Bl();
|
|
5019
|
+
Vt.filterProps = ["sx"];
|
|
5012
5020
|
function ql(e) {
|
|
5013
5021
|
for (var t = 0, r, n = 0, i = e.length; i >= 4; ++n, i -= 4)
|
|
5014
5022
|
r = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, r = /* Math.imul(k, m): */
|
|
@@ -5257,8 +5265,8 @@ function Ql(e) {
|
|
|
5257
5265
|
return `@media (max-width:${(typeof t[h] == "number" ? t[h] : h) - n / 100}${r})`;
|
|
5258
5266
|
}
|
|
5259
5267
|
function d(h, _) {
|
|
5260
|
-
const
|
|
5261
|
-
return `@media (min-width:${typeof t[h] == "number" ? t[h] : h}${r}) and (max-width:${(
|
|
5268
|
+
const k = o.indexOf(_);
|
|
5269
|
+
return `@media (min-width:${typeof t[h] == "number" ? t[h] : h}${r}) and (max-width:${(k !== -1 && typeof t[o[k]] == "number" ? t[o[k]] : _) - n / 100}${r})`;
|
|
5262
5270
|
}
|
|
5263
5271
|
function u(h) {
|
|
5264
5272
|
return o.indexOf(h) + 1 < o.length ? d(h, o[o.indexOf(h) + 1]) : s(h);
|
|
@@ -5333,7 +5341,7 @@ function Va(e = {}, ...t) {
|
|
|
5333
5341
|
...Yr,
|
|
5334
5342
|
...o == null ? void 0 : o.unstable_sxConfig
|
|
5335
5343
|
}, d.unstable_sx = function(m) {
|
|
5336
|
-
return
|
|
5344
|
+
return Vt({
|
|
5337
5345
|
sx: m,
|
|
5338
5346
|
theme: this
|
|
5339
5347
|
});
|
|
@@ -5464,7 +5472,7 @@ function lc(e = {}) {
|
|
|
5464
5472
|
sc(s, t, r);
|
|
5465
5473
|
}
|
|
5466
5474
|
return (s, l = {}) => {
|
|
5467
|
-
Xl(s, (g) => g.filter((L) => L !==
|
|
5475
|
+
Xl(s, (g) => g.filter((L) => L !== Vt));
|
|
5468
5476
|
const {
|
|
5469
5477
|
name: d,
|
|
5470
5478
|
slot: u,
|
|
@@ -5473,7 +5481,7 @@ function lc(e = {}) {
|
|
|
5473
5481
|
// TODO v6: remove `lowercaseFirstLetter()` in the next major release
|
|
5474
5482
|
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
5475
5483
|
overridesResolver: _ = oc(Ba(u)),
|
|
5476
|
-
...
|
|
5484
|
+
...k
|
|
5477
5485
|
} = l, p = m !== void 0 ? m : (
|
|
5478
5486
|
// TODO v6: remove `Root` in the next major release
|
|
5479
5487
|
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
@@ -5484,49 +5492,49 @@ function lc(e = {}) {
|
|
|
5484
5492
|
const O = Zl(s, {
|
|
5485
5493
|
shouldForwardProp: w,
|
|
5486
5494
|
label: uc(d, u),
|
|
5487
|
-
...
|
|
5495
|
+
...k
|
|
5488
5496
|
}), $ = (g) => {
|
|
5489
5497
|
if (g.__emotion_real === g)
|
|
5490
5498
|
return g;
|
|
5491
5499
|
if (typeof g == "function")
|
|
5492
|
-
return function(
|
|
5493
|
-
return wr(
|
|
5500
|
+
return function(Y) {
|
|
5501
|
+
return wr(Y, g);
|
|
5494
5502
|
};
|
|
5495
5503
|
if (tt(g)) {
|
|
5496
5504
|
const L = Ma(g);
|
|
5497
|
-
return L.variants ? function(
|
|
5498
|
-
return wr(
|
|
5505
|
+
return L.variants ? function(te) {
|
|
5506
|
+
return wr(te, L);
|
|
5499
5507
|
} : L.style;
|
|
5500
5508
|
}
|
|
5501
5509
|
return g;
|
|
5502
5510
|
}, F = (...g) => {
|
|
5503
|
-
const L = [],
|
|
5504
|
-
if (L.push(a), d && _ &&
|
|
5505
|
-
var
|
|
5506
|
-
const
|
|
5507
|
-
if (!
|
|
5511
|
+
const L = [], Y = g.map($), te = [];
|
|
5512
|
+
if (L.push(a), d && _ && te.push(function(S) {
|
|
5513
|
+
var H, ie;
|
|
5514
|
+
const R = (ie = (H = S.theme.components) == null ? void 0 : H[d]) == null ? void 0 : ie.styleOverrides;
|
|
5515
|
+
if (!R)
|
|
5508
5516
|
return null;
|
|
5509
5517
|
const U = {};
|
|
5510
|
-
for (const
|
|
5511
|
-
U[
|
|
5512
|
-
return _(
|
|
5513
|
-
}), d && !p &&
|
|
5514
|
-
var U,
|
|
5515
|
-
const D =
|
|
5516
|
-
return
|
|
5517
|
-
}), T ||
|
|
5518
|
-
const C =
|
|
5519
|
-
let
|
|
5520
|
-
|
|
5518
|
+
for (const ue in R)
|
|
5519
|
+
U[ue] = wr(S, R[ue]);
|
|
5520
|
+
return _(S, U);
|
|
5521
|
+
}), d && !p && te.push(function(S) {
|
|
5522
|
+
var U, H;
|
|
5523
|
+
const D = S.theme, R = (H = (U = D == null ? void 0 : D.components) == null ? void 0 : U[d]) == null ? void 0 : H.variants;
|
|
5524
|
+
return R ? La(S, R) : null;
|
|
5525
|
+
}), T || te.push(Vt), Array.isArray(Y[0])) {
|
|
5526
|
+
const C = Y.shift(), S = new Array(L.length).fill(""), D = new Array(te.length).fill("");
|
|
5527
|
+
let R;
|
|
5528
|
+
R = [...S, ...C, ...D], R.raw = [...S, ...C.raw, ...D], L.unshift(R);
|
|
5521
5529
|
}
|
|
5522
|
-
const
|
|
5530
|
+
const G = [...L, ...Y, ...te], c = O(...G);
|
|
5523
5531
|
return s.muiName && (c.muiName = s.muiName), process.env.NODE_ENV !== "production" && (c.displayName = cc(d, u, s)), c;
|
|
5524
5532
|
};
|
|
5525
5533
|
return O.withConfig && (F.withConfig = O.withConfig), F;
|
|
5526
5534
|
};
|
|
5527
5535
|
}
|
|
5528
5536
|
function cc(e, t, r) {
|
|
5529
|
-
return e ? `${e}${
|
|
5537
|
+
return e ? `${e}${Et(t || "")}` : `Styled(${ic(r)})`;
|
|
5530
5538
|
}
|
|
5531
5539
|
function uc(e, t) {
|
|
5532
5540
|
let r;
|
|
@@ -5804,37 +5812,37 @@ function _c(e, t = {}) {
|
|
|
5804
5812
|
} = sn(l, t);
|
|
5805
5813
|
let h = m;
|
|
5806
5814
|
const _ = {}, {
|
|
5807
|
-
[s]:
|
|
5815
|
+
[s]: k,
|
|
5808
5816
|
...p
|
|
5809
5817
|
} = a;
|
|
5810
5818
|
if (Object.entries(p || {}).forEach(([$, F]) => {
|
|
5811
5819
|
const {
|
|
5812
5820
|
vars: g,
|
|
5813
5821
|
css: L,
|
|
5814
|
-
varsWithDefaults:
|
|
5822
|
+
varsWithDefaults: Y
|
|
5815
5823
|
} = sn(F, t);
|
|
5816
|
-
h = Ie(h,
|
|
5824
|
+
h = Ie(h, Y), _[$] = {
|
|
5817
5825
|
css: L,
|
|
5818
5826
|
vars: g
|
|
5819
5827
|
};
|
|
5820
|
-
}),
|
|
5828
|
+
}), k) {
|
|
5821
5829
|
const {
|
|
5822
5830
|
css: $,
|
|
5823
5831
|
vars: F,
|
|
5824
5832
|
varsWithDefaults: g
|
|
5825
|
-
} = sn(
|
|
5833
|
+
} = sn(k, t);
|
|
5826
5834
|
h = Ie(h, g), _[s] = {
|
|
5827
5835
|
css: $,
|
|
5828
5836
|
vars: F
|
|
5829
5837
|
};
|
|
5830
5838
|
}
|
|
5831
5839
|
function T($, F) {
|
|
5832
|
-
var L,
|
|
5840
|
+
var L, Y;
|
|
5833
5841
|
let g = i;
|
|
5834
5842
|
if (i === "class" && (g = ".%s"), i === "data" && (g = "[data-%s]"), i != null && i.startsWith("data-") && !i.includes("%s") && (g = `[${i}="%s"]`), $) {
|
|
5835
5843
|
if (g === "media")
|
|
5836
5844
|
return e.defaultColorScheme === $ ? ":root" : {
|
|
5837
|
-
[`@media (prefers-color-scheme: ${((
|
|
5845
|
+
[`@media (prefers-color-scheme: ${((Y = (L = a[$]) == null ? void 0 : L.palette) == null ? void 0 : Y.mode) || $})`]: {
|
|
5838
5846
|
":root": F
|
|
5839
5847
|
}
|
|
5840
5848
|
};
|
|
@@ -5856,7 +5864,7 @@ function _c(e, t = {}) {
|
|
|
5856
5864
|
}), $;
|
|
5857
5865
|
},
|
|
5858
5866
|
generateStyleSheets: () => {
|
|
5859
|
-
var
|
|
5867
|
+
var te, G;
|
|
5860
5868
|
const $ = [], F = e.defaultColorScheme || "light";
|
|
5861
5869
|
function g(c, C) {
|
|
5862
5870
|
Object.keys(C).length && $.push(typeof c == "string" ? {
|
|
@@ -5870,27 +5878,27 @@ function _c(e, t = {}) {
|
|
|
5870
5878
|
}), u);
|
|
5871
5879
|
const {
|
|
5872
5880
|
[F]: L,
|
|
5873
|
-
...
|
|
5881
|
+
...Y
|
|
5874
5882
|
} = _;
|
|
5875
5883
|
if (L) {
|
|
5876
5884
|
const {
|
|
5877
5885
|
css: c
|
|
5878
|
-
} = L, C = (
|
|
5886
|
+
} = L, C = (G = (te = a[F]) == null ? void 0 : te.palette) == null ? void 0 : G.mode, S = !n && C ? {
|
|
5879
5887
|
colorScheme: C,
|
|
5880
5888
|
...c
|
|
5881
5889
|
} : {
|
|
5882
5890
|
...c
|
|
5883
5891
|
};
|
|
5884
5892
|
g(r(F, {
|
|
5885
|
-
...
|
|
5886
|
-
}),
|
|
5893
|
+
...S
|
|
5894
|
+
}), S);
|
|
5887
5895
|
}
|
|
5888
|
-
return Object.entries(
|
|
5896
|
+
return Object.entries(Y).forEach(([c, {
|
|
5889
5897
|
css: C
|
|
5890
5898
|
}]) => {
|
|
5891
|
-
var
|
|
5892
|
-
const
|
|
5893
|
-
colorScheme:
|
|
5899
|
+
var R, U;
|
|
5900
|
+
const S = (U = (R = a[c]) == null ? void 0 : R.palette) == null ? void 0 : U.mode, D = !n && S ? {
|
|
5901
|
+
colorScheme: S,
|
|
5894
5902
|
...C
|
|
5895
5903
|
} : {
|
|
5896
5904
|
...C
|
|
@@ -5925,38 +5933,38 @@ const Qt = {
|
|
|
5925
5933
|
A200: "#eeeeee",
|
|
5926
5934
|
A400: "#bdbdbd",
|
|
5927
5935
|
A700: "#616161"
|
|
5928
|
-
},
|
|
5936
|
+
}, Ft = {
|
|
5929
5937
|
50: "#f3e5f5",
|
|
5930
5938
|
200: "#ce93d8",
|
|
5931
5939
|
300: "#ba68c8",
|
|
5932
5940
|
400: "#ab47bc",
|
|
5933
5941
|
500: "#9c27b0",
|
|
5934
5942
|
700: "#7b1fa2"
|
|
5935
|
-
},
|
|
5943
|
+
}, Dt = {
|
|
5936
5944
|
300: "#e57373",
|
|
5937
5945
|
400: "#ef5350",
|
|
5938
5946
|
500: "#f44336",
|
|
5939
5947
|
700: "#d32f2f",
|
|
5940
5948
|
800: "#c62828"
|
|
5941
|
-
},
|
|
5949
|
+
}, Wt = {
|
|
5942
5950
|
300: "#ffb74d",
|
|
5943
5951
|
400: "#ffa726",
|
|
5944
5952
|
500: "#ff9800",
|
|
5945
5953
|
700: "#f57c00",
|
|
5946
5954
|
900: "#e65100"
|
|
5947
|
-
},
|
|
5955
|
+
}, Rt = {
|
|
5948
5956
|
50: "#e3f2fd",
|
|
5949
5957
|
200: "#90caf9",
|
|
5950
5958
|
400: "#42a5f5",
|
|
5951
5959
|
700: "#1976d2",
|
|
5952
5960
|
800: "#1565c0"
|
|
5953
|
-
},
|
|
5961
|
+
}, jt = {
|
|
5954
5962
|
300: "#4fc3f7",
|
|
5955
5963
|
400: "#29b6f6",
|
|
5956
5964
|
500: "#03a9f4",
|
|
5957
5965
|
700: "#0288d1",
|
|
5958
5966
|
900: "#01579b"
|
|
5959
|
-
},
|
|
5967
|
+
}, Pt = {
|
|
5960
5968
|
300: "#81c784",
|
|
5961
5969
|
400: "#66bb6a",
|
|
5962
5970
|
500: "#4caf50",
|
|
@@ -6040,69 +6048,69 @@ function Vi(e, t, r, n) {
|
|
|
6040
6048
|
}
|
|
6041
6049
|
function Ac(e = "light") {
|
|
6042
6050
|
return e === "dark" ? {
|
|
6043
|
-
main:
|
|
6044
|
-
light:
|
|
6045
|
-
dark:
|
|
6051
|
+
main: Rt[200],
|
|
6052
|
+
light: Rt[50],
|
|
6053
|
+
dark: Rt[400]
|
|
6046
6054
|
} : {
|
|
6047
|
-
main:
|
|
6048
|
-
light:
|
|
6049
|
-
dark:
|
|
6055
|
+
main: Rt[700],
|
|
6056
|
+
light: Rt[400],
|
|
6057
|
+
dark: Rt[800]
|
|
6050
6058
|
};
|
|
6051
6059
|
}
|
|
6052
6060
|
function $c(e = "light") {
|
|
6053
6061
|
return e === "dark" ? {
|
|
6054
|
-
main:
|
|
6055
|
-
light:
|
|
6056
|
-
dark:
|
|
6062
|
+
main: Ft[200],
|
|
6063
|
+
light: Ft[50],
|
|
6064
|
+
dark: Ft[400]
|
|
6057
6065
|
} : {
|
|
6058
|
-
main: $t[500],
|
|
6059
|
-
light: $t[300],
|
|
6060
|
-
dark: $t[700]
|
|
6061
|
-
};
|
|
6062
|
-
}
|
|
6063
|
-
function Fc(e = "light") {
|
|
6064
|
-
return e === "dark" ? {
|
|
6065
6066
|
main: Ft[500],
|
|
6066
6067
|
light: Ft[300],
|
|
6067
6068
|
dark: Ft[700]
|
|
6068
|
-
} : {
|
|
6069
|
-
main: Ft[700],
|
|
6070
|
-
light: Ft[400],
|
|
6071
|
-
dark: Ft[800]
|
|
6072
6069
|
};
|
|
6073
6070
|
}
|
|
6074
|
-
function
|
|
6071
|
+
function Fc(e = "light") {
|
|
6075
6072
|
return e === "dark" ? {
|
|
6076
|
-
main:
|
|
6077
|
-
light:
|
|
6078
|
-
dark:
|
|
6073
|
+
main: Dt[500],
|
|
6074
|
+
light: Dt[300],
|
|
6075
|
+
dark: Dt[700]
|
|
6079
6076
|
} : {
|
|
6080
|
-
main:
|
|
6081
|
-
light:
|
|
6082
|
-
dark:
|
|
6077
|
+
main: Dt[700],
|
|
6078
|
+
light: Dt[400],
|
|
6079
|
+
dark: Dt[800]
|
|
6083
6080
|
};
|
|
6084
6081
|
}
|
|
6085
|
-
function
|
|
6082
|
+
function Dc(e = "light") {
|
|
6086
6083
|
return e === "dark" ? {
|
|
6087
6084
|
main: jt[400],
|
|
6088
6085
|
light: jt[300],
|
|
6089
6086
|
dark: jt[700]
|
|
6090
6087
|
} : {
|
|
6091
|
-
main: jt[
|
|
6088
|
+
main: jt[700],
|
|
6092
6089
|
light: jt[500],
|
|
6093
6090
|
dark: jt[900]
|
|
6094
6091
|
};
|
|
6095
6092
|
}
|
|
6093
|
+
function Rc(e = "light") {
|
|
6094
|
+
return e === "dark" ? {
|
|
6095
|
+
main: Pt[400],
|
|
6096
|
+
light: Pt[300],
|
|
6097
|
+
dark: Pt[700]
|
|
6098
|
+
} : {
|
|
6099
|
+
main: Pt[800],
|
|
6100
|
+
light: Pt[500],
|
|
6101
|
+
dark: Pt[900]
|
|
6102
|
+
};
|
|
6103
|
+
}
|
|
6096
6104
|
function jc(e = "light") {
|
|
6097
6105
|
return e === "dark" ? {
|
|
6098
|
-
main:
|
|
6099
|
-
light:
|
|
6100
|
-
dark:
|
|
6106
|
+
main: Wt[400],
|
|
6107
|
+
light: Wt[300],
|
|
6108
|
+
dark: Wt[700]
|
|
6101
6109
|
} : {
|
|
6102
6110
|
main: "#ed6c02",
|
|
6103
6111
|
// closest to orange[800] that pass 3:1.
|
|
6104
|
-
light:
|
|
6105
|
-
dark:
|
|
6112
|
+
light: Wt[500],
|
|
6113
|
+
dark: Wt[900]
|
|
6106
6114
|
};
|
|
6107
6115
|
}
|
|
6108
6116
|
function Ln(e) {
|
|
@@ -6257,7 +6265,7 @@ function Vc(e, t) {
|
|
|
6257
6265
|
...m
|
|
6258
6266
|
} = typeof t == "function" ? t(e) : t;
|
|
6259
6267
|
process.env.NODE_ENV !== "production" && (typeof n != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof l != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
|
|
6260
|
-
const h = n / 14, _ = u || ((T) => `${T / l * h}rem`),
|
|
6268
|
+
const h = n / 14, _ = u || ((T) => `${T / l * h}rem`), k = (T, w, O, $, F) => ({
|
|
6261
6269
|
fontFamily: r,
|
|
6262
6270
|
fontWeight: T,
|
|
6263
6271
|
fontSize: _(w),
|
|
@@ -6271,19 +6279,19 @@ function Vc(e, t) {
|
|
|
6271
6279
|
...F,
|
|
6272
6280
|
...d
|
|
6273
6281
|
}), p = {
|
|
6274
|
-
h1:
|
|
6275
|
-
h2:
|
|
6276
|
-
h3:
|
|
6277
|
-
h4:
|
|
6278
|
-
h5:
|
|
6279
|
-
h6:
|
|
6280
|
-
subtitle1:
|
|
6281
|
-
subtitle2:
|
|
6282
|
-
body1:
|
|
6283
|
-
body2:
|
|
6284
|
-
button:
|
|
6285
|
-
caption:
|
|
6286
|
-
overline:
|
|
6282
|
+
h1: k(i, 96, 1.167, -1.5),
|
|
6283
|
+
h2: k(i, 60, 1.2, -0.5),
|
|
6284
|
+
h3: k(a, 48, 1.167, 0),
|
|
6285
|
+
h4: k(a, 34, 1.235, 0.25),
|
|
6286
|
+
h5: k(a, 24, 1.334, 0),
|
|
6287
|
+
h6: k(o, 20, 1.6, 0.15),
|
|
6288
|
+
subtitle1: k(a, 16, 1.75, 0.15),
|
|
6289
|
+
subtitle2: k(o, 14, 1.57, 0.1),
|
|
6290
|
+
body1: k(a, 16, 1.5, 0.15),
|
|
6291
|
+
body2: k(a, 14, 1.43, 0.15),
|
|
6292
|
+
button: k(o, 14, 1.75, 0.4, Ni),
|
|
6293
|
+
caption: k(a, 12, 1.66, 0.4),
|
|
6294
|
+
overline: k(a, 12, 2.66, 1, Ni),
|
|
6287
6295
|
// TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.
|
|
6288
6296
|
inherit: {
|
|
6289
6297
|
fontFamily: "inherit",
|
|
@@ -6435,8 +6443,8 @@ function vn(e = {}, ...t) {
|
|
|
6435
6443
|
...Hc
|
|
6436
6444
|
}
|
|
6437
6445
|
});
|
|
6438
|
-
if (h = Ie(h, d), h = t.reduce((_,
|
|
6439
|
-
const _ = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"],
|
|
6446
|
+
if (h = Ie(h, d), h = t.reduce((_, k) => Ie(_, k), h), process.env.NODE_ENV !== "production") {
|
|
6447
|
+
const _ = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], k = (p, T) => {
|
|
6440
6448
|
let w;
|
|
6441
6449
|
for (w in p) {
|
|
6442
6450
|
const O = p[w];
|
|
@@ -6456,15 +6464,15 @@ function vn(e = {}, ...t) {
|
|
|
6456
6464
|
};
|
|
6457
6465
|
Object.keys(h.components).forEach((p) => {
|
|
6458
6466
|
const T = h.components[p].styleOverrides;
|
|
6459
|
-
T && p.startsWith("Mui") &&
|
|
6467
|
+
T && p.startsWith("Mui") && k(T, p);
|
|
6460
6468
|
});
|
|
6461
6469
|
}
|
|
6462
6470
|
return h.unstable_sxConfig = {
|
|
6463
6471
|
...Yr,
|
|
6464
6472
|
...d == null ? void 0 : d.unstable_sxConfig
|
|
6465
|
-
}, h.unstable_sx = function(
|
|
6466
|
-
return
|
|
6467
|
-
sx:
|
|
6473
|
+
}, h.unstable_sx = function(k) {
|
|
6474
|
+
return Vt({
|
|
6475
|
+
sx: k,
|
|
6468
6476
|
theme: this
|
|
6469
6477
|
});
|
|
6470
6478
|
}, h.toRuntimeSource = Ya, h;
|
|
@@ -6625,7 +6633,7 @@ function iu(e = {}, ...t) {
|
|
|
6625
6633
|
...d
|
|
6626
6634
|
} = e, u = Object.keys(r)[0], m = n || (r.light && u !== "light" ? "light" : u), h = nu(a), {
|
|
6627
6635
|
[m]: _,
|
|
6628
|
-
light:
|
|
6636
|
+
light: k,
|
|
6629
6637
|
dark: p,
|
|
6630
6638
|
...T
|
|
6631
6639
|
} = r, w = {
|
|
@@ -6635,7 +6643,7 @@ function iu(e = {}, ...t) {
|
|
|
6635
6643
|
if ((m === "dark" && !("dark" in r) || m === "light" && !("light" in r)) && (O = !0), !O)
|
|
6636
6644
|
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${m}\` option is either missing or invalid.` : ut(21, m));
|
|
6637
6645
|
const $ = ln(w, O, d, m);
|
|
6638
|
-
|
|
6646
|
+
k && !w.light && ln(w, k, void 0, "light"), p && !w.dark && ln(w, p, void 0, "dark");
|
|
6639
6647
|
let F = {
|
|
6640
6648
|
defaultColorScheme: m,
|
|
6641
6649
|
...$,
|
|
@@ -6650,26 +6658,26 @@ function iu(e = {}, ...t) {
|
|
|
6650
6658
|
},
|
|
6651
6659
|
spacing: ru(d.spacing)
|
|
6652
6660
|
};
|
|
6653
|
-
Object.keys(F.colorSchemes).forEach((
|
|
6654
|
-
const c = F.colorSchemes[
|
|
6655
|
-
const D =
|
|
6656
|
-
return h(
|
|
6661
|
+
Object.keys(F.colorSchemes).forEach((G) => {
|
|
6662
|
+
const c = F.colorSchemes[G].palette, C = (S) => {
|
|
6663
|
+
const D = S.split("-"), R = D[1], U = D[2];
|
|
6664
|
+
return h(S, c[R][U]);
|
|
6657
6665
|
};
|
|
6658
6666
|
if (c.mode === "light" && (b(c.common, "background", "#fff"), b(c.common, "onBackground", "#000")), c.mode === "dark" && (b(c.common, "background", "#000"), b(c.common, "onBackground", "#fff")), tu(c, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), c.mode === "light") {
|
|
6659
6667
|
b(c.Alert, "errorColor", fe(c.error.light, 0.6)), b(c.Alert, "infoColor", fe(c.info.light, 0.6)), b(c.Alert, "successColor", fe(c.success.light, 0.6)), b(c.Alert, "warningColor", fe(c.warning.light, 0.6)), b(c.Alert, "errorFilledBg", C("palette-error-main")), b(c.Alert, "infoFilledBg", C("palette-info-main")), b(c.Alert, "successFilledBg", C("palette-success-main")), b(c.Alert, "warningFilledBg", C("palette-warning-main")), b(c.Alert, "errorFilledColor", He(() => c.getContrastText(c.error.main))), b(c.Alert, "infoFilledColor", He(() => c.getContrastText(c.info.main))), b(c.Alert, "successFilledColor", He(() => c.getContrastText(c.success.main))), b(c.Alert, "warningFilledColor", He(() => c.getContrastText(c.warning.main))), b(c.Alert, "errorStandardBg", me(c.error.light, 0.9)), b(c.Alert, "infoStandardBg", me(c.info.light, 0.9)), b(c.Alert, "successStandardBg", me(c.success.light, 0.9)), b(c.Alert, "warningStandardBg", me(c.warning.light, 0.9)), b(c.Alert, "errorIconColor", C("palette-error-main")), b(c.Alert, "infoIconColor", C("palette-info-main")), b(c.Alert, "successIconColor", C("palette-success-main")), b(c.Alert, "warningIconColor", C("palette-warning-main")), b(c.AppBar, "defaultBg", C("palette-grey-100")), b(c.Avatar, "defaultBg", C("palette-grey-400")), b(c.Button, "inheritContainedBg", C("palette-grey-300")), b(c.Button, "inheritContainedHoverBg", C("palette-grey-A100")), b(c.Chip, "defaultBorder", C("palette-grey-400")), b(c.Chip, "defaultAvatarColor", C("palette-grey-700")), b(c.Chip, "defaultIconColor", C("palette-grey-700")), b(c.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), b(c.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), b(c.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), b(c.LinearProgress, "primaryBg", me(c.primary.main, 0.62)), b(c.LinearProgress, "secondaryBg", me(c.secondary.main, 0.62)), b(c.LinearProgress, "errorBg", me(c.error.main, 0.62)), b(c.LinearProgress, "infoBg", me(c.info.main, 0.62)), b(c.LinearProgress, "successBg", me(c.success.main, 0.62)), b(c.LinearProgress, "warningBg", me(c.warning.main, 0.62)), b(c.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.11)`), b(c.Slider, "primaryTrack", me(c.primary.main, 0.62)), b(c.Slider, "secondaryTrack", me(c.secondary.main, 0.62)), b(c.Slider, "errorTrack", me(c.error.main, 0.62)), b(c.Slider, "infoTrack", me(c.info.main, 0.62)), b(c.Slider, "successTrack", me(c.success.main, 0.62)), b(c.Slider, "warningTrack", me(c.warning.main, 0.62));
|
|
6660
|
-
const
|
|
6661
|
-
b(c.SnackbarContent, "bg",
|
|
6668
|
+
const S = hr(c.background.default, 0.8);
|
|
6669
|
+
b(c.SnackbarContent, "bg", S), b(c.SnackbarContent, "color", He(() => c.getContrastText(S))), b(c.SpeedDialAction, "fabHoverBg", hr(c.background.paper, 0.15)), b(c.StepConnector, "border", C("palette-grey-400")), b(c.StepContent, "border", C("palette-grey-400")), b(c.Switch, "defaultColor", C("palette-common-white")), b(c.Switch, "defaultDisabledColor", C("palette-grey-100")), b(c.Switch, "primaryDisabledColor", me(c.primary.main, 0.62)), b(c.Switch, "secondaryDisabledColor", me(c.secondary.main, 0.62)), b(c.Switch, "errorDisabledColor", me(c.error.main, 0.62)), b(c.Switch, "infoDisabledColor", me(c.info.main, 0.62)), b(c.Switch, "successDisabledColor", me(c.success.main, 0.62)), b(c.Switch, "warningDisabledColor", me(c.warning.main, 0.62)), b(c.TableCell, "border", me(mr(c.divider, 1), 0.88)), b(c.Tooltip, "bg", mr(c.grey[700], 0.92));
|
|
6662
6670
|
}
|
|
6663
6671
|
if (c.mode === "dark") {
|
|
6664
6672
|
b(c.Alert, "errorColor", me(c.error.light, 0.6)), b(c.Alert, "infoColor", me(c.info.light, 0.6)), b(c.Alert, "successColor", me(c.success.light, 0.6)), b(c.Alert, "warningColor", me(c.warning.light, 0.6)), b(c.Alert, "errorFilledBg", C("palette-error-dark")), b(c.Alert, "infoFilledBg", C("palette-info-dark")), b(c.Alert, "successFilledBg", C("palette-success-dark")), b(c.Alert, "warningFilledBg", C("palette-warning-dark")), b(c.Alert, "errorFilledColor", He(() => c.getContrastText(c.error.dark))), b(c.Alert, "infoFilledColor", He(() => c.getContrastText(c.info.dark))), b(c.Alert, "successFilledColor", He(() => c.getContrastText(c.success.dark))), b(c.Alert, "warningFilledColor", He(() => c.getContrastText(c.warning.dark))), b(c.Alert, "errorStandardBg", fe(c.error.light, 0.9)), b(c.Alert, "infoStandardBg", fe(c.info.light, 0.9)), b(c.Alert, "successStandardBg", fe(c.success.light, 0.9)), b(c.Alert, "warningStandardBg", fe(c.warning.light, 0.9)), b(c.Alert, "errorIconColor", C("palette-error-main")), b(c.Alert, "infoIconColor", C("palette-info-main")), b(c.Alert, "successIconColor", C("palette-success-main")), b(c.Alert, "warningIconColor", C("palette-warning-main")), b(c.AppBar, "defaultBg", C("palette-grey-900")), b(c.AppBar, "darkBg", C("palette-background-paper")), b(c.AppBar, "darkColor", C("palette-text-primary")), b(c.Avatar, "defaultBg", C("palette-grey-600")), b(c.Button, "inheritContainedBg", C("palette-grey-800")), b(c.Button, "inheritContainedHoverBg", C("palette-grey-700")), b(c.Chip, "defaultBorder", C("palette-grey-700")), b(c.Chip, "defaultAvatarColor", C("palette-grey-300")), b(c.Chip, "defaultIconColor", C("palette-grey-300")), b(c.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), b(c.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), b(c.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), b(c.LinearProgress, "primaryBg", fe(c.primary.main, 0.5)), b(c.LinearProgress, "secondaryBg", fe(c.secondary.main, 0.5)), b(c.LinearProgress, "errorBg", fe(c.error.main, 0.5)), b(c.LinearProgress, "infoBg", fe(c.info.main, 0.5)), b(c.LinearProgress, "successBg", fe(c.success.main, 0.5)), b(c.LinearProgress, "warningBg", fe(c.warning.main, 0.5)), b(c.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.13)`), b(c.Slider, "primaryTrack", fe(c.primary.main, 0.5)), b(c.Slider, "secondaryTrack", fe(c.secondary.main, 0.5)), b(c.Slider, "errorTrack", fe(c.error.main, 0.5)), b(c.Slider, "infoTrack", fe(c.info.main, 0.5)), b(c.Slider, "successTrack", fe(c.success.main, 0.5)), b(c.Slider, "warningTrack", fe(c.warning.main, 0.5));
|
|
6665
|
-
const
|
|
6666
|
-
b(c.SnackbarContent, "bg",
|
|
6673
|
+
const S = hr(c.background.default, 0.98);
|
|
6674
|
+
b(c.SnackbarContent, "bg", S), b(c.SnackbarContent, "color", He(() => c.getContrastText(S))), b(c.SpeedDialAction, "fabHoverBg", hr(c.background.paper, 0.15)), b(c.StepConnector, "border", C("palette-grey-600")), b(c.StepContent, "border", C("palette-grey-600")), b(c.Switch, "defaultColor", C("palette-grey-300")), b(c.Switch, "defaultDisabledColor", C("palette-grey-600")), b(c.Switch, "primaryDisabledColor", fe(c.primary.main, 0.55)), b(c.Switch, "secondaryDisabledColor", fe(c.secondary.main, 0.55)), b(c.Switch, "errorDisabledColor", fe(c.error.main, 0.55)), b(c.Switch, "infoDisabledColor", fe(c.info.main, 0.55)), b(c.Switch, "successDisabledColor", fe(c.success.main, 0.55)), b(c.Switch, "warningDisabledColor", fe(c.warning.main, 0.55)), b(c.TableCell, "border", fe(mr(c.divider, 1), 0.68)), b(c.Tooltip, "bg", mr(c.grey[700], 0.92));
|
|
6667
6675
|
}
|
|
6668
|
-
et(c.background, "default"), et(c.background, "paper"), et(c.common, "background"), et(c.common, "onBackground"), et(c, "divider"), Object.keys(c).forEach((
|
|
6669
|
-
const D = c[
|
|
6670
|
-
|
|
6676
|
+
et(c.background, "default"), et(c.background, "paper"), et(c.common, "background"), et(c.common, "onBackground"), et(c, "divider"), Object.keys(c).forEach((S) => {
|
|
6677
|
+
const D = c[S];
|
|
6678
|
+
S !== "tonalOffset" && D && typeof D == "object" && (D.main && b(c[S], "mainChannel", Ht(Kt(D.main))), D.light && b(c[S], "lightChannel", Ht(Kt(D.light))), D.dark && b(c[S], "darkChannel", Ht(Kt(D.dark))), D.contrastText && b(c[S], "contrastTextChannel", Ht(Kt(D.contrastText))), S === "text" && (et(c[S], "primary"), et(c[S], "secondary")), S === "action" && (D.active && et(c[S], "active"), D.selected && et(c[S], "selected")));
|
|
6671
6679
|
});
|
|
6672
|
-
}), F = t.reduce((
|
|
6680
|
+
}), F = t.reduce((G, c) => Ie(G, c), F);
|
|
6673
6681
|
const g = {
|
|
6674
6682
|
prefix: a,
|
|
6675
6683
|
disableCssColorScheme: i,
|
|
@@ -6677,18 +6685,18 @@ function iu(e = {}, ...t) {
|
|
|
6677
6685
|
getSelector: eu(F)
|
|
6678
6686
|
}, {
|
|
6679
6687
|
vars: L,
|
|
6680
|
-
generateThemeVars:
|
|
6681
|
-
generateStyleSheets:
|
|
6688
|
+
generateThemeVars: Y,
|
|
6689
|
+
generateStyleSheets: te
|
|
6682
6690
|
} = _c(F, g);
|
|
6683
|
-
return F.vars = L, Object.entries(F.colorSchemes[F.defaultColorScheme]).forEach(([
|
|
6684
|
-
F[
|
|
6685
|
-
}), F.generateThemeVars =
|
|
6691
|
+
return F.vars = L, Object.entries(F.colorSchemes[F.defaultColorScheme]).forEach(([G, c]) => {
|
|
6692
|
+
F[G] = c;
|
|
6693
|
+
}), F.generateThemeVars = Y, F.generateStyleSheets = te, F.generateSpacing = function() {
|
|
6686
6694
|
return za(d.spacing, Pn(this));
|
|
6687
6695
|
}, F.getColorSchemeSelector = Tc(s), F.spacing = F.generateSpacing(), F.shouldSkipGeneratingVar = o, F.unstable_sxConfig = {
|
|
6688
6696
|
...Yr,
|
|
6689
6697
|
...d == null ? void 0 : d.unstable_sxConfig
|
|
6690
6698
|
}, F.unstable_sx = function(c) {
|
|
6691
|
-
return
|
|
6699
|
+
return Vt({
|
|
6692
6700
|
sx: c,
|
|
6693
6701
|
theme: this
|
|
6694
6702
|
});
|
|
@@ -6771,7 +6779,7 @@ const mu = (e) => {
|
|
|
6771
6779
|
fontSize: r,
|
|
6772
6780
|
classes: n
|
|
6773
6781
|
} = e, i = {
|
|
6774
|
-
root: ["root", t !== "inherit" && `color${
|
|
6782
|
+
root: ["root", t !== "inherit" && `color${Et(t)}`, `fontSize${Et(r)}`]
|
|
6775
6783
|
};
|
|
6776
6784
|
return Ys(i, fu, n);
|
|
6777
6785
|
}, hu = uu("svg", {
|
|
@@ -6781,12 +6789,12 @@ const mu = (e) => {
|
|
|
6781
6789
|
const {
|
|
6782
6790
|
ownerState: r
|
|
6783
6791
|
} = e;
|
|
6784
|
-
return [t.root, r.color !== "inherit" && t[`color${
|
|
6792
|
+
return [t.root, r.color !== "inherit" && t[`color${Et(r.color)}`], t[`fontSize${Et(r.fontSize)}`]];
|
|
6785
6793
|
}
|
|
6786
6794
|
})(pu(({
|
|
6787
6795
|
theme: e
|
|
6788
6796
|
}) => {
|
|
6789
|
-
var t, r, n, i, a, o, s, l, d, u, m, h, _,
|
|
6797
|
+
var t, r, n, i, a, o, s, l, d, u, m, h, _, k;
|
|
6790
6798
|
return {
|
|
6791
6799
|
userSelect: "none",
|
|
6792
6800
|
width: "1em",
|
|
@@ -6862,7 +6870,7 @@ const mu = (e) => {
|
|
|
6862
6870
|
color: "disabled"
|
|
6863
6871
|
},
|
|
6864
6872
|
style: {
|
|
6865
|
-
color: (
|
|
6873
|
+
color: (k = (_ = (e.vars ?? e).palette) == null ? void 0 : _.action) == null ? void 0 : k.disabled
|
|
6866
6874
|
}
|
|
6867
6875
|
},
|
|
6868
6876
|
{
|
|
@@ -6890,7 +6898,7 @@ const mu = (e) => {
|
|
|
6890
6898
|
titleAccess: m,
|
|
6891
6899
|
viewBox: h = "0 0 24 24",
|
|
6892
6900
|
..._
|
|
6893
|
-
} = n,
|
|
6901
|
+
} = n, k = /* @__PURE__ */ Xe.isValidElement(i) && i.type === "svg", p = {
|
|
6894
6902
|
...n,
|
|
6895
6903
|
color: o,
|
|
6896
6904
|
component: s,
|
|
@@ -6898,7 +6906,7 @@ const mu = (e) => {
|
|
|
6898
6906
|
instanceFontSize: t.fontSize,
|
|
6899
6907
|
inheritViewBox: u,
|
|
6900
6908
|
viewBox: h,
|
|
6901
|
-
hasSvgAsChild:
|
|
6909
|
+
hasSvgAsChild: k
|
|
6902
6910
|
}, T = {};
|
|
6903
6911
|
u || (T.viewBox = h);
|
|
6904
6912
|
const w = mu(p);
|
|
@@ -6912,9 +6920,9 @@ const mu = (e) => {
|
|
|
6912
6920
|
ref: r,
|
|
6913
6921
|
...T,
|
|
6914
6922
|
..._,
|
|
6915
|
-
...
|
|
6923
|
+
...k && i.props,
|
|
6916
6924
|
ownerState: p,
|
|
6917
|
-
children: [
|
|
6925
|
+
children: [k ? i.props.children : i, m ? /* @__PURE__ */ V("title", {
|
|
6918
6926
|
children: m
|
|
6919
6927
|
}) : null]
|
|
6920
6928
|
});
|
|
@@ -7014,7 +7022,7 @@ const gu = ar(/* @__PURE__ */ V("path", {
|
|
|
7014
7022
|
}), "Description"), Ga = ar(/* @__PURE__ */ V("path", {
|
|
7015
7023
|
d: "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2M8.5 13.5l2.5 3.01L14.5 12l4.5 6H5z"
|
|
7016
7024
|
}), "Image");
|
|
7017
|
-
function
|
|
7025
|
+
function _t(e, t, r, n) {
|
|
7018
7026
|
function i(a) {
|
|
7019
7027
|
return a instanceof r ? a : new r(function(o) {
|
|
7020
7028
|
o(a);
|
|
@@ -8244,7 +8252,7 @@ const xu = /* @__PURE__ */ new Map([
|
|
|
8244
8252
|
["zmm", "application/vnd.handheld-entertainment+xml"],
|
|
8245
8253
|
["zsh", "text/x-scriptzsh"]
|
|
8246
8254
|
]);
|
|
8247
|
-
function
|
|
8255
|
+
function Nt(e, t, r) {
|
|
8248
8256
|
const n = bu(e), { webkitRelativePath: i } = e, a = typeof t == "string" ? t : typeof i == "string" && i.length > 0 ? i : `./${e.name}`;
|
|
8249
8257
|
return typeof n.path != "string" && qi(n, "path", a), qi(n, "relativePath", a), n;
|
|
8250
8258
|
}
|
|
@@ -8277,7 +8285,7 @@ const wu = [
|
|
|
8277
8285
|
// Windows
|
|
8278
8286
|
];
|
|
8279
8287
|
function Su(e) {
|
|
8280
|
-
return
|
|
8288
|
+
return _t(this, void 0, void 0, function* () {
|
|
8281
8289
|
return Rr(e) && Eu(e.dataTransfer) ? Cu(e.dataTransfer, e.type) : ku(e) ? _u(e) : Array.isArray(e) && e.every((t) => "getFile" in t && typeof t.getFile == "function") ? Tu(e) : [];
|
|
8282
8290
|
});
|
|
8283
8291
|
}
|
|
@@ -8291,15 +8299,15 @@ function Rr(e) {
|
|
|
8291
8299
|
return typeof e == "object" && e !== null;
|
|
8292
8300
|
}
|
|
8293
8301
|
function _u(e) {
|
|
8294
|
-
return yn(e.target.files).map((t) =>
|
|
8302
|
+
return yn(e.target.files).map((t) => Nt(t));
|
|
8295
8303
|
}
|
|
8296
8304
|
function Tu(e) {
|
|
8297
|
-
return
|
|
8298
|
-
return (yield Promise.all(e.map((r) => r.getFile()))).map((r) =>
|
|
8305
|
+
return _t(this, void 0, void 0, function* () {
|
|
8306
|
+
return (yield Promise.all(e.map((r) => r.getFile()))).map((r) => Nt(r));
|
|
8299
8307
|
});
|
|
8300
8308
|
}
|
|
8301
8309
|
function Cu(e, t) {
|
|
8302
|
-
return
|
|
8310
|
+
return _t(this, void 0, void 0, function* () {
|
|
8303
8311
|
if (e.items) {
|
|
8304
8312
|
const r = yn(e.items).filter((i) => i.kind === "file");
|
|
8305
8313
|
if (t !== "drop")
|
|
@@ -8307,7 +8315,7 @@ function Cu(e, t) {
|
|
|
8307
8315
|
const n = yield Promise.all(r.map(Ou));
|
|
8308
8316
|
return Ui(Za(n));
|
|
8309
8317
|
}
|
|
8310
|
-
return Ui(yn(e.files).map((r) =>
|
|
8318
|
+
return Ui(yn(e.files).map((r) => Nt(r)));
|
|
8311
8319
|
});
|
|
8312
8320
|
}
|
|
8313
8321
|
function Ui(e) {
|
|
@@ -8336,7 +8344,7 @@ function Za(e) {
|
|
|
8336
8344
|
], []);
|
|
8337
8345
|
}
|
|
8338
8346
|
function Wi(e, t) {
|
|
8339
|
-
return
|
|
8347
|
+
return _t(this, void 0, void 0, function* () {
|
|
8340
8348
|
var r;
|
|
8341
8349
|
if (globalThis.isSecureContext && typeof e.getAsFileSystemHandle == "function") {
|
|
8342
8350
|
const a = yield e.getAsFileSystemHandle();
|
|
@@ -8344,17 +8352,17 @@ function Wi(e, t) {
|
|
|
8344
8352
|
throw new Error(`${e} is not a File`);
|
|
8345
8353
|
if (a !== void 0) {
|
|
8346
8354
|
const o = yield a.getFile();
|
|
8347
|
-
return o.handle = a,
|
|
8355
|
+
return o.handle = a, Nt(o);
|
|
8348
8356
|
}
|
|
8349
8357
|
}
|
|
8350
8358
|
const n = e.getAsFile();
|
|
8351
8359
|
if (!n)
|
|
8352
8360
|
throw new Error(`${e} is not a File`);
|
|
8353
|
-
return
|
|
8361
|
+
return Nt(n, (r = t == null ? void 0 : t.fullPath) !== null && r !== void 0 ? r : void 0);
|
|
8354
8362
|
});
|
|
8355
8363
|
}
|
|
8356
8364
|
function Au(e) {
|
|
8357
|
-
return
|
|
8365
|
+
return _t(this, void 0, void 0, function* () {
|
|
8358
8366
|
return e.isDirectory ? Xa(e) : $u(e);
|
|
8359
8367
|
});
|
|
8360
8368
|
}
|
|
@@ -8363,7 +8371,7 @@ function Xa(e) {
|
|
|
8363
8371
|
return new Promise((r, n) => {
|
|
8364
8372
|
const i = [];
|
|
8365
8373
|
function a() {
|
|
8366
|
-
t.readEntries((o) =>
|
|
8374
|
+
t.readEntries((o) => _t(this, void 0, void 0, function* () {
|
|
8367
8375
|
if (o.length) {
|
|
8368
8376
|
const s = Promise.all(o.map(Au));
|
|
8369
8377
|
i.push(s), a();
|
|
@@ -8382,10 +8390,10 @@ function Xa(e) {
|
|
|
8382
8390
|
});
|
|
8383
8391
|
}
|
|
8384
8392
|
function $u(e) {
|
|
8385
|
-
return
|
|
8393
|
+
return _t(this, void 0, void 0, function* () {
|
|
8386
8394
|
return new Promise((t, r) => {
|
|
8387
8395
|
e.file((n) => {
|
|
8388
|
-
const i =
|
|
8396
|
+
const i = Nt(n, e.fullPath);
|
|
8389
8397
|
t(i);
|
|
8390
8398
|
}, (n) => {
|
|
8391
8399
|
r(n);
|
|
@@ -8532,8 +8540,8 @@ function yt(e) {
|
|
|
8532
8540
|
function Yu(e) {
|
|
8533
8541
|
var t = e.files, r = e.accept, n = e.minSize, i = e.maxSize, a = e.multiple, o = e.maxFiles, s = e.validator;
|
|
8534
8542
|
return !a && t.length > 1 || a && o >= 1 && t.length > o ? !1 : t.every(function(l) {
|
|
8535
|
-
var d = eo(l, r), u = er(d, 1), m = u[0], h = to(l, n, i), _ = er(h, 1),
|
|
8536
|
-
return m &&
|
|
8543
|
+
var d = eo(l, r), u = er(d, 1), m = u[0], h = to(l, n, i), _ = er(h, 1), k = _[0], p = s ? s(l) : null;
|
|
8544
|
+
return m && k && !p;
|
|
8537
8545
|
});
|
|
8538
8546
|
}
|
|
8539
8547
|
function jr(e) {
|
|
@@ -8713,7 +8721,7 @@ var Bn = /* @__PURE__ */ co(function(e, t) {
|
|
|
8713
8721
|
return {
|
|
8714
8722
|
open: a
|
|
8715
8723
|
};
|
|
8716
|
-
}, [a]), /* @__PURE__ */
|
|
8724
|
+
}, [a]), /* @__PURE__ */ ce.createElement(po, null, r(ge(ge({}, o), {}, {
|
|
8717
8725
|
open: a
|
|
8718
8726
|
})));
|
|
8719
8727
|
});
|
|
@@ -8913,65 +8921,65 @@ var Sn = {
|
|
|
8913
8921
|
fileRejections: []
|
|
8914
8922
|
};
|
|
8915
8923
|
function oo() {
|
|
8916
|
-
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = ge(ge({}, ao), e), r = t.accept, n = t.disabled, i = t.getFilesFromEvent, a = t.maxSize, o = t.minSize, s = t.multiple, l = t.maxFiles, d = t.onDragEnter, u = t.onDragLeave, m = t.onDragOver, h = t.onDrop, _ = t.onDropAccepted,
|
|
8924
|
+
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = ge(ge({}, ao), e), r = t.accept, n = t.disabled, i = t.getFilesFromEvent, a = t.maxSize, o = t.minSize, s = t.multiple, l = t.maxFiles, d = t.onDragEnter, u = t.onDragLeave, m = t.onDragOver, h = t.onDrop, _ = t.onDropAccepted, k = t.onDropRejected, p = t.onFileDialogCancel, T = t.onFileDialogOpen, w = t.useFsAccessApi, O = t.autoFocus, $ = t.preventDropOnDocument, F = t.noClick, g = t.noKeyboard, L = t.noDrag, Y = t.noDragEventsBubbling, te = t.onError, G = t.validator, c = Ot(function() {
|
|
8917
8925
|
return Ju(r);
|
|
8918
|
-
}, [r]), C =
|
|
8926
|
+
}, [r]), C = Ot(function() {
|
|
8919
8927
|
return Xu(r);
|
|
8920
|
-
}, [r]),
|
|
8928
|
+
}, [r]), S = Ot(function() {
|
|
8921
8929
|
return typeof T == "function" ? T : ea;
|
|
8922
|
-
}, [T]), D =
|
|
8930
|
+
}, [T]), D = Ot(function() {
|
|
8923
8931
|
return typeof p == "function" ? p : ea;
|
|
8924
|
-
}, [p]),
|
|
8925
|
-
!X.current &&
|
|
8932
|
+
}, [p]), R = xt(null), U = xt(null), H = lo(fp, Sn), ie = un(H, 2), ue = ie[0], ae = ie[1], A = ue.isFocused, M = ue.isFileDialogActive, X = xt(typeof window < "u" && window.isSecureContext && w && Zu()), J = function() {
|
|
8933
|
+
!X.current && M && setTimeout(function() {
|
|
8926
8934
|
if (U.current) {
|
|
8927
8935
|
var x = U.current.files;
|
|
8928
|
-
x.length || (
|
|
8936
|
+
x.length || (ae({
|
|
8929
8937
|
type: "closeDialog"
|
|
8930
8938
|
}), D());
|
|
8931
8939
|
}
|
|
8932
8940
|
}, 300);
|
|
8933
8941
|
};
|
|
8934
|
-
|
|
8935
|
-
return window.addEventListener("focus",
|
|
8936
|
-
window.removeEventListener("focus",
|
|
8942
|
+
wt(function() {
|
|
8943
|
+
return window.addEventListener("focus", J, !1), function() {
|
|
8944
|
+
window.removeEventListener("focus", J, !1);
|
|
8937
8945
|
};
|
|
8938
|
-
}, [U,
|
|
8939
|
-
var
|
|
8940
|
-
|
|
8946
|
+
}, [U, M, D, X]);
|
|
8947
|
+
var W = xt([]), P = function(x) {
|
|
8948
|
+
R.current && R.current.contains(x.target) || (x.preventDefault(), W.current = []);
|
|
8941
8949
|
};
|
|
8942
|
-
|
|
8943
|
-
return $ && (document.addEventListener("dragover", Ji, !1), document.addEventListener("drop",
|
|
8944
|
-
$ && (document.removeEventListener("dragover", Ji), document.removeEventListener("drop",
|
|
8950
|
+
wt(function() {
|
|
8951
|
+
return $ && (document.addEventListener("dragover", Ji, !1), document.addEventListener("drop", P, !1)), function() {
|
|
8952
|
+
$ && (document.removeEventListener("dragover", Ji), document.removeEventListener("drop", P));
|
|
8945
8953
|
};
|
|
8946
|
-
}, [
|
|
8947
|
-
return !n && O &&
|
|
8954
|
+
}, [R, $]), wt(function() {
|
|
8955
|
+
return !n && O && R.current && R.current.focus(), function() {
|
|
8948
8956
|
};
|
|
8949
|
-
}, [
|
|
8950
|
-
var
|
|
8951
|
-
|
|
8952
|
-
}, [
|
|
8953
|
-
y.preventDefault(), y.persist(), f(y),
|
|
8954
|
-
if (!(jr(y) && !
|
|
8955
|
-
var z = x.length,
|
|
8957
|
+
}, [R, O, n]);
|
|
8958
|
+
var q = Oe(function(y) {
|
|
8959
|
+
te ? te(y) : console.error(y);
|
|
8960
|
+
}, [te]), Q = Oe(function(y) {
|
|
8961
|
+
y.preventDefault(), y.persist(), f(y), W.current = [].concat(ap(W.current), [y.target]), vr(y) && Promise.resolve(i(y)).then(function(x) {
|
|
8962
|
+
if (!(jr(y) && !Y)) {
|
|
8963
|
+
var z = x.length, K = z > 0 && Yu({
|
|
8956
8964
|
files: x,
|
|
8957
8965
|
accept: c,
|
|
8958
8966
|
minSize: o,
|
|
8959
8967
|
maxSize: a,
|
|
8960
8968
|
multiple: s,
|
|
8961
8969
|
maxFiles: l,
|
|
8962
|
-
validator:
|
|
8963
|
-
}),
|
|
8964
|
-
|
|
8965
|
-
isDragAccept:
|
|
8966
|
-
isDragReject:
|
|
8970
|
+
validator: G
|
|
8971
|
+
}), re = z > 0 && !K;
|
|
8972
|
+
ae({
|
|
8973
|
+
isDragAccept: K,
|
|
8974
|
+
isDragReject: re,
|
|
8967
8975
|
isDragActive: !0,
|
|
8968
8976
|
type: "setDraggedFiles"
|
|
8969
8977
|
}), d && d(y);
|
|
8970
8978
|
}
|
|
8971
8979
|
}).catch(function(x) {
|
|
8972
|
-
return
|
|
8980
|
+
return q(x);
|
|
8973
8981
|
});
|
|
8974
|
-
}, [i, d,
|
|
8982
|
+
}, [i, d, q, Y, c, o, a, s, l, G]), ne = Oe(function(y) {
|
|
8975
8983
|
y.preventDefault(), y.persist(), f(y);
|
|
8976
8984
|
var x = vr(y);
|
|
8977
8985
|
if (x && y.dataTransfer)
|
|
@@ -8980,56 +8988,56 @@ function oo() {
|
|
|
8980
8988
|
} catch {
|
|
8981
8989
|
}
|
|
8982
8990
|
return x && m && m(y), !1;
|
|
8983
|
-
}, [m,
|
|
8991
|
+
}, [m, Y]), ee = Oe(function(y) {
|
|
8984
8992
|
y.preventDefault(), y.persist(), f(y);
|
|
8985
|
-
var x =
|
|
8986
|
-
return
|
|
8993
|
+
var x = W.current.filter(function(K) {
|
|
8994
|
+
return R.current && R.current.contains(K);
|
|
8987
8995
|
}), z = x.indexOf(y.target);
|
|
8988
|
-
z !== -1 && x.splice(z, 1),
|
|
8996
|
+
z !== -1 && x.splice(z, 1), W.current = x, !(x.length > 0) && (ae({
|
|
8989
8997
|
type: "setDraggedFiles",
|
|
8990
8998
|
isDragActive: !1,
|
|
8991
8999
|
isDragAccept: !1,
|
|
8992
9000
|
isDragReject: !1
|
|
8993
9001
|
}), vr(y) && u && u(y));
|
|
8994
|
-
}, [
|
|
8995
|
-
var z = [],
|
|
8996
|
-
y.forEach(function(
|
|
8997
|
-
var ke = eo(
|
|
8998
|
-
if (Ve &&
|
|
8999
|
-
z.push(
|
|
9002
|
+
}, [R, u, Y]), Z = Oe(function(y, x) {
|
|
9003
|
+
var z = [], K = [];
|
|
9004
|
+
y.forEach(function(re) {
|
|
9005
|
+
var ke = eo(re, c), Be = un(ke, 2), Ve = Be[0], Mt = Be[1], mt = to(re, o, a), at = un(mt, 2), Lt = at[0], Tt = at[1], Bt = G ? G(re) : null;
|
|
9006
|
+
if (Ve && Lt && !Bt)
|
|
9007
|
+
z.push(re);
|
|
9000
9008
|
else {
|
|
9001
|
-
var
|
|
9002
|
-
|
|
9003
|
-
file:
|
|
9004
|
-
errors:
|
|
9009
|
+
var Ct = [Mt, Tt];
|
|
9010
|
+
Bt && (Ct = Ct.concat(Bt)), K.push({
|
|
9011
|
+
file: re,
|
|
9012
|
+
errors: Ct.filter(function(so) {
|
|
9005
9013
|
return so;
|
|
9006
9014
|
})
|
|
9007
9015
|
});
|
|
9008
9016
|
}
|
|
9009
|
-
}), (!s && z.length > 1 || s && l >= 1 && z.length > l) && (z.forEach(function(
|
|
9010
|
-
|
|
9011
|
-
file:
|
|
9017
|
+
}), (!s && z.length > 1 || s && l >= 1 && z.length > l) && (z.forEach(function(re) {
|
|
9018
|
+
K.push({
|
|
9019
|
+
file: re,
|
|
9012
9020
|
errors: [Wu]
|
|
9013
9021
|
});
|
|
9014
|
-
}), z.splice(0)),
|
|
9022
|
+
}), z.splice(0)), ae({
|
|
9015
9023
|
acceptedFiles: z,
|
|
9016
|
-
fileRejections:
|
|
9017
|
-
isDragReject:
|
|
9024
|
+
fileRejections: K,
|
|
9025
|
+
isDragReject: K.length > 0,
|
|
9018
9026
|
type: "setFiles"
|
|
9019
|
-
}), h && h(z,
|
|
9020
|
-
}, [
|
|
9021
|
-
y.preventDefault(), y.persist(), f(y),
|
|
9022
|
-
jr(y) && !
|
|
9027
|
+
}), h && h(z, K, x), K.length > 0 && k && k(K, x), z.length > 0 && _ && _(z, x);
|
|
9028
|
+
}, [ae, s, c, o, a, l, h, _, k, G]), xe = Oe(function(y) {
|
|
9029
|
+
y.preventDefault(), y.persist(), f(y), W.current = [], vr(y) && Promise.resolve(i(y)).then(function(x) {
|
|
9030
|
+
jr(y) && !Y || Z(x, y);
|
|
9023
9031
|
}).catch(function(x) {
|
|
9024
|
-
return
|
|
9025
|
-
}),
|
|
9032
|
+
return q(x);
|
|
9033
|
+
}), ae({
|
|
9026
9034
|
type: "reset"
|
|
9027
9035
|
});
|
|
9028
|
-
}, [i,
|
|
9036
|
+
}, [i, Z, q, Y]), j = Oe(function() {
|
|
9029
9037
|
if (X.current) {
|
|
9030
|
-
|
|
9038
|
+
ae({
|
|
9031
9039
|
type: "openDialog"
|
|
9032
|
-
}),
|
|
9040
|
+
}), S();
|
|
9033
9041
|
var y = {
|
|
9034
9042
|
multiple: s,
|
|
9035
9043
|
types: C
|
|
@@ -9037,61 +9045,61 @@ function oo() {
|
|
|
9037
9045
|
window.showOpenFilePicker(y).then(function(x) {
|
|
9038
9046
|
return i(x);
|
|
9039
9047
|
}).then(function(x) {
|
|
9040
|
-
|
|
9048
|
+
Z(x, null), ae({
|
|
9041
9049
|
type: "closeDialog"
|
|
9042
9050
|
});
|
|
9043
9051
|
}).catch(function(x) {
|
|
9044
|
-
Qu(x) ? (D(x),
|
|
9052
|
+
Qu(x) ? (D(x), ae({
|
|
9045
9053
|
type: "closeDialog"
|
|
9046
|
-
})) : ep(x) ? (X.current = !1, U.current ? (U.current.value = null, U.current.click()) :
|
|
9054
|
+
})) : ep(x) ? (X.current = !1, U.current ? (U.current.value = null, U.current.click()) : q(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."))) : q(x);
|
|
9047
9055
|
});
|
|
9048
9056
|
return;
|
|
9049
9057
|
}
|
|
9050
|
-
U.current && (
|
|
9058
|
+
U.current && (ae({
|
|
9051
9059
|
type: "openDialog"
|
|
9052
|
-
}),
|
|
9053
|
-
}, [
|
|
9054
|
-
!
|
|
9055
|
-
}, [
|
|
9056
|
-
|
|
9060
|
+
}), S(), U.current.value = null, U.current.click());
|
|
9061
|
+
}, [ae, S, D, w, Z, q, C, s]), Ae = Oe(function(y) {
|
|
9062
|
+
!R.current || !R.current.isEqualNode(y.target) || (y.key === " " || y.key === "Enter" || y.keyCode === 32 || y.keyCode === 13) && (y.preventDefault(), j());
|
|
9063
|
+
}, [R, j]), Ye = Oe(function() {
|
|
9064
|
+
ae({
|
|
9057
9065
|
type: "focus"
|
|
9058
9066
|
});
|
|
9059
9067
|
}, []), nt = Oe(function() {
|
|
9060
|
-
|
|
9068
|
+
ae({
|
|
9061
9069
|
type: "blur"
|
|
9062
9070
|
});
|
|
9063
9071
|
}, []), or = Oe(function() {
|
|
9064
|
-
F || (Gu() ? setTimeout(
|
|
9065
|
-
}, [F,
|
|
9072
|
+
F || (Gu() ? setTimeout(j, 0) : j());
|
|
9073
|
+
}, [F, j]), it = function(x) {
|
|
9066
9074
|
return n ? null : x;
|
|
9067
9075
|
}, sr = function(x) {
|
|
9068
9076
|
return g ? null : it(x);
|
|
9069
9077
|
}, ft = function(x) {
|
|
9070
9078
|
return L ? null : it(x);
|
|
9071
9079
|
}, f = function(x) {
|
|
9072
|
-
|
|
9073
|
-
}, v =
|
|
9080
|
+
Y && x.stopPropagation();
|
|
9081
|
+
}, v = Ot(function() {
|
|
9074
9082
|
return function() {
|
|
9075
|
-
var y = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, x = y.refKey, z = x === void 0 ? "ref" : x,
|
|
9083
|
+
var y = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, x = y.refKey, z = x === void 0 ? "ref" : x, K = y.role, re = y.onKeyDown, ke = y.onFocus, Be = y.onBlur, Ve = y.onClick, Mt = y.onDragEnter, mt = y.onDragOver, at = y.onDragLeave, Lt = y.onDrop, Tt = Pr(y, np);
|
|
9076
9084
|
return ge(ge(wn({
|
|
9077
|
-
onKeyDown: sr(Ke(
|
|
9085
|
+
onKeyDown: sr(Ke(re, Ae)),
|
|
9078
9086
|
onFocus: sr(Ke(ke, Ye)),
|
|
9079
9087
|
onBlur: sr(Ke(Be, nt)),
|
|
9080
9088
|
onClick: it(Ke(Ve, or)),
|
|
9081
|
-
onDragEnter: ft(Ke(
|
|
9082
|
-
onDragOver: ft(Ke(mt,
|
|
9083
|
-
onDragLeave: ft(Ke(at,
|
|
9084
|
-
onDrop: ft(Ke(
|
|
9085
|
-
role: typeof
|
|
9086
|
-
}, z,
|
|
9089
|
+
onDragEnter: ft(Ke(Mt, Q)),
|
|
9090
|
+
onDragOver: ft(Ke(mt, ne)),
|
|
9091
|
+
onDragLeave: ft(Ke(at, ee)),
|
|
9092
|
+
onDrop: ft(Ke(Lt, xe)),
|
|
9093
|
+
role: typeof K == "string" && K !== "" ? K : "presentation"
|
|
9094
|
+
}, z, R), !n && !g ? {
|
|
9087
9095
|
tabIndex: 0
|
|
9088
|
-
} : {}),
|
|
9096
|
+
} : {}), Tt);
|
|
9089
9097
|
};
|
|
9090
|
-
}, [
|
|
9098
|
+
}, [R, Ae, Ye, nt, or, Q, ne, ee, xe, g, L, n]), E = Oe(function(y) {
|
|
9091
9099
|
y.stopPropagation();
|
|
9092
|
-
}, []),
|
|
9100
|
+
}, []), N = Ot(function() {
|
|
9093
9101
|
return function() {
|
|
9094
|
-
var y = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, x = y.refKey, z = x === void 0 ? "ref" : x,
|
|
9102
|
+
var y = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, x = y.refKey, z = x === void 0 ? "ref" : x, K = y.onChange, re = y.onClick, ke = Pr(y, ip), Be = wn({
|
|
9095
9103
|
accept: c,
|
|
9096
9104
|
multiple: s,
|
|
9097
9105
|
type: "file",
|
|
@@ -9107,20 +9115,20 @@ function oo() {
|
|
|
9107
9115
|
width: "1px",
|
|
9108
9116
|
whiteSpace: "nowrap"
|
|
9109
9117
|
},
|
|
9110
|
-
onChange: it(Ke(
|
|
9111
|
-
onClick: it(Ke(
|
|
9118
|
+
onChange: it(Ke(K, xe)),
|
|
9119
|
+
onClick: it(Ke(re, E)),
|
|
9112
9120
|
tabIndex: -1
|
|
9113
9121
|
}, z, U);
|
|
9114
9122
|
return ge(ge({}, Be), ke);
|
|
9115
9123
|
};
|
|
9116
9124
|
}, [U, r, s, xe, n]);
|
|
9117
|
-
return ge(ge({},
|
|
9125
|
+
return ge(ge({}, ue), {}, {
|
|
9118
9126
|
isFocused: A && !n,
|
|
9119
9127
|
getRootProps: v,
|
|
9120
|
-
getInputProps:
|
|
9121
|
-
rootRef:
|
|
9128
|
+
getInputProps: N,
|
|
9129
|
+
rootRef: R,
|
|
9122
9130
|
inputRef: U,
|
|
9123
|
-
open: it(
|
|
9131
|
+
open: it(j)
|
|
9124
9132
|
});
|
|
9125
9133
|
}
|
|
9126
9134
|
function fp(e, t) {
|
|
@@ -9224,82 +9232,82 @@ const mp = ({
|
|
|
9224
9232
|
className: a,
|
|
9225
9233
|
style: o
|
|
9226
9234
|
}) => {
|
|
9227
|
-
const [s, l] = vt(t), [d, u] = vt([]), [m, h] = vt(!1), [_,
|
|
9228
|
-
|
|
9235
|
+
const [s, l] = vt(t), [d, u] = vt([]), [m, h] = vt(!1), [_, k] = vt(!1), [p, T] = vt([]), w = xt(null);
|
|
9236
|
+
wt(() => {
|
|
9229
9237
|
l(t);
|
|
9230
9238
|
}, [t]);
|
|
9231
|
-
const O = Oe((
|
|
9232
|
-
if (
|
|
9233
|
-
const U =
|
|
9234
|
-
return
|
|
9235
|
-
}
|
|
9236
|
-
return
|
|
9237
|
-
}) ? e.maxSize &&
|
|
9238
|
-
console.log("handleFiles called with:",
|
|
9239
|
-
const D = [],
|
|
9239
|
+
const O = Oe((S) => e.fileTypes.some((R) => {
|
|
9240
|
+
if (R.includes("*")) {
|
|
9241
|
+
const U = R.split("/")[0];
|
|
9242
|
+
return S.type.startsWith(U);
|
|
9243
|
+
}
|
|
9244
|
+
return S.type === R;
|
|
9245
|
+
}) ? e.maxSize && S.size > e.maxSize ? `File size exceeds maximum limit of ${(e.maxSize / 1048576).toFixed(1)}MB` : null : `File type ${S.type} is not allowed. Allowed types: ${e.fileTypes.join(", ")}`, [e]), $ = Oe(async (S) => {
|
|
9246
|
+
console.log("handleFiles called with:", S.length, "files"), h(!0);
|
|
9247
|
+
const D = [], R = [];
|
|
9240
9248
|
try {
|
|
9241
|
-
for (const
|
|
9249
|
+
for (const H of S) {
|
|
9242
9250
|
let ie = null;
|
|
9243
9251
|
if (e.multiple && s.some(
|
|
9244
|
-
(
|
|
9252
|
+
(ae) => ae.file.name === H.name && ae.file.size === H.size && ae.file.lastModified === H.lastModified
|
|
9245
9253
|
)) {
|
|
9246
|
-
|
|
9254
|
+
R.push(`${H.name}: File already exists`);
|
|
9247
9255
|
continue;
|
|
9248
9256
|
}
|
|
9249
|
-
if (ie = O(
|
|
9257
|
+
if (ie = O(H), !ie && e.customValidation)
|
|
9250
9258
|
try {
|
|
9251
|
-
const
|
|
9252
|
-
|
|
9253
|
-
} catch (
|
|
9254
|
-
ie = `Custom validation failed: ${
|
|
9259
|
+
const ue = e.customValidation(H);
|
|
9260
|
+
ue instanceof Promise ? ie = await ue : ie = ue;
|
|
9261
|
+
} catch (ue) {
|
|
9262
|
+
ie = `Custom validation failed: ${ue instanceof Error ? ue.message : "Unknown error"}`;
|
|
9255
9263
|
}
|
|
9256
9264
|
if (ie)
|
|
9257
|
-
|
|
9265
|
+
R.push(`${H.name}: ${ie}`);
|
|
9258
9266
|
else {
|
|
9259
|
-
const
|
|
9267
|
+
const ue = {
|
|
9260
9268
|
id: `${Date.now()}-${Math.random().toString(36).substr(2, 9)}`,
|
|
9261
|
-
file:
|
|
9262
|
-
preview:
|
|
9269
|
+
file: H,
|
|
9270
|
+
preview: H.type.startsWith("image/") ? URL.createObjectURL(H) : void 0,
|
|
9263
9271
|
progress: 0,
|
|
9264
9272
|
status: "pending",
|
|
9265
9273
|
uploadedAt: /* @__PURE__ */ new Date()
|
|
9266
9274
|
};
|
|
9267
|
-
D.push(
|
|
9275
|
+
D.push(ue);
|
|
9268
9276
|
}
|
|
9269
9277
|
}
|
|
9270
9278
|
const U = e.multiple ? [...s, ...D] : D;
|
|
9271
|
-
l(U), r == null || r(U),
|
|
9279
|
+
l(U), r == null || r(U), R.length > 0 ? (T(R), u(R)) : (T([]), u([]));
|
|
9272
9280
|
} catch (U) {
|
|
9273
|
-
const
|
|
9274
|
-
T([
|
|
9281
|
+
const H = `Unexpected error: ${U instanceof Error ? U.message : "Unknown error"}`;
|
|
9282
|
+
T([H]), u([H]);
|
|
9275
9283
|
}
|
|
9276
|
-
}, [s, e.multiple, O, e.customValidation, r]), F = Oe((
|
|
9284
|
+
}, [s, e.multiple, O, e.customValidation, r]), F = Oe((S) => {
|
|
9277
9285
|
h(!0);
|
|
9278
|
-
const D = s.filter((
|
|
9286
|
+
const D = s.filter((R) => R.id !== S);
|
|
9279
9287
|
l(D), r == null || r(D), T([]), w.current && (w.current.value = "");
|
|
9280
9288
|
}, [s, r]), g = Oe(() => {
|
|
9281
9289
|
if (e.required && s.length === 0) {
|
|
9282
9290
|
u([`${e.title} is required`]);
|
|
9283
9291
|
return;
|
|
9284
9292
|
}
|
|
9285
|
-
T([]),
|
|
9286
|
-
const
|
|
9287
|
-
n == null || n(
|
|
9288
|
-
}, [s, n, e.required, e.title]), { getRootProps: L, getInputProps:
|
|
9293
|
+
T([]), k(!0);
|
|
9294
|
+
const S = s.filter((D) => D.status !== "error");
|
|
9295
|
+
n == null || n(S);
|
|
9296
|
+
}, [s, n, e.required, e.title]), { getRootProps: L, getInputProps: Y, isDragActive: te } = oo({
|
|
9289
9297
|
onDrop: $,
|
|
9290
9298
|
multiple: e.multiple,
|
|
9291
9299
|
disabled: i,
|
|
9292
9300
|
noClick: !1,
|
|
9293
9301
|
noKeyboard: !1
|
|
9294
|
-
}),
|
|
9295
|
-
|
|
9302
|
+
}), G = (S) => S.startsWith("image/") ? /* @__PURE__ */ V(Ga, {}) : S.includes("pdf") ? /* @__PURE__ */ V(Dr, {}) : /* @__PURE__ */ V(Dr, {}), c = e.fileTypes.map((S) => S.replace("*", "all")).join(", ");
|
|
9303
|
+
wt(() => {
|
|
9296
9304
|
if (!m) return;
|
|
9297
|
-
const
|
|
9305
|
+
const S = [], D = [...p, ...S];
|
|
9298
9306
|
D.length > 0 ? u(D) : u([]);
|
|
9299
9307
|
}, [s, e.required, e.title, m, _, p]);
|
|
9300
9308
|
const C = () => {
|
|
9301
|
-
var
|
|
9302
|
-
switch (((
|
|
9309
|
+
var S;
|
|
9310
|
+
switch (((S = e.submitButton) == null ? void 0 : S.position) || "right") {
|
|
9303
9311
|
case "left":
|
|
9304
9312
|
return "flex-start";
|
|
9305
9313
|
case "center":
|
|
@@ -9323,8 +9331,8 @@ const mp = ({
|
|
|
9323
9331
|
key: `dropzone-${s.length}`,
|
|
9324
9332
|
sx: {
|
|
9325
9333
|
border: "2px dashed",
|
|
9326
|
-
borderColor:
|
|
9327
|
-
backgroundColor:
|
|
9334
|
+
borderColor: te ? "primary.main" : "grey.300",
|
|
9335
|
+
backgroundColor: te ? "action.hover" : "background.paper",
|
|
9328
9336
|
p: 3,
|
|
9329
9337
|
textAlign: "center",
|
|
9330
9338
|
cursor: i ? "not-allowed" : "pointer",
|
|
@@ -9335,9 +9343,9 @@ const mp = ({
|
|
|
9335
9343
|
}
|
|
9336
9344
|
}
|
|
9337
9345
|
},
|
|
9338
|
-
/* @__PURE__ */ V("input", { ...
|
|
9346
|
+
/* @__PURE__ */ V("input", { ...Y(), ref: w }),
|
|
9339
9347
|
/* @__PURE__ */ V(vu, { sx: { fontSize: 48, color: "text.secondary", mb: 2 } }),
|
|
9340
|
-
/* @__PURE__ */ V(Ne, { variant: "h6", gutterBottom: !0, children:
|
|
9348
|
+
/* @__PURE__ */ V(Ne, { variant: "h6", gutterBottom: !0, children: te ? "Drop files here" : "Drag & drop files here" }),
|
|
9341
9349
|
/* @__PURE__ */ Ce(Ne, { variant: "body2", color: "textSecondary", gutterBottom: !0, children: [
|
|
9342
9350
|
"or ",
|
|
9343
9351
|
/* @__PURE__ */ V(
|
|
@@ -9345,9 +9353,9 @@ const mp = ({
|
|
|
9345
9353
|
{
|
|
9346
9354
|
variant: "text",
|
|
9347
9355
|
disabled: i,
|
|
9348
|
-
onClick: (
|
|
9356
|
+
onClick: (S) => {
|
|
9349
9357
|
var D;
|
|
9350
|
-
|
|
9358
|
+
S.stopPropagation(), (D = w.current) == null || D.click();
|
|
9351
9359
|
},
|
|
9352
9360
|
children: "browse files"
|
|
9353
9361
|
}
|
|
@@ -9357,7 +9365,7 @@ const mp = ({
|
|
|
9357
9365
|
/* @__PURE__ */ V(
|
|
9358
9366
|
Un,
|
|
9359
9367
|
{
|
|
9360
|
-
icon:
|
|
9368
|
+
icon: G(e.fileTypes[0]),
|
|
9361
9369
|
label: `Accepted: ${c}`,
|
|
9362
9370
|
variant: "outlined",
|
|
9363
9371
|
size: "small"
|
|
@@ -9374,20 +9382,20 @@ const mp = ({
|
|
|
9374
9382
|
)
|
|
9375
9383
|
] })
|
|
9376
9384
|
),
|
|
9377
|
-
d.length > 0 && /* @__PURE__ */ V(Co, { severity: "error", sx: { mt: 2 }, children: d.map((
|
|
9385
|
+
d.length > 0 && /* @__PURE__ */ V(Co, { severity: "error", sx: { mt: 2 }, children: d.map((S, D) => /* @__PURE__ */ V(Ne, { variant: "body2", children: S }, D)) }),
|
|
9378
9386
|
s.length > 0 && /* @__PURE__ */ Ce(_e, { sx: { mt: 2 }, children: [
|
|
9379
9387
|
/* @__PURE__ */ Ce(Ne, { variant: "subtitle1", gutterBottom: !0, children: [
|
|
9380
9388
|
"Selected Files (",
|
|
9381
9389
|
s.length,
|
|
9382
9390
|
")"
|
|
9383
9391
|
] }),
|
|
9384
|
-
s.map((
|
|
9392
|
+
s.map((S) => /* @__PURE__ */ V(
|
|
9385
9393
|
mp,
|
|
9386
9394
|
{
|
|
9387
|
-
file:
|
|
9395
|
+
file: S,
|
|
9388
9396
|
onRemove: F
|
|
9389
9397
|
},
|
|
9390
|
-
|
|
9398
|
+
S.id
|
|
9391
9399
|
))
|
|
9392
9400
|
] }),
|
|
9393
9401
|
e.helperText && /* @__PURE__ */ V(Ne, { variant: "caption", color: "textSecondary", sx: { mt: 1, display: "block" }, children: e.helperText }),
|