@max-ts/components 0.5.3 → 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
|
},
|
|
@@ -1803,7 +1800,7 @@ const _c = ({
|
|
|
1803
1800
|
colorIntensity: t = "800"
|
|
1804
1801
|
}) => {
|
|
1805
1802
|
const n = Bn();
|
|
1806
|
-
return
|
|
1803
|
+
return Ce(() => {
|
|
1807
1804
|
const r = e && On[e];
|
|
1808
1805
|
if (r)
|
|
1809
1806
|
switch (r) {
|
|
@@ -1886,11 +1883,11 @@ const _c = ({
|
|
|
1886
1883
|
isDisabled: r
|
|
1887
1884
|
}) => {
|
|
1888
1885
|
if ("actions" in e) {
|
|
1889
|
-
const { icon: b, disabled: C, disabledReason:
|
|
1886
|
+
const { icon: b, disabled: C, disabledReason: $, name: S, actions: w } = e;
|
|
1890
1887
|
return /* @__PURE__ */ s.jsx(
|
|
1891
|
-
|
|
1888
|
+
xe,
|
|
1892
1889
|
{
|
|
1893
|
-
title:
|
|
1890
|
+
title: $ || S,
|
|
1894
1891
|
placement: n,
|
|
1895
1892
|
withoutContainer: !(r || C),
|
|
1896
1893
|
children: /* @__PURE__ */ s.jsx(
|
|
@@ -1900,13 +1897,13 @@ const _c = ({
|
|
|
1900
1897
|
variant: "text",
|
|
1901
1898
|
disabled: r || C,
|
|
1902
1899
|
children: w.map(
|
|
1903
|
-
({ name: v, onClick:
|
|
1900
|
+
({ name: v, onClick: T, ...W }) => /* @__PURE__ */ Tt(
|
|
1904
1901
|
nt,
|
|
1905
1902
|
{
|
|
1906
|
-
...
|
|
1903
|
+
...W,
|
|
1907
1904
|
key: v,
|
|
1908
1905
|
tooltipPlacement: n,
|
|
1909
|
-
onClick: t(
|
|
1906
|
+
onClick: t(T)
|
|
1910
1907
|
},
|
|
1911
1908
|
v
|
|
1912
1909
|
)
|
|
@@ -1914,7 +1911,7 @@ const _c = ({
|
|
|
1914
1911
|
}
|
|
1915
1912
|
)
|
|
1916
1913
|
},
|
|
1917
|
-
|
|
1914
|
+
S
|
|
1918
1915
|
);
|
|
1919
1916
|
}
|
|
1920
1917
|
const {
|
|
@@ -1928,7 +1925,7 @@ const _c = ({
|
|
|
1928
1925
|
...f
|
|
1929
1926
|
} = e, h = !u && (l || i);
|
|
1930
1927
|
return /* @__PURE__ */ s.jsx(
|
|
1931
|
-
|
|
1928
|
+
xe,
|
|
1932
1929
|
{
|
|
1933
1930
|
title: h,
|
|
1934
1931
|
placement: n,
|
|
@@ -1995,11 +1992,11 @@ const Vc = () => {
|
|
|
1995
1992
|
}
|
|
1996
1993
|
`, Qe = (e) => {
|
|
1997
1994
|
const {
|
|
1998
|
-
variant: t =
|
|
1995
|
+
variant: t = ve.Contained,
|
|
1999
1996
|
loading: n,
|
|
2000
1997
|
children: r,
|
|
2001
1998
|
...o
|
|
2002
|
-
} = e, i =
|
|
1999
|
+
} = e, i = Ce(() => t === ve.Contained ? "inverted" : "primary", [t]);
|
|
2003
2000
|
return /* @__PURE__ */ s.jsx(
|
|
2004
2001
|
zc,
|
|
2005
2002
|
{
|
|
@@ -2123,7 +2120,7 @@ const Qc = y(
|
|
|
2123
2120
|
`, Jc = y("div")`
|
|
2124
2121
|
display: inherit;
|
|
2125
2122
|
flex-direction: inherit;
|
|
2126
|
-
`,
|
|
2123
|
+
`, xe = (e) => {
|
|
2127
2124
|
const {
|
|
2128
2125
|
title: t,
|
|
2129
2126
|
placement: n = "top",
|
|
@@ -2154,7 +2151,7 @@ const Qc = y(
|
|
|
2154
2151
|
...l
|
|
2155
2152
|
} = e;
|
|
2156
2153
|
return /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(
|
|
2157
|
-
|
|
2154
|
+
xe,
|
|
2158
2155
|
{
|
|
2159
2156
|
title: n ? t : a,
|
|
2160
2157
|
placement: i,
|
|
@@ -2285,18 +2282,18 @@ const Qc = y(
|
|
|
2285
2282
|
disabled: h,
|
|
2286
2283
|
disabledReason: b,
|
|
2287
2284
|
note: C,
|
|
2288
|
-
isBlockingOperation:
|
|
2289
|
-
...
|
|
2285
|
+
isBlockingOperation: $,
|
|
2286
|
+
...S
|
|
2290
2287
|
} = n;
|
|
2291
2288
|
return /* @__PURE__ */ s.jsx(
|
|
2292
|
-
|
|
2289
|
+
xe,
|
|
2293
2290
|
{
|
|
2294
2291
|
title: h ? b : C,
|
|
2295
2292
|
withoutContainer: !(t || h),
|
|
2296
2293
|
children: /* @__PURE__ */ s.jsx(
|
|
2297
2294
|
ru,
|
|
2298
2295
|
{
|
|
2299
|
-
...
|
|
2296
|
+
...S,
|
|
2300
2297
|
disabled: t || h,
|
|
2301
2298
|
name: u,
|
|
2302
2299
|
children: f.map(
|
|
@@ -2317,7 +2314,7 @@ const Qc = y(
|
|
|
2317
2314
|
...c
|
|
2318
2315
|
} = n;
|
|
2319
2316
|
return /* @__PURE__ */ s.jsx(
|
|
2320
|
-
|
|
2317
|
+
xe,
|
|
2321
2318
|
{
|
|
2322
2319
|
title: o ? i : a,
|
|
2323
2320
|
withoutContainer: !(t || o),
|
|
@@ -2357,7 +2354,7 @@ const Qc = y(
|
|
|
2357
2354
|
...l
|
|
2358
2355
|
} = t;
|
|
2359
2356
|
return /* @__PURE__ */ s.jsx(
|
|
2360
|
-
|
|
2357
|
+
xe,
|
|
2361
2358
|
{
|
|
2362
2359
|
title: i ? o : n,
|
|
2363
2360
|
withoutContainer: !i,
|
|
@@ -2658,7 +2655,7 @@ const Qc = y(
|
|
|
2658
2655
|
rowsCount: c,
|
|
2659
2656
|
hasMultipleRows: c > go
|
|
2660
2657
|
};
|
|
2661
|
-
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: [
|
|
2662
2659
|
/* @__PURE__ */ s.jsx(
|
|
2663
2660
|
tr,
|
|
2664
2661
|
{
|
|
@@ -2671,7 +2668,7 @@ const Qc = y(
|
|
|
2671
2668
|
}
|
|
2672
2669
|
),
|
|
2673
2670
|
/* @__PURE__ */ s.jsx(ue, { ...f, component: "span", children: r })
|
|
2674
|
-
] }) }) : 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 });
|
|
2675
2672
|
}, Cu = y("div", {
|
|
2676
2673
|
shouldForwardProp: (e) => ![
|
|
2677
2674
|
"variant",
|
|
@@ -2989,7 +2986,7 @@ const $u = {
|
|
|
2989
2986
|
error: t,
|
|
2990
2987
|
children: n
|
|
2991
2988
|
}) => {
|
|
2992
|
-
const r =
|
|
2989
|
+
const r = Ce(() => e ? /* @__PURE__ */ s.jsx(Pu, { size: 16 }) : t ? /* @__PURE__ */ s.jsx(Tu, { size: 16 }) : null, [e, t]);
|
|
2993
2990
|
return n ? /* @__PURE__ */ s.jsxs(Eu, { error: t, success: e, children: [
|
|
2994
2991
|
r,
|
|
2995
2992
|
/* @__PURE__ */ s.jsx(Au, { children: n })
|
|
@@ -3013,25 +3010,25 @@ const $u = {
|
|
|
3013
3010
|
onBlur: p,
|
|
3014
3011
|
...f
|
|
3015
3012
|
}) => {
|
|
3016
|
-
const h =
|
|
3013
|
+
const h = Ce(() => {
|
|
3017
3014
|
if (e)
|
|
3018
3015
|
return "success";
|
|
3019
|
-
}, [e]), b =
|
|
3016
|
+
}, [e]), b = Ce(() => {
|
|
3020
3017
|
if (e)
|
|
3021
3018
|
return /* @__PURE__ */ s.jsx(wr, { success: !0, children: n });
|
|
3022
3019
|
if (t)
|
|
3023
3020
|
return /* @__PURE__ */ s.jsx(wr, { error: !0, children: n });
|
|
3024
3021
|
if (n)
|
|
3025
3022
|
return n;
|
|
3026
|
-
}, [n, e, t]), C = (
|
|
3023
|
+
}, [n, e, t]), C = ($) => {
|
|
3027
3024
|
if (u) {
|
|
3028
|
-
const
|
|
3025
|
+
const S = $.target.value?.trim();
|
|
3029
3026
|
f.onChange?.({
|
|
3030
|
-
|
|
3031
|
-
target: {
|
|
3027
|
+
...$,
|
|
3028
|
+
target: { ...$.target, value: S }
|
|
3032
3029
|
});
|
|
3033
3030
|
}
|
|
3034
|
-
p?.(
|
|
3031
|
+
p?.($);
|
|
3035
3032
|
};
|
|
3036
3033
|
return /* @__PURE__ */ s.jsx(
|
|
3037
3034
|
zs,
|
|
@@ -3072,19 +3069,19 @@ const $u = {
|
|
|
3072
3069
|
noOptionsText: c = "Нет данных",
|
|
3073
3070
|
onInputChange: u
|
|
3074
3071
|
}) => {
|
|
3075
|
-
const [p, f] = ce(""), h = Nu(e), b = p.length >= 1, C = o.length > 0,
|
|
3076
|
-
(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),
|
|
3077
3074
|
[t]
|
|
3078
3075
|
);
|
|
3079
3076
|
return {
|
|
3080
3077
|
isValueEmpty: h,
|
|
3081
|
-
isPopperVisible:
|
|
3078
|
+
isPopperVisible: $,
|
|
3082
3079
|
autocompleteProps: {
|
|
3083
|
-
isOptionEqualToValue:
|
|
3080
|
+
isOptionEqualToValue: S,
|
|
3084
3081
|
autoHighlight: r ? !1 : n,
|
|
3085
3082
|
noOptionsText: a ? l : c,
|
|
3086
|
-
onInputChange: (v,
|
|
3087
|
-
u?.(v,
|
|
3083
|
+
onInputChange: (v, T, W) => {
|
|
3084
|
+
u?.(v, T, W), i || f(T);
|
|
3088
3085
|
}
|
|
3089
3086
|
}
|
|
3090
3087
|
};
|
|
@@ -3101,18 +3098,18 @@ const $u = {
|
|
|
3101
3098
|
size: h = "medium",
|
|
3102
3099
|
placeholder: b = Fu,
|
|
3103
3100
|
overflowOption: C,
|
|
3104
|
-
closeText:
|
|
3105
|
-
openText:
|
|
3101
|
+
closeText: $ = "Закрыть",
|
|
3102
|
+
openText: S = "Открыть",
|
|
3106
3103
|
clearText: w = "Очистить",
|
|
3107
3104
|
loadingText: v = /* @__PURE__ */ s.jsx(hn, { color: "primary" }),
|
|
3108
|
-
isLoadedDataError:
|
|
3109
|
-
loadedDataError:
|
|
3105
|
+
isLoadedDataError: T,
|
|
3106
|
+
loadedDataError: W,
|
|
3110
3107
|
noOptionsText: P,
|
|
3111
3108
|
autoHighlight: O,
|
|
3112
|
-
renderInput:
|
|
3113
|
-
renderTags:
|
|
3109
|
+
renderInput: j,
|
|
3110
|
+
renderTags: E,
|
|
3114
3111
|
renderOption: _,
|
|
3115
|
-
...
|
|
3112
|
+
...B
|
|
3116
3113
|
} = e, X = se(
|
|
3117
3114
|
(Y) => {
|
|
3118
3115
|
const J = {
|
|
@@ -3126,11 +3123,11 @@ const $u = {
|
|
|
3126
3123
|
helperText: u,
|
|
3127
3124
|
size: h
|
|
3128
3125
|
};
|
|
3129
|
-
return
|
|
3126
|
+
return j ? j(J) : /* @__PURE__ */ s.jsx(yn, { ...J });
|
|
3130
3127
|
},
|
|
3131
3128
|
[
|
|
3132
3129
|
t,
|
|
3133
|
-
|
|
3130
|
+
j,
|
|
3134
3131
|
p,
|
|
3135
3132
|
o,
|
|
3136
3133
|
b,
|
|
@@ -3161,7 +3158,7 @@ const $u = {
|
|
|
3161
3158
|
},
|
|
3162
3159
|
[f, C, _]
|
|
3163
3160
|
), I = se(
|
|
3164
|
-
(Y, J, K) =>
|
|
3161
|
+
(Y, J, K) => E ? E(Y, J, K) : Y.map((fe, ee) => {
|
|
3165
3162
|
const pe = c?.(fe) || "";
|
|
3166
3163
|
return /* @__PURE__ */ Tt(
|
|
3167
3164
|
Ir,
|
|
@@ -3174,7 +3171,7 @@ const $u = {
|
|
|
3174
3171
|
}
|
|
3175
3172
|
);
|
|
3176
3173
|
}),
|
|
3177
|
-
[c,
|
|
3174
|
+
[c, E]
|
|
3178
3175
|
), q = se(
|
|
3179
3176
|
(Y) => n ? /* @__PURE__ */ s.jsx(Ys, { ...Y }) : null,
|
|
3180
3177
|
[n]
|
|
@@ -3182,11 +3179,11 @@ const $u = {
|
|
|
3182
3179
|
return /* @__PURE__ */ s.jsx(
|
|
3183
3180
|
Gs,
|
|
3184
3181
|
{
|
|
3185
|
-
...
|
|
3182
|
+
...B,
|
|
3186
3183
|
size: h,
|
|
3187
3184
|
clearText: w,
|
|
3188
|
-
closeText:
|
|
3189
|
-
openText:
|
|
3185
|
+
closeText: $,
|
|
3186
|
+
openText: S,
|
|
3190
3187
|
loadingText: v,
|
|
3191
3188
|
multiple: f,
|
|
3192
3189
|
disableCloseOnSelect: f,
|
|
@@ -3216,12 +3213,12 @@ const $u = {
|
|
|
3216
3213
|
onOpen: a,
|
|
3217
3214
|
onInputChange: l
|
|
3218
3215
|
}) => {
|
|
3219
|
-
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(
|
|
3220
3217
|
pi((P) => {
|
|
3221
3218
|
C.current?.abort();
|
|
3222
3219
|
const O = new AbortController();
|
|
3223
|
-
C.current = O, e(P, O?.signal).then((
|
|
3224
|
-
j
|
|
3220
|
+
C.current = O, e(P, O?.signal).then((j) => {
|
|
3221
|
+
S(j), b(j.length === 0);
|
|
3225
3222
|
}).finally(() => {
|
|
3226
3223
|
u(!1), C.current = null;
|
|
3227
3224
|
});
|
|
@@ -3237,12 +3234,12 @@ const $u = {
|
|
|
3237
3234
|
}
|
|
3238
3235
|
a?.(P);
|
|
3239
3236
|
},
|
|
3240
|
-
handleInputChange: (P, O,
|
|
3237
|
+
handleInputChange: (P, O, j) => {
|
|
3241
3238
|
if (!O || O.length < n)
|
|
3242
|
-
return w && w.clear(), b(!1), u(!1),
|
|
3243
|
-
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);
|
|
3244
3241
|
},
|
|
3245
|
-
options:
|
|
3242
|
+
options: $,
|
|
3246
3243
|
isLoadingData: c,
|
|
3247
3244
|
emptyOptionsText: h ? i : Lu
|
|
3248
3245
|
};
|
|
@@ -3263,8 +3260,8 @@ const $u = {
|
|
|
3263
3260
|
isError: h,
|
|
3264
3261
|
isLoading: b,
|
|
3265
3262
|
isFullWidth: C,
|
|
3266
|
-
onOpen:
|
|
3267
|
-
noOptionsText:
|
|
3263
|
+
onOpen: $,
|
|
3264
|
+
noOptionsText: S,
|
|
3268
3265
|
onInputChange: w,
|
|
3269
3266
|
...v
|
|
3270
3267
|
} = e;
|
|
@@ -3386,40 +3383,26 @@ const $u = {
|
|
|
3386
3383
|
margin-left: ${({ theme: e }) => e.spacing(1)};
|
|
3387
3384
|
}
|
|
3388
3385
|
`, Qu = (e) => /* @__PURE__ */ s.jsx(Zu, { ...e }), Ju = y(Qu)`
|
|
3389
|
-
align-items:
|
|
3386
|
+
align-items: center;
|
|
3390
3387
|
`, Ku = y(Hn)`
|
|
3391
|
-
|
|
3388
|
+
margin: ${({ theme: e }) => e.spacing(1)};
|
|
3389
|
+
padding: ${({ theme: e }) => e.spacing(1)};
|
|
3392
3390
|
`, ed = ({
|
|
3393
3391
|
isSuccess: e,
|
|
3394
3392
|
helperText: t,
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
title: a && t,
|
|
3409
|
-
placement: "bottom-start",
|
|
3410
|
-
withoutContainer: !1,
|
|
3411
|
-
children: /* @__PURE__ */ s.jsx(
|
|
3412
|
-
Ju,
|
|
3413
|
-
{
|
|
3414
|
-
control: /* @__PURE__ */ s.jsx(Ku, { isError: o, ...i }),
|
|
3415
|
-
label: r
|
|
3416
|
-
}
|
|
3417
|
-
)
|
|
3418
|
-
}
|
|
3419
|
-
),
|
|
3420
|
-
!n && /* @__PURE__ */ s.jsx(Oi, { error: o, success: e, children: t })
|
|
3421
|
-
] });
|
|
3422
|
-
}, 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 = {
|
|
3423
3406
|
noDataImgSrc: "",
|
|
3424
3407
|
defaultErrorImgSrc: "",
|
|
3425
3408
|
outdatedReleaseErrorImgSrc: "",
|
|
@@ -3493,7 +3476,7 @@ const $u = {
|
|
|
3493
3476
|
confirmButtonProps: e,
|
|
3494
3477
|
onConfirm: t
|
|
3495
3478
|
}) => {
|
|
3496
|
-
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 = () => {
|
|
3497
3480
|
t(), o.close();
|
|
3498
3481
|
};
|
|
3499
3482
|
return {
|
|
@@ -3760,7 +3743,7 @@ const $u = {
|
|
|
3760
3743
|
imgWidth: l,
|
|
3761
3744
|
renderImage: c
|
|
3762
3745
|
}) => {
|
|
3763
|
-
const p = Be(dt).components?.placeholder?.defaultProps?.renderImage, f =
|
|
3746
|
+
const p = Be(dt).components?.placeholder?.defaultProps?.renderImage, f = Ce(
|
|
3764
3747
|
() => c && bo(c) || p && bo(p) || $d,
|
|
3765
3748
|
[c, p]
|
|
3766
3749
|
);
|
|
@@ -3880,7 +3863,7 @@ const Fd = y("div")`
|
|
|
3880
3863
|
errorList: f,
|
|
3881
3864
|
onRetry: h,
|
|
3882
3865
|
actions: b = /* @__PURE__ */ s.jsx($e, { onClick: h, children: "Попробовать снова" })
|
|
3883
|
-
} = r, C = f.map((
|
|
3866
|
+
} = r, C = f.map(($) => /* @__PURE__ */ s.jsx(ue, { component: "p", children: $ }, $));
|
|
3884
3867
|
return /* @__PURE__ */ s.jsx(
|
|
3885
3868
|
sn,
|
|
3886
3869
|
{
|
|
@@ -3937,7 +3920,7 @@ const Rd = ({
|
|
|
3937
3920
|
color: i,
|
|
3938
3921
|
...a
|
|
3939
3922
|
} = e, l = () => /* @__PURE__ */ s.jsx(Id, { $copyPosition: n, color: i }), { handleMouseLeave: c, handleClick: u, tooltipTitle: p, isIconOnLeft: f } = Rd(e);
|
|
3940
|
-
return /* @__PURE__ */ s.jsx(
|
|
3923
|
+
return /* @__PURE__ */ s.jsx(xe, { title: p, disableInteractive: !0, placement: "bottom", children: /* @__PURE__ */ s.jsxs(
|
|
3941
3924
|
Nd,
|
|
3942
3925
|
{
|
|
3943
3926
|
onMouseLeave: c,
|
|
@@ -3975,7 +3958,7 @@ const Rd = ({
|
|
|
3975
3958
|
startAdornment: r
|
|
3976
3959
|
}) => {
|
|
3977
3960
|
const { format: o, field: i } = t, a = (u) => !!u || u === 0;
|
|
3978
|
-
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 };
|
|
3979
3962
|
}, Yd = (e) => {
|
|
3980
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;
|
|
3981
3964
|
return /* @__PURE__ */ s.jsxs(
|
|
@@ -4033,7 +4016,7 @@ const Rd = ({
|
|
|
4033
4016
|
onSelectRow: l,
|
|
4034
4017
|
onRowClick: c
|
|
4035
4018
|
}) => {
|
|
4036
|
-
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);
|
|
4037
4020
|
return {
|
|
4038
4021
|
rowId: f,
|
|
4039
4022
|
disabled: h,
|
|
@@ -4044,17 +4027,17 @@ const Rd = ({
|
|
|
4044
4027
|
onClick: () => {
|
|
4045
4028
|
h || c?.(n);
|
|
4046
4029
|
},
|
|
4047
|
-
onMouseMove: (
|
|
4030
|
+
onMouseMove: (T) => {
|
|
4048
4031
|
if (!h)
|
|
4049
4032
|
return;
|
|
4050
|
-
|
|
4033
|
+
T.target.getAttribute(kr) === "true" || p(!1);
|
|
4051
4034
|
}
|
|
4052
4035
|
},
|
|
4053
4036
|
tooltipProps: {
|
|
4054
4037
|
open: u,
|
|
4055
4038
|
title: b,
|
|
4056
|
-
onOpen: (
|
|
4057
|
-
|
|
4039
|
+
onOpen: (T) => {
|
|
4040
|
+
T.target.getAttribute(kr) === "true" && p(!0);
|
|
4058
4041
|
},
|
|
4059
4042
|
onClose: () => p(!1)
|
|
4060
4043
|
},
|
|
@@ -4075,41 +4058,41 @@ const Rd = ({
|
|
|
4075
4058
|
emptyCellValue: h,
|
|
4076
4059
|
selectedRows: b,
|
|
4077
4060
|
activeRowId: C,
|
|
4078
|
-
keyId:
|
|
4079
|
-
onSelectRow:
|
|
4061
|
+
keyId: $,
|
|
4062
|
+
onSelectRow: S,
|
|
4080
4063
|
onRowClick: w,
|
|
4081
4064
|
// В этот rest-оператор попадают специфичные пропсы (атрибуты) virtuoso
|
|
4082
4065
|
// Необходимы для NewDataGridInfinite
|
|
4083
4066
|
...v
|
|
4084
|
-
} = e, { isDisabledLastCell:
|
|
4067
|
+
} = e, { isDisabledLastCell: T = !0, isNotSelectable: W } = c || {}, P = () => !u || W ? null : u && !W && /* @__PURE__ */ s.jsx(
|
|
4085
4068
|
qd,
|
|
4086
4069
|
{
|
|
4087
4070
|
inert: i ? !0 : void 0,
|
|
4088
|
-
onClick: (
|
|
4071
|
+
onClick: (j) => j.stopPropagation(),
|
|
4089
4072
|
children: /* @__PURE__ */ s.jsx(Hn, { ...n })
|
|
4090
4073
|
}
|
|
4091
4074
|
), O = se(() => {
|
|
4092
|
-
const
|
|
4093
|
-
return f?.map((
|
|
4094
|
-
const
|
|
4075
|
+
const j = T ? void 0 : [f.length - 1];
|
|
4076
|
+
return f?.map((E, _) => {
|
|
4077
|
+
const B = `${t}-${_}`, X = Zd(
|
|
4095
4078
|
i,
|
|
4096
|
-
|
|
4079
|
+
j,
|
|
4097
4080
|
_
|
|
4098
4081
|
), F = !_;
|
|
4099
4082
|
return /* @__PURE__ */ s.jsx(
|
|
4100
4083
|
Yd,
|
|
4101
4084
|
{
|
|
4102
4085
|
row: l,
|
|
4103
|
-
cell:
|
|
4086
|
+
cell: E,
|
|
4104
4087
|
emptyCellValue: h,
|
|
4105
4088
|
startAdornment: F && P(),
|
|
4106
4089
|
isDisabled: X
|
|
4107
4090
|
},
|
|
4108
|
-
|
|
4091
|
+
B
|
|
4109
4092
|
);
|
|
4110
4093
|
});
|
|
4111
4094
|
}, [f, i]);
|
|
4112
|
-
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(
|
|
4113
4096
|
Ud,
|
|
4114
4097
|
{
|
|
4115
4098
|
$gridColumns: p,
|
|
@@ -4154,14 +4137,14 @@ const Rd = ({
|
|
|
4154
4137
|
noDataPlaceholder: f,
|
|
4155
4138
|
onRetry: h,
|
|
4156
4139
|
...b
|
|
4157
|
-
} = e, C =
|
|
4140
|
+
} = e, C = Ce(() => o.map(({ children: $, options: S, ...w }) => {
|
|
4158
4141
|
const v = w[p];
|
|
4159
4142
|
return /* @__PURE__ */ s.jsx(
|
|
4160
4143
|
Qd,
|
|
4161
4144
|
{
|
|
4162
4145
|
row: w,
|
|
4163
4146
|
selectedRows: i,
|
|
4164
|
-
options:
|
|
4147
|
+
options: S,
|
|
4165
4148
|
keyId: p,
|
|
4166
4149
|
...b
|
|
4167
4150
|
},
|
|
@@ -4223,7 +4206,7 @@ const tf = y("div", {
|
|
|
4223
4206
|
}
|
|
4224
4207
|
}
|
|
4225
4208
|
}), af = (e) => {
|
|
4226
|
-
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(() => {
|
|
4227
4210
|
if (!o)
|
|
4228
4211
|
return null;
|
|
4229
4212
|
if (l?.fieldId !== r)
|
|
@@ -4267,10 +4250,10 @@ const tf = y("div", {
|
|
|
4267
4250
|
uncheckedRowsCount: n,
|
|
4268
4251
|
onSort: r
|
|
4269
4252
|
}) => {
|
|
4270
|
-
const o =
|
|
4253
|
+
const o = Ce(
|
|
4271
4254
|
() => !n && e > 0,
|
|
4272
4255
|
[n, e]
|
|
4273
|
-
), i =
|
|
4256
|
+
), i = Ce(
|
|
4274
4257
|
() => n > 0 && n < e,
|
|
4275
4258
|
[n, e]
|
|
4276
4259
|
), a = !e;
|
|
@@ -4295,8 +4278,8 @@ const tf = y("div", {
|
|
|
4295
4278
|
}
|
|
4296
4279
|
};
|
|
4297
4280
|
}, uf = (e) => {
|
|
4298
|
-
const { checkboxProps: t, handleSort: n } = cf(e), { columns: r, gridColumns: o, isSelectable: i, sorting: a, onSelectAllRows: l } = e, c =
|
|
4299
|
-
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 }) });
|
|
4300
4283
|
return /* @__PURE__ */ s.jsx(
|
|
4301
4284
|
af,
|
|
4302
4285
|
{
|
|
@@ -4305,7 +4288,7 @@ const tf = y("div", {
|
|
|
4305
4288
|
label: p,
|
|
4306
4289
|
isSortable: f,
|
|
4307
4290
|
align: h,
|
|
4308
|
-
startAdornment:
|
|
4291
|
+
startAdornment: $(),
|
|
4309
4292
|
onSort: n
|
|
4310
4293
|
},
|
|
4311
4294
|
p
|
|
@@ -4397,30 +4380,30 @@ const tf = y("div", {
|
|
|
4397
4380
|
Ye(() => {
|
|
4398
4381
|
o || (f.current = n);
|
|
4399
4382
|
}, [n, o]);
|
|
4400
|
-
const h = bf(t), b =
|
|
4401
|
-
(v) => !r.find((
|
|
4402
|
-
).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) => {
|
|
4403
4386
|
if (!a)
|
|
4404
4387
|
return;
|
|
4405
4388
|
if (v.target.checked) {
|
|
4406
|
-
const
|
|
4389
|
+
const W = jl(
|
|
4407
4390
|
[...r, ...p],
|
|
4408
4391
|
Ol(e)
|
|
4409
4392
|
);
|
|
4410
|
-
return a(
|
|
4393
|
+
return a(W);
|
|
4411
4394
|
}
|
|
4412
|
-
const
|
|
4413
|
-
(
|
|
4395
|
+
const T = r.filter(
|
|
4396
|
+
(W) => !n.find((P) => P[e] === W[e])
|
|
4414
4397
|
);
|
|
4415
|
-
a(
|
|
4398
|
+
a(T);
|
|
4416
4399
|
}, w = se(
|
|
4417
|
-
(v) => (
|
|
4400
|
+
(v) => (T) => {
|
|
4418
4401
|
if (a) {
|
|
4419
|
-
if (
|
|
4402
|
+
if (T.target.checked)
|
|
4420
4403
|
return a([...r, v]);
|
|
4421
4404
|
a(
|
|
4422
4405
|
r.filter(
|
|
4423
|
-
(
|
|
4406
|
+
(W) => W[e] !== v[e]
|
|
4424
4407
|
)
|
|
4425
4408
|
);
|
|
4426
4409
|
}
|
|
@@ -4429,14 +4412,14 @@ const tf = y("div", {
|
|
|
4429
4412
|
);
|
|
4430
4413
|
return {
|
|
4431
4414
|
isDataGridDisabled: u,
|
|
4432
|
-
renderRows:
|
|
4415
|
+
renderRows: $,
|
|
4433
4416
|
headProps: {
|
|
4434
4417
|
rowsCount: p.length,
|
|
4435
4418
|
uncheckedRowsCount: b,
|
|
4436
4419
|
gridColumns: h,
|
|
4437
4420
|
isSelectable: c,
|
|
4438
4421
|
columns: C(),
|
|
4439
|
-
onSelectAllRows:
|
|
4422
|
+
onSelectAllRows: S
|
|
4440
4423
|
},
|
|
4441
4424
|
bodyProps: {
|
|
4442
4425
|
gridColumns: h,
|
|
@@ -4459,18 +4442,18 @@ const tf = y("div", {
|
|
|
4459
4442
|
errorMsg: h,
|
|
4460
4443
|
footer: b,
|
|
4461
4444
|
noDataPlaceholder: C,
|
|
4462
|
-
isLoading:
|
|
4463
|
-
isError:
|
|
4445
|
+
isLoading: $,
|
|
4446
|
+
isError: S,
|
|
4464
4447
|
keyId: w,
|
|
4465
4448
|
activeRowId: v,
|
|
4466
|
-
emptyCellValue:
|
|
4467
|
-
className:
|
|
4449
|
+
emptyCellValue: T = a,
|
|
4450
|
+
className: W,
|
|
4468
4451
|
onRowClick: P,
|
|
4469
4452
|
onSort: O,
|
|
4470
|
-
noDataOptions:
|
|
4471
|
-
onRetry:
|
|
4472
|
-
} = e, _ = t ? yf : Ri,
|
|
4473
|
-
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: [
|
|
4474
4457
|
/* @__PURE__ */ s.jsxs(_, { inert: t ? !0 : void 0, children: [
|
|
4475
4458
|
/* @__PURE__ */ s.jsx(
|
|
4476
4459
|
uf,
|
|
@@ -4490,13 +4473,13 @@ const tf = y("div", {
|
|
|
4490
4473
|
minDisplayRows: f,
|
|
4491
4474
|
rows: i,
|
|
4492
4475
|
columns: l,
|
|
4493
|
-
emptyCellValue:
|
|
4494
|
-
isLoading:
|
|
4495
|
-
isError:
|
|
4476
|
+
emptyCellValue: T,
|
|
4477
|
+
isLoading: $,
|
|
4478
|
+
isError: S,
|
|
4496
4479
|
errorMsg: h,
|
|
4497
|
-
noDataPlaceholder:
|
|
4480
|
+
noDataPlaceholder: B(),
|
|
4498
4481
|
onRowClick: P,
|
|
4499
|
-
onRetry:
|
|
4482
|
+
onRetry: E
|
|
4500
4483
|
}
|
|
4501
4484
|
)
|
|
4502
4485
|
] }),
|
|
@@ -4526,11 +4509,11 @@ const tf = y("div", {
|
|
|
4526
4509
|
disabled: h,
|
|
4527
4510
|
loading: b,
|
|
4528
4511
|
isBlockingOperation: C,
|
|
4529
|
-
loadingNote:
|
|
4530
|
-
onClick:
|
|
4512
|
+
loadingNote: $,
|
|
4513
|
+
onClick: S,
|
|
4531
4514
|
...w
|
|
4532
|
-
} = n, v = (
|
|
4533
|
-
|
|
4515
|
+
} = n, v = (T) => /* @__PURE__ */ s.jsx(
|
|
4516
|
+
xe,
|
|
4534
4517
|
{
|
|
4535
4518
|
withoutContainer: !h,
|
|
4536
4519
|
placement: i,
|
|
@@ -4542,7 +4525,7 @@ const tf = y("div", {
|
|
|
4542
4525
|
loading: b,
|
|
4543
4526
|
...w,
|
|
4544
4527
|
variant: "text",
|
|
4545
|
-
...
|
|
4528
|
+
...T,
|
|
4546
4529
|
children: l
|
|
4547
4530
|
}
|
|
4548
4531
|
)
|
|
@@ -4554,11 +4537,11 @@ const tf = y("div", {
|
|
|
4554
4537
|
{
|
|
4555
4538
|
text: u,
|
|
4556
4539
|
confirmButtonProps: p,
|
|
4557
|
-
actionComponent: (
|
|
4558
|
-
onConfirm: r(
|
|
4540
|
+
actionComponent: (T) => v(T),
|
|
4541
|
+
onConfirm: r(S)
|
|
4559
4542
|
}
|
|
4560
4543
|
) : v({
|
|
4561
|
-
onClick: r(
|
|
4544
|
+
onClick: r(S)
|
|
4562
4545
|
}) });
|
|
4563
4546
|
}, kf = ({
|
|
4564
4547
|
action: e,
|
|
@@ -4569,7 +4552,7 @@ const tf = y("div", {
|
|
|
4569
4552
|
if ("actions" in e) {
|
|
4570
4553
|
const { disabled: o, icon: i, name: a, disabledReason: l, actions: c } = e;
|
|
4571
4554
|
return /* @__PURE__ */ s.jsx(
|
|
4572
|
-
|
|
4555
|
+
xe,
|
|
4573
4556
|
{
|
|
4574
4557
|
title: l || a,
|
|
4575
4558
|
withoutContainer: !o,
|
|
@@ -4727,31 +4710,31 @@ const tf = y("div", {
|
|
|
4727
4710
|
onChange: r
|
|
4728
4711
|
}) => {
|
|
4729
4712
|
const [o, i] = ce(1), a = Ae(!1), l = Ae(null), c = (h, b, C) => {
|
|
4730
|
-
const
|
|
4713
|
+
const $ = n(e[0]);
|
|
4731
4714
|
document.body.appendChild(h);
|
|
4732
|
-
let
|
|
4715
|
+
let S = 0, w = 0;
|
|
4733
4716
|
for (let v = 1; v < e.length; v += 1) {
|
|
4734
|
-
const
|
|
4717
|
+
const T = h.firstChild?.cloneNode(
|
|
4735
4718
|
!0
|
|
4736
|
-
),
|
|
4719
|
+
), W = n(e[v]), P = Bi(T, $);
|
|
4737
4720
|
if (!P)
|
|
4738
4721
|
throw new Error("Could not find text node");
|
|
4739
|
-
P.textContent =
|
|
4740
|
-
const
|
|
4741
|
-
if (
|
|
4722
|
+
P.textContent = W, h.appendChild(T);
|
|
4723
|
+
const j = T.getBoundingClientRect().width + C;
|
|
4724
|
+
if (S + j > b)
|
|
4742
4725
|
break;
|
|
4743
|
-
w += 1,
|
|
4726
|
+
w += 1, S += j;
|
|
4744
4727
|
}
|
|
4745
4728
|
return document.body.removeChild(h), w;
|
|
4746
4729
|
}, u = () => {
|
|
4747
4730
|
const h = l.current;
|
|
4748
4731
|
if (!h)
|
|
4749
4732
|
throw new Error("Tags container ref is not set");
|
|
4750
|
-
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);
|
|
4751
4734
|
for (; w.lastElementChild && w.children.length > 1; )
|
|
4752
4735
|
w.removeChild(w.lastElementChild);
|
|
4753
4736
|
w.style.visibility = "hidden";
|
|
4754
|
-
const v = c(w,
|
|
4737
|
+
const v = c(w, S, C);
|
|
4755
4738
|
i(1 + v);
|
|
4756
4739
|
};
|
|
4757
4740
|
Pr(() => {
|
|
@@ -4771,8 +4754,8 @@ const tf = y("div", {
|
|
|
4771
4754
|
return h.observe(l.current), () => h.disconnect();
|
|
4772
4755
|
}, [e]);
|
|
4773
4756
|
const p = (h, b) => {
|
|
4774
|
-
const C = n(h),
|
|
4775
|
-
return { label: C, shrinks:
|
|
4757
|
+
const C = n(h), $ = b === o - 1 && o <= e.length;
|
|
4758
|
+
return { label: C, shrinks: $, onDelete: () => {
|
|
4776
4759
|
const w = e?.filter((v) => typeof v == "string" ? v !== h : v[t] !== h[t]);
|
|
4777
4760
|
r(w?.length ? w : []);
|
|
4778
4761
|
} };
|
|
@@ -4866,12 +4849,12 @@ function If({
|
|
|
4866
4849
|
const [l, c] = ce(
|
|
4867
4850
|
o || r || !1
|
|
4868
4851
|
), u = Ae(null), p = () => c(!0), f = () => c(!1), h = () => {
|
|
4869
|
-
const
|
|
4852
|
+
const $ = {
|
|
4870
4853
|
target: {
|
|
4871
4854
|
value: i ? [] : ""
|
|
4872
4855
|
}
|
|
4873
4856
|
};
|
|
4874
|
-
t?.call({},
|
|
4857
|
+
t?.call({}, $);
|
|
4875
4858
|
}, b = a && !(!e || Array.isArray(e) && e.length === 0 || typeof e == "string" && e.length === 0), C = !us.count(n);
|
|
4876
4859
|
return {
|
|
4877
4860
|
isOpened: l,
|
|
@@ -4908,28 +4891,29 @@ function Vi({
|
|
|
4908
4891
|
error: u,
|
|
4909
4892
|
label: p,
|
|
4910
4893
|
fullWidth: f,
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4894
|
+
id: h,
|
|
4895
|
+
onChange: b,
|
|
4896
|
+
isShowClearButton: C,
|
|
4897
|
+
...$
|
|
4914
4898
|
}) {
|
|
4915
4899
|
const {
|
|
4916
4900
|
isOpened: S,
|
|
4917
|
-
isShowingClearButton:
|
|
4918
|
-
isNoData:
|
|
4919
|
-
onClearAll:
|
|
4920
|
-
openSelect:
|
|
4921
|
-
closeSelect:
|
|
4922
|
-
resetButtonRef:
|
|
4901
|
+
isShowingClearButton: w,
|
|
4902
|
+
isNoData: v,
|
|
4903
|
+
onClearAll: T,
|
|
4904
|
+
openSelect: W,
|
|
4905
|
+
closeSelect: P,
|
|
4906
|
+
resetButtonRef: O
|
|
4923
4907
|
} = If({
|
|
4924
|
-
|
|
4908
|
+
...$,
|
|
4925
4909
|
children: l,
|
|
4926
|
-
onChange:
|
|
4927
|
-
isShowClearButton:
|
|
4928
|
-
}),
|
|
4929
|
-
if (Array.isArray(
|
|
4930
|
-
const
|
|
4910
|
+
onChange: b,
|
|
4911
|
+
isShowClearButton: C
|
|
4912
|
+
}), j = (E) => {
|
|
4913
|
+
if (Array.isArray(E) && E.length) {
|
|
4914
|
+
const _ = (B) => b?.(B ? {
|
|
4931
4915
|
target: {
|
|
4932
|
-
value:
|
|
4916
|
+
value: B
|
|
4933
4917
|
}
|
|
4934
4918
|
} : {
|
|
4935
4919
|
target: {
|
|
@@ -4939,38 +4923,39 @@ function Vi({
|
|
|
4939
4923
|
return /* @__PURE__ */ s.jsx(
|
|
4940
4924
|
Tf,
|
|
4941
4925
|
{
|
|
4942
|
-
data:
|
|
4926
|
+
data: E,
|
|
4943
4927
|
keyId: "value",
|
|
4944
4928
|
getOptionLabel: t,
|
|
4945
|
-
onChange:
|
|
4946
|
-
onClick:
|
|
4929
|
+
onChange: _,
|
|
4930
|
+
onClick: W
|
|
4947
4931
|
}
|
|
4948
4932
|
);
|
|
4949
4933
|
}
|
|
4950
|
-
return (Array.isArray(
|
|
4934
|
+
return (Array.isArray(E) || typeof E == "string") && !E.length ? n : t(E);
|
|
4951
4935
|
};
|
|
4952
4936
|
return /* @__PURE__ */ s.jsxs(hi, { error: u, fullWidth: f, children: [
|
|
4953
|
-
p && /* @__PURE__ */ s.jsx(ol, { htmlFor:
|
|
4937
|
+
p && /* @__PURE__ */ s.jsx(ol, { htmlFor: h || p, required: e, children: p }),
|
|
4954
4938
|
/* @__PURE__ */ s.jsxs(
|
|
4955
4939
|
Nf,
|
|
4956
4940
|
{
|
|
4957
|
-
|
|
4941
|
+
...$,
|
|
4958
4942
|
open: S,
|
|
4943
|
+
id: h || p,
|
|
4959
4944
|
disabled: c,
|
|
4960
|
-
onOpen:
|
|
4961
|
-
onClose:
|
|
4962
|
-
renderValue:
|
|
4945
|
+
onOpen: W,
|
|
4946
|
+
onClose: P,
|
|
4947
|
+
renderValue: j,
|
|
4963
4948
|
IconComponent: () => null,
|
|
4964
4949
|
displayEmpty: !0,
|
|
4965
4950
|
fullWidth: f,
|
|
4966
|
-
onChange:
|
|
4951
|
+
onChange: b,
|
|
4967
4952
|
endAdornment: /* @__PURE__ */ s.jsxs(Wf, { children: [
|
|
4968
|
-
|
|
4953
|
+
w && /* @__PURE__ */ s.jsx(
|
|
4969
4954
|
Rf,
|
|
4970
4955
|
{
|
|
4971
4956
|
disabled: c,
|
|
4972
|
-
ref:
|
|
4973
|
-
onClick:
|
|
4957
|
+
ref: O,
|
|
4958
|
+
onClick: T
|
|
4974
4959
|
}
|
|
4975
4960
|
),
|
|
4976
4961
|
/* @__PURE__ */ s.jsx(
|
|
@@ -4978,7 +4963,7 @@ function Vi({
|
|
|
4978
4963
|
{
|
|
4979
4964
|
variant: "text",
|
|
4980
4965
|
disabled: c,
|
|
4981
|
-
onClick:
|
|
4966
|
+
onClick: W,
|
|
4982
4967
|
children: S ? /* @__PURE__ */ s.jsx(bs, { size: 16 }) : /* @__PURE__ */ s.jsx(Rn, { size: 16 })
|
|
4983
4968
|
}
|
|
4984
4969
|
)
|
|
@@ -4987,7 +4972,7 @@ function Vi({
|
|
|
4987
4972
|
/* @__PURE__ */ s.jsx(_f, { value: "", children: n }),
|
|
4988
4973
|
i && /* @__PURE__ */ s.jsx(Af, { children: /* @__PURE__ */ s.jsx(hn, { color: "primary" }) }),
|
|
4989
4974
|
!i && l,
|
|
4990
|
-
!i &&
|
|
4975
|
+
!i && v && /* @__PURE__ */ s.jsx(nt, { disabled: !0, children: "Нет данных" })
|
|
4991
4976
|
]
|
|
4992
4977
|
}
|
|
4993
4978
|
),
|
|
@@ -7465,8 +7450,8 @@ function Ah(e, t, n, r, o) {
|
|
|
7465
7450
|
start: a(e),
|
|
7466
7451
|
end: l(e)
|
|
7467
7452
|
}).map((h) => {
|
|
7468
|
-
const b = r.formatMonthDropdown(h, o), C = u(h),
|
|
7469
|
-
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: $ };
|
|
7470
7455
|
});
|
|
7471
7456
|
}
|
|
7472
7457
|
function _h(e, t = {}, n = {}) {
|
|
@@ -7494,10 +7479,10 @@ function Wh(e, t, n, r) {
|
|
|
7494
7479
|
for (; c(b, f) || u(b, f); )
|
|
7495
7480
|
h.push(b), b = a(b, 1);
|
|
7496
7481
|
return h.map((C) => {
|
|
7497
|
-
const
|
|
7482
|
+
const $ = n.formatYearDropdown(C, r);
|
|
7498
7483
|
return {
|
|
7499
7484
|
value: l(C),
|
|
7500
|
-
label:
|
|
7485
|
+
label: $,
|
|
7501
7486
|
disabled: !1
|
|
7502
7487
|
};
|
|
7503
7488
|
});
|
|
@@ -7550,9 +7535,9 @@ function Xh(e, t, { classNames: n, months: r, focused: o, dateLib: i }) {
|
|
|
7550
7535
|
const p = a.current, f = e.current.cloneNode(!0);
|
|
7551
7536
|
if (f instanceof HTMLElement ? ([
|
|
7552
7537
|
...f.querySelectorAll("[data-animated-month]") ?? []
|
|
7553
|
-
].forEach((
|
|
7554
|
-
const w =
|
|
7555
|
-
w &&
|
|
7538
|
+
].forEach((S) => {
|
|
7539
|
+
const w = S.querySelector("[data-animated-month]");
|
|
7540
|
+
w && S.contains(w) && S.removeChild(w);
|
|
7556
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
|
|
7557
7542
|
o || c.current || i.isSameMonth(r[0].date, u[0].date))
|
|
7558
7543
|
return;
|
|
@@ -7561,50 +7546,50 @@ function Xh(e, t, { classNames: n, months: r, focused: o, dateLib: i }) {
|
|
|
7561
7546
|
], C = [
|
|
7562
7547
|
...e.current.querySelectorAll("[data-animated-month]") ?? []
|
|
7563
7548
|
];
|
|
7564
|
-
if (C && C.every((
|
|
7549
|
+
if (C && C.every(($) => $ instanceof HTMLElement) && b && b.every(($) => $ instanceof HTMLElement)) {
|
|
7565
7550
|
c.current = !0;
|
|
7566
|
-
const
|
|
7567
|
-
C.forEach((
|
|
7551
|
+
const $ = i.isAfter(r[0].date, u[0].date);
|
|
7552
|
+
C.forEach((S, w) => {
|
|
7568
7553
|
const v = b[w];
|
|
7569
7554
|
if (!v)
|
|
7570
7555
|
return;
|
|
7571
|
-
const
|
|
7572
|
-
|
|
7573
|
-
const P =
|
|
7574
|
-
P && P instanceof HTMLElement && P.classList.add(
|
|
7575
|
-
const O =
|
|
7576
|
-
O && O instanceof HTMLElement && O.classList.add(
|
|
7577
|
-
const
|
|
7578
|
-
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);
|
|
7579
7564
|
};
|
|
7580
7565
|
v.style.pointerEvents = "none", v.style.position = "absolute", v.style.overflow = "hidden", v.setAttribute("aria-hidden", "true");
|
|
7581
|
-
const
|
|
7582
|
-
|
|
7566
|
+
const E = v.querySelector("[data-animated-weekdays]");
|
|
7567
|
+
E && E instanceof HTMLElement && (E.style.opacity = "0");
|
|
7583
7568
|
const _ = v.querySelector("[data-animated-caption]");
|
|
7584
|
-
_ && _ instanceof HTMLElement && (_.classList.add(
|
|
7585
|
-
const
|
|
7586
|
-
|
|
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);
|
|
7587
7572
|
});
|
|
7588
7573
|
}
|
|
7589
7574
|
});
|
|
7590
7575
|
}
|
|
7591
7576
|
function Zh(e, t, n, r) {
|
|
7592
|
-
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 = [];
|
|
7593
7578
|
for (let X = 0; X <= O; X++) {
|
|
7594
|
-
const F = u(
|
|
7595
|
-
if (t &&
|
|
7579
|
+
const F = u(W, X);
|
|
7580
|
+
if (t && S(F, t))
|
|
7596
7581
|
break;
|
|
7597
|
-
|
|
7582
|
+
E.push(F);
|
|
7598
7583
|
}
|
|
7599
|
-
const
|
|
7600
|
-
if (l &&
|
|
7601
|
-
const X =
|
|
7584
|
+
const B = (c ? 35 : 42) * j;
|
|
7585
|
+
if (l && E.length < B) {
|
|
7586
|
+
const X = B - E.length;
|
|
7602
7587
|
for (let F = 0; F < X; F++) {
|
|
7603
|
-
const I = u(
|
|
7604
|
-
|
|
7588
|
+
const I = u(E[E.length - 1], 1);
|
|
7589
|
+
E.push(I);
|
|
7605
7590
|
}
|
|
7606
7591
|
}
|
|
7607
|
-
return
|
|
7592
|
+
return E;
|
|
7608
7593
|
}
|
|
7609
7594
|
function Qh(e) {
|
|
7610
7595
|
const t = [];
|
|
@@ -7656,29 +7641,29 @@ class em {
|
|
|
7656
7641
|
}
|
|
7657
7642
|
}
|
|
7658
7643
|
function tm(e, t, n, r) {
|
|
7659
|
-
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
|
|
7660
|
-
const w = n.broadcastCalendar ? f(
|
|
7661
|
-
if (n.fixedWeeks &&
|
|
7662
|
-
const
|
|
7663
|
-
const _ =
|
|
7664
|
-
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, _);
|
|
7665
7650
|
});
|
|
7666
|
-
|
|
7651
|
+
T.push(...j);
|
|
7667
7652
|
}
|
|
7668
|
-
const P =
|
|
7669
|
-
const _ = n.ISOWeek ? u(
|
|
7670
|
-
return
|
|
7671
|
-
}, []), O = new Kh(
|
|
7672
|
-
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), $;
|
|
7673
7658
|
}, []);
|
|
7674
7659
|
return n.reverseMonths ? C.reverse() : C;
|
|
7675
7660
|
}
|
|
7676
7661
|
function nm(e, t) {
|
|
7677
7662
|
let { startMonth: n, endMonth: r } = e;
|
|
7678
|
-
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:
|
|
7679
|
-
!n && C && (n = C), !n && h && (n = t.newDate(h, 0, 1)), !r &&
|
|
7680
|
-
const
|
|
7681
|
-
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())), [
|
|
7682
7667
|
n && i(n),
|
|
7683
7668
|
r && i(r)
|
|
7684
7669
|
];
|
|
@@ -7719,11 +7704,11 @@ function am(e, t) {
|
|
|
7719
7704
|
const O = _o(e, t);
|
|
7720
7705
|
c(O);
|
|
7721
7706
|
}, [e.timeZone]);
|
|
7722
|
-
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),
|
|
7723
|
-
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)
|
|
7724
7709
|
return;
|
|
7725
|
-
let
|
|
7726
|
-
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);
|
|
7727
7712
|
};
|
|
7728
7713
|
return {
|
|
7729
7714
|
months: f,
|
|
@@ -7732,10 +7717,10 @@ function am(e, t) {
|
|
|
7732
7717
|
navStart: n,
|
|
7733
7718
|
navEnd: r,
|
|
7734
7719
|
previousMonth: C,
|
|
7735
|
-
nextMonth:
|
|
7736
|
-
goToMonth:
|
|
7720
|
+
nextMonth: $,
|
|
7721
|
+
goToMonth: T,
|
|
7737
7722
|
goToDay: (O) => {
|
|
7738
|
-
v(O) ||
|
|
7723
|
+
v(O) || T(O.date);
|
|
7739
7724
|
}
|
|
7740
7725
|
};
|
|
7741
7726
|
}
|
|
@@ -7794,16 +7779,16 @@ function ht(e, t, n = bt) {
|
|
|
7794
7779
|
});
|
|
7795
7780
|
}
|
|
7796
7781
|
function lm(e, t, n, r, o, i, a) {
|
|
7797
|
-
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;
|
|
7798
7783
|
let O = {
|
|
7799
7784
|
day: u,
|
|
7800
7785
|
week: f,
|
|
7801
7786
|
month: p,
|
|
7802
7787
|
year: h,
|
|
7803
|
-
startOfWeek: (
|
|
7804
|
-
endOfWeek: (
|
|
7788
|
+
startOfWeek: (j) => c ? v(j, a) : l ? T(j) : W(j),
|
|
7789
|
+
endOfWeek: (j) => c ? b(j, a) : l ? C(j) : $(j)
|
|
7805
7790
|
}[e](n, t === "after" ? 1 : -1);
|
|
7806
|
-
return t === "before" && r ? O =
|
|
7791
|
+
return t === "before" && r ? O = S([r, O]) : t === "after" && o && (O = w([o, O])), O;
|
|
7807
7792
|
}
|
|
7808
7793
|
function xa(e, t, n, r, o, i, a, l = 0) {
|
|
7809
7794
|
if (l > 365)
|
|
@@ -7823,38 +7808,38 @@ function xa(e, t, n, r, o, i, a, l = 0) {
|
|
|
7823
7808
|
function cm(e, t, n, r, o) {
|
|
7824
7809
|
const { autoFocus: i } = e, [a, l] = ce(), c = sm(t.days, n, r || (() => !1), a), [u, p] = ce(i ? c : void 0);
|
|
7825
7810
|
return {
|
|
7826
|
-
isFocusTarget: (
|
|
7811
|
+
isFocusTarget: ($) => !!c?.isEqualTo($),
|
|
7827
7812
|
setFocused: p,
|
|
7828
7813
|
focused: u,
|
|
7829
7814
|
blur: () => {
|
|
7830
7815
|
l(u), p(void 0);
|
|
7831
7816
|
},
|
|
7832
|
-
moveFocus: (S
|
|
7817
|
+
moveFocus: ($, S) => {
|
|
7833
7818
|
if (!u)
|
|
7834
7819
|
return;
|
|
7835
|
-
const w = xa(S,
|
|
7820
|
+
const w = xa($, S, u, t.navStart, t.navEnd, e, o);
|
|
7836
7821
|
w && (t.goToDay(w), p(w));
|
|
7837
7822
|
}
|
|
7838
7823
|
};
|
|
7839
7824
|
}
|
|
7840
7825
|
function um(e, t, n) {
|
|
7841
|
-
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 = {
|
|
7842
7827
|
[le.focused]: [],
|
|
7843
7828
|
[le.outside]: [],
|
|
7844
7829
|
[le.disabled]: [],
|
|
7845
7830
|
[le.hidden]: [],
|
|
7846
7831
|
[le.today]: []
|
|
7847
7832
|
}, v = {};
|
|
7848
|
-
for (const
|
|
7849
|
-
const { date:
|
|
7850
|
-
!l && !a && O || l && a === !1 && O, X = u(
|
|
7851
|
-
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) => {
|
|
7852
7837
|
const I = i?.[F];
|
|
7853
|
-
I && ht(
|
|
7838
|
+
I && ht(W, I, n) && (v[F] ? v[F].push(T) : v[F] = [T]);
|
|
7854
7839
|
});
|
|
7855
7840
|
}
|
|
7856
|
-
return (
|
|
7857
|
-
const
|
|
7841
|
+
return (T) => {
|
|
7842
|
+
const W = {
|
|
7858
7843
|
[le.focused]: !1,
|
|
7859
7844
|
[le.disabled]: !1,
|
|
7860
7845
|
[le.hidden]: !1,
|
|
@@ -7862,13 +7847,13 @@ function um(e, t, n) {
|
|
|
7862
7847
|
[le.today]: !1
|
|
7863
7848
|
}, P = {};
|
|
7864
7849
|
for (const O in w) {
|
|
7865
|
-
const
|
|
7866
|
-
|
|
7850
|
+
const j = w[O];
|
|
7851
|
+
W[O] = j.some((E) => E === T);
|
|
7867
7852
|
}
|
|
7868
7853
|
for (const O in v)
|
|
7869
|
-
P[O] = v[O].some((
|
|
7854
|
+
P[O] = v[O].some((j) => j === T);
|
|
7870
7855
|
return {
|
|
7871
|
-
...
|
|
7856
|
+
...W,
|
|
7872
7857
|
// custom modifiers should override all the previous ones
|
|
7873
7858
|
...P
|
|
7874
7859
|
};
|
|
@@ -7878,15 +7863,15 @@ function dm(e, t) {
|
|
|
7878
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;
|
|
7879
7864
|
return {
|
|
7880
7865
|
selected: l,
|
|
7881
|
-
select: (b, C,
|
|
7882
|
-
let
|
|
7866
|
+
select: (b, C, $) => {
|
|
7867
|
+
let S = [...l ?? []];
|
|
7883
7868
|
if (u(b)) {
|
|
7884
7869
|
if (l?.length === p || r && l?.length === 1)
|
|
7885
7870
|
return;
|
|
7886
|
-
|
|
7871
|
+
S = l?.filter((w) => !c(w, b));
|
|
7887
7872
|
} else
|
|
7888
|
-
l?.length === f ?
|
|
7889
|
-
return o || a(
|
|
7873
|
+
l?.length === f ? S = [b] : S = [...S, b];
|
|
7874
|
+
return o || a(S), o?.(S, b, C, $), S;
|
|
7890
7875
|
},
|
|
7891
7876
|
isSelected: u
|
|
7892
7877
|
};
|
|
@@ -7957,7 +7942,7 @@ function hm(e, t) {
|
|
|
7957
7942
|
return {
|
|
7958
7943
|
selected: u,
|
|
7959
7944
|
select: (h, b, C) => {
|
|
7960
|
-
const { min:
|
|
7945
|
+
const { min: $, max: S } = e, w = h ? fm(h, u, $, S, i, t) : void 0;
|
|
7961
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;
|
|
7962
7947
|
},
|
|
7963
7948
|
isSelected: (h) => u && gt(u, h, !1, t)
|
|
@@ -7988,7 +7973,7 @@ function ym(e, t) {
|
|
|
7988
7973
|
}
|
|
7989
7974
|
}
|
|
7990
7975
|
function bm(e) {
|
|
7991
|
-
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(() => {
|
|
7992
7977
|
const V = { ...Rr, ...e.locale };
|
|
7993
7978
|
return {
|
|
7994
7979
|
dateLib: new yt({
|
|
@@ -8020,11 +8005,11 @@ function bm(e) {
|
|
|
8020
8005
|
e.formatters,
|
|
8021
8006
|
e.labels,
|
|
8022
8007
|
e.classNames
|
|
8023
|
-
]), { captionLayout: l, mode: c, onDayBlur: u, onDayClick: p, onDayFocus: f, onDayKeyDown: h, onDayMouseEnter: b, onDayMouseLeave: C, onNextClick:
|
|
8024
|
-
Y && (K(Y),
|
|
8025
|
-
}, [Y, K,
|
|
8026
|
-
J && (K(J),
|
|
8027
|
-
}, [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) => {
|
|
8028
8013
|
Q.preventDefault(), Q.stopPropagation(), Pe(V), pe?.(V.date, ne, Q), p?.(V.date, ne, Q);
|
|
8029
8014
|
}, [pe, p, Pe]), d = se((V, ne) => (Q) => {
|
|
8030
8015
|
Pe(V), f?.(V.date, ne, Q);
|
|
@@ -8049,7 +8034,7 @@ function bm(e) {
|
|
|
8049
8034
|
h?.(V.date, ne, Q);
|
|
8050
8035
|
}, [De, h, e.dir]), A = se((V, ne) => (Q) => {
|
|
8051
8036
|
b?.(V.date, ne, Q);
|
|
8052
|
-
}, [b]),
|
|
8037
|
+
}, [b]), L = se((V, ne) => (Q) => {
|
|
8053
8038
|
C?.(V.date, ne, Q);
|
|
8054
8039
|
}, [C]), H = se((V) => (ne) => {
|
|
8055
8040
|
const Q = Number(ne.target.value), vt = o.setMonth(o.startOfMonth(V), Q);
|
|
@@ -8057,7 +8042,7 @@ function bm(e) {
|
|
|
8057
8042
|
}, [o, K]), R = se((V) => (ne) => {
|
|
8058
8043
|
const Q = Number(ne.target.value), vt = o.setYear(o.startOfMonth(V), Q);
|
|
8059
8044
|
K(vt);
|
|
8060
|
-
}, [o, K]), { className: ge, style: He } =
|
|
8045
|
+
}, [o, K]), { className: ge, style: He } = Ce(() => ({
|
|
8061
8046
|
className: [a[G.Root], e.className].filter(Boolean).join(" "),
|
|
8062
8047
|
style: { ...v?.[G.Root], ...e.style }
|
|
8063
8048
|
}), [a, e.className, e.style, v]), he = kh(e), _e = Ae(null);
|
|
@@ -8103,15 +8088,15 @@ function bm(e) {
|
|
|
8103
8088
|
{ className: a[G.Dropdowns], style: v?.[G.Dropdowns] },
|
|
8104
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)),
|
|
8105
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))
|
|
8106
|
-
) : 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))),
|
|
8107
8092
|
D.createElement(
|
|
8108
8093
|
t.MonthGrid,
|
|
8109
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] },
|
|
8110
8095
|
!e.hideWeekdays && D.createElement(
|
|
8111
8096
|
t.Weekdays,
|
|
8112
8097
|
{ "data-animated-weekdays": e.animate ? "true" : void 0, className: a[G.Weekdays], style: v?.[G.Weekdays] },
|
|
8113
|
-
w && D.createElement(t.WeekNumberHeader, { "aria-label": z(o.options), className: a[G.WeekNumberHeader], style: v?.[G.WeekNumberHeader], scope: "col" },
|
|
8114
|
-
|
|
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)))
|
|
8115
8100
|
),
|
|
8116
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(
|
|
8117
8102
|
t.Week,
|
|
@@ -8125,8 +8110,8 @@ function bm(e) {
|
|
|
8125
8110
|
const { from: Zn, to: Qn } = te;
|
|
8126
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);
|
|
8127
8112
|
}
|
|
8128
|
-
const is = _h(re, v, e.modifiersStyles), as = Qg(re, a, e.modifiersClassNames), ss = !
|
|
8129
|
-
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));
|
|
8130
8115
|
})
|
|
8131
8116
|
)))
|
|
8132
8117
|
)
|
|
@@ -8612,42 +8597,42 @@ var rn = function(e) {
|
|
|
8612
8597
|
this.register = function(i) {
|
|
8613
8598
|
var a;
|
|
8614
8599
|
if (Ho.includes(i.type)) {
|
|
8615
|
-
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");
|
|
8616
8601
|
Object.defineProperty(i, "value", Lo(Lo({}, v), {}, { set: function(O) {
|
|
8617
|
-
var
|
|
8618
|
-
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);
|
|
8619
8604
|
} })), i.value = b;
|
|
8620
|
-
var
|
|
8605
|
+
var T = function() {
|
|
8621
8606
|
var O = function() {
|
|
8622
|
-
var
|
|
8623
|
-
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);
|
|
8624
8609
|
};
|
|
8625
|
-
|
|
8626
|
-
},
|
|
8627
|
-
window.clearTimeout(
|
|
8610
|
+
S.id = window.setTimeout(O);
|
|
8611
|
+
}, W = function() {
|
|
8612
|
+
window.clearTimeout(S.id), S.id = -1, S.cachedId = -1;
|
|
8628
8613
|
}, P = function(O) {
|
|
8629
8614
|
try {
|
|
8630
|
-
var
|
|
8631
|
-
if (
|
|
8632
|
-
|
|
8633
|
-
var _ = i.value,
|
|
8634
|
-
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.");
|
|
8635
8620
|
var F, I = w.value;
|
|
8636
|
-
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.");
|
|
8637
8622
|
var q = "", Y = w.selectionStart, J = w.selectionEnd;
|
|
8638
|
-
if (F === "insert") q = _.slice(w.selectionStart,
|
|
8623
|
+
if (F === "insert") q = _.slice(w.selectionStart, B);
|
|
8639
8624
|
else {
|
|
8640
8625
|
var K = I.length - _.length;
|
|
8641
|
-
Y =
|
|
8626
|
+
Y = B, J = B + K;
|
|
8642
8627
|
}
|
|
8643
|
-
|
|
8644
|
-
var fe =
|
|
8645
|
-
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);
|
|
8646
8631
|
} catch (Me) {
|
|
8647
8632
|
if (i.value = w.value, i.setSelectionRange(w.selectionStart, w.selectionEnd), O.preventDefault(), O.stopPropagation(), Me.name !== "SyntheticChangeError") throw Me;
|
|
8648
8633
|
}
|
|
8649
8634
|
};
|
|
8650
|
-
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 });
|
|
8651
8636
|
} else process.env.NODE_ENV !== "production" && console.warn("Warn: The input element type does not match one of the types: ".concat(Ho.join(", "), "."));
|
|
8652
8637
|
}, this.unregister = function(i) {
|
|
8653
8638
|
var a = o.get(i);
|
|
@@ -8674,35 +8659,35 @@ var Ea = function(e) {
|
|
|
8674
8659
|
return Om(this, t), (n = jm(this, t, [{ init: function(o) {
|
|
8675
8660
|
var i = o.initialValue, a = o.controlled, l = It(r), c = l.mask, u = l.replacement, p = l.separate, f = l.showMask;
|
|
8676
8661
|
return i = a || i ? i : f ? c : "", process.env.NODE_ENV !== "production" && function(h) {
|
|
8677
|
-
var b = h.initialValue, C = h.mask,
|
|
8662
|
+
var b = h.initialValue, C = h.mask, $ = h.replacement;
|
|
8678
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."));
|
|
8679
|
-
var
|
|
8664
|
+
var S = Object.keys($).filter(function(P) {
|
|
8680
8665
|
return P.length > 1;
|
|
8681
8666
|
});
|
|
8682
|
-
|
|
8683
|
-
for (var w = C.slice(0, b.length), v = -1,
|
|
8684
|
-
var
|
|
8685
|
-
if (!(w[
|
|
8686
|
-
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;
|
|
8687
8672
|
break;
|
|
8688
8673
|
}
|
|
8689
8674
|
}
|
|
8690
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."));
|
|
8691
8676
|
}({ initialValue: i, mask: c, replacement: u }), { value: i, options: { mask: c, replacement: u, separate: p } };
|
|
8692
8677
|
}, tracking: function(o) {
|
|
8693
|
-
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),
|
|
8694
|
-
if (
|
|
8695
|
-
|
|
8696
|
-
var P = b?.(
|
|
8697
|
-
P?.mask !== void 0 && (
|
|
8698
|
-
var O = Sr(a, jn({ end: u }, l)),
|
|
8699
|
-
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.");
|
|
8700
8685
|
if (v) {
|
|
8701
|
-
var
|
|
8702
|
-
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);
|
|
8703
8688
|
}
|
|
8704
|
-
|
|
8705
|
-
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) {
|
|
8706
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) {
|
|
8707
8692
|
var Ue = Ve.type;
|
|
8708
8693
|
return Ue === "input" || Oe && Ue === "replacement";
|
|
@@ -8724,8 +8709,8 @@ var Ea = function(e) {
|
|
|
8724
8709
|
return Object.prototype.hasOwnProperty.call(je, Ve);
|
|
8725
8710
|
});
|
|
8726
8711
|
return Ge !== -1 ? Ge : ee.length;
|
|
8727
|
-
}({ inputType: i, value: F, addedValue: c, beforeChangeValue: O, mask:
|
|
8728
|
-
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 } };
|
|
8729
8714
|
} }])).format = function(o) {
|
|
8730
8715
|
return Ma(o, It(r));
|
|
8731
8716
|
}, n.formatToParts = function(o) {
|
|
@@ -8741,7 +8726,7 @@ var Ea = function(e) {
|
|
|
8741
8726
|
zo = Ea, Object.defineProperty(zo.prototype, Symbol.toStringTag, { writable: !1, enumerable: !1, configurable: !0, value: "Mask" });
|
|
8742
8727
|
function Hm() {
|
|
8743
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 });
|
|
8744
|
-
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() {
|
|
8745
8730
|
return Wm(l, new Ea(c.current));
|
|
8746
8731
|
}, []);
|
|
8747
8732
|
}
|
|
@@ -8759,42 +8744,42 @@ const Pa = ({ maskProps: e, ...t }) => {
|
|
|
8759
8744
|
selectMonth: i,
|
|
8760
8745
|
selectYear: a,
|
|
8761
8746
|
...l
|
|
8762
|
-
} = 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) => {
|
|
8763
8748
|
f(P.currentTarget);
|
|
8764
8749
|
}, v = () => {
|
|
8765
8750
|
f(null);
|
|
8766
|
-
},
|
|
8767
|
-
P ? (o?.(P), b(P),
|
|
8751
|
+
}, T = (P) => {
|
|
8752
|
+
P ? (o?.(P), b(P), $(
|
|
8768
8753
|
P.toLocaleString("ru-RU", {
|
|
8769
8754
|
day: "2-digit",
|
|
8770
8755
|
month: "2-digit",
|
|
8771
8756
|
year: "numeric"
|
|
8772
8757
|
})
|
|
8773
|
-
)) : (
|
|
8774
|
-
},
|
|
8775
|
-
u(null),
|
|
8776
|
-
const [O,
|
|
8777
|
-
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) {
|
|
8778
8763
|
u("Некорректная дата");
|
|
8779
8764
|
return;
|
|
8780
8765
|
}
|
|
8781
|
-
const _ = new Date(
|
|
8766
|
+
const _ = new Date(E, j - 1, O);
|
|
8782
8767
|
o?.(_), b(_);
|
|
8783
8768
|
};
|
|
8784
8769
|
return Ye(() => {
|
|
8785
|
-
r ? (
|
|
8770
|
+
r ? ($(
|
|
8786
8771
|
r.toLocaleString("ru-RU", {
|
|
8787
8772
|
day: "2-digit",
|
|
8788
8773
|
month: "2-digit",
|
|
8789
8774
|
year: "numeric"
|
|
8790
8775
|
})
|
|
8791
|
-
), b(r)) :
|
|
8776
|
+
), b(r)) : $("");
|
|
8792
8777
|
}, [r]), /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
8793
8778
|
/* @__PURE__ */ s.jsx(
|
|
8794
8779
|
Pa,
|
|
8795
8780
|
{
|
|
8796
8781
|
value: C,
|
|
8797
|
-
onChange:
|
|
8782
|
+
onChange: W,
|
|
8798
8783
|
label: t,
|
|
8799
8784
|
disabled: n,
|
|
8800
8785
|
endAdornment: /* @__PURE__ */ s.jsx(Qe, { variant: "text", onClick: w, children: /* @__PURE__ */ s.jsx(vs, {}) }),
|
|
@@ -8829,10 +8814,10 @@ const Pa = ({ maskProps: e, ...t }) => {
|
|
|
8829
8814
|
month: h,
|
|
8830
8815
|
onMonthChange: b,
|
|
8831
8816
|
selected: r,
|
|
8832
|
-
onSelect:
|
|
8817
|
+
onSelect: T,
|
|
8833
8818
|
...l,
|
|
8834
8819
|
mode: "single",
|
|
8835
|
-
captionLayout:
|
|
8820
|
+
captionLayout: S()
|
|
8836
8821
|
}
|
|
8837
8822
|
) })
|
|
8838
8823
|
}
|
|
@@ -9056,7 +9041,7 @@ const ry = (e) => /* @__PURE__ */ s.jsx($t, { visibleLastSymbolsCount: 4, ...e }
|
|
|
9056
9041
|
if (b === "tag")
|
|
9057
9042
|
return /* @__PURE__ */ s.jsx(Pt.Value, { children: /* @__PURE__ */ s.jsx(Ir, { label: l, color: p, variant: "light" }) });
|
|
9058
9043
|
if (b === "guid") {
|
|
9059
|
-
const
|
|
9044
|
+
const $ = ly(f);
|
|
9060
9045
|
return /* @__PURE__ */ s.jsx(
|
|
9061
9046
|
sy,
|
|
9062
9047
|
{
|
|
@@ -9065,7 +9050,7 @@ const ry = (e) => /* @__PURE__ */ s.jsx($t, { visibleLastSymbolsCount: 4, ...e }
|
|
|
9065
9050
|
color: p,
|
|
9066
9051
|
copyPosition: h,
|
|
9067
9052
|
copyText: C,
|
|
9068
|
-
children: /* @__PURE__ */ s.jsx(ry, { tooltipProps:
|
|
9053
|
+
children: /* @__PURE__ */ s.jsx(ry, { tooltipProps: $, children: l })
|
|
9069
9054
|
}
|
|
9070
9055
|
);
|
|
9071
9056
|
}
|
|
@@ -9107,7 +9092,7 @@ const ry = (e) => /* @__PURE__ */ s.jsx($t, { visibleLastSymbolsCount: 4, ...e }
|
|
|
9107
9092
|
);
|
|
9108
9093
|
}) })
|
|
9109
9094
|
] });
|
|
9110
|
-
}, uy = y(
|
|
9095
|
+
}, uy = y(xe)`
|
|
9111
9096
|
.${St.tooltip} {
|
|
9112
9097
|
background-color: ${({ theme: e }) => e.palette.common.white};
|
|
9113
9098
|
color: ${({ theme: e }) => e.palette.text.primary};
|
|
@@ -9252,7 +9237,7 @@ const dy = y("div", {
|
|
|
9252
9237
|
...u
|
|
9253
9238
|
} = e;
|
|
9254
9239
|
return /* @__PURE__ */ s.jsx(
|
|
9255
|
-
|
|
9240
|
+
xe,
|
|
9256
9241
|
{
|
|
9257
9242
|
title: n && l,
|
|
9258
9243
|
disableInteractive: !0,
|
|
@@ -9293,15 +9278,15 @@ function Ay({ containerRef: e, inputRef: t, pushPasswordManagerStrategy: n, isFo
|
|
|
9293
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(() => {
|
|
9294
9279
|
let h = e.current, b = t.current;
|
|
9295
9280
|
if (!h || !b || c || n === "none") return;
|
|
9296
|
-
let C = h,
|
|
9281
|
+
let C = h, $ = C.getBoundingClientRect().left + C.offsetWidth, S = C.getBoundingClientRect().top + C.offsetHeight / 2, w = $ - Ey, v = S;
|
|
9297
9282
|
document.querySelectorAll(Ty).length === 0 && document.elementFromPoint(w, v) === h || (i(!0), u(!0));
|
|
9298
9283
|
}, [e, t, c, n]);
|
|
9299
9284
|
return Z.useEffect(() => {
|
|
9300
9285
|
let h = e.current;
|
|
9301
9286
|
if (!h || n === "none") return;
|
|
9302
9287
|
function b() {
|
|
9303
|
-
let
|
|
9304
|
-
l(
|
|
9288
|
+
let $ = window.innerWidth - h.getBoundingClientRect().right;
|
|
9289
|
+
l($ >= Fa);
|
|
9305
9290
|
}
|
|
9306
9291
|
b();
|
|
9307
9292
|
let C = setInterval(b, 1e3);
|
|
@@ -9311,35 +9296,35 @@ function Ay({ containerRef: e, inputRef: t, pushPasswordManagerStrategy: n, isFo
|
|
|
9311
9296
|
}, [e, n]), Z.useEffect(() => {
|
|
9312
9297
|
let h = r || document.activeElement === t.current;
|
|
9313
9298
|
if (n === "none" || !h) return;
|
|
9314
|
-
let b = setTimeout(f, 0), C = setTimeout(f, 2e3),
|
|
9299
|
+
let b = setTimeout(f, 0), C = setTimeout(f, 2e3), $ = setTimeout(f, 5e3), S = setTimeout(() => {
|
|
9315
9300
|
u(!0);
|
|
9316
9301
|
}, 6e3);
|
|
9317
9302
|
return () => {
|
|
9318
|
-
clearTimeout(b), clearTimeout(C), clearTimeout(
|
|
9303
|
+
clearTimeout(b), clearTimeout(C), clearTimeout($), clearTimeout(S);
|
|
9319
9304
|
};
|
|
9320
9305
|
}, [t, r, n, f]), { hasPWMBadge: o, willPushPWMBadge: p, PWM_BADGE_SPACE_WIDTH: Py };
|
|
9321
9306
|
}
|
|
9322
9307
|
var _y = Z.createContext({}), Wa = Z.forwardRef((e, t) => {
|
|
9323
|
-
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:
|
|
9324
|
-
let [
|
|
9325
|
-
o?.(z),
|
|
9326
|
-
}, [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] });
|
|
9327
9312
|
Z.useImperativeHandle(t, () => I.current, []), Z.useEffect(() => {
|
|
9328
9313
|
let z = I.current, U = q.current;
|
|
9329
9314
|
if (!z || !U) return;
|
|
9330
9315
|
Y.current.value !== z.value && Y.current.onChange(z.value), J.current.prev = [z.selectionStart, z.selectionEnd, z.selectionDirection];
|
|
9331
|
-
function
|
|
9316
|
+
function ye() {
|
|
9332
9317
|
if (document.activeElement !== z) {
|
|
9333
9318
|
Me(null), Oe(null);
|
|
9334
9319
|
return;
|
|
9335
9320
|
}
|
|
9336
|
-
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;
|
|
9337
9322
|
if (x.length !== 0 && m !== null && M !== null) {
|
|
9338
9323
|
let _e = m === M, Ke = m === x.length && x.length < k;
|
|
9339
9324
|
if (_e && !Ke) {
|
|
9340
9325
|
let V = m;
|
|
9341
|
-
if (V === 0)
|
|
9342
|
-
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";
|
|
9343
9328
|
else if (k > 1 && x.length > 1) {
|
|
9344
9329
|
let ne = 0;
|
|
9345
9330
|
if (A[0] !== null && A[1] !== null) {
|
|
@@ -9347,66 +9332,66 @@ var _y = Z.createContext({}), Wa = Z.forwardRef((e, t) => {
|
|
|
9347
9332
|
let Q = A[0] === A[1] && A[0] < k;
|
|
9348
9333
|
R === "backward" && !Q && (ne = -1);
|
|
9349
9334
|
}
|
|
9350
|
-
|
|
9335
|
+
L = ne + V, H = ne + V + 1;
|
|
9351
9336
|
}
|
|
9352
9337
|
}
|
|
9353
|
-
|
|
9338
|
+
L !== -1 && H !== -1 && L !== H && I.current.setSelectionRange(L, H, R);
|
|
9354
9339
|
}
|
|
9355
|
-
let ge =
|
|
9340
|
+
let ge = L !== -1 ? L : m, He = H !== -1 ? H : M, he = R ?? d;
|
|
9356
9341
|
Me(ge), Oe(He), J.current.prev = [ge, He, he];
|
|
9357
9342
|
}
|
|
9358
|
-
if (document.addEventListener("selectionchange",
|
|
9343
|
+
if (document.addEventListener("selectionchange", ye, { capture: !0 }), ye(), document.activeElement === z && pe(!0), !document.getElementById("input-otp-style")) {
|
|
9359
9344
|
let m = document.createElement("style");
|
|
9360
9345
|
if (m.id = "input-otp-style", document.head.appendChild(m), m.sheet) {
|
|
9361
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;";
|
|
9362
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; }");
|
|
9363
9348
|
}
|
|
9364
9349
|
}
|
|
9365
|
-
let
|
|
9350
|
+
let we = () => {
|
|
9366
9351
|
U && U.style.setProperty("--root-height", `${z.clientHeight}px`);
|
|
9367
9352
|
};
|
|
9368
|
-
|
|
9369
|
-
let g = new ResizeObserver(
|
|
9353
|
+
we();
|
|
9354
|
+
let g = new ResizeObserver(we);
|
|
9370
9355
|
return g.observe(z), () => {
|
|
9371
|
-
document.removeEventListener("selectionchange",
|
|
9356
|
+
document.removeEventListener("selectionchange", ye, { capture: !0 }), g.disconnect();
|
|
9372
9357
|
};
|
|
9373
9358
|
}, []);
|
|
9374
9359
|
let [K, fe] = Z.useState(!1), [ee, pe] = Z.useState(!1), [te, Me] = Z.useState(null), [je, Oe] = Z.useState(null);
|
|
9375
9360
|
Z.useEffect(() => {
|
|
9376
9361
|
Oy(() => {
|
|
9377
|
-
var z, U,
|
|
9362
|
+
var z, U, ye, we;
|
|
9378
9363
|
(z = I.current) == null || z.dispatchEvent(new Event("input"));
|
|
9379
|
-
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;
|
|
9380
9365
|
g !== null && m !== null && (Me(g), Oe(m), J.current.prev = [g, m, M]);
|
|
9381
9366
|
});
|
|
9382
9367
|
}, [_, ee]), Z.useEffect(() => {
|
|
9383
|
-
|
|
9384
|
-
}, [i, p,
|
|
9368
|
+
B !== void 0 && _ !== B && B.length < i && _.length === i && p?.(_);
|
|
9369
|
+
}, [i, p, B, _]);
|
|
9385
9370
|
let De = Ay({ containerRef: q, inputRef: I, pushPasswordManagerStrategy: f, isFocused: ee }), Pe = Z.useCallback((z) => {
|
|
9386
9371
|
let U = z.currentTarget.value.slice(0, i);
|
|
9387
9372
|
if (U.length > 0 && F && !F.test(U)) {
|
|
9388
9373
|
z.preventDefault();
|
|
9389
9374
|
return;
|
|
9390
9375
|
}
|
|
9391
|
-
typeof
|
|
9392
|
-
}, [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(() => {
|
|
9393
9378
|
var z;
|
|
9394
9379
|
if (I.current) {
|
|
9395
|
-
let U = Math.min(I.current.value.length, i - 1),
|
|
9396
|
-
(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);
|
|
9397
9382
|
}
|
|
9398
9383
|
pe(!0);
|
|
9399
9384
|
}, [i]), Ee = Z.useCallback((z) => {
|
|
9400
|
-
var U,
|
|
9401
|
-
let
|
|
9402
|
-
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;
|
|
9403
9388
|
let g = z.clipboardData.getData("text/plain"), m = h ? h(g) : g;
|
|
9404
9389
|
z.preventDefault();
|
|
9405
|
-
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);
|
|
9406
9391
|
if (k.length > 0 && F && !F.test(k)) return;
|
|
9407
|
-
|
|
9392
|
+
we.value = k, X(k);
|
|
9408
9393
|
let x = Math.min(k.length, i - 1), A = k.length;
|
|
9409
|
-
|
|
9394
|
+
we.setSelectionRange(x, A), Me(x), Oe(A);
|
|
9410
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) => {
|
|
9411
9396
|
var U;
|
|
9412
9397
|
Ee(z), (U = w.onPaste) == null || U.call(w, z);
|
|
@@ -9423,10 +9408,10 @@ var _y = Z.createContext({}), Wa = Z.forwardRef((e, t) => {
|
|
|
9423
9408
|
var U;
|
|
9424
9409
|
pe(!1), (U = w.onBlur) == null || U.call(w, z);
|
|
9425
9410
|
} })), [Pe, Te, Ee, u, Ve, i, je, te, w, F?.source, _]), Je = Z.useMemo(() => ({ slots: Array.from({ length: i }).map((z, U) => {
|
|
9426
|
-
var
|
|
9427
|
-
let
|
|
9428
|
-
return { char: g, placeholderChar: m, isActive:
|
|
9429
|
-
}), 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, $]);
|
|
9430
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)));
|
|
9431
9416
|
});
|
|
9432
9417
|
Wa.displayName = "Input";
|
|
@@ -9627,7 +9612,7 @@ const Wy = y("span", {
|
|
|
9627
9612
|
return /* @__PURE__ */ s.jsx(
|
|
9628
9613
|
Jy,
|
|
9629
9614
|
{
|
|
9630
|
-
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, {}) }) }),
|
|
9631
9616
|
variant: "text",
|
|
9632
9617
|
...n
|
|
9633
9618
|
}
|
|
@@ -9895,7 +9880,7 @@ const Uo = ({
|
|
|
9895
9880
|
withoutContainer: i = !1,
|
|
9896
9881
|
...a
|
|
9897
9882
|
} = e, l = () => /* @__PURE__ */ s.jsx(
|
|
9898
|
-
|
|
9883
|
+
xe,
|
|
9899
9884
|
{
|
|
9900
9885
|
title: n ? t : o,
|
|
9901
9886
|
placement: r,
|
|
@@ -10047,7 +10032,7 @@ const Uo = ({
|
|
|
10047
10032
|
children: r
|
|
10048
10033
|
}
|
|
10049
10034
|
) : /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
10050
|
-
/* @__PURE__ */ s.jsx(
|
|
10035
|
+
/* @__PURE__ */ s.jsx(xe, { arrow: !0, title: !t && r, placement: "right", children: /* @__PURE__ */ s.jsx(x0, { children: o }) }),
|
|
10051
10036
|
/* @__PURE__ */ s.jsx(zt, { orientation: "horizontal", in: t, children: /* @__PURE__ */ s.jsx(
|
|
10052
10037
|
qo,
|
|
10053
10038
|
{
|
|
@@ -10089,7 +10074,7 @@ const Uo = ({
|
|
|
10089
10074
|
...c
|
|
10090
10075
|
} = n, [u, p] = ce(
|
|
10091
10076
|
i?.some(([, { active: b }]) => b)
|
|
10092
|
-
), f =
|
|
10077
|
+
), f = Ce(() => u ? !1 : r, [u, r]), h = se(() => {
|
|
10093
10078
|
p((b) => {
|
|
10094
10079
|
if (typeof b == "boolean")
|
|
10095
10080
|
return !b;
|
|
@@ -10582,7 +10567,7 @@ const dv = (e) => /* @__PURE__ */ s.jsx(hl, { ...e }), V0 = y($e)`
|
|
|
10582
10567
|
formControlLabelProps: i,
|
|
10583
10568
|
...a
|
|
10584
10569
|
}) => /* @__PURE__ */ s.jsx(
|
|
10585
|
-
|
|
10570
|
+
xe,
|
|
10586
10571
|
{
|
|
10587
10572
|
title: t && o,
|
|
10588
10573
|
placement: "bottom-start",
|
|
@@ -10612,7 +10597,7 @@ const dv = (e) => /* @__PURE__ */ s.jsx(hl, { ...e }), V0 = y($e)`
|
|
|
10612
10597
|
...c
|
|
10613
10598
|
} = e, u = ds();
|
|
10614
10599
|
return /* @__PURE__ */ s.jsx(
|
|
10615
|
-
|
|
10600
|
+
xe,
|
|
10616
10601
|
{
|
|
10617
10602
|
title: o && r,
|
|
10618
10603
|
placement: "right-start",
|
|
@@ -10681,23 +10666,23 @@ const dv = (e) => /* @__PURE__ */ s.jsx(hl, { ...e }), V0 = y($e)`
|
|
|
10681
10666
|
writable: !0,
|
|
10682
10667
|
value: h.current
|
|
10683
10668
|
}), n?.(w), h.current?.focus();
|
|
10684
|
-
},
|
|
10669
|
+
}, $ = () => {
|
|
10685
10670
|
h.current?.focus();
|
|
10686
|
-
},
|
|
10671
|
+
}, S = !!u.length;
|
|
10687
10672
|
return /* @__PURE__ */ s.jsx(
|
|
10688
10673
|
cb,
|
|
10689
10674
|
{
|
|
10690
10675
|
margin: e,
|
|
10691
10676
|
placeholder: t,
|
|
10692
|
-
startAdornment: /* @__PURE__ */ s.jsx(sb, { onClick:
|
|
10677
|
+
startAdornment: /* @__PURE__ */ s.jsx(sb, { onClick: $ }),
|
|
10693
10678
|
disabled: r,
|
|
10694
10679
|
endAdornment: /* @__PURE__ */ s.jsx(
|
|
10695
10680
|
lb,
|
|
10696
10681
|
{
|
|
10697
10682
|
variant: "text",
|
|
10698
10683
|
onClick: C,
|
|
10699
|
-
disabled: r || !
|
|
10700
|
-
$isActive:
|
|
10684
|
+
disabled: r || !S,
|
|
10685
|
+
$isActive: S,
|
|
10701
10686
|
children: /* @__PURE__ */ s.jsx(ub, {})
|
|
10702
10687
|
}
|
|
10703
10688
|
),
|
|
@@ -10747,7 +10732,7 @@ const dv = (e) => /* @__PURE__ */ s.jsx(hl, { ...e }), V0 = y($e)`
|
|
|
10747
10732
|
`, mv = (e) => {
|
|
10748
10733
|
const { children: t } = e, { collapsedIn: n } = Be(Gn);
|
|
10749
10734
|
return /* @__PURE__ */ s.jsx(
|
|
10750
|
-
|
|
10735
|
+
xe,
|
|
10751
10736
|
{
|
|
10752
10737
|
arrow: !0,
|
|
10753
10738
|
title: t,
|
|
@@ -10889,7 +10874,7 @@ var me = (e) => !Re(e) && !Array.isArray(e) && Ha(e) && !Et(e), za = (e) => me(e
|
|
|
10889
10874
|
const t = e.constructor && e.constructor.prototype;
|
|
10890
10875
|
return me(t) && t.hasOwnProperty("isPrototypeOf");
|
|
10891
10876
|
}, Yr = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
|
|
10892
|
-
function
|
|
10877
|
+
function ke(e) {
|
|
10893
10878
|
let t;
|
|
10894
10879
|
const n = Array.isArray(e), r = typeof FileList < "u" ? e instanceof FileList : !1;
|
|
10895
10880
|
if (e instanceof Date)
|
|
@@ -10901,12 +10886,12 @@ function Ce(e) {
|
|
|
10901
10886
|
t = e;
|
|
10902
10887
|
else
|
|
10903
10888
|
for (const o in e)
|
|
10904
|
-
e.hasOwnProperty(o) && (t[o] =
|
|
10889
|
+
e.hasOwnProperty(o) && (t[o] = ke(e[o]));
|
|
10905
10890
|
else
|
|
10906
10891
|
return e;
|
|
10907
10892
|
return t;
|
|
10908
10893
|
}
|
|
10909
|
-
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) => {
|
|
10910
10895
|
if (!t || !me(e))
|
|
10911
10896
|
return n;
|
|
10912
10897
|
const r = wn(t.split(/[,[\].]+?/)).reduce((o, i) => Re(o) ? o : o[i], e);
|
|
@@ -10999,14 +10984,14 @@ function Cb(e) {
|
|
|
10999
10984
|
c.current = !1;
|
|
11000
10985
|
}), [n]), D.useMemo(() => qa(a, n, u.current, !1), [a, n]);
|
|
11001
10986
|
}
|
|
11002
|
-
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);
|
|
11003
10988
|
function $b(e) {
|
|
11004
10989
|
const t = kn(), { control: n = t.control, name: r, defaultValue: o, disabled: i, exact: a } = e || {}, l = D.useRef(r);
|
|
11005
10990
|
l.current = r, Xn({
|
|
11006
10991
|
disabled: i,
|
|
11007
10992
|
subject: n._subjects.values,
|
|
11008
10993
|
next: (p) => {
|
|
11009
|
-
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)));
|
|
11010
10995
|
}
|
|
11011
10996
|
});
|
|
11012
10997
|
const [c, u] = D.useState(n._getWatch(r, o));
|
|
@@ -11016,7 +11001,7 @@ function Sb(e) {
|
|
|
11016
11001
|
const t = kn(), { name: n, disabled: r, control: o = t.control, shouldUnregister: i } = e, a = Ya(o._names.array, n), l = $b({
|
|
11017
11002
|
control: o,
|
|
11018
11003
|
name: n,
|
|
11019
|
-
defaultValue:
|
|
11004
|
+
defaultValue: N(o._formValues, n, N(o._defaultValues, n, e.defaultValue)),
|
|
11020
11005
|
exact: !0
|
|
11021
11006
|
}), c = Cb({
|
|
11022
11007
|
control: o,
|
|
@@ -11029,23 +11014,23 @@ function Sb(e) {
|
|
|
11029
11014
|
})), p = D.useMemo(() => Object.defineProperties({}, {
|
|
11030
11015
|
invalid: {
|
|
11031
11016
|
enumerable: !0,
|
|
11032
|
-
get: () => !!
|
|
11017
|
+
get: () => !!N(c.errors, n)
|
|
11033
11018
|
},
|
|
11034
11019
|
isDirty: {
|
|
11035
11020
|
enumerable: !0,
|
|
11036
|
-
get: () => !!
|
|
11021
|
+
get: () => !!N(c.dirtyFields, n)
|
|
11037
11022
|
},
|
|
11038
11023
|
isTouched: {
|
|
11039
11024
|
enumerable: !0,
|
|
11040
|
-
get: () => !!
|
|
11025
|
+
get: () => !!N(c.touchedFields, n)
|
|
11041
11026
|
},
|
|
11042
11027
|
isValidating: {
|
|
11043
11028
|
enumerable: !0,
|
|
11044
|
-
get: () => !!
|
|
11029
|
+
get: () => !!N(c.validatingFields, n)
|
|
11045
11030
|
},
|
|
11046
11031
|
error: {
|
|
11047
11032
|
enumerable: !0,
|
|
11048
|
-
get: () =>
|
|
11033
|
+
get: () => N(c.errors, n)
|
|
11049
11034
|
}
|
|
11050
11035
|
}), [c, n]), f = D.useMemo(() => ({
|
|
11051
11036
|
name: n,
|
|
@@ -11060,13 +11045,13 @@ function Sb(e) {
|
|
|
11060
11045
|
}),
|
|
11061
11046
|
onBlur: () => u.current.onBlur({
|
|
11062
11047
|
target: {
|
|
11063
|
-
value:
|
|
11048
|
+
value: N(o._formValues, n),
|
|
11064
11049
|
name: n
|
|
11065
11050
|
},
|
|
11066
11051
|
type: Fn.BLUR
|
|
11067
11052
|
}),
|
|
11068
11053
|
ref: (h) => {
|
|
11069
|
-
const b =
|
|
11054
|
+
const b = N(o._fields, n);
|
|
11070
11055
|
b && h && (b._f.ref = {
|
|
11071
11056
|
focus: () => h.focus(),
|
|
11072
11057
|
select: () => h.select(),
|
|
@@ -11083,13 +11068,13 @@ function Sb(e) {
|
|
|
11083
11068
|
o._fields
|
|
11084
11069
|
]);
|
|
11085
11070
|
return D.useEffect(() => {
|
|
11086
|
-
const h = o._options.shouldUnregister || i, b = (C,
|
|
11087
|
-
const
|
|
11088
|
-
|
|
11071
|
+
const h = o._options.shouldUnregister || i, b = (C, $) => {
|
|
11072
|
+
const S = N(o._fields, C);
|
|
11073
|
+
S && S._f && (S._f.mount = $);
|
|
11089
11074
|
};
|
|
11090
11075
|
if (b(n, !0), h) {
|
|
11091
|
-
const C =
|
|
11092
|
-
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);
|
|
11093
11078
|
}
|
|
11094
11079
|
return !a && o.register(n), () => {
|
|
11095
11080
|
(a ? h && !o._state.action : h) ? o.unregister(n) : b(n, !1);
|
|
@@ -11128,7 +11113,7 @@ var Mb = (e, t, n, r, o) => t ? {
|
|
|
11128
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))));
|
|
11129
11114
|
const Vt = (e, t, n, r) => {
|
|
11130
11115
|
for (const o of n || Object.keys(e)) {
|
|
11131
|
-
const i =
|
|
11116
|
+
const i = N(e, o);
|
|
11132
11117
|
if (i) {
|
|
11133
11118
|
const { _f: a, ...l } = i;
|
|
11134
11119
|
if (a) {
|
|
@@ -11144,7 +11129,7 @@ const Vt = (e, t, n, r) => {
|
|
|
11144
11129
|
}
|
|
11145
11130
|
};
|
|
11146
11131
|
var Ja = (e, t, n) => {
|
|
11147
|
-
const r = Le(
|
|
11132
|
+
const r = Le(N(e, n));
|
|
11148
11133
|
return oe(r, "root", t[n]), oe(e, n, r), e;
|
|
11149
11134
|
}, Ur = (e) => e.type === "file", st = (e) => typeof e == "function", Wn = (e) => {
|
|
11150
11135
|
if (!Yr)
|
|
@@ -11189,29 +11174,29 @@ var Rt = (e) => me(e) && !Nn(e) ? e : {
|
|
|
11189
11174
|
value: e,
|
|
11190
11175
|
message: ""
|
|
11191
11176
|
}, Dr = async (e, t, n, r, o, i) => {
|
|
11192
|
-
const { ref: a, refs: l, required: c, maxLength: u, minLength: p, min: f, max: h, pattern: b, validate: C, name:
|
|
11193
|
-
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($))
|
|
11194
11179
|
return {};
|
|
11195
|
-
const
|
|
11196
|
-
o &&
|
|
11197
|
-
}, 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) => {
|
|
11198
11183
|
const K = F ? I : q;
|
|
11199
|
-
P[
|
|
11184
|
+
P[$] = {
|
|
11200
11185
|
type: F ? Y : J,
|
|
11201
11186
|
message: K,
|
|
11202
11187
|
ref: a,
|
|
11203
|
-
...
|
|
11188
|
+
...B(F ? Y : J, K)
|
|
11204
11189
|
};
|
|
11205
11190
|
};
|
|
11206
|
-
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)) {
|
|
11207
11192
|
const { value: F, message: I } = En(c) ? { value: !!c, message: c } : Rt(c);
|
|
11208
|
-
if (F && (P[
|
|
11193
|
+
if (F && (P[$] = {
|
|
11209
11194
|
type: pt.required,
|
|
11210
11195
|
message: I,
|
|
11211
|
-
ref:
|
|
11212
|
-
...
|
|
11196
|
+
ref: T,
|
|
11197
|
+
...B(pt.required, I)
|
|
11213
11198
|
}, !r))
|
|
11214
|
-
return
|
|
11199
|
+
return W(I), P;
|
|
11215
11200
|
}
|
|
11216
11201
|
if (!_ && (!Re(f) || !Re(h))) {
|
|
11217
11202
|
let F, I;
|
|
@@ -11224,50 +11209,50 @@ var Rt = (e) => me(e) && !Nn(e) ? e : {
|
|
|
11224
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));
|
|
11225
11210
|
}
|
|
11226
11211
|
if ((F || I) && (X(!!F, q.message, Y.message, pt.max, pt.min), !r))
|
|
11227
|
-
return
|
|
11212
|
+
return W(P[$].message), P;
|
|
11228
11213
|
}
|
|
11229
11214
|
if ((u || p) && !_ && (ct(v) || i && Array.isArray(v))) {
|
|
11230
11215
|
const F = Rt(u), I = Rt(p), q = !Re(F.value) && v.length > +F.value, Y = !Re(I.value) && v.length < +I.value;
|
|
11231
11216
|
if ((q || Y) && (X(q, F.message, I.message), !r))
|
|
11232
|
-
return
|
|
11217
|
+
return W(P[$].message), P;
|
|
11233
11218
|
}
|
|
11234
11219
|
if (b && !_ && ct(v)) {
|
|
11235
11220
|
const { value: F, message: I } = Rt(b);
|
|
11236
|
-
if (Nn(F) && !v.match(F) && (P[
|
|
11221
|
+
if (Nn(F) && !v.match(F) && (P[$] = {
|
|
11237
11222
|
type: pt.pattern,
|
|
11238
11223
|
message: I,
|
|
11239
11224
|
ref: a,
|
|
11240
|
-
...
|
|
11225
|
+
...B(pt.pattern, I)
|
|
11241
11226
|
}, !r))
|
|
11242
|
-
return
|
|
11227
|
+
return W(I), P;
|
|
11243
11228
|
}
|
|
11244
11229
|
if (C) {
|
|
11245
11230
|
if (st(C)) {
|
|
11246
|
-
const F = await C(v, n), I = ti(F,
|
|
11247
|
-
if (I && (P[
|
|
11231
|
+
const F = await C(v, n), I = ti(F, T);
|
|
11232
|
+
if (I && (P[$] = {
|
|
11248
11233
|
...I,
|
|
11249
|
-
...
|
|
11234
|
+
...B(pt.validate, I.message)
|
|
11250
11235
|
}, !r))
|
|
11251
|
-
return
|
|
11236
|
+
return W(I.message), P;
|
|
11252
11237
|
} else if (me(C)) {
|
|
11253
11238
|
let F = {};
|
|
11254
11239
|
for (const I in C) {
|
|
11255
11240
|
if (!Ie(F) && !r)
|
|
11256
11241
|
break;
|
|
11257
|
-
const q = ti(await C[I](v, n),
|
|
11242
|
+
const q = ti(await C[I](v, n), T, I);
|
|
11258
11243
|
q && (F = {
|
|
11259
11244
|
...q,
|
|
11260
|
-
...
|
|
11261
|
-
},
|
|
11245
|
+
...B(I, q.message)
|
|
11246
|
+
}, W(q.message), r && (P[$] = F));
|
|
11262
11247
|
}
|
|
11263
|
-
if (!Ie(F) && (P[
|
|
11264
|
-
ref:
|
|
11248
|
+
if (!Ie(F) && (P[$] = {
|
|
11249
|
+
ref: T,
|
|
11265
11250
|
...F
|
|
11266
11251
|
}, !r))
|
|
11267
11252
|
return P;
|
|
11268
11253
|
}
|
|
11269
11254
|
}
|
|
11270
|
-
return
|
|
11255
|
+
return W(!0), P;
|
|
11271
11256
|
}, cr = (e, t) => [
|
|
11272
11257
|
...e,
|
|
11273
11258
|
...Le(t)
|
|
@@ -11307,66 +11292,66 @@ function Db(e) {
|
|
|
11307
11292
|
return !1;
|
|
11308
11293
|
return !0;
|
|
11309
11294
|
}
|
|
11310
|
-
function
|
|
11295
|
+
function be(e, t) {
|
|
11311
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];
|
|
11312
|
-
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;
|
|
11313
11298
|
}
|
|
11314
11299
|
var ni = (e, t, n) => (e[t] = n, e);
|
|
11315
11300
|
function Sv(e) {
|
|
11316
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);
|
|
11317
11302
|
f.current = r, p.current = l, n._names.array.add(r), a && n.register(r, a), Xn({
|
|
11318
|
-
next: ({ values: O, name:
|
|
11319
|
-
if (
|
|
11320
|
-
const
|
|
11321
|
-
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));
|
|
11322
11307
|
}
|
|
11323
11308
|
},
|
|
11324
11309
|
subject: n._subjects.array
|
|
11325
11310
|
});
|
|
11326
11311
|
const b = D.useCallback((O) => {
|
|
11327
11312
|
h.current = !0, n._updateFieldArray(r, O);
|
|
11328
|
-
}, [n, r]), C = (O,
|
|
11329
|
-
const
|
|
11330
|
-
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, {
|
|
11331
11316
|
argA: ur(O)
|
|
11332
11317
|
});
|
|
11333
|
-
},
|
|
11334
|
-
const
|
|
11335
|
-
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, {
|
|
11336
11321
|
argA: ur(O)
|
|
11337
11322
|
});
|
|
11338
|
-
},
|
|
11339
|
-
const
|
|
11340
|
-
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, {
|
|
11341
11326
|
argA: O
|
|
11342
11327
|
});
|
|
11343
|
-
}, w = (O,
|
|
11344
|
-
const _ = Le(
|
|
11345
|
-
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, {
|
|
11346
11331
|
argA: O,
|
|
11347
|
-
argB: ur(
|
|
11332
|
+
argB: ur(j)
|
|
11348
11333
|
});
|
|
11349
|
-
}, v = (O,
|
|
11350
|
-
const
|
|
11351
|
-
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, {
|
|
11352
11337
|
argA: O,
|
|
11353
|
-
argB:
|
|
11338
|
+
argB: j
|
|
11354
11339
|
}, !1);
|
|
11355
|
-
},
|
|
11356
|
-
const
|
|
11357
|
-
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, {
|
|
11358
11343
|
argA: O,
|
|
11359
|
-
argB:
|
|
11344
|
+
argB: j
|
|
11360
11345
|
}, !1);
|
|
11361
|
-
},
|
|
11362
|
-
const
|
|
11363
|
-
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, {
|
|
11364
11349
|
argA: O,
|
|
11365
|
-
argB:
|
|
11350
|
+
argB: E
|
|
11366
11351
|
}, !0, !1);
|
|
11367
11352
|
}, P = (O) => {
|
|
11368
|
-
const
|
|
11369
|
-
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);
|
|
11370
11355
|
};
|
|
11371
11356
|
return D.useEffect(() => {
|
|
11372
11357
|
if (n._state.action = !1, Or(r, n._names) && n._subjects.state.next({
|
|
@@ -11374,38 +11359,38 @@ function Sv(e) {
|
|
|
11374
11359
|
}), h.current && (!an(n._options.mode).isOnSubmit || n._formState.isSubmitted))
|
|
11375
11360
|
if (n._options.resolver)
|
|
11376
11361
|
n._executeSchema([r]).then((O) => {
|
|
11377
|
-
const
|
|
11378
|
-
(
|
|
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({
|
|
11379
11364
|
errors: n._formState.errors
|
|
11380
11365
|
}));
|
|
11381
11366
|
});
|
|
11382
11367
|
else {
|
|
11383
|
-
const O =
|
|
11384
|
-
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((
|
|
11385
|
-
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)
|
|
11386
11371
|
}));
|
|
11387
11372
|
}
|
|
11388
11373
|
n._subjects.values.next({
|
|
11389
11374
|
name: r,
|
|
11390
11375
|
values: { ...n._formValues }
|
|
11391
|
-
}), n._names.focus && Vt(n._fields, (O,
|
|
11392
|
-
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)
|
|
11393
11378
|
return O.focus(), 1;
|
|
11394
11379
|
}), n._names.focus = "", n._updateValid(), h.current = !1;
|
|
11395
|
-
}, [l, r, n]), D.useEffect(() => (!
|
|
11380
|
+
}, [l, r, n]), D.useEffect(() => (!N(n._formValues, r) && n._updateFieldArray(r), () => {
|
|
11396
11381
|
(n._options.shouldUnregister || i) && n.unregister(r);
|
|
11397
11382
|
}), [r, n, o, i]), {
|
|
11398
11383
|
swap: D.useCallback(v, [b, r, n]),
|
|
11399
|
-
move: D.useCallback(
|
|
11400
|
-
prepend: D.useCallback(
|
|
11384
|
+
move: D.useCallback(T, [b, r, n]),
|
|
11385
|
+
prepend: D.useCallback($, [b, r, n]),
|
|
11401
11386
|
append: D.useCallback(C, [b, r, n]),
|
|
11402
|
-
remove: D.useCallback(
|
|
11387
|
+
remove: D.useCallback(S, [b, r, n]),
|
|
11403
11388
|
insert: D.useCallback(w, [b, r, n]),
|
|
11404
|
-
update: D.useCallback(
|
|
11389
|
+
update: D.useCallback(W, [b, r, n]),
|
|
11405
11390
|
replace: D.useCallback(P, [b, r, n]),
|
|
11406
|
-
fields: D.useMemo(() => l.map((O,
|
|
11391
|
+
fields: D.useMemo(() => l.map((O, j) => ({
|
|
11407
11392
|
...O,
|
|
11408
|
-
[o]: u.current[
|
|
11393
|
+
[o]: u.current[j] || wt()
|
|
11409
11394
|
})), [l, o])
|
|
11410
11395
|
};
|
|
11411
11396
|
}
|
|
@@ -11477,7 +11462,7 @@ function br(e) {
|
|
|
11477
11462
|
var Pb = (e, t, n, r) => {
|
|
11478
11463
|
const o = {};
|
|
11479
11464
|
for (const i of e) {
|
|
11480
|
-
const a =
|
|
11465
|
+
const a = N(t, i);
|
|
11481
11466
|
a && oe(o, i, a._f);
|
|
11482
11467
|
}
|
|
11483
11468
|
return {
|
|
@@ -11490,7 +11475,7 @@ var Pb = (e, t, n, r) => {
|
|
|
11490
11475
|
const ri = "AsyncFunction";
|
|
11491
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);
|
|
11492
11477
|
function oi(e, t, n) {
|
|
11493
|
-
const r =
|
|
11478
|
+
const r = N(e, n);
|
|
11494
11479
|
if (r || Gr(n))
|
|
11495
11480
|
return {
|
|
11496
11481
|
error: r,
|
|
@@ -11498,7 +11483,7 @@ function oi(e, t, n) {
|
|
|
11498
11483
|
};
|
|
11499
11484
|
const o = n.split(".");
|
|
11500
11485
|
for (; o.length; ) {
|
|
11501
|
-
const i = o.join("."), a =
|
|
11486
|
+
const i = o.join("."), a = N(t, i), l = N(e, i);
|
|
11502
11487
|
if (a && !Array.isArray(a) && n !== i)
|
|
11503
11488
|
return { name: n };
|
|
11504
11489
|
if (l && l.type)
|
|
@@ -11512,7 +11497,7 @@ function oi(e, t, n) {
|
|
|
11512
11497
|
name: n
|
|
11513
11498
|
};
|
|
11514
11499
|
}
|
|
11515
|
-
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);
|
|
11516
11501
|
const Wb = {
|
|
11517
11502
|
mode: Xe.onSubmit,
|
|
11518
11503
|
reValidateMode: Xe.onChange,
|
|
@@ -11536,7 +11521,7 @@ function Nb(e = {}) {
|
|
|
11536
11521
|
validatingFields: {},
|
|
11537
11522
|
errors: t.errors || {},
|
|
11538
11523
|
disabled: t.disabled || !1
|
|
11539
|
-
}, 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 = {
|
|
11540
11525
|
action: !1,
|
|
11541
11526
|
mount: !1,
|
|
11542
11527
|
watch: !1
|
|
@@ -11559,34 +11544,34 @@ function Nb(e = {}) {
|
|
|
11559
11544
|
values: mr(),
|
|
11560
11545
|
array: mr(),
|
|
11561
11546
|
state: mr()
|
|
11562
|
-
}, 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) => {
|
|
11563
11548
|
clearTimeout(u), u = setTimeout(g, m);
|
|
11564
|
-
},
|
|
11549
|
+
}, S = async (g) => {
|
|
11565
11550
|
if (!t.disabled && (p.isValid || g)) {
|
|
11566
|
-
const m = t.resolver ? Ie((await
|
|
11551
|
+
const m = t.resolver ? Ie((await E()).errors) : await B(r, !0);
|
|
11567
11552
|
m !== n.isValid && f.state.next({
|
|
11568
11553
|
isValid: m
|
|
11569
11554
|
});
|
|
11570
11555
|
}
|
|
11571
11556
|
}, w = (g, m) => {
|
|
11572
11557
|
!t.disabled && (p.isValidating || p.validatingFields) && ((g || Array.from(l.mount)).forEach((M) => {
|
|
11573
|
-
M && (m ? oe(n.validatingFields, M, m) :
|
|
11558
|
+
M && (m ? oe(n.validatingFields, M, m) : be(n.validatingFields, M));
|
|
11574
11559
|
}), f.state.next({
|
|
11575
11560
|
validatingFields: n.validatingFields,
|
|
11576
11561
|
isValidating: !Ie(n.validatingFields)
|
|
11577
11562
|
}));
|
|
11578
11563
|
}, v = (g, m = [], M, d, k = !0, x = !0) => {
|
|
11579
11564
|
if (d && M && !t.disabled) {
|
|
11580
|
-
if (a.action = !0, x && Array.isArray(
|
|
11581
|
-
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);
|
|
11582
11567
|
k && oe(r, g, A);
|
|
11583
11568
|
}
|
|
11584
|
-
if (x && Array.isArray(
|
|
11585
|
-
const A = M(
|
|
11569
|
+
if (x && Array.isArray(N(n.errors, g))) {
|
|
11570
|
+
const A = M(N(n.errors, g), d.argA, d.argB);
|
|
11586
11571
|
k && oe(n.errors, g, A), Fb(n.errors, g);
|
|
11587
11572
|
}
|
|
11588
|
-
if (p.touchedFields && x && Array.isArray(
|
|
11589
|
-
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);
|
|
11590
11575
|
k && oe(n.touchedFields, g, A);
|
|
11591
11576
|
}
|
|
11592
11577
|
p.dirtyFields && (n.dirtyFields = Jt(o, i)), f.state.next({
|
|
@@ -11598,43 +11583,43 @@ function Nb(e = {}) {
|
|
|
11598
11583
|
});
|
|
11599
11584
|
} else
|
|
11600
11585
|
oe(i, g, m);
|
|
11601
|
-
},
|
|
11586
|
+
}, T = (g, m) => {
|
|
11602
11587
|
oe(n.errors, g, m), f.state.next({
|
|
11603
11588
|
errors: n.errors
|
|
11604
11589
|
});
|
|
11605
|
-
},
|
|
11590
|
+
}, W = (g) => {
|
|
11606
11591
|
n.errors = g, f.state.next({
|
|
11607
11592
|
errors: n.errors,
|
|
11608
11593
|
isValid: !1
|
|
11609
11594
|
});
|
|
11610
11595
|
}, P = (g, m, M, d) => {
|
|
11611
|
-
const k =
|
|
11596
|
+
const k = N(r, g);
|
|
11612
11597
|
if (k) {
|
|
11613
|
-
const x =
|
|
11614
|
-
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();
|
|
11615
11600
|
}
|
|
11616
11601
|
}, O = (g, m, M, d, k) => {
|
|
11617
11602
|
let x = !1, A = !1;
|
|
11618
|
-
const
|
|
11603
|
+
const L = {
|
|
11619
11604
|
name: g
|
|
11620
11605
|
};
|
|
11621
11606
|
if (!t.disabled) {
|
|
11622
|
-
const H = !!(
|
|
11607
|
+
const H = !!(N(r, g) && N(r, g)._f && N(r, g)._f.disabled);
|
|
11623
11608
|
if (!M || d) {
|
|
11624
|
-
p.isDirty && (A = n.isDirty, n.isDirty =
|
|
11625
|
-
const R = H || kt(
|
|
11626
|
-
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;
|
|
11627
11612
|
}
|
|
11628
11613
|
if (M) {
|
|
11629
|
-
const R =
|
|
11630
|
-
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);
|
|
11631
11616
|
}
|
|
11632
|
-
x && k && f.state.next(
|
|
11617
|
+
x && k && f.state.next(L);
|
|
11633
11618
|
}
|
|
11634
|
-
return x ?
|
|
11635
|
-
},
|
|
11636
|
-
const k =
|
|
11637
|
-
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) {
|
|
11638
11623
|
const A = {
|
|
11639
11624
|
...d,
|
|
11640
11625
|
...x && qe(m) ? { isValid: m } : {},
|
|
@@ -11646,21 +11631,21 @@ function Nb(e = {}) {
|
|
|
11646
11631
|
...A
|
|
11647
11632
|
}, f.state.next(A);
|
|
11648
11633
|
}
|
|
11649
|
-
},
|
|
11634
|
+
}, E = async (g) => {
|
|
11650
11635
|
w(g, !0);
|
|
11651
11636
|
const m = await t.resolver(i, t.context, Pb(g || l.mount, r, t.criteriaMode, t.shouldUseNativeValidation));
|
|
11652
11637
|
return w(g), m;
|
|
11653
11638
|
}, _ = async (g) => {
|
|
11654
|
-
const { errors: m } = await
|
|
11639
|
+
const { errors: m } = await E(g);
|
|
11655
11640
|
if (g)
|
|
11656
11641
|
for (const M of g) {
|
|
11657
|
-
const d =
|
|
11658
|
-
d ? oe(n.errors, M, d) :
|
|
11642
|
+
const d = N(m, M);
|
|
11643
|
+
d ? oe(n.errors, M, d) : be(n.errors, M);
|
|
11659
11644
|
}
|
|
11660
11645
|
else
|
|
11661
11646
|
n.errors = m;
|
|
11662
11647
|
return m;
|
|
11663
|
-
},
|
|
11648
|
+
}, B = async (g, m, M = {
|
|
11664
11649
|
valid: !0
|
|
11665
11650
|
}) => {
|
|
11666
11651
|
for (const d in g) {
|
|
@@ -11668,31 +11653,31 @@ function Nb(e = {}) {
|
|
|
11668
11653
|
if (k) {
|
|
11669
11654
|
const { _f: x, ...A } = k;
|
|
11670
11655
|
if (x) {
|
|
11671
|
-
const
|
|
11656
|
+
const L = l.array.has(x.name), H = k._f && Tb(k._f);
|
|
11672
11657
|
H && p.validatingFields && w([d], !0);
|
|
11673
|
-
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);
|
|
11674
11659
|
if (H && p.validatingFields && w([d]), R[x.name] && (M.valid = !1, m))
|
|
11675
11660
|
break;
|
|
11676
|
-
!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));
|
|
11677
11662
|
}
|
|
11678
|
-
!Ie(A) && await
|
|
11663
|
+
!Ie(A) && await B(A, m, M);
|
|
11679
11664
|
}
|
|
11680
11665
|
}
|
|
11681
11666
|
return M.valid;
|
|
11682
11667
|
}, X = () => {
|
|
11683
11668
|
for (const g of l.unMount) {
|
|
11684
|
-
const m =
|
|
11669
|
+
const m = N(r, g);
|
|
11685
11670
|
m && (m._f.refs ? m._f.refs.every((M) => !yr(M)) : !yr(m._f.ref)) && Pe(g);
|
|
11686
11671
|
}
|
|
11687
11672
|
l.unMount = /* @__PURE__ */ new Set();
|
|
11688
11673
|
}, F = (g, m) => !t.disabled && (g && m && oe(i, g, m), !kt(te(), o)), I = (g, m, M) => Qa(g, l, {
|
|
11689
11674
|
...a.mount ? i : de(m) ? o : ct(g) ? { [g]: m } : m
|
|
11690
|
-
}, M, m), q = (g) => wn(
|
|
11691
|
-
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);
|
|
11692
11677
|
let k = m;
|
|
11693
11678
|
if (d) {
|
|
11694
11679
|
const x = d._f;
|
|
11695
|
-
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({
|
|
11696
11681
|
name: g,
|
|
11697
11682
|
values: { ...i }
|
|
11698
11683
|
})));
|
|
@@ -11700,11 +11685,11 @@ function Nb(e = {}) {
|
|
|
11700
11685
|
(M.shouldDirty || M.shouldTouch) && O(g, k, M.shouldTouch, M.shouldDirty, !0), M.shouldValidate && pe(g);
|
|
11701
11686
|
}, J = (g, m, M) => {
|
|
11702
11687
|
for (const d in m) {
|
|
11703
|
-
const k = m[d], x = `${g}.${d}`, A =
|
|
11688
|
+
const k = m[d], x = `${g}.${d}`, A = N(r, x);
|
|
11704
11689
|
(l.array.has(g) || me(k) || A && !A._f) && !Et(k) ? J(x, k, M) : Y(x, k, M);
|
|
11705
11690
|
}
|
|
11706
11691
|
}, K = (g, m, M = {}) => {
|
|
11707
|
-
const d =
|
|
11692
|
+
const d = N(r, g), k = l.array.has(g), x = ke(m);
|
|
11708
11693
|
oe(i, g, x), k ? (f.array.next({
|
|
11709
11694
|
name: g,
|
|
11710
11695
|
values: { ...i }
|
|
@@ -11720,12 +11705,12 @@ function Nb(e = {}) {
|
|
|
11720
11705
|
a.mount = !0;
|
|
11721
11706
|
const m = g.target;
|
|
11722
11707
|
let M = m.name, d = !0;
|
|
11723
|
-
const k =
|
|
11724
|
-
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));
|
|
11725
11710
|
};
|
|
11726
11711
|
if (k) {
|
|
11727
|
-
let
|
|
11728
|
-
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);
|
|
11729
11714
|
oe(i, M, R), ge ? (k._f.onBlur && k._f.onBlur(g), c && c(0)) : k._f.onChange && k._f.onChange(g);
|
|
11730
11715
|
const _e = O(M, R, ge, !1), Ke = !Ie(_e) || he;
|
|
11731
11716
|
if (!ge && f.values.next({
|
|
@@ -11733,30 +11718,30 @@ function Nb(e = {}) {
|
|
|
11733
11718
|
type: g.type,
|
|
11734
11719
|
values: { ...i }
|
|
11735
11720
|
}), He)
|
|
11736
|
-
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 });
|
|
11737
11722
|
if (!ge && he && f.state.next({ ...n }), t.resolver) {
|
|
11738
|
-
const { errors: V } = await
|
|
11723
|
+
const { errors: V } = await E([M]);
|
|
11739
11724
|
if (A(R), d) {
|
|
11740
11725
|
const ne = oi(n.errors, r, M), Q = oi(V, r, ne.name || M);
|
|
11741
|
-
|
|
11726
|
+
L = Q.error, M = Q.name, H = Ie(V);
|
|
11742
11727
|
}
|
|
11743
11728
|
} else
|
|
11744
|
-
w([M], !0),
|
|
11745
|
-
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));
|
|
11746
11731
|
}
|
|
11747
11732
|
}, ee = (g, m) => {
|
|
11748
|
-
if (
|
|
11733
|
+
if (N(n.errors, m) && g.focus)
|
|
11749
11734
|
return g.focus(), 1;
|
|
11750
11735
|
}, pe = async (g, m = {}) => {
|
|
11751
11736
|
let M, d;
|
|
11752
11737
|
const k = Le(g);
|
|
11753
11738
|
if (t.resolver) {
|
|
11754
11739
|
const x = await _(de(g) ? g : k);
|
|
11755
|
-
M = Ie(x), d = g ? !k.some((A) =>
|
|
11740
|
+
M = Ie(x), d = g ? !k.some((A) => N(x, A)) : M;
|
|
11756
11741
|
} else g ? (d = (await Promise.all(k.map(async (x) => {
|
|
11757
|
-
const A =
|
|
11758
|
-
return await
|
|
11759
|
-
}))).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);
|
|
11760
11745
|
return f.state.next({
|
|
11761
11746
|
...!ct(g) || p.isValid && M !== n.isValid ? {} : { name: g },
|
|
11762
11747
|
...t.resolver || !g ? { isValid: M } : {},
|
|
@@ -11766,19 +11751,19 @@ function Nb(e = {}) {
|
|
|
11766
11751
|
const m = {
|
|
11767
11752
|
...a.mount ? i : o
|
|
11768
11753
|
};
|
|
11769
|
-
return de(g) ? m : ct(g) ?
|
|
11754
|
+
return de(g) ? m : ct(g) ? N(m, g) : g.map((M) => N(m, M));
|
|
11770
11755
|
}, Me = (g, m) => ({
|
|
11771
|
-
invalid: !!
|
|
11772
|
-
isDirty: !!
|
|
11773
|
-
error:
|
|
11774
|
-
isValidating: !!
|
|
11775
|
-
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)
|
|
11776
11761
|
}), je = (g) => {
|
|
11777
|
-
g && Le(g).forEach((m) =>
|
|
11762
|
+
g && Le(g).forEach((m) => be(n.errors, m)), f.state.next({
|
|
11778
11763
|
errors: g ? n.errors : {}
|
|
11779
11764
|
});
|
|
11780
11765
|
}, Oe = (g, m, M) => {
|
|
11781
|
-
const d = (
|
|
11766
|
+
const d = (N(r, g, { _f: {} })._f || {}).ref, k = N(n.errors, g) || {}, { ref: x, message: A, type: L, ...H } = k;
|
|
11782
11767
|
oe(n.errors, g, {
|
|
11783
11768
|
...H,
|
|
11784
11769
|
...m,
|
|
@@ -11792,17 +11777,17 @@ function Nb(e = {}) {
|
|
|
11792
11777
|
next: (M) => g(I(void 0, m), M)
|
|
11793
11778
|
}) : I(g, m, !0), Pe = (g, m = {}) => {
|
|
11794
11779
|
for (const M of g ? Le(g) : l.mount)
|
|
11795
|
-
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);
|
|
11796
11781
|
f.values.next({
|
|
11797
11782
|
values: { ...i }
|
|
11798
11783
|
}), f.state.next({
|
|
11799
11784
|
...n,
|
|
11800
11785
|
...m.keepDirty ? { isDirty: F() } : {}
|
|
11801
|
-
}), !m.keepIsValid &&
|
|
11786
|
+
}), !m.keepIsValid && S();
|
|
11802
11787
|
}, Te = ({ disabled: g, name: m, field: M, fields: d }) => {
|
|
11803
|
-
(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));
|
|
11804
11789
|
}, Ee = (g, m = {}) => {
|
|
11805
|
-
let M =
|
|
11790
|
+
let M = N(r, g);
|
|
11806
11791
|
const d = qe(m.disabled) || qe(t.disabled);
|
|
11807
11792
|
return oe(r, g, {
|
|
11808
11793
|
...M || {},
|
|
@@ -11831,30 +11816,30 @@ function Nb(e = {}) {
|
|
|
11831
11816
|
onBlur: fe,
|
|
11832
11817
|
ref: (k) => {
|
|
11833
11818
|
if (k) {
|
|
11834
|
-
Ee(g, m), M =
|
|
11835
|
-
const x = de(k.value) && k.querySelectorAll && k.querySelectorAll("input,select,textarea")[0] || k, A = Eb(x),
|
|
11836
|
-
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)
|
|
11837
11822
|
return;
|
|
11838
11823
|
oe(r, g, {
|
|
11839
11824
|
_f: {
|
|
11840
11825
|
...M._f,
|
|
11841
11826
|
...A ? {
|
|
11842
11827
|
refs: [
|
|
11843
|
-
...
|
|
11828
|
+
...L.filter(yr),
|
|
11844
11829
|
x,
|
|
11845
|
-
...Array.isArray(
|
|
11830
|
+
...Array.isArray(N(o, g)) ? [{}] : []
|
|
11846
11831
|
],
|
|
11847
11832
|
ref: { type: x.type, name: g }
|
|
11848
11833
|
} : { ref: x }
|
|
11849
11834
|
}
|
|
11850
11835
|
}), P(g, !1, void 0, x);
|
|
11851
11836
|
} else
|
|
11852
|
-
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);
|
|
11853
11838
|
}
|
|
11854
11839
|
};
|
|
11855
11840
|
}, Ge = () => t.shouldFocusError && Vt(r, ee, l.mount), Ve = (g) => {
|
|
11856
11841
|
qe(g) && (f.state.next({ disabled: g }), Vt(r, (m, M) => {
|
|
11857
|
-
const d =
|
|
11842
|
+
const d = N(r, M);
|
|
11858
11843
|
d && (m.disabled = d._f.disabled || g, Array.isArray(d._f.refs) && d._f.refs.forEach((k) => {
|
|
11859
11844
|
k.disabled = d._f.disabled || g;
|
|
11860
11845
|
}));
|
|
@@ -11862,18 +11847,18 @@ function Nb(e = {}) {
|
|
|
11862
11847
|
}, Ue = (g, m) => async (M) => {
|
|
11863
11848
|
let d;
|
|
11864
11849
|
M && (M.preventDefault && M.preventDefault(), M.persist && M.persist());
|
|
11865
|
-
let k =
|
|
11850
|
+
let k = ke(i);
|
|
11866
11851
|
if (l.disabled.size)
|
|
11867
11852
|
for (const x of l.disabled)
|
|
11868
11853
|
oe(k, x, void 0);
|
|
11869
11854
|
if (f.state.next({
|
|
11870
11855
|
isSubmitting: !0
|
|
11871
11856
|
}), t.resolver) {
|
|
11872
|
-
const { errors: x, values: A } = await
|
|
11857
|
+
const { errors: x, values: A } = await E();
|
|
11873
11858
|
n.errors = x, k = A;
|
|
11874
11859
|
} else
|
|
11875
|
-
await
|
|
11876
|
-
if (
|
|
11860
|
+
await B(r);
|
|
11861
|
+
if (be(n.errors, "root"), Ie(n.errors)) {
|
|
11877
11862
|
f.state.next({
|
|
11878
11863
|
errors: {}
|
|
11879
11864
|
});
|
|
@@ -11893,23 +11878,23 @@ function Nb(e = {}) {
|
|
|
11893
11878
|
}), d)
|
|
11894
11879
|
throw d;
|
|
11895
11880
|
}, Je = (g, m = {}) => {
|
|
11896
|
-
|
|
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 }));
|
|
11897
11882
|
}, ft = (g, m = {}) => {
|
|
11898
|
-
const M = g ?
|
|
11883
|
+
const M = g ? ke(g) : o, d = ke(M), k = Ie(g), x = k ? o : d;
|
|
11899
11884
|
if (m.keepDefaultValues || (o = M), !m.keepValues) {
|
|
11900
11885
|
if (m.keepDirtyValues) {
|
|
11901
11886
|
const A = /* @__PURE__ */ new Set([
|
|
11902
11887
|
...l.mount,
|
|
11903
11888
|
...Object.keys(Jt(o, i))
|
|
11904
11889
|
]);
|
|
11905
|
-
for (const
|
|
11906
|
-
|
|
11890
|
+
for (const L of Array.from(A))
|
|
11891
|
+
N(n.dirtyFields, L) ? oe(x, L, N(i, L)) : K(L, N(x, L));
|
|
11907
11892
|
} else {
|
|
11908
11893
|
if (Yr && de(g))
|
|
11909
11894
|
for (const A of l.mount) {
|
|
11910
|
-
const
|
|
11911
|
-
if (
|
|
11912
|
-
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;
|
|
11913
11898
|
if (Wn(H)) {
|
|
11914
11899
|
const R = H.closest("form");
|
|
11915
11900
|
if (R) {
|
|
@@ -11921,7 +11906,7 @@ function Nb(e = {}) {
|
|
|
11921
11906
|
}
|
|
11922
11907
|
r = {};
|
|
11923
11908
|
}
|
|
11924
|
-
i = t.shouldUnregister ? m.keepDefaultValues ?
|
|
11909
|
+
i = t.shouldUnregister ? m.keepDefaultValues ? ke(o) : {} : ke(x), f.array.next({
|
|
11925
11910
|
values: { ...x }
|
|
11926
11911
|
}), f.values.next({
|
|
11927
11912
|
values: { ...x }
|
|
@@ -11953,10 +11938,10 @@ function Nb(e = {}) {
|
|
|
11953
11938
|
getFieldState: Me,
|
|
11954
11939
|
handleSubmit: Ue,
|
|
11955
11940
|
setError: Oe,
|
|
11956
|
-
_executeSchema:
|
|
11941
|
+
_executeSchema: E,
|
|
11957
11942
|
_getWatch: I,
|
|
11958
11943
|
_getDirty: F,
|
|
11959
|
-
_updateValid:
|
|
11944
|
+
_updateValid: S,
|
|
11960
11945
|
_removeUnmounted: X,
|
|
11961
11946
|
_updateFieldArray: v,
|
|
11962
11947
|
_updateDisabledField: Te,
|
|
@@ -11976,7 +11961,7 @@ function Nb(e = {}) {
|
|
|
11976
11961
|
_disableForm: Ve,
|
|
11977
11962
|
_subjects: f,
|
|
11978
11963
|
_proxyFormState: p,
|
|
11979
|
-
_setErrors:
|
|
11964
|
+
_setErrors: W,
|
|
11980
11965
|
get _fields() {
|
|
11981
11966
|
return r;
|
|
11982
11967
|
},
|
|
@@ -12026,7 +12011,7 @@ function Nb(e = {}) {
|
|
|
12026
12011
|
unregister: Pe,
|
|
12027
12012
|
setError: Oe,
|
|
12028
12013
|
setFocus: (g, m = {}) => {
|
|
12029
|
-
const M =
|
|
12014
|
+
const M = N(r, g), d = M && M._f;
|
|
12030
12015
|
if (d) {
|
|
12031
12016
|
const k = d.refs ? d.refs[0] : d.ref;
|
|
12032
12017
|
k.focus && (k.focus(), m.shouldSelect && st(k.select) && k.select());
|
|
@@ -12235,7 +12220,7 @@ export {
|
|
|
12235
12220
|
Iv as ButtonGroup,
|
|
12236
12221
|
_t as ButtonSizes,
|
|
12237
12222
|
ot as ButtonStates,
|
|
12238
|
-
|
|
12223
|
+
ve as ButtonVariants,
|
|
12239
12224
|
Rv as Card,
|
|
12240
12225
|
Bv as CardActions,
|
|
12241
12226
|
Lv as CardContent,
|
|
@@ -12345,7 +12330,7 @@ export {
|
|
|
12345
12330
|
Cv as TextArea,
|
|
12346
12331
|
yn as TextField,
|
|
12347
12332
|
$v as ThemeProvider,
|
|
12348
|
-
|
|
12333
|
+
xe as Tooltip,
|
|
12349
12334
|
ue as Typography,
|
|
12350
12335
|
Hv as buttonClasses,
|
|
12351
12336
|
zv as cardActionsClasses,
|