@service_laboratory/auth 4.0.2 → 4.0.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/dist/index.d.ts +54 -5
- package/dist/index.js +814 -765
- package/dist/index.umd.cjs +20 -20
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import X, { useState as
|
|
2
|
-
import {
|
|
1
|
+
import X, { useContext as uo, useState as $t, useEffect as Bt, useCallback as ut, useMemo as ir } from "react";
|
|
2
|
+
import { CoreContext as lo } from "@service_laboratory/core-context";
|
|
3
|
+
import { Card as lt, cn as At, CardHeader as ft, CardTitle as dt, CardDescription as mt, CardContent as ht, Form as pt, Label as Fe, FormField as Pe, FormItem as $e, FormControl as Ae, Input as Re, FormMessage as Xt, Button as Ye, FieldDescription as gt, FieldError as wn, Progress as fo, toast as fe } from "@service_laboratory/ui";
|
|
3
4
|
import { Link as Le, useNavigate as Xe } from "@tanstack/react-router";
|
|
4
|
-
import { EyeOff as ar, EyeIcon as cr, Loader2Icon as
|
|
5
|
-
import { Store as
|
|
5
|
+
import { EyeOff as ar, EyeIcon as cr, Loader2Icon as Rt, RefreshCw as mo } from "lucide-react";
|
|
6
|
+
import { Store as ho, Derived as po } from "@tanstack/store";
|
|
6
7
|
const le = {
|
|
7
8
|
loginForm: {
|
|
8
9
|
emailInput: "login-form-email-input",
|
|
@@ -30,9 +31,9 @@ const le = {
|
|
|
30
31
|
submitButton: "confirm-reset-password-form-submit-button"
|
|
31
32
|
}
|
|
32
33
|
};
|
|
33
|
-
var
|
|
34
|
+
var vt = { exports: {} }, tt = {};
|
|
34
35
|
var Fr;
|
|
35
|
-
function
|
|
36
|
+
function go() {
|
|
36
37
|
if (Fr) return tt;
|
|
37
38
|
Fr = 1;
|
|
38
39
|
var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), t = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
@@ -54,16 +55,16 @@ function mo() {
|
|
|
54
55
|
return tt.Fragment = t, tt.jsx = r, tt.jsxs = r, tt;
|
|
55
56
|
}
|
|
56
57
|
var rt = {};
|
|
57
|
-
var
|
|
58
|
-
function
|
|
59
|
-
return
|
|
58
|
+
var Pr;
|
|
59
|
+
function _o() {
|
|
60
|
+
return Pr || (Pr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
60
61
|
function e(g) {
|
|
61
62
|
if (g == null) return null;
|
|
62
63
|
if (typeof g == "function")
|
|
63
64
|
return g.$$typeof === Me ? null : g.displayName || g.name || null;
|
|
64
65
|
if (typeof g == "string") return g;
|
|
65
66
|
switch (g) {
|
|
66
|
-
case
|
|
67
|
+
case $:
|
|
67
68
|
return "Fragment";
|
|
68
69
|
case j:
|
|
69
70
|
return "Profiler";
|
|
@@ -91,7 +92,7 @@ function ho() {
|
|
|
91
92
|
return g = g.displayName, g || (g = F.displayName || F.name || "", g = g !== "" ? "ForwardRef(" + g + ")" : "ForwardRef"), g;
|
|
92
93
|
case ie:
|
|
93
94
|
return F = g.displayName || null, F !== null ? F : e(g.type) || "Memo";
|
|
94
|
-
case
|
|
95
|
+
case ve:
|
|
95
96
|
F = g._payload, g = g._init;
|
|
96
97
|
try {
|
|
97
98
|
return e(g(F));
|
|
@@ -121,8 +122,8 @@ function ho() {
|
|
|
121
122
|
}
|
|
122
123
|
}
|
|
123
124
|
function n(g) {
|
|
124
|
-
if (g ===
|
|
125
|
-
if (typeof g == "object" && g !== null && g.$$typeof ===
|
|
125
|
+
if (g === $) return "<>";
|
|
126
|
+
if (typeof g == "object" && g !== null && g.$$typeof === ve)
|
|
126
127
|
return "<...>";
|
|
127
128
|
try {
|
|
128
129
|
var F = e(g);
|
|
@@ -132,7 +133,7 @@ function ho() {
|
|
|
132
133
|
}
|
|
133
134
|
}
|
|
134
135
|
function o() {
|
|
135
|
-
var g =
|
|
136
|
+
var g = P.A;
|
|
136
137
|
return g === null ? null : g.getOwner();
|
|
137
138
|
}
|
|
138
139
|
function i() {
|
|
@@ -196,7 +197,7 @@ function ho() {
|
|
|
196
197
|
value: Be
|
|
197
198
|
}), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
|
|
198
199
|
}
|
|
199
|
-
function
|
|
200
|
+
function v(g, F, U, q, Je, Be) {
|
|
200
201
|
var K = F.children;
|
|
201
202
|
if (K !== void 0)
|
|
202
203
|
if (q)
|
|
@@ -245,12 +246,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
245
246
|
);
|
|
246
247
|
}
|
|
247
248
|
function _(g) {
|
|
248
|
-
|
|
249
|
+
y(g) ? g._store && (g._store.validated = 1) : typeof g == "object" && g !== null && g.$$typeof === ve && (g._payload.status === "fulfilled" ? y(g._payload.value) && g._payload.value._store && (g._payload.value._store.validated = 1) : g._store && (g._store.validated = 1));
|
|
249
250
|
}
|
|
250
|
-
function
|
|
251
|
+
function y(g) {
|
|
251
252
|
return typeof g == "object" && g !== null && g.$$typeof === x;
|
|
252
253
|
}
|
|
253
|
-
var h = X, x = /* @__PURE__ */ Symbol.for("react.transitional.element"), E = /* @__PURE__ */ Symbol.for("react.portal"),
|
|
254
|
+
var h = X, x = /* @__PURE__ */ Symbol.for("react.transitional.element"), E = /* @__PURE__ */ Symbol.for("react.portal"), $ = /* @__PURE__ */ Symbol.for("react.fragment"), D = /* @__PURE__ */ Symbol.for("react.strict_mode"), j = /* @__PURE__ */ Symbol.for("react.profiler"), Z = /* @__PURE__ */ Symbol.for("react.consumer"), R = /* @__PURE__ */ Symbol.for("react.context"), A = /* @__PURE__ */ Symbol.for("react.forward_ref"), C = /* @__PURE__ */ Symbol.for("react.suspense"), W = /* @__PURE__ */ Symbol.for("react.suspense_list"), ie = /* @__PURE__ */ Symbol.for("react.memo"), ve = /* @__PURE__ */ Symbol.for("react.lazy"), de = /* @__PURE__ */ Symbol.for("react.activity"), Me = /* @__PURE__ */ Symbol.for("react.client.reference"), P = h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, T = Object.prototype.hasOwnProperty, H = Array.isArray, G = console.createTask ? console.createTask : function() {
|
|
254
255
|
return null;
|
|
255
256
|
};
|
|
256
257
|
h = {
|
|
@@ -262,9 +263,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
262
263
|
h,
|
|
263
264
|
i
|
|
264
265
|
)(), xe = G(n(i)), ze = {};
|
|
265
|
-
rt.Fragment =
|
|
266
|
-
var q = 1e4 >
|
|
267
|
-
return
|
|
266
|
+
rt.Fragment = $, rt.jsx = function(g, F, U) {
|
|
267
|
+
var q = 1e4 > P.recentlyCreatedOwnerStacks++;
|
|
268
|
+
return v(
|
|
268
269
|
g,
|
|
269
270
|
F,
|
|
270
271
|
U,
|
|
@@ -273,8 +274,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
273
274
|
q ? G(n(g)) : xe
|
|
274
275
|
);
|
|
275
276
|
}, rt.jsxs = function(g, F, U) {
|
|
276
|
-
var q = 1e4 >
|
|
277
|
-
return
|
|
277
|
+
var q = 1e4 > P.recentlyCreatedOwnerStacks++;
|
|
278
|
+
return v(
|
|
278
279
|
g,
|
|
279
280
|
F,
|
|
280
281
|
U,
|
|
@@ -285,33 +286,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
285
286
|
};
|
|
286
287
|
})()), rt;
|
|
287
288
|
}
|
|
288
|
-
var
|
|
289
|
-
function
|
|
290
|
-
return
|
|
289
|
+
var $r;
|
|
290
|
+
function yo() {
|
|
291
|
+
return $r || ($r = 1, process.env.NODE_ENV === "production" ? vt.exports = go() : vt.exports = _o()), vt.exports;
|
|
291
292
|
}
|
|
292
|
-
var f =
|
|
293
|
-
function
|
|
294
|
-
const
|
|
293
|
+
var f = yo();
|
|
294
|
+
function Eu(e) {
|
|
295
|
+
const { i18n: t } = uo(lo), [r, n] = $t(!1);
|
|
295
296
|
return /* @__PURE__ */ f.jsx("div", { className: "flex flex-col gap-6", children: /* @__PURE__ */ f.jsxs(
|
|
296
297
|
lt,
|
|
297
298
|
{
|
|
298
|
-
className:
|
|
299
|
+
className: At("transition-opacity", {
|
|
299
300
|
"opacity-50": e.form.formState.isSubmitting
|
|
300
301
|
}),
|
|
301
302
|
children: [
|
|
302
303
|
/* @__PURE__ */ f.jsxs(ft, { children: [
|
|
303
|
-
/* @__PURE__ */ f.jsx(dt, { className: "text-2xl", children:
|
|
304
|
-
/* @__PURE__ */ f.jsx(mt, { children:
|
|
304
|
+
/* @__PURE__ */ f.jsx(dt, { className: "text-2xl", children: t.t("auth.loginForm.form.title") }),
|
|
305
|
+
/* @__PURE__ */ f.jsx(mt, { children: t.t("auth.loginForm.form.description") })
|
|
305
306
|
] }),
|
|
306
307
|
/* @__PURE__ */ f.jsx(ht, { children: /* @__PURE__ */ f.jsx(pt, { ...e.form, children: /* @__PURE__ */ f.jsx("form", { onSubmit: e.form.handleSubmit(e.submit), children: /* @__PURE__ */ f.jsxs("div", { className: "flex flex-col gap-6", children: [
|
|
307
308
|
/* @__PURE__ */ f.jsxs("div", { className: "grid gap-2", children: [
|
|
308
|
-
/* @__PURE__ */ f.jsx(Fe, { htmlFor: "email", children:
|
|
309
|
+
/* @__PURE__ */ f.jsx(Fe, { htmlFor: "email", children: t.t("auth.loginForm.form.emailLabel") }),
|
|
309
310
|
/* @__PURE__ */ f.jsx(
|
|
310
|
-
|
|
311
|
+
Pe,
|
|
311
312
|
{
|
|
312
313
|
control: e.form.control,
|
|
313
314
|
name: "email",
|
|
314
|
-
render: ({ field:
|
|
315
|
+
render: ({ field: o }) => /* @__PURE__ */ f.jsxs($e, { children: [
|
|
315
316
|
/* @__PURE__ */ f.jsx(Ae, { children: /* @__PURE__ */ f.jsx(
|
|
316
317
|
Re,
|
|
317
318
|
{
|
|
@@ -320,40 +321,40 @@ function yu(e) {
|
|
|
320
321
|
placeholder: "m@example.com",
|
|
321
322
|
required: !0,
|
|
322
323
|
"data-testid": le.loginForm.emailInput,
|
|
323
|
-
...
|
|
324
|
+
...o
|
|
324
325
|
}
|
|
325
326
|
) }),
|
|
326
|
-
/* @__PURE__ */ f.jsx(
|
|
327
|
+
/* @__PURE__ */ f.jsx(Xt, {})
|
|
327
328
|
] })
|
|
328
329
|
}
|
|
329
330
|
)
|
|
330
331
|
] }),
|
|
331
332
|
/* @__PURE__ */ f.jsxs("div", { className: "grid gap-2", children: [
|
|
332
333
|
/* @__PURE__ */ f.jsxs("div", { className: "flex items-center", children: [
|
|
333
|
-
/* @__PURE__ */ f.jsx(Fe, { htmlFor: "password", children:
|
|
334
|
+
/* @__PURE__ */ f.jsx(Fe, { htmlFor: "password", children: t.t("auth.loginForm.form.passwordLabel") }),
|
|
334
335
|
/* @__PURE__ */ f.jsx(
|
|
335
336
|
Le,
|
|
336
337
|
{
|
|
337
338
|
to: "/auth/start-reset-password",
|
|
338
339
|
className: "ml-auto inline-block text-sm underline-offset-4 hover:underline",
|
|
339
340
|
"data-testid": le.loginForm.resetPasswordLink,
|
|
340
|
-
children:
|
|
341
|
+
children: t.t("auth.loginForm.form.forgotPasswordMessage")
|
|
341
342
|
}
|
|
342
343
|
)
|
|
343
344
|
] }),
|
|
344
345
|
/* @__PURE__ */ f.jsx(
|
|
345
|
-
|
|
346
|
+
Pe,
|
|
346
347
|
{
|
|
347
348
|
control: e.form.control,
|
|
348
349
|
name: "password",
|
|
349
|
-
render: ({ field:
|
|
350
|
+
render: ({ field: o }) => /* @__PURE__ */ f.jsxs($e, { children: [
|
|
350
351
|
/* @__PURE__ */ f.jsx(Ae, { className: "relative", children: /* @__PURE__ */ f.jsxs("div", { className: "relative", children: [
|
|
351
|
-
|
|
352
|
+
r ? /* @__PURE__ */ f.jsx(
|
|
352
353
|
ar,
|
|
353
354
|
{
|
|
354
355
|
className: "absolute right-3 top-1/2 transform -translate-y-1/2 text-gray-500 z-10 cursor-pointer",
|
|
355
356
|
onClick: () => {
|
|
356
|
-
|
|
357
|
+
n(!1);
|
|
357
358
|
}
|
|
358
359
|
}
|
|
359
360
|
) : /* @__PURE__ */ f.jsx(
|
|
@@ -361,7 +362,7 @@ function yu(e) {
|
|
|
361
362
|
{
|
|
362
363
|
className: "absolute right-3 top-1/2 transform -translate-y-1/2 text-gray-500 z-10 cursor-pointer",
|
|
363
364
|
onClick: () => {
|
|
364
|
-
|
|
365
|
+
n(!0);
|
|
365
366
|
}
|
|
366
367
|
}
|
|
367
368
|
),
|
|
@@ -371,14 +372,14 @@ function yu(e) {
|
|
|
371
372
|
placeholder: "********",
|
|
372
373
|
disabled: e.form.formState.isSubmitting,
|
|
373
374
|
"data-testid": le.loginForm.passwordInput,
|
|
374
|
-
...
|
|
375
|
+
...o,
|
|
375
376
|
className: "pr-10",
|
|
376
377
|
"aria-invalid": !!e.form.formState.errors?.password,
|
|
377
|
-
type:
|
|
378
|
+
type: r ? "text" : "password"
|
|
378
379
|
}
|
|
379
380
|
)
|
|
380
381
|
] }) }),
|
|
381
|
-
/* @__PURE__ */ f.jsx(
|
|
382
|
+
/* @__PURE__ */ f.jsx(Xt, {})
|
|
382
383
|
] })
|
|
383
384
|
}
|
|
384
385
|
)
|
|
@@ -391,27 +392,27 @@ function yu(e) {
|
|
|
391
392
|
disabled: e.form.formState.isSubmitting,
|
|
392
393
|
"data-testid": le.loginForm.submitButton,
|
|
393
394
|
children: [
|
|
394
|
-
|
|
395
|
-
e.form.formState.isSubmitting && /* @__PURE__ */ f.jsx(
|
|
395
|
+
t.t("auth.loginForm.form.submitButtonLabel"),
|
|
396
|
+
e.form.formState.isSubmitting && /* @__PURE__ */ f.jsx(Rt, { className: "animate-spin" })
|
|
396
397
|
]
|
|
397
398
|
}
|
|
398
399
|
),
|
|
399
400
|
/* @__PURE__ */ f.jsxs(gt, { className: "text-center", children: [
|
|
400
|
-
|
|
401
|
+
t.t("auth.loginForm.form.dontHaveAccountMessage"),
|
|
401
402
|
" ",
|
|
402
|
-
/* @__PURE__ */ f.jsx(Le, { to: "/auth/signup", "data-testid": le.loginForm.signUpFormLink, children:
|
|
403
|
+
/* @__PURE__ */ f.jsx(Le, { to: "/auth/signup", "data-testid": le.loginForm.signUpFormLink, children: t.t("auth.loginForm.form.dontHaveAccountLink") })
|
|
403
404
|
] })
|
|
404
405
|
] }) }) }) })
|
|
405
406
|
]
|
|
406
407
|
}
|
|
407
408
|
) });
|
|
408
409
|
}
|
|
409
|
-
function
|
|
410
|
-
const [t, r] =
|
|
410
|
+
function Su(e) {
|
|
411
|
+
const [t, r] = $t(!1);
|
|
411
412
|
return /* @__PURE__ */ f.jsx("div", { className: "flex flex-col gap-6", children: /* @__PURE__ */ f.jsxs(
|
|
412
413
|
lt,
|
|
413
414
|
{
|
|
414
|
-
className:
|
|
415
|
+
className: At({
|
|
415
416
|
"opacity-50": e.form.formState.isSubmitting
|
|
416
417
|
}),
|
|
417
418
|
children: [
|
|
@@ -423,11 +424,11 @@ function wu(e) {
|
|
|
423
424
|
/* @__PURE__ */ f.jsxs("div", { className: "grid gap-2", children: [
|
|
424
425
|
/* @__PURE__ */ f.jsx(Fe, { children: e.i18n.t("auth.signUpForm.form.emailLabel") }),
|
|
425
426
|
/* @__PURE__ */ f.jsx(
|
|
426
|
-
|
|
427
|
+
Pe,
|
|
427
428
|
{
|
|
428
429
|
control: e.form.control,
|
|
429
430
|
name: "email",
|
|
430
|
-
render: ({ field: n }) => /* @__PURE__ */ f.jsx(
|
|
431
|
+
render: ({ field: n }) => /* @__PURE__ */ f.jsx($e, { children: /* @__PURE__ */ f.jsx(Ae, { children: /* @__PURE__ */ f.jsx(
|
|
431
432
|
Re,
|
|
432
433
|
{
|
|
433
434
|
disabled: e.form.formState.isSubmitting,
|
|
@@ -456,11 +457,11 @@ function wu(e) {
|
|
|
456
457
|
)
|
|
457
458
|
] }),
|
|
458
459
|
/* @__PURE__ */ f.jsx(
|
|
459
|
-
|
|
460
|
+
Pe,
|
|
460
461
|
{
|
|
461
462
|
control: e.form.control,
|
|
462
463
|
name: "password",
|
|
463
|
-
render: ({ field: n, fieldState: o }) => /* @__PURE__ */ f.jsx(
|
|
464
|
+
render: ({ field: n, fieldState: o }) => /* @__PURE__ */ f.jsx($e, { children: /* @__PURE__ */ f.jsx(Ae, { className: "relative", children: /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
|
|
464
465
|
/* @__PURE__ */ f.jsxs("div", { className: "relative", children: [
|
|
465
466
|
t ? /* @__PURE__ */ f.jsx(
|
|
466
467
|
ar,
|
|
@@ -506,7 +507,7 @@ function wu(e) {
|
|
|
506
507
|
"data-testid": le.signupForm.submitButton,
|
|
507
508
|
children: [
|
|
508
509
|
e.i18n.t("auth.signUpForm.form.submitButtonLabel"),
|
|
509
|
-
e.form.formState.isSubmitting && /* @__PURE__ */ f.jsx(
|
|
510
|
+
e.form.formState.isSubmitting && /* @__PURE__ */ f.jsx(Rt, { className: "animate-spin" })
|
|
510
511
|
]
|
|
511
512
|
}
|
|
512
513
|
),
|
|
@@ -520,11 +521,11 @@ function wu(e) {
|
|
|
520
521
|
}
|
|
521
522
|
) });
|
|
522
523
|
}
|
|
523
|
-
function
|
|
524
|
+
function xu(e) {
|
|
524
525
|
return /* @__PURE__ */ f.jsx("div", { className: "flex flex-col gap-6", children: /* @__PURE__ */ f.jsxs(
|
|
525
526
|
lt,
|
|
526
527
|
{
|
|
527
|
-
className:
|
|
528
|
+
className: At("transition-opacity", {
|
|
528
529
|
"opacity-50": e.form.formState.isSubmitting
|
|
529
530
|
}),
|
|
530
531
|
children: [
|
|
@@ -538,11 +539,11 @@ function bu(e) {
|
|
|
538
539
|
"auth.startResetPasswordForm.form.emailLabel"
|
|
539
540
|
) }),
|
|
540
541
|
/* @__PURE__ */ f.jsx(
|
|
541
|
-
|
|
542
|
+
Pe,
|
|
542
543
|
{
|
|
543
544
|
control: e.form.control,
|
|
544
545
|
name: "email",
|
|
545
|
-
render: ({ field: t }) => /* @__PURE__ */ f.jsxs(
|
|
546
|
+
render: ({ field: t }) => /* @__PURE__ */ f.jsxs($e, { children: [
|
|
546
547
|
/* @__PURE__ */ f.jsx(Ae, { children: /* @__PURE__ */ f.jsx(
|
|
547
548
|
Re,
|
|
548
549
|
{
|
|
@@ -554,7 +555,7 @@ function bu(e) {
|
|
|
554
555
|
...t
|
|
555
556
|
}
|
|
556
557
|
) }),
|
|
557
|
-
/* @__PURE__ */ f.jsx(
|
|
558
|
+
/* @__PURE__ */ f.jsx(Xt, {})
|
|
558
559
|
] })
|
|
559
560
|
}
|
|
560
561
|
)
|
|
@@ -570,7 +571,7 @@ function bu(e) {
|
|
|
570
571
|
e.i18n.t(
|
|
571
572
|
"auth.startResetPasswordForm.form.submitButtonLabel"
|
|
572
573
|
),
|
|
573
|
-
e.form.formState.isSubmitting && /* @__PURE__ */ f.jsx(
|
|
574
|
+
e.form.formState.isSubmitting && /* @__PURE__ */ f.jsx(Rt, { className: "animate-spin" })
|
|
574
575
|
]
|
|
575
576
|
}
|
|
576
577
|
),
|
|
@@ -586,7 +587,7 @@ function bu(e) {
|
|
|
586
587
|
}
|
|
587
588
|
) });
|
|
588
589
|
}
|
|
589
|
-
function
|
|
590
|
+
function zu(e) {
|
|
590
591
|
return /* @__PURE__ */ f.jsx("div", { className: "flex flex-col gap-6", children: /* @__PURE__ */ f.jsxs(lt, { children: [
|
|
591
592
|
/* @__PURE__ */ f.jsxs(ft, { children: [
|
|
592
593
|
/* @__PURE__ */ f.jsx(dt, { className: "text-2xl", children: e.i18n.t("auth.verifyEmailForm.form.title") }),
|
|
@@ -596,11 +597,11 @@ function ku(e) {
|
|
|
596
597
|
/* @__PURE__ */ f.jsxs("div", { className: "grid gap-2", children: [
|
|
597
598
|
/* @__PURE__ */ f.jsx(Fe, { children: e.i18n.t("auth.verifyEmailForm.form.codeLabel") }),
|
|
598
599
|
/* @__PURE__ */ f.jsx(
|
|
599
|
-
|
|
600
|
+
Pe,
|
|
600
601
|
{
|
|
601
602
|
control: e.form.control,
|
|
602
603
|
name: "code",
|
|
603
|
-
render: ({ field: t }) => /* @__PURE__ */ f.jsx(
|
|
604
|
+
render: ({ field: t }) => /* @__PURE__ */ f.jsx($e, { children: /* @__PURE__ */ f.jsx(Ae, { children: /* @__PURE__ */ f.jsx(
|
|
604
605
|
Re,
|
|
605
606
|
{
|
|
606
607
|
type: "text",
|
|
@@ -630,8 +631,8 @@ function ku(e) {
|
|
|
630
631
|
] }) }) }) })
|
|
631
632
|
] }) });
|
|
632
633
|
}
|
|
633
|
-
function
|
|
634
|
-
const [t, r] =
|
|
634
|
+
function Ou(e) {
|
|
635
|
+
const [t, r] = $t(!1);
|
|
635
636
|
return /* @__PURE__ */ f.jsx("div", { className: "flex flex-col gap-6", children: /* @__PURE__ */ f.jsxs(lt, { children: [
|
|
636
637
|
/* @__PURE__ */ f.jsxs(ft, { children: [
|
|
637
638
|
/* @__PURE__ */ f.jsx(dt, { className: "text-2xl", children: e.i18n.t("auth.confirmResetPasswordForm.form.title") }),
|
|
@@ -643,11 +644,11 @@ function Eu(e) {
|
|
|
643
644
|
"auth.confirmResetPasswordForm.form.authCodeInputLabel"
|
|
644
645
|
) }),
|
|
645
646
|
/* @__PURE__ */ f.jsx(
|
|
646
|
-
|
|
647
|
+
Pe,
|
|
647
648
|
{
|
|
648
649
|
control: e.form.control,
|
|
649
650
|
name: "code",
|
|
650
|
-
render: ({ field: n }) => /* @__PURE__ */ f.jsx(
|
|
651
|
+
render: ({ field: n }) => /* @__PURE__ */ f.jsx($e, { children: /* @__PURE__ */ f.jsx(Ae, { children: /* @__PURE__ */ f.jsx(
|
|
651
652
|
Re,
|
|
652
653
|
{
|
|
653
654
|
type: "text",
|
|
@@ -665,11 +666,11 @@ function Eu(e) {
|
|
|
665
666
|
"auth.confirmResetPasswordForm.form.passwordInputLabel"
|
|
666
667
|
) }) }),
|
|
667
668
|
/* @__PURE__ */ f.jsx(
|
|
668
|
-
|
|
669
|
+
Pe,
|
|
669
670
|
{
|
|
670
671
|
control: e.form.control,
|
|
671
672
|
name: "password",
|
|
672
|
-
render: ({ field: n, fieldState: o }) => /* @__PURE__ */ f.jsx(
|
|
673
|
+
render: ({ field: n, fieldState: o }) => /* @__PURE__ */ f.jsx($e, { children: /* @__PURE__ */ f.jsx(Ae, { className: "relative", children: /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
|
|
673
674
|
/* @__PURE__ */ f.jsxs("div", { className: "relative", children: [
|
|
674
675
|
t ? /* @__PURE__ */ f.jsx(
|
|
675
676
|
ar,
|
|
@@ -716,7 +717,7 @@ function Eu(e) {
|
|
|
716
717
|
e.i18n.t(
|
|
717
718
|
"auth.confirmResetPasswordForm.form.submitButtonLabel"
|
|
718
719
|
),
|
|
719
|
-
e.form.formState.isSubmitting && /* @__PURE__ */ f.jsx(
|
|
720
|
+
e.form.formState.isSubmitting && /* @__PURE__ */ f.jsx(Rt, { className: "animate-spin" })
|
|
720
721
|
]
|
|
721
722
|
}
|
|
722
723
|
),
|
|
@@ -732,7 +733,7 @@ function Eu(e) {
|
|
|
732
733
|
] }) }) }) })
|
|
733
734
|
] }) });
|
|
734
735
|
}
|
|
735
|
-
const
|
|
736
|
+
const Wt = "Authorization", bn = () => ({
|
|
736
737
|
user: {
|
|
737
738
|
id: null,
|
|
738
739
|
email: null,
|
|
@@ -743,11 +744,11 @@ const Bt = "Authorization", bn = () => ({
|
|
|
743
744
|
sessionID: null,
|
|
744
745
|
isAuthenticated: !1,
|
|
745
746
|
isLoaded: !1
|
|
746
|
-
}), Ne = new
|
|
747
|
+
}), Ne = new ho(bn()), ju = new po({
|
|
747
748
|
fn: () => !!Ne.state.user?.roles.find((e) => e.name === "admin"),
|
|
748
749
|
deps: [Ne]
|
|
749
750
|
});
|
|
750
|
-
class
|
|
751
|
+
class Fu {
|
|
751
752
|
accountStore;
|
|
752
753
|
httpClient;
|
|
753
754
|
constructor(t) {
|
|
@@ -755,7 +756,7 @@ class xu {
|
|
|
755
756
|
}
|
|
756
757
|
initAuthData = () => {
|
|
757
758
|
const t = localStorage.getItem("token");
|
|
758
|
-
t && (this.httpClient.defaults.headers.common[
|
|
759
|
+
t && (this.httpClient.defaults.headers.common[Wt] = t);
|
|
759
760
|
};
|
|
760
761
|
load = async () => {
|
|
761
762
|
try {
|
|
@@ -815,76 +816,76 @@ class xu {
|
|
|
815
816
|
}));
|
|
816
817
|
};
|
|
817
818
|
_setAuthData = (t) => {
|
|
818
|
-
localStorage.setItem("token", t), this.httpClient.defaults.headers.common[
|
|
819
|
+
localStorage.setItem("token", t), this.httpClient.defaults.headers.common[Wt] = t;
|
|
819
820
|
};
|
|
820
821
|
_clearAuthData = () => {
|
|
821
|
-
localStorage.removeItem("token"), delete this.httpClient.defaults.headers.common[
|
|
822
|
+
localStorage.removeItem("token"), delete this.httpClient.defaults.headers.common[Wt];
|
|
822
823
|
};
|
|
823
824
|
}
|
|
824
|
-
var
|
|
825
|
+
var wt = { exports: {} }, qt = {}, bt = { exports: {} }, Ht = {};
|
|
825
826
|
var Ar;
|
|
826
|
-
function
|
|
827
|
-
if (Ar) return
|
|
827
|
+
function vo() {
|
|
828
|
+
if (Ar) return Ht;
|
|
828
829
|
Ar = 1;
|
|
829
830
|
var e = X;
|
|
830
|
-
function t(_,
|
|
831
|
-
return _ ===
|
|
831
|
+
function t(_, y) {
|
|
832
|
+
return _ === y && (_ !== 0 || 1 / _ === 1 / y) || _ !== _ && y !== y;
|
|
832
833
|
}
|
|
833
834
|
var r = typeof Object.is == "function" ? Object.is : t, n = e.useState, o = e.useEffect, i = e.useLayoutEffect, s = e.useDebugValue;
|
|
834
|
-
function a(_,
|
|
835
|
-
var h =
|
|
835
|
+
function a(_, y) {
|
|
836
|
+
var h = y(), x = n({ inst: { value: h, getSnapshot: y } }), E = x[0].inst, $ = x[1];
|
|
836
837
|
return i(
|
|
837
838
|
function() {
|
|
838
|
-
E.value = h, E.getSnapshot =
|
|
839
|
+
E.value = h, E.getSnapshot = y, l(E) && $({ inst: E });
|
|
839
840
|
},
|
|
840
|
-
[_, h,
|
|
841
|
+
[_, h, y]
|
|
841
842
|
), o(
|
|
842
843
|
function() {
|
|
843
|
-
return l(E) &&
|
|
844
|
-
l(E) &&
|
|
844
|
+
return l(E) && $({ inst: E }), _(function() {
|
|
845
|
+
l(E) && $({ inst: E });
|
|
845
846
|
});
|
|
846
847
|
},
|
|
847
848
|
[_]
|
|
848
849
|
), s(h), h;
|
|
849
850
|
}
|
|
850
851
|
function l(_) {
|
|
851
|
-
var
|
|
852
|
+
var y = _.getSnapshot;
|
|
852
853
|
_ = _.value;
|
|
853
854
|
try {
|
|
854
|
-
var h =
|
|
855
|
+
var h = y();
|
|
855
856
|
return !r(_, h);
|
|
856
857
|
} catch {
|
|
857
858
|
return !0;
|
|
858
859
|
}
|
|
859
860
|
}
|
|
860
|
-
function d(_,
|
|
861
|
-
return
|
|
861
|
+
function d(_, y) {
|
|
862
|
+
return y();
|
|
862
863
|
}
|
|
863
|
-
var
|
|
864
|
-
return
|
|
864
|
+
var v = typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u" ? d : a;
|
|
865
|
+
return Ht.useSyncExternalStore = e.useSyncExternalStore !== void 0 ? e.useSyncExternalStore : v, Ht;
|
|
865
866
|
}
|
|
866
|
-
var
|
|
867
|
+
var Kt = {};
|
|
867
868
|
var Rr;
|
|
868
|
-
function
|
|
869
|
+
function wo() {
|
|
869
870
|
return Rr || (Rr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
870
871
|
function e(h, x) {
|
|
871
872
|
return h === x && (h !== 0 || 1 / h === 1 / x) || h !== h && x !== x;
|
|
872
873
|
}
|
|
873
874
|
function t(h, x) {
|
|
874
|
-
|
|
875
|
+
v || o.startTransition === void 0 || (v = !0, console.error(
|
|
875
876
|
"You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."
|
|
876
877
|
));
|
|
877
878
|
var E = x();
|
|
878
879
|
if (!_) {
|
|
879
|
-
var
|
|
880
|
-
i(E,
|
|
880
|
+
var $ = x();
|
|
881
|
+
i(E, $) || (console.error(
|
|
881
882
|
"The result of getSnapshot should be cached to avoid an infinite loop"
|
|
882
883
|
), _ = !0);
|
|
883
884
|
}
|
|
884
|
-
|
|
885
|
+
$ = s({
|
|
885
886
|
inst: { value: E, getSnapshot: x }
|
|
886
887
|
});
|
|
887
|
-
var D =
|
|
888
|
+
var D = $[0].inst, j = $[1];
|
|
888
889
|
return l(
|
|
889
890
|
function() {
|
|
890
891
|
D.value = E, D.getSnapshot = x, r(D) && j({ inst: D });
|
|
@@ -913,24 +914,24 @@ function _o() {
|
|
|
913
914
|
return x();
|
|
914
915
|
}
|
|
915
916
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
916
|
-
var o = X, i = typeof Object.is == "function" ? Object.is : e, s = o.useState, a = o.useEffect, l = o.useLayoutEffect, d = o.useDebugValue,
|
|
917
|
-
|
|
918
|
-
})()),
|
|
917
|
+
var o = X, i = typeof Object.is == "function" ? Object.is : e, s = o.useState, a = o.useEffect, l = o.useLayoutEffect, d = o.useDebugValue, v = !1, _ = !1, y = typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u" ? n : t;
|
|
918
|
+
Kt.useSyncExternalStore = o.useSyncExternalStore !== void 0 ? o.useSyncExternalStore : y, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
919
|
+
})()), Kt;
|
|
919
920
|
}
|
|
920
921
|
var Tr;
|
|
921
922
|
function kn() {
|
|
922
|
-
return Tr || (Tr = 1, process.env.NODE_ENV === "production" ?
|
|
923
|
+
return Tr || (Tr = 1, process.env.NODE_ENV === "production" ? bt.exports = vo() : bt.exports = wo()), bt.exports;
|
|
923
924
|
}
|
|
924
925
|
var Zr;
|
|
925
|
-
function
|
|
926
|
-
if (Zr) return
|
|
926
|
+
function bo() {
|
|
927
|
+
if (Zr) return qt;
|
|
927
928
|
Zr = 1;
|
|
928
929
|
var e = X, t = kn();
|
|
929
|
-
function r(d,
|
|
930
|
-
return d ===
|
|
930
|
+
function r(d, v) {
|
|
931
|
+
return d === v && (d !== 0 || 1 / d === 1 / v) || d !== d && v !== v;
|
|
931
932
|
}
|
|
932
933
|
var n = typeof Object.is == "function" ? Object.is : r, o = t.useSyncExternalStore, i = e.useRef, s = e.useEffect, a = e.useMemo, l = e.useDebugValue;
|
|
933
|
-
return
|
|
934
|
+
return qt.useSyncExternalStoreWithSelector = function(d, v, _, y, h) {
|
|
934
935
|
var x = i(null);
|
|
935
936
|
if (x.current === null) {
|
|
936
937
|
var E = { hasValue: !1, value: null };
|
|
@@ -940,7 +941,7 @@ function vo() {
|
|
|
940
941
|
function() {
|
|
941
942
|
function D(C) {
|
|
942
943
|
if (!j) {
|
|
943
|
-
if (j = !0, Z = C, C =
|
|
944
|
+
if (j = !0, Z = C, C = y(C), h !== void 0 && E.hasValue) {
|
|
944
945
|
var W = E.value;
|
|
945
946
|
if (h(W, C))
|
|
946
947
|
return R = W;
|
|
@@ -948,40 +949,40 @@ function vo() {
|
|
|
948
949
|
return R = C;
|
|
949
950
|
}
|
|
950
951
|
if (W = R, n(Z, C)) return W;
|
|
951
|
-
var ie =
|
|
952
|
+
var ie = y(C);
|
|
952
953
|
return h !== void 0 && h(W, ie) ? (Z = C, W) : (Z = C, R = ie);
|
|
953
954
|
}
|
|
954
955
|
var j = !1, Z, R, A = _ === void 0 ? null : _;
|
|
955
956
|
return [
|
|
956
957
|
function() {
|
|
957
|
-
return D(
|
|
958
|
+
return D(v());
|
|
958
959
|
},
|
|
959
960
|
A === null ? void 0 : function() {
|
|
960
961
|
return D(A());
|
|
961
962
|
}
|
|
962
963
|
];
|
|
963
964
|
},
|
|
964
|
-
[
|
|
965
|
+
[v, _, y, h]
|
|
965
966
|
);
|
|
966
|
-
var
|
|
967
|
+
var $ = o(d, x[0], x[1]);
|
|
967
968
|
return s(
|
|
968
969
|
function() {
|
|
969
|
-
E.hasValue = !0, E.value =
|
|
970
|
+
E.hasValue = !0, E.value = $;
|
|
970
971
|
},
|
|
971
|
-
[
|
|
972
|
-
), l(
|
|
973
|
-
},
|
|
972
|
+
[$]
|
|
973
|
+
), l($), $;
|
|
974
|
+
}, qt;
|
|
974
975
|
}
|
|
975
|
-
var
|
|
976
|
+
var Gt = {};
|
|
976
977
|
var Dr;
|
|
977
|
-
function
|
|
978
|
+
function ko() {
|
|
978
979
|
return Dr || (Dr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
979
|
-
function e(d,
|
|
980
|
-
return d ===
|
|
980
|
+
function e(d, v) {
|
|
981
|
+
return d === v && (d !== 0 || 1 / d === 1 / v) || d !== d && v !== v;
|
|
981
982
|
}
|
|
982
983
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
983
984
|
var t = X, r = kn(), n = typeof Object.is == "function" ? Object.is : e, o = r.useSyncExternalStore, i = t.useRef, s = t.useEffect, a = t.useMemo, l = t.useDebugValue;
|
|
984
|
-
|
|
985
|
+
Gt.useSyncExternalStoreWithSelector = function(d, v, _, y, h) {
|
|
985
986
|
var x = i(null);
|
|
986
987
|
if (x.current === null) {
|
|
987
988
|
var E = { hasValue: !1, value: null };
|
|
@@ -991,7 +992,7 @@ function yo() {
|
|
|
991
992
|
function() {
|
|
992
993
|
function D(C) {
|
|
993
994
|
if (!j) {
|
|
994
|
-
if (j = !0, Z = C, C =
|
|
995
|
+
if (j = !0, Z = C, C = y(C), h !== void 0 && E.hasValue) {
|
|
995
996
|
var W = E.value;
|
|
996
997
|
if (h(W, C))
|
|
997
998
|
return R = W;
|
|
@@ -1000,39 +1001,39 @@ function yo() {
|
|
|
1000
1001
|
}
|
|
1001
1002
|
if (W = R, n(Z, C))
|
|
1002
1003
|
return W;
|
|
1003
|
-
var ie =
|
|
1004
|
+
var ie = y(C);
|
|
1004
1005
|
return h !== void 0 && h(W, ie) ? (Z = C, W) : (Z = C, R = ie);
|
|
1005
1006
|
}
|
|
1006
1007
|
var j = !1, Z, R, A = _ === void 0 ? null : _;
|
|
1007
1008
|
return [
|
|
1008
1009
|
function() {
|
|
1009
|
-
return D(
|
|
1010
|
+
return D(v());
|
|
1010
1011
|
},
|
|
1011
1012
|
A === null ? void 0 : function() {
|
|
1012
1013
|
return D(A());
|
|
1013
1014
|
}
|
|
1014
1015
|
];
|
|
1015
1016
|
},
|
|
1016
|
-
[
|
|
1017
|
+
[v, _, y, h]
|
|
1017
1018
|
);
|
|
1018
|
-
var
|
|
1019
|
+
var $ = o(d, x[0], x[1]);
|
|
1019
1020
|
return s(
|
|
1020
1021
|
function() {
|
|
1021
|
-
E.hasValue = !0, E.value =
|
|
1022
|
+
E.hasValue = !0, E.value = $;
|
|
1022
1023
|
},
|
|
1023
|
-
[
|
|
1024
|
-
), l(
|
|
1024
|
+
[$]
|
|
1025
|
+
), l($), $;
|
|
1025
1026
|
}, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
1026
|
-
})()),
|
|
1027
|
+
})()), Gt;
|
|
1027
1028
|
}
|
|
1028
1029
|
var Nr;
|
|
1029
|
-
function
|
|
1030
|
-
return Nr || (Nr = 1, process.env.NODE_ENV === "production" ?
|
|
1030
|
+
function Eo() {
|
|
1031
|
+
return Nr || (Nr = 1, process.env.NODE_ENV === "production" ? wt.exports = bo() : wt.exports = ko()), wt.exports;
|
|
1031
1032
|
}
|
|
1032
|
-
var
|
|
1033
|
-
function
|
|
1034
|
-
const n = r.equal ??
|
|
1035
|
-
return
|
|
1033
|
+
var So = Eo();
|
|
1034
|
+
function xo(e, t = (n) => n, r = {}) {
|
|
1035
|
+
const n = r.equal ?? zo;
|
|
1036
|
+
return So.useSyncExternalStoreWithSelector(
|
|
1036
1037
|
e.subscribe,
|
|
1037
1038
|
() => e.state,
|
|
1038
1039
|
() => e.state,
|
|
@@ -1040,7 +1041,7 @@ function ko(e, t = (n) => n, r = {}) {
|
|
|
1040
1041
|
n
|
|
1041
1042
|
);
|
|
1042
1043
|
}
|
|
1043
|
-
function
|
|
1044
|
+
function zo(e, t) {
|
|
1044
1045
|
if (Object.is(e, t))
|
|
1045
1046
|
return !0;
|
|
1046
1047
|
if (typeof e != "object" || e === null || typeof t != "object" || t === null)
|
|
@@ -1072,50 +1073,45 @@ function Ir(e) {
|
|
|
1072
1073
|
Object.getOwnPropertySymbols(e)
|
|
1073
1074
|
);
|
|
1074
1075
|
}
|
|
1075
|
-
const
|
|
1076
|
+
const Pu = ({
|
|
1076
1077
|
auth: e,
|
|
1077
1078
|
children: t
|
|
1078
1079
|
}) => {
|
|
1079
|
-
const r = Xe(), { isLoaded: n, isAuthenticated: o } =
|
|
1080
|
+
const r = Xe(), { isLoaded: n, isAuthenticated: o } = xo(
|
|
1080
1081
|
e.accountStore,
|
|
1081
1082
|
(a) => a
|
|
1082
|
-
), [i, s] =
|
|
1083
|
-
return
|
|
1083
|
+
), [i, s] = $t(0);
|
|
1084
|
+
return Bt(() => {
|
|
1084
1085
|
const a = setInterval(() => {
|
|
1085
1086
|
s((l) => l === 100 ? (clearInterval(a), l) : l + 1);
|
|
1086
1087
|
}, 100);
|
|
1087
1088
|
return () => clearInterval(a);
|
|
1088
|
-
}, []),
|
|
1089
|
+
}, []), Bt(() => {
|
|
1089
1090
|
e.initAuthData(), e.load();
|
|
1090
|
-
}, [e]),
|
|
1091
|
+
}, [e]), Bt(() => {
|
|
1091
1092
|
n && !o && r({ to: "/auth/login" });
|
|
1092
1093
|
}, [n, o, r]), n && o ? t : i > 5 ? /* @__PURE__ */ f.jsx("div", { className: "flex items-center justify-center h-screen", children: /* @__PURE__ */ f.jsxs("div", { className: "p-4 rounded w-1/2", children: [
|
|
1093
1094
|
/* @__PURE__ */ f.jsx("h2", { className: "text-center", children: "account loading..." }),
|
|
1094
|
-
/* @__PURE__ */ f.jsx(
|
|
1095
|
+
/* @__PURE__ */ f.jsx(fo, { value: i })
|
|
1095
1096
|
] }) }) : null;
|
|
1096
|
-
},
|
|
1097
|
-
|
|
1098
|
-
processing: t
|
|
1099
|
-
}) => /* @__PURE__ */ f.jsxs(
|
|
1100
|
-
"div",
|
|
1097
|
+
}, $u = ({ reset: e, processing: t }) => /* @__PURE__ */ f.jsx("div", { className: "fixed right-2 top-4", children: /* @__PURE__ */ f.jsx(
|
|
1098
|
+
Ye,
|
|
1101
1099
|
{
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
)
|
|
1116
|
-
]
|
|
1100
|
+
onClick: e,
|
|
1101
|
+
variant: t ? "destructive" : "secondary",
|
|
1102
|
+
size: "icon-sm",
|
|
1103
|
+
className: "cursor-pointer",
|
|
1104
|
+
disabled: t,
|
|
1105
|
+
children: /* @__PURE__ */ f.jsx(
|
|
1106
|
+
mo,
|
|
1107
|
+
{
|
|
1108
|
+
className: At({
|
|
1109
|
+
"animate-spin": t
|
|
1110
|
+
})
|
|
1111
|
+
}
|
|
1112
|
+
)
|
|
1117
1113
|
}
|
|
1118
|
-
), ne = {
|
|
1114
|
+
) }), ne = {
|
|
1119
1115
|
notificationsErrorsMap: {
|
|
1120
1116
|
// login form errors
|
|
1121
1117
|
"User is not enabled": "auth.loginForm.errors.notifications.userIsNotEnabled",
|
|
@@ -1266,6 +1262,56 @@ const zu = ({
|
|
|
1266
1262
|
}
|
|
1267
1263
|
},
|
|
1268
1264
|
en: {
|
|
1265
|
+
confirmResetPasswordForm: {
|
|
1266
|
+
form: {
|
|
1267
|
+
title: "Confirm password reset",
|
|
1268
|
+
description: "Enter your new password to confirm the reset.",
|
|
1269
|
+
submitButtonLabel: "Confirm reset",
|
|
1270
|
+
passwordInputLabel: "New password",
|
|
1271
|
+
authCodeInputLabel: "Auth code",
|
|
1272
|
+
confirmPasswordLabel: "Confirm new password",
|
|
1273
|
+
loginLinkMessage: "Already have an account?",
|
|
1274
|
+
loginLink: "Login"
|
|
1275
|
+
},
|
|
1276
|
+
success: {
|
|
1277
|
+
notifications: {
|
|
1278
|
+
confirmResetPasswordSuccess: "Password reset confirmed"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
errors: {
|
|
1282
|
+
fields: {
|
|
1283
|
+
passwordToSmall: "Minimum password length is 8 characters"
|
|
1284
|
+
},
|
|
1285
|
+
notifications: {
|
|
1286
|
+
wrongAuthCode: "Wrong auth code",
|
|
1287
|
+
unknownError: "Unknown error",
|
|
1288
|
+
unknownErrorDescription: "Please try again or contact support"
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
startResetPasswordForm: {
|
|
1293
|
+
form: {
|
|
1294
|
+
title: "Start password reset",
|
|
1295
|
+
description: "Enter your email to receive a password reset link.",
|
|
1296
|
+
submitButtonLabel: "Send reset link",
|
|
1297
|
+
emailLabel: "Email",
|
|
1298
|
+
resetPasswordDescription: "Enter your email to receive a password reset link.",
|
|
1299
|
+
loginLinkMessage: "Already have an account?",
|
|
1300
|
+
loginLink: "Login"
|
|
1301
|
+
},
|
|
1302
|
+
success: {
|
|
1303
|
+
notifications: {
|
|
1304
|
+
startResetPasswordSuccess: "Reset link sent successfully"
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
errors: {
|
|
1308
|
+
notifications: {
|
|
1309
|
+
emailNotFound: "User with email {{email}} not found",
|
|
1310
|
+
unknownError: "Unknown error",
|
|
1311
|
+
unknownErrorDescription: "Please try again or contact support"
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1269
1315
|
verifyEmailForm: {
|
|
1270
1316
|
form: {
|
|
1271
1317
|
title: "Verify email",
|
|
@@ -1304,7 +1350,9 @@ const zu = ({
|
|
|
1304
1350
|
emailNotFound: "User with email {{email}} not found",
|
|
1305
1351
|
userIsNotEnabled: "User is not enabled",
|
|
1306
1352
|
emailNotVerified: "Email not verified",
|
|
1307
|
-
invalidPassword: "Invalid password"
|
|
1353
|
+
invalidPassword: "Invalid password",
|
|
1354
|
+
unknownError: "Unknown error",
|
|
1355
|
+
unknownErrorDescription: "Please try again or contact support"
|
|
1308
1356
|
}
|
|
1309
1357
|
},
|
|
1310
1358
|
success: {
|
|
@@ -1339,9 +1387,9 @@ const zu = ({
|
|
|
1339
1387
|
}
|
|
1340
1388
|
}
|
|
1341
1389
|
};
|
|
1342
|
-
var
|
|
1390
|
+
var _t = (e) => e.type === "checkbox", Ie = (e) => e instanceof Date, he = (e) => e == null;
|
|
1343
1391
|
const En = (e) => typeof e == "object";
|
|
1344
|
-
var Q = (e) => !he(e) && !Array.isArray(e) && En(e) && !Ie(e),
|
|
1392
|
+
var Q = (e) => !he(e) && !Array.isArray(e) && En(e) && !Ie(e), Oo = (e) => Q(e) && e.target ? _t(e.target) ? e.target.checked : e.target.value : e, jo = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, Fo = (e, t) => e.has(jo(t)), Po = (e) => {
|
|
1345
1393
|
const t = e.constructor && e.constructor.prototype;
|
|
1346
1394
|
return Q(t) && t.hasOwnProperty("isPrototypeOf");
|
|
1347
1395
|
}, ur = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
|
|
@@ -1352,21 +1400,21 @@ function ee(e) {
|
|
|
1352
1400
|
if (ur && (e instanceof Blob || t))
|
|
1353
1401
|
return e;
|
|
1354
1402
|
const r = Array.isArray(e);
|
|
1355
|
-
if (!r && !(Q(e) &&
|
|
1403
|
+
if (!r && !(Q(e) && Po(e)))
|
|
1356
1404
|
return e;
|
|
1357
1405
|
const n = r ? [] : Object.create(Object.getPrototypeOf(e));
|
|
1358
1406
|
for (const o in e)
|
|
1359
1407
|
Object.prototype.hasOwnProperty.call(e, o) && (n[o] = ee(e[o]));
|
|
1360
1408
|
return n;
|
|
1361
1409
|
}
|
|
1362
|
-
var
|
|
1410
|
+
var Tt = (e) => /^\w*$/.test(e), J = (e) => e === void 0, lr = (e) => Array.isArray(e) ? e.filter(Boolean) : [], fr = (e) => lr(e.replace(/["|']|\]/g, "").split(/\.|\[/)), S = (e, t, r) => {
|
|
1363
1411
|
if (!t || !Q(e))
|
|
1364
1412
|
return r;
|
|
1365
|
-
const n = (
|
|
1413
|
+
const n = (Tt(t) ? [t] : fr(t)).reduce((o, i) => he(o) ? o : o[i], e);
|
|
1366
1414
|
return J(n) || n === e ? J(e[t]) ? r : e[t] : n;
|
|
1367
1415
|
}, be = (e) => typeof e == "boolean", _e = (e) => typeof e == "function", V = (e, t, r) => {
|
|
1368
1416
|
let n = -1;
|
|
1369
|
-
const o =
|
|
1417
|
+
const o = Tt(t) ? [t] : fr(t), i = o.length, s = i - 1;
|
|
1370
1418
|
for (; ++n < i; ) {
|
|
1371
1419
|
const a = o[n];
|
|
1372
1420
|
let l = r;
|
|
@@ -1382,7 +1430,7 @@ var Rt = (e) => /^\w*$/.test(e), J = (e) => e === void 0, lr = (e) => Array.isAr
|
|
|
1382
1430
|
const Lr = {
|
|
1383
1431
|
BLUR: "blur",
|
|
1384
1432
|
FOCUS_OUT: "focusout"
|
|
1385
|
-
},
|
|
1433
|
+
}, ye = {
|
|
1386
1434
|
onBlur: "onBlur",
|
|
1387
1435
|
onChange: "onChange",
|
|
1388
1436
|
onSubmit: "onSubmit",
|
|
@@ -1396,9 +1444,9 @@ const Lr = {
|
|
|
1396
1444
|
pattern: "pattern",
|
|
1397
1445
|
required: "required",
|
|
1398
1446
|
validate: "validate"
|
|
1399
|
-
},
|
|
1400
|
-
|
|
1401
|
-
var
|
|
1447
|
+
}, $o = X.createContext(null);
|
|
1448
|
+
$o.displayName = "HookFormControlContext";
|
|
1449
|
+
var Ao = (e, t, r, n = !0) => {
|
|
1402
1450
|
const o = {
|
|
1403
1451
|
defaultValues: t._defaultValues
|
|
1404
1452
|
};
|
|
@@ -1406,15 +1454,15 @@ var Fo = (e, t, r, n = !0) => {
|
|
|
1406
1454
|
Object.defineProperty(o, i, {
|
|
1407
1455
|
get: () => {
|
|
1408
1456
|
const s = i;
|
|
1409
|
-
return t._proxyFormState[s] !==
|
|
1457
|
+
return t._proxyFormState[s] !== ye.all && (t._proxyFormState[s] = !n || ye.all), e[s];
|
|
1410
1458
|
}
|
|
1411
1459
|
});
|
|
1412
1460
|
return o;
|
|
1413
1461
|
};
|
|
1414
|
-
const
|
|
1415
|
-
var pe = (e) => typeof e == "string",
|
|
1462
|
+
const Ro = typeof window < "u" ? X.useLayoutEffect : X.useEffect;
|
|
1463
|
+
var pe = (e) => typeof e == "string", To = (e, t, r, n, o) => pe(e) ? (n && t.watch.add(e), S(r, e, o)) : Array.isArray(e) ? e.map((i) => (n && t.watch.add(i), S(r, i))) : (n && (t.watchAll = !0), r), Qt = (e) => he(e) || !En(e);
|
|
1416
1464
|
function je(e, t, r = /* @__PURE__ */ new WeakSet()) {
|
|
1417
|
-
if (
|
|
1465
|
+
if (Qt(e) || Qt(t))
|
|
1418
1466
|
return Object.is(e, t);
|
|
1419
1467
|
if (Ie(e) && Ie(t))
|
|
1420
1468
|
return Object.is(e.getTime(), t.getTime());
|
|
@@ -1436,8 +1484,8 @@ function je(e, t, r = /* @__PURE__ */ new WeakSet()) {
|
|
|
1436
1484
|
}
|
|
1437
1485
|
return !0;
|
|
1438
1486
|
}
|
|
1439
|
-
const
|
|
1440
|
-
|
|
1487
|
+
const Zo = X.createContext(null);
|
|
1488
|
+
Zo.displayName = "HookFormContext";
|
|
1441
1489
|
var dr = (e, t, r, n, o) => t ? {
|
|
1442
1490
|
...r[e],
|
|
1443
1491
|
types: {
|
|
@@ -1476,51 +1524,51 @@ function Sn(e, t) {
|
|
|
1476
1524
|
}
|
|
1477
1525
|
return r;
|
|
1478
1526
|
}
|
|
1479
|
-
var ue = (e) => Q(e) && !Object.keys(e).length, mr = (e) => e.type === "file",
|
|
1527
|
+
var ue = (e) => Q(e) && !Object.keys(e).length, mr = (e) => e.type === "file", xt = (e) => {
|
|
1480
1528
|
if (!ur)
|
|
1481
1529
|
return !1;
|
|
1482
1530
|
const t = e ? e.ownerDocument : 0;
|
|
1483
1531
|
return e instanceof (t && t.defaultView ? t.defaultView.HTMLElement : HTMLElement);
|
|
1484
|
-
}, xn = (e) => e.type === "select-multiple", hr = (e) => e.type === "radio",
|
|
1485
|
-
function
|
|
1532
|
+
}, xn = (e) => e.type === "select-multiple", hr = (e) => e.type === "radio", Do = (e) => hr(e) || _t(e), Yt = (e) => xt(e) && e.isConnected;
|
|
1533
|
+
function No(e, t) {
|
|
1486
1534
|
const r = t.slice(0, -1).length;
|
|
1487
1535
|
let n = 0;
|
|
1488
1536
|
for (; n < r; )
|
|
1489
1537
|
e = J(e) ? n++ : e[t[n++]];
|
|
1490
1538
|
return e;
|
|
1491
1539
|
}
|
|
1492
|
-
function
|
|
1540
|
+
function Io(e) {
|
|
1493
1541
|
for (const t in e)
|
|
1494
1542
|
if (e.hasOwnProperty(t) && !J(e[t]))
|
|
1495
1543
|
return !1;
|
|
1496
1544
|
return !0;
|
|
1497
1545
|
}
|
|
1498
1546
|
function Y(e, t) {
|
|
1499
|
-
const r = Array.isArray(t) ? t :
|
|
1500
|
-
return n && delete n[i], o !== 0 && (Q(n) && ue(n) || Array.isArray(n) &&
|
|
1547
|
+
const r = Array.isArray(t) ? t : Tt(t) ? [t] : fr(t), n = r.length === 1 ? e : No(e, r), o = r.length - 1, i = r[o];
|
|
1548
|
+
return n && delete n[i], o !== 0 && (Q(n) && ue(n) || Array.isArray(n) && Io(n)) && Y(e, r.slice(0, -1)), e;
|
|
1501
1549
|
}
|
|
1502
|
-
var
|
|
1550
|
+
var Lo = (e) => {
|
|
1503
1551
|
for (const t in e)
|
|
1504
1552
|
if (_e(e[t]))
|
|
1505
1553
|
return !0;
|
|
1506
1554
|
return !1;
|
|
1507
1555
|
};
|
|
1508
1556
|
function zn(e) {
|
|
1509
|
-
return Array.isArray(e) || Q(e) && !
|
|
1557
|
+
return Array.isArray(e) || Q(e) && !Lo(e);
|
|
1510
1558
|
}
|
|
1511
|
-
function
|
|
1559
|
+
function er(e, t = {}) {
|
|
1512
1560
|
for (const r in e) {
|
|
1513
1561
|
const n = e[r];
|
|
1514
|
-
zn(n) ? (t[r] = Array.isArray(n) ? [] : {},
|
|
1562
|
+
zn(n) ? (t[r] = Array.isArray(n) ? [] : {}, er(n, t[r])) : J(n) || (t[r] = !0);
|
|
1515
1563
|
}
|
|
1516
1564
|
return t;
|
|
1517
1565
|
}
|
|
1518
1566
|
function He(e, t, r) {
|
|
1519
|
-
r || (r =
|
|
1567
|
+
r || (r = er(t));
|
|
1520
1568
|
for (const n in e) {
|
|
1521
1569
|
const o = e[n];
|
|
1522
1570
|
if (zn(o))
|
|
1523
|
-
J(t) ||
|
|
1571
|
+
J(t) || Qt(r[n]) ? r[n] = er(o, Array.isArray(o) ? [] : {}) : He(o, he(t) ? {} : t[n], r[n]);
|
|
1524
1572
|
else {
|
|
1525
1573
|
const i = t[n];
|
|
1526
1574
|
r[n] = !je(o, i);
|
|
@@ -1555,9 +1603,9 @@ var Fn = (e) => Array.isArray(e) ? e.reduce((t, r) => r && r.checked && !r.disab
|
|
|
1555
1603
|
} : t, Mr) : Mr;
|
|
1556
1604
|
function Jr(e) {
|
|
1557
1605
|
const t = e.ref;
|
|
1558
|
-
return mr(t) ? t.files : hr(t) ? Fn(e.refs).value : xn(t) ? [...t.selectedOptions].map(({ value: r }) => r) :
|
|
1606
|
+
return mr(t) ? t.files : hr(t) ? Fn(e.refs).value : xn(t) ? [...t.selectedOptions].map(({ value: r }) => r) : _t(t) ? On(e.refs).value : jn(J(t.value) ? e.ref.value : t.value, e);
|
|
1559
1607
|
}
|
|
1560
|
-
var
|
|
1608
|
+
var Co = (e, t, r, n) => {
|
|
1561
1609
|
const o = {};
|
|
1562
1610
|
for (const i of e) {
|
|
1563
1611
|
const s = S(t, i);
|
|
@@ -1569,15 +1617,15 @@ var No = (e, t, r, n) => {
|
|
|
1569
1617
|
fields: o,
|
|
1570
1618
|
shouldUseNativeValidation: n
|
|
1571
1619
|
};
|
|
1572
|
-
},
|
|
1573
|
-
isOnSubmit: !e || e ===
|
|
1574
|
-
isOnBlur: e ===
|
|
1575
|
-
isOnChange: e ===
|
|
1576
|
-
isOnAll: e ===
|
|
1577
|
-
isOnTouch: e ===
|
|
1620
|
+
}, zt = (e) => e instanceof RegExp, nt = (e) => J(e) ? e : zt(e) ? e.source : Q(e) ? zt(e.value) ? e.value.source : e.value : e, Br = (e) => ({
|
|
1621
|
+
isOnSubmit: !e || e === ye.onSubmit,
|
|
1622
|
+
isOnBlur: e === ye.onBlur,
|
|
1623
|
+
isOnChange: e === ye.onChange,
|
|
1624
|
+
isOnAll: e === ye.all,
|
|
1625
|
+
isOnTouch: e === ye.onTouched
|
|
1578
1626
|
});
|
|
1579
1627
|
const Wr = "AsyncFunction";
|
|
1580
|
-
var
|
|
1628
|
+
var Vo = (e) => !!e && !!e.validate && !!(_e(e.validate) && e.validate.constructor.name === Wr || Q(e.validate) && Object.values(e.validate).find((t) => t.constructor.name === Wr)), Uo = (e) => e.mount && (e.required || e.min || e.max || e.maxLength || e.minLength || e.pattern || e.validate), qr = (e, t, r) => !r && (t.watchAll || t.watch.has(e) || [...t.watch].some((n) => e.startsWith(n) && /^\.\w+/.test(e.slice(n.length))));
|
|
1581
1629
|
const it = (e, t, r, n) => {
|
|
1582
1630
|
for (const o of r || Object.keys(e)) {
|
|
1583
1631
|
const i = S(e, o);
|
|
@@ -1597,7 +1645,7 @@ const it = (e, t, r, n) => {
|
|
|
1597
1645
|
};
|
|
1598
1646
|
function Hr(e, t, r) {
|
|
1599
1647
|
const n = S(e, r);
|
|
1600
|
-
if (n ||
|
|
1648
|
+
if (n || Tt(r))
|
|
1601
1649
|
return {
|
|
1602
1650
|
error: n,
|
|
1603
1651
|
name: r
|
|
@@ -1623,11 +1671,11 @@ function Hr(e, t, r) {
|
|
|
1623
1671
|
name: r
|
|
1624
1672
|
};
|
|
1625
1673
|
}
|
|
1626
|
-
var
|
|
1674
|
+
var Mo = (e, t, r, n) => {
|
|
1627
1675
|
r(e);
|
|
1628
1676
|
const { name: o, ...i } = e;
|
|
1629
|
-
return ue(i) || Object.keys(i).length >= Object.keys(t).length || Object.keys(i).find((s) => t[s] === (!n ||
|
|
1630
|
-
},
|
|
1677
|
+
return ue(i) || Object.keys(i).length >= Object.keys(t).length || Object.keys(i).find((s) => t[s] === (!n || ye.all));
|
|
1678
|
+
}, Jo = (e, t, r) => !e || !t || e === t || st(e).some((n) => n && (r ? n === t : n.startsWith(t) || t.startsWith(n))), Bo = (e, t, r, n, o) => o.isOnAll ? !1 : !r && o.isOnTouch ? !(t || e) : (r ? n.isOnBlur : o.isOnBlur) ? !e : (r ? n.isOnChange : o.isOnChange) ? e : !0, Wo = (e, t) => !lr(S(e, t)).length && Y(e, t), qo = (e, t, r) => {
|
|
1631
1679
|
const n = st(S(e, r));
|
|
1632
1680
|
return V(n, "root", t[r]), V(e, r, n), e;
|
|
1633
1681
|
};
|
|
@@ -1639,27 +1687,27 @@ function Kr(e, t, r = "validate") {
|
|
|
1639
1687
|
ref: t
|
|
1640
1688
|
};
|
|
1641
1689
|
}
|
|
1642
|
-
var qe = (e) => Q(e) && !
|
|
1690
|
+
var qe = (e) => Q(e) && !zt(e) ? e : {
|
|
1643
1691
|
value: e,
|
|
1644
1692
|
message: ""
|
|
1645
1693
|
}, Gr = async (e, t, r, n, o, i) => {
|
|
1646
|
-
const { ref: s, refs: a, required: l, maxLength: d, minLength:
|
|
1694
|
+
const { ref: s, refs: a, required: l, maxLength: d, minLength: v, min: _, max: y, pattern: h, validate: x, name: E, valueAsNumber: $, mount: D } = e._f, j = S(r, E);
|
|
1647
1695
|
if (!D || t.has(E))
|
|
1648
1696
|
return {};
|
|
1649
|
-
const Z = a ? a[0] : s, R = (
|
|
1650
|
-
o && Z.reportValidity && (Z.setCustomValidity(be(
|
|
1651
|
-
}, A = {}, C = hr(s), W =
|
|
1652
|
-
const se =
|
|
1697
|
+
const Z = a ? a[0] : s, R = (P) => {
|
|
1698
|
+
o && Z.reportValidity && (Z.setCustomValidity(be(P) ? "" : P || ""), Z.reportValidity());
|
|
1699
|
+
}, A = {}, C = hr(s), W = _t(s), ie = C || W, ve = ($ || mr(s)) && J(s.value) && J(j) || xt(s) && s.value === "" || j === "" || Array.isArray(j) && !j.length, de = dr.bind(null, E, n, A), Me = (P, T, H, G = Ee.maxLength, me = Ee.minLength) => {
|
|
1700
|
+
const se = P ? T : H;
|
|
1653
1701
|
A[E] = {
|
|
1654
|
-
type:
|
|
1702
|
+
type: P ? G : me,
|
|
1655
1703
|
message: se,
|
|
1656
1704
|
ref: s,
|
|
1657
|
-
...de(
|
|
1705
|
+
...de(P ? G : me, se)
|
|
1658
1706
|
};
|
|
1659
1707
|
};
|
|
1660
|
-
if (i ? !Array.isArray(j) || !j.length : l && (!ie && (
|
|
1661
|
-
const { value:
|
|
1662
|
-
if (
|
|
1708
|
+
if (i ? !Array.isArray(j) || !j.length : l && (!ie && (ve || he(j)) || be(j) && !j || W && !On(a).isValid || C && !Fn(a).isValid)) {
|
|
1709
|
+
const { value: P, message: T } = pe(l) ? { value: !!l, message: l } : qe(l);
|
|
1710
|
+
if (P && (A[E] = {
|
|
1663
1711
|
type: Ee.required,
|
|
1664
1712
|
message: T,
|
|
1665
1713
|
ref: Z,
|
|
@@ -1667,27 +1715,27 @@ var qe = (e) => Q(e) && !Ot(e) ? e : {
|
|
|
1667
1715
|
}, !n))
|
|
1668
1716
|
return R(T), A;
|
|
1669
1717
|
}
|
|
1670
|
-
if (!
|
|
1671
|
-
let
|
|
1672
|
-
const H = qe(
|
|
1718
|
+
if (!ve && (!he(_) || !he(y))) {
|
|
1719
|
+
let P, T;
|
|
1720
|
+
const H = qe(y), G = qe(_);
|
|
1673
1721
|
if (!he(j) && !isNaN(j)) {
|
|
1674
1722
|
const me = s.valueAsNumber || j && +j;
|
|
1675
|
-
he(H.value) || (
|
|
1723
|
+
he(H.value) || (P = me > H.value), he(G.value) || (T = me < G.value);
|
|
1676
1724
|
} else {
|
|
1677
1725
|
const me = s.valueAsDate || new Date(j), se = (ze) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + ze), Se = s.type == "time", xe = s.type == "week";
|
|
1678
|
-
pe(H.value) && j && (
|
|
1726
|
+
pe(H.value) && j && (P = Se ? se(j) > se(H.value) : xe ? j > H.value : me > new Date(H.value)), pe(G.value) && j && (T = Se ? se(j) < se(G.value) : xe ? j < G.value : me < new Date(G.value));
|
|
1679
1727
|
}
|
|
1680
|
-
if ((
|
|
1728
|
+
if ((P || T) && (Me(!!P, H.message, G.message, Ee.max, Ee.min), !n))
|
|
1681
1729
|
return R(A[E].message), A;
|
|
1682
1730
|
}
|
|
1683
|
-
if ((d ||
|
|
1684
|
-
const
|
|
1685
|
-
if ((H || G) && (Me(H,
|
|
1731
|
+
if ((d || v) && !ve && (pe(j) || i && Array.isArray(j))) {
|
|
1732
|
+
const P = qe(d), T = qe(v), H = !he(P.value) && j.length > +P.value, G = !he(T.value) && j.length < +T.value;
|
|
1733
|
+
if ((H || G) && (Me(H, P.message, T.message), !n))
|
|
1686
1734
|
return R(A[E].message), A;
|
|
1687
1735
|
}
|
|
1688
|
-
if (h && !
|
|
1689
|
-
const { value:
|
|
1690
|
-
if (
|
|
1736
|
+
if (h && !ve && pe(j)) {
|
|
1737
|
+
const { value: P, message: T } = qe(h);
|
|
1738
|
+
if (zt(P) && !j.match(P) && (A[E] = {
|
|
1691
1739
|
type: Ee.pattern,
|
|
1692
1740
|
message: T,
|
|
1693
1741
|
ref: s,
|
|
@@ -1697,40 +1745,40 @@ var qe = (e) => Q(e) && !Ot(e) ? e : {
|
|
|
1697
1745
|
}
|
|
1698
1746
|
if (x) {
|
|
1699
1747
|
if (_e(x)) {
|
|
1700
|
-
const
|
|
1748
|
+
const P = await x(j, r), T = Kr(P, Z);
|
|
1701
1749
|
if (T && (A[E] = {
|
|
1702
1750
|
...T,
|
|
1703
1751
|
...de(Ee.validate, T.message)
|
|
1704
1752
|
}, !n))
|
|
1705
1753
|
return R(T.message), A;
|
|
1706
1754
|
} else if (Q(x)) {
|
|
1707
|
-
let
|
|
1755
|
+
let P = {};
|
|
1708
1756
|
for (const T in x) {
|
|
1709
|
-
if (!ue(
|
|
1757
|
+
if (!ue(P) && !n)
|
|
1710
1758
|
break;
|
|
1711
1759
|
const H = Kr(await x[T](j, r), Z, T);
|
|
1712
|
-
H && (
|
|
1760
|
+
H && (P = {
|
|
1713
1761
|
...H,
|
|
1714
1762
|
...de(T, H.message)
|
|
1715
|
-
}, R(H.message), n && (A[E] =
|
|
1763
|
+
}, R(H.message), n && (A[E] = P));
|
|
1716
1764
|
}
|
|
1717
|
-
if (!ue(
|
|
1765
|
+
if (!ue(P) && (A[E] = {
|
|
1718
1766
|
ref: Z,
|
|
1719
|
-
|
|
1767
|
+
...P
|
|
1720
1768
|
}, !n))
|
|
1721
1769
|
return A;
|
|
1722
1770
|
}
|
|
1723
1771
|
}
|
|
1724
1772
|
return R(!0), A;
|
|
1725
1773
|
};
|
|
1726
|
-
const
|
|
1727
|
-
mode:
|
|
1728
|
-
reValidateMode:
|
|
1774
|
+
const Ho = {
|
|
1775
|
+
mode: ye.onSubmit,
|
|
1776
|
+
reValidateMode: ye.onChange,
|
|
1729
1777
|
shouldFocusError: !0
|
|
1730
1778
|
};
|
|
1731
|
-
function
|
|
1779
|
+
function Ko(e = {}) {
|
|
1732
1780
|
let t = {
|
|
1733
|
-
...
|
|
1781
|
+
...Ho,
|
|
1734
1782
|
...e
|
|
1735
1783
|
}, r = {
|
|
1736
1784
|
submitCount: 0,
|
|
@@ -1759,7 +1807,7 @@ function Wo(e = {}) {
|
|
|
1759
1807
|
array: /* @__PURE__ */ new Set(),
|
|
1760
1808
|
watch: /* @__PURE__ */ new Set()
|
|
1761
1809
|
}, l, d = 0;
|
|
1762
|
-
const
|
|
1810
|
+
const v = {
|
|
1763
1811
|
isDirty: !1,
|
|
1764
1812
|
dirtyFields: !1,
|
|
1765
1813
|
validatingFields: !1,
|
|
@@ -1768,25 +1816,25 @@ function Wo(e = {}) {
|
|
|
1768
1816
|
isValid: !1,
|
|
1769
1817
|
errors: !1
|
|
1770
1818
|
}, _ = {
|
|
1771
|
-
...
|
|
1819
|
+
...v
|
|
1772
1820
|
};
|
|
1773
|
-
let
|
|
1821
|
+
let y = {
|
|
1774
1822
|
..._
|
|
1775
1823
|
};
|
|
1776
1824
|
const h = {
|
|
1777
1825
|
array: Cr(),
|
|
1778
1826
|
state: Cr()
|
|
1779
|
-
}, x = t.criteriaMode ===
|
|
1827
|
+
}, x = t.criteriaMode === ye.all, E = (c) => (u) => {
|
|
1780
1828
|
clearTimeout(d), d = setTimeout(c, u);
|
|
1781
|
-
},
|
|
1782
|
-
if (!s.keepIsValid && !t.disabled && (_.isValid ||
|
|
1829
|
+
}, $ = async (c) => {
|
|
1830
|
+
if (!s.keepIsValid && !t.disabled && (_.isValid || y.isValid || c)) {
|
|
1783
1831
|
let u;
|
|
1784
1832
|
t.resolver ? (u = ue((await ie()).errors), D()) : u = await de(n, !0), u !== r.isValid && h.state.next({
|
|
1785
1833
|
isValid: u
|
|
1786
1834
|
});
|
|
1787
1835
|
}
|
|
1788
1836
|
}, D = (c, u) => {
|
|
1789
|
-
!t.disabled && (_.isValidating || _.validatingFields ||
|
|
1837
|
+
!t.disabled && (_.isValidating || _.validatingFields || y.isValidating || y.validatingFields) && ((c || Array.from(a.mount)).forEach((m) => {
|
|
1790
1838
|
m && (u ? V(r.validatingFields, m, u) : Y(r.validatingFields, m));
|
|
1791
1839
|
}), h.state.next({
|
|
1792
1840
|
validatingFields: r.validatingFields,
|
|
@@ -1800,15 +1848,15 @@ function Wo(e = {}) {
|
|
|
1800
1848
|
}
|
|
1801
1849
|
if (w && Array.isArray(S(r.errors, c))) {
|
|
1802
1850
|
const z = m(S(r.errors, c), k.argA, k.argB);
|
|
1803
|
-
b && V(r.errors, c, z),
|
|
1851
|
+
b && V(r.errors, c, z), Wo(r.errors, c);
|
|
1804
1852
|
}
|
|
1805
|
-
if ((_.touchedFields ||
|
|
1853
|
+
if ((_.touchedFields || y.touchedFields) && w && Array.isArray(S(r.touchedFields, c))) {
|
|
1806
1854
|
const z = m(S(r.touchedFields, c), k.argA, k.argB);
|
|
1807
1855
|
b && V(r.touchedFields, c, z);
|
|
1808
1856
|
}
|
|
1809
|
-
(_.dirtyFields ||
|
|
1857
|
+
(_.dirtyFields || y.dirtyFields) && (r.dirtyFields = He(o, i)), h.state.next({
|
|
1810
1858
|
name: c,
|
|
1811
|
-
isDirty:
|
|
1859
|
+
isDirty: P(c, u),
|
|
1812
1860
|
dirtyFields: r.dirtyFields,
|
|
1813
1861
|
errors: r.errors,
|
|
1814
1862
|
isValid: r.isValid
|
|
@@ -1828,7 +1876,7 @@ function Wo(e = {}) {
|
|
|
1828
1876
|
const b = S(n, c);
|
|
1829
1877
|
if (b) {
|
|
1830
1878
|
const w = S(i, c, J(m) ? S(o, c) : m);
|
|
1831
|
-
J(w) || k && k.defaultChecked || u ? V(i, c, u ? w : Jr(b._f)) : G(c, w), s.mount && !s.action &&
|
|
1879
|
+
J(w) || k && k.defaultChecked || u ? V(i, c, u ? w : Jr(b._f)) : G(c, w), s.mount && !s.action && $();
|
|
1832
1880
|
}
|
|
1833
1881
|
}, C = (c, u, m, k, b) => {
|
|
1834
1882
|
let w = !1, z = !1;
|
|
@@ -1837,19 +1885,19 @@ function Wo(e = {}) {
|
|
|
1837
1885
|
};
|
|
1838
1886
|
if (!t.disabled) {
|
|
1839
1887
|
if (!m || k) {
|
|
1840
|
-
(_.isDirty ||
|
|
1888
|
+
(_.isDirty || y.isDirty) && (z = r.isDirty, r.isDirty = N.isDirty = P(), w = z !== N.isDirty);
|
|
1841
1889
|
const I = je(S(o, c), u);
|
|
1842
|
-
z = !!S(r.dirtyFields, c), I ? Y(r.dirtyFields, c) : V(r.dirtyFields, c, !0), N.dirtyFields = r.dirtyFields, w = w || (_.dirtyFields ||
|
|
1890
|
+
z = !!S(r.dirtyFields, c), I ? Y(r.dirtyFields, c) : V(r.dirtyFields, c, !0), N.dirtyFields = r.dirtyFields, w = w || (_.dirtyFields || y.dirtyFields) && z !== !I;
|
|
1843
1891
|
}
|
|
1844
1892
|
if (m) {
|
|
1845
1893
|
const I = S(r.touchedFields, c);
|
|
1846
|
-
I || (V(r.touchedFields, c, m), N.touchedFields = r.touchedFields, w = w || (_.touchedFields ||
|
|
1894
|
+
I || (V(r.touchedFields, c, m), N.touchedFields = r.touchedFields, w = w || (_.touchedFields || y.touchedFields) && I !== m);
|
|
1847
1895
|
}
|
|
1848
1896
|
w && b && h.state.next(N);
|
|
1849
1897
|
}
|
|
1850
1898
|
return w ? N : {};
|
|
1851
1899
|
}, W = (c, u, m, k) => {
|
|
1852
|
-
const b = S(r.errors, c), w = (_.isValid ||
|
|
1900
|
+
const b = S(r.errors, c), w = (_.isValid || y.isValid) && be(u) && r.isValid !== u;
|
|
1853
1901
|
if (t.delayError && m ? (l = E(() => Z(c, m)), l(t.delayError)) : (clearTimeout(d), l = null, m ? V(r.errors, c, m) : Y(r.errors, c)), (m ? !je(b, m) : b) || !ue(k) || w) {
|
|
1854
1902
|
const z = {
|
|
1855
1903
|
...k,
|
|
@@ -1862,7 +1910,7 @@ function Wo(e = {}) {
|
|
|
1862
1910
|
...z
|
|
1863
1911
|
}, h.state.next(z);
|
|
1864
1912
|
}
|
|
1865
|
-
}, ie = async (c) => (D(c, !0), await t.resolver(i, t.context,
|
|
1913
|
+
}, ie = async (c) => (D(c, !0), await t.resolver(i, t.context, Co(c || a.mount, n, t.criteriaMode, t.shouldUseNativeValidation))), ve = async (c) => {
|
|
1866
1914
|
const { errors: u } = await ie(c);
|
|
1867
1915
|
if (D(c), c)
|
|
1868
1916
|
for (const m of c) {
|
|
@@ -1880,12 +1928,12 @@ function Wo(e = {}) {
|
|
|
1880
1928
|
if (b) {
|
|
1881
1929
|
const { _f: w, ...z } = b;
|
|
1882
1930
|
if (w) {
|
|
1883
|
-
const N = a.array.has(w.name), I = b._f &&
|
|
1931
|
+
const N = a.array.has(w.name), I = b._f && Vo(b._f);
|
|
1884
1932
|
I && _.validatingFields && D([w.name], !0);
|
|
1885
1933
|
const ae = await Gr(b, a.disabled, i, x, t.shouldUseNativeValidation && !u, N);
|
|
1886
1934
|
if (I && _.validatingFields && D([w.name]), ae[w.name] && (m.valid = !1, u || e.shouldUseNativeValidation))
|
|
1887
1935
|
break;
|
|
1888
|
-
!u && (S(ae, w.name) ? N ?
|
|
1936
|
+
!u && (S(ae, w.name) ? N ? qo(r.errors, ae, w.name) : V(r.errors, w.name, ae[w.name]) : Y(r.errors, w.name));
|
|
1889
1937
|
}
|
|
1890
1938
|
!ue(z) && await de(z, u, m);
|
|
1891
1939
|
}
|
|
@@ -1894,17 +1942,17 @@ function Wo(e = {}) {
|
|
|
1894
1942
|
}, Me = () => {
|
|
1895
1943
|
for (const c of a.unMount) {
|
|
1896
1944
|
const u = S(n, c);
|
|
1897
|
-
u && (u._f.refs ? u._f.refs.every((m) => !
|
|
1945
|
+
u && (u._f.refs ? u._f.refs.every((m) => !Yt(m)) : !Yt(u._f.ref)) && we(c);
|
|
1898
1946
|
}
|
|
1899
1947
|
a.unMount = /* @__PURE__ */ new Set();
|
|
1900
|
-
},
|
|
1948
|
+
}, P = (c, u) => !t.disabled && (c && u && V(i, c, u), !je(g(), o)), T = (c, u, m) => To(c, a, {
|
|
1901
1949
|
...s.mount ? i : J(u) ? o : pe(c) ? { [c]: u } : u
|
|
1902
1950
|
}, m, u), H = (c) => lr(S(s.mount ? i : o, c, t.shouldUnregister ? S(o, c, []) : [])), G = (c, u, m = {}) => {
|
|
1903
1951
|
const k = S(n, c);
|
|
1904
1952
|
let b = u;
|
|
1905
1953
|
if (k) {
|
|
1906
1954
|
const w = k._f;
|
|
1907
|
-
w && (!w.disabled && V(i, c, jn(u, w)), b =
|
|
1955
|
+
w && (!w.disabled && V(i, c, jn(u, w)), b = xt(w.ref) && he(u) ? "" : u, xn(w.ref) ? [...w.ref.options].forEach((z) => z.selected = b.includes(z.value)) : w.refs ? _t(w.ref) ? w.refs.forEach((z) => {
|
|
1908
1956
|
(!z.defaultChecked || !z.disabled) && (Array.isArray(b) ? z.checked = !!b.find((N) => N === z.value) : z.checked = b === z.value || !!b);
|
|
1909
1957
|
}) : w.refs.forEach((z) => z.checked = z.value === b) : mr(w.ref) ? w.ref.value = "" : (w.ref.value = b, w.ref.type || h.state.next({
|
|
1910
1958
|
name: c,
|
|
@@ -1924,10 +1972,10 @@ function Wo(e = {}) {
|
|
|
1924
1972
|
V(i, c, w), b ? (h.array.next({
|
|
1925
1973
|
name: c,
|
|
1926
1974
|
values: ee(i)
|
|
1927
|
-
}), (_.isDirty || _.dirtyFields ||
|
|
1975
|
+
}), (_.isDirty || _.dirtyFields || y.isDirty || y.dirtyFields) && m.shouldDirty && h.state.next({
|
|
1928
1976
|
name: c,
|
|
1929
1977
|
dirtyFields: He(o, i),
|
|
1930
|
-
isDirty:
|
|
1978
|
+
isDirty: P(c, w)
|
|
1931
1979
|
})) : k && !k._f && !he(w) ? me(c, w, m) : G(c, w, m), qr(c, a) ? h.state.next({
|
|
1932
1980
|
...r,
|
|
1933
1981
|
name: c,
|
|
@@ -1945,24 +1993,24 @@ function Wo(e = {}) {
|
|
|
1945
1993
|
}, z = Br(t.mode), N = Br(t.reValidateMode);
|
|
1946
1994
|
if (b) {
|
|
1947
1995
|
let I, ae;
|
|
1948
|
-
const De = u.type ? Jr(b._f) :
|
|
1996
|
+
const De = u.type ? Jr(b._f) : Oo(c), Oe = c.type === Lr.BLUR || c.type === Lr.FOCUS_OUT, io = !Uo(b._f) && !t.resolver && !S(r.errors, m) && !b._f.deps || Bo(Oe, S(r.touchedFields, m), r.isSubmitted, N, z), Mt = qr(m, a, Oe);
|
|
1949
1997
|
V(i, m, De), Oe ? (!u || !u.readOnly) && (b._f.onBlur && b._f.onBlur(c), l && l(0)) : b._f.onChange && b._f.onChange(c);
|
|
1950
|
-
const
|
|
1998
|
+
const Jt = C(m, De, Oe), ao = !ue(Jt) || Mt;
|
|
1951
1999
|
if (!Oe && h.state.next({
|
|
1952
2000
|
name: m,
|
|
1953
2001
|
type: c.type,
|
|
1954
2002
|
values: ee(i)
|
|
1955
2003
|
}), io)
|
|
1956
|
-
return (_.isValid ||
|
|
1957
|
-
if (!Oe &&
|
|
2004
|
+
return (_.isValid || y.isValid) && (t.mode === "onBlur" ? Oe && $() : Oe || $()), ao && h.state.next({ name: m, ...Mt ? {} : Jt });
|
|
2005
|
+
if (!Oe && Mt && h.state.next({ ...r }), t.resolver) {
|
|
1958
2006
|
const { errors: Or } = await ie([m]);
|
|
1959
2007
|
if (D([m]), w(De), k) {
|
|
1960
2008
|
const co = Hr(r.errors, n, m), jr = Hr(Or, n, co.name || m);
|
|
1961
2009
|
I = jr.error, m = jr.name, ae = ue(Or);
|
|
1962
2010
|
}
|
|
1963
2011
|
} else
|
|
1964
|
-
D([m], !0), I = (await Gr(b, a.disabled, i, x, t.shouldUseNativeValidation))[m], D([m]), w(De), k && (I ? ae = !1 : (_.isValid ||
|
|
1965
|
-
k && (b._f.deps && (!Array.isArray(b._f.deps) || b._f.deps.length > 0) && ze(b._f.deps), W(m, ae, I,
|
|
2012
|
+
D([m], !0), I = (await Gr(b, a.disabled, i, x, t.shouldUseNativeValidation))[m], D([m]), w(De), k && (I ? ae = !1 : (_.isValid || y.isValid) && (ae = await de(n, !0)));
|
|
2013
|
+
k && (b._f.deps && (!Array.isArray(b._f.deps) || b._f.deps.length > 0) && ze(b._f.deps), W(m, ae, I, Jt));
|
|
1966
2014
|
}
|
|
1967
2015
|
}, xe = (c, u) => {
|
|
1968
2016
|
if (S(r.errors, u) && c.focus)
|
|
@@ -1971,14 +2019,14 @@ function Wo(e = {}) {
|
|
|
1971
2019
|
let m, k;
|
|
1972
2020
|
const b = st(c);
|
|
1973
2021
|
if (t.resolver) {
|
|
1974
|
-
const w = await
|
|
2022
|
+
const w = await ve(J(c) ? c : b);
|
|
1975
2023
|
m = ue(w), k = c ? !b.some((z) => S(w, z)) : m;
|
|
1976
2024
|
} else c ? (k = (await Promise.all(b.map(async (w) => {
|
|
1977
2025
|
const z = S(n, w);
|
|
1978
2026
|
return await de(z && z._f ? { [w]: z } : z);
|
|
1979
|
-
}))).every(Boolean), !(!k && !r.isValid) &&
|
|
2027
|
+
}))).every(Boolean), !(!k && !r.isValid) && $()) : k = m = await de(n);
|
|
1980
2028
|
return h.state.next({
|
|
1981
|
-
...!pe(c) || (_.isValid ||
|
|
2029
|
+
...!pe(c) || (_.isValid || y.isValid) && m !== r.isValid ? {} : { name: c },
|
|
1982
2030
|
...t.resolver || !c ? { isValid: m } : {},
|
|
1983
2031
|
errors: r.errors
|
|
1984
2032
|
}), u.shouldFocus && !k && it(n, xe, c ? b : a.mount), k;
|
|
@@ -2012,20 +2060,20 @@ function Wo(e = {}) {
|
|
|
2012
2060
|
next: (m) => "values" in m && c(T(void 0, u), m)
|
|
2013
2061
|
}) : T(c, u, !0), Be = (c) => h.state.subscribe({
|
|
2014
2062
|
next: (u) => {
|
|
2015
|
-
|
|
2063
|
+
Jo(c.name, u.name, c.exact) && Mo(u, c.formState || _, so, c.reRenderRoot) && c.callback({
|
|
2016
2064
|
values: { ...i },
|
|
2017
2065
|
...r,
|
|
2018
2066
|
...u,
|
|
2019
2067
|
defaultValues: o
|
|
2020
2068
|
});
|
|
2021
2069
|
}
|
|
2022
|
-
}).unsubscribe, K = (c) => (s.mount = !0,
|
|
2023
|
-
...
|
|
2070
|
+
}).unsubscribe, K = (c) => (s.mount = !0, y = {
|
|
2071
|
+
...y,
|
|
2024
2072
|
...c.formState
|
|
2025
2073
|
}, Be({
|
|
2026
2074
|
...c,
|
|
2027
2075
|
formState: {
|
|
2028
|
-
...
|
|
2076
|
+
...v,
|
|
2029
2077
|
...c.formState
|
|
2030
2078
|
}
|
|
2031
2079
|
})), we = (c, u = {}) => {
|
|
@@ -2035,12 +2083,12 @@ function Wo(e = {}) {
|
|
|
2035
2083
|
values: ee(i)
|
|
2036
2084
|
}), h.state.next({
|
|
2037
2085
|
...r,
|
|
2038
|
-
...u.keepDirty ? { isDirty:
|
|
2039
|
-
}), !u.keepIsValid &&
|
|
2086
|
+
...u.keepDirty ? { isDirty: P() } : {}
|
|
2087
|
+
}), !u.keepIsValid && $();
|
|
2040
2088
|
}, We = ({ disabled: c, name: u }) => {
|
|
2041
2089
|
if (be(c) && s.mount || c || a.disabled.has(u)) {
|
|
2042
2090
|
const b = a.disabled.has(u) !== !!c;
|
|
2043
|
-
c ? a.disabled.add(u) : a.disabled.delete(u), b && s.mount && !s.action &&
|
|
2091
|
+
c ? a.disabled.add(u) : a.disabled.delete(u), b && s.mount && !s.action && $();
|
|
2044
2092
|
}
|
|
2045
2093
|
}, et = (c, u = {}) => {
|
|
2046
2094
|
let m = S(n, c);
|
|
@@ -2072,7 +2120,7 @@ function Wo(e = {}) {
|
|
|
2072
2120
|
ref: (b) => {
|
|
2073
2121
|
if (b) {
|
|
2074
2122
|
et(c, u), m = S(n, c);
|
|
2075
|
-
const w = J(b.value) && b.querySelectorAll && b.querySelectorAll("input,select,textarea")[0] || b, z =
|
|
2123
|
+
const w = J(b.value) && b.querySelectorAll && b.querySelectorAll("input,select,textarea")[0] || b, z = Do(w), N = m._f.refs || [];
|
|
2076
2124
|
if (z ? N.find((I) => I === w) : w === m._f.ref)
|
|
2077
2125
|
return;
|
|
2078
2126
|
V(n, c, {
|
|
@@ -2080,7 +2128,7 @@ function Wo(e = {}) {
|
|
|
2080
2128
|
...m._f,
|
|
2081
2129
|
...z ? {
|
|
2082
2130
|
refs: [
|
|
2083
|
-
...N.filter(
|
|
2131
|
+
...N.filter(Yt),
|
|
2084
2132
|
w,
|
|
2085
2133
|
...Array.isArray(S(o, c)) ? [{}] : []
|
|
2086
2134
|
],
|
|
@@ -2089,10 +2137,10 @@ function Wo(e = {}) {
|
|
|
2089
2137
|
}
|
|
2090
2138
|
}), A(c, !1, void 0, w);
|
|
2091
2139
|
} else
|
|
2092
|
-
m = S(n, c, {}), m._f && (m._f.mount = !1), (t.shouldUnregister || u.shouldUnregister) && !(
|
|
2140
|
+
m = S(n, c, {}), m._f && (m._f.mount = !1), (t.shouldUnregister || u.shouldUnregister) && !(Fo(a.array, c) && s.action) && a.unMount.add(c);
|
|
2093
2141
|
}
|
|
2094
2142
|
};
|
|
2095
|
-
},
|
|
2143
|
+
}, Ut = () => t.shouldFocusError && it(n, xe, a.mount), ro = (c) => {
|
|
2096
2144
|
be(c) && (h.state.next({ disabled: c }), it(n, (u, m) => {
|
|
2097
2145
|
const k = S(n, m);
|
|
2098
2146
|
k && (u.disabled = k._f.disabled || c, Array.isArray(k._f.refs) && k._f.refs.forEach((b) => {
|
|
@@ -2123,7 +2171,7 @@ function Wo(e = {}) {
|
|
|
2123
2171
|
k = w;
|
|
2124
2172
|
}
|
|
2125
2173
|
} else
|
|
2126
|
-
u && await u({ ...r.errors }, m),
|
|
2174
|
+
u && await u({ ...r.errors }, m), Ut(), setTimeout(Ut);
|
|
2127
2175
|
if (h.state.next({
|
|
2128
2176
|
isSubmitted: !0,
|
|
2129
2177
|
isSubmitting: !1,
|
|
@@ -2133,7 +2181,7 @@ function Wo(e = {}) {
|
|
|
2133
2181
|
}), k)
|
|
2134
2182
|
throw k;
|
|
2135
2183
|
}, no = (c, u = {}) => {
|
|
2136
|
-
S(n, c) && (J(u.defaultValue) ? se(c, ee(S(o, c))) : (se(c, u.defaultValue), V(o, c, ee(u.defaultValue))), u.keepTouched || Y(r.touchedFields, c), u.keepDirty || (Y(r.dirtyFields, c), r.isDirty = u.defaultValue ?
|
|
2184
|
+
S(n, c) && (J(u.defaultValue) ? se(c, ee(S(o, c))) : (se(c, u.defaultValue), V(o, c, ee(u.defaultValue))), u.keepTouched || Y(r.touchedFields, c), u.keepDirty || (Y(r.dirtyFields, c), r.isDirty = u.defaultValue ? P(c, ee(S(o, c))) : P()), u.keepError || (Y(r.errors, c), _.isValid && $()), h.state.next({ ...r }));
|
|
2137
2185
|
}, Sr = (c, u = {}) => {
|
|
2138
2186
|
const m = c ? ee(c) : o, k = ee(m), b = ue(c), w = b ? o : k;
|
|
2139
2187
|
if (u.keepDefaultValues || (o = m), !u.keepValues) {
|
|
@@ -2152,7 +2200,7 @@ function Wo(e = {}) {
|
|
|
2152
2200
|
const N = S(n, z);
|
|
2153
2201
|
if (N && N._f) {
|
|
2154
2202
|
const I = Array.isArray(N._f.refs) ? N._f.refs[0] : N._f.ref;
|
|
2155
|
-
if (
|
|
2203
|
+
if (xt(I)) {
|
|
2156
2204
|
const ae = I.closest("form");
|
|
2157
2205
|
if (ae) {
|
|
2158
2206
|
ae.reset();
|
|
@@ -2215,10 +2263,10 @@ function Wo(e = {}) {
|
|
|
2215
2263
|
_subscribe: Be,
|
|
2216
2264
|
_runSchema: ie,
|
|
2217
2265
|
_updateIsValidating: D,
|
|
2218
|
-
_focusError:
|
|
2266
|
+
_focusError: Ut,
|
|
2219
2267
|
_getWatch: T,
|
|
2220
|
-
_getDirty:
|
|
2221
|
-
_setValid:
|
|
2268
|
+
_getDirty: P,
|
|
2269
|
+
_setValid: $,
|
|
2222
2270
|
_setFieldArray: j,
|
|
2223
2271
|
_setDisabledField: We,
|
|
2224
2272
|
_setErrors: R,
|
|
@@ -2312,14 +2360,14 @@ function yt(e = {}) {
|
|
|
2312
2360
|
formState: n
|
|
2313
2361
|
}, e.defaultValues && !_e(e.defaultValues) && e.formControl.reset(e.defaultValues, e.resetOptions);
|
|
2314
2362
|
else {
|
|
2315
|
-
const { formControl: s, ...a } =
|
|
2363
|
+
const { formControl: s, ...a } = Ko(e);
|
|
2316
2364
|
t.current = {
|
|
2317
2365
|
...a,
|
|
2318
2366
|
formState: n
|
|
2319
2367
|
};
|
|
2320
2368
|
}
|
|
2321
2369
|
const i = t.current.control;
|
|
2322
|
-
return i._options = e,
|
|
2370
|
+
return i._options = e, Ro(() => {
|
|
2323
2371
|
const s = i._subscribe({
|
|
2324
2372
|
formState: i._proxyFormState,
|
|
2325
2373
|
callback: () => o({ ...i._formState }),
|
|
@@ -2352,16 +2400,16 @@ function yt(e = {}) {
|
|
|
2352
2400
|
}), !((s = i._options.resetOptions) === null || s === void 0) && s.keepIsValid || i._setValid(), r.current = e.values, o((a) => ({ ...a }))) : i._resetDefaultValues();
|
|
2353
2401
|
}, [i, e.values]), X.useEffect(() => {
|
|
2354
2402
|
i._state.mount || (i._setValid(), i._state.mount = !0), i._state.watch && (i._state.watch = !1, i._subjects.state.next({ ...i._formState })), i._removeUnmounted();
|
|
2355
|
-
}), t.current.formState = X.useMemo(() =>
|
|
2403
|
+
}), t.current.formState = X.useMemo(() => Ao(n, i), [i, n]), t.current;
|
|
2356
2404
|
}
|
|
2357
|
-
const
|
|
2405
|
+
const Au = ({ auth: e, i18n: t }) => {
|
|
2358
2406
|
const r = Xe(), n = yt({
|
|
2359
2407
|
defaultValues: {
|
|
2360
2408
|
email: "",
|
|
2361
2409
|
password: ""
|
|
2362
2410
|
}
|
|
2363
|
-
}), o = ut(
|
|
2364
|
-
e.login(i).then(() => {
|
|
2411
|
+
}), o = ut(
|
|
2412
|
+
(i) => e.login(i).then(() => {
|
|
2365
2413
|
r({ to: "/" }), fe.success(
|
|
2366
2414
|
t.t("auth.loginForm.success.notifications.loginSuccess")
|
|
2367
2415
|
);
|
|
@@ -2386,31 +2434,32 @@ const ju = ({ auth: e, i18n: t }) => {
|
|
|
2386
2434
|
)
|
|
2387
2435
|
}
|
|
2388
2436
|
);
|
|
2389
|
-
})
|
|
2390
|
-
|
|
2437
|
+
}),
|
|
2438
|
+
[e.login, t, n.setError, r]
|
|
2439
|
+
);
|
|
2391
2440
|
return { form: n, submit: o };
|
|
2392
2441
|
}, Yr = (e, t, r) => {
|
|
2393
2442
|
if (e && "reportValidity" in e) {
|
|
2394
2443
|
const n = S(r, t);
|
|
2395
2444
|
e.setCustomValidity(n && n.message || ""), e.reportValidity();
|
|
2396
2445
|
}
|
|
2397
|
-
},
|
|
2446
|
+
}, tr = (e, t) => {
|
|
2398
2447
|
for (const r in t.fields) {
|
|
2399
2448
|
const n = t.fields[r];
|
|
2400
2449
|
n && n.ref && "reportValidity" in n.ref ? Yr(n.ref, r, e) : n && n.refs && n.refs.forEach((o) => Yr(o, r, e));
|
|
2401
2450
|
}
|
|
2402
2451
|
}, Xr = (e, t) => {
|
|
2403
|
-
t.shouldUseNativeValidation &&
|
|
2452
|
+
t.shouldUseNativeValidation && tr(e, t);
|
|
2404
2453
|
const r = {};
|
|
2405
2454
|
for (const n in e) {
|
|
2406
2455
|
const o = S(t.fields, n), i = Object.assign(e[n] || {}, { ref: o && o.ref });
|
|
2407
|
-
if (
|
|
2456
|
+
if (Go(t.names || Object.keys(e), n)) {
|
|
2408
2457
|
const s = Object.assign({}, S(r, n));
|
|
2409
2458
|
V(s, "root", i), V(r, n, s);
|
|
2410
2459
|
} else V(r, n, i);
|
|
2411
2460
|
}
|
|
2412
2461
|
return r;
|
|
2413
|
-
},
|
|
2462
|
+
}, Go = (e, t) => {
|
|
2414
2463
|
const r = Qr(t);
|
|
2415
2464
|
return e.some((n) => Qr(n).match(`^${r}\\.\\d+`));
|
|
2416
2465
|
};
|
|
@@ -2429,10 +2478,10 @@ function p(e, t, r) {
|
|
|
2429
2478
|
}), a._zod.traits.has(e))
|
|
2430
2479
|
return;
|
|
2431
2480
|
a._zod.traits.add(e), t(a, l);
|
|
2432
|
-
const d = s.prototype,
|
|
2433
|
-
for (let _ = 0; _ <
|
|
2434
|
-
const
|
|
2435
|
-
|
|
2481
|
+
const d = s.prototype, v = Object.keys(d);
|
|
2482
|
+
for (let _ = 0; _ < v.length; _++) {
|
|
2483
|
+
const y = v[_];
|
|
2484
|
+
y in a || (a[y] = d[y].bind(a));
|
|
2436
2485
|
}
|
|
2437
2486
|
}
|
|
2438
2487
|
const o = r?.Parent ?? Object;
|
|
@@ -2443,8 +2492,8 @@ function p(e, t, r) {
|
|
|
2443
2492
|
var l;
|
|
2444
2493
|
const d = r?.Parent ? new i() : this;
|
|
2445
2494
|
n(d, a), (l = d._zod).deferred ?? (l.deferred = []);
|
|
2446
|
-
for (const
|
|
2447
|
-
|
|
2495
|
+
for (const v of d._zod.deferred)
|
|
2496
|
+
v();
|
|
2448
2497
|
return d;
|
|
2449
2498
|
}
|
|
2450
2499
|
return Object.defineProperty(s, "init", { value: n }), Object.defineProperty(s, Symbol.hasInstance, {
|
|
@@ -2456,20 +2505,20 @@ class Ge extends Error {
|
|
|
2456
2505
|
super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
|
|
2457
2506
|
}
|
|
2458
2507
|
}
|
|
2459
|
-
class
|
|
2508
|
+
class Pn extends Error {
|
|
2460
2509
|
constructor(t) {
|
|
2461
2510
|
super(`Encountered unidirectional transform during encode: ${t}`), this.name = "ZodEncodeError";
|
|
2462
2511
|
}
|
|
2463
2512
|
}
|
|
2464
|
-
const
|
|
2513
|
+
const $n = {};
|
|
2465
2514
|
function Ce(e) {
|
|
2466
|
-
return
|
|
2515
|
+
return $n;
|
|
2467
2516
|
}
|
|
2468
2517
|
function An(e) {
|
|
2469
2518
|
const t = Object.values(e).filter((n) => typeof n == "number");
|
|
2470
2519
|
return Object.entries(e).filter(([n, o]) => t.indexOf(+n) === -1).map(([n, o]) => o);
|
|
2471
2520
|
}
|
|
2472
|
-
function
|
|
2521
|
+
function rr(e, t) {
|
|
2473
2522
|
return typeof t == "bigint" ? t.toString() : t;
|
|
2474
2523
|
}
|
|
2475
2524
|
function pr(e) {
|
|
@@ -2525,15 +2574,15 @@ function Te(...e) {
|
|
|
2525
2574
|
function tn(e) {
|
|
2526
2575
|
return JSON.stringify(e);
|
|
2527
2576
|
}
|
|
2528
|
-
function
|
|
2577
|
+
function Yo(e) {
|
|
2529
2578
|
return e.toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/[\s_-]+/g, "-").replace(/^-+|-+$/g, "");
|
|
2530
2579
|
}
|
|
2531
2580
|
const Rn = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
|
|
2532
2581
|
};
|
|
2533
|
-
function
|
|
2582
|
+
function Ot(e) {
|
|
2534
2583
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
2535
2584
|
}
|
|
2536
|
-
const
|
|
2585
|
+
const Xo = pr(() => {
|
|
2537
2586
|
if (typeof navigator < "u" && navigator?.userAgent?.includes("Cloudflare"))
|
|
2538
2587
|
return !1;
|
|
2539
2588
|
try {
|
|
@@ -2544,19 +2593,19 @@ const Ko = pr(() => {
|
|
|
2544
2593
|
}
|
|
2545
2594
|
});
|
|
2546
2595
|
function at(e) {
|
|
2547
|
-
if (
|
|
2596
|
+
if (Ot(e) === !1)
|
|
2548
2597
|
return !1;
|
|
2549
2598
|
const t = e.constructor;
|
|
2550
2599
|
if (t === void 0 || typeof t != "function")
|
|
2551
2600
|
return !0;
|
|
2552
2601
|
const r = t.prototype;
|
|
2553
|
-
return !(
|
|
2602
|
+
return !(Ot(r) === !1 || Object.prototype.hasOwnProperty.call(r, "isPrototypeOf") === !1);
|
|
2554
2603
|
}
|
|
2555
2604
|
function Tn(e) {
|
|
2556
2605
|
return at(e) ? { ...e } : Array.isArray(e) ? [...e] : e;
|
|
2557
2606
|
}
|
|
2558
|
-
const
|
|
2559
|
-
function
|
|
2607
|
+
const Qo = /* @__PURE__ */ new Set(["string", "number", "symbol"]);
|
|
2608
|
+
function Zt(e) {
|
|
2560
2609
|
return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
2561
2610
|
}
|
|
2562
2611
|
function Ze(e, t, r) {
|
|
@@ -2576,10 +2625,10 @@ function O(e) {
|
|
|
2576
2625
|
}
|
|
2577
2626
|
return delete t.message, typeof t.error == "string" ? { ...t, error: () => t.error } : t;
|
|
2578
2627
|
}
|
|
2579
|
-
function
|
|
2628
|
+
function es(e) {
|
|
2580
2629
|
return Object.keys(e).filter((t) => e[t]._zod.optin === "optional" && e[t]._zod.optout === "optional");
|
|
2581
2630
|
}
|
|
2582
|
-
function
|
|
2631
|
+
function ts(e, t) {
|
|
2583
2632
|
const r = e._zod.def, n = r.checks;
|
|
2584
2633
|
if (n && n.length > 0)
|
|
2585
2634
|
throw new Error(".pick() cannot be used on object schemas containing refinements");
|
|
@@ -2597,7 +2646,7 @@ function Xo(e, t) {
|
|
|
2597
2646
|
});
|
|
2598
2647
|
return Ze(e, i);
|
|
2599
2648
|
}
|
|
2600
|
-
function
|
|
2649
|
+
function rs(e, t) {
|
|
2601
2650
|
const r = e._zod.def, n = r.checks;
|
|
2602
2651
|
if (n && n.length > 0)
|
|
2603
2652
|
throw new Error(".omit() cannot be used on object schemas containing refinements");
|
|
@@ -2615,7 +2664,7 @@ function Qo(e, t) {
|
|
|
2615
2664
|
});
|
|
2616
2665
|
return Ze(e, i);
|
|
2617
2666
|
}
|
|
2618
|
-
function
|
|
2667
|
+
function ns(e, t) {
|
|
2619
2668
|
if (!at(t))
|
|
2620
2669
|
throw new Error("Invalid input to extend: expected a plain object");
|
|
2621
2670
|
const r = e._zod.def.checks;
|
|
@@ -2633,7 +2682,7 @@ function es(e, t) {
|
|
|
2633
2682
|
});
|
|
2634
2683
|
return Ze(e, o);
|
|
2635
2684
|
}
|
|
2636
|
-
function
|
|
2685
|
+
function os(e, t) {
|
|
2637
2686
|
if (!at(t))
|
|
2638
2687
|
throw new Error("Invalid input to safeExtend: expected a plain object");
|
|
2639
2688
|
const r = Te(e._zod.def, {
|
|
@@ -2644,7 +2693,7 @@ function ts(e, t) {
|
|
|
2644
2693
|
});
|
|
2645
2694
|
return Ze(e, r);
|
|
2646
2695
|
}
|
|
2647
|
-
function
|
|
2696
|
+
function ss(e, t) {
|
|
2648
2697
|
const r = Te(e._zod.def, {
|
|
2649
2698
|
get shape() {
|
|
2650
2699
|
const n = { ...e._zod.def.shape, ...t._zod.def.shape };
|
|
@@ -2658,7 +2707,7 @@ function rs(e, t) {
|
|
|
2658
2707
|
});
|
|
2659
2708
|
return Ze(e, r);
|
|
2660
2709
|
}
|
|
2661
|
-
function
|
|
2710
|
+
function is(e, t, r) {
|
|
2662
2711
|
const o = t._zod.def.checks;
|
|
2663
2712
|
if (o && o.length > 0)
|
|
2664
2713
|
throw new Error(".partial() cannot be used on object schemas containing refinements");
|
|
@@ -2686,7 +2735,7 @@ function ns(e, t, r) {
|
|
|
2686
2735
|
});
|
|
2687
2736
|
return Ze(t, s);
|
|
2688
2737
|
}
|
|
2689
|
-
function
|
|
2738
|
+
function as(e, t, r) {
|
|
2690
2739
|
const n = Te(t._zod.def, {
|
|
2691
2740
|
get shape() {
|
|
2692
2741
|
const o = t._zod.def.shape, i = { ...o };
|
|
@@ -2724,18 +2773,18 @@ function Zn(e, t) {
|
|
|
2724
2773
|
return (n = r).path ?? (n.path = []), r.path.unshift(e), r;
|
|
2725
2774
|
});
|
|
2726
2775
|
}
|
|
2727
|
-
function
|
|
2776
|
+
function kt(e) {
|
|
2728
2777
|
return typeof e == "string" ? e : e?.message;
|
|
2729
2778
|
}
|
|
2730
2779
|
function Ve(e, t, r) {
|
|
2731
2780
|
const n = { ...e, path: e.path ?? [] };
|
|
2732
2781
|
if (!e.message) {
|
|
2733
|
-
const o =
|
|
2782
|
+
const o = kt(e.inst?._zod.def?.error?.(e)) ?? kt(t?.error?.(e)) ?? kt(r.customError?.(e)) ?? kt(r.localeError?.(e)) ?? "Invalid input";
|
|
2734
2783
|
n.message = o;
|
|
2735
2784
|
}
|
|
2736
2785
|
return delete n.inst, delete n.continue, t?.reportInput || delete n.input, n;
|
|
2737
2786
|
}
|
|
2738
|
-
function
|
|
2787
|
+
function yr(e) {
|
|
2739
2788
|
return Array.isArray(e) ? "array" : typeof e == "string" ? "string" : "unknown";
|
|
2740
2789
|
}
|
|
2741
2790
|
function ct(...e) {
|
|
@@ -2754,18 +2803,18 @@ const Dn = (e, t) => {
|
|
|
2754
2803
|
}), Object.defineProperty(e, "issues", {
|
|
2755
2804
|
value: t,
|
|
2756
2805
|
enumerable: !1
|
|
2757
|
-
}), e.message = JSON.stringify(t,
|
|
2806
|
+
}), e.message = JSON.stringify(t, rr, 2), Object.defineProperty(e, "toString", {
|
|
2758
2807
|
value: () => e.message,
|
|
2759
2808
|
enumerable: !1
|
|
2760
2809
|
});
|
|
2761
|
-
},
|
|
2762
|
-
function
|
|
2810
|
+
}, vr = p("$ZodError", Dn), Dt = p("$ZodError", Dn, { Parent: Error });
|
|
2811
|
+
function cs(e, t = (r) => r.message) {
|
|
2763
2812
|
const r = {}, n = [];
|
|
2764
2813
|
for (const o of e.issues)
|
|
2765
2814
|
o.path.length > 0 ? (r[o.path[0]] = r[o.path[0]] || [], r[o.path[0]].push(t(o))) : n.push(t(o));
|
|
2766
2815
|
return { formErrors: n, fieldErrors: r };
|
|
2767
2816
|
}
|
|
2768
|
-
function
|
|
2817
|
+
function us(e, t = (r) => r.message) {
|
|
2769
2818
|
const r = { _errors: [] }, n = (o) => {
|
|
2770
2819
|
for (const i of o.issues)
|
|
2771
2820
|
if (i.code === "invalid_union" && i.errors.length)
|
|
@@ -2786,7 +2835,7 @@ function is(e, t = (r) => r.message) {
|
|
|
2786
2835
|
};
|
|
2787
2836
|
return n(e), r;
|
|
2788
2837
|
}
|
|
2789
|
-
const
|
|
2838
|
+
const Nt = (e) => (t, r, n, o) => {
|
|
2790
2839
|
const i = n ? Object.assign(n, { async: !1 }) : { async: !1 }, s = t._zod.run({ value: r, issues: [] }, i);
|
|
2791
2840
|
if (s instanceof Promise)
|
|
2792
2841
|
throw new Ge();
|
|
@@ -2795,7 +2844,7 @@ const Dt = (e) => (t, r, n, o) => {
|
|
|
2795
2844
|
throw Rn(a, o?.callee), a;
|
|
2796
2845
|
}
|
|
2797
2846
|
return s.value;
|
|
2798
|
-
},
|
|
2847
|
+
}, ls = /* @__PURE__ */ Nt(Dt), It = (e) => async (t, r, n, o) => {
|
|
2799
2848
|
const i = n ? Object.assign(n, { async: !0 }) : { async: !0 };
|
|
2800
2849
|
let s = t._zod.run({ value: r, issues: [] }, i);
|
|
2801
2850
|
if (s instanceof Promise && (s = await s), s.issues.length) {
|
|
@@ -2803,58 +2852,58 @@ const Dt = (e) => (t, r, n, o) => {
|
|
|
2803
2852
|
throw Rn(a, o?.callee), a;
|
|
2804
2853
|
}
|
|
2805
2854
|
return s.value;
|
|
2806
|
-
},
|
|
2855
|
+
}, fs = /* @__PURE__ */ It(Dt), Lt = (e) => (t, r, n) => {
|
|
2807
2856
|
const o = n ? { ...n, async: !1 } : { async: !1 }, i = t._zod.run({ value: r, issues: [] }, o);
|
|
2808
2857
|
if (i instanceof Promise)
|
|
2809
2858
|
throw new Ge();
|
|
2810
2859
|
return i.issues.length ? {
|
|
2811
2860
|
success: !1,
|
|
2812
|
-
error: new (e ??
|
|
2861
|
+
error: new (e ?? vr)(i.issues.map((s) => Ve(s, o, Ce())))
|
|
2813
2862
|
} : { success: !0, data: i.value };
|
|
2814
|
-
},
|
|
2863
|
+
}, ds = /* @__PURE__ */ Lt(Dt), Ct = (e) => async (t, r, n) => {
|
|
2815
2864
|
const o = n ? Object.assign(n, { async: !0 }) : { async: !0 };
|
|
2816
2865
|
let i = t._zod.run({ value: r, issues: [] }, o);
|
|
2817
2866
|
return i instanceof Promise && (i = await i), i.issues.length ? {
|
|
2818
2867
|
success: !1,
|
|
2819
2868
|
error: new e(i.issues.map((s) => Ve(s, o, Ce())))
|
|
2820
2869
|
} : { success: !0, data: i.value };
|
|
2821
|
-
},
|
|
2822
|
-
const o = n ? Object.assign(n, { direction: "backward" }) : { direction: "backward" };
|
|
2823
|
-
return Dt(e)(t, r, o);
|
|
2824
|
-
}, ds = (e) => (t, r, n) => Dt(e)(t, r, n), ms = (e) => async (t, r, n) => {
|
|
2870
|
+
}, ms = /* @__PURE__ */ Ct(Dt), hs = (e) => (t, r, n) => {
|
|
2825
2871
|
const o = n ? Object.assign(n, { direction: "backward" }) : { direction: "backward" };
|
|
2826
2872
|
return Nt(e)(t, r, o);
|
|
2827
|
-
},
|
|
2873
|
+
}, ps = (e) => (t, r, n) => Nt(e)(t, r, n), gs = (e) => async (t, r, n) => {
|
|
2828
2874
|
const o = n ? Object.assign(n, { direction: "backward" }) : { direction: "backward" };
|
|
2829
2875
|
return It(e)(t, r, o);
|
|
2830
|
-
},
|
|
2876
|
+
}, _s = (e) => async (t, r, n) => It(e)(t, r, n), ys = (e) => (t, r, n) => {
|
|
2831
2877
|
const o = n ? Object.assign(n, { direction: "backward" }) : { direction: "backward" };
|
|
2832
2878
|
return Lt(e)(t, r, o);
|
|
2833
|
-
}, vs = (e) =>
|
|
2834
|
-
|
|
2835
|
-
return
|
|
2879
|
+
}, vs = (e) => (t, r, n) => Lt(e)(t, r, n), ws = (e) => async (t, r, n) => {
|
|
2880
|
+
const o = n ? Object.assign(n, { direction: "backward" }) : { direction: "backward" };
|
|
2881
|
+
return Ct(e)(t, r, o);
|
|
2882
|
+
}, bs = (e) => async (t, r, n) => Ct(e)(t, r, n), ks = /^[cC][^\s-]{8,}$/, Es = /^[0-9a-z]+$/, Ss = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, xs = /^[0-9a-vA-V]{20}$/, zs = /^[A-Za-z0-9]{27}$/, Os = /^[a-zA-Z0-9_-]{21}$/, js = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, Fs = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, rn = (e) => e ? new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/, Ps = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, $s = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
2883
|
+
function As() {
|
|
2884
|
+
return new RegExp($s, "u");
|
|
2836
2885
|
}
|
|
2837
|
-
const
|
|
2886
|
+
const Rs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, Ts = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/, Zs = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/, Ds = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, Ns = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, Nn = /^[A-Za-z0-9_-]*$/, Is = /^\+[1-9]\d{6,14}$/, In = "(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))", Ls = /* @__PURE__ */ new RegExp(`^${In}$`);
|
|
2838
2887
|
function Ln(e) {
|
|
2839
2888
|
const t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
2840
2889
|
return typeof e.precision == "number" ? e.precision === -1 ? `${t}` : e.precision === 0 ? `${t}:[0-5]\\d` : `${t}:[0-5]\\d\\.\\d{${e.precision}}` : `${t}(?::[0-5]\\d(?:\\.\\d+)?)?`;
|
|
2841
2890
|
}
|
|
2842
|
-
function
|
|
2891
|
+
function Cs(e) {
|
|
2843
2892
|
return new RegExp(`^${Ln(e)}$`);
|
|
2844
2893
|
}
|
|
2845
|
-
function
|
|
2894
|
+
function Vs(e) {
|
|
2846
2895
|
const t = Ln({ precision: e.precision }), r = ["Z"];
|
|
2847
2896
|
e.local && r.push(""), e.offset && r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");
|
|
2848
2897
|
const n = `${t}(?:${r.join("|")})`;
|
|
2849
2898
|
return new RegExp(`^${In}T(?:${n})$`);
|
|
2850
2899
|
}
|
|
2851
|
-
const
|
|
2900
|
+
const Us = (e) => {
|
|
2852
2901
|
const t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
|
|
2853
2902
|
return new RegExp(`^${t}$`);
|
|
2854
|
-
},
|
|
2903
|
+
}, Ms = /^[^A-Z]*$/, Js = /^[^a-z]*$/, ke = /* @__PURE__ */ p("$ZodCheck", (e, t) => {
|
|
2855
2904
|
var r;
|
|
2856
2905
|
e._zod ?? (e._zod = {}), e._zod.def = t, (r = e._zod).onattach ?? (r.onattach = []);
|
|
2857
|
-
}),
|
|
2906
|
+
}), Bs = /* @__PURE__ */ p("$ZodCheckMaxLength", (e, t) => {
|
|
2858
2907
|
var r;
|
|
2859
2908
|
ke.init(e, t), (r = e._zod.def).when ?? (r.when = (n) => {
|
|
2860
2909
|
const o = n.value;
|
|
@@ -2866,7 +2915,7 @@ const Ls = (e) => {
|
|
|
2866
2915
|
const o = n.value;
|
|
2867
2916
|
if (o.length <= t.maximum)
|
|
2868
2917
|
return;
|
|
2869
|
-
const s =
|
|
2918
|
+
const s = yr(o);
|
|
2870
2919
|
n.issues.push({
|
|
2871
2920
|
origin: s,
|
|
2872
2921
|
code: "too_big",
|
|
@@ -2877,7 +2926,7 @@ const Ls = (e) => {
|
|
|
2877
2926
|
continue: !t.abort
|
|
2878
2927
|
});
|
|
2879
2928
|
};
|
|
2880
|
-
}),
|
|
2929
|
+
}), Ws = /* @__PURE__ */ p("$ZodCheckMinLength", (e, t) => {
|
|
2881
2930
|
var r;
|
|
2882
2931
|
ke.init(e, t), (r = e._zod.def).when ?? (r.when = (n) => {
|
|
2883
2932
|
const o = n.value;
|
|
@@ -2889,7 +2938,7 @@ const Ls = (e) => {
|
|
|
2889
2938
|
const o = n.value;
|
|
2890
2939
|
if (o.length >= t.minimum)
|
|
2891
2940
|
return;
|
|
2892
|
-
const s =
|
|
2941
|
+
const s = yr(o);
|
|
2893
2942
|
n.issues.push({
|
|
2894
2943
|
origin: s,
|
|
2895
2944
|
code: "too_small",
|
|
@@ -2900,7 +2949,7 @@ const Ls = (e) => {
|
|
|
2900
2949
|
continue: !t.abort
|
|
2901
2950
|
});
|
|
2902
2951
|
};
|
|
2903
|
-
}),
|
|
2952
|
+
}), qs = /* @__PURE__ */ p("$ZodCheckLengthEquals", (e, t) => {
|
|
2904
2953
|
var r;
|
|
2905
2954
|
ke.init(e, t), (r = e._zod.def).when ?? (r.when = (n) => {
|
|
2906
2955
|
const o = n.value;
|
|
@@ -2912,7 +2961,7 @@ const Ls = (e) => {
|
|
|
2912
2961
|
const o = n.value, i = o.length;
|
|
2913
2962
|
if (i === t.length)
|
|
2914
2963
|
return;
|
|
2915
|
-
const s =
|
|
2964
|
+
const s = yr(o), a = i > t.length;
|
|
2916
2965
|
n.issues.push({
|
|
2917
2966
|
origin: s,
|
|
2918
2967
|
...a ? { code: "too_big", maximum: t.length } : { code: "too_small", minimum: t.length },
|
|
@@ -2923,7 +2972,7 @@ const Ls = (e) => {
|
|
|
2923
2972
|
continue: !t.abort
|
|
2924
2973
|
});
|
|
2925
2974
|
};
|
|
2926
|
-
}),
|
|
2975
|
+
}), Vt = /* @__PURE__ */ p("$ZodCheckStringFormat", (e, t) => {
|
|
2927
2976
|
var r, n;
|
|
2928
2977
|
ke.init(e, t), e._zod.onattach.push((o) => {
|
|
2929
2978
|
const i = o._zod.bag;
|
|
@@ -2940,8 +2989,8 @@ const Ls = (e) => {
|
|
|
2940
2989
|
});
|
|
2941
2990
|
}) : (n = e._zod).check ?? (n.check = () => {
|
|
2942
2991
|
});
|
|
2943
|
-
}),
|
|
2944
|
-
|
|
2992
|
+
}), Hs = /* @__PURE__ */ p("$ZodCheckRegex", (e, t) => {
|
|
2993
|
+
Vt.init(e, t), e._zod.check = (r) => {
|
|
2945
2994
|
t.pattern.lastIndex = 0, !t.pattern.test(r.value) && r.issues.push({
|
|
2946
2995
|
origin: "string",
|
|
2947
2996
|
code: "invalid_format",
|
|
@@ -2952,13 +3001,13 @@ const Ls = (e) => {
|
|
|
2952
3001
|
continue: !t.abort
|
|
2953
3002
|
});
|
|
2954
3003
|
};
|
|
2955
|
-
}),
|
|
2956
|
-
t.pattern ?? (t.pattern =
|
|
2957
|
-
}),
|
|
2958
|
-
t.pattern ?? (t.pattern =
|
|
2959
|
-
}),
|
|
3004
|
+
}), Ks = /* @__PURE__ */ p("$ZodCheckLowerCase", (e, t) => {
|
|
3005
|
+
t.pattern ?? (t.pattern = Ms), Vt.init(e, t);
|
|
3006
|
+
}), Gs = /* @__PURE__ */ p("$ZodCheckUpperCase", (e, t) => {
|
|
3007
|
+
t.pattern ?? (t.pattern = Js), Vt.init(e, t);
|
|
3008
|
+
}), Ys = /* @__PURE__ */ p("$ZodCheckIncludes", (e, t) => {
|
|
2960
3009
|
ke.init(e, t);
|
|
2961
|
-
const r =
|
|
3010
|
+
const r = Zt(t.includes), n = new RegExp(typeof t.position == "number" ? `^.{${t.position}}${r}` : r);
|
|
2962
3011
|
t.pattern = n, e._zod.onattach.push((o) => {
|
|
2963
3012
|
const i = o._zod.bag;
|
|
2964
3013
|
i.patterns ?? (i.patterns = /* @__PURE__ */ new Set()), i.patterns.add(n);
|
|
@@ -2973,9 +3022,9 @@ const Ls = (e) => {
|
|
|
2973
3022
|
continue: !t.abort
|
|
2974
3023
|
});
|
|
2975
3024
|
};
|
|
2976
|
-
}),
|
|
3025
|
+
}), Xs = /* @__PURE__ */ p("$ZodCheckStartsWith", (e, t) => {
|
|
2977
3026
|
ke.init(e, t);
|
|
2978
|
-
const r = new RegExp(`^${
|
|
3027
|
+
const r = new RegExp(`^${Zt(t.prefix)}.*`);
|
|
2979
3028
|
t.pattern ?? (t.pattern = r), e._zod.onattach.push((n) => {
|
|
2980
3029
|
const o = n._zod.bag;
|
|
2981
3030
|
o.patterns ?? (o.patterns = /* @__PURE__ */ new Set()), o.patterns.add(r);
|
|
@@ -2990,9 +3039,9 @@ const Ls = (e) => {
|
|
|
2990
3039
|
continue: !t.abort
|
|
2991
3040
|
});
|
|
2992
3041
|
};
|
|
2993
|
-
}),
|
|
3042
|
+
}), Qs = /* @__PURE__ */ p("$ZodCheckEndsWith", (e, t) => {
|
|
2994
3043
|
ke.init(e, t);
|
|
2995
|
-
const r = new RegExp(`.*${
|
|
3044
|
+
const r = new RegExp(`.*${Zt(t.suffix)}$`);
|
|
2996
3045
|
t.pattern ?? (t.pattern = r), e._zod.onattach.push((n) => {
|
|
2997
3046
|
const o = n._zod.bag;
|
|
2998
3047
|
o.patterns ?? (o.patterns = /* @__PURE__ */ new Set()), o.patterns.add(r);
|
|
@@ -3007,12 +3056,12 @@ const Ls = (e) => {
|
|
|
3007
3056
|
continue: !t.abort
|
|
3008
3057
|
});
|
|
3009
3058
|
};
|
|
3010
|
-
}),
|
|
3059
|
+
}), ei = /* @__PURE__ */ p("$ZodCheckOverwrite", (e, t) => {
|
|
3011
3060
|
ke.init(e, t), e._zod.check = (r) => {
|
|
3012
3061
|
r.value = t.tx(r.value);
|
|
3013
3062
|
};
|
|
3014
3063
|
});
|
|
3015
|
-
class
|
|
3064
|
+
class ti {
|
|
3016
3065
|
constructor(t = []) {
|
|
3017
3066
|
this.content = [], this.indent = 0, this && (this.args = t);
|
|
3018
3067
|
}
|
|
@@ -3035,13 +3084,13 @@ class Xs {
|
|
|
3035
3084
|
`));
|
|
3036
3085
|
}
|
|
3037
3086
|
}
|
|
3038
|
-
const
|
|
3087
|
+
const ri = {
|
|
3039
3088
|
major: 4,
|
|
3040
3089
|
minor: 3,
|
|
3041
3090
|
patch: 5
|
|
3042
3091
|
}, te = /* @__PURE__ */ p("$ZodType", (e, t) => {
|
|
3043
3092
|
var r;
|
|
3044
|
-
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version =
|
|
3093
|
+
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = ri;
|
|
3045
3094
|
const n = [...e._zod.def.checks ?? []];
|
|
3046
3095
|
e._zod.traits.has("$ZodCheck") && n.unshift(e);
|
|
3047
3096
|
for (const o of n)
|
|
@@ -3053,27 +3102,27 @@ const Qs = {
|
|
|
3053
3102
|
});
|
|
3054
3103
|
else {
|
|
3055
3104
|
const o = (s, a, l) => {
|
|
3056
|
-
let d = Ke(s),
|
|
3105
|
+
let d = Ke(s), v;
|
|
3057
3106
|
for (const _ of a) {
|
|
3058
3107
|
if (_._zod.def.when) {
|
|
3059
3108
|
if (!_._zod.def.when(s))
|
|
3060
3109
|
continue;
|
|
3061
3110
|
} else if (d)
|
|
3062
3111
|
continue;
|
|
3063
|
-
const
|
|
3112
|
+
const y = s.issues.length, h = _._zod.check(s);
|
|
3064
3113
|
if (h instanceof Promise && l?.async === !1)
|
|
3065
3114
|
throw new Ge();
|
|
3066
|
-
if (
|
|
3067
|
-
|
|
3068
|
-
await h, s.issues.length !==
|
|
3115
|
+
if (v || h instanceof Promise)
|
|
3116
|
+
v = (v ?? Promise.resolve()).then(async () => {
|
|
3117
|
+
await h, s.issues.length !== y && (d || (d = Ke(s, y)));
|
|
3069
3118
|
});
|
|
3070
3119
|
else {
|
|
3071
|
-
if (s.issues.length ===
|
|
3120
|
+
if (s.issues.length === y)
|
|
3072
3121
|
continue;
|
|
3073
|
-
d || (d = Ke(s,
|
|
3122
|
+
d || (d = Ke(s, y));
|
|
3074
3123
|
}
|
|
3075
3124
|
}
|
|
3076
|
-
return
|
|
3125
|
+
return v ? v.then(() => s) : s;
|
|
3077
3126
|
}, i = (s, a, l) => {
|
|
3078
3127
|
if (Ke(s))
|
|
3079
3128
|
return s.aborted = !0, s;
|
|
@@ -3081,7 +3130,7 @@ const Qs = {
|
|
|
3081
3130
|
if (d instanceof Promise) {
|
|
3082
3131
|
if (l.async === !1)
|
|
3083
3132
|
throw new Ge();
|
|
3084
|
-
return d.then((
|
|
3133
|
+
return d.then((v) => e._zod.parse(v, l));
|
|
3085
3134
|
}
|
|
3086
3135
|
return e._zod.parse(d, l);
|
|
3087
3136
|
};
|
|
@@ -3090,7 +3139,7 @@ const Qs = {
|
|
|
3090
3139
|
return e._zod.parse(s, a);
|
|
3091
3140
|
if (a.direction === "backward") {
|
|
3092
3141
|
const d = e._zod.parse({ value: s.value, issues: [] }, { ...a, skipChecks: !0 });
|
|
3093
|
-
return d instanceof Promise ? d.then((
|
|
3142
|
+
return d instanceof Promise ? d.then((v) => i(v, s, a)) : i(d, s, a);
|
|
3094
3143
|
}
|
|
3095
3144
|
const l = e._zod.parse(s, a);
|
|
3096
3145
|
if (l instanceof Promise) {
|
|
@@ -3104,17 +3153,17 @@ const Qs = {
|
|
|
3104
3153
|
L(e, "~standard", () => ({
|
|
3105
3154
|
validate: (o) => {
|
|
3106
3155
|
try {
|
|
3107
|
-
const i =
|
|
3156
|
+
const i = ds(e, o);
|
|
3108
3157
|
return i.success ? { value: i.data } : { issues: i.error?.issues };
|
|
3109
3158
|
} catch {
|
|
3110
|
-
return
|
|
3159
|
+
return ms(e, o).then((s) => s.success ? { value: s.data } : { issues: s.error?.issues });
|
|
3111
3160
|
}
|
|
3112
3161
|
},
|
|
3113
3162
|
vendor: "zod",
|
|
3114
3163
|
version: 1
|
|
3115
3164
|
}));
|
|
3116
3165
|
}), wr = /* @__PURE__ */ p("$ZodString", (e, t) => {
|
|
3117
|
-
te.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ??
|
|
3166
|
+
te.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? Us(e._zod.bag), e._zod.parse = (r, n) => {
|
|
3118
3167
|
if (t.coerce)
|
|
3119
3168
|
try {
|
|
3120
3169
|
r.value = String(r.value);
|
|
@@ -3128,10 +3177,10 @@ const Qs = {
|
|
|
3128
3177
|
}), r;
|
|
3129
3178
|
};
|
|
3130
3179
|
}), M = /* @__PURE__ */ p("$ZodStringFormat", (e, t) => {
|
|
3131
|
-
|
|
3132
|
-
}),
|
|
3133
|
-
t.pattern ?? (t.pattern =
|
|
3134
|
-
}),
|
|
3180
|
+
Vt.init(e, t), wr.init(e, t);
|
|
3181
|
+
}), ni = /* @__PURE__ */ p("$ZodGUID", (e, t) => {
|
|
3182
|
+
t.pattern ?? (t.pattern = Fs), M.init(e, t);
|
|
3183
|
+
}), oi = /* @__PURE__ */ p("$ZodUUID", (e, t) => {
|
|
3135
3184
|
if (t.version) {
|
|
3136
3185
|
const n = {
|
|
3137
3186
|
v1: 1,
|
|
@@ -3149,9 +3198,9 @@ const Qs = {
|
|
|
3149
3198
|
} else
|
|
3150
3199
|
t.pattern ?? (t.pattern = rn());
|
|
3151
3200
|
M.init(e, t);
|
|
3152
|
-
}),
|
|
3153
|
-
t.pattern ?? (t.pattern =
|
|
3154
|
-
}),
|
|
3201
|
+
}), si = /* @__PURE__ */ p("$ZodEmail", (e, t) => {
|
|
3202
|
+
t.pattern ?? (t.pattern = Ps), M.init(e, t);
|
|
3203
|
+
}), ii = /* @__PURE__ */ p("$ZodURL", (e, t) => {
|
|
3155
3204
|
M.init(e, t), e._zod.check = (r) => {
|
|
3156
3205
|
try {
|
|
3157
3206
|
const n = r.value.trim(), o = new URL(n);
|
|
@@ -3183,32 +3232,32 @@ const Qs = {
|
|
|
3183
3232
|
});
|
|
3184
3233
|
}
|
|
3185
3234
|
};
|
|
3186
|
-
}),
|
|
3187
|
-
t.pattern ?? (t.pattern =
|
|
3188
|
-
}),
|
|
3189
|
-
t.pattern ?? (t.pattern =
|
|
3190
|
-
}),
|
|
3191
|
-
t.pattern ?? (t.pattern = ys), M.init(e, t);
|
|
3192
|
-
}), ai = /* @__PURE__ */ p("$ZodCUID2", (e, t) => {
|
|
3193
|
-
t.pattern ?? (t.pattern = ws), M.init(e, t);
|
|
3194
|
-
}), ci = /* @__PURE__ */ p("$ZodULID", (e, t) => {
|
|
3195
|
-
t.pattern ?? (t.pattern = bs), M.init(e, t);
|
|
3196
|
-
}), ui = /* @__PURE__ */ p("$ZodXID", (e, t) => {
|
|
3235
|
+
}), ai = /* @__PURE__ */ p("$ZodEmoji", (e, t) => {
|
|
3236
|
+
t.pattern ?? (t.pattern = As()), M.init(e, t);
|
|
3237
|
+
}), ci = /* @__PURE__ */ p("$ZodNanoID", (e, t) => {
|
|
3238
|
+
t.pattern ?? (t.pattern = Os), M.init(e, t);
|
|
3239
|
+
}), ui = /* @__PURE__ */ p("$ZodCUID", (e, t) => {
|
|
3197
3240
|
t.pattern ?? (t.pattern = ks), M.init(e, t);
|
|
3198
|
-
}), li = /* @__PURE__ */ p("$
|
|
3241
|
+
}), li = /* @__PURE__ */ p("$ZodCUID2", (e, t) => {
|
|
3199
3242
|
t.pattern ?? (t.pattern = Es), M.init(e, t);
|
|
3200
|
-
}), fi = /* @__PURE__ */ p("$
|
|
3201
|
-
t.pattern ?? (t.pattern =
|
|
3202
|
-
}), di = /* @__PURE__ */ p("$
|
|
3203
|
-
t.pattern ?? (t.pattern = Ds), M.init(e, t);
|
|
3204
|
-
}), mi = /* @__PURE__ */ p("$ZodISOTime", (e, t) => {
|
|
3205
|
-
t.pattern ?? (t.pattern = Ns(t)), M.init(e, t);
|
|
3206
|
-
}), hi = /* @__PURE__ */ p("$ZodISODuration", (e, t) => {
|
|
3243
|
+
}), fi = /* @__PURE__ */ p("$ZodULID", (e, t) => {
|
|
3244
|
+
t.pattern ?? (t.pattern = Ss), M.init(e, t);
|
|
3245
|
+
}), di = /* @__PURE__ */ p("$ZodXID", (e, t) => {
|
|
3207
3246
|
t.pattern ?? (t.pattern = xs), M.init(e, t);
|
|
3208
|
-
}),
|
|
3209
|
-
t.pattern ?? (t.pattern =
|
|
3210
|
-
}),
|
|
3211
|
-
t.pattern ?? (t.pattern =
|
|
3247
|
+
}), mi = /* @__PURE__ */ p("$ZodKSUID", (e, t) => {
|
|
3248
|
+
t.pattern ?? (t.pattern = zs), M.init(e, t);
|
|
3249
|
+
}), hi = /* @__PURE__ */ p("$ZodISODateTime", (e, t) => {
|
|
3250
|
+
t.pattern ?? (t.pattern = Vs(t)), M.init(e, t);
|
|
3251
|
+
}), pi = /* @__PURE__ */ p("$ZodISODate", (e, t) => {
|
|
3252
|
+
t.pattern ?? (t.pattern = Ls), M.init(e, t);
|
|
3253
|
+
}), gi = /* @__PURE__ */ p("$ZodISOTime", (e, t) => {
|
|
3254
|
+
t.pattern ?? (t.pattern = Cs(t)), M.init(e, t);
|
|
3255
|
+
}), _i = /* @__PURE__ */ p("$ZodISODuration", (e, t) => {
|
|
3256
|
+
t.pattern ?? (t.pattern = js), M.init(e, t);
|
|
3257
|
+
}), yi = /* @__PURE__ */ p("$ZodIPv4", (e, t) => {
|
|
3258
|
+
t.pattern ?? (t.pattern = Rs), M.init(e, t), e._zod.bag.format = "ipv4";
|
|
3259
|
+
}), vi = /* @__PURE__ */ p("$ZodIPv6", (e, t) => {
|
|
3260
|
+
t.pattern ?? (t.pattern = Ts), M.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (r) => {
|
|
3212
3261
|
try {
|
|
3213
3262
|
new URL(`http://[${r.value}]`);
|
|
3214
3263
|
} catch {
|
|
@@ -3221,10 +3270,10 @@ const Qs = {
|
|
|
3221
3270
|
});
|
|
3222
3271
|
}
|
|
3223
3272
|
};
|
|
3224
|
-
}),
|
|
3225
|
-
t.pattern ?? (t.pattern =
|
|
3226
|
-
}),
|
|
3227
|
-
t.pattern ?? (t.pattern =
|
|
3273
|
+
}), wi = /* @__PURE__ */ p("$ZodCIDRv4", (e, t) => {
|
|
3274
|
+
t.pattern ?? (t.pattern = Zs), M.init(e, t);
|
|
3275
|
+
}), bi = /* @__PURE__ */ p("$ZodCIDRv6", (e, t) => {
|
|
3276
|
+
t.pattern ?? (t.pattern = Ds), M.init(e, t), e._zod.check = (r) => {
|
|
3228
3277
|
const n = r.value.split("/");
|
|
3229
3278
|
try {
|
|
3230
3279
|
if (n.length !== 2)
|
|
@@ -3260,8 +3309,8 @@ function Cn(e) {
|
|
|
3260
3309
|
return !1;
|
|
3261
3310
|
}
|
|
3262
3311
|
}
|
|
3263
|
-
const
|
|
3264
|
-
t.pattern ?? (t.pattern =
|
|
3312
|
+
const ki = /* @__PURE__ */ p("$ZodBase64", (e, t) => {
|
|
3313
|
+
t.pattern ?? (t.pattern = Ns), M.init(e, t), e._zod.bag.contentEncoding = "base64", e._zod.check = (r) => {
|
|
3265
3314
|
Cn(r.value) || r.issues.push({
|
|
3266
3315
|
code: "invalid_format",
|
|
3267
3316
|
format: "base64",
|
|
@@ -3271,15 +3320,15 @@ const yi = /* @__PURE__ */ p("$ZodBase64", (e, t) => {
|
|
|
3271
3320
|
});
|
|
3272
3321
|
};
|
|
3273
3322
|
});
|
|
3274
|
-
function
|
|
3323
|
+
function Ei(e) {
|
|
3275
3324
|
if (!Nn.test(e))
|
|
3276
3325
|
return !1;
|
|
3277
3326
|
const t = e.replace(/[-_]/g, (n) => n === "-" ? "+" : "/"), r = t.padEnd(Math.ceil(t.length / 4) * 4, "=");
|
|
3278
3327
|
return Cn(r);
|
|
3279
3328
|
}
|
|
3280
|
-
const
|
|
3329
|
+
const Si = /* @__PURE__ */ p("$ZodBase64URL", (e, t) => {
|
|
3281
3330
|
t.pattern ?? (t.pattern = Nn), M.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (r) => {
|
|
3282
|
-
|
|
3331
|
+
Ei(r.value) || r.issues.push({
|
|
3283
3332
|
code: "invalid_format",
|
|
3284
3333
|
format: "base64url",
|
|
3285
3334
|
input: r.value,
|
|
@@ -3287,10 +3336,10 @@ const bi = /* @__PURE__ */ p("$ZodBase64URL", (e, t) => {
|
|
|
3287
3336
|
continue: !t.abort
|
|
3288
3337
|
});
|
|
3289
3338
|
};
|
|
3290
|
-
}),
|
|
3291
|
-
t.pattern ?? (t.pattern =
|
|
3339
|
+
}), xi = /* @__PURE__ */ p("$ZodE164", (e, t) => {
|
|
3340
|
+
t.pattern ?? (t.pattern = Is), M.init(e, t);
|
|
3292
3341
|
});
|
|
3293
|
-
function
|
|
3342
|
+
function zi(e, t = null) {
|
|
3294
3343
|
try {
|
|
3295
3344
|
const r = e.split(".");
|
|
3296
3345
|
if (r.length !== 3)
|
|
@@ -3304,9 +3353,9 @@ function Ei(e, t = null) {
|
|
|
3304
3353
|
return !1;
|
|
3305
3354
|
}
|
|
3306
3355
|
}
|
|
3307
|
-
const
|
|
3356
|
+
const Oi = /* @__PURE__ */ p("$ZodJWT", (e, t) => {
|
|
3308
3357
|
M.init(e, t), e._zod.check = (r) => {
|
|
3309
|
-
|
|
3358
|
+
zi(r.value, t.alg) || r.issues.push({
|
|
3310
3359
|
code: "invalid_format",
|
|
3311
3360
|
format: "jwt",
|
|
3312
3361
|
input: r.value,
|
|
@@ -3314,9 +3363,9 @@ const Si = /* @__PURE__ */ p("$ZodJWT", (e, t) => {
|
|
|
3314
3363
|
continue: !t.abort
|
|
3315
3364
|
});
|
|
3316
3365
|
};
|
|
3317
|
-
}),
|
|
3366
|
+
}), ji = /* @__PURE__ */ p("$ZodUnknown", (e, t) => {
|
|
3318
3367
|
te.init(e, t), e._zod.parse = (r) => r;
|
|
3319
|
-
}),
|
|
3368
|
+
}), Fi = /* @__PURE__ */ p("$ZodNever", (e, t) => {
|
|
3320
3369
|
te.init(e, t), e._zod.parse = (r, n) => (r.issues.push({
|
|
3321
3370
|
expected: "never",
|
|
3322
3371
|
code: "invalid_type",
|
|
@@ -3327,7 +3376,7 @@ const Si = /* @__PURE__ */ p("$ZodJWT", (e, t) => {
|
|
|
3327
3376
|
function nn(e, t, r) {
|
|
3328
3377
|
e.issues.length && t.issues.push(...Zn(r, e.issues)), t.value[r] = e.value;
|
|
3329
3378
|
}
|
|
3330
|
-
const
|
|
3379
|
+
const Pi = /* @__PURE__ */ p("$ZodArray", (e, t) => {
|
|
3331
3380
|
te.init(e, t), e._zod.parse = (r, n) => {
|
|
3332
3381
|
const o = r.value;
|
|
3333
3382
|
if (!Array.isArray(o))
|
|
@@ -3349,7 +3398,7 @@ const Oi = /* @__PURE__ */ p("$ZodArray", (e, t) => {
|
|
|
3349
3398
|
return i.length ? Promise.all(i).then(() => r) : r;
|
|
3350
3399
|
};
|
|
3351
3400
|
});
|
|
3352
|
-
function
|
|
3401
|
+
function jt(e, t, r, n, o) {
|
|
3353
3402
|
if (e.issues.length) {
|
|
3354
3403
|
if (o && !(r in n))
|
|
3355
3404
|
return;
|
|
@@ -3362,7 +3411,7 @@ function Vn(e) {
|
|
|
3362
3411
|
for (const n of t)
|
|
3363
3412
|
if (!e.shape?.[n]?._zod?.traits?.has("$ZodType"))
|
|
3364
3413
|
throw new Error(`Invalid element at key "${n}": expected a Zod schema`);
|
|
3365
|
-
const r =
|
|
3414
|
+
const r = es(e.shape);
|
|
3366
3415
|
return {
|
|
3367
3416
|
...e,
|
|
3368
3417
|
keys: t,
|
|
@@ -3372,7 +3421,7 @@ function Vn(e) {
|
|
|
3372
3421
|
};
|
|
3373
3422
|
}
|
|
3374
3423
|
function Un(e, t, r, n, o, i) {
|
|
3375
|
-
const s = [], a = o.keySet, l = o.catchall._zod, d = l.def.type,
|
|
3424
|
+
const s = [], a = o.keySet, l = o.catchall._zod, d = l.def.type, v = l.optout === "optional";
|
|
3376
3425
|
for (const _ in t) {
|
|
3377
3426
|
if (a.has(_))
|
|
3378
3427
|
continue;
|
|
@@ -3380,8 +3429,8 @@ function Un(e, t, r, n, o, i) {
|
|
|
3380
3429
|
s.push(_);
|
|
3381
3430
|
continue;
|
|
3382
3431
|
}
|
|
3383
|
-
const
|
|
3384
|
-
|
|
3432
|
+
const y = l.run({ value: t[_], issues: [] }, n);
|
|
3433
|
+
y instanceof Promise ? e.push(y.then((h) => jt(h, r, _, t, v))) : jt(y, r, _, t, v);
|
|
3385
3434
|
}
|
|
3386
3435
|
return s.length && r.issues.push({
|
|
3387
3436
|
code: "unrecognized_keys",
|
|
@@ -3390,7 +3439,7 @@ function Un(e, t, r, n, o, i) {
|
|
|
3390
3439
|
inst: i
|
|
3391
3440
|
}), e.length ? Promise.all(e).then(() => r) : r;
|
|
3392
3441
|
}
|
|
3393
|
-
const
|
|
3442
|
+
const $i = /* @__PURE__ */ p("$ZodObject", (e, t) => {
|
|
3394
3443
|
if (te.init(e, t), !Object.getOwnPropertyDescriptor(t, "shape")?.get) {
|
|
3395
3444
|
const a = t.shape;
|
|
3396
3445
|
Object.defineProperty(t, "shape", {
|
|
@@ -3406,16 +3455,16 @@ const ji = /* @__PURE__ */ p("$ZodObject", (e, t) => {
|
|
|
3406
3455
|
L(e._zod, "propValues", () => {
|
|
3407
3456
|
const a = t.shape, l = {};
|
|
3408
3457
|
for (const d in a) {
|
|
3409
|
-
const
|
|
3410
|
-
if (
|
|
3458
|
+
const v = a[d]._zod;
|
|
3459
|
+
if (v.values) {
|
|
3411
3460
|
l[d] ?? (l[d] = /* @__PURE__ */ new Set());
|
|
3412
|
-
for (const _ of
|
|
3461
|
+
for (const _ of v.values)
|
|
3413
3462
|
l[d].add(_);
|
|
3414
3463
|
}
|
|
3415
3464
|
}
|
|
3416
3465
|
return l;
|
|
3417
3466
|
});
|
|
3418
|
-
const o =
|
|
3467
|
+
const o = Ot, i = t.catchall;
|
|
3419
3468
|
let s;
|
|
3420
3469
|
e._zod.parse = (a, l) => {
|
|
3421
3470
|
s ?? (s = n.value);
|
|
@@ -3428,28 +3477,28 @@ const ji = /* @__PURE__ */ p("$ZodObject", (e, t) => {
|
|
|
3428
3477
|
inst: e
|
|
3429
3478
|
}), a;
|
|
3430
3479
|
a.value = {};
|
|
3431
|
-
const
|
|
3432
|
-
for (const
|
|
3433
|
-
const h = _[
|
|
3434
|
-
E instanceof Promise ?
|
|
3480
|
+
const v = [], _ = s.shape;
|
|
3481
|
+
for (const y of s.keys) {
|
|
3482
|
+
const h = _[y], x = h._zod.optout === "optional", E = h._zod.run({ value: d[y], issues: [] }, l);
|
|
3483
|
+
E instanceof Promise ? v.push(E.then(($) => jt($, a, y, d, x))) : jt(E, a, y, d, x);
|
|
3435
3484
|
}
|
|
3436
|
-
return i ? Un(
|
|
3485
|
+
return i ? Un(v, d, a, l, n.value, e) : v.length ? Promise.all(v).then(() => a) : a;
|
|
3437
3486
|
};
|
|
3438
|
-
}),
|
|
3439
|
-
|
|
3440
|
-
const r = e._zod.parse, n = pr(() => Vn(t)), o = (
|
|
3441
|
-
const h = new
|
|
3487
|
+
}), Ai = /* @__PURE__ */ p("$ZodObjectJIT", (e, t) => {
|
|
3488
|
+
$i.init(e, t);
|
|
3489
|
+
const r = e._zod.parse, n = pr(() => Vn(t)), o = (y) => {
|
|
3490
|
+
const h = new ti(["shape", "payload", "ctx"]), x = n.value, E = (Z) => {
|
|
3442
3491
|
const R = tn(Z);
|
|
3443
3492
|
return `shape[${R}]._zod.run({ value: input[${R}], issues: [] }, ctx)`;
|
|
3444
3493
|
};
|
|
3445
3494
|
h.write("const input = payload.value;");
|
|
3446
|
-
const
|
|
3495
|
+
const $ = /* @__PURE__ */ Object.create(null);
|
|
3447
3496
|
let D = 0;
|
|
3448
3497
|
for (const Z of x.keys)
|
|
3449
|
-
|
|
3498
|
+
$[Z] = `key_${D++}`;
|
|
3450
3499
|
h.write("const newResult = {};");
|
|
3451
3500
|
for (const Z of x.keys) {
|
|
3452
|
-
const R =
|
|
3501
|
+
const R = $[Z], A = tn(Z), W = y[Z]?._zod?.optout === "optional";
|
|
3453
3502
|
h.write(`const ${R} = ${E(Z)};`), W ? h.write(`
|
|
3454
3503
|
if (${R}.issues.length) {
|
|
3455
3504
|
if (${A} in input) {
|
|
@@ -3488,20 +3537,20 @@ const ji = /* @__PURE__ */ p("$ZodObject", (e, t) => {
|
|
|
3488
3537
|
}
|
|
3489
3538
|
h.write("payload.value = newResult;"), h.write("return payload;");
|
|
3490
3539
|
const j = h.compile();
|
|
3491
|
-
return (Z, R) => j(
|
|
3540
|
+
return (Z, R) => j(y, Z, R);
|
|
3492
3541
|
};
|
|
3493
3542
|
let i;
|
|
3494
|
-
const s =
|
|
3543
|
+
const s = Ot, a = !$n.jitless, d = a && Xo.value, v = t.catchall;
|
|
3495
3544
|
let _;
|
|
3496
|
-
e._zod.parse = (
|
|
3545
|
+
e._zod.parse = (y, h) => {
|
|
3497
3546
|
_ ?? (_ = n.value);
|
|
3498
|
-
const x =
|
|
3499
|
-
return s(x) ? a && d && h?.async === !1 && h.jitless !== !0 ? (i || (i = o(t.shape)),
|
|
3547
|
+
const x = y.value;
|
|
3548
|
+
return s(x) ? a && d && h?.async === !1 && h.jitless !== !0 ? (i || (i = o(t.shape)), y = i(y, h), v ? Un([], x, y, h, _, e) : y) : r(y, h) : (y.issues.push({
|
|
3500
3549
|
expected: "object",
|
|
3501
3550
|
code: "invalid_type",
|
|
3502
3551
|
input: x,
|
|
3503
3552
|
inst: e
|
|
3504
|
-
}),
|
|
3553
|
+
}), y);
|
|
3505
3554
|
};
|
|
3506
3555
|
});
|
|
3507
3556
|
function on(e, t, r, n) {
|
|
@@ -3516,7 +3565,7 @@ function on(e, t, r, n) {
|
|
|
3516
3565
|
errors: e.map((i) => i.issues.map((s) => Ve(s, n, Ce())))
|
|
3517
3566
|
}), t);
|
|
3518
3567
|
}
|
|
3519
|
-
const
|
|
3568
|
+
const Ri = /* @__PURE__ */ p("$ZodUnion", (e, t) => {
|
|
3520
3569
|
te.init(e, t), L(e._zod, "optin", () => t.options.some((o) => o._zod.optin === "optional") ? "optional" : void 0), L(e._zod, "optout", () => t.options.some((o) => o._zod.optout === "optional") ? "optional" : void 0), L(e._zod, "values", () => {
|
|
3521
3570
|
if (t.options.every((o) => o._zod.values))
|
|
3522
3571
|
return new Set(t.options.flatMap((o) => Array.from(o._zod.values)));
|
|
@@ -3547,13 +3596,13 @@ const $i = /* @__PURE__ */ p("$ZodUnion", (e, t) => {
|
|
|
3547
3596
|
}
|
|
3548
3597
|
return s ? Promise.all(a).then((l) => on(l, o, e, i)) : on(a, o, e, i);
|
|
3549
3598
|
};
|
|
3550
|
-
}),
|
|
3599
|
+
}), Ti = /* @__PURE__ */ p("$ZodIntersection", (e, t) => {
|
|
3551
3600
|
te.init(e, t), e._zod.parse = (r, n) => {
|
|
3552
3601
|
const o = r.value, i = t.left._zod.run({ value: o, issues: [] }, n), s = t.right._zod.run({ value: o, issues: [] }, n);
|
|
3553
3602
|
return i instanceof Promise || s instanceof Promise ? Promise.all([i, s]).then(([l, d]) => sn(r, l, d)) : sn(r, i, s);
|
|
3554
3603
|
};
|
|
3555
3604
|
});
|
|
3556
|
-
function
|
|
3605
|
+
function nr(e, t) {
|
|
3557
3606
|
if (e === t)
|
|
3558
3607
|
return { valid: !0, data: e };
|
|
3559
3608
|
if (e instanceof Date && t instanceof Date && +e == +t)
|
|
@@ -3561,7 +3610,7 @@ function rr(e, t) {
|
|
|
3561
3610
|
if (at(e) && at(t)) {
|
|
3562
3611
|
const r = Object.keys(t), n = Object.keys(e).filter((i) => r.indexOf(i) !== -1), o = { ...e, ...t };
|
|
3563
3612
|
for (const i of n) {
|
|
3564
|
-
const s =
|
|
3613
|
+
const s = nr(e[i], t[i]);
|
|
3565
3614
|
if (!s.valid)
|
|
3566
3615
|
return {
|
|
3567
3616
|
valid: !1,
|
|
@@ -3576,7 +3625,7 @@ function rr(e, t) {
|
|
|
3576
3625
|
return { valid: !1, mergeErrorPath: [] };
|
|
3577
3626
|
const r = [];
|
|
3578
3627
|
for (let n = 0; n < e.length; n++) {
|
|
3579
|
-
const o = e[n], i = t[n], s =
|
|
3628
|
+
const o = e[n], i = t[n], s = nr(o, i);
|
|
3580
3629
|
if (!s.valid)
|
|
3581
3630
|
return {
|
|
3582
3631
|
valid: !1,
|
|
@@ -3607,15 +3656,15 @@ function sn(e, t, r) {
|
|
|
3607
3656
|
const i = [...n].filter(([, a]) => a.l && a.r).map(([a]) => a);
|
|
3608
3657
|
if (i.length && o && e.issues.push({ ...o, keys: i }), Ke(e))
|
|
3609
3658
|
return e;
|
|
3610
|
-
const s =
|
|
3659
|
+
const s = nr(t.value, r.value);
|
|
3611
3660
|
if (!s.valid)
|
|
3612
3661
|
throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(s.mergeErrorPath)}`);
|
|
3613
3662
|
return e.value = s.data, e;
|
|
3614
3663
|
}
|
|
3615
|
-
const
|
|
3664
|
+
const Zi = /* @__PURE__ */ p("$ZodEnum", (e, t) => {
|
|
3616
3665
|
te.init(e, t);
|
|
3617
3666
|
const r = An(t.entries), n = new Set(r);
|
|
3618
|
-
e._zod.values = n, e._zod.pattern = new RegExp(`^(${r.filter((o) =>
|
|
3667
|
+
e._zod.values = n, e._zod.pattern = new RegExp(`^(${r.filter((o) => Qo.has(typeof o)).map((o) => typeof o == "string" ? Zt(o) : o.toString()).join("|")})$`), e._zod.parse = (o, i) => {
|
|
3619
3668
|
const s = o.value;
|
|
3620
3669
|
return n.has(s) || o.issues.push({
|
|
3621
3670
|
code: "invalid_value",
|
|
@@ -3624,10 +3673,10 @@ const Ai = /* @__PURE__ */ p("$ZodEnum", (e, t) => {
|
|
|
3624
3673
|
inst: e
|
|
3625
3674
|
}), o;
|
|
3626
3675
|
};
|
|
3627
|
-
}),
|
|
3676
|
+
}), Di = /* @__PURE__ */ p("$ZodTransform", (e, t) => {
|
|
3628
3677
|
te.init(e, t), e._zod.parse = (r, n) => {
|
|
3629
3678
|
if (n.direction === "backward")
|
|
3630
|
-
throw new
|
|
3679
|
+
throw new Pn(e.constructor.name);
|
|
3631
3680
|
const o = t.transform(r.value, r);
|
|
3632
3681
|
if (n.async)
|
|
3633
3682
|
return (o instanceof Promise ? o : Promise.resolve(o)).then((s) => (r.value = s, r));
|
|
@@ -3650,14 +3699,14 @@ const Mn = /* @__PURE__ */ p("$ZodOptional", (e, t) => {
|
|
|
3650
3699
|
}
|
|
3651
3700
|
return r.value === void 0 ? r : t.innerType._zod.run(r, n);
|
|
3652
3701
|
};
|
|
3653
|
-
}),
|
|
3702
|
+
}), Ni = /* @__PURE__ */ p("$ZodExactOptional", (e, t) => {
|
|
3654
3703
|
Mn.init(e, t), L(e._zod, "values", () => t.innerType._zod.values), L(e._zod, "pattern", () => t.innerType._zod.pattern), e._zod.parse = (r, n) => t.innerType._zod.run(r, n);
|
|
3655
|
-
}),
|
|
3704
|
+
}), Ii = /* @__PURE__ */ p("$ZodNullable", (e, t) => {
|
|
3656
3705
|
te.init(e, t), L(e._zod, "optin", () => t.innerType._zod.optin), L(e._zod, "optout", () => t.innerType._zod.optout), L(e._zod, "pattern", () => {
|
|
3657
3706
|
const r = t.innerType._zod.pattern;
|
|
3658
3707
|
return r ? new RegExp(`^(${_r(r.source)}|null)$`) : void 0;
|
|
3659
3708
|
}), L(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, null]) : void 0), e._zod.parse = (r, n) => r.value === null ? r : t.innerType._zod.run(r, n);
|
|
3660
|
-
}),
|
|
3709
|
+
}), Li = /* @__PURE__ */ p("$ZodDefault", (e, t) => {
|
|
3661
3710
|
te.init(e, t), e._zod.optin = "optional", L(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (r, n) => {
|
|
3662
3711
|
if (n.direction === "backward")
|
|
3663
3712
|
return t.innerType._zod.run(r, n);
|
|
@@ -3670,9 +3719,9 @@ const Mn = /* @__PURE__ */ p("$ZodOptional", (e, t) => {
|
|
|
3670
3719
|
function cn(e, t) {
|
|
3671
3720
|
return e.value === void 0 && (e.value = t.defaultValue), e;
|
|
3672
3721
|
}
|
|
3673
|
-
const
|
|
3722
|
+
const Ci = /* @__PURE__ */ p("$ZodPrefault", (e, t) => {
|
|
3674
3723
|
te.init(e, t), e._zod.optin = "optional", L(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (r, n) => (n.direction === "backward" || r.value === void 0 && (r.value = t.defaultValue), t.innerType._zod.run(r, n));
|
|
3675
|
-
}),
|
|
3724
|
+
}), Vi = /* @__PURE__ */ p("$ZodNonOptional", (e, t) => {
|
|
3676
3725
|
te.init(e, t), L(e._zod, "values", () => {
|
|
3677
3726
|
const r = t.innerType._zod.values;
|
|
3678
3727
|
return r ? new Set([...r].filter((n) => n !== void 0)) : void 0;
|
|
@@ -3689,7 +3738,7 @@ function un(e, t) {
|
|
|
3689
3738
|
inst: t
|
|
3690
3739
|
}), e;
|
|
3691
3740
|
}
|
|
3692
|
-
const
|
|
3741
|
+
const Ui = /* @__PURE__ */ p("$ZodCatch", (e, t) => {
|
|
3693
3742
|
te.init(e, t), L(e._zod, "optin", () => t.innerType._zod.optin), L(e._zod, "optout", () => t.innerType._zod.optout), L(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (r, n) => {
|
|
3694
3743
|
if (n.direction === "backward")
|
|
3695
3744
|
return t.innerType._zod.run(r, n);
|
|
@@ -3708,20 +3757,20 @@ const Li = /* @__PURE__ */ p("$ZodCatch", (e, t) => {
|
|
|
3708
3757
|
input: r.value
|
|
3709
3758
|
}), r.issues = []), r);
|
|
3710
3759
|
};
|
|
3711
|
-
}),
|
|
3760
|
+
}), Mi = /* @__PURE__ */ p("$ZodPipe", (e, t) => {
|
|
3712
3761
|
te.init(e, t), L(e._zod, "values", () => t.in._zod.values), L(e._zod, "optin", () => t.in._zod.optin), L(e._zod, "optout", () => t.out._zod.optout), L(e._zod, "propValues", () => t.in._zod.propValues), e._zod.parse = (r, n) => {
|
|
3713
3762
|
if (n.direction === "backward") {
|
|
3714
3763
|
const i = t.out._zod.run(r, n);
|
|
3715
|
-
return i instanceof Promise ? i.then((s) =>
|
|
3764
|
+
return i instanceof Promise ? i.then((s) => Et(s, t.in, n)) : Et(i, t.in, n);
|
|
3716
3765
|
}
|
|
3717
3766
|
const o = t.in._zod.run(r, n);
|
|
3718
|
-
return o instanceof Promise ? o.then((i) =>
|
|
3767
|
+
return o instanceof Promise ? o.then((i) => Et(i, t.out, n)) : Et(o, t.out, n);
|
|
3719
3768
|
};
|
|
3720
3769
|
});
|
|
3721
|
-
function
|
|
3770
|
+
function Et(e, t, r) {
|
|
3722
3771
|
return e.issues.length ? (e.aborted = !0, e) : t._zod.run({ value: e.value, issues: e.issues }, r);
|
|
3723
3772
|
}
|
|
3724
|
-
const
|
|
3773
|
+
const Ji = /* @__PURE__ */ p("$ZodReadonly", (e, t) => {
|
|
3725
3774
|
te.init(e, t), L(e._zod, "propValues", () => t.innerType._zod.propValues), L(e._zod, "values", () => t.innerType._zod.values), L(e._zod, "optin", () => t.innerType?._zod?.optin), L(e._zod, "optout", () => t.innerType?._zod?.optout), e._zod.parse = (r, n) => {
|
|
3726
3775
|
if (n.direction === "backward")
|
|
3727
3776
|
return t.innerType._zod.run(r, n);
|
|
@@ -3732,7 +3781,7 @@ const Vi = /* @__PURE__ */ p("$ZodReadonly", (e, t) => {
|
|
|
3732
3781
|
function ln(e) {
|
|
3733
3782
|
return e.value = Object.freeze(e.value), e;
|
|
3734
3783
|
}
|
|
3735
|
-
const
|
|
3784
|
+
const Bi = /* @__PURE__ */ p("$ZodCustom", (e, t) => {
|
|
3736
3785
|
ke.init(e, t), te.init(e, t), e._zod.parse = (r, n) => r, e._zod.check = (r) => {
|
|
3737
3786
|
const n = r.value, o = t.fn(n);
|
|
3738
3787
|
if (o instanceof Promise)
|
|
@@ -3756,7 +3805,7 @@ function fn(e, t, r, n) {
|
|
|
3756
3805
|
}
|
|
3757
3806
|
}
|
|
3758
3807
|
var dn;
|
|
3759
|
-
class
|
|
3808
|
+
class Wi {
|
|
3760
3809
|
constructor() {
|
|
3761
3810
|
this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
|
|
3762
3811
|
}
|
|
@@ -3785,13 +3834,13 @@ class Mi {
|
|
|
3785
3834
|
return this._map.has(t);
|
|
3786
3835
|
}
|
|
3787
3836
|
}
|
|
3788
|
-
function
|
|
3789
|
-
return new
|
|
3837
|
+
function qi() {
|
|
3838
|
+
return new Wi();
|
|
3790
3839
|
}
|
|
3791
|
-
(dn = globalThis).__zod_globalRegistry ?? (dn.__zod_globalRegistry =
|
|
3840
|
+
(dn = globalThis).__zod_globalRegistry ?? (dn.__zod_globalRegistry = qi());
|
|
3792
3841
|
const ot = globalThis.__zod_globalRegistry;
|
|
3793
3842
|
// @__NO_SIDE_EFFECTS__
|
|
3794
|
-
function
|
|
3843
|
+
function Hi(e, t) {
|
|
3795
3844
|
return new e({
|
|
3796
3845
|
type: "string",
|
|
3797
3846
|
...O(t)
|
|
@@ -3818,7 +3867,7 @@ function mn(e, t) {
|
|
|
3818
3867
|
});
|
|
3819
3868
|
}
|
|
3820
3869
|
// @__NO_SIDE_EFFECTS__
|
|
3821
|
-
function
|
|
3870
|
+
function Ki(e, t) {
|
|
3822
3871
|
return new e({
|
|
3823
3872
|
type: "string",
|
|
3824
3873
|
format: "uuid",
|
|
@@ -3828,7 +3877,7 @@ function Wi(e, t) {
|
|
|
3828
3877
|
});
|
|
3829
3878
|
}
|
|
3830
3879
|
// @__NO_SIDE_EFFECTS__
|
|
3831
|
-
function
|
|
3880
|
+
function Gi(e, t) {
|
|
3832
3881
|
return new e({
|
|
3833
3882
|
type: "string",
|
|
3834
3883
|
format: "uuid",
|
|
@@ -3839,7 +3888,7 @@ function qi(e, t) {
|
|
|
3839
3888
|
});
|
|
3840
3889
|
}
|
|
3841
3890
|
// @__NO_SIDE_EFFECTS__
|
|
3842
|
-
function
|
|
3891
|
+
function Yi(e, t) {
|
|
3843
3892
|
return new e({
|
|
3844
3893
|
type: "string",
|
|
3845
3894
|
format: "uuid",
|
|
@@ -3850,7 +3899,7 @@ function Hi(e, t) {
|
|
|
3850
3899
|
});
|
|
3851
3900
|
}
|
|
3852
3901
|
// @__NO_SIDE_EFFECTS__
|
|
3853
|
-
function
|
|
3902
|
+
function Xi(e, t) {
|
|
3854
3903
|
return new e({
|
|
3855
3904
|
type: "string",
|
|
3856
3905
|
format: "uuid",
|
|
@@ -3861,7 +3910,7 @@ function Ki(e, t) {
|
|
|
3861
3910
|
});
|
|
3862
3911
|
}
|
|
3863
3912
|
// @__NO_SIDE_EFFECTS__
|
|
3864
|
-
function
|
|
3913
|
+
function Qi(e, t) {
|
|
3865
3914
|
return new e({
|
|
3866
3915
|
type: "string",
|
|
3867
3916
|
format: "url",
|
|
@@ -3871,7 +3920,7 @@ function Gi(e, t) {
|
|
|
3871
3920
|
});
|
|
3872
3921
|
}
|
|
3873
3922
|
// @__NO_SIDE_EFFECTS__
|
|
3874
|
-
function
|
|
3923
|
+
function ea(e, t) {
|
|
3875
3924
|
return new e({
|
|
3876
3925
|
type: "string",
|
|
3877
3926
|
format: "emoji",
|
|
@@ -3881,7 +3930,7 @@ function Yi(e, t) {
|
|
|
3881
3930
|
});
|
|
3882
3931
|
}
|
|
3883
3932
|
// @__NO_SIDE_EFFECTS__
|
|
3884
|
-
function
|
|
3933
|
+
function ta(e, t) {
|
|
3885
3934
|
return new e({
|
|
3886
3935
|
type: "string",
|
|
3887
3936
|
format: "nanoid",
|
|
@@ -3891,7 +3940,7 @@ function Xi(e, t) {
|
|
|
3891
3940
|
});
|
|
3892
3941
|
}
|
|
3893
3942
|
// @__NO_SIDE_EFFECTS__
|
|
3894
|
-
function
|
|
3943
|
+
function ra(e, t) {
|
|
3895
3944
|
return new e({
|
|
3896
3945
|
type: "string",
|
|
3897
3946
|
format: "cuid",
|
|
@@ -3901,7 +3950,7 @@ function Qi(e, t) {
|
|
|
3901
3950
|
});
|
|
3902
3951
|
}
|
|
3903
3952
|
// @__NO_SIDE_EFFECTS__
|
|
3904
|
-
function
|
|
3953
|
+
function na(e, t) {
|
|
3905
3954
|
return new e({
|
|
3906
3955
|
type: "string",
|
|
3907
3956
|
format: "cuid2",
|
|
@@ -3911,7 +3960,7 @@ function ea(e, t) {
|
|
|
3911
3960
|
});
|
|
3912
3961
|
}
|
|
3913
3962
|
// @__NO_SIDE_EFFECTS__
|
|
3914
|
-
function
|
|
3963
|
+
function oa(e, t) {
|
|
3915
3964
|
return new e({
|
|
3916
3965
|
type: "string",
|
|
3917
3966
|
format: "ulid",
|
|
@@ -3921,7 +3970,7 @@ function ta(e, t) {
|
|
|
3921
3970
|
});
|
|
3922
3971
|
}
|
|
3923
3972
|
// @__NO_SIDE_EFFECTS__
|
|
3924
|
-
function
|
|
3973
|
+
function sa(e, t) {
|
|
3925
3974
|
return new e({
|
|
3926
3975
|
type: "string",
|
|
3927
3976
|
format: "xid",
|
|
@@ -3931,7 +3980,7 @@ function ra(e, t) {
|
|
|
3931
3980
|
});
|
|
3932
3981
|
}
|
|
3933
3982
|
// @__NO_SIDE_EFFECTS__
|
|
3934
|
-
function
|
|
3983
|
+
function ia(e, t) {
|
|
3935
3984
|
return new e({
|
|
3936
3985
|
type: "string",
|
|
3937
3986
|
format: "ksuid",
|
|
@@ -3941,7 +3990,7 @@ function na(e, t) {
|
|
|
3941
3990
|
});
|
|
3942
3991
|
}
|
|
3943
3992
|
// @__NO_SIDE_EFFECTS__
|
|
3944
|
-
function
|
|
3993
|
+
function aa(e, t) {
|
|
3945
3994
|
return new e({
|
|
3946
3995
|
type: "string",
|
|
3947
3996
|
format: "ipv4",
|
|
@@ -3951,7 +4000,7 @@ function oa(e, t) {
|
|
|
3951
4000
|
});
|
|
3952
4001
|
}
|
|
3953
4002
|
// @__NO_SIDE_EFFECTS__
|
|
3954
|
-
function
|
|
4003
|
+
function ca(e, t) {
|
|
3955
4004
|
return new e({
|
|
3956
4005
|
type: "string",
|
|
3957
4006
|
format: "ipv6",
|
|
@@ -3961,7 +4010,7 @@ function sa(e, t) {
|
|
|
3961
4010
|
});
|
|
3962
4011
|
}
|
|
3963
4012
|
// @__NO_SIDE_EFFECTS__
|
|
3964
|
-
function
|
|
4013
|
+
function ua(e, t) {
|
|
3965
4014
|
return new e({
|
|
3966
4015
|
type: "string",
|
|
3967
4016
|
format: "cidrv4",
|
|
@@ -3971,7 +4020,7 @@ function ia(e, t) {
|
|
|
3971
4020
|
});
|
|
3972
4021
|
}
|
|
3973
4022
|
// @__NO_SIDE_EFFECTS__
|
|
3974
|
-
function
|
|
4023
|
+
function la(e, t) {
|
|
3975
4024
|
return new e({
|
|
3976
4025
|
type: "string",
|
|
3977
4026
|
format: "cidrv6",
|
|
@@ -3981,7 +4030,7 @@ function aa(e, t) {
|
|
|
3981
4030
|
});
|
|
3982
4031
|
}
|
|
3983
4032
|
// @__NO_SIDE_EFFECTS__
|
|
3984
|
-
function
|
|
4033
|
+
function fa(e, t) {
|
|
3985
4034
|
return new e({
|
|
3986
4035
|
type: "string",
|
|
3987
4036
|
format: "base64",
|
|
@@ -3991,7 +4040,7 @@ function ca(e, t) {
|
|
|
3991
4040
|
});
|
|
3992
4041
|
}
|
|
3993
4042
|
// @__NO_SIDE_EFFECTS__
|
|
3994
|
-
function
|
|
4043
|
+
function da(e, t) {
|
|
3995
4044
|
return new e({
|
|
3996
4045
|
type: "string",
|
|
3997
4046
|
format: "base64url",
|
|
@@ -4001,7 +4050,7 @@ function ua(e, t) {
|
|
|
4001
4050
|
});
|
|
4002
4051
|
}
|
|
4003
4052
|
// @__NO_SIDE_EFFECTS__
|
|
4004
|
-
function
|
|
4053
|
+
function ma(e, t) {
|
|
4005
4054
|
return new e({
|
|
4006
4055
|
type: "string",
|
|
4007
4056
|
format: "e164",
|
|
@@ -4011,7 +4060,7 @@ function la(e, t) {
|
|
|
4011
4060
|
});
|
|
4012
4061
|
}
|
|
4013
4062
|
// @__NO_SIDE_EFFECTS__
|
|
4014
|
-
function
|
|
4063
|
+
function ha(e, t) {
|
|
4015
4064
|
return new e({
|
|
4016
4065
|
type: "string",
|
|
4017
4066
|
format: "jwt",
|
|
@@ -4021,7 +4070,7 @@ function fa(e, t) {
|
|
|
4021
4070
|
});
|
|
4022
4071
|
}
|
|
4023
4072
|
// @__NO_SIDE_EFFECTS__
|
|
4024
|
-
function
|
|
4073
|
+
function pa(e, t) {
|
|
4025
4074
|
return new e({
|
|
4026
4075
|
type: "string",
|
|
4027
4076
|
format: "datetime",
|
|
@@ -4033,7 +4082,7 @@ function da(e, t) {
|
|
|
4033
4082
|
});
|
|
4034
4083
|
}
|
|
4035
4084
|
// @__NO_SIDE_EFFECTS__
|
|
4036
|
-
function
|
|
4085
|
+
function ga(e, t) {
|
|
4037
4086
|
return new e({
|
|
4038
4087
|
type: "string",
|
|
4039
4088
|
format: "date",
|
|
@@ -4042,7 +4091,7 @@ function ma(e, t) {
|
|
|
4042
4091
|
});
|
|
4043
4092
|
}
|
|
4044
4093
|
// @__NO_SIDE_EFFECTS__
|
|
4045
|
-
function
|
|
4094
|
+
function _a(e, t) {
|
|
4046
4095
|
return new e({
|
|
4047
4096
|
type: "string",
|
|
4048
4097
|
format: "time",
|
|
@@ -4052,7 +4101,7 @@ function ha(e, t) {
|
|
|
4052
4101
|
});
|
|
4053
4102
|
}
|
|
4054
4103
|
// @__NO_SIDE_EFFECTS__
|
|
4055
|
-
function
|
|
4104
|
+
function ya(e, t) {
|
|
4056
4105
|
return new e({
|
|
4057
4106
|
type: "string",
|
|
4058
4107
|
format: "duration",
|
|
@@ -4061,13 +4110,13 @@ function pa(e, t) {
|
|
|
4061
4110
|
});
|
|
4062
4111
|
}
|
|
4063
4112
|
// @__NO_SIDE_EFFECTS__
|
|
4064
|
-
function
|
|
4113
|
+
function va(e) {
|
|
4065
4114
|
return new e({
|
|
4066
4115
|
type: "unknown"
|
|
4067
4116
|
});
|
|
4068
4117
|
}
|
|
4069
4118
|
// @__NO_SIDE_EFFECTS__
|
|
4070
|
-
function
|
|
4119
|
+
function wa(e, t) {
|
|
4071
4120
|
return new e({
|
|
4072
4121
|
type: "never",
|
|
4073
4122
|
...O(t)
|
|
@@ -4075,15 +4124,15 @@ function _a(e, t) {
|
|
|
4075
4124
|
}
|
|
4076
4125
|
// @__NO_SIDE_EFFECTS__
|
|
4077
4126
|
function Bn(e, t) {
|
|
4078
|
-
return new
|
|
4127
|
+
return new Bs({
|
|
4079
4128
|
check: "max_length",
|
|
4080
4129
|
...O(t),
|
|
4081
4130
|
maximum: e
|
|
4082
4131
|
});
|
|
4083
4132
|
}
|
|
4084
4133
|
// @__NO_SIDE_EFFECTS__
|
|
4085
|
-
function
|
|
4086
|
-
return new
|
|
4134
|
+
function Ft(e, t) {
|
|
4135
|
+
return new Ws({
|
|
4087
4136
|
check: "min_length",
|
|
4088
4137
|
...O(t),
|
|
4089
4138
|
minimum: e
|
|
@@ -4091,15 +4140,15 @@ function $t(e, t) {
|
|
|
4091
4140
|
}
|
|
4092
4141
|
// @__NO_SIDE_EFFECTS__
|
|
4093
4142
|
function Wn(e, t) {
|
|
4094
|
-
return new
|
|
4143
|
+
return new qs({
|
|
4095
4144
|
check: "length_equals",
|
|
4096
4145
|
...O(t),
|
|
4097
4146
|
length: e
|
|
4098
4147
|
});
|
|
4099
4148
|
}
|
|
4100
4149
|
// @__NO_SIDE_EFFECTS__
|
|
4101
|
-
function
|
|
4102
|
-
return new
|
|
4150
|
+
function ba(e, t) {
|
|
4151
|
+
return new Hs({
|
|
4103
4152
|
check: "string_format",
|
|
4104
4153
|
format: "regex",
|
|
4105
4154
|
...O(t),
|
|
@@ -4107,24 +4156,24 @@ function va(e, t) {
|
|
|
4107
4156
|
});
|
|
4108
4157
|
}
|
|
4109
4158
|
// @__NO_SIDE_EFFECTS__
|
|
4110
|
-
function
|
|
4111
|
-
return new
|
|
4159
|
+
function ka(e) {
|
|
4160
|
+
return new Ks({
|
|
4112
4161
|
check: "string_format",
|
|
4113
4162
|
format: "lowercase",
|
|
4114
4163
|
...O(e)
|
|
4115
4164
|
});
|
|
4116
4165
|
}
|
|
4117
4166
|
// @__NO_SIDE_EFFECTS__
|
|
4118
|
-
function
|
|
4119
|
-
return new
|
|
4167
|
+
function Ea(e) {
|
|
4168
|
+
return new Gs({
|
|
4120
4169
|
check: "string_format",
|
|
4121
4170
|
format: "uppercase",
|
|
4122
4171
|
...O(e)
|
|
4123
4172
|
});
|
|
4124
4173
|
}
|
|
4125
4174
|
// @__NO_SIDE_EFFECTS__
|
|
4126
|
-
function
|
|
4127
|
-
return new
|
|
4175
|
+
function Sa(e, t) {
|
|
4176
|
+
return new Ys({
|
|
4128
4177
|
check: "string_format",
|
|
4129
4178
|
format: "includes",
|
|
4130
4179
|
...O(t),
|
|
@@ -4132,8 +4181,8 @@ function ba(e, t) {
|
|
|
4132
4181
|
});
|
|
4133
4182
|
}
|
|
4134
4183
|
// @__NO_SIDE_EFFECTS__
|
|
4135
|
-
function
|
|
4136
|
-
return new
|
|
4184
|
+
function xa(e, t) {
|
|
4185
|
+
return new Xs({
|
|
4137
4186
|
check: "string_format",
|
|
4138
4187
|
format: "starts_with",
|
|
4139
4188
|
...O(t),
|
|
@@ -4141,8 +4190,8 @@ function ka(e, t) {
|
|
|
4141
4190
|
});
|
|
4142
4191
|
}
|
|
4143
4192
|
// @__NO_SIDE_EFFECTS__
|
|
4144
|
-
function
|
|
4145
|
-
return new
|
|
4193
|
+
function za(e, t) {
|
|
4194
|
+
return new Qs({
|
|
4146
4195
|
check: "string_format",
|
|
4147
4196
|
format: "ends_with",
|
|
4148
4197
|
...O(t),
|
|
@@ -4151,33 +4200,33 @@ function Ea(e, t) {
|
|
|
4151
4200
|
}
|
|
4152
4201
|
// @__NO_SIDE_EFFECTS__
|
|
4153
4202
|
function Qe(e) {
|
|
4154
|
-
return new
|
|
4203
|
+
return new ei({
|
|
4155
4204
|
check: "overwrite",
|
|
4156
4205
|
tx: e
|
|
4157
4206
|
});
|
|
4158
4207
|
}
|
|
4159
4208
|
// @__NO_SIDE_EFFECTS__
|
|
4160
|
-
function
|
|
4209
|
+
function Oa(e) {
|
|
4161
4210
|
return /* @__PURE__ */ Qe((t) => t.normalize(e));
|
|
4162
4211
|
}
|
|
4163
4212
|
// @__NO_SIDE_EFFECTS__
|
|
4164
|
-
function
|
|
4213
|
+
function ja() {
|
|
4165
4214
|
return /* @__PURE__ */ Qe((e) => e.trim());
|
|
4166
4215
|
}
|
|
4167
4216
|
// @__NO_SIDE_EFFECTS__
|
|
4168
|
-
function
|
|
4217
|
+
function Fa() {
|
|
4169
4218
|
return /* @__PURE__ */ Qe((e) => e.toLowerCase());
|
|
4170
4219
|
}
|
|
4171
4220
|
// @__NO_SIDE_EFFECTS__
|
|
4172
|
-
function
|
|
4221
|
+
function Pa() {
|
|
4173
4222
|
return /* @__PURE__ */ Qe((e) => e.toUpperCase());
|
|
4174
4223
|
}
|
|
4175
4224
|
// @__NO_SIDE_EFFECTS__
|
|
4176
|
-
function
|
|
4177
|
-
return /* @__PURE__ */ Qe((e) =>
|
|
4225
|
+
function $a() {
|
|
4226
|
+
return /* @__PURE__ */ Qe((e) => Yo(e));
|
|
4178
4227
|
}
|
|
4179
4228
|
// @__NO_SIDE_EFFECTS__
|
|
4180
|
-
function
|
|
4229
|
+
function Aa(e, t, r) {
|
|
4181
4230
|
return new e({
|
|
4182
4231
|
type: "array",
|
|
4183
4232
|
element: t,
|
|
@@ -4188,7 +4237,7 @@ function Fa(e, t, r) {
|
|
|
4188
4237
|
});
|
|
4189
4238
|
}
|
|
4190
4239
|
// @__NO_SIDE_EFFECTS__
|
|
4191
|
-
function
|
|
4240
|
+
function Ra(e, t, r) {
|
|
4192
4241
|
return new e({
|
|
4193
4242
|
type: "custom",
|
|
4194
4243
|
check: "custom",
|
|
@@ -4197,8 +4246,8 @@ function $a(e, t, r) {
|
|
|
4197
4246
|
});
|
|
4198
4247
|
}
|
|
4199
4248
|
// @__NO_SIDE_EFFECTS__
|
|
4200
|
-
function
|
|
4201
|
-
const t = /* @__PURE__ */
|
|
4249
|
+
function Ta(e) {
|
|
4250
|
+
const t = /* @__PURE__ */ Za((r) => (r.addIssue = (n) => {
|
|
4202
4251
|
if (typeof n == "string")
|
|
4203
4252
|
r.issues.push(ct(n, r.value, t._zod.def));
|
|
4204
4253
|
else {
|
|
@@ -4209,7 +4258,7 @@ function Pa(e) {
|
|
|
4209
4258
|
return t;
|
|
4210
4259
|
}
|
|
4211
4260
|
// @__NO_SIDE_EFFECTS__
|
|
4212
|
-
function
|
|
4261
|
+
function Za(e, t) {
|
|
4213
4262
|
const r = new ke({
|
|
4214
4263
|
check: "custom",
|
|
4215
4264
|
...O(t)
|
|
@@ -4244,21 +4293,21 @@ function oe(e, t, r = { path: [], schemaPath: [] }) {
|
|
|
4244
4293
|
if (a)
|
|
4245
4294
|
s.schema = a;
|
|
4246
4295
|
else {
|
|
4247
|
-
const
|
|
4296
|
+
const v = {
|
|
4248
4297
|
...r,
|
|
4249
4298
|
schemaPath: [...r.schemaPath, e],
|
|
4250
4299
|
path: r.path
|
|
4251
4300
|
};
|
|
4252
4301
|
if (e._zod.processJSONSchema)
|
|
4253
|
-
e._zod.processJSONSchema(t, s.schema,
|
|
4302
|
+
e._zod.processJSONSchema(t, s.schema, v);
|
|
4254
4303
|
else {
|
|
4255
|
-
const
|
|
4304
|
+
const y = s.schema, h = t.processors[o.type];
|
|
4256
4305
|
if (!h)
|
|
4257
4306
|
throw new Error(`[toJSONSchema]: Non-representable type encountered: ${o.type}`);
|
|
4258
|
-
h(e, t,
|
|
4307
|
+
h(e, t, y, v);
|
|
4259
4308
|
}
|
|
4260
4309
|
const _ = e._zod.parent;
|
|
4261
|
-
_ && (s.ref || (s.ref = _), oe(_, t,
|
|
4310
|
+
_ && (s.ref || (s.ref = _), oe(_, t, v), t.seen.get(_).isParent = !0);
|
|
4262
4311
|
}
|
|
4263
4312
|
const l = t.metadataRegistry.get(e);
|
|
4264
4313
|
return l && Object.assign(s.schema, l), t.io === "input" && ce(e) && (delete s.schema.examples, delete s.schema.default), t.io === "input" && s.schema._prefault && ((n = s.schema).default ?? (n.default = s.schema._prefault)), delete s.schema._prefault, t.seen.get(e).schema;
|
|
@@ -4280,25 +4329,25 @@ function Hn(e, t) {
|
|
|
4280
4329
|
const o = (s) => {
|
|
4281
4330
|
const a = e.target === "draft-2020-12" ? "$defs" : "definitions";
|
|
4282
4331
|
if (e.external) {
|
|
4283
|
-
const _ = e.external.registry.get(s[0])?.id,
|
|
4332
|
+
const _ = e.external.registry.get(s[0])?.id, y = e.external.uri ?? ((x) => x);
|
|
4284
4333
|
if (_)
|
|
4285
|
-
return { ref:
|
|
4334
|
+
return { ref: y(_) };
|
|
4286
4335
|
const h = s[1].defId ?? s[1].schema.id ?? `schema${e.counter++}`;
|
|
4287
|
-
return s[1].defId = h, { defId: h, ref: `${
|
|
4336
|
+
return s[1].defId = h, { defId: h, ref: `${y("__shared")}#/${a}/${h}` };
|
|
4288
4337
|
}
|
|
4289
4338
|
if (s[1] === r)
|
|
4290
4339
|
return { ref: "#" };
|
|
4291
|
-
const d = `#/${a}/`,
|
|
4292
|
-
return { defId:
|
|
4340
|
+
const d = `#/${a}/`, v = s[1].schema.id ?? `__schema${e.counter++}`;
|
|
4341
|
+
return { defId: v, ref: d + v };
|
|
4293
4342
|
}, i = (s) => {
|
|
4294
4343
|
if (s[1].schema.$ref)
|
|
4295
4344
|
return;
|
|
4296
4345
|
const a = s[1], { ref: l, defId: d } = o(s);
|
|
4297
4346
|
a.def = { ...a.schema }, d && (a.defId = d);
|
|
4298
|
-
const
|
|
4299
|
-
for (const _ in
|
|
4300
|
-
delete
|
|
4301
|
-
|
|
4347
|
+
const v = a.schema;
|
|
4348
|
+
for (const _ in v)
|
|
4349
|
+
delete v[_];
|
|
4350
|
+
v.$ref = l;
|
|
4302
4351
|
};
|
|
4303
4352
|
if (e.cycles === "throw")
|
|
4304
4353
|
for (const s of e.seen.entries()) {
|
|
@@ -4343,24 +4392,24 @@ function Kn(e, t) {
|
|
|
4343
4392
|
const a = e.seen.get(s);
|
|
4344
4393
|
if (a.ref === null)
|
|
4345
4394
|
return;
|
|
4346
|
-
const l = a.def ?? a.schema, d = { ...l },
|
|
4347
|
-
if (a.ref = null,
|
|
4348
|
-
n(
|
|
4349
|
-
const
|
|
4350
|
-
if (h.$ref && (e.target === "draft-07" || e.target === "draft-04" || e.target === "openapi-3.0") ? (l.allOf = l.allOf ?? [], l.allOf.push(h)) : Object.assign(l, h), Object.assign(l, d), s._zod.parent ===
|
|
4395
|
+
const l = a.def ?? a.schema, d = { ...l }, v = a.ref;
|
|
4396
|
+
if (a.ref = null, v) {
|
|
4397
|
+
n(v);
|
|
4398
|
+
const y = e.seen.get(v), h = y.schema;
|
|
4399
|
+
if (h.$ref && (e.target === "draft-07" || e.target === "draft-04" || e.target === "openapi-3.0") ? (l.allOf = l.allOf ?? [], l.allOf.push(h)) : Object.assign(l, h), Object.assign(l, d), s._zod.parent === v)
|
|
4351
4400
|
for (const E in l)
|
|
4352
4401
|
E === "$ref" || E === "allOf" || E in d || delete l[E];
|
|
4353
4402
|
if (h.$ref)
|
|
4354
4403
|
for (const E in l)
|
|
4355
|
-
E === "$ref" || E === "allOf" || E in
|
|
4404
|
+
E === "$ref" || E === "allOf" || E in y.def && JSON.stringify(l[E]) === JSON.stringify(y.def[E]) && delete l[E];
|
|
4356
4405
|
}
|
|
4357
4406
|
const _ = s._zod.parent;
|
|
4358
|
-
if (_ && _ !==
|
|
4407
|
+
if (_ && _ !== v) {
|
|
4359
4408
|
n(_);
|
|
4360
|
-
const
|
|
4361
|
-
if (
|
|
4409
|
+
const y = e.seen.get(_);
|
|
4410
|
+
if (y?.schema.$ref && (l.$ref = y.schema.$ref, y.def))
|
|
4362
4411
|
for (const h in l)
|
|
4363
|
-
h === "$ref" || h === "allOf" || h in
|
|
4412
|
+
h === "$ref" || h === "allOf" || h in y.def && JSON.stringify(l[h]) === JSON.stringify(y.def[h]) && delete l[h];
|
|
4364
4413
|
}
|
|
4365
4414
|
e.override({
|
|
4366
4415
|
zodSchema: s,
|
|
@@ -4443,48 +4492,48 @@ function ce(e, t) {
|
|
|
4443
4492
|
}
|
|
4444
4493
|
return !1;
|
|
4445
4494
|
}
|
|
4446
|
-
const
|
|
4495
|
+
const Da = (e, t = {}) => (r) => {
|
|
4447
4496
|
const n = qn({ ...r, processors: t });
|
|
4448
4497
|
return oe(e, n), Hn(n, e), Kn(n, e);
|
|
4449
4498
|
}, Pt = (e, t, r = {}) => (n) => {
|
|
4450
4499
|
const { libraryOptions: o, target: i } = n ?? {}, s = qn({ ...o ?? {}, target: i, io: t, processors: r });
|
|
4451
4500
|
return oe(e, s), Hn(s, e), Kn(s, e);
|
|
4452
|
-
},
|
|
4501
|
+
}, Na = {
|
|
4453
4502
|
guid: "uuid",
|
|
4454
4503
|
url: "uri",
|
|
4455
4504
|
datetime: "date-time",
|
|
4456
4505
|
json_string: "json-string",
|
|
4457
4506
|
regex: ""
|
|
4458
4507
|
// do not set
|
|
4459
|
-
},
|
|
4508
|
+
}, Ia = (e, t, r, n) => {
|
|
4460
4509
|
const o = r;
|
|
4461
4510
|
o.type = "string";
|
|
4462
4511
|
const { minimum: i, maximum: s, format: a, patterns: l, contentEncoding: d } = e._zod.bag;
|
|
4463
|
-
if (typeof i == "number" && (o.minLength = i), typeof s == "number" && (o.maxLength = s), a && (o.format =
|
|
4464
|
-
const
|
|
4465
|
-
|
|
4466
|
-
...
|
|
4512
|
+
if (typeof i == "number" && (o.minLength = i), typeof s == "number" && (o.maxLength = s), a && (o.format = Na[a] ?? a, o.format === "" && delete o.format, a === "time" && delete o.format), d && (o.contentEncoding = d), l && l.size > 0) {
|
|
4513
|
+
const v = [...l];
|
|
4514
|
+
v.length === 1 ? o.pattern = v[0].source : v.length > 1 && (o.allOf = [
|
|
4515
|
+
...v.map((_) => ({
|
|
4467
4516
|
...t.target === "draft-07" || t.target === "draft-04" || t.target === "openapi-3.0" ? { type: "string" } : {},
|
|
4468
4517
|
pattern: _.source
|
|
4469
4518
|
}))
|
|
4470
4519
|
]);
|
|
4471
4520
|
}
|
|
4472
|
-
},
|
|
4521
|
+
}, La = (e, t, r, n) => {
|
|
4473
4522
|
r.not = {};
|
|
4474
|
-
},
|
|
4475
|
-
},
|
|
4523
|
+
}, Ca = (e, t, r, n) => {
|
|
4524
|
+
}, Va = (e, t, r, n) => {
|
|
4476
4525
|
const o = e._zod.def, i = An(o.entries);
|
|
4477
4526
|
i.every((s) => typeof s == "number") && (r.type = "number"), i.every((s) => typeof s == "string") && (r.type = "string"), r.enum = i;
|
|
4478
|
-
},
|
|
4527
|
+
}, Ua = (e, t, r, n) => {
|
|
4479
4528
|
if (t.unrepresentable === "throw")
|
|
4480
4529
|
throw new Error("Custom types cannot be represented in JSON Schema");
|
|
4481
|
-
},
|
|
4530
|
+
}, Ma = (e, t, r, n) => {
|
|
4482
4531
|
if (t.unrepresentable === "throw")
|
|
4483
4532
|
throw new Error("Transforms cannot be represented in JSON Schema");
|
|
4484
|
-
},
|
|
4533
|
+
}, Ja = (e, t, r, n) => {
|
|
4485
4534
|
const o = r, i = e._zod.def, { minimum: s, maximum: a } = e._zod.bag;
|
|
4486
4535
|
typeof s == "number" && (o.minItems = s), typeof a == "number" && (o.maxItems = a), o.type = "array", o.items = oe(i.element, t, { ...n, path: [...n.path, "items"] });
|
|
4487
|
-
},
|
|
4536
|
+
}, Ba = (e, t, r, n) => {
|
|
4488
4537
|
const o = r, i = e._zod.def;
|
|
4489
4538
|
o.type = "object", o.properties = {};
|
|
4490
4539
|
const s = i.shape;
|
|
@@ -4494,20 +4543,20 @@ const Ra = (e, t = {}) => (r) => {
|
|
|
4494
4543
|
path: [...n.path, "properties", d]
|
|
4495
4544
|
});
|
|
4496
4545
|
const a = new Set(Object.keys(s)), l = new Set([...a].filter((d) => {
|
|
4497
|
-
const
|
|
4498
|
-
return t.io === "input" ?
|
|
4546
|
+
const v = i.shape[d]._zod;
|
|
4547
|
+
return t.io === "input" ? v.optin === void 0 : v.optout === void 0;
|
|
4499
4548
|
}));
|
|
4500
4549
|
l.size > 0 && (o.required = Array.from(l)), i.catchall?._zod.def.type === "never" ? o.additionalProperties = !1 : i.catchall ? i.catchall && (o.additionalProperties = oe(i.catchall, t, {
|
|
4501
4550
|
...n,
|
|
4502
4551
|
path: [...n.path, "additionalProperties"]
|
|
4503
4552
|
})) : t.io === "output" && (o.additionalProperties = !1);
|
|
4504
|
-
},
|
|
4553
|
+
}, Wa = (e, t, r, n) => {
|
|
4505
4554
|
const o = e._zod.def, i = o.inclusive === !1, s = o.options.map((a, l) => oe(a, t, {
|
|
4506
4555
|
...n,
|
|
4507
4556
|
path: [...n.path, i ? "oneOf" : "anyOf", l]
|
|
4508
4557
|
}));
|
|
4509
4558
|
i ? r.oneOf = s : r.anyOf = s;
|
|
4510
|
-
},
|
|
4559
|
+
}, qa = (e, t, r, n) => {
|
|
4511
4560
|
const o = e._zod.def, i = oe(o.left, t, {
|
|
4512
4561
|
...n,
|
|
4513
4562
|
path: [...n.path, "allOf", 0]
|
|
@@ -4519,25 +4568,25 @@ const Ra = (e, t = {}) => (r) => {
|
|
|
4519
4568
|
...a(s) ? s.allOf : [s]
|
|
4520
4569
|
];
|
|
4521
4570
|
r.allOf = l;
|
|
4522
|
-
},
|
|
4571
|
+
}, Ha = (e, t, r, n) => {
|
|
4523
4572
|
const o = e._zod.def, i = oe(o.innerType, t, n), s = t.seen.get(e);
|
|
4524
4573
|
t.target === "openapi-3.0" ? (s.ref = o.innerType, r.nullable = !0) : r.anyOf = [i, { type: "null" }];
|
|
4525
|
-
},
|
|
4574
|
+
}, Ka = (e, t, r, n) => {
|
|
4526
4575
|
const o = e._zod.def;
|
|
4527
4576
|
oe(o.innerType, t, n);
|
|
4528
4577
|
const i = t.seen.get(e);
|
|
4529
4578
|
i.ref = o.innerType;
|
|
4530
|
-
},
|
|
4579
|
+
}, Ga = (e, t, r, n) => {
|
|
4531
4580
|
const o = e._zod.def;
|
|
4532
4581
|
oe(o.innerType, t, n);
|
|
4533
4582
|
const i = t.seen.get(e);
|
|
4534
4583
|
i.ref = o.innerType, r.default = JSON.parse(JSON.stringify(o.defaultValue));
|
|
4535
|
-
},
|
|
4584
|
+
}, Ya = (e, t, r, n) => {
|
|
4536
4585
|
const o = e._zod.def;
|
|
4537
4586
|
oe(o.innerType, t, n);
|
|
4538
4587
|
const i = t.seen.get(e);
|
|
4539
4588
|
i.ref = o.innerType, t.io === "input" && (r._prefault = JSON.parse(JSON.stringify(o.defaultValue)));
|
|
4540
|
-
},
|
|
4589
|
+
}, Xa = (e, t, r, n) => {
|
|
4541
4590
|
const o = e._zod.def;
|
|
4542
4591
|
oe(o.innerType, t, n);
|
|
4543
4592
|
const i = t.seen.get(e);
|
|
@@ -4549,12 +4598,12 @@ const Ra = (e, t = {}) => (r) => {
|
|
|
4549
4598
|
throw new Error("Dynamic catch values are not supported in JSON Schema");
|
|
4550
4599
|
}
|
|
4551
4600
|
r.default = s;
|
|
4552
|
-
},
|
|
4601
|
+
}, Qa = (e, t, r, n) => {
|
|
4553
4602
|
const o = e._zod.def, i = t.io === "input" ? o.in._zod.def.type === "transform" ? o.out : o.in : o.out;
|
|
4554
4603
|
oe(i, t, n);
|
|
4555
4604
|
const s = t.seen.get(e);
|
|
4556
4605
|
s.ref = i;
|
|
4557
|
-
},
|
|
4606
|
+
}, ec = (e, t, r, n) => {
|
|
4558
4607
|
const o = e._zod.def;
|
|
4559
4608
|
oe(o.innerType, t, n);
|
|
4560
4609
|
const i = t.seen.get(e);
|
|
@@ -4573,15 +4622,15 @@ function hn(e, t) {
|
|
|
4573
4622
|
}
|
|
4574
4623
|
return r && r.then ? r.then(void 0, t) : r;
|
|
4575
4624
|
}
|
|
4576
|
-
function
|
|
4625
|
+
function tc(e, t) {
|
|
4577
4626
|
for (var r = {}; e.length; ) {
|
|
4578
4627
|
var n = e[0], o = n.code, i = n.message, s = n.path.join(".");
|
|
4579
4628
|
if (!r[s]) if ("unionErrors" in n) {
|
|
4580
4629
|
var a = n.unionErrors[0].errors[0];
|
|
4581
4630
|
r[s] = { message: a.message, type: a.code };
|
|
4582
4631
|
} else r[s] = { message: i, type: o };
|
|
4583
|
-
if ("unionErrors" in n && n.unionErrors.forEach(function(
|
|
4584
|
-
return
|
|
4632
|
+
if ("unionErrors" in n && n.unionErrors.forEach(function(v) {
|
|
4633
|
+
return v.errors.forEach(function(_) {
|
|
4585
4634
|
return e.push(_);
|
|
4586
4635
|
});
|
|
4587
4636
|
}), t) {
|
|
@@ -4592,15 +4641,15 @@ function Xa(e, t) {
|
|
|
4592
4641
|
}
|
|
4593
4642
|
return r;
|
|
4594
4643
|
}
|
|
4595
|
-
function
|
|
4644
|
+
function rc(e, t) {
|
|
4596
4645
|
for (var r = {}; e.length; ) {
|
|
4597
4646
|
var n = e[0], o = n.code, i = n.message, s = n.path.join(".");
|
|
4598
4647
|
if (!r[s]) if (n.code === "invalid_union" && n.errors.length > 0) {
|
|
4599
4648
|
var a = n.errors[0][0];
|
|
4600
4649
|
r[s] = { message: a.message, type: a.code };
|
|
4601
4650
|
} else r[s] = { message: i, type: o };
|
|
4602
|
-
if (n.code === "invalid_union" && n.errors.forEach(function(
|
|
4603
|
-
return
|
|
4651
|
+
if (n.code === "invalid_union" && n.errors.forEach(function(v) {
|
|
4652
|
+
return v.forEach(function(_) {
|
|
4604
4653
|
return e.push(_);
|
|
4605
4654
|
});
|
|
4606
4655
|
}), t) {
|
|
@@ -4618,12 +4667,12 @@ function br(e, t, r) {
|
|
|
4618
4667
|
try {
|
|
4619
4668
|
return Promise.resolve(hn(function() {
|
|
4620
4669
|
return Promise.resolve(e[r.mode === "sync" ? "parse" : "parseAsync"](n, t)).then(function(s) {
|
|
4621
|
-
return i.shouldUseNativeValidation &&
|
|
4670
|
+
return i.shouldUseNativeValidation && tr({}, i), { errors: {}, values: r.raw ? Object.assign({}, n) : s };
|
|
4622
4671
|
});
|
|
4623
4672
|
}, function(s) {
|
|
4624
4673
|
if ((function(a) {
|
|
4625
4674
|
return Array.isArray(a?.issues);
|
|
4626
|
-
})(s)) return { values: {}, errors: Xr(
|
|
4675
|
+
})(s)) return { values: {}, errors: Xr(tc(s.errors, !i.shouldUseNativeValidation && i.criteriaMode === "all"), i) };
|
|
4627
4676
|
throw s;
|
|
4628
4677
|
}));
|
|
4629
4678
|
} catch (s) {
|
|
@@ -4635,13 +4684,13 @@ function br(e, t, r) {
|
|
|
4635
4684
|
})(e)) return function(n, o, i) {
|
|
4636
4685
|
try {
|
|
4637
4686
|
return Promise.resolve(hn(function() {
|
|
4638
|
-
return Promise.resolve((r.mode === "sync" ?
|
|
4639
|
-
return i.shouldUseNativeValidation &&
|
|
4687
|
+
return Promise.resolve((r.mode === "sync" ? ls : fs)(e, n, t)).then(function(s) {
|
|
4688
|
+
return i.shouldUseNativeValidation && tr({}, i), { errors: {}, values: r.raw ? Object.assign({}, n) : s };
|
|
4640
4689
|
});
|
|
4641
4690
|
}, function(s) {
|
|
4642
4691
|
if ((function(a) {
|
|
4643
|
-
return a instanceof
|
|
4644
|
-
})(s)) return { values: {}, errors: Xr(
|
|
4692
|
+
return a instanceof vr;
|
|
4693
|
+
})(s)) return { values: {}, errors: Xr(rc(s.issues, !i.shouldUseNativeValidation && i.criteriaMode === "all"), i) };
|
|
4645
4694
|
throw s;
|
|
4646
4695
|
}));
|
|
4647
4696
|
} catch (s) {
|
|
@@ -4650,49 +4699,49 @@ function br(e, t, r) {
|
|
|
4650
4699
|
};
|
|
4651
4700
|
throw new Error("Invalid input: not a Zod schema");
|
|
4652
4701
|
}
|
|
4653
|
-
const
|
|
4654
|
-
|
|
4702
|
+
const nc = /* @__PURE__ */ p("ZodISODateTime", (e, t) => {
|
|
4703
|
+
hi.init(e, t), B.init(e, t);
|
|
4655
4704
|
});
|
|
4656
|
-
function
|
|
4657
|
-
return /* @__PURE__ */
|
|
4705
|
+
function oc(e) {
|
|
4706
|
+
return /* @__PURE__ */ pa(nc, e);
|
|
4658
4707
|
}
|
|
4659
|
-
const
|
|
4660
|
-
|
|
4708
|
+
const sc = /* @__PURE__ */ p("ZodISODate", (e, t) => {
|
|
4709
|
+
pi.init(e, t), B.init(e, t);
|
|
4661
4710
|
});
|
|
4662
|
-
function
|
|
4663
|
-
return /* @__PURE__ */
|
|
4711
|
+
function ic(e) {
|
|
4712
|
+
return /* @__PURE__ */ ga(sc, e);
|
|
4664
4713
|
}
|
|
4665
|
-
const
|
|
4666
|
-
|
|
4714
|
+
const ac = /* @__PURE__ */ p("ZodISOTime", (e, t) => {
|
|
4715
|
+
gi.init(e, t), B.init(e, t);
|
|
4667
4716
|
});
|
|
4668
|
-
function
|
|
4669
|
-
return /* @__PURE__ */
|
|
4717
|
+
function cc(e) {
|
|
4718
|
+
return /* @__PURE__ */ _a(ac, e);
|
|
4670
4719
|
}
|
|
4671
|
-
const
|
|
4672
|
-
|
|
4720
|
+
const uc = /* @__PURE__ */ p("ZodISODuration", (e, t) => {
|
|
4721
|
+
_i.init(e, t), B.init(e, t);
|
|
4673
4722
|
});
|
|
4674
|
-
function
|
|
4675
|
-
return /* @__PURE__ */
|
|
4723
|
+
function lc(e) {
|
|
4724
|
+
return /* @__PURE__ */ ya(uc, e);
|
|
4676
4725
|
}
|
|
4677
|
-
const
|
|
4678
|
-
|
|
4726
|
+
const fc = (e, t) => {
|
|
4727
|
+
vr.init(e, t), e.name = "ZodError", Object.defineProperties(e, {
|
|
4679
4728
|
format: {
|
|
4680
|
-
value: (r) =>
|
|
4729
|
+
value: (r) => us(e, r)
|
|
4681
4730
|
// enumerable: false,
|
|
4682
4731
|
},
|
|
4683
4732
|
flatten: {
|
|
4684
|
-
value: (r) =>
|
|
4733
|
+
value: (r) => cs(e, r)
|
|
4685
4734
|
// enumerable: false,
|
|
4686
4735
|
},
|
|
4687
4736
|
addIssue: {
|
|
4688
4737
|
value: (r) => {
|
|
4689
|
-
e.issues.push(r), e.message = JSON.stringify(e.issues,
|
|
4738
|
+
e.issues.push(r), e.message = JSON.stringify(e.issues, rr, 2);
|
|
4690
4739
|
}
|
|
4691
4740
|
// enumerable: false,
|
|
4692
4741
|
},
|
|
4693
4742
|
addIssues: {
|
|
4694
4743
|
value: (r) => {
|
|
4695
|
-
e.issues.push(...r), e.message = JSON.stringify(e.issues,
|
|
4744
|
+
e.issues.push(...r), e.message = JSON.stringify(e.issues, rr, 2);
|
|
4696
4745
|
}
|
|
4697
4746
|
// enumerable: false,
|
|
4698
4747
|
},
|
|
@@ -4703,21 +4752,21 @@ const cc = (e, t) => {
|
|
|
4703
4752
|
// enumerable: false,
|
|
4704
4753
|
}
|
|
4705
4754
|
});
|
|
4706
|
-
}, ge = p("ZodError",
|
|
4755
|
+
}, ge = p("ZodError", fc, {
|
|
4707
4756
|
Parent: Error
|
|
4708
|
-
}),
|
|
4757
|
+
}), dc = /* @__PURE__ */ Nt(ge), mc = /* @__PURE__ */ It(ge), hc = /* @__PURE__ */ Lt(ge), pc = /* @__PURE__ */ Ct(ge), gc = /* @__PURE__ */ hs(ge), _c = /* @__PURE__ */ ps(ge), yc = /* @__PURE__ */ gs(ge), vc = /* @__PURE__ */ _s(ge), wc = /* @__PURE__ */ ys(ge), bc = /* @__PURE__ */ vs(ge), kc = /* @__PURE__ */ ws(ge), Ec = /* @__PURE__ */ bs(ge), re = /* @__PURE__ */ p("ZodType", (e, t) => (te.init(e, t), Object.assign(e["~standard"], {
|
|
4709
4758
|
jsonSchema: {
|
|
4710
4759
|
input: Pt(e, "input"),
|
|
4711
4760
|
output: Pt(e, "output")
|
|
4712
4761
|
}
|
|
4713
|
-
}), e.toJSONSchema =
|
|
4762
|
+
}), e.toJSONSchema = Da(e, {}), e.def = t, e.type = t.type, Object.defineProperty(e, "_def", { value: t }), e.check = (...r) => e.clone(Te(t, {
|
|
4714
4763
|
checks: [
|
|
4715
4764
|
...t.checks ?? [],
|
|
4716
4765
|
...r.map((n) => typeof n == "function" ? { _zod: { check: n, def: { check: "custom" }, onattach: [] } } : n)
|
|
4717
4766
|
]
|
|
4718
4767
|
}), {
|
|
4719
4768
|
parent: !0
|
|
4720
|
-
}), e.with = e.check, e.clone = (r, n) => Ze(e, r, n), e.brand = () => e, e.register = ((r, n) => (r.add(e, n), e)), e.parse = (r, n) =>
|
|
4769
|
+
}), e.with = e.check, e.clone = (r, n) => Ze(e, r, n), e.brand = () => e, e.register = ((r, n) => (r.add(e, n), e)), e.parse = (r, n) => dc(e, r, n, { callee: e.parse }), e.safeParse = (r, n) => hc(e, r, n), e.parseAsync = async (r, n) => mc(e, r, n, { callee: e.parseAsync }), e.safeParseAsync = async (r, n) => pc(e, r, n), e.spa = e.safeParseAsync, e.encode = (r, n) => gc(e, r, n), e.decode = (r, n) => _c(e, r, n), e.encodeAsync = async (r, n) => yc(e, r, n), e.decodeAsync = async (r, n) => vc(e, r, n), e.safeEncode = (r, n) => wc(e, r, n), e.safeDecode = (r, n) => bc(e, r, n), e.safeEncodeAsync = async (r, n) => kc(e, r, n), e.safeDecodeAsync = async (r, n) => Ec(e, r, n), e.refine = (r, n) => e.check(hu(r, n)), e.superRefine = (r) => e.check(pu(r)), e.overwrite = (r) => e.check(/* @__PURE__ */ Qe(r)), e.optional = () => _n(e), e.exactOptional = () => tu(e), e.nullable = () => yn(e), e.nullish = () => _n(yn(e)), e.nonoptional = (r) => au(e, r), e.array = () => Bc(e), e.or = (r) => Hc([e, r]), e.and = (r) => Gc(e, r), e.transform = (r) => vn(e, Qc(r)), e.default = (r) => ou(e, r), e.prefault = (r) => iu(e, r), e.catch = (r) => uu(e, r), e.pipe = (r) => vn(e, r), e.readonly = () => du(e), e.describe = (r) => {
|
|
4721
4770
|
const n = e.clone();
|
|
4722
4771
|
return ot.add(n, { description: r }), n;
|
|
4723
4772
|
}, Object.defineProperty(e, "description", {
|
|
@@ -4731,79 +4780,79 @@ const cc = (e, t) => {
|
|
|
4731
4780
|
const n = e.clone();
|
|
4732
4781
|
return ot.add(n, r[0]), n;
|
|
4733
4782
|
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e.apply = (r) => r(e), e)), Yn = /* @__PURE__ */ p("_ZodString", (e, t) => {
|
|
4734
|
-
wr.init(e, t), re.init(e, t), e._zod.processJSONSchema = (n, o, i) =>
|
|
4783
|
+
wr.init(e, t), re.init(e, t), e._zod.processJSONSchema = (n, o, i) => Ia(e, n, o);
|
|
4735
4784
|
const r = e._zod.bag;
|
|
4736
|
-
e.format = r.format ?? null, e.minLength = r.minimum ?? null, e.maxLength = r.maximum ?? null, e.regex = (...n) => e.check(/* @__PURE__ */
|
|
4737
|
-
}),
|
|
4738
|
-
wr.init(e, t), Yn.init(e, t), e.email = (r) => e.check(/* @__PURE__ */ Jn(Xn, r)), e.url = (r) => e.check(/* @__PURE__ */
|
|
4785
|
+
e.format = r.format ?? null, e.minLength = r.minimum ?? null, e.maxLength = r.maximum ?? null, e.regex = (...n) => e.check(/* @__PURE__ */ ba(...n)), e.includes = (...n) => e.check(/* @__PURE__ */ Sa(...n)), e.startsWith = (...n) => e.check(/* @__PURE__ */ xa(...n)), e.endsWith = (...n) => e.check(/* @__PURE__ */ za(...n)), e.min = (...n) => e.check(/* @__PURE__ */ Ft(...n)), e.max = (...n) => e.check(/* @__PURE__ */ Bn(...n)), e.length = (...n) => e.check(/* @__PURE__ */ Wn(...n)), e.nonempty = (...n) => e.check(/* @__PURE__ */ Ft(1, ...n)), e.lowercase = (n) => e.check(/* @__PURE__ */ ka(n)), e.uppercase = (n) => e.check(/* @__PURE__ */ Ea(n)), e.trim = () => e.check(/* @__PURE__ */ ja()), e.normalize = (...n) => e.check(/* @__PURE__ */ Oa(...n)), e.toLowerCase = () => e.check(/* @__PURE__ */ Fa()), e.toUpperCase = () => e.check(/* @__PURE__ */ Pa()), e.slugify = () => e.check(/* @__PURE__ */ $a());
|
|
4786
|
+
}), Sc = /* @__PURE__ */ p("ZodString", (e, t) => {
|
|
4787
|
+
wr.init(e, t), Yn.init(e, t), e.email = (r) => e.check(/* @__PURE__ */ Jn(Xn, r)), e.url = (r) => e.check(/* @__PURE__ */ Qi(xc, r)), e.jwt = (r) => e.check(/* @__PURE__ */ ha(Cc, r)), e.emoji = (r) => e.check(/* @__PURE__ */ ea(zc, r)), e.guid = (r) => e.check(/* @__PURE__ */ mn(pn, r)), e.uuid = (r) => e.check(/* @__PURE__ */ Ki(St, r)), e.uuidv4 = (r) => e.check(/* @__PURE__ */ Gi(St, r)), e.uuidv6 = (r) => e.check(/* @__PURE__ */ Yi(St, r)), e.uuidv7 = (r) => e.check(/* @__PURE__ */ Xi(St, r)), e.nanoid = (r) => e.check(/* @__PURE__ */ ta(Oc, r)), e.guid = (r) => e.check(/* @__PURE__ */ mn(pn, r)), e.cuid = (r) => e.check(/* @__PURE__ */ ra(jc, r)), e.cuid2 = (r) => e.check(/* @__PURE__ */ na(Fc, r)), e.ulid = (r) => e.check(/* @__PURE__ */ oa(Pc, r)), e.base64 = (r) => e.check(/* @__PURE__ */ fa(Nc, r)), e.base64url = (r) => e.check(/* @__PURE__ */ da(Ic, r)), e.xid = (r) => e.check(/* @__PURE__ */ sa($c, r)), e.ksuid = (r) => e.check(/* @__PURE__ */ ia(Ac, r)), e.ipv4 = (r) => e.check(/* @__PURE__ */ aa(Rc, r)), e.ipv6 = (r) => e.check(/* @__PURE__ */ ca(Tc, r)), e.cidrv4 = (r) => e.check(/* @__PURE__ */ ua(Zc, r)), e.cidrv6 = (r) => e.check(/* @__PURE__ */ la(Dc, r)), e.e164 = (r) => e.check(/* @__PURE__ */ ma(Lc, r)), e.datetime = (r) => e.check(oc(r)), e.date = (r) => e.check(ic(r)), e.time = (r) => e.check(cc(r)), e.duration = (r) => e.check(lc(r));
|
|
4739
4788
|
});
|
|
4740
|
-
function
|
|
4741
|
-
return /* @__PURE__ */
|
|
4789
|
+
function or(e) {
|
|
4790
|
+
return /* @__PURE__ */ Hi(Sc, e);
|
|
4742
4791
|
}
|
|
4743
4792
|
const B = /* @__PURE__ */ p("ZodStringFormat", (e, t) => {
|
|
4744
4793
|
M.init(e, t), Yn.init(e, t);
|
|
4745
4794
|
}), Xn = /* @__PURE__ */ p("ZodEmail", (e, t) => {
|
|
4746
|
-
|
|
4795
|
+
si.init(e, t), B.init(e, t);
|
|
4747
4796
|
});
|
|
4748
4797
|
function Qn(e) {
|
|
4749
4798
|
return /* @__PURE__ */ Jn(Xn, e);
|
|
4750
4799
|
}
|
|
4751
4800
|
const pn = /* @__PURE__ */ p("ZodGUID", (e, t) => {
|
|
4752
|
-
ei.init(e, t), B.init(e, t);
|
|
4753
|
-
}), xt = /* @__PURE__ */ p("ZodUUID", (e, t) => {
|
|
4754
|
-
ti.init(e, t), B.init(e, t);
|
|
4755
|
-
}), kc = /* @__PURE__ */ p("ZodURL", (e, t) => {
|
|
4756
4801
|
ni.init(e, t), B.init(e, t);
|
|
4757
|
-
}),
|
|
4802
|
+
}), St = /* @__PURE__ */ p("ZodUUID", (e, t) => {
|
|
4758
4803
|
oi.init(e, t), B.init(e, t);
|
|
4759
|
-
}),
|
|
4760
|
-
si.init(e, t), B.init(e, t);
|
|
4761
|
-
}), xc = /* @__PURE__ */ p("ZodCUID", (e, t) => {
|
|
4804
|
+
}), xc = /* @__PURE__ */ p("ZodURL", (e, t) => {
|
|
4762
4805
|
ii.init(e, t), B.init(e, t);
|
|
4763
|
-
}), zc = /* @__PURE__ */ p("
|
|
4806
|
+
}), zc = /* @__PURE__ */ p("ZodEmoji", (e, t) => {
|
|
4764
4807
|
ai.init(e, t), B.init(e, t);
|
|
4765
|
-
}), Oc = /* @__PURE__ */ p("
|
|
4808
|
+
}), Oc = /* @__PURE__ */ p("ZodNanoID", (e, t) => {
|
|
4766
4809
|
ci.init(e, t), B.init(e, t);
|
|
4767
|
-
}), jc = /* @__PURE__ */ p("
|
|
4810
|
+
}), jc = /* @__PURE__ */ p("ZodCUID", (e, t) => {
|
|
4768
4811
|
ui.init(e, t), B.init(e, t);
|
|
4769
|
-
}), Fc = /* @__PURE__ */ p("
|
|
4812
|
+
}), Fc = /* @__PURE__ */ p("ZodCUID2", (e, t) => {
|
|
4770
4813
|
li.init(e, t), B.init(e, t);
|
|
4771
|
-
}),
|
|
4772
|
-
|
|
4773
|
-
}),
|
|
4774
|
-
|
|
4775
|
-
}), Ac = /* @__PURE__ */ p("
|
|
4776
|
-
|
|
4777
|
-
}), Rc = /* @__PURE__ */ p("
|
|
4778
|
-
vi.init(e, t), B.init(e, t);
|
|
4779
|
-
}), Tc = /* @__PURE__ */ p("ZodBase64", (e, t) => {
|
|
4814
|
+
}), Pc = /* @__PURE__ */ p("ZodULID", (e, t) => {
|
|
4815
|
+
fi.init(e, t), B.init(e, t);
|
|
4816
|
+
}), $c = /* @__PURE__ */ p("ZodXID", (e, t) => {
|
|
4817
|
+
di.init(e, t), B.init(e, t);
|
|
4818
|
+
}), Ac = /* @__PURE__ */ p("ZodKSUID", (e, t) => {
|
|
4819
|
+
mi.init(e, t), B.init(e, t);
|
|
4820
|
+
}), Rc = /* @__PURE__ */ p("ZodIPv4", (e, t) => {
|
|
4780
4821
|
yi.init(e, t), B.init(e, t);
|
|
4781
|
-
}),
|
|
4822
|
+
}), Tc = /* @__PURE__ */ p("ZodIPv6", (e, t) => {
|
|
4823
|
+
vi.init(e, t), B.init(e, t);
|
|
4824
|
+
}), Zc = /* @__PURE__ */ p("ZodCIDRv4", (e, t) => {
|
|
4825
|
+
wi.init(e, t), B.init(e, t);
|
|
4826
|
+
}), Dc = /* @__PURE__ */ p("ZodCIDRv6", (e, t) => {
|
|
4782
4827
|
bi.init(e, t), B.init(e, t);
|
|
4783
|
-
}),
|
|
4828
|
+
}), Nc = /* @__PURE__ */ p("ZodBase64", (e, t) => {
|
|
4784
4829
|
ki.init(e, t), B.init(e, t);
|
|
4785
|
-
}),
|
|
4830
|
+
}), Ic = /* @__PURE__ */ p("ZodBase64URL", (e, t) => {
|
|
4786
4831
|
Si.init(e, t), B.init(e, t);
|
|
4787
|
-
}),
|
|
4788
|
-
xi.init(e, t),
|
|
4832
|
+
}), Lc = /* @__PURE__ */ p("ZodE164", (e, t) => {
|
|
4833
|
+
xi.init(e, t), B.init(e, t);
|
|
4834
|
+
}), Cc = /* @__PURE__ */ p("ZodJWT", (e, t) => {
|
|
4835
|
+
Oi.init(e, t), B.init(e, t);
|
|
4836
|
+
}), Vc = /* @__PURE__ */ p("ZodUnknown", (e, t) => {
|
|
4837
|
+
ji.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Ca();
|
|
4789
4838
|
});
|
|
4790
4839
|
function gn() {
|
|
4791
|
-
return /* @__PURE__ */
|
|
4840
|
+
return /* @__PURE__ */ va(Vc);
|
|
4792
4841
|
}
|
|
4793
|
-
const
|
|
4794
|
-
|
|
4842
|
+
const Uc = /* @__PURE__ */ p("ZodNever", (e, t) => {
|
|
4843
|
+
Fi.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => La(e, r, n);
|
|
4795
4844
|
});
|
|
4796
|
-
function
|
|
4797
|
-
return /* @__PURE__ */
|
|
4845
|
+
function Mc(e) {
|
|
4846
|
+
return /* @__PURE__ */ wa(Uc, e);
|
|
4798
4847
|
}
|
|
4799
|
-
const
|
|
4800
|
-
|
|
4848
|
+
const Jc = /* @__PURE__ */ p("ZodArray", (e, t) => {
|
|
4849
|
+
Pi.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Ja(e, r, n, o), e.element = t.element, e.min = (r, n) => e.check(/* @__PURE__ */ Ft(r, n)), e.nonempty = (r) => e.check(/* @__PURE__ */ Ft(1, r)), e.max = (r, n) => e.check(/* @__PURE__ */ Bn(r, n)), e.length = (r, n) => e.check(/* @__PURE__ */ Wn(r, n)), e.unwrap = () => e.element;
|
|
4801
4850
|
});
|
|
4802
|
-
function
|
|
4803
|
-
return /* @__PURE__ */
|
|
4851
|
+
function Bc(e, t) {
|
|
4852
|
+
return /* @__PURE__ */ Aa(Jc, e, t);
|
|
4804
4853
|
}
|
|
4805
|
-
const
|
|
4806
|
-
|
|
4854
|
+
const Wc = /* @__PURE__ */ p("ZodObject", (e, t) => {
|
|
4855
|
+
Ai.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Ba(e, r, n, o), L(e, "shape", () => t.shape), e.keyof = () => Yc(Object.keys(e._zod.def.shape)), e.catchall = (r) => e.clone({ ...e._zod.def, catchall: r }), e.passthrough = () => e.clone({ ...e._zod.def, catchall: gn() }), e.loose = () => e.clone({ ...e._zod.def, catchall: gn() }), e.strict = () => e.clone({ ...e._zod.def, catchall: Mc() }), e.strip = () => e.clone({ ...e._zod.def, catchall: void 0 }), e.extend = (r) => ns(e, r), e.safeExtend = (r) => os(e, r), e.merge = (r) => ss(e, r), e.pick = (r) => ts(e, r), e.omit = (r) => rs(e, r), e.partial = (...r) => is(eo, e, r[0]), e.required = (...r) => as(to, e, r[0]);
|
|
4807
4856
|
});
|
|
4808
4857
|
function kr(e, t) {
|
|
4809
4858
|
const r = {
|
|
@@ -4811,30 +4860,30 @@ function kr(e, t) {
|
|
|
4811
4860
|
shape: e ?? {},
|
|
4812
4861
|
...O(t)
|
|
4813
4862
|
};
|
|
4814
|
-
return new
|
|
4863
|
+
return new Wc(r);
|
|
4815
4864
|
}
|
|
4816
|
-
const
|
|
4817
|
-
|
|
4865
|
+
const qc = /* @__PURE__ */ p("ZodUnion", (e, t) => {
|
|
4866
|
+
Ri.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Wa(e, r, n, o), e.options = t.options;
|
|
4818
4867
|
});
|
|
4819
|
-
function
|
|
4820
|
-
return new
|
|
4868
|
+
function Hc(e, t) {
|
|
4869
|
+
return new qc({
|
|
4821
4870
|
type: "union",
|
|
4822
4871
|
options: e,
|
|
4823
4872
|
...O(t)
|
|
4824
4873
|
});
|
|
4825
4874
|
}
|
|
4826
|
-
const
|
|
4827
|
-
|
|
4875
|
+
const Kc = /* @__PURE__ */ p("ZodIntersection", (e, t) => {
|
|
4876
|
+
Ti.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => qa(e, r, n, o);
|
|
4828
4877
|
});
|
|
4829
|
-
function
|
|
4830
|
-
return new
|
|
4878
|
+
function Gc(e, t) {
|
|
4879
|
+
return new Kc({
|
|
4831
4880
|
type: "intersection",
|
|
4832
4881
|
left: e,
|
|
4833
4882
|
right: t
|
|
4834
4883
|
});
|
|
4835
4884
|
}
|
|
4836
|
-
const
|
|
4837
|
-
|
|
4885
|
+
const sr = /* @__PURE__ */ p("ZodEnum", (e, t) => {
|
|
4886
|
+
Zi.init(e, t), re.init(e, t), e._zod.processJSONSchema = (n, o, i) => Va(e, n, o), e.enum = t.entries, e.options = Object.values(t.entries);
|
|
4838
4887
|
const r = new Set(Object.keys(t.entries));
|
|
4839
4888
|
e.extract = (n, o) => {
|
|
4840
4889
|
const i = {};
|
|
@@ -4843,7 +4892,7 @@ const or = /* @__PURE__ */ p("ZodEnum", (e, t) => {
|
|
|
4843
4892
|
i[s] = t.entries[s];
|
|
4844
4893
|
else
|
|
4845
4894
|
throw new Error(`Key ${s} not found in enum`);
|
|
4846
|
-
return new
|
|
4895
|
+
return new sr({
|
|
4847
4896
|
...t,
|
|
4848
4897
|
checks: [],
|
|
4849
4898
|
...O(o),
|
|
@@ -4856,7 +4905,7 @@ const or = /* @__PURE__ */ p("ZodEnum", (e, t) => {
|
|
|
4856
4905
|
delete i[s];
|
|
4857
4906
|
else
|
|
4858
4907
|
throw new Error(`Key ${s} not found in enum`);
|
|
4859
|
-
return new
|
|
4908
|
+
return new sr({
|
|
4860
4909
|
...t,
|
|
4861
4910
|
checks: [],
|
|
4862
4911
|
...O(o),
|
|
@@ -4864,18 +4913,18 @@ const or = /* @__PURE__ */ p("ZodEnum", (e, t) => {
|
|
|
4864
4913
|
});
|
|
4865
4914
|
};
|
|
4866
4915
|
});
|
|
4867
|
-
function
|
|
4916
|
+
function Yc(e, t) {
|
|
4868
4917
|
const r = Array.isArray(e) ? Object.fromEntries(e.map((n) => [n, n])) : e;
|
|
4869
|
-
return new
|
|
4918
|
+
return new sr({
|
|
4870
4919
|
type: "enum",
|
|
4871
4920
|
entries: r,
|
|
4872
4921
|
...O(t)
|
|
4873
4922
|
});
|
|
4874
4923
|
}
|
|
4875
|
-
const
|
|
4876
|
-
|
|
4924
|
+
const Xc = /* @__PURE__ */ p("ZodTransform", (e, t) => {
|
|
4925
|
+
Di.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Ma(e, r), e._zod.parse = (r, n) => {
|
|
4877
4926
|
if (n.direction === "backward")
|
|
4878
|
-
throw new
|
|
4927
|
+
throw new Pn(e.constructor.name);
|
|
4879
4928
|
r.addIssue = (i) => {
|
|
4880
4929
|
if (typeof i == "string")
|
|
4881
4930
|
r.issues.push(ct(i, r.value, t));
|
|
@@ -4888,8 +4937,8 @@ const Kc = /* @__PURE__ */ p("ZodTransform", (e, t) => {
|
|
|
4888
4937
|
return o instanceof Promise ? o.then((i) => (r.value = i, r)) : (r.value = o, r);
|
|
4889
4938
|
};
|
|
4890
4939
|
});
|
|
4891
|
-
function
|
|
4892
|
-
return new
|
|
4940
|
+
function Qc(e) {
|
|
4941
|
+
return new Xc({
|
|
4893
4942
|
type: "transform",
|
|
4894
4943
|
transform: e
|
|
4895
4944
|
});
|
|
@@ -4903,29 +4952,29 @@ function _n(e) {
|
|
|
4903
4952
|
innerType: e
|
|
4904
4953
|
});
|
|
4905
4954
|
}
|
|
4906
|
-
const
|
|
4907
|
-
|
|
4955
|
+
const eu = /* @__PURE__ */ p("ZodExactOptional", (e, t) => {
|
|
4956
|
+
Ni.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Gn(e, r, n, o), e.unwrap = () => e._zod.def.innerType;
|
|
4908
4957
|
});
|
|
4909
|
-
function
|
|
4910
|
-
return new
|
|
4958
|
+
function tu(e) {
|
|
4959
|
+
return new eu({
|
|
4911
4960
|
type: "optional",
|
|
4912
4961
|
innerType: e
|
|
4913
4962
|
});
|
|
4914
4963
|
}
|
|
4915
|
-
const
|
|
4916
|
-
|
|
4964
|
+
const ru = /* @__PURE__ */ p("ZodNullable", (e, t) => {
|
|
4965
|
+
Ii.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Ha(e, r, n, o), e.unwrap = () => e._zod.def.innerType;
|
|
4917
4966
|
});
|
|
4918
|
-
function
|
|
4919
|
-
return new
|
|
4967
|
+
function yn(e) {
|
|
4968
|
+
return new ru({
|
|
4920
4969
|
type: "nullable",
|
|
4921
4970
|
innerType: e
|
|
4922
4971
|
});
|
|
4923
4972
|
}
|
|
4924
|
-
const
|
|
4925
|
-
|
|
4973
|
+
const nu = /* @__PURE__ */ p("ZodDefault", (e, t) => {
|
|
4974
|
+
Li.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Ga(e, r, n, o), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
|
|
4926
4975
|
});
|
|
4927
|
-
function
|
|
4928
|
-
return new
|
|
4976
|
+
function ou(e, t) {
|
|
4977
|
+
return new nu({
|
|
4929
4978
|
type: "default",
|
|
4930
4979
|
innerType: e,
|
|
4931
4980
|
get defaultValue() {
|
|
@@ -4933,11 +4982,11 @@ function tu(e, t) {
|
|
|
4933
4982
|
}
|
|
4934
4983
|
});
|
|
4935
4984
|
}
|
|
4936
|
-
const
|
|
4937
|
-
|
|
4985
|
+
const su = /* @__PURE__ */ p("ZodPrefault", (e, t) => {
|
|
4986
|
+
Ci.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Ya(e, r, n, o), e.unwrap = () => e._zod.def.innerType;
|
|
4938
4987
|
});
|
|
4939
|
-
function
|
|
4940
|
-
return new
|
|
4988
|
+
function iu(e, t) {
|
|
4989
|
+
return new su({
|
|
4941
4990
|
type: "prefault",
|
|
4942
4991
|
innerType: e,
|
|
4943
4992
|
get defaultValue() {
|
|
@@ -4946,58 +4995,58 @@ function nu(e, t) {
|
|
|
4946
4995
|
});
|
|
4947
4996
|
}
|
|
4948
4997
|
const to = /* @__PURE__ */ p("ZodNonOptional", (e, t) => {
|
|
4949
|
-
|
|
4998
|
+
Vi.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Ka(e, r, n, o), e.unwrap = () => e._zod.def.innerType;
|
|
4950
4999
|
});
|
|
4951
|
-
function
|
|
5000
|
+
function au(e, t) {
|
|
4952
5001
|
return new to({
|
|
4953
5002
|
type: "nonoptional",
|
|
4954
5003
|
innerType: e,
|
|
4955
5004
|
...O(t)
|
|
4956
5005
|
});
|
|
4957
5006
|
}
|
|
4958
|
-
const
|
|
4959
|
-
|
|
5007
|
+
const cu = /* @__PURE__ */ p("ZodCatch", (e, t) => {
|
|
5008
|
+
Ui.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Xa(e, r, n, o), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
|
|
4960
5009
|
});
|
|
4961
|
-
function
|
|
4962
|
-
return new
|
|
5010
|
+
function uu(e, t) {
|
|
5011
|
+
return new cu({
|
|
4963
5012
|
type: "catch",
|
|
4964
5013
|
innerType: e,
|
|
4965
5014
|
catchValue: typeof t == "function" ? t : () => t
|
|
4966
5015
|
});
|
|
4967
5016
|
}
|
|
4968
|
-
const
|
|
4969
|
-
|
|
5017
|
+
const lu = /* @__PURE__ */ p("ZodPipe", (e, t) => {
|
|
5018
|
+
Mi.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Qa(e, r, n, o), e.in = t.in, e.out = t.out;
|
|
4970
5019
|
});
|
|
4971
|
-
function
|
|
4972
|
-
return new
|
|
5020
|
+
function vn(e, t) {
|
|
5021
|
+
return new lu({
|
|
4973
5022
|
type: "pipe",
|
|
4974
5023
|
in: e,
|
|
4975
5024
|
out: t
|
|
4976
5025
|
// ...util.normalizeParams(params),
|
|
4977
5026
|
});
|
|
4978
5027
|
}
|
|
4979
|
-
const
|
|
4980
|
-
|
|
5028
|
+
const fu = /* @__PURE__ */ p("ZodReadonly", (e, t) => {
|
|
5029
|
+
Ji.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => ec(e, r, n, o), e.unwrap = () => e._zod.def.innerType;
|
|
4981
5030
|
});
|
|
4982
|
-
function
|
|
4983
|
-
return new
|
|
5031
|
+
function du(e) {
|
|
5032
|
+
return new fu({
|
|
4984
5033
|
type: "readonly",
|
|
4985
5034
|
innerType: e
|
|
4986
5035
|
});
|
|
4987
5036
|
}
|
|
4988
|
-
const
|
|
4989
|
-
|
|
5037
|
+
const mu = /* @__PURE__ */ p("ZodCustom", (e, t) => {
|
|
5038
|
+
Bi.init(e, t), re.init(e, t), e._zod.processJSONSchema = (r, n, o) => Ua(e, r);
|
|
4990
5039
|
});
|
|
4991
|
-
function
|
|
4992
|
-
return /* @__PURE__ */
|
|
5040
|
+
function hu(e, t = {}) {
|
|
5041
|
+
return /* @__PURE__ */ Ra(mu, e, t);
|
|
4993
5042
|
}
|
|
4994
|
-
function
|
|
4995
|
-
return /* @__PURE__ */
|
|
5043
|
+
function pu(e) {
|
|
5044
|
+
return /* @__PURE__ */ Ta(e);
|
|
4996
5045
|
}
|
|
4997
|
-
const
|
|
4998
|
-
const r =
|
|
5046
|
+
const Ru = ({ auth: e, i18n: t }) => {
|
|
5047
|
+
const r = ir(() => kr({
|
|
4999
5048
|
email: Qn(),
|
|
5000
|
-
password:
|
|
5049
|
+
password: or().min(8, {
|
|
5001
5050
|
message: t.t("auth.signUpForm.errors.fields.passwordToSmall")
|
|
5002
5051
|
})
|
|
5003
5052
|
}), []), n = yt({
|
|
@@ -5040,11 +5089,11 @@ const Fu = ({ auth: e, i18n: t }) => {
|
|
|
5040
5089
|
},
|
|
5041
5090
|
[n.setError, o]
|
|
5042
5091
|
), form: n };
|
|
5043
|
-
},
|
|
5092
|
+
}, Tu = ({
|
|
5044
5093
|
i18n: e,
|
|
5045
5094
|
auth: t
|
|
5046
5095
|
}) => {
|
|
5047
|
-
const r = Xe(), n =
|
|
5096
|
+
const r = Xe(), n = ir(() => kr({
|
|
5048
5097
|
email: Qn()
|
|
5049
5098
|
}), []), o = yt({
|
|
5050
5099
|
resolver: br(n),
|
|
@@ -5089,13 +5138,13 @@ const Fu = ({ auth: e, i18n: t }) => {
|
|
|
5089
5138
|
[]
|
|
5090
5139
|
);
|
|
5091
5140
|
return { form: o, submit: i };
|
|
5092
|
-
},
|
|
5141
|
+
}, Zu = ({
|
|
5093
5142
|
i18n: e,
|
|
5094
5143
|
auth: t
|
|
5095
5144
|
}) => {
|
|
5096
|
-
const r =
|
|
5097
|
-
code:
|
|
5098
|
-
password:
|
|
5145
|
+
const r = ir(() => kr({
|
|
5146
|
+
code: or(),
|
|
5147
|
+
password: or().min(8, {
|
|
5099
5148
|
message: e.t(
|
|
5100
5149
|
"auth.confirmResetPasswordForm.errors.fields.passwordToSmall"
|
|
5101
5150
|
)
|
|
@@ -5140,7 +5189,7 @@ const Fu = ({ auth: e, i18n: t }) => {
|
|
|
5140
5189
|
},
|
|
5141
5190
|
[]
|
|
5142
5191
|
), form: n };
|
|
5143
|
-
},
|
|
5192
|
+
}, Du = ({
|
|
5144
5193
|
auth: e,
|
|
5145
5194
|
i18n: t
|
|
5146
5195
|
}) => {
|
|
@@ -5178,20 +5227,20 @@ const Fu = ({ auth: e, i18n: t }) => {
|
|
|
5178
5227
|
}, []), form: r };
|
|
5179
5228
|
};
|
|
5180
5229
|
export {
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
5188
|
-
|
|
5230
|
+
Fu as Auth,
|
|
5231
|
+
Pu as AuthWrapper,
|
|
5232
|
+
Ou as ConfirmResetPasswordForm,
|
|
5233
|
+
$u as DevPanel,
|
|
5234
|
+
Eu as LoginForm,
|
|
5235
|
+
Su as SignUpForm,
|
|
5236
|
+
xu as StartResetPasswordForm,
|
|
5237
|
+
zu as VerifyEmailForm,
|
|
5189
5238
|
le as authE2EConfig,
|
|
5190
|
-
|
|
5239
|
+
ju as isAdmin,
|
|
5191
5240
|
ne as locale,
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5241
|
+
Zu as useConfirmResetPasswordForm,
|
|
5242
|
+
Au as useLoginForm,
|
|
5243
|
+
Ru as useSignUpForm,
|
|
5244
|
+
Tu as useStartResetPasswordForm,
|
|
5245
|
+
Du as useVerifyEmailForm
|
|
5197
5246
|
};
|