zudoku 0.4.3-dev.27 → 0.4.3-dev.28
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/lib/oas/parser/index.js +9 -2
- package/dist/lib/oas/parser/index.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +4 -1
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/lib/{OperationList-Dnqhaqy7.js → OperationList-uEkS-Cqb.js} +2 -2
- package/lib/{OperationList-Dnqhaqy7.js.map → OperationList-uEkS-Cqb.js.map} +1 -1
- package/lib/{Route-DZhAsCnX.js → Route-D6yy1Q6U.js} +2 -2
- package/lib/{Route-DZhAsCnX.js.map → Route-D6yy1Q6U.js.map} +1 -1
- package/lib/assets/{worker-4PRCYVz5.js → worker-BsNqC5G3.js} +8 -7
- package/lib/assets/{worker-4PRCYVz5.js.map → worker-BsNqC5G3.js.map} +1 -1
- package/lib/{index-CMzlvgYf.js → index-Brsmo1Re.js} +4 -4
- package/lib/{index-CMzlvgYf.js.map → index-Brsmo1Re.js.map} +1 -1
- package/lib/zudoku.openapi-worker.js +8 -7
- package/lib/zudoku.openapi-worker.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +1 -1
- package/src/lib/oas/parser/index.ts +9 -2
- package/src/lib/plugins/openapi/Sidecar.tsx +4 -1
|
@@ -5769,7 +5769,7 @@ const au = ({ content: e }) => {
|
|
|
5769
5769
|
value: c,
|
|
5770
5770
|
onChange: (y) => {
|
|
5771
5771
|
l(() => {
|
|
5772
|
-
s(
|
|
5772
|
+
s((v) => (v.set("lang", y.target.value), v));
|
|
5773
5773
|
});
|
|
5774
5774
|
},
|
|
5775
5775
|
options: [
|
|
@@ -5923,7 +5923,7 @@ const au = ({ content: e }) => {
|
|
|
5923
5923
|
getRoutes: () => [
|
|
5924
5924
|
{
|
|
5925
5925
|
async lazy() {
|
|
5926
|
-
const { OpenApiRoute: a } = await import("./Route-
|
|
5926
|
+
const { OpenApiRoute: a } = await import("./Route-D6yy1Q6U.js");
|
|
5927
5927
|
return {
|
|
5928
5928
|
element: /* @__PURE__ */ f.jsx(a, { client: n, config: e })
|
|
5929
5929
|
};
|
|
@@ -5936,7 +5936,7 @@ const au = ({ content: e }) => {
|
|
|
5936
5936
|
{
|
|
5937
5937
|
index: !0,
|
|
5938
5938
|
async lazy() {
|
|
5939
|
-
const { OperationList: a } = await import("./OperationList-
|
|
5939
|
+
const { OperationList: a } = await import("./OperationList-uEkS-Cqb.js");
|
|
5940
5940
|
return { element: /* @__PURE__ */ f.jsx(a, {}) };
|
|
5941
5941
|
}
|
|
5942
5942
|
}
|
|
@@ -5963,4 +5963,4 @@ export {
|
|
|
5963
5963
|
Ru as o,
|
|
5964
5964
|
eu as u
|
|
5965
5965
|
};
|
|
5966
|
-
//# sourceMappingURL=index-
|
|
5966
|
+
//# sourceMappingURL=index-Brsmo1Re.js.map
|