zudoku 0.3.0-dev.56 → 0.3.0-dev.57
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/app/demo.js +6 -1
- package/dist/app/demo.js.map +1 -1
- package/dist/app/entry.client.d.ts +1 -1
- package/dist/app/entry.client.js +1 -1
- package/dist/app/entry.client.js.map +1 -1
- package/dist/app/entry.server.d.ts +1 -1
- package/dist/app/entry.server.js +1 -1
- package/dist/app/entry.server.js.map +1 -1
- package/dist/app/main.d.ts +1 -1
- package/dist/app/main.js +9 -2
- package/dist/app/main.js.map +1 -1
- package/dist/app/standalone.js +6 -1
- package/dist/app/standalone.js.map +1 -1
- package/dist/config/validators/validate.d.ts +65 -5
- package/dist/config/validators/validate.js +7 -1
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/lib/components/Header.js +1 -1
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/components/navigation/SideNavigationCategory.js +2 -2
- package/dist/lib/components/navigation/SideNavigationCategory.js.map +1 -1
- package/dist/lib/core/DevPortalContext.d.ts +8 -1
- package/dist/lib/core/DevPortalContext.js.map +1 -1
- package/dist/lib/oas/graphql/index.js +5 -3
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +2 -1
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/StaggeredRender.d.ts +5 -0
- package/dist/lib/plugins/openapi/StaggeredRender.js +13 -0
- package/dist/lib/plugins/openapi/StaggeredRender.js.map +1 -0
- package/dist/vite/plugin-custom-css.js +2 -3
- package/dist/vite/plugin-custom-css.js.map +1 -1
- package/lib/{OperationList-DpR4KzIJ.js → OperationList-DypxLtSC.js} +813 -805
- package/lib/OperationList-DypxLtSC.js.map +1 -0
- package/lib/assets/{worker-BjPv-hjP.js → worker-BWwCA-wk.js} +8 -5
- package/lib/assets/{worker-BjPv-hjP.js.map → worker-BWwCA-wk.js.map} +1 -1
- package/lib/{index-DZ910ttL.js → index-Bg82-bqR.js} +2 -2
- package/lib/{index-DZ910ttL.js.map → index-Bg82-bqR.js.map} +1 -1
- package/lib/zudoku.components.js +53 -45
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.openapi-worker.js +8 -5
- package/lib/zudoku.openapi-worker.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +2 -2
- package/src/app/demo.tsx +6 -1
- package/src/app/entry.client.tsx +1 -1
- package/src/app/entry.server.tsx +1 -1
- package/src/app/main.tsx +11 -2
- package/src/app/standalone.tsx +6 -1
- package/src/lib/components/Header.tsx +6 -1
- package/src/lib/components/navigation/SideNavigationCategory.tsx +3 -3
- package/src/lib/core/DevPortalContext.ts +8 -1
- package/src/lib/oas/graphql/index.ts +7 -3
- package/src/lib/plugins/openapi/OperationList.tsx +9 -6
- package/src/lib/plugins/openapi/StaggeredRender.tsx +17 -0
- package/lib/OperationList-DpR4KzIJ.js.map +0 -1
|
@@ -14595,10 +14595,13 @@ const ng = (t) => {
|
|
|
14595
14595
|
throw new Qt.GraphQLError("OpenAPI version is not defined");
|
|
14596
14596
|
const n = await tg(e);
|
|
14597
14597
|
return ng(n);
|
|
14598
|
-
}, og = (t, e) =>
|
|
14599
|
-
|
|
14600
|
-
|
|
14601
|
-
)
|
|
14598
|
+
}, og = (t, e) => {
|
|
14599
|
+
const n = t.summary + (t.operationId ? "-" + t.operationId.slice(0, t.summary ? 4 : 12) : "");
|
|
14600
|
+
return _p(
|
|
14601
|
+
(e ? e + "-" : "") + (n || `${t.method}-${t.path}`),
|
|
14602
|
+
{ lower: !0, trim: !0 }
|
|
14603
|
+
);
|
|
14604
|
+
}, pi = new $r({
|
|
14602
14605
|
ttl: 60 * 10 * 1e3,
|
|
14603
14606
|
ttlAutopurge: !0
|
|
14604
14607
|
}), Re = new qf({}), Bn = Re.addScalarType("JSON", Qf), ag = Re.addScalarType("JSONObject", zf), su = (t, e) => Object.entries(t ?? {}).flatMap(
|
|
@@ -14894,4 +14897,4 @@ Sg.addEventListener(
|
|
|
14894
14897
|
};
|
|
14895
14898
|
}
|
|
14896
14899
|
);
|
|
14897
|
-
//# sourceMappingURL=worker-
|
|
14900
|
+
//# sourceMappingURL=worker-BWwCA-wk.js.map
|