zudoku 0.43.2 → 0.44.1
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/authentication/components/CallbackHandler.js +5 -1
- package/dist/lib/authentication/components/CallbackHandler.js.map +1 -1
- package/dist/lib/authentication/providers/auth0.js +1 -1
- package/dist/lib/authentication/providers/auth0.js.map +1 -1
- package/dist/lib/authentication/providers/clerk.js +13 -5
- package/dist/lib/authentication/providers/clerk.js.map +1 -1
- package/dist/lib/authentication/providers/openid.d.ts +6 -9
- package/dist/lib/authentication/providers/openid.js +17 -29
- package/dist/lib/authentication/providers/openid.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +32 -2
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Headers.js +2 -2
- package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/QueryParams.js +2 -2
- package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
- package/dist/lib/util/url.d.ts +4 -0
- package/dist/lib/util/url.js +13 -0
- package/dist/lib/util/url.js.map +1 -0
- package/dist/lib/util/url.test.d.ts +1 -0
- package/dist/lib/util/url.test.js +26 -0
- package/dist/lib/util/url.test.js.map +1 -0
- package/lib/{AuthenticationPlugin-BxoEZCSJ.js → AuthenticationPlugin-BlJsiGuX.js} +2 -2
- package/lib/{AuthenticationPlugin-BxoEZCSJ.js.map → AuthenticationPlugin-BlJsiGuX.js.map} +1 -1
- package/lib/{MdxPage-DUcuusMU.js → MdxPage-DlJaCSPf.js} +3 -3
- package/lib/{MdxPage-DUcuusMU.js.map → MdxPage-DlJaCSPf.js.map} +1 -1
- package/lib/{OasProvider-CjMm8pB7.js → OasProvider-CsUksaAo.js} +2 -2
- package/lib/{OasProvider-CjMm8pB7.js.map → OasProvider-CsUksaAo.js.map} +1 -1
- package/lib/{OperationList-BhJcPgGi.js → OperationList-BlUBNsw2.js} +512 -496
- package/lib/{OperationList-BhJcPgGi.js.map → OperationList-BlUBNsw2.js.map} +1 -1
- package/lib/{Pagination-BgQxwq5j.js → Pagination-C5Fi7z_v.js} +2 -2
- package/lib/{Pagination-BgQxwq5j.js.map → Pagination-C5Fi7z_v.js.map} +1 -1
- package/lib/{SchemaList-BexhT_Z0.js → SchemaList-BQiBukIP.js} +3 -3
- package/lib/{SchemaList-BexhT_Z0.js.map → SchemaList-BQiBukIP.js.map} +1 -1
- package/lib/{SchemaView-Dt_-u8rW.js → SchemaView-Bt95NiyQ.js} +2 -2
- package/lib/{SchemaView-Dt_-u8rW.js.map → SchemaView-Bt95NiyQ.js.map} +1 -1
- package/lib/{circular-BWEIet3w.js → circular-tOWjsgLZ.js} +2 -2
- package/lib/{circular-BWEIet3w.js.map → circular-tOWjsgLZ.js.map} +1 -1
- package/lib/{createServer-BQD3Eeqb.js → createServer-XtO-PVox.js} +3 -3
- package/lib/{createServer-BQD3Eeqb.js.map → createServer-XtO-PVox.js.map} +1 -1
- package/lib/{index-CFf9AN-y.js → index-CZnufgn5.js} +10 -10
- package/lib/index-CZnufgn5.js.map +1 -0
- package/lib/{index-DGNSSXgR.js → index-CzUOM_vE.js} +3 -3
- package/lib/{index-DGNSSXgR.js.map → index-CzUOM_vE.js.map} +1 -1
- package/lib/zudoku.auth-auth0.js +7 -7
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +26 -26
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +407 -405
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.components.js +1 -1
- package/lib/zudoku.plugin-api-catalog.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/authentication/components/CallbackHandler.tsx +11 -1
- package/src/lib/authentication/providers/auth0.tsx +1 -1
- package/src/lib/authentication/providers/clerk.tsx +14 -10
- package/src/lib/authentication/providers/openid.tsx +24 -42
- package/src/lib/plugins/openapi/Sidecar.tsx +35 -2
- package/src/lib/plugins/openapi/playground/Headers.tsx +2 -2
- package/src/lib/plugins/openapi/playground/QueryParams.tsx +2 -2
- package/src/lib/util/url.test.ts +51 -0
- package/src/lib/util/url.ts +18 -0
- package/lib/index-CFf9AN-y.js.map +0 -1
|
@@ -52,7 +52,7 @@ const ps = (e) => {
|
|
|
52
52
|
var me, pe;
|
|
53
53
|
class hs {
|
|
54
54
|
constructor(t) {
|
|
55
|
-
Ce(this, me, async () => (Se || (Se = import("./createServer-
|
|
55
|
+
Ce(this, me, async () => (Se || (Se = import("./createServer-XtO-PVox.js").then(
|
|
56
56
|
(t) => t.createServer(this.config)
|
|
57
57
|
)), Se));
|
|
58
58
|
Ce(this, pe, async (t) => this.config.server ? fetch(this.config.server, t) : (await Ne(this, me).call(this)).fetch("http://localhost/graphql", t));
|
|
@@ -1787,7 +1787,7 @@ const xr = ({
|
|
|
1787
1787
|
{
|
|
1788
1788
|
...j,
|
|
1789
1789
|
placeholder: "Name",
|
|
1790
|
-
className: "border-0 shadow-none bg-transparent text-xs font-mono",
|
|
1790
|
+
className: "border-0 shadow-none focus-visible:ring-0 bg-transparent hover:bg-transparent text-xs font-mono",
|
|
1791
1791
|
options: [...g, ...gr],
|
|
1792
1792
|
onEnterPress: () => y(p),
|
|
1793
1793
|
onChange: (w) => {
|
|
@@ -1816,7 +1816,7 @@ const xr = ({
|
|
|
1816
1816
|
onChange: (E) => {
|
|
1817
1817
|
j.onChange(E), o(`headers.${p}.active`, !0);
|
|
1818
1818
|
},
|
|
1819
|
-
className: "
|
|
1819
|
+
className: "border-0 shadow-none focus-visible:ring-0 bg-transparent hover:bg-transparent text-xs font-mono"
|
|
1820
1820
|
}
|
|
1821
1821
|
) : /* @__PURE__ */ n.jsx(
|
|
1822
1822
|
He,
|
|
@@ -2070,7 +2070,7 @@ const on = ({
|
|
|
2070
2070
|
onChange: (u) => {
|
|
2071
2071
|
l.onChange(u);
|
|
2072
2072
|
},
|
|
2073
|
-
className: "border-0
|
|
2073
|
+
className: "border-0 shadow-none focus-visible:ring-0 bg-transparent hover:bg-transparent text-xs font-mono"
|
|
2074
2074
|
}
|
|
2075
2075
|
),
|
|
2076
2076
|
name: `queryParams.${i}.name`
|
|
@@ -2089,7 +2089,7 @@ const on = ({
|
|
|
2089
2089
|
onChange: (m) => {
|
|
2090
2090
|
l.onChange(m), a.setValue(`queryParams.${i}.active`, !0);
|
|
2091
2091
|
},
|
|
2092
|
-
className: "
|
|
2092
|
+
className: "border-0 shadow-none focus-visible:ring-0 bg-transparent hover:bg-transparent text-xs font-mono"
|
|
2093
2093
|
}
|
|
2094
2094
|
) : /* @__PURE__ */ n.jsx(
|
|
2095
2095
|
He,
|
|
@@ -2932,7 +2932,7 @@ const Pr = {
|
|
|
2932
2932
|
}, Pt = (e) => ({
|
|
2933
2933
|
path: e.routePath,
|
|
2934
2934
|
async lazy() {
|
|
2935
|
-
const { OasProvider: t } = await import("./OasProvider-
|
|
2935
|
+
const { OasProvider: t } = await import("./OasProvider-CsUksaAo.js");
|
|
2936
2936
|
return {
|
|
2937
2937
|
element: /* @__PURE__ */ n.jsx(
|
|
2938
2938
|
t,
|
|
@@ -2953,7 +2953,7 @@ const Pr = {
|
|
|
2953
2953
|
}) => ({
|
|
2954
2954
|
path: e,
|
|
2955
2955
|
async lazy() {
|
|
2956
|
-
const { OperationList: a } = await import("./OperationList-
|
|
2956
|
+
const { OperationList: a } = await import("./OperationList-BlUBNsw2.js");
|
|
2957
2957
|
return { element: /* @__PURE__ */ n.jsx(a, { tag: t, untagged: s }) };
|
|
2958
2958
|
}
|
|
2959
2959
|
}), Gr = ({
|
|
@@ -2975,7 +2975,7 @@ const Pr = {
|
|
|
2975
2975
|
}, Ur = ({ path: e }) => ({
|
|
2976
2976
|
path: e,
|
|
2977
2977
|
async lazy() {
|
|
2978
|
-
const { OperationList: t } = await import("./OperationList-
|
|
2978
|
+
const { OperationList: t } = await import("./OperationList-BlUBNsw2.js");
|
|
2979
2979
|
return {
|
|
2980
2980
|
element: /* @__PURE__ */ n.jsx(
|
|
2981
2981
|
Gr,
|
|
@@ -2996,7 +2996,7 @@ const Pr = {
|
|
|
2996
2996
|
{
|
|
2997
2997
|
path: I(e, "~schemas"),
|
|
2998
2998
|
lazy: async () => {
|
|
2999
|
-
const { SchemaList: t } = await import("./SchemaList-
|
|
2999
|
+
const { SchemaList: t } = await import("./SchemaList-BQiBukIP.js");
|
|
3000
3000
|
return { element: /* @__PURE__ */ n.jsx(t, {}) };
|
|
3001
3001
|
}
|
|
3002
3002
|
}
|
|
@@ -3205,4 +3205,4 @@ export {
|
|
|
3205
3205
|
Ut as y,
|
|
3206
3206
|
mn as z
|
|
3207
3207
|
};
|
|
3208
|
-
//# sourceMappingURL=index-
|
|
3208
|
+
//# sourceMappingURL=index-CZnufgn5.js.map
|