zudoku 0.3.0-dev.22 → 0.3.0-dev.24

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.
Files changed (98) hide show
  1. package/dist/lib/authentication/Callback.js +1 -1
  2. package/dist/lib/authentication/Callback.js.map +1 -1
  3. package/dist/lib/authentication/providers/openid.d.ts +1 -1
  4. package/dist/lib/components/DevPortal.d.ts +1 -1
  5. package/dist/lib/components/DevPortal.js +2 -2
  6. package/dist/lib/components/DevPortal.js.map +1 -1
  7. package/dist/lib/components/Layout.js +1 -1
  8. package/dist/lib/components/Layout.js.map +1 -1
  9. package/dist/lib/components/index.d.ts +10 -5
  10. package/dist/lib/components/index.js +8 -5
  11. package/dist/lib/components/index.js.map +1 -1
  12. package/dist/lib/plugins/markdown/MdxPage.js +2 -2
  13. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  14. package/dist/lib/plugins/markdown/Toc.js +1 -1
  15. package/dist/lib/plugins/markdown/Toc.js.map +1 -1
  16. package/dist/lib/plugins/markdown/generateRoutes.d.ts +1 -1
  17. package/dist/lib/plugins/markdown/generateRoutes.js +1 -1
  18. package/dist/lib/plugins/markdown/generateRoutes.js.map +1 -1
  19. package/dist/lib/plugins/openapi/Route.js +1 -1
  20. package/dist/lib/plugins/openapi/Route.js.map +1 -1
  21. package/dist/lib/plugins/openapi/SimpleSelect.js +1 -1
  22. package/dist/lib/plugins/openapi/SimpleSelect.js.map +1 -1
  23. package/dist/lib/plugins/openapi/index.js +1 -1
  24. package/dist/lib/plugins/openapi/index.js.map +1 -1
  25. package/dist/lib/plugins/openapi/playground/PathParams.d.ts +1 -1
  26. package/dist/lib/plugins/openapi/playground/QueryParams.d.ts +1 -1
  27. package/dist/lib/plugins/openapi/playground/createUrl.d.ts +1 -1
  28. package/dist/lib/ui/Callout.js +1 -1
  29. package/dist/lib/ui/Callout.js.map +1 -1
  30. package/dist/lib/util/MdxComponents.js.map +1 -1
  31. package/dist/vite/config.js +5 -1
  32. package/dist/vite/config.js.map +1 -1
  33. package/dist/vite/plugin-api-keys.js +3 -4
  34. package/dist/vite/plugin-api-keys.js.map +1 -1
  35. package/dist/vite/plugin-api.js +3 -7
  36. package/dist/vite/plugin-api.js.map +1 -1
  37. package/dist/vite/plugin-auth.js +2 -3
  38. package/dist/vite/plugin-auth.js.map +1 -1
  39. package/dist/vite/plugin-config.d.ts +0 -1
  40. package/dist/vite/plugin-config.js +11 -6
  41. package/dist/vite/plugin-config.js.map +1 -1
  42. package/dist/vite/plugin-redirect.js +2 -5
  43. package/dist/vite/plugin-redirect.js.map +1 -1
  44. package/lib/{AnchorLink-DIUlXlf0.js → AnchorLink-BzDjVML_.js} +183 -183
  45. package/lib/{DevPortalProvider-gzyAGqHT.js → DevPortalProvider-DssVwuLz.js} +2 -2
  46. package/lib/{Markdown-BjA7peYW.js → Markdown-BX9FqDM4.js} +3 -3
  47. package/lib/{MdxComponents-W-fE1ISO.js → MdxComponents-DiOAVA3z.js} +2 -2
  48. package/lib/{MdxPage-DQ7lZBzE.js → MdxPage-C9wmWulr.js} +21 -21
  49. package/lib/{OperationList-DuIBqFNA.js → OperationList-CmWB9QNy.js} +9 -9
  50. package/lib/{Route-B98Y2MdH.js → Route-QN8KKlcN.js} +2 -2
  51. package/lib/{Select-DczD5e29.js → Select-BK8C7kpB.js} +4 -4
  52. package/lib/{Spinner-CSoij67T.js → Spinner-CQiMiphN.js} +3 -3
  53. package/lib/{hook-CBXxHulF.js → hook-Rc146Fwy.js} +1 -1
  54. package/lib/{index-Cg6lXS1z.js → index-B5n-zpzS.js} +3 -3
  55. package/lib/{index-ClDDiRmC.js → index-B7upi2sn.js} +11 -11
  56. package/lib/{index-CKvOcM7w.js → index-Bf5lvKIp.js} +169 -169
  57. package/lib/{index-C7O9D7f6.js → index-DbU_G5RQ.js} +2 -2
  58. package/lib/{router-DibNxKUP.js → jsx-runtime-D7DwziLW.js} +2843 -2843
  59. package/lib/{util-CaVongBq.js → util-DnDPBx_j.js} +1 -1
  60. package/lib/zudoku.auth-openid.js +2 -2
  61. package/lib/zudoku.components.js +107 -109
  62. package/lib/zudoku.plugin-api-keys.js +6 -6
  63. package/lib/zudoku.plugin-markdown.js +5 -5
  64. package/lib/zudoku.plugin-openapi.js +2 -2
  65. package/lib/zudoku.plugin-redirect.js +2 -2
  66. package/package.json +1 -1
  67. package/src/lib/authentication/Callback.tsx +1 -1
  68. package/src/lib/authentication/providers/openid.tsx +1 -1
  69. package/src/lib/components/DevPortal.tsx +2 -2
  70. package/src/lib/components/Layout.tsx +1 -1
  71. package/src/lib/components/index.ts +8 -5
  72. package/src/lib/plugins/markdown/MdxPage.tsx +2 -2
  73. package/src/lib/plugins/markdown/Toc.tsx +1 -1
  74. package/src/lib/plugins/markdown/generateRoutes.tsx +1 -1
  75. package/src/lib/plugins/openapi/Route.tsx +1 -1
  76. package/src/lib/plugins/openapi/SimpleSelect.tsx +1 -1
  77. package/src/lib/plugins/openapi/index.tsx +1 -1
  78. package/src/lib/plugins/openapi/playground/PathParams.tsx +1 -1
  79. package/src/lib/plugins/openapi/playground/QueryParams.tsx +1 -1
  80. package/src/lib/plugins/openapi/playground/createUrl.ts +1 -1
  81. package/src/lib/ui/Callout.tsx +2 -2
  82. package/src/lib/util/MdxComponents.tsx +0 -1
  83. package/dist/lib/components/Link.d.ts +0 -1
  84. package/dist/lib/components/Link.js +0 -2
  85. package/dist/lib/components/Link.js.map +0 -1
  86. package/dist/lib/core/helmet.d.ts +0 -4
  87. package/dist/lib/core/helmet.js +0 -5
  88. package/dist/lib/core/helmet.js.map +0 -1
  89. package/dist/lib/core/icons.d.ts +0 -1
  90. package/dist/lib/core/icons.js +0 -2
  91. package/dist/lib/core/icons.js.map +0 -1
  92. package/dist/lib/core/router.d.ts +0 -1
  93. package/dist/lib/core/router.js +0 -2
  94. package/dist/lib/core/router.js.map +0 -1
  95. package/src/lib/components/Link.tsx +0 -1
  96. package/src/lib/core/helmet.ts +0 -5
  97. package/src/lib/core/icons.tsx +0 -1
  98. package/src/lib/core/router.tsx +0 -1
