@max-ts/components 0.5.2 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Z from "react";
|
|
2
|
-
import D, { useMemo as
|
|
2
|
+
import D, { useMemo as Ce, forwardRef as ut, useState as ce, Fragment as ls, createElement as Tt, useRef as Ae, useEffect as Ye, useCallback as se, useLayoutEffect as Pr, createContext as pn, useContext as Be, Component as cs, Children as us, useId as ds } from "react";
|
|
3
3
|
import { ChevronDown as Rn, X as mt, EllipsisVertical as Tr, TriangleAlert as fs, CircleCheck as ii, OctagonAlert as ai, Info as ps, Copy as gs, ArrowDownUp as Xr, ArrowDownWideNarrow as hs, ArrowDownNarrowWide as ms, CircleX as ys, ChevronUp as bs, Calendar1 as vs, ChevronLeft as xs, Menu as ws, ArrowDownToLine as Zr, SquareArrowOutUpRight as ks, Dot as Cs, ArrowLeft as $s, Search as Ss } from "lucide-react";
|
|
4
4
|
import { CircularProgress as Ms, styled as y, Button as js, buttonClasses as si, drawerClasses as Os, backdropClasses as li, listClasses as Qr, paperClasses as ci, menuItemClasses as Jn, stepLabelClasses as Ds, outlinedInputClasses as Es, inputBaseClasses as Kn, createTheme as Ps, Collapse as Ts, useTheme as Bn, Typography as ui, useMediaQuery as di, Drawer as As, MenuList as _s, Menu as Fs, ClickAwayListener as Ar, tooltipClasses as St, Tooltip as Ws, MenuItem as Ns, alertClasses as Jr, iconButtonClasses as Is, Alert as Rs, AlertTitle as Bs, SvgIcon as Ht, Checkbox as Ls, css as fi, debounce as pi, Chip as Vs, FormHelperText as Hs, TextField as zs, ListItemIcon as gi, Popper as Ys, Autocomplete as Gs, Avatar as Us, Badge as qs, FormControl as hi, FormControlLabel as mi, Popover as Xs, DialogTitle as Zs, dialogClasses as Kr, Dialog as Qs, DialogActions as Js, DialogContent as Ks, DialogContentText as el, Link as vr, LinearProgress as yi, Pagination as tl, selectClasses as nl, Select as rl, InputLabel as ol, formControlClasses as il, Divider as al, FormLabel as sl, keyframes as ll, svgIconClasses as cl, List as _r, ListItem as ul, ListItemButton as dl, ListItemText as fl, ListSubheader as pl, listItemIconClasses as er, Breadcrumbs as gl, Paper as hl, menuClasses as ml, Radio as yl, RadioGroup as bl, alpha as vl, skeletonClasses as eo, Skeleton as xl, sliderClasses as Gt, Slider as wl, switchClasses as to, Switch as kl, Tab as Cl, Tabs as no, ThemeProvider as $l, CssBaseline as Sl } from "@mui/material";
|
|
5
5
|
import { Breadcrumbs as Wv, ButtonBase as Nv, ButtonGroup as Iv, Card as Rv, CardActions as Bv, CardContent as Lv, CardHeader as Vv, buttonClasses as Hv, cardActionsClasses as zv, cardClasses as Yv, cardContentClasses as Gv, cardHeaderClasses as Uv, keyframes as qv, styled as Xv, useTheme as Zv } from "@mui/material";
|
|
@@ -61,9 +61,9 @@ function Tl() {
|
|
|
61
61
|
return "Fragment";
|
|
62
62
|
case P:
|
|
63
63
|
return "Portal";
|
|
64
|
-
case
|
|
64
|
+
case E:
|
|
65
65
|
return "Profiler";
|
|
66
|
-
case
|
|
66
|
+
case j:
|
|
67
67
|
return "StrictMode";
|
|
68
68
|
case F:
|
|
69
69
|
return "Suspense";
|
|
@@ -74,7 +74,7 @@ function Tl() {
|
|
|
74
74
|
switch (typeof d.tag == "number" && console.error(
|
|
75
75
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
76
76
|
), d.$$typeof) {
|
|
77
|
-
case
|
|
77
|
+
case B:
|
|
78
78
|
return (d.displayName || "Context") + ".Provider";
|
|
79
79
|
case _:
|
|
80
80
|
return (d._context.displayName || "Context") + ".Consumer";
|
|
@@ -172,7 +172,7 @@ function Tl() {
|
|
|
172
172
|
var A = null;
|
|
173
173
|
A = ee.H, ee.H = null, o();
|
|
174
174
|
try {
|
|
175
|
-
var
|
|
175
|
+
var L = {
|
|
176
176
|
DetermineComponentFrameRoot: function() {
|
|
177
177
|
try {
|
|
178
178
|
if (k) {
|
|
@@ -214,17 +214,17 @@ function Tl() {
|
|
|
214
214
|
return [null, null];
|
|
215
215
|
}
|
|
216
216
|
};
|
|
217
|
-
|
|
217
|
+
L.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
|
|
218
218
|
var H = Object.getOwnPropertyDescriptor(
|
|
219
|
-
|
|
219
|
+
L.DetermineComponentFrameRoot,
|
|
220
220
|
"name"
|
|
221
221
|
);
|
|
222
222
|
H && H.configurable && Object.defineProperty(
|
|
223
|
-
|
|
223
|
+
L.DetermineComponentFrameRoot,
|
|
224
224
|
"name",
|
|
225
225
|
{ value: "DetermineComponentFrameRoot" }
|
|
226
226
|
);
|
|
227
|
-
var R =
|
|
227
|
+
var R = L.DetermineComponentFrameRoot(), ge = R[0], He = R[1];
|
|
228
228
|
if (ge && He) {
|
|
229
229
|
var he = ge.split(`
|
|
230
230
|
`), _e = He.split(`
|
|
@@ -305,7 +305,7 @@ function Tl() {
|
|
|
305
305
|
}
|
|
306
306
|
function f(d, k) {
|
|
307
307
|
function x() {
|
|
308
|
-
|
|
308
|
+
we || (we = !0, console.error(
|
|
309
309
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
310
310
|
k
|
|
311
311
|
));
|
|
@@ -321,13 +321,13 @@ function Tl() {
|
|
|
321
321
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
322
322
|
)), d = this.props.ref, d !== void 0 ? d : null;
|
|
323
323
|
}
|
|
324
|
-
function b(d, k, x, A,
|
|
324
|
+
function b(d, k, x, A, L, H) {
|
|
325
325
|
return x = H.ref, d = {
|
|
326
|
-
$$typeof:
|
|
326
|
+
$$typeof: W,
|
|
327
327
|
type: d,
|
|
328
328
|
key: k,
|
|
329
329
|
props: H,
|
|
330
|
-
_owner:
|
|
330
|
+
_owner: L
|
|
331
331
|
}, (x !== void 0 ? x : null) !== null ? Object.defineProperty(d, "ref", {
|
|
332
332
|
enumerable: !1,
|
|
333
333
|
get: h
|
|
@@ -343,22 +343,22 @@ function Tl() {
|
|
|
343
343
|
value: null
|
|
344
344
|
}), Object.freeze && (Object.freeze(d.props), Object.freeze(d)), d;
|
|
345
345
|
}
|
|
346
|
-
function C(d, k, x, A,
|
|
347
|
-
if (typeof d == "string" || typeof d == "function" || d === O || d ===
|
|
346
|
+
function C(d, k, x, A, L, H) {
|
|
347
|
+
if (typeof d == "string" || typeof d == "function" || d === O || d === E || d === j || d === F || d === I || d === J || typeof d == "object" && d !== null && (d.$$typeof === Y || d.$$typeof === q || d.$$typeof === B || d.$$typeof === _ || d.$$typeof === X || d.$$typeof === Me || d.getModuleId !== void 0)) {
|
|
348
348
|
var R = k.children;
|
|
349
349
|
if (R !== void 0)
|
|
350
350
|
if (A)
|
|
351
351
|
if (je(R)) {
|
|
352
352
|
for (A = 0; A < R.length; A++)
|
|
353
|
-
|
|
353
|
+
$(R[A], d);
|
|
354
354
|
Object.freeze && Object.freeze(R);
|
|
355
355
|
} else
|
|
356
356
|
console.error(
|
|
357
357
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
358
358
|
);
|
|
359
|
-
else
|
|
359
|
+
else $(R, d);
|
|
360
360
|
} else
|
|
361
|
-
R = "", (d === void 0 || typeof d == "object" && d !== null && Object.keys(d).length === 0) && (R += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), d === null ? A = "null" : je(d) ? A = "array" : d !== void 0 && d.$$typeof ===
|
|
361
|
+
R = "", (d === void 0 || typeof d == "object" && d !== null && Object.keys(d).length === 0) && (R += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), d === null ? A = "null" : je(d) ? A = "array" : d !== void 0 && d.$$typeof === W ? (A = "<" + (e(d.type) || "Unknown") + " />", R = " Did you accidentally export a JSX literal instead of a component?") : A = typeof d, console.error(
|
|
362
362
|
"React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
|
|
363
363
|
A,
|
|
364
364
|
R
|
|
@@ -389,24 +389,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
389
389
|
return R && f(
|
|
390
390
|
x,
|
|
391
391
|
typeof d == "function" ? d.displayName || d.name || "Unknown" : d
|
|
392
|
-
), b(d, R, H,
|
|
392
|
+
), b(d, R, H, L, u(), x);
|
|
393
393
|
}
|
|
394
|
-
function
|
|
395
|
-
if (typeof d == "object" && d && d.$$typeof !==
|
|
394
|
+
function $(d, k) {
|
|
395
|
+
if (typeof d == "object" && d && d.$$typeof !== ye) {
|
|
396
396
|
if (je(d))
|
|
397
397
|
for (var x = 0; x < d.length; x++) {
|
|
398
398
|
var A = d[x];
|
|
399
|
-
|
|
399
|
+
S(A) && w(A, k);
|
|
400
400
|
}
|
|
401
|
-
else if (
|
|
401
|
+
else if (S(d))
|
|
402
402
|
d._store && (d._store.validated = 1);
|
|
403
403
|
else if (d === null || typeof d != "object" ? x = null : (x = K && d[K] || d["@@iterator"], x = typeof x == "function" ? x : null), typeof x == "function" && x !== d.entries && (x = x.call(d), x !== d))
|
|
404
404
|
for (; !(d = x.next()).done; )
|
|
405
|
-
|
|
405
|
+
S(d.value) && w(d.value, k);
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
|
-
function
|
|
409
|
-
return typeof d == "object" && d !== null && d.$$typeof ===
|
|
408
|
+
function S(d) {
|
|
409
|
+
return typeof d == "object" && d !== null && d.$$typeof === W;
|
|
410
410
|
}
|
|
411
411
|
function w(d, k) {
|
|
412
412
|
if (d._store && !d._store.validated && d.key == null && (d._store.validated = 1, k = v(k), !M[k])) {
|
|
@@ -415,8 +415,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
415
415
|
d && d._owner != null && d._owner !== u() && (x = null, typeof d._owner.tag == "number" ? x = e(d._owner.type) : typeof d._owner.name == "string" && (x = d._owner.name), x = " It was passed a child from " + x + ".");
|
|
416
416
|
var A = ee.getCurrentStack;
|
|
417
417
|
ee.getCurrentStack = function() {
|
|
418
|
-
var
|
|
419
|
-
return A && (
|
|
418
|
+
var L = c(d.type);
|
|
419
|
+
return A && (L += A() || ""), L;
|
|
420
420
|
}, console.error(
|
|
421
421
|
'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
|
|
422
422
|
k,
|
|
@@ -432,13 +432,13 @@ Check the render method of \`` + x + "`."), k || (d = e(d)) && (k = `
|
|
|
432
432
|
|
|
433
433
|
Check the top-level render call using <` + d + ">."), k;
|
|
434
434
|
}
|
|
435
|
-
var
|
|
435
|
+
var T = D, W = Symbol.for("react.transitional.element"), P = Symbol.for("react.portal"), O = Symbol.for("react.fragment"), j = Symbol.for("react.strict_mode"), E = Symbol.for("react.profiler"), _ = Symbol.for("react.consumer"), B = Symbol.for("react.context"), X = Symbol.for("react.forward_ref"), F = Symbol.for("react.suspense"), I = Symbol.for("react.suspense_list"), q = Symbol.for("react.memo"), Y = Symbol.for("react.lazy"), J = Symbol.for("react.offscreen"), K = Symbol.iterator, fe = Symbol.for("react.client.reference"), ee = T.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, pe = Object.prototype.hasOwnProperty, te = Object.assign, Me = Symbol.for("react.client.reference"), je = Array.isArray, Oe = 0, De, Pe, Te, Ee, Ge, Ve, Ue;
|
|
436
436
|
r.__reactDisabledLog = !0;
|
|
437
|
-
var Je, ft, z = !1, U = new (typeof WeakMap == "function" ? WeakMap : Map)(),
|
|
438
|
-
qt.Fragment = O, qt.jsx = function(d, k, x, A,
|
|
439
|
-
return C(d, k, x, !1, A,
|
|
440
|
-
}, qt.jsxs = function(d, k, x, A,
|
|
441
|
-
return C(d, k, x, !0, A,
|
|
437
|
+
var Je, ft, z = !1, U = new (typeof WeakMap == "function" ? WeakMap : Map)(), ye = Symbol.for("react.client.reference"), we, g = {}, m = {}, M = {};
|
|
438
|
+
qt.Fragment = O, qt.jsx = function(d, k, x, A, L) {
|
|
439
|
+
return C(d, k, x, !1, A, L);
|
|
440
|
+
}, qt.jsxs = function(d, k, x, A, L) {
|
|
441
|
+
return C(d, k, x, !0, A, L);
|
|
442
442
|
};
|
|
443
443
|
}()), qt;
|
|
444
444
|
}
|
|
@@ -600,7 +600,7 @@ const Wl = {
|
|
|
600
600
|
}
|
|
601
601
|
}
|
|
602
602
|
}, vi = "button-loading";
|
|
603
|
-
var Pn = /* @__PURE__ */ ((e) => (e.Error = "error", e.Success = "success", e.Warning = "warning", e.Primary = "primary", e))(Pn || {}),
|
|
603
|
+
var Pn = /* @__PURE__ */ ((e) => (e.Error = "error", e.Success = "success", e.Warning = "warning", e.Primary = "primary", e))(Pn || {}), ve = /* @__PURE__ */ ((e) => (e.Contained = "contained", e.Light = "light", e.Text = "text", e.Link = "link", e))(ve || {}), _t = /* @__PURE__ */ ((e) => (e.Small = "small", e.Medium = "medium", e.Large = "large", e))(_t || {}), ot = /* @__PURE__ */ ((e) => (e.Default = "default", e.Active = "active", e.Focus = "focus", e.Hover = "hover", e))(ot || {});
|
|
604
604
|
const Nl = ({ size: e }) => ({ size: e === "small" ? 16 : 24 }), hn = (e) => {
|
|
605
605
|
const { size: t } = Nl({ ...e }), { size: n, color: r, ...o } = e;
|
|
606
606
|
return /* @__PURE__ */ s.jsx(
|
|
@@ -613,8 +613,8 @@ const Nl = ({ size: e }) => ({ size: e === "small" ? 16 : 24 }), hn = (e) => {
|
|
|
613
613
|
}
|
|
614
614
|
);
|
|
615
615
|
}, Il = y(js)`
|
|
616
|
-
min-width: ${({ variant: e }) => e ===
|
|
617
|
-
padding: ${({ variant: e }) => e ===
|
|
616
|
+
min-width: ${({ variant: e }) => e === ve.Link ? "auto" : ""};
|
|
617
|
+
padding: ${({ variant: e }) => e === ve.Link ? 0 : ""};
|
|
618
618
|
|
|
619
619
|
:active {
|
|
620
620
|
box-shadow: none;
|
|
@@ -625,9 +625,9 @@ const Nl = ({ size: e }) => ({ size: e === "small" ? 16 : 24 }), hn = (e) => {
|
|
|
625
625
|
var xr = /* @__PURE__ */ ((e) => (e.PRIMARY = "primary", e.INVERTED = "inverted", e))(xr || {});
|
|
626
626
|
const Bl = ({
|
|
627
627
|
variant: e
|
|
628
|
-
}) => ({ loadingIndicatorColor:
|
|
628
|
+
}) => ({ loadingIndicatorColor: Ce(() => e !== ve.Contained ? xr.PRIMARY : xr.INVERTED, [e]) }), $e = (e) => {
|
|
629
629
|
const {
|
|
630
|
-
variant: t =
|
|
630
|
+
variant: t = ve.Contained,
|
|
631
631
|
color: n = Pn.Primary,
|
|
632
632
|
loading: r,
|
|
633
633
|
loadingIndicator: o,
|
|
@@ -671,7 +671,7 @@ const Bl = ({
|
|
|
671
671
|
[_t.Large]: e.theme.spacing(2, 4, 2, 4)
|
|
672
672
|
},
|
|
673
673
|
defaultValue: e.theme.spacing(1, 3, 1, 3)
|
|
674
|
-
}), zl = (e) => e.variant ===
|
|
674
|
+
}), zl = (e) => e.variant === ve.Link ? "0" : Ln({
|
|
675
675
|
type: e.size,
|
|
676
676
|
values: {
|
|
677
677
|
[_t.Small]: e.theme.spacing(2, 3)
|
|
@@ -731,7 +731,7 @@ const Bl = ({
|
|
|
731
731
|
focus: e.palette.primary[800]
|
|
732
732
|
}
|
|
733
733
|
};
|
|
734
|
-
return o ? t !==
|
|
734
|
+
return o ? t !== ve.Link ? e.palette.primary.contrastText : i.selected[r] : t === ve.Contained ? i.contained : t === ve.Light && n ? i.light[n][r] : t === ve.Text ? i.text[r] : i.link[r];
|
|
735
735
|
}, Xt = ({
|
|
736
736
|
selected: e,
|
|
737
737
|
color: t,
|
|
@@ -806,11 +806,11 @@ const Bl = ({
|
|
|
806
806
|
},
|
|
807
807
|
link: "transparent"
|
|
808
808
|
};
|
|
809
|
-
return e && n !==
|
|
809
|
+
return e && n !== ve.Link ? i.selected[r] : n === ve.Light && t ? i.light[t][r] : n === ve.Contained && t ? i.contained[t][r] : n === ve.Text ? i.text[r] : i.link;
|
|
810
810
|
}, Yl = ({
|
|
811
811
|
theme: e,
|
|
812
812
|
variant: t
|
|
813
|
-
}) =>
|
|
813
|
+
}) => ve.Link === t || ve.Text === t ? "transparent" : e.palette.grey[200], Gl = {
|
|
814
814
|
defaultProps: {
|
|
815
815
|
disableRipple: !0
|
|
816
816
|
},
|
|
@@ -1152,15 +1152,13 @@ const Bl = ({
|
|
|
1152
1152
|
fontSize: e.typography.pxToRem(14),
|
|
1153
1153
|
borderRadius: e.shape.small,
|
|
1154
1154
|
color: e.palette.grey[900],
|
|
1155
|
-
background: e.palette.background.element,
|
|
1156
1155
|
"&:hover": {
|
|
1157
|
-
background: e.palette.background.elementHover,
|
|
1158
1156
|
"&.Mui-disabled": {
|
|
1159
1157
|
background: e.palette.background.element
|
|
1160
1158
|
}
|
|
1161
1159
|
},
|
|
1162
1160
|
"&:hover .MuiOutlinedInput-notchedOutline": {
|
|
1163
|
-
borderColor: e.palette.grey[
|
|
1161
|
+
borderColor: e.palette.grey[600]
|
|
1164
1162
|
},
|
|
1165
1163
|
"&.Mui-disabled .MuiOutlinedInput-notchedOutline": {
|
|
1166
1164
|
borderColor: e.palette.background.element
|
|
@@ -1195,7 +1193,6 @@ const Bl = ({
|
|
|
1195
1193
|
},
|
|
1196
1194
|
notchedOutline({ theme: e }) {
|
|
1197
1195
|
return {
|
|
1198
|
-
borderWidth: 2,
|
|
1199
1196
|
borderColor: e.palette.grey[300]
|
|
1200
1197
|
};
|
|
1201
1198
|
},
|
|
@@ -1448,7 +1445,8 @@ const Bl = ({
|
|
|
1448
1445
|
},
|
|
1449
1446
|
indicator({ theme: e }) {
|
|
1450
1447
|
return {
|
|
1451
|
-
borderRadius: e.shape.small
|
|
1448
|
+
borderRadius: e.shape.small,
|
|
1449
|
+
backgroundColor: e.palette.primary[700]
|
|
1452
1450
|
};
|
|
1453
1451
|
}
|
|
1454
1452
|
}
|
|
@@ -1802,7 +1800,7 @@ const _c = ({
|
|
|
1802
1800
|
colorIntensity: t = "800"
|
|
1803
1801
|
}) => {
|
|
1804
1802
|
const n = Bn();
|
|
1805
|
-
return
|
|
1803
|
+
return Ce(() => {
|
|
1806
1804
|
const r = e && On[e];
|
|
1807
1805
|
if (r)
|
|
1808
1806
|
switch (r) {
|
|
@@ -1885,11 +1883,11 @@ const _c = ({
|
|
|
1885
1883
|
isDisabled: r
|
|
1886
1884
|
}) => {
|
|
1887
1885
|
if ("actions" in e) {
|
|
1888
|
-
const { icon: b, disabled: C, disabledReason:
|
|
1886
|
+
const { icon: b, disabled: C, disabledReason: $, name: S, actions: w } = e;
|
|
1889
1887
|
return /* @__PURE__ */ s.jsx(
|
|
1890
|
-
|
|
1888
|
+
xe,
|
|
1891
1889
|
{
|
|
1892
|
-
title:
|
|
1890
|
+
title: $ || S,
|
|
1893
1891
|
placement: n,
|
|
1894
1892
|
withoutContainer: !(r || C),
|
|
1895
1893
|
children: /* @__PURE__ */ s.jsx(
|
|
@@ -1899,13 +1897,13 @@ const _c = ({
|
|
|
1899
1897
|
variant: "text",
|
|
1900
1898
|
disabled: r || C,
|
|
1901
1899
|
children: w.map(
|
|
1902
|
-
({ name: v, onClick:
|
|
1900
|
+
({ name: v, onClick: T, ...W }) => /* @__PURE__ */ Tt(
|
|
1903
1901
|
nt,
|
|
1904
1902
|
{
|
|
1905
|
-
...
|
|
1903
|
+
...W,
|
|
1906
1904
|
key: v,
|
|
1907
1905
|
tooltipPlacement: n,
|
|
1908
|
-
onClick: t(
|
|
1906
|
+
onClick: t(T)
|
|
1909
1907
|
},
|
|
1910
1908
|
v
|
|
1911
1909
|
)
|
|
@@ -1913,7 +1911,7 @@ const _c = ({
|
|
|
1913
1911
|
}
|
|
1914
1912
|
)
|
|
1915
1913
|
},
|
|
1916
|
-
|
|
1914
|
+
S
|
|
1917
1915
|
);
|
|
1918
1916
|
}
|
|
1919
1917
|
const {
|
|
@@ -1927,7 +1925,7 @@ const _c = ({
|
|
|
1927
1925
|
...f
|
|
1928
1926
|
} = e, h = !u && (l || i);
|
|
1929
1927
|
return /* @__PURE__ */ s.jsx(
|
|
1930
|
-
|
|
1928
|
+
xe,
|
|
1931
1929
|
{
|
|
1932
1930
|
title: h,
|
|
1933
1931
|
placement: n,
|
|
@@ -1994,11 +1992,11 @@ const Vc = () => {
|
|
|
1994
1992
|
}
|
|
1995
1993
|
`, Qe = (e) => {
|
|
1996
1994
|
const {
|
|
1997
|
-
variant: t =
|
|
1995
|
+
variant: t = ve.Contained,
|
|
1998
1996
|
loading: n,
|
|
1999
1997
|
children: r,
|
|
2000
1998
|
...o
|
|
2001
|
-
} = e, i =
|
|
1999
|
+
} = e, i = Ce(() => t === ve.Contained ? "inverted" : "primary", [t]);
|
|
2002
2000
|
return /* @__PURE__ */ s.jsx(
|
|
2003
2001
|
zc,
|
|
2004
2002
|
{
|
|
@@ -2122,7 +2120,7 @@ const Qc = y(
|
|
|
2122
2120
|
`, Jc = y("div")`
|
|
2123
2121
|
display: inherit;
|
|
2124
2122
|
flex-direction: inherit;
|
|
2125
|
-
`,
|
|
2123
|
+
`, xe = (e) => {
|
|
2126
2124
|
const {
|
|
2127
2125
|
title: t,
|
|
2128
2126
|
placement: n = "top",
|
|
@@ -2153,7 +2151,7 @@ const Qc = y(
|
|
|
2153
2151
|
...l
|
|
2154
2152
|
} = e;
|
|
2155
2153
|
return /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(
|
|
2156
|
-
|
|
2154
|
+
xe,
|
|
2157
2155
|
{
|
|
2158
2156
|
title: n ? t : a,
|
|
2159
2157
|
placement: i,
|
|
@@ -2284,18 +2282,18 @@ const Qc = y(
|
|
|
2284
2282
|
disabled: h,
|
|
2285
2283
|
disabledReason: b,
|
|
2286
2284
|
note: C,
|
|
2287
|
-
isBlockingOperation:
|
|
2288
|
-
...
|
|
2285
|
+
isBlockingOperation: $,
|
|
2286
|
+
...S
|
|
2289
2287
|
} = n;
|
|
2290
2288
|
return /* @__PURE__ */ s.jsx(
|
|
2291
|
-
|
|
2289
|
+
xe,
|
|
2292
2290
|
{
|
|
2293
2291
|
title: h ? b : C,
|
|
2294
2292
|
withoutContainer: !(t || h),
|
|
2295
2293
|
children: /* @__PURE__ */ s.jsx(
|
|
2296
2294
|
ru,
|
|
2297
2295
|
{
|
|
2298
|
-
...
|
|
2296
|
+
...S,
|
|
2299
2297
|
disabled: t || h,
|
|
2300
2298
|
name: u,
|
|
2301
2299
|
children: f.map(
|
|
@@ -2316,7 +2314,7 @@ const Qc = y(
|
|
|
2316
2314
|
...c
|
|
2317
2315
|
} = n;
|
|
2318
2316
|
return /* @__PURE__ */ s.jsx(
|
|
2319
|
-
|
|
2317
|
+
xe,
|
|
2320
2318
|
{
|
|
2321
2319
|
title: o ? i : a,
|
|
2322
2320
|
withoutContainer: !(t || o),
|
|
@@ -2356,7 +2354,7 @@ const Qc = y(
|
|
|
2356
2354
|
...l
|
|
2357
2355
|
} = t;
|
|
2358
2356
|
return /* @__PURE__ */ s.jsx(
|
|
2359
|
-
|
|
2357
|
+
xe,
|
|
2360
2358
|
{
|
|
2361
2359
|
title: i ? o : n,
|
|
2362
2360
|
withoutContainer: !i,
|
|
@@ -2657,7 +2655,7 @@ const Qc = y(
|
|
|
2657
2655
|
rowsCount: c,
|
|
2658
2656
|
hasMultipleRows: c > go
|
|
2659
2657
|
};
|
|
2660
|
-
return i ? /* @__PURE__ */ s.jsx(
|
|
2658
|
+
return i ? /* @__PURE__ */ s.jsx(xe, { title: l, disableInteractive: !0, ...a, children: /* @__PURE__ */ s.jsxs(xu, { $align: p, children: [
|
|
2661
2659
|
/* @__PURE__ */ s.jsx(
|
|
2662
2660
|
tr,
|
|
2663
2661
|
{
|
|
@@ -2670,7 +2668,7 @@ const Qc = y(
|
|
|
2670
2668
|
}
|
|
2671
2669
|
),
|
|
2672
2670
|
/* @__PURE__ */ s.jsx(ue, { ...f, component: "span", children: r })
|
|
2673
|
-
] }) }) : l && n ? /* @__PURE__ */ s.jsx(
|
|
2671
|
+
] }) }) : l && n ? /* @__PURE__ */ s.jsx(xe, { title: l, disableInteractive: !0, ...a, children: /* @__PURE__ */ s.jsx(tr, { ...h }) }) : /* @__PURE__ */ s.jsx(tr, { ...h });
|
|
2674
2672
|
}, Cu = y("div", {
|
|
2675
2673
|
shouldForwardProp: (e) => ![
|
|
2676
2674
|
"variant",
|
|
@@ -2988,7 +2986,7 @@ const $u = {
|
|
|
2988
2986
|
error: t,
|
|
2989
2987
|
children: n
|
|
2990
2988
|
}) => {
|
|
2991
|
-
const r =
|
|
2989
|
+
const r = Ce(() => e ? /* @__PURE__ */ s.jsx(Pu, { size: 16 }) : t ? /* @__PURE__ */ s.jsx(Tu, { size: 16 }) : null, [e, t]);
|
|
2992
2990
|
return n ? /* @__PURE__ */ s.jsxs(Eu, { error: t, success: e, children: [
|
|
2993
2991
|
r,
|
|
2994
2992
|
/* @__PURE__ */ s.jsx(Au, { children: n })
|
|
@@ -3012,25 +3010,25 @@ const $u = {
|
|
|
3012
3010
|
onBlur: p,
|
|
3013
3011
|
...f
|
|
3014
3012
|
}) => {
|
|
3015
|
-
const h =
|
|
3013
|
+
const h = Ce(() => {
|
|
3016
3014
|
if (e)
|
|
3017
3015
|
return "success";
|
|
3018
|
-
}, [e]), b =
|
|
3016
|
+
}, [e]), b = Ce(() => {
|
|
3019
3017
|
if (e)
|
|
3020
3018
|
return /* @__PURE__ */ s.jsx(wr, { success: !0, children: n });
|
|
3021
3019
|
if (t)
|
|
3022
3020
|
return /* @__PURE__ */ s.jsx(wr, { error: !0, children: n });
|
|
3023
3021
|
if (n)
|
|
3024
3022
|
return n;
|
|
3025
|
-
}, [n, e, t]), C = (
|
|
3023
|
+
}, [n, e, t]), C = ($) => {
|
|
3026
3024
|
if (u) {
|
|
3027
|
-
const
|
|
3025
|
+
const S = $.target.value?.trim();
|
|
3028
3026
|
f.onChange?.({
|
|
3029
|
-
|
|
3030
|
-
target: {
|
|
3027
|
+
...$,
|
|
3028
|
+
target: { ...$.target, value: S }
|
|
3031
3029
|
});
|
|
3032
3030
|
}
|
|
3033
|
-
p?.(
|
|
3031
|
+
p?.($);
|
|
3034
3032
|
};
|
|
3035
3033
|
return /* @__PURE__ */ s.jsx(
|
|
3036
3034
|
zs,
|
|
@@ -3071,19 +3069,19 @@ const $u = {
|
|
|
3071
3069
|
noOptionsText: c = "Нет данных",
|
|
3072
3070
|
onInputChange: u
|
|
3073
3071
|
}) => {
|
|
3074
|
-
const [p, f] = ce(""), h = Nu(e), b = p.length >= 1, C = o.length > 0,
|
|
3075
|
-
(v,
|
|
3072
|
+
const [p, f] = ce(""), h = Nu(e), b = p.length >= 1, C = o.length > 0, $ = b || C || i || a, S = se(
|
|
3073
|
+
(v, T) => t ? t(v, T) : JSON.stringify(v) === JSON.stringify(T),
|
|
3076
3074
|
[t]
|
|
3077
3075
|
);
|
|
3078
3076
|
return {
|
|
3079
3077
|
isValueEmpty: h,
|
|
3080
|
-
isPopperVisible:
|
|
3078
|
+
isPopperVisible: $,
|
|
3081
3079
|
autocompleteProps: {
|
|
3082
|
-
isOptionEqualToValue:
|
|
3080
|
+
isOptionEqualToValue: S,
|
|
3083
3081
|
autoHighlight: r ? !1 : n,
|
|
3084
3082
|
noOptionsText: a ? l : c,
|
|
3085
|
-
onInputChange: (v,
|
|
3086
|
-
u?.(v,
|
|
3083
|
+
onInputChange: (v, T, W) => {
|
|
3084
|
+
u?.(v, T, W), i || f(T);
|
|
3087
3085
|
}
|
|
3088
3086
|
}
|
|
3089
3087
|
};
|
|
@@ -3100,18 +3098,18 @@ const $u = {
|
|
|
3100
3098
|
size: h = "medium",
|
|
3101
3099
|
placeholder: b = Fu,
|
|
3102
3100
|
overflowOption: C,
|
|
3103
|
-
closeText:
|
|
3104
|
-
openText:
|
|
3101
|
+
closeText: $ = "Закрыть",
|
|
3102
|
+
openText: S = "Открыть",
|
|
3105
3103
|
clearText: w = "Очистить",
|
|
3106
3104
|
loadingText: v = /* @__PURE__ */ s.jsx(hn, { color: "primary" }),
|
|
3107
|
-
isLoadedDataError:
|
|
3108
|
-
loadedDataError:
|
|
3105
|
+
isLoadedDataError: T,
|
|
3106
|
+
loadedDataError: W,
|
|
3109
3107
|
noOptionsText: P,
|
|
3110
3108
|
autoHighlight: O,
|
|
3111
|
-
renderInput:
|
|
3112
|
-
renderTags:
|
|
3109
|
+
renderInput: j,
|
|
3110
|
+
renderTags: E,
|
|
3113
3111
|
renderOption: _,
|
|
3114
|
-
...
|
|
3112
|
+
...B
|
|
3115
3113
|
} = e, X = se(
|
|
3116
3114
|
(Y) => {
|
|
3117
3115
|
const J = {
|
|
@@ -3125,11 +3123,11 @@ const $u = {
|
|
|
3125
3123
|
helperText: u,
|
|
3126
3124
|
size: h
|
|
3127
3125
|
};
|
|
3128
|
-
return
|
|
3126
|
+
return j ? j(J) : /* @__PURE__ */ s.jsx(yn, { ...J });
|
|
3129
3127
|
},
|
|
3130
3128
|
[
|
|
3131
3129
|
t,
|
|
3132
|
-
|
|
3130
|
+
j,
|
|
3133
3131
|
p,
|
|
3134
3132
|
o,
|
|
3135
3133
|
b,
|
|
@@ -3160,7 +3158,7 @@ const $u = {
|
|
|
3160
3158
|
},
|
|
3161
3159
|
[f, C, _]
|
|
3162
3160
|
), I = se(
|
|
3163
|
-
(Y, J, K) =>
|
|
3161
|
+
(Y, J, K) => E ? E(Y, J, K) : Y.map((fe, ee) => {
|
|
3164
3162
|
const pe = c?.(fe) || "";
|
|
3165
3163
|
return /* @__PURE__ */ Tt(
|
|
3166
3164
|
Ir,
|
|
@@ -3173,7 +3171,7 @@ const $u = {
|
|
|
3173
3171
|
}
|
|
3174
3172
|
);
|
|
3175
3173
|
}),
|
|
3176
|
-
[c,
|
|
3174
|
+
[c, E]
|
|
3177
3175
|
), q = se(
|
|
3178
3176
|
(Y) => n ? /* @__PURE__ */ s.jsx(Ys, { ...Y }) : null,
|
|
3179
3177
|
[n]
|
|
@@ -3181,11 +3179,11 @@ const $u = {
|
|
|
3181
3179
|
return /* @__PURE__ */ s.jsx(
|
|
3182
3180
|
Gs,
|
|
3183
3181
|
{
|
|
3184
|
-
...
|
|
3182
|
+
...B,
|
|
3185
3183
|
size: h,
|
|
3186
3184
|
clearText: w,
|
|
3187
|
-
closeText:
|
|
3188
|
-
openText:
|
|
3185
|
+
closeText: $,
|
|
3186
|
+
openText: S,
|
|
3189
3187
|
loadingText: v,
|
|
3190
3188
|
multiple: f,
|
|
3191
3189
|
disableCloseOnSelect: f,
|
|
@@ -3215,12 +3213,12 @@ const $u = {
|
|
|
3215
3213
|
onOpen: a,
|
|
3216
3214
|
onInputChange: l
|
|
3217
3215
|
}) => {
|
|
3218
|
-
const [c, u] = ce(!1), [p, f] = ce(!0), [h, b] = ce(!0), C = Ae(null), [S
|
|
3216
|
+
const [c, u] = ce(!1), [p, f] = ce(!0), [h, b] = ce(!0), C = Ae(null), [$, S] = ce([]), w = se(
|
|
3219
3217
|
pi((P) => {
|
|
3220
3218
|
C.current?.abort();
|
|
3221
3219
|
const O = new AbortController();
|
|
3222
|
-
C.current = O, e(P, O?.signal).then((
|
|
3223
|
-
j
|
|
3220
|
+
C.current = O, e(P, O?.signal).then((j) => {
|
|
3221
|
+
S(j), b(j.length === 0);
|
|
3224
3222
|
}).finally(() => {
|
|
3225
3223
|
u(!1), C.current = null;
|
|
3226
3224
|
});
|
|
@@ -3236,12 +3234,12 @@ const $u = {
|
|
|
3236
3234
|
}
|
|
3237
3235
|
a?.(P);
|
|
3238
3236
|
},
|
|
3239
|
-
handleInputChange: (P, O,
|
|
3237
|
+
handleInputChange: (P, O, j) => {
|
|
3240
3238
|
if (!O || O.length < n)
|
|
3241
|
-
return w && w.clear(), b(!1), u(!1),
|
|
3242
|
-
u(!0), p || w(O), l?.(P, O,
|
|
3239
|
+
return w && w.clear(), b(!1), u(!1), S([]);
|
|
3240
|
+
u(!0), p || w(O), l?.(P, O, j);
|
|
3243
3241
|
},
|
|
3244
|
-
options:
|
|
3242
|
+
options: $,
|
|
3245
3243
|
isLoadingData: c,
|
|
3246
3244
|
emptyOptionsText: h ? i : Lu
|
|
3247
3245
|
};
|
|
@@ -3262,8 +3260,8 @@ const $u = {
|
|
|
3262
3260
|
isError: h,
|
|
3263
3261
|
isLoading: b,
|
|
3264
3262
|
isFullWidth: C,
|
|
3265
|
-
onOpen:
|
|
3266
|
-
noOptionsText:
|
|
3263
|
+
onOpen: $,
|
|
3264
|
+
noOptionsText: S,
|
|
3267
3265
|
onInputChange: w,
|
|
3268
3266
|
...v
|
|
3269
3267
|
} = e;
|
|
@@ -3385,40 +3383,26 @@ const $u = {
|
|
|
3385
3383
|
margin-left: ${({ theme: e }) => e.spacing(1)};
|
|
3386
3384
|
}
|
|
3387
3385
|
`, Qu = (e) => /* @__PURE__ */ s.jsx(Zu, { ...e }), Ju = y(Qu)`
|
|
3388
|
-
align-items:
|
|
3386
|
+
align-items: center;
|
|
3389
3387
|
`, Ku = y(Hn)`
|
|
3390
|
-
|
|
3388
|
+
margin: ${({ theme: e }) => e.spacing(1)};
|
|
3389
|
+
padding: ${({ theme: e }) => e.spacing(1)};
|
|
3391
3390
|
`, ed = ({
|
|
3392
3391
|
isSuccess: e,
|
|
3393
3392
|
helperText: t,
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
title: a && t,
|
|
3408
|
-
placement: "bottom-start",
|
|
3409
|
-
withoutContainer: !1,
|
|
3410
|
-
children: /* @__PURE__ */ s.jsx(
|
|
3411
|
-
Ju,
|
|
3412
|
-
{
|
|
3413
|
-
control: /* @__PURE__ */ s.jsx(Ku, { isError: o, ...i }),
|
|
3414
|
-
label: r
|
|
3415
|
-
}
|
|
3416
|
-
)
|
|
3417
|
-
}
|
|
3418
|
-
),
|
|
3419
|
-
!n && /* @__PURE__ */ s.jsx(Oi, { error: o, success: e, children: t })
|
|
3420
|
-
] });
|
|
3421
|
-
}, Pi = {
|
|
3393
|
+
label: n,
|
|
3394
|
+
isError: r,
|
|
3395
|
+
...o
|
|
3396
|
+
}) => /* @__PURE__ */ s.jsxs(Ei, { children: [
|
|
3397
|
+
/* @__PURE__ */ s.jsx(
|
|
3398
|
+
Ju,
|
|
3399
|
+
{
|
|
3400
|
+
control: /* @__PURE__ */ s.jsx(Ku, { isError: r, ...o }),
|
|
3401
|
+
label: n
|
|
3402
|
+
}
|
|
3403
|
+
),
|
|
3404
|
+
t && /* @__PURE__ */ s.jsx(Oi, { error: r, success: e, children: t })
|
|
3405
|
+
] }), Pi = {
|
|
3422
3406
|
noDataImgSrc: "",
|
|
3423
3407
|
defaultErrorImgSrc: "",
|
|
3424
3408
|
outdatedReleaseErrorImgSrc: "",
|
|
@@ -3492,7 +3476,7 @@ const $u = {
|
|
|
3492
3476
|
confirmButtonProps: e,
|
|
3493
3477
|
onConfirm: t
|
|
3494
3478
|
}) => {
|
|
3495
|
-
const { isOpen: n, anchor: r, actions: o } = Vc(), { isAccented: i } = e || {}, a = i ?
|
|
3479
|
+
const { isOpen: n, anchor: r, actions: o } = Vc(), { isAccented: i } = e || {}, a = i ? ve.Light : ve.Contained, l = i ? Pn.Error : Pn.Primary, c = () => {
|
|
3496
3480
|
t(), o.close();
|
|
3497
3481
|
};
|
|
3498
3482
|
return {
|
|
@@ -3759,7 +3743,7 @@ const $u = {
|
|
|
3759
3743
|
imgWidth: l,
|
|
3760
3744
|
renderImage: c
|
|
3761
3745
|
}) => {
|
|
3762
|
-
const p = Be(dt).components?.placeholder?.defaultProps?.renderImage, f =
|
|
3746
|
+
const p = Be(dt).components?.placeholder?.defaultProps?.renderImage, f = Ce(
|
|
3763
3747
|
() => c && bo(c) || p && bo(p) || $d,
|
|
3764
3748
|
[c, p]
|
|
3765
3749
|
);
|
|
@@ -3879,7 +3863,7 @@ const Fd = y("div")`
|
|
|
3879
3863
|
errorList: f,
|
|
3880
3864
|
onRetry: h,
|
|
3881
3865
|
actions: b = /* @__PURE__ */ s.jsx($e, { onClick: h, children: "Попробовать снова" })
|
|
3882
|
-
} = r, C = f.map((
|
|
3866
|
+
} = r, C = f.map(($) => /* @__PURE__ */ s.jsx(ue, { component: "p", children: $ }, $));
|
|
3883
3867
|
return /* @__PURE__ */ s.jsx(
|
|
3884
3868
|
sn,
|
|
3885
3869
|
{
|
|
@@ -3936,7 +3920,7 @@ const Rd = ({
|
|
|
3936
3920
|
color: i,
|
|
3937
3921
|
...a
|
|
3938
3922
|
} = e, l = () => /* @__PURE__ */ s.jsx(Id, { $copyPosition: n, color: i }), { handleMouseLeave: c, handleClick: u, tooltipTitle: p, isIconOnLeft: f } = Rd(e);
|
|
3939
|
-
return /* @__PURE__ */ s.jsx(
|
|
3923
|
+
return /* @__PURE__ */ s.jsx(xe, { title: p, disableInteractive: !0, placement: "bottom", children: /* @__PURE__ */ s.jsxs(
|
|
3940
3924
|
Nd,
|
|
3941
3925
|
{
|
|
3942
3926
|
onMouseLeave: c,
|
|
@@ -3974,7 +3958,7 @@ const Rd = ({
|
|
|
3974
3958
|
startAdornment: r
|
|
3975
3959
|
}) => {
|
|
3976
3960
|
const { format: o, field: i } = t, a = (u) => !!u || u === 0;
|
|
3977
|
-
return { formattedValue:
|
|
3961
|
+
return { formattedValue: Ce(() => o && a(o(e)) ? o(e) : i && a(e[i]) ? e[i] : n, [i, o, e, n]), hasStartAdornment: !!r };
|
|
3978
3962
|
}, Yd = (e) => {
|
|
3979
3963
|
const { formattedValue: t, hasStartAdornment: n } = zd(e), { className: r, startAdornment: o, row: i, cell: a, isDisabled: l } = e, { renderCell: c, align: u = "left" } = a;
|
|
3980
3964
|
return /* @__PURE__ */ s.jsxs(
|
|
@@ -4032,7 +4016,7 @@ const Rd = ({
|
|
|
4032
4016
|
onSelectRow: l,
|
|
4033
4017
|
onRowClick: c
|
|
4034
4018
|
}) => {
|
|
4035
|
-
const [u, p] = ce(!1), f = n[e], { isDisabled: h, disabledReason: b } = o || {}, C = i && !!a?.find((
|
|
4019
|
+
const [u, p] = ce(!1), f = n[e], { isDisabled: h, disabledReason: b } = o || {}, C = i && !!a?.find((T) => T[e] === f);
|
|
4036
4020
|
return {
|
|
4037
4021
|
rowId: f,
|
|
4038
4022
|
disabled: h,
|
|
@@ -4043,17 +4027,17 @@ const Rd = ({
|
|
|
4043
4027
|
onClick: () => {
|
|
4044
4028
|
h || c?.(n);
|
|
4045
4029
|
},
|
|
4046
|
-
onMouseMove: (
|
|
4030
|
+
onMouseMove: (T) => {
|
|
4047
4031
|
if (!h)
|
|
4048
4032
|
return;
|
|
4049
|
-
|
|
4033
|
+
T.target.getAttribute(kr) === "true" || p(!1);
|
|
4050
4034
|
}
|
|
4051
4035
|
},
|
|
4052
4036
|
tooltipProps: {
|
|
4053
4037
|
open: u,
|
|
4054
4038
|
title: b,
|
|
4055
|
-
onOpen: (
|
|
4056
|
-
|
|
4039
|
+
onOpen: (T) => {
|
|
4040
|
+
T.target.getAttribute(kr) === "true" && p(!0);
|
|
4057
4041
|
},
|
|
4058
4042
|
onClose: () => p(!1)
|
|
4059
4043
|
},
|
|
@@ -4074,41 +4058,41 @@ const Rd = ({
|
|
|
4074
4058
|
emptyCellValue: h,
|
|
4075
4059
|
selectedRows: b,
|
|
4076
4060
|
activeRowId: C,
|
|
4077
|
-
keyId:
|
|
4078
|
-
onSelectRow:
|
|
4061
|
+
keyId: $,
|
|
4062
|
+
onSelectRow: S,
|
|
4079
4063
|
onRowClick: w,
|
|
4080
4064
|
// В этот rest-оператор попадают специфичные пропсы (атрибуты) virtuoso
|
|
4081
4065
|
// Необходимы для NewDataGridInfinite
|
|
4082
4066
|
...v
|
|
4083
|
-
} = e, { isDisabledLastCell:
|
|
4067
|
+
} = e, { isDisabledLastCell: T = !0, isNotSelectable: W } = c || {}, P = () => !u || W ? null : u && !W && /* @__PURE__ */ s.jsx(
|
|
4084
4068
|
qd,
|
|
4085
4069
|
{
|
|
4086
4070
|
inert: i ? !0 : void 0,
|
|
4087
|
-
onClick: (
|
|
4071
|
+
onClick: (j) => j.stopPropagation(),
|
|
4088
4072
|
children: /* @__PURE__ */ s.jsx(Hn, { ...n })
|
|
4089
4073
|
}
|
|
4090
4074
|
), O = se(() => {
|
|
4091
|
-
const
|
|
4092
|
-
return f?.map((
|
|
4093
|
-
const
|
|
4075
|
+
const j = T ? void 0 : [f.length - 1];
|
|
4076
|
+
return f?.map((E, _) => {
|
|
4077
|
+
const B = `${t}-${_}`, X = Zd(
|
|
4094
4078
|
i,
|
|
4095
|
-
|
|
4079
|
+
j,
|
|
4096
4080
|
_
|
|
4097
4081
|
), F = !_;
|
|
4098
4082
|
return /* @__PURE__ */ s.jsx(
|
|
4099
4083
|
Yd,
|
|
4100
4084
|
{
|
|
4101
4085
|
row: l,
|
|
4102
|
-
cell:
|
|
4086
|
+
cell: E,
|
|
4103
4087
|
emptyCellValue: h,
|
|
4104
4088
|
startAdornment: F && P(),
|
|
4105
4089
|
isDisabled: X
|
|
4106
4090
|
},
|
|
4107
|
-
|
|
4091
|
+
B
|
|
4108
4092
|
);
|
|
4109
4093
|
});
|
|
4110
4094
|
}, [f, i]);
|
|
4111
|
-
return /* @__PURE__ */ s.jsx(Gd, { $gridColumns: p, className: a, ...v, children: /* @__PURE__ */ s.jsx(
|
|
4095
|
+
return /* @__PURE__ */ s.jsx(Gd, { $gridColumns: p, className: a, ...v, children: /* @__PURE__ */ s.jsx(xe, { followCursor: !0, arrow: !1, ...o, children: /* @__PURE__ */ s.jsx(
|
|
4112
4096
|
Ud,
|
|
4113
4097
|
{
|
|
4114
4098
|
$gridColumns: p,
|
|
@@ -4153,14 +4137,14 @@ const Rd = ({
|
|
|
4153
4137
|
noDataPlaceholder: f,
|
|
4154
4138
|
onRetry: h,
|
|
4155
4139
|
...b
|
|
4156
|
-
} = e, C =
|
|
4140
|
+
} = e, C = Ce(() => o.map(({ children: $, options: S, ...w }) => {
|
|
4157
4141
|
const v = w[p];
|
|
4158
4142
|
return /* @__PURE__ */ s.jsx(
|
|
4159
4143
|
Qd,
|
|
4160
4144
|
{
|
|
4161
4145
|
row: w,
|
|
4162
4146
|
selectedRows: i,
|
|
4163
|
-
options:
|
|
4147
|
+
options: S,
|
|
4164
4148
|
keyId: p,
|
|
4165
4149
|
...b
|
|
4166
4150
|
},
|
|
@@ -4222,7 +4206,7 @@ const tf = y("div", {
|
|
|
4222
4206
|
}
|
|
4223
4207
|
}
|
|
4224
4208
|
}), af = (e) => {
|
|
4225
|
-
const { wrapperProps: t } = of(e), { startAdornment: n, field: r, isSortable: o, align: i, label: a, sorting: l } = e, c =
|
|
4209
|
+
const { wrapperProps: t } = of(e), { startAdornment: n, field: r, isSortable: o, align: i, label: a, sorting: l } = e, c = Ce(() => {
|
|
4226
4210
|
if (!o)
|
|
4227
4211
|
return null;
|
|
4228
4212
|
if (l?.fieldId !== r)
|
|
@@ -4266,10 +4250,10 @@ const tf = y("div", {
|
|
|
4266
4250
|
uncheckedRowsCount: n,
|
|
4267
4251
|
onSort: r
|
|
4268
4252
|
}) => {
|
|
4269
|
-
const o =
|
|
4253
|
+
const o = Ce(
|
|
4270
4254
|
() => !n && e > 0,
|
|
4271
4255
|
[n, e]
|
|
4272
|
-
), i =
|
|
4256
|
+
), i = Ce(
|
|
4273
4257
|
() => n > 0 && n < e,
|
|
4274
4258
|
[n, e]
|
|
4275
4259
|
), a = !e;
|
|
@@ -4294,8 +4278,8 @@ const tf = y("div", {
|
|
|
4294
4278
|
}
|
|
4295
4279
|
};
|
|
4296
4280
|
}, uf = (e) => {
|
|
4297
|
-
const { checkboxProps: t, handleSort: n } = cf(e), { columns: r, gridColumns: o, isSelectable: i, sorting: a, onSelectAllRows: l } = e, c =
|
|
4298
|
-
const C = !b,
|
|
4281
|
+
const { checkboxProps: t, handleSort: n } = cf(e), { columns: r, gridColumns: o, isSelectable: i, sorting: a, onSelectAllRows: l } = e, c = Ce(() => r.map(({ field: u, label: p, sortable: f, align: h }, b) => {
|
|
4282
|
+
const C = !b, $ = () => !C || !i ? null : /* @__PURE__ */ s.jsx(lf, { children: /* @__PURE__ */ s.jsx(Hn, { ...t, onChange: l }) });
|
|
4299
4283
|
return /* @__PURE__ */ s.jsx(
|
|
4300
4284
|
af,
|
|
4301
4285
|
{
|
|
@@ -4304,7 +4288,7 @@ const tf = y("div", {
|
|
|
4304
4288
|
label: p,
|
|
4305
4289
|
isSortable: f,
|
|
4306
4290
|
align: h,
|
|
4307
|
-
startAdornment:
|
|
4291
|
+
startAdornment: $(),
|
|
4308
4292
|
onSort: n
|
|
4309
4293
|
},
|
|
4310
4294
|
p
|
|
@@ -4396,30 +4380,30 @@ const tf = y("div", {
|
|
|
4396
4380
|
Ye(() => {
|
|
4397
4381
|
o || (f.current = n);
|
|
4398
4382
|
}, [n, o]);
|
|
4399
|
-
const h = bf(t), b =
|
|
4400
|
-
(v) => !r.find((
|
|
4401
|
-
).length, [p, r, e]), C = se(() => n.length <= 1 ? t.map((v) => ({ ...v, sortable: !1 })) : t, [t, n]),
|
|
4383
|
+
const h = bf(t), b = Ce(() => p.filter(
|
|
4384
|
+
(v) => !r.find((T) => T[e] === v[e])
|
|
4385
|
+
).length, [p, r, e]), C = se(() => n.length <= 1 ? t.map((v) => ({ ...v, sortable: !1 })) : t, [t, n]), $ = o ? f.current : n, S = (v) => {
|
|
4402
4386
|
if (!a)
|
|
4403
4387
|
return;
|
|
4404
4388
|
if (v.target.checked) {
|
|
4405
|
-
const
|
|
4389
|
+
const W = jl(
|
|
4406
4390
|
[...r, ...p],
|
|
4407
4391
|
Ol(e)
|
|
4408
4392
|
);
|
|
4409
|
-
return a(
|
|
4393
|
+
return a(W);
|
|
4410
4394
|
}
|
|
4411
|
-
const
|
|
4412
|
-
(
|
|
4395
|
+
const T = r.filter(
|
|
4396
|
+
(W) => !n.find((P) => P[e] === W[e])
|
|
4413
4397
|
);
|
|
4414
|
-
a(
|
|
4398
|
+
a(T);
|
|
4415
4399
|
}, w = se(
|
|
4416
|
-
(v) => (
|
|
4400
|
+
(v) => (T) => {
|
|
4417
4401
|
if (a) {
|
|
4418
|
-
if (
|
|
4402
|
+
if (T.target.checked)
|
|
4419
4403
|
return a([...r, v]);
|
|
4420
4404
|
a(
|
|
4421
4405
|
r.filter(
|
|
4422
|
-
(
|
|
4406
|
+
(W) => W[e] !== v[e]
|
|
4423
4407
|
)
|
|
4424
4408
|
);
|
|
4425
4409
|
}
|
|
@@ -4428,14 +4412,14 @@ const tf = y("div", {
|
|
|
4428
4412
|
);
|
|
4429
4413
|
return {
|
|
4430
4414
|
isDataGridDisabled: u,
|
|
4431
|
-
renderRows:
|
|
4415
|
+
renderRows: $,
|
|
4432
4416
|
headProps: {
|
|
4433
4417
|
rowsCount: p.length,
|
|
4434
4418
|
uncheckedRowsCount: b,
|
|
4435
4419
|
gridColumns: h,
|
|
4436
4420
|
isSelectable: c,
|
|
4437
4421
|
columns: C(),
|
|
4438
|
-
onSelectAllRows:
|
|
4422
|
+
onSelectAllRows: S
|
|
4439
4423
|
},
|
|
4440
4424
|
bodyProps: {
|
|
4441
4425
|
gridColumns: h,
|
|
@@ -4458,18 +4442,18 @@ const tf = y("div", {
|
|
|
4458
4442
|
errorMsg: h,
|
|
4459
4443
|
footer: b,
|
|
4460
4444
|
noDataPlaceholder: C,
|
|
4461
|
-
isLoading:
|
|
4462
|
-
isError:
|
|
4445
|
+
isLoading: $,
|
|
4446
|
+
isError: S,
|
|
4463
4447
|
keyId: w,
|
|
4464
4448
|
activeRowId: v,
|
|
4465
|
-
emptyCellValue:
|
|
4466
|
-
className:
|
|
4449
|
+
emptyCellValue: T = a,
|
|
4450
|
+
className: W,
|
|
4467
4451
|
onRowClick: P,
|
|
4468
4452
|
onSort: O,
|
|
4469
|
-
noDataOptions:
|
|
4470
|
-
onRetry:
|
|
4471
|
-
} = e, _ = t ? yf : Ri,
|
|
4472
|
-
return /* @__PURE__ */ s.jsxs(mf, { $maxHeight: p, className:
|
|
4453
|
+
noDataOptions: j,
|
|
4454
|
+
onRetry: E
|
|
4455
|
+
} = e, _ = t ? yf : Ri, B = se(() => $ ? null : C || /* @__PURE__ */ s.jsx(hf, { ...j }), [C, j, $]);
|
|
4456
|
+
return /* @__PURE__ */ s.jsxs(mf, { $maxHeight: p, className: W, children: [
|
|
4473
4457
|
/* @__PURE__ */ s.jsxs(_, { inert: t ? !0 : void 0, children: [
|
|
4474
4458
|
/* @__PURE__ */ s.jsx(
|
|
4475
4459
|
uf,
|
|
@@ -4489,13 +4473,13 @@ const tf = y("div", {
|
|
|
4489
4473
|
minDisplayRows: f,
|
|
4490
4474
|
rows: i,
|
|
4491
4475
|
columns: l,
|
|
4492
|
-
emptyCellValue:
|
|
4493
|
-
isLoading:
|
|
4494
|
-
isError:
|
|
4476
|
+
emptyCellValue: T,
|
|
4477
|
+
isLoading: $,
|
|
4478
|
+
isError: S,
|
|
4495
4479
|
errorMsg: h,
|
|
4496
|
-
noDataPlaceholder:
|
|
4480
|
+
noDataPlaceholder: B(),
|
|
4497
4481
|
onRowClick: P,
|
|
4498
|
-
onRetry:
|
|
4482
|
+
onRetry: E
|
|
4499
4483
|
}
|
|
4500
4484
|
)
|
|
4501
4485
|
] }),
|
|
@@ -4525,11 +4509,11 @@ const tf = y("div", {
|
|
|
4525
4509
|
disabled: h,
|
|
4526
4510
|
loading: b,
|
|
4527
4511
|
isBlockingOperation: C,
|
|
4528
|
-
loadingNote:
|
|
4529
|
-
onClick:
|
|
4512
|
+
loadingNote: $,
|
|
4513
|
+
onClick: S,
|
|
4530
4514
|
...w
|
|
4531
|
-
} = n, v = (
|
|
4532
|
-
|
|
4515
|
+
} = n, v = (T) => /* @__PURE__ */ s.jsx(
|
|
4516
|
+
xe,
|
|
4533
4517
|
{
|
|
4534
4518
|
withoutContainer: !h,
|
|
4535
4519
|
placement: i,
|
|
@@ -4541,7 +4525,7 @@ const tf = y("div", {
|
|
|
4541
4525
|
loading: b,
|
|
4542
4526
|
...w,
|
|
4543
4527
|
variant: "text",
|
|
4544
|
-
...
|
|
4528
|
+
...T,
|
|
4545
4529
|
children: l
|
|
4546
4530
|
}
|
|
4547
4531
|
)
|
|
@@ -4553,11 +4537,11 @@ const tf = y("div", {
|
|
|
4553
4537
|
{
|
|
4554
4538
|
text: u,
|
|
4555
4539
|
confirmButtonProps: p,
|
|
4556
|
-
actionComponent: (
|
|
4557
|
-
onConfirm: r(
|
|
4540
|
+
actionComponent: (T) => v(T),
|
|
4541
|
+
onConfirm: r(S)
|
|
4558
4542
|
}
|
|
4559
4543
|
) : v({
|
|
4560
|
-
onClick: r(
|
|
4544
|
+
onClick: r(S)
|
|
4561
4545
|
}) });
|
|
4562
4546
|
}, kf = ({
|
|
4563
4547
|
action: e,
|
|
@@ -4568,7 +4552,7 @@ const tf = y("div", {
|
|
|
4568
4552
|
if ("actions" in e) {
|
|
4569
4553
|
const { disabled: o, icon: i, name: a, disabledReason: l, actions: c } = e;
|
|
4570
4554
|
return /* @__PURE__ */ s.jsx(
|
|
4571
|
-
|
|
4555
|
+
xe,
|
|
4572
4556
|
{
|
|
4573
4557
|
title: l || a,
|
|
4574
4558
|
withoutContainer: !o,
|
|
@@ -4726,31 +4710,31 @@ const tf = y("div", {
|
|
|
4726
4710
|
onChange: r
|
|
4727
4711
|
}) => {
|
|
4728
4712
|
const [o, i] = ce(1), a = Ae(!1), l = Ae(null), c = (h, b, C) => {
|
|
4729
|
-
const
|
|
4713
|
+
const $ = n(e[0]);
|
|
4730
4714
|
document.body.appendChild(h);
|
|
4731
|
-
let
|
|
4715
|
+
let S = 0, w = 0;
|
|
4732
4716
|
for (let v = 1; v < e.length; v += 1) {
|
|
4733
|
-
const
|
|
4717
|
+
const T = h.firstChild?.cloneNode(
|
|
4734
4718
|
!0
|
|
4735
|
-
),
|
|
4719
|
+
), W = n(e[v]), P = Bi(T, $);
|
|
4736
4720
|
if (!P)
|
|
4737
4721
|
throw new Error("Could not find text node");
|
|
4738
|
-
P.textContent =
|
|
4739
|
-
const
|
|
4740
|
-
if (
|
|
4722
|
+
P.textContent = W, h.appendChild(T);
|
|
4723
|
+
const j = T.getBoundingClientRect().width + C;
|
|
4724
|
+
if (S + j > b)
|
|
4741
4725
|
break;
|
|
4742
|
-
w += 1,
|
|
4726
|
+
w += 1, S += j;
|
|
4743
4727
|
}
|
|
4744
4728
|
return document.body.removeChild(h), w;
|
|
4745
4729
|
}, u = () => {
|
|
4746
4730
|
const h = l.current;
|
|
4747
4731
|
if (!h)
|
|
4748
4732
|
throw new Error("Tags container ref is not set");
|
|
4749
|
-
const b = window.getComputedStyle(h), C = Number.parseInt(b.columnGap),
|
|
4733
|
+
const b = window.getComputedStyle(h), C = Number.parseInt(b.columnGap), $ = h.firstElementChild?.getBoundingClientRect().width || 0, S = h.getBoundingClientRect().width - $, w = h.cloneNode(!0);
|
|
4750
4734
|
for (; w.lastElementChild && w.children.length > 1; )
|
|
4751
4735
|
w.removeChild(w.lastElementChild);
|
|
4752
4736
|
w.style.visibility = "hidden";
|
|
4753
|
-
const v = c(w,
|
|
4737
|
+
const v = c(w, S, C);
|
|
4754
4738
|
i(1 + v);
|
|
4755
4739
|
};
|
|
4756
4740
|
Pr(() => {
|
|
@@ -4770,8 +4754,8 @@ const tf = y("div", {
|
|
|
4770
4754
|
return h.observe(l.current), () => h.disconnect();
|
|
4771
4755
|
}, [e]);
|
|
4772
4756
|
const p = (h, b) => {
|
|
4773
|
-
const C = n(h),
|
|
4774
|
-
return { label: C, shrinks:
|
|
4757
|
+
const C = n(h), $ = b === o - 1 && o <= e.length;
|
|
4758
|
+
return { label: C, shrinks: $, onDelete: () => {
|
|
4775
4759
|
const w = e?.filter((v) => typeof v == "string" ? v !== h : v[t] !== h[t]);
|
|
4776
4760
|
r(w?.length ? w : []);
|
|
4777
4761
|
} };
|
|
@@ -4865,12 +4849,12 @@ function If({
|
|
|
4865
4849
|
const [l, c] = ce(
|
|
4866
4850
|
o || r || !1
|
|
4867
4851
|
), u = Ae(null), p = () => c(!0), f = () => c(!1), h = () => {
|
|
4868
|
-
const
|
|
4852
|
+
const $ = {
|
|
4869
4853
|
target: {
|
|
4870
4854
|
value: i ? [] : ""
|
|
4871
4855
|
}
|
|
4872
4856
|
};
|
|
4873
|
-
t?.call({},
|
|
4857
|
+
t?.call({}, $);
|
|
4874
4858
|
}, b = a && !(!e || Array.isArray(e) && e.length === 0 || typeof e == "string" && e.length === 0), C = !us.count(n);
|
|
4875
4859
|
return {
|
|
4876
4860
|
isOpened: l,
|
|
@@ -4907,28 +4891,29 @@ function Vi({
|
|
|
4907
4891
|
error: u,
|
|
4908
4892
|
label: p,
|
|
4909
4893
|
fullWidth: f,
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4894
|
+
id: h,
|
|
4895
|
+
onChange: b,
|
|
4896
|
+
isShowClearButton: C,
|
|
4897
|
+
...$
|
|
4913
4898
|
}) {
|
|
4914
4899
|
const {
|
|
4915
4900
|
isOpened: S,
|
|
4916
|
-
isShowingClearButton:
|
|
4917
|
-
isNoData:
|
|
4918
|
-
onClearAll:
|
|
4919
|
-
openSelect:
|
|
4920
|
-
closeSelect:
|
|
4921
|
-
resetButtonRef:
|
|
4901
|
+
isShowingClearButton: w,
|
|
4902
|
+
isNoData: v,
|
|
4903
|
+
onClearAll: T,
|
|
4904
|
+
openSelect: W,
|
|
4905
|
+
closeSelect: P,
|
|
4906
|
+
resetButtonRef: O
|
|
4922
4907
|
} = If({
|
|
4923
|
-
|
|
4908
|
+
...$,
|
|
4924
4909
|
children: l,
|
|
4925
|
-
onChange:
|
|
4926
|
-
isShowClearButton:
|
|
4927
|
-
}),
|
|
4928
|
-
if (Array.isArray(
|
|
4929
|
-
const
|
|
4910
|
+
onChange: b,
|
|
4911
|
+
isShowClearButton: C
|
|
4912
|
+
}), j = (E) => {
|
|
4913
|
+
if (Array.isArray(E) && E.length) {
|
|
4914
|
+
const _ = (B) => b?.(B ? {
|
|
4930
4915
|
target: {
|
|
4931
|
-
value:
|
|
4916
|
+
value: B
|
|
4932
4917
|
}
|
|
4933
4918
|
} : {
|
|
4934
4919
|
target: {
|
|
@@ -4938,38 +4923,39 @@ function Vi({
|
|
|
4938
4923
|
return /* @__PURE__ */ s.jsx(
|
|
4939
4924
|
Tf,
|
|
4940
4925
|
{
|
|
4941
|
-
data:
|
|
4926
|
+
data: E,
|
|
4942
4927
|
keyId: "value",
|
|
4943
4928
|
getOptionLabel: t,
|
|
4944
|
-
onChange:
|
|
4945
|
-
onClick:
|
|
4929
|
+
onChange: _,
|
|
4930
|
+
onClick: W
|
|
4946
4931
|
}
|
|
4947
4932
|
);
|
|
4948
4933
|
}
|
|
4949
|
-
return (Array.isArray(
|
|
4934
|
+
return (Array.isArray(E) || typeof E == "string") && !E.length ? n : t(E);
|
|
4950
4935
|
};
|
|
4951
4936
|
return /* @__PURE__ */ s.jsxs(hi, { error: u, fullWidth: f, children: [
|
|
4952
|
-
p && /* @__PURE__ */ s.jsx(ol, { htmlFor:
|
|
4937
|
+
p && /* @__PURE__ */ s.jsx(ol, { htmlFor: h || p, required: e, children: p }),
|
|
4953
4938
|
/* @__PURE__ */ s.jsxs(
|
|
4954
4939
|
Nf,
|
|
4955
4940
|
{
|
|
4956
|
-
|
|
4941
|
+
...$,
|
|
4957
4942
|
open: S,
|
|
4943
|
+
id: h || p,
|
|
4958
4944
|
disabled: c,
|
|
4959
|
-
onOpen:
|
|
4960
|
-
onClose:
|
|
4961
|
-
renderValue:
|
|
4945
|
+
onOpen: W,
|
|
4946
|
+
onClose: P,
|
|
4947
|
+
renderValue: j,
|
|
4962
4948
|
IconComponent: () => null,
|
|
4963
4949
|
displayEmpty: !0,
|
|
4964
4950
|
fullWidth: f,
|
|
4965
|
-
onChange:
|
|
4951
|
+
onChange: b,
|
|
4966
4952
|
endAdornment: /* @__PURE__ */ s.jsxs(Wf, { children: [
|
|
4967
|
-
|
|
4953
|
+
w && /* @__PURE__ */ s.jsx(
|
|
4968
4954
|
Rf,
|
|
4969
4955
|
{
|
|
4970
4956
|
disabled: c,
|
|
4971
|
-
ref:
|
|
4972
|
-
onClick:
|
|
4957
|
+
ref: O,
|
|
4958
|
+
onClick: T
|
|
4973
4959
|
}
|
|
4974
4960
|
),
|
|
4975
4961
|
/* @__PURE__ */ s.jsx(
|
|
@@ -4977,7 +4963,7 @@ function Vi({
|
|
|
4977
4963
|
{
|
|
4978
4964
|
variant: "text",
|
|
4979
4965
|
disabled: c,
|
|
4980
|
-
onClick:
|
|
4966
|
+
onClick: W,
|
|
4981
4967
|
children: S ? /* @__PURE__ */ s.jsx(bs, { size: 16 }) : /* @__PURE__ */ s.jsx(Rn, { size: 16 })
|
|
4982
4968
|
}
|
|
4983
4969
|
)
|
|
@@ -4986,7 +4972,7 @@ function Vi({
|
|
|
4986
4972
|
/* @__PURE__ */ s.jsx(_f, { value: "", children: n }),
|
|
4987
4973
|
i && /* @__PURE__ */ s.jsx(Af, { children: /* @__PURE__ */ s.jsx(hn, { color: "primary" }) }),
|
|
4988
4974
|
!i && l,
|
|
4989
|
-
!i &&
|
|
4975
|
+
!i && v && /* @__PURE__ */ s.jsx(nt, { disabled: !0, children: "Нет данных" })
|
|
4990
4976
|
]
|
|
4991
4977
|
}
|
|
4992
4978
|
),
|
|
@@ -7464,8 +7450,8 @@ function Ah(e, t, n, r, o) {
|
|
|
7464
7450
|
start: a(e),
|
|
7465
7451
|
end: l(e)
|
|
7466
7452
|
}).map((h) => {
|
|
7467
|
-
const b = r.formatMonthDropdown(h, o), C = u(h),
|
|
7468
|
-
return { value: C, label: b, disabled:
|
|
7453
|
+
const b = r.formatMonthDropdown(h, o), C = u(h), $ = t && h < i(t) || n && h > i(n) || !1;
|
|
7454
|
+
return { value: C, label: b, disabled: $ };
|
|
7469
7455
|
});
|
|
7470
7456
|
}
|
|
7471
7457
|
function _h(e, t = {}, n = {}) {
|
|
@@ -7493,10 +7479,10 @@ function Wh(e, t, n, r) {
|
|
|
7493
7479
|
for (; c(b, f) || u(b, f); )
|
|
7494
7480
|
h.push(b), b = a(b, 1);
|
|
7495
7481
|
return h.map((C) => {
|
|
7496
|
-
const
|
|
7482
|
+
const $ = n.formatYearDropdown(C, r);
|
|
7497
7483
|
return {
|
|
7498
7484
|
value: l(C),
|
|
7499
|
-
label:
|
|
7485
|
+
label: $,
|
|
7500
7486
|
disabled: !1
|
|
7501
7487
|
};
|
|
7502
7488
|
});
|
|
@@ -7549,9 +7535,9 @@ function Xh(e, t, { classNames: n, months: r, focused: o, dateLib: i }) {
|
|
|
7549
7535
|
const p = a.current, f = e.current.cloneNode(!0);
|
|
7550
7536
|
if (f instanceof HTMLElement ? ([
|
|
7551
7537
|
...f.querySelectorAll("[data-animated-month]") ?? []
|
|
7552
|
-
].forEach((
|
|
7553
|
-
const w =
|
|
7554
|
-
w &&
|
|
7538
|
+
].forEach((S) => {
|
|
7539
|
+
const w = S.querySelector("[data-animated-month]");
|
|
7540
|
+
w && S.contains(w) && S.removeChild(w);
|
|
7555
7541
|
}), a.current = f) : a.current = null, r.length === 0 || u.length === 0 || r.length !== u.length || // skip animation if a day is focused because it can cause issues to the animation and is better for a11y
|
|
7556
7542
|
o || c.current || i.isSameMonth(r[0].date, u[0].date))
|
|
7557
7543
|
return;
|
|
@@ -7560,50 +7546,50 @@ function Xh(e, t, { classNames: n, months: r, focused: o, dateLib: i }) {
|
|
|
7560
7546
|
], C = [
|
|
7561
7547
|
...e.current.querySelectorAll("[data-animated-month]") ?? []
|
|
7562
7548
|
];
|
|
7563
|
-
if (C && C.every((
|
|
7549
|
+
if (C && C.every(($) => $ instanceof HTMLElement) && b && b.every(($) => $ instanceof HTMLElement)) {
|
|
7564
7550
|
c.current = !0;
|
|
7565
|
-
const
|
|
7566
|
-
C.forEach((
|
|
7551
|
+
const $ = i.isAfter(r[0].date, u[0].date);
|
|
7552
|
+
C.forEach((S, w) => {
|
|
7567
7553
|
const v = b[w];
|
|
7568
7554
|
if (!v)
|
|
7569
7555
|
return;
|
|
7570
|
-
const
|
|
7571
|
-
|
|
7572
|
-
const P =
|
|
7573
|
-
P && P instanceof HTMLElement && P.classList.add(
|
|
7574
|
-
const O =
|
|
7575
|
-
O && O instanceof HTMLElement && O.classList.add(
|
|
7576
|
-
const
|
|
7577
|
-
c.current = !1, P && P instanceof HTMLElement && P.classList.remove(
|
|
7556
|
+
const T = $ ? n[ze.caption_after_enter] : n[ze.caption_before_enter], W = $ ? n[ze.weeks_after_enter] : n[ze.weeks_before_enter];
|
|
7557
|
+
S.style.position = "relative", S.style.overflow = "hidden";
|
|
7558
|
+
const P = S.querySelector("[data-animated-caption]");
|
|
7559
|
+
P && P instanceof HTMLElement && P.classList.add(T);
|
|
7560
|
+
const O = S.querySelector("[data-animated-weeks]");
|
|
7561
|
+
O && O instanceof HTMLElement && O.classList.add(W);
|
|
7562
|
+
const j = () => {
|
|
7563
|
+
c.current = !1, P && P instanceof HTMLElement && P.classList.remove(T), O && O instanceof HTMLElement && O.classList.remove(W), S.style.position = "", S.style.overflow = "", S.contains(v) && S.removeChild(v);
|
|
7578
7564
|
};
|
|
7579
7565
|
v.style.pointerEvents = "none", v.style.position = "absolute", v.style.overflow = "hidden", v.setAttribute("aria-hidden", "true");
|
|
7580
|
-
const
|
|
7581
|
-
|
|
7566
|
+
const E = v.querySelector("[data-animated-weekdays]");
|
|
7567
|
+
E && E instanceof HTMLElement && (E.style.opacity = "0");
|
|
7582
7568
|
const _ = v.querySelector("[data-animated-caption]");
|
|
7583
|
-
_ && _ instanceof HTMLElement && (_.classList.add(
|
|
7584
|
-
const
|
|
7585
|
-
|
|
7569
|
+
_ && _ instanceof HTMLElement && (_.classList.add($ ? n[ze.caption_before_exit] : n[ze.caption_after_exit]), _.addEventListener("animationend", j));
|
|
7570
|
+
const B = v.querySelector("[data-animated-weeks]");
|
|
7571
|
+
B && B instanceof HTMLElement && B.classList.add($ ? n[ze.weeks_before_exit] : n[ze.weeks_after_exit]), S.insertBefore(v, S.firstChild);
|
|
7586
7572
|
});
|
|
7587
7573
|
}
|
|
7588
7574
|
});
|
|
7589
7575
|
}
|
|
7590
7576
|
function Zh(e, t, n, r) {
|
|
7591
|
-
const o = e[0], i = e[e.length - 1], { ISOWeek: a, fixedWeeks: l, broadcastCalendar: c } = n ?? {}, { addDays: u, differenceInCalendarDays: p, differenceInCalendarMonths: f, endOfBroadcastWeek: h, endOfISOWeek: b, endOfMonth: C, endOfWeek:
|
|
7577
|
+
const o = e[0], i = e[e.length - 1], { ISOWeek: a, fixedWeeks: l, broadcastCalendar: c } = n ?? {}, { addDays: u, differenceInCalendarDays: p, differenceInCalendarMonths: f, endOfBroadcastWeek: h, endOfISOWeek: b, endOfMonth: C, endOfWeek: $, isAfter: S, startOfBroadcastWeek: w, startOfISOWeek: v, startOfWeek: T } = r, W = c ? w(o, r) : a ? v(o) : T(o), P = c ? h(i, r) : a ? b(C(i)) : $(C(i)), O = p(P, W), j = f(i, o) + 1, E = [];
|
|
7592
7578
|
for (let X = 0; X <= O; X++) {
|
|
7593
|
-
const F = u(
|
|
7594
|
-
if (t &&
|
|
7579
|
+
const F = u(W, X);
|
|
7580
|
+
if (t && S(F, t))
|
|
7595
7581
|
break;
|
|
7596
|
-
|
|
7582
|
+
E.push(F);
|
|
7597
7583
|
}
|
|
7598
|
-
const
|
|
7599
|
-
if (l &&
|
|
7600
|
-
const X =
|
|
7584
|
+
const B = (c ? 35 : 42) * j;
|
|
7585
|
+
if (l && E.length < B) {
|
|
7586
|
+
const X = B - E.length;
|
|
7601
7587
|
for (let F = 0; F < X; F++) {
|
|
7602
|
-
const I = u(
|
|
7603
|
-
|
|
7588
|
+
const I = u(E[E.length - 1], 1);
|
|
7589
|
+
E.push(I);
|
|
7604
7590
|
}
|
|
7605
7591
|
}
|
|
7606
|
-
return
|
|
7592
|
+
return E;
|
|
7607
7593
|
}
|
|
7608
7594
|
function Qh(e) {
|
|
7609
7595
|
const t = [];
|
|
@@ -7655,29 +7641,29 @@ class em {
|
|
|
7655
7641
|
}
|
|
7656
7642
|
}
|
|
7657
7643
|
function tm(e, t, n, r) {
|
|
7658
|
-
const { addDays: o, endOfBroadcastWeek: i, endOfISOWeek: a, endOfMonth: l, endOfWeek: c, getISOWeek: u, getWeek: p, startOfBroadcastWeek: f, startOfISOWeek: h, startOfWeek: b } = r, C = e.reduce((S
|
|
7659
|
-
const w = n.broadcastCalendar ? f(
|
|
7660
|
-
if (n.fixedWeeks &&
|
|
7661
|
-
const
|
|
7662
|
-
const _ =
|
|
7663
|
-
return
|
|
7644
|
+
const { addDays: o, endOfBroadcastWeek: i, endOfISOWeek: a, endOfMonth: l, endOfWeek: c, getISOWeek: u, getWeek: p, startOfBroadcastWeek: f, startOfISOWeek: h, startOfWeek: b } = r, C = e.reduce(($, S) => {
|
|
7645
|
+
const w = n.broadcastCalendar ? f(S, r) : n.ISOWeek ? h(S) : b(S), v = n.broadcastCalendar ? i(S, r) : n.ISOWeek ? a(l(S)) : c(l(S)), T = t.filter((j) => j >= w && j <= v), W = n.broadcastCalendar ? 35 : 42;
|
|
7646
|
+
if (n.fixedWeeks && T.length < W) {
|
|
7647
|
+
const j = t.filter((E) => {
|
|
7648
|
+
const _ = W - T.length;
|
|
7649
|
+
return E > v && E <= o(v, _);
|
|
7664
7650
|
});
|
|
7665
|
-
|
|
7651
|
+
T.push(...j);
|
|
7666
7652
|
}
|
|
7667
|
-
const P =
|
|
7668
|
-
const _ = n.ISOWeek ? u(
|
|
7669
|
-
return
|
|
7670
|
-
}, []), O = new Kh(
|
|
7671
|
-
return
|
|
7653
|
+
const P = T.reduce((j, E) => {
|
|
7654
|
+
const _ = n.ISOWeek ? u(E) : p(E), B = j.find((F) => F.weekNumber === _), X = new ga(E, S, r);
|
|
7655
|
+
return B ? B.days.push(X) : j.push(new em(_, [X])), j;
|
|
7656
|
+
}, []), O = new Kh(S, P);
|
|
7657
|
+
return $.push(O), $;
|
|
7672
7658
|
}, []);
|
|
7673
7659
|
return n.reverseMonths ? C.reverse() : C;
|
|
7674
7660
|
}
|
|
7675
7661
|
function nm(e, t) {
|
|
7676
7662
|
let { startMonth: n, endMonth: r } = e;
|
|
7677
|
-
const { startOfYear: o, startOfDay: i, startOfMonth: a, endOfMonth: l, addYears: c, endOfYear: u, newDate: p, today: f } = t, { fromYear: h, toYear: b, fromMonth: C, toMonth:
|
|
7678
|
-
!n && C && (n = C), !n && h && (n = t.newDate(h, 0, 1)), !r &&
|
|
7679
|
-
const
|
|
7680
|
-
return n ? n = a(n) : h ? n = p(h, 0, 1) : !n &&
|
|
7663
|
+
const { startOfYear: o, startOfDay: i, startOfMonth: a, endOfMonth: l, addYears: c, endOfYear: u, newDate: p, today: f } = t, { fromYear: h, toYear: b, fromMonth: C, toMonth: $ } = e;
|
|
7664
|
+
!n && C && (n = C), !n && h && (n = t.newDate(h, 0, 1)), !r && $ && (r = $), !r && b && (r = p(b, 11, 31));
|
|
7665
|
+
const S = e.captionLayout === "dropdown" || e.captionLayout === "dropdown-years";
|
|
7666
|
+
return n ? n = a(n) : h ? n = p(h, 0, 1) : !n && S && (n = o(c(e.today ?? f(), -100))), r ? r = l(r) : b ? r = p(b, 11, 31) : !r && S && (r = u(e.today ?? f())), [
|
|
7681
7667
|
n && i(n),
|
|
7682
7668
|
r && i(r)
|
|
7683
7669
|
];
|
|
@@ -7718,11 +7704,11 @@ function am(e, t) {
|
|
|
7718
7704
|
const O = _o(e, t);
|
|
7719
7705
|
c(O);
|
|
7720
7706
|
}, [e.timeZone]);
|
|
7721
|
-
const u = Jh(l, r, e, t), p = Zh(u, e.endMonth ? i(e.endMonth) : void 0, e, t), f = tm(u, p, e, t), h = im(f), b = Qh(f), C = om(l, n, e, t),
|
|
7722
|
-
if (
|
|
7707
|
+
const u = Jh(l, r, e, t), p = Zh(u, e.endMonth ? i(e.endMonth) : void 0, e, t), f = tm(u, p, e, t), h = im(f), b = Qh(f), C = om(l, n, e, t), $ = rm(l, r, e, t), { disableNavigation: S, onMonthChange: w } = e, v = (O) => h.some((j) => j.days.some((E) => E.isEqualTo(O))), T = (O) => {
|
|
7708
|
+
if (S)
|
|
7723
7709
|
return;
|
|
7724
|
-
let
|
|
7725
|
-
n &&
|
|
7710
|
+
let j = o(O);
|
|
7711
|
+
n && j < o(n) && (j = o(n)), r && j > o(r) && (j = o(r)), c(j), w?.(j);
|
|
7726
7712
|
};
|
|
7727
7713
|
return {
|
|
7728
7714
|
months: f,
|
|
@@ -7731,10 +7717,10 @@ function am(e, t) {
|
|
|
7731
7717
|
navStart: n,
|
|
7732
7718
|
navEnd: r,
|
|
7733
7719
|
previousMonth: C,
|
|
7734
|
-
nextMonth:
|
|
7735
|
-
goToMonth:
|
|
7720
|
+
nextMonth: $,
|
|
7721
|
+
goToMonth: T,
|
|
7736
7722
|
goToDay: (O) => {
|
|
7737
|
-
v(O) ||
|
|
7723
|
+
v(O) || T(O.date);
|
|
7738
7724
|
}
|
|
7739
7725
|
};
|
|
7740
7726
|
}
|
|
@@ -7793,16 +7779,16 @@ function ht(e, t, n = bt) {
|
|
|
7793
7779
|
});
|
|
7794
7780
|
}
|
|
7795
7781
|
function lm(e, t, n, r, o, i, a) {
|
|
7796
|
-
const { ISOWeek: l, broadcastCalendar: c } = i, { addDays: u, addMonths: p, addWeeks: f, addYears: h, endOfBroadcastWeek: b, endOfISOWeek: C, endOfWeek:
|
|
7782
|
+
const { ISOWeek: l, broadcastCalendar: c } = i, { addDays: u, addMonths: p, addWeeks: f, addYears: h, endOfBroadcastWeek: b, endOfISOWeek: C, endOfWeek: $, max: S, min: w, startOfBroadcastWeek: v, startOfISOWeek: T, startOfWeek: W } = a;
|
|
7797
7783
|
let O = {
|
|
7798
7784
|
day: u,
|
|
7799
7785
|
week: f,
|
|
7800
7786
|
month: p,
|
|
7801
7787
|
year: h,
|
|
7802
|
-
startOfWeek: (
|
|
7803
|
-
endOfWeek: (
|
|
7788
|
+
startOfWeek: (j) => c ? v(j, a) : l ? T(j) : W(j),
|
|
7789
|
+
endOfWeek: (j) => c ? b(j, a) : l ? C(j) : $(j)
|
|
7804
7790
|
}[e](n, t === "after" ? 1 : -1);
|
|
7805
|
-
return t === "before" && r ? O =
|
|
7791
|
+
return t === "before" && r ? O = S([r, O]) : t === "after" && o && (O = w([o, O])), O;
|
|
7806
7792
|
}
|
|
7807
7793
|
function xa(e, t, n, r, o, i, a, l = 0) {
|
|
7808
7794
|
if (l > 365)
|
|
@@ -7822,38 +7808,38 @@ function xa(e, t, n, r, o, i, a, l = 0) {
|
|
|
7822
7808
|
function cm(e, t, n, r, o) {
|
|
7823
7809
|
const { autoFocus: i } = e, [a, l] = ce(), c = sm(t.days, n, r || (() => !1), a), [u, p] = ce(i ? c : void 0);
|
|
7824
7810
|
return {
|
|
7825
|
-
isFocusTarget: (
|
|
7811
|
+
isFocusTarget: ($) => !!c?.isEqualTo($),
|
|
7826
7812
|
setFocused: p,
|
|
7827
7813
|
focused: u,
|
|
7828
7814
|
blur: () => {
|
|
7829
7815
|
l(u), p(void 0);
|
|
7830
7816
|
},
|
|
7831
|
-
moveFocus: (S
|
|
7817
|
+
moveFocus: ($, S) => {
|
|
7832
7818
|
if (!u)
|
|
7833
7819
|
return;
|
|
7834
|
-
const w = xa(S,
|
|
7820
|
+
const w = xa($, S, u, t.navStart, t.navEnd, e, o);
|
|
7835
7821
|
w && (t.goToDay(w), p(w));
|
|
7836
7822
|
}
|
|
7837
7823
|
};
|
|
7838
7824
|
}
|
|
7839
7825
|
function um(e, t, n) {
|
|
7840
|
-
const { disabled: r, hidden: o, modifiers: i, showOutsideDays: a, broadcastCalendar: l, today: c } = t, { isSameDay: u, isSameMonth: p, startOfMonth: f, isBefore: h, endOfMonth: b, isAfter: C } = n,
|
|
7826
|
+
const { disabled: r, hidden: o, modifiers: i, showOutsideDays: a, broadcastCalendar: l, today: c } = t, { isSameDay: u, isSameMonth: p, startOfMonth: f, isBefore: h, endOfMonth: b, isAfter: C } = n, $ = t.startMonth && f(t.startMonth), S = t.endMonth && b(t.endMonth), w = {
|
|
7841
7827
|
[le.focused]: [],
|
|
7842
7828
|
[le.outside]: [],
|
|
7843
7829
|
[le.disabled]: [],
|
|
7844
7830
|
[le.hidden]: [],
|
|
7845
7831
|
[le.today]: []
|
|
7846
7832
|
}, v = {};
|
|
7847
|
-
for (const
|
|
7848
|
-
const { date:
|
|
7849
|
-
!l && !a && O || l && a === !1 && O, X = u(
|
|
7850
|
-
O && w.outside.push(
|
|
7833
|
+
for (const T of e) {
|
|
7834
|
+
const { date: W, displayMonth: P } = T, O = !!(P && !p(W, P)), j = !!($ && h(W, $)), E = !!(S && C(W, S)), _ = !!(r && ht(W, r, n)), B = !!(o && ht(W, o, n)) || j || E || // Broadcast calendar will show outside days as default
|
|
7835
|
+
!l && !a && O || l && a === !1 && O, X = u(W, c ?? n.today());
|
|
7836
|
+
O && w.outside.push(T), _ && w.disabled.push(T), B && w.hidden.push(T), X && w.today.push(T), i && Object.keys(i).forEach((F) => {
|
|
7851
7837
|
const I = i?.[F];
|
|
7852
|
-
I && ht(
|
|
7838
|
+
I && ht(W, I, n) && (v[F] ? v[F].push(T) : v[F] = [T]);
|
|
7853
7839
|
});
|
|
7854
7840
|
}
|
|
7855
|
-
return (
|
|
7856
|
-
const
|
|
7841
|
+
return (T) => {
|
|
7842
|
+
const W = {
|
|
7857
7843
|
[le.focused]: !1,
|
|
7858
7844
|
[le.disabled]: !1,
|
|
7859
7845
|
[le.hidden]: !1,
|
|
@@ -7861,13 +7847,13 @@ function um(e, t, n) {
|
|
|
7861
7847
|
[le.today]: !1
|
|
7862
7848
|
}, P = {};
|
|
7863
7849
|
for (const O in w) {
|
|
7864
|
-
const
|
|
7865
|
-
|
|
7850
|
+
const j = w[O];
|
|
7851
|
+
W[O] = j.some((E) => E === T);
|
|
7866
7852
|
}
|
|
7867
7853
|
for (const O in v)
|
|
7868
|
-
P[O] = v[O].some((
|
|
7854
|
+
P[O] = v[O].some((j) => j === T);
|
|
7869
7855
|
return {
|
|
7870
|
-
...
|
|
7856
|
+
...W,
|
|
7871
7857
|
// custom modifiers should override all the previous ones
|
|
7872
7858
|
...P
|
|
7873
7859
|
};
|
|
@@ -7877,15 +7863,15 @@ function dm(e, t) {
|
|
|
7877
7863
|
const { selected: n, required: r, onSelect: o } = e, [i, a] = Yn(n, o ? n : void 0), l = o ? n : i, { isSameDay: c } = t, u = (b) => l?.some((C) => c(C, b)) ?? !1, { min: p, max: f } = e;
|
|
7878
7864
|
return {
|
|
7879
7865
|
selected: l,
|
|
7880
|
-
select: (b, C,
|
|
7881
|
-
let
|
|
7866
|
+
select: (b, C, $) => {
|
|
7867
|
+
let S = [...l ?? []];
|
|
7882
7868
|
if (u(b)) {
|
|
7883
7869
|
if (l?.length === p || r && l?.length === 1)
|
|
7884
7870
|
return;
|
|
7885
|
-
|
|
7871
|
+
S = l?.filter((w) => !c(w, b));
|
|
7886
7872
|
} else
|
|
7887
|
-
l?.length === f ?
|
|
7888
|
-
return o || a(
|
|
7873
|
+
l?.length === f ? S = [b] : S = [...S, b];
|
|
7874
|
+
return o || a(S), o?.(S, b, C, $), S;
|
|
7889
7875
|
},
|
|
7890
7876
|
isSelected: u
|
|
7891
7877
|
};
|
|
@@ -7956,7 +7942,7 @@ function hm(e, t) {
|
|
|
7956
7942
|
return {
|
|
7957
7943
|
selected: u,
|
|
7958
7944
|
select: (h, b, C) => {
|
|
7959
|
-
const { min:
|
|
7945
|
+
const { min: $, max: S } = e, w = h ? fm(h, u, $, S, i, t) : void 0;
|
|
7960
7946
|
return r && n && w?.from && w.to && gm({ from: w.from, to: w.to }, n, t) && (w.from = h, w.to = void 0), a || c(w), a?.(w, h, b, C), w;
|
|
7961
7947
|
},
|
|
7962
7948
|
isSelected: (h) => u && gt(u, h, !1, t)
|
|
@@ -7987,7 +7973,7 @@ function ym(e, t) {
|
|
|
7987
7973
|
}
|
|
7988
7974
|
}
|
|
7989
7975
|
function bm(e) {
|
|
7990
|
-
const { components: t, formatters: n, labels: r, dateLib: o, locale: i, classNames: a } =
|
|
7976
|
+
const { components: t, formatters: n, labels: r, dateLib: o, locale: i, classNames: a } = Ce(() => {
|
|
7991
7977
|
const V = { ...Rr, ...e.locale };
|
|
7992
7978
|
return {
|
|
7993
7979
|
dateLib: new yt({
|
|
@@ -8019,11 +8005,11 @@ function bm(e) {
|
|
|
8019
8005
|
e.formatters,
|
|
8020
8006
|
e.labels,
|
|
8021
8007
|
e.classNames
|
|
8022
|
-
]), { captionLayout: l, mode: c, onDayBlur: u, onDayClick: p, onDayFocus: f, onDayKeyDown: h, onDayMouseEnter: b, onDayMouseLeave: C, onNextClick:
|
|
8023
|
-
Y && (K(Y),
|
|
8024
|
-
}, [Y, K,
|
|
8025
|
-
J && (K(J),
|
|
8026
|
-
}, [K, J,
|
|
8008
|
+
]), { captionLayout: l, mode: c, onDayBlur: u, onDayClick: p, onDayFocus: f, onDayKeyDown: h, onDayMouseEnter: b, onDayMouseLeave: C, onNextClick: $, onPrevClick: S, showWeekNumber: w, styles: v } = e, { formatCaption: T, formatDay: W, formatMonthDropdown: P, formatWeekNumber: O, formatWeekNumberHeader: j, formatWeekdayName: E, formatYearDropdown: _ } = n, B = am(e, o), { days: X, months: F, navStart: I, navEnd: q, previousMonth: Y, nextMonth: J, goToMonth: K } = B, fe = um(X, e, o), { isSelected: ee, select: pe, selected: te } = ym(e, o) ?? {}, { blur: Me, focused: je, isFocusTarget: Oe, moveFocus: De, setFocused: Pe } = cm(e, B, fe, ee ?? (() => !1), o), { labelDayButton: Te, labelGridcell: Ee, labelGrid: Ge, labelMonthDropdown: Ve, labelNav: Ue, labelWeekday: Je, labelWeekNumber: ft, labelWeekNumberHeader: z, labelYearDropdown: U } = r, ye = Ce(() => Fh(o, e.ISOWeek), [o, e.ISOWeek]), we = c !== void 0 || p !== void 0, g = se(() => {
|
|
8009
|
+
Y && (K(Y), S?.(Y));
|
|
8010
|
+
}, [Y, K, S]), m = se(() => {
|
|
8011
|
+
J && (K(J), $?.(J));
|
|
8012
|
+
}, [K, J, $]), M = se((V, ne) => (Q) => {
|
|
8027
8013
|
Q.preventDefault(), Q.stopPropagation(), Pe(V), pe?.(V.date, ne, Q), p?.(V.date, ne, Q);
|
|
8028
8014
|
}, [pe, p, Pe]), d = se((V, ne) => (Q) => {
|
|
8029
8015
|
Pe(V), f?.(V.date, ne, Q);
|
|
@@ -8048,7 +8034,7 @@ function bm(e) {
|
|
|
8048
8034
|
h?.(V.date, ne, Q);
|
|
8049
8035
|
}, [De, h, e.dir]), A = se((V, ne) => (Q) => {
|
|
8050
8036
|
b?.(V.date, ne, Q);
|
|
8051
|
-
}, [b]),
|
|
8037
|
+
}, [b]), L = se((V, ne) => (Q) => {
|
|
8052
8038
|
C?.(V.date, ne, Q);
|
|
8053
8039
|
}, [C]), H = se((V) => (ne) => {
|
|
8054
8040
|
const Q = Number(ne.target.value), vt = o.setMonth(o.startOfMonth(V), Q);
|
|
@@ -8056,7 +8042,7 @@ function bm(e) {
|
|
|
8056
8042
|
}, [o, K]), R = se((V) => (ne) => {
|
|
8057
8043
|
const Q = Number(ne.target.value), vt = o.setYear(o.startOfMonth(V), Q);
|
|
8058
8044
|
K(vt);
|
|
8059
|
-
}, [o, K]), { className: ge, style: He } =
|
|
8045
|
+
}, [o, K]), { className: ge, style: He } = Ce(() => ({
|
|
8060
8046
|
className: [a[G.Root], e.className].filter(Boolean).join(" "),
|
|
8061
8047
|
style: { ...v?.[G.Root], ...e.style }
|
|
8062
8048
|
}), [a, e.className, e.style, v]), he = kh(e), _e = Ae(null);
|
|
@@ -8102,15 +8088,15 @@ function bm(e) {
|
|
|
8102
8088
|
{ className: a[G.Dropdowns], style: v?.[G.Dropdowns] },
|
|
8103
8089
|
l === "dropdown" || l === "dropdown-months" ? D.createElement(t.MonthsDropdown, { className: a[G.MonthsDropdown], "aria-label": Ve(), classNames: a, components: t, disabled: !!e.disableNavigation, onChange: H(V.date), options: Q, style: v?.[G.Dropdown], value: o.getMonth(V.date) }) : D.createElement("span", { role: "status", "aria-live": "polite" }, P(V.date, o)),
|
|
8104
8090
|
l === "dropdown" || l === "dropdown-years" ? D.createElement(t.YearsDropdown, { className: a[G.YearsDropdown], "aria-label": U(o.options), classNames: a, components: t, disabled: !!e.disableNavigation, onChange: R(V.date), options: vt, style: v?.[G.Dropdown], value: o.getYear(V.date) }) : D.createElement("span", { role: "status", "aria-live": "polite" }, _(V.date, o))
|
|
8105
|
-
) : D.createElement(t.CaptionLabel, { className: a[G.CaptionLabel], role: "status", "aria-live": "polite" },
|
|
8091
|
+
) : D.createElement(t.CaptionLabel, { className: a[G.CaptionLabel], role: "status", "aria-live": "polite" }, T(V.date, o.options, o))),
|
|
8106
8092
|
D.createElement(
|
|
8107
8093
|
t.MonthGrid,
|
|
8108
8094
|
{ role: "grid", "aria-multiselectable": c === "multiple" || c === "range", "aria-label": Ge(V.date, o.options, o) || void 0, className: a[G.MonthGrid], style: v?.[G.MonthGrid] },
|
|
8109
8095
|
!e.hideWeekdays && D.createElement(
|
|
8110
8096
|
t.Weekdays,
|
|
8111
8097
|
{ "data-animated-weekdays": e.animate ? "true" : void 0, className: a[G.Weekdays], style: v?.[G.Weekdays] },
|
|
8112
|
-
w && D.createElement(t.WeekNumberHeader, { "aria-label": z(o.options), className: a[G.WeekNumberHeader], style: v?.[G.WeekNumberHeader], scope: "col" },
|
|
8113
|
-
|
|
8098
|
+
w && D.createElement(t.WeekNumberHeader, { "aria-label": z(o.options), className: a[G.WeekNumberHeader], style: v?.[G.WeekNumberHeader], scope: "col" }, j()),
|
|
8099
|
+
ye.map((et, $n) => D.createElement(t.Weekday, { "aria-label": Je(et, o.options, o), className: a[G.Weekday], key: $n, style: v?.[G.Weekday], scope: "col" }, E(et, o.options, o)))
|
|
8114
8100
|
),
|
|
8115
8101
|
D.createElement(t.Weeks, { "data-animated-weeks": e.animate ? "true" : void 0, className: a[G.Weeks], style: v?.[G.Weeks] }, V.weeks.map((et, $n) => D.createElement(
|
|
8116
8102
|
t.Week,
|
|
@@ -8124,8 +8110,8 @@ function bm(e) {
|
|
|
8124
8110
|
const { from: Zn, to: Qn } = te;
|
|
8125
8111
|
re[tt.range_start] = !!(Zn && Qn && o.isSameDay(rt, Zn)), re[tt.range_end] = !!(Zn && Qn && o.isSameDay(rt, Qn)), re[tt.range_middle] = gt(te, rt, !0, o);
|
|
8126
8112
|
}
|
|
8127
|
-
const is = _h(re, v, e.modifiersStyles), as = Qg(re, a, e.modifiersClassNames), ss = !
|
|
8128
|
-
return D.createElement(t.Day, { key: `${o.format(rt, "yyyy-MM-dd")}_${o.format(Fe.displayMonth, "yyyy-MM")}`, day: Fe, modifiers: re, className: as.join(" "), style: is, role: "gridcell", "aria-selected": re.selected || void 0, "aria-label": ss, "data-day": o.format(rt, "yyyy-MM-dd"), "data-month": Fe.outside ? o.format(rt, "yyyy-MM") : void 0, "data-selected": re.selected || void 0, "data-disabled": re.disabled || void 0, "data-hidden": re.hidden || void 0, "data-outside": Fe.outside || void 0, "data-focused": re.focused || void 0, "data-today": re.today || void 0 }, !re.hidden &&
|
|
8113
|
+
const is = _h(re, v, e.modifiersStyles), as = Qg(re, a, e.modifiersClassNames), ss = !we && !re.hidden ? Ee(rt, re, o.options, o) : void 0;
|
|
8114
|
+
return D.createElement(t.Day, { key: `${o.format(rt, "yyyy-MM-dd")}_${o.format(Fe.displayMonth, "yyyy-MM")}`, day: Fe, modifiers: re, className: as.join(" "), style: is, role: "gridcell", "aria-selected": re.selected || void 0, "aria-label": ss, "data-day": o.format(rt, "yyyy-MM-dd"), "data-month": Fe.outside ? o.format(rt, "yyyy-MM") : void 0, "data-selected": re.selected || void 0, "data-disabled": re.disabled || void 0, "data-hidden": re.hidden || void 0, "data-outside": Fe.outside || void 0, "data-focused": re.focused || void 0, "data-today": re.today || void 0 }, !re.hidden && we ? D.createElement(t.DayButton, { className: a[G.DayButton], style: v?.[G.DayButton], type: "button", day: Fe, modifiers: re, disabled: re.disabled || void 0, tabIndex: Oe(Fe) ? 0 : -1, "aria-label": Te(rt, re, o.options, o), onClick: M(Fe, re), onBlur: k(Fe, re), onFocus: d(Fe, re), onKeyDown: x(Fe, re), onMouseEnter: A(Fe, re), onMouseLeave: L(Fe, re) }, W(rt, o.options, o)) : !re.hidden && W(Fe.date, o.options, o));
|
|
8129
8115
|
})
|
|
8130
8116
|
)))
|
|
8131
8117
|
)
|
|
@@ -8611,42 +8597,42 @@ var rn = function(e) {
|
|
|
8611
8597
|
this.register = function(i) {
|
|
8612
8598
|
var a;
|
|
8613
8599
|
if (Ho.includes(i.type)) {
|
|
8614
|
-
var l = (a = i._wrapperState) !== null && a !== void 0 ? a : {}, c = l.initialValue, u = c === void 0 ? "" : c, p = l.controlled, f = p !== void 0 && p, h = n({ initialValue: i.value || u, controlled: f }), b = h.value, C = h.options,
|
|
8600
|
+
var l = (a = i._wrapperState) !== null && a !== void 0 ? a : {}, c = l.initialValue, u = c === void 0 ? "" : c, p = l.controlled, f = p !== void 0 && p, h = n({ initialValue: i.value || u, controlled: f }), b = h.value, C = h.options, $ = { value: b, options: C, fallbackOptions: C }, S = { id: -1, cachedId: -1 }, w = { value: "", selectionStart: 0, selectionEnd: 0 }, v = Object.getOwnPropertyDescriptor("_valueTracker" in i ? i : HTMLInputElement.prototype, "value");
|
|
8615
8601
|
Object.defineProperty(i, "value", Lo(Lo({}, v), {}, { set: function(O) {
|
|
8616
|
-
var
|
|
8617
|
-
w.value = O, v == null || (
|
|
8602
|
+
var j;
|
|
8603
|
+
w.value = O, v == null || (j = v.set) === null || j === void 0 || j.call(i, O);
|
|
8618
8604
|
} })), i.value = b;
|
|
8619
|
-
var
|
|
8605
|
+
var T = function() {
|
|
8620
8606
|
var O = function() {
|
|
8621
|
-
var
|
|
8622
|
-
w.selectionStart = (
|
|
8607
|
+
var j, E;
|
|
8608
|
+
w.selectionStart = (j = i.selectionStart) !== null && j !== void 0 ? j : 0, w.selectionEnd = (E = i.selectionEnd) !== null && E !== void 0 ? E : 0, S.id = window.setTimeout(O);
|
|
8623
8609
|
};
|
|
8624
|
-
|
|
8625
|
-
},
|
|
8626
|
-
window.clearTimeout(
|
|
8610
|
+
S.id = window.setTimeout(O);
|
|
8611
|
+
}, W = function() {
|
|
8612
|
+
window.clearTimeout(S.id), S.id = -1, S.cachedId = -1;
|
|
8627
8613
|
}, P = function(O) {
|
|
8628
8614
|
try {
|
|
8629
|
-
var
|
|
8630
|
-
if (
|
|
8631
|
-
|
|
8632
|
-
var _ = i.value,
|
|
8633
|
-
if (
|
|
8615
|
+
var j, E;
|
|
8616
|
+
if (S.cachedId === S.id) throw new rn("The input selection has not been updated.");
|
|
8617
|
+
S.cachedId = S.id;
|
|
8618
|
+
var _ = i.value, B = i.selectionStart, X = i.selectionEnd;
|
|
8619
|
+
if (B === null || X === null) throw new rn("The selection attributes have not been initialized.");
|
|
8634
8620
|
var F, I = w.value;
|
|
8635
|
-
if (O.inputType === void 0 && (w.selectionStart = 0, w.selectionEnd = I.length),
|
|
8621
|
+
if (O.inputType === void 0 && (w.selectionStart = 0, w.selectionEnd = I.length), B > w.selectionStart ? F = "insert" : B <= w.selectionStart && B < w.selectionEnd ? F = "deleteBackward" : B === w.selectionEnd && _.length < I.length && (F = "deleteForward"), F === void 0 || (F === "deleteBackward" || F === "deleteForward") && _.length > I.length) throw new rn("Input type detection error.");
|
|
8636
8622
|
var q = "", Y = w.selectionStart, J = w.selectionEnd;
|
|
8637
|
-
if (F === "insert") q = _.slice(w.selectionStart,
|
|
8623
|
+
if (F === "insert") q = _.slice(w.selectionStart, B);
|
|
8638
8624
|
else {
|
|
8639
8625
|
var K = I.length - _.length;
|
|
8640
|
-
Y =
|
|
8626
|
+
Y = B, J = B + K;
|
|
8641
8627
|
}
|
|
8642
|
-
|
|
8643
|
-
var fe =
|
|
8644
|
-
i.value = te.value, i.setSelectionRange(te.selectionStart, te.selectionEnd),
|
|
8628
|
+
$.value !== I ? $.options = $.fallbackOptions : $.fallbackOptions = $.options;
|
|
8629
|
+
var fe = $.options, ee = r({ inputType: F, previousValue: I, previousOptions: fe, value: _, addedValue: q, changeStart: Y, changeEnd: J, selectionStart: B, selectionEnd: X }), pe = ee.options, te = Bm(ee, Lm);
|
|
8630
|
+
i.value = te.value, i.setSelectionRange(te.selectionStart, te.selectionEnd), $.value = te.value, $.options = pe, w.selectionStart = te.selectionStart, w.selectionEnd = te.selectionEnd, (j = i._valueTracker) === null || j === void 0 || (E = j.setValue) === null || E === void 0 || E.call(j, I);
|
|
8645
8631
|
} catch (Me) {
|
|
8646
8632
|
if (i.value = w.value, i.setSelectionRange(w.selectionStart, w.selectionEnd), O.preventDefault(), O.stopPropagation(), Me.name !== "SyntheticChangeError") throw Me;
|
|
8647
8633
|
}
|
|
8648
8634
|
};
|
|
8649
|
-
document.activeElement === i &&
|
|
8635
|
+
document.activeElement === i && T(), i.addEventListener("focus", T), i.addEventListener("blur", W), i.addEventListener("input", P), o.set(i, { onFocus: T, onBlur: W, onInput: P });
|
|
8650
8636
|
} else process.env.NODE_ENV !== "production" && console.warn("Warn: The input element type does not match one of the types: ".concat(Ho.join(", "), "."));
|
|
8651
8637
|
}, this.unregister = function(i) {
|
|
8652
8638
|
var a = o.get(i);
|
|
@@ -8673,35 +8659,35 @@ var Ea = function(e) {
|
|
|
8673
8659
|
return Om(this, t), (n = jm(this, t, [{ init: function(o) {
|
|
8674
8660
|
var i = o.initialValue, a = o.controlled, l = It(r), c = l.mask, u = l.replacement, p = l.separate, f = l.showMask;
|
|
8675
8661
|
return i = a || i ? i : f ? c : "", process.env.NODE_ENV !== "production" && function(h) {
|
|
8676
|
-
var b = h.initialValue, C = h.mask,
|
|
8662
|
+
var b = h.initialValue, C = h.mask, $ = h.replacement;
|
|
8677
8663
|
b.length > C.length && console.error(ir(Error)("The initialized value of the `value` or `defaultValue` property is longer than the value specified in the `mask` property. Check the correctness of the initialized value in the specified property.", 'Invalid value: "'.concat(b, '".'), "To initialize an unmasked value, use the `format` utility. More details https://github.com/GoncharukOrg/react-input/tree/main/packages/mask#initializing-the-value."));
|
|
8678
|
-
var
|
|
8664
|
+
var S = Object.keys($).filter(function(P) {
|
|
8679
8665
|
return P.length > 1;
|
|
8680
8666
|
});
|
|
8681
|
-
|
|
8682
|
-
for (var w = C.slice(0, b.length), v = -1,
|
|
8683
|
-
var
|
|
8684
|
-
if (!(w[
|
|
8685
|
-
v =
|
|
8667
|
+
S.length > 0 && console.error(ir(Error)("Object keys in the `replacement` property are longer than one character. Replacement keys must be one character long. Check the correctness of the value in the specified property.", "Invalid keys: ".concat(S.join(", "), "."), "To initialize an unmasked value, use the `format` utility. More details https://github.com/GoncharukOrg/react-input/tree/main/packages/mask#initializing-the-value."));
|
|
8668
|
+
for (var w = C.slice(0, b.length), v = -1, T = 0; T < w.length; T++) {
|
|
8669
|
+
var W = Object.prototype.hasOwnProperty.call($, w[T]);
|
|
8670
|
+
if (!(w[T] === b[T] || W && $[w[T]].test(b[T]))) {
|
|
8671
|
+
v = T;
|
|
8686
8672
|
break;
|
|
8687
8673
|
}
|
|
8688
8674
|
}
|
|
8689
8675
|
v !== -1 && console.error(ir(Error)("An invalid character was found in the initialized property value `value` or `defaultValue` (index: ".concat(v, "). Check the correctness of the initialized value in the specified property."), 'Invalid value: "'.concat(b, '".'), "To initialize an unmasked value, use the `format` utility. More details https://github.com/GoncharukOrg/react-input/tree/main/packages/mask#initializing-the-value."));
|
|
8690
8676
|
}({ initialValue: i, mask: c, replacement: u }), { value: i, options: { mask: c, replacement: u, separate: p } };
|
|
8691
8677
|
}, tracking: function(o) {
|
|
8692
|
-
var i = o.inputType, a = o.previousValue, l = o.previousOptions, c = o.addedValue, u = o.changeStart, p = o.changeEnd, f = It(r), h = f.track, b = f.modify, C = Pm(f, Vm),
|
|
8693
|
-
if (
|
|
8694
|
-
|
|
8695
|
-
var P = b?.(
|
|
8696
|
-
P?.mask !== void 0 && (
|
|
8697
|
-
var O = Sr(a, jn({ end: u }, l)),
|
|
8698
|
-
if (O && (O = nn(O, { replacementChars: _, replacement:
|
|
8678
|
+
var i = o.inputType, a = o.previousValue, l = o.previousOptions, c = o.addedValue, u = o.changeStart, p = o.changeEnd, f = It(r), h = f.track, b = f.modify, C = Pm(f, Vm), $ = C.mask, S = C.replacement, w = C.showMask, v = C.separate, T = jn(jn({}, i === "insert" ? { inputType: i, data: c } : { inputType: i, data: null }), {}, { value: a, selectionStart: u, selectionEnd: p }), W = h?.(T);
|
|
8679
|
+
if (W === !1) throw new rn("Custom tracking stop.");
|
|
8680
|
+
W === null ? c = "" : W !== !0 && W !== void 0 && (c = W);
|
|
8681
|
+
var P = b?.(T);
|
|
8682
|
+
P?.mask !== void 0 && ($ = P.mask), P?.replacement !== void 0 && (S = typeof P?.replacement == "string" ? Yt(P?.replacement) : P.replacement), P?.showMask !== void 0 && (w = P.showMask), P?.separate !== void 0 && (v = P.separate);
|
|
8683
|
+
var O = Sr(a, jn({ end: u }, l)), j = Sr(a, jn({ start: p }, l)), E = RegExp("[^".concat(Object.keys(S).join(""), "]"), "g"), _ = $.replace(E, "");
|
|
8684
|
+
if (O && (O = nn(O, { replacementChars: _, replacement: S, separate: v }), _ = _.slice(O.length)), c && (c = nn(c, { replacementChars: _, replacement: S, separate: !1 }), _ = _.slice(c.length)), i === "insert" && c === "") throw new rn("The character does not match the key value of the `replacement` object.");
|
|
8699
8685
|
if (v) {
|
|
8700
|
-
var
|
|
8701
|
-
X < 0 ?
|
|
8686
|
+
var B = $.slice(u, p).replace(E, ""), X = B.length - c.length;
|
|
8687
|
+
X < 0 ? j = j.slice(-X) : X > 0 && (j = B.slice(-X) + j);
|
|
8702
8688
|
}
|
|
8703
|
-
|
|
8704
|
-
var F = $a(O + c +
|
|
8689
|
+
j && (j = nn(j, { replacementChars: _, replacement: S, separate: v }));
|
|
8690
|
+
var F = $a(O + c + j, { mask: $, replacement: S, separate: v, showMask: w }), I = function(q) {
|
|
8705
8691
|
var Y, J, K, fe = q.inputType, ee = q.value, pe = q.addedValue, te = q.beforeChangeValue, Me = q.mask, je = q.replacement, Oe = q.separate, De = Sa(ee, { mask: Me, replacement: je }).filter(function(Ve) {
|
|
8706
8692
|
var Ue = Ve.type;
|
|
8707
8693
|
return Ue === "input" || Oe && Ue === "replacement";
|
|
@@ -8723,8 +8709,8 @@ var Ea = function(e) {
|
|
|
8723
8709
|
return Object.prototype.hasOwnProperty.call(je, Ve);
|
|
8724
8710
|
});
|
|
8725
8711
|
return Ge !== -1 ? Ge : ee.length;
|
|
8726
|
-
}({ inputType: i, value: F, addedValue: c, beforeChangeValue: O, mask:
|
|
8727
|
-
return { value: F, selectionStart: I, selectionEnd: I, options: { mask:
|
|
8712
|
+
}({ inputType: i, value: F, addedValue: c, beforeChangeValue: O, mask: $, replacement: S, separate: v });
|
|
8713
|
+
return { value: F, selectionStart: I, selectionEnd: I, options: { mask: $, replacement: S, separate: v } };
|
|
8728
8714
|
} }])).format = function(o) {
|
|
8729
8715
|
return Ma(o, It(r));
|
|
8730
8716
|
}, n.formatToParts = function(o) {
|
|
@@ -8740,7 +8726,7 @@ var Ea = function(e) {
|
|
|
8740
8726
|
zo = Ea, Object.defineProperty(zo.prototype, Symbol.toStringTag, { writable: !1, enumerable: !1, configurable: !0, value: "Mask" });
|
|
8741
8727
|
function Hm() {
|
|
8742
8728
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = e.mask, n = e.replacement, r = e.showMask, o = e.separate, i = e.track, a = e.modify, l = Ae(null), c = Ae({ mask: t, replacement: n, showMask: r, separate: o, track: i, modify: a });
|
|
8743
|
-
return c.current.mask = t, c.current.replacement = n, c.current.showMask = r, c.current.separate = o, c.current.track = i, c.current.modify = a,
|
|
8729
|
+
return c.current.mask = t, c.current.replacement = n, c.current.showMask = r, c.current.separate = o, c.current.track = i, c.current.modify = a, Ce(function() {
|
|
8744
8730
|
return Wm(l, new Ea(c.current));
|
|
8745
8731
|
}, []);
|
|
8746
8732
|
}
|
|
@@ -8758,42 +8744,42 @@ const Pa = ({ maskProps: e, ...t }) => {
|
|
|
8758
8744
|
selectMonth: i,
|
|
8759
8745
|
selectYear: a,
|
|
8760
8746
|
...l
|
|
8761
|
-
} = e, [c, u] = ce(null), [p, f] = ce(null), [h, b] = ce(/* @__PURE__ */ new Date()), [C,
|
|
8747
|
+
} = e, [c, u] = ce(null), [p, f] = ce(null), [h, b] = ce(/* @__PURE__ */ new Date()), [C, $] = ce(""), S = () => i && a ? "dropdown" : i ? "dropdown-months" : a ? "dropdown-years" : "label", w = (P) => {
|
|
8762
8748
|
f(P.currentTarget);
|
|
8763
8749
|
}, v = () => {
|
|
8764
8750
|
f(null);
|
|
8765
|
-
},
|
|
8766
|
-
P ? (o?.(P), b(P),
|
|
8751
|
+
}, T = (P) => {
|
|
8752
|
+
P ? (o?.(P), b(P), $(
|
|
8767
8753
|
P.toLocaleString("ru-RU", {
|
|
8768
8754
|
day: "2-digit",
|
|
8769
8755
|
month: "2-digit",
|
|
8770
8756
|
year: "numeric"
|
|
8771
8757
|
})
|
|
8772
|
-
)) : (
|
|
8773
|
-
},
|
|
8774
|
-
u(null),
|
|
8775
|
-
const [O,
|
|
8776
|
-
if (Number.isNaN(O) || Number.isNaN(
|
|
8758
|
+
)) : ($(""), o?.(void 0));
|
|
8759
|
+
}, W = (P) => {
|
|
8760
|
+
u(null), $(P.target.value);
|
|
8761
|
+
const [O, j, E] = P.target.value.split(".").map(Number);
|
|
8762
|
+
if (Number.isNaN(O) || Number.isNaN(j) || Number.isNaN(E) || O < 1 || O > 31 || j < 1 || j > 12 || E < 1e3) {
|
|
8777
8763
|
u("Некорректная дата");
|
|
8778
8764
|
return;
|
|
8779
8765
|
}
|
|
8780
|
-
const _ = new Date(
|
|
8766
|
+
const _ = new Date(E, j - 1, O);
|
|
8781
8767
|
o?.(_), b(_);
|
|
8782
8768
|
};
|
|
8783
8769
|
return Ye(() => {
|
|
8784
|
-
r ? (
|
|
8770
|
+
r ? ($(
|
|
8785
8771
|
r.toLocaleString("ru-RU", {
|
|
8786
8772
|
day: "2-digit",
|
|
8787
8773
|
month: "2-digit",
|
|
8788
8774
|
year: "numeric"
|
|
8789
8775
|
})
|
|
8790
|
-
), b(r)) :
|
|
8776
|
+
), b(r)) : $("");
|
|
8791
8777
|
}, [r]), /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
8792
8778
|
/* @__PURE__ */ s.jsx(
|
|
8793
8779
|
Pa,
|
|
8794
8780
|
{
|
|
8795
8781
|
value: C,
|
|
8796
|
-
onChange:
|
|
8782
|
+
onChange: W,
|
|
8797
8783
|
label: t,
|
|
8798
8784
|
disabled: n,
|
|
8799
8785
|
endAdornment: /* @__PURE__ */ s.jsx(Qe, { variant: "text", onClick: w, children: /* @__PURE__ */ s.jsx(vs, {}) }),
|
|
@@ -8828,10 +8814,10 @@ const Pa = ({ maskProps: e, ...t }) => {
|
|
|
8828
8814
|
month: h,
|
|
8829
8815
|
onMonthChange: b,
|
|
8830
8816
|
selected: r,
|
|
8831
|
-
onSelect:
|
|
8817
|
+
onSelect: T,
|
|
8832
8818
|
...l,
|
|
8833
8819
|
mode: "single",
|
|
8834
|
-
captionLayout:
|
|
8820
|
+
captionLayout: S()
|
|
8835
8821
|
}
|
|
8836
8822
|
) })
|
|
8837
8823
|
}
|
|
@@ -9055,7 +9041,7 @@ const ry = (e) => /* @__PURE__ */ s.jsx($t, { visibleLastSymbolsCount: 4, ...e }
|
|
|
9055
9041
|
if (b === "tag")
|
|
9056
9042
|
return /* @__PURE__ */ s.jsx(Pt.Value, { children: /* @__PURE__ */ s.jsx(Ir, { label: l, color: p, variant: "light" }) });
|
|
9057
9043
|
if (b === "guid") {
|
|
9058
|
-
const
|
|
9044
|
+
const $ = ly(f);
|
|
9059
9045
|
return /* @__PURE__ */ s.jsx(
|
|
9060
9046
|
sy,
|
|
9061
9047
|
{
|
|
@@ -9064,7 +9050,7 @@ const ry = (e) => /* @__PURE__ */ s.jsx($t, { visibleLastSymbolsCount: 4, ...e }
|
|
|
9064
9050
|
color: p,
|
|
9065
9051
|
copyPosition: h,
|
|
9066
9052
|
copyText: C,
|
|
9067
|
-
children: /* @__PURE__ */ s.jsx(ry, { tooltipProps:
|
|
9053
|
+
children: /* @__PURE__ */ s.jsx(ry, { tooltipProps: $, children: l })
|
|
9068
9054
|
}
|
|
9069
9055
|
);
|
|
9070
9056
|
}
|
|
@@ -9106,7 +9092,7 @@ const ry = (e) => /* @__PURE__ */ s.jsx($t, { visibleLastSymbolsCount: 4, ...e }
|
|
|
9106
9092
|
);
|
|
9107
9093
|
}) })
|
|
9108
9094
|
] });
|
|
9109
|
-
}, uy = y(
|
|
9095
|
+
}, uy = y(xe)`
|
|
9110
9096
|
.${St.tooltip} {
|
|
9111
9097
|
background-color: ${({ theme: e }) => e.palette.common.white};
|
|
9112
9098
|
color: ${({ theme: e }) => e.palette.text.primary};
|
|
@@ -9251,7 +9237,7 @@ const dy = y("div", {
|
|
|
9251
9237
|
...u
|
|
9252
9238
|
} = e;
|
|
9253
9239
|
return /* @__PURE__ */ s.jsx(
|
|
9254
|
-
|
|
9240
|
+
xe,
|
|
9255
9241
|
{
|
|
9256
9242
|
title: n && l,
|
|
9257
9243
|
disableInteractive: !0,
|
|
@@ -9292,15 +9278,15 @@ function Ay({ containerRef: e, inputRef: t, pushPasswordManagerStrategy: n, isFo
|
|
|
9292
9278
|
let [o, i] = Z.useState(!1), [a, l] = Z.useState(!1), [c, u] = Z.useState(!1), p = Z.useMemo(() => n === "none" ? !1 : (n === "increase-width" || n === "experimental-no-flickering") && o && a, [o, a, n]), f = Z.useCallback(() => {
|
|
9293
9279
|
let h = e.current, b = t.current;
|
|
9294
9280
|
if (!h || !b || c || n === "none") return;
|
|
9295
|
-
let C = h,
|
|
9281
|
+
let C = h, $ = C.getBoundingClientRect().left + C.offsetWidth, S = C.getBoundingClientRect().top + C.offsetHeight / 2, w = $ - Ey, v = S;
|
|
9296
9282
|
document.querySelectorAll(Ty).length === 0 && document.elementFromPoint(w, v) === h || (i(!0), u(!0));
|
|
9297
9283
|
}, [e, t, c, n]);
|
|
9298
9284
|
return Z.useEffect(() => {
|
|
9299
9285
|
let h = e.current;
|
|
9300
9286
|
if (!h || n === "none") return;
|
|
9301
9287
|
function b() {
|
|
9302
|
-
let
|
|
9303
|
-
l(
|
|
9288
|
+
let $ = window.innerWidth - h.getBoundingClientRect().right;
|
|
9289
|
+
l($ >= Fa);
|
|
9304
9290
|
}
|
|
9305
9291
|
b();
|
|
9306
9292
|
let C = setInterval(b, 1e3);
|
|
@@ -9310,35 +9296,35 @@ function Ay({ containerRef: e, inputRef: t, pushPasswordManagerStrategy: n, isFo
|
|
|
9310
9296
|
}, [e, n]), Z.useEffect(() => {
|
|
9311
9297
|
let h = r || document.activeElement === t.current;
|
|
9312
9298
|
if (n === "none" || !h) return;
|
|
9313
|
-
let b = setTimeout(f, 0), C = setTimeout(f, 2e3),
|
|
9299
|
+
let b = setTimeout(f, 0), C = setTimeout(f, 2e3), $ = setTimeout(f, 5e3), S = setTimeout(() => {
|
|
9314
9300
|
u(!0);
|
|
9315
9301
|
}, 6e3);
|
|
9316
9302
|
return () => {
|
|
9317
|
-
clearTimeout(b), clearTimeout(C), clearTimeout(
|
|
9303
|
+
clearTimeout(b), clearTimeout(C), clearTimeout($), clearTimeout(S);
|
|
9318
9304
|
};
|
|
9319
9305
|
}, [t, r, n, f]), { hasPWMBadge: o, willPushPWMBadge: p, PWM_BADGE_SPACE_WIDTH: Py };
|
|
9320
9306
|
}
|
|
9321
9307
|
var _y = Z.createContext({}), Wa = Z.forwardRef((e, t) => {
|
|
9322
|
-
var n = e, { value: r, onChange: o, maxLength: i, textAlign: a = "left", pattern: l, placeholder: c, inputMode: u = "numeric", onComplete: p, pushPasswordManagerStrategy: f = "increase-width", pasteTransformer: h, containerClassName: b, noScriptCSSFallback: C = Fy, render:
|
|
9323
|
-
let [
|
|
9324
|
-
o?.(z),
|
|
9325
|
-
}, [o]), F = Z.useMemo(() => l ? typeof l == "string" ? new RegExp(l) : l : null, [l]), I = Z.useRef(null), q = Z.useRef(null), Y = Z.useRef({ value: _, onChange: X, isIOS: typeof window < "u" && ((
|
|
9308
|
+
var n = e, { value: r, onChange: o, maxLength: i, textAlign: a = "left", pattern: l, placeholder: c, inputMode: u = "numeric", onComplete: p, pushPasswordManagerStrategy: f = "increase-width", pasteTransformer: h, containerClassName: b, noScriptCSSFallback: C = Fy, render: $, children: S } = n, w = jy(n, ["value", "onChange", "maxLength", "textAlign", "pattern", "placeholder", "inputMode", "onComplete", "pushPasswordManagerStrategy", "pasteTransformer", "containerClassName", "noScriptCSSFallback", "render", "children"]), v, T, W, P, O;
|
|
9309
|
+
let [j, E] = Z.useState(typeof w.defaultValue == "string" ? w.defaultValue : ""), _ = r ?? j, B = Dy(_), X = Z.useCallback((z) => {
|
|
9310
|
+
o?.(z), E(z);
|
|
9311
|
+
}, [o]), F = Z.useMemo(() => l ? typeof l == "string" ? new RegExp(l) : l : null, [l]), I = Z.useRef(null), q = Z.useRef(null), Y = Z.useRef({ value: _, onChange: X, isIOS: typeof window < "u" && ((T = (v = window?.CSS) == null ? void 0 : v.supports) == null ? void 0 : T.call(v, "-webkit-touch-callout", "none")) }), J = Z.useRef({ prev: [(W = I.current) == null ? void 0 : W.selectionStart, (P = I.current) == null ? void 0 : P.selectionEnd, (O = I.current) == null ? void 0 : O.selectionDirection] });
|
|
9326
9312
|
Z.useImperativeHandle(t, () => I.current, []), Z.useEffect(() => {
|
|
9327
9313
|
let z = I.current, U = q.current;
|
|
9328
9314
|
if (!z || !U) return;
|
|
9329
9315
|
Y.current.value !== z.value && Y.current.onChange(z.value), J.current.prev = [z.selectionStart, z.selectionEnd, z.selectionDirection];
|
|
9330
|
-
function
|
|
9316
|
+
function ye() {
|
|
9331
9317
|
if (document.activeElement !== z) {
|
|
9332
9318
|
Me(null), Oe(null);
|
|
9333
9319
|
return;
|
|
9334
9320
|
}
|
|
9335
|
-
let m = z.selectionStart, M = z.selectionEnd, d = z.selectionDirection, k = z.maxLength, x = z.value, A = J.current.prev,
|
|
9321
|
+
let m = z.selectionStart, M = z.selectionEnd, d = z.selectionDirection, k = z.maxLength, x = z.value, A = J.current.prev, L = -1, H = -1, R;
|
|
9336
9322
|
if (x.length !== 0 && m !== null && M !== null) {
|
|
9337
9323
|
let _e = m === M, Ke = m === x.length && x.length < k;
|
|
9338
9324
|
if (_e && !Ke) {
|
|
9339
9325
|
let V = m;
|
|
9340
|
-
if (V === 0)
|
|
9341
|
-
else if (V === k)
|
|
9326
|
+
if (V === 0) L = 0, H = 1, R = "forward";
|
|
9327
|
+
else if (V === k) L = V - 1, H = V, R = "backward";
|
|
9342
9328
|
else if (k > 1 && x.length > 1) {
|
|
9343
9329
|
let ne = 0;
|
|
9344
9330
|
if (A[0] !== null && A[1] !== null) {
|
|
@@ -9346,66 +9332,66 @@ var _y = Z.createContext({}), Wa = Z.forwardRef((e, t) => {
|
|
|
9346
9332
|
let Q = A[0] === A[1] && A[0] < k;
|
|
9347
9333
|
R === "backward" && !Q && (ne = -1);
|
|
9348
9334
|
}
|
|
9349
|
-
|
|
9335
|
+
L = ne + V, H = ne + V + 1;
|
|
9350
9336
|
}
|
|
9351
9337
|
}
|
|
9352
|
-
|
|
9338
|
+
L !== -1 && H !== -1 && L !== H && I.current.setSelectionRange(L, H, R);
|
|
9353
9339
|
}
|
|
9354
|
-
let ge =
|
|
9340
|
+
let ge = L !== -1 ? L : m, He = H !== -1 ? H : M, he = R ?? d;
|
|
9355
9341
|
Me(ge), Oe(He), J.current.prev = [ge, He, he];
|
|
9356
9342
|
}
|
|
9357
|
-
if (document.addEventListener("selectionchange",
|
|
9343
|
+
if (document.addEventListener("selectionchange", ye, { capture: !0 }), ye(), document.activeElement === z && pe(!0), !document.getElementById("input-otp-style")) {
|
|
9358
9344
|
let m = document.createElement("style");
|
|
9359
9345
|
if (m.id = "input-otp-style", document.head.appendChild(m), m.sheet) {
|
|
9360
9346
|
let M = "background: transparent !important; color: transparent !important; border-color: transparent !important; opacity: 0 !important; box-shadow: none !important; -webkit-box-shadow: none !important; -webkit-text-fill-color: transparent !important;";
|
|
9361
9347
|
Qt(m.sheet, "[data-input-otp]::selection { background: transparent !important; color: transparent !important; }"), Qt(m.sheet, `[data-input-otp]:autofill { ${M} }`), Qt(m.sheet, `[data-input-otp]:-webkit-autofill { ${M} }`), Qt(m.sheet, "@supports (-webkit-touch-callout: none) { [data-input-otp] { letter-spacing: -.6em !important; font-weight: 100 !important; font-stretch: ultra-condensed; font-optical-sizing: none !important; left: -1px !important; right: 1px !important; } }"), Qt(m.sheet, "[data-input-otp] + * { pointer-events: all !important; }");
|
|
9362
9348
|
}
|
|
9363
9349
|
}
|
|
9364
|
-
let
|
|
9350
|
+
let we = () => {
|
|
9365
9351
|
U && U.style.setProperty("--root-height", `${z.clientHeight}px`);
|
|
9366
9352
|
};
|
|
9367
|
-
|
|
9368
|
-
let g = new ResizeObserver(
|
|
9353
|
+
we();
|
|
9354
|
+
let g = new ResizeObserver(we);
|
|
9369
9355
|
return g.observe(z), () => {
|
|
9370
|
-
document.removeEventListener("selectionchange",
|
|
9356
|
+
document.removeEventListener("selectionchange", ye, { capture: !0 }), g.disconnect();
|
|
9371
9357
|
};
|
|
9372
9358
|
}, []);
|
|
9373
9359
|
let [K, fe] = Z.useState(!1), [ee, pe] = Z.useState(!1), [te, Me] = Z.useState(null), [je, Oe] = Z.useState(null);
|
|
9374
9360
|
Z.useEffect(() => {
|
|
9375
9361
|
Oy(() => {
|
|
9376
|
-
var z, U,
|
|
9362
|
+
var z, U, ye, we;
|
|
9377
9363
|
(z = I.current) == null || z.dispatchEvent(new Event("input"));
|
|
9378
|
-
let g = (U = I.current) == null ? void 0 : U.selectionStart, m = (
|
|
9364
|
+
let g = (U = I.current) == null ? void 0 : U.selectionStart, m = (ye = I.current) == null ? void 0 : ye.selectionEnd, M = (we = I.current) == null ? void 0 : we.selectionDirection;
|
|
9379
9365
|
g !== null && m !== null && (Me(g), Oe(m), J.current.prev = [g, m, M]);
|
|
9380
9366
|
});
|
|
9381
9367
|
}, [_, ee]), Z.useEffect(() => {
|
|
9382
|
-
|
|
9383
|
-
}, [i, p,
|
|
9368
|
+
B !== void 0 && _ !== B && B.length < i && _.length === i && p?.(_);
|
|
9369
|
+
}, [i, p, B, _]);
|
|
9384
9370
|
let De = Ay({ containerRef: q, inputRef: I, pushPasswordManagerStrategy: f, isFocused: ee }), Pe = Z.useCallback((z) => {
|
|
9385
9371
|
let U = z.currentTarget.value.slice(0, i);
|
|
9386
9372
|
if (U.length > 0 && F && !F.test(U)) {
|
|
9387
9373
|
z.preventDefault();
|
|
9388
9374
|
return;
|
|
9389
9375
|
}
|
|
9390
|
-
typeof
|
|
9391
|
-
}, [i, X,
|
|
9376
|
+
typeof B == "string" && U.length < B.length && document.dispatchEvent(new Event("selectionchange")), X(U);
|
|
9377
|
+
}, [i, X, B, F]), Te = Z.useCallback(() => {
|
|
9392
9378
|
var z;
|
|
9393
9379
|
if (I.current) {
|
|
9394
|
-
let U = Math.min(I.current.value.length, i - 1),
|
|
9395
|
-
(z = I.current) == null || z.setSelectionRange(U,
|
|
9380
|
+
let U = Math.min(I.current.value.length, i - 1), ye = I.current.value.length;
|
|
9381
|
+
(z = I.current) == null || z.setSelectionRange(U, ye), Me(U), Oe(ye);
|
|
9396
9382
|
}
|
|
9397
9383
|
pe(!0);
|
|
9398
9384
|
}, [i]), Ee = Z.useCallback((z) => {
|
|
9399
|
-
var U,
|
|
9400
|
-
let
|
|
9401
|
-
if (!h && (!Y.current.isIOS || !z.clipboardData || !
|
|
9385
|
+
var U, ye;
|
|
9386
|
+
let we = I.current;
|
|
9387
|
+
if (!h && (!Y.current.isIOS || !z.clipboardData || !we)) return;
|
|
9402
9388
|
let g = z.clipboardData.getData("text/plain"), m = h ? h(g) : g;
|
|
9403
9389
|
z.preventDefault();
|
|
9404
|
-
let M = (U = I.current) == null ? void 0 : U.selectionStart, d = (
|
|
9390
|
+
let M = (U = I.current) == null ? void 0 : U.selectionStart, d = (ye = I.current) == null ? void 0 : ye.selectionEnd, k = (M !== d ? _.slice(0, M) + m + _.slice(d) : _.slice(0, M) + m + _.slice(M)).slice(0, i);
|
|
9405
9391
|
if (k.length > 0 && F && !F.test(k)) return;
|
|
9406
|
-
|
|
9392
|
+
we.value = k, X(k);
|
|
9407
9393
|
let x = Math.min(k.length, i - 1), A = k.length;
|
|
9408
|
-
|
|
9394
|
+
we.setSelectionRange(x, A), Me(x), Oe(A);
|
|
9409
9395
|
}, [i, X, F, _]), Ge = Z.useMemo(() => ({ position: "relative", cursor: w.disabled ? "default" : "text", userSelect: "none", WebkitUserSelect: "none", pointerEvents: "none" }), [w.disabled]), Ve = Z.useMemo(() => ({ position: "absolute", inset: 0, width: De.willPushPWMBadge ? `calc(100% + ${De.PWM_BADGE_SPACE_WIDTH})` : "100%", clipPath: De.willPushPWMBadge ? `inset(0 ${De.PWM_BADGE_SPACE_WIDTH} 0 0)` : void 0, height: "100%", display: "flex", textAlign: a, opacity: "1", color: "transparent", pointerEvents: "all", background: "transparent", caretColor: "transparent", border: "0 solid transparent", outline: "0 solid transparent", boxShadow: "none", lineHeight: "1", letterSpacing: "-.5em", fontSize: "var(--root-height)", fontFamily: "monospace", fontVariantNumeric: "tabular-nums" }), [De.PWM_BADGE_SPACE_WIDTH, De.willPushPWMBadge, a]), Ue = Z.useMemo(() => Z.createElement("input", My(Sy({ autoComplete: w.autoComplete || "one-time-code" }, w), { "data-input-otp": !0, "data-input-otp-placeholder-shown": _.length === 0 || void 0, "data-input-otp-mss": te, "data-input-otp-mse": je, inputMode: u, pattern: F?.source, "aria-placeholder": c, style: Ve, maxLength: i, value: _, ref: I, onPaste: (z) => {
|
|
9410
9396
|
var U;
|
|
9411
9397
|
Ee(z), (U = w.onPaste) == null || U.call(w, z);
|
|
@@ -9422,10 +9408,10 @@ var _y = Z.createContext({}), Wa = Z.forwardRef((e, t) => {
|
|
|
9422
9408
|
var U;
|
|
9423
9409
|
pe(!1), (U = w.onBlur) == null || U.call(w, z);
|
|
9424
9410
|
} })), [Pe, Te, Ee, u, Ve, i, je, te, w, F?.source, _]), Je = Z.useMemo(() => ({ slots: Array.from({ length: i }).map((z, U) => {
|
|
9425
|
-
var
|
|
9426
|
-
let
|
|
9427
|
-
return { char: g, placeholderChar: m, isActive:
|
|
9428
|
-
}), isFocused: ee, isHovering: !w.disabled && K }), [ee, K, i, je, te, w.disabled, _]), ft = Z.useMemo(() =>
|
|
9411
|
+
var ye;
|
|
9412
|
+
let we = ee && te !== null && je !== null && (te === je && U === te || U >= te && U < je), g = _[U] !== void 0 ? _[U] : null, m = _[0] !== void 0 ? null : (ye = c?.[U]) != null ? ye : null;
|
|
9413
|
+
return { char: g, placeholderChar: m, isActive: we, hasFakeCaret: we && g === null };
|
|
9414
|
+
}), isFocused: ee, isHovering: !w.disabled && K }), [ee, K, i, je, te, w.disabled, _]), ft = Z.useMemo(() => $ ? $(Je) : Z.createElement(_y.Provider, { value: Je }, S), [S, Je, $]);
|
|
9429
9415
|
return Z.createElement(Z.Fragment, null, C !== null && Z.createElement("noscript", null, Z.createElement("style", null, C)), Z.createElement("div", { ref: q, "data-input-otp-container": !0, style: Ge, className: b }, ft, Z.createElement("div", { style: { position: "absolute", inset: 0, pointerEvents: "none" } }, Ue)));
|
|
9430
9416
|
});
|
|
9431
9417
|
Wa.displayName = "Input";
|
|
@@ -9626,7 +9612,7 @@ const Wy = y("span", {
|
|
|
9626
9612
|
return /* @__PURE__ */ s.jsx(
|
|
9627
9613
|
Jy,
|
|
9628
9614
|
{
|
|
9629
|
-
startIcon: t ? /* @__PURE__ */ s.jsx(o, {}) : /* @__PURE__ */ s.jsx(
|
|
9615
|
+
startIcon: t ? /* @__PURE__ */ s.jsx(o, {}) : /* @__PURE__ */ s.jsx(xe, { title: "Раскрыть меню", arrow: !0, placement: "right", children: /* @__PURE__ */ s.jsx(Ky, { children: /* @__PURE__ */ s.jsx(ws, {}) }) }),
|
|
9630
9616
|
variant: "text",
|
|
9631
9617
|
...n
|
|
9632
9618
|
}
|
|
@@ -9894,7 +9880,7 @@ const Uo = ({
|
|
|
9894
9880
|
withoutContainer: i = !1,
|
|
9895
9881
|
...a
|
|
9896
9882
|
} = e, l = () => /* @__PURE__ */ s.jsx(
|
|
9897
|
-
|
|
9883
|
+
xe,
|
|
9898
9884
|
{
|
|
9899
9885
|
title: n ? t : o,
|
|
9900
9886
|
placement: r,
|
|
@@ -10046,7 +10032,7 @@ const Uo = ({
|
|
|
10046
10032
|
children: r
|
|
10047
10033
|
}
|
|
10048
10034
|
) : /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
10049
|
-
/* @__PURE__ */ s.jsx(
|
|
10035
|
+
/* @__PURE__ */ s.jsx(xe, { arrow: !0, title: !t && r, placement: "right", children: /* @__PURE__ */ s.jsx(x0, { children: o }) }),
|
|
10050
10036
|
/* @__PURE__ */ s.jsx(zt, { orientation: "horizontal", in: t, children: /* @__PURE__ */ s.jsx(
|
|
10051
10037
|
qo,
|
|
10052
10038
|
{
|
|
@@ -10088,7 +10074,7 @@ const Uo = ({
|
|
|
10088
10074
|
...c
|
|
10089
10075
|
} = n, [u, p] = ce(
|
|
10090
10076
|
i?.some(([, { active: b }]) => b)
|
|
10091
|
-
), f =
|
|
10077
|
+
), f = Ce(() => u ? !1 : r, [u, r]), h = se(() => {
|
|
10092
10078
|
p((b) => {
|
|
10093
10079
|
if (typeof b == "boolean")
|
|
10094
10080
|
return !b;
|
|
@@ -10581,7 +10567,7 @@ const dv = (e) => /* @__PURE__ */ s.jsx(hl, { ...e }), V0 = y($e)`
|
|
|
10581
10567
|
formControlLabelProps: i,
|
|
10582
10568
|
...a
|
|
10583
10569
|
}) => /* @__PURE__ */ s.jsx(
|
|
10584
|
-
|
|
10570
|
+
xe,
|
|
10585
10571
|
{
|
|
10586
10572
|
title: t && o,
|
|
10587
10573
|
placement: "bottom-start",
|
|
@@ -10611,7 +10597,7 @@ const dv = (e) => /* @__PURE__ */ s.jsx(hl, { ...e }), V0 = y($e)`
|
|
|
10611
10597
|
...c
|
|
10612
10598
|
} = e, u = ds();
|
|
10613
10599
|
return /* @__PURE__ */ s.jsx(
|
|
10614
|
-
|
|
10600
|
+
xe,
|
|
10615
10601
|
{
|
|
10616
10602
|
title: o && r,
|
|
10617
10603
|
placement: "right-start",
|
|
@@ -10680,23 +10666,23 @@ const dv = (e) => /* @__PURE__ */ s.jsx(hl, { ...e }), V0 = y($e)`
|
|
|
10680
10666
|
writable: !0,
|
|
10681
10667
|
value: h.current
|
|
10682
10668
|
}), n?.(w), h.current?.focus();
|
|
10683
|
-
},
|
|
10669
|
+
}, $ = () => {
|
|
10684
10670
|
h.current?.focus();
|
|
10685
|
-
},
|
|
10671
|
+
}, S = !!u.length;
|
|
10686
10672
|
return /* @__PURE__ */ s.jsx(
|
|
10687
10673
|
cb,
|
|
10688
10674
|
{
|
|
10689
10675
|
margin: e,
|
|
10690
10676
|
placeholder: t,
|
|
10691
|
-
startAdornment: /* @__PURE__ */ s.jsx(sb, { onClick:
|
|
10677
|
+
startAdornment: /* @__PURE__ */ s.jsx(sb, { onClick: $ }),
|
|
10692
10678
|
disabled: r,
|
|
10693
10679
|
endAdornment: /* @__PURE__ */ s.jsx(
|
|
10694
10680
|
lb,
|
|
10695
10681
|
{
|
|
10696
10682
|
variant: "text",
|
|
10697
10683
|
onClick: C,
|
|
10698
|
-
disabled: r || !
|
|
10699
|
-
$isActive:
|
|
10684
|
+
disabled: r || !S,
|
|
10685
|
+
$isActive: S,
|
|
10700
10686
|
children: /* @__PURE__ */ s.jsx(ub, {})
|
|
10701
10687
|
}
|
|
10702
10688
|
),
|
|
@@ -10746,7 +10732,7 @@ const dv = (e) => /* @__PURE__ */ s.jsx(hl, { ...e }), V0 = y($e)`
|
|
|
10746
10732
|
`, mv = (e) => {
|
|
10747
10733
|
const { children: t } = e, { collapsedIn: n } = Be(Gn);
|
|
10748
10734
|
return /* @__PURE__ */ s.jsx(
|
|
10749
|
-
|
|
10735
|
+
xe,
|
|
10750
10736
|
{
|
|
10751
10737
|
arrow: !0,
|
|
10752
10738
|
title: t,
|
|
@@ -10888,7 +10874,7 @@ var me = (e) => !Re(e) && !Array.isArray(e) && Ha(e) && !Et(e), za = (e) => me(e
|
|
|
10888
10874
|
const t = e.constructor && e.constructor.prototype;
|
|
10889
10875
|
return me(t) && t.hasOwnProperty("isPrototypeOf");
|
|
10890
10876
|
}, Yr = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
|
|
10891
|
-
function
|
|
10877
|
+
function ke(e) {
|
|
10892
10878
|
let t;
|
|
10893
10879
|
const n = Array.isArray(e), r = typeof FileList < "u" ? e instanceof FileList : !1;
|
|
10894
10880
|
if (e instanceof Date)
|
|
@@ -10900,12 +10886,12 @@ function Ce(e) {
|
|
|
10900
10886
|
t = e;
|
|
10901
10887
|
else
|
|
10902
10888
|
for (const o in e)
|
|
10903
|
-
e.hasOwnProperty(o) && (t[o] =
|
|
10889
|
+
e.hasOwnProperty(o) && (t[o] = ke(e[o]));
|
|
10904
10890
|
else
|
|
10905
10891
|
return e;
|
|
10906
10892
|
return t;
|
|
10907
10893
|
}
|
|
10908
|
-
var wn = (e) => Array.isArray(e) ? e.filter(Boolean) : [], de = (e) => e === void 0,
|
|
10894
|
+
var wn = (e) => Array.isArray(e) ? e.filter(Boolean) : [], de = (e) => e === void 0, N = (e, t, n) => {
|
|
10909
10895
|
if (!t || !me(e))
|
|
10910
10896
|
return n;
|
|
10911
10897
|
const r = wn(t.split(/[,[\].]+?/)).reduce((o, i) => Re(o) ? o : o[i], e);
|
|
@@ -10998,14 +10984,14 @@ function Cb(e) {
|
|
|
10998
10984
|
c.current = !1;
|
|
10999
10985
|
}), [n]), D.useMemo(() => qa(a, n, u.current, !1), [a, n]);
|
|
11000
10986
|
}
|
|
11001
|
-
var ct = (e) => typeof e == "string", Qa = (e, t, n, r, o) => ct(e) ? (r && t.watch.add(e),
|
|
10987
|
+
var ct = (e) => typeof e == "string", Qa = (e, t, n, r, o) => ct(e) ? (r && t.watch.add(e), N(n, e, o)) : Array.isArray(e) ? e.map((i) => (r && t.watch.add(i), N(n, i))) : (r && (t.watchAll = !0), n);
|
|
11002
10988
|
function $b(e) {
|
|
11003
10989
|
const t = kn(), { control: n = t.control, name: r, defaultValue: o, disabled: i, exact: a } = e || {}, l = D.useRef(r);
|
|
11004
10990
|
l.current = r, Xn({
|
|
11005
10991
|
disabled: i,
|
|
11006
10992
|
subject: n._subjects.values,
|
|
11007
10993
|
next: (p) => {
|
|
11008
|
-
Za(l.current, p.name, a) && u(
|
|
10994
|
+
Za(l.current, p.name, a) && u(ke(Qa(l.current, n._names, p.values || n._formValues, !1, o)));
|
|
11009
10995
|
}
|
|
11010
10996
|
});
|
|
11011
10997
|
const [c, u] = D.useState(n._getWatch(r, o));
|
|
@@ -11015,7 +11001,7 @@ function Sb(e) {
|
|
|
11015
11001
|
const t = kn(), { name: n, disabled: r, control: o = t.control, shouldUnregister: i } = e, a = Ya(o._names.array, n), l = $b({
|
|
11016
11002
|
control: o,
|
|
11017
11003
|
name: n,
|
|
11018
|
-
defaultValue:
|
|
11004
|
+
defaultValue: N(o._formValues, n, N(o._defaultValues, n, e.defaultValue)),
|
|
11019
11005
|
exact: !0
|
|
11020
11006
|
}), c = Cb({
|
|
11021
11007
|
control: o,
|
|
@@ -11028,23 +11014,23 @@ function Sb(e) {
|
|
|
11028
11014
|
})), p = D.useMemo(() => Object.defineProperties({}, {
|
|
11029
11015
|
invalid: {
|
|
11030
11016
|
enumerable: !0,
|
|
11031
|
-
get: () => !!
|
|
11017
|
+
get: () => !!N(c.errors, n)
|
|
11032
11018
|
},
|
|
11033
11019
|
isDirty: {
|
|
11034
11020
|
enumerable: !0,
|
|
11035
|
-
get: () => !!
|
|
11021
|
+
get: () => !!N(c.dirtyFields, n)
|
|
11036
11022
|
},
|
|
11037
11023
|
isTouched: {
|
|
11038
11024
|
enumerable: !0,
|
|
11039
|
-
get: () => !!
|
|
11025
|
+
get: () => !!N(c.touchedFields, n)
|
|
11040
11026
|
},
|
|
11041
11027
|
isValidating: {
|
|
11042
11028
|
enumerable: !0,
|
|
11043
|
-
get: () => !!
|
|
11029
|
+
get: () => !!N(c.validatingFields, n)
|
|
11044
11030
|
},
|
|
11045
11031
|
error: {
|
|
11046
11032
|
enumerable: !0,
|
|
11047
|
-
get: () =>
|
|
11033
|
+
get: () => N(c.errors, n)
|
|
11048
11034
|
}
|
|
11049
11035
|
}), [c, n]), f = D.useMemo(() => ({
|
|
11050
11036
|
name: n,
|
|
@@ -11059,13 +11045,13 @@ function Sb(e) {
|
|
|
11059
11045
|
}),
|
|
11060
11046
|
onBlur: () => u.current.onBlur({
|
|
11061
11047
|
target: {
|
|
11062
|
-
value:
|
|
11048
|
+
value: N(o._formValues, n),
|
|
11063
11049
|
name: n
|
|
11064
11050
|
},
|
|
11065
11051
|
type: Fn.BLUR
|
|
11066
11052
|
}),
|
|
11067
11053
|
ref: (h) => {
|
|
11068
|
-
const b =
|
|
11054
|
+
const b = N(o._fields, n);
|
|
11069
11055
|
b && h && (b._f.ref = {
|
|
11070
11056
|
focus: () => h.focus(),
|
|
11071
11057
|
select: () => h.select(),
|
|
@@ -11082,13 +11068,13 @@ function Sb(e) {
|
|
|
11082
11068
|
o._fields
|
|
11083
11069
|
]);
|
|
11084
11070
|
return D.useEffect(() => {
|
|
11085
|
-
const h = o._options.shouldUnregister || i, b = (C,
|
|
11086
|
-
const
|
|
11087
|
-
|
|
11071
|
+
const h = o._options.shouldUnregister || i, b = (C, $) => {
|
|
11072
|
+
const S = N(o._fields, C);
|
|
11073
|
+
S && S._f && (S._f.mount = $);
|
|
11088
11074
|
};
|
|
11089
11075
|
if (b(n, !0), h) {
|
|
11090
|
-
const C =
|
|
11091
|
-
oe(o._defaultValues, n, C), de(
|
|
11076
|
+
const C = ke(N(o._options.defaultValues, n));
|
|
11077
|
+
oe(o._defaultValues, n, C), de(N(o._formValues, n)) && oe(o._formValues, n, C);
|
|
11092
11078
|
}
|
|
11093
11079
|
return !a && o.register(n), () => {
|
|
11094
11080
|
(a ? h && !o._state.action : h) ? o.unregister(n) : b(n, !1);
|
|
@@ -11127,7 +11113,7 @@ var Mb = (e, t, n, r, o) => t ? {
|
|
|
11127
11113
|
}), Or = (e, t, n) => !n && (t.watchAll || t.watch.has(e) || [...t.watch].some((r) => e.startsWith(r) && /^\.\w+/.test(e.slice(r.length))));
|
|
11128
11114
|
const Vt = (e, t, n, r) => {
|
|
11129
11115
|
for (const o of n || Object.keys(e)) {
|
|
11130
|
-
const i =
|
|
11116
|
+
const i = N(e, o);
|
|
11131
11117
|
if (i) {
|
|
11132
11118
|
const { _f: a, ...l } = i;
|
|
11133
11119
|
if (a) {
|
|
@@ -11143,7 +11129,7 @@ const Vt = (e, t, n, r) => {
|
|
|
11143
11129
|
}
|
|
11144
11130
|
};
|
|
11145
11131
|
var Ja = (e, t, n) => {
|
|
11146
|
-
const r = Le(
|
|
11132
|
+
const r = Le(N(e, n));
|
|
11147
11133
|
return oe(r, "root", t[n]), oe(e, n, r), e;
|
|
11148
11134
|
}, Ur = (e) => e.type === "file", st = (e) => typeof e == "function", Wn = (e) => {
|
|
11149
11135
|
if (!Yr)
|
|
@@ -11188,29 +11174,29 @@ var Rt = (e) => me(e) && !Nn(e) ? e : {
|
|
|
11188
11174
|
value: e,
|
|
11189
11175
|
message: ""
|
|
11190
11176
|
}, Dr = async (e, t, n, r, o, i) => {
|
|
11191
|
-
const { ref: a, refs: l, required: c, maxLength: u, minLength: p, min: f, max: h, pattern: b, validate: C, name:
|
|
11192
|
-
if (!w || t.has(
|
|
11177
|
+
const { ref: a, refs: l, required: c, maxLength: u, minLength: p, min: f, max: h, pattern: b, validate: C, name: $, valueAsNumber: S, mount: w } = e._f, v = N(n, $);
|
|
11178
|
+
if (!w || t.has($))
|
|
11193
11179
|
return {};
|
|
11194
|
-
const
|
|
11195
|
-
o &&
|
|
11196
|
-
}, P = {}, O = qr(a),
|
|
11180
|
+
const T = l ? l[0] : a, W = (F) => {
|
|
11181
|
+
o && T.reportValidity && (T.setCustomValidity(qe(F) ? "" : F || ""), T.reportValidity());
|
|
11182
|
+
}, P = {}, O = qr(a), j = xn(a), E = O || j, _ = (S || Ur(a)) && de(a.value) && de(v) || Wn(a) && a.value === "" || v === "" || Array.isArray(v) && !v.length, B = Mb.bind(null, $, r, P), X = (F, I, q, Y = pt.maxLength, J = pt.minLength) => {
|
|
11197
11183
|
const K = F ? I : q;
|
|
11198
|
-
P[
|
|
11184
|
+
P[$] = {
|
|
11199
11185
|
type: F ? Y : J,
|
|
11200
11186
|
message: K,
|
|
11201
11187
|
ref: a,
|
|
11202
|
-
...
|
|
11188
|
+
...B(F ? Y : J, K)
|
|
11203
11189
|
};
|
|
11204
11190
|
};
|
|
11205
|
-
if (i ? !Array.isArray(v) || !v.length : c && (!
|
|
11191
|
+
if (i ? !Array.isArray(v) || !v.length : c && (!E && (_ || Re(v)) || qe(v) && !v || j && !Ka(l).isValid || O && !es(l).isValid)) {
|
|
11206
11192
|
const { value: F, message: I } = En(c) ? { value: !!c, message: c } : Rt(c);
|
|
11207
|
-
if (F && (P[
|
|
11193
|
+
if (F && (P[$] = {
|
|
11208
11194
|
type: pt.required,
|
|
11209
11195
|
message: I,
|
|
11210
|
-
ref:
|
|
11211
|
-
...
|
|
11196
|
+
ref: T,
|
|
11197
|
+
...B(pt.required, I)
|
|
11212
11198
|
}, !r))
|
|
11213
|
-
return
|
|
11199
|
+
return W(I), P;
|
|
11214
11200
|
}
|
|
11215
11201
|
if (!_ && (!Re(f) || !Re(h))) {
|
|
11216
11202
|
let F, I;
|
|
@@ -11223,50 +11209,50 @@ var Rt = (e) => me(e) && !Nn(e) ? e : {
|
|
|
11223
11209
|
ct(q.value) && v && (F = fe ? K(v) > K(q.value) : ee ? v > q.value : J > new Date(q.value)), ct(Y.value) && v && (I = fe ? K(v) < K(Y.value) : ee ? v < Y.value : J < new Date(Y.value));
|
|
11224
11210
|
}
|
|
11225
11211
|
if ((F || I) && (X(!!F, q.message, Y.message, pt.max, pt.min), !r))
|
|
11226
|
-
return
|
|
11212
|
+
return W(P[$].message), P;
|
|
11227
11213
|
}
|
|
11228
11214
|
if ((u || p) && !_ && (ct(v) || i && Array.isArray(v))) {
|
|
11229
11215
|
const F = Rt(u), I = Rt(p), q = !Re(F.value) && v.length > +F.value, Y = !Re(I.value) && v.length < +I.value;
|
|
11230
11216
|
if ((q || Y) && (X(q, F.message, I.message), !r))
|
|
11231
|
-
return
|
|
11217
|
+
return W(P[$].message), P;
|
|
11232
11218
|
}
|
|
11233
11219
|
if (b && !_ && ct(v)) {
|
|
11234
11220
|
const { value: F, message: I } = Rt(b);
|
|
11235
|
-
if (Nn(F) && !v.match(F) && (P[
|
|
11221
|
+
if (Nn(F) && !v.match(F) && (P[$] = {
|
|
11236
11222
|
type: pt.pattern,
|
|
11237
11223
|
message: I,
|
|
11238
11224
|
ref: a,
|
|
11239
|
-
...
|
|
11225
|
+
...B(pt.pattern, I)
|
|
11240
11226
|
}, !r))
|
|
11241
|
-
return
|
|
11227
|
+
return W(I), P;
|
|
11242
11228
|
}
|
|
11243
11229
|
if (C) {
|
|
11244
11230
|
if (st(C)) {
|
|
11245
|
-
const F = await C(v, n), I = ti(F,
|
|
11246
|
-
if (I && (P[
|
|
11231
|
+
const F = await C(v, n), I = ti(F, T);
|
|
11232
|
+
if (I && (P[$] = {
|
|
11247
11233
|
...I,
|
|
11248
|
-
...
|
|
11234
|
+
...B(pt.validate, I.message)
|
|
11249
11235
|
}, !r))
|
|
11250
|
-
return
|
|
11236
|
+
return W(I.message), P;
|
|
11251
11237
|
} else if (me(C)) {
|
|
11252
11238
|
let F = {};
|
|
11253
11239
|
for (const I in C) {
|
|
11254
11240
|
if (!Ie(F) && !r)
|
|
11255
11241
|
break;
|
|
11256
|
-
const q = ti(await C[I](v, n),
|
|
11242
|
+
const q = ti(await C[I](v, n), T, I);
|
|
11257
11243
|
q && (F = {
|
|
11258
11244
|
...q,
|
|
11259
|
-
...
|
|
11260
|
-
},
|
|
11245
|
+
...B(I, q.message)
|
|
11246
|
+
}, W(q.message), r && (P[$] = F));
|
|
11261
11247
|
}
|
|
11262
|
-
if (!Ie(F) && (P[
|
|
11263
|
-
ref:
|
|
11248
|
+
if (!Ie(F) && (P[$] = {
|
|
11249
|
+
ref: T,
|
|
11264
11250
|
...F
|
|
11265
11251
|
}, !r))
|
|
11266
11252
|
return P;
|
|
11267
11253
|
}
|
|
11268
11254
|
}
|
|
11269
|
-
return
|
|
11255
|
+
return W(!0), P;
|
|
11270
11256
|
}, cr = (e, t) => [
|
|
11271
11257
|
...e,
|
|
11272
11258
|
...Le(t)
|
|
@@ -11306,66 +11292,66 @@ function Db(e) {
|
|
|
11306
11292
|
return !1;
|
|
11307
11293
|
return !0;
|
|
11308
11294
|
}
|
|
11309
|
-
function
|
|
11295
|
+
function be(e, t) {
|
|
11310
11296
|
const n = Array.isArray(t) ? t : Gr(t) ? [t] : Ga(t), r = n.length === 1 ? e : Ob(e, n), o = n.length - 1, i = n[o];
|
|
11311
|
-
return r && delete r[i], o !== 0 && (me(r) && Ie(r) || Array.isArray(r) && Db(r)) &&
|
|
11297
|
+
return r && delete r[i], o !== 0 && (me(r) && Ie(r) || Array.isArray(r) && Db(r)) && be(e, n.slice(0, -1)), e;
|
|
11312
11298
|
}
|
|
11313
11299
|
var ni = (e, t, n) => (e[t] = n, e);
|
|
11314
11300
|
function Sv(e) {
|
|
11315
11301
|
const t = kn(), { control: n = t.control, name: r, keyName: o = "id", shouldUnregister: i, rules: a } = e, [l, c] = D.useState(n._getFieldArray(r)), u = D.useRef(n._getFieldArray(r).map(wt)), p = D.useRef(l), f = D.useRef(r), h = D.useRef(!1);
|
|
11316
11302
|
f.current = r, p.current = l, n._names.array.add(r), a && n.register(r, a), Xn({
|
|
11317
|
-
next: ({ values: O, name:
|
|
11318
|
-
if (
|
|
11319
|
-
const
|
|
11320
|
-
Array.isArray(
|
|
11303
|
+
next: ({ values: O, name: j }) => {
|
|
11304
|
+
if (j === f.current || !j) {
|
|
11305
|
+
const E = N(O, f.current);
|
|
11306
|
+
Array.isArray(E) && (c(E), u.current = E.map(wt));
|
|
11321
11307
|
}
|
|
11322
11308
|
},
|
|
11323
11309
|
subject: n._subjects.array
|
|
11324
11310
|
});
|
|
11325
11311
|
const b = D.useCallback((O) => {
|
|
11326
11312
|
h.current = !0, n._updateFieldArray(r, O);
|
|
11327
|
-
}, [n, r]), C = (O,
|
|
11328
|
-
const
|
|
11329
|
-
n._names.focus = lr(r, _.length - 1,
|
|
11313
|
+
}, [n, r]), C = (O, j) => {
|
|
11314
|
+
const E = Le(ke(O)), _ = cr(n._getFieldArray(r), E);
|
|
11315
|
+
n._names.focus = lr(r, _.length - 1, j), u.current = cr(u.current, E.map(wt)), b(_), c(_), n._updateFieldArray(r, _, cr, {
|
|
11330
11316
|
argA: ur(O)
|
|
11331
11317
|
});
|
|
11332
|
-
},
|
|
11333
|
-
const
|
|
11334
|
-
n._names.focus = lr(r, 0,
|
|
11318
|
+
}, $ = (O, j) => {
|
|
11319
|
+
const E = Le(ke(O)), _ = pr(n._getFieldArray(r), E);
|
|
11320
|
+
n._names.focus = lr(r, 0, j), u.current = pr(u.current, E.map(wt)), b(_), c(_), n._updateFieldArray(r, _, pr, {
|
|
11335
11321
|
argA: ur(O)
|
|
11336
11322
|
});
|
|
11337
|
-
},
|
|
11338
|
-
const
|
|
11339
|
-
u.current = gr(u.current, O), b(
|
|
11323
|
+
}, S = (O) => {
|
|
11324
|
+
const j = gr(n._getFieldArray(r), O);
|
|
11325
|
+
u.current = gr(u.current, O), b(j), c(j), !Array.isArray(N(n._fields, r)) && oe(n._fields, r, void 0), n._updateFieldArray(r, j, gr, {
|
|
11340
11326
|
argA: O
|
|
11341
11327
|
});
|
|
11342
|
-
}, w = (O,
|
|
11343
|
-
const _ = Le(
|
|
11344
|
-
n._names.focus = lr(r, O,
|
|
11328
|
+
}, w = (O, j, E) => {
|
|
11329
|
+
const _ = Le(ke(j)), B = dr(n._getFieldArray(r), O, _);
|
|
11330
|
+
n._names.focus = lr(r, O, E), u.current = dr(u.current, O, _.map(wt)), b(B), c(B), n._updateFieldArray(r, B, dr, {
|
|
11345
11331
|
argA: O,
|
|
11346
|
-
argB: ur(
|
|
11332
|
+
argB: ur(j)
|
|
11347
11333
|
});
|
|
11348
|
-
}, v = (O,
|
|
11349
|
-
const
|
|
11350
|
-
hr(
|
|
11334
|
+
}, v = (O, j) => {
|
|
11335
|
+
const E = n._getFieldArray(r);
|
|
11336
|
+
hr(E, O, j), hr(u.current, O, j), b(E), c(E), n._updateFieldArray(r, E, hr, {
|
|
11351
11337
|
argA: O,
|
|
11352
|
-
argB:
|
|
11338
|
+
argB: j
|
|
11353
11339
|
}, !1);
|
|
11354
|
-
},
|
|
11355
|
-
const
|
|
11356
|
-
fr(
|
|
11340
|
+
}, T = (O, j) => {
|
|
11341
|
+
const E = n._getFieldArray(r);
|
|
11342
|
+
fr(E, O, j), fr(u.current, O, j), b(E), c(E), n._updateFieldArray(r, E, fr, {
|
|
11357
11343
|
argA: O,
|
|
11358
|
-
argB:
|
|
11344
|
+
argB: j
|
|
11359
11345
|
}, !1);
|
|
11360
|
-
},
|
|
11361
|
-
const
|
|
11362
|
-
u.current = [..._].map((
|
|
11346
|
+
}, W = (O, j) => {
|
|
11347
|
+
const E = ke(j), _ = ni(n._getFieldArray(r), O, E);
|
|
11348
|
+
u.current = [..._].map((B, X) => !B || X === O ? wt() : u.current[X]), b(_), c([..._]), n._updateFieldArray(r, _, ni, {
|
|
11363
11349
|
argA: O,
|
|
11364
|
-
argB:
|
|
11350
|
+
argB: E
|
|
11365
11351
|
}, !0, !1);
|
|
11366
11352
|
}, P = (O) => {
|
|
11367
|
-
const
|
|
11368
|
-
u.current =
|
|
11353
|
+
const j = Le(ke(O));
|
|
11354
|
+
u.current = j.map(wt), b([...j]), c([...j]), n._updateFieldArray(r, [...j], (E) => E, {}, !0, !1);
|
|
11369
11355
|
};
|
|
11370
11356
|
return D.useEffect(() => {
|
|
11371
11357
|
if (n._state.action = !1, Or(r, n._names) && n._subjects.state.next({
|
|
@@ -11373,38 +11359,38 @@ function Sv(e) {
|
|
|
11373
11359
|
}), h.current && (!an(n._options.mode).isOnSubmit || n._formState.isSubmitted))
|
|
11374
11360
|
if (n._options.resolver)
|
|
11375
11361
|
n._executeSchema([r]).then((O) => {
|
|
11376
|
-
const
|
|
11377
|
-
(
|
|
11362
|
+
const j = N(O.errors, r), E = N(n._formState.errors, r);
|
|
11363
|
+
(E ? !j && E.type || j && (E.type !== j.type || E.message !== j.message) : j && j.type) && (j ? oe(n._formState.errors, r, j) : be(n._formState.errors, r), n._subjects.state.next({
|
|
11378
11364
|
errors: n._formState.errors
|
|
11379
11365
|
}));
|
|
11380
11366
|
});
|
|
11381
11367
|
else {
|
|
11382
|
-
const O =
|
|
11383
|
-
O && O._f && !(an(n._options.reValidateMode).isOnSubmit && an(n._options.mode).isOnSubmit) && Dr(O, n._names.disabled, n._formValues, n._options.criteriaMode === Xe.all, n._options.shouldUseNativeValidation, !0).then((
|
|
11384
|
-
errors: Ja(n._formState.errors,
|
|
11368
|
+
const O = N(n._fields, r);
|
|
11369
|
+
O && O._f && !(an(n._options.reValidateMode).isOnSubmit && an(n._options.mode).isOnSubmit) && Dr(O, n._names.disabled, n._formValues, n._options.criteriaMode === Xe.all, n._options.shouldUseNativeValidation, !0).then((j) => !Ie(j) && n._subjects.state.next({
|
|
11370
|
+
errors: Ja(n._formState.errors, j, r)
|
|
11385
11371
|
}));
|
|
11386
11372
|
}
|
|
11387
11373
|
n._subjects.values.next({
|
|
11388
11374
|
name: r,
|
|
11389
11375
|
values: { ...n._formValues }
|
|
11390
|
-
}), n._names.focus && Vt(n._fields, (O,
|
|
11391
|
-
if (n._names.focus &&
|
|
11376
|
+
}), n._names.focus && Vt(n._fields, (O, j) => {
|
|
11377
|
+
if (n._names.focus && j.startsWith(n._names.focus) && O.focus)
|
|
11392
11378
|
return O.focus(), 1;
|
|
11393
11379
|
}), n._names.focus = "", n._updateValid(), h.current = !1;
|
|
11394
|
-
}, [l, r, n]), D.useEffect(() => (!
|
|
11380
|
+
}, [l, r, n]), D.useEffect(() => (!N(n._formValues, r) && n._updateFieldArray(r), () => {
|
|
11395
11381
|
(n._options.shouldUnregister || i) && n.unregister(r);
|
|
11396
11382
|
}), [r, n, o, i]), {
|
|
11397
11383
|
swap: D.useCallback(v, [b, r, n]),
|
|
11398
|
-
move: D.useCallback(
|
|
11399
|
-
prepend: D.useCallback(
|
|
11384
|
+
move: D.useCallback(T, [b, r, n]),
|
|
11385
|
+
prepend: D.useCallback($, [b, r, n]),
|
|
11400
11386
|
append: D.useCallback(C, [b, r, n]),
|
|
11401
|
-
remove: D.useCallback(
|
|
11387
|
+
remove: D.useCallback(S, [b, r, n]),
|
|
11402
11388
|
insert: D.useCallback(w, [b, r, n]),
|
|
11403
|
-
update: D.useCallback(
|
|
11389
|
+
update: D.useCallback(W, [b, r, n]),
|
|
11404
11390
|
replace: D.useCallback(P, [b, r, n]),
|
|
11405
|
-
fields: D.useMemo(() => l.map((O,
|
|
11391
|
+
fields: D.useMemo(() => l.map((O, j) => ({
|
|
11406
11392
|
...O,
|
|
11407
|
-
[o]: u.current[
|
|
11393
|
+
[o]: u.current[j] || wt()
|
|
11408
11394
|
})), [l, o])
|
|
11409
11395
|
};
|
|
11410
11396
|
}
|
|
@@ -11476,7 +11462,7 @@ function br(e) {
|
|
|
11476
11462
|
var Pb = (e, t, n, r) => {
|
|
11477
11463
|
const o = {};
|
|
11478
11464
|
for (const i of e) {
|
|
11479
|
-
const a =
|
|
11465
|
+
const a = N(t, i);
|
|
11480
11466
|
a && oe(o, i, a._f);
|
|
11481
11467
|
}
|
|
11482
11468
|
return {
|
|
@@ -11489,7 +11475,7 @@ var Pb = (e, t, n, r) => {
|
|
|
11489
11475
|
const ri = "AsyncFunction";
|
|
11490
11476
|
var Tb = (e) => !!e && !!e.validate && !!(st(e.validate) && e.validate.constructor.name === ri || me(e.validate) && Object.values(e.validate).find((t) => t.constructor.name === ri)), Ab = (e) => e.mount && (e.required || e.min || e.max || e.maxLength || e.minLength || e.pattern || e.validate);
|
|
11491
11477
|
function oi(e, t, n) {
|
|
11492
|
-
const r =
|
|
11478
|
+
const r = N(e, n);
|
|
11493
11479
|
if (r || Gr(n))
|
|
11494
11480
|
return {
|
|
11495
11481
|
error: r,
|
|
@@ -11497,7 +11483,7 @@ function oi(e, t, n) {
|
|
|
11497
11483
|
};
|
|
11498
11484
|
const o = n.split(".");
|
|
11499
11485
|
for (; o.length; ) {
|
|
11500
|
-
const i = o.join("."), a =
|
|
11486
|
+
const i = o.join("."), a = N(t, i), l = N(e, i);
|
|
11501
11487
|
if (a && !Array.isArray(a) && n !== i)
|
|
11502
11488
|
return { name: n };
|
|
11503
11489
|
if (l && l.type)
|
|
@@ -11511,7 +11497,7 @@ function oi(e, t, n) {
|
|
|
11511
11497
|
name: n
|
|
11512
11498
|
};
|
|
11513
11499
|
}
|
|
11514
|
-
var _b = (e, t, n, r, o) => o.isOnAll ? !1 : !n && o.isOnTouch ? !(t || e) : (n ? r.isOnBlur : o.isOnBlur) ? !e : (n ? r.isOnChange : o.isOnChange) ? e : !0, Fb = (e, t) => !wn(
|
|
11500
|
+
var _b = (e, t, n, r, o) => o.isOnAll ? !1 : !n && o.isOnTouch ? !(t || e) : (n ? r.isOnBlur : o.isOnBlur) ? !e : (n ? r.isOnChange : o.isOnChange) ? e : !0, Fb = (e, t) => !wn(N(e, t)).length && be(e, t);
|
|
11515
11501
|
const Wb = {
|
|
11516
11502
|
mode: Xe.onSubmit,
|
|
11517
11503
|
reValidateMode: Xe.onChange,
|
|
@@ -11535,7 +11521,7 @@ function Nb(e = {}) {
|
|
|
11535
11521
|
validatingFields: {},
|
|
11536
11522
|
errors: t.errors || {},
|
|
11537
11523
|
disabled: t.disabled || !1
|
|
11538
|
-
}, r = {}, o = me(t.defaultValues) || me(t.values) ?
|
|
11524
|
+
}, r = {}, o = me(t.defaultValues) || me(t.values) ? ke(t.defaultValues || t.values) || {} : {}, i = t.shouldUnregister ? {} : ke(o), a = {
|
|
11539
11525
|
action: !1,
|
|
11540
11526
|
mount: !1,
|
|
11541
11527
|
watch: !1
|
|
@@ -11558,34 +11544,34 @@ function Nb(e = {}) {
|
|
|
11558
11544
|
values: mr(),
|
|
11559
11545
|
array: mr(),
|
|
11560
11546
|
state: mr()
|
|
11561
|
-
}, h = an(t.mode), b = an(t.reValidateMode), C = t.criteriaMode === Xe.all,
|
|
11547
|
+
}, h = an(t.mode), b = an(t.reValidateMode), C = t.criteriaMode === Xe.all, $ = (g) => (m) => {
|
|
11562
11548
|
clearTimeout(u), u = setTimeout(g, m);
|
|
11563
|
-
},
|
|
11549
|
+
}, S = async (g) => {
|
|
11564
11550
|
if (!t.disabled && (p.isValid || g)) {
|
|
11565
|
-
const m = t.resolver ? Ie((await
|
|
11551
|
+
const m = t.resolver ? Ie((await E()).errors) : await B(r, !0);
|
|
11566
11552
|
m !== n.isValid && f.state.next({
|
|
11567
11553
|
isValid: m
|
|
11568
11554
|
});
|
|
11569
11555
|
}
|
|
11570
11556
|
}, w = (g, m) => {
|
|
11571
11557
|
!t.disabled && (p.isValidating || p.validatingFields) && ((g || Array.from(l.mount)).forEach((M) => {
|
|
11572
|
-
M && (m ? oe(n.validatingFields, M, m) :
|
|
11558
|
+
M && (m ? oe(n.validatingFields, M, m) : be(n.validatingFields, M));
|
|
11573
11559
|
}), f.state.next({
|
|
11574
11560
|
validatingFields: n.validatingFields,
|
|
11575
11561
|
isValidating: !Ie(n.validatingFields)
|
|
11576
11562
|
}));
|
|
11577
11563
|
}, v = (g, m = [], M, d, k = !0, x = !0) => {
|
|
11578
11564
|
if (d && M && !t.disabled) {
|
|
11579
|
-
if (a.action = !0, x && Array.isArray(
|
|
11580
|
-
const A = M(
|
|
11565
|
+
if (a.action = !0, x && Array.isArray(N(r, g))) {
|
|
11566
|
+
const A = M(N(r, g), d.argA, d.argB);
|
|
11581
11567
|
k && oe(r, g, A);
|
|
11582
11568
|
}
|
|
11583
|
-
if (x && Array.isArray(
|
|
11584
|
-
const A = M(
|
|
11569
|
+
if (x && Array.isArray(N(n.errors, g))) {
|
|
11570
|
+
const A = M(N(n.errors, g), d.argA, d.argB);
|
|
11585
11571
|
k && oe(n.errors, g, A), Fb(n.errors, g);
|
|
11586
11572
|
}
|
|
11587
|
-
if (p.touchedFields && x && Array.isArray(
|
|
11588
|
-
const A = M(
|
|
11573
|
+
if (p.touchedFields && x && Array.isArray(N(n.touchedFields, g))) {
|
|
11574
|
+
const A = M(N(n.touchedFields, g), d.argA, d.argB);
|
|
11589
11575
|
k && oe(n.touchedFields, g, A);
|
|
11590
11576
|
}
|
|
11591
11577
|
p.dirtyFields && (n.dirtyFields = Jt(o, i)), f.state.next({
|
|
@@ -11597,43 +11583,43 @@ function Nb(e = {}) {
|
|
|
11597
11583
|
});
|
|
11598
11584
|
} else
|
|
11599
11585
|
oe(i, g, m);
|
|
11600
|
-
},
|
|
11586
|
+
}, T = (g, m) => {
|
|
11601
11587
|
oe(n.errors, g, m), f.state.next({
|
|
11602
11588
|
errors: n.errors
|
|
11603
11589
|
});
|
|
11604
|
-
},
|
|
11590
|
+
}, W = (g) => {
|
|
11605
11591
|
n.errors = g, f.state.next({
|
|
11606
11592
|
errors: n.errors,
|
|
11607
11593
|
isValid: !1
|
|
11608
11594
|
});
|
|
11609
11595
|
}, P = (g, m, M, d) => {
|
|
11610
|
-
const k =
|
|
11596
|
+
const k = N(r, g);
|
|
11611
11597
|
if (k) {
|
|
11612
|
-
const x =
|
|
11613
|
-
de(x) || d && d.defaultChecked || m ? oe(i, g, m ? x : br(k._f)) : Y(g, x), a.mount &&
|
|
11598
|
+
const x = N(i, g, de(M) ? N(o, g) : M);
|
|
11599
|
+
de(x) || d && d.defaultChecked || m ? oe(i, g, m ? x : br(k._f)) : Y(g, x), a.mount && S();
|
|
11614
11600
|
}
|
|
11615
11601
|
}, O = (g, m, M, d, k) => {
|
|
11616
11602
|
let x = !1, A = !1;
|
|
11617
|
-
const
|
|
11603
|
+
const L = {
|
|
11618
11604
|
name: g
|
|
11619
11605
|
};
|
|
11620
11606
|
if (!t.disabled) {
|
|
11621
|
-
const H = !!(
|
|
11607
|
+
const H = !!(N(r, g) && N(r, g)._f && N(r, g)._f.disabled);
|
|
11622
11608
|
if (!M || d) {
|
|
11623
|
-
p.isDirty && (A = n.isDirty, n.isDirty =
|
|
11624
|
-
const R = H || kt(
|
|
11625
|
-
A = !!(!H &&
|
|
11609
|
+
p.isDirty && (A = n.isDirty, n.isDirty = L.isDirty = F(), x = A !== L.isDirty);
|
|
11610
|
+
const R = H || kt(N(o, g), m);
|
|
11611
|
+
A = !!(!H && N(n.dirtyFields, g)), R || H ? be(n.dirtyFields, g) : oe(n.dirtyFields, g, !0), L.dirtyFields = n.dirtyFields, x = x || p.dirtyFields && A !== !R;
|
|
11626
11612
|
}
|
|
11627
11613
|
if (M) {
|
|
11628
|
-
const R =
|
|
11629
|
-
R || (oe(n.touchedFields, g, M),
|
|
11614
|
+
const R = N(n.touchedFields, g);
|
|
11615
|
+
R || (oe(n.touchedFields, g, M), L.touchedFields = n.touchedFields, x = x || p.touchedFields && R !== M);
|
|
11630
11616
|
}
|
|
11631
|
-
x && k && f.state.next(
|
|
11617
|
+
x && k && f.state.next(L);
|
|
11632
11618
|
}
|
|
11633
|
-
return x ?
|
|
11634
|
-
},
|
|
11635
|
-
const k =
|
|
11636
|
-
if (t.delayError && M ? (c =
|
|
11619
|
+
return x ? L : {};
|
|
11620
|
+
}, j = (g, m, M, d) => {
|
|
11621
|
+
const k = N(n.errors, g), x = p.isValid && qe(m) && n.isValid !== m;
|
|
11622
|
+
if (t.delayError && M ? (c = $(() => T(g, M)), c(t.delayError)) : (clearTimeout(u), c = null, M ? oe(n.errors, g, M) : be(n.errors, g)), (M ? !kt(k, M) : k) || !Ie(d) || x) {
|
|
11637
11623
|
const A = {
|
|
11638
11624
|
...d,
|
|
11639
11625
|
...x && qe(m) ? { isValid: m } : {},
|
|
@@ -11645,21 +11631,21 @@ function Nb(e = {}) {
|
|
|
11645
11631
|
...A
|
|
11646
11632
|
}, f.state.next(A);
|
|
11647
11633
|
}
|
|
11648
|
-
},
|
|
11634
|
+
}, E = async (g) => {
|
|
11649
11635
|
w(g, !0);
|
|
11650
11636
|
const m = await t.resolver(i, t.context, Pb(g || l.mount, r, t.criteriaMode, t.shouldUseNativeValidation));
|
|
11651
11637
|
return w(g), m;
|
|
11652
11638
|
}, _ = async (g) => {
|
|
11653
|
-
const { errors: m } = await
|
|
11639
|
+
const { errors: m } = await E(g);
|
|
11654
11640
|
if (g)
|
|
11655
11641
|
for (const M of g) {
|
|
11656
|
-
const d =
|
|
11657
|
-
d ? oe(n.errors, M, d) :
|
|
11642
|
+
const d = N(m, M);
|
|
11643
|
+
d ? oe(n.errors, M, d) : be(n.errors, M);
|
|
11658
11644
|
}
|
|
11659
11645
|
else
|
|
11660
11646
|
n.errors = m;
|
|
11661
11647
|
return m;
|
|
11662
|
-
},
|
|
11648
|
+
}, B = async (g, m, M = {
|
|
11663
11649
|
valid: !0
|
|
11664
11650
|
}) => {
|
|
11665
11651
|
for (const d in g) {
|
|
@@ -11667,31 +11653,31 @@ function Nb(e = {}) {
|
|
|
11667
11653
|
if (k) {
|
|
11668
11654
|
const { _f: x, ...A } = k;
|
|
11669
11655
|
if (x) {
|
|
11670
|
-
const
|
|
11656
|
+
const L = l.array.has(x.name), H = k._f && Tb(k._f);
|
|
11671
11657
|
H && p.validatingFields && w([d], !0);
|
|
11672
|
-
const R = await Dr(k, l.disabled, i, C, t.shouldUseNativeValidation && !m,
|
|
11658
|
+
const R = await Dr(k, l.disabled, i, C, t.shouldUseNativeValidation && !m, L);
|
|
11673
11659
|
if (H && p.validatingFields && w([d]), R[x.name] && (M.valid = !1, m))
|
|
11674
11660
|
break;
|
|
11675
|
-
!m && (
|
|
11661
|
+
!m && (N(R, x.name) ? L ? Ja(n.errors, R, x.name) : oe(n.errors, x.name, R[x.name]) : be(n.errors, x.name));
|
|
11676
11662
|
}
|
|
11677
|
-
!Ie(A) && await
|
|
11663
|
+
!Ie(A) && await B(A, m, M);
|
|
11678
11664
|
}
|
|
11679
11665
|
}
|
|
11680
11666
|
return M.valid;
|
|
11681
11667
|
}, X = () => {
|
|
11682
11668
|
for (const g of l.unMount) {
|
|
11683
|
-
const m =
|
|
11669
|
+
const m = N(r, g);
|
|
11684
11670
|
m && (m._f.refs ? m._f.refs.every((M) => !yr(M)) : !yr(m._f.ref)) && Pe(g);
|
|
11685
11671
|
}
|
|
11686
11672
|
l.unMount = /* @__PURE__ */ new Set();
|
|
11687
11673
|
}, F = (g, m) => !t.disabled && (g && m && oe(i, g, m), !kt(te(), o)), I = (g, m, M) => Qa(g, l, {
|
|
11688
11674
|
...a.mount ? i : de(m) ? o : ct(g) ? { [g]: m } : m
|
|
11689
|
-
}, M, m), q = (g) => wn(
|
|
11690
|
-
const d =
|
|
11675
|
+
}, M, m), q = (g) => wn(N(a.mount ? i : o, g, t.shouldUnregister ? N(o, g, []) : [])), Y = (g, m, M = {}) => {
|
|
11676
|
+
const d = N(r, g);
|
|
11691
11677
|
let k = m;
|
|
11692
11678
|
if (d) {
|
|
11693
11679
|
const x = d._f;
|
|
11694
|
-
x && (!x.disabled && oe(i, g, os(m, x)), k = Wn(x.ref) && Re(m) ? "" : m, ts(x.ref) ? [...x.ref.options].forEach((A) => A.selected = k.includes(A.value)) : x.refs ? xn(x.ref) ? x.refs.length > 1 ? x.refs.forEach((A) => (!A.defaultChecked || !A.disabled) && (A.checked = Array.isArray(k) ? !!k.find((
|
|
11680
|
+
x && (!x.disabled && oe(i, g, os(m, x)), k = Wn(x.ref) && Re(m) ? "" : m, ts(x.ref) ? [...x.ref.options].forEach((A) => A.selected = k.includes(A.value)) : x.refs ? xn(x.ref) ? x.refs.length > 1 ? x.refs.forEach((A) => (!A.defaultChecked || !A.disabled) && (A.checked = Array.isArray(k) ? !!k.find((L) => L === A.value) : k === A.value)) : x.refs[0] && (x.refs[0].checked = !!k) : x.refs.forEach((A) => A.checked = A.value === k) : Ur(x.ref) ? x.ref.value = "" : (x.ref.value = k, x.ref.type || f.values.next({
|
|
11695
11681
|
name: g,
|
|
11696
11682
|
values: { ...i }
|
|
11697
11683
|
})));
|
|
@@ -11699,11 +11685,11 @@ function Nb(e = {}) {
|
|
|
11699
11685
|
(M.shouldDirty || M.shouldTouch) && O(g, k, M.shouldTouch, M.shouldDirty, !0), M.shouldValidate && pe(g);
|
|
11700
11686
|
}, J = (g, m, M) => {
|
|
11701
11687
|
for (const d in m) {
|
|
11702
|
-
const k = m[d], x = `${g}.${d}`, A =
|
|
11688
|
+
const k = m[d], x = `${g}.${d}`, A = N(r, x);
|
|
11703
11689
|
(l.array.has(g) || me(k) || A && !A._f) && !Et(k) ? J(x, k, M) : Y(x, k, M);
|
|
11704
11690
|
}
|
|
11705
11691
|
}, K = (g, m, M = {}) => {
|
|
11706
|
-
const d =
|
|
11692
|
+
const d = N(r, g), k = l.array.has(g), x = ke(m);
|
|
11707
11693
|
oe(i, g, x), k ? (f.array.next({
|
|
11708
11694
|
name: g,
|
|
11709
11695
|
values: { ...i }
|
|
@@ -11719,12 +11705,12 @@ function Nb(e = {}) {
|
|
|
11719
11705
|
a.mount = !0;
|
|
11720
11706
|
const m = g.target;
|
|
11721
11707
|
let M = m.name, d = !0;
|
|
11722
|
-
const k =
|
|
11723
|
-
d = Number.isNaN(
|
|
11708
|
+
const k = N(r, M), x = () => m.type ? br(k._f) : za(g), A = (L) => {
|
|
11709
|
+
d = Number.isNaN(L) || Et(L) && isNaN(L.getTime()) || kt(L, N(i, M, L));
|
|
11724
11710
|
};
|
|
11725
11711
|
if (k) {
|
|
11726
|
-
let
|
|
11727
|
-
const R = x(), ge = g.type === Fn.BLUR || g.type === Fn.FOCUS_OUT, He = !Ab(k._f) && !t.resolver && !
|
|
11712
|
+
let L, H;
|
|
11713
|
+
const R = x(), ge = g.type === Fn.BLUR || g.type === Fn.FOCUS_OUT, He = !Ab(k._f) && !t.resolver && !N(n.errors, M) && !k._f.deps || _b(ge, N(n.touchedFields, M), n.isSubmitted, b, h), he = Or(M, l, ge);
|
|
11728
11714
|
oe(i, M, R), ge ? (k._f.onBlur && k._f.onBlur(g), c && c(0)) : k._f.onChange && k._f.onChange(g);
|
|
11729
11715
|
const _e = O(M, R, ge, !1), Ke = !Ie(_e) || he;
|
|
11730
11716
|
if (!ge && f.values.next({
|
|
@@ -11732,30 +11718,30 @@ function Nb(e = {}) {
|
|
|
11732
11718
|
type: g.type,
|
|
11733
11719
|
values: { ...i }
|
|
11734
11720
|
}), He)
|
|
11735
|
-
return p.isValid && (t.mode === "onBlur" && ge ?
|
|
11721
|
+
return p.isValid && (t.mode === "onBlur" && ge ? S() : ge || S()), Ke && f.state.next({ name: M, ...he ? {} : _e });
|
|
11736
11722
|
if (!ge && he && f.state.next({ ...n }), t.resolver) {
|
|
11737
|
-
const { errors: V } = await
|
|
11723
|
+
const { errors: V } = await E([M]);
|
|
11738
11724
|
if (A(R), d) {
|
|
11739
11725
|
const ne = oi(n.errors, r, M), Q = oi(V, r, ne.name || M);
|
|
11740
|
-
|
|
11726
|
+
L = Q.error, M = Q.name, H = Ie(V);
|
|
11741
11727
|
}
|
|
11742
11728
|
} else
|
|
11743
|
-
w([M], !0),
|
|
11744
|
-
d && (k._f.deps && pe(k._f.deps),
|
|
11729
|
+
w([M], !0), L = (await Dr(k, l.disabled, i, C, t.shouldUseNativeValidation))[M], w([M]), A(R), d && (L ? H = !1 : p.isValid && (H = await B(r, !0)));
|
|
11730
|
+
d && (k._f.deps && pe(k._f.deps), j(M, H, L, _e));
|
|
11745
11731
|
}
|
|
11746
11732
|
}, ee = (g, m) => {
|
|
11747
|
-
if (
|
|
11733
|
+
if (N(n.errors, m) && g.focus)
|
|
11748
11734
|
return g.focus(), 1;
|
|
11749
11735
|
}, pe = async (g, m = {}) => {
|
|
11750
11736
|
let M, d;
|
|
11751
11737
|
const k = Le(g);
|
|
11752
11738
|
if (t.resolver) {
|
|
11753
11739
|
const x = await _(de(g) ? g : k);
|
|
11754
|
-
M = Ie(x), d = g ? !k.some((A) =>
|
|
11740
|
+
M = Ie(x), d = g ? !k.some((A) => N(x, A)) : M;
|
|
11755
11741
|
} else g ? (d = (await Promise.all(k.map(async (x) => {
|
|
11756
|
-
const A =
|
|
11757
|
-
return await
|
|
11758
|
-
}))).every(Boolean), !(!d && !n.isValid) &&
|
|
11742
|
+
const A = N(r, x);
|
|
11743
|
+
return await B(A && A._f ? { [x]: A } : A);
|
|
11744
|
+
}))).every(Boolean), !(!d && !n.isValid) && S()) : d = M = await B(r);
|
|
11759
11745
|
return f.state.next({
|
|
11760
11746
|
...!ct(g) || p.isValid && M !== n.isValid ? {} : { name: g },
|
|
11761
11747
|
...t.resolver || !g ? { isValid: M } : {},
|
|
@@ -11765,19 +11751,19 @@ function Nb(e = {}) {
|
|
|
11765
11751
|
const m = {
|
|
11766
11752
|
...a.mount ? i : o
|
|
11767
11753
|
};
|
|
11768
|
-
return de(g) ? m : ct(g) ?
|
|
11754
|
+
return de(g) ? m : ct(g) ? N(m, g) : g.map((M) => N(m, M));
|
|
11769
11755
|
}, Me = (g, m) => ({
|
|
11770
|
-
invalid: !!
|
|
11771
|
-
isDirty: !!
|
|
11772
|
-
error:
|
|
11773
|
-
isValidating: !!
|
|
11774
|
-
isTouched: !!
|
|
11756
|
+
invalid: !!N((m || n).errors, g),
|
|
11757
|
+
isDirty: !!N((m || n).dirtyFields, g),
|
|
11758
|
+
error: N((m || n).errors, g),
|
|
11759
|
+
isValidating: !!N(n.validatingFields, g),
|
|
11760
|
+
isTouched: !!N((m || n).touchedFields, g)
|
|
11775
11761
|
}), je = (g) => {
|
|
11776
|
-
g && Le(g).forEach((m) =>
|
|
11762
|
+
g && Le(g).forEach((m) => be(n.errors, m)), f.state.next({
|
|
11777
11763
|
errors: g ? n.errors : {}
|
|
11778
11764
|
});
|
|
11779
11765
|
}, Oe = (g, m, M) => {
|
|
11780
|
-
const d = (
|
|
11766
|
+
const d = (N(r, g, { _f: {} })._f || {}).ref, k = N(n.errors, g) || {}, { ref: x, message: A, type: L, ...H } = k;
|
|
11781
11767
|
oe(n.errors, g, {
|
|
11782
11768
|
...H,
|
|
11783
11769
|
...m,
|
|
@@ -11791,17 +11777,17 @@ function Nb(e = {}) {
|
|
|
11791
11777
|
next: (M) => g(I(void 0, m), M)
|
|
11792
11778
|
}) : I(g, m, !0), Pe = (g, m = {}) => {
|
|
11793
11779
|
for (const M of g ? Le(g) : l.mount)
|
|
11794
|
-
l.mount.delete(M), l.array.delete(M), m.keepValue || (
|
|
11780
|
+
l.mount.delete(M), l.array.delete(M), m.keepValue || (be(r, M), be(i, M)), !m.keepError && be(n.errors, M), !m.keepDirty && be(n.dirtyFields, M), !m.keepTouched && be(n.touchedFields, M), !m.keepIsValidating && be(n.validatingFields, M), !t.shouldUnregister && !m.keepDefaultValue && be(o, M);
|
|
11795
11781
|
f.values.next({
|
|
11796
11782
|
values: { ...i }
|
|
11797
11783
|
}), f.state.next({
|
|
11798
11784
|
...n,
|
|
11799
11785
|
...m.keepDirty ? { isDirty: F() } : {}
|
|
11800
|
-
}), !m.keepIsValid &&
|
|
11786
|
+
}), !m.keepIsValid && S();
|
|
11801
11787
|
}, Te = ({ disabled: g, name: m, field: M, fields: d }) => {
|
|
11802
|
-
(qe(g) && a.mount || g || l.disabled.has(m)) && (g ? l.disabled.add(m) : l.disabled.delete(m), O(m, br(M ? M._f :
|
|
11788
|
+
(qe(g) && a.mount || g || l.disabled.has(m)) && (g ? l.disabled.add(m) : l.disabled.delete(m), O(m, br(M ? M._f : N(d, m)._f), !1, !1, !0));
|
|
11803
11789
|
}, Ee = (g, m = {}) => {
|
|
11804
|
-
let M =
|
|
11790
|
+
let M = N(r, g);
|
|
11805
11791
|
const d = qe(m.disabled) || qe(t.disabled);
|
|
11806
11792
|
return oe(r, g, {
|
|
11807
11793
|
...M || {},
|
|
@@ -11830,30 +11816,30 @@ function Nb(e = {}) {
|
|
|
11830
11816
|
onBlur: fe,
|
|
11831
11817
|
ref: (k) => {
|
|
11832
11818
|
if (k) {
|
|
11833
|
-
Ee(g, m), M =
|
|
11834
|
-
const x = de(k.value) && k.querySelectorAll && k.querySelectorAll("input,select,textarea")[0] || k, A = Eb(x),
|
|
11835
|
-
if (A ?
|
|
11819
|
+
Ee(g, m), M = N(r, g);
|
|
11820
|
+
const x = de(k.value) && k.querySelectorAll && k.querySelectorAll("input,select,textarea")[0] || k, A = Eb(x), L = M._f.refs || [];
|
|
11821
|
+
if (A ? L.find((H) => H === x) : x === M._f.ref)
|
|
11836
11822
|
return;
|
|
11837
11823
|
oe(r, g, {
|
|
11838
11824
|
_f: {
|
|
11839
11825
|
...M._f,
|
|
11840
11826
|
...A ? {
|
|
11841
11827
|
refs: [
|
|
11842
|
-
...
|
|
11828
|
+
...L.filter(yr),
|
|
11843
11829
|
x,
|
|
11844
|
-
...Array.isArray(
|
|
11830
|
+
...Array.isArray(N(o, g)) ? [{}] : []
|
|
11845
11831
|
],
|
|
11846
11832
|
ref: { type: x.type, name: g }
|
|
11847
11833
|
} : { ref: x }
|
|
11848
11834
|
}
|
|
11849
11835
|
}), P(g, !1, void 0, x);
|
|
11850
11836
|
} else
|
|
11851
|
-
M =
|
|
11837
|
+
M = N(r, g, {}), M._f && (M._f.mount = !1), (t.shouldUnregister || m.shouldUnregister) && !(Ya(l.array, g) && a.action) && l.unMount.add(g);
|
|
11852
11838
|
}
|
|
11853
11839
|
};
|
|
11854
11840
|
}, Ge = () => t.shouldFocusError && Vt(r, ee, l.mount), Ve = (g) => {
|
|
11855
11841
|
qe(g) && (f.state.next({ disabled: g }), Vt(r, (m, M) => {
|
|
11856
|
-
const d =
|
|
11842
|
+
const d = N(r, M);
|
|
11857
11843
|
d && (m.disabled = d._f.disabled || g, Array.isArray(d._f.refs) && d._f.refs.forEach((k) => {
|
|
11858
11844
|
k.disabled = d._f.disabled || g;
|
|
11859
11845
|
}));
|
|
@@ -11861,18 +11847,18 @@ function Nb(e = {}) {
|
|
|
11861
11847
|
}, Ue = (g, m) => async (M) => {
|
|
11862
11848
|
let d;
|
|
11863
11849
|
M && (M.preventDefault && M.preventDefault(), M.persist && M.persist());
|
|
11864
|
-
let k =
|
|
11850
|
+
let k = ke(i);
|
|
11865
11851
|
if (l.disabled.size)
|
|
11866
11852
|
for (const x of l.disabled)
|
|
11867
11853
|
oe(k, x, void 0);
|
|
11868
11854
|
if (f.state.next({
|
|
11869
11855
|
isSubmitting: !0
|
|
11870
11856
|
}), t.resolver) {
|
|
11871
|
-
const { errors: x, values: A } = await
|
|
11857
|
+
const { errors: x, values: A } = await E();
|
|
11872
11858
|
n.errors = x, k = A;
|
|
11873
11859
|
} else
|
|
11874
|
-
await
|
|
11875
|
-
if (
|
|
11860
|
+
await B(r);
|
|
11861
|
+
if (be(n.errors, "root"), Ie(n.errors)) {
|
|
11876
11862
|
f.state.next({
|
|
11877
11863
|
errors: {}
|
|
11878
11864
|
});
|
|
@@ -11892,23 +11878,23 @@ function Nb(e = {}) {
|
|
|
11892
11878
|
}), d)
|
|
11893
11879
|
throw d;
|
|
11894
11880
|
}, Je = (g, m = {}) => {
|
|
11895
|
-
|
|
11881
|
+
N(r, g) && (de(m.defaultValue) ? K(g, ke(N(o, g))) : (K(g, m.defaultValue), oe(o, g, ke(m.defaultValue))), m.keepTouched || be(n.touchedFields, g), m.keepDirty || (be(n.dirtyFields, g), n.isDirty = m.defaultValue ? F(g, ke(N(o, g))) : F()), m.keepError || (be(n.errors, g), p.isValid && S()), f.state.next({ ...n }));
|
|
11896
11882
|
}, ft = (g, m = {}) => {
|
|
11897
|
-
const M = g ?
|
|
11883
|
+
const M = g ? ke(g) : o, d = ke(M), k = Ie(g), x = k ? o : d;
|
|
11898
11884
|
if (m.keepDefaultValues || (o = M), !m.keepValues) {
|
|
11899
11885
|
if (m.keepDirtyValues) {
|
|
11900
11886
|
const A = /* @__PURE__ */ new Set([
|
|
11901
11887
|
...l.mount,
|
|
11902
11888
|
...Object.keys(Jt(o, i))
|
|
11903
11889
|
]);
|
|
11904
|
-
for (const
|
|
11905
|
-
|
|
11890
|
+
for (const L of Array.from(A))
|
|
11891
|
+
N(n.dirtyFields, L) ? oe(x, L, N(i, L)) : K(L, N(x, L));
|
|
11906
11892
|
} else {
|
|
11907
11893
|
if (Yr && de(g))
|
|
11908
11894
|
for (const A of l.mount) {
|
|
11909
|
-
const
|
|
11910
|
-
if (
|
|
11911
|
-
const H = Array.isArray(
|
|
11895
|
+
const L = N(r, A);
|
|
11896
|
+
if (L && L._f) {
|
|
11897
|
+
const H = Array.isArray(L._f.refs) ? L._f.refs[0] : L._f.ref;
|
|
11912
11898
|
if (Wn(H)) {
|
|
11913
11899
|
const R = H.closest("form");
|
|
11914
11900
|
if (R) {
|
|
@@ -11920,7 +11906,7 @@ function Nb(e = {}) {
|
|
|
11920
11906
|
}
|
|
11921
11907
|
r = {};
|
|
11922
11908
|
}
|
|
11923
|
-
i = t.shouldUnregister ? m.keepDefaultValues ?
|
|
11909
|
+
i = t.shouldUnregister ? m.keepDefaultValues ? ke(o) : {} : ke(x), f.array.next({
|
|
11924
11910
|
values: { ...x }
|
|
11925
11911
|
}), f.values.next({
|
|
11926
11912
|
values: { ...x }
|
|
@@ -11952,10 +11938,10 @@ function Nb(e = {}) {
|
|
|
11952
11938
|
getFieldState: Me,
|
|
11953
11939
|
handleSubmit: Ue,
|
|
11954
11940
|
setError: Oe,
|
|
11955
|
-
_executeSchema:
|
|
11941
|
+
_executeSchema: E,
|
|
11956
11942
|
_getWatch: I,
|
|
11957
11943
|
_getDirty: F,
|
|
11958
|
-
_updateValid:
|
|
11944
|
+
_updateValid: S,
|
|
11959
11945
|
_removeUnmounted: X,
|
|
11960
11946
|
_updateFieldArray: v,
|
|
11961
11947
|
_updateDisabledField: Te,
|
|
@@ -11975,7 +11961,7 @@ function Nb(e = {}) {
|
|
|
11975
11961
|
_disableForm: Ve,
|
|
11976
11962
|
_subjects: f,
|
|
11977
11963
|
_proxyFormState: p,
|
|
11978
|
-
_setErrors:
|
|
11964
|
+
_setErrors: W,
|
|
11979
11965
|
get _fields() {
|
|
11980
11966
|
return r;
|
|
11981
11967
|
},
|
|
@@ -12025,7 +12011,7 @@ function Nb(e = {}) {
|
|
|
12025
12011
|
unregister: Pe,
|
|
12026
12012
|
setError: Oe,
|
|
12027
12013
|
setFocus: (g, m = {}) => {
|
|
12028
|
-
const M =
|
|
12014
|
+
const M = N(r, g), d = M && M._f;
|
|
12029
12015
|
if (d) {
|
|
12030
12016
|
const k = d.refs ? d.refs[0] : d.ref;
|
|
12031
12017
|
k.focus && (k.focus(), m.shouldSelect && st(k.select) && k.select());
|
|
@@ -12234,7 +12220,7 @@ export {
|
|
|
12234
12220
|
Iv as ButtonGroup,
|
|
12235
12221
|
_t as ButtonSizes,
|
|
12236
12222
|
ot as ButtonStates,
|
|
12237
|
-
|
|
12223
|
+
ve as ButtonVariants,
|
|
12238
12224
|
Rv as Card,
|
|
12239
12225
|
Bv as CardActions,
|
|
12240
12226
|
Lv as CardContent,
|
|
@@ -12344,7 +12330,7 @@ export {
|
|
|
12344
12330
|
Cv as TextArea,
|
|
12345
12331
|
yn as TextField,
|
|
12346
12332
|
$v as ThemeProvider,
|
|
12347
|
-
|
|
12333
|
+
xe as Tooltip,
|
|
12348
12334
|
ue as Typography,
|
|
12349
12335
|
Hv as buttonClasses,
|
|
12350
12336
|
zv as cardActionsClasses,
|