@max-ts/components 1.4.5 → 1.4.6
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 +300 -304
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -68,7 +68,7 @@ function Kl() {
|
|
|
68
68
|
return "Suspense";
|
|
69
69
|
case M:
|
|
70
70
|
return "SuspenseList";
|
|
71
|
-
case
|
|
71
|
+
case T:
|
|
72
72
|
return "Activity";
|
|
73
73
|
}
|
|
74
74
|
if (typeof E == "object")
|
|
@@ -82,14 +82,14 @@ function Kl() {
|
|
|
82
82
|
case m:
|
|
83
83
|
return (E._context.displayName || "Context") + ".Consumer";
|
|
84
84
|
case A:
|
|
85
|
-
var
|
|
86
|
-
return E = E.displayName, E || (E =
|
|
85
|
+
var _ = E.render;
|
|
86
|
+
return E = E.displayName, E || (E = _.displayName || _.name || "", E = E !== "" ? "ForwardRef(" + E + ")" : "ForwardRef"), E;
|
|
87
87
|
case C:
|
|
88
|
-
return
|
|
89
|
-
case
|
|
90
|
-
|
|
88
|
+
return _ = E.displayName || null, _ !== null ? _ : e(E.type) || "Memo";
|
|
89
|
+
case j:
|
|
90
|
+
_ = E._payload, E = E._init;
|
|
91
91
|
try {
|
|
92
|
-
return e(E(
|
|
92
|
+
return e(E(_));
|
|
93
93
|
} catch {
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -101,15 +101,15 @@ function Kl() {
|
|
|
101
101
|
function n(E) {
|
|
102
102
|
try {
|
|
103
103
|
t(E);
|
|
104
|
-
var
|
|
104
|
+
var _ = !1;
|
|
105
105
|
} catch {
|
|
106
|
-
|
|
106
|
+
_ = !0;
|
|
107
107
|
}
|
|
108
|
-
if (
|
|
109
|
-
|
|
110
|
-
var H =
|
|
108
|
+
if (_) {
|
|
109
|
+
_ = console;
|
|
110
|
+
var H = _.error, G = typeof Symbol == "function" && Symbol.toStringTag && E[Symbol.toStringTag] || E.constructor.name || "Object";
|
|
111
111
|
return H.call(
|
|
112
|
-
|
|
112
|
+
_,
|
|
113
113
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
114
114
|
G
|
|
115
115
|
), t(E);
|
|
@@ -117,11 +117,11 @@ function Kl() {
|
|
|
117
117
|
}
|
|
118
118
|
function r(E) {
|
|
119
119
|
if (E === $) return "<>";
|
|
120
|
-
if (typeof E == "object" && E !== null && E.$$typeof ===
|
|
120
|
+
if (typeof E == "object" && E !== null && E.$$typeof === j)
|
|
121
121
|
return "<...>";
|
|
122
122
|
try {
|
|
123
|
-
var
|
|
124
|
-
return
|
|
123
|
+
var _ = e(E);
|
|
124
|
+
return _ ? "<" + _ + ">" : "<...>";
|
|
125
125
|
} catch {
|
|
126
126
|
return "<...>";
|
|
127
127
|
}
|
|
@@ -134,17 +134,17 @@ function Kl() {
|
|
|
134
134
|
return Error("react-stack-top-frame");
|
|
135
135
|
}
|
|
136
136
|
function i(E) {
|
|
137
|
-
if (
|
|
138
|
-
var
|
|
139
|
-
if (
|
|
137
|
+
if (N.call(E, "key")) {
|
|
138
|
+
var _ = Object.getOwnPropertyDescriptor(E, "key").get;
|
|
139
|
+
if (_ && _.isReactWarning) return !1;
|
|
140
140
|
}
|
|
141
141
|
return E.key !== void 0;
|
|
142
142
|
}
|
|
143
|
-
function s(E,
|
|
143
|
+
function s(E, _) {
|
|
144
144
|
function H() {
|
|
145
145
|
Y || (Y = !0, console.error(
|
|
146
146
|
"%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)",
|
|
147
|
-
|
|
147
|
+
_
|
|
148
148
|
));
|
|
149
149
|
}
|
|
150
150
|
H.isReactWarning = !0, Object.defineProperty(E, "key", {
|
|
@@ -158,11 +158,11 @@ function Kl() {
|
|
|
158
158
|
"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."
|
|
159
159
|
)), E = this.props.ref, E !== void 0 ? E : null;
|
|
160
160
|
}
|
|
161
|
-
function d(E,
|
|
161
|
+
function d(E, _, H, G, le, se, re, we) {
|
|
162
162
|
return H = se.ref, E = {
|
|
163
163
|
$$typeof: b,
|
|
164
164
|
type: E,
|
|
165
|
-
key:
|
|
165
|
+
key: _,
|
|
166
166
|
props: se,
|
|
167
167
|
_owner: le
|
|
168
168
|
}, (H !== void 0 ? H : null) !== null ? Object.defineProperty(E, "ref", {
|
|
@@ -190,8 +190,8 @@ function Kl() {
|
|
|
190
190
|
value: we
|
|
191
191
|
}), Object.freeze && (Object.freeze(E.props), Object.freeze(E)), E;
|
|
192
192
|
}
|
|
193
|
-
function f(E,
|
|
194
|
-
var ae =
|
|
193
|
+
function f(E, _, H, G, le, se, re, we) {
|
|
194
|
+
var ae = _.children;
|
|
195
195
|
if (ae !== void 0)
|
|
196
196
|
if (G)
|
|
197
197
|
if (W(ae)) {
|
|
@@ -203,9 +203,9 @@ function Kl() {
|
|
|
203
203
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
204
204
|
);
|
|
205
205
|
else u(ae);
|
|
206
|
-
if (
|
|
206
|
+
if (N.call(_, "key")) {
|
|
207
207
|
ae = e(E);
|
|
208
|
-
var Se = Object.keys(
|
|
208
|
+
var Se = Object.keys(_).filter(function(Ue) {
|
|
209
209
|
return Ue !== "key";
|
|
210
210
|
});
|
|
211
211
|
G = 0 < Se.length ? "{key: someKey, " + Se.join(": ..., ") + ": ...}" : "{key: someKey}", te[ae + G] || (Se = 0 < Se.length ? "{" + Se.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
@@ -221,11 +221,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
221
221
|
ae
|
|
222
222
|
), te[ae + G] = !0);
|
|
223
223
|
}
|
|
224
|
-
if (ae = null, H !== void 0 && (n(H), ae = "" + H), i(
|
|
224
|
+
if (ae = null, H !== void 0 && (n(H), ae = "" + H), i(_) && (n(_.key), ae = "" + _.key), "key" in _) {
|
|
225
225
|
H = {};
|
|
226
|
-
for (var Ee in
|
|
227
|
-
Ee !== "key" && (H[Ee] =
|
|
228
|
-
} else H =
|
|
226
|
+
for (var Ee in _)
|
|
227
|
+
Ee !== "key" && (H[Ee] = _[Ee]);
|
|
228
|
+
} else H = _;
|
|
229
229
|
return ae && s(
|
|
230
230
|
H,
|
|
231
231
|
typeof E == "function" ? E.displayName || E.name || "Unknown" : E
|
|
@@ -243,7 +243,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
243
243
|
function u(E) {
|
|
244
244
|
typeof E == "object" && E !== null && E.$$typeof === b && E._store && (E._store.validated = 1);
|
|
245
245
|
}
|
|
246
|
-
var p = g, b = Symbol.for("react.transitional.element"), w = Symbol.for("react.portal"), $ = Symbol.for("react.fragment"), k = Symbol.for("react.strict_mode"), v = Symbol.for("react.profiler"), m = Symbol.for("react.consumer"), S = Symbol.for("react.context"), A = Symbol.for("react.forward_ref"), O = Symbol.for("react.suspense"), M = Symbol.for("react.suspense_list"), C = Symbol.for("react.memo"),
|
|
246
|
+
var p = g, b = Symbol.for("react.transitional.element"), w = Symbol.for("react.portal"), $ = Symbol.for("react.fragment"), k = Symbol.for("react.strict_mode"), v = Symbol.for("react.profiler"), m = Symbol.for("react.consumer"), S = Symbol.for("react.context"), A = Symbol.for("react.forward_ref"), O = Symbol.for("react.suspense"), M = Symbol.for("react.suspense_list"), C = Symbol.for("react.memo"), j = Symbol.for("react.lazy"), T = Symbol.for("react.activity"), V = Symbol.for("react.client.reference"), B = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, N = Object.prototype.hasOwnProperty, W = Array.isArray, U = console.createTask ? console.createTask : function() {
|
|
247
247
|
return null;
|
|
248
248
|
};
|
|
249
249
|
p = {
|
|
@@ -255,11 +255,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
255
255
|
p,
|
|
256
256
|
a
|
|
257
257
|
)(), oe = U(r(a)), te = {};
|
|
258
|
-
ln.Fragment = $, ln.jsx = function(E,
|
|
258
|
+
ln.Fragment = $, ln.jsx = function(E, _, H, G, le) {
|
|
259
259
|
var se = 1e4 > B.recentlyCreatedOwnerStacks++;
|
|
260
260
|
return f(
|
|
261
261
|
E,
|
|
262
|
-
|
|
262
|
+
_,
|
|
263
263
|
H,
|
|
264
264
|
!1,
|
|
265
265
|
G,
|
|
@@ -267,11 +267,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
267
267
|
se ? Error("react-stack-top-frame") : Z,
|
|
268
268
|
se ? U(r(E)) : oe
|
|
269
269
|
);
|
|
270
|
-
}, ln.jsxs = function(E,
|
|
270
|
+
}, ln.jsxs = function(E, _, H, G, le) {
|
|
271
271
|
var se = 1e4 > B.recentlyCreatedOwnerStacks++;
|
|
272
272
|
return f(
|
|
273
273
|
E,
|
|
274
|
-
|
|
274
|
+
_,
|
|
275
275
|
H,
|
|
276
276
|
!0,
|
|
277
277
|
G,
|
|
@@ -2847,8 +2847,8 @@ const Iu = {
|
|
|
2847
2847
|
noOptionsText: O,
|
|
2848
2848
|
autoHighlight: M,
|
|
2849
2849
|
renderInput: C,
|
|
2850
|
-
renderTags:
|
|
2851
|
-
renderOption:
|
|
2850
|
+
renderTags: j,
|
|
2851
|
+
renderOption: T,
|
|
2852
2852
|
...V
|
|
2853
2853
|
} = e, B = be(
|
|
2854
2854
|
(Y) => {
|
|
@@ -2877,10 +2877,10 @@ const Iu = {
|
|
|
2877
2877
|
d,
|
|
2878
2878
|
p
|
|
2879
2879
|
]
|
|
2880
|
-
),
|
|
2880
|
+
), N = be(
|
|
2881
2881
|
(Y, L, Z, oe) => {
|
|
2882
|
-
if (
|
|
2883
|
-
return
|
|
2882
|
+
if (T)
|
|
2883
|
+
return T(
|
|
2884
2884
|
Y,
|
|
2885
2885
|
L,
|
|
2886
2886
|
Z,
|
|
@@ -2896,9 +2896,9 @@ const Iu = {
|
|
|
2896
2896
|
}
|
|
2897
2897
|
));
|
|
2898
2898
|
},
|
|
2899
|
-
[u, w,
|
|
2899
|
+
[u, w, T]
|
|
2900
2900
|
), W = be(
|
|
2901
|
-
(Y, L, Z) =>
|
|
2901
|
+
(Y, L, Z) => j ? j(Y, L, Z) : Y.map((oe, te) => {
|
|
2902
2902
|
const E = c?.(oe) || "";
|
|
2903
2903
|
return /* @__PURE__ */ At(
|
|
2904
2904
|
no,
|
|
@@ -2911,7 +2911,7 @@ const Iu = {
|
|
|
2911
2911
|
}
|
|
2912
2912
|
);
|
|
2913
2913
|
}),
|
|
2914
|
-
[c,
|
|
2914
|
+
[c, j]
|
|
2915
2915
|
), U = be(
|
|
2916
2916
|
(Y) => n ? /* @__PURE__ */ l.jsx(ul, { ...Y }) : null,
|
|
2917
2917
|
[n]
|
|
@@ -2939,7 +2939,7 @@ const Iu = {
|
|
|
2939
2939
|
getOptionLabel: c,
|
|
2940
2940
|
renderInput: B,
|
|
2941
2941
|
renderTags: W,
|
|
2942
|
-
renderOption:
|
|
2942
|
+
renderOption: N,
|
|
2943
2943
|
...r
|
|
2944
2944
|
}
|
|
2945
2945
|
);
|
|
@@ -3889,19 +3889,19 @@ const ir = () => tt(ai), si = 44, li = 36, ff = 10, Ro = "start", pf = {
|
|
|
3889
3889
|
}
|
|
3890
3890
|
), M = be(() => {
|
|
3891
3891
|
const C = S ? void 0 : [u.length - 1];
|
|
3892
|
-
return u?.map((
|
|
3893
|
-
const V = `${t}-${
|
|
3892
|
+
return u?.map((j, T) => {
|
|
3893
|
+
const V = `${t}-${T}`, B = wf(
|
|
3894
3894
|
a,
|
|
3895
3895
|
C,
|
|
3896
|
-
|
|
3897
|
-
),
|
|
3896
|
+
T
|
|
3897
|
+
), N = !T;
|
|
3898
3898
|
return /* @__PURE__ */ l.jsx(
|
|
3899
3899
|
mf,
|
|
3900
3900
|
{
|
|
3901
3901
|
row: s,
|
|
3902
|
-
cell:
|
|
3902
|
+
cell: j,
|
|
3903
3903
|
emptyCellValue: p,
|
|
3904
|
-
startAdornment:
|
|
3904
|
+
startAdornment: N && O(),
|
|
3905
3905
|
isDisabled: B
|
|
3906
3906
|
},
|
|
3907
3907
|
V
|
|
@@ -4276,10 +4276,10 @@ const Of = y("div", {
|
|
|
4276
4276
|
onRowClick: O,
|
|
4277
4277
|
onSort: M,
|
|
4278
4278
|
noDataOptions: C,
|
|
4279
|
-
onRetry:
|
|
4280
|
-
} = e,
|
|
4279
|
+
onRetry: j
|
|
4280
|
+
} = e, T = t ? zf : ui, V = be(() => $ ? null : w || /* @__PURE__ */ l.jsx(Lf, { ...C }), [w, C, $]);
|
|
4281
4281
|
return /* @__PURE__ */ l.jsxs(Vf, { $maxHeight: f, className: A, children: [
|
|
4282
|
-
/* @__PURE__ */ l.jsxs(
|
|
4282
|
+
/* @__PURE__ */ l.jsxs(T, { inert: t ? !0 : void 0, children: [
|
|
4283
4283
|
/* @__PURE__ */ l.jsx(
|
|
4284
4284
|
Nf,
|
|
4285
4285
|
{
|
|
@@ -4304,7 +4304,7 @@ const Of = y("div", {
|
|
|
4304
4304
|
errorMsg: p,
|
|
4305
4305
|
noDataPlaceholder: V(),
|
|
4306
4306
|
onRowClick: O,
|
|
4307
|
-
onRetry:
|
|
4307
|
+
onRetry: j
|
|
4308
4308
|
}
|
|
4309
4309
|
)
|
|
4310
4310
|
] }),
|
|
@@ -4735,9 +4735,9 @@ function pi({
|
|
|
4735
4735
|
isShowClearButton: b
|
|
4736
4736
|
}), M = (C) => {
|
|
4737
4737
|
if (Array.isArray(C) && C.length) {
|
|
4738
|
-
const
|
|
4738
|
+
const j = (T) => p?.(T ? {
|
|
4739
4739
|
target: {
|
|
4740
|
-
value:
|
|
4740
|
+
value: T
|
|
4741
4741
|
}
|
|
4742
4742
|
} : {
|
|
4743
4743
|
target: {
|
|
@@ -4750,7 +4750,7 @@ function pi({
|
|
|
4750
4750
|
data: C,
|
|
4751
4751
|
keyId: "value",
|
|
4752
4752
|
getOptionLabel: t,
|
|
4753
|
-
onChange:
|
|
4753
|
+
onChange: j,
|
|
4754
4754
|
onClick: S
|
|
4755
4755
|
}
|
|
4756
4756
|
);
|
|
@@ -6829,14 +6829,14 @@ function Yg(e, t, { classNames: n, months: r, focused: o, dateLib: a }) {
|
|
|
6829
6829
|
M && M.classList.add(p);
|
|
6830
6830
|
const C = yr(S);
|
|
6831
6831
|
C && C.classList.add(b);
|
|
6832
|
-
const
|
|
6832
|
+
const j = () => {
|
|
6833
6833
|
c.current = !1, e.current && (e.current.style.isolation = ""), m && (m.style.zIndex = ""), M && M.classList.remove(p), C && C.classList.remove(b), S.style.position = "", S.style.overflow = "", S.contains(O) && S.removeChild(O);
|
|
6834
6834
|
};
|
|
6835
6835
|
O.style.pointerEvents = "none", O.style.position = "absolute", O.style.overflow = "hidden", O.setAttribute("aria-hidden", "true");
|
|
6836
|
-
const
|
|
6837
|
-
|
|
6836
|
+
const T = Hg(O);
|
|
6837
|
+
T && (T.style.opacity = "0");
|
|
6838
6838
|
const V = mr(O);
|
|
6839
|
-
V && (V.classList.add(u ? n[Ke.caption_before_exit] : n[Ke.caption_after_exit]), V.addEventListener("animationend",
|
|
6839
|
+
V && (V.classList.add(u ? n[Ke.caption_before_exit] : n[Ke.caption_after_exit]), V.addEventListener("animationend", j));
|
|
6840
6840
|
const B = yr(O);
|
|
6841
6841
|
B && B.classList.add(u ? n[Ke.weeks_before_exit] : n[Ke.weeks_after_exit]), S.insertBefore(O, S.firstChild);
|
|
6842
6842
|
});
|
|
@@ -6844,22 +6844,22 @@ function Yg(e, t, { classNames: n, months: r, focused: o, dateLib: a }) {
|
|
|
6844
6844
|
});
|
|
6845
6845
|
}
|
|
6846
6846
|
function Gg(e, t, n, r) {
|
|
6847
|
-
const o = e[0], a = e[e.length - 1], { ISOWeek: i, fixedWeeks: s, broadcastCalendar: c } = n ?? {}, { addDays: d, differenceInCalendarDays: f, differenceInCalendarMonths: u, endOfBroadcastWeek: p, endOfISOWeek: b, endOfMonth: w, endOfWeek: $, isAfter: k, startOfBroadcastWeek: v, startOfISOWeek: m, startOfWeek: S } = r, A = c ? v(o, r) : i ? m(o) : S(o), O = c ? p(a, r) : i ? b(w(a)) : $(w(a)), M = f(O, A), C = u(a, o) + 1,
|
|
6847
|
+
const o = e[0], a = e[e.length - 1], { ISOWeek: i, fixedWeeks: s, broadcastCalendar: c } = n ?? {}, { addDays: d, differenceInCalendarDays: f, differenceInCalendarMonths: u, endOfBroadcastWeek: p, endOfISOWeek: b, endOfMonth: w, endOfWeek: $, isAfter: k, startOfBroadcastWeek: v, startOfISOWeek: m, startOfWeek: S } = r, A = c ? v(o, r) : i ? m(o) : S(o), O = c ? p(a, r) : i ? b(w(a)) : $(w(a)), M = f(O, A), C = u(a, o) + 1, j = [];
|
|
6848
6848
|
for (let B = 0; B <= M; B++) {
|
|
6849
|
-
const
|
|
6850
|
-
if (t && k(
|
|
6849
|
+
const N = d(A, B);
|
|
6850
|
+
if (t && k(N, t))
|
|
6851
6851
|
break;
|
|
6852
|
-
|
|
6852
|
+
j.push(N);
|
|
6853
6853
|
}
|
|
6854
6854
|
const V = (c ? 35 : 42) * C;
|
|
6855
|
-
if (s &&
|
|
6856
|
-
const B = V -
|
|
6857
|
-
for (let
|
|
6858
|
-
const W = d(
|
|
6859
|
-
|
|
6855
|
+
if (s && j.length < V) {
|
|
6856
|
+
const B = V - j.length;
|
|
6857
|
+
for (let N = 0; N < B; N++) {
|
|
6858
|
+
const W = d(j[j.length - 1], 1);
|
|
6859
|
+
j.push(W);
|
|
6860
6860
|
}
|
|
6861
6861
|
}
|
|
6862
|
-
return
|
|
6862
|
+
return j;
|
|
6863
6863
|
}
|
|
6864
6864
|
function Ug(e) {
|
|
6865
6865
|
const t = [];
|
|
@@ -6914,15 +6914,15 @@ function Zg(e, t, n, r) {
|
|
|
6914
6914
|
const { addDays: o, endOfBroadcastWeek: a, endOfISOWeek: i, endOfMonth: s, endOfWeek: c, getISOWeek: d, getWeek: f, startOfBroadcastWeek: u, startOfISOWeek: p, startOfWeek: b } = r, w = e.reduce(($, k) => {
|
|
6915
6915
|
const v = n.broadcastCalendar ? u(k, r) : n.ISOWeek ? p(k) : b(k), m = n.broadcastCalendar ? a(k, r) : n.ISOWeek ? i(s(k)) : c(s(k)), S = t.filter((C) => C >= v && C <= m), A = n.broadcastCalendar ? 35 : 42;
|
|
6916
6916
|
if (n.fixedWeeks && S.length < A) {
|
|
6917
|
-
const C = t.filter((
|
|
6918
|
-
const
|
|
6919
|
-
return
|
|
6917
|
+
const C = t.filter((j) => {
|
|
6918
|
+
const T = A - S.length;
|
|
6919
|
+
return j > m && j <= o(m, T);
|
|
6920
6920
|
});
|
|
6921
6921
|
S.push(...C);
|
|
6922
6922
|
}
|
|
6923
|
-
const O = S.reduce((C,
|
|
6924
|
-
const
|
|
6925
|
-
return V ? V.days.push(B) : C.push(new Qg(
|
|
6923
|
+
const O = S.reduce((C, j) => {
|
|
6924
|
+
const T = n.ISOWeek ? d(j) : f(j), V = C.find((N) => N.weekNumber === T), B = new Ri(j, k, r);
|
|
6925
|
+
return V ? V.days.push(B) : C.push(new Qg(T, [B])), C;
|
|
6926
6926
|
}, []), M = new Xg(k, O);
|
|
6927
6927
|
return $.push(M), $;
|
|
6928
6928
|
}, []);
|
|
@@ -6974,7 +6974,7 @@ function nm(e, t) {
|
|
|
6974
6974
|
const M = Ko(e, t);
|
|
6975
6975
|
c(M);
|
|
6976
6976
|
}, [e.timeZone]);
|
|
6977
|
-
const d = qg(s, r, e, t), f = Gg(d, e.endMonth ? a(e.endMonth) : void 0, e, t), u = Zg(d, f, e, t), p = tm(u), b = Ug(u), w = em(s, n, e, t), $ = Kg(s, r, e, t), { disableNavigation: k, onMonthChange: v } = e, m = (M) => p.some((C) => C.days.some((
|
|
6977
|
+
const d = qg(s, r, e, t), f = Gg(d, e.endMonth ? a(e.endMonth) : void 0, e, t), u = Zg(d, f, e, t), p = tm(u), b = Ug(u), w = em(s, n, e, t), $ = Kg(s, r, e, t), { disableNavigation: k, onMonthChange: v } = e, m = (M) => p.some((C) => C.days.some((j) => j.isEqualTo(M))), S = (M) => {
|
|
6978
6978
|
if (k)
|
|
6979
6979
|
return;
|
|
6980
6980
|
let C = o(M);
|
|
@@ -7105,11 +7105,11 @@ function im(e, t, n) {
|
|
|
7105
7105
|
[De.today]: []
|
|
7106
7106
|
}, m = {};
|
|
7107
7107
|
for (const S of e) {
|
|
7108
|
-
const { date: A, displayMonth: O } = S, M = !!(O && !f(A, O)), C = !!($ && p(A, $)),
|
|
7108
|
+
const { date: A, displayMonth: O } = S, M = !!(O && !f(A, O)), C = !!($ && p(A, $)), j = !!(k && w(A, k)), T = !!(r && $t(A, r, n)), V = !!(o && $t(A, o, n)) || C || j || // Broadcast calendar will show outside days as default
|
|
7109
7109
|
!s && !i && M || s && i === !1 && M, B = d(A, c ?? n.today());
|
|
7110
|
-
M && v.outside.push(S),
|
|
7111
|
-
const W = a?.[
|
|
7112
|
-
W && $t(A, W, n) && (m[
|
|
7110
|
+
M && v.outside.push(S), T && v.disabled.push(S), V && v.hidden.push(S), B && v.today.push(S), a && Object.keys(a).forEach((N) => {
|
|
7111
|
+
const W = a?.[N];
|
|
7112
|
+
W && $t(A, W, n) && (m[N] ? m[N].push(S) : m[N] = [S]);
|
|
7113
7113
|
});
|
|
7114
7114
|
}
|
|
7115
7115
|
return (S) => {
|
|
@@ -7122,7 +7122,7 @@ function im(e, t, n) {
|
|
|
7122
7122
|
}, O = {};
|
|
7123
7123
|
for (const M in v) {
|
|
7124
7124
|
const C = v[M];
|
|
7125
|
-
A[M] = C.some((
|
|
7125
|
+
A[M] = C.some((j) => j === S);
|
|
7126
7126
|
}
|
|
7127
7127
|
for (const M in m)
|
|
7128
7128
|
O[M] = m[M].some((C) => C === S);
|
|
@@ -7279,7 +7279,7 @@ function hm(e) {
|
|
|
7279
7279
|
e.formatters,
|
|
7280
7280
|
e.labels,
|
|
7281
7281
|
e.classNames
|
|
7282
|
-
]), { captionLayout: s, mode: c, onDayBlur: d, onDayClick: f, onDayFocus: u, onDayKeyDown: p, onDayMouseEnter: b, onDayMouseLeave: w, onNextClick: $, onPrevClick: k, showWeekNumber: v, styles: m } = e, { formatCaption: S, formatDay: A, formatMonthDropdown: O, formatWeekNumber: M, formatWeekNumberHeader: C, formatWeekdayName:
|
|
7282
|
+
]), { captionLayout: s, mode: c, onDayBlur: d, onDayClick: f, onDayFocus: u, onDayKeyDown: p, onDayMouseEnter: b, onDayMouseLeave: w, onNextClick: $, onPrevClick: k, showWeekNumber: v, styles: m } = e, { formatCaption: S, formatDay: A, formatMonthDropdown: O, formatWeekNumber: M, formatWeekNumberHeader: C, formatWeekdayName: j, formatYearDropdown: T } = n, V = nm(e, o), { days: B, months: N, navStart: W, navEnd: U, previousMonth: Y, nextMonth: L, goToMonth: Z } = V, oe = im(B, e, o), { isSelected: te, select: E, selected: _ } = pm(e, o) ?? {}, { blur: H, focused: G, isFocusTarget: le, moveFocus: se, setFocused: re } = am(e, V, oe, te ?? (() => !1), o), { labelDayButton: we, labelGridcell: ae, labelGrid: Se, labelMonthDropdown: Ee, labelNav: Ue, labelWeekday: lt, labelWeekNumber: Wt, labelWeekNumberHeader: q, labelYearDropdown: J } = r, $e = Re(() => Og(o, e.ISOWeek), [o, e.ISOWeek]), ke = c !== void 0 || f !== void 0, Ne = be(() => {
|
|
7283
7283
|
Y && (Z(Y), k?.(Y));
|
|
7284
7284
|
}, [Y, Z, k]), ie = be(() => {
|
|
7285
7285
|
L && (Z(L), $?.(L));
|
|
@@ -7310,7 +7310,7 @@ function hm(e) {
|
|
|
7310
7310
|
b?.(Q.date, de, ce);
|
|
7311
7311
|
}, [b]), I = be((Q, de) => (ce) => {
|
|
7312
7312
|
w?.(Q.date, de, ce);
|
|
7313
|
-
}, [w]),
|
|
7313
|
+
}, [w]), F = be((Q) => (de) => {
|
|
7314
7314
|
const ce = Number(de.target.value), qe = o.setMonth(o.startOfMonth(Q), ce);
|
|
7315
7315
|
Z(qe);
|
|
7316
7316
|
}, [o, Z]), P = be((Q) => (de) => {
|
|
@@ -7322,16 +7322,16 @@ function hm(e) {
|
|
|
7322
7322
|
}), [i, e.className, e.style, m]), ue = gg(e), Ce = Le(null);
|
|
7323
7323
|
Yg(Ce, !!e.animate, {
|
|
7324
7324
|
classNames: i,
|
|
7325
|
-
months:
|
|
7325
|
+
months: N,
|
|
7326
7326
|
focused: G,
|
|
7327
7327
|
dateLib: o
|
|
7328
7328
|
});
|
|
7329
7329
|
const rt = {
|
|
7330
7330
|
dayPickerProps: e,
|
|
7331
|
-
selected:
|
|
7331
|
+
selected: _,
|
|
7332
7332
|
select: E,
|
|
7333
7333
|
isSelected: te,
|
|
7334
|
-
months:
|
|
7334
|
+
months: N,
|
|
7335
7335
|
nextMonth: L,
|
|
7336
7336
|
previousMonth: Y,
|
|
7337
7337
|
goToMonth: Z,
|
|
@@ -7352,7 +7352,7 @@ function hm(e) {
|
|
|
7352
7352
|
t.Months,
|
|
7353
7353
|
{ className: i[X.Months], style: m?.[X.Months] },
|
|
7354
7354
|
!e.hideNavigation && g.createElement(t.Nav, { "data-animated-nav": e.animate ? "true" : void 0, className: i[X.Nav], style: m?.[X.Nav], "aria-label": Ue(), onPreviousClick: Ne, onNextClick: ie, previousMonth: Y, nextMonth: L }),
|
|
7355
|
-
|
|
7355
|
+
N.map((Q, de) => {
|
|
7356
7356
|
const ce = Mg(Q.date, W, U, n, o), qe = Eg(W, U, n, o);
|
|
7357
7357
|
return g.createElement(
|
|
7358
7358
|
t.Month,
|
|
@@ -7360,8 +7360,8 @@ function hm(e) {
|
|
|
7360
7360
|
g.createElement(t.MonthCaption, { "data-animated-caption": e.animate ? "true" : void 0, className: i[X.MonthCaption], style: m?.[X.MonthCaption], calendarMonth: Q, displayIndex: de }, s?.startsWith("dropdown") ? g.createElement(
|
|
7361
7361
|
t.DropdownNav,
|
|
7362
7362
|
{ className: i[X.Dropdowns], style: m?.[X.Dropdowns] },
|
|
7363
|
-
s === "dropdown" || s === "dropdown-months" ? g.createElement(t.MonthsDropdown, { className: i[X.MonthsDropdown], "aria-label": Ee(), classNames: i, components: t, disabled: !!e.disableNavigation, onChange:
|
|
7364
|
-
s === "dropdown" || s === "dropdown-years" ? g.createElement(t.YearsDropdown, { className: i[X.YearsDropdown], "aria-label": J(o.options), classNames: i, components: t, disabled: !!e.disableNavigation, onChange: P(Q.date), options: qe, style: m?.[X.Dropdown], value: o.getYear(Q.date) }) : g.createElement("span", null,
|
|
7363
|
+
s === "dropdown" || s === "dropdown-months" ? g.createElement(t.MonthsDropdown, { className: i[X.MonthsDropdown], "aria-label": Ee(), classNames: i, components: t, disabled: !!e.disableNavigation, onChange: F(Q.date), options: ce, style: m?.[X.Dropdown], value: o.getMonth(Q.date) }) : g.createElement("span", null, O(Q.date, o)),
|
|
7364
|
+
s === "dropdown" || s === "dropdown-years" ? g.createElement(t.YearsDropdown, { className: i[X.YearsDropdown], "aria-label": J(o.options), classNames: i, components: t, disabled: !!e.disableNavigation, onChange: P(Q.date), options: qe, style: m?.[X.Dropdown], value: o.getYear(Q.date) }) : g.createElement("span", null, T(Q.date, o)),
|
|
7365
7365
|
g.createElement("span", { role: "status", "aria-live": "polite", style: {
|
|
7366
7366
|
border: 0,
|
|
7367
7367
|
clip: "rect(0 0 0 0)",
|
|
@@ -7382,7 +7382,7 @@ function hm(e) {
|
|
|
7382
7382
|
t.Weekdays,
|
|
7383
7383
|
{ "data-animated-weekdays": e.animate ? "true" : void 0, className: i[X.Weekdays], style: m?.[X.Weekdays] },
|
|
7384
7384
|
v && g.createElement(t.WeekNumberHeader, { "aria-label": q(o.options), className: i[X.WeekNumberHeader], style: m?.[X.WeekNumberHeader], scope: "col" }, C()),
|
|
7385
|
-
$e.map((He, ut) => g.createElement(t.Weekday, { "aria-label": lt(He, o.options, o), className: i[X.Weekday], key: ut, style: m?.[X.Weekday], scope: "col" },
|
|
7385
|
+
$e.map((He, ut) => g.createElement(t.Weekday, { "aria-label": lt(He, o.options, o), className: i[X.Weekday], key: ut, style: m?.[X.Weekday], scope: "col" }, j(He, o.options, o)))
|
|
7386
7386
|
),
|
|
7387
7387
|
g.createElement(t.Weeks, { "data-animated-weeks": e.animate ? "true" : void 0, className: i[X.Weeks], style: m?.[X.Weeks] }, Q.weeks.map((He, ut) => g.createElement(
|
|
7388
7388
|
t.Week,
|
|
@@ -7392,9 +7392,9 @@ function hm(e) {
|
|
|
7392
7392
|
}), className: i[X.WeekNumber], scope: "row", role: "rowheader" }, M(He.weekNumber)),
|
|
7393
7393
|
He.days.map((ve) => {
|
|
7394
7394
|
const { date: ot } = ve, fe = oe(ve);
|
|
7395
|
-
if (fe[De.focused] = !fe.hidden && !!G?.isEqualTo(ve), fe[ht.selected] = te?.(ot) || fe.selected, ao(
|
|
7396
|
-
const { from: Oe, to: Pe } =
|
|
7397
|
-
fe[ht.range_start] = !!(Oe && Pe && o.isSameDay(ot, Oe)), fe[ht.range_end] = !!(Oe && Pe && o.isSameDay(ot, Pe)), fe[ht.range_middle] = St(
|
|
7395
|
+
if (fe[De.focused] = !fe.hidden && !!G?.isEqualTo(ve), fe[ht.selected] = te?.(ot) || fe.selected, ao(_)) {
|
|
7396
|
+
const { from: Oe, to: Pe } = _;
|
|
7397
|
+
fe[ht.range_start] = !!(Oe && Pe && o.isSameDay(ot, Oe)), fe[ht.range_end] = !!(Oe && Pe && o.isSameDay(ot, Pe)), fe[ht.range_middle] = St(_, ot, !0, o);
|
|
7398
7398
|
}
|
|
7399
7399
|
const Fn = Dg(fe, m, e.modifiersStyles), Nn = Hh(fe, i, e.modifiersClassNames), ee = !ke && !fe.hidden ? ae(ot, fe, o.options, o) : void 0;
|
|
7400
7400
|
return g.createElement(t.Day, { key: `${o.format(ot, "yyyy-MM-dd")}_${o.format(ve.displayMonth, "yyyy-MM")}`, day: ve, modifiers: fe, className: Nn.join(" "), style: Fn, role: "gridcell", "aria-selected": fe.selected || void 0, "aria-label": ee, "data-day": o.format(ot, "yyyy-MM-dd"), "data-month": ve.outside ? o.format(ot, "yyyy-MM") : void 0, "data-selected": fe.selected || void 0, "data-disabled": fe.disabled || void 0, "data-hidden": fe.hidden || void 0, "data-outside": ve.outside || void 0, "data-focused": fe.focused || void 0, "data-today": fe.today || void 0 }, !fe.hidden && ke ? g.createElement(t.DayButton, { className: i[X.DayButton], style: m?.[X.DayButton], type: "button", day: ve, modifiers: fe, disabled: fe.disabled || void 0, tabIndex: le(ve) ? 0 : -1, "aria-label": we(ot, fe, o.options, o), onClick: Ie(ve, fe), onBlur: h(ve, fe), onFocus: ct(ve, fe), onKeyDown: x(ve, fe), onMouseEnter: D(ve, fe), onMouseLeave: I(ve, fe) }, A(ot, o.options, o)) : !fe.hidden && A(ve.date, o.options, o));
|
|
@@ -8445,30 +8445,30 @@ var yn = function(e) {
|
|
|
8445
8445
|
} })), a.value = b;
|
|
8446
8446
|
var S = function() {
|
|
8447
8447
|
var M = function() {
|
|
8448
|
-
var C,
|
|
8449
|
-
v.selectionStart = (C = a.selectionStart) !== null && C !== void 0 ? C : 0, v.selectionEnd = (
|
|
8448
|
+
var C, j;
|
|
8449
|
+
v.selectionStart = (C = a.selectionStart) !== null && C !== void 0 ? C : 0, v.selectionEnd = (j = a.selectionEnd) !== null && j !== void 0 ? j : 0, k.id = window.setTimeout(M);
|
|
8450
8450
|
};
|
|
8451
8451
|
k.id = window.setTimeout(M);
|
|
8452
8452
|
}, A = function() {
|
|
8453
8453
|
window.clearTimeout(k.id), k.id = -1, k.cachedId = -1;
|
|
8454
8454
|
}, O = function(M) {
|
|
8455
8455
|
try {
|
|
8456
|
-
var C,
|
|
8456
|
+
var C, j;
|
|
8457
8457
|
if (k.cachedId === k.id) throw new yn("The input selection has not been updated.");
|
|
8458
8458
|
k.cachedId = k.id;
|
|
8459
|
-
var
|
|
8459
|
+
var T = a.value, V = a.selectionStart, B = a.selectionEnd;
|
|
8460
8460
|
if (V === null || B === null) throw new yn("The selection attributes have not been initialized.");
|
|
8461
|
-
var
|
|
8462
|
-
if (M.inputType === void 0 && (v.selectionStart = 0, v.selectionEnd = W.length), V > v.selectionStart ?
|
|
8461
|
+
var N, W = v.value;
|
|
8462
|
+
if (M.inputType === void 0 && (v.selectionStart = 0, v.selectionEnd = W.length), V > v.selectionStart ? N = "insert" : V <= v.selectionStart && V < v.selectionEnd ? N = "deleteBackward" : V === v.selectionEnd && T.length < W.length && (N = "deleteForward"), N === void 0 || (N === "deleteBackward" || N === "deleteForward") && T.length > W.length) throw new yn("Input type detection error.");
|
|
8463
8463
|
var U = "", Y = v.selectionStart, L = v.selectionEnd;
|
|
8464
|
-
if (
|
|
8464
|
+
if (N === "insert") U = T.slice(v.selectionStart, V);
|
|
8465
8465
|
else {
|
|
8466
|
-
var Z = W.length -
|
|
8466
|
+
var Z = W.length - T.length;
|
|
8467
8467
|
Y = V, L = V + Z;
|
|
8468
8468
|
}
|
|
8469
8469
|
$.value !== W ? $.options = $.fallbackOptions : $.fallbackOptions = $.options;
|
|
8470
|
-
var oe = $.options, te = r({ inputType:
|
|
8471
|
-
a.value =
|
|
8470
|
+
var oe = $.options, te = r({ inputType: N, previousValue: W, previousOptions: oe, value: T, addedValue: U, changeStart: Y, changeEnd: L, selectionStart: V, selectionEnd: B }), E = te.options, _ = gy(te, my);
|
|
8471
|
+
a.value = _.value, a.setSelectionRange(_.selectionStart, _.selectionEnd), $.value = _.value, $.options = E, v.selectionStart = _.selectionStart, v.selectionEnd = _.selectionEnd, (C = a._valueTracker) === null || C === void 0 || (j = C.setValue) === null || j === void 0 || j.call(C, W);
|
|
8472
8472
|
} catch (H) {
|
|
8473
8473
|
if (a.value = v.value, a.setSelectionRange(v.selectionStart, v.selectionEnd), M.preventDefault(), M.stopPropagation(), H.name !== "SyntheticChangeError") throw H;
|
|
8474
8474
|
}
|
|
@@ -8521,18 +8521,18 @@ var ts = function(e) {
|
|
|
8521
8521
|
A === null ? c = "" : A !== !0 && A !== void 0 && (c = A);
|
|
8522
8522
|
var O = b?.(S);
|
|
8523
8523
|
O?.mask !== void 0 && ($ = O.mask), O?.replacement !== void 0 && (k = typeof O?.replacement == "string" ? on(O?.replacement) : O.replacement), O?.showMask !== void 0 && (v = O.showMask), O?.separate !== void 0 && (m = O.separate);
|
|
8524
|
-
var M = Wr(i, Ln({ end: d }, s)), C = Wr(i, Ln({ start: f }, s)),
|
|
8525
|
-
if (M && (M = mn(M, { replacementChars:
|
|
8524
|
+
var M = Wr(i, Ln({ end: d }, s)), C = Wr(i, Ln({ start: f }, s)), j = RegExp("[^".concat(Object.keys(k).join(""), "]"), "g"), T = $.replace(j, "");
|
|
8525
|
+
if (M && (M = mn(M, { replacementChars: T, replacement: k, separate: m }), T = T.slice(M.length)), c && (c = mn(c, { replacementChars: T, replacement: k, separate: !1 }), T = T.slice(c.length)), a === "insert" && c === "") throw new yn("The character does not match the key value of the `replacement` object.");
|
|
8526
8526
|
if (m) {
|
|
8527
|
-
var V = $.slice(d, f).replace(
|
|
8527
|
+
var V = $.slice(d, f).replace(j, ""), B = V.length - c.length;
|
|
8528
8528
|
B < 0 ? C = C.slice(-B) : B > 0 && (C = V.slice(-B) + C);
|
|
8529
8529
|
}
|
|
8530
|
-
C && (C = mn(C, { replacementChars:
|
|
8531
|
-
var
|
|
8532
|
-
var Y, L, Z, oe = U.inputType, te = U.value, E = U.addedValue,
|
|
8530
|
+
C && (C = mn(C, { replacementChars: T, replacement: k, separate: m }));
|
|
8531
|
+
var N = Xi(M + c + C, { mask: $, replacement: k, separate: m, showMask: v }), W = function(U) {
|
|
8532
|
+
var Y, L, Z, oe = U.inputType, te = U.value, E = U.addedValue, _ = U.beforeChangeValue, H = U.mask, G = U.replacement, le = U.separate, se = Qi(te, { mask: H, replacement: G }).filter(function(Ee) {
|
|
8533
8533
|
var Ue = Ee.type;
|
|
8534
8534
|
return Ue === "input" || le && Ue === "replacement";
|
|
8535
|
-
}), re = (Y = se[
|
|
8535
|
+
}), re = (Y = se[_.length + E.length - 1]) === null || Y === void 0 ? void 0 : Y.index, we = (L = se[_.length - 1]) === null || L === void 0 ? void 0 : L.index, ae = (Z = se[_.length + E.length]) === null || Z === void 0 ? void 0 : Z.index;
|
|
8536
8536
|
if (oe === "insert") {
|
|
8537
8537
|
if (re !== void 0) return re + 1;
|
|
8538
8538
|
if (ae !== void 0) return ae;
|
|
@@ -8550,8 +8550,8 @@ var ts = function(e) {
|
|
|
8550
8550
|
return Object.prototype.hasOwnProperty.call(G, Ee);
|
|
8551
8551
|
});
|
|
8552
8552
|
return Se !== -1 ? Se : te.length;
|
|
8553
|
-
}({ inputType: a, value:
|
|
8554
|
-
return { value:
|
|
8553
|
+
}({ inputType: a, value: N, addedValue: c, beforeChangeValue: M, mask: $, replacement: k, separate: m });
|
|
8554
|
+
return { value: N, selectionStart: W, selectionEnd: W, options: { mask: $, replacement: k, separate: m } };
|
|
8555
8555
|
} }])).format = function(o) {
|
|
8556
8556
|
return Zi(o, Zt(r));
|
|
8557
8557
|
}, n.formatToParts = function(o) {
|
|
@@ -8593,24 +8593,24 @@ const ns = ({ maskProps: e, ...t }) => {
|
|
|
8593
8593
|
...b
|
|
8594
8594
|
} = e, [w, $] = ge(null), [k, v] = ge(null), [m, S] = ge(/* @__PURE__ */ new Date()), [A, O] = ge(""), M = () => a && i ? "dropdown" : a ? "dropdown-months" : i ? "dropdown-years" : "label", C = (B) => {
|
|
8595
8595
|
v(B.currentTarget);
|
|
8596
|
-
},
|
|
8596
|
+
}, j = () => {
|
|
8597
8597
|
v(null);
|
|
8598
|
-
},
|
|
8598
|
+
}, T = (B) => {
|
|
8599
8599
|
B ? (o?.(B), S(B), O(
|
|
8600
8600
|
B.toLocaleString("ru-RU", {
|
|
8601
8601
|
day: "2-digit",
|
|
8602
8602
|
month: "2-digit",
|
|
8603
8603
|
year: "numeric"
|
|
8604
8604
|
})
|
|
8605
|
-
)) : (O(""), o?.(void 0)),
|
|
8605
|
+
)) : (O(""), o?.(void 0)), j();
|
|
8606
8606
|
}, V = (B) => {
|
|
8607
8607
|
$(null), O(B.target.value);
|
|
8608
|
-
const [
|
|
8609
|
-
if (Number.isNaN(
|
|
8608
|
+
const [N, W, U] = B.target.value.split(".").map(Number);
|
|
8609
|
+
if (Number.isNaN(N) || Number.isNaN(W) || Number.isNaN(U) || N < 1 || N > 31 || W < 1 || W > 12 || U < 1e3) {
|
|
8610
8610
|
$("Некорректная дата");
|
|
8611
8611
|
return;
|
|
8612
8612
|
}
|
|
8613
|
-
const Y = new Date(U, W - 1,
|
|
8613
|
+
const Y = new Date(U, W - 1, N);
|
|
8614
8614
|
o?.(Y), S(Y);
|
|
8615
8615
|
};
|
|
8616
8616
|
return nt(() => {
|
|
@@ -8650,7 +8650,7 @@ const ns = ({ maskProps: e, ...t }) => {
|
|
|
8650
8650
|
title: "Заголовок",
|
|
8651
8651
|
open: !!k,
|
|
8652
8652
|
anchorEl: k,
|
|
8653
|
-
onClose:
|
|
8653
|
+
onClose: j,
|
|
8654
8654
|
anchorOrigin: {
|
|
8655
8655
|
vertical: "bottom",
|
|
8656
8656
|
horizontal: "right"
|
|
@@ -8665,7 +8665,7 @@ const ns = ({ maskProps: e, ...t }) => {
|
|
|
8665
8665
|
month: m,
|
|
8666
8666
|
onMonthChange: S,
|
|
8667
8667
|
selected: r,
|
|
8668
|
-
onSelect:
|
|
8668
|
+
onSelect: T,
|
|
8669
8669
|
...b,
|
|
8670
8670
|
mode: "single",
|
|
8671
8671
|
captionLayout: M()
|
|
@@ -9157,9 +9157,9 @@ function s0({ containerRef: e, inputRef: t, pushPasswordManagerStrategy: n, isFo
|
|
|
9157
9157
|
}
|
|
9158
9158
|
var l0 = K.createContext({}), ss = K.forwardRef((e, t) => {
|
|
9159
9159
|
var n = e, { value: r, onChange: o, maxLength: a, textAlign: i = "left", pattern: s, placeholder: c, inputMode: d = "numeric", onComplete: f, pushPasswordManagerStrategy: u = "increase-width", pasteTransformer: p, containerClassName: b, noScriptCSSFallback: w = c0, render: $, children: k } = n, v = t0(n, ["value", "onChange", "maxLength", "textAlign", "pattern", "placeholder", "inputMode", "onComplete", "pushPasswordManagerStrategy", "pasteTransformer", "containerClassName", "noScriptCSSFallback", "render", "children"]), m, S, A, O, M;
|
|
9160
|
-
let [C,
|
|
9161
|
-
o?.(q),
|
|
9162
|
-
}, [o]),
|
|
9160
|
+
let [C, j] = K.useState(typeof v.defaultValue == "string" ? v.defaultValue : ""), T = r ?? C, V = r0(T), B = K.useCallback((q) => {
|
|
9161
|
+
o?.(q), j(q);
|
|
9162
|
+
}, [o]), N = K.useMemo(() => s ? typeof s == "string" ? new RegExp(s) : s : null, [s]), W = K.useRef(null), U = K.useRef(null), Y = K.useRef({ value: T, onChange: B, isIOS: typeof window < "u" && ((S = (m = window?.CSS) == null ? void 0 : m.supports) == null ? void 0 : S.call(m, "-webkit-touch-callout", "none")) }), L = K.useRef({ prev: [(A = W.current) == null ? void 0 : A.selectionStart, (O = W.current) == null ? void 0 : O.selectionEnd, (M = W.current) == null ? void 0 : M.selectionDirection] });
|
|
9163
9163
|
K.useImperativeHandle(t, () => W.current, []), K.useEffect(() => {
|
|
9164
9164
|
let q = W.current, J = U.current;
|
|
9165
9165
|
if (!q || !J) return;
|
|
@@ -9169,13 +9169,13 @@ var l0 = K.createContext({}), ss = K.forwardRef((e, t) => {
|
|
|
9169
9169
|
H(null), le(null);
|
|
9170
9170
|
return;
|
|
9171
9171
|
}
|
|
9172
|
-
let ie = q.selectionStart, Ie = q.selectionEnd, ct = q.selectionDirection, h = q.maxLength, x = q.value, D = L.current.prev, I = -1,
|
|
9172
|
+
let ie = q.selectionStart, Ie = q.selectionEnd, ct = q.selectionDirection, h = q.maxLength, x = q.value, D = L.current.prev, I = -1, F = -1, P;
|
|
9173
9173
|
if (x.length !== 0 && ie !== null && Ie !== null) {
|
|
9174
9174
|
let Ce = ie === Ie, rt = ie === x.length && x.length < h;
|
|
9175
9175
|
if (Ce && !rt) {
|
|
9176
9176
|
let Q = ie;
|
|
9177
|
-
if (Q === 0) I = 0,
|
|
9178
|
-
else if (Q === h) I = Q - 1,
|
|
9177
|
+
if (Q === 0) I = 0, F = 1, P = "forward";
|
|
9178
|
+
else if (Q === h) I = Q - 1, F = Q, P = "backward";
|
|
9179
9179
|
else if (h > 1 && x.length > 1) {
|
|
9180
9180
|
let de = 0;
|
|
9181
9181
|
if (D[0] !== null && D[1] !== null) {
|
|
@@ -9183,12 +9183,12 @@ var l0 = K.createContext({}), ss = K.forwardRef((e, t) => {
|
|
|
9183
9183
|
let ce = D[0] === D[1] && D[0] < h;
|
|
9184
9184
|
P === "backward" && !ce && (de = -1);
|
|
9185
9185
|
}
|
|
9186
|
-
I = de + Q,
|
|
9186
|
+
I = de + Q, F = de + Q + 1;
|
|
9187
9187
|
}
|
|
9188
9188
|
}
|
|
9189
|
-
I !== -1 &&
|
|
9189
|
+
I !== -1 && F !== -1 && I !== F && W.current.setSelectionRange(I, F, P);
|
|
9190
9190
|
}
|
|
9191
|
-
let z = I !== -1 ? I : ie, ne =
|
|
9191
|
+
let z = I !== -1 ? I : ie, ne = F !== -1 ? F : Ie, ue = P ?? ct;
|
|
9192
9192
|
H(z), le(ne), L.current.prev = [z, ne, ue];
|
|
9193
9193
|
}
|
|
9194
9194
|
if (document.addEventListener("selectionchange", $e, { capture: !0 }), $e(), document.activeElement === q && E(!0), !document.getElementById("input-otp-style")) {
|
|
@@ -9207,7 +9207,7 @@ var l0 = K.createContext({}), ss = K.forwardRef((e, t) => {
|
|
|
9207
9207
|
document.removeEventListener("selectionchange", $e, { capture: !0 }), Ne.disconnect();
|
|
9208
9208
|
};
|
|
9209
9209
|
}, []);
|
|
9210
|
-
let [Z, oe] = K.useState(!1), [te, E] = K.useState(!1), [
|
|
9210
|
+
let [Z, oe] = K.useState(!1), [te, E] = K.useState(!1), [_, H] = K.useState(null), [G, le] = K.useState(null);
|
|
9211
9211
|
K.useEffect(() => {
|
|
9212
9212
|
n0(() => {
|
|
9213
9213
|
var q, J, $e, ke;
|
|
@@ -9215,17 +9215,17 @@ var l0 = K.createContext({}), ss = K.forwardRef((e, t) => {
|
|
|
9215
9215
|
let Ne = (J = W.current) == null ? void 0 : J.selectionStart, ie = ($e = W.current) == null ? void 0 : $e.selectionEnd, Ie = (ke = W.current) == null ? void 0 : ke.selectionDirection;
|
|
9216
9216
|
Ne !== null && ie !== null && (H(Ne), le(ie), L.current.prev = [Ne, ie, Ie]);
|
|
9217
9217
|
});
|
|
9218
|
-
}, [
|
|
9219
|
-
V !== void 0 &&
|
|
9220
|
-
}, [a, f, V,
|
|
9218
|
+
}, [T, te]), K.useEffect(() => {
|
|
9219
|
+
V !== void 0 && T !== V && V.length < a && T.length === a && f?.(T);
|
|
9220
|
+
}, [a, f, V, T]);
|
|
9221
9221
|
let se = s0({ containerRef: U, inputRef: W, pushPasswordManagerStrategy: u, isFocused: te }), re = K.useCallback((q) => {
|
|
9222
9222
|
let J = q.currentTarget.value.slice(0, a);
|
|
9223
|
-
if (J.length > 0 &&
|
|
9223
|
+
if (J.length > 0 && N && !N.test(J)) {
|
|
9224
9224
|
q.preventDefault();
|
|
9225
9225
|
return;
|
|
9226
9226
|
}
|
|
9227
9227
|
typeof V == "string" && J.length < V.length && document.dispatchEvent(new Event("selectionchange")), B(J);
|
|
9228
|
-
}, [a, B, V,
|
|
9228
|
+
}, [a, B, V, N]), we = K.useCallback(() => {
|
|
9229
9229
|
var q;
|
|
9230
9230
|
if (W.current) {
|
|
9231
9231
|
let J = Math.min(W.current.value.length, a - 1), $e = W.current.value.length;
|
|
@@ -9238,12 +9238,12 @@ var l0 = K.createContext({}), ss = K.forwardRef((e, t) => {
|
|
|
9238
9238
|
if (!p && (!Y.current.isIOS || !q.clipboardData || !ke)) return;
|
|
9239
9239
|
let Ne = q.clipboardData.getData("text/plain"), ie = p ? p(Ne) : Ne;
|
|
9240
9240
|
q.preventDefault();
|
|
9241
|
-
let Ie = (J = W.current) == null ? void 0 : J.selectionStart, ct = ($e = W.current) == null ? void 0 : $e.selectionEnd, h = (Ie !== ct ?
|
|
9242
|
-
if (h.length > 0 &&
|
|
9241
|
+
let Ie = (J = W.current) == null ? void 0 : J.selectionStart, ct = ($e = W.current) == null ? void 0 : $e.selectionEnd, h = (Ie !== ct ? T.slice(0, Ie) + ie + T.slice(ct) : T.slice(0, Ie) + ie + T.slice(Ie)).slice(0, a);
|
|
9242
|
+
if (h.length > 0 && N && !N.test(h)) return;
|
|
9243
9243
|
ke.value = h, B(h);
|
|
9244
9244
|
let x = Math.min(h.length, a - 1), D = h.length;
|
|
9245
9245
|
ke.setSelectionRange(x, D), H(x), le(D);
|
|
9246
|
-
}, [a, B,
|
|
9246
|
+
}, [a, B, N, T]), Se = K.useMemo(() => ({ position: "relative", cursor: v.disabled ? "default" : "text", userSelect: "none", WebkitUserSelect: "none", pointerEvents: "none" }), [v.disabled]), Ee = K.useMemo(() => ({ position: "absolute", inset: 0, width: se.willPushPWMBadge ? `calc(100% + ${se.PWM_BADGE_SPACE_WIDTH})` : "100%", clipPath: se.willPushPWMBadge ? `inset(0 ${se.PWM_BADGE_SPACE_WIDTH} 0 0)` : void 0, height: "100%", display: "flex", textAlign: i, 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" }), [se.PWM_BADGE_SPACE_WIDTH, se.willPushPWMBadge, i]), Ue = K.useMemo(() => K.createElement("input", e0(Ky({ autoComplete: v.autoComplete || "one-time-code" }, v), { "data-input-otp": !0, "data-input-otp-placeholder-shown": T.length === 0 || void 0, "data-input-otp-mss": _, "data-input-otp-mse": G, inputMode: d, pattern: N?.source, "aria-placeholder": c, style: Ee, maxLength: a, value: T, ref: W, onPaste: (q) => {
|
|
9247
9247
|
var J;
|
|
9248
9248
|
ae(q), (J = v.onPaste) == null || J.call(v, q);
|
|
9249
9249
|
}, onChange: re, onMouseOver: (q) => {
|
|
@@ -9258,11 +9258,11 @@ var l0 = K.createContext({}), ss = K.forwardRef((e, t) => {
|
|
|
9258
9258
|
}, onBlur: (q) => {
|
|
9259
9259
|
var J;
|
|
9260
9260
|
E(!1), (J = v.onBlur) == null || J.call(v, q);
|
|
9261
|
-
} })), [re, we, ae, d, Ee, a, G,
|
|
9261
|
+
} })), [re, we, ae, d, Ee, a, G, _, v, N?.source, T]), lt = K.useMemo(() => ({ slots: Array.from({ length: a }).map((q, J) => {
|
|
9262
9262
|
var $e;
|
|
9263
|
-
let ke = te &&
|
|
9263
|
+
let ke = te && _ !== null && G !== null && (_ === G && J === _ || J >= _ && J < G), Ne = T[J] !== void 0 ? T[J] : null, ie = T[0] !== void 0 ? null : ($e = c?.[J]) != null ? $e : null;
|
|
9264
9264
|
return { char: Ne, placeholderChar: ie, isActive: ke, hasFakeCaret: ke && Ne === null };
|
|
9265
|
-
}), isFocused: te, isHovering: !v.disabled && Z }), [te, Z, a, G,
|
|
9265
|
+
}), isFocused: te, isHovering: !v.disabled && Z }), [te, Z, a, G, _, v.disabled, T]), Wt = K.useMemo(() => $ ? $(lt) : K.createElement(l0.Provider, { value: lt }, k), [k, lt, $]);
|
|
9266
9266
|
return K.createElement(K.Fragment, null, w !== null && K.createElement("noscript", null, K.createElement("style", null, w)), K.createElement("div", { ref: U, "data-input-otp-container": !0, style: Se, className: b }, Wt, K.createElement("div", { style: { position: "absolute", inset: 0, pointerEvents: "none" } }, Ue)));
|
|
9267
9267
|
});
|
|
9268
9268
|
ss.displayName = "Input";
|
|
@@ -9775,7 +9775,7 @@ function q0(e) {
|
|
|
9775
9775
|
}
|
|
9776
9776
|
const X0 = (e) => {
|
|
9777
9777
|
var t, n, r, o, a, i, s, c, d;
|
|
9778
|
-
const { invert: f, toast: u, unstyled: p, interacting: b, setHeights: w, visibleToasts: $, heights: k, index: v, toasts: m, expanded: S, removeToast: A, defaultRichColors: O, closeButton: M, style: C, cancelButtonStyle:
|
|
9778
|
+
const { invert: f, toast: u, unstyled: p, interacting: b, setHeights: w, visibleToasts: $, heights: k, index: v, toasts: m, expanded: S, removeToast: A, defaultRichColors: O, closeButton: M, style: C, cancelButtonStyle: j, actionButtonStyle: T, className: V = "", descriptionClassName: B = "", duration: N, position: W, gap: U, expandByDefault: Y, classNames: L, icons: Z, closeButtonAriaLabel: oe = "Close toast" } = e, [te, E] = g.useState(null), [_, H] = g.useState(null), [G, le] = g.useState(!1), [se, re] = g.useState(!1), [we, ae] = g.useState(!1), [Se, Ee] = g.useState(!1), [Ue, lt] = g.useState(!1), [Wt, q] = g.useState(0), [J, $e] = g.useState(0), ke = g.useRef(u.duration || N || ga), Ne = g.useRef(null), ie = g.useRef(null), Ie = v === 0, ct = v + 1 <= $, h = u.type, x = u.dismissible !== !1, D = u.className || "", I = u.descriptionClassName || "", F = g.useMemo(() => k.findIndex((ee) => ee.toastId === u.id) || 0, [
|
|
9779
9779
|
k,
|
|
9780
9780
|
u.id
|
|
9781
9781
|
]), P = g.useMemo(() => {
|
|
@@ -9784,15 +9784,15 @@ const X0 = (e) => {
|
|
|
9784
9784
|
}, [
|
|
9785
9785
|
u.closeButton,
|
|
9786
9786
|
M
|
|
9787
|
-
]), z = g.useMemo(() => u.duration ||
|
|
9787
|
+
]), z = g.useMemo(() => u.duration || N || ga, [
|
|
9788
9788
|
u.duration,
|
|
9789
|
-
_
|
|
9790
|
-
]), ne = g.useRef(0), ue = g.useRef(0), Ce = g.useRef(0), rt = g.useRef(null), [Q, de] = W.split("-"), ce = g.useMemo(() => k.reduce((ee, Oe, Pe) => Pe >= N ? ee : ee + Oe.height, 0), [
|
|
9791
|
-
k,
|
|
9792
9789
|
N
|
|
9790
|
+
]), ne = g.useRef(0), ue = g.useRef(0), Ce = g.useRef(0), rt = g.useRef(null), [Q, de] = W.split("-"), ce = g.useMemo(() => k.reduce((ee, Oe, Pe) => Pe >= F ? ee : ee + Oe.height, 0), [
|
|
9791
|
+
k,
|
|
9792
|
+
F
|
|
9793
9793
|
]), qe = A0(), He = u.invert || f, ut = h === "loading";
|
|
9794
|
-
ue.current = g.useMemo(() =>
|
|
9795
|
-
|
|
9794
|
+
ue.current = g.useMemo(() => F * U + ce, [
|
|
9795
|
+
F,
|
|
9796
9796
|
ce
|
|
9797
9797
|
]), g.useEffect(() => {
|
|
9798
9798
|
ke.current = z;
|
|
@@ -9913,7 +9913,7 @@ const X0 = (e) => {
|
|
|
9913
9913
|
"data-type": h,
|
|
9914
9914
|
"data-invert": He,
|
|
9915
9915
|
"data-swipe-out": Se,
|
|
9916
|
-
"data-swipe-direction":
|
|
9916
|
+
"data-swipe-direction": _,
|
|
9917
9917
|
"data-expanded": !!(S || Y && G),
|
|
9918
9918
|
style: {
|
|
9919
9919
|
"--index": v,
|
|
@@ -10000,7 +10000,7 @@ const X0 = (e) => {
|
|
|
10000
10000
|
}, typeof u.description == "function" ? u.description() : u.description) : null), /* @__PURE__ */ g.isValidElement(u.cancel) ? u.cancel : u.cancel && Vn(u.cancel) ? /* @__PURE__ */ g.createElement("button", {
|
|
10001
10001
|
"data-button": !0,
|
|
10002
10002
|
"data-cancel": !0,
|
|
10003
|
-
style: u.cancelButtonStyle ||
|
|
10003
|
+
style: u.cancelButtonStyle || j,
|
|
10004
10004
|
onClick: (ee) => {
|
|
10005
10005
|
Vn(u.cancel) && x && (u.cancel.onClick == null || u.cancel.onClick.call(u.cancel, ee), ve());
|
|
10006
10006
|
},
|
|
@@ -10008,7 +10008,7 @@ const X0 = (e) => {
|
|
|
10008
10008
|
}, u.cancel.label) : null, /* @__PURE__ */ g.isValidElement(u.action) ? u.action : u.action && Vn(u.action) ? /* @__PURE__ */ g.createElement("button", {
|
|
10009
10009
|
"data-button": !0,
|
|
10010
10010
|
"data-action": !0,
|
|
10011
|
-
style: u.actionButtonStyle ||
|
|
10011
|
+
style: u.actionButtonStyle || T,
|
|
10012
10012
|
onClick: (ee) => {
|
|
10013
10013
|
Vn(u.action) && (u.action.onClick == null || u.action.onClick.call(u.action, ee), !ee.defaultPrevented && ve());
|
|
10014
10014
|
},
|
|
@@ -10053,19 +10053,19 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10053
10053
|
"KeyT"
|
|
10054
10054
|
], expand: i, closeButton: s, className: c, offset: d, mobileOffset: f, theme: u = "light", richColors: p, duration: b, style: w, visibleToasts: $ = L0, toastOptions: k, dir: v = ma(), gap: m = Y0, icons: S, containerAriaLabel: A = "Notifications" } = t, [O, M] = g.useState([]), C = g.useMemo(() => Array.from(new Set([
|
|
10055
10055
|
o
|
|
10056
|
-
].concat(O.filter((
|
|
10056
|
+
].concat(O.filter((_) => _.position).map((_) => _.position)))), [
|
|
10057
10057
|
O,
|
|
10058
10058
|
o
|
|
10059
|
-
]), [
|
|
10059
|
+
]), [j, T] = g.useState([]), [V, B] = g.useState(!1), [N, W] = g.useState(!1), [U, Y] = g.useState(u !== "system" ? u : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), L = g.useRef(null), Z = a.join("+").replace(/Key/g, "").replace(/Digit/g, ""), oe = g.useRef(null), te = g.useRef(!1), E = g.useCallback((_) => {
|
|
10060
10060
|
M((H) => {
|
|
10061
10061
|
var G;
|
|
10062
|
-
return (G = H.find((le) => le.id ===
|
|
10062
|
+
return (G = H.find((le) => le.id === _.id)) != null && G.delete || Xe.dismiss(_.id), H.filter(({ id: le }) => le !== _.id);
|
|
10063
10063
|
});
|
|
10064
10064
|
}, []);
|
|
10065
|
-
return g.useEffect(() => Xe.subscribe((
|
|
10066
|
-
if (
|
|
10065
|
+
return g.useEffect(() => Xe.subscribe((_) => {
|
|
10066
|
+
if (_.dismiss) {
|
|
10067
10067
|
requestAnimationFrame(() => {
|
|
10068
|
-
M((H) => H.map((G) => G.id ===
|
|
10068
|
+
M((H) => H.map((G) => G.id === _.id ? {
|
|
10069
10069
|
...G,
|
|
10070
10070
|
delete: !0
|
|
10071
10071
|
} : G));
|
|
@@ -10075,16 +10075,16 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10075
10075
|
setTimeout(() => {
|
|
10076
10076
|
Zl.flushSync(() => {
|
|
10077
10077
|
M((H) => {
|
|
10078
|
-
const G = H.findIndex((le) => le.id ===
|
|
10078
|
+
const G = H.findIndex((le) => le.id === _.id);
|
|
10079
10079
|
return G !== -1 ? [
|
|
10080
10080
|
...H.slice(0, G),
|
|
10081
10081
|
{
|
|
10082
10082
|
...H[G],
|
|
10083
|
-
...
|
|
10083
|
+
..._
|
|
10084
10084
|
},
|
|
10085
10085
|
...H.slice(G + 1)
|
|
10086
10086
|
] : [
|
|
10087
|
-
|
|
10087
|
+
_,
|
|
10088
10088
|
...H
|
|
10089
10089
|
];
|
|
10090
10090
|
});
|
|
@@ -10098,13 +10098,13 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10098
10098
|
return;
|
|
10099
10099
|
}
|
|
10100
10100
|
if (u === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? Y("dark") : Y("light")), typeof window > "u") return;
|
|
10101
|
-
const
|
|
10101
|
+
const _ = window.matchMedia("(prefers-color-scheme: dark)");
|
|
10102
10102
|
try {
|
|
10103
|
-
|
|
10103
|
+
_.addEventListener("change", ({ matches: H }) => {
|
|
10104
10104
|
Y(H ? "dark" : "light");
|
|
10105
10105
|
});
|
|
10106
10106
|
} catch {
|
|
10107
|
-
|
|
10107
|
+
_.addListener(({ matches: G }) => {
|
|
10108
10108
|
try {
|
|
10109
10109
|
Y(G ? "dark" : "light");
|
|
10110
10110
|
} catch (le) {
|
|
@@ -10119,7 +10119,7 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10119
10119
|
}, [
|
|
10120
10120
|
O
|
|
10121
10121
|
]), g.useEffect(() => {
|
|
10122
|
-
const
|
|
10122
|
+
const _ = (H) => {
|
|
10123
10123
|
var G;
|
|
10124
10124
|
if (a.every((re) => H[re] || H.code === re)) {
|
|
10125
10125
|
var se;
|
|
@@ -10127,7 +10127,7 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10127
10127
|
}
|
|
10128
10128
|
H.code === "Escape" && (document.activeElement === L.current || (G = L.current) != null && G.contains(document.activeElement)) && B(!1);
|
|
10129
10129
|
};
|
|
10130
|
-
return document.addEventListener("keydown",
|
|
10130
|
+
return document.addEventListener("keydown", _), () => document.removeEventListener("keydown", _);
|
|
10131
10131
|
}, [
|
|
10132
10132
|
a
|
|
10133
10133
|
]), g.useEffect(() => {
|
|
@@ -10148,11 +10148,11 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10148
10148
|
"aria-relevant": "additions text",
|
|
10149
10149
|
"aria-atomic": "false",
|
|
10150
10150
|
suppressHydrationWarning: !0
|
|
10151
|
-
}, C.map((
|
|
10151
|
+
}, C.map((_, H) => {
|
|
10152
10152
|
var G;
|
|
10153
|
-
const [le, se] =
|
|
10153
|
+
const [le, se] = _.split("-");
|
|
10154
10154
|
return O.length ? /* @__PURE__ */ g.createElement("ol", {
|
|
10155
|
-
key:
|
|
10155
|
+
key: _,
|
|
10156
10156
|
dir: v === "auto" ? ma() : v,
|
|
10157
10157
|
tabIndex: -1,
|
|
10158
10158
|
ref: L,
|
|
@@ -10163,7 +10163,7 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10163
10163
|
"data-lifted": V && O.length > 1 && !i,
|
|
10164
10164
|
"data-x-position": se,
|
|
10165
10165
|
style: {
|
|
10166
|
-
"--front-toast-height": `${((G =
|
|
10166
|
+
"--front-toast-height": `${((G = j[0]) == null ? void 0 : G.height) || 0}px`,
|
|
10167
10167
|
"--width": `${H0}px`,
|
|
10168
10168
|
"--gap": `${m}px`,
|
|
10169
10169
|
...w,
|
|
@@ -10180,14 +10180,14 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10180
10180
|
onMouseEnter: () => B(!0),
|
|
10181
10181
|
onMouseMove: () => B(!0),
|
|
10182
10182
|
onMouseLeave: () => {
|
|
10183
|
-
|
|
10183
|
+
N || B(!1);
|
|
10184
10184
|
},
|
|
10185
10185
|
onDragEnd: () => B(!1),
|
|
10186
10186
|
onPointerDown: (re) => {
|
|
10187
10187
|
re.target instanceof HTMLElement && re.target.dataset.dismissible === "false" || W(!0);
|
|
10188
10188
|
},
|
|
10189
10189
|
onPointerUp: () => W(!1)
|
|
10190
|
-
}, O.filter((re) => !re.position && H === 0 || re.position ===
|
|
10190
|
+
}, O.filter((re) => !re.position && H === 0 || re.position === _).map((re, we) => {
|
|
10191
10191
|
var ae, Se;
|
|
10192
10192
|
return /* @__PURE__ */ g.createElement(X0, {
|
|
10193
10193
|
key: re.id,
|
|
@@ -10201,8 +10201,8 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10201
10201
|
invert: r,
|
|
10202
10202
|
visibleToasts: $,
|
|
10203
10203
|
closeButton: (Se = k?.closeButton) != null ? Se : s,
|
|
10204
|
-
interacting:
|
|
10205
|
-
position:
|
|
10204
|
+
interacting: N,
|
|
10205
|
+
position: _,
|
|
10206
10206
|
style: k?.style,
|
|
10207
10207
|
unstyled: k?.unstyled,
|
|
10208
10208
|
classNames: k?.classNames,
|
|
@@ -10211,8 +10211,8 @@ const Z0 = /* @__PURE__ */ g.forwardRef(function(t, n) {
|
|
|
10211
10211
|
closeButtonAriaLabel: k?.closeButtonAriaLabel,
|
|
10212
10212
|
removeToast: E,
|
|
10213
10213
|
toasts: O.filter((Ee) => Ee.position == re.position),
|
|
10214
|
-
heights:
|
|
10215
|
-
setHeights:
|
|
10214
|
+
heights: j.filter((Ee) => Ee.position == re.position),
|
|
10215
|
+
setHeights: T,
|
|
10216
10216
|
expandByDefault: i,
|
|
10217
10217
|
gap: m,
|
|
10218
10218
|
expanded: V,
|
|
@@ -10511,12 +10511,8 @@ const kb = [
|
|
|
10511
10511
|
}, O = () => {
|
|
10512
10512
|
v(null);
|
|
10513
10513
|
}, M = (j) => {
|
|
10514
|
-
S(j);
|
|
10515
|
-
const V = new Date(j, r?.getMonth() || 0, r?.getDate() || 1);
|
|
10516
|
-
o?.(V);
|
|
10517
|
-
}, C = (j) => {
|
|
10518
10514
|
o?.(j), O();
|
|
10519
|
-
},
|
|
10515
|
+
}, C = a === "month" ? r?.toLocaleDateString("ru-RU", {
|
|
10520
10516
|
month: "long",
|
|
10521
10517
|
year: "numeric"
|
|
10522
10518
|
}) : Mb(r);
|
|
@@ -10527,7 +10523,7 @@ const kb = [
|
|
|
10527
10523
|
rn,
|
|
10528
10524
|
{
|
|
10529
10525
|
label: t,
|
|
10530
|
-
value:
|
|
10526
|
+
value: C,
|
|
10531
10527
|
disabled: n,
|
|
10532
10528
|
size: p,
|
|
10533
10529
|
fullWidth: b,
|
|
@@ -10558,35 +10554,35 @@ const kb = [
|
|
|
10558
10554
|
wb,
|
|
10559
10555
|
{
|
|
10560
10556
|
year: m,
|
|
10561
|
-
onSelect:
|
|
10557
|
+
onSelect: S,
|
|
10562
10558
|
minDate: f,
|
|
10563
10559
|
maxDate: d
|
|
10564
10560
|
}
|
|
10565
10561
|
),
|
|
10566
|
-
a === "month" ? /* @__PURE__ */ l.jsx(Sb, { children: kb.map((j,
|
|
10567
|
-
const
|
|
10562
|
+
a === "month" ? /* @__PURE__ */ l.jsx(Sb, { children: kb.map((j, T) => {
|
|
10563
|
+
const V = new Date(m, T, r?.getDate() || 1);
|
|
10568
10564
|
return /* @__PURE__ */ l.jsx(
|
|
10569
10565
|
Fe,
|
|
10570
10566
|
{
|
|
10571
10567
|
variant: "text",
|
|
10572
10568
|
size: "small",
|
|
10573
|
-
disabled:
|
|
10574
|
-
onClick: () =>
|
|
10575
|
-
selected: r?.getMonth() === V,
|
|
10569
|
+
disabled: V < f || V > d,
|
|
10570
|
+
onClick: () => M(V),
|
|
10571
|
+
selected: r?.getMonth() === T && r.getFullYear() === V.getFullYear(),
|
|
10576
10572
|
children: j
|
|
10577
10573
|
},
|
|
10578
10574
|
j
|
|
10579
10575
|
);
|
|
10580
|
-
}) }) : /* @__PURE__ */ l.jsx($b, { children: fs.map((j,
|
|
10581
|
-
const
|
|
10576
|
+
}) }) : /* @__PURE__ */ l.jsx($b, { children: fs.map((j, T) => {
|
|
10577
|
+
const V = T * 3, B = new Date(m, V, 1);
|
|
10582
10578
|
return /* @__PURE__ */ l.jsx(
|
|
10583
10579
|
Fe,
|
|
10584
10580
|
{
|
|
10585
10581
|
variant: "text",
|
|
10586
10582
|
size: "small",
|
|
10587
|
-
disabled:
|
|
10588
|
-
onClick: () =>
|
|
10589
|
-
selected: r ? ps(r.getMonth()) ===
|
|
10583
|
+
disabled: B < f || B > d,
|
|
10584
|
+
onClick: () => M(B),
|
|
10585
|
+
selected: r ? ps(r.getMonth()) === T && r.getFullYear() === B.getFullYear() : !1,
|
|
10590
10586
|
children: j
|
|
10591
10587
|
},
|
|
10592
10588
|
j
|
|
@@ -11787,20 +11783,20 @@ var Jt = (e) => je(e) && !Kn(e) ? e : {
|
|
|
11787
11783
|
const { ref: i, refs: s, required: c, maxLength: d, minLength: f, min: u, max: p, pattern: b, validate: w, name: $, valueAsNumber: k, mount: v } = e._f, m = R(n, $);
|
|
11788
11784
|
if (!v || t.has($))
|
|
11789
11785
|
return {};
|
|
11790
|
-
const S = s ? s[0] : i, A = (
|
|
11791
|
-
o && S.reportValidity && (S.setCustomValidity(et(
|
|
11792
|
-
}, O = {}, M = ho(i), C = Tn(i),
|
|
11793
|
-
const Z =
|
|
11786
|
+
const S = s ? s[0] : i, A = (N) => {
|
|
11787
|
+
o && S.reportValidity && (S.setCustomValidity(et(N) ? "" : N || ""), S.reportValidity());
|
|
11788
|
+
}, O = {}, M = ho(i), C = Tn(i), j = M || C, T = (k || po(i)) && xe(i.value) && xe(m) || Zn(i) && i.value === "" || m === "" || Array.isArray(m) && !m.length, V = gv.bind(null, $, r, O), B = (N, W, U, Y = Ct.maxLength, L = Ct.minLength) => {
|
|
11789
|
+
const Z = N ? W : U;
|
|
11794
11790
|
O[$] = {
|
|
11795
|
-
type:
|
|
11791
|
+
type: N ? Y : L,
|
|
11796
11792
|
message: Z,
|
|
11797
11793
|
ref: i,
|
|
11798
|
-
...V(
|
|
11794
|
+
...V(N ? Y : L, Z)
|
|
11799
11795
|
};
|
|
11800
11796
|
};
|
|
11801
|
-
if (a ? !Array.isArray(m) || !m.length : c && (!
|
|
11802
|
-
const { value:
|
|
11803
|
-
if (
|
|
11797
|
+
if (a ? !Array.isArray(m) || !m.length : c && (!j && (T || Ge(m)) || et(m) && !m || C && !$s(s).isValid || M && !Ds(s).isValid)) {
|
|
11798
|
+
const { value: N, message: W } = Yn(c) ? { value: !!c, message: c } : Jt(c);
|
|
11799
|
+
if (N && (O[$] = {
|
|
11804
11800
|
type: Ct.required,
|
|
11805
11801
|
message: W,
|
|
11806
11802
|
ref: S,
|
|
@@ -11808,27 +11804,27 @@ var Jt = (e) => je(e) && !Kn(e) ? e : {
|
|
|
11808
11804
|
}, !r))
|
|
11809
11805
|
return A(W), O;
|
|
11810
11806
|
}
|
|
11811
|
-
if (!
|
|
11812
|
-
let
|
|
11807
|
+
if (!T && (!Ge(u) || !Ge(p))) {
|
|
11808
|
+
let N, W;
|
|
11813
11809
|
const U = Jt(p), Y = Jt(u);
|
|
11814
11810
|
if (!Ge(m) && !isNaN(m)) {
|
|
11815
11811
|
const L = i.valueAsNumber || m && +m;
|
|
11816
|
-
Ge(U.value) || (
|
|
11812
|
+
Ge(U.value) || (N = L > U.value), Ge(Y.value) || (W = L < Y.value);
|
|
11817
11813
|
} else {
|
|
11818
11814
|
const L = i.valueAsDate || new Date(m), Z = (E) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + E), oe = i.type == "time", te = i.type == "week";
|
|
11819
|
-
wt(U.value) && m && (
|
|
11815
|
+
wt(U.value) && m && (N = oe ? Z(m) > Z(U.value) : te ? m > U.value : L > new Date(U.value)), wt(Y.value) && m && (W = oe ? Z(m) < Z(Y.value) : te ? m < Y.value : L < new Date(Y.value));
|
|
11820
11816
|
}
|
|
11821
|
-
if ((
|
|
11817
|
+
if ((N || W) && (B(!!N, U.message, Y.message, Ct.max, Ct.min), !r))
|
|
11822
11818
|
return A(O[$].message), O;
|
|
11823
11819
|
}
|
|
11824
|
-
if ((d || f) && !
|
|
11825
|
-
const
|
|
11826
|
-
if ((U || Y) && (B(U,
|
|
11820
|
+
if ((d || f) && !T && (wt(m) || a && Array.isArray(m))) {
|
|
11821
|
+
const N = Jt(d), W = Jt(f), U = !Ge(N.value) && m.length > +N.value, Y = !Ge(W.value) && m.length < +W.value;
|
|
11822
|
+
if ((U || Y) && (B(U, N.message, W.message), !r))
|
|
11827
11823
|
return A(O[$].message), O;
|
|
11828
11824
|
}
|
|
11829
|
-
if (b && !
|
|
11830
|
-
const { value:
|
|
11831
|
-
if (Kn(
|
|
11825
|
+
if (b && !T && wt(m)) {
|
|
11826
|
+
const { value: N, message: W } = Jt(b);
|
|
11827
|
+
if (Kn(N) && !m.match(N) && (O[$] = {
|
|
11832
11828
|
type: Ct.pattern,
|
|
11833
11829
|
message: W,
|
|
11834
11830
|
ref: i,
|
|
@@ -11838,26 +11834,26 @@ var Jt = (e) => je(e) && !Kn(e) ? e : {
|
|
|
11838
11834
|
}
|
|
11839
11835
|
if (w) {
|
|
11840
11836
|
if (pt(w)) {
|
|
11841
|
-
const
|
|
11837
|
+
const N = await w(m, n), W = Oa(N, S);
|
|
11842
11838
|
if (W && (O[$] = {
|
|
11843
11839
|
...W,
|
|
11844
11840
|
...V(Ct.validate, W.message)
|
|
11845
11841
|
}, !r))
|
|
11846
11842
|
return A(W.message), O;
|
|
11847
11843
|
} else if (je(w)) {
|
|
11848
|
-
let
|
|
11844
|
+
let N = {};
|
|
11849
11845
|
for (const W in w) {
|
|
11850
|
-
if (!Ve(
|
|
11846
|
+
if (!Ve(N) && !r)
|
|
11851
11847
|
break;
|
|
11852
11848
|
const U = Oa(await w[W](m, n), S, W);
|
|
11853
|
-
U && (
|
|
11849
|
+
U && (N = {
|
|
11854
11850
|
...U,
|
|
11855
11851
|
...V(W, U.message)
|
|
11856
|
-
}, A(U.message), r && (O[$] =
|
|
11852
|
+
}, A(U.message), r && (O[$] = N));
|
|
11857
11853
|
}
|
|
11858
|
-
if (!Ve(
|
|
11854
|
+
if (!Ve(N) && (O[$] = {
|
|
11859
11855
|
ref: S,
|
|
11860
|
-
...
|
|
11856
|
+
...N
|
|
11861
11857
|
}, !r))
|
|
11862
11858
|
return O;
|
|
11863
11859
|
}
|
|
@@ -11920,7 +11916,7 @@ function Dv(e = {}) {
|
|
|
11920
11916
|
clearTimeout(d), d = setTimeout(h, x);
|
|
11921
11917
|
}, v = async (h) => {
|
|
11922
11918
|
if (!t.disabled && (f.isValid || u.isValid || h)) {
|
|
11923
|
-
const x = t.resolver ? Ve((await
|
|
11919
|
+
const x = t.resolver ? Ve((await T()).errors) : await B(r, !0);
|
|
11924
11920
|
x !== n.isValid && p.state.next({
|
|
11925
11921
|
isValid: x
|
|
11926
11922
|
});
|
|
@@ -11932,19 +11928,19 @@ function Dv(e = {}) {
|
|
|
11932
11928
|
validatingFields: n.validatingFields,
|
|
11933
11929
|
isValidating: !Ve(n.validatingFields)
|
|
11934
11930
|
}));
|
|
11935
|
-
}, S = (h, x = [], D, I,
|
|
11931
|
+
}, S = (h, x = [], D, I, F = !0, P = !0) => {
|
|
11936
11932
|
if (I && D && !t.disabled) {
|
|
11937
11933
|
if (i.action = !0, P && Array.isArray(R(r, h))) {
|
|
11938
11934
|
const z = D(R(r, h), I.argA, I.argB);
|
|
11939
|
-
|
|
11935
|
+
F && pe(r, h, z);
|
|
11940
11936
|
}
|
|
11941
11937
|
if (P && Array.isArray(R(n.errors, h))) {
|
|
11942
11938
|
const z = D(R(n.errors, h), I.argA, I.argB);
|
|
11943
|
-
|
|
11939
|
+
F && pe(n.errors, h, z), $v(n.errors, h);
|
|
11944
11940
|
}
|
|
11945
11941
|
if ((f.touchedFields || u.touchedFields) && P && Array.isArray(R(n.touchedFields, h))) {
|
|
11946
11942
|
const z = D(R(n.touchedFields, h), I.argA, I.argB);
|
|
11947
|
-
|
|
11943
|
+
F && pe(n.touchedFields, h, z);
|
|
11948
11944
|
}
|
|
11949
11945
|
(f.dirtyFields || u.dirtyFields) && (n.dirtyFields = fn(o, a)), p.state.next({
|
|
11950
11946
|
name: h,
|
|
@@ -11965,12 +11961,12 @@ function Dv(e = {}) {
|
|
|
11965
11961
|
isValid: !1
|
|
11966
11962
|
});
|
|
11967
11963
|
}, M = (h, x, D, I) => {
|
|
11968
|
-
const
|
|
11969
|
-
if (
|
|
11964
|
+
const F = R(r, h);
|
|
11965
|
+
if (F) {
|
|
11970
11966
|
const P = R(a, h, xe(D) ? R(o, h) : D);
|
|
11971
|
-
xe(P) || I && I.defaultChecked || x ? pe(a, h, x ? P : $a(
|
|
11967
|
+
xe(P) || I && I.defaultChecked || x ? pe(a, h, x ? P : $a(F._f)) : L(h, P), i.mount && v();
|
|
11972
11968
|
}
|
|
11973
|
-
}, C = (h, x, D, I,
|
|
11969
|
+
}, C = (h, x, D, I, F) => {
|
|
11974
11970
|
let P = !1, z = !1;
|
|
11975
11971
|
const ne = {
|
|
11976
11972
|
name: h
|
|
@@ -11985,12 +11981,12 @@ function Dv(e = {}) {
|
|
|
11985
11981
|
const ue = R(n.touchedFields, h);
|
|
11986
11982
|
ue || (pe(n.touchedFields, h, D), ne.touchedFields = n.touchedFields, P = P || (f.touchedFields || u.touchedFields) && ue !== D);
|
|
11987
11983
|
}
|
|
11988
|
-
P &&
|
|
11984
|
+
P && F && p.state.next(ne);
|
|
11989
11985
|
}
|
|
11990
11986
|
return P ? ne : {};
|
|
11991
|
-
},
|
|
11992
|
-
const
|
|
11993
|
-
if (t.delayError && D ? (c = k(() => A(h, D)), c(t.delayError)) : (clearTimeout(d), c = null, D ? pe(n.errors, h, D) : Ae(n.errors, h)), (D ? !Tt(
|
|
11987
|
+
}, j = (h, x, D, I) => {
|
|
11988
|
+
const F = R(n.errors, h), P = (f.isValid || u.isValid) && et(x) && n.isValid !== x;
|
|
11989
|
+
if (t.delayError && D ? (c = k(() => A(h, D)), c(t.delayError)) : (clearTimeout(d), c = null, D ? pe(n.errors, h, D) : Ae(n.errors, h)), (D ? !Tt(F, D) : F) || !Ve(I) || P) {
|
|
11994
11990
|
const z = {
|
|
11995
11991
|
...I,
|
|
11996
11992
|
...P && et(x) ? { isValid: x } : {},
|
|
@@ -12002,12 +11998,12 @@ function Dv(e = {}) {
|
|
|
12002
11998
|
...z
|
|
12003
11999
|
}, p.state.next(z);
|
|
12004
12000
|
}
|
|
12005
|
-
},
|
|
12001
|
+
}, T = async (h) => {
|
|
12006
12002
|
m(h, !0);
|
|
12007
12003
|
const x = await t.resolver(a, t.context, vv(h || s.mount, r, t.criteriaMode, t.shouldUseNativeValidation));
|
|
12008
12004
|
return m(h), x;
|
|
12009
12005
|
}, V = async (h) => {
|
|
12010
|
-
const { errors: x } = await
|
|
12006
|
+
const { errors: x } = await T(h);
|
|
12011
12007
|
if (h)
|
|
12012
12008
|
for (const D of h) {
|
|
12013
12009
|
const I = R(x, D);
|
|
@@ -12020,13 +12016,13 @@ function Dv(e = {}) {
|
|
|
12020
12016
|
valid: !0
|
|
12021
12017
|
}) => {
|
|
12022
12018
|
for (const I in h) {
|
|
12023
|
-
const
|
|
12024
|
-
if (
|
|
12025
|
-
const { _f: P, ...z } =
|
|
12019
|
+
const F = h[I];
|
|
12020
|
+
if (F) {
|
|
12021
|
+
const { _f: P, ...z } = F;
|
|
12026
12022
|
if (P) {
|
|
12027
|
-
const ne = s.array.has(P.name), ue =
|
|
12023
|
+
const ne = s.array.has(P.name), ue = F._f && xv(F._f);
|
|
12028
12024
|
ue && f.validatingFields && m([I], !0);
|
|
12029
|
-
const Ce = await Hr(
|
|
12025
|
+
const Ce = await Hr(F, s.disabled, a, $, t.shouldUseNativeValidation && !x, ne);
|
|
12030
12026
|
if (ue && f.validatingFields && m([I]), Ce[P.name] && (D.valid = !1, x))
|
|
12031
12027
|
break;
|
|
12032
12028
|
!x && (R(Ce, P.name) ? ne ? Os(n.errors, Ce, P.name) : pe(n.errors, P.name, Ce[P.name]) : Ae(n.errors, P.name));
|
|
@@ -12035,7 +12031,7 @@ function Dv(e = {}) {
|
|
|
12035
12031
|
}
|
|
12036
12032
|
}
|
|
12037
12033
|
return D.valid;
|
|
12038
|
-
},
|
|
12034
|
+
}, N = () => {
|
|
12039
12035
|
for (const h of s.unMount) {
|
|
12040
12036
|
const x = R(r, h);
|
|
12041
12037
|
x && (x._f.refs ? x._f.refs.every((D) => !kr(D)) : !kr(x._f.ref)) && Se(h);
|
|
@@ -12045,23 +12041,23 @@ function Dv(e = {}) {
|
|
|
12045
12041
|
...i.mount ? a : xe(x) ? o : wt(h) ? { [h]: x } : x
|
|
12046
12042
|
}, D, x), Y = (h) => Pn(R(i.mount ? a : o, h, t.shouldUnregister ? R(o, h, []) : [])), L = (h, x, D = {}) => {
|
|
12047
12043
|
const I = R(r, h);
|
|
12048
|
-
let
|
|
12044
|
+
let F = x;
|
|
12049
12045
|
if (I) {
|
|
12050
12046
|
const P = I._f;
|
|
12051
|
-
P && (!P.disabled && pe(a, h, Ms(x, P)),
|
|
12047
|
+
P && (!P.disabled && pe(a, h, Ms(x, P)), F = Zn(P.ref) && Ge(x) ? "" : x, ks(P.ref) ? [...P.ref.options].forEach((z) => z.selected = F.includes(z.value)) : P.refs ? Tn(P.ref) ? P.refs.length > 1 ? P.refs.forEach((z) => (!z.defaultChecked || !z.disabled) && (z.checked = Array.isArray(F) ? !!F.find((ne) => ne === z.value) : F === z.value)) : P.refs[0] && (P.refs[0].checked = !!F) : P.refs.forEach((z) => z.checked = z.value === F) : po(P.ref) ? P.ref.value = "" : (P.ref.value = F, P.ref.type || p.state.next({
|
|
12052
12048
|
name: h,
|
|
12053
12049
|
values: Me(a)
|
|
12054
12050
|
})));
|
|
12055
12051
|
}
|
|
12056
|
-
(D.shouldDirty || D.shouldTouch) && C(h,
|
|
12052
|
+
(D.shouldDirty || D.shouldTouch) && C(h, F, D.shouldTouch, D.shouldDirty, !0), D.shouldValidate && _(h);
|
|
12057
12053
|
}, Z = (h, x, D) => {
|
|
12058
12054
|
for (const I in x) {
|
|
12059
|
-
const
|
|
12060
|
-
(s.array.has(h) || je(
|
|
12055
|
+
const F = x[I], P = `${h}.${I}`, z = R(r, P);
|
|
12056
|
+
(s.array.has(h) || je(F) || z && !z._f) && !zt(F) ? Z(P, F, D) : L(P, F, D);
|
|
12061
12057
|
}
|
|
12062
12058
|
}, oe = (h, x, D = {}) => {
|
|
12063
|
-
const I = R(r, h),
|
|
12064
|
-
pe(a, h, P),
|
|
12059
|
+
const I = R(r, h), F = s.array.has(h), P = Me(x);
|
|
12060
|
+
pe(a, h, P), F ? (p.array.next({
|
|
12065
12061
|
name: h,
|
|
12066
12062
|
values: Me(a)
|
|
12067
12063
|
}), (f.isDirty || f.dirtyFields || u.isDirty || u.dirtyFields) && D.shouldDirty && p.state.next({
|
|
@@ -12076,13 +12072,13 @@ function Dv(e = {}) {
|
|
|
12076
12072
|
i.mount = !0;
|
|
12077
12073
|
const x = h.target;
|
|
12078
12074
|
let D = x.name, I = !0;
|
|
12079
|
-
const
|
|
12075
|
+
const F = R(r, D), P = (z) => {
|
|
12080
12076
|
I = Number.isNaN(z) || zt(z) && isNaN(z.getTime()) || Tt(z, R(a, D, z));
|
|
12081
12077
|
};
|
|
12082
|
-
if (
|
|
12078
|
+
if (F) {
|
|
12083
12079
|
let z, ne;
|
|
12084
|
-
const ue = x.type ? $a(
|
|
12085
|
-
pe(a, D, ue), Ce ? (
|
|
12080
|
+
const ue = x.type ? $a(F._f) : ms(h), Ce = h.type === Qn.BLUR || h.type === Qn.FOCUS_OUT, rt = !wv(F._f) && !t.resolver && !R(n.errors, D) && !F._f.deps || Sv(Ce, R(n.touchedFields, D), n.isSubmitted, w, b), Q = zr(D, s, Ce);
|
|
12081
|
+
pe(a, D, ue), Ce ? (F._f.onBlur && F._f.onBlur(h), c && c(0)) : F._f.onChange && F._f.onChange(h);
|
|
12086
12082
|
const de = C(D, ue, Ce), ce = !Ve(de) || Q;
|
|
12087
12083
|
if (!Ce && p.state.next({
|
|
12088
12084
|
name: D,
|
|
@@ -12091,25 +12087,25 @@ function Dv(e = {}) {
|
|
|
12091
12087
|
}), rt)
|
|
12092
12088
|
return (f.isValid || u.isValid) && (t.mode === "onBlur" ? Ce && v() : Ce || v()), ce && p.state.next({ name: D, ...Q ? {} : de });
|
|
12093
12089
|
if (!Ce && Q && p.state.next({ ...n }), t.resolver) {
|
|
12094
|
-
const { errors: qe } = await
|
|
12090
|
+
const { errors: qe } = await T([D]);
|
|
12095
12091
|
if (P(ue), I) {
|
|
12096
12092
|
const He = Da(n.errors, r, D), ut = Da(qe, r, He.name || D);
|
|
12097
12093
|
z = ut.error, D = ut.name, ne = Ve(qe);
|
|
12098
12094
|
}
|
|
12099
12095
|
} else
|
|
12100
|
-
m([D], !0), z = (await Hr(
|
|
12101
|
-
I && (
|
|
12096
|
+
m([D], !0), z = (await Hr(F, s.disabled, a, $, t.shouldUseNativeValidation))[D], m([D]), P(ue), I && (z ? ne = !1 : (f.isValid || u.isValid) && (ne = await B(r, !0)));
|
|
12097
|
+
I && (F._f.deps && _(F._f.deps), j(D, ne, z, de));
|
|
12102
12098
|
}
|
|
12103
12099
|
}, E = (h, x) => {
|
|
12104
12100
|
if (R(n.errors, x) && h.focus)
|
|
12105
12101
|
return h.focus(), 1;
|
|
12106
|
-
},
|
|
12102
|
+
}, _ = async (h, x = {}) => {
|
|
12107
12103
|
let D, I;
|
|
12108
|
-
const
|
|
12104
|
+
const F = Qe(h);
|
|
12109
12105
|
if (t.resolver) {
|
|
12110
|
-
const P = await V(xe(h) ? h :
|
|
12111
|
-
D = Ve(P), I = h ? !
|
|
12112
|
-
} else h ? (I = (await Promise.all(
|
|
12106
|
+
const P = await V(xe(h) ? h : F);
|
|
12107
|
+
D = Ve(P), I = h ? !F.some((z) => R(P, z)) : D;
|
|
12108
|
+
} else h ? (I = (await Promise.all(F.map(async (P) => {
|
|
12113
12109
|
const z = R(r, P);
|
|
12114
12110
|
return await B(z && z._f ? { [P]: z } : z);
|
|
12115
12111
|
}))).every(Boolean), !(!I && !n.isValid) && v()) : I = D = await B(r);
|
|
@@ -12117,7 +12113,7 @@ function Dv(e = {}) {
|
|
|
12117
12113
|
...!wt(h) || (f.isValid || u.isValid) && D !== n.isValid ? {} : { name: h },
|
|
12118
12114
|
...t.resolver || !h ? { isValid: D } : {},
|
|
12119
12115
|
errors: n.errors
|
|
12120
|
-
}), x.shouldFocus && !I && nn(r, E, h ?
|
|
12116
|
+
}), x.shouldFocus && !I && nn(r, E, h ? F : s.mount), I;
|
|
12121
12117
|
}, H = (h) => {
|
|
12122
12118
|
const x = {
|
|
12123
12119
|
...i.mount ? a : o
|
|
@@ -12134,7 +12130,7 @@ function Dv(e = {}) {
|
|
|
12134
12130
|
errors: h ? n.errors : {}
|
|
12135
12131
|
});
|
|
12136
12132
|
}, se = (h, x, D) => {
|
|
12137
|
-
const I = (R(r, h, { _f: {} })._f || {}).ref,
|
|
12133
|
+
const I = (R(r, h, { _f: {} })._f || {}).ref, F = R(n.errors, h) || {}, { ref: P, message: z, type: ne, ...ue } = F;
|
|
12138
12134
|
pe(n.errors, h, {
|
|
12139
12135
|
...ue,
|
|
12140
12136
|
...x,
|
|
@@ -12198,10 +12194,10 @@ function Dv(e = {}) {
|
|
|
12198
12194
|
name: h,
|
|
12199
12195
|
onChange: te,
|
|
12200
12196
|
onBlur: te,
|
|
12201
|
-
ref: (
|
|
12202
|
-
if (
|
|
12197
|
+
ref: (F) => {
|
|
12198
|
+
if (F) {
|
|
12203
12199
|
Ue(h, x), D = R(r, h);
|
|
12204
|
-
const P = xe(
|
|
12200
|
+
const P = xe(F.value) && F.querySelectorAll && F.querySelectorAll("input,select,textarea")[0] || F, z = mv(P), ne = D._f.refs || [];
|
|
12205
12201
|
if (z ? ne.find((ue) => ue === P) : P === D._f.ref)
|
|
12206
12202
|
return;
|
|
12207
12203
|
pe(r, h, {
|
|
@@ -12224,30 +12220,30 @@ function Dv(e = {}) {
|
|
|
12224
12220
|
}, lt = () => t.shouldFocusError && nn(r, E, s.mount), Wt = (h) => {
|
|
12225
12221
|
et(h) && (p.state.next({ disabled: h }), nn(r, (x, D) => {
|
|
12226
12222
|
const I = R(r, D);
|
|
12227
|
-
I && (x.disabled = I._f.disabled || h, Array.isArray(I._f.refs) && I._f.refs.forEach((
|
|
12228
|
-
|
|
12223
|
+
I && (x.disabled = I._f.disabled || h, Array.isArray(I._f.refs) && I._f.refs.forEach((F) => {
|
|
12224
|
+
F.disabled = I._f.disabled || h;
|
|
12229
12225
|
}));
|
|
12230
12226
|
}, 0, !1));
|
|
12231
12227
|
}, q = (h, x) => async (D) => {
|
|
12232
12228
|
let I;
|
|
12233
12229
|
D && (D.preventDefault && D.preventDefault(), D.persist && D.persist());
|
|
12234
|
-
let
|
|
12230
|
+
let F = Me(a);
|
|
12235
12231
|
if (p.state.next({
|
|
12236
12232
|
isSubmitting: !0
|
|
12237
12233
|
}), t.resolver) {
|
|
12238
|
-
const { errors: P, values: z } = await
|
|
12239
|
-
n.errors = P,
|
|
12234
|
+
const { errors: P, values: z } = await T();
|
|
12235
|
+
n.errors = P, F = z;
|
|
12240
12236
|
} else
|
|
12241
12237
|
await B(r);
|
|
12242
12238
|
if (s.disabled.size)
|
|
12243
12239
|
for (const P of s.disabled)
|
|
12244
|
-
pe(
|
|
12240
|
+
pe(F, P, void 0);
|
|
12245
12241
|
if (Ae(n.errors, "root"), Ve(n.errors)) {
|
|
12246
12242
|
p.state.next({
|
|
12247
12243
|
errors: {}
|
|
12248
12244
|
});
|
|
12249
12245
|
try {
|
|
12250
|
-
await h(
|
|
12246
|
+
await h(F, D);
|
|
12251
12247
|
} catch (P) {
|
|
12252
12248
|
I = P;
|
|
12253
12249
|
}
|
|
@@ -12264,7 +12260,7 @@ function Dv(e = {}) {
|
|
|
12264
12260
|
}, J = (h, x = {}) => {
|
|
12265
12261
|
R(r, h) && (xe(x.defaultValue) ? oe(h, Me(R(o, h))) : (oe(h, x.defaultValue), pe(o, h, Me(x.defaultValue))), x.keepTouched || Ae(n.touchedFields, h), x.keepDirty || (Ae(n.dirtyFields, h), n.isDirty = x.defaultValue ? W(h, Me(R(o, h))) : W()), x.keepError || (Ae(n.errors, h), f.isValid && v()), p.state.next({ ...n }));
|
|
12266
12262
|
}, $e = (h, x = {}) => {
|
|
12267
|
-
const D = h ? Me(h) : o, I = Me(D),
|
|
12263
|
+
const D = h ? Me(h) : o, I = Me(D), F = Ve(h), P = F ? o : I;
|
|
12268
12264
|
if (x.keepDefaultValues || (o = D), !x.keepValues) {
|
|
12269
12265
|
if (x.keepDirtyValues) {
|
|
12270
12266
|
const z = /* @__PURE__ */ new Set([
|
|
@@ -12307,9 +12303,9 @@ function Dv(e = {}) {
|
|
|
12307
12303
|
focus: ""
|
|
12308
12304
|
}, i.mount = !f.isValid || !!x.keepIsValid || !!x.keepDirtyValues, i.watch = !!t.shouldUnregister, p.state.next({
|
|
12309
12305
|
submitCount: x.keepSubmitCount ? n.submitCount : 0,
|
|
12310
|
-
isDirty:
|
|
12306
|
+
isDirty: F ? !1 : x.keepDirty ? n.isDirty : !!(x.keepDefaultValues && !Tt(h, o)),
|
|
12311
12307
|
isSubmitted: x.keepIsSubmitted ? n.isSubmitted : !1,
|
|
12312
|
-
dirtyFields:
|
|
12308
|
+
dirtyFields: F ? {} : x.keepDirtyValues ? x.keepDefaultValues && a ? fn(o, a) : n.dirtyFields : x.keepDefaultValues && h ? fn(o, h) : x.keepDirty ? n.dirtyFields : {},
|
|
12313
12309
|
touchedFields: x.keepTouched ? n.touchedFields : {},
|
|
12314
12310
|
errors: x.keepErrors ? n.errors : {},
|
|
12315
12311
|
isSubmitSuccessful: x.keepIsSubmitSuccessful ? n.isSubmitSuccessful : !1,
|
|
@@ -12318,8 +12314,8 @@ function Dv(e = {}) {
|
|
|
12318
12314
|
}, ke = (h, x) => $e(pt(h) ? h(a) : h, x), Ne = (h, x = {}) => {
|
|
12319
12315
|
const D = R(r, h), I = D && D._f;
|
|
12320
12316
|
if (I) {
|
|
12321
|
-
const
|
|
12322
|
-
|
|
12317
|
+
const F = I.refs ? I.refs[0] : I.ref;
|
|
12318
|
+
F.focus && (F.focus(), x.shouldSelect && pt(F.select) && F.select());
|
|
12323
12319
|
}
|
|
12324
12320
|
}, ie = (h) => {
|
|
12325
12321
|
n = {
|
|
@@ -12334,7 +12330,7 @@ function Dv(e = {}) {
|
|
|
12334
12330
|
handleSubmit: q,
|
|
12335
12331
|
setError: se,
|
|
12336
12332
|
_subscribe: we,
|
|
12337
|
-
_runSchema:
|
|
12333
|
+
_runSchema: T,
|
|
12338
12334
|
_getWatch: U,
|
|
12339
12335
|
_getDirty: W,
|
|
12340
12336
|
_setValid: v,
|
|
@@ -12348,7 +12344,7 @@ function Dv(e = {}) {
|
|
|
12348
12344
|
isLoading: !1
|
|
12349
12345
|
});
|
|
12350
12346
|
}),
|
|
12351
|
-
_removeUnmounted:
|
|
12347
|
+
_removeUnmounted: N,
|
|
12352
12348
|
_disableForm: Wt,
|
|
12353
12349
|
_subjects: p,
|
|
12354
12350
|
_proxyFormState: f,
|
|
@@ -12387,7 +12383,7 @@ function Dv(e = {}) {
|
|
|
12387
12383
|
}
|
|
12388
12384
|
},
|
|
12389
12385
|
subscribe: ae,
|
|
12390
|
-
trigger:
|
|
12386
|
+
trigger: _,
|
|
12391
12387
|
register: Ue,
|
|
12392
12388
|
handleSubmit: q,
|
|
12393
12389
|
watch: re,
|
|
@@ -12443,21 +12439,21 @@ function Mx(e) {
|
|
|
12443
12439
|
u.current = r, f.current = s, n._names.array.add(r), i && n.register(r, i), g.useEffect(() => n._subjects.array.subscribe({
|
|
12444
12440
|
next: ({ values: M, name: C }) => {
|
|
12445
12441
|
if (C === u.current || !C) {
|
|
12446
|
-
const
|
|
12447
|
-
Array.isArray(
|
|
12442
|
+
const j = R(M, u.current);
|
|
12443
|
+
Array.isArray(j) && (c(j), d.current = j.map(jt));
|
|
12448
12444
|
}
|
|
12449
12445
|
}
|
|
12450
12446
|
}).unsubscribe, [n]);
|
|
12451
12447
|
const b = g.useCallback((M) => {
|
|
12452
12448
|
p.current = !0, n._setFieldArray(r, M);
|
|
12453
12449
|
}, [n, r]), w = (M, C) => {
|
|
12454
|
-
const
|
|
12455
|
-
n._names.focus = Cr(r,
|
|
12450
|
+
const j = Qe(Me(M)), T = Sr(n._getFieldArray(r), j);
|
|
12451
|
+
n._names.focus = Cr(r, T.length - 1, C), d.current = Sr(d.current, j.map(jt)), b(T), c(T), n._setFieldArray(r, T, Sr, {
|
|
12456
12452
|
argA: $r(M)
|
|
12457
12453
|
});
|
|
12458
12454
|
}, $ = (M, C) => {
|
|
12459
|
-
const
|
|
12460
|
-
n._names.focus = Cr(r, 0, C), d.current = Or(d.current,
|
|
12455
|
+
const j = Qe(Me(M)), T = Or(n._getFieldArray(r), j);
|
|
12456
|
+
n._names.focus = Cr(r, 0, C), d.current = Or(d.current, j.map(jt)), b(T), c(T), n._setFieldArray(r, T, Or, {
|
|
12461
12457
|
argA: $r(M)
|
|
12462
12458
|
});
|
|
12463
12459
|
}, k = (M) => {
|
|
@@ -12465,33 +12461,33 @@ function Mx(e) {
|
|
|
12465
12461
|
d.current = Er(d.current, M), b(C), c(C), !Array.isArray(R(n._fields, r)) && pe(n._fields, r, void 0), n._setFieldArray(r, C, Er, {
|
|
12466
12462
|
argA: M
|
|
12467
12463
|
});
|
|
12468
|
-
}, v = (M, C,
|
|
12469
|
-
const
|
|
12470
|
-
n._names.focus = Cr(r, M,
|
|
12464
|
+
}, v = (M, C, j) => {
|
|
12465
|
+
const T = Qe(Me(C)), V = Mr(n._getFieldArray(r), M, T);
|
|
12466
|
+
n._names.focus = Cr(r, M, j), d.current = Mr(d.current, M, T.map(jt)), b(V), c(V), n._setFieldArray(r, V, Mr, {
|
|
12471
12467
|
argA: M,
|
|
12472
12468
|
argB: $r(C)
|
|
12473
12469
|
});
|
|
12474
12470
|
}, m = (M, C) => {
|
|
12475
|
-
const
|
|
12476
|
-
jr(
|
|
12471
|
+
const j = n._getFieldArray(r);
|
|
12472
|
+
jr(j, M, C), jr(d.current, M, C), b(j), c(j), n._setFieldArray(r, j, jr, {
|
|
12477
12473
|
argA: M,
|
|
12478
12474
|
argB: C
|
|
12479
12475
|
}, !1);
|
|
12480
12476
|
}, S = (M, C) => {
|
|
12481
|
-
const
|
|
12482
|
-
Dr(
|
|
12477
|
+
const j = n._getFieldArray(r);
|
|
12478
|
+
Dr(j, M, C), Dr(d.current, M, C), b(j), c(j), n._setFieldArray(r, j, Dr, {
|
|
12483
12479
|
argA: M,
|
|
12484
12480
|
argB: C
|
|
12485
12481
|
}, !1);
|
|
12486
12482
|
}, A = (M, C) => {
|
|
12487
|
-
const
|
|
12488
|
-
d.current = [...
|
|
12483
|
+
const j = Me(C), T = Ea(n._getFieldArray(r), M, j);
|
|
12484
|
+
d.current = [...T].map((V, B) => !V || B === M ? jt() : d.current[B]), b(T), c([...T]), n._setFieldArray(r, T, Ea, {
|
|
12489
12485
|
argA: M,
|
|
12490
|
-
argB:
|
|
12486
|
+
argB: j
|
|
12491
12487
|
}, !0, !1);
|
|
12492
12488
|
}, O = (M) => {
|
|
12493
12489
|
const C = Qe(Me(M));
|
|
12494
|
-
d.current = C.map(jt), b([...C]), c([...C]), n._setFieldArray(r, [...C], (
|
|
12490
|
+
d.current = C.map(jt), b([...C]), c([...C]), n._setFieldArray(r, [...C], (j) => j, {}, !0, !1);
|
|
12495
12491
|
};
|
|
12496
12492
|
return g.useEffect(() => {
|
|
12497
12493
|
if (n._state.action = !1, zr(r, n._names) && n._subjects.state.next({
|
|
@@ -12499,8 +12495,8 @@ function Mx(e) {
|
|
|
12499
12495
|
}), p.current && (!en(n._options.mode).isOnSubmit || n._formState.isSubmitted) && !en(n._options.reValidateMode).isOnSubmit)
|
|
12500
12496
|
if (n._options.resolver)
|
|
12501
12497
|
n._runSchema([r]).then((M) => {
|
|
12502
|
-
const C = R(M.errors, r),
|
|
12503
|
-
(
|
|
12498
|
+
const C = R(M.errors, r), j = R(n._formState.errors, r);
|
|
12499
|
+
(j ? !C && j.type || C && (j.type !== C.type || j.message !== C.message) : C && C.type) && (C ? pe(n._formState.errors, r, C) : Ae(n._formState.errors, r), n._subjects.state.next({
|
|
12504
12500
|
errors: n._formState.errors
|
|
12505
12501
|
}));
|
|
12506
12502
|
});
|
|
@@ -12518,9 +12514,9 @@ function Mx(e) {
|
|
|
12518
12514
|
return M.focus(), 1;
|
|
12519
12515
|
}), n._names.focus = "", n._setValid(), p.current = !1;
|
|
12520
12516
|
}, [s, r, n]), g.useEffect(() => (!R(n._formValues, r) && n._setFieldArray(r), () => {
|
|
12521
|
-
const M = (C,
|
|
12522
|
-
const
|
|
12523
|
-
|
|
12517
|
+
const M = (C, j) => {
|
|
12518
|
+
const T = R(n._fields, C);
|
|
12519
|
+
T && T._f && (T._f.mount = j);
|
|
12524
12520
|
};
|
|
12525
12521
|
n._options.shouldUnregister || a ? n.unregister(r) : M(r, !1);
|
|
12526
12522
|
}), [r, n, o, a]), {
|