@@ -5,8 +5,8 @@ var ct = (e, t, s) => t.has(e) || At("Cannot " + s);
5
5
  var r = (e, t, s) => (ct(e, t, "read from private field"), s ? s.call(e) : t.get(e)), f = (e, t, s) => t.has(e) ? At("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, s), h = (e, t, s, i) => (ct(e, t, "write to private field"), i ? i.call(e, s) : t.set(e, s), s), v = (e, t, s) => (ct(e, t, "access private method"), s);
6
6
  import * as T from "react";
7
7
  import { createContext as re, useContext as ie } from "react";
8
- import { j as ne, m as ae } from "./router-DibNxKUP.js";
9
- import { u as oe } from "./index-ClDDiRmC.js";
8
+ import { j as ne, m as ae } from "./jsx-runtime-D7DwziLW.js";
9
+ import { u as oe } from "./index-B7upi2sn.js";
10
10
  var Dt = class {
11
11
  constructor() {
12
12
  this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
@@ -1,6 +1,6 @@
1
- import { j as Be } from "./router-DibNxKUP.js";
2
- import { a as hi } from "./index-CKvOcM7w.js";
3
- import { M as mi } from "./MdxComponents-W-fE1ISO.js";
1
+ import { j as Be } from "./jsx-runtime-D7DwziLW.js";
2
+ import { a as hi } from "./index-Bf5lvKIp.js";
3
+ import { M as mi } from "./MdxComponents-DiOAVA3z.js";
4
4
  import { c as rt, g as gi } from "./_commonjsHelpers-BkfeUUK-.js";
5
5
  const tf = ({
6
6
  children: e,
@@ -1,5 +1,5 @@
1
- import { j as k } from "./router-DibNxKUP.js";
2
- import { c as q, b as Se, C as _e, L as Fe } from "./index-CKvOcM7w.js";
1
+ import { j as k } from "./jsx-runtime-D7DwziLW.js";
2
+ import { c as q, b as Se, C as _e, L as Fe } from "./index-Bf5lvKIp.js";
3
3
  import { createContext as ye, useState as X, useRef as M, useEffect as G, useMemo as ne, useCallback as Z, useContext as fe, createElement as Te } from "react";
4
4
  import { c as z, a as be } from "./cn-DpqTslo9.js";
5
5
  /**
@@ -1,21 +1,21 @@
1
- import { j as e } from "./router-DibNxKUP.js";
1
+ import { j as e } from "./jsx-runtime-D7DwziLW.js";
2
2
  import { useRef as C, useState as L, useEffect as D, useMemo as M } from "react";
3
- import { P, C as R } from "./Markdown-BjA7peYW.js";
4
- import { a as J, H as A } from "./MdxComponents-W-fE1ISO.js";
5
- import { j as G } from "./DevPortalProvider-gzyAGqHT.js";
6
- import { t as T, i as Y } from "./util-CaVongBq.js";
7
- import { A as Z, H as W, u as $ } from "./AnchorLink-DIUlXlf0.js";
8
- import { c as q, L as H } from "./index-CKvOcM7w.js";
3
+ import { A as P, H as R, u as J } from "./AnchorLink-BzDjVML_.js";
4
+ import { c as G, L as T } from "./index-Bf5lvKIp.js";
5
+ import { P as Z, C as W } from "./Markdown-BX9FqDM4.js";
6
+ import { a as $, H as A } from "./MdxComponents-DiOAVA3z.js";
7
+ import { j as q } from "./DevPortalProvider-DssVwuLz.js";
8
+ import { t as Y, i as H } from "./util-DnDPBx_j.js";
9
9
  import { c as v } from "./cn-DpqTslo9.js";
10
10
  import { c as _, g as B } from "./_commonjsHelpers-BkfeUUK-.js";
11
- import { u as F } from "./index-ClDDiRmC.js";
11
+ import { u as F } from "./index-B7upi2sn.js";
12
12
  /**
13
13
  * @license lucide-react v0.378.0 - ISC
14
14
  *
15
15
  * This source code is licensed under the ISC license.
16
16
  * See the LICENSE file in the root directory of this source tree.
17
17
  */
18
- const K = q("ListTree", [
18
+ const K = G("ListTree", [
19
19
  ["path", { d: "M21 12h-8", key: "1bmf0i" }],
20
20
  ["path", { d: "M21 6H8", key: "1pqkrb" }],
21
21
  ["path", { d: "M21 18h-8", key: "1tm79t" }],
@@ -60,7 +60,7 @@ const X = /* @__PURE__ */ B(V), z = "data-active", I = ({
60
60
  title: o.value,
61
61
  children: [
62
62
  /* @__PURE__ */ e.jsx(
63
- Z,
63
+ P,
64
64
  {
65
65
  to: `#${o.id}`,
66
66
  [z]: o.id,
@@ -74,7 +74,7 @@ const X = /* @__PURE__ */ B(V), z = "data-active", I = ({
74
74
  ]
75
75
  }
76
76
  ), Q = ({ entries: o }) => {
77
- const { activeAnchor: r } = J(), a = C(null), [n, i] = L({});
77
+ const { activeAnchor: r } = $(), a = C(null), [n, i] = L({});
78
78
  return D(() => {
79
79
  if (!a.current) return;
80
80
  const s = a.current.querySelector(
@@ -140,47 +140,47 @@ const X = /* @__PURE__ */ B(V), z = "data-active", I = ({
140
140
  tableOfContents: n
141
141
  }) => {
142
142
  var E, N;
143
- const i = G(), s = F(), t = i ? T(i, (c, g, y) => {
143
+ const i = q(), s = F(), t = i ? Y(i, (c, g, y) => {
144
144
  var u;
145
145
  if (g === s.pathname)
146
146
  return (u = y.at(0)) == null ? void 0 : u.label;
147
147
  }) : void 0, h = r.title, m = r.category ?? t, b = r.toc === !1 || (a == null ? void 0 : a.toc) === !1, l = ((E = n.find((c) => c.depth === 1)) == null ? void 0 : E.value) ?? h, j = r.disablePager ?? (a == null ? void 0 : a.disablePager) ?? !1, p = ((N = n.find((c) => c.depth === 1)) == null ? void 0 : N.children) ?? // if `title` is provided by frontmatter it does not appear in the table of contents
148
148
  n.filter((c) => c.depth === 2), d = !b && p.length > 0, { prev: f, next: x } = M(() => {
149
149
  let c = { path: "", label: "" }, g = { path: "", label: "" }, y = !1;
150
- return i ? (T(i, (u, k) => {
150
+ return i ? (Y(i, (u, k) => {
151
151
  var O, S;
152
152
  const w = { path: k, label: u.label };
153
- if (y && Y(u) && !((O = u.children) != null && O.length))
153
+ if (y && H(u) && !((O = u.children) != null && O.length))
154
154
  return g = w, !0;
155
- k === s.pathname && (y = !0), !y && Y(u) && !((S = u.children) != null && S.length) && (c = w);
155
+ k === s.pathname && (y = !0), !y && H(u) && !((S = u.children) != null && S.length) && (c = w);
156
156
  }), { prev: c, next: g }) : { prev: c, next: g };
157
157
  }, [i, s.pathname]);
158
158
  return /* @__PURE__ */ e.jsxs("div", { className: "xl:grid grid-cols-[--sidecar-grid-cols] gap-8 justify-between", children: [
159
- /* @__PURE__ */ e.jsx(W, { children: /* @__PURE__ */ e.jsx("title", { children: l }) }),
159
+ /* @__PURE__ */ e.jsx(R, { children: /* @__PURE__ */ e.jsx("title", { children: l }) }),
160
160
  /* @__PURE__ */ e.jsxs(
161
161
  "div",
162
162
  {
163
163
  className: v(
164
- P,
164
+ Z,
165
165
  "max-w-full xl:w-full xl:max-w-prose flex-1 flex-shrink pt-[--padding-content-top] pb-[--padding-content-bottom]"
166
166
  ),
167
167
  children: [
168
168
  /* @__PURE__ */ e.jsxs("header", { children: [
169
- m && /* @__PURE__ */ e.jsx(R, { children: m }),
169
+ m && /* @__PURE__ */ e.jsx(W, { children: m }),
170
170
  h && /* @__PURE__ */ e.jsx(A, { level: 1, id: X(h, { lower: !0 }), children: h }),
171
171
  r.description && /* @__PURE__ */ e.jsx("p", { className: "prose-lg", children: r.description })
172
172
  ] }),
173
173
  /* @__PURE__ */ e.jsx(
174
174
  o,
175
175
  {
176
- components: { ...$(), ...ee }
176
+ components: { ...J(), ...ee }
177
177
  }
178
178
  ),
179
179
  !j && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
180
180
  /* @__PURE__ */ e.jsx("hr", {}),
181
181
  /* @__PURE__ */ e.jsxs("div", { className: "not-prose flex items-center justify-between gap-8", children: [
182
182
  f.path ? /* @__PURE__ */ e.jsxs(
183
- H,
183
+ T,
184
184
  {
185
185
  to: f.path,
186
186
  className: "flex flex-col items-stretch gap-2 flex-1 truncate border border-border rounded px-6 py-4 text-start hover:border-primary/85 transition shadow-sm hover:shadow-md",
@@ -192,7 +192,7 @@ const X = /* @__PURE__ */ B(V), z = "data-active", I = ({
192
192
  }
193
193
  ) : /* @__PURE__ */ e.jsx("div", { className: "flex-1" }),
194
194
  x.path ? /* @__PURE__ */ e.jsxs(
195
- H,
195
+ T,
196
196
  {
197
197
  to: x.path,
198
198
  className: "flex flex-col items-stretch gap-2 flex-1 truncate border border-border rounded px-6 py-4 text-end hover:border-primary/85 transition shadow-sm hover:shadow-md",
@@ -1,18 +1,18 @@
1
- import { j as u } from "./router-DibNxKUP.js";
2
- import { M as Ae, P as Ho, C as Er } from "./Markdown-BjA7peYW.js";
3
- import { u as Bo, H as He, b as Do, S as xt } from "./MdxComponents-W-fE1ISO.js";
1
+ import { j as u } from "./jsx-runtime-D7DwziLW.js";
2
+ import { M as Ae, P as Ho, C as Er } from "./Markdown-BX9FqDM4.js";
3
+ import { u as Bo, H as He, b as Do, S as xt } from "./MdxComponents-DiOAVA3z.js";
4
4
  import { c as A } from "./cn-DpqTslo9.js";
5
5
  import * as S from "react";
6
6
  import { useRef as Wo, useEffect as zo, useState as $n, forwardRef as Go, Fragment as rt, useMemo as Vo } from "react";
7
- import { c as ar, u as $t, a as sr, b as Jo, P as ie, d as te, e as Be, S as jn, f as Ko } from "./index-C7O9D7f6.js";
8
- import { g as Qo, h as wn, B as ir, R as Yo, i as Xo, j as Zo, F as ea, D as ta, P as ra, k as cr, l as kr, m as na, C as Xe, u as oa, a as aa, n as sa, S as ia, b as ca, c as la, d as ua, f as Rr, V as fa } from "./Select-DczD5e29.js";
9
- import { P as jt, R as Sn, T as Tn, C as On, S as Ar } from "./Spinner-CSoij67T.js";
7
+ import { c as ar, u as $t, a as sr, b as Jo, P as ie, d as te, e as Be, S as jn, f as Ko } from "./index-DbU_G5RQ.js";
8
+ import { g as Qo, h as wn, B as ir, R as Yo, i as Xo, j as Zo, F as ea, D as ta, P as ra, k as cr, l as kr, m as na, C as Xe, u as oa, a as aa, n as sa, S as ia, b as ca, c as la, d as ua, f as Rr, V as fa } from "./Select-BK8C7kpB.js";
9
+ import { P as jt, R as Sn, T as Tn, C as On, S as Ar } from "./Spinner-CQiMiphN.js";
10
10
  import { u as Cn } from "./context-_fYfJFgk.js";
11
- import { g as lr, M as da } from "./index-Cg6lXS1z.js";
11
+ import { g as lr, M as da } from "./index-B5n-zpzS.js";
12
12
  import { u as pa, a as ha } from "./urql-DMlBWUKL.js";
13
- import { c as wt, u as ma } from "./index-CKvOcM7w.js";
13
+ import { c as wt, u as ma } from "./index-Bf5lvKIp.js";
14
14
  import { g as ya, c as nt, a as ga } from "./_commonjsHelpers-BkfeUUK-.js";
15
- import { v as ba } from "./DevPortalProvider-gzyAGqHT.js";
15
+ import { v as ba } from "./DevPortalProvider-DssVwuLz.js";
16
16
  /**
17
17
  * @license lucide-react v0.378.0 - ISC
18
18
  *
@@ -1,7 +1,7 @@
1
- import { j as r } from "./router-DibNxKUP.js";
1
+ import { j as r } from "./jsx-runtime-D7DwziLW.js";
2
2
  import { O as i } from "./context-_fYfJFgk.js";
3
3
  import { P as t } from "./urql-DMlBWUKL.js";
4
- import { O as s } from "./index-ClDDiRmC.js";
4
+ import { O as s } from "./index-B7upi2sn.js";
5
5
  function u({
6
6
  config: o,
7
7
  client: e
@@ -5,11 +5,11 @@ var cr = (e, r, t) => r.has(e) || sn("Cannot " + t);
5
5
  var te = (e, r, t) => (cr(e, r, "read from private field"), t ? t.call(e) : r.get(e)), it = (e, r, t) => r.has(e) ? sn("Cannot add the same private member more than once") : r instanceof WeakSet ? r.add(e) : r.set(e, t), at = (e, r, t, n) => (cr(e, r, "write to private field"), n ? n.call(e, t) : r.set(e, t), t), ct = (e, r, t) => (cr(e, r, "access private method"), t);
6
6
  import * as h from "react";
7
7
  import j, { useLayoutEffect as Rs, useEffect as Ps, useState as Ts } from "react";
8
- import { h as Os, S as Ht, c as Br, u as le, b as Je, P as oe, d as ce, i as Fs, g as be, e as Wr, a as an } from "./index-C7O9D7f6.js";
9
- import { S as Ns, w as Ds, i as cn, n as Ln, q as Ms, x as ks, y as Is } from "./DevPortalProvider-gzyAGqHT.js";
10
- import { j as P } from "./router-DibNxKUP.js";
8
+ import { h as Os, S as Ht, c as Br, u as le, b as Je, P as oe, d as ce, i as Fs, g as be, e as Wr, a as an } from "./index-DbU_G5RQ.js";
9
+ import { S as Ns, w as Ds, i as cn, n as Ln, q as Ms, x as ks, y as Is } from "./DevPortalProvider-DssVwuLz.js";
10
+ import { j as P } from "./jsx-runtime-D7DwziLW.js";
11
11
  import { c as ke } from "./cn-DpqTslo9.js";
12
- import { c as jn, b as Vs, C as Ls } from "./index-CKvOcM7w.js";
12
+ import { c as jn, b as Vs, C as Ls } from "./index-Bf5lvKIp.js";
13
13
  import * as Hr from "react-dom";
14
14
  import js from "react-dom";
15
15
  /**
@@ -1,8 +1,8 @@
1
1
  import * as s from "react";
2
- import { u as M, g as h, c as w, a as D, e as U, P as A, d as k } from "./index-C7O9D7f6.js";
2
+ import { u as M, g as h, c as w, a as D, e as U, P as A, d as k } from "./index-DbU_G5RQ.js";
3
3
  import * as W from "react-dom";
4
- import { j as N } from "./router-DibNxKUP.js";
5
- import { c as F } from "./index-CKvOcM7w.js";
4
+ import { j as N } from "./jsx-runtime-D7DwziLW.js";
5
+ import { c as F } from "./index-Bf5lvKIp.js";
6
6
  /**
7
7
  * @license lucide-react v0.378.0 - ISC
8
8
  *
@@ -1,4 +1,4 @@
1
- import { u as e } from "./DevPortalProvider-gzyAGqHT.js";
1
+ import { u as e } from "./DevPortalProvider-DssVwuLz.js";
2
2
  import { u as i } from "./state-Ds_OxRHP.js";
3
3
  const s = () => {
4
4
  const { authentication: t } = e(), o = i(), n = typeof t < "u";
@@ -1,4 +1,4 @@
1
- import { j as n, m as s } from "./router-DibNxKUP.js";
1
+ import { j as n, m as s } from "./jsx-runtime-D7DwziLW.js";
2
2
  import { c as o } from "./cn-DpqTslo9.js";
3
3
  import { C as r, c as u, f as p } from "./urql-DMlBWUKL.js";
4
4
  import { createSharedWorkerClient as c } from "virtual:zudoku-openapi-worker";
@@ -679,7 +679,7 @@ const x = b(`
679
679
  getRoutes: () => [
680
680
  {
681
681
  async lazy() {
682
- const { OpenApiRoute: i } = await import("./Route-B98Y2MdH.js");
682
+ const { OpenApiRoute: i } = await import("./Route-QN8KKlcN.js");
683
683
  return {
684
684
  element: /* @__PURE__ */ n.jsx(i, { client: l, config: e })
685
685
  };
@@ -691,7 +691,7 @@ const x = b(`
691
691
  {
692
692
  index: !0,
693
693
  async lazy() {
694
- const { OperationList: i } = await import("./OperationList-DuIBqFNA.js");
694
+ const { OperationList: i } = await import("./OperationList-CmWB9QNy.js");
695
695
  return { element: /* @__PURE__ */ n.jsx(i, {}) };
696
696
  }
697
697
  }
@@ -1,5 +1,5 @@
1
1
  import * as n from "react";
2
- import { i as c, a as D, g as U, w as g, r as F, e as Y, A as W, p as z, s as H, f as q } from "./router-DibNxKUP.js";
2
+ import { i as c, w as g, r as U, g as F, d as D, e as Y, A as W, p as z, s as H, f as q } from "./jsx-runtime-D7DwziLW.js";
3
3
  /**
4
4
  * React Router v6.24.1
5
5
  *
@@ -100,7 +100,7 @@ function G() {
100
100
  matches: i
101
101
  } = n.useContext(y), {
102
102
  pathname: u
103
- } = B(), o = JSON.stringify(U(i, r.v7_relativeSplatPath)), f = n.useRef(!1);
103
+ } = B(), o = JSON.stringify(F(i, r.v7_relativeSplatPath)), f = n.useRef(!1);
104
104
  return J(() => {
105
105
  f.current = !0;
106
106
  }), n.useCallback(function(d, s) {
@@ -109,7 +109,7 @@ function G() {
109
109
  a.go(d);
110
110
  return;
111
111
  }
112
- let l = F(d, JSON.parse(o), u, s.relative === "path");
112
+ let l = U(d, JSON.parse(o), u, s.relative === "path");
113
113
  e == null && t !== "/" && (l.pathname = l.pathname === "/" ? t : D([t, l.pathname])), (s.replace ? a.replace : a.push)(l, s.state, s);
114
114
  }, [t, a, o, u, e]);
115
115
  }
@@ -129,8 +129,8 @@ function Z(e, t) {
129
129
  matches: i
130
130
  } = n.useContext(y), {
131
131
  pathname: u
132
- } = B(), o = JSON.stringify(U(i, a.v7_relativeSplatPath));
133
- return n.useMemo(() => F(e, JSON.parse(o), u, r === "path"), [e, o, u, r]);
132
+ } = B(), o = JSON.stringify(F(i, a.v7_relativeSplatPath));
133
+ return n.useMemo(() => U(e, JSON.parse(o), u, r === "path"), [e, o, u, r]);
134
134
  }
135
135
  function fe(e, t, r, a) {
136
136
  R() || (process.env.NODE_ENV !== "production" ? c(
@@ -369,7 +369,7 @@ function he(e) {
369
369
  matches: f
370
370
  } = n.useContext(y), {
371
371
  pathname: m
372
- } = B(), d = $(), s = F(t, U(f, u.v7_relativeSplatPath), m, i === "path"), l = JSON.stringify(s);
372
+ } = B(), d = $(), s = U(t, F(f, u.v7_relativeSplatPath), m, i === "path"), l = JSON.stringify(s);
373
373
  return n.useEffect(() => d(JSON.parse(l), {
374
374
  replace: r,
375
375
  state: a,
@@ -448,16 +448,16 @@ export {
448
448
  M as D,
449
449
  he as N,
450
450
  ve as O,
451
- y as R,
451
+ me as R,
452
452
  $ as a,
453
453
  se as b,
454
454
  C as c,
455
455
  de as d,
456
456
  Z as e,
457
- pe as f,
458
- P as g,
459
- me as h,
460
- fe as i,
457
+ P as f,
458
+ fe as g,
459
+ pe as h,
460
+ y as i,
461
461
  Ee as m,
462
462
  B as u
463
463
  };