zudoku 0.43.2 → 0.44.0
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/playground/QueryParams.js +1 -1
- 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-DHPC9PnR.js} +2 -2
- package/lib/{OasProvider-CjMm8pB7.js.map → OasProvider-DHPC9PnR.js.map} +1 -1
- package/lib/{OperationList-BhJcPgGi.js → OperationList-C6Ky0zQa.js} +5 -5
- package/lib/{OperationList-BhJcPgGi.js.map → OperationList-C6Ky0zQa.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-Cu7rWQ_k.js} +3 -3
- package/lib/{SchemaList-BexhT_Z0.js.map → SchemaList-Cu7rWQ_k.js.map} +1 -1
- package/lib/{SchemaView-Dt_-u8rW.js → SchemaView-Ci_CnNlv.js} +2 -2
- package/lib/{SchemaView-Dt_-u8rW.js.map → SchemaView-Ci_CnNlv.js.map} +1 -1
- package/lib/{circular-BWEIet3w.js → circular-P9P1oxbQ.js} +2 -2
- package/lib/{circular-BWEIet3w.js.map → circular-P9P1oxbQ.js.map} +1 -1
- package/lib/{createServer-BQD3Eeqb.js → createServer-Iclzdx0h.js} +3 -3
- package/lib/{createServer-BQD3Eeqb.js.map → createServer-Iclzdx0h.js.map} +1 -1
- package/lib/{index-CFf9AN-y.js → index-C56xKbMM.js} +7 -7
- package/lib/{index-CFf9AN-y.js.map → index-C56xKbMM.js.map} +1 -1
- 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/playground/QueryParams.tsx +1 -1
- package/src/lib/util/url.test.ts +51 -0
- package/src/lib/util/url.ts +18 -0
|
@@ -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-Iclzdx0h.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));
|
|
@@ -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: "font-mono text-xs border-0
|
|
2092
|
+
className: "font-mono text-xs border-0 shadow-none"
|
|
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-DHPC9PnR.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-C6Ky0zQa.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-C6Ky0zQa.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-Cu7rWQ_k.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-C56xKbMM.js.map
|