zudoku 0.46.2 → 0.46.3
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/InputSidebarSchema.d.ts +3 -0
- package/dist/config/validators/InputSidebarSchema.js +1 -0
- package/dist/config/validators/InputSidebarSchema.js.map +1 -1
- package/dist/config/validators/SidebarSchema.d.ts +1 -1
- package/dist/lib/components/navigation/SidebarItem.js +2 -3
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
- package/dist/vite/build.js +1 -4
- package/dist/vite/build.js.map +1 -1
- package/lib/{Markdown-Cm4kj26S.js → Markdown-D81l28Ib.js} +306 -303
- package/lib/{Markdown-Cm4kj26S.js.map → Markdown-D81l28Ib.js.map} +1 -1
- package/lib/{MdxPage-fDGQtB5w.js → MdxPage-S_CxlNmX.js} +3 -3
- package/lib/{MdxPage-fDGQtB5w.js.map → MdxPage-S_CxlNmX.js.map} +1 -1
- package/lib/{OasProvider-CFBvfR3r.js → OasProvider-D5rt6WMb.js} +2 -2
- package/lib/{OasProvider-CFBvfR3r.js.map → OasProvider-D5rt6WMb.js.map} +1 -1
- package/lib/{OperationList-Xs4KWmsh.js → OperationList-CNhg654C.js} +4 -4
- package/lib/{OperationList-Xs4KWmsh.js.map → OperationList-CNhg654C.js.map} +1 -1
- package/lib/{SchemaList-BWaNlmUJ.js → SchemaList-BvzCrTYg.js} +5 -5
- package/lib/{SchemaList-BWaNlmUJ.js.map → SchemaList-BvzCrTYg.js.map} +1 -1
- package/lib/{SchemaView-DdKJt2ln.js → SchemaView-Br1RupCp.js} +3 -3
- package/lib/{SchemaView-DdKJt2ln.js.map → SchemaView-Br1RupCp.js.map} +1 -1
- package/lib/{Slot-B99cbD-q.js → Slot-T8NJUkm4.js} +2 -2
- package/lib/{Slot-B99cbD-q.js.map → Slot-T8NJUkm4.js.map} +1 -1
- package/lib/{Toc-Qe7A4uj_.js → Toc-PA-j0gEu.js} +2 -2
- package/lib/{Toc-Qe7A4uj_.js.map → Toc-PA-j0gEu.js.map} +1 -1
- package/lib/{circular-w5eL5J8a.js → circular-5FeDWJOn.js} +2 -2
- package/lib/{circular-w5eL5J8a.js.map → circular-5FeDWJOn.js.map} +1 -1
- package/lib/{createServer-p3yUA8Bu.js → createServer-BC2RZgmW.js} +3 -3
- package/lib/{createServer-p3yUA8Bu.js.map → createServer-BC2RZgmW.js.map} +1 -1
- package/lib/{index-yqBxBqxF.js → index-CJZthJSj.js} +6 -6
- package/lib/{index-yqBxBqxF.js.map → index-CJZthJSj.js.map} +1 -1
- package/lib/zudoku.components.js +2 -2
- package/lib/zudoku.plugin-api-catalog.js +1 -1
- package/lib/zudoku.plugin-api-keys.js +1 -1
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +1 -1
- package/src/lib/components/navigation/SidebarItem.tsx +2 -1
|
@@ -46,7 +46,7 @@ class cs {
|
|
|
46
46
|
constructor(t) {
|
|
47
47
|
this.config = t;
|
|
48
48
|
}
|
|
49
|
-
#e = async () => (pe || (pe = import("./createServer-
|
|
49
|
+
#e = async () => (pe || (pe = import("./createServer-BC2RZgmW.js").then(
|
|
50
50
|
(t) => t.createServer(this.config)
|
|
51
51
|
)), pe);
|
|
52
52
|
#t = async (t) => this.config.server ? fetch(this.config.server, t) : (await this.#e()).fetch("http://localhost/graphql", t);
|
|
@@ -2947,7 +2947,7 @@ const Pr = {
|
|
|
2947
2947
|
}, ft = (e) => ({
|
|
2948
2948
|
path: e.routePath,
|
|
2949
2949
|
async lazy() {
|
|
2950
|
-
const { OasProvider: t } = await import("./OasProvider-
|
|
2950
|
+
const { OasProvider: t } = await import("./OasProvider-D5rt6WMb.js");
|
|
2951
2951
|
return {
|
|
2952
2952
|
element: /* @__PURE__ */ n.jsx(
|
|
2953
2953
|
t,
|
|
@@ -2968,7 +2968,7 @@ const Pr = {
|
|
|
2968
2968
|
}) => ({
|
|
2969
2969
|
path: e,
|
|
2970
2970
|
async lazy() {
|
|
2971
|
-
const { OperationList: a } = await import("./OperationList-
|
|
2971
|
+
const { OperationList: a } = await import("./OperationList-CNhg654C.js");
|
|
2972
2972
|
return { element: /* @__PURE__ */ n.jsx(a, { tag: t, untagged: s }) };
|
|
2973
2973
|
}
|
|
2974
2974
|
}), Gr = ({
|
|
@@ -2990,7 +2990,7 @@ const Pr = {
|
|
|
2990
2990
|
}, Hr = ({ path: e }) => ({
|
|
2991
2991
|
path: e,
|
|
2992
2992
|
async lazy() {
|
|
2993
|
-
const { OperationList: t } = await import("./OperationList-
|
|
2993
|
+
const { OperationList: t } = await import("./OperationList-CNhg654C.js");
|
|
2994
2994
|
return {
|
|
2995
2995
|
element: /* @__PURE__ */ n.jsx(
|
|
2996
2996
|
Gr,
|
|
@@ -3011,7 +3011,7 @@ const Pr = {
|
|
|
3011
3011
|
{
|
|
3012
3012
|
path: P(e, "~schemas"),
|
|
3013
3013
|
lazy: async () => {
|
|
3014
|
-
const { SchemaList: t } = await import("./SchemaList-
|
|
3014
|
+
const { SchemaList: t } = await import("./SchemaList-BvzCrTYg.js");
|
|
3015
3015
|
return { element: /* @__PURE__ */ n.jsx(t, {}) };
|
|
3016
3016
|
}
|
|
3017
3017
|
}
|
|
@@ -3223,4 +3223,4 @@ export {
|
|
|
3223
3223
|
he as y,
|
|
3224
3224
|
us as z
|
|
3225
3225
|
};
|
|
3226
|
-
//# sourceMappingURL=index-
|
|
3226
|
+
//# sourceMappingURL=index-CJZthJSj.js.map
|