zudoku 0.3.0-dev.84 → 0.3.0-dev.85
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/components/Header.js +5 -4
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +4 -3
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterList.js +2 -1
- package/dist/lib/plugins/openapi/ParameterList.js.map +1 -1
- package/dist/lib/plugins/openapi/SchemaListView.js +6 -1
- package/dist/lib/plugins/openapi/SchemaListView.js.map +1 -1
- package/dist/lib/plugins/openapi/SchemaListViewItem.d.ts +3 -2
- package/dist/lib/plugins/openapi/SchemaListViewItem.js +6 -3
- package/dist/lib/plugins/openapi/SchemaListViewItem.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Headers.js +1 -1
- package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/lib/{OperationList-nQ0bd8TU.js → OperationList-CMH3DPpj.js} +144 -128
- package/lib/OperationList-CMH3DPpj.js.map +1 -0
- package/lib/{Route-CNvxEBnR.js → Route-CwXfyIUw.js} +2 -2
- package/lib/{Route-CNvxEBnR.js.map → Route-CwXfyIUw.js.map} +1 -1
- package/lib/{index-CgCPw6Jn.js → index-DUrF63A6.js} +9 -8
- package/lib/index-DUrF63A6.js.map +1 -0
- package/lib/zudoku.components.js +4 -4
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +1 -1
- package/src/lib/components/Header.tsx +19 -17
- package/src/lib/plugins/openapi/OperationListItem.tsx +5 -6
- package/src/lib/plugins/openapi/ParameterList.tsx +13 -10
- package/src/lib/plugins/openapi/SchemaListView.tsx +18 -2
- package/src/lib/plugins/openapi/SchemaListViewItem.tsx +16 -7
- package/src/lib/plugins/openapi/playground/Headers.tsx +1 -1
- package/src/lib/plugins/openapi/playground/Playground.tsx +1 -1
- package/lib/OperationList-nQ0bd8TU.js.map +0 -1
- package/lib/index-CgCPw6Jn.js.map +0 -1
|
@@ -1308,7 +1308,7 @@ const Xo = async (e, t, n = 5e3) => {
|
|
|
1308
1308
|
children: /* @__PURE__ */ f.jsx(vr, { size: 16 })
|
|
1309
1309
|
}
|
|
1310
1310
|
),
|
|
1311
|
-
/* @__PURE__ */ f.jsx("div", { className: "col-span-full border-b
|
|
1311
|
+
/* @__PURE__ */ f.jsx("div", { className: "col-span-full border-b" })
|
|
1312
1312
|
]
|
|
1313
1313
|
},
|
|
1314
1314
|
l.id
|
|
@@ -1682,7 +1682,7 @@ const di = {
|
|
|
1682
1682
|
children: /* @__PURE__ */ f.jsx("form", { onSubmit: c((k) => v.mutateAsync(k)), children: /* @__PURE__ */ f.jsxs("div", { className: "grid grid-cols-2 text-sm h-full", children: [
|
|
1683
1683
|
/* @__PURE__ */ f.jsxs("div", { className: "flex flex-col gap-4 p-8 bg-muted/50 after:bg-muted-foreground/20 relative after:absolute after:w-px after:inset-0 after:left-auto", children: [
|
|
1684
1684
|
/* @__PURE__ */ f.jsxs("div", { className: "flex gap-2 items-stretch", children: [
|
|
1685
|
-
/* @__PURE__ */ f.jsxs("div", { className: "flex flex-1 items-center w-full border rounded-md
|
|
1685
|
+
/* @__PURE__ */ f.jsxs("div", { className: "flex flex-1 items-center w-full border rounded-md", children: [
|
|
1686
1686
|
/* @__PURE__ */ f.jsx("div", { className: "border-r p-2 bg-muted rounded-l-md self-stretch font-semibold font-mono", children: n.toUpperCase() }),
|
|
1687
1687
|
/* @__PURE__ */ f.jsxs("div", { className: "p-2 font-mono text-xs", children: [
|
|
1688
1688
|
x,
|
|
@@ -5893,7 +5893,7 @@ const uu = ({ content: e }) => {
|
|
|
5893
5893
|
getRoutes: () => [
|
|
5894
5894
|
{
|
|
5895
5895
|
async lazy() {
|
|
5896
|
-
const { OpenApiRoute: a } = await import("./Route-
|
|
5896
|
+
const { OpenApiRoute: a } = await import("./Route-CwXfyIUw.js");
|
|
5897
5897
|
return {
|
|
5898
5898
|
element: /* @__PURE__ */ f.jsx(a, { client: n, config: e })
|
|
5899
5899
|
};
|
|
@@ -5906,7 +5906,7 @@ const uu = ({ content: e }) => {
|
|
|
5906
5906
|
{
|
|
5907
5907
|
index: !0,
|
|
5908
5908
|
async lazy() {
|
|
5909
|
-
const { OperationList: a } = await import("./OperationList-
|
|
5909
|
+
const { OperationList: a } = await import("./OperationList-CMH3DPpj.js");
|
|
5910
5910
|
return { element: /* @__PURE__ */ f.jsx(a, {}) };
|
|
5911
5911
|
}
|
|
5912
5912
|
}
|
|
@@ -5923,11 +5923,12 @@ export {
|
|
|
5923
5923
|
Fu as O,
|
|
5924
5924
|
qu as S,
|
|
5925
5925
|
wn as T,
|
|
5926
|
-
|
|
5927
|
-
|
|
5928
|
-
|
|
5926
|
+
an as a,
|
|
5927
|
+
_t as b,
|
|
5928
|
+
Ce as c,
|
|
5929
|
+
Pe as d,
|
|
5929
5930
|
br as g,
|
|
5930
5931
|
Iu as o,
|
|
5931
5932
|
iu as u
|
|
5932
5933
|
};
|
|
5933
|
-
//# sourceMappingURL=index-
|
|
5934
|
+
//# sourceMappingURL=index-DUrF63A6.js.map
|