zudoku 0.25.2 → 0.26.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/app/demo.js +0 -1
- package/dist/app/demo.js.map +1 -1
- package/dist/app/standalone.js +0 -1
- package/dist/app/standalone.js.map +1 -1
- package/dist/cli/dev/handler.js +2 -2
- package/dist/cli/dev/handler.js.map +1 -1
- package/dist/config/validators/InputSidebarSchema.d.ts +2 -2
- package/dist/config/validators/common.d.ts +28 -28
- package/dist/config/validators/icon-types.d.ts +1 -1
- package/dist/config/validators/validate.d.ts +16 -16
- package/dist/lib/components/navigation/SidebarCategory.js +1 -1
- package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
- package/dist/lib/oas/graphql/index.d.ts +3 -0
- package/dist/lib/oas/graphql/index.js +12 -13
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/dist/lib/plugins/openapi/ColorizedParam.d.ts +10 -2
- package/dist/lib/plugins/openapi/ColorizedParam.js +16 -7
- package/dist/lib/plugins/openapi/ColorizedParam.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +3 -0
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js +3 -2
- package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +2 -0
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -1
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.d.ts +3 -2
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.js +3 -6
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.js.map +1 -1
- package/dist/lib/plugins/openapi/ResponsesSidecarBox.js +2 -6
- package/dist/lib/plugins/openapi/ResponsesSidecarBox.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +9 -6
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/SidecarBox.js +1 -1
- package/dist/lib/plugins/openapi/SidecarBox.js.map +1 -1
- package/dist/lib/plugins/openapi/{ExampleDisplay.d.ts → SidecarExamples.d.ts} +3 -6
- package/dist/lib/plugins/openapi/SidecarExamples.js +65 -0
- package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -0
- package/dist/lib/plugins/openapi/client/GraphQLClient.d.ts +1 -1
- package/dist/lib/plugins/openapi/client/GraphQLClient.js +22 -93
- package/dist/lib/plugins/openapi/client/GraphQLClient.js.map +1 -1
- package/dist/lib/plugins/openapi/client/createServer.d.ts +2 -1
- package/dist/lib/plugins/openapi/client/createServer.js +5 -2
- package/dist/lib/plugins/openapi/client/createServer.js.map +1 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.d.ts +1 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.js +2 -13
- package/dist/lib/plugins/openapi/client/useCreateQuery.js.map +1 -1
- package/dist/lib/plugins/openapi/index.d.ts +2 -1
- package/dist/lib/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/EnumSelector.d.ts +8 -0
- package/dist/lib/plugins/openapi/playground/EnumSelector.js +21 -0
- package/dist/lib/plugins/openapi/playground/EnumSelector.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/PathParams.js +9 -4
- package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.d.ts +3 -0
- package/dist/lib/plugins/openapi/playground/Playground.js +5 -2
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/QueryParams.js +23 -8
- package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaComponents.js +2 -1
- package/dist/lib/plugins/openapi/schema/SchemaComponents.js.map +1 -1
- package/dist/lib/plugins/openapi/util/generateSchemaExample.js +19 -11
- package/dist/lib/plugins/openapi/util/generateSchemaExample.js.map +1 -1
- package/dist/lib/ui/Badge.d.ts +1 -1
- package/dist/lib/ui/Badge.js +2 -1
- package/dist/lib/ui/Badge.js.map +1 -1
- package/dist/lib/ui/Button.d.ts +1 -1
- package/dist/lib/ui/Checkbox.d.ts +8 -2
- package/dist/lib/ui/Checkbox.js +13 -1
- package/dist/lib/ui/Checkbox.js.map +1 -1
- package/dist/lib/util/traverse.d.ts +8 -1
- package/dist/lib/util/traverse.js +7 -3
- package/dist/lib/util/traverse.js.map +1 -1
- package/dist/vite/api/schema-codegen.d.ts +12 -0
- package/dist/vite/api/schema-codegen.js +62 -0
- package/dist/vite/api/schema-codegen.js.map +1 -0
- package/dist/vite/api/schema-codegen.test.d.ts +1 -0
- package/dist/vite/api/schema-codegen.test.js +247 -0
- package/dist/vite/api/schema-codegen.test.js.map +1 -0
- package/dist/vite/config.js +0 -7
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/config.test.js +5 -1
- package/dist/vite/config.test.js.map +1 -1
- package/dist/vite/plugin-api.js +110 -82
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-component.js +0 -1
- package/dist/vite/plugin-component.js.map +1 -1
- package/lib/{AnchorLink-DFZZbmvr.js → AnchorLink-_Vu02ceN.js} +3 -3
- package/lib/{AnchorLink-DFZZbmvr.js.map → AnchorLink-_Vu02ceN.js.map} +1 -1
- package/lib/{AuthenticationPlugin-D7G3me8L.js → AuthenticationPlugin-DNXBcsVN.js} +4 -4
- package/lib/{AuthenticationPlugin-D7G3me8L.js.map → AuthenticationPlugin-DNXBcsVN.js.map} +1 -1
- package/lib/{Button-DeAoTouo.js → Button-oroWHXAy.js} +3 -3
- package/lib/{Button-DeAoTouo.js.map → Button-oroWHXAy.js.map} +1 -1
- package/lib/{CategoryHeading-CBconmtI.js → CategoryHeading-MYL1u_6K.js} +3 -3
- package/lib/{CategoryHeading-CBconmtI.js.map → CategoryHeading-MYL1u_6K.js.map} +1 -1
- package/lib/Command-D5DE0DD7.js +611 -0
- package/lib/Command-D5DE0DD7.js.map +1 -0
- package/lib/{Markdown-CZDLNOFc.js → Markdown-BrfrjEk_.js} +1041 -1041
- package/lib/{Markdown-CZDLNOFc.js.map → Markdown-BrfrjEk_.js.map} +1 -1
- package/lib/{MdxPage-DKMbBROv.js → MdxPage-LNZLj_A5.js} +24 -24
- package/lib/{MdxPage-DKMbBROv.js.map → MdxPage-LNZLj_A5.js.map} +1 -1
- package/lib/{OperationList-BLdHAQ39.js → OperationList-PCwzTp1r.js} +1899 -1877
- package/lib/OperationList-PCwzTp1r.js.map +1 -0
- package/lib/{Route-DYwKZ_c_.js → Route-Pzk6qwIk.js} +5 -5
- package/lib/{Route-DYwKZ_c_.js.map → Route-Pzk6qwIk.js.map} +1 -1
- package/lib/{Select-B_IxRUUC.js → Select-DkOpAG0c.js} +36 -36
- package/lib/{Select-B_IxRUUC.js.map → Select-DkOpAG0c.js.map} +1 -1
- package/lib/{SlotletProvider-pfc9oejW.js → SlotletProvider-DPbx9KdU.js} +53 -53
- package/lib/{SlotletProvider-pfc9oejW.js.map → SlotletProvider-DPbx9KdU.js.map} +1 -1
- package/lib/{Spinner-DuxJLLNE.js → Spinner-C5gHXrVz.js} +2 -2
- package/lib/{Spinner-DuxJLLNE.js.map → Spinner-C5gHXrVz.js.map} +1 -1
- package/lib/{SyntaxHighlight-Bz-lOJtH.js → SyntaxHighlight-CJCSPG1F.js} +297 -301
- package/lib/{SyntaxHighlight-Bz-lOJtH.js.map → SyntaxHighlight-CJCSPG1F.js.map} +1 -1
- package/lib/{ZudokuContext-hmLMUdf2.js → ZudokuContext-D3ayHjP-.js} +357 -356
- package/lib/ZudokuContext-D3ayHjP-.js.map +1 -0
- package/lib/{chunk-D52XG6IA-Dl7HLe6j.js → chunk-SYFQ2XB5-KWlHsT7t.js} +407 -410
- package/lib/chunk-SYFQ2XB5-KWlHsT7t.js.map +1 -0
- package/lib/context-rwLGh-6_.js +22 -0
- package/lib/{context-h_UkBLvr.js.map → context-rwLGh-6_.js.map} +1 -1
- package/lib/{createServer-Bf5_6o6G.js → createServer-BcaswoFO.js} +4363 -5302
- package/lib/createServer-BcaswoFO.js.map +1 -0
- package/lib/{hook-CHq7pFyz.js → hook-DUyACbIK.js} +17 -17
- package/lib/{hook-CHq7pFyz.js.map → hook-DUyACbIK.js.map} +1 -1
- package/lib/index-CaILD1AV.js +1292 -0
- package/lib/index-CaILD1AV.js.map +1 -0
- package/lib/index-Djenk2Hj.js +36 -0
- package/lib/{index-CPNSgwSb.js.map → index-Djenk2Hj.js.map} +1 -1
- package/lib/{index-CBXSgjaE.js → index-Dl3Yl0yb.js} +65 -69
- package/lib/index-Dl3Yl0yb.js.map +1 -0
- package/lib/index-TaRXY2w1.js +43 -0
- package/lib/index-TaRXY2w1.js.map +1 -0
- package/lib/{index.esm-BSV1C092.js → index.esm-9-TF9KQB.js} +52 -52
- package/lib/{index.esm-BSV1C092.js.map → index.esm-9-TF9KQB.js.map} +1 -1
- package/lib/index.esm-CrSoEshU.js +1207 -0
- package/lib/index.esm-CrSoEshU.js.map +1 -0
- package/lib/{jsx-runtime-Dx-03ztt.js → jsx-runtime-Bdg6XQ1m.js} +135 -135
- package/lib/{jsx-runtime-Dx-03ztt.js.map → jsx-runtime-Bdg6XQ1m.js.map} +1 -1
- package/lib/post-processors/removeExtensions.js +3 -3
- package/lib/post-processors/traverse.js +11 -8
- package/lib/post-processors/traverse.js.map +1 -1
- package/lib/{prism-bash.min-DadFsM4Z.js → prism-bash.min-HHIMdNJ_.js} +4 -4
- package/lib/{prism-bash.min-DadFsM4Z.js.map → prism-bash.min-HHIMdNJ_.js.map} +1 -1
- package/lib/{prism-csharp.min-DUwvItt4.js → prism-csharp.min-bQAo2pmx.js} +33 -33
- package/lib/{prism-csharp.min-DUwvItt4.js.map → prism-csharp.min-bQAo2pmx.js.map} +1 -1
- package/lib/{prism-java.min-BtgBR4yd.js → prism-java.min-BpvsOuIa.js} +12 -12
- package/lib/{prism-java.min-BtgBR4yd.js.map → prism-java.min-BpvsOuIa.js.map} +1 -1
- package/lib/{prism-markdown.min-F3U-vPBi.js → prism-markdown.min-C0Qn0m-5.js} +30 -30
- package/lib/{prism-markdown.min-F3U-vPBi.js.map → prism-markdown.min-C0Qn0m-5.js.map} +1 -1
- package/lib/{prism-ruby.min-DeDXCp1r.js → prism-ruby.min-Dx9KO9ds.js} +16 -16
- package/lib/{prism-ruby.min-DeDXCp1r.js.map → prism-ruby.min-Dx9KO9ds.js.map} +1 -1
- package/lib/prism-typescript.min-CD7H2IYQ.js.map +1 -1
- package/lib/state-mM7uaXTW.js +202 -0
- package/lib/state-mM7uaXTW.js.map +1 -0
- package/lib/ui/Accordion.js +1 -1
- package/lib/ui/ActionButton.js +3 -3
- package/lib/ui/Alert.js +2 -2
- package/lib/ui/AlertDialog.js +1 -1
- package/lib/ui/Badge.js +4 -3
- package/lib/ui/Badge.js.map +1 -1
- package/lib/ui/Breadcrumb.js +1 -1
- package/lib/ui/Button.js +2 -2
- package/lib/ui/Callout.js +1 -1
- package/lib/ui/Card.js +1 -1
- package/lib/ui/Carousel.js +3 -3
- package/lib/ui/Carousel.js.map +1 -1
- package/lib/ui/Checkbox.js +26 -15
- package/lib/ui/Checkbox.js.map +1 -1
- package/lib/ui/Command.js +14 -550
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/Dialog.js +1 -1
- package/lib/ui/Drawer.js +520 -519
- package/lib/ui/Drawer.js.map +1 -1
- package/lib/ui/DropdownMenu.js +1 -1
- package/lib/ui/Form.js +2 -2
- package/lib/ui/HoverCard.js +1 -1
- package/lib/ui/Input.js +1 -1
- package/lib/ui/Label.js +2 -2
- package/lib/ui/Pagination.js +7 -7
- package/lib/ui/Popover.js +1 -1
- package/lib/ui/Progress.js +1 -1
- package/lib/ui/RadioGroup.js +1 -1
- package/lib/ui/ScrollArea.js +1 -1
- package/lib/ui/Select.js +1 -1
- package/lib/ui/Skeleton.js +1 -1
- package/lib/ui/Slider.js +1 -1
- package/lib/ui/Switch.js +1 -1
- package/lib/ui/Tabs.js +1 -1
- package/lib/ui/Textarea.js +1 -1
- package/lib/ui/Toggle.js +2 -2
- package/lib/ui/ToggleGroup.js +1 -1
- package/lib/ui/Tooltip.js +1 -1
- package/lib/{useExposedProps-DE9lR6MF.js → useExposedProps-BBHR7aLM.js} +2 -2
- package/lib/{useExposedProps-DE9lR6MF.js.map → useExposedProps-BBHR7aLM.js.map} +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-clerk.js +18 -18
- package/lib/zudoku.auth-openid.js +5 -5
- package/lib/zudoku.components.js +492 -477
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.plugin-api-catalog.js +5 -5
- package/lib/zudoku.plugin-api-keys.js +7 -7
- package/lib/zudoku.plugin-custom-pages.js +3 -3
- package/lib/zudoku.plugin-markdown.js +2 -2
- package/lib/zudoku.plugin-openapi.js +5 -5
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/lib/zudoku.plugin-search-inkeep.js +9 -9
- package/package.json +48 -53
- package/src/app/demo.tsx +0 -1
- package/src/app/standalone.tsx +0 -1
- package/src/lib/components/navigation/SidebarCategory.tsx +2 -2
- package/src/lib/oas/graphql/index.ts +19 -15
- package/src/lib/plugins/openapi/ColorizedParam.tsx +29 -12
- package/src/lib/plugins/openapi/OperationList.tsx +4 -0
- package/src/lib/plugins/openapi/ParameterListItem.tsx +5 -7
- package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +2 -0
- package/src/lib/plugins/openapi/RequestBodySidecarBox.tsx +9 -8
- package/src/lib/plugins/openapi/ResponsesSidecarBox.tsx +5 -8
- package/src/lib/plugins/openapi/Sidecar.tsx +14 -7
- package/src/lib/plugins/openapi/SidecarBox.tsx +1 -1
- package/src/lib/plugins/openapi/SidecarExamples.tsx +163 -0
- package/src/lib/plugins/openapi/client/GraphQLClient.tsx +28 -120
- package/src/lib/plugins/openapi/client/createServer.ts +6 -2
- package/src/lib/plugins/openapi/client/useCreateQuery.ts +2 -17
- package/src/lib/plugins/openapi/index.tsx +2 -1
- package/src/lib/plugins/openapi/playground/EnumSelector.tsx +86 -0
- package/src/lib/plugins/openapi/playground/PathParams.tsx +72 -64
- package/src/lib/plugins/openapi/playground/Playground.tsx +26 -13
- package/src/lib/plugins/openapi/playground/QueryParams.tsx +102 -73
- package/src/lib/plugins/openapi/schema/SchemaComponents.tsx +4 -7
- package/src/lib/plugins/openapi/util/generateSchemaExample.ts +26 -11
- package/src/lib/ui/Badge.tsx +2 -1
- package/src/lib/ui/Checkbox.tsx +24 -7
- package/src/lib/util/traverse.ts +15 -5
- package/dist/lib/plugins/openapi/ExampleDisplay.js +0 -78
- package/dist/lib/plugins/openapi/ExampleDisplay.js.map +0 -1
- package/dist/lib/plugins/openapi/client/worker.d.ts +0 -4
- package/dist/lib/plugins/openapi/client/worker.js +0 -29
- package/dist/lib/plugins/openapi/client/worker.js.map +0 -1
- package/dist/lib/plugins/openapi-worker.d.ts +0 -1
- package/dist/lib/plugins/openapi-worker.js +0 -8
- package/dist/lib/plugins/openapi-worker.js.map +0 -1
- package/lib/Dialog-Bxv1yEIg.js +0 -67
- package/lib/Dialog-Bxv1yEIg.js.map +0 -1
- package/lib/OperationList-BLdHAQ39.js.map +0 -1
- package/lib/ZudokuContext-hmLMUdf2.js.map +0 -1
- package/lib/assets/index-C7jnHK4b.js +0 -4841
- package/lib/assets/index-C7jnHK4b.js.map +0 -1
- package/lib/assets/worker-Cbp2r2BQ.js +0 -18592
- package/lib/assets/worker-Cbp2r2BQ.js.map +0 -1
- package/lib/chunk-D52XG6IA-Dl7HLe6j.js.map +0 -1
- package/lib/context-h_UkBLvr.js +0 -22
- package/lib/createServer-Bf5_6o6G.js.map +0 -1
- package/lib/index-BNx95gkf.js +0 -1284
- package/lib/index-BNx95gkf.js.map +0 -1
- package/lib/index-CBXSgjaE.js.map +0 -1
- package/lib/index-CPNSgwSb.js +0 -36
- package/lib/index-DyBL--Kz.js +0 -826
- package/lib/index-DyBL--Kz.js.map +0 -1
- package/lib/index.esm-BnnBRKJX.js +0 -1214
- package/lib/index.esm-BnnBRKJX.js.map +0 -1
- package/lib/state-CFQsUZUP.js +0 -202
- package/lib/state-CFQsUZUP.js.map +0 -1
- package/lib/zudoku.openapi-worker.js +0 -15
- package/lib/zudoku.openapi-worker.js.map +0 -1
- package/src/lib/plugins/openapi/ExampleDisplay.tsx +0 -163
- package/src/lib/plugins/openapi/client/worker.ts +0 -44
- package/src/lib/plugins/openapi-worker.ts +0 -11
|
@@ -9,24 +9,24 @@ var k = { exports: {} }, y = {};
|
|
|
9
9
|
* This source code is licensed under the MIT license found in the
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
|
-
var
|
|
12
|
+
var ie;
|
|
13
13
|
function pe() {
|
|
14
|
-
if (
|
|
15
|
-
|
|
16
|
-
var
|
|
17
|
-
function R(C,
|
|
18
|
-
var
|
|
19
|
-
if (
|
|
20
|
-
|
|
21
|
-
for (var _ in
|
|
22
|
-
_ !== "key" && (
|
|
23
|
-
} else
|
|
24
|
-
return
|
|
25
|
-
$$typeof:
|
|
14
|
+
if (ie) return y;
|
|
15
|
+
ie = 1;
|
|
16
|
+
var s = Symbol.for("react.transitional.element"), p = Symbol.for("react.fragment");
|
|
17
|
+
function R(C, f, i) {
|
|
18
|
+
var E = null;
|
|
19
|
+
if (i !== void 0 && (E = "" + i), f.key !== void 0 && (E = "" + f.key), "key" in f) {
|
|
20
|
+
i = {};
|
|
21
|
+
for (var _ in f)
|
|
22
|
+
_ !== "key" && (i[_] = f[_]);
|
|
23
|
+
} else i = f;
|
|
24
|
+
return f = i.ref, {
|
|
25
|
+
$$typeof: s,
|
|
26
26
|
type: C,
|
|
27
|
-
key:
|
|
28
|
-
ref:
|
|
29
|
-
props:
|
|
27
|
+
key: E,
|
|
28
|
+
ref: f !== void 0 ? f : null,
|
|
29
|
+
props: i
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
return y.Fragment = p, y.jsx = R, y.jsxs = R, y;
|
|
@@ -41,10 +41,10 @@ var j = {};
|
|
|
41
41
|
* This source code is licensed under the MIT license found in the
|
|
42
42
|
* LICENSE file in the root directory of this source tree.
|
|
43
43
|
*/
|
|
44
|
-
var
|
|
44
|
+
var ce;
|
|
45
45
|
function Ce() {
|
|
46
|
-
return
|
|
47
|
-
function
|
|
46
|
+
return ce || (ce = 1, process.env.NODE_ENV !== "production" && function() {
|
|
47
|
+
function s(e) {
|
|
48
48
|
if (e == null) return null;
|
|
49
49
|
if (typeof e == "function")
|
|
50
50
|
return e.$$typeof === xe ? null : e.displayName || e.name || null;
|
|
@@ -75,11 +75,11 @@ function Ce() {
|
|
|
75
75
|
var r = e.render;
|
|
76
76
|
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
77
77
|
case $:
|
|
78
|
-
return r = e.displayName || null, r !== null ? r :
|
|
78
|
+
return r = e.displayName || null, r !== null ? r : s(e.type) || "Memo";
|
|
79
79
|
case U:
|
|
80
80
|
r = e._payload, e = e._init;
|
|
81
81
|
try {
|
|
82
|
-
return
|
|
82
|
+
return s(e(r));
|
|
83
83
|
} catch {
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -97,19 +97,19 @@ function Ce() {
|
|
|
97
97
|
}
|
|
98
98
|
if (r) {
|
|
99
99
|
r = console;
|
|
100
|
-
var
|
|
101
|
-
return
|
|
100
|
+
var t = r.error, o = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
101
|
+
return t.call(
|
|
102
102
|
r,
|
|
103
103
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
104
|
-
|
|
104
|
+
o
|
|
105
105
|
), p(e);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
function C() {
|
|
109
109
|
}
|
|
110
|
-
function
|
|
110
|
+
function f() {
|
|
111
111
|
if (x === 0) {
|
|
112
|
-
K = console.log, D = console.info, ee = console.warn, re = console.error,
|
|
112
|
+
K = console.log, D = console.info, ee = console.warn, re = console.error, te = console.group, ne = console.groupCollapsed, oe = console.groupEnd;
|
|
113
113
|
var e = {
|
|
114
114
|
configurable: !0,
|
|
115
115
|
enumerable: !0,
|
|
@@ -128,7 +128,7 @@ function Ce() {
|
|
|
128
128
|
}
|
|
129
129
|
x++;
|
|
130
130
|
}
|
|
131
|
-
function
|
|
131
|
+
function i() {
|
|
132
132
|
if (x--, x === 0) {
|
|
133
133
|
var e = { configurable: !0, enumerable: !0, writable: !0 };
|
|
134
134
|
Object.defineProperties(console, {
|
|
@@ -136,73 +136,73 @@ function Ce() {
|
|
|
136
136
|
info: g({}, e, { value: D }),
|
|
137
137
|
warn: g({}, e, { value: ee }),
|
|
138
138
|
error: g({}, e, { value: re }),
|
|
139
|
-
group: g({}, e, { value:
|
|
140
|
-
groupCollapsed: g({}, e, { value:
|
|
141
|
-
groupEnd: g({}, e, { value:
|
|
139
|
+
group: g({}, e, { value: te }),
|
|
140
|
+
groupCollapsed: g({}, e, { value: ne }),
|
|
141
|
+
groupEnd: g({}, e, { value: oe })
|
|
142
142
|
});
|
|
143
143
|
}
|
|
144
144
|
0 > x && console.error(
|
|
145
145
|
"disabledDepth fell below zero. This is a bug in React. Please file an issue."
|
|
146
146
|
);
|
|
147
147
|
}
|
|
148
|
-
function
|
|
148
|
+
function E(e) {
|
|
149
149
|
if (q === void 0)
|
|
150
150
|
try {
|
|
151
151
|
throw Error();
|
|
152
|
-
} catch (
|
|
153
|
-
var r =
|
|
154
|
-
q = r && r[1] || "", ae = -1 <
|
|
155
|
-
at`) ? " (<anonymous>)" : -1 <
|
|
152
|
+
} catch (t) {
|
|
153
|
+
var r = t.stack.trim().match(/\n( *(at )?)/);
|
|
154
|
+
q = r && r[1] || "", ae = -1 < t.stack.indexOf(`
|
|
155
|
+
at`) ? " (<anonymous>)" : -1 < t.stack.indexOf("@") ? "@unknown:0:0" : "";
|
|
156
156
|
}
|
|
157
157
|
return `
|
|
158
158
|
` + q + e + ae;
|
|
159
159
|
}
|
|
160
160
|
function _(e, r) {
|
|
161
161
|
if (!e || z) return "";
|
|
162
|
-
var
|
|
163
|
-
if (
|
|
164
|
-
z = !0,
|
|
165
|
-
var
|
|
166
|
-
|
|
162
|
+
var t = V.get(e);
|
|
163
|
+
if (t !== void 0) return t;
|
|
164
|
+
z = !0, t = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
|
|
165
|
+
var o = null;
|
|
166
|
+
o = b.H, b.H = null, f();
|
|
167
167
|
try {
|
|
168
168
|
var u = {
|
|
169
169
|
DetermineComponentFrameRoot: function() {
|
|
170
170
|
try {
|
|
171
171
|
if (r) {
|
|
172
|
-
var
|
|
172
|
+
var v = function() {
|
|
173
173
|
throw Error();
|
|
174
174
|
};
|
|
175
|
-
if (Object.defineProperty(
|
|
175
|
+
if (Object.defineProperty(v.prototype, "props", {
|
|
176
176
|
set: function() {
|
|
177
177
|
throw Error();
|
|
178
178
|
}
|
|
179
179
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
180
180
|
try {
|
|
181
|
-
Reflect.construct(
|
|
182
|
-
} catch (
|
|
183
|
-
var h =
|
|
181
|
+
Reflect.construct(v, []);
|
|
182
|
+
} catch (d) {
|
|
183
|
+
var h = d;
|
|
184
184
|
}
|
|
185
|
-
Reflect.construct(e, [],
|
|
185
|
+
Reflect.construct(e, [], v);
|
|
186
186
|
} else {
|
|
187
187
|
try {
|
|
188
|
-
|
|
189
|
-
} catch (
|
|
190
|
-
h =
|
|
188
|
+
v.call();
|
|
189
|
+
} catch (d) {
|
|
190
|
+
h = d;
|
|
191
191
|
}
|
|
192
|
-
e.call(
|
|
192
|
+
e.call(v.prototype);
|
|
193
193
|
}
|
|
194
194
|
} else {
|
|
195
195
|
try {
|
|
196
196
|
throw Error();
|
|
197
|
-
} catch (
|
|
198
|
-
h =
|
|
197
|
+
} catch (d) {
|
|
198
|
+
h = d;
|
|
199
199
|
}
|
|
200
|
-
(
|
|
200
|
+
(v = e()) && typeof v.catch == "function" && v.catch(function() {
|
|
201
201
|
});
|
|
202
202
|
}
|
|
203
|
-
} catch (
|
|
204
|
-
if (
|
|
205
|
-
return [
|
|
203
|
+
} catch (d) {
|
|
204
|
+
if (d && h && typeof d.stack == "string")
|
|
205
|
+
return [d.stack, h.stack];
|
|
206
206
|
}
|
|
207
207
|
return [null, null];
|
|
208
208
|
}
|
|
@@ -217,27 +217,27 @@ function Ce() {
|
|
|
217
217
|
"name",
|
|
218
218
|
{ value: "DetermineComponentFrameRoot" }
|
|
219
219
|
);
|
|
220
|
-
var
|
|
221
|
-
if (
|
|
222
|
-
var l =
|
|
220
|
+
var n = u.DetermineComponentFrameRoot(), c = n[0], T = n[1];
|
|
221
|
+
if (c && T) {
|
|
222
|
+
var l = c.split(`
|
|
223
223
|
`), m = T.split(`
|
|
224
224
|
`);
|
|
225
|
-
for (
|
|
225
|
+
for (n = a = 0; a < l.length && !l[a].includes(
|
|
226
226
|
"DetermineComponentFrameRoot"
|
|
227
227
|
); )
|
|
228
228
|
a++;
|
|
229
|
-
for (;
|
|
229
|
+
for (; n < m.length && !m[n].includes(
|
|
230
230
|
"DetermineComponentFrameRoot"
|
|
231
231
|
); )
|
|
232
|
-
|
|
233
|
-
if (a === l.length ||
|
|
234
|
-
for (a = l.length - 1,
|
|
235
|
-
|
|
236
|
-
for (; 1 <= a && 0 <=
|
|
237
|
-
if (l[a] !== m[
|
|
238
|
-
if (a !== 1 ||
|
|
232
|
+
n++;
|
|
233
|
+
if (a === l.length || n === m.length)
|
|
234
|
+
for (a = l.length - 1, n = m.length - 1; 1 <= a && 0 <= n && l[a] !== m[n]; )
|
|
235
|
+
n--;
|
|
236
|
+
for (; 1 <= a && 0 <= n; a--, n--)
|
|
237
|
+
if (l[a] !== m[n]) {
|
|
238
|
+
if (a !== 1 || n !== 1)
|
|
239
239
|
do
|
|
240
|
-
if (a--,
|
|
240
|
+
if (a--, n--, 0 > n || l[a] !== m[n]) {
|
|
241
241
|
var w = `
|
|
242
242
|
` + l[a].replace(
|
|
243
243
|
" at new ",
|
|
@@ -245,14 +245,14 @@ function Ce() {
|
|
|
245
245
|
);
|
|
246
246
|
return e.displayName && w.includes("<anonymous>") && (w = w.replace("<anonymous>", e.displayName)), typeof e == "function" && V.set(e, w), w;
|
|
247
247
|
}
|
|
248
|
-
while (1 <= a && 0 <=
|
|
248
|
+
while (1 <= a && 0 <= n);
|
|
249
249
|
break;
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
} finally {
|
|
253
|
-
z = !1, b.H =
|
|
253
|
+
z = !1, b.H = o, i(), Error.prepareStackTrace = t;
|
|
254
254
|
}
|
|
255
|
-
return l = (l = e ? e.displayName || e.name : "") ?
|
|
255
|
+
return l = (l = e ? e.displayName || e.name : "") ? E(l) : "", typeof e == "function" && V.set(e, l), l;
|
|
256
256
|
}
|
|
257
257
|
function O(e) {
|
|
258
258
|
if (e == null) return "";
|
|
@@ -263,12 +263,12 @@ function Ce() {
|
|
|
263
263
|
!(!r || !r.isReactComponent)
|
|
264
264
|
);
|
|
265
265
|
}
|
|
266
|
-
if (typeof e == "string") return
|
|
266
|
+
if (typeof e == "string") return E(e);
|
|
267
267
|
switch (e) {
|
|
268
268
|
case M:
|
|
269
|
-
return
|
|
269
|
+
return E("Suspense");
|
|
270
270
|
case W:
|
|
271
|
-
return
|
|
271
|
+
return E("SuspenseList");
|
|
272
272
|
}
|
|
273
273
|
if (typeof e == "object")
|
|
274
274
|
switch (e.$$typeof) {
|
|
@@ -289,39 +289,39 @@ function Ce() {
|
|
|
289
289
|
var e = b.A;
|
|
290
290
|
return e === null ? null : e.getOwner();
|
|
291
291
|
}
|
|
292
|
-
function
|
|
292
|
+
function Ee(e) {
|
|
293
293
|
if (Q.call(e, "key")) {
|
|
294
294
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
295
295
|
if (r && r.isReactWarning) return !1;
|
|
296
296
|
}
|
|
297
297
|
return e.key !== void 0;
|
|
298
298
|
}
|
|
299
|
-
function
|
|
300
|
-
function
|
|
299
|
+
function ve(e, r) {
|
|
300
|
+
function t() {
|
|
301
301
|
ue || (ue = !0, console.error(
|
|
302
302
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
303
303
|
r
|
|
304
304
|
));
|
|
305
305
|
}
|
|
306
|
-
|
|
307
|
-
get:
|
|
306
|
+
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
307
|
+
get: t,
|
|
308
308
|
configurable: !0
|
|
309
309
|
});
|
|
310
310
|
}
|
|
311
311
|
function be() {
|
|
312
|
-
var e =
|
|
312
|
+
var e = s(this.type);
|
|
313
313
|
return le[e] || (le[e] = !0, console.error(
|
|
314
314
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
315
315
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
316
316
|
}
|
|
317
|
-
function ge(e, r,
|
|
318
|
-
return
|
|
317
|
+
function ge(e, r, t, o, u, a) {
|
|
318
|
+
return t = a.ref, e = {
|
|
319
319
|
$$typeof: N,
|
|
320
320
|
type: e,
|
|
321
321
|
key: r,
|
|
322
322
|
props: a,
|
|
323
323
|
_owner: u
|
|
324
|
-
}, (
|
|
324
|
+
}, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
|
|
325
325
|
enumerable: !1,
|
|
326
326
|
get: be
|
|
327
327
|
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
@@ -336,65 +336,65 @@ function Ce() {
|
|
|
336
336
|
value: null
|
|
337
337
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
338
338
|
}
|
|
339
|
-
function G(e, r,
|
|
339
|
+
function G(e, r, t, o, u, a) {
|
|
340
340
|
if (typeof e == "string" || typeof e == "function" || e === P || e === F || e === B || e === M || e === W || e === Re || typeof e == "object" && e !== null && (e.$$typeof === U || e.$$typeof === $ || e.$$typeof === Z || e.$$typeof === L || e.$$typeof === Y || e.$$typeof === we || e.getModuleId !== void 0)) {
|
|
341
|
-
var
|
|
342
|
-
if (
|
|
343
|
-
if (
|
|
344
|
-
if (J(
|
|
345
|
-
for (
|
|
346
|
-
H(
|
|
347
|
-
Object.freeze && Object.freeze(
|
|
341
|
+
var n = r.children;
|
|
342
|
+
if (n !== void 0)
|
|
343
|
+
if (o)
|
|
344
|
+
if (J(n)) {
|
|
345
|
+
for (o = 0; o < n.length; o++)
|
|
346
|
+
H(n[o], e);
|
|
347
|
+
Object.freeze && Object.freeze(n);
|
|
348
348
|
} else
|
|
349
349
|
console.error(
|
|
350
350
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
351
351
|
);
|
|
352
|
-
else H(
|
|
352
|
+
else H(n, e);
|
|
353
353
|
} else
|
|
354
|
-
|
|
354
|
+
n = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (n += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null ? o = "null" : J(e) ? o = "array" : e !== void 0 && e.$$typeof === N ? (o = "<" + (s(e.type) || "Unknown") + " />", n = " Did you accidentally export a JSX literal instead of a component?") : o = typeof e, console.error(
|
|
355
355
|
"React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
|
|
356
|
-
|
|
357
|
-
|
|
356
|
+
o,
|
|
357
|
+
n
|
|
358
358
|
);
|
|
359
359
|
if (Q.call(r, "key")) {
|
|
360
|
-
|
|
361
|
-
var
|
|
360
|
+
n = s(e);
|
|
361
|
+
var c = Object.keys(r).filter(function(l) {
|
|
362
362
|
return l !== "key";
|
|
363
363
|
});
|
|
364
|
-
|
|
364
|
+
o = 0 < c.length ? "{key: someKey, " + c.join(": ..., ") + ": ...}" : "{key: someKey}", fe[n + o] || (c = 0 < c.length ? "{" + c.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
365
365
|
`A props object containing a "key" prop is being spread into JSX:
|
|
366
366
|
let props = %s;
|
|
367
367
|
<%s {...props} />
|
|
368
368
|
React keys must be passed directly to JSX without using spread:
|
|
369
369
|
let props = %s;
|
|
370
370
|
<%s key={someKey} {...props} />`,
|
|
371
|
+
o,
|
|
371
372
|
n,
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
), se[t + n] = !0);
|
|
373
|
+
c,
|
|
374
|
+
n
|
|
375
|
+
), fe[n + o] = !0);
|
|
376
376
|
}
|
|
377
|
-
if (
|
|
378
|
-
|
|
377
|
+
if (n = null, t !== void 0 && (R(t), n = "" + t), Ee(r) && (R(r.key), n = "" + r.key), "key" in r) {
|
|
378
|
+
t = {};
|
|
379
379
|
for (var T in r)
|
|
380
|
-
T !== "key" && (
|
|
381
|
-
} else
|
|
382
|
-
return
|
|
383
|
-
|
|
380
|
+
T !== "key" && (t[T] = r[T]);
|
|
381
|
+
} else t = r;
|
|
382
|
+
return n && ve(
|
|
383
|
+
t,
|
|
384
384
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
385
|
-
), ge(e,
|
|
385
|
+
), ge(e, n, a, u, S(), t);
|
|
386
386
|
}
|
|
387
387
|
function H(e, r) {
|
|
388
388
|
if (typeof e == "object" && e && e.$$typeof !== ye) {
|
|
389
389
|
if (J(e))
|
|
390
|
-
for (var
|
|
391
|
-
var
|
|
392
|
-
A(
|
|
390
|
+
for (var t = 0; t < e.length; t++) {
|
|
391
|
+
var o = e[t];
|
|
392
|
+
A(o) && X(o, r);
|
|
393
393
|
}
|
|
394
394
|
else if (A(e))
|
|
395
395
|
e._store && (e._store.validated = 1);
|
|
396
|
-
else if (e === null || typeof e != "object" ?
|
|
397
|
-
for (; !(e =
|
|
396
|
+
else if (e === null || typeof e != "object" ? t = null : (t = I && e[I] || e["@@iterator"], t = typeof t == "function" ? t : null), typeof t == "function" && t !== e.entries && (t = t.call(e), t !== e))
|
|
397
|
+
for (; !(e = t.next()).done; )
|
|
398
398
|
A(e.value) && X(e.value, r);
|
|
399
399
|
}
|
|
400
400
|
}
|
|
@@ -402,45 +402,45 @@ React keys must be passed directly to JSX without using spread:
|
|
|
402
402
|
return typeof e == "object" && e !== null && e.$$typeof === N;
|
|
403
403
|
}
|
|
404
404
|
function X(e, r) {
|
|
405
|
-
if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = me(r), !
|
|
406
|
-
|
|
407
|
-
var
|
|
408
|
-
e && e._owner != null && e._owner !== S() && (
|
|
409
|
-
var
|
|
405
|
+
if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = me(r), !se[r])) {
|
|
406
|
+
se[r] = !0;
|
|
407
|
+
var t = "";
|
|
408
|
+
e && e._owner != null && e._owner !== S() && (t = null, typeof e._owner.tag == "number" ? t = s(e._owner.type) : typeof e._owner.name == "string" && (t = e._owner.name), t = " It was passed a child from " + t + ".");
|
|
409
|
+
var o = b.getCurrentStack;
|
|
410
410
|
b.getCurrentStack = function() {
|
|
411
411
|
var u = O(e.type);
|
|
412
|
-
return
|
|
412
|
+
return o && (u += o() || ""), u;
|
|
413
413
|
}, console.error(
|
|
414
414
|
'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
|
|
415
415
|
r,
|
|
416
|
-
|
|
417
|
-
), b.getCurrentStack =
|
|
416
|
+
t
|
|
417
|
+
), b.getCurrentStack = o;
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
function me(e) {
|
|
421
|
-
var r = "",
|
|
422
|
-
return
|
|
421
|
+
var r = "", t = S();
|
|
422
|
+
return t && (t = s(t.type)) && (r = `
|
|
423
423
|
|
|
424
|
-
Check the render method of \`` +
|
|
424
|
+
Check the render method of \`` + t + "`."), r || (e = s(e)) && (r = `
|
|
425
425
|
|
|
426
426
|
Check the top-level render call using <` + e + ">."), r;
|
|
427
427
|
}
|
|
428
|
-
var _e = je, N = Symbol.for("react.transitional.element"), Te = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), B = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), L = Symbol.for("react.consumer"), Z = Symbol.for("react.context"), Y = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), W = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), Re = Symbol.for("react.offscreen"), I = Symbol.iterator, xe = Symbol.for("react.client.reference"), b = _e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, g = Object.assign, we = Symbol.for("react.client.reference"), J = Array.isArray, x = 0, K, D, ee, re,
|
|
428
|
+
var _e = je, N = Symbol.for("react.transitional.element"), Te = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), B = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), L = Symbol.for("react.consumer"), Z = Symbol.for("react.context"), Y = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), W = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), Re = Symbol.for("react.offscreen"), I = Symbol.iterator, xe = Symbol.for("react.client.reference"), b = _e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, g = Object.assign, we = Symbol.for("react.client.reference"), J = Array.isArray, x = 0, K, D, ee, re, te, ne, oe;
|
|
429
429
|
C.__reactDisabledLog = !0;
|
|
430
|
-
var q, ae, z = !1, V = new (typeof WeakMap == "function" ? WeakMap : Map)(), ye = Symbol.for("react.client.reference"), ue, le = {},
|
|
431
|
-
j.Fragment = P, j.jsx = function(e, r,
|
|
432
|
-
return G(e, r,
|
|
433
|
-
}, j.jsxs = function(e, r,
|
|
434
|
-
return G(e, r,
|
|
430
|
+
var q, ae, z = !1, V = new (typeof WeakMap == "function" ? WeakMap : Map)(), ye = Symbol.for("react.client.reference"), ue, le = {}, fe = {}, se = {};
|
|
431
|
+
j.Fragment = P, j.jsx = function(e, r, t, o, u) {
|
|
432
|
+
return G(e, r, t, !1, o, u);
|
|
433
|
+
}, j.jsxs = function(e, r, t, o, u) {
|
|
434
|
+
return G(e, r, t, !0, o, u);
|
|
435
435
|
};
|
|
436
436
|
}()), j;
|
|
437
437
|
}
|
|
438
|
-
var
|
|
438
|
+
var de;
|
|
439
439
|
function he() {
|
|
440
|
-
return
|
|
440
|
+
return de || (de = 1, process.env.NODE_ENV === "production" ? k.exports = pe() : k.exports = Ce()), k.exports;
|
|
441
441
|
}
|
|
442
442
|
var Oe = he();
|
|
443
443
|
export {
|
|
444
444
|
Oe as j
|
|
445
445
|
};
|
|
446
|
-
//# sourceMappingURL=jsx-runtime-
|
|
446
|
+
//# sourceMappingURL=jsx-runtime-Bdg6XQ1m.js.map
|