zudoku 0.63.1 → 0.64.1
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/client.d.ts +8 -0
- package/dist/config/config.d.ts +3 -1
- package/dist/config/validators/BuildSchema.d.ts +5 -4
- package/dist/config/validators/BuildSchema.js +5 -2
- package/dist/config/validators/BuildSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.d.ts +20 -20
- package/dist/config/validators/validate.d.ts +10 -12
- package/dist/config/validators/validate.js +8 -8
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/flat-config.d.ts +6 -1
- package/dist/lib/authentication/authentication.d.ts +14 -9
- package/dist/lib/authentication/components/OAuthErrorPage.js +1 -1
- package/dist/lib/authentication/components/OAuthErrorPage.js.map +1 -1
- package/dist/lib/authentication/components/SignIn.js +6 -5
- package/dist/lib/authentication/components/SignIn.js.map +1 -1
- package/dist/lib/authentication/components/SignOut.js +6 -6
- package/dist/lib/authentication/components/SignOut.js.map +1 -1
- package/dist/lib/authentication/components/SignUp.js +5 -5
- package/dist/lib/authentication/components/SignUp.js.map +1 -1
- package/dist/lib/authentication/hook.d.ts +3 -2
- package/dist/lib/authentication/hook.js +12 -8
- package/dist/lib/authentication/hook.js.map +1 -1
- package/dist/lib/authentication/providers/auth0.js +1 -1
- package/dist/lib/authentication/providers/auth0.js.map +1 -1
- package/dist/lib/authentication/providers/azureb2c.d.ts +4 -4
- package/dist/lib/authentication/providers/azureb2c.js +3 -3
- package/dist/lib/authentication/providers/azureb2c.js.map +1 -1
- package/dist/lib/authentication/providers/clerk.js +2 -2
- package/dist/lib/authentication/providers/clerk.js.map +1 -1
- package/dist/lib/authentication/providers/openid.d.ts +7 -7
- package/dist/lib/authentication/providers/openid.js +5 -3
- package/dist/lib/authentication/providers/openid.js.map +1 -1
- package/dist/lib/authentication/providers/supabase/SupabaseAuthUI.d.ts +8 -0
- package/dist/lib/authentication/providers/supabase/SupabaseAuthUI.js +39 -0
- package/dist/lib/authentication/providers/supabase/SupabaseAuthUI.js.map +1 -0
- package/dist/lib/authentication/providers/supabase.js +35 -31
- package/dist/lib/authentication/providers/supabase.js.map +1 -1
- package/dist/lib/authentication/state.d.ts +1 -5
- package/dist/lib/authentication/state.js +2 -14
- package/dist/lib/authentication/state.js.map +1 -1
- package/dist/lib/components/Zudoku.js +3 -3
- package/dist/lib/components/index.d.ts +2 -2
- package/dist/lib/components/navigation/Toc.js +1 -1
- package/dist/lib/components/navigation/Toc.js.map +1 -1
- package/dist/lib/core/RouteGuard.d.ts +1 -1
- package/dist/lib/core/RouteGuard.js +6 -14
- package/dist/lib/core/RouteGuard.js.map +1 -1
- package/dist/lib/core/__internal.d.ts +1 -1
- package/dist/lib/hooks/index.d.ts +2 -2
- package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js +1 -1
- package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js +12 -2
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/RequestLoginDialog.d.ts +2 -1
- package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js +10 -2
- package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/Highlight.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +23 -21
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.js +2 -0
- package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.js.map +1 -1
- package/dist/lib/plugins/openapi/util/generateSchemaExample.js +7 -0
- package/dist/lib/plugins/openapi/util/generateSchemaExample.js.map +1 -1
- package/dist/lib/shiki.d.ts +1 -1
- package/dist/lib/shiki.js +13 -2
- package/dist/lib/shiki.js.map +1 -1
- package/dist/lib/ui/Callout.d.ts +5 -5
- package/dist/lib/ui/Callout.js +5 -5
- package/dist/lib/ui/Callout.js.map +1 -1
- package/dist/lib/ui/EmbeddedCodeBlock.d.ts +3 -1
- package/dist/lib/ui/EmbeddedCodeBlock.js +2 -2
- package/dist/lib/ui/EmbeddedCodeBlock.js.map +1 -1
- package/dist/lib/ui/ReactComponentDoc.d.ts +1 -1
- package/dist/lib/ui/ReactComponentDoc.js +2 -2
- package/dist/lib/ui/ReactComponentDoc.js.map +1 -1
- package/dist/lib/ui/SyntaxHighlight.d.ts +1 -0
- package/dist/lib/ui/SyntaxHighlight.js.map +1 -1
- package/dist/lib/util/MdxComponents.d.ts +2 -1
- package/dist/lib/util/MdxComponents.js +3 -2
- package/dist/lib/util/MdxComponents.js.map +1 -1
- package/dist/lib/util/syncZustandState.d.ts +5 -0
- package/dist/lib/util/syncZustandState.js +14 -0
- package/dist/lib/util/syncZustandState.js.map +1 -0
- package/dist/vite/api/SchemaManager.d.ts +3 -1
- package/dist/vite/api/SchemaManager.js +22 -3
- package/dist/vite/api/SchemaManager.js.map +1 -1
- package/dist/vite/api/SchemaManager.test.js +2 -2
- package/dist/vite/api/SchemaManager.test.js.map +1 -1
- package/dist/vite/plugin-api.js +14 -5
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-mdx.js +36 -30
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/lib/{ErrorAlert-VBJ8aHH7.js → ErrorAlert-DE3Sf66a.js} +1711 -1772
- package/lib/ErrorAlert-DE3Sf66a.js.map +1 -0
- package/lib/{MdxPage-1xaNI6q_.js → MdxPage-DZfeC0QY.js} +8 -8
- package/lib/{MdxPage-1xaNI6q_.js.map → MdxPage-DZfeC0QY.js.map} +1 -1
- package/lib/{OAuthErrorPage-Du_4sFER.js → OAuthErrorPage-BycMozgn.js} +8 -8
- package/lib/{OAuthErrorPage-Du_4sFER.js.map → OAuthErrorPage-BycMozgn.js.map} +1 -1
- package/lib/{OasProvider-0xiB5cKH.js → OasProvider-1XEOsIiW.js} +3 -3
- package/lib/{OasProvider-0xiB5cKH.js.map → OasProvider-1XEOsIiW.js.map} +1 -1
- package/lib/{OperationList-BzWKTkNq.js → OperationList-DCJw6wXL.js} +113 -109
- package/lib/OperationList-DCJw6wXL.js.map +1 -0
- package/lib/{Pagination-DOcPyfy_.js → Pagination-CJszmeSA.js} +3 -3
- package/lib/{Pagination-DOcPyfy_.js.map → Pagination-CJszmeSA.js.map} +1 -1
- package/lib/RouteGuard-DhU3LRr1.js +81 -0
- package/lib/RouteGuard-DhU3LRr1.js.map +1 -0
- package/lib/{RouterError-fm21cqlj.js → RouterError-VDLnrFqF.js} +5 -5
- package/lib/{RouterError-fm21cqlj.js.map → RouterError-VDLnrFqF.js.map} +1 -1
- package/lib/{SchemaList-Dea2Skqv.js → SchemaList-qOHkDzSz.js} +7 -7
- package/lib/{SchemaList-Dea2Skqv.js.map → SchemaList-qOHkDzSz.js.map} +1 -1
- package/lib/{SchemaView-H9glU5P7.js → SchemaView-D3hm65cc.js} +3 -3
- package/lib/{SchemaView-H9glU5P7.js.map → SchemaView-D3hm65cc.js.map} +1 -1
- package/lib/{Select-CPoGZU_V.js → Select-C1DeCqKv.js} +3 -3
- package/lib/{Select-CPoGZU_V.js.map → Select-C1DeCqKv.js.map} +1 -1
- package/lib/SignUp-6SGx9Yyq.js +50 -0
- package/lib/SignUp-6SGx9Yyq.js.map +1 -0
- package/lib/{SyntaxHighlight-B0laqAqK.js → SyntaxHighlight-zvlnSnHB.js} +789 -778
- package/lib/{SyntaxHighlight-B0laqAqK.js.map → SyntaxHighlight-zvlnSnHB.js.map} +1 -1
- package/lib/{Toc-KzXCRqrX.js → Toc-Da9yp7lo.js} +5 -5
- package/lib/Toc-Da9yp7lo.js.map +1 -0
- package/lib/{ZudokuContext-BXTZApgy.js → ZudokuContext-BUZ5hkWB.js} +33 -31
- package/lib/ZudokuContext-BUZ5hkWB.js.map +1 -0
- package/lib/{chunk-PVWAREVJ-BO6B-RAk.js → chunk-PVWAREVJ-BMhpCH5D.js} +7 -7
- package/lib/{chunk-PVWAREVJ-BO6B-RAk.js.map → chunk-PVWAREVJ-BMhpCH5D.js.map} +1 -1
- package/lib/{circular-OGtD_zFg.js → circular-CSSuz-LS.js} +2 -2
- package/lib/{circular-OGtD_zFg.js.map → circular-CSSuz-LS.js.map} +1 -1
- package/lib/{createServer-DyUc5BPr.js → createServer-CLbcVLbK.js} +4 -4
- package/lib/{createServer-DyUc5BPr.js.map → createServer-CLbcVLbK.js.map} +1 -1
- package/lib/{errors-7_i0Oyw4.js → errors-CuGgh3hf.js} +2 -2
- package/lib/{errors-7_i0Oyw4.js.map → errors-CuGgh3hf.js.map} +1 -1
- package/lib/hook-CMeoxziF.js +40 -0
- package/lib/hook-CMeoxziF.js.map +1 -0
- package/lib/{index-CLJGtw_S.js → index-B1rmok4X.js} +7 -7
- package/lib/{index-CLJGtw_S.js.map → index-B1rmok4X.js.map} +1 -1
- package/lib/{index-PdgTSEkk.js → index-RNAxx6IF.js} +853 -793
- package/lib/index-RNAxx6IF.js.map +1 -0
- package/lib/{index-C5L4favO.js → index-rYHsvtTo.js} +2 -2
- package/lib/{index-C5L4favO.js.map → index-rYHsvtTo.js.map} +1 -1
- package/lib/{mutation-CdGPxHNX.js → mutation-BSU0xu4m.js} +2 -2
- package/lib/{mutation-CdGPxHNX.js.map → mutation-BSU0xu4m.js.map} +1 -1
- package/lib/ui/Callout.js +18 -18
- package/lib/ui/Callout.js.map +1 -1
- package/lib/ui/CodeBlock.js +217 -7
- package/lib/ui/CodeBlock.js.map +1 -1
- package/lib/ui/EmbeddedCodeBlock.js +22 -19
- package/lib/ui/EmbeddedCodeBlock.js.map +1 -1
- package/lib/ui/ReactComponentDoc.js +13 -13
- package/lib/ui/ReactComponentDoc.js.map +1 -1
- package/lib/ui/SyntaxHighlight.js +3 -3
- package/lib/{useExposedProps-Cd7Yg_uG.js → useExposedProps-U3pmsHaG.js} +2 -2
- package/lib/{useExposedProps-Cd7Yg_uG.js.map → useExposedProps-U3pmsHaG.js.map} +1 -1
- package/lib/zudoku.__internal.js +7 -7
- package/lib/zudoku.auth-auth0.js +13 -13
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-azureb2c.js +28 -28
- package/lib/zudoku.auth-azureb2c.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +40 -40
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +53 -56
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.auth-supabase.js +111 -52
- package/lib/zudoku.auth-supabase.js.map +1 -1
- package/lib/zudoku.components.js +6 -6
- package/lib/zudoku.hooks.js +4 -4
- package/lib/zudoku.plugin-api-catalog.js +5 -5
- package/lib/zudoku.plugin-api-keys.js +99 -99
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +3 -3
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +38 -38
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/lib/zudoku.router.js +2 -2
- package/package.json +16 -8
- package/src/app/main.css +19 -9
- package/src/lib/authentication/authentication.ts +19 -3
- package/src/lib/authentication/components/OAuthErrorPage.tsx +1 -1
- package/src/lib/authentication/components/SignIn.tsx +7 -5
- package/src/lib/authentication/components/SignOut.tsx +7 -6
- package/src/lib/authentication/components/SignUp.tsx +5 -8
- package/src/lib/authentication/hook.ts +21 -10
- package/src/lib/authentication/providers/auth0.tsx +2 -1
- package/src/lib/authentication/providers/azureb2c.tsx +10 -3
- package/src/lib/authentication/providers/clerk.tsx +9 -2
- package/src/lib/authentication/providers/openid.tsx +20 -15
- package/src/lib/authentication/providers/supabase/SupabaseAuthUI.tsx +75 -0
- package/src/lib/authentication/providers/supabase.tsx +59 -43
- package/src/lib/authentication/state.ts +3 -23
- package/src/lib/components/Zudoku.tsx +3 -3
- package/src/lib/components/navigation/Toc.tsx +3 -3
- package/src/lib/core/RouteGuard.tsx +33 -13
- package/src/lib/plugins/openapi/playground/CollapsibleHeader.tsx +2 -2
- package/src/lib/plugins/openapi/playground/Playground.tsx +13 -2
- package/src/lib/plugins/openapi/playground/RequestLoginDialog.tsx +20 -1
- package/src/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.tsx +2 -2
- package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +102 -58
- package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +1 -1
- package/src/lib/plugins/openapi/playground/useRememberSkipLoginDialog.tsx +3 -0
- package/src/lib/plugins/openapi/util/generateSchemaExample.ts +10 -0
- package/src/lib/shiki.ts +16 -2
- package/src/lib/ui/Callout.tsx +10 -5
- package/src/lib/ui/EmbeddedCodeBlock.tsx +6 -3
- package/src/lib/ui/ReactComponentDoc.tsx +17 -17
- package/src/lib/ui/SyntaxHighlight.tsx +6 -1
- package/src/lib/util/MdxComponents.tsx +3 -5
- package/src/lib/util/syncZustandState.ts +22 -0
- package/lib/CodeBlock-CanTUJLl.js +0 -221
- package/lib/CodeBlock-CanTUJLl.js.map +0 -1
- package/lib/ErrorAlert-VBJ8aHH7.js.map +0 -1
- package/lib/OperationList-BzWKTkNq.js.map +0 -1
- package/lib/RouteGuard-Bg0Lu0OU.js +0 -56
- package/lib/RouteGuard-Bg0Lu0OU.js.map +0 -1
- package/lib/SignUp-DUZ4yUmQ.js +0 -56
- package/lib/SignUp-DUZ4yUmQ.js.map +0 -1
- package/lib/Toc-KzXCRqrX.js.map +0 -1
- package/lib/ZudokuContext-BXTZApgy.js.map +0 -1
- package/lib/hook-CAebs2rv.js +0 -31
- package/lib/hook-CAebs2rv.js.map +0 -1
- package/lib/index-PdgTSEkk.js.map +0 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { j as e } from "./jsx-runtime-BzflLqGi.js";
|
|
2
2
|
import { CircleSlashIcon as z, CheckIcon as ue, XIcon as he, PencilLineIcon as fe, RefreshCwIcon as pe, TrashIcon as me, KeyRoundIcon as xe } from "lucide-react";
|
|
3
|
-
import { R as ye } from "./RouterError-
|
|
3
|
+
import { R as ye } from "./RouterError-VDLnrFqF.js";
|
|
4
4
|
import { i as I } from "./invariant-Bm-FVUQE.js";
|
|
5
|
-
import { O as ge,
|
|
6
|
-
import { u as Ce } from "./hook-
|
|
7
|
-
import { D as ve, a as Y } from "./ErrorAlert-
|
|
5
|
+
import { O as ge, u as je } from "./chunk-PVWAREVJ-BMhpCH5D.js";
|
|
6
|
+
import { u as Ce } from "./hook-CMeoxziF.js";
|
|
7
|
+
import { D as ve, a as Y } from "./ErrorAlert-DE3Sf66a.js";
|
|
8
8
|
import { Button as w } from "./ui/Button.js";
|
|
9
|
-
import { a as se,
|
|
10
|
-
import { u as O, A as M, a as q, b as
|
|
9
|
+
import { a as se, g as ne, b as we } from "./ZudokuContext-BUZ5hkWB.js";
|
|
10
|
+
import { u as O, A as M, a as q, b as ke, S as be, c as Ne, d as Ke, e as Ee, f as De, g as Z, h as Ae } from "./Select-C1DeCqKv.js";
|
|
11
11
|
import * as L from "react";
|
|
12
|
-
import Pe, { createContext as Q, useRef as E, useLayoutEffect as Ie, useEffect as
|
|
12
|
+
import Pe, { createContext as Q, useRef as E, useLayoutEffect as Ie, useEffect as re, useId as _, useContext as B, useInsertionEffect as Re, useMemo as F, useCallback as Se, Children as Te, isValidElement as Oe, useState as K, forwardRef as Me } from "react";
|
|
13
13
|
import { C as qe, a as $e } from "./Card-KFniaZn5.js";
|
|
14
|
-
import { e as H, f as D, D as V, g as G, a as J, b as U, c as W, d as
|
|
14
|
+
import { e as H, f as D, D as V, g as G, a as J, b as U, c as W, d as ie } from "./Dialog-BQciPiHN.js";
|
|
15
15
|
import { Input as ae } from "./ui/Input.js";
|
|
16
16
|
import { c as A } from "./cn-dYga0KKN.js";
|
|
17
17
|
import { a as ze } from "./index.esm-BYObtETB.js";
|
|
@@ -30,10 +30,10 @@ const _e = () => {
|
|
|
30
30
|
] }) });
|
|
31
31
|
}, Be = Q({});
|
|
32
32
|
function oe(t) {
|
|
33
|
-
const
|
|
34
|
-
return
|
|
33
|
+
const r = E(null);
|
|
34
|
+
return r.current === null && (r.current = t()), r.current;
|
|
35
35
|
}
|
|
36
|
-
const He = typeof window < "u", Ve = He ? Ie :
|
|
36
|
+
const He = typeof window < "u", Ve = He ? Ie : re, le = /* @__PURE__ */ Q(null);
|
|
37
37
|
function Ge(t) {
|
|
38
38
|
return typeof t == "object" && t !== null;
|
|
39
39
|
}
|
|
@@ -46,11 +46,11 @@ const Ue = Q({
|
|
|
46
46
|
reducedMotion: "never"
|
|
47
47
|
});
|
|
48
48
|
class We extends L.Component {
|
|
49
|
-
getSnapshotBeforeUpdate(
|
|
49
|
+
getSnapshotBeforeUpdate(r) {
|
|
50
50
|
const s = this.props.childRef.current;
|
|
51
|
-
if (s &&
|
|
52
|
-
const n = s.offsetParent,
|
|
53
|
-
a.height = s.offsetHeight || 0, a.width = s.offsetWidth || 0, a.top = s.offsetTop, a.left = s.offsetLeft, a.right =
|
|
51
|
+
if (s && r.isPresent && !this.props.isPresent) {
|
|
52
|
+
const n = s.offsetParent, i = Je(n) && n.offsetWidth || 0, a = this.props.sizeRef.current;
|
|
53
|
+
a.height = s.offsetHeight || 0, a.width = s.offsetWidth || 0, a.top = s.offsetTop, a.left = s.offsetLeft, a.right = i - a.width - a.left;
|
|
54
54
|
}
|
|
55
55
|
return null;
|
|
56
56
|
}
|
|
@@ -63,8 +63,8 @@ class We extends L.Component {
|
|
|
63
63
|
return this.props.children;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
-
function Xe({ children: t, isPresent:
|
|
67
|
-
const
|
|
66
|
+
function Xe({ children: t, isPresent: r, anchorX: s, root: n }) {
|
|
67
|
+
const i = _(), a = E(null), l = E({
|
|
68
68
|
width: 0,
|
|
69
69
|
height: 0,
|
|
70
70
|
top: 0,
|
|
@@ -73,15 +73,15 @@ function Xe({ children: t, isPresent: i, anchorX: s, root: n }) {
|
|
|
73
73
|
}), { nonce: u } = B(Ue);
|
|
74
74
|
return Re(() => {
|
|
75
75
|
const { width: h, height: d, top: g, left: f, right: m } = l.current;
|
|
76
|
-
if (
|
|
76
|
+
if (r || !a.current || !h || !d)
|
|
77
77
|
return;
|
|
78
78
|
const p = s === "left" ? `left: ${f}` : `right: ${m}`;
|
|
79
|
-
a.current.dataset.motionPopId =
|
|
79
|
+
a.current.dataset.motionPopId = i;
|
|
80
80
|
const x = document.createElement("style");
|
|
81
81
|
u && (x.nonce = u);
|
|
82
82
|
const j = n ?? document.head;
|
|
83
83
|
return j.appendChild(x), x.sheet && x.sheet.insertRule(`
|
|
84
|
-
[data-motion-pop-id="${
|
|
84
|
+
[data-motion-pop-id="${i}"] {
|
|
85
85
|
position: absolute !important;
|
|
86
86
|
width: ${h}px !important;
|
|
87
87
|
height: ${d}px !important;
|
|
@@ -91,15 +91,15 @@ function Xe({ children: t, isPresent: i, anchorX: s, root: n }) {
|
|
|
91
91
|
`), () => {
|
|
92
92
|
j.contains(x) && j.removeChild(x);
|
|
93
93
|
};
|
|
94
|
-
}, [
|
|
94
|
+
}, [r]), e.jsx(We, { isPresent: r, childRef: a, sizeRef: l, children: L.cloneElement(t, { ref: a }) });
|
|
95
95
|
}
|
|
96
|
-
const Ye = ({ children: t, initial:
|
|
96
|
+
const Ye = ({ children: t, initial: r, isPresent: s, onExitComplete: n, custom: i, presenceAffectsLayout: a, mode: l, anchorX: u, root: h }) => {
|
|
97
97
|
const d = oe(Ze), g = _();
|
|
98
98
|
let f = !0, m = F(() => (f = !1, {
|
|
99
99
|
id: g,
|
|
100
|
-
initial:
|
|
100
|
+
initial: r,
|
|
101
101
|
isPresent: s,
|
|
102
|
-
custom:
|
|
102
|
+
custom: i,
|
|
103
103
|
onExitComplete: (p) => {
|
|
104
104
|
d.set(p, !0);
|
|
105
105
|
for (const x of d.values())
|
|
@@ -119,25 +119,25 @@ function Ze() {
|
|
|
119
119
|
return /* @__PURE__ */ new Map();
|
|
120
120
|
}
|
|
121
121
|
function et(t = !0) {
|
|
122
|
-
const
|
|
123
|
-
if (
|
|
122
|
+
const r = B(le);
|
|
123
|
+
if (r === null)
|
|
124
124
|
return [!0, null];
|
|
125
|
-
const { isPresent: s, onExitComplete: n, register:
|
|
126
|
-
|
|
125
|
+
const { isPresent: s, onExitComplete: n, register: i } = r, a = _();
|
|
126
|
+
re(() => {
|
|
127
127
|
if (t)
|
|
128
|
-
return
|
|
128
|
+
return i(a);
|
|
129
129
|
}, [t]);
|
|
130
130
|
const l = Se(() => t && n && n(a), [a, n, t]);
|
|
131
131
|
return !s && n ? [!1, l] : [!0];
|
|
132
132
|
}
|
|
133
133
|
const R = (t) => t.key || "";
|
|
134
134
|
function ee(t) {
|
|
135
|
-
const
|
|
135
|
+
const r = [];
|
|
136
136
|
return Te.forEach(t, (s) => {
|
|
137
|
-
Oe(s) &&
|
|
138
|
-
}),
|
|
137
|
+
Oe(s) && r.push(s);
|
|
138
|
+
}), r;
|
|
139
139
|
}
|
|
140
|
-
const tt = ({ children: t, custom:
|
|
140
|
+
const tt = ({ children: t, custom: r, initial: s = !0, onExitComplete: n, presenceAffectsLayout: i = !0, mode: a = "sync", propagate: l = !1, anchorX: u = "left", root: h }) => {
|
|
141
141
|
const [d, g] = et(l), f = F(() => ee(t), [t]), m = l && !d ? [] : f.map(R), p = E(!0), x = E(f), j = oe(() => /* @__PURE__ */ new Map()), [P, o] = K(f), [c, C] = K(f);
|
|
142
142
|
Ve(() => {
|
|
143
143
|
p.current = !1, x.current = f;
|
|
@@ -146,17 +146,17 @@ const tt = ({ children: t, custom: i, initial: s = !0, onExitComplete: n, presen
|
|
|
146
146
|
m.includes(y) ? j.delete(y) : j.get(y) !== !0 && j.set(y, !1);
|
|
147
147
|
}
|
|
148
148
|
}, [c, m.length, m.join("-")]);
|
|
149
|
-
const
|
|
149
|
+
const k = [];
|
|
150
150
|
if (f !== P) {
|
|
151
151
|
let v = [...f];
|
|
152
152
|
for (let y = 0; y < c.length; y++) {
|
|
153
153
|
const N = c[y], $ = R(N);
|
|
154
|
-
m.includes($) || (v.splice(y, 0, N),
|
|
154
|
+
m.includes($) || (v.splice(y, 0, N), k.push(N));
|
|
155
155
|
}
|
|
156
|
-
return a === "wait" &&
|
|
156
|
+
return a === "wait" && k.length && (v = k), C(ee(v)), o(f), null;
|
|
157
157
|
}
|
|
158
158
|
process.env.NODE_ENV !== "production" && a === "wait" && c.length > 1 && console.warn(`You're attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.`);
|
|
159
|
-
const { forceRender:
|
|
159
|
+
const { forceRender: b } = B(Be);
|
|
160
160
|
return e.jsx(e.Fragment, { children: c.map((v) => {
|
|
161
161
|
const y = R(v), N = l && !d ? !1 : f === c || m.includes(y), $ = () => {
|
|
162
162
|
if (j.has(y))
|
|
@@ -166,21 +166,21 @@ const tt = ({ children: t, custom: i, initial: s = !0, onExitComplete: n, presen
|
|
|
166
166
|
let X = !0;
|
|
167
167
|
j.forEach((de) => {
|
|
168
168
|
de || (X = !1);
|
|
169
|
-
}), X && (
|
|
169
|
+
}), X && (b?.(), C(x.current), l && g?.(), n && n());
|
|
170
170
|
};
|
|
171
|
-
return e.jsx(Ye, { isPresent: N, initial: !p.current || s ? void 0 : !1, custom:
|
|
171
|
+
return e.jsx(Ye, { isPresent: N, initial: !p.current || s ? void 0 : !1, custom: r, presenceAffectsLayout: i, mode: a, root: h, onExitComplete: N ? void 0 : $, anchorX: u, children: v }, y);
|
|
172
172
|
}) });
|
|
173
173
|
}, ce = Me(
|
|
174
|
-
({ isPending: t, children:
|
|
174
|
+
({ isPending: t, children: r, className: s, ...n }, i) => /* @__PURE__ */ e.jsxs(
|
|
175
175
|
Fe,
|
|
176
176
|
{
|
|
177
|
-
ref:
|
|
177
|
+
ref: i,
|
|
178
178
|
disabled: t,
|
|
179
179
|
...n,
|
|
180
180
|
className: A("relative", s),
|
|
181
181
|
children: [
|
|
182
182
|
t && /* @__PURE__ */ e.jsx("div", { className: "absolute inset-0 grid place-items-center", children: /* @__PURE__ */ e.jsx(Le, {}) }),
|
|
183
|
-
/* @__PURE__ */ e.jsx("span", { className: A("block", t && "invisible"), children:
|
|
183
|
+
/* @__PURE__ */ e.jsx("span", { className: A("block", t && "invisible"), children: r })
|
|
184
184
|
]
|
|
185
185
|
}
|
|
186
186
|
)
|
|
@@ -188,9 +188,9 @@ const tt = ({ children: t, custom: i, initial: s = !0, onExitComplete: n, presen
|
|
|
188
188
|
ce.displayName = "ActionButton";
|
|
189
189
|
const st = ({
|
|
190
190
|
service: t,
|
|
191
|
-
onOpenChange:
|
|
191
|
+
onOpenChange: r
|
|
192
192
|
}) => {
|
|
193
|
-
const s = se(), n = ne(),
|
|
193
|
+
const s = se(), n = ne(), i = je(), a = ze({
|
|
194
194
|
defaultValues: {
|
|
195
195
|
expiresOn: "30"
|
|
196
196
|
}
|
|
@@ -209,7 +209,7 @@ const st = ({
|
|
|
209
209
|
});
|
|
210
210
|
},
|
|
211
211
|
onSuccess: async () => {
|
|
212
|
-
await n.invalidateQueries({ queryKey: ["api-keys"] }), await
|
|
212
|
+
await n.invalidateQueries({ queryKey: ["api-keys"] }), await i("/settings/api-keys/");
|
|
213
213
|
}
|
|
214
214
|
});
|
|
215
215
|
return t.createKey ? /* @__PURE__ */ e.jsxs(
|
|
@@ -219,21 +219,21 @@ const st = ({
|
|
|
219
219
|
(h) => u.mutate(
|
|
220
220
|
{ ...h },
|
|
221
221
|
{
|
|
222
|
-
onSuccess: () =>
|
|
222
|
+
onSuccess: () => r(!1)
|
|
223
223
|
}
|
|
224
224
|
)
|
|
225
225
|
),
|
|
226
226
|
children: [
|
|
227
227
|
u.error && /* @__PURE__ */ e.jsxs(M, { variant: "destructive", className: "mb-4", children: [
|
|
228
228
|
/* @__PURE__ */ e.jsx(q, { children: "Error" }),
|
|
229
|
-
/* @__PURE__ */ e.jsx(
|
|
229
|
+
/* @__PURE__ */ e.jsx(ke, { children: u.error.message })
|
|
230
230
|
] }),
|
|
231
231
|
/* @__PURE__ */ e.jsxs("div", { className: "flex gap-2 flex-col text-sm font-medium", children: [
|
|
232
232
|
"Name",
|
|
233
233
|
/* @__PURE__ */ e.jsx(ae, { ...a.register("description") }),
|
|
234
234
|
"Expiration",
|
|
235
235
|
/* @__PURE__ */ e.jsxs(
|
|
236
|
-
|
|
236
|
+
be,
|
|
237
237
|
{
|
|
238
238
|
onValueChange: (h) => a.setValue("expiresOn", h),
|
|
239
239
|
defaultValue: a.getValues("expiresOn"),
|
|
@@ -258,28 +258,28 @@ const st = ({
|
|
|
258
258
|
}
|
|
259
259
|
) : null;
|
|
260
260
|
}, nt = (t) => {
|
|
261
|
-
const
|
|
262
|
-
return
|
|
261
|
+
const r = /* @__PURE__ */ new Date();
|
|
262
|
+
return r.setDate(r.getDate() + t), r.toISOString();
|
|
263
263
|
}, te = ({
|
|
264
264
|
service: t,
|
|
265
|
-
isOpen:
|
|
265
|
+
isOpen: r,
|
|
266
266
|
onOpenChange: s,
|
|
267
267
|
trigger: n,
|
|
268
|
-
buttonVariant:
|
|
268
|
+
buttonVariant: i = "outline"
|
|
269
269
|
}) => {
|
|
270
|
-
const a = /* @__PURE__ */ e.jsx(w, { variant:
|
|
271
|
-
return /* @__PURE__ */ e.jsxs(V, { open:
|
|
270
|
+
const a = /* @__PURE__ */ e.jsx(w, { variant: i, children: "Create API Key" });
|
|
271
|
+
return /* @__PURE__ */ e.jsxs(V, { open: r, onOpenChange: s, children: [
|
|
272
272
|
/* @__PURE__ */ e.jsx(G, { asChild: !0, children: n ?? a }),
|
|
273
273
|
/* @__PURE__ */ e.jsxs(J, { children: [
|
|
274
274
|
/* @__PURE__ */ e.jsx(U, { children: /* @__PURE__ */ e.jsx(W, { children: "Create API Key" }) }),
|
|
275
275
|
/* @__PURE__ */ e.jsx(st, { service: t, onOpenChange: s })
|
|
276
276
|
] })
|
|
277
277
|
] });
|
|
278
|
-
},
|
|
279
|
-
const
|
|
278
|
+
}, rt = ({ service: t }) => {
|
|
279
|
+
const r = se(), s = ne(), [n, i] = K(
|
|
280
280
|
null
|
|
281
281
|
), [a, l] = K(""), { data: u, isFetching: h } = we({
|
|
282
|
-
queryFn: () => t.getConsumers(
|
|
282
|
+
queryFn: () => t.getConsumers(r),
|
|
283
283
|
queryKey: ["api-keys"],
|
|
284
284
|
retry: !1
|
|
285
285
|
}), [d, g] = K(!1), f = O({
|
|
@@ -289,17 +289,17 @@ const st = ({
|
|
|
289
289
|
}) => {
|
|
290
290
|
if (!t.deleteKey)
|
|
291
291
|
throw new Error("deleteKey not implemented");
|
|
292
|
-
return t.deleteKey(o, c,
|
|
292
|
+
return t.deleteKey(o, c, r);
|
|
293
293
|
},
|
|
294
294
|
onMutate: async ({ consumerId: o, keyId: c }) => {
|
|
295
295
|
await s.cancelQueries({ queryKey: ["api-keys"] });
|
|
296
296
|
const C = s.getQueryData([
|
|
297
297
|
"api-keys"
|
|
298
298
|
]);
|
|
299
|
-
return s.setQueryData(["api-keys"], (
|
|
300
|
-
...
|
|
301
|
-
apiKeys:
|
|
302
|
-
} :
|
|
299
|
+
return s.setQueryData(["api-keys"], (k) => k && k.map((b) => b.id === o ? {
|
|
300
|
+
...b,
|
|
301
|
+
apiKeys: b.apiKeys.filter((v) => v.id !== c)
|
|
302
|
+
} : b)), { previousData: C };
|
|
303
303
|
},
|
|
304
304
|
onError: (o, c, C) => {
|
|
305
305
|
C?.previousData && s.setQueryData(["api-keys"], C.previousData);
|
|
@@ -314,15 +314,15 @@ const st = ({
|
|
|
314
314
|
}) => {
|
|
315
315
|
if (!t.updateConsumer)
|
|
316
316
|
throw new Error("updateConsumer not implemented");
|
|
317
|
-
return t.updateConsumer({ id: o, label: c },
|
|
317
|
+
return t.updateConsumer({ id: o, label: c }, r);
|
|
318
318
|
},
|
|
319
319
|
onMutate: async ({ consumerId: o, label: c }) => {
|
|
320
320
|
await s.cancelQueries({ queryKey: ["api-keys"] });
|
|
321
321
|
const C = s.getQueryData(["api-keys"]);
|
|
322
|
-
return s.setQueryData(["api-keys"], (
|
|
323
|
-
...
|
|
322
|
+
return s.setQueryData(["api-keys"], (k) => k && k.map((b) => b.id === o ? {
|
|
323
|
+
...b,
|
|
324
324
|
label: c
|
|
325
|
-
} :
|
|
325
|
+
} : b)), { previousData: C };
|
|
326
326
|
},
|
|
327
327
|
onError: (o, c, C) => {
|
|
328
328
|
C?.previousData && s.setQueryData(["api-keys"], C.previousData);
|
|
@@ -334,18 +334,18 @@ const st = ({
|
|
|
334
334
|
mutationFn: (o) => {
|
|
335
335
|
if (!t.rollKey)
|
|
336
336
|
throw new Error("rollKey not implemented");
|
|
337
|
-
return t.rollKey(o,
|
|
337
|
+
return t.rollKey(o, r);
|
|
338
338
|
},
|
|
339
339
|
onSuccess: () => s.invalidateQueries({ queryKey: ["api-keys"] })
|
|
340
340
|
}), x = (o, c) => {
|
|
341
|
-
|
|
341
|
+
i(o), l(c);
|
|
342
342
|
}, j = (o) => {
|
|
343
343
|
a.trim() && m.mutate({
|
|
344
344
|
consumerId: o,
|
|
345
345
|
label: a.trim()
|
|
346
|
-
}),
|
|
346
|
+
}), i(null), l("");
|
|
347
347
|
}, P = () => {
|
|
348
|
-
|
|
348
|
+
i(null), l("");
|
|
349
349
|
};
|
|
350
350
|
return /* @__PURE__ */ e.jsxs("div", { className: "max-w-screen-md h-full pt-(--padding-content-top) pb-(--padding-content-bottom)", children: [
|
|
351
351
|
/* @__PURE__ */ e.jsx(Y.Target, { name: "api-keys-list-page" }),
|
|
@@ -494,7 +494,7 @@ const st = ({
|
|
|
494
494
|
/* @__PURE__ */ e.jsxs(J, { children: [
|
|
495
495
|
/* @__PURE__ */ e.jsxs(U, { children: [
|
|
496
496
|
/* @__PURE__ */ e.jsx(W, { children: "Roll API Key" }),
|
|
497
|
-
/* @__PURE__ */ e.jsx(
|
|
497
|
+
/* @__PURE__ */ e.jsx(ie, { children: "Are you sure you want to roll this API key?" })
|
|
498
498
|
] }),
|
|
499
499
|
/* @__PURE__ */ e.jsxs(H, { children: [
|
|
500
500
|
/* @__PURE__ */ e.jsx(D, { asChild: !0, children: /* @__PURE__ */ e.jsx(w, { variant: "outline", children: "Cancel" }) }),
|
|
@@ -535,15 +535,15 @@ const st = ({
|
|
|
535
535
|
}
|
|
536
536
|
) })
|
|
537
537
|
] });
|
|
538
|
-
},
|
|
539
|
-
const
|
|
540
|
-
return n < 60 ?
|
|
538
|
+
}, it = (t) => {
|
|
539
|
+
const r = /* @__PURE__ */ new Date(), s = new Date(t), n = Math.floor((r.getTime() - s.getTime()) / 1e3), i = new Intl.RelativeTimeFormat("en", { numeric: "auto" });
|
|
540
|
+
return n < 60 ? i.format(-n, "second") : n < 3600 ? i.format(-Math.floor(n / 60), "minute") : n < 86400 ? i.format(-Math.floor(n / 3600), "hour") : n < 2592e3 ? i.format(-Math.floor(n / 86400), "day") : n < 31536e3 ? i.format(-Math.floor(n / 2592e3), "month") : i.format(-Math.floor(n / 31536e3), "year");
|
|
541
541
|
}, at = ({
|
|
542
542
|
apiKey: t,
|
|
543
|
-
onDeleteKey:
|
|
543
|
+
onDeleteKey: r,
|
|
544
544
|
className: s
|
|
545
545
|
}) => {
|
|
546
|
-
const [n,
|
|
546
|
+
const [n, i] = K(!1), { key: a, createdOn: l, expiresOn: u } = t, h = u && new Date(u) < /* @__PURE__ */ new Date(), d = u ? Math.ceil(
|
|
547
547
|
(new Date(u).getTime() - Date.now()) / (1e3 * 60 * 60 * 24)
|
|
548
548
|
) : 1 / 0, g = d <= 7 && !h;
|
|
549
549
|
return /* @__PURE__ */ e.jsxs("div", { className: A("grid col-span-full grid-cols-subgrid p-6", s), children: [
|
|
@@ -555,13 +555,13 @@ const st = ({
|
|
|
555
555
|
secret: a,
|
|
556
556
|
status: h ? "expired" : g ? "expiring" : "active",
|
|
557
557
|
revealed: n,
|
|
558
|
-
onReveal:
|
|
558
|
+
onReveal: i
|
|
559
559
|
}
|
|
560
560
|
),
|
|
561
561
|
/* @__PURE__ */ e.jsxs("div", { className: "flex gap-1 mt-0.5 text-nowrap", children: [
|
|
562
562
|
l && /* @__PURE__ */ e.jsxs("span", { className: "text-xs text-muted-foreground", children: [
|
|
563
563
|
"Created ",
|
|
564
|
-
|
|
564
|
+
it(l),
|
|
565
565
|
"."
|
|
566
566
|
] }),
|
|
567
567
|
" ",
|
|
@@ -579,12 +579,12 @@ const st = ({
|
|
|
579
579
|
] })
|
|
580
580
|
] })
|
|
581
581
|
] }),
|
|
582
|
-
/* @__PURE__ */ e.jsx("div", { className: "flex justify-end", children: u &&
|
|
582
|
+
/* @__PURE__ */ e.jsx("div", { className: "flex justify-end", children: u && r && /* @__PURE__ */ e.jsxs(V, { children: [
|
|
583
583
|
/* @__PURE__ */ e.jsx(G, { asChild: !0, children: /* @__PURE__ */ e.jsx(w, { variant: "ghost", size: "icon", children: /* @__PURE__ */ e.jsx(me, { size: 16 }) }) }),
|
|
584
584
|
/* @__PURE__ */ e.jsxs(J, { children: [
|
|
585
585
|
/* @__PURE__ */ e.jsxs(U, { children: [
|
|
586
586
|
/* @__PURE__ */ e.jsx(W, { children: "Delete API Key" }),
|
|
587
|
-
/* @__PURE__ */ e.jsx(
|
|
587
|
+
/* @__PURE__ */ e.jsx(ie, { children: "Are you sure you want to delete this API key?" })
|
|
588
588
|
] }),
|
|
589
589
|
/* @__PURE__ */ e.jsxs(H, { children: [
|
|
590
590
|
/* @__PURE__ */ e.jsx(D, { asChild: !0, children: /* @__PURE__ */ e.jsx(w, { variant: "outline", children: "Cancel" }) }),
|
|
@@ -592,7 +592,7 @@ const st = ({
|
|
|
592
592
|
w,
|
|
593
593
|
{
|
|
594
594
|
onClick: () => {
|
|
595
|
-
|
|
595
|
+
r();
|
|
596
596
|
},
|
|
597
597
|
children: "Delete"
|
|
598
598
|
}
|
|
@@ -608,26 +608,26 @@ const st = ({
|
|
|
608
608
|
return;
|
|
609
609
|
}
|
|
610
610
|
}, T = async (t) => {
|
|
611
|
-
const
|
|
612
|
-
if (!t.ok &&
|
|
611
|
+
const r = t.headers.get("content-type");
|
|
612
|
+
if (!t.ok && r?.includes("application/problem+json")) {
|
|
613
613
|
const s = await ot(t);
|
|
614
614
|
if (s.type && s.title)
|
|
615
615
|
throw new Error(s.detail ?? s.title);
|
|
616
616
|
}
|
|
617
|
-
}, lt = (t,
|
|
618
|
-
deleteKey: async (s, n,
|
|
617
|
+
}, lt = (t, r) => ({
|
|
618
|
+
deleteKey: async (s, n, i) => {
|
|
619
619
|
const a = new Request(
|
|
620
620
|
S + `/${t}/consumers/${s}/keys/${n}`,
|
|
621
621
|
{
|
|
622
622
|
method: "DELETE"
|
|
623
623
|
}
|
|
624
624
|
);
|
|
625
|
-
await
|
|
625
|
+
await i.signRequest(a);
|
|
626
626
|
const l = await fetch(a);
|
|
627
627
|
await T(l), I(l.ok, "Failed to delete API key");
|
|
628
628
|
},
|
|
629
629
|
updateConsumer: async (s, n) => {
|
|
630
|
-
const
|
|
630
|
+
const i = await fetch(
|
|
631
631
|
await n.signRequest(
|
|
632
632
|
new Request(
|
|
633
633
|
S + `/${t}/consumers/${s.id}`,
|
|
@@ -643,10 +643,10 @@ const st = ({
|
|
|
643
643
|
)
|
|
644
644
|
)
|
|
645
645
|
);
|
|
646
|
-
await T(
|
|
646
|
+
await T(i), I(i.ok, "Failed to update API key description");
|
|
647
647
|
},
|
|
648
648
|
rollKey: async (s, n) => {
|
|
649
|
-
const
|
|
649
|
+
const i = await fetch(
|
|
650
650
|
await n.signRequest(
|
|
651
651
|
new Request(
|
|
652
652
|
S + `/${t}/consumers/${s}/roll-key`,
|
|
@@ -660,24 +660,24 @@ const st = ({
|
|
|
660
660
|
)
|
|
661
661
|
)
|
|
662
662
|
);
|
|
663
|
-
await T(
|
|
663
|
+
await T(i), I(i.ok, "Failed to delete API key");
|
|
664
664
|
},
|
|
665
665
|
getConsumers: async (s) => {
|
|
666
666
|
const n = new Request(
|
|
667
667
|
`${S}/${t}/consumers`
|
|
668
668
|
);
|
|
669
669
|
await s.signRequest(n);
|
|
670
|
-
const
|
|
671
|
-
return await T(
|
|
670
|
+
const i = await fetch(n);
|
|
671
|
+
return await T(i), I(i.ok, "Failed to fetch API keys"), (await i.json()).data.map((l) => ({
|
|
672
672
|
id: l.id,
|
|
673
673
|
label: l.label || l.subject || "API Key",
|
|
674
674
|
apiKeys: l.apiKeys.data,
|
|
675
675
|
key: l.apiKeys.data.at(0)
|
|
676
676
|
}));
|
|
677
677
|
},
|
|
678
|
-
...
|
|
678
|
+
...r
|
|
679
679
|
}), Dt = (t) => t, At = (t) => {
|
|
680
|
-
const
|
|
680
|
+
const r = "deploymentName" in t ? lt(t.deploymentName, t) : t;
|
|
681
681
|
return {
|
|
682
682
|
getProfileMenuItems: () => [
|
|
683
683
|
{
|
|
@@ -689,13 +689,13 @@ const st = ({
|
|
|
689
689
|
],
|
|
690
690
|
getIdentities: async (s) => {
|
|
691
691
|
try {
|
|
692
|
-
return (await
|
|
692
|
+
return (await r.getConsumers(s)).map((i) => ({
|
|
693
693
|
authorizeRequest: (a) => (a.headers.set(
|
|
694
694
|
"Authorization",
|
|
695
|
-
`Bearer ${
|
|
695
|
+
`Bearer ${i.apiKeys.at(0)?.key}`
|
|
696
696
|
), a),
|
|
697
|
-
id:
|
|
698
|
-
label:
|
|
697
|
+
id: i.id,
|
|
698
|
+
label: i.label
|
|
699
699
|
}));
|
|
700
700
|
} catch {
|
|
701
701
|
return [];
|
|
@@ -708,7 +708,7 @@ const st = ({
|
|
|
708
708
|
children: [
|
|
709
709
|
{
|
|
710
710
|
path: "/settings/api-keys",
|
|
711
|
-
element: /* @__PURE__ */ e.jsx(
|
|
711
|
+
element: /* @__PURE__ */ e.jsx(rt, { service: r })
|
|
712
712
|
}
|
|
713
713
|
]
|
|
714
714
|
}
|
|
@@ -4,7 +4,7 @@ const p = (t) => ({
|
|
|
4
4
|
([e, a]) => ({
|
|
5
5
|
path: e,
|
|
6
6
|
lazy: async () => {
|
|
7
|
-
const { MdxPage: n } = await import("./MdxPage-
|
|
7
|
+
const { MdxPage: n } = await import("./MdxPage-DZfeC0QY.js"), { default: o, ...s } = await a();
|
|
8
8
|
return {
|
|
9
9
|
element: /* @__PURE__ */ r.jsx(
|
|
10
10
|
n,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./jsx-runtime-BzflLqGi.js";
|
|
2
2
|
import "lucide-react";
|
|
3
|
-
import "./chunk-PVWAREVJ-
|
|
3
|
+
import "./chunk-PVWAREVJ-BMhpCH5D.js";
|
|
4
4
|
import "./ui/Button.js";
|
|
5
|
-
import "./ZudokuContext-
|
|
6
|
-
import { y as e, U as n, z as s } from "./index-
|
|
5
|
+
import "./ZudokuContext-BUZ5hkWB.js";
|
|
6
|
+
import { y as e, U as n, z as s } from "./index-RNAxx6IF.js";
|
|
7
7
|
export {
|
|
8
8
|
e as GetNavigationOperationsQuery,
|
|
9
9
|
n as UNTAGGED_PATH,
|