zudoku 0.53.4 → 0.53.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/validators/InputNavigationSchema.d.ts +64 -5
- package/dist/config/validators/InputNavigationSchema.js +0 -3
- package/dist/config/validators/InputNavigationSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.test-d.js +0 -1
- package/dist/config/validators/InputNavigationSchema.test-d.js.map +1 -1
- package/dist/config/validators/NavigationSchema.js +3 -2
- package/dist/config/validators/NavigationSchema.js.map +1 -1
- package/dist/config/validators/icon-types.d.ts +1 -1
- package/dist/config/validators/icon-types.js +16 -0
- package/dist/config/validators/icon-types.js.map +1 -1
- package/dist/config/validators/validate.d.ts +3 -0
- package/dist/config/validators/validate.js +1 -0
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/flat-config.d.ts +2 -4
- package/dist/lib/components/Header.js +1 -1
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/components/Markdown.js +2 -2
- package/dist/lib/components/Markdown.js.map +1 -1
- package/dist/lib/components/NotFoundPage.js +1 -1
- package/dist/lib/components/NotFoundPage.js.map +1 -1
- package/dist/lib/components/Typography.d.ts +1 -1
- package/dist/lib/components/Typography.js +1 -1
- package/dist/lib/components/Typography.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +1 -0
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/errors/ErrorAlert.js +1 -1
- package/dist/lib/errors/ErrorAlert.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/SidecarExamples.js +1 -1
- package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/PathParams.js +1 -1
- package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js +4 -2
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/ui/CodeBlock.js +1 -1
- package/dist/lib/ui/CodeBlock.js.map +1 -1
- package/dist/lib/ui/EmbeddedCodeBlock.js +1 -1
- package/dist/lib/ui/EmbeddedCodeBlock.js.map +1 -1
- package/dist/vite/dev-server.js +9 -1
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/plugin-docs.js +20 -13
- package/dist/vite/plugin-docs.js.map +1 -1
- package/dist/vite/plugin-theme.js +88 -49
- package/dist/vite/plugin-theme.js.map +1 -1
- package/dist/vite/plugin-theme.test.js +25 -4
- package/dist/vite/plugin-theme.test.js.map +1 -1
- package/lib/{Alert-SijAp9LN.js → Alert-CWApD0CL.js} +3 -3
- package/lib/{Alert-SijAp9LN.js.map → Alert-CWApD0CL.js.map} +1 -1
- package/lib/{Button-BE9IVkWV.js → Button-B3o-2Xdf.js} +2 -2
- package/lib/{Button-BE9IVkWV.js.map → Button-B3o-2Xdf.js.map} +1 -1
- package/lib/CallbackHandler-Dr5Lva9x.js +38 -0
- package/lib/CallbackHandler-Dr5Lva9x.js.map +1 -0
- package/lib/{Card-DPhGbYUM.js → Card-CMDQUPM4.js} +2 -2
- package/lib/{Card-DPhGbYUM.js.map → Card-CMDQUPM4.js.map} +1 -1
- package/lib/ClientOnly-E7hGysn1.js.map +1 -1
- package/lib/{CodeBlock-DAKxs_Tu.js → CodeBlock-B-G0eKtw.js} +3 -3
- package/lib/{CodeBlock-DAKxs_Tu.js.map → CodeBlock-B-G0eKtw.js.map} +1 -1
- package/lib/{Command-xsbs2uhf.js → Command-C9AC5cf-.js} +3 -3
- package/lib/{Command-xsbs2uhf.js.map → Command-C9AC5cf-.js.map} +1 -1
- package/lib/{Dialog-CiIdyz6a.js → Dialog-DMWw1doX.js} +2 -2
- package/lib/{Dialog-CiIdyz6a.js.map → Dialog-DMWw1doX.js.map} +1 -1
- package/lib/{Drawer-BzkOKwgC.js → Drawer-DJ05s2pH.js} +86 -86
- package/lib/{Drawer-BzkOKwgC.js.map → Drawer-DJ05s2pH.js.map} +1 -1
- package/lib/{MdxPage-BFKqQsmK.js → MdxPage-DVI4iYgW.js} +7 -7
- package/lib/{MdxPage-BFKqQsmK.js.map → MdxPage-DVI4iYgW.js.map} +1 -1
- package/lib/{OasProvider-Bdyvd6Ic.js → OasProvider-CbwsKPNc.js} +2 -2
- package/lib/{OasProvider-Bdyvd6Ic.js.map → OasProvider-CbwsKPNc.js.map} +1 -1
- package/lib/{OperationList-YZ7k-Rkt.js → OperationList-Bn9ggxw8.js} +12 -12
- package/lib/OperationList-Bn9ggxw8.js.map +1 -0
- package/lib/{Pagination-EViy7EHt.js → Pagination-bavPec-z.js} +3 -3
- package/lib/{Pagination-EViy7EHt.js.map → Pagination-bavPec-z.js.map} +1 -1
- package/lib/{RouteGuard-CX6A77iy.js → RouteGuard-Vnlz_t51.js} +2 -2
- package/lib/{RouteGuard-CX6A77iy.js.map → RouteGuard-Vnlz_t51.js.map} +1 -1
- package/lib/{SchemaList--_f8Azv0.js → SchemaList-DETyCVqu.js} +8 -8
- package/lib/{SchemaList--_f8Azv0.js.map → SchemaList-DETyCVqu.js.map} +1 -1
- package/lib/{SchemaView-7XWvSrbX.js → SchemaView-Dvxo2RNe.js} +6 -6
- package/lib/{SchemaView-7XWvSrbX.js.map → SchemaView-Dvxo2RNe.js.map} +1 -1
- package/lib/{SignUp-CXCezG-m.js → SignUp-ClYhZq9H.js} +3 -3
- package/lib/{SignUp-CXCezG-m.js.map → SignUp-ClYhZq9H.js.map} +1 -1
- package/lib/{Slot-tFjhrd8V.js → Slot-B31yZlfB.js} +316 -336
- package/lib/{Slot-tFjhrd8V.js.map → Slot-B31yZlfB.js.map} +1 -1
- package/lib/Spinner-mNLZ6awP.js.map +1 -1
- package/lib/{SyntaxHighlight-Bp_UsIXG.js → SyntaxHighlight-bm761HDo.js} +3 -3
- package/lib/{SyntaxHighlight-Bp_UsIXG.js.map → SyntaxHighlight-bm761HDo.js.map} +1 -1
- package/lib/{Toc-Ck0YQtmd.js → Toc-D4oBWE8D.js} +3 -3
- package/lib/{Toc-Ck0YQtmd.js.map → Toc-D4oBWE8D.js.map} +1 -1
- package/lib/chunk-DQRVZFIR-DHK7_Ilc.js.map +1 -1
- package/lib/{circular-BtKlhs07.js → circular-CRbFI6Zl.js} +2 -2
- package/lib/{circular-BtKlhs07.js.map → circular-CRbFI6Zl.js.map} +1 -1
- package/lib/{cn-wvCW-ho6.js → cn-dYga0KKN.js} +2 -2
- package/lib/cn-dYga0KKN.js.map +1 -0
- package/lib/{createServer-Di2U1Dg0.js → createServer-DNyGJJNX.js} +3398 -3552
- package/lib/createServer-DNyGJJNX.js.map +1 -0
- package/lib/errors-C1GlNcV3.js +44 -0
- package/lib/errors-C1GlNcV3.js.map +1 -0
- package/lib/hook-CZjW2buS.js.map +1 -1
- package/lib/index-Bm35Tkgf.js.map +1 -1
- package/lib/{index-CeQqiMIG.js → index-CZTEgYDd.js} +2 -2
- package/lib/{index-CeQqiMIG.js.map → index-CZTEgYDd.js.map} +1 -1
- package/lib/{index-BTqwnlI5.js → index-C_PXQ8Bx.js} +612 -610
- package/lib/{index-BTqwnlI5.js.map → index-C_PXQ8Bx.js.map} +1 -1
- package/lib/index-CrcNWbel.js.map +1 -1
- package/lib/{index-DKCEJ4Kd.js → index-D09PbNex.js} +911 -911
- package/lib/index-D09PbNex.js.map +1 -0
- package/lib/index-DI5SPFK9.js.map +1 -1
- package/lib/index-DmNq2fbN.js.map +1 -1
- package/lib/index.esm-Cp4wkyud.js.map +1 -1
- package/lib/invariant-DAFpPywt.js.map +1 -1
- package/lib/jsx-runtime-C5mzlN2N.js.map +1 -1
- package/lib/processors/removeExtensions.js.map +1 -1
- package/lib/processors/removeParameters.js.map +1 -1
- package/lib/processors/removePaths.js.map +1 -1
- package/lib/processors/traverse.js.map +1 -1
- package/lib/ui/Accordion.js +1 -1
- package/lib/ui/Accordion.js.map +1 -1
- package/lib/ui/ActionButton.js +2 -2
- package/lib/ui/ActionButton.js.map +1 -1
- package/lib/ui/Alert.js +1 -1
- package/lib/ui/Alert.js.map +1 -1
- package/lib/ui/AlertDialog.js +1 -1
- package/lib/ui/AlertDialog.js.map +1 -1
- package/lib/ui/Badge.js +1 -1
- package/lib/ui/Badge.js.map +1 -1
- package/lib/ui/Breadcrumb.js +1 -1
- package/lib/ui/Breadcrumb.js.map +1 -1
- package/lib/ui/Button.js +1 -1
- package/lib/ui/Button.js.map +1 -1
- package/lib/ui/Callout.js +1 -1
- package/lib/ui/Callout.js.map +1 -1
- package/lib/ui/Card.js +1 -1
- package/lib/ui/Card.js.map +1 -1
- package/lib/ui/Carousel.js +1 -1
- package/lib/ui/Carousel.js.map +1 -1
- package/lib/ui/Checkbox.js +1 -1
- package/lib/ui/Checkbox.js.map +1 -1
- package/lib/ui/CodeBlock.js +2 -2
- package/lib/ui/Command.js +2 -2
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/Dialog.js +1 -1
- package/lib/ui/Dialog.js.map +1 -1
- package/lib/ui/Drawer.js +2 -2
- package/lib/ui/DropdownMenu.js +1 -1
- package/lib/ui/DropdownMenu.js.map +1 -1
- package/lib/ui/EmbeddedCodeBlock.js +2 -2
- package/lib/ui/EmbeddedCodeBlock.js.map +1 -1
- package/lib/ui/Form.js +1 -1
- package/lib/ui/Form.js.map +1 -1
- package/lib/ui/HoverCard.js +1 -1
- package/lib/ui/HoverCard.js.map +1 -1
- package/lib/ui/Input.js +1 -1
- package/lib/ui/Input.js.map +1 -1
- package/lib/ui/Label.js +1 -1
- package/lib/ui/Label.js.map +1 -1
- package/lib/ui/Pagination.js +1 -1
- package/lib/ui/Pagination.js.map +1 -1
- package/lib/ui/Popover.js +1 -1
- package/lib/ui/Popover.js.map +1 -1
- package/lib/ui/Progress.js +1 -1
- package/lib/ui/Progress.js.map +1 -1
- package/lib/ui/RadioGroup.js +1 -1
- package/lib/ui/RadioGroup.js.map +1 -1
- package/lib/ui/ScrollArea.js +1 -1
- package/lib/ui/ScrollArea.js.map +1 -1
- package/lib/ui/Select.js +1 -1
- package/lib/ui/Select.js.map +1 -1
- package/lib/ui/Skeleton.js +1 -1
- package/lib/ui/Skeleton.js.map +1 -1
- package/lib/ui/Slider.js +1 -1
- package/lib/ui/Slider.js.map +1 -1
- package/lib/ui/Stepper.js.map +1 -1
- package/lib/ui/Switch.js +1 -1
- package/lib/ui/Switch.js.map +1 -1
- package/lib/ui/SyntaxHighlight.js +2 -2
- package/lib/ui/Tabs.js +1 -1
- package/lib/ui/Tabs.js.map +1 -1
- package/lib/ui/Textarea.js +1 -1
- package/lib/ui/Textarea.js.map +1 -1
- package/lib/ui/Toggle.js +1 -1
- package/lib/ui/Toggle.js.map +1 -1
- package/lib/ui/ToggleGroup.js +1 -1
- package/lib/ui/ToggleGroup.js.map +1 -1
- package/lib/ui/Tooltip.js +1 -1
- package/lib/ui/Tooltip.js.map +1 -1
- package/lib/ui/util.js +1 -1
- package/lib/useExposedProps-BIYjecPD.js.map +1 -1
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-azureb2c.js +40 -9882
- package/lib/zudoku.auth-azureb2c.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +2 -2
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +20 -19
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.auth-supabase.js +97 -0
- package/lib/zudoku.auth-supabase.js.map +1 -0
- package/lib/zudoku.components.js +3 -3
- package/lib/zudoku.hooks.js.map +1 -1
- package/lib/zudoku.icons.js.map +1 -1
- package/lib/zudoku.plugin-api-catalog.js +4 -4
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +266 -263
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js.map +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/lib/zudoku.plugin-redirect.js.map +1 -1
- package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +5 -5
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/lib/zudoku.plugins.js.map +1 -1
- package/package.json +18 -18
- package/src/app/main.css +26 -5
- package/src/lib/components/Header.tsx +1 -1
- package/src/lib/components/Markdown.tsx +3 -3
- package/src/lib/components/NotFoundPage.tsx +3 -2
- package/src/lib/components/Typography.tsx +1 -1
- package/src/lib/core/ZudokuContext.ts +1 -0
- package/src/lib/errors/ErrorAlert.tsx +5 -7
- package/src/lib/plugins/openapi/Sidecar.tsx +1 -1
- package/src/lib/plugins/openapi/SidecarExamples.tsx +1 -1
- package/src/lib/plugins/openapi/playground/PathParams.tsx +1 -1
- package/src/lib/plugins/openapi/playground/Playground.tsx +8 -2
- package/src/lib/ui/CodeBlock.tsx +1 -1
- package/src/lib/ui/EmbeddedCodeBlock.tsx +1 -1
- package/lib/OperationList-YZ7k-Rkt.js.map +0 -1
- package/lib/clerk-BDZ31hjU.js +0 -25190
- package/lib/clerk-BDZ31hjU.js.map +0 -1
- package/lib/cn-wvCW-ho6.js.map +0 -1
- package/lib/createServer-Di2U1Dg0.js.map +0 -1
- package/lib/errors-Dv_yAK6M.js +0 -78
- package/lib/errors-Dv_yAK6M.js.map +0 -1
- package/lib/index-DKCEJ4Kd.js.map +0 -1
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { B as At, a as It, H as
|
|
2
|
-
import { z as Rt, M as
|
|
3
|
-
import { R as
|
|
4
|
-
import { S as Mt, v as Ft, Q as
|
|
5
|
-
import { h as
|
|
1
|
+
import { B as At, a as It, H as Re, R as Jr } from "./RouteGuard-Vnlz_t51.js";
|
|
2
|
+
import { z as Rt, M as Xr, J as en, u as tn } from "./index-Bm35Tkgf.js";
|
|
3
|
+
import { R as rn, S as nn, u as xe, e as De, f as on, L as Me, O as Dt } from "./chunk-DQRVZFIR-DHK7_Ilc.js";
|
|
4
|
+
import { S as Mt, v as Ft, Q as sn, n as R, w as Ge, x as Je, i as L, y as an, z as cn, A as un, B as ln, D as Xe, E as et, F as dn, h as tt, G as rt, H as fn, I as hn, g as qt, J as Ut, l as pn, d as M, e as oe, K as Lt, L as Qt, j as ee, M as mn, u as gn, c as vn, N as yn, Z as xn, f as _n, C as bn } from "./hook-CZjW2buS.js";
|
|
5
|
+
import { h as wn, E as Bt, a as A, A as jn, i as kn, s as $n, N as nt, j as zn, T as Kt, C as Pn, H as En, k as Sn, l as Zn, m as Cn, V as Tn, R as Nn, M as On } from "./Slot-B31yZlfB.js";
|
|
6
6
|
import { j as s } from "./jsx-runtime-C5mzlN2N.js";
|
|
7
7
|
import { Button as Ht } from "./ui/Button.js";
|
|
8
|
-
import { Callout as
|
|
8
|
+
import { Callout as An } from "./ui/Callout.js";
|
|
9
9
|
import * as K from "react";
|
|
10
|
-
import { createContext as
|
|
11
|
-
import * as
|
|
12
|
-
import { CircleFadingArrowUpIcon as
|
|
10
|
+
import { createContext as Fe, StrictMode as Wt, useRef as H, useEffect as F, useState as G, useCallback as B, Suspense as qe, Fragment as In, memo as Vt, Component as Rn, createElement as ot, useMemo as $e, useContext as Dn } from "react";
|
|
11
|
+
import * as Mn from "react-dom";
|
|
12
|
+
import { CircleFadingArrowUpIcon as Fn, LoaderCircleIcon as qn, ExternalLink as Un, CircleXIcon as Ln, ChevronRightIcon as Qn, SearchIcon as Bn, SunIcon as Kn, MoonIcon as Hn, MenuIcon as Wn, PanelLeftIcon as Vn } from "lucide-react";
|
|
13
13
|
import { C as te } from "./ClientOnly-E7hGysn1.js";
|
|
14
|
-
import { c as O } from "./cn-
|
|
14
|
+
import { c as O } from "./cn-dYga0KKN.js";
|
|
15
15
|
import { S as Yt } from "./Spinner-mNLZ6awP.js";
|
|
16
|
-
import { isSearchPlugin as
|
|
17
|
-
import { B as Se } from "./Button-
|
|
18
|
-
import { DropdownMenu as
|
|
16
|
+
import { isSearchPlugin as Yn, isProfileMenuPlugin as Gt, isNavigationPlugin as st, isAuthenticationPlugin as Gn, isEventConsumerPlugin as Jn, needsInitialization as Xn, isApiIdentityPlugin as eo, isMdxProviderPlugin as to, hasHead as ro } from "./zudoku.plugins.js";
|
|
17
|
+
import { B as Se } from "./Button-B3o-2Xdf.js";
|
|
18
|
+
import { DropdownMenu as no, DropdownMenuTrigger as oo, DropdownMenuContent as so, DropdownMenuLabel as io, DropdownMenuSeparator as ze, DropdownMenuSub as ao, DropdownMenuSubTrigger as co, DropdownMenuPortal as uo, DropdownMenuSubContent as lo, DropdownMenuItem as fo } from "./ui/DropdownMenu.js";
|
|
19
19
|
import { VisuallyHidden as Jt } from "@radix-ui/react-visually-hidden";
|
|
20
|
-
import { D as
|
|
21
|
-
import { a as
|
|
22
|
-
var
|
|
20
|
+
import { D as ho, a as po, b as Xt, c as er, d as q } from "./Drawer-DJ05s2pH.js";
|
|
21
|
+
import { a as mo } from "./index-DI5SPFK9.js";
|
|
22
|
+
var go = class extends Mt {
|
|
23
23
|
constructor(e = {}) {
|
|
24
24
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Map();
|
|
25
25
|
}
|
|
26
26
|
#e;
|
|
27
27
|
build(e, t, r) {
|
|
28
28
|
const n = t.queryKey, o = t.queryHash ?? Ft(n, t);
|
|
29
|
-
let
|
|
30
|
-
return
|
|
29
|
+
let i = this.get(o);
|
|
30
|
+
return i || (i = new sn({
|
|
31
31
|
client: e,
|
|
32
32
|
queryKey: n,
|
|
33
33
|
queryHash: o,
|
|
34
34
|
options: e.defaultQueryOptions(t),
|
|
35
35
|
state: r,
|
|
36
36
|
defaultOptions: e.getQueryDefaults(n)
|
|
37
|
-
}), this.add(
|
|
37
|
+
}), this.add(i)), i;
|
|
38
38
|
}
|
|
39
39
|
add(e) {
|
|
40
40
|
this.#e.has(e.queryHash) || (this.#e.set(e.queryHash, e), this.notify({
|
|
@@ -62,12 +62,12 @@ var vo = class extends Mt {
|
|
|
62
62
|
find(e) {
|
|
63
63
|
const t = { exact: !0, ...e };
|
|
64
64
|
return this.getAll().find(
|
|
65
|
-
(r) =>
|
|
65
|
+
(r) => Ge(t, r)
|
|
66
66
|
);
|
|
67
67
|
}
|
|
68
68
|
findAll(e = {}) {
|
|
69
69
|
const t = this.getAll();
|
|
70
|
-
return Object.keys(e).length > 0 ? t.filter((r) =>
|
|
70
|
+
return Object.keys(e).length > 0 ? t.filter((r) => Ge(e, r)) : t;
|
|
71
71
|
}
|
|
72
72
|
notify(e) {
|
|
73
73
|
R.batch(() => {
|
|
@@ -90,7 +90,7 @@ var vo = class extends Mt {
|
|
|
90
90
|
});
|
|
91
91
|
});
|
|
92
92
|
}
|
|
93
|
-
},
|
|
93
|
+
}, vo = class extends Mt {
|
|
94
94
|
constructor(e = {}) {
|
|
95
95
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Set(), this.#t = /* @__PURE__ */ new Map(), this.#r = 0;
|
|
96
96
|
}
|
|
@@ -98,7 +98,7 @@ var vo = class extends Mt {
|
|
|
98
98
|
#t;
|
|
99
99
|
#r;
|
|
100
100
|
build(e, t, r) {
|
|
101
|
-
const n = new
|
|
101
|
+
const n = new wn({
|
|
102
102
|
mutationCache: this,
|
|
103
103
|
mutationId: ++this.#r,
|
|
104
104
|
options: e.defaultMutationOptions(t),
|
|
@@ -156,11 +156,11 @@ var vo = class extends Mt {
|
|
|
156
156
|
find(e) {
|
|
157
157
|
const t = { exact: !0, ...e };
|
|
158
158
|
return this.getAll().find(
|
|
159
|
-
(r) =>
|
|
159
|
+
(r) => Je(t, r)
|
|
160
160
|
);
|
|
161
161
|
}
|
|
162
162
|
findAll(e = {}) {
|
|
163
|
-
return this.getAll().filter((t) =>
|
|
163
|
+
return this.getAll().filter((t) => Je(e, t));
|
|
164
164
|
}
|
|
165
165
|
notify(e) {
|
|
166
166
|
R.batch(() => {
|
|
@@ -181,10 +181,10 @@ var vo = class extends Mt {
|
|
|
181
181
|
function ue(e) {
|
|
182
182
|
return e.options.scope?.id;
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function it(e) {
|
|
185
185
|
return {
|
|
186
186
|
onFetch: (t, r) => {
|
|
187
|
-
const n = t.options, o = t.fetchOptions?.meta?.fetchMore?.direction,
|
|
187
|
+
const n = t.options, o = t.fetchOptions?.meta?.fetchMore?.direction, i = t.state.data?.pages || [], a = t.state.data?.pageParams || [];
|
|
188
188
|
let u = { pages: [], pageParams: [] }, p = 0;
|
|
189
189
|
const f = async () => {
|
|
190
190
|
let x = !1;
|
|
@@ -195,7 +195,7 @@ function st(e) {
|
|
|
195
195
|
x = !0;
|
|
196
196
|
}), t.signal)
|
|
197
197
|
});
|
|
198
|
-
}, m =
|
|
198
|
+
}, m = an(t.options, t.fetchOptions), l = async (g, w, E) => {
|
|
199
199
|
if (x)
|
|
200
200
|
return Promise.reject();
|
|
201
201
|
if (w == null && g.pages.length)
|
|
@@ -209,22 +209,22 @@ function st(e) {
|
|
|
209
209
|
meta: t.options.meta
|
|
210
210
|
};
|
|
211
211
|
return h(k), k;
|
|
212
|
-
})(), y = await m(j), { maxPages: _ } = t.options, d = E ?
|
|
212
|
+
})(), y = await m(j), { maxPages: _ } = t.options, d = E ? cn : un;
|
|
213
213
|
return {
|
|
214
214
|
pages: d(g.pages, y, _),
|
|
215
215
|
pageParams: d(g.pageParams, w, _)
|
|
216
216
|
};
|
|
217
217
|
};
|
|
218
|
-
if (o &&
|
|
219
|
-
const g = o === "backward", w = g ?
|
|
220
|
-
pages:
|
|
221
|
-
pageParams:
|
|
218
|
+
if (o && i.length) {
|
|
219
|
+
const g = o === "backward", w = g ? yo : at, E = {
|
|
220
|
+
pages: i,
|
|
221
|
+
pageParams: a
|
|
222
222
|
}, $ = w(n, E);
|
|
223
223
|
u = await l(E, $, g);
|
|
224
224
|
} else {
|
|
225
|
-
const g = e ??
|
|
225
|
+
const g = e ?? i.length;
|
|
226
226
|
do {
|
|
227
|
-
const w = p === 0 ?
|
|
227
|
+
const w = p === 0 ? a[0] ?? n.initialPageParam : at(n, u);
|
|
228
228
|
if (p > 0 && w == null)
|
|
229
229
|
break;
|
|
230
230
|
u = await l(u, w), p++;
|
|
@@ -254,30 +254,30 @@ function at(e, { pages: t, pageParams: r }) {
|
|
|
254
254
|
r
|
|
255
255
|
) : void 0;
|
|
256
256
|
}
|
|
257
|
-
function
|
|
257
|
+
function yo(e, { pages: t, pageParams: r }) {
|
|
258
258
|
return t.length > 0 ? e.getPreviousPageParam?.(t[0], t, r[0], r) : void 0;
|
|
259
259
|
}
|
|
260
|
-
var
|
|
260
|
+
var xo = class {
|
|
261
261
|
#e;
|
|
262
262
|
#t;
|
|
263
263
|
#r;
|
|
264
264
|
#o;
|
|
265
265
|
#s;
|
|
266
266
|
#n;
|
|
267
|
-
#a;
|
|
268
267
|
#i;
|
|
268
|
+
#a;
|
|
269
269
|
constructor(e = {}) {
|
|
270
|
-
this.#e = e.queryCache || new
|
|
270
|
+
this.#e = e.queryCache || new go(), this.#t = e.mutationCache || new vo(), this.#r = e.defaultOptions || {}, this.#o = /* @__PURE__ */ new Map(), this.#s = /* @__PURE__ */ new Map(), this.#n = 0;
|
|
271
271
|
}
|
|
272
272
|
mount() {
|
|
273
|
-
this.#n++, this.#n === 1 && (this.#
|
|
273
|
+
this.#n++, this.#n === 1 && (this.#i = ln.subscribe(async (e) => {
|
|
274
274
|
e && (await this.resumePausedMutations(), this.#e.onFocus());
|
|
275
|
-
}), this.#
|
|
275
|
+
}), this.#a = Xe.subscribe(async (e) => {
|
|
276
276
|
e && (await this.resumePausedMutations(), this.#e.onOnline());
|
|
277
277
|
}));
|
|
278
278
|
}
|
|
279
279
|
unmount() {
|
|
280
|
-
this.#n--, this.#n === 0 && (this.#
|
|
280
|
+
this.#n--, this.#n === 0 && (this.#i?.(), this.#i = void 0, this.#a?.(), this.#a = void 0);
|
|
281
281
|
}
|
|
282
282
|
isFetching(e) {
|
|
283
283
|
return this.#e.findAll({ ...e, fetchStatus: "fetching" }).length;
|
|
@@ -298,7 +298,7 @@ var _o = class {
|
|
|
298
298
|
}
|
|
299
299
|
ensureQueryData(e) {
|
|
300
300
|
const t = this.defaultQueryOptions(e), r = this.#e.build(this, t), n = r.state.data;
|
|
301
|
-
return n === void 0 ? this.fetchQuery(e) : (e.revalidateIfStale && r.isStaleByTime(
|
|
301
|
+
return n === void 0 ? this.fetchQuery(e) : (e.revalidateIfStale && r.isStaleByTime(et(t.staleTime, r)) && this.prefetchQuery(t), Promise.resolve(n));
|
|
302
302
|
}
|
|
303
303
|
getQueriesData(e) {
|
|
304
304
|
return this.#e.findAll(e).map(({ queryKey: t, state: r }) => {
|
|
@@ -307,11 +307,11 @@ var _o = class {
|
|
|
307
307
|
});
|
|
308
308
|
}
|
|
309
309
|
setQueryData(e, t, r) {
|
|
310
|
-
const n = this.defaultQueryOptions({ queryKey: e }),
|
|
310
|
+
const n = this.defaultQueryOptions({ queryKey: e }), i = this.#e.get(
|
|
311
311
|
n.queryHash
|
|
312
|
-
)?.state.data,
|
|
313
|
-
if (
|
|
314
|
-
return this.#e.build(this, n).setData(
|
|
312
|
+
)?.state.data, a = dn(t, i);
|
|
313
|
+
if (a !== void 0)
|
|
314
|
+
return this.#e.build(this, n).setData(a, { ...r, manual: !0 });
|
|
315
315
|
}
|
|
316
316
|
setQueriesData(e, t, r) {
|
|
317
317
|
return R.batch(
|
|
@@ -370,8 +370,8 @@ var _o = class {
|
|
|
370
370
|
cancelRefetch: t.cancelRefetch ?? !0
|
|
371
371
|
}, n = R.batch(
|
|
372
372
|
() => this.#e.findAll(e).filter((o) => !o.isDisabled() && !o.isStatic()).map((o) => {
|
|
373
|
-
let
|
|
374
|
-
return r.throwOnError || (
|
|
373
|
+
let i = o.fetch(void 0, r);
|
|
374
|
+
return r.throwOnError || (i = i.catch(L)), o.state.fetchStatus === "paused" ? Promise.resolve() : i;
|
|
375
375
|
})
|
|
376
376
|
);
|
|
377
377
|
return Promise.all(n).then(L);
|
|
@@ -381,23 +381,23 @@ var _o = class {
|
|
|
381
381
|
t.retry === void 0 && (t.retry = !1);
|
|
382
382
|
const r = this.#e.build(this, t);
|
|
383
383
|
return r.isStaleByTime(
|
|
384
|
-
|
|
384
|
+
et(t.staleTime, r)
|
|
385
385
|
) ? r.fetch(t) : Promise.resolve(r.state.data);
|
|
386
386
|
}
|
|
387
387
|
prefetchQuery(e) {
|
|
388
388
|
return this.fetchQuery(e).then(L).catch(L);
|
|
389
389
|
}
|
|
390
390
|
fetchInfiniteQuery(e) {
|
|
391
|
-
return e.behavior =
|
|
391
|
+
return e.behavior = it(e.pages), this.fetchQuery(e);
|
|
392
392
|
}
|
|
393
393
|
prefetchInfiniteQuery(e) {
|
|
394
394
|
return this.fetchInfiniteQuery(e).then(L).catch(L);
|
|
395
395
|
}
|
|
396
396
|
ensureInfiniteQueryData(e) {
|
|
397
|
-
return e.behavior =
|
|
397
|
+
return e.behavior = it(e.pages), this.ensureQueryData(e);
|
|
398
398
|
}
|
|
399
399
|
resumePausedMutations() {
|
|
400
|
-
return
|
|
400
|
+
return Xe.isOnline() ? this.#t.resumePausedMutations() : Promise.resolve();
|
|
401
401
|
}
|
|
402
402
|
getQueryCache() {
|
|
403
403
|
return this.#e;
|
|
@@ -412,7 +412,7 @@ var _o = class {
|
|
|
412
412
|
this.#r = e;
|
|
413
413
|
}
|
|
414
414
|
setQueryDefaults(e, t) {
|
|
415
|
-
this.#o.set(
|
|
415
|
+
this.#o.set(tt(e), {
|
|
416
416
|
queryKey: e,
|
|
417
417
|
defaultOptions: t
|
|
418
418
|
});
|
|
@@ -420,11 +420,11 @@ var _o = class {
|
|
|
420
420
|
getQueryDefaults(e) {
|
|
421
421
|
const t = [...this.#o.values()], r = {};
|
|
422
422
|
return t.forEach((n) => {
|
|
423
|
-
|
|
423
|
+
rt(e, n.queryKey) && Object.assign(r, n.defaultOptions);
|
|
424
424
|
}), r;
|
|
425
425
|
}
|
|
426
426
|
setMutationDefaults(e, t) {
|
|
427
|
-
this.#s.set(
|
|
427
|
+
this.#s.set(tt(e), {
|
|
428
428
|
mutationKey: e,
|
|
429
429
|
defaultOptions: t
|
|
430
430
|
});
|
|
@@ -432,7 +432,7 @@ var _o = class {
|
|
|
432
432
|
getMutationDefaults(e) {
|
|
433
433
|
const t = [...this.#s.values()], r = {};
|
|
434
434
|
return t.forEach((n) => {
|
|
435
|
-
|
|
435
|
+
rt(e, n.mutationKey) && Object.assign(r, n.defaultOptions);
|
|
436
436
|
}), r;
|
|
437
437
|
}
|
|
438
438
|
defaultQueryOptions(e) {
|
|
@@ -447,7 +447,7 @@ var _o = class {
|
|
|
447
447
|
return t.queryHash || (t.queryHash = Ft(
|
|
448
448
|
t.queryKey,
|
|
449
449
|
t
|
|
450
|
-
)), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.queryFn ===
|
|
450
|
+
)), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.queryFn === fn && (t.enabled = !1), t;
|
|
451
451
|
}
|
|
452
452
|
defaultMutationOptions(e) {
|
|
453
453
|
return e?._defaulted ? e : {
|
|
@@ -461,14 +461,14 @@ var _o = class {
|
|
|
461
461
|
this.#e.clear(), this.#t.clear();
|
|
462
462
|
}
|
|
463
463
|
};
|
|
464
|
-
function
|
|
464
|
+
function _o(e) {
|
|
465
465
|
return e;
|
|
466
466
|
}
|
|
467
|
-
function
|
|
467
|
+
function ct(e, t, r) {
|
|
468
468
|
if (typeof t != "object" || t === null)
|
|
469
469
|
return;
|
|
470
|
-
const n = e.getMutationCache(), o = e.getQueryCache(),
|
|
471
|
-
|
|
470
|
+
const n = e.getMutationCache(), o = e.getQueryCache(), i = r?.defaultOptions?.deserializeData ?? e.getDefaultOptions().hydrate?.deserializeData ?? _o, a = t.mutations || [], u = t.queries || [];
|
|
471
|
+
a.forEach(({ state: p, ...f }) => {
|
|
472
472
|
n.build(
|
|
473
473
|
e,
|
|
474
474
|
{
|
|
@@ -480,7 +480,7 @@ function it(e, t, r) {
|
|
|
480
480
|
);
|
|
481
481
|
}), u.forEach(
|
|
482
482
|
({ queryKey: p, state: f, queryHash: x, meta: h, promise: m, dehydratedAt: l }) => {
|
|
483
|
-
const g = m ?
|
|
483
|
+
const g = m ? hn(m) : void 0, w = f.data === void 0 ? g?.data : f.data, E = w === void 0 ? w : i(w);
|
|
484
484
|
let $ = o.get(x);
|
|
485
485
|
const j = $?.state.status === "pending", y = $?.state.fetchStatus === "fetching";
|
|
486
486
|
if ($) {
|
|
@@ -517,20 +517,20 @@ function it(e, t, r) {
|
|
|
517
517
|
// this is always true for new queries
|
|
518
518
|
(l === void 0 || l > $.state.dataUpdatedAt) && $.fetch(void 0, {
|
|
519
519
|
// RSC transformed promises are not thenable
|
|
520
|
-
initialPromise: Promise.resolve(m).then(
|
|
520
|
+
initialPromise: Promise.resolve(m).then(i)
|
|
521
521
|
});
|
|
522
522
|
}
|
|
523
523
|
);
|
|
524
524
|
}
|
|
525
|
-
var
|
|
525
|
+
var bo = ({
|
|
526
526
|
children: e,
|
|
527
527
|
options: t = {},
|
|
528
528
|
state: r,
|
|
529
529
|
queryClient: n
|
|
530
530
|
}) => {
|
|
531
|
-
const o = qt(n),
|
|
532
|
-
|
|
533
|
-
const
|
|
531
|
+
const o = qt(n), i = K.useRef(t);
|
|
532
|
+
i.current = t;
|
|
533
|
+
const a = K.useMemo(() => {
|
|
534
534
|
if (r) {
|
|
535
535
|
if (typeof r != "object")
|
|
536
536
|
return;
|
|
@@ -539,15 +539,15 @@ var wo = ({
|
|
|
539
539
|
const m = u.get(h.queryHash);
|
|
540
540
|
m ? (h.state.dataUpdatedAt > m.state.dataUpdatedAt || h.promise && m.state.status !== "pending" && m.state.fetchStatus !== "fetching" && h.dehydratedAt !== void 0 && h.dehydratedAt > m.state.dataUpdatedAt) && x.push(h) : f.push(h);
|
|
541
541
|
}
|
|
542
|
-
if (f.length > 0 &&
|
|
542
|
+
if (f.length > 0 && ct(o, { queries: f }, i.current), x.length > 0)
|
|
543
543
|
return x;
|
|
544
544
|
}
|
|
545
545
|
}, [o, r]);
|
|
546
546
|
return K.useEffect(() => {
|
|
547
|
-
|
|
548
|
-
}, [o,
|
|
547
|
+
a && ct(o, { queries: a }, i.current);
|
|
548
|
+
}, [o, a]), e;
|
|
549
549
|
};
|
|
550
|
-
function
|
|
550
|
+
function wo({ error: e }) {
|
|
551
551
|
return /* @__PURE__ */ s.jsx(Bt, { error: e });
|
|
552
552
|
}
|
|
553
553
|
/**
|
|
@@ -560,25 +560,25 @@ function jo({ error: e }) {
|
|
|
560
560
|
*
|
|
561
561
|
* @license MIT
|
|
562
562
|
*/
|
|
563
|
-
function
|
|
564
|
-
return /* @__PURE__ */ K.createElement(
|
|
563
|
+
function jo(e) {
|
|
564
|
+
return /* @__PURE__ */ K.createElement(rn, { flushSync: Mn.flushSync, ...e });
|
|
565
565
|
}
|
|
566
|
-
const Ze =
|
|
566
|
+
const Ze = Fe({ stagger: !1 }), ko = new xo({
|
|
567
567
|
defaultOptions: {
|
|
568
568
|
queries: {
|
|
569
569
|
staleTime: 1e3 * 60 * 5
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
}),
|
|
572
|
+
}), $o = ({
|
|
573
573
|
router: e,
|
|
574
574
|
hydrate: t = !1
|
|
575
|
-
}) => /* @__PURE__ */ s.jsx(Wt, { children: /* @__PURE__ */ s.jsx(Ut, { client:
|
|
575
|
+
}) => /* @__PURE__ */ s.jsx(Wt, { children: /* @__PURE__ */ s.jsx(Ut, { client: ko, children: /* @__PURE__ */ s.jsx(bo, { state: t ? window.DATA : void 0, children: /* @__PURE__ */ s.jsx(At, { value: !1, children: /* @__PURE__ */ s.jsx(It, { children: /* @__PURE__ */ s.jsx(Ze.Provider, { value: { stagger: !t }, children: /* @__PURE__ */ s.jsx(jo, { router: e }) }) }) }) }) }) }), zo = ({
|
|
576
576
|
router: e,
|
|
577
577
|
context: t,
|
|
578
578
|
queryClient: r,
|
|
579
579
|
helmetContext: n,
|
|
580
580
|
bypassProtection: o = !1
|
|
581
|
-
}) => /* @__PURE__ */ s.jsx(Wt, { children: /* @__PURE__ */ s.jsx(Ut, { client: r, children: /* @__PURE__ */ s.jsx(It, { context: n, children: /* @__PURE__ */ s.jsx(At, { value: o, children: /* @__PURE__ */ s.jsx(
|
|
581
|
+
}) => /* @__PURE__ */ s.jsx(Wt, { children: /* @__PURE__ */ s.jsx(Ut, { client: r, children: /* @__PURE__ */ s.jsx(It, { context: n, children: /* @__PURE__ */ s.jsx(At, { value: o, children: /* @__PURE__ */ s.jsx(nn, { router: e, context: t }) }) }) }) });
|
|
582
582
|
function c(e, t, r) {
|
|
583
583
|
function n(u, p) {
|
|
584
584
|
var f;
|
|
@@ -586,25 +586,25 @@ function c(e, t, r) {
|
|
|
586
586
|
value: u._zod ?? {},
|
|
587
587
|
enumerable: !1
|
|
588
588
|
}), (f = u._zod).traits ?? (f.traits = /* @__PURE__ */ new Set()), u._zod.traits.add(e), t(u, p);
|
|
589
|
-
for (const x in
|
|
590
|
-
x in u || Object.defineProperty(u, x, { value:
|
|
591
|
-
u._zod.constr =
|
|
589
|
+
for (const x in a.prototype)
|
|
590
|
+
x in u || Object.defineProperty(u, x, { value: a.prototype[x].bind(u) });
|
|
591
|
+
u._zod.constr = a, u._zod.def = p;
|
|
592
592
|
}
|
|
593
593
|
const o = r?.Parent ?? Object;
|
|
594
|
-
class
|
|
594
|
+
class i extends o {
|
|
595
595
|
}
|
|
596
|
-
Object.defineProperty(
|
|
597
|
-
function
|
|
596
|
+
Object.defineProperty(i, "name", { value: e });
|
|
597
|
+
function a(u) {
|
|
598
598
|
var p;
|
|
599
|
-
const f = r?.Parent ? new
|
|
599
|
+
const f = r?.Parent ? new i() : this;
|
|
600
600
|
n(f, u), (p = f._zod).deferred ?? (p.deferred = []);
|
|
601
601
|
for (const x of f._zod.deferred)
|
|
602
602
|
x();
|
|
603
603
|
return f;
|
|
604
604
|
}
|
|
605
|
-
return Object.defineProperty(
|
|
605
|
+
return Object.defineProperty(a, "init", { value: n }), Object.defineProperty(a, Symbol.hasInstance, {
|
|
606
606
|
value: (u) => r?.Parent && u instanceof r.Parent ? !0 : u?._zod?.traits?.has(e)
|
|
607
|
-
}), Object.defineProperty(
|
|
607
|
+
}), Object.defineProperty(a, "name", { value: e }), a;
|
|
608
608
|
}
|
|
609
609
|
class se extends Error {
|
|
610
610
|
constructor() {
|
|
@@ -615,11 +615,11 @@ const tr = {};
|
|
|
615
615
|
function V(e) {
|
|
616
616
|
return tr;
|
|
617
617
|
}
|
|
618
|
-
function
|
|
618
|
+
function Po(e) {
|
|
619
619
|
const t = Object.values(e).filter((n) => typeof n == "number");
|
|
620
620
|
return Object.entries(e).filter(([n, o]) => t.indexOf(+n) === -1).map(([n, o]) => o);
|
|
621
621
|
}
|
|
622
|
-
function
|
|
622
|
+
function Eo(e, t) {
|
|
623
623
|
return typeof t == "bigint" ? t.toString() : t;
|
|
624
624
|
}
|
|
625
625
|
function rr(e) {
|
|
@@ -632,14 +632,14 @@ function rr(e) {
|
|
|
632
632
|
}
|
|
633
633
|
};
|
|
634
634
|
}
|
|
635
|
-
function
|
|
635
|
+
function Ue(e) {
|
|
636
636
|
return e == null;
|
|
637
637
|
}
|
|
638
|
-
function
|
|
638
|
+
function Le(e) {
|
|
639
639
|
const t = e.startsWith("^") ? 1 : 0, r = e.endsWith("$") ? e.length - 1 : e.length;
|
|
640
640
|
return e.slice(t, r);
|
|
641
641
|
}
|
|
642
|
-
function
|
|
642
|
+
function S(e, t, r) {
|
|
643
643
|
Object.defineProperty(e, t, {
|
|
644
644
|
get() {
|
|
645
645
|
{
|
|
@@ -656,7 +656,7 @@ function Z(e, t, r) {
|
|
|
656
656
|
configurable: !0
|
|
657
657
|
});
|
|
658
658
|
}
|
|
659
|
-
function
|
|
659
|
+
function Qe(e, t, r) {
|
|
660
660
|
Object.defineProperty(e, t, {
|
|
661
661
|
value: r,
|
|
662
662
|
writable: !0,
|
|
@@ -664,22 +664,15 @@ function Le(e, t, r) {
|
|
|
664
664
|
configurable: !0
|
|
665
665
|
});
|
|
666
666
|
}
|
|
667
|
-
function nr(e = 10) {
|
|
668
|
-
const t = "abcdefghijklmnopqrstuvwxyz";
|
|
669
|
-
let r = "";
|
|
670
|
-
for (let n = 0; n < e; n++)
|
|
671
|
-
r += t[Math.floor(Math.random() * t.length)];
|
|
672
|
-
return r;
|
|
673
|
-
}
|
|
674
667
|
function re(e) {
|
|
675
668
|
return JSON.stringify(e);
|
|
676
669
|
}
|
|
677
|
-
const
|
|
670
|
+
const nr = Error.captureStackTrace ? Error.captureStackTrace : (...e) => {
|
|
678
671
|
};
|
|
679
672
|
function Ce(e) {
|
|
680
673
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
681
674
|
}
|
|
682
|
-
const
|
|
675
|
+
const So = rr(() => {
|
|
683
676
|
if (typeof navigator < "u" && navigator?.userAgent?.includes("Cloudflare"))
|
|
684
677
|
return !1;
|
|
685
678
|
try {
|
|
@@ -689,7 +682,7 @@ const Zo = rr(() => {
|
|
|
689
682
|
return !1;
|
|
690
683
|
}
|
|
691
684
|
});
|
|
692
|
-
function
|
|
685
|
+
function Te(e) {
|
|
693
686
|
if (Ce(e) === !1)
|
|
694
687
|
return !1;
|
|
695
688
|
const t = e.constructor;
|
|
@@ -698,7 +691,7 @@ function ct(e) {
|
|
|
698
691
|
const r = t.prototype;
|
|
699
692
|
return !(Ce(r) === !1 || Object.prototype.hasOwnProperty.call(r, "isPrototypeOf") === !1);
|
|
700
693
|
}
|
|
701
|
-
const
|
|
694
|
+
const Zo = /* @__PURE__ */ new Set(["string", "number", "symbol"]);
|
|
702
695
|
function _e(e) {
|
|
703
696
|
return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
704
697
|
}
|
|
@@ -719,10 +712,10 @@ function b(e) {
|
|
|
719
712
|
}
|
|
720
713
|
return delete t.message, typeof t.error == "string" ? { ...t, error: () => t.error } : t;
|
|
721
714
|
}
|
|
722
|
-
function
|
|
715
|
+
function Co(e) {
|
|
723
716
|
return Object.keys(e).filter((t) => e[t]._zod.optin === "optional" && e[t]._zod.optout === "optional");
|
|
724
717
|
}
|
|
725
|
-
function
|
|
718
|
+
function To(e, t) {
|
|
726
719
|
const r = {}, n = e._zod.def;
|
|
727
720
|
for (const o in t) {
|
|
728
721
|
if (!(o in n.shape))
|
|
@@ -735,7 +728,7 @@ function No(e, t) {
|
|
|
735
728
|
checks: []
|
|
736
729
|
});
|
|
737
730
|
}
|
|
738
|
-
function
|
|
731
|
+
function No(e, t) {
|
|
739
732
|
const r = { ...e._zod.def.shape }, n = e._zod.def;
|
|
740
733
|
for (const o in t) {
|
|
741
734
|
if (!(o in n.shape))
|
|
@@ -748,69 +741,71 @@ function Oo(e, t) {
|
|
|
748
741
|
checks: []
|
|
749
742
|
});
|
|
750
743
|
}
|
|
751
|
-
function
|
|
744
|
+
function Oo(e, t) {
|
|
745
|
+
if (!Te(t))
|
|
746
|
+
throw new Error("Invalid input to extend: expected a plain object");
|
|
752
747
|
const r = {
|
|
753
748
|
...e._zod.def,
|
|
754
749
|
get shape() {
|
|
755
750
|
const n = { ...e._zod.def.shape, ...t };
|
|
756
|
-
return
|
|
751
|
+
return Qe(this, "shape", n), n;
|
|
757
752
|
},
|
|
758
753
|
checks: []
|
|
759
754
|
// delete existing checks
|
|
760
755
|
};
|
|
761
756
|
return J(e, r);
|
|
762
757
|
}
|
|
763
|
-
function
|
|
758
|
+
function Ao(e, t) {
|
|
764
759
|
return J(e, {
|
|
765
760
|
...e._zod.def,
|
|
766
761
|
get shape() {
|
|
767
762
|
const r = { ...e._zod.def.shape, ...t._zod.def.shape };
|
|
768
|
-
return
|
|
763
|
+
return Qe(this, "shape", r), r;
|
|
769
764
|
},
|
|
770
765
|
catchall: t._zod.def.catchall,
|
|
771
766
|
checks: []
|
|
772
767
|
// delete existing checks
|
|
773
768
|
});
|
|
774
769
|
}
|
|
775
|
-
function
|
|
770
|
+
function Io(e, t, r) {
|
|
776
771
|
const n = t._zod.def.shape, o = { ...n };
|
|
777
772
|
if (r)
|
|
778
|
-
for (const
|
|
779
|
-
if (!(
|
|
780
|
-
throw new Error(`Unrecognized key: "${
|
|
781
|
-
r[
|
|
773
|
+
for (const i in r) {
|
|
774
|
+
if (!(i in n))
|
|
775
|
+
throw new Error(`Unrecognized key: "${i}"`);
|
|
776
|
+
r[i] && (o[i] = e ? new e({
|
|
782
777
|
type: "optional",
|
|
783
|
-
innerType: n[
|
|
784
|
-
}) : n[
|
|
778
|
+
innerType: n[i]
|
|
779
|
+
}) : n[i]);
|
|
785
780
|
}
|
|
786
781
|
else
|
|
787
|
-
for (const
|
|
788
|
-
o[
|
|
782
|
+
for (const i in n)
|
|
783
|
+
o[i] = e ? new e({
|
|
789
784
|
type: "optional",
|
|
790
|
-
innerType: n[
|
|
791
|
-
}) : n[
|
|
785
|
+
innerType: n[i]
|
|
786
|
+
}) : n[i];
|
|
792
787
|
return J(t, {
|
|
793
788
|
...t._zod.def,
|
|
794
789
|
shape: o,
|
|
795
790
|
checks: []
|
|
796
791
|
});
|
|
797
792
|
}
|
|
798
|
-
function
|
|
793
|
+
function Ro(e, t, r) {
|
|
799
794
|
const n = t._zod.def.shape, o = { ...n };
|
|
800
795
|
if (r)
|
|
801
|
-
for (const
|
|
802
|
-
if (!(
|
|
803
|
-
throw new Error(`Unrecognized key: "${
|
|
804
|
-
r[
|
|
796
|
+
for (const i in r) {
|
|
797
|
+
if (!(i in o))
|
|
798
|
+
throw new Error(`Unrecognized key: "${i}"`);
|
|
799
|
+
r[i] && (o[i] = new e({
|
|
805
800
|
type: "nonoptional",
|
|
806
|
-
innerType: n[
|
|
801
|
+
innerType: n[i]
|
|
807
802
|
}));
|
|
808
803
|
}
|
|
809
804
|
else
|
|
810
|
-
for (const
|
|
811
|
-
o[
|
|
805
|
+
for (const i in n)
|
|
806
|
+
o[i] = new e({
|
|
812
807
|
type: "nonoptional",
|
|
813
|
-
innerType: n[
|
|
808
|
+
innerType: n[i]
|
|
814
809
|
});
|
|
815
810
|
return J(t, {
|
|
816
811
|
...t._zod.def,
|
|
@@ -821,11 +816,11 @@ function Do(e, t, r) {
|
|
|
821
816
|
}
|
|
822
817
|
function ne(e, t = 0) {
|
|
823
818
|
for (let r = t; r < e.issues.length; r++)
|
|
824
|
-
if (e.issues[r]
|
|
819
|
+
if (e.issues[r]?.continue !== !0)
|
|
825
820
|
return !0;
|
|
826
821
|
return !1;
|
|
827
822
|
}
|
|
828
|
-
function
|
|
823
|
+
function Be(e, t) {
|
|
829
824
|
return t.map((r) => {
|
|
830
825
|
var n;
|
|
831
826
|
return (n = r).path ?? (n.path = []), r.path.unshift(e), r;
|
|
@@ -842,10 +837,10 @@ function Y(e, t, r) {
|
|
|
842
837
|
}
|
|
843
838
|
return delete n.inst, delete n.continue, t?.reportInput || delete n.input, n;
|
|
844
839
|
}
|
|
845
|
-
function
|
|
840
|
+
function Ke(e) {
|
|
846
841
|
return Array.isArray(e) ? "array" : typeof e == "string" ? "string" : "unknown";
|
|
847
842
|
}
|
|
848
|
-
function
|
|
843
|
+
function ie(...e) {
|
|
849
844
|
const [t, r, n] = e;
|
|
850
845
|
return typeof t == "string" ? {
|
|
851
846
|
message: t,
|
|
@@ -854,7 +849,7 @@ function ae(...e) {
|
|
|
854
849
|
inst: n
|
|
855
850
|
} : { ...t };
|
|
856
851
|
}
|
|
857
|
-
const
|
|
852
|
+
const or = (e, t) => {
|
|
858
853
|
e.name = "$ZodError", Object.defineProperty(e, "_zod", {
|
|
859
854
|
value: e._zod,
|
|
860
855
|
enumerable: !1
|
|
@@ -863,101 +858,101 @@ const sr = (e, t) => {
|
|
|
863
858
|
enumerable: !1
|
|
864
859
|
}), Object.defineProperty(e, "message", {
|
|
865
860
|
get() {
|
|
866
|
-
return JSON.stringify(t,
|
|
861
|
+
return JSON.stringify(t, Eo, 2);
|
|
867
862
|
},
|
|
868
863
|
enumerable: !0
|
|
869
864
|
// configurable: false,
|
|
870
865
|
});
|
|
871
|
-
},
|
|
872
|
-
function
|
|
866
|
+
}, sr = c("$ZodError", or), ir = c("$ZodError", or, { Parent: Error });
|
|
867
|
+
function Do(e, t = (r) => r.message) {
|
|
873
868
|
const r = {}, n = [];
|
|
874
869
|
for (const o of e.issues)
|
|
875
870
|
o.path.length > 0 ? (r[o.path[0]] = r[o.path[0]] || [], r[o.path[0]].push(t(o))) : n.push(t(o));
|
|
876
871
|
return { formErrors: n, fieldErrors: r };
|
|
877
872
|
}
|
|
878
|
-
function
|
|
879
|
-
const r = t || function(
|
|
880
|
-
return
|
|
881
|
-
}, n = { _errors: [] }, o = (
|
|
882
|
-
for (const
|
|
883
|
-
if (
|
|
884
|
-
|
|
885
|
-
else if (
|
|
886
|
-
o({ issues:
|
|
887
|
-
else if (
|
|
888
|
-
o({ issues:
|
|
889
|
-
else if (
|
|
890
|
-
n._errors.push(r(
|
|
873
|
+
function Mo(e, t) {
|
|
874
|
+
const r = t || function(i) {
|
|
875
|
+
return i.message;
|
|
876
|
+
}, n = { _errors: [] }, o = (i) => {
|
|
877
|
+
for (const a of i.issues)
|
|
878
|
+
if (a.code === "invalid_union" && a.errors.length)
|
|
879
|
+
a.errors.map((u) => o({ issues: u }));
|
|
880
|
+
else if (a.code === "invalid_key")
|
|
881
|
+
o({ issues: a.issues });
|
|
882
|
+
else if (a.code === "invalid_element")
|
|
883
|
+
o({ issues: a.issues });
|
|
884
|
+
else if (a.path.length === 0)
|
|
885
|
+
n._errors.push(r(a));
|
|
891
886
|
else {
|
|
892
887
|
let u = n, p = 0;
|
|
893
|
-
for (; p <
|
|
894
|
-
const f =
|
|
895
|
-
p ===
|
|
888
|
+
for (; p < a.path.length; ) {
|
|
889
|
+
const f = a.path[p];
|
|
890
|
+
p === a.path.length - 1 ? (u[f] = u[f] || { _errors: [] }, u[f]._errors.push(r(a))) : u[f] = u[f] || { _errors: [] }, u = u[f], p++;
|
|
896
891
|
}
|
|
897
892
|
}
|
|
898
893
|
};
|
|
899
894
|
return o(e), n;
|
|
900
895
|
}
|
|
901
|
-
const
|
|
902
|
-
const
|
|
903
|
-
if (i instanceof Promise)
|
|
904
|
-
throw new se();
|
|
905
|
-
if (i.issues.length) {
|
|
906
|
-
const u = new (o?.Err ?? e)(i.issues.map((p) => Y(p, a, V())));
|
|
907
|
-
throw or(u, o?.callee), u;
|
|
908
|
-
}
|
|
909
|
-
return i.value;
|
|
910
|
-
}, Uo = (e) => async (t, r, n, o) => {
|
|
911
|
-
const a = n ? Object.assign(n, { async: !0 }) : { async: !0 };
|
|
912
|
-
let i = t._zod.run({ value: r, issues: [] }, a);
|
|
913
|
-
if (i instanceof Promise && (i = await i), i.issues.length) {
|
|
914
|
-
const u = new (o?.Err ?? e)(i.issues.map((p) => Y(p, a, V())));
|
|
915
|
-
throw or(u, o?.callee), u;
|
|
916
|
-
}
|
|
917
|
-
return i.value;
|
|
918
|
-
}, cr = (e) => (t, r, n) => {
|
|
919
|
-
const o = n ? { ...n, async: !1 } : { async: !1 }, a = t._zod.run({ value: r, issues: [] }, o);
|
|
896
|
+
const Fo = (e) => (t, r, n, o) => {
|
|
897
|
+
const i = n ? Object.assign(n, { async: !1 }) : { async: !1 }, a = t._zod.run({ value: r, issues: [] }, i);
|
|
920
898
|
if (a instanceof Promise)
|
|
921
899
|
throw new se();
|
|
922
|
-
|
|
900
|
+
if (a.issues.length) {
|
|
901
|
+
const u = new (o?.Err ?? e)(a.issues.map((p) => Y(p, i, V())));
|
|
902
|
+
throw nr(u, o?.callee), u;
|
|
903
|
+
}
|
|
904
|
+
return a.value;
|
|
905
|
+
}, qo = (e) => async (t, r, n, o) => {
|
|
906
|
+
const i = n ? Object.assign(n, { async: !0 }) : { async: !0 };
|
|
907
|
+
let a = t._zod.run({ value: r, issues: [] }, i);
|
|
908
|
+
if (a instanceof Promise && (a = await a), a.issues.length) {
|
|
909
|
+
const u = new (o?.Err ?? e)(a.issues.map((p) => Y(p, i, V())));
|
|
910
|
+
throw nr(u, o?.callee), u;
|
|
911
|
+
}
|
|
912
|
+
return a.value;
|
|
913
|
+
}, ar = (e) => (t, r, n) => {
|
|
914
|
+
const o = n ? { ...n, async: !1 } : { async: !1 }, i = t._zod.run({ value: r, issues: [] }, o);
|
|
915
|
+
if (i instanceof Promise)
|
|
916
|
+
throw new se();
|
|
917
|
+
return i.issues.length ? {
|
|
923
918
|
success: !1,
|
|
924
|
-
error: new (e ??
|
|
925
|
-
} : { success: !0, data:
|
|
926
|
-
},
|
|
919
|
+
error: new (e ?? sr)(i.issues.map((a) => Y(a, o, V())))
|
|
920
|
+
} : { success: !0, data: i.value };
|
|
921
|
+
}, Uo = /* @__PURE__ */ ar(ir), cr = (e) => async (t, r, n) => {
|
|
927
922
|
const o = n ? Object.assign(n, { async: !0 }) : { async: !0 };
|
|
928
|
-
let
|
|
929
|
-
return
|
|
923
|
+
let i = t._zod.run({ value: r, issues: [] }, o);
|
|
924
|
+
return i instanceof Promise && (i = await i), i.issues.length ? {
|
|
930
925
|
success: !1,
|
|
931
|
-
error: new e(
|
|
932
|
-
} : { success: !0, data:
|
|
933
|
-
},
|
|
934
|
-
function
|
|
935
|
-
return new RegExp(
|
|
936
|
-
}
|
|
937
|
-
const
|
|
938
|
-
function
|
|
926
|
+
error: new e(i.issues.map((a) => Y(a, o, V())))
|
|
927
|
+
} : { success: !0, data: i.value };
|
|
928
|
+
}, Lo = /* @__PURE__ */ cr(ir), Qo = /^[cC][^\s-]{8,}$/, Bo = /^[0-9a-z]+$/, Ko = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, Ho = /^[0-9a-vA-V]{20}$/, Wo = /^[A-Za-z0-9]{27}$/, Vo = /^[a-zA-Z0-9_-]{21}$/, Yo = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, Go = /^([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})$/, ut = (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)$/, Jo = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, Xo = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
929
|
+
function es() {
|
|
930
|
+
return new RegExp(Xo, "u");
|
|
931
|
+
}
|
|
932
|
+
const ts = /^(?:(?: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])$/, rs = /^(([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})$/, ns = /^((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])$/, os = /^(([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])$/, ss = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, ur = /^[A-Za-z0-9_-]*$/, is = /^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/, as = /^\+(?:[0-9]){6,14}[0-9]$/, lr = "(?:(?:\\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])))", cs = /* @__PURE__ */ new RegExp(`^${lr}$`);
|
|
933
|
+
function dr(e) {
|
|
939
934
|
const t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
940
935
|
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+)?)?`;
|
|
941
936
|
}
|
|
942
|
-
function
|
|
943
|
-
return new RegExp(`^${
|
|
937
|
+
function us(e) {
|
|
938
|
+
return new RegExp(`^${dr(e)}$`);
|
|
944
939
|
}
|
|
945
|
-
function
|
|
946
|
-
const t =
|
|
940
|
+
function ls(e) {
|
|
941
|
+
const t = dr({ precision: e.precision }), r = ["Z"];
|
|
947
942
|
e.local && r.push(""), e.offset && r.push("([+-]\\d{2}:\\d{2})");
|
|
948
943
|
const n = `${t}(?:${r.join("|")})`;
|
|
949
|
-
return new RegExp(`^${
|
|
944
|
+
return new RegExp(`^${lr}T(?:${n})$`);
|
|
950
945
|
}
|
|
951
|
-
const
|
|
946
|
+
const ds = (e) => {
|
|
952
947
|
const t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
|
|
953
948
|
return new RegExp(`^${t}$`);
|
|
954
|
-
},
|
|
949
|
+
}, fs = /^[^A-Z]*$/, hs = /^[^a-z]*$/, U = /* @__PURE__ */ c("$ZodCheck", (e, t) => {
|
|
955
950
|
var r;
|
|
956
951
|
e._zod ?? (e._zod = {}), e._zod.def = t, (r = e._zod).onattach ?? (r.onattach = []);
|
|
957
|
-
}),
|
|
952
|
+
}), ps = /* @__PURE__ */ c("$ZodCheckMaxLength", (e, t) => {
|
|
958
953
|
U.init(e, t), e._zod.when = (r) => {
|
|
959
954
|
const n = r.value;
|
|
960
|
-
return !
|
|
955
|
+
return !Ue(n) && n.length !== void 0;
|
|
961
956
|
}, e._zod.onattach.push((r) => {
|
|
962
957
|
const n = r._zod.bag.maximum ?? Number.POSITIVE_INFINITY;
|
|
963
958
|
t.maximum < n && (r._zod.bag.maximum = t.maximum);
|
|
@@ -965,9 +960,9 @@ const fs = (e) => {
|
|
|
965
960
|
const n = r.value;
|
|
966
961
|
if (n.length <= t.maximum)
|
|
967
962
|
return;
|
|
968
|
-
const
|
|
963
|
+
const i = Ke(n);
|
|
969
964
|
r.issues.push({
|
|
970
|
-
origin:
|
|
965
|
+
origin: i,
|
|
971
966
|
code: "too_big",
|
|
972
967
|
maximum: t.maximum,
|
|
973
968
|
inclusive: !0,
|
|
@@ -976,10 +971,10 @@ const fs = (e) => {
|
|
|
976
971
|
continue: !t.abort
|
|
977
972
|
});
|
|
978
973
|
};
|
|
979
|
-
}),
|
|
974
|
+
}), ms = /* @__PURE__ */ c("$ZodCheckMinLength", (e, t) => {
|
|
980
975
|
U.init(e, t), e._zod.when = (r) => {
|
|
981
976
|
const n = r.value;
|
|
982
|
-
return !
|
|
977
|
+
return !Ue(n) && n.length !== void 0;
|
|
983
978
|
}, e._zod.onattach.push((r) => {
|
|
984
979
|
const n = r._zod.bag.minimum ?? Number.NEGATIVE_INFINITY;
|
|
985
980
|
t.minimum > n && (r._zod.bag.minimum = t.minimum);
|
|
@@ -987,9 +982,9 @@ const fs = (e) => {
|
|
|
987
982
|
const n = r.value;
|
|
988
983
|
if (n.length >= t.minimum)
|
|
989
984
|
return;
|
|
990
|
-
const
|
|
985
|
+
const i = Ke(n);
|
|
991
986
|
r.issues.push({
|
|
992
|
-
origin:
|
|
987
|
+
origin: i,
|
|
993
988
|
code: "too_small",
|
|
994
989
|
minimum: t.minimum,
|
|
995
990
|
inclusive: !0,
|
|
@@ -998,10 +993,10 @@ const fs = (e) => {
|
|
|
998
993
|
continue: !t.abort
|
|
999
994
|
});
|
|
1000
995
|
};
|
|
1001
|
-
}),
|
|
996
|
+
}), gs = /* @__PURE__ */ c("$ZodCheckLengthEquals", (e, t) => {
|
|
1002
997
|
U.init(e, t), e._zod.when = (r) => {
|
|
1003
998
|
const n = r.value;
|
|
1004
|
-
return !
|
|
999
|
+
return !Ue(n) && n.length !== void 0;
|
|
1005
1000
|
}, e._zod.onattach.push((r) => {
|
|
1006
1001
|
const n = r._zod.bag;
|
|
1007
1002
|
n.minimum = t.length, n.maximum = t.length, n.length = t.length;
|
|
@@ -1009,34 +1004,35 @@ const fs = (e) => {
|
|
|
1009
1004
|
const n = r.value, o = n.length;
|
|
1010
1005
|
if (o === t.length)
|
|
1011
1006
|
return;
|
|
1012
|
-
const
|
|
1007
|
+
const i = Ke(n), a = o > t.length;
|
|
1013
1008
|
r.issues.push({
|
|
1014
|
-
origin:
|
|
1015
|
-
...
|
|
1009
|
+
origin: i,
|
|
1010
|
+
...a ? { code: "too_big", maximum: t.length } : { code: "too_small", minimum: t.length },
|
|
1011
|
+
inclusive: !0,
|
|
1012
|
+
exact: !0,
|
|
1016
1013
|
input: r.value,
|
|
1017
1014
|
inst: e,
|
|
1018
1015
|
continue: !t.abort
|
|
1019
1016
|
});
|
|
1020
1017
|
};
|
|
1021
1018
|
}), be = /* @__PURE__ */ c("$ZodCheckStringFormat", (e, t) => {
|
|
1022
|
-
var r;
|
|
1023
|
-
U.init(e, t), e._zod.onattach.push((
|
|
1024
|
-
const
|
|
1025
|
-
|
|
1026
|
-
}), (r = e._zod).check ?? (r.check = (
|
|
1027
|
-
|
|
1028
|
-
throw new Error("Not implemented.");
|
|
1029
|
-
t.pattern.lastIndex = 0, !t.pattern.test(n.value) && n.issues.push({
|
|
1019
|
+
var r, n;
|
|
1020
|
+
U.init(e, t), e._zod.onattach.push((o) => {
|
|
1021
|
+
const i = o._zod.bag;
|
|
1022
|
+
i.format = t.format, t.pattern && (i.patterns ?? (i.patterns = /* @__PURE__ */ new Set()), i.patterns.add(t.pattern));
|
|
1023
|
+
}), t.pattern ? (r = e._zod).check ?? (r.check = (o) => {
|
|
1024
|
+
t.pattern.lastIndex = 0, !t.pattern.test(o.value) && o.issues.push({
|
|
1030
1025
|
origin: "string",
|
|
1031
1026
|
code: "invalid_format",
|
|
1032
1027
|
format: t.format,
|
|
1033
|
-
input:
|
|
1028
|
+
input: o.value,
|
|
1034
1029
|
...t.pattern ? { pattern: t.pattern.toString() } : {},
|
|
1035
1030
|
inst: e,
|
|
1036
1031
|
continue: !t.abort
|
|
1037
1032
|
});
|
|
1033
|
+
}) : (n = e._zod).check ?? (n.check = () => {
|
|
1038
1034
|
});
|
|
1039
|
-
}),
|
|
1035
|
+
}), vs = /* @__PURE__ */ c("$ZodCheckRegex", (e, t) => {
|
|
1040
1036
|
be.init(e, t), e._zod.check = (r) => {
|
|
1041
1037
|
t.pattern.lastIndex = 0, !t.pattern.test(r.value) && r.issues.push({
|
|
1042
1038
|
origin: "string",
|
|
@@ -1048,16 +1044,16 @@ const fs = (e) => {
|
|
|
1048
1044
|
continue: !t.abort
|
|
1049
1045
|
});
|
|
1050
1046
|
};
|
|
1051
|
-
}),
|
|
1047
|
+
}), ys = /* @__PURE__ */ c("$ZodCheckLowerCase", (e, t) => {
|
|
1048
|
+
t.pattern ?? (t.pattern = fs), be.init(e, t);
|
|
1049
|
+
}), xs = /* @__PURE__ */ c("$ZodCheckUpperCase", (e, t) => {
|
|
1052
1050
|
t.pattern ?? (t.pattern = hs), be.init(e, t);
|
|
1053
|
-
}), _s = /* @__PURE__ */ c("$
|
|
1054
|
-
t.pattern ?? (t.pattern = ps), be.init(e, t);
|
|
1055
|
-
}), bs = /* @__PURE__ */ c("$ZodCheckIncludes", (e, t) => {
|
|
1051
|
+
}), _s = /* @__PURE__ */ c("$ZodCheckIncludes", (e, t) => {
|
|
1056
1052
|
U.init(e, t);
|
|
1057
1053
|
const r = _e(t.includes), n = new RegExp(typeof t.position == "number" ? `^.{${t.position}}${r}` : r);
|
|
1058
1054
|
t.pattern = n, e._zod.onattach.push((o) => {
|
|
1059
|
-
const
|
|
1060
|
-
|
|
1055
|
+
const i = o._zod.bag;
|
|
1056
|
+
i.patterns ?? (i.patterns = /* @__PURE__ */ new Set()), i.patterns.add(n);
|
|
1061
1057
|
}), e._zod.check = (o) => {
|
|
1062
1058
|
o.value.includes(t.includes, t.position) || o.issues.push({
|
|
1063
1059
|
origin: "string",
|
|
@@ -1069,7 +1065,7 @@ const fs = (e) => {
|
|
|
1069
1065
|
continue: !t.abort
|
|
1070
1066
|
});
|
|
1071
1067
|
};
|
|
1072
|
-
}),
|
|
1068
|
+
}), bs = /* @__PURE__ */ c("$ZodCheckStartsWith", (e, t) => {
|
|
1073
1069
|
U.init(e, t);
|
|
1074
1070
|
const r = new RegExp(`^${_e(t.prefix)}.*`);
|
|
1075
1071
|
t.pattern ?? (t.pattern = r), e._zod.onattach.push((n) => {
|
|
@@ -1086,7 +1082,7 @@ const fs = (e) => {
|
|
|
1086
1082
|
continue: !t.abort
|
|
1087
1083
|
});
|
|
1088
1084
|
};
|
|
1089
|
-
}),
|
|
1085
|
+
}), ws = /* @__PURE__ */ c("$ZodCheckEndsWith", (e, t) => {
|
|
1090
1086
|
U.init(e, t);
|
|
1091
1087
|
const r = new RegExp(`.*${_e(t.suffix)}$`);
|
|
1092
1088
|
t.pattern ?? (t.pattern = r), e._zod.onattach.push((n) => {
|
|
@@ -1103,12 +1099,12 @@ const fs = (e) => {
|
|
|
1103
1099
|
continue: !t.abort
|
|
1104
1100
|
});
|
|
1105
1101
|
};
|
|
1106
|
-
}),
|
|
1102
|
+
}), js = /* @__PURE__ */ c("$ZodCheckOverwrite", (e, t) => {
|
|
1107
1103
|
U.init(e, t), e._zod.check = (r) => {
|
|
1108
1104
|
r.value = t.tx(r.value);
|
|
1109
1105
|
};
|
|
1110
1106
|
});
|
|
1111
|
-
class
|
|
1107
|
+
class ks {
|
|
1112
1108
|
constructor(t = []) {
|
|
1113
1109
|
this.content = [], this.indent = 0, this && (this.args = t);
|
|
1114
1110
|
}
|
|
@@ -1121,80 +1117,80 @@ class $s {
|
|
|
1121
1117
|
return;
|
|
1122
1118
|
}
|
|
1123
1119
|
const n = t.split(`
|
|
1124
|
-
`).filter((
|
|
1125
|
-
for (const
|
|
1126
|
-
this.content.push(
|
|
1120
|
+
`).filter((a) => a), o = Math.min(...n.map((a) => a.length - a.trimStart().length)), i = n.map((a) => a.slice(o)).map((a) => " ".repeat(this.indent * 2) + a);
|
|
1121
|
+
for (const a of i)
|
|
1122
|
+
this.content.push(a);
|
|
1127
1123
|
}
|
|
1128
1124
|
compile() {
|
|
1129
|
-
const t = Function, r = this?.args, o = [...(this?.content ?? [""]).map((
|
|
1125
|
+
const t = Function, r = this?.args, o = [...(this?.content ?? [""]).map((i) => ` ${i}`)];
|
|
1130
1126
|
return new t(...r, o.join(`
|
|
1131
1127
|
`));
|
|
1132
1128
|
}
|
|
1133
1129
|
}
|
|
1134
|
-
const
|
|
1130
|
+
const $s = {
|
|
1135
1131
|
major: 4,
|
|
1136
1132
|
minor: 0,
|
|
1137
1133
|
patch: 0
|
|
1138
1134
|
}, T = /* @__PURE__ */ c("$ZodType", (e, t) => {
|
|
1139
1135
|
var r;
|
|
1140
|
-
e ?? (e = {}),
|
|
1136
|
+
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = $s;
|
|
1141
1137
|
const n = [...e._zod.def.checks ?? []];
|
|
1142
1138
|
e._zod.traits.has("$ZodCheck") && n.unshift(e);
|
|
1143
1139
|
for (const o of n)
|
|
1144
|
-
for (const
|
|
1145
|
-
|
|
1140
|
+
for (const i of o._zod.onattach)
|
|
1141
|
+
i(e);
|
|
1146
1142
|
if (n.length === 0)
|
|
1147
1143
|
(r = e._zod).deferred ?? (r.deferred = []), e._zod.deferred?.push(() => {
|
|
1148
1144
|
e._zod.run = e._zod.parse;
|
|
1149
1145
|
});
|
|
1150
1146
|
else {
|
|
1151
|
-
const o = (
|
|
1152
|
-
let p = ne(
|
|
1153
|
-
for (const x of
|
|
1147
|
+
const o = (i, a, u) => {
|
|
1148
|
+
let p = ne(i), f;
|
|
1149
|
+
for (const x of a) {
|
|
1154
1150
|
if (x._zod.when) {
|
|
1155
|
-
if (!x._zod.when(
|
|
1151
|
+
if (!x._zod.when(i))
|
|
1156
1152
|
continue;
|
|
1157
1153
|
} else if (p)
|
|
1158
1154
|
continue;
|
|
1159
|
-
const h =
|
|
1155
|
+
const h = i.issues.length, m = x._zod.check(i);
|
|
1160
1156
|
if (m instanceof Promise && u?.async === !1)
|
|
1161
1157
|
throw new se();
|
|
1162
1158
|
if (f || m instanceof Promise)
|
|
1163
1159
|
f = (f ?? Promise.resolve()).then(async () => {
|
|
1164
|
-
await m,
|
|
1160
|
+
await m, i.issues.length !== h && (p || (p = ne(i, h)));
|
|
1165
1161
|
});
|
|
1166
1162
|
else {
|
|
1167
|
-
if (
|
|
1163
|
+
if (i.issues.length === h)
|
|
1168
1164
|
continue;
|
|
1169
|
-
p || (p = ne(
|
|
1165
|
+
p || (p = ne(i, h));
|
|
1170
1166
|
}
|
|
1171
1167
|
}
|
|
1172
|
-
return f ? f.then(() =>
|
|
1168
|
+
return f ? f.then(() => i) : i;
|
|
1173
1169
|
};
|
|
1174
|
-
e._zod.run = (
|
|
1175
|
-
const u = e._zod.parse(
|
|
1170
|
+
e._zod.run = (i, a) => {
|
|
1171
|
+
const u = e._zod.parse(i, a);
|
|
1176
1172
|
if (u instanceof Promise) {
|
|
1177
|
-
if (
|
|
1173
|
+
if (a.async === !1)
|
|
1178
1174
|
throw new se();
|
|
1179
|
-
return u.then((p) => o(p, n,
|
|
1175
|
+
return u.then((p) => o(p, n, a));
|
|
1180
1176
|
}
|
|
1181
|
-
return o(u, n,
|
|
1177
|
+
return o(u, n, a);
|
|
1182
1178
|
};
|
|
1183
1179
|
}
|
|
1184
1180
|
e["~standard"] = {
|
|
1185
1181
|
validate: (o) => {
|
|
1186
1182
|
try {
|
|
1187
|
-
const
|
|
1188
|
-
return
|
|
1183
|
+
const i = Uo(e, o);
|
|
1184
|
+
return i.success ? { value: i.data } : { issues: i.error?.issues };
|
|
1189
1185
|
} catch {
|
|
1190
|
-
return
|
|
1186
|
+
return Lo(e, o).then((a) => a.success ? { value: a.data } : { issues: a.error?.issues });
|
|
1191
1187
|
}
|
|
1192
1188
|
},
|
|
1193
1189
|
vendor: "zod",
|
|
1194
1190
|
version: 1
|
|
1195
1191
|
};
|
|
1196
|
-
}),
|
|
1197
|
-
T.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ??
|
|
1192
|
+
}), He = /* @__PURE__ */ c("$ZodString", (e, t) => {
|
|
1193
|
+
T.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? ds(e._zod.bag), e._zod.parse = (r, n) => {
|
|
1198
1194
|
if (t.coerce)
|
|
1199
1195
|
try {
|
|
1200
1196
|
r.value = String(r.value);
|
|
@@ -1207,11 +1203,11 @@ const zs = {
|
|
|
1207
1203
|
inst: e
|
|
1208
1204
|
}), r;
|
|
1209
1205
|
};
|
|
1210
|
-
}),
|
|
1211
|
-
be.init(e, t),
|
|
1212
|
-
}),
|
|
1213
|
-
t.pattern ?? (t.pattern =
|
|
1214
|
-
}),
|
|
1206
|
+
}), Z = /* @__PURE__ */ c("$ZodStringFormat", (e, t) => {
|
|
1207
|
+
be.init(e, t), He.init(e, t);
|
|
1208
|
+
}), zs = /* @__PURE__ */ c("$ZodGUID", (e, t) => {
|
|
1209
|
+
t.pattern ?? (t.pattern = Go), Z.init(e, t);
|
|
1210
|
+
}), Ps = /* @__PURE__ */ c("$ZodUUID", (e, t) => {
|
|
1215
1211
|
if (t.version) {
|
|
1216
1212
|
const n = {
|
|
1217
1213
|
v1: 1,
|
|
@@ -1228,14 +1224,14 @@ const zs = {
|
|
|
1228
1224
|
t.pattern ?? (t.pattern = ut(n));
|
|
1229
1225
|
} else
|
|
1230
1226
|
t.pattern ?? (t.pattern = ut());
|
|
1231
|
-
|
|
1232
|
-
}),
|
|
1233
|
-
t.pattern ?? (t.pattern =
|
|
1234
|
-
}),
|
|
1235
|
-
|
|
1227
|
+
Z.init(e, t);
|
|
1228
|
+
}), Es = /* @__PURE__ */ c("$ZodEmail", (e, t) => {
|
|
1229
|
+
t.pattern ?? (t.pattern = Jo), Z.init(e, t);
|
|
1230
|
+
}), Ss = /* @__PURE__ */ c("$ZodURL", (e, t) => {
|
|
1231
|
+
Z.init(e, t), e._zod.check = (r) => {
|
|
1236
1232
|
try {
|
|
1237
|
-
const n = new URL(
|
|
1238
|
-
t.hostname && (t.hostname.lastIndex = 0, t.hostname.test(
|
|
1233
|
+
const n = r.value, o = new URL(n), i = o.href;
|
|
1234
|
+
t.hostname && (t.hostname.lastIndex = 0, t.hostname.test(o.hostname) || r.issues.push({
|
|
1239
1235
|
code: "invalid_format",
|
|
1240
1236
|
format: "url",
|
|
1241
1237
|
note: "Invalid hostname",
|
|
@@ -1243,7 +1239,7 @@ const zs = {
|
|
|
1243
1239
|
input: r.value,
|
|
1244
1240
|
inst: e,
|
|
1245
1241
|
continue: !t.abort
|
|
1246
|
-
})), t.protocol && (t.protocol.lastIndex = 0, t.protocol.test(
|
|
1242
|
+
})), t.protocol && (t.protocol.lastIndex = 0, t.protocol.test(o.protocol.endsWith(":") ? o.protocol.slice(0, -1) : o.protocol) || r.issues.push({
|
|
1247
1243
|
code: "invalid_format",
|
|
1248
1244
|
format: "url",
|
|
1249
1245
|
note: "Invalid protocol",
|
|
@@ -1251,7 +1247,7 @@ const zs = {
|
|
|
1251
1247
|
input: r.value,
|
|
1252
1248
|
inst: e,
|
|
1253
1249
|
continue: !t.abort
|
|
1254
|
-
}));
|
|
1250
|
+
})), !n.endsWith("/") && i.endsWith("/") ? r.value = i.slice(0, -1) : r.value = i;
|
|
1255
1251
|
return;
|
|
1256
1252
|
} catch {
|
|
1257
1253
|
r.issues.push({
|
|
@@ -1263,35 +1259,35 @@ const zs = {
|
|
|
1263
1259
|
});
|
|
1264
1260
|
}
|
|
1265
1261
|
};
|
|
1266
|
-
}),
|
|
1267
|
-
t.pattern ?? (t.pattern =
|
|
1268
|
-
}),
|
|
1269
|
-
t.pattern ?? (t.pattern =
|
|
1270
|
-
}),
|
|
1271
|
-
t.pattern ?? (t.pattern =
|
|
1272
|
-
}),
|
|
1273
|
-
t.pattern ?? (t.pattern =
|
|
1274
|
-
}),
|
|
1275
|
-
t.pattern ?? (t.pattern =
|
|
1276
|
-
}),
|
|
1277
|
-
t.pattern ?? (t.pattern =
|
|
1278
|
-
}),
|
|
1279
|
-
t.pattern ?? (t.pattern =
|
|
1280
|
-
}),
|
|
1281
|
-
t.pattern ?? (t.pattern =
|
|
1282
|
-
}),
|
|
1283
|
-
t.pattern ?? (t.pattern =
|
|
1284
|
-
}),
|
|
1285
|
-
t.pattern ?? (t.pattern =
|
|
1286
|
-
}),
|
|
1287
|
-
t.pattern ?? (t.pattern =
|
|
1288
|
-
}),
|
|
1289
|
-
t.pattern ?? (t.pattern =
|
|
1262
|
+
}), Zs = /* @__PURE__ */ c("$ZodEmoji", (e, t) => {
|
|
1263
|
+
t.pattern ?? (t.pattern = es()), Z.init(e, t);
|
|
1264
|
+
}), Cs = /* @__PURE__ */ c("$ZodNanoID", (e, t) => {
|
|
1265
|
+
t.pattern ?? (t.pattern = Vo), Z.init(e, t);
|
|
1266
|
+
}), Ts = /* @__PURE__ */ c("$ZodCUID", (e, t) => {
|
|
1267
|
+
t.pattern ?? (t.pattern = Qo), Z.init(e, t);
|
|
1268
|
+
}), Ns = /* @__PURE__ */ c("$ZodCUID2", (e, t) => {
|
|
1269
|
+
t.pattern ?? (t.pattern = Bo), Z.init(e, t);
|
|
1270
|
+
}), Os = /* @__PURE__ */ c("$ZodULID", (e, t) => {
|
|
1271
|
+
t.pattern ?? (t.pattern = Ko), Z.init(e, t);
|
|
1272
|
+
}), As = /* @__PURE__ */ c("$ZodXID", (e, t) => {
|
|
1273
|
+
t.pattern ?? (t.pattern = Ho), Z.init(e, t);
|
|
1274
|
+
}), Is = /* @__PURE__ */ c("$ZodKSUID", (e, t) => {
|
|
1275
|
+
t.pattern ?? (t.pattern = Wo), Z.init(e, t);
|
|
1276
|
+
}), Rs = /* @__PURE__ */ c("$ZodISODateTime", (e, t) => {
|
|
1277
|
+
t.pattern ?? (t.pattern = ls(t)), Z.init(e, t);
|
|
1278
|
+
}), Ds = /* @__PURE__ */ c("$ZodISODate", (e, t) => {
|
|
1279
|
+
t.pattern ?? (t.pattern = cs), Z.init(e, t);
|
|
1280
|
+
}), Ms = /* @__PURE__ */ c("$ZodISOTime", (e, t) => {
|
|
1281
|
+
t.pattern ?? (t.pattern = us(t)), Z.init(e, t);
|
|
1282
|
+
}), Fs = /* @__PURE__ */ c("$ZodISODuration", (e, t) => {
|
|
1283
|
+
t.pattern ?? (t.pattern = Yo), Z.init(e, t);
|
|
1284
|
+
}), qs = /* @__PURE__ */ c("$ZodIPv4", (e, t) => {
|
|
1285
|
+
t.pattern ?? (t.pattern = ts), Z.init(e, t), e._zod.onattach.push((r) => {
|
|
1290
1286
|
const n = r._zod.bag;
|
|
1291
1287
|
n.format = "ipv4";
|
|
1292
1288
|
});
|
|
1293
|
-
}),
|
|
1294
|
-
t.pattern ?? (t.pattern =
|
|
1289
|
+
}), Us = /* @__PURE__ */ c("$ZodIPv6", (e, t) => {
|
|
1290
|
+
t.pattern ?? (t.pattern = rs), Z.init(e, t), e._zod.onattach.push((r) => {
|
|
1295
1291
|
const n = r._zod.bag;
|
|
1296
1292
|
n.format = "ipv6";
|
|
1297
1293
|
}), e._zod.check = (r) => {
|
|
@@ -1307,18 +1303,18 @@ const zs = {
|
|
|
1307
1303
|
});
|
|
1308
1304
|
}
|
|
1309
1305
|
};
|
|
1310
|
-
}),
|
|
1311
|
-
t.pattern ?? (t.pattern =
|
|
1312
|
-
}),
|
|
1313
|
-
t.pattern ?? (t.pattern =
|
|
1306
|
+
}), Ls = /* @__PURE__ */ c("$ZodCIDRv4", (e, t) => {
|
|
1307
|
+
t.pattern ?? (t.pattern = ns), Z.init(e, t);
|
|
1308
|
+
}), Qs = /* @__PURE__ */ c("$ZodCIDRv6", (e, t) => {
|
|
1309
|
+
t.pattern ?? (t.pattern = os), Z.init(e, t), e._zod.check = (r) => {
|
|
1314
1310
|
const [n, o] = r.value.split("/");
|
|
1315
1311
|
try {
|
|
1316
1312
|
if (!o)
|
|
1317
1313
|
throw new Error();
|
|
1318
|
-
const
|
|
1319
|
-
if (`${
|
|
1314
|
+
const i = Number(o);
|
|
1315
|
+
if (`${i}` !== o)
|
|
1320
1316
|
throw new Error();
|
|
1321
|
-
if (
|
|
1317
|
+
if (i < 0 || i > 128)
|
|
1322
1318
|
throw new Error();
|
|
1323
1319
|
new URL(`http://[${n}]`);
|
|
1324
1320
|
} catch {
|
|
@@ -1332,7 +1328,7 @@ const zs = {
|
|
|
1332
1328
|
}
|
|
1333
1329
|
};
|
|
1334
1330
|
});
|
|
1335
|
-
function
|
|
1331
|
+
function fr(e) {
|
|
1336
1332
|
if (e === "")
|
|
1337
1333
|
return !0;
|
|
1338
1334
|
if (e.length % 4 !== 0)
|
|
@@ -1343,11 +1339,11 @@ function hr(e) {
|
|
|
1343
1339
|
return !1;
|
|
1344
1340
|
}
|
|
1345
1341
|
}
|
|
1346
|
-
const
|
|
1347
|
-
t.pattern ?? (t.pattern =
|
|
1342
|
+
const Bs = /* @__PURE__ */ c("$ZodBase64", (e, t) => {
|
|
1343
|
+
t.pattern ?? (t.pattern = ss), Z.init(e, t), e._zod.onattach.push((r) => {
|
|
1348
1344
|
r._zod.bag.contentEncoding = "base64";
|
|
1349
1345
|
}), e._zod.check = (r) => {
|
|
1350
|
-
|
|
1346
|
+
fr(r.value) || r.issues.push({
|
|
1351
1347
|
code: "invalid_format",
|
|
1352
1348
|
format: "base64",
|
|
1353
1349
|
input: r.value,
|
|
@@ -1356,17 +1352,17 @@ const Ks = /* @__PURE__ */ c("$ZodBase64", (e, t) => {
|
|
|
1356
1352
|
});
|
|
1357
1353
|
};
|
|
1358
1354
|
});
|
|
1359
|
-
function
|
|
1360
|
-
if (!
|
|
1355
|
+
function Ks(e) {
|
|
1356
|
+
if (!ur.test(e))
|
|
1361
1357
|
return !1;
|
|
1362
1358
|
const t = e.replace(/[-_]/g, (n) => n === "-" ? "+" : "/"), r = t.padEnd(Math.ceil(t.length / 4) * 4, "=");
|
|
1363
|
-
return
|
|
1359
|
+
return fr(r);
|
|
1364
1360
|
}
|
|
1365
|
-
const
|
|
1366
|
-
t.pattern ?? (t.pattern =
|
|
1361
|
+
const Hs = /* @__PURE__ */ c("$ZodBase64URL", (e, t) => {
|
|
1362
|
+
t.pattern ?? (t.pattern = ur), Z.init(e, t), e._zod.onattach.push((r) => {
|
|
1367
1363
|
r._zod.bag.contentEncoding = "base64url";
|
|
1368
1364
|
}), e._zod.check = (r) => {
|
|
1369
|
-
|
|
1365
|
+
Ks(r.value) || r.issues.push({
|
|
1370
1366
|
code: "invalid_format",
|
|
1371
1367
|
format: "base64url",
|
|
1372
1368
|
input: r.value,
|
|
@@ -1374,23 +1370,26 @@ const Ws = /* @__PURE__ */ c("$ZodBase64URL", (e, t) => {
|
|
|
1374
1370
|
continue: !t.abort
|
|
1375
1371
|
});
|
|
1376
1372
|
};
|
|
1377
|
-
}),
|
|
1378
|
-
t.pattern ?? (t.pattern =
|
|
1373
|
+
}), Ws = /* @__PURE__ */ c("$ZodE164", (e, t) => {
|
|
1374
|
+
t.pattern ?? (t.pattern = as), Z.init(e, t);
|
|
1379
1375
|
});
|
|
1380
|
-
function
|
|
1376
|
+
function Vs(e, t = null) {
|
|
1381
1377
|
try {
|
|
1382
1378
|
const r = e.split(".");
|
|
1383
1379
|
if (r.length !== 3)
|
|
1384
1380
|
return !1;
|
|
1385
|
-
const [n] = r
|
|
1381
|
+
const [n] = r;
|
|
1382
|
+
if (!n)
|
|
1383
|
+
return !1;
|
|
1384
|
+
const o = JSON.parse(atob(n));
|
|
1386
1385
|
return !("typ" in o && o?.typ !== "JWT" || !o.alg || t && (!("alg" in o) || o.alg !== t));
|
|
1387
1386
|
} catch {
|
|
1388
1387
|
return !1;
|
|
1389
1388
|
}
|
|
1390
1389
|
}
|
|
1391
|
-
const
|
|
1392
|
-
|
|
1393
|
-
|
|
1390
|
+
const Ys = /* @__PURE__ */ c("$ZodJWT", (e, t) => {
|
|
1391
|
+
Z.init(e, t), e._zod.check = (r) => {
|
|
1392
|
+
Vs(r.value, t.alg) || r.issues.push({
|
|
1394
1393
|
code: "invalid_format",
|
|
1395
1394
|
format: "jwt",
|
|
1396
1395
|
input: r.value,
|
|
@@ -1398,9 +1397,9 @@ const Gs = /* @__PURE__ */ c("$ZodJWT", (e, t) => {
|
|
|
1398
1397
|
continue: !t.abort
|
|
1399
1398
|
});
|
|
1400
1399
|
};
|
|
1401
|
-
}),
|
|
1400
|
+
}), Gs = /* @__PURE__ */ c("$ZodUnknown", (e, t) => {
|
|
1402
1401
|
T.init(e, t), e._zod.parse = (r) => r;
|
|
1403
|
-
}),
|
|
1402
|
+
}), Js = /* @__PURE__ */ c("$ZodNever", (e, t) => {
|
|
1404
1403
|
T.init(e, t), e._zod.parse = (r, n) => (r.issues.push({
|
|
1405
1404
|
expected: "never",
|
|
1406
1405
|
code: "invalid_type",
|
|
@@ -1409,9 +1408,9 @@ const Gs = /* @__PURE__ */ c("$ZodJWT", (e, t) => {
|
|
|
1409
1408
|
}), r);
|
|
1410
1409
|
});
|
|
1411
1410
|
function lt(e, t, r) {
|
|
1412
|
-
e.issues.length && t.issues.push(...
|
|
1411
|
+
e.issues.length && t.issues.push(...Be(r, e.issues)), t.value[r] = e.value;
|
|
1413
1412
|
}
|
|
1414
|
-
const
|
|
1413
|
+
const Xs = /* @__PURE__ */ c("$ZodArray", (e, t) => {
|
|
1415
1414
|
T.init(e, t), e._zod.parse = (r, n) => {
|
|
1416
1415
|
const o = r.value;
|
|
1417
1416
|
if (!Array.isArray(o))
|
|
@@ -1422,31 +1421,31 @@ const ea = /* @__PURE__ */ c("$ZodArray", (e, t) => {
|
|
|
1422
1421
|
inst: e
|
|
1423
1422
|
}), r;
|
|
1424
1423
|
r.value = Array(o.length);
|
|
1425
|
-
const
|
|
1426
|
-
for (let
|
|
1427
|
-
const u = o[
|
|
1424
|
+
const i = [];
|
|
1425
|
+
for (let a = 0; a < o.length; a++) {
|
|
1426
|
+
const u = o[a], p = t.element._zod.run({
|
|
1428
1427
|
value: u,
|
|
1429
1428
|
issues: []
|
|
1430
1429
|
}, n);
|
|
1431
|
-
p instanceof Promise ?
|
|
1430
|
+
p instanceof Promise ? i.push(p.then((f) => lt(f, r, a))) : lt(p, r, a);
|
|
1432
1431
|
}
|
|
1433
|
-
return
|
|
1432
|
+
return i.length ? Promise.all(i).then(() => r) : r;
|
|
1434
1433
|
};
|
|
1435
1434
|
});
|
|
1436
1435
|
function de(e, t, r) {
|
|
1437
|
-
e.issues.length && t.issues.push(...
|
|
1436
|
+
e.issues.length && t.issues.push(...Be(r, e.issues)), t.value[r] = e.value;
|
|
1438
1437
|
}
|
|
1439
1438
|
function dt(e, t, r, n) {
|
|
1440
|
-
e.issues.length ? n[r] === void 0 ? r in n ? t.value[r] = void 0 : t.value[r] = e.value : t.issues.push(...
|
|
1439
|
+
e.issues.length ? n[r] === void 0 ? r in n ? t.value[r] = void 0 : t.value[r] = e.value : t.issues.push(...Be(r, e.issues)) : e.value === void 0 ? r in n && (t.value[r] = void 0) : t.value[r] = e.value;
|
|
1441
1440
|
}
|
|
1442
|
-
const
|
|
1441
|
+
const ei = /* @__PURE__ */ c("$ZodObject", (e, t) => {
|
|
1443
1442
|
T.init(e, t);
|
|
1444
1443
|
const r = rr(() => {
|
|
1445
1444
|
const h = Object.keys(t.shape);
|
|
1446
1445
|
for (const l of h)
|
|
1447
1446
|
if (!(t.shape[l] instanceof T))
|
|
1448
1447
|
throw new Error(`Invalid element at key "${l}": expected a Zod schema`);
|
|
1449
|
-
const m =
|
|
1448
|
+
const m = Co(t.shape);
|
|
1450
1449
|
return {
|
|
1451
1450
|
shape: t.shape,
|
|
1452
1451
|
keys: h,
|
|
@@ -1455,7 +1454,7 @@ const ta = /* @__PURE__ */ c("$ZodObject", (e, t) => {
|
|
|
1455
1454
|
optionalKeys: new Set(m)
|
|
1456
1455
|
};
|
|
1457
1456
|
});
|
|
1458
|
-
|
|
1457
|
+
S(e._zod, "propValues", () => {
|
|
1459
1458
|
const h = t.shape, m = {};
|
|
1460
1459
|
for (const l in h) {
|
|
1461
1460
|
const g = h[l]._zod;
|
|
@@ -1468,19 +1467,20 @@ const ta = /* @__PURE__ */ c("$ZodObject", (e, t) => {
|
|
|
1468
1467
|
return m;
|
|
1469
1468
|
});
|
|
1470
1469
|
const n = (h) => {
|
|
1471
|
-
const m = new
|
|
1470
|
+
const m = new ks(["shape", "payload", "ctx"]), l = r.value, g = (j) => {
|
|
1472
1471
|
const y = re(j);
|
|
1473
1472
|
return `shape[${y}]._zod.run({ value: input[${y}], issues: [] }, ctx)`;
|
|
1474
1473
|
};
|
|
1475
1474
|
m.write("const input = payload.value;");
|
|
1476
|
-
const
|
|
1477
|
-
|
|
1478
|
-
|
|
1475
|
+
const w = /* @__PURE__ */ Object.create(null);
|
|
1476
|
+
let E = 0;
|
|
1477
|
+
for (const j of l.keys)
|
|
1478
|
+
w[j] = `key_${E++}`;
|
|
1479
1479
|
m.write("const newResult = {}");
|
|
1480
|
-
for (const j of l)
|
|
1481
|
-
if (
|
|
1482
|
-
const y =
|
|
1483
|
-
m.write(`const ${y} = ${
|
|
1480
|
+
for (const j of l.keys)
|
|
1481
|
+
if (l.optionalKeys.has(j)) {
|
|
1482
|
+
const y = w[j];
|
|
1483
|
+
m.write(`const ${y} = ${g(j)};`);
|
|
1484
1484
|
const _ = re(j);
|
|
1485
1485
|
m.write(`
|
|
1486
1486
|
if (${y}.issues.length) {
|
|
@@ -1503,8 +1503,8 @@ const ta = /* @__PURE__ */ c("$ZodObject", (e, t) => {
|
|
|
1503
1503
|
}
|
|
1504
1504
|
`);
|
|
1505
1505
|
} else {
|
|
1506
|
-
const y =
|
|
1507
|
-
m.write(`const ${y} = ${
|
|
1506
|
+
const y = w[j];
|
|
1507
|
+
m.write(`const ${y} = ${g(j)};`), m.write(`
|
|
1508
1508
|
if (${y}.issues.length) payload.issues = payload.issues.concat(${y}.issues.map(iss => ({
|
|
1509
1509
|
...iss,
|
|
1510
1510
|
path: iss.path ? [${re(j)}, ...iss.path] : [${re(j)}]
|
|
@@ -1515,12 +1515,12 @@ const ta = /* @__PURE__ */ c("$ZodObject", (e, t) => {
|
|
|
1515
1515
|
return (j, y) => $(h, j, y);
|
|
1516
1516
|
};
|
|
1517
1517
|
let o;
|
|
1518
|
-
const
|
|
1518
|
+
const i = Ce, a = !tr.jitless, p = a && So.value, f = t.catchall;
|
|
1519
1519
|
let x;
|
|
1520
1520
|
e._zod.parse = (h, m) => {
|
|
1521
1521
|
x ?? (x = r.value);
|
|
1522
1522
|
const l = h.value;
|
|
1523
|
-
if (!
|
|
1523
|
+
if (!i(l))
|
|
1524
1524
|
return h.issues.push({
|
|
1525
1525
|
expected: "object",
|
|
1526
1526
|
code: "invalid_type",
|
|
@@ -1528,7 +1528,7 @@ const ta = /* @__PURE__ */ c("$ZodObject", (e, t) => {
|
|
|
1528
1528
|
inst: e
|
|
1529
1529
|
}), h;
|
|
1530
1530
|
const g = [];
|
|
1531
|
-
if (
|
|
1531
|
+
if (a && p && m?.async === !1 && m.jitless !== !0)
|
|
1532
1532
|
o || (o = n(t.shape)), h = o(h, m);
|
|
1533
1533
|
else {
|
|
1534
1534
|
h.value = {};
|
|
@@ -1567,57 +1567,57 @@ function ft(e, t, r, n) {
|
|
|
1567
1567
|
code: "invalid_union",
|
|
1568
1568
|
input: t.value,
|
|
1569
1569
|
inst: r,
|
|
1570
|
-
errors: e.map((o) => o.issues.map((
|
|
1570
|
+
errors: e.map((o) => o.issues.map((i) => Y(i, n, V())))
|
|
1571
1571
|
}), t;
|
|
1572
1572
|
}
|
|
1573
|
-
const
|
|
1574
|
-
T.init(e, t),
|
|
1573
|
+
const ti = /* @__PURE__ */ c("$ZodUnion", (e, t) => {
|
|
1574
|
+
T.init(e, t), S(e._zod, "optin", () => t.options.some((r) => r._zod.optin === "optional") ? "optional" : void 0), S(e._zod, "optout", () => t.options.some((r) => r._zod.optout === "optional") ? "optional" : void 0), S(e._zod, "values", () => {
|
|
1575
1575
|
if (t.options.every((r) => r._zod.values))
|
|
1576
1576
|
return new Set(t.options.flatMap((r) => Array.from(r._zod.values)));
|
|
1577
|
-
}),
|
|
1577
|
+
}), S(e._zod, "pattern", () => {
|
|
1578
1578
|
if (t.options.every((r) => r._zod.pattern)) {
|
|
1579
1579
|
const r = t.options.map((n) => n._zod.pattern);
|
|
1580
|
-
return new RegExp(`^(${r.map((n) =>
|
|
1580
|
+
return new RegExp(`^(${r.map((n) => Le(n.source)).join("|")})$`);
|
|
1581
1581
|
}
|
|
1582
1582
|
}), e._zod.parse = (r, n) => {
|
|
1583
1583
|
let o = !1;
|
|
1584
|
-
const
|
|
1585
|
-
for (const
|
|
1586
|
-
const u =
|
|
1584
|
+
const i = [];
|
|
1585
|
+
for (const a of t.options) {
|
|
1586
|
+
const u = a._zod.run({
|
|
1587
1587
|
value: r.value,
|
|
1588
1588
|
issues: []
|
|
1589
1589
|
}, n);
|
|
1590
1590
|
if (u instanceof Promise)
|
|
1591
|
-
|
|
1591
|
+
i.push(u), o = !0;
|
|
1592
1592
|
else {
|
|
1593
1593
|
if (u.issues.length === 0)
|
|
1594
1594
|
return u;
|
|
1595
|
-
|
|
1595
|
+
i.push(u);
|
|
1596
1596
|
}
|
|
1597
1597
|
}
|
|
1598
|
-
return o ? Promise.all(
|
|
1598
|
+
return o ? Promise.all(i).then((a) => ft(a, r, e, n)) : ft(i, r, e, n);
|
|
1599
1599
|
};
|
|
1600
|
-
}),
|
|
1600
|
+
}), ri = /* @__PURE__ */ c("$ZodIntersection", (e, t) => {
|
|
1601
1601
|
T.init(e, t), e._zod.parse = (r, n) => {
|
|
1602
|
-
const
|
|
1603
|
-
return
|
|
1602
|
+
const o = r.value, i = t.left._zod.run({ value: o, issues: [] }, n), a = t.right._zod.run({ value: o, issues: [] }, n);
|
|
1603
|
+
return i instanceof Promise || a instanceof Promise ? Promise.all([i, a]).then(([p, f]) => ht(r, p, f)) : ht(r, i, a);
|
|
1604
1604
|
};
|
|
1605
1605
|
});
|
|
1606
|
-
function
|
|
1606
|
+
function Ne(e, t) {
|
|
1607
1607
|
if (e === t)
|
|
1608
1608
|
return { valid: !0, data: e };
|
|
1609
1609
|
if (e instanceof Date && t instanceof Date && +e == +t)
|
|
1610
1610
|
return { valid: !0, data: e };
|
|
1611
|
-
if (
|
|
1612
|
-
const r = Object.keys(t), n = Object.keys(e).filter((
|
|
1613
|
-
for (const
|
|
1614
|
-
const
|
|
1615
|
-
if (!
|
|
1611
|
+
if (Te(e) && Te(t)) {
|
|
1612
|
+
const r = Object.keys(t), n = Object.keys(e).filter((i) => r.indexOf(i) !== -1), o = { ...e, ...t };
|
|
1613
|
+
for (const i of n) {
|
|
1614
|
+
const a = Ne(e[i], t[i]);
|
|
1615
|
+
if (!a.valid)
|
|
1616
1616
|
return {
|
|
1617
1617
|
valid: !1,
|
|
1618
|
-
mergeErrorPath: [
|
|
1618
|
+
mergeErrorPath: [i, ...a.mergeErrorPath]
|
|
1619
1619
|
};
|
|
1620
|
-
o[
|
|
1620
|
+
o[i] = a.data;
|
|
1621
1621
|
}
|
|
1622
1622
|
return { valid: !0, data: o };
|
|
1623
1623
|
}
|
|
@@ -1626,13 +1626,13 @@ function Te(e, t) {
|
|
|
1626
1626
|
return { valid: !1, mergeErrorPath: [] };
|
|
1627
1627
|
const r = [];
|
|
1628
1628
|
for (let n = 0; n < e.length; n++) {
|
|
1629
|
-
const o = e[n],
|
|
1630
|
-
if (!
|
|
1629
|
+
const o = e[n], i = t[n], a = Ne(o, i);
|
|
1630
|
+
if (!a.valid)
|
|
1631
1631
|
return {
|
|
1632
1632
|
valid: !1,
|
|
1633
|
-
mergeErrorPath: [n, ...
|
|
1633
|
+
mergeErrorPath: [n, ...a.mergeErrorPath]
|
|
1634
1634
|
};
|
|
1635
|
-
r.push(
|
|
1635
|
+
r.push(a.data);
|
|
1636
1636
|
}
|
|
1637
1637
|
return { valid: !0, data: r };
|
|
1638
1638
|
}
|
|
@@ -1641,62 +1641,62 @@ function Te(e, t) {
|
|
|
1641
1641
|
function ht(e, t, r) {
|
|
1642
1642
|
if (t.issues.length && e.issues.push(...t.issues), r.issues.length && e.issues.push(...r.issues), ne(e))
|
|
1643
1643
|
return e;
|
|
1644
|
-
const n =
|
|
1644
|
+
const n = Ne(t.value, r.value);
|
|
1645
1645
|
if (!n.valid)
|
|
1646
1646
|
throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);
|
|
1647
1647
|
return e.value = n.data, e;
|
|
1648
1648
|
}
|
|
1649
|
-
const
|
|
1649
|
+
const ni = /* @__PURE__ */ c("$ZodEnum", (e, t) => {
|
|
1650
1650
|
T.init(e, t);
|
|
1651
|
-
const r =
|
|
1652
|
-
e._zod.values = new Set(r), e._zod.pattern = new RegExp(`^(${r.filter((n) =>
|
|
1653
|
-
const
|
|
1654
|
-
return e._zod.values.has(
|
|
1651
|
+
const r = Po(t.entries);
|
|
1652
|
+
e._zod.values = new Set(r), e._zod.pattern = new RegExp(`^(${r.filter((n) => Zo.has(typeof n)).map((n) => typeof n == "string" ? _e(n) : n.toString()).join("|")})$`), e._zod.parse = (n, o) => {
|
|
1653
|
+
const i = n.value;
|
|
1654
|
+
return e._zod.values.has(i) || n.issues.push({
|
|
1655
1655
|
code: "invalid_value",
|
|
1656
1656
|
values: r,
|
|
1657
|
-
input:
|
|
1657
|
+
input: i,
|
|
1658
1658
|
inst: e
|
|
1659
1659
|
}), n;
|
|
1660
1660
|
};
|
|
1661
|
-
}),
|
|
1661
|
+
}), oi = /* @__PURE__ */ c("$ZodTransform", (e, t) => {
|
|
1662
1662
|
T.init(e, t), e._zod.parse = (r, n) => {
|
|
1663
1663
|
const o = t.transform(r.value, r);
|
|
1664
1664
|
if (n.async)
|
|
1665
|
-
return (o instanceof Promise ? o : Promise.resolve(o)).then((
|
|
1665
|
+
return (o instanceof Promise ? o : Promise.resolve(o)).then((a) => (r.value = a, r));
|
|
1666
1666
|
if (o instanceof Promise)
|
|
1667
1667
|
throw new se();
|
|
1668
1668
|
return r.value = o, r;
|
|
1669
1669
|
};
|
|
1670
|
-
}),
|
|
1671
|
-
T.init(e, t), e._zod.optin = "optional", e._zod.optout = "optional",
|
|
1670
|
+
}), si = /* @__PURE__ */ c("$ZodOptional", (e, t) => {
|
|
1671
|
+
T.init(e, t), e._zod.optin = "optional", e._zod.optout = "optional", S(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, void 0]) : void 0), S(e._zod, "pattern", () => {
|
|
1672
1672
|
const r = t.innerType._zod.pattern;
|
|
1673
|
-
return r ? new RegExp(`^(${
|
|
1674
|
-
}), e._zod.parse = (r, n) => r.value === void 0 ? r : t.innerType._zod.run(r, n);
|
|
1675
|
-
}),
|
|
1676
|
-
T.init(e, t),
|
|
1673
|
+
return r ? new RegExp(`^(${Le(r.source)})?$`) : void 0;
|
|
1674
|
+
}), e._zod.parse = (r, n) => t.innerType._zod.optin === "optional" ? t.innerType._zod.run(r, n) : r.value === void 0 ? r : t.innerType._zod.run(r, n);
|
|
1675
|
+
}), ii = /* @__PURE__ */ c("$ZodNullable", (e, t) => {
|
|
1676
|
+
T.init(e, t), S(e._zod, "optin", () => t.innerType._zod.optin), S(e._zod, "optout", () => t.innerType._zod.optout), S(e._zod, "pattern", () => {
|
|
1677
1677
|
const r = t.innerType._zod.pattern;
|
|
1678
|
-
return r ? new RegExp(`^(${
|
|
1679
|
-
}),
|
|
1680
|
-
}),
|
|
1681
|
-
T.init(e, t), e._zod.optin = "optional",
|
|
1678
|
+
return r ? new RegExp(`^(${Le(r.source)}|null)$`) : void 0;
|
|
1679
|
+
}), S(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);
|
|
1680
|
+
}), ai = /* @__PURE__ */ c("$ZodDefault", (e, t) => {
|
|
1681
|
+
T.init(e, t), e._zod.optin = "optional", S(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (r, n) => {
|
|
1682
1682
|
if (r.value === void 0)
|
|
1683
1683
|
return r.value = t.defaultValue, r;
|
|
1684
1684
|
const o = t.innerType._zod.run(r, n);
|
|
1685
|
-
return o instanceof Promise ? o.then((
|
|
1685
|
+
return o instanceof Promise ? o.then((i) => pt(i, t)) : pt(o, t);
|
|
1686
1686
|
};
|
|
1687
1687
|
});
|
|
1688
1688
|
function pt(e, t) {
|
|
1689
1689
|
return e.value === void 0 && (e.value = t.defaultValue), e;
|
|
1690
1690
|
}
|
|
1691
|
-
const
|
|
1692
|
-
T.init(e, t), e._zod.optin = "optional",
|
|
1693
|
-
}),
|
|
1694
|
-
T.init(e, t),
|
|
1691
|
+
const ci = /* @__PURE__ */ c("$ZodPrefault", (e, t) => {
|
|
1692
|
+
T.init(e, t), e._zod.optin = "optional", S(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (r, n) => (r.value === void 0 && (r.value = t.defaultValue), t.innerType._zod.run(r, n));
|
|
1693
|
+
}), ui = /* @__PURE__ */ c("$ZodNonOptional", (e, t) => {
|
|
1694
|
+
T.init(e, t), S(e._zod, "values", () => {
|
|
1695
1695
|
const r = t.innerType._zod.values;
|
|
1696
1696
|
return r ? new Set([...r].filter((n) => n !== void 0)) : void 0;
|
|
1697
1697
|
}), e._zod.parse = (r, n) => {
|
|
1698
1698
|
const o = t.innerType._zod.run(r, n);
|
|
1699
|
-
return o instanceof Promise ? o.then((
|
|
1699
|
+
return o instanceof Promise ? o.then((i) => mt(i, e)) : mt(o, e);
|
|
1700
1700
|
};
|
|
1701
1701
|
});
|
|
1702
1702
|
function mt(e, t) {
|
|
@@ -1707,34 +1707,34 @@ function mt(e, t) {
|
|
|
1707
1707
|
inst: t
|
|
1708
1708
|
}), e;
|
|
1709
1709
|
}
|
|
1710
|
-
const
|
|
1711
|
-
T.init(e, t),
|
|
1710
|
+
const li = /* @__PURE__ */ c("$ZodCatch", (e, t) => {
|
|
1711
|
+
T.init(e, t), e._zod.optin = "optional", S(e._zod, "optout", () => t.innerType._zod.optout), S(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (r, n) => {
|
|
1712
1712
|
const o = t.innerType._zod.run(r, n);
|
|
1713
|
-
return o instanceof Promise ? o.then((
|
|
1713
|
+
return o instanceof Promise ? o.then((i) => (r.value = i.value, i.issues.length && (r.value = t.catchValue({
|
|
1714
1714
|
...r,
|
|
1715
1715
|
error: {
|
|
1716
|
-
issues:
|
|
1716
|
+
issues: i.issues.map((a) => Y(a, n, V()))
|
|
1717
1717
|
},
|
|
1718
1718
|
input: r.value
|
|
1719
1719
|
}), r.issues = []), r)) : (r.value = o.value, o.issues.length && (r.value = t.catchValue({
|
|
1720
1720
|
...r,
|
|
1721
1721
|
error: {
|
|
1722
|
-
issues: o.issues.map((
|
|
1722
|
+
issues: o.issues.map((i) => Y(i, n, V()))
|
|
1723
1723
|
},
|
|
1724
1724
|
input: r.value
|
|
1725
1725
|
}), r.issues = []), r);
|
|
1726
1726
|
};
|
|
1727
|
-
}),
|
|
1728
|
-
T.init(e, t),
|
|
1727
|
+
}), di = /* @__PURE__ */ c("$ZodPipe", (e, t) => {
|
|
1728
|
+
T.init(e, t), S(e._zod, "values", () => t.in._zod.values), S(e._zod, "optin", () => t.in._zod.optin), S(e._zod, "optout", () => t.out._zod.optout), e._zod.parse = (r, n) => {
|
|
1729
1729
|
const o = t.in._zod.run(r, n);
|
|
1730
|
-
return o instanceof Promise ? o.then((
|
|
1730
|
+
return o instanceof Promise ? o.then((i) => gt(i, t, n)) : gt(o, t, n);
|
|
1731
1731
|
};
|
|
1732
1732
|
});
|
|
1733
1733
|
function gt(e, t, r) {
|
|
1734
1734
|
return ne(e) ? e : t.out._zod.run({ value: e.value, issues: e.issues }, r);
|
|
1735
1735
|
}
|
|
1736
|
-
const
|
|
1737
|
-
T.init(e, t),
|
|
1736
|
+
const fi = /* @__PURE__ */ c("$ZodReadonly", (e, t) => {
|
|
1737
|
+
T.init(e, t), S(e._zod, "propValues", () => t.innerType._zod.propValues), S(e._zod, "values", () => t.innerType._zod.values), S(e._zod, "optin", () => t.innerType._zod.optin), S(e._zod, "optout", () => t.innerType._zod.optout), e._zod.parse = (r, n) => {
|
|
1738
1738
|
const o = t.innerType._zod.run(r, n);
|
|
1739
1739
|
return o instanceof Promise ? o.then(vt) : vt(o);
|
|
1740
1740
|
};
|
|
@@ -1742,11 +1742,11 @@ const ha = /* @__PURE__ */ c("$ZodReadonly", (e, t) => {
|
|
|
1742
1742
|
function vt(e) {
|
|
1743
1743
|
return e.value = Object.freeze(e.value), e;
|
|
1744
1744
|
}
|
|
1745
|
-
const
|
|
1745
|
+
const hi = /* @__PURE__ */ c("$ZodCustom", (e, t) => {
|
|
1746
1746
|
U.init(e, t), T.init(e, t), e._zod.parse = (r, n) => r, e._zod.check = (r) => {
|
|
1747
1747
|
const n = r.value, o = t.fn(n);
|
|
1748
1748
|
if (o instanceof Promise)
|
|
1749
|
-
return o.then((
|
|
1749
|
+
return o.then((i) => yt(i, r, n, e));
|
|
1750
1750
|
yt(o, r, n, e);
|
|
1751
1751
|
};
|
|
1752
1752
|
});
|
|
@@ -1762,10 +1762,10 @@ function yt(e, t, r, n) {
|
|
|
1762
1762
|
continue: !n._zod.def.abort
|
|
1763
1763
|
// params: inst._zod.def.params,
|
|
1764
1764
|
};
|
|
1765
|
-
n._zod.def.params && (o.params = n._zod.def.params), t.issues.push(
|
|
1765
|
+
n._zod.def.params && (o.params = n._zod.def.params), t.issues.push(ie(o));
|
|
1766
1766
|
}
|
|
1767
1767
|
}
|
|
1768
|
-
class
|
|
1768
|
+
class pi {
|
|
1769
1769
|
constructor() {
|
|
1770
1770
|
this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
|
|
1771
1771
|
}
|
|
@@ -1793,17 +1793,17 @@ class ma {
|
|
|
1793
1793
|
return this._map.has(t);
|
|
1794
1794
|
}
|
|
1795
1795
|
}
|
|
1796
|
-
function
|
|
1797
|
-
return new
|
|
1796
|
+
function mi() {
|
|
1797
|
+
return new pi();
|
|
1798
1798
|
}
|
|
1799
|
-
const fe = /* @__PURE__ */
|
|
1800
|
-
function
|
|
1799
|
+
const fe = /* @__PURE__ */ mi();
|
|
1800
|
+
function gi(e, t) {
|
|
1801
1801
|
return new e({
|
|
1802
1802
|
type: "string",
|
|
1803
1803
|
...b(t)
|
|
1804
1804
|
});
|
|
1805
1805
|
}
|
|
1806
|
-
function
|
|
1806
|
+
function vi(e, t) {
|
|
1807
1807
|
return new e({
|
|
1808
1808
|
type: "string",
|
|
1809
1809
|
format: "email",
|
|
@@ -1821,7 +1821,7 @@ function xt(e, t) {
|
|
|
1821
1821
|
...b(t)
|
|
1822
1822
|
});
|
|
1823
1823
|
}
|
|
1824
|
-
function
|
|
1824
|
+
function yi(e, t) {
|
|
1825
1825
|
return new e({
|
|
1826
1826
|
type: "string",
|
|
1827
1827
|
format: "uuid",
|
|
@@ -1830,7 +1830,7 @@ function xa(e, t) {
|
|
|
1830
1830
|
...b(t)
|
|
1831
1831
|
});
|
|
1832
1832
|
}
|
|
1833
|
-
function
|
|
1833
|
+
function xi(e, t) {
|
|
1834
1834
|
return new e({
|
|
1835
1835
|
type: "string",
|
|
1836
1836
|
format: "uuid",
|
|
@@ -1840,7 +1840,7 @@ function _a(e, t) {
|
|
|
1840
1840
|
...b(t)
|
|
1841
1841
|
});
|
|
1842
1842
|
}
|
|
1843
|
-
function
|
|
1843
|
+
function _i(e, t) {
|
|
1844
1844
|
return new e({
|
|
1845
1845
|
type: "string",
|
|
1846
1846
|
format: "uuid",
|
|
@@ -1850,7 +1850,7 @@ function ba(e, t) {
|
|
|
1850
1850
|
...b(t)
|
|
1851
1851
|
});
|
|
1852
1852
|
}
|
|
1853
|
-
function
|
|
1853
|
+
function bi(e, t) {
|
|
1854
1854
|
return new e({
|
|
1855
1855
|
type: "string",
|
|
1856
1856
|
format: "uuid",
|
|
@@ -1860,7 +1860,7 @@ function wa(e, t) {
|
|
|
1860
1860
|
...b(t)
|
|
1861
1861
|
});
|
|
1862
1862
|
}
|
|
1863
|
-
function
|
|
1863
|
+
function wi(e, t) {
|
|
1864
1864
|
return new e({
|
|
1865
1865
|
type: "string",
|
|
1866
1866
|
format: "url",
|
|
@@ -1869,7 +1869,7 @@ function ja(e, t) {
|
|
|
1869
1869
|
...b(t)
|
|
1870
1870
|
});
|
|
1871
1871
|
}
|
|
1872
|
-
function
|
|
1872
|
+
function ji(e, t) {
|
|
1873
1873
|
return new e({
|
|
1874
1874
|
type: "string",
|
|
1875
1875
|
format: "emoji",
|
|
@@ -1878,7 +1878,7 @@ function ka(e, t) {
|
|
|
1878
1878
|
...b(t)
|
|
1879
1879
|
});
|
|
1880
1880
|
}
|
|
1881
|
-
function
|
|
1881
|
+
function ki(e, t) {
|
|
1882
1882
|
return new e({
|
|
1883
1883
|
type: "string",
|
|
1884
1884
|
format: "nanoid",
|
|
@@ -1887,7 +1887,7 @@ function $a(e, t) {
|
|
|
1887
1887
|
...b(t)
|
|
1888
1888
|
});
|
|
1889
1889
|
}
|
|
1890
|
-
function
|
|
1890
|
+
function $i(e, t) {
|
|
1891
1891
|
return new e({
|
|
1892
1892
|
type: "string",
|
|
1893
1893
|
format: "cuid",
|
|
@@ -1896,7 +1896,7 @@ function za(e, t) {
|
|
|
1896
1896
|
...b(t)
|
|
1897
1897
|
});
|
|
1898
1898
|
}
|
|
1899
|
-
function
|
|
1899
|
+
function zi(e, t) {
|
|
1900
1900
|
return new e({
|
|
1901
1901
|
type: "string",
|
|
1902
1902
|
format: "cuid2",
|
|
@@ -1905,7 +1905,7 @@ function Pa(e, t) {
|
|
|
1905
1905
|
...b(t)
|
|
1906
1906
|
});
|
|
1907
1907
|
}
|
|
1908
|
-
function
|
|
1908
|
+
function Pi(e, t) {
|
|
1909
1909
|
return new e({
|
|
1910
1910
|
type: "string",
|
|
1911
1911
|
format: "ulid",
|
|
@@ -1914,7 +1914,7 @@ function Ea(e, t) {
|
|
|
1914
1914
|
...b(t)
|
|
1915
1915
|
});
|
|
1916
1916
|
}
|
|
1917
|
-
function
|
|
1917
|
+
function Ei(e, t) {
|
|
1918
1918
|
return new e({
|
|
1919
1919
|
type: "string",
|
|
1920
1920
|
format: "xid",
|
|
@@ -1923,7 +1923,7 @@ function Sa(e, t) {
|
|
|
1923
1923
|
...b(t)
|
|
1924
1924
|
});
|
|
1925
1925
|
}
|
|
1926
|
-
function
|
|
1926
|
+
function Si(e, t) {
|
|
1927
1927
|
return new e({
|
|
1928
1928
|
type: "string",
|
|
1929
1929
|
format: "ksuid",
|
|
@@ -1932,7 +1932,7 @@ function Za(e, t) {
|
|
|
1932
1932
|
...b(t)
|
|
1933
1933
|
});
|
|
1934
1934
|
}
|
|
1935
|
-
function
|
|
1935
|
+
function Zi(e, t) {
|
|
1936
1936
|
return new e({
|
|
1937
1937
|
type: "string",
|
|
1938
1938
|
format: "ipv4",
|
|
@@ -1941,7 +1941,7 @@ function Ca(e, t) {
|
|
|
1941
1941
|
...b(t)
|
|
1942
1942
|
});
|
|
1943
1943
|
}
|
|
1944
|
-
function
|
|
1944
|
+
function Ci(e, t) {
|
|
1945
1945
|
return new e({
|
|
1946
1946
|
type: "string",
|
|
1947
1947
|
format: "ipv6",
|
|
@@ -1950,7 +1950,7 @@ function Ta(e, t) {
|
|
|
1950
1950
|
...b(t)
|
|
1951
1951
|
});
|
|
1952
1952
|
}
|
|
1953
|
-
function
|
|
1953
|
+
function Ti(e, t) {
|
|
1954
1954
|
return new e({
|
|
1955
1955
|
type: "string",
|
|
1956
1956
|
format: "cidrv4",
|
|
@@ -1959,7 +1959,7 @@ function Na(e, t) {
|
|
|
1959
1959
|
...b(t)
|
|
1960
1960
|
});
|
|
1961
1961
|
}
|
|
1962
|
-
function
|
|
1962
|
+
function Ni(e, t) {
|
|
1963
1963
|
return new e({
|
|
1964
1964
|
type: "string",
|
|
1965
1965
|
format: "cidrv6",
|
|
@@ -1968,7 +1968,7 @@ function Oa(e, t) {
|
|
|
1968
1968
|
...b(t)
|
|
1969
1969
|
});
|
|
1970
1970
|
}
|
|
1971
|
-
function
|
|
1971
|
+
function Oi(e, t) {
|
|
1972
1972
|
return new e({
|
|
1973
1973
|
type: "string",
|
|
1974
1974
|
format: "base64",
|
|
@@ -1977,7 +1977,7 @@ function Aa(e, t) {
|
|
|
1977
1977
|
...b(t)
|
|
1978
1978
|
});
|
|
1979
1979
|
}
|
|
1980
|
-
function
|
|
1980
|
+
function Ai(e, t) {
|
|
1981
1981
|
return new e({
|
|
1982
1982
|
type: "string",
|
|
1983
1983
|
format: "base64url",
|
|
@@ -1986,7 +1986,7 @@ function Ia(e, t) {
|
|
|
1986
1986
|
...b(t)
|
|
1987
1987
|
});
|
|
1988
1988
|
}
|
|
1989
|
-
function
|
|
1989
|
+
function Ii(e, t) {
|
|
1990
1990
|
return new e({
|
|
1991
1991
|
type: "string",
|
|
1992
1992
|
format: "e164",
|
|
@@ -1995,7 +1995,7 @@ function Ra(e, t) {
|
|
|
1995
1995
|
...b(t)
|
|
1996
1996
|
});
|
|
1997
1997
|
}
|
|
1998
|
-
function
|
|
1998
|
+
function Ri(e, t) {
|
|
1999
1999
|
return new e({
|
|
2000
2000
|
type: "string",
|
|
2001
2001
|
format: "jwt",
|
|
@@ -2004,7 +2004,7 @@ function Da(e, t) {
|
|
|
2004
2004
|
...b(t)
|
|
2005
2005
|
});
|
|
2006
2006
|
}
|
|
2007
|
-
function
|
|
2007
|
+
function Di(e, t) {
|
|
2008
2008
|
return new e({
|
|
2009
2009
|
type: "string",
|
|
2010
2010
|
format: "datetime",
|
|
@@ -2015,7 +2015,7 @@ function Ma(e, t) {
|
|
|
2015
2015
|
...b(t)
|
|
2016
2016
|
});
|
|
2017
2017
|
}
|
|
2018
|
-
function
|
|
2018
|
+
function Mi(e, t) {
|
|
2019
2019
|
return new e({
|
|
2020
2020
|
type: "string",
|
|
2021
2021
|
format: "date",
|
|
@@ -2023,7 +2023,7 @@ function Fa(e, t) {
|
|
|
2023
2023
|
...b(t)
|
|
2024
2024
|
});
|
|
2025
2025
|
}
|
|
2026
|
-
function
|
|
2026
|
+
function Fi(e, t) {
|
|
2027
2027
|
return new e({
|
|
2028
2028
|
type: "string",
|
|
2029
2029
|
format: "time",
|
|
@@ -2032,7 +2032,7 @@ function qa(e, t) {
|
|
|
2032
2032
|
...b(t)
|
|
2033
2033
|
});
|
|
2034
2034
|
}
|
|
2035
|
-
function
|
|
2035
|
+
function qi(e, t) {
|
|
2036
2036
|
return new e({
|
|
2037
2037
|
type: "string",
|
|
2038
2038
|
format: "duration",
|
|
@@ -2040,103 +2040,103 @@ function Ua(e, t) {
|
|
|
2040
2040
|
...b(t)
|
|
2041
2041
|
});
|
|
2042
2042
|
}
|
|
2043
|
-
function
|
|
2043
|
+
function Ui(e) {
|
|
2044
2044
|
return new e({
|
|
2045
2045
|
type: "unknown"
|
|
2046
2046
|
});
|
|
2047
2047
|
}
|
|
2048
|
-
function
|
|
2048
|
+
function Li(e, t) {
|
|
2049
2049
|
return new e({
|
|
2050
2050
|
type: "never",
|
|
2051
2051
|
...b(t)
|
|
2052
2052
|
});
|
|
2053
2053
|
}
|
|
2054
|
-
function
|
|
2055
|
-
return new
|
|
2054
|
+
function hr(e, t) {
|
|
2055
|
+
return new ps({
|
|
2056
2056
|
check: "max_length",
|
|
2057
2057
|
...b(t),
|
|
2058
2058
|
maximum: e
|
|
2059
2059
|
});
|
|
2060
2060
|
}
|
|
2061
2061
|
function ve(e, t) {
|
|
2062
|
-
return new
|
|
2062
|
+
return new ms({
|
|
2063
2063
|
check: "min_length",
|
|
2064
2064
|
...b(t),
|
|
2065
2065
|
minimum: e
|
|
2066
2066
|
});
|
|
2067
2067
|
}
|
|
2068
|
-
function
|
|
2069
|
-
return new
|
|
2068
|
+
function pr(e, t) {
|
|
2069
|
+
return new gs({
|
|
2070
2070
|
check: "length_equals",
|
|
2071
2071
|
...b(t),
|
|
2072
2072
|
length: e
|
|
2073
2073
|
});
|
|
2074
2074
|
}
|
|
2075
|
-
function
|
|
2076
|
-
return new
|
|
2075
|
+
function Qi(e, t) {
|
|
2076
|
+
return new vs({
|
|
2077
2077
|
check: "string_format",
|
|
2078
2078
|
format: "regex",
|
|
2079
2079
|
...b(t),
|
|
2080
2080
|
pattern: e
|
|
2081
2081
|
});
|
|
2082
2082
|
}
|
|
2083
|
-
function
|
|
2084
|
-
return new
|
|
2083
|
+
function Bi(e) {
|
|
2084
|
+
return new ys({
|
|
2085
2085
|
check: "string_format",
|
|
2086
2086
|
format: "lowercase",
|
|
2087
2087
|
...b(e)
|
|
2088
2088
|
});
|
|
2089
2089
|
}
|
|
2090
|
-
function
|
|
2091
|
-
return new
|
|
2090
|
+
function Ki(e) {
|
|
2091
|
+
return new xs({
|
|
2092
2092
|
check: "string_format",
|
|
2093
2093
|
format: "uppercase",
|
|
2094
2094
|
...b(e)
|
|
2095
2095
|
});
|
|
2096
2096
|
}
|
|
2097
|
-
function
|
|
2098
|
-
return new
|
|
2097
|
+
function Hi(e, t) {
|
|
2098
|
+
return new _s({
|
|
2099
2099
|
check: "string_format",
|
|
2100
2100
|
format: "includes",
|
|
2101
2101
|
...b(t),
|
|
2102
2102
|
includes: e
|
|
2103
2103
|
});
|
|
2104
2104
|
}
|
|
2105
|
-
function
|
|
2106
|
-
return new
|
|
2105
|
+
function Wi(e, t) {
|
|
2106
|
+
return new bs({
|
|
2107
2107
|
check: "string_format",
|
|
2108
2108
|
format: "starts_with",
|
|
2109
2109
|
...b(t),
|
|
2110
2110
|
prefix: e
|
|
2111
2111
|
});
|
|
2112
2112
|
}
|
|
2113
|
-
function
|
|
2114
|
-
return new
|
|
2113
|
+
function Vi(e, t) {
|
|
2114
|
+
return new ws({
|
|
2115
2115
|
check: "string_format",
|
|
2116
2116
|
format: "ends_with",
|
|
2117
2117
|
...b(t),
|
|
2118
2118
|
suffix: e
|
|
2119
2119
|
});
|
|
2120
2120
|
}
|
|
2121
|
-
function
|
|
2122
|
-
return new
|
|
2121
|
+
function ae(e) {
|
|
2122
|
+
return new js({
|
|
2123
2123
|
check: "overwrite",
|
|
2124
2124
|
tx: e
|
|
2125
2125
|
});
|
|
2126
2126
|
}
|
|
2127
|
-
function
|
|
2128
|
-
return
|
|
2127
|
+
function Yi(e) {
|
|
2128
|
+
return ae((t) => t.normalize(e));
|
|
2129
2129
|
}
|
|
2130
|
-
function
|
|
2131
|
-
return
|
|
2130
|
+
function Gi() {
|
|
2131
|
+
return ae((e) => e.trim());
|
|
2132
2132
|
}
|
|
2133
|
-
function
|
|
2134
|
-
return
|
|
2133
|
+
function Ji() {
|
|
2134
|
+
return ae((e) => e.toLowerCase());
|
|
2135
2135
|
}
|
|
2136
|
-
function
|
|
2137
|
-
return
|
|
2136
|
+
function Xi() {
|
|
2137
|
+
return ae((e) => e.toUpperCase());
|
|
2138
2138
|
}
|
|
2139
|
-
function
|
|
2139
|
+
function ea(e, t, r) {
|
|
2140
2140
|
return new e({
|
|
2141
2141
|
type: "array",
|
|
2142
2142
|
element: t,
|
|
@@ -2146,7 +2146,7 @@ function ti(e, t, r) {
|
|
|
2146
2146
|
...b(r)
|
|
2147
2147
|
});
|
|
2148
2148
|
}
|
|
2149
|
-
function
|
|
2149
|
+
function ta(e, t, r) {
|
|
2150
2150
|
return new e({
|
|
2151
2151
|
type: "custom",
|
|
2152
2152
|
check: "custom",
|
|
@@ -2154,38 +2154,38 @@ function ri(e, t, r) {
|
|
|
2154
2154
|
...b(r)
|
|
2155
2155
|
});
|
|
2156
2156
|
}
|
|
2157
|
-
const
|
|
2157
|
+
const ra = /* @__PURE__ */ c("ZodISODateTime", (e, t) => {
|
|
2158
|
+
Rs.init(e, t), C.init(e, t);
|
|
2159
|
+
});
|
|
2160
|
+
function na(e) {
|
|
2161
|
+
return Di(ra, e);
|
|
2162
|
+
}
|
|
2163
|
+
const oa = /* @__PURE__ */ c("ZodISODate", (e, t) => {
|
|
2158
2164
|
Ds.init(e, t), C.init(e, t);
|
|
2159
2165
|
});
|
|
2160
|
-
function
|
|
2161
|
-
return
|
|
2166
|
+
function sa(e) {
|
|
2167
|
+
return Mi(oa, e);
|
|
2162
2168
|
}
|
|
2163
|
-
const
|
|
2169
|
+
const ia = /* @__PURE__ */ c("ZodISOTime", (e, t) => {
|
|
2164
2170
|
Ms.init(e, t), C.init(e, t);
|
|
2165
2171
|
});
|
|
2166
|
-
function
|
|
2167
|
-
return
|
|
2172
|
+
function aa(e) {
|
|
2173
|
+
return Fi(ia, e);
|
|
2168
2174
|
}
|
|
2169
|
-
const
|
|
2175
|
+
const ca = /* @__PURE__ */ c("ZodISODuration", (e, t) => {
|
|
2170
2176
|
Fs.init(e, t), C.init(e, t);
|
|
2171
2177
|
});
|
|
2172
|
-
function
|
|
2173
|
-
return
|
|
2174
|
-
}
|
|
2175
|
-
const ui = /* @__PURE__ */ c("ZodISODuration", (e, t) => {
|
|
2176
|
-
qs.init(e, t), C.init(e, t);
|
|
2177
|
-
});
|
|
2178
|
-
function li(e) {
|
|
2179
|
-
return Ua(ui, e);
|
|
2178
|
+
function ua(e) {
|
|
2179
|
+
return qi(ca, e);
|
|
2180
2180
|
}
|
|
2181
|
-
const
|
|
2182
|
-
|
|
2181
|
+
const la = (e, t) => {
|
|
2182
|
+
sr.init(e, t), e.name = "ZodError", Object.defineProperties(e, {
|
|
2183
2183
|
format: {
|
|
2184
|
-
value: (r) =>
|
|
2184
|
+
value: (r) => Mo(e, r)
|
|
2185
2185
|
// enumerable: false,
|
|
2186
2186
|
},
|
|
2187
2187
|
flatten: {
|
|
2188
|
-
value: (r) =>
|
|
2188
|
+
value: (r) => Do(e, r)
|
|
2189
2189
|
// enumerable: false,
|
|
2190
2190
|
},
|
|
2191
2191
|
addIssue: {
|
|
@@ -2203,9 +2203,9 @@ const di = (e, t) => {
|
|
|
2203
2203
|
// enumerable: false,
|
|
2204
2204
|
}
|
|
2205
2205
|
});
|
|
2206
|
-
}, we = c("ZodError",
|
|
2206
|
+
}, we = c("ZodError", la, {
|
|
2207
2207
|
Parent: Error
|
|
2208
|
-
}),
|
|
2208
|
+
}), da = /* @__PURE__ */ Fo(we), fa = /* @__PURE__ */ qo(we), ha = /* @__PURE__ */ ar(we), pa = /* @__PURE__ */ cr(we), N = /* @__PURE__ */ c("ZodType", (e, t) => (T.init(e, t), e.def = t, Object.defineProperty(e, "_def", { value: t }), e.check = (...r) => e.clone(
|
|
2209
2209
|
{
|
|
2210
2210
|
...t,
|
|
2211
2211
|
checks: [
|
|
@@ -2214,7 +2214,7 @@ const di = (e, t) => {
|
|
|
2214
2214
|
]
|
|
2215
2215
|
}
|
|
2216
2216
|
// { parent: true }
|
|
2217
|
-
), e.clone = (r, n) => J(e, r, n), e.brand = () => e, e.register = (r, n) => (r.add(e, n), e), e.parse = (r, n) =>
|
|
2217
|
+
), e.clone = (r, n) => J(e, r, n), e.brand = () => e, e.register = (r, n) => (r.add(e, n), e), e.parse = (r, n) => da(e, r, n, { callee: e.parse }), e.safeParse = (r, n) => ha(e, r, n), e.parseAsync = async (r, n) => fa(e, r, n, { callee: e.parseAsync }), e.safeParseAsync = async (r, n) => pa(e, r, n), e.spa = e.safeParseAsync, e.refine = (r, n) => e.check(sc(r, n)), e.superRefine = (r) => e.check(ic(r)), e.overwrite = (r) => e.check(ae(r)), e.optional = () => jt(e), e.nullable = () => kt(e), e.nullish = () => jt(kt(e)), e.nonoptional = (r) => Ga(e, r), e.array = () => Ra(e), e.or = (r) => qa([e, r]), e.and = (r) => La(e, r), e.transform = (r) => $t(e, Ba(r)), e.default = (r) => Wa(e, r), e.prefault = (r) => Ya(e, r), e.catch = (r) => Xa(e, r), e.pipe = (r) => $t(e, r), e.readonly = () => rc(e), e.describe = (r) => {
|
|
2218
2218
|
const n = e.clone();
|
|
2219
2219
|
return fe.add(n, { description: r }), n;
|
|
2220
2220
|
}, Object.defineProperty(e, "description", {
|
|
@@ -2227,189 +2227,189 @@ const di = (e, t) => {
|
|
|
2227
2227
|
return fe.get(e);
|
|
2228
2228
|
const n = e.clone();
|
|
2229
2229
|
return fe.add(n, r[0]), n;
|
|
2230
|
-
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)),
|
|
2231
|
-
|
|
2230
|
+
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)), mr = /* @__PURE__ */ c("_ZodString", (e, t) => {
|
|
2231
|
+
He.init(e, t), N.init(e, t);
|
|
2232
2232
|
const r = e._zod.bag;
|
|
2233
|
-
e.format = r.format ?? null, e.minLength = r.minimum ?? null, e.maxLength = r.maximum ?? null, e.regex = (...n) => e.check(
|
|
2234
|
-
}),
|
|
2235
|
-
|
|
2233
|
+
e.format = r.format ?? null, e.minLength = r.minimum ?? null, e.maxLength = r.maximum ?? null, e.regex = (...n) => e.check(Qi(...n)), e.includes = (...n) => e.check(Hi(...n)), e.startsWith = (...n) => e.check(Wi(...n)), e.endsWith = (...n) => e.check(Vi(...n)), e.min = (...n) => e.check(ve(...n)), e.max = (...n) => e.check(hr(...n)), e.length = (...n) => e.check(pr(...n)), e.nonempty = (...n) => e.check(ve(1, ...n)), e.lowercase = (n) => e.check(Bi(n)), e.uppercase = (n) => e.check(Ki(n)), e.trim = () => e.check(Gi()), e.normalize = (...n) => e.check(Yi(...n)), e.toLowerCase = () => e.check(Ji()), e.toUpperCase = () => e.check(Xi());
|
|
2234
|
+
}), ma = /* @__PURE__ */ c("ZodString", (e, t) => {
|
|
2235
|
+
He.init(e, t), mr.init(e, t), e.email = (r) => e.check(vi(ga, r)), e.url = (r) => e.check(wi(va, r)), e.jwt = (r) => e.check(Ri(Ta, r)), e.emoji = (r) => e.check(ji(ya, r)), e.guid = (r) => e.check(xt(bt, r)), e.uuid = (r) => e.check(yi(he, r)), e.uuidv4 = (r) => e.check(xi(he, r)), e.uuidv6 = (r) => e.check(_i(he, r)), e.uuidv7 = (r) => e.check(bi(he, r)), e.nanoid = (r) => e.check(ki(xa, r)), e.guid = (r) => e.check(xt(bt, r)), e.cuid = (r) => e.check($i(_a, r)), e.cuid2 = (r) => e.check(zi(ba, r)), e.ulid = (r) => e.check(Pi(wa, r)), e.base64 = (r) => e.check(Oi(Sa, r)), e.base64url = (r) => e.check(Ai(Za, r)), e.xid = (r) => e.check(Ei(ja, r)), e.ksuid = (r) => e.check(Si(ka, r)), e.ipv4 = (r) => e.check(Zi($a, r)), e.ipv6 = (r) => e.check(Ci(za, r)), e.cidrv4 = (r) => e.check(Ti(Pa, r)), e.cidrv6 = (r) => e.check(Ni(Ea, r)), e.e164 = (r) => e.check(Ii(Ca, r)), e.datetime = (r) => e.check(na(r)), e.date = (r) => e.check(sa(r)), e.time = (r) => e.check(aa(r)), e.duration = (r) => e.check(ua(r));
|
|
2236
2236
|
});
|
|
2237
2237
|
function _t(e) {
|
|
2238
|
-
return
|
|
2238
|
+
return gi(ma, e);
|
|
2239
2239
|
}
|
|
2240
2240
|
const C = /* @__PURE__ */ c("ZodStringFormat", (e, t) => {
|
|
2241
|
-
|
|
2242
|
-
}),
|
|
2243
|
-
|
|
2241
|
+
Z.init(e, t), mr.init(e, t);
|
|
2242
|
+
}), ga = /* @__PURE__ */ c("ZodEmail", (e, t) => {
|
|
2243
|
+
Es.init(e, t), C.init(e, t);
|
|
2244
2244
|
}), bt = /* @__PURE__ */ c("ZodGUID", (e, t) => {
|
|
2245
|
-
|
|
2245
|
+
zs.init(e, t), C.init(e, t);
|
|
2246
2246
|
}), he = /* @__PURE__ */ c("ZodUUID", (e, t) => {
|
|
2247
|
-
|
|
2248
|
-
}),
|
|
2247
|
+
Ps.init(e, t), C.init(e, t);
|
|
2248
|
+
}), va = /* @__PURE__ */ c("ZodURL", (e, t) => {
|
|
2249
|
+
Ss.init(e, t), C.init(e, t);
|
|
2250
|
+
}), ya = /* @__PURE__ */ c("ZodEmoji", (e, t) => {
|
|
2249
2251
|
Zs.init(e, t), C.init(e, t);
|
|
2250
|
-
}),
|
|
2252
|
+
}), xa = /* @__PURE__ */ c("ZodNanoID", (e, t) => {
|
|
2251
2253
|
Cs.init(e, t), C.init(e, t);
|
|
2252
|
-
}),
|
|
2254
|
+
}), _a = /* @__PURE__ */ c("ZodCUID", (e, t) => {
|
|
2253
2255
|
Ts.init(e, t), C.init(e, t);
|
|
2254
|
-
}),
|
|
2256
|
+
}), ba = /* @__PURE__ */ c("ZodCUID2", (e, t) => {
|
|
2255
2257
|
Ns.init(e, t), C.init(e, t);
|
|
2256
|
-
}),
|
|
2258
|
+
}), wa = /* @__PURE__ */ c("ZodULID", (e, t) => {
|
|
2257
2259
|
Os.init(e, t), C.init(e, t);
|
|
2258
|
-
}),
|
|
2260
|
+
}), ja = /* @__PURE__ */ c("ZodXID", (e, t) => {
|
|
2259
2261
|
As.init(e, t), C.init(e, t);
|
|
2260
|
-
}),
|
|
2262
|
+
}), ka = /* @__PURE__ */ c("ZodKSUID", (e, t) => {
|
|
2261
2263
|
Is.init(e, t), C.init(e, t);
|
|
2262
|
-
}), $
|
|
2263
|
-
|
|
2264
|
-
}),
|
|
2264
|
+
}), $a = /* @__PURE__ */ c("ZodIPv4", (e, t) => {
|
|
2265
|
+
qs.init(e, t), C.init(e, t);
|
|
2266
|
+
}), za = /* @__PURE__ */ c("ZodIPv6", (e, t) => {
|
|
2265
2267
|
Us.init(e, t), C.init(e, t);
|
|
2266
|
-
}),
|
|
2268
|
+
}), Pa = /* @__PURE__ */ c("ZodCIDRv4", (e, t) => {
|
|
2267
2269
|
Ls.init(e, t), C.init(e, t);
|
|
2268
|
-
}),
|
|
2270
|
+
}), Ea = /* @__PURE__ */ c("ZodCIDRv6", (e, t) => {
|
|
2269
2271
|
Qs.init(e, t), C.init(e, t);
|
|
2270
|
-
}),
|
|
2272
|
+
}), Sa = /* @__PURE__ */ c("ZodBase64", (e, t) => {
|
|
2271
2273
|
Bs.init(e, t), C.init(e, t);
|
|
2272
|
-
}),
|
|
2273
|
-
|
|
2274
|
-
}),
|
|
2274
|
+
}), Za = /* @__PURE__ */ c("ZodBase64URL", (e, t) => {
|
|
2275
|
+
Hs.init(e, t), C.init(e, t);
|
|
2276
|
+
}), Ca = /* @__PURE__ */ c("ZodE164", (e, t) => {
|
|
2275
2277
|
Ws.init(e, t), C.init(e, t);
|
|
2276
|
-
}),
|
|
2277
|
-
|
|
2278
|
-
}),
|
|
2279
|
-
Gs.init(e, t),
|
|
2280
|
-
}), Oi = /* @__PURE__ */ c("ZodUnknown", (e, t) => {
|
|
2281
|
-
Js.init(e, t), N.init(e, t);
|
|
2278
|
+
}), Ta = /* @__PURE__ */ c("ZodJWT", (e, t) => {
|
|
2279
|
+
Ys.init(e, t), C.init(e, t);
|
|
2280
|
+
}), Na = /* @__PURE__ */ c("ZodUnknown", (e, t) => {
|
|
2281
|
+
Gs.init(e, t), N.init(e, t);
|
|
2282
2282
|
});
|
|
2283
2283
|
function wt() {
|
|
2284
|
-
return
|
|
2284
|
+
return Ui(Na);
|
|
2285
2285
|
}
|
|
2286
|
-
const
|
|
2287
|
-
|
|
2286
|
+
const Oa = /* @__PURE__ */ c("ZodNever", (e, t) => {
|
|
2287
|
+
Js.init(e, t), N.init(e, t);
|
|
2288
2288
|
});
|
|
2289
|
-
function
|
|
2290
|
-
return
|
|
2289
|
+
function Aa(e) {
|
|
2290
|
+
return Li(Oa, e);
|
|
2291
2291
|
}
|
|
2292
|
-
const
|
|
2293
|
-
|
|
2292
|
+
const Ia = /* @__PURE__ */ c("ZodArray", (e, t) => {
|
|
2293
|
+
Xs.init(e, t), N.init(e, t), e.element = t.element, e.min = (r, n) => e.check(ve(r, n)), e.nonempty = (r) => e.check(ve(1, r)), e.max = (r, n) => e.check(hr(r, n)), e.length = (r, n) => e.check(pr(r, n)), e.unwrap = () => e.element;
|
|
2294
2294
|
});
|
|
2295
|
-
function
|
|
2296
|
-
return
|
|
2295
|
+
function Ra(e, t) {
|
|
2296
|
+
return ea(Ia, e, t);
|
|
2297
2297
|
}
|
|
2298
|
-
const
|
|
2299
|
-
|
|
2298
|
+
const Da = /* @__PURE__ */ c("ZodObject", (e, t) => {
|
|
2299
|
+
ei.init(e, t), N.init(e, t), S(e, "shape", () => t.shape), e.keyof = () => gr(Object.keys(e._zod.def.shape)), e.catchall = (r) => e.clone({ ...e._zod.def, catchall: r }), e.passthrough = () => e.clone({ ...e._zod.def, catchall: wt() }), e.loose = () => e.clone({ ...e._zod.def, catchall: wt() }), e.strict = () => e.clone({ ...e._zod.def, catchall: Aa() }), e.strip = () => e.clone({ ...e._zod.def, catchall: void 0 }), e.extend = (r) => Oo(e, r), e.merge = (r) => Ao(e, r), e.pick = (r) => To(e, r), e.omit = (r) => No(e, r), e.partial = (...r) => Io(vr, e, r[0]), e.required = (...r) => Ro(yr, e, r[0]);
|
|
2300
2300
|
});
|
|
2301
|
-
function
|
|
2301
|
+
function Ma(e, t) {
|
|
2302
2302
|
const r = {
|
|
2303
2303
|
type: "object",
|
|
2304
2304
|
get shape() {
|
|
2305
|
-
return
|
|
2305
|
+
return Qe(this, "shape", { ...e }), this.shape;
|
|
2306
2306
|
},
|
|
2307
2307
|
...b(t)
|
|
2308
2308
|
};
|
|
2309
|
-
return new
|
|
2309
|
+
return new Da(r);
|
|
2310
2310
|
}
|
|
2311
|
-
const
|
|
2312
|
-
|
|
2311
|
+
const Fa = /* @__PURE__ */ c("ZodUnion", (e, t) => {
|
|
2312
|
+
ti.init(e, t), N.init(e, t), e.options = t.options;
|
|
2313
2313
|
});
|
|
2314
|
-
function
|
|
2315
|
-
return new
|
|
2314
|
+
function qa(e, t) {
|
|
2315
|
+
return new Fa({
|
|
2316
2316
|
type: "union",
|
|
2317
2317
|
options: e,
|
|
2318
2318
|
...b(t)
|
|
2319
2319
|
});
|
|
2320
2320
|
}
|
|
2321
|
-
const
|
|
2322
|
-
|
|
2321
|
+
const Ua = /* @__PURE__ */ c("ZodIntersection", (e, t) => {
|
|
2322
|
+
ri.init(e, t), N.init(e, t);
|
|
2323
2323
|
});
|
|
2324
|
-
function
|
|
2325
|
-
return new
|
|
2324
|
+
function La(e, t) {
|
|
2325
|
+
return new Ua({
|
|
2326
2326
|
type: "intersection",
|
|
2327
2327
|
left: e,
|
|
2328
2328
|
right: t
|
|
2329
2329
|
});
|
|
2330
2330
|
}
|
|
2331
|
-
const
|
|
2332
|
-
|
|
2331
|
+
const Oe = /* @__PURE__ */ c("ZodEnum", (e, t) => {
|
|
2332
|
+
ni.init(e, t), N.init(e, t), e.enum = t.entries, e.options = Object.values(t.entries);
|
|
2333
2333
|
const r = new Set(Object.keys(t.entries));
|
|
2334
2334
|
e.extract = (n, o) => {
|
|
2335
|
-
const
|
|
2336
|
-
for (const
|
|
2337
|
-
if (r.has(
|
|
2338
|
-
a
|
|
2335
|
+
const i = {};
|
|
2336
|
+
for (const a of n)
|
|
2337
|
+
if (r.has(a))
|
|
2338
|
+
i[a] = t.entries[a];
|
|
2339
2339
|
else
|
|
2340
|
-
throw new Error(`Key ${
|
|
2341
|
-
return new
|
|
2340
|
+
throw new Error(`Key ${a} not found in enum`);
|
|
2341
|
+
return new Oe({
|
|
2342
2342
|
...t,
|
|
2343
2343
|
checks: [],
|
|
2344
2344
|
...b(o),
|
|
2345
|
-
entries:
|
|
2345
|
+
entries: i
|
|
2346
2346
|
});
|
|
2347
2347
|
}, e.exclude = (n, o) => {
|
|
2348
|
-
const
|
|
2349
|
-
for (const
|
|
2350
|
-
if (r.has(
|
|
2351
|
-
delete a
|
|
2348
|
+
const i = { ...t.entries };
|
|
2349
|
+
for (const a of n)
|
|
2350
|
+
if (r.has(a))
|
|
2351
|
+
delete i[a];
|
|
2352
2352
|
else
|
|
2353
|
-
throw new Error(`Key ${
|
|
2354
|
-
return new
|
|
2353
|
+
throw new Error(`Key ${a} not found in enum`);
|
|
2354
|
+
return new Oe({
|
|
2355
2355
|
...t,
|
|
2356
2356
|
checks: [],
|
|
2357
2357
|
...b(o),
|
|
2358
|
-
entries:
|
|
2358
|
+
entries: i
|
|
2359
2359
|
});
|
|
2360
2360
|
};
|
|
2361
2361
|
});
|
|
2362
|
-
function
|
|
2362
|
+
function gr(e, t) {
|
|
2363
2363
|
const r = Array.isArray(e) ? Object.fromEntries(e.map((n) => [n, n])) : e;
|
|
2364
|
-
return new
|
|
2364
|
+
return new Oe({
|
|
2365
2365
|
type: "enum",
|
|
2366
2366
|
entries: r,
|
|
2367
2367
|
...b(t)
|
|
2368
2368
|
});
|
|
2369
2369
|
}
|
|
2370
|
-
const
|
|
2371
|
-
|
|
2372
|
-
r.addIssue = (
|
|
2373
|
-
if (typeof
|
|
2374
|
-
r.issues.push(
|
|
2370
|
+
const Qa = /* @__PURE__ */ c("ZodTransform", (e, t) => {
|
|
2371
|
+
oi.init(e, t), N.init(e, t), e._zod.parse = (r, n) => {
|
|
2372
|
+
r.addIssue = (i) => {
|
|
2373
|
+
if (typeof i == "string")
|
|
2374
|
+
r.issues.push(ie(i, r.value, t));
|
|
2375
2375
|
else {
|
|
2376
|
-
const
|
|
2377
|
-
|
|
2376
|
+
const a = i;
|
|
2377
|
+
a.fatal && (a.continue = !1), a.code ?? (a.code = "custom"), a.input ?? (a.input = r.value), a.inst ?? (a.inst = e), a.continue ?? (a.continue = !0), r.issues.push(ie(a));
|
|
2378
2378
|
}
|
|
2379
2379
|
};
|
|
2380
2380
|
const o = t.transform(r.value, r);
|
|
2381
|
-
return o instanceof Promise ? o.then((
|
|
2381
|
+
return o instanceof Promise ? o.then((i) => (r.value = i, r)) : (r.value = o, r);
|
|
2382
2382
|
};
|
|
2383
2383
|
});
|
|
2384
|
-
function
|
|
2385
|
-
return new
|
|
2384
|
+
function Ba(e) {
|
|
2385
|
+
return new Qa({
|
|
2386
2386
|
type: "transform",
|
|
2387
2387
|
transform: e
|
|
2388
2388
|
});
|
|
2389
2389
|
}
|
|
2390
|
-
const
|
|
2391
|
-
|
|
2390
|
+
const vr = /* @__PURE__ */ c("ZodOptional", (e, t) => {
|
|
2391
|
+
si.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2392
2392
|
});
|
|
2393
2393
|
function jt(e) {
|
|
2394
|
-
return new
|
|
2394
|
+
return new vr({
|
|
2395
2395
|
type: "optional",
|
|
2396
2396
|
innerType: e
|
|
2397
2397
|
});
|
|
2398
2398
|
}
|
|
2399
|
-
const
|
|
2400
|
-
|
|
2399
|
+
const Ka = /* @__PURE__ */ c("ZodNullable", (e, t) => {
|
|
2400
|
+
ii.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2401
2401
|
});
|
|
2402
2402
|
function kt(e) {
|
|
2403
|
-
return new
|
|
2403
|
+
return new Ka({
|
|
2404
2404
|
type: "nullable",
|
|
2405
2405
|
innerType: e
|
|
2406
2406
|
});
|
|
2407
2407
|
}
|
|
2408
|
-
const
|
|
2409
|
-
|
|
2408
|
+
const Ha = /* @__PURE__ */ c("ZodDefault", (e, t) => {
|
|
2409
|
+
ai.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
|
|
2410
2410
|
});
|
|
2411
|
-
function
|
|
2412
|
-
return new
|
|
2411
|
+
function Wa(e, t) {
|
|
2412
|
+
return new Ha({
|
|
2413
2413
|
type: "default",
|
|
2414
2414
|
innerType: e,
|
|
2415
2415
|
get defaultValue() {
|
|
@@ -2417,11 +2417,11 @@ function Vi(e, t) {
|
|
|
2417
2417
|
}
|
|
2418
2418
|
});
|
|
2419
2419
|
}
|
|
2420
|
-
const
|
|
2421
|
-
|
|
2420
|
+
const Va = /* @__PURE__ */ c("ZodPrefault", (e, t) => {
|
|
2421
|
+
ci.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2422
2422
|
});
|
|
2423
|
-
function
|
|
2424
|
-
return new
|
|
2423
|
+
function Ya(e, t) {
|
|
2424
|
+
return new Va({
|
|
2425
2425
|
type: "prefault",
|
|
2426
2426
|
innerType: e,
|
|
2427
2427
|
get defaultValue() {
|
|
@@ -2429,79 +2429,79 @@ function Gi(e, t) {
|
|
|
2429
2429
|
}
|
|
2430
2430
|
});
|
|
2431
2431
|
}
|
|
2432
|
-
const
|
|
2433
|
-
|
|
2432
|
+
const yr = /* @__PURE__ */ c("ZodNonOptional", (e, t) => {
|
|
2433
|
+
ui.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2434
2434
|
});
|
|
2435
|
-
function
|
|
2436
|
-
return new
|
|
2435
|
+
function Ga(e, t) {
|
|
2436
|
+
return new yr({
|
|
2437
2437
|
type: "nonoptional",
|
|
2438
2438
|
innerType: e,
|
|
2439
2439
|
...b(t)
|
|
2440
2440
|
});
|
|
2441
2441
|
}
|
|
2442
|
-
const
|
|
2443
|
-
|
|
2442
|
+
const Ja = /* @__PURE__ */ c("ZodCatch", (e, t) => {
|
|
2443
|
+
li.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
|
|
2444
2444
|
});
|
|
2445
|
-
function
|
|
2446
|
-
return new
|
|
2445
|
+
function Xa(e, t) {
|
|
2446
|
+
return new Ja({
|
|
2447
2447
|
type: "catch",
|
|
2448
2448
|
innerType: e,
|
|
2449
2449
|
catchValue: typeof t == "function" ? t : () => t
|
|
2450
2450
|
});
|
|
2451
2451
|
}
|
|
2452
|
-
const
|
|
2453
|
-
|
|
2452
|
+
const ec = /* @__PURE__ */ c("ZodPipe", (e, t) => {
|
|
2453
|
+
di.init(e, t), N.init(e, t), e.in = t.in, e.out = t.out;
|
|
2454
2454
|
});
|
|
2455
2455
|
function $t(e, t) {
|
|
2456
|
-
return new
|
|
2456
|
+
return new ec({
|
|
2457
2457
|
type: "pipe",
|
|
2458
2458
|
in: e,
|
|
2459
2459
|
out: t
|
|
2460
2460
|
// ...util.normalizeParams(params),
|
|
2461
2461
|
});
|
|
2462
2462
|
}
|
|
2463
|
-
const
|
|
2464
|
-
|
|
2463
|
+
const tc = /* @__PURE__ */ c("ZodReadonly", (e, t) => {
|
|
2464
|
+
fi.init(e, t), N.init(e, t);
|
|
2465
2465
|
});
|
|
2466
|
-
function
|
|
2467
|
-
return new
|
|
2466
|
+
function rc(e) {
|
|
2467
|
+
return new tc({
|
|
2468
2468
|
type: "readonly",
|
|
2469
2469
|
innerType: e
|
|
2470
2470
|
});
|
|
2471
2471
|
}
|
|
2472
|
-
const
|
|
2473
|
-
|
|
2472
|
+
const nc = /* @__PURE__ */ c("ZodCustom", (e, t) => {
|
|
2473
|
+
hi.init(e, t), N.init(e, t);
|
|
2474
2474
|
});
|
|
2475
|
-
function
|
|
2475
|
+
function oc(e, t) {
|
|
2476
2476
|
const r = new U({
|
|
2477
2477
|
check: "custom",
|
|
2478
2478
|
...b(t)
|
|
2479
2479
|
});
|
|
2480
2480
|
return r._zod.check = e, r;
|
|
2481
2481
|
}
|
|
2482
|
-
function
|
|
2483
|
-
return
|
|
2482
|
+
function sc(e, t = {}) {
|
|
2483
|
+
return ta(nc, e, t);
|
|
2484
2484
|
}
|
|
2485
2485
|
function ic(e, t) {
|
|
2486
|
-
const r =
|
|
2486
|
+
const r = oc((n) => (n.addIssue = (o) => {
|
|
2487
2487
|
if (typeof o == "string")
|
|
2488
|
-
n.issues.push(
|
|
2488
|
+
n.issues.push(ie(o, n.value, r._zod.def));
|
|
2489
2489
|
else {
|
|
2490
|
-
const
|
|
2491
|
-
|
|
2490
|
+
const i = o;
|
|
2491
|
+
i.fatal && (i.continue = !1), i.code ?? (i.code = "custom"), i.input ?? (i.input = n.value), i.inst ?? (i.inst = r), i.continue ?? (i.continue = !r._zod.def.abort), n.issues.push(ie(i));
|
|
2492
2492
|
}
|
|
2493
2493
|
}, e(n.value, n)), t);
|
|
2494
2494
|
return r;
|
|
2495
2495
|
}
|
|
2496
|
-
const
|
|
2496
|
+
const ac = Ma({
|
|
2497
2497
|
buildId: _t(),
|
|
2498
2498
|
timestamp: _t(),
|
|
2499
|
-
status:
|
|
2500
|
-
}),
|
|
2499
|
+
status: gr(["in-progress", "success", "failed"])
|
|
2500
|
+
}), cc = ({
|
|
2501
2501
|
buildId: e,
|
|
2502
2502
|
endpoint: t = "/__zuplo/docs"
|
|
2503
2503
|
}) => {
|
|
2504
|
-
const r =
|
|
2504
|
+
const r = pn({
|
|
2505
2505
|
queryKey: ["zuplo-build-check", e, t],
|
|
2506
2506
|
refetchInterval: 3e3,
|
|
2507
2507
|
enabled: typeof e < "u" && !1,
|
|
@@ -2509,17 +2509,17 @@ const cc = Fi({
|
|
|
2509
2509
|
queryFn: () => fetch(t, { signal: AbortSignal.timeout(2e3) }).then((o) => {
|
|
2510
2510
|
if (!o.ok) throw new Error("Failed to fetch build status");
|
|
2511
2511
|
return o.json();
|
|
2512
|
-
}).then((o) =>
|
|
2512
|
+
}).then((o) => ac.parse(o))
|
|
2513
2513
|
});
|
|
2514
2514
|
if (r.isError || !r.data || r.data.buildId === e)
|
|
2515
2515
|
return null;
|
|
2516
2516
|
const n = r.data.status === "success";
|
|
2517
2517
|
return /* @__PURE__ */ s.jsxs("div", { className: "fixed flex flex-col gap-3 p-4 rounded-xl w-96 border z-20 bg-background left-0 right-0 top-4 mx-auto shadow-lg", children: [
|
|
2518
2518
|
n ? /* @__PURE__ */ s.jsxs("div", { className: "flex flex-row items-center gap-2", children: [
|
|
2519
|
-
/* @__PURE__ */ s.jsx(
|
|
2519
|
+
/* @__PURE__ */ s.jsx(Fn, { size: 16 }),
|
|
2520
2520
|
/* @__PURE__ */ s.jsx("span", { className: "text-sm", children: "New version available" })
|
|
2521
2521
|
] }) : /* @__PURE__ */ s.jsxs("div", { className: "flex flex-row items-center gap-2", children: [
|
|
2522
|
-
/* @__PURE__ */ s.jsx(
|
|
2522
|
+
/* @__PURE__ */ s.jsx(qn, { size: 16, className: "animate-spin" }),
|
|
2523
2523
|
/* @__PURE__ */ s.jsx("span", { className: "text-sm", children: "Building new version..." })
|
|
2524
2524
|
] }),
|
|
2525
2525
|
/* @__PURE__ */ s.jsx("span", { className: "text-xs", children: n ? "To see the new version, reload the page now." : "A new version of the developer portal will be available soon." }),
|
|
@@ -2536,13 +2536,13 @@ const cc = Fi({
|
|
|
2536
2536
|
}
|
|
2537
2537
|
)
|
|
2538
2538
|
] });
|
|
2539
|
-
},
|
|
2539
|
+
}, uc = () => {
|
|
2540
2540
|
const e = xe(), t = H(e.pathname);
|
|
2541
2541
|
F(() => {
|
|
2542
2542
|
const r = t.current !== e.pathname, n = e.hash !== "";
|
|
2543
2543
|
r && !n && window.scrollTo(0, 0), t.current = e.pathname;
|
|
2544
2544
|
}, [e.pathname, e.hash]);
|
|
2545
|
-
},
|
|
2545
|
+
}, lc = ({
|
|
2546
2546
|
icon: e
|
|
2547
2547
|
}) => typeof e == "string" ? /* @__PURE__ */ s.jsx(
|
|
2548
2548
|
"img",
|
|
@@ -2551,8 +2551,8 @@ const cc = Fi({
|
|
|
2551
2551
|
className: "size-5",
|
|
2552
2552
|
alt: e
|
|
2553
2553
|
}
|
|
2554
|
-
) : e,
|
|
2555
|
-
const { site: e } =
|
|
2554
|
+
) : e, dc = (e) => /^https?:/.test(e), fc = () => {
|
|
2555
|
+
const { site: e } = eu(), t = e?.footer;
|
|
2556
2556
|
return t ? /* @__PURE__ */ s.jsx("footer", { className: "border-t bg-background", children: /* @__PURE__ */ s.jsxs("div", { className: "mx-auto max-w-screen-2xl px-4 lg:px-8 py-8 pt-20", children: [
|
|
2557
2557
|
/* @__PURE__ */ s.jsxs(
|
|
2558
2558
|
"div",
|
|
@@ -2581,7 +2581,7 @@ const cc = Fi({
|
|
|
2581
2581
|
/* @__PURE__ */ s.jsx("span", { className: "text-sm font-semibold", children: r.title }),
|
|
2582
2582
|
/* @__PURE__ */ s.jsx("ul", { className: "mt-4 space-y-2", children: r.links.map((n) => {
|
|
2583
2583
|
const o = "flex flex-row gap-1 items-center text-sm text-muted-foreground hover:text-accent-foreground";
|
|
2584
|
-
return /* @__PURE__ */ s.jsx("li", { children:
|
|
2584
|
+
return /* @__PURE__ */ s.jsx("li", { children: dc(n.href) ? /* @__PURE__ */ s.jsxs(
|
|
2585
2585
|
"a",
|
|
2586
2586
|
{
|
|
2587
2587
|
href: n.href,
|
|
@@ -2590,10 +2590,10 @@ const cc = Fi({
|
|
|
2590
2590
|
className: o,
|
|
2591
2591
|
children: [
|
|
2592
2592
|
/* @__PURE__ */ s.jsx("span", { children: n.label }),
|
|
2593
|
-
/* @__PURE__ */ s.jsx(
|
|
2593
|
+
/* @__PURE__ */ s.jsx(Un, { size: 12 })
|
|
2594
2594
|
]
|
|
2595
2595
|
}
|
|
2596
|
-
) : /* @__PURE__ */ s.jsx(
|
|
2596
|
+
) : /* @__PURE__ */ s.jsx(jn, { to: n.href, className: o, children: /* @__PURE__ */ s.jsx("span", { children: n.label }) }) }, n.href + n.label);
|
|
2597
2597
|
}) })
|
|
2598
2598
|
]
|
|
2599
2599
|
},
|
|
@@ -2642,7 +2642,7 @@ const cc = Fi({
|
|
|
2642
2642
|
rel: "noopener noreferrer",
|
|
2643
2643
|
className: "w-auto gap-2 flex text-muted-foreground hover:text-accent-foreground",
|
|
2644
2644
|
children: [
|
|
2645
|
-
/* @__PURE__ */ s.jsx(
|
|
2645
|
+
/* @__PURE__ */ s.jsx(lc, { icon: r.icon }),
|
|
2646
2646
|
r.label
|
|
2647
2647
|
]
|
|
2648
2648
|
},
|
|
@@ -2653,7 +2653,7 @@ const cc = Fi({
|
|
|
2653
2653
|
)
|
|
2654
2654
|
] }) }) : null;
|
|
2655
2655
|
};
|
|
2656
|
-
function
|
|
2656
|
+
function Ae({
|
|
2657
2657
|
className: e,
|
|
2658
2658
|
...t
|
|
2659
2659
|
}) {
|
|
@@ -2671,7 +2671,7 @@ const zt = {
|
|
|
2671
2671
|
tip: "bg-green-600",
|
|
2672
2672
|
caution: "bg-orange-500",
|
|
2673
2673
|
danger: "bg-rose-500"
|
|
2674
|
-
},
|
|
2674
|
+
}, hc = () => {
|
|
2675
2675
|
const { site: e } = M(), [t, r] = G(!0);
|
|
2676
2676
|
if (!e?.banner || !t)
|
|
2677
2677
|
return /* @__PURE__ */ s.jsx("style", { children: ":root { --banner-height: 0px; }" });
|
|
@@ -2692,13 +2692,13 @@ const zt = {
|
|
|
2692
2692
|
type: "button",
|
|
2693
2693
|
className: "md:absolute md:end-4 -m-1.5 p-1.5 hover:bg-accent-foreground/10 rounded-md",
|
|
2694
2694
|
onClick: () => r(!1),
|
|
2695
|
-
children: /* @__PURE__ */ s.jsx(
|
|
2695
|
+
children: /* @__PURE__ */ s.jsx(Ln, { size: 16 })
|
|
2696
2696
|
}
|
|
2697
2697
|
)
|
|
2698
2698
|
]
|
|
2699
2699
|
}
|
|
2700
2700
|
);
|
|
2701
|
-
},
|
|
2701
|
+
}, xr = (e) => /* @__PURE__ */ s.jsxs(
|
|
2702
2702
|
"svg",
|
|
2703
2703
|
{
|
|
2704
2704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2725,8 +2725,8 @@ const zt = {
|
|
|
2725
2725
|
]
|
|
2726
2726
|
}
|
|
2727
2727
|
);
|
|
2728
|
-
|
|
2729
|
-
const
|
|
2728
|
+
xr.displayName = "ZudokuLogo";
|
|
2729
|
+
const _r = ({ className: e }) => /* @__PURE__ */ s.jsxs(
|
|
2730
2730
|
"a",
|
|
2731
2731
|
{
|
|
2732
2732
|
href: "https://zudoku.dev",
|
|
@@ -2738,12 +2738,12 @@ const br = ({ className: e }) => /* @__PURE__ */ s.jsxs(
|
|
|
2738
2738
|
),
|
|
2739
2739
|
children: [
|
|
2740
2740
|
/* @__PURE__ */ s.jsxs("div", { className: "opacity-70 hover:opacity-100 transition-opacity gap-1.5 text-[11px] font-medium rounded-full h-7 flex items-center text-nowrap", children: [
|
|
2741
|
-
/* @__PURE__ */ s.jsx(
|
|
2741
|
+
/* @__PURE__ */ s.jsx(xr, { className: "w-3.5 h-3.5 dark:fill-white" }),
|
|
2742
2742
|
"powered by ",
|
|
2743
2743
|
"Zudoku"
|
|
2744
2744
|
] }),
|
|
2745
2745
|
/* @__PURE__ */ s.jsx("div", { className: "text-xs font-medium opacity-70 hover:text-foreground transition-colors cursor-pointer", children: /* @__PURE__ */ s.jsx(
|
|
2746
|
-
|
|
2746
|
+
Qn,
|
|
2747
2747
|
{
|
|
2748
2748
|
size: 12,
|
|
2749
2749
|
absoluteStrokeWidth: !0,
|
|
@@ -2773,10 +2773,10 @@ var pe = { exports: {} }, z = {};
|
|
|
2773
2773
|
* LICENSE file in the root directory of this source tree.
|
|
2774
2774
|
*/
|
|
2775
2775
|
var Pt;
|
|
2776
|
-
function
|
|
2776
|
+
function pc() {
|
|
2777
2777
|
if (Pt) return z;
|
|
2778
2778
|
Pt = 1;
|
|
2779
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108,
|
|
2779
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, p = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, x = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, l = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, w = e ? Symbol.for("react.block") : 60121, E = e ? Symbol.for("react.fundamental") : 60117, $ = e ? Symbol.for("react.responder") : 60118, j = e ? Symbol.for("react.scope") : 60119;
|
|
2780
2780
|
function y(d) {
|
|
2781
2781
|
if (typeof d == "object" && d !== null) {
|
|
2782
2782
|
var k = d.$$typeof;
|
|
@@ -2786,7 +2786,7 @@ function mc() {
|
|
|
2786
2786
|
case p:
|
|
2787
2787
|
case f:
|
|
2788
2788
|
case n:
|
|
2789
|
-
case
|
|
2789
|
+
case i:
|
|
2790
2790
|
case o:
|
|
2791
2791
|
case h:
|
|
2792
2792
|
return d;
|
|
@@ -2796,7 +2796,7 @@ function mc() {
|
|
|
2796
2796
|
case x:
|
|
2797
2797
|
case g:
|
|
2798
2798
|
case l:
|
|
2799
|
-
case
|
|
2799
|
+
case a:
|
|
2800
2800
|
return d;
|
|
2801
2801
|
default:
|
|
2802
2802
|
return k;
|
|
@@ -2810,12 +2810,12 @@ function mc() {
|
|
|
2810
2810
|
function _(d) {
|
|
2811
2811
|
return y(d) === f;
|
|
2812
2812
|
}
|
|
2813
|
-
return z.AsyncMode = p, z.ConcurrentMode = f, z.ContextConsumer = u, z.ContextProvider =
|
|
2813
|
+
return z.AsyncMode = p, z.ConcurrentMode = f, z.ContextConsumer = u, z.ContextProvider = a, z.Element = t, z.ForwardRef = x, z.Fragment = n, z.Lazy = g, z.Memo = l, z.Portal = r, z.Profiler = i, z.StrictMode = o, z.Suspense = h, z.isAsyncMode = function(d) {
|
|
2814
2814
|
return _(d) || y(d) === p;
|
|
2815
2815
|
}, z.isConcurrentMode = _, z.isContextConsumer = function(d) {
|
|
2816
2816
|
return y(d) === u;
|
|
2817
2817
|
}, z.isContextProvider = function(d) {
|
|
2818
|
-
return y(d) ===
|
|
2818
|
+
return y(d) === a;
|
|
2819
2819
|
}, z.isElement = function(d) {
|
|
2820
2820
|
return typeof d == "object" && d !== null && d.$$typeof === t;
|
|
2821
2821
|
}, z.isForwardRef = function(d) {
|
|
@@ -2829,13 +2829,13 @@ function mc() {
|
|
|
2829
2829
|
}, z.isPortal = function(d) {
|
|
2830
2830
|
return y(d) === r;
|
|
2831
2831
|
}, z.isProfiler = function(d) {
|
|
2832
|
-
return y(d) ===
|
|
2832
|
+
return y(d) === i;
|
|
2833
2833
|
}, z.isStrictMode = function(d) {
|
|
2834
2834
|
return y(d) === o;
|
|
2835
2835
|
}, z.isSuspense = function(d) {
|
|
2836
2836
|
return y(d) === h;
|
|
2837
2837
|
}, z.isValidElementType = function(d) {
|
|
2838
|
-
return typeof d == "string" || typeof d == "function" || d === n || d === f || d ===
|
|
2838
|
+
return typeof d == "string" || typeof d == "function" || d === n || d === f || d === i || d === o || d === h || d === m || typeof d == "object" && d !== null && (d.$$typeof === g || d.$$typeof === l || d.$$typeof === a || d.$$typeof === u || d.$$typeof === x || d.$$typeof === E || d.$$typeof === $ || d.$$typeof === j || d.$$typeof === w);
|
|
2839
2839
|
}, z.typeOf = y, z;
|
|
2840
2840
|
}
|
|
2841
2841
|
var P = {};
|
|
@@ -2848,12 +2848,12 @@ var P = {};
|
|
|
2848
2848
|
* LICENSE file in the root directory of this source tree.
|
|
2849
2849
|
*/
|
|
2850
2850
|
var Et;
|
|
2851
|
-
function
|
|
2851
|
+
function mc() {
|
|
2852
2852
|
return Et || (Et = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2853
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108,
|
|
2853
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, p = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, x = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, l = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, w = e ? Symbol.for("react.block") : 60121, E = e ? Symbol.for("react.fundamental") : 60117, $ = e ? Symbol.for("react.responder") : 60118, j = e ? Symbol.for("react.scope") : 60119;
|
|
2854
2854
|
function y(v) {
|
|
2855
2855
|
return typeof v == "string" || typeof v == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
2856
|
-
v === n || v === f || v ===
|
|
2856
|
+
v === n || v === f || v === i || v === o || v === h || v === m || typeof v == "object" && v !== null && (v.$$typeof === g || v.$$typeof === l || v.$$typeof === a || v.$$typeof === u || v.$$typeof === x || v.$$typeof === E || v.$$typeof === $ || v.$$typeof === j || v.$$typeof === w);
|
|
2857
2857
|
}
|
|
2858
2858
|
function _(v) {
|
|
2859
2859
|
if (typeof v == "object" && v !== null) {
|
|
@@ -2865,19 +2865,19 @@ function gc() {
|
|
|
2865
2865
|
case p:
|
|
2866
2866
|
case f:
|
|
2867
2867
|
case n:
|
|
2868
|
-
case
|
|
2868
|
+
case i:
|
|
2869
2869
|
case o:
|
|
2870
2870
|
case h:
|
|
2871
2871
|
return ce;
|
|
2872
2872
|
default:
|
|
2873
|
-
var
|
|
2874
|
-
switch (
|
|
2873
|
+
var Ye = ce && ce.$$typeof;
|
|
2874
|
+
switch (Ye) {
|
|
2875
2875
|
case u:
|
|
2876
2876
|
case x:
|
|
2877
2877
|
case g:
|
|
2878
2878
|
case l:
|
|
2879
|
-
case
|
|
2880
|
-
return
|
|
2879
|
+
case a:
|
|
2880
|
+
return Ye;
|
|
2881
2881
|
default:
|
|
2882
2882
|
return ke;
|
|
2883
2883
|
}
|
|
@@ -2887,58 +2887,58 @@ function gc() {
|
|
|
2887
2887
|
}
|
|
2888
2888
|
}
|
|
2889
2889
|
}
|
|
2890
|
-
var d = p, k = f, I = u, D =
|
|
2891
|
-
function
|
|
2892
|
-
return
|
|
2890
|
+
var d = p, k = f, I = u, D = a, X = t, Q = x, je = n, W = g, Ar = l, Ir = r, Rr = i, Dr = o, Mr = h, We = !1;
|
|
2891
|
+
function Fr(v) {
|
|
2892
|
+
return We || (We = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), Ve(v) || _(v) === p;
|
|
2893
2893
|
}
|
|
2894
|
-
function
|
|
2894
|
+
function Ve(v) {
|
|
2895
2895
|
return _(v) === f;
|
|
2896
2896
|
}
|
|
2897
|
-
function
|
|
2897
|
+
function qr(v) {
|
|
2898
2898
|
return _(v) === u;
|
|
2899
2899
|
}
|
|
2900
|
+
function Ur(v) {
|
|
2901
|
+
return _(v) === a;
|
|
2902
|
+
}
|
|
2900
2903
|
function Lr(v) {
|
|
2901
|
-
return
|
|
2904
|
+
return typeof v == "object" && v !== null && v.$$typeof === t;
|
|
2902
2905
|
}
|
|
2903
2906
|
function Qr(v) {
|
|
2904
|
-
return
|
|
2907
|
+
return _(v) === x;
|
|
2905
2908
|
}
|
|
2906
2909
|
function Br(v) {
|
|
2907
|
-
return _(v) ===
|
|
2910
|
+
return _(v) === n;
|
|
2908
2911
|
}
|
|
2909
2912
|
function Kr(v) {
|
|
2910
|
-
return _(v) ===
|
|
2913
|
+
return _(v) === g;
|
|
2911
2914
|
}
|
|
2912
2915
|
function Hr(v) {
|
|
2913
|
-
return _(v) ===
|
|
2916
|
+
return _(v) === l;
|
|
2914
2917
|
}
|
|
2915
2918
|
function Wr(v) {
|
|
2916
|
-
return _(v) ===
|
|
2919
|
+
return _(v) === r;
|
|
2917
2920
|
}
|
|
2918
2921
|
function Vr(v) {
|
|
2919
|
-
return _(v) ===
|
|
2922
|
+
return _(v) === i;
|
|
2920
2923
|
}
|
|
2921
2924
|
function Yr(v) {
|
|
2922
|
-
return _(v) === a;
|
|
2923
|
-
}
|
|
2924
|
-
function Gr(v) {
|
|
2925
2925
|
return _(v) === o;
|
|
2926
2926
|
}
|
|
2927
|
-
function
|
|
2927
|
+
function Gr(v) {
|
|
2928
2928
|
return _(v) === h;
|
|
2929
2929
|
}
|
|
2930
|
-
P.AsyncMode = d, P.ConcurrentMode = k, P.ContextConsumer = I, P.ContextProvider = D, P.Element = X, P.ForwardRef = Q, P.Fragment = je, P.Lazy = W, P.Memo =
|
|
2930
|
+
P.AsyncMode = d, P.ConcurrentMode = k, P.ContextConsumer = I, P.ContextProvider = D, P.Element = X, P.ForwardRef = Q, P.Fragment = je, P.Lazy = W, P.Memo = Ar, P.Portal = Ir, P.Profiler = Rr, P.StrictMode = Dr, P.Suspense = Mr, P.isAsyncMode = Fr, P.isConcurrentMode = Ve, P.isContextConsumer = qr, P.isContextProvider = Ur, P.isElement = Lr, P.isForwardRef = Qr, P.isFragment = Br, P.isLazy = Kr, P.isMemo = Hr, P.isPortal = Wr, P.isProfiler = Vr, P.isStrictMode = Yr, P.isSuspense = Gr, P.isValidElementType = y, P.typeOf = _;
|
|
2931
2931
|
}()), P;
|
|
2932
2932
|
}
|
|
2933
2933
|
var St;
|
|
2934
|
-
function
|
|
2935
|
-
return St || (St = 1, process.env.NODE_ENV === "production" ? pe.exports =
|
|
2934
|
+
function gc() {
|
|
2935
|
+
return St || (St = 1, process.env.NODE_ENV === "production" ? pe.exports = pc() : pe.exports = mc()), pe.exports;
|
|
2936
2936
|
}
|
|
2937
2937
|
var Pe, Zt;
|
|
2938
|
-
function
|
|
2938
|
+
function vc() {
|
|
2939
2939
|
if (Zt) return Pe;
|
|
2940
2940
|
Zt = 1;
|
|
2941
|
-
var e =
|
|
2941
|
+
var e = gc(), t = {
|
|
2942
2942
|
childContextTypes: !0,
|
|
2943
2943
|
contextType: !0,
|
|
2944
2944
|
contextTypes: !0,
|
|
@@ -2971,10 +2971,10 @@ function yc() {
|
|
|
2971
2971
|
displayName: !0,
|
|
2972
2972
|
propTypes: !0,
|
|
2973
2973
|
type: !0
|
|
2974
|
-
},
|
|
2975
|
-
|
|
2976
|
-
function
|
|
2977
|
-
return e.isMemo(g) ? o :
|
|
2974
|
+
}, i = {};
|
|
2975
|
+
i[e.ForwardRef] = n, i[e.Memo] = o;
|
|
2976
|
+
function a(g) {
|
|
2977
|
+
return e.isMemo(g) ? o : i[g.$$typeof] || t;
|
|
2978
2978
|
}
|
|
2979
2979
|
var u = Object.defineProperty, p = Object.getOwnPropertyNames, f = Object.getOwnPropertySymbols, x = Object.getOwnPropertyDescriptor, h = Object.getPrototypeOf, m = Object.prototype;
|
|
2980
2980
|
function l(g, w, E) {
|
|
@@ -2985,7 +2985,7 @@ function yc() {
|
|
|
2985
2985
|
}
|
|
2986
2986
|
var j = p(w);
|
|
2987
2987
|
f && (j = j.concat(f(w)));
|
|
2988
|
-
for (var y =
|
|
2988
|
+
for (var y = a(g), _ = a(w), d = 0; d < j.length; ++d) {
|
|
2989
2989
|
var k = j[d];
|
|
2990
2990
|
if (!r[k] && !(E && E[k]) && !(_ && _[k]) && !(y && y[k])) {
|
|
2991
2991
|
var I = x(w, k);
|
|
@@ -3000,10 +3000,10 @@ function yc() {
|
|
|
3000
3000
|
}
|
|
3001
3001
|
return Pe = l, Pe;
|
|
3002
3002
|
}
|
|
3003
|
-
|
|
3004
|
-
var
|
|
3003
|
+
vc();
|
|
3004
|
+
var br = function(t, r, n) {
|
|
3005
3005
|
return t = t <= n ? t : n, t = t >= r ? t : r, t;
|
|
3006
|
-
},
|
|
3006
|
+
}, yc = function() {
|
|
3007
3007
|
var t = !1, r = [], n = function() {
|
|
3008
3008
|
t = !0;
|
|
3009
3009
|
var u = r.shift();
|
|
@@ -3012,20 +3012,20 @@ var wr = function(t, r, n) {
|
|
|
3012
3012
|
t = !1;
|
|
3013
3013
|
}, o = function() {
|
|
3014
3014
|
t = !1, r = [];
|
|
3015
|
-
},
|
|
3015
|
+
}, i = function(u) {
|
|
3016
3016
|
r.push(u), !t && r.length === 1 && n();
|
|
3017
3017
|
};
|
|
3018
3018
|
return {
|
|
3019
3019
|
clear: o,
|
|
3020
|
-
enqueue:
|
|
3020
|
+
enqueue: i
|
|
3021
3021
|
};
|
|
3022
|
-
},
|
|
3022
|
+
}, xc = function() {
|
|
3023
3023
|
var t, r = function() {
|
|
3024
3024
|
t && window.cancelAnimationFrame(t);
|
|
3025
|
-
}, n = function(
|
|
3025
|
+
}, n = function(i, a) {
|
|
3026
3026
|
var u, p, f = function(h) {
|
|
3027
|
-
if (p = p || h, u = h - p, u >
|
|
3028
|
-
|
|
3027
|
+
if (p = p || h, u = h - p, u > a) {
|
|
3028
|
+
i();
|
|
3029
3029
|
return;
|
|
3030
3030
|
}
|
|
3031
3031
|
t = window.requestAnimationFrame(f);
|
|
@@ -3036,51 +3036,51 @@ var wr = function(t, r, n) {
|
|
|
3036
3036
|
cancel: r,
|
|
3037
3037
|
schedule: n
|
|
3038
3038
|
};
|
|
3039
|
-
},
|
|
3039
|
+
}, _c = function(t) {
|
|
3040
3040
|
var r = 0;
|
|
3041
|
-
return t >= 0 && t < 0.2 ? r = 0.1 : t >= 0.2 && t < 0.5 ? r = 0.04 : t >= 0.5 && t < 0.8 ? r = 0.02 : t >= 0.8 && t < 0.99 && (r = 5e-3),
|
|
3041
|
+
return t >= 0 && t < 0.2 ? r = 0.1 : t >= 0.2 && t < 0.5 ? r = 0.04 : t >= 0.5 && t < 0.8 ? r = 0.02 : t >= 0.8 && t < 0.99 && (r = 5e-3), br(t + r, 0, 0.994);
|
|
3042
3042
|
}, Ct = function(t) {
|
|
3043
3043
|
F(t, []);
|
|
3044
|
-
},
|
|
3044
|
+
}, bc = function(t) {
|
|
3045
3045
|
return ++t % 1e6;
|
|
3046
|
-
},
|
|
3046
|
+
}, wc = function() {
|
|
3047
3047
|
var t = G(0), r = t[1];
|
|
3048
3048
|
return B(function() {
|
|
3049
|
-
return r(
|
|
3049
|
+
return r(bc);
|
|
3050
3050
|
}, []);
|
|
3051
|
-
},
|
|
3051
|
+
}, jc = function(t) {
|
|
3052
3052
|
t === void 0 && (t = {});
|
|
3053
|
-
var r =
|
|
3053
|
+
var r = wc(), n = H(ye({}, t)), o = B(function() {
|
|
3054
3054
|
return n.current;
|
|
3055
|
-
}, []),
|
|
3056
|
-
|
|
3055
|
+
}, []), i = B(function(a) {
|
|
3056
|
+
a && (Object.assign(n.current, a), r());
|
|
3057
3057
|
}, []);
|
|
3058
|
-
return [o,
|
|
3059
|
-
},
|
|
3058
|
+
return [o, i];
|
|
3059
|
+
}, kc = function() {
|
|
3060
3060
|
var t = H(!0);
|
|
3061
3061
|
return t.current ? (t.current = !1, !0) : t.current;
|
|
3062
3062
|
}, Tt = function(t, r) {
|
|
3063
|
-
var n =
|
|
3063
|
+
var n = kc();
|
|
3064
3064
|
F(function() {
|
|
3065
3065
|
if (!n)
|
|
3066
3066
|
return t();
|
|
3067
3067
|
}, r);
|
|
3068
|
-
},
|
|
3068
|
+
}, wr = function() {
|
|
3069
3069
|
}, Nt = {
|
|
3070
3070
|
isFinished: !0,
|
|
3071
3071
|
progress: 0,
|
|
3072
|
-
sideEffect:
|
|
3073
|
-
},
|
|
3074
|
-
var r = t === void 0 ? {} : t, n = r.animationDuration, o = n === void 0 ? 200 : n,
|
|
3072
|
+
sideEffect: wr
|
|
3073
|
+
}, $c = function(t) {
|
|
3074
|
+
var r = t === void 0 ? {} : t, n = r.animationDuration, o = n === void 0 ? 200 : n, i = r.incrementDuration, a = i === void 0 ? 800 : i, u = r.isAnimating, p = u === void 0 ? !1 : u, f = r.minimum, x = f === void 0 ? 0.08 : f, h = jc(Nt), m = h[0], l = h[1], g = H(null), w = H(null);
|
|
3075
3075
|
Ct(function() {
|
|
3076
|
-
g.current =
|
|
3076
|
+
g.current = yc(), w.current = xc();
|
|
3077
3077
|
});
|
|
3078
3078
|
var E = B(function() {
|
|
3079
3079
|
var k, I;
|
|
3080
3080
|
(k = w.current) == null || k.cancel(), (I = g.current) == null || I.clear();
|
|
3081
3081
|
}, []), $ = B(function(k) {
|
|
3082
3082
|
var I;
|
|
3083
|
-
if (k =
|
|
3083
|
+
if (k = br(k, x, 1), k === 1) {
|
|
3084
3084
|
var D, X;
|
|
3085
3085
|
E(), (D = g.current) == null || D.enqueue(function(Q) {
|
|
3086
3086
|
l({
|
|
@@ -3109,7 +3109,7 @@ var wr = function(t, r, n) {
|
|
|
3109
3109
|
});
|
|
3110
3110
|
});
|
|
3111
3111
|
}, [o, E, x, g, l, w]), j = B(function() {
|
|
3112
|
-
$(
|
|
3112
|
+
$(_c(m().progress));
|
|
3113
3113
|
}, [m, $]), y = B(function() {
|
|
3114
3114
|
var k = function() {
|
|
3115
3115
|
var D;
|
|
@@ -3117,11 +3117,11 @@ var wr = function(t, r, n) {
|
|
|
3117
3117
|
var Q;
|
|
3118
3118
|
(Q = w.current) == null || Q.schedule(function() {
|
|
3119
3119
|
k(), X();
|
|
3120
|
-
},
|
|
3120
|
+
}, a);
|
|
3121
3121
|
});
|
|
3122
3122
|
};
|
|
3123
3123
|
k();
|
|
3124
|
-
}, [
|
|
3124
|
+
}, [a, g, w, j]), _ = H(wr), d = m().sideEffect;
|
|
3125
3125
|
return F(function() {
|
|
3126
3126
|
_.current = j;
|
|
3127
3127
|
}), Ct(function() {
|
|
@@ -3138,44 +3138,44 @@ var wr = function(t, r, n) {
|
|
|
3138
3138
|
progress: m().progress
|
|
3139
3139
|
};
|
|
3140
3140
|
};
|
|
3141
|
-
const
|
|
3142
|
-
const t =
|
|
3141
|
+
const jr = () => {
|
|
3142
|
+
const t = De().state === "loading", [r, n] = G(!1);
|
|
3143
3143
|
F(() => {
|
|
3144
|
-
const
|
|
3145
|
-
return () => clearTimeout(
|
|
3144
|
+
const a = setTimeout(() => n(t), 200);
|
|
3145
|
+
return () => clearTimeout(a);
|
|
3146
3146
|
}, [t]);
|
|
3147
|
-
const { isFinished: o, progress:
|
|
3147
|
+
const { isFinished: o, progress: i } = $c({ isAnimating: r });
|
|
3148
3148
|
return /* @__PURE__ */ s.jsx(
|
|
3149
3149
|
"div",
|
|
3150
3150
|
{
|
|
3151
3151
|
className: "absolute w-0 left-0 right-0 bottom-[-1px] h-[2px] bg-primary transition-all duration-300 ease-in-out",
|
|
3152
3152
|
style: {
|
|
3153
3153
|
opacity: o ? 0 : 1,
|
|
3154
|
-
width: o ? 0 : `${
|
|
3154
|
+
width: o ? 0 : `${i * 100}%`
|
|
3155
3155
|
}
|
|
3156
3156
|
}
|
|
3157
3157
|
);
|
|
3158
3158
|
};
|
|
3159
|
-
function
|
|
3159
|
+
function zc() {
|
|
3160
3160
|
const e = navigator.userAgent.toLowerCase();
|
|
3161
3161
|
if (e.includes("win")) return "Windows";
|
|
3162
3162
|
if (e.includes("mac")) return "macOS";
|
|
3163
3163
|
if (e.includes("linux")) return "Linux";
|
|
3164
3164
|
}
|
|
3165
|
-
const
|
|
3165
|
+
const kr = ({ className: e }) => {
|
|
3166
3166
|
const t = M(), [r, n] = G(!1), o = B(() => n(!1), []);
|
|
3167
3167
|
F(() => {
|
|
3168
3168
|
if (r)
|
|
3169
3169
|
return;
|
|
3170
|
-
function
|
|
3170
|
+
function a(u) {
|
|
3171
3171
|
u.key === "k" && (u.metaKey || u.ctrlKey) && (u.preventDefault(), n(!0));
|
|
3172
3172
|
}
|
|
3173
|
-
return window.addEventListener("keydown",
|
|
3174
|
-
window.removeEventListener("keydown",
|
|
3173
|
+
return window.addEventListener("keydown", a), () => {
|
|
3174
|
+
window.removeEventListener("keydown", a);
|
|
3175
3175
|
};
|
|
3176
3176
|
}, [r, n]);
|
|
3177
|
-
const
|
|
3178
|
-
return
|
|
3177
|
+
const i = t.plugins.find(Yn);
|
|
3178
|
+
return i ? /* @__PURE__ */ s.jsxs("div", { className: e, children: [
|
|
3179
3179
|
/* @__PURE__ */ s.jsxs(
|
|
3180
3180
|
"button",
|
|
3181
3181
|
{
|
|
@@ -3184,25 +3184,25 @@ const $r = ({ className: e }) => {
|
|
|
3184
3184
|
className: "flex items-center border border-input hover:bg-accent hover:text-accent-foreground p-4 relative h-8 justify-start rounded-lg bg-background text-sm text-muted-foreground shadow-none w-full sm:w-72",
|
|
3185
3185
|
children: [
|
|
3186
3186
|
/* @__PURE__ */ s.jsxs("div", { className: "flex items-center gap-2 grow", children: [
|
|
3187
|
-
/* @__PURE__ */ s.jsx(
|
|
3187
|
+
/* @__PURE__ */ s.jsx(Bn, { size: 14 }),
|
|
3188
3188
|
"Search"
|
|
3189
3189
|
] }),
|
|
3190
|
-
/* @__PURE__ */ s.jsx(te, { children: /* @__PURE__ */ s.jsx(
|
|
3190
|
+
/* @__PURE__ */ s.jsx(te, { children: /* @__PURE__ */ s.jsx(Pc, {}) })
|
|
3191
3191
|
]
|
|
3192
3192
|
}
|
|
3193
3193
|
),
|
|
3194
|
-
/* @__PURE__ */ s.jsx(
|
|
3194
|
+
/* @__PURE__ */ s.jsx(qe, { fallback: null, children: i.renderSearch({
|
|
3195
3195
|
isOpen: r,
|
|
3196
3196
|
onClose: o
|
|
3197
3197
|
}) })
|
|
3198
3198
|
] }) : null;
|
|
3199
|
-
},
|
|
3200
|
-
const e =
|
|
3199
|
+
}, Pc = () => {
|
|
3200
|
+
const e = zc();
|
|
3201
3201
|
return /* @__PURE__ */ s.jsxs("kbd", { className: "absolute end-1.5 hidden h-5 select-none items-center gap-1 rounded-sm border bg-muted px-1.5 font-mono text-[11px] font-medium opacity-100 sm:flex", children: [
|
|
3202
3202
|
e === "macOS" ? "⌘" : "Ctrl",
|
|
3203
3203
|
"+K"
|
|
3204
3204
|
] });
|
|
3205
|
-
},
|
|
3205
|
+
}, $r = () => {
|
|
3206
3206
|
const { resolvedTheme: e, setTheme: t } = Rt();
|
|
3207
3207
|
return /* @__PURE__ */ s.jsx(te, { fallback: /* @__PURE__ */ s.jsx(Se, { variant: "ghost", size: "icon" }), children: /* @__PURE__ */ s.jsxs(
|
|
3208
3208
|
"button",
|
|
@@ -3220,7 +3220,7 @@ const $r = ({ className: e }) => {
|
|
|
3220
3220
|
e === "light" && "border-border bg-muted",
|
|
3221
3221
|
e === "dark" && "group-hover:[&>svg>path]:scale-110 group-hover:[&>svg>path]:-translate-x-[1px] group-hover:[&>svg>path]:-translate-y-[1px] group-hover:rotate-[15deg] "
|
|
3222
3222
|
),
|
|
3223
|
-
children: /* @__PURE__ */ s.jsx(
|
|
3223
|
+
children: /* @__PURE__ */ s.jsx(Kn, { size: 16 })
|
|
3224
3224
|
}
|
|
3225
3225
|
),
|
|
3226
3226
|
/* @__PURE__ */ s.jsx(
|
|
@@ -3231,50 +3231,50 @@ const $r = ({ className: e }) => {
|
|
|
3231
3231
|
e === "dark" && "border-border bg-muted [&>svg>path]:fill-white [&>svg>path]:stroke-transparent",
|
|
3232
3232
|
e === "light" && "group-hover:rotate-[-10deg] [&>svg>path]:stroke-currentColor"
|
|
3233
3233
|
),
|
|
3234
|
-
children: /* @__PURE__ */ s.jsx(
|
|
3234
|
+
children: /* @__PURE__ */ s.jsx(Hn, { size: 16 })
|
|
3235
3235
|
}
|
|
3236
3236
|
)
|
|
3237
3237
|
]
|
|
3238
3238
|
}
|
|
3239
3239
|
) });
|
|
3240
|
-
},
|
|
3240
|
+
}, Ec = () => {
|
|
3241
3241
|
const { navigation: e } = M(), { isAuthenticated: t } = oe(), r = e.filter(Lt(t));
|
|
3242
|
-
return r.length === 0 ? /* @__PURE__ */ s.jsx("style", { children: ":root { --top-nav-height: 0px; }" }) : /* @__PURE__ */ s.jsx(
|
|
3243
|
-
/* @__PURE__ */ s.jsx("nav", { className: "text-sm", children: /* @__PURE__ */ s.jsx("ul", { className: "flex flex-row items-center gap-8", children: r.map((n) => /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(
|
|
3242
|
+
return r.length === 0 ? /* @__PURE__ */ s.jsx("style", { children: ":root { --top-nav-height: 0px; }" }) : /* @__PURE__ */ s.jsx(qe, { children: /* @__PURE__ */ s.jsxs("div", { className: "items-center justify-between px-8 h-(--top-nav-height) hidden lg:flex text-sm relative", children: [
|
|
3243
|
+
/* @__PURE__ */ s.jsx("nav", { className: "text-sm", children: /* @__PURE__ */ s.jsx("ul", { className: "flex flex-row items-center gap-8", children: r.map((n) => /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(Pr, { ...n }) }, n.label + n.type)) }) }),
|
|
3244
3244
|
/* @__PURE__ */ s.jsx(A.Target, { name: "top-navigation-side" })
|
|
3245
3245
|
] }) });
|
|
3246
|
-
},
|
|
3246
|
+
}, zr = (e) => {
|
|
3247
3247
|
switch (e.type) {
|
|
3248
3248
|
case "doc":
|
|
3249
3249
|
return ee(e.path);
|
|
3250
3250
|
case "link":
|
|
3251
3251
|
return e.to;
|
|
3252
3252
|
case "category":
|
|
3253
|
-
return e.link?.path ? ee(e.link.path) :
|
|
3253
|
+
return e.link?.path ? ee(e.link.path) : mn(e, (t) => {
|
|
3254
3254
|
if (t.type !== "category")
|
|
3255
|
-
return
|
|
3255
|
+
return zr(t);
|
|
3256
3256
|
}) ?? "";
|
|
3257
3257
|
case "custom-page":
|
|
3258
3258
|
return e.path;
|
|
3259
3259
|
}
|
|
3260
|
-
},
|
|
3260
|
+
}, Ie = ({
|
|
3261
3261
|
isActive: e,
|
|
3262
3262
|
children: t,
|
|
3263
3263
|
...r
|
|
3264
3264
|
}) => /* @__PURE__ */ s.jsx(
|
|
3265
|
-
|
|
3265
|
+
on,
|
|
3266
3266
|
{
|
|
3267
3267
|
viewTransition: !0,
|
|
3268
3268
|
className: ({ isActive: n, isPending: o }) => {
|
|
3269
|
-
const
|
|
3270
|
-
return
|
|
3269
|
+
const i = n || e;
|
|
3270
|
+
return mo(
|
|
3271
3271
|
"flex items-center gap-2 lg:py-3.5 font-medium -mb-px transition duration-150 delay-75 relative",
|
|
3272
|
-
|
|
3272
|
+
i || o ? [
|
|
3273
3273
|
"text-foreground",
|
|
3274
3274
|
// underline with view transition animation
|
|
3275
3275
|
"after:content-[''] after:absolute after:bottom-0 after:left-0 after:right-0",
|
|
3276
3276
|
"after:h-0.5 after:bg-primary",
|
|
3277
|
-
|
|
3277
|
+
i && "after:[view-transition-name:top-nav-underline]",
|
|
3278
3278
|
o && "after:bg-primary/25"
|
|
3279
3279
|
] : "text-foreground/75 hover:text-foreground"
|
|
3280
3280
|
);
|
|
@@ -3282,28 +3282,28 @@ const $r = ({ className: e }) => {
|
|
|
3282
3282
|
...r,
|
|
3283
3283
|
children: t
|
|
3284
3284
|
}
|
|
3285
|
-
),
|
|
3286
|
-
const t = Qt(), r =
|
|
3285
|
+
), Pr = (e) => {
|
|
3286
|
+
const t = Qt(), r = kn(t.topNavItem, e), n = zr(e);
|
|
3287
3287
|
return (
|
|
3288
3288
|
// We don't use isActive here because it has to be inside the navigation,
|
|
3289
3289
|
// the top nav id doesn't necessarily start with the navigation id
|
|
3290
|
-
/* @__PURE__ */ s.jsxs(
|
|
3290
|
+
/* @__PURE__ */ s.jsxs(Ie, { to: n, isActive: r, children: [
|
|
3291
3291
|
e.icon && /* @__PURE__ */ s.jsx(e.icon, { size: 16, className: "align-[-0.125em]" }),
|
|
3292
3292
|
e.label
|
|
3293
3293
|
] })
|
|
3294
3294
|
);
|
|
3295
|
-
},
|
|
3296
|
-
const { navigation: e, options: t, getProfileMenuItems: r } = M(), { isAuthenticated: n, profile: o, isAuthEnabled:
|
|
3295
|
+
}, Sc = () => {
|
|
3296
|
+
const { navigation: e, options: t, getProfileMenuItems: r } = M(), { isAuthenticated: n, profile: o, isAuthEnabled: i, login: a } = oe(), [u, p] = G(!1), f = r(), x = e.filter(Lt(n));
|
|
3297
3297
|
return /* @__PURE__ */ s.jsxs(
|
|
3298
|
-
|
|
3298
|
+
ho,
|
|
3299
3299
|
{
|
|
3300
3300
|
direction: t.site?.dir === "rtl" ? "left" : "right",
|
|
3301
3301
|
open: u,
|
|
3302
3302
|
onOpenChange: (h) => p(h),
|
|
3303
3303
|
children: [
|
|
3304
3304
|
/* @__PURE__ */ s.jsxs("div", { className: "flex lg:hidden justify-self-end", children: [
|
|
3305
|
-
/* @__PURE__ */ s.jsx(
|
|
3306
|
-
/* @__PURE__ */ s.jsx(
|
|
3305
|
+
/* @__PURE__ */ s.jsx(po, { className: "lg:hidden", children: /* @__PURE__ */ s.jsx(Wn, { size: 22 }) }),
|
|
3306
|
+
/* @__PURE__ */ s.jsx(jr, {})
|
|
3307
3307
|
] }),
|
|
3308
3308
|
/* @__PURE__ */ s.jsx(
|
|
3309
3309
|
Xt,
|
|
@@ -3313,18 +3313,18 @@ const $r = ({ className: e }) => {
|
|
|
3313
3313
|
children: /* @__PURE__ */ s.jsxs("div", { className: "p-4 overflow-y-auto overscroll-none h-full flex flex-col justify-between", children: [
|
|
3314
3314
|
/* @__PURE__ */ s.jsxs("div", { children: [
|
|
3315
3315
|
/* @__PURE__ */ s.jsx(Jt, { children: /* @__PURE__ */ s.jsx(er, { children: "Navigation" }) }),
|
|
3316
|
-
/* @__PURE__ */ s.jsx(
|
|
3316
|
+
/* @__PURE__ */ s.jsx(kr, { className: "flex p-4" }),
|
|
3317
3317
|
/* @__PURE__ */ s.jsxs("ul", { className: "flex flex-col items-center gap-4 p-4", children: [
|
|
3318
3318
|
/* @__PURE__ */ s.jsx("li", { className: "empty:hidden", children: /* @__PURE__ */ s.jsx(A.Target, { name: "top-navigation-side" }) }),
|
|
3319
|
-
|
|
3319
|
+
i && /* @__PURE__ */ s.jsx(
|
|
3320
3320
|
te,
|
|
3321
3321
|
{
|
|
3322
|
-
fallback: /* @__PURE__ */ s.jsx(
|
|
3323
|
-
children: n ? Object.values(r()).length > 0 && /* @__PURE__ */ s.jsx(
|
|
3322
|
+
fallback: /* @__PURE__ */ s.jsx(Ae, { className: "rounded-sm h-5 w-24 mr-4" }),
|
|
3323
|
+
children: n ? Object.values(r()).length > 0 && /* @__PURE__ */ s.jsx(In, { children: /* @__PURE__ */ s.jsxs("li", { children: [
|
|
3324
3324
|
o?.name ? `${o.name}` : "My Account",
|
|
3325
3325
|
o?.email && /* @__PURE__ */ s.jsx("div", { className: "font-normal text-muted-foreground", children: o.email })
|
|
3326
3326
|
] }) }) : /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(
|
|
3327
|
-
|
|
3327
|
+
Ie,
|
|
3328
3328
|
{
|
|
3329
3329
|
to: "/signin",
|
|
3330
3330
|
onClick: () => p(!1),
|
|
@@ -3333,13 +3333,13 @@ const $r = ({ className: e }) => {
|
|
|
3333
3333
|
) })
|
|
3334
3334
|
}
|
|
3335
3335
|
),
|
|
3336
|
-
x.map((h) => /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("button", { type: "button", onClick: () => p(!1), children: /* @__PURE__ */ s.jsx(
|
|
3337
|
-
|
|
3336
|
+
x.map((h) => /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("button", { type: "button", onClick: () => p(!1), children: /* @__PURE__ */ s.jsx(Pr, { ...h }) }) }, h.label)),
|
|
3337
|
+
i && n && f.length > 0 && /* @__PURE__ */ s.jsx(
|
|
3338
3338
|
te,
|
|
3339
3339
|
{
|
|
3340
|
-
fallback: /* @__PURE__ */ s.jsx(
|
|
3340
|
+
fallback: /* @__PURE__ */ s.jsx(Ae, { className: "rounded-sm h-5 w-24 mr-4" }),
|
|
3341
3341
|
children: f.map((h) => /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(
|
|
3342
|
-
|
|
3342
|
+
Ie,
|
|
3343
3343
|
{
|
|
3344
3344
|
to: h.path ?? "",
|
|
3345
3345
|
onClick: () => p(!1),
|
|
@@ -3348,45 +3348,45 @@ const $r = ({ className: e }) => {
|
|
|
3348
3348
|
) }, h.label))
|
|
3349
3349
|
}
|
|
3350
3350
|
),
|
|
3351
|
-
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(
|
|
3351
|
+
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx($r, {}) })
|
|
3352
3352
|
] })
|
|
3353
3353
|
] }),
|
|
3354
|
-
t.site?.showPoweredBy !== !1 && /* @__PURE__ */ s.jsx(
|
|
3354
|
+
t.site?.showPoweredBy !== !1 && /* @__PURE__ */ s.jsx(_r, { className: "grow-0 justify-center gap-1" })
|
|
3355
3355
|
] })
|
|
3356
3356
|
}
|
|
3357
3357
|
)
|
|
3358
3358
|
]
|
|
3359
3359
|
}
|
|
3360
3360
|
);
|
|
3361
|
-
}, ge = ({ item: e }) => e.children ? /* @__PURE__ */ s.jsxs(
|
|
3362
|
-
/* @__PURE__ */ s.jsx(
|
|
3363
|
-
/* @__PURE__ */ s.jsx(
|
|
3361
|
+
}, ge = ({ item: e }) => e.children ? /* @__PURE__ */ s.jsxs(ao, { children: [
|
|
3362
|
+
/* @__PURE__ */ s.jsx(co, { children: e.label }),
|
|
3363
|
+
/* @__PURE__ */ s.jsx(uo, { children: /* @__PURE__ */ s.jsx(lo, { children: e.children.map((t, r) => (
|
|
3364
3364
|
// eslint-disable-next-line react/no-array-index-key
|
|
3365
3365
|
/* @__PURE__ */ s.jsx(ge, { item: t }, r)
|
|
3366
3366
|
)) }) })
|
|
3367
|
-
] }, e.label) : /* @__PURE__ */ s.jsx(
|
|
3367
|
+
] }, e.label) : /* @__PURE__ */ s.jsx(Me, { to: e.path ?? "", children: /* @__PURE__ */ s.jsxs(fo, { className: "flex gap-2", children: [
|
|
3368
3368
|
e.icon && /* @__PURE__ */ s.jsx(e.icon, { size: 16, strokeWidth: 1, absoluteStrokeWidth: !0 }),
|
|
3369
3369
|
e.label
|
|
3370
|
-
] }, e.label) }),
|
|
3371
|
-
const t = oe(), { isAuthenticated: r, profile: n, isAuthEnabled: o } = oe(),
|
|
3370
|
+
] }, e.label) }), Er = Vt(function() {
|
|
3371
|
+
const t = oe(), { isAuthenticated: r, profile: n, isAuthEnabled: o } = oe(), i = M(), { site: a, plugins: u, options: p } = i, f = u.filter((l) => Gt(l)).flatMap((l) => l.getProfileMenuItems(i)).sort((l) => l.weight ?? 0), x = a?.logo ? /https?:\/\//.test(a.logo.src.light) ? a.logo.src.light : ee(p.basePath, a.logo.src.light) : void 0, h = a?.logo ? /https?:\/\//.test(a.logo.src.dark) ? a.logo.src.dark : ee(p.basePath, a.logo.src.dark) : void 0, m = "inset-shadow-[0_-1px_0_0_var(--border)]";
|
|
3372
3372
|
return /* @__PURE__ */ s.jsxs(
|
|
3373
3373
|
"header",
|
|
3374
3374
|
{
|
|
3375
3375
|
className: "sticky lg:top-0 z-10 bg-background/80 backdrop-blur w-full",
|
|
3376
3376
|
"data-pagefind-ignore": "all",
|
|
3377
3377
|
children: [
|
|
3378
|
-
/* @__PURE__ */ s.jsx(
|
|
3378
|
+
/* @__PURE__ */ s.jsx(hc, {}),
|
|
3379
3379
|
/* @__PURE__ */ s.jsxs("div", { className: O(m, "relative"), children: [
|
|
3380
|
-
/* @__PURE__ */ s.jsx(
|
|
3380
|
+
/* @__PURE__ */ s.jsx(jr, {}),
|
|
3381
3381
|
/* @__PURE__ */ s.jsxs("div", { className: "max-w-screen-2xl mx-auto flex items-center justify-between h-(--top-header-height) px-4 lg:px-8 border-transparent", children: [
|
|
3382
|
-
/* @__PURE__ */ s.jsx("div", { className: "flex", children: /* @__PURE__ */ s.jsx(
|
|
3383
|
-
|
|
3382
|
+
/* @__PURE__ */ s.jsx("div", { className: "flex", children: /* @__PURE__ */ s.jsx(Me, { to: a?.logo?.href ?? "/", children: /* @__PURE__ */ s.jsxs("div", { className: "flex items-center gap-3.5", children: [
|
|
3383
|
+
a?.logo && /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3384
3384
|
/* @__PURE__ */ s.jsx(
|
|
3385
3385
|
"img",
|
|
3386
3386
|
{
|
|
3387
3387
|
src: x,
|
|
3388
|
-
alt:
|
|
3389
|
-
style: { width:
|
|
3388
|
+
alt: a.logo.alt ?? a.title,
|
|
3389
|
+
style: { width: a.logo.width },
|
|
3390
3390
|
className: "max-h-(--top-header-height) dark:hidden",
|
|
3391
3391
|
loading: "lazy"
|
|
3392
3392
|
}
|
|
@@ -3395,27 +3395,27 @@ const $r = ({ className: e }) => {
|
|
|
3395
3395
|
"img",
|
|
3396
3396
|
{
|
|
3397
3397
|
src: h,
|
|
3398
|
-
alt:
|
|
3399
|
-
style: { width:
|
|
3398
|
+
alt: a.logo.alt ?? a.title,
|
|
3399
|
+
style: { width: a.logo.width },
|
|
3400
3400
|
className: "max-h-(--top-header-height) hidden dark:block",
|
|
3401
3401
|
loading: "lazy"
|
|
3402
3402
|
}
|
|
3403
3403
|
)
|
|
3404
3404
|
] }),
|
|
3405
|
-
/* @__PURE__ */ s.jsx("span", { className: "font-semibold text-2xl", children:
|
|
3405
|
+
/* @__PURE__ */ s.jsx("span", { className: "font-semibold text-2xl", children: a?.title })
|
|
3406
3406
|
] }) }) }),
|
|
3407
|
-
/* @__PURE__ */ s.jsx("div", { className: "absolute inset-x-0 justify-center items-center hidden lg:flex w-full pointer-events-none", children: /* @__PURE__ */ s.jsx(
|
|
3407
|
+
/* @__PURE__ */ s.jsx("div", { className: "absolute inset-x-0 justify-center items-center hidden lg:flex w-full pointer-events-none", children: /* @__PURE__ */ s.jsx(kr, { className: "pointer-events-auto" }) }),
|
|
3408
3408
|
/* @__PURE__ */ s.jsxs("div", { className: "flex items-center gap-8", children: [
|
|
3409
|
-
/* @__PURE__ */ s.jsx(
|
|
3409
|
+
/* @__PURE__ */ s.jsx(Sc, {}),
|
|
3410
3410
|
/* @__PURE__ */ s.jsxs("div", { className: "hidden lg:flex items-center justify-self-end text-sm gap-2", children: [
|
|
3411
3411
|
/* @__PURE__ */ s.jsx(A.Target, { name: "head-navigation-start" }),
|
|
3412
3412
|
o && /* @__PURE__ */ s.jsx(
|
|
3413
3413
|
te,
|
|
3414
3414
|
{
|
|
3415
|
-
fallback: /* @__PURE__ */ s.jsx(
|
|
3416
|
-
children: r ? Object.values(f).length > 0 && /* @__PURE__ */ s.jsxs(
|
|
3417
|
-
/* @__PURE__ */ s.jsx(
|
|
3418
|
-
/* @__PURE__ */ s.jsxs(
|
|
3415
|
+
fallback: /* @__PURE__ */ s.jsx(Ae, { className: "rounded-sm h-5 w-24 mr-4" }),
|
|
3416
|
+
children: r ? Object.values(f).length > 0 && /* @__PURE__ */ s.jsxs(no, { modal: !1, children: [
|
|
3417
|
+
/* @__PURE__ */ s.jsx(oo, { asChild: !0, children: /* @__PURE__ */ s.jsx(Se, { variant: "ghost", children: n?.name ?? "My Account" }) }),
|
|
3418
|
+
/* @__PURE__ */ s.jsxs(so, { className: "w-56", children: [
|
|
3419
3419
|
/* @__PURE__ */ s.jsxs(io, { children: [
|
|
3420
3420
|
n?.name ? `${n.name}` : "My Account",
|
|
3421
3421
|
n?.email && /* @__PURE__ */ s.jsx("div", { className: "font-normal text-muted-foreground", children: n.email })
|
|
@@ -3435,20 +3435,20 @@ const $r = ({ className: e }) => {
|
|
|
3435
3435
|
}
|
|
3436
3436
|
),
|
|
3437
3437
|
/* @__PURE__ */ s.jsx(A.Target, { name: "head-navigation-end" }),
|
|
3438
|
-
/* @__PURE__ */ s.jsx(
|
|
3438
|
+
/* @__PURE__ */ s.jsx($r, {})
|
|
3439
3439
|
] })
|
|
3440
3440
|
] })
|
|
3441
3441
|
] })
|
|
3442
3442
|
] }),
|
|
3443
3443
|
/* @__PURE__ */ s.jsx("div", { className: O("hidden lg:block", m), children: /* @__PURE__ */ s.jsxs("div", { className: "max-w-screen-2xl mx-auto border-transparent relative", children: [
|
|
3444
3444
|
/* @__PURE__ */ s.jsx(A.Target, { name: "top-navigation-before" }),
|
|
3445
|
-
/* @__PURE__ */ s.jsx(
|
|
3445
|
+
/* @__PURE__ */ s.jsx(Ec, {}),
|
|
3446
3446
|
/* @__PURE__ */ s.jsx(A.Target, { name: "top-navigation-after" })
|
|
3447
3447
|
] }) })
|
|
3448
3448
|
]
|
|
3449
3449
|
}
|
|
3450
3450
|
);
|
|
3451
|
-
}),
|
|
3451
|
+
}), Sr = ({
|
|
3452
3452
|
shouldScaleBackground: e = !0,
|
|
3453
3453
|
...t
|
|
3454
3454
|
}) => /* @__PURE__ */ s.jsx(
|
|
@@ -3458,8 +3458,8 @@ const $r = ({ className: e }) => {
|
|
|
3458
3458
|
...t
|
|
3459
3459
|
}
|
|
3460
3460
|
);
|
|
3461
|
-
|
|
3462
|
-
const
|
|
3461
|
+
Sr.displayName = "Drawer";
|
|
3462
|
+
const Zc = q.Trigger, Cc = q.Portal, Zr = K.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ s.jsx(
|
|
3463
3463
|
q.Overlay,
|
|
3464
3464
|
{
|
|
3465
3465
|
ref: r,
|
|
@@ -3467,10 +3467,10 @@ const Cc = q.Trigger, Tc = q.Portal, Cr = K.forwardRef(({ className: e, ...t },
|
|
|
3467
3467
|
...t
|
|
3468
3468
|
}
|
|
3469
3469
|
));
|
|
3470
|
-
|
|
3471
|
-
const
|
|
3472
|
-
({ className: e, children: t, hideBar: r = !0, ...n }, o) => /* @__PURE__ */ s.jsxs(
|
|
3473
|
-
/* @__PURE__ */ s.jsx(
|
|
3470
|
+
Zr.displayName = q.Overlay.displayName;
|
|
3471
|
+
const Tc = K.forwardRef(
|
|
3472
|
+
({ className: e, children: t, hideBar: r = !0, ...n }, o) => /* @__PURE__ */ s.jsxs(Cc, { children: [
|
|
3473
|
+
/* @__PURE__ */ s.jsx(Zr, {}),
|
|
3474
3474
|
/* @__PURE__ */ s.jsxs(
|
|
3475
3475
|
q.Content,
|
|
3476
3476
|
{
|
|
@@ -3488,8 +3488,8 @@ const Nc = K.forwardRef(
|
|
|
3488
3488
|
)
|
|
3489
3489
|
] })
|
|
3490
3490
|
);
|
|
3491
|
-
|
|
3492
|
-
const
|
|
3491
|
+
Tc.displayName = "DrawerContent";
|
|
3492
|
+
const Nc = K.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ s.jsx(
|
|
3493
3493
|
q.Title,
|
|
3494
3494
|
{
|
|
3495
3495
|
ref: r,
|
|
@@ -3500,8 +3500,8 @@ const Oc = K.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ s.jsx(
|
|
|
3500
3500
|
...t
|
|
3501
3501
|
}
|
|
3502
3502
|
));
|
|
3503
|
-
|
|
3504
|
-
const
|
|
3503
|
+
Nc.displayName = q.Title.displayName;
|
|
3504
|
+
const Oc = K.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ s.jsx(
|
|
3505
3505
|
q.Description,
|
|
3506
3506
|
{
|
|
3507
3507
|
ref: r,
|
|
@@ -3509,15 +3509,15 @@ const Ac = K.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ s.jsx(
|
|
|
3509
3509
|
...t
|
|
3510
3510
|
}
|
|
3511
3511
|
));
|
|
3512
|
-
|
|
3513
|
-
const
|
|
3512
|
+
Oc.displayName = q.Description.displayName;
|
|
3513
|
+
const Cr = ({
|
|
3514
3514
|
children: e,
|
|
3515
3515
|
className: t
|
|
3516
3516
|
}) => {
|
|
3517
3517
|
const { options: r } = M(), n = H(null);
|
|
3518
3518
|
return F(() => {
|
|
3519
3519
|
const o = n.current?.querySelector('[aria-current="page"]');
|
|
3520
|
-
|
|
3520
|
+
$n(o ?? null);
|
|
3521
3521
|
}, []), /* @__PURE__ */ s.jsxs(
|
|
3522
3522
|
"div",
|
|
3523
3523
|
{
|
|
@@ -3541,20 +3541,20 @@ const Tr = ({
|
|
|
3541
3541
|
children: e
|
|
3542
3542
|
}
|
|
3543
3543
|
),
|
|
3544
|
-
/* @__PURE__ */ s.jsx("div", { className: "bg-background border-t p-2 mx-5 gap-2 items-center mt-2 drop-shadow-[0_-3px_1px_rgba(0,0,0,0.015)] hidden lg:[&:has(>_:nth-child(1):last-child)]:flex", children: r.site?.showPoweredBy !== !1 && /* @__PURE__ */ s.jsx(
|
|
3544
|
+
/* @__PURE__ */ s.jsx("div", { className: "bg-background border-t p-2 mx-5 gap-2 items-center mt-2 drop-shadow-[0_-3px_1px_rgba(0,0,0,0.015)] hidden lg:[&:has(>_:nth-child(1):last-child)]:flex", children: r.site?.showPoweredBy !== !1 && /* @__PURE__ */ s.jsx(_r, {}) })
|
|
3545
3545
|
]
|
|
3546
3546
|
}
|
|
3547
3547
|
);
|
|
3548
3548
|
};
|
|
3549
|
-
|
|
3550
|
-
const
|
|
3549
|
+
Cr.displayName = "NavigationWrapper";
|
|
3550
|
+
const Ac = ({
|
|
3551
3551
|
onRequestClose: e,
|
|
3552
3552
|
navigation: t
|
|
3553
3553
|
}) => /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3554
|
-
/* @__PURE__ */ s.jsxs(
|
|
3554
|
+
/* @__PURE__ */ s.jsxs(Cr, { children: [
|
|
3555
3555
|
/* @__PURE__ */ s.jsx(A.Target, { name: "navigation-before" }),
|
|
3556
3556
|
t.map((r) => /* @__PURE__ */ s.jsx(
|
|
3557
|
-
|
|
3557
|
+
nt,
|
|
3558
3558
|
{
|
|
3559
3559
|
item: r
|
|
3560
3560
|
},
|
|
@@ -3570,7 +3570,7 @@ const Ic = ({
|
|
|
3570
3570
|
children: /* @__PURE__ */ s.jsxs("div", { className: "p-4 overflow-y-auto overscroll-none", children: [
|
|
3571
3571
|
/* @__PURE__ */ s.jsx(Jt, { children: /* @__PURE__ */ s.jsx(er, { children: "Navigation" }) }),
|
|
3572
3572
|
t.map((r) => /* @__PURE__ */ s.jsx(
|
|
3573
|
-
|
|
3573
|
+
nt,
|
|
3574
3574
|
{
|
|
3575
3575
|
item: r,
|
|
3576
3576
|
onRequestClose: e
|
|
@@ -3580,24 +3580,24 @@ const Ic = ({
|
|
|
3580
3580
|
] })
|
|
3581
3581
|
}
|
|
3582
3582
|
)
|
|
3583
|
-
] }),
|
|
3584
|
-
const [t, r] = G(!1), { navigation: n } = Qt(), o = n.length > 0,
|
|
3583
|
+
] }), Ic = ({ children: e }) => {
|
|
3584
|
+
const [t, r] = G(!1), { navigation: n } = Qt(), o = n.length > 0, i = De().state === "loading", { options: a } = M();
|
|
3585
3585
|
return /* @__PURE__ */ s.jsxs(
|
|
3586
|
-
|
|
3586
|
+
Sr,
|
|
3587
3587
|
{
|
|
3588
|
-
direction:
|
|
3588
|
+
direction: a.site?.dir === "rtl" ? "right" : "left",
|
|
3589
3589
|
open: t,
|
|
3590
3590
|
onOpenChange: (u) => r(u),
|
|
3591
3591
|
children: [
|
|
3592
3592
|
o && /* @__PURE__ */ s.jsx(
|
|
3593
|
-
|
|
3593
|
+
Ac,
|
|
3594
3594
|
{
|
|
3595
3595
|
onRequestClose: () => r(!1),
|
|
3596
3596
|
navigation: n
|
|
3597
3597
|
}
|
|
3598
3598
|
),
|
|
3599
|
-
o && /* @__PURE__ */ s.jsx("div", { className: "lg:hidden -mx-4 px-4 py-2 sticky bg-background/80 backdrop-blur-xs z-10 top-0 start-0 end-0 border-b", children: /* @__PURE__ */ s.jsxs(
|
|
3600
|
-
/* @__PURE__ */ s.jsx(
|
|
3599
|
+
o && /* @__PURE__ */ s.jsx("div", { className: "lg:hidden -mx-4 px-4 py-2 sticky bg-background/80 backdrop-blur-xs z-10 top-0 start-0 end-0 border-b", children: /* @__PURE__ */ s.jsxs(Zc, { className: "flex items-center gap-2 px-4", children: [
|
|
3600
|
+
/* @__PURE__ */ s.jsx(Vn, { size: 16, strokeWidth: 1.5 }),
|
|
3601
3601
|
/* @__PURE__ */ s.jsx("span", { className: "text-sm", children: "Menu" })
|
|
3602
3602
|
] }) }),
|
|
3603
3603
|
/* @__PURE__ */ s.jsxs(
|
|
@@ -3607,7 +3607,7 @@ const Ic = ({
|
|
|
3607
3607
|
className: O(
|
|
3608
3608
|
"px-4 lg:pe-8 lg:px-8",
|
|
3609
3609
|
!o && "col-span-full",
|
|
3610
|
-
|
|
3610
|
+
i && "animate-pulse"
|
|
3611
3611
|
),
|
|
3612
3612
|
children: [
|
|
3613
3613
|
/* @__PURE__ */ s.jsx(A.Target, { name: "content-before" }),
|
|
@@ -3619,12 +3619,12 @@ const Ic = ({
|
|
|
3619
3619
|
]
|
|
3620
3620
|
}
|
|
3621
3621
|
);
|
|
3622
|
-
},
|
|
3622
|
+
}, Rc = () => /* @__PURE__ */ s.jsx("main", { className: "col-span-full row-span-full grid place-items-center", children: /* @__PURE__ */ s.jsx(Yt, {}) }), Dc = ({ children: e }) => {
|
|
3623
3623
|
const { meta: t, authentication: r, options: n } = M(), o = xe();
|
|
3624
|
-
return
|
|
3624
|
+
return zn(), uc(), F(() => {
|
|
3625
3625
|
r?.onPageLoad?.();
|
|
3626
3626
|
}, [r]), /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3627
|
-
/* @__PURE__ */ s.jsxs(
|
|
3627
|
+
/* @__PURE__ */ s.jsxs(Re, { titleTemplate: t?.title, children: [
|
|
3628
3628
|
n.canonicalUrlOrigin && /* @__PURE__ */ s.jsx(
|
|
3629
3629
|
"link",
|
|
3630
3630
|
{
|
|
@@ -3640,7 +3640,7 @@ const Ic = ({
|
|
|
3640
3640
|
t?.favicon && /* @__PURE__ */ s.jsx("link", { rel: "icon", href: t.favicon })
|
|
3641
3641
|
] }),
|
|
3642
3642
|
/* @__PURE__ */ s.jsx(A.Target, { name: "layout-before-head" }),
|
|
3643
|
-
/* @__PURE__ */ s.jsx(
|
|
3643
|
+
/* @__PURE__ */ s.jsx(Er, {}),
|
|
3644
3644
|
/* @__PURE__ */ s.jsx(A.Target, { name: "layout-after-head" }),
|
|
3645
3645
|
/* @__PURE__ */ s.jsx(
|
|
3646
3646
|
"div",
|
|
@@ -3650,20 +3650,20 @@ const Ic = ({
|
|
|
3650
3650
|
"[&:has(>:only-child)]:grid-rows-1 grid-rows-[0_min-content_1fr] lg:grid-rows-[min-content_1fr]",
|
|
3651
3651
|
"grid-cols-1 lg:grid-cols-[var(--side-nav-width)_1fr]"
|
|
3652
3652
|
),
|
|
3653
|
-
children: /* @__PURE__ */ s.jsx(
|
|
3653
|
+
children: /* @__PURE__ */ s.jsx(qe, { fallback: /* @__PURE__ */ s.jsx(Rc, {}), children: /* @__PURE__ */ s.jsx(Ic, { children: e ?? /* @__PURE__ */ s.jsx(Dt, {}) }) })
|
|
3654
3654
|
}
|
|
3655
3655
|
),
|
|
3656
|
-
/* @__PURE__ */ s.jsx(
|
|
3656
|
+
/* @__PURE__ */ s.jsx(fc, {})
|
|
3657
3657
|
] });
|
|
3658
|
-
},
|
|
3658
|
+
}, Mc = ({
|
|
3659
3659
|
title: e = "An error occurred",
|
|
3660
3660
|
message: t,
|
|
3661
3661
|
category: r
|
|
3662
3662
|
}) => /* @__PURE__ */ s.jsxs(Kt, { className: "h-full pt-(--padding-content-top)", children: [
|
|
3663
|
-
r && /* @__PURE__ */ s.jsx(
|
|
3664
|
-
e && /* @__PURE__ */ s.jsx(
|
|
3663
|
+
r && /* @__PURE__ */ s.jsx(Pn, { children: r }),
|
|
3664
|
+
e && /* @__PURE__ */ s.jsx(En, { level: 1, className: "flex gap-3.5 items-center", children: e }),
|
|
3665
3665
|
/* @__PURE__ */ s.jsx("p", { children: t })
|
|
3666
|
-
] }),
|
|
3666
|
+
] }), Fc = (e) => {
|
|
3667
3667
|
switch (e) {
|
|
3668
3668
|
case 400:
|
|
3669
3669
|
return {
|
|
@@ -3726,23 +3726,23 @@ const Ic = ({
|
|
|
3726
3726
|
message: "Something went wrong while processing your request."
|
|
3727
3727
|
};
|
|
3728
3728
|
}
|
|
3729
|
-
},
|
|
3729
|
+
}, qc = ({ statusCode: e, message: t }) => {
|
|
3730
3730
|
if (e === 404)
|
|
3731
|
-
return /* @__PURE__ */ s.jsx(
|
|
3732
|
-
const r =
|
|
3731
|
+
return /* @__PURE__ */ s.jsx(Sn, {});
|
|
3732
|
+
const r = Fc(e);
|
|
3733
3733
|
return /* @__PURE__ */ s.jsx(
|
|
3734
|
-
|
|
3734
|
+
Mc,
|
|
3735
3735
|
{
|
|
3736
3736
|
title: r.title,
|
|
3737
3737
|
message: t ?? r.message,
|
|
3738
3738
|
category: e
|
|
3739
3739
|
}
|
|
3740
3740
|
);
|
|
3741
|
-
},
|
|
3741
|
+
}, Uc = Fe(null), Ee = {
|
|
3742
3742
|
didCatch: !1,
|
|
3743
3743
|
error: null
|
|
3744
3744
|
};
|
|
3745
|
-
class
|
|
3745
|
+
class Lc extends Rn {
|
|
3746
3746
|
constructor(t) {
|
|
3747
3747
|
super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = Ee;
|
|
3748
3748
|
}
|
|
@@ -3757,10 +3757,10 @@ class Qc extends Dn {
|
|
|
3757
3757
|
error: t
|
|
3758
3758
|
} = this.state;
|
|
3759
3759
|
if (t !== null) {
|
|
3760
|
-
for (var r, n, o = arguments.length,
|
|
3761
|
-
a
|
|
3760
|
+
for (var r, n, o = arguments.length, i = new Array(o), a = 0; a < o; a++)
|
|
3761
|
+
i[a] = arguments[a];
|
|
3762
3762
|
(r = (n = this.props).onReset) === null || r === void 0 || r.call(n, {
|
|
3763
|
-
args:
|
|
3763
|
+
args: i,
|
|
3764
3764
|
reason: "imperative-api"
|
|
3765
3765
|
}), this.setState(Ee);
|
|
3766
3766
|
}
|
|
@@ -3775,9 +3775,9 @@ class Qc extends Dn {
|
|
|
3775
3775
|
} = this.state, {
|
|
3776
3776
|
resetKeys: o
|
|
3777
3777
|
} = this.props;
|
|
3778
|
-
if (n && r.error !== null &&
|
|
3779
|
-
var
|
|
3780
|
-
(
|
|
3778
|
+
if (n && r.error !== null && Qc(t.resetKeys, o)) {
|
|
3779
|
+
var i, a;
|
|
3780
|
+
(i = (a = this.props).onReset) === null || i === void 0 || i.call(a, {
|
|
3781
3781
|
next: o,
|
|
3782
3782
|
prev: t.resetKeys,
|
|
3783
3783
|
reason: "keys"
|
|
@@ -3791,38 +3791,38 @@ class Qc extends Dn {
|
|
|
3791
3791
|
FallbackComponent: n,
|
|
3792
3792
|
fallback: o
|
|
3793
3793
|
} = this.props, {
|
|
3794
|
-
didCatch:
|
|
3795
|
-
error:
|
|
3794
|
+
didCatch: i,
|
|
3795
|
+
error: a
|
|
3796
3796
|
} = this.state;
|
|
3797
3797
|
let u = t;
|
|
3798
|
-
if (
|
|
3798
|
+
if (i) {
|
|
3799
3799
|
const p = {
|
|
3800
|
-
error:
|
|
3800
|
+
error: a,
|
|
3801
3801
|
resetErrorBoundary: this.resetErrorBoundary
|
|
3802
3802
|
};
|
|
3803
3803
|
if (typeof r == "function")
|
|
3804
3804
|
u = r(p);
|
|
3805
3805
|
else if (n)
|
|
3806
|
-
u =
|
|
3806
|
+
u = ot(n, p);
|
|
3807
3807
|
else if (o !== void 0)
|
|
3808
3808
|
u = o;
|
|
3809
3809
|
else
|
|
3810
|
-
throw
|
|
3810
|
+
throw a;
|
|
3811
3811
|
}
|
|
3812
|
-
return
|
|
3812
|
+
return ot(Uc.Provider, {
|
|
3813
3813
|
value: {
|
|
3814
|
-
didCatch:
|
|
3815
|
-
error:
|
|
3814
|
+
didCatch: i,
|
|
3815
|
+
error: a,
|
|
3816
3816
|
resetErrorBoundary: this.resetErrorBoundary
|
|
3817
3817
|
}
|
|
3818
3818
|
}, u);
|
|
3819
3819
|
}
|
|
3820
3820
|
}
|
|
3821
|
-
function
|
|
3821
|
+
function Qc() {
|
|
3822
3822
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|
|
3823
3823
|
return e.length !== t.length || e.some((r, n) => !Object.is(r, t[n]));
|
|
3824
3824
|
}
|
|
3825
|
-
let
|
|
3825
|
+
let Bc = () => ({
|
|
3826
3826
|
emit(e, ...t) {
|
|
3827
3827
|
for (let r = this.events[e] || [], n = 0, o = r.length; n < o; n++)
|
|
3828
3828
|
r[n](...t);
|
|
@@ -3834,8 +3834,8 @@ let Kc = () => ({
|
|
|
3834
3834
|
};
|
|
3835
3835
|
}
|
|
3836
3836
|
});
|
|
3837
|
-
const
|
|
3838
|
-
class
|
|
3837
|
+
const Kc = (e) => Object.entries(e);
|
|
3838
|
+
class Hc {
|
|
3839
3839
|
plugins;
|
|
3840
3840
|
navigation;
|
|
3841
3841
|
meta;
|
|
@@ -3844,31 +3844,31 @@ class Wc {
|
|
|
3844
3844
|
queryClient;
|
|
3845
3845
|
options;
|
|
3846
3846
|
navigationPlugins;
|
|
3847
|
-
emitter =
|
|
3847
|
+
emitter = Bc();
|
|
3848
3848
|
constructor(t, r) {
|
|
3849
3849
|
const n = (t.protectedRoutes ?? []).concat(
|
|
3850
3850
|
t.plugins?.flatMap(
|
|
3851
|
-
(o) =>
|
|
3851
|
+
(o) => st(o) ? o.getProtectedRoutes?.() ?? [] : []
|
|
3852
3852
|
) ?? []
|
|
3853
3853
|
);
|
|
3854
|
-
this.queryClient = r, this.options = { ...t, protectedRoutes: n }, this.plugins = t.plugins ?? [], this.navigation = t.navigation ?? [], this.navigationPlugins = this.plugins.filter(
|
|
3855
|
-
|
|
3856
|
-
this.emitter.on(
|
|
3854
|
+
this.queryClient = r, this.options = { ...t, protectedRoutes: n }, this.plugins = t.plugins ?? [], this.navigation = t.navigation ?? [], this.navigationPlugins = this.plugins.filter(st), this.authentication = this.plugins.find(Gn), this.meta = t.metadata, this.site = t.site, this.plugins.forEach((o) => {
|
|
3855
|
+
Jn(o) && Kc(o.events).forEach(([i, a]) => {
|
|
3856
|
+
this.emitter.on(i, a);
|
|
3857
3857
|
});
|
|
3858
|
-
}),
|
|
3858
|
+
}), gn.subscribe((o, i) => {
|
|
3859
3859
|
this.emitEvent("auth", {
|
|
3860
|
-
prev:
|
|
3860
|
+
prev: i,
|
|
3861
3861
|
next: o
|
|
3862
3862
|
});
|
|
3863
3863
|
});
|
|
3864
3864
|
}
|
|
3865
3865
|
initialize = async () => {
|
|
3866
3866
|
await Promise.all(
|
|
3867
|
-
this.plugins.filter(
|
|
3867
|
+
this.plugins.filter(Xn).map((t) => t.initialize?.(this))
|
|
3868
3868
|
);
|
|
3869
3869
|
};
|
|
3870
3870
|
getApiIdentities = async () => (await Promise.all(
|
|
3871
|
-
this.plugins.filter(
|
|
3871
|
+
this.plugins.filter(eo).map((r) => r.getIdentities(this))
|
|
3872
3872
|
)).flat();
|
|
3873
3873
|
addEventListener(t, r) {
|
|
3874
3874
|
return this.emitter.on(t, r);
|
|
@@ -3879,25 +3879,25 @@ class Wc {
|
|
|
3879
3879
|
(n) => n.getNavigation?.(ee(t), this)
|
|
3880
3880
|
)
|
|
3881
3881
|
)).flatMap((n) => n ?? []);
|
|
3882
|
-
getProfileMenuItems = () => this.plugins.filter((r) => Gt(r)).flatMap((r) => r.getProfileMenuItems(this)).sort(
|
|
3882
|
+
getProfileMenuItems = () => this.plugins.filter((r) => Gt(r)).flatMap((r) => r.getProfileMenuItems(this)).sort(Wc(["top", "middle", "bottom"])).sort((r) => r.weight ?? 0);
|
|
3883
3883
|
signRequest = async (t) => {
|
|
3884
3884
|
if (!this.authentication)
|
|
3885
3885
|
throw new Error("No authentication provider configured");
|
|
3886
3886
|
return await this.authentication.signRequest(t);
|
|
3887
3887
|
};
|
|
3888
3888
|
}
|
|
3889
|
-
const
|
|
3889
|
+
const Wc = (e) => (t, r) => {
|
|
3890
3890
|
const n = e.indexOf(t.category ?? "middle"), o = e.indexOf(r.category ?? "middle");
|
|
3891
3891
|
return n - o;
|
|
3892
3892
|
};
|
|
3893
|
-
function
|
|
3893
|
+
function Vc({ error: e, resetErrorBoundary: t }) {
|
|
3894
3894
|
return /* @__PURE__ */ s.jsx(Bt, { error: e });
|
|
3895
3895
|
}
|
|
3896
3896
|
const me = globalThis;
|
|
3897
3897
|
(!me.requestIdleCallback || !me.cancelIdleCallback) && (me.requestIdleCallback = (e) => setTimeout(e, 1), me.cancelIdleCallback = clearTimeout);
|
|
3898
|
-
const
|
|
3899
|
-
Header:
|
|
3900
|
-
},
|
|
3898
|
+
const Tr = {
|
|
3899
|
+
Header: Er
|
|
3900
|
+
}, Yc = Fe(Tr), Gc = Yc.Provider, Jc = () => {
|
|
3901
3901
|
const e = xe(), t = M(), r = H(void 0);
|
|
3902
3902
|
return F(() => {
|
|
3903
3903
|
t.emitEvent("location", {
|
|
@@ -3905,76 +3905,76 @@ const Nr = {
|
|
|
3905
3905
|
to: e
|
|
3906
3906
|
}), r.current = e;
|
|
3907
3907
|
}, [t, e]), null;
|
|
3908
|
-
},
|
|
3908
|
+
}, Xc = ({
|
|
3909
3909
|
children: e,
|
|
3910
3910
|
context: t
|
|
3911
|
-
}) => (
|
|
3911
|
+
}) => (vn({
|
|
3912
3912
|
queryFn: async () => (await t.initialize(), !0),
|
|
3913
|
-
queryKey: ["zudoku-initialize",
|
|
3914
|
-
}), /* @__PURE__ */ s.jsx(
|
|
3913
|
+
queryKey: ["zudoku-initialize", yn]
|
|
3914
|
+
}), /* @__PURE__ */ s.jsx(xn.Provider, { value: t, children: e }));
|
|
3915
3915
|
let Ot;
|
|
3916
|
-
const
|
|
3916
|
+
const Nr = Vt(
|
|
3917
3917
|
({ children: e, ...t }) => {
|
|
3918
3918
|
const r = $e(
|
|
3919
|
-
() => ({ ...
|
|
3919
|
+
() => ({ ...Tr, ...t.overrides }),
|
|
3920
3920
|
[t.overrides]
|
|
3921
3921
|
), n = xe(), o = $e(() => ({
|
|
3922
|
-
...(t.plugins ?? []).filter(
|
|
3922
|
+
...(t.plugins ?? []).filter(to).flatMap(
|
|
3923
3923
|
(l) => l.getMdxComponents ? [l.getMdxComponents()] : []
|
|
3924
3924
|
).reduce(
|
|
3925
3925
|
(l, g) => ({ ...l, ...g }),
|
|
3926
3926
|
{}
|
|
3927
3927
|
),
|
|
3928
|
-
...
|
|
3928
|
+
...Zn,
|
|
3929
3929
|
...t.mdx?.components
|
|
3930
|
-
}), [t.mdx?.components, t.plugins]), { stagger:
|
|
3931
|
-
() =>
|
|
3932
|
-
[
|
|
3933
|
-
), f =
|
|
3930
|
+
}), [t.mdx?.components, t.plugins]), { stagger: i } = Dn(Ze), [a, u] = G(!1), p = $e(
|
|
3931
|
+
() => a ? { stagger: !0 } : { stagger: i },
|
|
3932
|
+
[i, a]
|
|
3933
|
+
), f = De(), x = qt();
|
|
3934
3934
|
F(() => {
|
|
3935
|
-
|
|
3936
|
-
}, [
|
|
3935
|
+
a || u(!0);
|
|
3936
|
+
}, [a, f.location]), Ot ??= new Hc(t, x);
|
|
3937
3937
|
const h = t.plugins?.flatMap(
|
|
3938
|
-
(m) =>
|
|
3939
|
-
).map((m, l) => /* @__PURE__ */ s.jsx(
|
|
3938
|
+
(m) => ro(m) ? m.getHead?.({ location: n }) ?? [] : []
|
|
3939
|
+
).map((m, l) => /* @__PURE__ */ s.jsx(Re, { children: m }, l));
|
|
3940
3940
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3941
3941
|
h,
|
|
3942
|
-
/* @__PURE__ */ s.jsx(Ze.Provider, { value: p, children: /* @__PURE__ */ s.jsxs(
|
|
3943
|
-
/* @__PURE__ */ s.jsx(
|
|
3944
|
-
/* @__PURE__ */ s.jsx(
|
|
3942
|
+
/* @__PURE__ */ s.jsx(Ze.Provider, { value: p, children: /* @__PURE__ */ s.jsxs(Xc, { context: Ot, children: [
|
|
3943
|
+
/* @__PURE__ */ s.jsx(Jc, {}),
|
|
3944
|
+
/* @__PURE__ */ s.jsx(Cn, { slots: t.slots ?? t.UNSAFE_slotlets, children: /* @__PURE__ */ s.jsx(Xr, { components: o, children: /* @__PURE__ */ s.jsx(en, { attribute: "class", disableTransitionOnChange: !0, children: /* @__PURE__ */ s.jsx(Gc, { value: r, children: /* @__PURE__ */ s.jsx(Tn, { children: e ?? /* @__PURE__ */ s.jsx(Dt, {}) }) }) }) }) })
|
|
3945
3945
|
] }) })
|
|
3946
3946
|
] });
|
|
3947
3947
|
}
|
|
3948
3948
|
);
|
|
3949
|
-
|
|
3950
|
-
const
|
|
3951
|
-
|
|
3952
|
-
const bu =
|
|
3949
|
+
Nr.displayName = "ZudokoInner";
|
|
3950
|
+
const Or = (e) => /* @__PURE__ */ s.jsx(Lc, { FallbackComponent: Vc, children: /* @__PURE__ */ s.jsx(Nr, { ...e }) });
|
|
3951
|
+
Or.displayName = "Zudoku";
|
|
3952
|
+
const _u = Dc, bu = Nn, wu = wo, ju = $o, ku = zo, $u = Jr, zu = Re, Pu = qc, Eu = An, Su = On, Zu = Yt, Cu = te, Tu = Ht, Nu = Me, Ou = cc, Au = Or, Iu = Kt, Ru = tn, eu = M, Du = oe, Mu = _n, Fu = bn, qu = Rt;
|
|
3953
3953
|
export {
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3954
|
+
Tu as B,
|
|
3955
|
+
Eu as C,
|
|
3956
|
+
zu as H,
|
|
3957
|
+
Nu as L,
|
|
3958
|
+
Su as M,
|
|
3959
|
+
bu as R,
|
|
3960
|
+
Zu as S,
|
|
3961
|
+
Iu as T,
|
|
3962
|
+
Au as Z,
|
|
3963
|
+
$c as a,
|
|
3964
|
+
Du as b,
|
|
3965
|
+
_u as c,
|
|
3966
|
+
wu as d,
|
|
3967
|
+
ju as e,
|
|
3968
|
+
ku as f,
|
|
3969
|
+
$u as g,
|
|
3970
|
+
Pu as h,
|
|
3971
|
+
Cu as i,
|
|
3972
|
+
Ou as j,
|
|
3973
|
+
Ru as k,
|
|
3974
|
+
Mu as l,
|
|
3975
|
+
Fu as m,
|
|
3976
|
+
qu as n,
|
|
3977
|
+
Kc as o,
|
|
3978
|
+
eu as u
|
|
3979
3979
|
};
|
|
3980
|
-
//# sourceMappingURL=index-
|
|
3980
|
+
//# sourceMappingURL=index-D09PbNex.js.map
|