zudoku 0.0.0-f62edde → 0.0.0-f687ed1

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.
Files changed (506) hide show
  1. package/README.md +2 -2
  2. package/dist/app/demo.js +17 -2
  3. package/dist/app/demo.js.map +1 -1
  4. package/dist/app/main.js +7 -13
  5. package/dist/app/main.js.map +1 -1
  6. package/dist/app/standalone.js +3 -3
  7. package/dist/app/standalone.js.map +1 -1
  8. package/dist/cli/build/handler.js +9 -1
  9. package/dist/cli/build/handler.js.map +1 -1
  10. package/dist/config/loader.js +2 -5
  11. package/dist/config/loader.js.map +1 -1
  12. package/dist/config/validators/BuildSchema.js +5 -0
  13. package/dist/config/validators/BuildSchema.js.map +1 -1
  14. package/dist/config/validators/InputNavigationSchema.d.ts +152 -5
  15. package/dist/config/validators/InputNavigationSchema.js +0 -3
  16. package/dist/config/validators/InputNavigationSchema.js.map +1 -1
  17. package/dist/config/validators/InputNavigationSchema.test-d.js +0 -1
  18. package/dist/config/validators/InputNavigationSchema.test-d.js.map +1 -1
  19. package/dist/config/validators/NavigationSchema.js +4 -3
  20. package/dist/config/validators/NavigationSchema.js.map +1 -1
  21. package/dist/config/validators/icon-types.d.ts +1 -1
  22. package/dist/config/validators/icon-types.js +38 -0
  23. package/dist/config/validators/icon-types.js.map +1 -1
  24. package/dist/config/validators/validate.d.ts +6 -3
  25. package/dist/config/validators/validate.js +15 -5
  26. package/dist/config/validators/validate.js.map +1 -1
  27. package/dist/config/validators/validate.test.js +65 -2
  28. package/dist/config/validators/validate.test.js.map +1 -1
  29. package/dist/lib/authentication/authentication.d.ts +2 -0
  30. package/dist/lib/authentication/components/SignIn.js +4 -3
  31. package/dist/lib/authentication/components/SignIn.js.map +1 -1
  32. package/dist/lib/authentication/providers/openid.d.ts +4 -2
  33. package/dist/lib/authentication/providers/openid.js +11 -5
  34. package/dist/lib/authentication/providers/openid.js.map +1 -1
  35. package/dist/lib/components/Autocomplete.js +2 -2
  36. package/dist/lib/components/Autocomplete.js.map +1 -1
  37. package/dist/lib/components/Banner.js +2 -2
  38. package/dist/lib/components/Banner.js.map +1 -1
  39. package/dist/lib/components/CategoryHeading.js +1 -1
  40. package/dist/lib/components/CategoryHeading.js.map +1 -1
  41. package/dist/lib/components/ErrorPage.js +2 -2
  42. package/dist/lib/components/ErrorPage.js.map +1 -1
  43. package/dist/lib/components/Footer.js +1 -1
  44. package/dist/lib/components/Footer.js.map +1 -1
  45. package/dist/lib/components/Header.js +10 -10
  46. package/dist/lib/components/Header.js.map +1 -1
  47. package/dist/lib/components/Main.js +1 -1
  48. package/dist/lib/components/Markdown.d.ts +0 -1
  49. package/dist/lib/components/Markdown.js +2 -3
  50. package/dist/lib/components/Markdown.js.map +1 -1
  51. package/dist/lib/components/MobileTopNavigation.js +8 -5
  52. package/dist/lib/components/MobileTopNavigation.js.map +1 -1
  53. package/dist/lib/components/NotFoundPage.js +2 -2
  54. package/dist/lib/components/NotFoundPage.js.map +1 -1
  55. package/dist/lib/components/Pagination.js +1 -1
  56. package/dist/lib/components/Pagination.js.map +1 -1
  57. package/dist/lib/components/StatusPage.js +4 -0
  58. package/dist/lib/components/StatusPage.js.map +1 -1
  59. package/dist/lib/components/TopNavigation.d.ts +5 -0
  60. package/dist/lib/components/TopNavigation.js +16 -12
  61. package/dist/lib/components/TopNavigation.js.map +1 -1
  62. package/dist/lib/components/Typography.d.ts +5 -0
  63. package/dist/lib/components/Typography.js +8 -0
  64. package/dist/lib/components/Typography.js.map +1 -0
  65. package/dist/lib/components/index.d.ts +4 -0
  66. package/dist/lib/components/index.js +2 -0
  67. package/dist/lib/components/index.js.map +1 -1
  68. package/dist/lib/components/navigation/NavigationWrapper.js +2 -2
  69. package/dist/lib/components/navigation/NavigationWrapper.js.map +1 -1
  70. package/dist/lib/core/ZudokuContext.d.ts +7 -5
  71. package/dist/lib/core/ZudokuContext.js +16 -3
  72. package/dist/lib/core/ZudokuContext.js.map +1 -1
  73. package/dist/lib/errors/ErrorAlert.js +2 -3
  74. package/dist/lib/errors/ErrorAlert.js.map +1 -1
  75. package/dist/lib/hooks/useHotkey.d.ts +4 -0
  76. package/dist/lib/hooks/useHotkey.js +58 -0
  77. package/dist/lib/hooks/useHotkey.js.map +1 -0
  78. package/dist/lib/plugins/api-keys/SettingsApiKeys.js +8 -12
  79. package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
  80. package/dist/lib/plugins/api-keys/index.js +1 -1
  81. package/dist/lib/plugins/custom-pages/index.d.ts +1 -4
  82. package/dist/lib/plugins/custom-pages/index.js +1 -3
  83. package/dist/lib/plugins/custom-pages/index.js.map +1 -1
  84. package/dist/lib/plugins/markdown/MdxPage.js +5 -5
  85. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  86. package/dist/lib/plugins/openapi/OperationList.js +3 -3
  87. package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
  88. package/dist/lib/plugins/openapi/OperationListItem.js +2 -2
  89. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  90. package/dist/lib/plugins/openapi/ParameterListItem.js +1 -1
  91. package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
  92. package/dist/lib/plugins/openapi/SchemaList.js +2 -3
  93. package/dist/lib/plugins/openapi/SchemaList.js.map +1 -1
  94. package/dist/lib/plugins/openapi/Sidecar.js +1 -1
  95. package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
  96. package/dist/lib/plugins/openapi/SidecarExamples.js +1 -1
  97. package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -1
  98. package/dist/lib/plugins/openapi/index.js +1 -1
  99. package/dist/lib/plugins/openapi/index.js.map +1 -1
  100. package/dist/lib/plugins/openapi/playground/BodyPanel.d.ts +2 -2
  101. package/dist/lib/plugins/openapi/playground/BodyPanel.js +16 -12
  102. package/dist/lib/plugins/openapi/playground/BodyPanel.js.map +1 -1
  103. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.d.ts +8 -0
  104. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js +11 -0
  105. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js.map +1 -0
  106. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js +2 -2
  107. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js.map +1 -1
  108. package/dist/lib/plugins/openapi/playground/Headers.d.ts +3 -2
  109. package/dist/lib/plugins/openapi/playground/Headers.js +52 -30
  110. package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
  111. package/dist/lib/plugins/openapi/playground/IdentityDialog.js +2 -1
  112. package/dist/lib/plugins/openapi/playground/IdentityDialog.js.map +1 -1
  113. package/dist/lib/plugins/openapi/playground/IdentitySelector.js +1 -2
  114. package/dist/lib/plugins/openapi/playground/IdentitySelector.js.map +1 -1
  115. package/dist/lib/plugins/openapi/playground/InlineInput.js +1 -1
  116. package/dist/lib/plugins/openapi/playground/InlineInput.js.map +1 -1
  117. package/dist/lib/plugins/openapi/playground/ParamsGrid.js +2 -2
  118. package/dist/lib/plugins/openapi/playground/ParamsGrid.js.map +1 -1
  119. package/dist/lib/plugins/openapi/playground/PathParams.js +1 -2
  120. package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
  121. package/dist/lib/plugins/openapi/playground/Playground.js +50 -35
  122. package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
  123. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +1 -1
  124. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -1
  125. package/dist/lib/plugins/openapi/playground/QueryParams.d.ts +2 -2
  126. package/dist/lib/plugins/openapi/playground/QueryParams.js +38 -23
  127. package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
  128. package/dist/lib/plugins/openapi/playground/Spinner.d.ts +2 -0
  129. package/dist/lib/plugins/openapi/playground/Spinner.js +63 -0
  130. package/dist/lib/plugins/openapi/playground/Spinner.js.map +1 -0
  131. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.d.ts +3 -0
  132. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js +13 -0
  133. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js.map +1 -0
  134. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.d.ts +1 -0
  135. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js +12 -0
  136. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js.map +1 -0
  137. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.d.ts +12 -0
  138. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js +11 -0
  139. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js.map +1 -0
  140. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.d.ts +8 -0
  141. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js +69 -0
  142. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js.map +1 -0
  143. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.d.ts +7 -4
  144. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +25 -32
  145. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
  146. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.d.ts +4 -2
  147. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +8 -10
  148. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -1
  149. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js +3 -3
  150. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js.map +1 -1
  151. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +2 -3
  152. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
  153. package/dist/lib/plugins/openapi/schema/SchemaView.js +4 -4
  154. package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
  155. package/dist/lib/plugins/openapi/schema/utils.js +3 -2
  156. package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
  157. package/dist/lib/plugins/search-inkeep/index.d.ts +5 -22
  158. package/dist/lib/plugins/search-inkeep/index.js +35 -29
  159. package/dist/lib/plugins/search-inkeep/index.js.map +1 -1
  160. package/dist/lib/plugins/search-inkeep/inkeep.d.ts +5 -21
  161. package/dist/lib/plugins/search-inkeep/inkeep.js +10 -19
  162. package/dist/lib/plugins/search-inkeep/inkeep.js.map +1 -1
  163. package/dist/lib/plugins/search-pagefind/PagefindSearch.js +1 -1
  164. package/dist/lib/plugins/search-pagefind/PagefindSearch.js.map +1 -1
  165. package/dist/lib/plugins/search-pagefind/ResultList.d.ts +1 -1
  166. package/dist/lib/plugins/search-pagefind/ResultList.js +12 -5
  167. package/dist/lib/plugins/search-pagefind/ResultList.js.map +1 -1
  168. package/dist/lib/ui/Alert.d.ts +1 -1
  169. package/dist/lib/ui/CodeBlock.js +5 -6
  170. package/dist/lib/ui/CodeBlock.js.map +1 -1
  171. package/dist/lib/ui/Dialog.js +1 -1
  172. package/dist/lib/ui/Dialog.js.map +1 -1
  173. package/dist/lib/ui/EmbeddedCodeBlock.js +1 -1
  174. package/dist/lib/ui/EmbeddedCodeBlock.js.map +1 -1
  175. package/dist/lib/ui/Select.js +1 -1
  176. package/dist/lib/util/os.d.ts +2 -0
  177. package/dist/lib/util/os.js +21 -0
  178. package/dist/lib/util/os.js.map +1 -0
  179. package/dist/lib/util/useCopyToClipboard.d.ts +1 -0
  180. package/dist/lib/util/useCopyToClipboard.js +11 -0
  181. package/dist/lib/util/useCopyToClipboard.js.map +1 -0
  182. package/dist/vite/api/SchemaManager.js +6 -2
  183. package/dist/vite/api/SchemaManager.js.map +1 -1
  184. package/dist/vite/api/schema-codegen.js +42 -11
  185. package/dist/vite/api/schema-codegen.js.map +1 -1
  186. package/dist/vite/api/schema-codegen.test.js +82 -0
  187. package/dist/vite/api/schema-codegen.test.js.map +1 -1
  188. package/dist/vite/build.js +8 -2
  189. package/dist/vite/build.js.map +1 -1
  190. package/dist/vite/dev-server.js +10 -2
  191. package/dist/vite/dev-server.js.map +1 -1
  192. package/dist/vite/mdx/remark-last-modified.js +1 -28
  193. package/dist/vite/mdx/remark-last-modified.js.map +1 -1
  194. package/dist/vite/plugin-docs.js +11 -9
  195. package/dist/vite/plugin-docs.js.map +1 -1
  196. package/dist/vite/plugin-mdx.js +2 -3
  197. package/dist/vite/plugin-mdx.js.map +1 -1
  198. package/dist/vite/plugin-theme.js +91 -40
  199. package/dist/vite/plugin-theme.js.map +1 -1
  200. package/dist/vite/plugin-theme.test.js +47 -5
  201. package/dist/vite/plugin-theme.test.js.map +1 -1
  202. package/lib/Alert-_ISVjPaE.js +161 -0
  203. package/lib/Alert-_ISVjPaE.js.map +1 -0
  204. package/lib/{Button-BE9IVkWV.js → Button-B3o-2Xdf.js} +2 -2
  205. package/lib/{Button-BE9IVkWV.js.map → Button-B3o-2Xdf.js.map} +1 -1
  206. package/lib/CallbackHandler-CHrZoaQm.js +38 -0
  207. package/lib/CallbackHandler-CHrZoaQm.js.map +1 -0
  208. package/lib/{Card-DPhGbYUM.js → Card-CMDQUPM4.js} +2 -2
  209. package/lib/{Card-DPhGbYUM.js.map → Card-CMDQUPM4.js.map} +1 -1
  210. package/lib/ClientOnly-E7hGysn1.js.map +1 -1
  211. package/lib/CodeBlock-B-G0eKtw.js +85 -0
  212. package/lib/CodeBlock-B-G0eKtw.js.map +1 -0
  213. package/lib/Command-C9AC5cf-.js +140 -0
  214. package/lib/Command-C9AC5cf-.js.map +1 -0
  215. package/lib/{Dialog-BxpuVLh9.js → Dialog-DMWw1doX.js} +6 -6
  216. package/lib/Dialog-DMWw1doX.js.map +1 -0
  217. package/lib/{Drawer-BzkOKwgC.js → Drawer-DJ05s2pH.js} +86 -86
  218. package/lib/{Drawer-BzkOKwgC.js.map → Drawer-DJ05s2pH.js.map} +1 -1
  219. package/lib/MdxPage-CO_w2FI6.js +110 -0
  220. package/lib/MdxPage-CO_w2FI6.js.map +1 -0
  221. package/lib/{OasProvider-CUXXF3oj.js → OasProvider-BbVO6EgC.js} +3 -3
  222. package/lib/{OasProvider-CUXXF3oj.js.map → OasProvider-BbVO6EgC.js.map} +1 -1
  223. package/lib/{OperationList-P_vP7u7f.js → OperationList-Crvmqvd9.js} +726 -714
  224. package/lib/OperationList-Crvmqvd9.js.map +1 -0
  225. package/lib/{Pagination-tnJwvuLq.js → Pagination-Ct2YfjYl.js} +10 -9
  226. package/lib/Pagination-Ct2YfjYl.js.map +1 -0
  227. package/lib/RouteGuard-Vnlz_t51.js +737 -0
  228. package/lib/RouteGuard-Vnlz_t51.js.map +1 -0
  229. package/lib/{SchemaList-6GhTLPZt.js → SchemaList-DOYtqnab.js} +26 -37
  230. package/lib/SchemaList-DOYtqnab.js.map +1 -0
  231. package/lib/{SchemaView-DTIMiB_H.js → SchemaView-CyRfElaI.js} +94 -103
  232. package/lib/SchemaView-CyRfElaI.js.map +1 -0
  233. package/lib/SignUp-CcP8Tyfs.js +56 -0
  234. package/lib/SignUp-CcP8Tyfs.js.map +1 -0
  235. package/lib/{Markdown-BF7mJP8j.js → Slot-DqgTXQwt.js} +3359 -3002
  236. package/lib/Slot-DqgTXQwt.js.map +1 -0
  237. package/lib/Spinner-mNLZ6awP.js.map +1 -1
  238. package/lib/{SyntaxHighlight-C5ja40ix.js → SyntaxHighlight-bm761HDo.js} +756 -756
  239. package/lib/SyntaxHighlight-bm761HDo.js.map +1 -0
  240. package/lib/{Toc-BxYiZwxz.js → Toc-8NJ4k4Us.js} +3 -3
  241. package/lib/{Toc-BxYiZwxz.js.map → Toc-8NJ4k4Us.js.map} +1 -1
  242. package/lib/{chunk-DQRVZFIR-BblmKnHy.js → chunk-DQRVZFIR-DHK7_Ilc.js} +7 -7
  243. package/lib/{chunk-DQRVZFIR-BblmKnHy.js.map → chunk-DQRVZFIR-DHK7_Ilc.js.map} +1 -1
  244. package/lib/{circular-BBvOD6jV.js → circular-DZw_Mz7f.js} +2 -2
  245. package/lib/{circular-BBvOD6jV.js.map → circular-DZw_Mz7f.js.map} +1 -1
  246. package/lib/{cn-wvCW-ho6.js → cn-dYga0KKN.js} +2 -2
  247. package/lib/cn-dYga0KKN.js.map +1 -0
  248. package/lib/{createServer-CR5sbG6H.js → createServer-CQoCyFC1.js} +3398 -3552
  249. package/lib/createServer-CQoCyFC1.js.map +1 -0
  250. package/lib/errors-BfmB7Vsx.js +44 -0
  251. package/lib/errors-BfmB7Vsx.js.map +1 -0
  252. package/lib/{hook-CHXroBFt.js → hook-CZjW2buS.js} +423 -416
  253. package/lib/hook-CZjW2buS.js.map +1 -0
  254. package/lib/index-B3xY0rUq.js +3471 -0
  255. package/lib/index-B3xY0rUq.js.map +1 -0
  256. package/lib/index-BHBXOwle.js +3980 -0
  257. package/lib/index-BHBXOwle.js.map +1 -0
  258. package/lib/index-Bm35Tkgf.js +107 -0
  259. package/lib/index-Bm35Tkgf.js.map +1 -0
  260. package/lib/index-CrcNWbel.js.map +1 -1
  261. package/lib/{index-BvvmIczU.js → index-D-Vi7oy2.js} +2 -2
  262. package/lib/{index-BvvmIczU.js.map → index-D-Vi7oy2.js.map} +1 -1
  263. package/lib/index-DI5SPFK9.js.map +1 -1
  264. package/lib/index-DmNq2fbN.js.map +1 -1
  265. package/lib/index.esm-Cp4wkyud.js.map +1 -1
  266. package/lib/invariant-DAFpPywt.js.map +1 -1
  267. package/lib/jsx-runtime-C5mzlN2N.js.map +1 -1
  268. package/lib/processors/removeExtensions.js.map +1 -1
  269. package/lib/processors/removeParameters.js.map +1 -1
  270. package/lib/processors/removePaths.js.map +1 -1
  271. package/lib/processors/traverse.js.map +1 -1
  272. package/lib/ui/Accordion.js +1 -1
  273. package/lib/ui/Accordion.js.map +1 -1
  274. package/lib/ui/ActionButton.js +2 -2
  275. package/lib/ui/ActionButton.js.map +1 -1
  276. package/lib/ui/Alert.js +1 -1
  277. package/lib/ui/Alert.js.map +1 -1
  278. package/lib/ui/AlertDialog.js +1 -1
  279. package/lib/ui/AlertDialog.js.map +1 -1
  280. package/lib/ui/Badge.js +1 -1
  281. package/lib/ui/Badge.js.map +1 -1
  282. package/lib/ui/Breadcrumb.js +1 -1
  283. package/lib/ui/Breadcrumb.js.map +1 -1
  284. package/lib/ui/Button.js +1 -1
  285. package/lib/ui/Button.js.map +1 -1
  286. package/lib/ui/Callout.js +1 -1
  287. package/lib/ui/Callout.js.map +1 -1
  288. package/lib/ui/Card.js +1 -1
  289. package/lib/ui/Card.js.map +1 -1
  290. package/lib/ui/Carousel.js +1 -1
  291. package/lib/ui/Carousel.js.map +1 -1
  292. package/lib/ui/Checkbox.js +1 -1
  293. package/lib/ui/Checkbox.js.map +1 -1
  294. package/lib/ui/CodeBlock.js +6 -73
  295. package/lib/ui/CodeBlock.js.map +1 -1
  296. package/lib/ui/Command.js +2 -2
  297. package/lib/ui/Command.js.map +1 -1
  298. package/lib/ui/Dialog.js +24 -24
  299. package/lib/ui/Dialog.js.map +1 -1
  300. package/lib/ui/Drawer.js +2 -2
  301. package/lib/ui/DropdownMenu.js +1 -1
  302. package/lib/ui/DropdownMenu.js.map +1 -1
  303. package/lib/ui/EmbeddedCodeBlock.js +3 -3
  304. package/lib/ui/EmbeddedCodeBlock.js.map +1 -1
  305. package/lib/ui/Form.js +1 -1
  306. package/lib/ui/Form.js.map +1 -1
  307. package/lib/ui/HoverCard.js +1 -1
  308. package/lib/ui/HoverCard.js.map +1 -1
  309. package/lib/ui/Input.js +1 -1
  310. package/lib/ui/Input.js.map +1 -1
  311. package/lib/ui/Label.js +1 -1
  312. package/lib/ui/Label.js.map +1 -1
  313. package/lib/ui/Pagination.js +1 -1
  314. package/lib/ui/Pagination.js.map +1 -1
  315. package/lib/ui/Popover.js +1 -1
  316. package/lib/ui/Popover.js.map +1 -1
  317. package/lib/ui/Progress.js +1 -1
  318. package/lib/ui/Progress.js.map +1 -1
  319. package/lib/ui/RadioGroup.js +1 -1
  320. package/lib/ui/RadioGroup.js.map +1 -1
  321. package/lib/ui/ScrollArea.js +1 -1
  322. package/lib/ui/ScrollArea.js.map +1 -1
  323. package/lib/ui/Select.js +2 -2
  324. package/lib/ui/Select.js.map +1 -1
  325. package/lib/ui/Skeleton.js +1 -1
  326. package/lib/ui/Skeleton.js.map +1 -1
  327. package/lib/ui/Slider.js +1 -1
  328. package/lib/ui/Slider.js.map +1 -1
  329. package/lib/ui/Stepper.js.map +1 -1
  330. package/lib/ui/Switch.js +1 -1
  331. package/lib/ui/Switch.js.map +1 -1
  332. package/lib/ui/SyntaxHighlight.js +3 -3
  333. package/lib/ui/Tabs.js +1 -1
  334. package/lib/ui/Tabs.js.map +1 -1
  335. package/lib/ui/Textarea.js +1 -1
  336. package/lib/ui/Textarea.js.map +1 -1
  337. package/lib/ui/Toggle.js +1 -1
  338. package/lib/ui/Toggle.js.map +1 -1
  339. package/lib/ui/ToggleGroup.js +1 -1
  340. package/lib/ui/ToggleGroup.js.map +1 -1
  341. package/lib/ui/Tooltip.js +1 -1
  342. package/lib/ui/Tooltip.js.map +1 -1
  343. package/lib/ui/util.js +1 -1
  344. package/lib/{useExposedProps-BZQkZneR.js → useExposedProps-BIYjecPD.js} +2 -2
  345. package/lib/{useExposedProps-BZQkZneR.js.map → useExposedProps-BIYjecPD.js.map} +1 -1
  346. package/lib/zudoku.auth-auth0.js +1 -1
  347. package/lib/zudoku.auth-auth0.js.map +1 -1
  348. package/lib/zudoku.auth-azureb2c.js +40 -9885
  349. package/lib/zudoku.auth-azureb2c.js.map +1 -1
  350. package/lib/zudoku.auth-clerk.js +3 -3
  351. package/lib/zudoku.auth-clerk.js.map +1 -1
  352. package/lib/zudoku.auth-openid.js +131 -121
  353. package/lib/zudoku.auth-openid.js.map +1 -1
  354. package/lib/zudoku.auth-supabase.js +97 -0
  355. package/lib/zudoku.auth-supabase.js.map +1 -0
  356. package/lib/zudoku.components.js +33 -3534
  357. package/lib/zudoku.components.js.map +1 -1
  358. package/lib/zudoku.hooks.js +10 -11
  359. package/lib/zudoku.hooks.js.map +1 -1
  360. package/lib/zudoku.icons.js.map +1 -1
  361. package/lib/zudoku.plugin-api-catalog.js +6 -6
  362. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  363. package/lib/zudoku.plugin-api-keys.js +128 -167
  364. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  365. package/lib/zudoku.plugin-custom-pages.js +8 -20
  366. package/lib/zudoku.plugin-custom-pages.js.map +1 -1
  367. package/lib/zudoku.plugin-markdown.js +1 -1
  368. package/lib/zudoku.plugin-markdown.js.map +1 -1
  369. package/lib/zudoku.plugin-openapi.js +3 -3
  370. package/lib/zudoku.plugin-redirect.js +1 -1
  371. package/lib/zudoku.plugin-redirect.js.map +1 -1
  372. package/lib/zudoku.plugin-search-inkeep.js +54 -57
  373. package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
  374. package/lib/zudoku.plugin-search-pagefind.js +211 -117
  375. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  376. package/lib/zudoku.plugins.js.map +1 -1
  377. package/package.json +31 -29
  378. package/src/app/demo.tsx +20 -3
  379. package/src/app/main.css +26 -5
  380. package/src/app/main.tsx +10 -18
  381. package/src/app/standalone.tsx +3 -3
  382. package/src/lib/authentication/authentication.ts +2 -2
  383. package/src/lib/authentication/components/SignIn.tsx +5 -12
  384. package/src/lib/authentication/providers/openid.tsx +23 -4
  385. package/src/lib/components/Autocomplete.tsx +2 -1
  386. package/src/lib/components/Banner.tsx +1 -2
  387. package/src/lib/components/CategoryHeading.tsx +4 -1
  388. package/src/lib/components/ErrorPage.tsx +3 -3
  389. package/src/lib/components/Footer.tsx +1 -1
  390. package/src/lib/components/Header.tsx +20 -19
  391. package/src/lib/components/Main.tsx +1 -1
  392. package/src/lib/components/Markdown.tsx +3 -5
  393. package/src/lib/components/MobileTopNavigation.tsx +58 -9
  394. package/src/lib/components/NotFoundPage.tsx +6 -5
  395. package/src/lib/components/Pagination.tsx +1 -0
  396. package/src/lib/components/StatusPage.tsx +5 -0
  397. package/src/lib/components/TopNavigation.tsx +30 -14
  398. package/src/lib/components/Typography.tsx +14 -0
  399. package/src/lib/components/index.ts +2 -0
  400. package/src/lib/components/navigation/NavigationWrapper.tsx +5 -2
  401. package/src/lib/core/ZudokuContext.ts +27 -5
  402. package/src/lib/errors/ErrorAlert.tsx +8 -16
  403. package/src/lib/hooks/useHotkey.ts +70 -0
  404. package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +18 -18
  405. package/src/lib/plugins/api-keys/index.tsx +1 -1
  406. package/src/lib/plugins/custom-pages/index.tsx +2 -6
  407. package/src/lib/plugins/markdown/MdxPage.tsx +7 -12
  408. package/src/lib/plugins/openapi/OperationList.tsx +11 -19
  409. package/src/lib/plugins/openapi/OperationListItem.tsx +2 -2
  410. package/src/lib/plugins/openapi/ParameterListItem.tsx +6 -0
  411. package/src/lib/plugins/openapi/SchemaList.tsx +3 -9
  412. package/src/lib/plugins/openapi/Sidecar.tsx +1 -1
  413. package/src/lib/plugins/openapi/SidecarExamples.tsx +2 -1
  414. package/src/lib/plugins/openapi/index.tsx +1 -1
  415. package/src/lib/plugins/openapi/playground/BodyPanel.tsx +40 -31
  416. package/src/lib/plugins/openapi/playground/CollapsibleHeader.tsx +47 -0
  417. package/src/lib/plugins/openapi/playground/ExamplesDropdown.tsx +7 -3
  418. package/src/lib/plugins/openapi/playground/Headers.tsx +187 -89
  419. package/src/lib/plugins/openapi/playground/IdentityDialog.tsx +3 -2
  420. package/src/lib/plugins/openapi/playground/IdentitySelector.tsx +7 -12
  421. package/src/lib/plugins/openapi/playground/InlineInput.tsx +1 -1
  422. package/src/lib/plugins/openapi/playground/ParamsGrid.tsx +2 -2
  423. package/src/lib/plugins/openapi/playground/PathParams.tsx +5 -6
  424. package/src/lib/plugins/openapi/playground/Playground.tsx +181 -126
  425. package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +1 -1
  426. package/src/lib/plugins/openapi/playground/QueryParams.tsx +104 -58
  427. package/src/lib/plugins/openapi/playground/Spinner.tsx +87 -0
  428. package/src/lib/plugins/openapi/playground/request-panel/UrlPath.tsx +31 -0
  429. package/src/lib/plugins/openapi/playground/request-panel/UrlQueryParams.tsx +25 -0
  430. package/src/lib/plugins/openapi/playground/result-panel/Highlight.tsx +26 -0
  431. package/src/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.tsx +115 -0
  432. package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +103 -97
  433. package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +68 -92
  434. package/src/lib/plugins/openapi/schema/SchemaExampleAndDefault.tsx +3 -3
  435. package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +2 -3
  436. package/src/lib/plugins/openapi/schema/SchemaView.tsx +5 -10
  437. package/src/lib/plugins/openapi/schema/utils.ts +3 -2
  438. package/src/lib/plugins/search-inkeep/index.tsx +54 -58
  439. package/src/lib/plugins/search-inkeep/inkeep.ts +19 -21
  440. package/src/lib/plugins/search-pagefind/PagefindSearch.tsx +1 -0
  441. package/src/lib/plugins/search-pagefind/ResultList.tsx +13 -4
  442. package/src/lib/ui/Alert.tsx +1 -1
  443. package/src/lib/ui/CodeBlock.tsx +5 -6
  444. package/src/lib/ui/Dialog.tsx +2 -2
  445. package/src/lib/ui/EmbeddedCodeBlock.tsx +2 -2
  446. package/src/lib/ui/Select.tsx +1 -1
  447. package/src/lib/util/os.ts +18 -0
  448. package/src/lib/util/useCopyToClipboard.ts +17 -0
  449. package/dist/lib/plugins/custom-pages/CustomPage.d.ts +0 -2
  450. package/dist/lib/plugins/custom-pages/CustomPage.js +0 -11
  451. package/dist/lib/plugins/custom-pages/CustomPage.js.map +0 -1
  452. package/dist/lib/plugins/openapi/playground/UrlDisplay.d.ts +0 -4
  453. package/dist/lib/plugins/openapi/playground/UrlDisplay.js +0 -22
  454. package/dist/lib/plugins/openapi/playground/UrlDisplay.js.map +0 -1
  455. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.d.ts +0 -7
  456. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js +0 -11
  457. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js.map +0 -1
  458. package/lib/Callout-CoVxYafP.js +0 -231
  459. package/lib/Callout-CoVxYafP.js.map +0 -1
  460. package/lib/CategoryHeading-Cu2RwgjC.js +0 -10
  461. package/lib/CategoryHeading-Cu2RwgjC.js.map +0 -1
  462. package/lib/Dialog-BxpuVLh9.js.map +0 -1
  463. package/lib/Markdown-BF7mJP8j.js.map +0 -1
  464. package/lib/MdxPage-CJs98yjf.js +0 -121
  465. package/lib/MdxPage-CJs98yjf.js.map +0 -1
  466. package/lib/OperationList-P_vP7u7f.js.map +0 -1
  467. package/lib/Pagination-tnJwvuLq.js.map +0 -1
  468. package/lib/RouteGuard-gV7nvzi7.js +0 -55
  469. package/lib/RouteGuard-gV7nvzi7.js.map +0 -1
  470. package/lib/SchemaList-6GhTLPZt.js.map +0 -1
  471. package/lib/SchemaView-DTIMiB_H.js.map +0 -1
  472. package/lib/SignUp-B6w5AwHM.js +0 -63
  473. package/lib/SignUp-B6w5AwHM.js.map +0 -1
  474. package/lib/Slot-Di32B6gb.js +0 -161
  475. package/lib/Slot-Di32B6gb.js.map +0 -1
  476. package/lib/SyntaxHighlight-C5ja40ix.js.map +0 -1
  477. package/lib/clerk-BDZ31hjU.js +0 -25190
  478. package/lib/clerk-BDZ31hjU.js.map +0 -1
  479. package/lib/cn-wvCW-ho6.js.map +0 -1
  480. package/lib/createServer-CR5sbG6H.js.map +0 -1
  481. package/lib/errors-D_5vKvUq.js +0 -78
  482. package/lib/errors-D_5vKvUq.js.map +0 -1
  483. package/lib/hook-CHXroBFt.js.map +0 -1
  484. package/lib/index--oeBayMa.js +0 -86
  485. package/lib/index--oeBayMa.js.map +0 -1
  486. package/lib/index-Bn6Lc9tq.js +0 -9
  487. package/lib/index-Bn6Lc9tq.js.map +0 -1
  488. package/lib/index-DwJ9TXn0.js +0 -3227
  489. package/lib/index-DwJ9TXn0.js.map +0 -1
  490. package/lib/index-QzXzw_ra.js +0 -24
  491. package/lib/index-QzXzw_ra.js.map +0 -1
  492. package/lib/index.esm-BFcSKCe-.js +0 -683
  493. package/lib/index.esm-BFcSKCe-.js.map +0 -1
  494. package/lib/mutation-BpcyTgWI.js +0 -196
  495. package/lib/mutation-BpcyTgWI.js.map +0 -1
  496. package/lib/objectEntries-yMIkr2mI.js +0 -5
  497. package/lib/objectEntries-yMIkr2mI.js.map +0 -1
  498. package/lib/react-nprogress.esm-C2MPXjiJ.js +0 -389
  499. package/lib/react-nprogress.esm-C2MPXjiJ.js.map +0 -1
  500. package/lib/useLatest-hmRS46UF.js +0 -11
  501. package/lib/useLatest-hmRS46UF.js.map +0 -1
  502. package/lib/useMutation-N4ockVKi.js +0 -97
  503. package/lib/useMutation-N4ockVKi.js.map +0 -1
  504. package/src/lib/plugins/custom-pages/CustomPage.tsx +0 -18
  505. package/src/lib/plugins/openapi/playground/UrlDisplay.tsx +0 -32
  506. package/src/lib/plugins/openapi/playground/result-panel/RequestTab.tsx +0 -73
@@ -0,0 +1,3980 @@
1
+ import { B as At, a as It, H as Re, R as Jr } from "./RouteGuard-Vnlz_t51.js";
2
+ import { z as Rt, M as Xr, J as en, u as tn } from "./index-Bm35Tkgf.js";
3
+ import { R as rn, S as nn, u as xe, e as De, f as on, L as Me, O as Dt } from "./chunk-DQRVZFIR-DHK7_Ilc.js";
4
+ import { S as Mt, v as Ft, Q as sn, n as R, w as Ge, x as Je, i as L, y as an, z as cn, A as un, B as ln, D as Xe, E as et, F as dn, h as tt, G as rt, H as fn, I as hn, g as qt, J as Ut, l as pn, d as M, e as oe, K as Lt, L as Qt, j as ee, M as mn, u as gn, c as vn, N as yn, Z as xn, f as _n, C as bn } from "./hook-CZjW2buS.js";
5
+ import { h as wn, E as Bt, a as A, A as jn, i as kn, s as $n, N as nt, j as zn, T as Kt, C as Pn, H as En, k as Sn, l as Zn, m as Cn, V as Tn, R as Nn, M as On } from "./Slot-DqgTXQwt.js";
6
+ import { j as s } from "./jsx-runtime-C5mzlN2N.js";
7
+ import { Button as Ht } from "./ui/Button.js";
8
+ import { Callout as An } from "./ui/Callout.js";
9
+ import * as K from "react";
10
+ import { createContext as Fe, StrictMode as Wt, useRef as H, useEffect as F, useState as G, useCallback as B, Suspense as qe, Fragment as In, memo as Vt, Component as Rn, createElement as ot, useMemo as $e, useContext as Dn } from "react";
11
+ import * as Mn from "react-dom";
12
+ import { CircleFadingArrowUpIcon as Fn, LoaderCircleIcon as qn, ExternalLink as Un, CircleXIcon as Ln, ChevronRightIcon as Qn, SearchIcon as Bn, SunIcon as Kn, MoonIcon as Hn, MenuIcon as Wn, PanelLeftIcon as Vn } from "lucide-react";
13
+ import { C as te } from "./ClientOnly-E7hGysn1.js";
14
+ import { c as O } from "./cn-dYga0KKN.js";
15
+ import { S as Yt } from "./Spinner-mNLZ6awP.js";
16
+ import { isSearchPlugin as Yn, isProfileMenuPlugin as Gt, isNavigationPlugin as st, isAuthenticationPlugin as Gn, isEventConsumerPlugin as Jn, needsInitialization as Xn, isApiIdentityPlugin as eo, isMdxProviderPlugin as to, hasHead as ro } from "./zudoku.plugins.js";
17
+ import { B as Se } from "./Button-B3o-2Xdf.js";
18
+ import { DropdownMenu as no, DropdownMenuTrigger as oo, DropdownMenuContent as so, DropdownMenuLabel as io, DropdownMenuSeparator as ze, DropdownMenuSub as ao, DropdownMenuSubTrigger as co, DropdownMenuPortal as uo, DropdownMenuSubContent as lo, DropdownMenuItem as fo } from "./ui/DropdownMenu.js";
19
+ import { VisuallyHidden as Jt } from "@radix-ui/react-visually-hidden";
20
+ import { D as ho, a as po, b as Xt, c as er, d as q } from "./Drawer-DJ05s2pH.js";
21
+ import { a as mo } from "./index-DI5SPFK9.js";
22
+ var go = class extends Mt {
23
+ constructor(e = {}) {
24
+ super(), this.config = e, this.#e = /* @__PURE__ */ new Map();
25
+ }
26
+ #e;
27
+ build(e, t, r) {
28
+ const n = t.queryKey, o = t.queryHash ?? Ft(n, t);
29
+ let i = this.get(o);
30
+ return i || (i = new sn({
31
+ client: e,
32
+ queryKey: n,
33
+ queryHash: o,
34
+ options: e.defaultQueryOptions(t),
35
+ state: r,
36
+ defaultOptions: e.getQueryDefaults(n)
37
+ }), this.add(i)), i;
38
+ }
39
+ add(e) {
40
+ this.#e.has(e.queryHash) || (this.#e.set(e.queryHash, e), this.notify({
41
+ type: "added",
42
+ query: e
43
+ }));
44
+ }
45
+ remove(e) {
46
+ const t = this.#e.get(e.queryHash);
47
+ t && (e.destroy(), t === e && this.#e.delete(e.queryHash), this.notify({ type: "removed", query: e }));
48
+ }
49
+ clear() {
50
+ R.batch(() => {
51
+ this.getAll().forEach((e) => {
52
+ this.remove(e);
53
+ });
54
+ });
55
+ }
56
+ get(e) {
57
+ return this.#e.get(e);
58
+ }
59
+ getAll() {
60
+ return [...this.#e.values()];
61
+ }
62
+ find(e) {
63
+ const t = { exact: !0, ...e };
64
+ return this.getAll().find(
65
+ (r) => Ge(t, r)
66
+ );
67
+ }
68
+ findAll(e = {}) {
69
+ const t = this.getAll();
70
+ return Object.keys(e).length > 0 ? t.filter((r) => Ge(e, r)) : t;
71
+ }
72
+ notify(e) {
73
+ R.batch(() => {
74
+ this.listeners.forEach((t) => {
75
+ t(e);
76
+ });
77
+ });
78
+ }
79
+ onFocus() {
80
+ R.batch(() => {
81
+ this.getAll().forEach((e) => {
82
+ e.onFocus();
83
+ });
84
+ });
85
+ }
86
+ onOnline() {
87
+ R.batch(() => {
88
+ this.getAll().forEach((e) => {
89
+ e.onOnline();
90
+ });
91
+ });
92
+ }
93
+ }, vo = class extends Mt {
94
+ constructor(e = {}) {
95
+ super(), this.config = e, this.#e = /* @__PURE__ */ new Set(), this.#t = /* @__PURE__ */ new Map(), this.#r = 0;
96
+ }
97
+ #e;
98
+ #t;
99
+ #r;
100
+ build(e, t, r) {
101
+ const n = new wn({
102
+ mutationCache: this,
103
+ mutationId: ++this.#r,
104
+ options: e.defaultMutationOptions(t),
105
+ state: r
106
+ });
107
+ return this.add(n), n;
108
+ }
109
+ add(e) {
110
+ this.#e.add(e);
111
+ const t = ue(e);
112
+ if (typeof t == "string") {
113
+ const r = this.#t.get(t);
114
+ r ? r.push(e) : this.#t.set(t, [e]);
115
+ }
116
+ this.notify({ type: "added", mutation: e });
117
+ }
118
+ remove(e) {
119
+ if (this.#e.delete(e)) {
120
+ const t = ue(e);
121
+ if (typeof t == "string") {
122
+ const r = this.#t.get(t);
123
+ if (r)
124
+ if (r.length > 1) {
125
+ const n = r.indexOf(e);
126
+ n !== -1 && r.splice(n, 1);
127
+ } else r[0] === e && this.#t.delete(t);
128
+ }
129
+ }
130
+ this.notify({ type: "removed", mutation: e });
131
+ }
132
+ canRun(e) {
133
+ const t = ue(e);
134
+ if (typeof t == "string") {
135
+ const n = this.#t.get(t)?.find(
136
+ (o) => o.state.status === "pending"
137
+ );
138
+ return !n || n === e;
139
+ } else
140
+ return !0;
141
+ }
142
+ runNext(e) {
143
+ const t = ue(e);
144
+ return typeof t == "string" ? this.#t.get(t)?.find((n) => n !== e && n.state.isPaused)?.continue() ?? Promise.resolve() : Promise.resolve();
145
+ }
146
+ clear() {
147
+ R.batch(() => {
148
+ this.#e.forEach((e) => {
149
+ this.notify({ type: "removed", mutation: e });
150
+ }), this.#e.clear(), this.#t.clear();
151
+ });
152
+ }
153
+ getAll() {
154
+ return Array.from(this.#e);
155
+ }
156
+ find(e) {
157
+ const t = { exact: !0, ...e };
158
+ return this.getAll().find(
159
+ (r) => Je(t, r)
160
+ );
161
+ }
162
+ findAll(e = {}) {
163
+ return this.getAll().filter((t) => Je(e, t));
164
+ }
165
+ notify(e) {
166
+ R.batch(() => {
167
+ this.listeners.forEach((t) => {
168
+ t(e);
169
+ });
170
+ });
171
+ }
172
+ resumePausedMutations() {
173
+ const e = this.getAll().filter((t) => t.state.isPaused);
174
+ return R.batch(
175
+ () => Promise.all(
176
+ e.map((t) => t.continue().catch(L))
177
+ )
178
+ );
179
+ }
180
+ };
181
+ function ue(e) {
182
+ return e.options.scope?.id;
183
+ }
184
+ function it(e) {
185
+ return {
186
+ onFetch: (t, r) => {
187
+ const n = t.options, o = t.fetchOptions?.meta?.fetchMore?.direction, i = t.state.data?.pages || [], a = t.state.data?.pageParams || [];
188
+ let u = { pages: [], pageParams: [] }, p = 0;
189
+ const f = async () => {
190
+ let x = !1;
191
+ const h = (g) => {
192
+ Object.defineProperty(g, "signal", {
193
+ enumerable: !0,
194
+ get: () => (t.signal.aborted ? x = !0 : t.signal.addEventListener("abort", () => {
195
+ x = !0;
196
+ }), t.signal)
197
+ });
198
+ }, m = an(t.options, t.fetchOptions), l = async (g, w, E) => {
199
+ if (x)
200
+ return Promise.reject();
201
+ if (w == null && g.pages.length)
202
+ return Promise.resolve(g);
203
+ const j = (() => {
204
+ const k = {
205
+ client: t.client,
206
+ queryKey: t.queryKey,
207
+ pageParam: w,
208
+ direction: E ? "backward" : "forward",
209
+ meta: t.options.meta
210
+ };
211
+ return h(k), k;
212
+ })(), y = await m(j), { maxPages: _ } = t.options, d = E ? cn : un;
213
+ return {
214
+ pages: d(g.pages, y, _),
215
+ pageParams: d(g.pageParams, w, _)
216
+ };
217
+ };
218
+ if (o && i.length) {
219
+ const g = o === "backward", w = g ? yo : at, E = {
220
+ pages: i,
221
+ pageParams: a
222
+ }, $ = w(n, E);
223
+ u = await l(E, $, g);
224
+ } else {
225
+ const g = e ?? i.length;
226
+ do {
227
+ const w = p === 0 ? a[0] ?? n.initialPageParam : at(n, u);
228
+ if (p > 0 && w == null)
229
+ break;
230
+ u = await l(u, w), p++;
231
+ } while (p < g);
232
+ }
233
+ return u;
234
+ };
235
+ t.options.persister ? t.fetchFn = () => t.options.persister?.(
236
+ f,
237
+ {
238
+ client: t.client,
239
+ queryKey: t.queryKey,
240
+ meta: t.options.meta,
241
+ signal: t.signal
242
+ },
243
+ r
244
+ ) : t.fetchFn = f;
245
+ }
246
+ };
247
+ }
248
+ function at(e, { pages: t, pageParams: r }) {
249
+ const n = t.length - 1;
250
+ return t.length > 0 ? e.getNextPageParam(
251
+ t[n],
252
+ t,
253
+ r[n],
254
+ r
255
+ ) : void 0;
256
+ }
257
+ function yo(e, { pages: t, pageParams: r }) {
258
+ return t.length > 0 ? e.getPreviousPageParam?.(t[0], t, r[0], r) : void 0;
259
+ }
260
+ var xo = class {
261
+ #e;
262
+ #t;
263
+ #r;
264
+ #o;
265
+ #s;
266
+ #n;
267
+ #i;
268
+ #a;
269
+ constructor(e = {}) {
270
+ this.#e = e.queryCache || new go(), this.#t = e.mutationCache || new vo(), this.#r = e.defaultOptions || {}, this.#o = /* @__PURE__ */ new Map(), this.#s = /* @__PURE__ */ new Map(), this.#n = 0;
271
+ }
272
+ mount() {
273
+ this.#n++, this.#n === 1 && (this.#i = ln.subscribe(async (e) => {
274
+ e && (await this.resumePausedMutations(), this.#e.onFocus());
275
+ }), this.#a = Xe.subscribe(async (e) => {
276
+ e && (await this.resumePausedMutations(), this.#e.onOnline());
277
+ }));
278
+ }
279
+ unmount() {
280
+ this.#n--, this.#n === 0 && (this.#i?.(), this.#i = void 0, this.#a?.(), this.#a = void 0);
281
+ }
282
+ isFetching(e) {
283
+ return this.#e.findAll({ ...e, fetchStatus: "fetching" }).length;
284
+ }
285
+ isMutating(e) {
286
+ return this.#t.findAll({ ...e, status: "pending" }).length;
287
+ }
288
+ /**
289
+ * Imperative (non-reactive) way to retrieve data for a QueryKey.
290
+ * Should only be used in callbacks or functions where reading the latest data is necessary, e.g. for optimistic updates.
291
+ *
292
+ * Hint: Do not use this function inside a component, because it won't receive updates.
293
+ * Use `useQuery` to create a `QueryObserver` that subscribes to changes.
294
+ */
295
+ getQueryData(e) {
296
+ const t = this.defaultQueryOptions({ queryKey: e });
297
+ return this.#e.get(t.queryHash)?.state.data;
298
+ }
299
+ ensureQueryData(e) {
300
+ const t = this.defaultQueryOptions(e), r = this.#e.build(this, t), n = r.state.data;
301
+ return n === void 0 ? this.fetchQuery(e) : (e.revalidateIfStale && r.isStaleByTime(et(t.staleTime, r)) && this.prefetchQuery(t), Promise.resolve(n));
302
+ }
303
+ getQueriesData(e) {
304
+ return this.#e.findAll(e).map(({ queryKey: t, state: r }) => {
305
+ const n = r.data;
306
+ return [t, n];
307
+ });
308
+ }
309
+ setQueryData(e, t, r) {
310
+ const n = this.defaultQueryOptions({ queryKey: e }), i = this.#e.get(
311
+ n.queryHash
312
+ )?.state.data, a = dn(t, i);
313
+ if (a !== void 0)
314
+ return this.#e.build(this, n).setData(a, { ...r, manual: !0 });
315
+ }
316
+ setQueriesData(e, t, r) {
317
+ return R.batch(
318
+ () => this.#e.findAll(e).map(({ queryKey: n }) => [
319
+ n,
320
+ this.setQueryData(n, t, r)
321
+ ])
322
+ );
323
+ }
324
+ getQueryState(e) {
325
+ const t = this.defaultQueryOptions({ queryKey: e });
326
+ return this.#e.get(
327
+ t.queryHash
328
+ )?.state;
329
+ }
330
+ removeQueries(e) {
331
+ const t = this.#e;
332
+ R.batch(() => {
333
+ t.findAll(e).forEach((r) => {
334
+ t.remove(r);
335
+ });
336
+ });
337
+ }
338
+ resetQueries(e, t) {
339
+ const r = this.#e;
340
+ return R.batch(() => (r.findAll(e).forEach((n) => {
341
+ n.reset();
342
+ }), this.refetchQueries(
343
+ {
344
+ type: "active",
345
+ ...e
346
+ },
347
+ t
348
+ )));
349
+ }
350
+ cancelQueries(e, t = {}) {
351
+ const r = { revert: !0, ...t }, n = R.batch(
352
+ () => this.#e.findAll(e).map((o) => o.cancel(r))
353
+ );
354
+ return Promise.all(n).then(L).catch(L);
355
+ }
356
+ invalidateQueries(e, t = {}) {
357
+ return R.batch(() => (this.#e.findAll(e).forEach((r) => {
358
+ r.invalidate();
359
+ }), e?.refetchType === "none" ? Promise.resolve() : this.refetchQueries(
360
+ {
361
+ ...e,
362
+ type: e?.refetchType ?? e?.type ?? "active"
363
+ },
364
+ t
365
+ )));
366
+ }
367
+ refetchQueries(e, t = {}) {
368
+ const r = {
369
+ ...t,
370
+ cancelRefetch: t.cancelRefetch ?? !0
371
+ }, n = R.batch(
372
+ () => this.#e.findAll(e).filter((o) => !o.isDisabled() && !o.isStatic()).map((o) => {
373
+ let i = o.fetch(void 0, r);
374
+ return r.throwOnError || (i = i.catch(L)), o.state.fetchStatus === "paused" ? Promise.resolve() : i;
375
+ })
376
+ );
377
+ return Promise.all(n).then(L);
378
+ }
379
+ fetchQuery(e) {
380
+ const t = this.defaultQueryOptions(e);
381
+ t.retry === void 0 && (t.retry = !1);
382
+ const r = this.#e.build(this, t);
383
+ return r.isStaleByTime(
384
+ et(t.staleTime, r)
385
+ ) ? r.fetch(t) : Promise.resolve(r.state.data);
386
+ }
387
+ prefetchQuery(e) {
388
+ return this.fetchQuery(e).then(L).catch(L);
389
+ }
390
+ fetchInfiniteQuery(e) {
391
+ return e.behavior = it(e.pages), this.fetchQuery(e);
392
+ }
393
+ prefetchInfiniteQuery(e) {
394
+ return this.fetchInfiniteQuery(e).then(L).catch(L);
395
+ }
396
+ ensureInfiniteQueryData(e) {
397
+ return e.behavior = it(e.pages), this.ensureQueryData(e);
398
+ }
399
+ resumePausedMutations() {
400
+ return Xe.isOnline() ? this.#t.resumePausedMutations() : Promise.resolve();
401
+ }
402
+ getQueryCache() {
403
+ return this.#e;
404
+ }
405
+ getMutationCache() {
406
+ return this.#t;
407
+ }
408
+ getDefaultOptions() {
409
+ return this.#r;
410
+ }
411
+ setDefaultOptions(e) {
412
+ this.#r = e;
413
+ }
414
+ setQueryDefaults(e, t) {
415
+ this.#o.set(tt(e), {
416
+ queryKey: e,
417
+ defaultOptions: t
418
+ });
419
+ }
420
+ getQueryDefaults(e) {
421
+ const t = [...this.#o.values()], r = {};
422
+ return t.forEach((n) => {
423
+ rt(e, n.queryKey) && Object.assign(r, n.defaultOptions);
424
+ }), r;
425
+ }
426
+ setMutationDefaults(e, t) {
427
+ this.#s.set(tt(e), {
428
+ mutationKey: e,
429
+ defaultOptions: t
430
+ });
431
+ }
432
+ getMutationDefaults(e) {
433
+ const t = [...this.#s.values()], r = {};
434
+ return t.forEach((n) => {
435
+ rt(e, n.mutationKey) && Object.assign(r, n.defaultOptions);
436
+ }), r;
437
+ }
438
+ defaultQueryOptions(e) {
439
+ if (e._defaulted)
440
+ return e;
441
+ const t = {
442
+ ...this.#r.queries,
443
+ ...this.getQueryDefaults(e.queryKey),
444
+ ...e,
445
+ _defaulted: !0
446
+ };
447
+ return t.queryHash || (t.queryHash = Ft(
448
+ t.queryKey,
449
+ t
450
+ )), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.queryFn === fn && (t.enabled = !1), t;
451
+ }
452
+ defaultMutationOptions(e) {
453
+ return e?._defaulted ? e : {
454
+ ...this.#r.mutations,
455
+ ...e?.mutationKey && this.getMutationDefaults(e.mutationKey),
456
+ ...e,
457
+ _defaulted: !0
458
+ };
459
+ }
460
+ clear() {
461
+ this.#e.clear(), this.#t.clear();
462
+ }
463
+ };
464
+ function _o(e) {
465
+ return e;
466
+ }
467
+ function ct(e, t, r) {
468
+ if (typeof t != "object" || t === null)
469
+ return;
470
+ const n = e.getMutationCache(), o = e.getQueryCache(), i = r?.defaultOptions?.deserializeData ?? e.getDefaultOptions().hydrate?.deserializeData ?? _o, a = t.mutations || [], u = t.queries || [];
471
+ a.forEach(({ state: p, ...f }) => {
472
+ n.build(
473
+ e,
474
+ {
475
+ ...e.getDefaultOptions().hydrate?.mutations,
476
+ ...r?.defaultOptions?.mutations,
477
+ ...f
478
+ },
479
+ p
480
+ );
481
+ }), u.forEach(
482
+ ({ queryKey: p, state: f, queryHash: x, meta: h, promise: m, dehydratedAt: l }) => {
483
+ const g = m ? hn(m) : void 0, w = f.data === void 0 ? g?.data : f.data, E = w === void 0 ? w : i(w);
484
+ let $ = o.get(x);
485
+ const j = $?.state.status === "pending", y = $?.state.fetchStatus === "fetching";
486
+ if ($) {
487
+ const _ = g && // We only need this undefined check to handle older dehydration
488
+ // payloads that might not have dehydratedAt
489
+ l !== void 0 && l > $.state.dataUpdatedAt;
490
+ if (f.dataUpdatedAt > $.state.dataUpdatedAt || _) {
491
+ const { fetchStatus: d, ...k } = f;
492
+ $.setState({
493
+ ...k,
494
+ data: E
495
+ });
496
+ }
497
+ } else
498
+ $ = o.build(
499
+ e,
500
+ {
501
+ ...e.getDefaultOptions().hydrate?.queries,
502
+ ...r?.defaultOptions?.queries,
503
+ queryKey: p,
504
+ queryHash: x,
505
+ meta: h
506
+ },
507
+ // Reset fetch status to idle to avoid
508
+ // query being stuck in fetching state upon hydration
509
+ {
510
+ ...f,
511
+ data: E,
512
+ fetchStatus: "idle",
513
+ status: E !== void 0 ? "success" : f.status
514
+ }
515
+ );
516
+ m && !j && !y && // Only hydrate if dehydration is newer than any existing data,
517
+ // this is always true for new queries
518
+ (l === void 0 || l > $.state.dataUpdatedAt) && $.fetch(void 0, {
519
+ // RSC transformed promises are not thenable
520
+ initialPromise: Promise.resolve(m).then(i)
521
+ });
522
+ }
523
+ );
524
+ }
525
+ var bo = ({
526
+ children: e,
527
+ options: t = {},
528
+ state: r,
529
+ queryClient: n
530
+ }) => {
531
+ const o = qt(n), i = K.useRef(t);
532
+ i.current = t;
533
+ const a = K.useMemo(() => {
534
+ if (r) {
535
+ if (typeof r != "object")
536
+ return;
537
+ const u = o.getQueryCache(), p = r.queries || [], f = [], x = [];
538
+ for (const h of p) {
539
+ const m = u.get(h.queryHash);
540
+ m ? (h.state.dataUpdatedAt > m.state.dataUpdatedAt || h.promise && m.state.status !== "pending" && m.state.fetchStatus !== "fetching" && h.dehydratedAt !== void 0 && h.dehydratedAt > m.state.dataUpdatedAt) && x.push(h) : f.push(h);
541
+ }
542
+ if (f.length > 0 && ct(o, { queries: f }, i.current), x.length > 0)
543
+ return x;
544
+ }
545
+ }, [o, r]);
546
+ return K.useEffect(() => {
547
+ a && ct(o, { queries: a }, i.current);
548
+ }, [o, a]), e;
549
+ };
550
+ function wo({ error: e }) {
551
+ return /* @__PURE__ */ s.jsx(Bt, { error: e });
552
+ }
553
+ /**
554
+ * react-router v7.6.1
555
+ *
556
+ * Copyright (c) Remix Software Inc.
557
+ *
558
+ * This source code is licensed under the MIT license found in the
559
+ * LICENSE.md file in the root directory of this source tree.
560
+ *
561
+ * @license MIT
562
+ */
563
+ function jo(e) {
564
+ return /* @__PURE__ */ K.createElement(rn, { flushSync: Mn.flushSync, ...e });
565
+ }
566
+ const Ze = Fe({ stagger: !1 }), ko = new xo({
567
+ defaultOptions: {
568
+ queries: {
569
+ staleTime: 1e3 * 60 * 5
570
+ }
571
+ }
572
+ }), $o = ({
573
+ router: e,
574
+ hydrate: t = !1
575
+ }) => /* @__PURE__ */ s.jsx(Wt, { children: /* @__PURE__ */ s.jsx(Ut, { client: ko, children: /* @__PURE__ */ s.jsx(bo, { state: t ? window.DATA : void 0, children: /* @__PURE__ */ s.jsx(At, { value: !1, children: /* @__PURE__ */ s.jsx(It, { children: /* @__PURE__ */ s.jsx(Ze.Provider, { value: { stagger: !t }, children: /* @__PURE__ */ s.jsx(jo, { router: e }) }) }) }) }) }) }), zo = ({
576
+ router: e,
577
+ context: t,
578
+ queryClient: r,
579
+ helmetContext: n,
580
+ bypassProtection: o = !1
581
+ }) => /* @__PURE__ */ s.jsx(Wt, { children: /* @__PURE__ */ s.jsx(Ut, { client: r, children: /* @__PURE__ */ s.jsx(It, { context: n, children: /* @__PURE__ */ s.jsx(At, { value: o, children: /* @__PURE__ */ s.jsx(nn, { router: e, context: t }) }) }) }) });
582
+ function c(e, t, r) {
583
+ function n(u, p) {
584
+ var f;
585
+ Object.defineProperty(u, "_zod", {
586
+ value: u._zod ?? {},
587
+ enumerable: !1
588
+ }), (f = u._zod).traits ?? (f.traits = /* @__PURE__ */ new Set()), u._zod.traits.add(e), t(u, p);
589
+ for (const x in a.prototype)
590
+ x in u || Object.defineProperty(u, x, { value: a.prototype[x].bind(u) });
591
+ u._zod.constr = a, u._zod.def = p;
592
+ }
593
+ const o = r?.Parent ?? Object;
594
+ class i extends o {
595
+ }
596
+ Object.defineProperty(i, "name", { value: e });
597
+ function a(u) {
598
+ var p;
599
+ const f = r?.Parent ? new i() : this;
600
+ n(f, u), (p = f._zod).deferred ?? (p.deferred = []);
601
+ for (const x of f._zod.deferred)
602
+ x();
603
+ return f;
604
+ }
605
+ return Object.defineProperty(a, "init", { value: n }), Object.defineProperty(a, Symbol.hasInstance, {
606
+ value: (u) => r?.Parent && u instanceof r.Parent ? !0 : u?._zod?.traits?.has(e)
607
+ }), Object.defineProperty(a, "name", { value: e }), a;
608
+ }
609
+ class se extends Error {
610
+ constructor() {
611
+ super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
612
+ }
613
+ }
614
+ const tr = {};
615
+ function V(e) {
616
+ return tr;
617
+ }
618
+ function Po(e) {
619
+ const t = Object.values(e).filter((n) => typeof n == "number");
620
+ return Object.entries(e).filter(([n, o]) => t.indexOf(+n) === -1).map(([n, o]) => o);
621
+ }
622
+ function Eo(e, t) {
623
+ return typeof t == "bigint" ? t.toString() : t;
624
+ }
625
+ function rr(e) {
626
+ return {
627
+ get value() {
628
+ {
629
+ const t = e();
630
+ return Object.defineProperty(this, "value", { value: t }), t;
631
+ }
632
+ }
633
+ };
634
+ }
635
+ function Ue(e) {
636
+ return e == null;
637
+ }
638
+ function Le(e) {
639
+ const t = e.startsWith("^") ? 1 : 0, r = e.endsWith("$") ? e.length - 1 : e.length;
640
+ return e.slice(t, r);
641
+ }
642
+ function S(e, t, r) {
643
+ Object.defineProperty(e, t, {
644
+ get() {
645
+ {
646
+ const n = r();
647
+ return e[t] = n, n;
648
+ }
649
+ },
650
+ set(n) {
651
+ Object.defineProperty(e, t, {
652
+ value: n
653
+ // configurable: true,
654
+ });
655
+ },
656
+ configurable: !0
657
+ });
658
+ }
659
+ function Qe(e, t, r) {
660
+ Object.defineProperty(e, t, {
661
+ value: r,
662
+ writable: !0,
663
+ enumerable: !0,
664
+ configurable: !0
665
+ });
666
+ }
667
+ function re(e) {
668
+ return JSON.stringify(e);
669
+ }
670
+ const nr = Error.captureStackTrace ? Error.captureStackTrace : (...e) => {
671
+ };
672
+ function Ce(e) {
673
+ return typeof e == "object" && e !== null && !Array.isArray(e);
674
+ }
675
+ const So = rr(() => {
676
+ if (typeof navigator < "u" && navigator?.userAgent?.includes("Cloudflare"))
677
+ return !1;
678
+ try {
679
+ const e = Function;
680
+ return new e(""), !0;
681
+ } catch {
682
+ return !1;
683
+ }
684
+ });
685
+ function Te(e) {
686
+ if (Ce(e) === !1)
687
+ return !1;
688
+ const t = e.constructor;
689
+ if (t === void 0)
690
+ return !0;
691
+ const r = t.prototype;
692
+ return !(Ce(r) === !1 || Object.prototype.hasOwnProperty.call(r, "isPrototypeOf") === !1);
693
+ }
694
+ const Zo = /* @__PURE__ */ new Set(["string", "number", "symbol"]);
695
+ function _e(e) {
696
+ return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
697
+ }
698
+ function J(e, t, r) {
699
+ const n = new e._zod.constr(t ?? e._zod.def);
700
+ return (!t || r?.parent) && (n._zod.parent = e), n;
701
+ }
702
+ function b(e) {
703
+ const t = e;
704
+ if (!t)
705
+ return {};
706
+ if (typeof t == "string")
707
+ return { error: () => t };
708
+ if (t?.message !== void 0) {
709
+ if (t?.error !== void 0)
710
+ throw new Error("Cannot specify both `message` and `error` params");
711
+ t.error = t.message;
712
+ }
713
+ return delete t.message, typeof t.error == "string" ? { ...t, error: () => t.error } : t;
714
+ }
715
+ function Co(e) {
716
+ return Object.keys(e).filter((t) => e[t]._zod.optin === "optional" && e[t]._zod.optout === "optional");
717
+ }
718
+ function To(e, t) {
719
+ const r = {}, n = e._zod.def;
720
+ for (const o in t) {
721
+ if (!(o in n.shape))
722
+ throw new Error(`Unrecognized key: "${o}"`);
723
+ t[o] && (r[o] = n.shape[o]);
724
+ }
725
+ return J(e, {
726
+ ...e._zod.def,
727
+ shape: r,
728
+ checks: []
729
+ });
730
+ }
731
+ function No(e, t) {
732
+ const r = { ...e._zod.def.shape }, n = e._zod.def;
733
+ for (const o in t) {
734
+ if (!(o in n.shape))
735
+ throw new Error(`Unrecognized key: "${o}"`);
736
+ t[o] && delete r[o];
737
+ }
738
+ return J(e, {
739
+ ...e._zod.def,
740
+ shape: r,
741
+ checks: []
742
+ });
743
+ }
744
+ function Oo(e, t) {
745
+ if (!Te(t))
746
+ throw new Error("Invalid input to extend: expected a plain object");
747
+ const r = {
748
+ ...e._zod.def,
749
+ get shape() {
750
+ const n = { ...e._zod.def.shape, ...t };
751
+ return Qe(this, "shape", n), n;
752
+ },
753
+ checks: []
754
+ // delete existing checks
755
+ };
756
+ return J(e, r);
757
+ }
758
+ function Ao(e, t) {
759
+ return J(e, {
760
+ ...e._zod.def,
761
+ get shape() {
762
+ const r = { ...e._zod.def.shape, ...t._zod.def.shape };
763
+ return Qe(this, "shape", r), r;
764
+ },
765
+ catchall: t._zod.def.catchall,
766
+ checks: []
767
+ // delete existing checks
768
+ });
769
+ }
770
+ function Io(e, t, r) {
771
+ const n = t._zod.def.shape, o = { ...n };
772
+ if (r)
773
+ for (const i in r) {
774
+ if (!(i in n))
775
+ throw new Error(`Unrecognized key: "${i}"`);
776
+ r[i] && (o[i] = e ? new e({
777
+ type: "optional",
778
+ innerType: n[i]
779
+ }) : n[i]);
780
+ }
781
+ else
782
+ for (const i in n)
783
+ o[i] = e ? new e({
784
+ type: "optional",
785
+ innerType: n[i]
786
+ }) : n[i];
787
+ return J(t, {
788
+ ...t._zod.def,
789
+ shape: o,
790
+ checks: []
791
+ });
792
+ }
793
+ function Ro(e, t, r) {
794
+ const n = t._zod.def.shape, o = { ...n };
795
+ if (r)
796
+ for (const i in r) {
797
+ if (!(i in o))
798
+ throw new Error(`Unrecognized key: "${i}"`);
799
+ r[i] && (o[i] = new e({
800
+ type: "nonoptional",
801
+ innerType: n[i]
802
+ }));
803
+ }
804
+ else
805
+ for (const i in n)
806
+ o[i] = new e({
807
+ type: "nonoptional",
808
+ innerType: n[i]
809
+ });
810
+ return J(t, {
811
+ ...t._zod.def,
812
+ shape: o,
813
+ // optional: [],
814
+ checks: []
815
+ });
816
+ }
817
+ function ne(e, t = 0) {
818
+ for (let r = t; r < e.issues.length; r++)
819
+ if (e.issues[r]?.continue !== !0)
820
+ return !0;
821
+ return !1;
822
+ }
823
+ function Be(e, t) {
824
+ return t.map((r) => {
825
+ var n;
826
+ return (n = r).path ?? (n.path = []), r.path.unshift(e), r;
827
+ });
828
+ }
829
+ function le(e) {
830
+ return typeof e == "string" ? e : e?.message;
831
+ }
832
+ function Y(e, t, r) {
833
+ const n = { ...e, path: e.path ?? [] };
834
+ if (!e.message) {
835
+ const o = le(e.inst?._zod.def?.error?.(e)) ?? le(t?.error?.(e)) ?? le(r.customError?.(e)) ?? le(r.localeError?.(e)) ?? "Invalid input";
836
+ n.message = o;
837
+ }
838
+ return delete n.inst, delete n.continue, t?.reportInput || delete n.input, n;
839
+ }
840
+ function Ke(e) {
841
+ return Array.isArray(e) ? "array" : typeof e == "string" ? "string" : "unknown";
842
+ }
843
+ function ie(...e) {
844
+ const [t, r, n] = e;
845
+ return typeof t == "string" ? {
846
+ message: t,
847
+ code: "custom",
848
+ input: r,
849
+ inst: n
850
+ } : { ...t };
851
+ }
852
+ const or = (e, t) => {
853
+ e.name = "$ZodError", Object.defineProperty(e, "_zod", {
854
+ value: e._zod,
855
+ enumerable: !1
856
+ }), Object.defineProperty(e, "issues", {
857
+ value: t,
858
+ enumerable: !1
859
+ }), Object.defineProperty(e, "message", {
860
+ get() {
861
+ return JSON.stringify(t, Eo, 2);
862
+ },
863
+ enumerable: !0
864
+ // configurable: false,
865
+ });
866
+ }, sr = c("$ZodError", or), ir = c("$ZodError", or, { Parent: Error });
867
+ function Do(e, t = (r) => r.message) {
868
+ const r = {}, n = [];
869
+ for (const o of e.issues)
870
+ o.path.length > 0 ? (r[o.path[0]] = r[o.path[0]] || [], r[o.path[0]].push(t(o))) : n.push(t(o));
871
+ return { formErrors: n, fieldErrors: r };
872
+ }
873
+ function Mo(e, t) {
874
+ const r = t || function(i) {
875
+ return i.message;
876
+ }, n = { _errors: [] }, o = (i) => {
877
+ for (const a of i.issues)
878
+ if (a.code === "invalid_union" && a.errors.length)
879
+ a.errors.map((u) => o({ issues: u }));
880
+ else if (a.code === "invalid_key")
881
+ o({ issues: a.issues });
882
+ else if (a.code === "invalid_element")
883
+ o({ issues: a.issues });
884
+ else if (a.path.length === 0)
885
+ n._errors.push(r(a));
886
+ else {
887
+ let u = n, p = 0;
888
+ for (; p < a.path.length; ) {
889
+ const f = a.path[p];
890
+ p === a.path.length - 1 ? (u[f] = u[f] || { _errors: [] }, u[f]._errors.push(r(a))) : u[f] = u[f] || { _errors: [] }, u = u[f], p++;
891
+ }
892
+ }
893
+ };
894
+ return o(e), n;
895
+ }
896
+ const Fo = (e) => (t, r, n, o) => {
897
+ const i = n ? Object.assign(n, { async: !1 }) : { async: !1 }, a = t._zod.run({ value: r, issues: [] }, i);
898
+ if (a instanceof Promise)
899
+ throw new se();
900
+ if (a.issues.length) {
901
+ const u = new (o?.Err ?? e)(a.issues.map((p) => Y(p, i, V())));
902
+ throw nr(u, o?.callee), u;
903
+ }
904
+ return a.value;
905
+ }, qo = (e) => async (t, r, n, o) => {
906
+ const i = n ? Object.assign(n, { async: !0 }) : { async: !0 };
907
+ let a = t._zod.run({ value: r, issues: [] }, i);
908
+ if (a instanceof Promise && (a = await a), a.issues.length) {
909
+ const u = new (o?.Err ?? e)(a.issues.map((p) => Y(p, i, V())));
910
+ throw nr(u, o?.callee), u;
911
+ }
912
+ return a.value;
913
+ }, ar = (e) => (t, r, n) => {
914
+ const o = n ? { ...n, async: !1 } : { async: !1 }, i = t._zod.run({ value: r, issues: [] }, o);
915
+ if (i instanceof Promise)
916
+ throw new se();
917
+ return i.issues.length ? {
918
+ success: !1,
919
+ error: new (e ?? sr)(i.issues.map((a) => Y(a, o, V())))
920
+ } : { success: !0, data: i.value };
921
+ }, Uo = /* @__PURE__ */ ar(ir), cr = (e) => async (t, r, n) => {
922
+ const o = n ? Object.assign(n, { async: !0 }) : { async: !0 };
923
+ let i = t._zod.run({ value: r, issues: [] }, o);
924
+ return i instanceof Promise && (i = await i), i.issues.length ? {
925
+ success: !1,
926
+ error: new e(i.issues.map((a) => Y(a, o, V())))
927
+ } : { success: !0, data: i.value };
928
+ }, Lo = /* @__PURE__ */ cr(ir), Qo = /^[cC][^\s-]{8,}$/, Bo = /^[0-9a-z]+$/, Ko = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, Ho = /^[0-9a-vA-V]{20}$/, Wo = /^[A-Za-z0-9]{27}$/, Vo = /^[a-zA-Z0-9_-]{21}$/, Yo = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, Go = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, ut = (e) => e ? new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/, Jo = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, Xo = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
929
+ function es() {
930
+ return new RegExp(Xo, "u");
931
+ }
932
+ const ts = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, rs = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/, ns = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/, os = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, ss = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, ur = /^[A-Za-z0-9_-]*$/, is = /^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/, as = /^\+(?:[0-9]){6,14}[0-9]$/, lr = "(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))", cs = /* @__PURE__ */ new RegExp(`^${lr}$`);
933
+ function dr(e) {
934
+ const t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
935
+ return typeof e.precision == "number" ? e.precision === -1 ? `${t}` : e.precision === 0 ? `${t}:[0-5]\\d` : `${t}:[0-5]\\d\\.\\d{${e.precision}}` : `${t}(?::[0-5]\\d(?:\\.\\d+)?)?`;
936
+ }
937
+ function us(e) {
938
+ return new RegExp(`^${dr(e)}$`);
939
+ }
940
+ function ls(e) {
941
+ const t = dr({ precision: e.precision }), r = ["Z"];
942
+ e.local && r.push(""), e.offset && r.push("([+-]\\d{2}:\\d{2})");
943
+ const n = `${t}(?:${r.join("|")})`;
944
+ return new RegExp(`^${lr}T(?:${n})$`);
945
+ }
946
+ const ds = (e) => {
947
+ const t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
948
+ return new RegExp(`^${t}$`);
949
+ }, fs = /^[^A-Z]*$/, hs = /^[^a-z]*$/, U = /* @__PURE__ */ c("$ZodCheck", (e, t) => {
950
+ var r;
951
+ e._zod ?? (e._zod = {}), e._zod.def = t, (r = e._zod).onattach ?? (r.onattach = []);
952
+ }), ps = /* @__PURE__ */ c("$ZodCheckMaxLength", (e, t) => {
953
+ U.init(e, t), e._zod.when = (r) => {
954
+ const n = r.value;
955
+ return !Ue(n) && n.length !== void 0;
956
+ }, e._zod.onattach.push((r) => {
957
+ const n = r._zod.bag.maximum ?? Number.POSITIVE_INFINITY;
958
+ t.maximum < n && (r._zod.bag.maximum = t.maximum);
959
+ }), e._zod.check = (r) => {
960
+ const n = r.value;
961
+ if (n.length <= t.maximum)
962
+ return;
963
+ const i = Ke(n);
964
+ r.issues.push({
965
+ origin: i,
966
+ code: "too_big",
967
+ maximum: t.maximum,
968
+ inclusive: !0,
969
+ input: n,
970
+ inst: e,
971
+ continue: !t.abort
972
+ });
973
+ };
974
+ }), ms = /* @__PURE__ */ c("$ZodCheckMinLength", (e, t) => {
975
+ U.init(e, t), e._zod.when = (r) => {
976
+ const n = r.value;
977
+ return !Ue(n) && n.length !== void 0;
978
+ }, e._zod.onattach.push((r) => {
979
+ const n = r._zod.bag.minimum ?? Number.NEGATIVE_INFINITY;
980
+ t.minimum > n && (r._zod.bag.minimum = t.minimum);
981
+ }), e._zod.check = (r) => {
982
+ const n = r.value;
983
+ if (n.length >= t.minimum)
984
+ return;
985
+ const i = Ke(n);
986
+ r.issues.push({
987
+ origin: i,
988
+ code: "too_small",
989
+ minimum: t.minimum,
990
+ inclusive: !0,
991
+ input: n,
992
+ inst: e,
993
+ continue: !t.abort
994
+ });
995
+ };
996
+ }), gs = /* @__PURE__ */ c("$ZodCheckLengthEquals", (e, t) => {
997
+ U.init(e, t), e._zod.when = (r) => {
998
+ const n = r.value;
999
+ return !Ue(n) && n.length !== void 0;
1000
+ }, e._zod.onattach.push((r) => {
1001
+ const n = r._zod.bag;
1002
+ n.minimum = t.length, n.maximum = t.length, n.length = t.length;
1003
+ }), e._zod.check = (r) => {
1004
+ const n = r.value, o = n.length;
1005
+ if (o === t.length)
1006
+ return;
1007
+ const i = Ke(n), a = o > t.length;
1008
+ r.issues.push({
1009
+ origin: i,
1010
+ ...a ? { code: "too_big", maximum: t.length } : { code: "too_small", minimum: t.length },
1011
+ inclusive: !0,
1012
+ exact: !0,
1013
+ input: r.value,
1014
+ inst: e,
1015
+ continue: !t.abort
1016
+ });
1017
+ };
1018
+ }), be = /* @__PURE__ */ c("$ZodCheckStringFormat", (e, t) => {
1019
+ var r, n;
1020
+ U.init(e, t), e._zod.onattach.push((o) => {
1021
+ const i = o._zod.bag;
1022
+ i.format = t.format, t.pattern && (i.patterns ?? (i.patterns = /* @__PURE__ */ new Set()), i.patterns.add(t.pattern));
1023
+ }), t.pattern ? (r = e._zod).check ?? (r.check = (o) => {
1024
+ t.pattern.lastIndex = 0, !t.pattern.test(o.value) && o.issues.push({
1025
+ origin: "string",
1026
+ code: "invalid_format",
1027
+ format: t.format,
1028
+ input: o.value,
1029
+ ...t.pattern ? { pattern: t.pattern.toString() } : {},
1030
+ inst: e,
1031
+ continue: !t.abort
1032
+ });
1033
+ }) : (n = e._zod).check ?? (n.check = () => {
1034
+ });
1035
+ }), vs = /* @__PURE__ */ c("$ZodCheckRegex", (e, t) => {
1036
+ be.init(e, t), e._zod.check = (r) => {
1037
+ t.pattern.lastIndex = 0, !t.pattern.test(r.value) && r.issues.push({
1038
+ origin: "string",
1039
+ code: "invalid_format",
1040
+ format: "regex",
1041
+ input: r.value,
1042
+ pattern: t.pattern.toString(),
1043
+ inst: e,
1044
+ continue: !t.abort
1045
+ });
1046
+ };
1047
+ }), ys = /* @__PURE__ */ c("$ZodCheckLowerCase", (e, t) => {
1048
+ t.pattern ?? (t.pattern = fs), be.init(e, t);
1049
+ }), xs = /* @__PURE__ */ c("$ZodCheckUpperCase", (e, t) => {
1050
+ t.pattern ?? (t.pattern = hs), be.init(e, t);
1051
+ }), _s = /* @__PURE__ */ c("$ZodCheckIncludes", (e, t) => {
1052
+ U.init(e, t);
1053
+ const r = _e(t.includes), n = new RegExp(typeof t.position == "number" ? `^.{${t.position}}${r}` : r);
1054
+ t.pattern = n, e._zod.onattach.push((o) => {
1055
+ const i = o._zod.bag;
1056
+ i.patterns ?? (i.patterns = /* @__PURE__ */ new Set()), i.patterns.add(n);
1057
+ }), e._zod.check = (o) => {
1058
+ o.value.includes(t.includes, t.position) || o.issues.push({
1059
+ origin: "string",
1060
+ code: "invalid_format",
1061
+ format: "includes",
1062
+ includes: t.includes,
1063
+ input: o.value,
1064
+ inst: e,
1065
+ continue: !t.abort
1066
+ });
1067
+ };
1068
+ }), bs = /* @__PURE__ */ c("$ZodCheckStartsWith", (e, t) => {
1069
+ U.init(e, t);
1070
+ const r = new RegExp(`^${_e(t.prefix)}.*`);
1071
+ t.pattern ?? (t.pattern = r), e._zod.onattach.push((n) => {
1072
+ const o = n._zod.bag;
1073
+ o.patterns ?? (o.patterns = /* @__PURE__ */ new Set()), o.patterns.add(r);
1074
+ }), e._zod.check = (n) => {
1075
+ n.value.startsWith(t.prefix) || n.issues.push({
1076
+ origin: "string",
1077
+ code: "invalid_format",
1078
+ format: "starts_with",
1079
+ prefix: t.prefix,
1080
+ input: n.value,
1081
+ inst: e,
1082
+ continue: !t.abort
1083
+ });
1084
+ };
1085
+ }), ws = /* @__PURE__ */ c("$ZodCheckEndsWith", (e, t) => {
1086
+ U.init(e, t);
1087
+ const r = new RegExp(`.*${_e(t.suffix)}$`);
1088
+ t.pattern ?? (t.pattern = r), e._zod.onattach.push((n) => {
1089
+ const o = n._zod.bag;
1090
+ o.patterns ?? (o.patterns = /* @__PURE__ */ new Set()), o.patterns.add(r);
1091
+ }), e._zod.check = (n) => {
1092
+ n.value.endsWith(t.suffix) || n.issues.push({
1093
+ origin: "string",
1094
+ code: "invalid_format",
1095
+ format: "ends_with",
1096
+ suffix: t.suffix,
1097
+ input: n.value,
1098
+ inst: e,
1099
+ continue: !t.abort
1100
+ });
1101
+ };
1102
+ }), js = /* @__PURE__ */ c("$ZodCheckOverwrite", (e, t) => {
1103
+ U.init(e, t), e._zod.check = (r) => {
1104
+ r.value = t.tx(r.value);
1105
+ };
1106
+ });
1107
+ class ks {
1108
+ constructor(t = []) {
1109
+ this.content = [], this.indent = 0, this && (this.args = t);
1110
+ }
1111
+ indented(t) {
1112
+ this.indent += 1, t(this), this.indent -= 1;
1113
+ }
1114
+ write(t) {
1115
+ if (typeof t == "function") {
1116
+ t(this, { execution: "sync" }), t(this, { execution: "async" });
1117
+ return;
1118
+ }
1119
+ const n = t.split(`
1120
+ `).filter((a) => a), o = Math.min(...n.map((a) => a.length - a.trimStart().length)), i = n.map((a) => a.slice(o)).map((a) => " ".repeat(this.indent * 2) + a);
1121
+ for (const a of i)
1122
+ this.content.push(a);
1123
+ }
1124
+ compile() {
1125
+ const t = Function, r = this?.args, o = [...(this?.content ?? [""]).map((i) => ` ${i}`)];
1126
+ return new t(...r, o.join(`
1127
+ `));
1128
+ }
1129
+ }
1130
+ const $s = {
1131
+ major: 4,
1132
+ minor: 0,
1133
+ patch: 0
1134
+ }, T = /* @__PURE__ */ c("$ZodType", (e, t) => {
1135
+ var r;
1136
+ e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = $s;
1137
+ const n = [...e._zod.def.checks ?? []];
1138
+ e._zod.traits.has("$ZodCheck") && n.unshift(e);
1139
+ for (const o of n)
1140
+ for (const i of o._zod.onattach)
1141
+ i(e);
1142
+ if (n.length === 0)
1143
+ (r = e._zod).deferred ?? (r.deferred = []), e._zod.deferred?.push(() => {
1144
+ e._zod.run = e._zod.parse;
1145
+ });
1146
+ else {
1147
+ const o = (i, a, u) => {
1148
+ let p = ne(i), f;
1149
+ for (const x of a) {
1150
+ if (x._zod.when) {
1151
+ if (!x._zod.when(i))
1152
+ continue;
1153
+ } else if (p)
1154
+ continue;
1155
+ const h = i.issues.length, m = x._zod.check(i);
1156
+ if (m instanceof Promise && u?.async === !1)
1157
+ throw new se();
1158
+ if (f || m instanceof Promise)
1159
+ f = (f ?? Promise.resolve()).then(async () => {
1160
+ await m, i.issues.length !== h && (p || (p = ne(i, h)));
1161
+ });
1162
+ else {
1163
+ if (i.issues.length === h)
1164
+ continue;
1165
+ p || (p = ne(i, h));
1166
+ }
1167
+ }
1168
+ return f ? f.then(() => i) : i;
1169
+ };
1170
+ e._zod.run = (i, a) => {
1171
+ const u = e._zod.parse(i, a);
1172
+ if (u instanceof Promise) {
1173
+ if (a.async === !1)
1174
+ throw new se();
1175
+ return u.then((p) => o(p, n, a));
1176
+ }
1177
+ return o(u, n, a);
1178
+ };
1179
+ }
1180
+ e["~standard"] = {
1181
+ validate: (o) => {
1182
+ try {
1183
+ const i = Uo(e, o);
1184
+ return i.success ? { value: i.data } : { issues: i.error?.issues };
1185
+ } catch {
1186
+ return Lo(e, o).then((a) => a.success ? { value: a.data } : { issues: a.error?.issues });
1187
+ }
1188
+ },
1189
+ vendor: "zod",
1190
+ version: 1
1191
+ };
1192
+ }), He = /* @__PURE__ */ c("$ZodString", (e, t) => {
1193
+ T.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? ds(e._zod.bag), e._zod.parse = (r, n) => {
1194
+ if (t.coerce)
1195
+ try {
1196
+ r.value = String(r.value);
1197
+ } catch {
1198
+ }
1199
+ return typeof r.value == "string" || r.issues.push({
1200
+ expected: "string",
1201
+ code: "invalid_type",
1202
+ input: r.value,
1203
+ inst: e
1204
+ }), r;
1205
+ };
1206
+ }), Z = /* @__PURE__ */ c("$ZodStringFormat", (e, t) => {
1207
+ be.init(e, t), He.init(e, t);
1208
+ }), zs = /* @__PURE__ */ c("$ZodGUID", (e, t) => {
1209
+ t.pattern ?? (t.pattern = Go), Z.init(e, t);
1210
+ }), Ps = /* @__PURE__ */ c("$ZodUUID", (e, t) => {
1211
+ if (t.version) {
1212
+ const n = {
1213
+ v1: 1,
1214
+ v2: 2,
1215
+ v3: 3,
1216
+ v4: 4,
1217
+ v5: 5,
1218
+ v6: 6,
1219
+ v7: 7,
1220
+ v8: 8
1221
+ }[t.version];
1222
+ if (n === void 0)
1223
+ throw new Error(`Invalid UUID version: "${t.version}"`);
1224
+ t.pattern ?? (t.pattern = ut(n));
1225
+ } else
1226
+ t.pattern ?? (t.pattern = ut());
1227
+ Z.init(e, t);
1228
+ }), Es = /* @__PURE__ */ c("$ZodEmail", (e, t) => {
1229
+ t.pattern ?? (t.pattern = Jo), Z.init(e, t);
1230
+ }), Ss = /* @__PURE__ */ c("$ZodURL", (e, t) => {
1231
+ Z.init(e, t), e._zod.check = (r) => {
1232
+ try {
1233
+ const n = r.value, o = new URL(n), i = o.href;
1234
+ t.hostname && (t.hostname.lastIndex = 0, t.hostname.test(o.hostname) || r.issues.push({
1235
+ code: "invalid_format",
1236
+ format: "url",
1237
+ note: "Invalid hostname",
1238
+ pattern: is.source,
1239
+ input: r.value,
1240
+ inst: e,
1241
+ continue: !t.abort
1242
+ })), t.protocol && (t.protocol.lastIndex = 0, t.protocol.test(o.protocol.endsWith(":") ? o.protocol.slice(0, -1) : o.protocol) || r.issues.push({
1243
+ code: "invalid_format",
1244
+ format: "url",
1245
+ note: "Invalid protocol",
1246
+ pattern: t.protocol.source,
1247
+ input: r.value,
1248
+ inst: e,
1249
+ continue: !t.abort
1250
+ })), !n.endsWith("/") && i.endsWith("/") ? r.value = i.slice(0, -1) : r.value = i;
1251
+ return;
1252
+ } catch {
1253
+ r.issues.push({
1254
+ code: "invalid_format",
1255
+ format: "url",
1256
+ input: r.value,
1257
+ inst: e,
1258
+ continue: !t.abort
1259
+ });
1260
+ }
1261
+ };
1262
+ }), Zs = /* @__PURE__ */ c("$ZodEmoji", (e, t) => {
1263
+ t.pattern ?? (t.pattern = es()), Z.init(e, t);
1264
+ }), Cs = /* @__PURE__ */ c("$ZodNanoID", (e, t) => {
1265
+ t.pattern ?? (t.pattern = Vo), Z.init(e, t);
1266
+ }), Ts = /* @__PURE__ */ c("$ZodCUID", (e, t) => {
1267
+ t.pattern ?? (t.pattern = Qo), Z.init(e, t);
1268
+ }), Ns = /* @__PURE__ */ c("$ZodCUID2", (e, t) => {
1269
+ t.pattern ?? (t.pattern = Bo), Z.init(e, t);
1270
+ }), Os = /* @__PURE__ */ c("$ZodULID", (e, t) => {
1271
+ t.pattern ?? (t.pattern = Ko), Z.init(e, t);
1272
+ }), As = /* @__PURE__ */ c("$ZodXID", (e, t) => {
1273
+ t.pattern ?? (t.pattern = Ho), Z.init(e, t);
1274
+ }), Is = /* @__PURE__ */ c("$ZodKSUID", (e, t) => {
1275
+ t.pattern ?? (t.pattern = Wo), Z.init(e, t);
1276
+ }), Rs = /* @__PURE__ */ c("$ZodISODateTime", (e, t) => {
1277
+ t.pattern ?? (t.pattern = ls(t)), Z.init(e, t);
1278
+ }), Ds = /* @__PURE__ */ c("$ZodISODate", (e, t) => {
1279
+ t.pattern ?? (t.pattern = cs), Z.init(e, t);
1280
+ }), Ms = /* @__PURE__ */ c("$ZodISOTime", (e, t) => {
1281
+ t.pattern ?? (t.pattern = us(t)), Z.init(e, t);
1282
+ }), Fs = /* @__PURE__ */ c("$ZodISODuration", (e, t) => {
1283
+ t.pattern ?? (t.pattern = Yo), Z.init(e, t);
1284
+ }), qs = /* @__PURE__ */ c("$ZodIPv4", (e, t) => {
1285
+ t.pattern ?? (t.pattern = ts), Z.init(e, t), e._zod.onattach.push((r) => {
1286
+ const n = r._zod.bag;
1287
+ n.format = "ipv4";
1288
+ });
1289
+ }), Us = /* @__PURE__ */ c("$ZodIPv6", (e, t) => {
1290
+ t.pattern ?? (t.pattern = rs), Z.init(e, t), e._zod.onattach.push((r) => {
1291
+ const n = r._zod.bag;
1292
+ n.format = "ipv6";
1293
+ }), e._zod.check = (r) => {
1294
+ try {
1295
+ new URL(`http://[${r.value}]`);
1296
+ } catch {
1297
+ r.issues.push({
1298
+ code: "invalid_format",
1299
+ format: "ipv6",
1300
+ input: r.value,
1301
+ inst: e,
1302
+ continue: !t.abort
1303
+ });
1304
+ }
1305
+ };
1306
+ }), Ls = /* @__PURE__ */ c("$ZodCIDRv4", (e, t) => {
1307
+ t.pattern ?? (t.pattern = ns), Z.init(e, t);
1308
+ }), Qs = /* @__PURE__ */ c("$ZodCIDRv6", (e, t) => {
1309
+ t.pattern ?? (t.pattern = os), Z.init(e, t), e._zod.check = (r) => {
1310
+ const [n, o] = r.value.split("/");
1311
+ try {
1312
+ if (!o)
1313
+ throw new Error();
1314
+ const i = Number(o);
1315
+ if (`${i}` !== o)
1316
+ throw new Error();
1317
+ if (i < 0 || i > 128)
1318
+ throw new Error();
1319
+ new URL(`http://[${n}]`);
1320
+ } catch {
1321
+ r.issues.push({
1322
+ code: "invalid_format",
1323
+ format: "cidrv6",
1324
+ input: r.value,
1325
+ inst: e,
1326
+ continue: !t.abort
1327
+ });
1328
+ }
1329
+ };
1330
+ });
1331
+ function fr(e) {
1332
+ if (e === "")
1333
+ return !0;
1334
+ if (e.length % 4 !== 0)
1335
+ return !1;
1336
+ try {
1337
+ return atob(e), !0;
1338
+ } catch {
1339
+ return !1;
1340
+ }
1341
+ }
1342
+ const Bs = /* @__PURE__ */ c("$ZodBase64", (e, t) => {
1343
+ t.pattern ?? (t.pattern = ss), Z.init(e, t), e._zod.onattach.push((r) => {
1344
+ r._zod.bag.contentEncoding = "base64";
1345
+ }), e._zod.check = (r) => {
1346
+ fr(r.value) || r.issues.push({
1347
+ code: "invalid_format",
1348
+ format: "base64",
1349
+ input: r.value,
1350
+ inst: e,
1351
+ continue: !t.abort
1352
+ });
1353
+ };
1354
+ });
1355
+ function Ks(e) {
1356
+ if (!ur.test(e))
1357
+ return !1;
1358
+ const t = e.replace(/[-_]/g, (n) => n === "-" ? "+" : "/"), r = t.padEnd(Math.ceil(t.length / 4) * 4, "=");
1359
+ return fr(r);
1360
+ }
1361
+ const Hs = /* @__PURE__ */ c("$ZodBase64URL", (e, t) => {
1362
+ t.pattern ?? (t.pattern = ur), Z.init(e, t), e._zod.onattach.push((r) => {
1363
+ r._zod.bag.contentEncoding = "base64url";
1364
+ }), e._zod.check = (r) => {
1365
+ Ks(r.value) || r.issues.push({
1366
+ code: "invalid_format",
1367
+ format: "base64url",
1368
+ input: r.value,
1369
+ inst: e,
1370
+ continue: !t.abort
1371
+ });
1372
+ };
1373
+ }), Ws = /* @__PURE__ */ c("$ZodE164", (e, t) => {
1374
+ t.pattern ?? (t.pattern = as), Z.init(e, t);
1375
+ });
1376
+ function Vs(e, t = null) {
1377
+ try {
1378
+ const r = e.split(".");
1379
+ if (r.length !== 3)
1380
+ return !1;
1381
+ const [n] = r;
1382
+ if (!n)
1383
+ return !1;
1384
+ const o = JSON.parse(atob(n));
1385
+ return !("typ" in o && o?.typ !== "JWT" || !o.alg || t && (!("alg" in o) || o.alg !== t));
1386
+ } catch {
1387
+ return !1;
1388
+ }
1389
+ }
1390
+ const Ys = /* @__PURE__ */ c("$ZodJWT", (e, t) => {
1391
+ Z.init(e, t), e._zod.check = (r) => {
1392
+ Vs(r.value, t.alg) || r.issues.push({
1393
+ code: "invalid_format",
1394
+ format: "jwt",
1395
+ input: r.value,
1396
+ inst: e,
1397
+ continue: !t.abort
1398
+ });
1399
+ };
1400
+ }), Gs = /* @__PURE__ */ c("$ZodUnknown", (e, t) => {
1401
+ T.init(e, t), e._zod.parse = (r) => r;
1402
+ }), Js = /* @__PURE__ */ c("$ZodNever", (e, t) => {
1403
+ T.init(e, t), e._zod.parse = (r, n) => (r.issues.push({
1404
+ expected: "never",
1405
+ code: "invalid_type",
1406
+ input: r.value,
1407
+ inst: e
1408
+ }), r);
1409
+ });
1410
+ function lt(e, t, r) {
1411
+ e.issues.length && t.issues.push(...Be(r, e.issues)), t.value[r] = e.value;
1412
+ }
1413
+ const Xs = /* @__PURE__ */ c("$ZodArray", (e, t) => {
1414
+ T.init(e, t), e._zod.parse = (r, n) => {
1415
+ const o = r.value;
1416
+ if (!Array.isArray(o))
1417
+ return r.issues.push({
1418
+ expected: "array",
1419
+ code: "invalid_type",
1420
+ input: o,
1421
+ inst: e
1422
+ }), r;
1423
+ r.value = Array(o.length);
1424
+ const i = [];
1425
+ for (let a = 0; a < o.length; a++) {
1426
+ const u = o[a], p = t.element._zod.run({
1427
+ value: u,
1428
+ issues: []
1429
+ }, n);
1430
+ p instanceof Promise ? i.push(p.then((f) => lt(f, r, a))) : lt(p, r, a);
1431
+ }
1432
+ return i.length ? Promise.all(i).then(() => r) : r;
1433
+ };
1434
+ });
1435
+ function de(e, t, r) {
1436
+ e.issues.length && t.issues.push(...Be(r, e.issues)), t.value[r] = e.value;
1437
+ }
1438
+ function dt(e, t, r, n) {
1439
+ e.issues.length ? n[r] === void 0 ? r in n ? t.value[r] = void 0 : t.value[r] = e.value : t.issues.push(...Be(r, e.issues)) : e.value === void 0 ? r in n && (t.value[r] = void 0) : t.value[r] = e.value;
1440
+ }
1441
+ const ei = /* @__PURE__ */ c("$ZodObject", (e, t) => {
1442
+ T.init(e, t);
1443
+ const r = rr(() => {
1444
+ const h = Object.keys(t.shape);
1445
+ for (const l of h)
1446
+ if (!(t.shape[l] instanceof T))
1447
+ throw new Error(`Invalid element at key "${l}": expected a Zod schema`);
1448
+ const m = Co(t.shape);
1449
+ return {
1450
+ shape: t.shape,
1451
+ keys: h,
1452
+ keySet: new Set(h),
1453
+ numKeys: h.length,
1454
+ optionalKeys: new Set(m)
1455
+ };
1456
+ });
1457
+ S(e._zod, "propValues", () => {
1458
+ const h = t.shape, m = {};
1459
+ for (const l in h) {
1460
+ const g = h[l]._zod;
1461
+ if (g.values) {
1462
+ m[l] ?? (m[l] = /* @__PURE__ */ new Set());
1463
+ for (const w of g.values)
1464
+ m[l].add(w);
1465
+ }
1466
+ }
1467
+ return m;
1468
+ });
1469
+ const n = (h) => {
1470
+ const m = new ks(["shape", "payload", "ctx"]), l = r.value, g = (j) => {
1471
+ const y = re(j);
1472
+ return `shape[${y}]._zod.run({ value: input[${y}], issues: [] }, ctx)`;
1473
+ };
1474
+ m.write("const input = payload.value;");
1475
+ const w = /* @__PURE__ */ Object.create(null);
1476
+ let E = 0;
1477
+ for (const j of l.keys)
1478
+ w[j] = `key_${E++}`;
1479
+ m.write("const newResult = {}");
1480
+ for (const j of l.keys)
1481
+ if (l.optionalKeys.has(j)) {
1482
+ const y = w[j];
1483
+ m.write(`const ${y} = ${g(j)};`);
1484
+ const _ = re(j);
1485
+ m.write(`
1486
+ if (${y}.issues.length) {
1487
+ if (input[${_}] === undefined) {
1488
+ if (${_} in input) {
1489
+ newResult[${_}] = undefined;
1490
+ }
1491
+ } else {
1492
+ payload.issues = payload.issues.concat(
1493
+ ${y}.issues.map((iss) => ({
1494
+ ...iss,
1495
+ path: iss.path ? [${_}, ...iss.path] : [${_}],
1496
+ }))
1497
+ );
1498
+ }
1499
+ } else if (${y}.value === undefined) {
1500
+ if (${_} in input) newResult[${_}] = undefined;
1501
+ } else {
1502
+ newResult[${_}] = ${y}.value;
1503
+ }
1504
+ `);
1505
+ } else {
1506
+ const y = w[j];
1507
+ m.write(`const ${y} = ${g(j)};`), m.write(`
1508
+ if (${y}.issues.length) payload.issues = payload.issues.concat(${y}.issues.map(iss => ({
1509
+ ...iss,
1510
+ path: iss.path ? [${re(j)}, ...iss.path] : [${re(j)}]
1511
+ })));`), m.write(`newResult[${re(j)}] = ${y}.value`);
1512
+ }
1513
+ m.write("payload.value = newResult;"), m.write("return payload;");
1514
+ const $ = m.compile();
1515
+ return (j, y) => $(h, j, y);
1516
+ };
1517
+ let o;
1518
+ const i = Ce, a = !tr.jitless, p = a && So.value, f = t.catchall;
1519
+ let x;
1520
+ e._zod.parse = (h, m) => {
1521
+ x ?? (x = r.value);
1522
+ const l = h.value;
1523
+ if (!i(l))
1524
+ return h.issues.push({
1525
+ expected: "object",
1526
+ code: "invalid_type",
1527
+ input: l,
1528
+ inst: e
1529
+ }), h;
1530
+ const g = [];
1531
+ if (a && p && m?.async === !1 && m.jitless !== !0)
1532
+ o || (o = n(t.shape)), h = o(h, m);
1533
+ else {
1534
+ h.value = {};
1535
+ const y = x.shape;
1536
+ for (const _ of x.keys) {
1537
+ const d = y[_], k = d._zod.run({ value: l[_], issues: [] }, m), I = d._zod.optin === "optional" && d._zod.optout === "optional";
1538
+ k instanceof Promise ? g.push(k.then((D) => I ? dt(D, h, _, l) : de(D, h, _))) : I ? dt(k, h, _, l) : de(k, h, _);
1539
+ }
1540
+ }
1541
+ if (!f)
1542
+ return g.length ? Promise.all(g).then(() => h) : h;
1543
+ const w = [], E = x.keySet, $ = f._zod, j = $.def.type;
1544
+ for (const y of Object.keys(l)) {
1545
+ if (E.has(y))
1546
+ continue;
1547
+ if (j === "never") {
1548
+ w.push(y);
1549
+ continue;
1550
+ }
1551
+ const _ = $.run({ value: l[y], issues: [] }, m);
1552
+ _ instanceof Promise ? g.push(_.then((d) => de(d, h, y))) : de(_, h, y);
1553
+ }
1554
+ return w.length && h.issues.push({
1555
+ code: "unrecognized_keys",
1556
+ keys: w,
1557
+ input: l,
1558
+ inst: e
1559
+ }), g.length ? Promise.all(g).then(() => h) : h;
1560
+ };
1561
+ });
1562
+ function ft(e, t, r, n) {
1563
+ for (const o of e)
1564
+ if (o.issues.length === 0)
1565
+ return t.value = o.value, t;
1566
+ return t.issues.push({
1567
+ code: "invalid_union",
1568
+ input: t.value,
1569
+ inst: r,
1570
+ errors: e.map((o) => o.issues.map((i) => Y(i, n, V())))
1571
+ }), t;
1572
+ }
1573
+ const ti = /* @__PURE__ */ c("$ZodUnion", (e, t) => {
1574
+ T.init(e, t), S(e._zod, "optin", () => t.options.some((r) => r._zod.optin === "optional") ? "optional" : void 0), S(e._zod, "optout", () => t.options.some((r) => r._zod.optout === "optional") ? "optional" : void 0), S(e._zod, "values", () => {
1575
+ if (t.options.every((r) => r._zod.values))
1576
+ return new Set(t.options.flatMap((r) => Array.from(r._zod.values)));
1577
+ }), S(e._zod, "pattern", () => {
1578
+ if (t.options.every((r) => r._zod.pattern)) {
1579
+ const r = t.options.map((n) => n._zod.pattern);
1580
+ return new RegExp(`^(${r.map((n) => Le(n.source)).join("|")})$`);
1581
+ }
1582
+ }), e._zod.parse = (r, n) => {
1583
+ let o = !1;
1584
+ const i = [];
1585
+ for (const a of t.options) {
1586
+ const u = a._zod.run({
1587
+ value: r.value,
1588
+ issues: []
1589
+ }, n);
1590
+ if (u instanceof Promise)
1591
+ i.push(u), o = !0;
1592
+ else {
1593
+ if (u.issues.length === 0)
1594
+ return u;
1595
+ i.push(u);
1596
+ }
1597
+ }
1598
+ return o ? Promise.all(i).then((a) => ft(a, r, e, n)) : ft(i, r, e, n);
1599
+ };
1600
+ }), ri = /* @__PURE__ */ c("$ZodIntersection", (e, t) => {
1601
+ T.init(e, t), e._zod.parse = (r, n) => {
1602
+ const o = r.value, i = t.left._zod.run({ value: o, issues: [] }, n), a = t.right._zod.run({ value: o, issues: [] }, n);
1603
+ return i instanceof Promise || a instanceof Promise ? Promise.all([i, a]).then(([p, f]) => ht(r, p, f)) : ht(r, i, a);
1604
+ };
1605
+ });
1606
+ function Ne(e, t) {
1607
+ if (e === t)
1608
+ return { valid: !0, data: e };
1609
+ if (e instanceof Date && t instanceof Date && +e == +t)
1610
+ return { valid: !0, data: e };
1611
+ if (Te(e) && Te(t)) {
1612
+ const r = Object.keys(t), n = Object.keys(e).filter((i) => r.indexOf(i) !== -1), o = { ...e, ...t };
1613
+ for (const i of n) {
1614
+ const a = Ne(e[i], t[i]);
1615
+ if (!a.valid)
1616
+ return {
1617
+ valid: !1,
1618
+ mergeErrorPath: [i, ...a.mergeErrorPath]
1619
+ };
1620
+ o[i] = a.data;
1621
+ }
1622
+ return { valid: !0, data: o };
1623
+ }
1624
+ if (Array.isArray(e) && Array.isArray(t)) {
1625
+ if (e.length !== t.length)
1626
+ return { valid: !1, mergeErrorPath: [] };
1627
+ const r = [];
1628
+ for (let n = 0; n < e.length; n++) {
1629
+ const o = e[n], i = t[n], a = Ne(o, i);
1630
+ if (!a.valid)
1631
+ return {
1632
+ valid: !1,
1633
+ mergeErrorPath: [n, ...a.mergeErrorPath]
1634
+ };
1635
+ r.push(a.data);
1636
+ }
1637
+ return { valid: !0, data: r };
1638
+ }
1639
+ return { valid: !1, mergeErrorPath: [] };
1640
+ }
1641
+ function ht(e, t, r) {
1642
+ if (t.issues.length && e.issues.push(...t.issues), r.issues.length && e.issues.push(...r.issues), ne(e))
1643
+ return e;
1644
+ const n = Ne(t.value, r.value);
1645
+ if (!n.valid)
1646
+ throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);
1647
+ return e.value = n.data, e;
1648
+ }
1649
+ const ni = /* @__PURE__ */ c("$ZodEnum", (e, t) => {
1650
+ T.init(e, t);
1651
+ const r = Po(t.entries);
1652
+ e._zod.values = new Set(r), e._zod.pattern = new RegExp(`^(${r.filter((n) => Zo.has(typeof n)).map((n) => typeof n == "string" ? _e(n) : n.toString()).join("|")})$`), e._zod.parse = (n, o) => {
1653
+ const i = n.value;
1654
+ return e._zod.values.has(i) || n.issues.push({
1655
+ code: "invalid_value",
1656
+ values: r,
1657
+ input: i,
1658
+ inst: e
1659
+ }), n;
1660
+ };
1661
+ }), oi = /* @__PURE__ */ c("$ZodTransform", (e, t) => {
1662
+ T.init(e, t), e._zod.parse = (r, n) => {
1663
+ const o = t.transform(r.value, r);
1664
+ if (n.async)
1665
+ return (o instanceof Promise ? o : Promise.resolve(o)).then((a) => (r.value = a, r));
1666
+ if (o instanceof Promise)
1667
+ throw new se();
1668
+ return r.value = o, r;
1669
+ };
1670
+ }), si = /* @__PURE__ */ c("$ZodOptional", (e, t) => {
1671
+ T.init(e, t), e._zod.optin = "optional", e._zod.optout = "optional", S(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, void 0]) : void 0), S(e._zod, "pattern", () => {
1672
+ const r = t.innerType._zod.pattern;
1673
+ return r ? new RegExp(`^(${Le(r.source)})?$`) : void 0;
1674
+ }), e._zod.parse = (r, n) => t.innerType._zod.optin === "optional" ? t.innerType._zod.run(r, n) : r.value === void 0 ? r : t.innerType._zod.run(r, n);
1675
+ }), ii = /* @__PURE__ */ c("$ZodNullable", (e, t) => {
1676
+ T.init(e, t), S(e._zod, "optin", () => t.innerType._zod.optin), S(e._zod, "optout", () => t.innerType._zod.optout), S(e._zod, "pattern", () => {
1677
+ const r = t.innerType._zod.pattern;
1678
+ return r ? new RegExp(`^(${Le(r.source)}|null)$`) : void 0;
1679
+ }), S(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, null]) : void 0), e._zod.parse = (r, n) => r.value === null ? r : t.innerType._zod.run(r, n);
1680
+ }), ai = /* @__PURE__ */ c("$ZodDefault", (e, t) => {
1681
+ T.init(e, t), e._zod.optin = "optional", S(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (r, n) => {
1682
+ if (r.value === void 0)
1683
+ return r.value = t.defaultValue, r;
1684
+ const o = t.innerType._zod.run(r, n);
1685
+ return o instanceof Promise ? o.then((i) => pt(i, t)) : pt(o, t);
1686
+ };
1687
+ });
1688
+ function pt(e, t) {
1689
+ return e.value === void 0 && (e.value = t.defaultValue), e;
1690
+ }
1691
+ const ci = /* @__PURE__ */ c("$ZodPrefault", (e, t) => {
1692
+ T.init(e, t), e._zod.optin = "optional", S(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (r, n) => (r.value === void 0 && (r.value = t.defaultValue), t.innerType._zod.run(r, n));
1693
+ }), ui = /* @__PURE__ */ c("$ZodNonOptional", (e, t) => {
1694
+ T.init(e, t), S(e._zod, "values", () => {
1695
+ const r = t.innerType._zod.values;
1696
+ return r ? new Set([...r].filter((n) => n !== void 0)) : void 0;
1697
+ }), e._zod.parse = (r, n) => {
1698
+ const o = t.innerType._zod.run(r, n);
1699
+ return o instanceof Promise ? o.then((i) => mt(i, e)) : mt(o, e);
1700
+ };
1701
+ });
1702
+ function mt(e, t) {
1703
+ return !e.issues.length && e.value === void 0 && e.issues.push({
1704
+ code: "invalid_type",
1705
+ expected: "nonoptional",
1706
+ input: e.value,
1707
+ inst: t
1708
+ }), e;
1709
+ }
1710
+ const li = /* @__PURE__ */ c("$ZodCatch", (e, t) => {
1711
+ T.init(e, t), e._zod.optin = "optional", S(e._zod, "optout", () => t.innerType._zod.optout), S(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (r, n) => {
1712
+ const o = t.innerType._zod.run(r, n);
1713
+ return o instanceof Promise ? o.then((i) => (r.value = i.value, i.issues.length && (r.value = t.catchValue({
1714
+ ...r,
1715
+ error: {
1716
+ issues: i.issues.map((a) => Y(a, n, V()))
1717
+ },
1718
+ input: r.value
1719
+ }), r.issues = []), r)) : (r.value = o.value, o.issues.length && (r.value = t.catchValue({
1720
+ ...r,
1721
+ error: {
1722
+ issues: o.issues.map((i) => Y(i, n, V()))
1723
+ },
1724
+ input: r.value
1725
+ }), r.issues = []), r);
1726
+ };
1727
+ }), di = /* @__PURE__ */ c("$ZodPipe", (e, t) => {
1728
+ T.init(e, t), S(e._zod, "values", () => t.in._zod.values), S(e._zod, "optin", () => t.in._zod.optin), S(e._zod, "optout", () => t.out._zod.optout), e._zod.parse = (r, n) => {
1729
+ const o = t.in._zod.run(r, n);
1730
+ return o instanceof Promise ? o.then((i) => gt(i, t, n)) : gt(o, t, n);
1731
+ };
1732
+ });
1733
+ function gt(e, t, r) {
1734
+ return ne(e) ? e : t.out._zod.run({ value: e.value, issues: e.issues }, r);
1735
+ }
1736
+ const fi = /* @__PURE__ */ c("$ZodReadonly", (e, t) => {
1737
+ T.init(e, t), S(e._zod, "propValues", () => t.innerType._zod.propValues), S(e._zod, "values", () => t.innerType._zod.values), S(e._zod, "optin", () => t.innerType._zod.optin), S(e._zod, "optout", () => t.innerType._zod.optout), e._zod.parse = (r, n) => {
1738
+ const o = t.innerType._zod.run(r, n);
1739
+ return o instanceof Promise ? o.then(vt) : vt(o);
1740
+ };
1741
+ });
1742
+ function vt(e) {
1743
+ return e.value = Object.freeze(e.value), e;
1744
+ }
1745
+ const hi = /* @__PURE__ */ c("$ZodCustom", (e, t) => {
1746
+ U.init(e, t), T.init(e, t), e._zod.parse = (r, n) => r, e._zod.check = (r) => {
1747
+ const n = r.value, o = t.fn(n);
1748
+ if (o instanceof Promise)
1749
+ return o.then((i) => yt(i, r, n, e));
1750
+ yt(o, r, n, e);
1751
+ };
1752
+ });
1753
+ function yt(e, t, r, n) {
1754
+ if (!e) {
1755
+ const o = {
1756
+ code: "custom",
1757
+ input: r,
1758
+ inst: n,
1759
+ // incorporates params.error into issue reporting
1760
+ path: [...n._zod.def.path ?? []],
1761
+ // incorporates params.error into issue reporting
1762
+ continue: !n._zod.def.abort
1763
+ // params: inst._zod.def.params,
1764
+ };
1765
+ n._zod.def.params && (o.params = n._zod.def.params), t.issues.push(ie(o));
1766
+ }
1767
+ }
1768
+ class pi {
1769
+ constructor() {
1770
+ this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
1771
+ }
1772
+ add(t, ...r) {
1773
+ const n = r[0];
1774
+ if (this._map.set(t, n), n && typeof n == "object" && "id" in n) {
1775
+ if (this._idmap.has(n.id))
1776
+ throw new Error(`ID ${n.id} already exists in the registry`);
1777
+ this._idmap.set(n.id, t);
1778
+ }
1779
+ return this;
1780
+ }
1781
+ remove(t) {
1782
+ return this._map.delete(t), this;
1783
+ }
1784
+ get(t) {
1785
+ const r = t._zod.parent;
1786
+ if (r) {
1787
+ const n = { ...this.get(r) ?? {} };
1788
+ return delete n.id, { ...n, ...this._map.get(t) };
1789
+ }
1790
+ return this._map.get(t);
1791
+ }
1792
+ has(t) {
1793
+ return this._map.has(t);
1794
+ }
1795
+ }
1796
+ function mi() {
1797
+ return new pi();
1798
+ }
1799
+ const fe = /* @__PURE__ */ mi();
1800
+ function gi(e, t) {
1801
+ return new e({
1802
+ type: "string",
1803
+ ...b(t)
1804
+ });
1805
+ }
1806
+ function vi(e, t) {
1807
+ return new e({
1808
+ type: "string",
1809
+ format: "email",
1810
+ check: "string_format",
1811
+ abort: !1,
1812
+ ...b(t)
1813
+ });
1814
+ }
1815
+ function xt(e, t) {
1816
+ return new e({
1817
+ type: "string",
1818
+ format: "guid",
1819
+ check: "string_format",
1820
+ abort: !1,
1821
+ ...b(t)
1822
+ });
1823
+ }
1824
+ function yi(e, t) {
1825
+ return new e({
1826
+ type: "string",
1827
+ format: "uuid",
1828
+ check: "string_format",
1829
+ abort: !1,
1830
+ ...b(t)
1831
+ });
1832
+ }
1833
+ function xi(e, t) {
1834
+ return new e({
1835
+ type: "string",
1836
+ format: "uuid",
1837
+ check: "string_format",
1838
+ abort: !1,
1839
+ version: "v4",
1840
+ ...b(t)
1841
+ });
1842
+ }
1843
+ function _i(e, t) {
1844
+ return new e({
1845
+ type: "string",
1846
+ format: "uuid",
1847
+ check: "string_format",
1848
+ abort: !1,
1849
+ version: "v6",
1850
+ ...b(t)
1851
+ });
1852
+ }
1853
+ function bi(e, t) {
1854
+ return new e({
1855
+ type: "string",
1856
+ format: "uuid",
1857
+ check: "string_format",
1858
+ abort: !1,
1859
+ version: "v7",
1860
+ ...b(t)
1861
+ });
1862
+ }
1863
+ function wi(e, t) {
1864
+ return new e({
1865
+ type: "string",
1866
+ format: "url",
1867
+ check: "string_format",
1868
+ abort: !1,
1869
+ ...b(t)
1870
+ });
1871
+ }
1872
+ function ji(e, t) {
1873
+ return new e({
1874
+ type: "string",
1875
+ format: "emoji",
1876
+ check: "string_format",
1877
+ abort: !1,
1878
+ ...b(t)
1879
+ });
1880
+ }
1881
+ function ki(e, t) {
1882
+ return new e({
1883
+ type: "string",
1884
+ format: "nanoid",
1885
+ check: "string_format",
1886
+ abort: !1,
1887
+ ...b(t)
1888
+ });
1889
+ }
1890
+ function $i(e, t) {
1891
+ return new e({
1892
+ type: "string",
1893
+ format: "cuid",
1894
+ check: "string_format",
1895
+ abort: !1,
1896
+ ...b(t)
1897
+ });
1898
+ }
1899
+ function zi(e, t) {
1900
+ return new e({
1901
+ type: "string",
1902
+ format: "cuid2",
1903
+ check: "string_format",
1904
+ abort: !1,
1905
+ ...b(t)
1906
+ });
1907
+ }
1908
+ function Pi(e, t) {
1909
+ return new e({
1910
+ type: "string",
1911
+ format: "ulid",
1912
+ check: "string_format",
1913
+ abort: !1,
1914
+ ...b(t)
1915
+ });
1916
+ }
1917
+ function Ei(e, t) {
1918
+ return new e({
1919
+ type: "string",
1920
+ format: "xid",
1921
+ check: "string_format",
1922
+ abort: !1,
1923
+ ...b(t)
1924
+ });
1925
+ }
1926
+ function Si(e, t) {
1927
+ return new e({
1928
+ type: "string",
1929
+ format: "ksuid",
1930
+ check: "string_format",
1931
+ abort: !1,
1932
+ ...b(t)
1933
+ });
1934
+ }
1935
+ function Zi(e, t) {
1936
+ return new e({
1937
+ type: "string",
1938
+ format: "ipv4",
1939
+ check: "string_format",
1940
+ abort: !1,
1941
+ ...b(t)
1942
+ });
1943
+ }
1944
+ function Ci(e, t) {
1945
+ return new e({
1946
+ type: "string",
1947
+ format: "ipv6",
1948
+ check: "string_format",
1949
+ abort: !1,
1950
+ ...b(t)
1951
+ });
1952
+ }
1953
+ function Ti(e, t) {
1954
+ return new e({
1955
+ type: "string",
1956
+ format: "cidrv4",
1957
+ check: "string_format",
1958
+ abort: !1,
1959
+ ...b(t)
1960
+ });
1961
+ }
1962
+ function Ni(e, t) {
1963
+ return new e({
1964
+ type: "string",
1965
+ format: "cidrv6",
1966
+ check: "string_format",
1967
+ abort: !1,
1968
+ ...b(t)
1969
+ });
1970
+ }
1971
+ function Oi(e, t) {
1972
+ return new e({
1973
+ type: "string",
1974
+ format: "base64",
1975
+ check: "string_format",
1976
+ abort: !1,
1977
+ ...b(t)
1978
+ });
1979
+ }
1980
+ function Ai(e, t) {
1981
+ return new e({
1982
+ type: "string",
1983
+ format: "base64url",
1984
+ check: "string_format",
1985
+ abort: !1,
1986
+ ...b(t)
1987
+ });
1988
+ }
1989
+ function Ii(e, t) {
1990
+ return new e({
1991
+ type: "string",
1992
+ format: "e164",
1993
+ check: "string_format",
1994
+ abort: !1,
1995
+ ...b(t)
1996
+ });
1997
+ }
1998
+ function Ri(e, t) {
1999
+ return new e({
2000
+ type: "string",
2001
+ format: "jwt",
2002
+ check: "string_format",
2003
+ abort: !1,
2004
+ ...b(t)
2005
+ });
2006
+ }
2007
+ function Di(e, t) {
2008
+ return new e({
2009
+ type: "string",
2010
+ format: "datetime",
2011
+ check: "string_format",
2012
+ offset: !1,
2013
+ local: !1,
2014
+ precision: null,
2015
+ ...b(t)
2016
+ });
2017
+ }
2018
+ function Mi(e, t) {
2019
+ return new e({
2020
+ type: "string",
2021
+ format: "date",
2022
+ check: "string_format",
2023
+ ...b(t)
2024
+ });
2025
+ }
2026
+ function Fi(e, t) {
2027
+ return new e({
2028
+ type: "string",
2029
+ format: "time",
2030
+ check: "string_format",
2031
+ precision: null,
2032
+ ...b(t)
2033
+ });
2034
+ }
2035
+ function qi(e, t) {
2036
+ return new e({
2037
+ type: "string",
2038
+ format: "duration",
2039
+ check: "string_format",
2040
+ ...b(t)
2041
+ });
2042
+ }
2043
+ function Ui(e) {
2044
+ return new e({
2045
+ type: "unknown"
2046
+ });
2047
+ }
2048
+ function Li(e, t) {
2049
+ return new e({
2050
+ type: "never",
2051
+ ...b(t)
2052
+ });
2053
+ }
2054
+ function hr(e, t) {
2055
+ return new ps({
2056
+ check: "max_length",
2057
+ ...b(t),
2058
+ maximum: e
2059
+ });
2060
+ }
2061
+ function ve(e, t) {
2062
+ return new ms({
2063
+ check: "min_length",
2064
+ ...b(t),
2065
+ minimum: e
2066
+ });
2067
+ }
2068
+ function pr(e, t) {
2069
+ return new gs({
2070
+ check: "length_equals",
2071
+ ...b(t),
2072
+ length: e
2073
+ });
2074
+ }
2075
+ function Qi(e, t) {
2076
+ return new vs({
2077
+ check: "string_format",
2078
+ format: "regex",
2079
+ ...b(t),
2080
+ pattern: e
2081
+ });
2082
+ }
2083
+ function Bi(e) {
2084
+ return new ys({
2085
+ check: "string_format",
2086
+ format: "lowercase",
2087
+ ...b(e)
2088
+ });
2089
+ }
2090
+ function Ki(e) {
2091
+ return new xs({
2092
+ check: "string_format",
2093
+ format: "uppercase",
2094
+ ...b(e)
2095
+ });
2096
+ }
2097
+ function Hi(e, t) {
2098
+ return new _s({
2099
+ check: "string_format",
2100
+ format: "includes",
2101
+ ...b(t),
2102
+ includes: e
2103
+ });
2104
+ }
2105
+ function Wi(e, t) {
2106
+ return new bs({
2107
+ check: "string_format",
2108
+ format: "starts_with",
2109
+ ...b(t),
2110
+ prefix: e
2111
+ });
2112
+ }
2113
+ function Vi(e, t) {
2114
+ return new ws({
2115
+ check: "string_format",
2116
+ format: "ends_with",
2117
+ ...b(t),
2118
+ suffix: e
2119
+ });
2120
+ }
2121
+ function ae(e) {
2122
+ return new js({
2123
+ check: "overwrite",
2124
+ tx: e
2125
+ });
2126
+ }
2127
+ function Yi(e) {
2128
+ return ae((t) => t.normalize(e));
2129
+ }
2130
+ function Gi() {
2131
+ return ae((e) => e.trim());
2132
+ }
2133
+ function Ji() {
2134
+ return ae((e) => e.toLowerCase());
2135
+ }
2136
+ function Xi() {
2137
+ return ae((e) => e.toUpperCase());
2138
+ }
2139
+ function ea(e, t, r) {
2140
+ return new e({
2141
+ type: "array",
2142
+ element: t,
2143
+ // get element() {
2144
+ // return element;
2145
+ // },
2146
+ ...b(r)
2147
+ });
2148
+ }
2149
+ function ta(e, t, r) {
2150
+ return new e({
2151
+ type: "custom",
2152
+ check: "custom",
2153
+ fn: t,
2154
+ ...b(r)
2155
+ });
2156
+ }
2157
+ const ra = /* @__PURE__ */ c("ZodISODateTime", (e, t) => {
2158
+ Rs.init(e, t), C.init(e, t);
2159
+ });
2160
+ function na(e) {
2161
+ return Di(ra, e);
2162
+ }
2163
+ const oa = /* @__PURE__ */ c("ZodISODate", (e, t) => {
2164
+ Ds.init(e, t), C.init(e, t);
2165
+ });
2166
+ function sa(e) {
2167
+ return Mi(oa, e);
2168
+ }
2169
+ const ia = /* @__PURE__ */ c("ZodISOTime", (e, t) => {
2170
+ Ms.init(e, t), C.init(e, t);
2171
+ });
2172
+ function aa(e) {
2173
+ return Fi(ia, e);
2174
+ }
2175
+ const ca = /* @__PURE__ */ c("ZodISODuration", (e, t) => {
2176
+ Fs.init(e, t), C.init(e, t);
2177
+ });
2178
+ function ua(e) {
2179
+ return qi(ca, e);
2180
+ }
2181
+ const la = (e, t) => {
2182
+ sr.init(e, t), e.name = "ZodError", Object.defineProperties(e, {
2183
+ format: {
2184
+ value: (r) => Mo(e, r)
2185
+ // enumerable: false,
2186
+ },
2187
+ flatten: {
2188
+ value: (r) => Do(e, r)
2189
+ // enumerable: false,
2190
+ },
2191
+ addIssue: {
2192
+ value: (r) => e.issues.push(r)
2193
+ // enumerable: false,
2194
+ },
2195
+ addIssues: {
2196
+ value: (r) => e.issues.push(...r)
2197
+ // enumerable: false,
2198
+ },
2199
+ isEmpty: {
2200
+ get() {
2201
+ return e.issues.length === 0;
2202
+ }
2203
+ // enumerable: false,
2204
+ }
2205
+ });
2206
+ }, we = c("ZodError", la, {
2207
+ Parent: Error
2208
+ }), da = /* @__PURE__ */ Fo(we), fa = /* @__PURE__ */ qo(we), ha = /* @__PURE__ */ ar(we), pa = /* @__PURE__ */ cr(we), N = /* @__PURE__ */ c("ZodType", (e, t) => (T.init(e, t), e.def = t, Object.defineProperty(e, "_def", { value: t }), e.check = (...r) => e.clone(
2209
+ {
2210
+ ...t,
2211
+ checks: [
2212
+ ...t.checks ?? [],
2213
+ ...r.map((n) => typeof n == "function" ? { _zod: { check: n, def: { check: "custom" }, onattach: [] } } : n)
2214
+ ]
2215
+ }
2216
+ // { parent: true }
2217
+ ), e.clone = (r, n) => J(e, r, n), e.brand = () => e, e.register = (r, n) => (r.add(e, n), e), e.parse = (r, n) => da(e, r, n, { callee: e.parse }), e.safeParse = (r, n) => ha(e, r, n), e.parseAsync = async (r, n) => fa(e, r, n, { callee: e.parseAsync }), e.safeParseAsync = async (r, n) => pa(e, r, n), e.spa = e.safeParseAsync, e.refine = (r, n) => e.check(sc(r, n)), e.superRefine = (r) => e.check(ic(r)), e.overwrite = (r) => e.check(ae(r)), e.optional = () => jt(e), e.nullable = () => kt(e), e.nullish = () => jt(kt(e)), e.nonoptional = (r) => Ga(e, r), e.array = () => Ra(e), e.or = (r) => qa([e, r]), e.and = (r) => La(e, r), e.transform = (r) => $t(e, Ba(r)), e.default = (r) => Wa(e, r), e.prefault = (r) => Ya(e, r), e.catch = (r) => Xa(e, r), e.pipe = (r) => $t(e, r), e.readonly = () => rc(e), e.describe = (r) => {
2218
+ const n = e.clone();
2219
+ return fe.add(n, { description: r }), n;
2220
+ }, Object.defineProperty(e, "description", {
2221
+ get() {
2222
+ return fe.get(e)?.description;
2223
+ },
2224
+ configurable: !0
2225
+ }), e.meta = (...r) => {
2226
+ if (r.length === 0)
2227
+ return fe.get(e);
2228
+ const n = e.clone();
2229
+ return fe.add(n, r[0]), n;
2230
+ }, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)), mr = /* @__PURE__ */ c("_ZodString", (e, t) => {
2231
+ He.init(e, t), N.init(e, t);
2232
+ const r = e._zod.bag;
2233
+ e.format = r.format ?? null, e.minLength = r.minimum ?? null, e.maxLength = r.maximum ?? null, e.regex = (...n) => e.check(Qi(...n)), e.includes = (...n) => e.check(Hi(...n)), e.startsWith = (...n) => e.check(Wi(...n)), e.endsWith = (...n) => e.check(Vi(...n)), e.min = (...n) => e.check(ve(...n)), e.max = (...n) => e.check(hr(...n)), e.length = (...n) => e.check(pr(...n)), e.nonempty = (...n) => e.check(ve(1, ...n)), e.lowercase = (n) => e.check(Bi(n)), e.uppercase = (n) => e.check(Ki(n)), e.trim = () => e.check(Gi()), e.normalize = (...n) => e.check(Yi(...n)), e.toLowerCase = () => e.check(Ji()), e.toUpperCase = () => e.check(Xi());
2234
+ }), ma = /* @__PURE__ */ c("ZodString", (e, t) => {
2235
+ He.init(e, t), mr.init(e, t), e.email = (r) => e.check(vi(ga, r)), e.url = (r) => e.check(wi(va, r)), e.jwt = (r) => e.check(Ri(Ta, r)), e.emoji = (r) => e.check(ji(ya, r)), e.guid = (r) => e.check(xt(bt, r)), e.uuid = (r) => e.check(yi(he, r)), e.uuidv4 = (r) => e.check(xi(he, r)), e.uuidv6 = (r) => e.check(_i(he, r)), e.uuidv7 = (r) => e.check(bi(he, r)), e.nanoid = (r) => e.check(ki(xa, r)), e.guid = (r) => e.check(xt(bt, r)), e.cuid = (r) => e.check($i(_a, r)), e.cuid2 = (r) => e.check(zi(ba, r)), e.ulid = (r) => e.check(Pi(wa, r)), e.base64 = (r) => e.check(Oi(Sa, r)), e.base64url = (r) => e.check(Ai(Za, r)), e.xid = (r) => e.check(Ei(ja, r)), e.ksuid = (r) => e.check(Si(ka, r)), e.ipv4 = (r) => e.check(Zi($a, r)), e.ipv6 = (r) => e.check(Ci(za, r)), e.cidrv4 = (r) => e.check(Ti(Pa, r)), e.cidrv6 = (r) => e.check(Ni(Ea, r)), e.e164 = (r) => e.check(Ii(Ca, r)), e.datetime = (r) => e.check(na(r)), e.date = (r) => e.check(sa(r)), e.time = (r) => e.check(aa(r)), e.duration = (r) => e.check(ua(r));
2236
+ });
2237
+ function _t(e) {
2238
+ return gi(ma, e);
2239
+ }
2240
+ const C = /* @__PURE__ */ c("ZodStringFormat", (e, t) => {
2241
+ Z.init(e, t), mr.init(e, t);
2242
+ }), ga = /* @__PURE__ */ c("ZodEmail", (e, t) => {
2243
+ Es.init(e, t), C.init(e, t);
2244
+ }), bt = /* @__PURE__ */ c("ZodGUID", (e, t) => {
2245
+ zs.init(e, t), C.init(e, t);
2246
+ }), he = /* @__PURE__ */ c("ZodUUID", (e, t) => {
2247
+ Ps.init(e, t), C.init(e, t);
2248
+ }), va = /* @__PURE__ */ c("ZodURL", (e, t) => {
2249
+ Ss.init(e, t), C.init(e, t);
2250
+ }), ya = /* @__PURE__ */ c("ZodEmoji", (e, t) => {
2251
+ Zs.init(e, t), C.init(e, t);
2252
+ }), xa = /* @__PURE__ */ c("ZodNanoID", (e, t) => {
2253
+ Cs.init(e, t), C.init(e, t);
2254
+ }), _a = /* @__PURE__ */ c("ZodCUID", (e, t) => {
2255
+ Ts.init(e, t), C.init(e, t);
2256
+ }), ba = /* @__PURE__ */ c("ZodCUID2", (e, t) => {
2257
+ Ns.init(e, t), C.init(e, t);
2258
+ }), wa = /* @__PURE__ */ c("ZodULID", (e, t) => {
2259
+ Os.init(e, t), C.init(e, t);
2260
+ }), ja = /* @__PURE__ */ c("ZodXID", (e, t) => {
2261
+ As.init(e, t), C.init(e, t);
2262
+ }), ka = /* @__PURE__ */ c("ZodKSUID", (e, t) => {
2263
+ Is.init(e, t), C.init(e, t);
2264
+ }), $a = /* @__PURE__ */ c("ZodIPv4", (e, t) => {
2265
+ qs.init(e, t), C.init(e, t);
2266
+ }), za = /* @__PURE__ */ c("ZodIPv6", (e, t) => {
2267
+ Us.init(e, t), C.init(e, t);
2268
+ }), Pa = /* @__PURE__ */ c("ZodCIDRv4", (e, t) => {
2269
+ Ls.init(e, t), C.init(e, t);
2270
+ }), Ea = /* @__PURE__ */ c("ZodCIDRv6", (e, t) => {
2271
+ Qs.init(e, t), C.init(e, t);
2272
+ }), Sa = /* @__PURE__ */ c("ZodBase64", (e, t) => {
2273
+ Bs.init(e, t), C.init(e, t);
2274
+ }), Za = /* @__PURE__ */ c("ZodBase64URL", (e, t) => {
2275
+ Hs.init(e, t), C.init(e, t);
2276
+ }), Ca = /* @__PURE__ */ c("ZodE164", (e, t) => {
2277
+ Ws.init(e, t), C.init(e, t);
2278
+ }), Ta = /* @__PURE__ */ c("ZodJWT", (e, t) => {
2279
+ Ys.init(e, t), C.init(e, t);
2280
+ }), Na = /* @__PURE__ */ c("ZodUnknown", (e, t) => {
2281
+ Gs.init(e, t), N.init(e, t);
2282
+ });
2283
+ function wt() {
2284
+ return Ui(Na);
2285
+ }
2286
+ const Oa = /* @__PURE__ */ c("ZodNever", (e, t) => {
2287
+ Js.init(e, t), N.init(e, t);
2288
+ });
2289
+ function Aa(e) {
2290
+ return Li(Oa, e);
2291
+ }
2292
+ const Ia = /* @__PURE__ */ c("ZodArray", (e, t) => {
2293
+ Xs.init(e, t), N.init(e, t), e.element = t.element, e.min = (r, n) => e.check(ve(r, n)), e.nonempty = (r) => e.check(ve(1, r)), e.max = (r, n) => e.check(hr(r, n)), e.length = (r, n) => e.check(pr(r, n)), e.unwrap = () => e.element;
2294
+ });
2295
+ function Ra(e, t) {
2296
+ return ea(Ia, e, t);
2297
+ }
2298
+ const Da = /* @__PURE__ */ c("ZodObject", (e, t) => {
2299
+ ei.init(e, t), N.init(e, t), S(e, "shape", () => t.shape), e.keyof = () => gr(Object.keys(e._zod.def.shape)), e.catchall = (r) => e.clone({ ...e._zod.def, catchall: r }), e.passthrough = () => e.clone({ ...e._zod.def, catchall: wt() }), e.loose = () => e.clone({ ...e._zod.def, catchall: wt() }), e.strict = () => e.clone({ ...e._zod.def, catchall: Aa() }), e.strip = () => e.clone({ ...e._zod.def, catchall: void 0 }), e.extend = (r) => Oo(e, r), e.merge = (r) => Ao(e, r), e.pick = (r) => To(e, r), e.omit = (r) => No(e, r), e.partial = (...r) => Io(vr, e, r[0]), e.required = (...r) => Ro(yr, e, r[0]);
2300
+ });
2301
+ function Ma(e, t) {
2302
+ const r = {
2303
+ type: "object",
2304
+ get shape() {
2305
+ return Qe(this, "shape", { ...e }), this.shape;
2306
+ },
2307
+ ...b(t)
2308
+ };
2309
+ return new Da(r);
2310
+ }
2311
+ const Fa = /* @__PURE__ */ c("ZodUnion", (e, t) => {
2312
+ ti.init(e, t), N.init(e, t), e.options = t.options;
2313
+ });
2314
+ function qa(e, t) {
2315
+ return new Fa({
2316
+ type: "union",
2317
+ options: e,
2318
+ ...b(t)
2319
+ });
2320
+ }
2321
+ const Ua = /* @__PURE__ */ c("ZodIntersection", (e, t) => {
2322
+ ri.init(e, t), N.init(e, t);
2323
+ });
2324
+ function La(e, t) {
2325
+ return new Ua({
2326
+ type: "intersection",
2327
+ left: e,
2328
+ right: t
2329
+ });
2330
+ }
2331
+ const Oe = /* @__PURE__ */ c("ZodEnum", (e, t) => {
2332
+ ni.init(e, t), N.init(e, t), e.enum = t.entries, e.options = Object.values(t.entries);
2333
+ const r = new Set(Object.keys(t.entries));
2334
+ e.extract = (n, o) => {
2335
+ const i = {};
2336
+ for (const a of n)
2337
+ if (r.has(a))
2338
+ i[a] = t.entries[a];
2339
+ else
2340
+ throw new Error(`Key ${a} not found in enum`);
2341
+ return new Oe({
2342
+ ...t,
2343
+ checks: [],
2344
+ ...b(o),
2345
+ entries: i
2346
+ });
2347
+ }, e.exclude = (n, o) => {
2348
+ const i = { ...t.entries };
2349
+ for (const a of n)
2350
+ if (r.has(a))
2351
+ delete i[a];
2352
+ else
2353
+ throw new Error(`Key ${a} not found in enum`);
2354
+ return new Oe({
2355
+ ...t,
2356
+ checks: [],
2357
+ ...b(o),
2358
+ entries: i
2359
+ });
2360
+ };
2361
+ });
2362
+ function gr(e, t) {
2363
+ const r = Array.isArray(e) ? Object.fromEntries(e.map((n) => [n, n])) : e;
2364
+ return new Oe({
2365
+ type: "enum",
2366
+ entries: r,
2367
+ ...b(t)
2368
+ });
2369
+ }
2370
+ const Qa = /* @__PURE__ */ c("ZodTransform", (e, t) => {
2371
+ oi.init(e, t), N.init(e, t), e._zod.parse = (r, n) => {
2372
+ r.addIssue = (i) => {
2373
+ if (typeof i == "string")
2374
+ r.issues.push(ie(i, r.value, t));
2375
+ else {
2376
+ const a = i;
2377
+ a.fatal && (a.continue = !1), a.code ?? (a.code = "custom"), a.input ?? (a.input = r.value), a.inst ?? (a.inst = e), a.continue ?? (a.continue = !0), r.issues.push(ie(a));
2378
+ }
2379
+ };
2380
+ const o = t.transform(r.value, r);
2381
+ return o instanceof Promise ? o.then((i) => (r.value = i, r)) : (r.value = o, r);
2382
+ };
2383
+ });
2384
+ function Ba(e) {
2385
+ return new Qa({
2386
+ type: "transform",
2387
+ transform: e
2388
+ });
2389
+ }
2390
+ const vr = /* @__PURE__ */ c("ZodOptional", (e, t) => {
2391
+ si.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType;
2392
+ });
2393
+ function jt(e) {
2394
+ return new vr({
2395
+ type: "optional",
2396
+ innerType: e
2397
+ });
2398
+ }
2399
+ const Ka = /* @__PURE__ */ c("ZodNullable", (e, t) => {
2400
+ ii.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType;
2401
+ });
2402
+ function kt(e) {
2403
+ return new Ka({
2404
+ type: "nullable",
2405
+ innerType: e
2406
+ });
2407
+ }
2408
+ const Ha = /* @__PURE__ */ c("ZodDefault", (e, t) => {
2409
+ ai.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
2410
+ });
2411
+ function Wa(e, t) {
2412
+ return new Ha({
2413
+ type: "default",
2414
+ innerType: e,
2415
+ get defaultValue() {
2416
+ return typeof t == "function" ? t() : t;
2417
+ }
2418
+ });
2419
+ }
2420
+ const Va = /* @__PURE__ */ c("ZodPrefault", (e, t) => {
2421
+ ci.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType;
2422
+ });
2423
+ function Ya(e, t) {
2424
+ return new Va({
2425
+ type: "prefault",
2426
+ innerType: e,
2427
+ get defaultValue() {
2428
+ return typeof t == "function" ? t() : t;
2429
+ }
2430
+ });
2431
+ }
2432
+ const yr = /* @__PURE__ */ c("ZodNonOptional", (e, t) => {
2433
+ ui.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType;
2434
+ });
2435
+ function Ga(e, t) {
2436
+ return new yr({
2437
+ type: "nonoptional",
2438
+ innerType: e,
2439
+ ...b(t)
2440
+ });
2441
+ }
2442
+ const Ja = /* @__PURE__ */ c("ZodCatch", (e, t) => {
2443
+ li.init(e, t), N.init(e, t), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
2444
+ });
2445
+ function Xa(e, t) {
2446
+ return new Ja({
2447
+ type: "catch",
2448
+ innerType: e,
2449
+ catchValue: typeof t == "function" ? t : () => t
2450
+ });
2451
+ }
2452
+ const ec = /* @__PURE__ */ c("ZodPipe", (e, t) => {
2453
+ di.init(e, t), N.init(e, t), e.in = t.in, e.out = t.out;
2454
+ });
2455
+ function $t(e, t) {
2456
+ return new ec({
2457
+ type: "pipe",
2458
+ in: e,
2459
+ out: t
2460
+ // ...util.normalizeParams(params),
2461
+ });
2462
+ }
2463
+ const tc = /* @__PURE__ */ c("ZodReadonly", (e, t) => {
2464
+ fi.init(e, t), N.init(e, t);
2465
+ });
2466
+ function rc(e) {
2467
+ return new tc({
2468
+ type: "readonly",
2469
+ innerType: e
2470
+ });
2471
+ }
2472
+ const nc = /* @__PURE__ */ c("ZodCustom", (e, t) => {
2473
+ hi.init(e, t), N.init(e, t);
2474
+ });
2475
+ function oc(e, t) {
2476
+ const r = new U({
2477
+ check: "custom",
2478
+ ...b(t)
2479
+ });
2480
+ return r._zod.check = e, r;
2481
+ }
2482
+ function sc(e, t = {}) {
2483
+ return ta(nc, e, t);
2484
+ }
2485
+ function ic(e, t) {
2486
+ const r = oc((n) => (n.addIssue = (o) => {
2487
+ if (typeof o == "string")
2488
+ n.issues.push(ie(o, n.value, r._zod.def));
2489
+ else {
2490
+ const i = o;
2491
+ i.fatal && (i.continue = !1), i.code ?? (i.code = "custom"), i.input ?? (i.input = n.value), i.inst ?? (i.inst = r), i.continue ?? (i.continue = !r._zod.def.abort), n.issues.push(ie(i));
2492
+ }
2493
+ }, e(n.value, n)), t);
2494
+ return r;
2495
+ }
2496
+ const ac = Ma({
2497
+ buildId: _t(),
2498
+ timestamp: _t(),
2499
+ status: gr(["in-progress", "success", "failed"])
2500
+ }), cc = ({
2501
+ buildId: e,
2502
+ endpoint: t = "/__zuplo/docs"
2503
+ }) => {
2504
+ const r = pn({
2505
+ queryKey: ["zuplo-build-check", e, t],
2506
+ refetchInterval: 3e3,
2507
+ enabled: typeof e < "u" && !1,
2508
+ retry: !1,
2509
+ queryFn: () => fetch(t, { signal: AbortSignal.timeout(2e3) }).then((o) => {
2510
+ if (!o.ok) throw new Error("Failed to fetch build status");
2511
+ return o.json();
2512
+ }).then((o) => ac.parse(o))
2513
+ });
2514
+ if (r.isError || !r.data || r.data.buildId === e)
2515
+ return null;
2516
+ const n = r.data.status === "success";
2517
+ return /* @__PURE__ */ s.jsxs("div", { className: "fixed flex flex-col gap-3 p-4 rounded-xl w-96 border z-20 bg-background left-0 right-0 top-4 mx-auto shadow-lg", children: [
2518
+ n ? /* @__PURE__ */ s.jsxs("div", { className: "flex flex-row items-center gap-2", children: [
2519
+ /* @__PURE__ */ s.jsx(Fn, { size: 16 }),
2520
+ /* @__PURE__ */ s.jsx("span", { className: "text-sm", children: "New version available" })
2521
+ ] }) : /* @__PURE__ */ s.jsxs("div", { className: "flex flex-row items-center gap-2", children: [
2522
+ /* @__PURE__ */ s.jsx(qn, { size: 16, className: "animate-spin" }),
2523
+ /* @__PURE__ */ s.jsx("span", { className: "text-sm", children: "Building new version..." })
2524
+ ] }),
2525
+ /* @__PURE__ */ s.jsx("span", { className: "text-xs", children: n ? "To see the new version, reload the page now." : "A new version of the developer portal will be available soon." }),
2526
+ /* @__PURE__ */ s.jsx(
2527
+ Ht,
2528
+ {
2529
+ variant: "outline",
2530
+ size: "sm",
2531
+ className: "w-full",
2532
+ onClick: () => {
2533
+ window.location.reload();
2534
+ },
2535
+ children: "Reload"
2536
+ }
2537
+ )
2538
+ ] });
2539
+ }, uc = () => {
2540
+ const e = xe(), t = H(e.pathname);
2541
+ F(() => {
2542
+ const r = t.current !== e.pathname, n = e.hash !== "";
2543
+ r && !n && window.scrollTo(0, 0), t.current = e.pathname;
2544
+ }, [e.pathname, e.hash]);
2545
+ }, lc = ({
2546
+ icon: e
2547
+ }) => typeof e == "string" ? /* @__PURE__ */ s.jsx(
2548
+ "img",
2549
+ {
2550
+ src: `https://cdn.simpleicons.org/${e}/000000/ffffff`,
2551
+ className: "size-5",
2552
+ alt: e
2553
+ }
2554
+ ) : e, dc = (e) => /^https?:/.test(e), fc = () => {
2555
+ const { site: e } = eu(), t = e?.footer;
2556
+ return t ? /* @__PURE__ */ s.jsx("footer", { className: "border-t bg-background", children: /* @__PURE__ */ s.jsxs("div", { className: "mx-auto max-w-screen-2xl px-4 lg:px-8 py-8 pt-20", children: [
2557
+ /* @__PURE__ */ s.jsxs(
2558
+ "div",
2559
+ {
2560
+ className: O("flex flex-row gap-8", {
2561
+ "justify-center": !t.position || t.position === "center",
2562
+ "justify-start": t.position === "start",
2563
+ "justify-end": t.position === "end"
2564
+ }),
2565
+ children: [
2566
+ /* @__PURE__ */ s.jsx(A.Target, { name: "footer-before" }),
2567
+ t.columns && /* @__PURE__ */ s.jsx(
2568
+ "div",
2569
+ {
2570
+ className: "w-full md:max-w-screen-md grid grid-cols-[1fr_1fr] gap-8 md:grid-cols-[repeat(var(--columns),minmax(0,1fr))]",
2571
+ style: { "--columns": t.columns.length },
2572
+ children: t.columns.map((r) => /* @__PURE__ */ s.jsxs(
2573
+ "div",
2574
+ {
2575
+ className: O({
2576
+ "justify-self-center": !r.position || r.position === "center",
2577
+ "justify-self-start": r.position === "start",
2578
+ "justify-self-end": r.position === "end"
2579
+ }),
2580
+ children: [
2581
+ /* @__PURE__ */ s.jsx("span", { className: "text-sm font-semibold", children: r.title }),
2582
+ /* @__PURE__ */ s.jsx("ul", { className: "mt-4 space-y-2", children: r.links.map((n) => {
2583
+ const o = "flex flex-row gap-1 items-center text-sm text-muted-foreground hover:text-accent-foreground";
2584
+ return /* @__PURE__ */ s.jsx("li", { children: dc(n.href) ? /* @__PURE__ */ s.jsxs(
2585
+ "a",
2586
+ {
2587
+ href: n.href,
2588
+ target: "_blank",
2589
+ rel: "noopener noreferrer",
2590
+ className: o,
2591
+ children: [
2592
+ /* @__PURE__ */ s.jsx("span", { children: n.label }),
2593
+ /* @__PURE__ */ s.jsx(Un, { size: 12 })
2594
+ ]
2595
+ }
2596
+ ) : /* @__PURE__ */ s.jsx(jn, { to: n.href, className: o, children: /* @__PURE__ */ s.jsx("span", { children: n.label }) }) }, n.href + n.label);
2597
+ }) })
2598
+ ]
2599
+ },
2600
+ r.title
2601
+ ))
2602
+ }
2603
+ ),
2604
+ /* @__PURE__ */ s.jsx(A.Target, { name: "footer-after" })
2605
+ ]
2606
+ }
2607
+ ),
2608
+ /* @__PURE__ */ s.jsxs(
2609
+ "div",
2610
+ {
2611
+ className: O(
2612
+ "flex items-center justify-between",
2613
+ t.columns && "border-t mt-8 pt-8"
2614
+ ),
2615
+ children: [
2616
+ t.logo && /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
2617
+ /* @__PURE__ */ s.jsx(
2618
+ "img",
2619
+ {
2620
+ src: t.logo.src.light,
2621
+ alt: t.logo.alt,
2622
+ className: "w-8 dark:hidden",
2623
+ style: { width: t.logo.width }
2624
+ }
2625
+ ),
2626
+ /* @__PURE__ */ s.jsx(
2627
+ "img",
2628
+ {
2629
+ src: t.logo.src.dark,
2630
+ alt: t.logo.alt,
2631
+ className: "w-8 hidden dark:block",
2632
+ style: { width: t.logo.width }
2633
+ }
2634
+ )
2635
+ ] }),
2636
+ t.copyright && /* @__PURE__ */ s.jsx("p", { className: "text-sm text-muted-foreground", children: t.copyright }),
2637
+ /* @__PURE__ */ s.jsx("div", { className: "flex items-center gap-2", children: t.social?.map((r) => /* @__PURE__ */ s.jsxs(
2638
+ "a",
2639
+ {
2640
+ href: r.href,
2641
+ target: "_blank",
2642
+ rel: "noopener noreferrer",
2643
+ className: "w-auto gap-2 flex text-muted-foreground hover:text-accent-foreground",
2644
+ children: [
2645
+ /* @__PURE__ */ s.jsx(lc, { icon: r.icon }),
2646
+ r.label
2647
+ ]
2648
+ },
2649
+ r.href
2650
+ )) })
2651
+ ]
2652
+ }
2653
+ )
2654
+ ] }) }) : null;
2655
+ };
2656
+ function Ae({
2657
+ className: e,
2658
+ ...t
2659
+ }) {
2660
+ return /* @__PURE__ */ s.jsx(
2661
+ "div",
2662
+ {
2663
+ className: O("animate-pulse rounded-md bg-muted", e),
2664
+ ...t
2665
+ }
2666
+ );
2667
+ }
2668
+ const zt = {
2669
+ info: "bg-blue-500",
2670
+ note: "bg-gray-500",
2671
+ tip: "bg-green-600",
2672
+ caution: "bg-orange-500",
2673
+ danger: "bg-rose-500"
2674
+ }, hc = () => {
2675
+ const { site: e } = M(), [t, r] = G(!0);
2676
+ if (!e?.banner || !t)
2677
+ return /* @__PURE__ */ s.jsx("style", { children: ":root { --banner-height: 0px; }" });
2678
+ const n = e.banner.color && e.banner.color in zt ? zt[e.banner.color] : e.banner.color ? void 0 : "bg-primary", o = n ? {} : { backgroundColor: e.banner.color };
2679
+ return /* @__PURE__ */ s.jsxs(
2680
+ "div",
2681
+ {
2682
+ className: O(
2683
+ "relative text-primary-foreground text-sm font-medium px-4 py-2 flex gap-2 items-center lg:h-(--banner-height)",
2684
+ n
2685
+ ),
2686
+ style: o,
2687
+ children: [
2688
+ /* @__PURE__ */ s.jsx("div", { className: "w-full", children: e.banner.message }),
2689
+ e.banner.dismissible && /* @__PURE__ */ s.jsx(
2690
+ "button",
2691
+ {
2692
+ type: "button",
2693
+ className: "md:absolute md:end-4 -m-1.5 p-1.5 hover:bg-accent-foreground/10 rounded-md",
2694
+ onClick: () => r(!1),
2695
+ children: /* @__PURE__ */ s.jsx(Ln, { size: 16 })
2696
+ }
2697
+ )
2698
+ ]
2699
+ }
2700
+ );
2701
+ }, xr = (e) => /* @__PURE__ */ s.jsxs(
2702
+ "svg",
2703
+ {
2704
+ xmlns: "http://www.w3.org/2000/svg",
2705
+ viewBox: "0 0 132 100",
2706
+ fill: "none",
2707
+ ...e,
2708
+ children: [
2709
+ /* @__PURE__ */ s.jsx(
2710
+ "path",
2711
+ {
2712
+ fill: "currentColor",
2713
+ fillRule: "evenodd",
2714
+ d: "M80.092 2.963A4.66 4.66 0 0 1 84.449 0h34.049c6.325 0 10.835 6.135 8.948 12.172L116.653 46.71a4.688 4.688 0 0 1-4.474 3.29H75c-5.178 0-7.813 4.687-9.375 9.374-1.288 3.864-11.07 28.963-14.467 37.662A4.66 4.66 0 0 1 46.801 100H12.75c-6.324 0-10.834-6.134-8.947-12.171l10.793-34.54A4.688 4.688 0 0 1 19.071 50H56.25c5.178 0 7.813-4.687 9.375-9.375 1.288-3.864 11.07-28.962 14.467-37.662Z",
2715
+ clipRule: "evenodd"
2716
+ }
2717
+ ),
2718
+ /* @__PURE__ */ s.jsx(
2719
+ "path",
2720
+ {
2721
+ fill: "currentColor",
2722
+ d: "M83.54 57.813a7.813 7.813 0 0 0-7.316 5.07L63.888 95.777c-.766 2.043.744 4.222 2.926 4.222h36.828c5.211 0 9.875-3.232 11.704-8.11l8.821-23.522c1.915-5.107-1.861-10.555-7.315-10.555H83.539ZM29.17 0a12.5 12.5 0 0 0-11.704 8.111l-8.82 23.521c-1.915 5.107 1.86 10.556 7.315 10.556h33.312a7.813 7.813 0 0 0 7.316-5.07L68.924 4.223C69.691 2.18 68.18 0 65.998 0H29.17Z"
2723
+ }
2724
+ )
2725
+ ]
2726
+ }
2727
+ );
2728
+ xr.displayName = "ZudokuLogo";
2729
+ const _r = ({ className: e }) => /* @__PURE__ */ s.jsxs(
2730
+ "a",
2731
+ {
2732
+ href: "https://zudoku.dev",
2733
+ target: "_blank",
2734
+ rel: "noopener noreferrer",
2735
+ className: O(
2736
+ "flex justify-between items-center w-full border border-transparent hover:border-border rounded-full hover:shadow-xs h-7 px-3 text-nowrap hover:bg-muted/80 transition-all",
2737
+ e
2738
+ ),
2739
+ children: [
2740
+ /* @__PURE__ */ s.jsxs("div", { className: "opacity-70 hover:opacity-100 transition-opacity gap-1.5 text-[11px] font-medium rounded-full h-7 flex items-center text-nowrap", children: [
2741
+ /* @__PURE__ */ s.jsx(xr, { className: "w-3.5 h-3.5 dark:fill-white" }),
2742
+ "powered by ",
2743
+ "Zudoku"
2744
+ ] }),
2745
+ /* @__PURE__ */ s.jsx("div", { className: "text-xs font-medium opacity-70 hover:text-foreground transition-colors cursor-pointer", children: /* @__PURE__ */ s.jsx(
2746
+ Qn,
2747
+ {
2748
+ size: 12,
2749
+ absoluteStrokeWidth: !0,
2750
+ strokeWidth: 1.5,
2751
+ className: "rtl:rotate-180"
2752
+ }
2753
+ ) })
2754
+ ]
2755
+ }
2756
+ );
2757
+ function ye() {
2758
+ return ye = Object.assign ? Object.assign.bind() : function(e) {
2759
+ for (var t = 1; t < arguments.length; t++) {
2760
+ var r = arguments[t];
2761
+ for (var n in r) ({}).hasOwnProperty.call(r, n) && (e[n] = r[n]);
2762
+ }
2763
+ return e;
2764
+ }, ye.apply(null, arguments);
2765
+ }
2766
+ var pe = { exports: {} }, z = {};
2767
+ /** @license React v16.13.1
2768
+ * react-is.production.min.js
2769
+ *
2770
+ * Copyright (c) Facebook, Inc. and its affiliates.
2771
+ *
2772
+ * This source code is licensed under the MIT license found in the
2773
+ * LICENSE file in the root directory of this source tree.
2774
+ */
2775
+ var Pt;
2776
+ function pc() {
2777
+ if (Pt) return z;
2778
+ Pt = 1;
2779
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, p = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, x = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, l = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, w = e ? Symbol.for("react.block") : 60121, E = e ? Symbol.for("react.fundamental") : 60117, $ = e ? Symbol.for("react.responder") : 60118, j = e ? Symbol.for("react.scope") : 60119;
2780
+ function y(d) {
2781
+ if (typeof d == "object" && d !== null) {
2782
+ var k = d.$$typeof;
2783
+ switch (k) {
2784
+ case t:
2785
+ switch (d = d.type, d) {
2786
+ case p:
2787
+ case f:
2788
+ case n:
2789
+ case i:
2790
+ case o:
2791
+ case h:
2792
+ return d;
2793
+ default:
2794
+ switch (d = d && d.$$typeof, d) {
2795
+ case u:
2796
+ case x:
2797
+ case g:
2798
+ case l:
2799
+ case a:
2800
+ return d;
2801
+ default:
2802
+ return k;
2803
+ }
2804
+ }
2805
+ case r:
2806
+ return k;
2807
+ }
2808
+ }
2809
+ }
2810
+ function _(d) {
2811
+ return y(d) === f;
2812
+ }
2813
+ return z.AsyncMode = p, z.ConcurrentMode = f, z.ContextConsumer = u, z.ContextProvider = a, z.Element = t, z.ForwardRef = x, z.Fragment = n, z.Lazy = g, z.Memo = l, z.Portal = r, z.Profiler = i, z.StrictMode = o, z.Suspense = h, z.isAsyncMode = function(d) {
2814
+ return _(d) || y(d) === p;
2815
+ }, z.isConcurrentMode = _, z.isContextConsumer = function(d) {
2816
+ return y(d) === u;
2817
+ }, z.isContextProvider = function(d) {
2818
+ return y(d) === a;
2819
+ }, z.isElement = function(d) {
2820
+ return typeof d == "object" && d !== null && d.$$typeof === t;
2821
+ }, z.isForwardRef = function(d) {
2822
+ return y(d) === x;
2823
+ }, z.isFragment = function(d) {
2824
+ return y(d) === n;
2825
+ }, z.isLazy = function(d) {
2826
+ return y(d) === g;
2827
+ }, z.isMemo = function(d) {
2828
+ return y(d) === l;
2829
+ }, z.isPortal = function(d) {
2830
+ return y(d) === r;
2831
+ }, z.isProfiler = function(d) {
2832
+ return y(d) === i;
2833
+ }, z.isStrictMode = function(d) {
2834
+ return y(d) === o;
2835
+ }, z.isSuspense = function(d) {
2836
+ return y(d) === h;
2837
+ }, z.isValidElementType = function(d) {
2838
+ return typeof d == "string" || typeof d == "function" || d === n || d === f || d === i || d === o || d === h || d === m || typeof d == "object" && d !== null && (d.$$typeof === g || d.$$typeof === l || d.$$typeof === a || d.$$typeof === u || d.$$typeof === x || d.$$typeof === E || d.$$typeof === $ || d.$$typeof === j || d.$$typeof === w);
2839
+ }, z.typeOf = y, z;
2840
+ }
2841
+ var P = {};
2842
+ /** @license React v16.13.1
2843
+ * react-is.development.js
2844
+ *
2845
+ * Copyright (c) Facebook, Inc. and its affiliates.
2846
+ *
2847
+ * This source code is licensed under the MIT license found in the
2848
+ * LICENSE file in the root directory of this source tree.
2849
+ */
2850
+ var Et;
2851
+ function mc() {
2852
+ return Et || (Et = 1, process.env.NODE_ENV !== "production" && function() {
2853
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, p = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, x = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, l = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, w = e ? Symbol.for("react.block") : 60121, E = e ? Symbol.for("react.fundamental") : 60117, $ = e ? Symbol.for("react.responder") : 60118, j = e ? Symbol.for("react.scope") : 60119;
2854
+ function y(v) {
2855
+ return typeof v == "string" || typeof v == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
2856
+ v === n || v === f || v === i || v === o || v === h || v === m || typeof v == "object" && v !== null && (v.$$typeof === g || v.$$typeof === l || v.$$typeof === a || v.$$typeof === u || v.$$typeof === x || v.$$typeof === E || v.$$typeof === $ || v.$$typeof === j || v.$$typeof === w);
2857
+ }
2858
+ function _(v) {
2859
+ if (typeof v == "object" && v !== null) {
2860
+ var ke = v.$$typeof;
2861
+ switch (ke) {
2862
+ case t:
2863
+ var ce = v.type;
2864
+ switch (ce) {
2865
+ case p:
2866
+ case f:
2867
+ case n:
2868
+ case i:
2869
+ case o:
2870
+ case h:
2871
+ return ce;
2872
+ default:
2873
+ var Ye = ce && ce.$$typeof;
2874
+ switch (Ye) {
2875
+ case u:
2876
+ case x:
2877
+ case g:
2878
+ case l:
2879
+ case a:
2880
+ return Ye;
2881
+ default:
2882
+ return ke;
2883
+ }
2884
+ }
2885
+ case r:
2886
+ return ke;
2887
+ }
2888
+ }
2889
+ }
2890
+ var d = p, k = f, I = u, D = a, X = t, Q = x, je = n, W = g, Ar = l, Ir = r, Rr = i, Dr = o, Mr = h, We = !1;
2891
+ function Fr(v) {
2892
+ return We || (We = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), Ve(v) || _(v) === p;
2893
+ }
2894
+ function Ve(v) {
2895
+ return _(v) === f;
2896
+ }
2897
+ function qr(v) {
2898
+ return _(v) === u;
2899
+ }
2900
+ function Ur(v) {
2901
+ return _(v) === a;
2902
+ }
2903
+ function Lr(v) {
2904
+ return typeof v == "object" && v !== null && v.$$typeof === t;
2905
+ }
2906
+ function Qr(v) {
2907
+ return _(v) === x;
2908
+ }
2909
+ function Br(v) {
2910
+ return _(v) === n;
2911
+ }
2912
+ function Kr(v) {
2913
+ return _(v) === g;
2914
+ }
2915
+ function Hr(v) {
2916
+ return _(v) === l;
2917
+ }
2918
+ function Wr(v) {
2919
+ return _(v) === r;
2920
+ }
2921
+ function Vr(v) {
2922
+ return _(v) === i;
2923
+ }
2924
+ function Yr(v) {
2925
+ return _(v) === o;
2926
+ }
2927
+ function Gr(v) {
2928
+ return _(v) === h;
2929
+ }
2930
+ P.AsyncMode = d, P.ConcurrentMode = k, P.ContextConsumer = I, P.ContextProvider = D, P.Element = X, P.ForwardRef = Q, P.Fragment = je, P.Lazy = W, P.Memo = Ar, P.Portal = Ir, P.Profiler = Rr, P.StrictMode = Dr, P.Suspense = Mr, P.isAsyncMode = Fr, P.isConcurrentMode = Ve, P.isContextConsumer = qr, P.isContextProvider = Ur, P.isElement = Lr, P.isForwardRef = Qr, P.isFragment = Br, P.isLazy = Kr, P.isMemo = Hr, P.isPortal = Wr, P.isProfiler = Vr, P.isStrictMode = Yr, P.isSuspense = Gr, P.isValidElementType = y, P.typeOf = _;
2931
+ }()), P;
2932
+ }
2933
+ var St;
2934
+ function gc() {
2935
+ return St || (St = 1, process.env.NODE_ENV === "production" ? pe.exports = pc() : pe.exports = mc()), pe.exports;
2936
+ }
2937
+ var Pe, Zt;
2938
+ function vc() {
2939
+ if (Zt) return Pe;
2940
+ Zt = 1;
2941
+ var e = gc(), t = {
2942
+ childContextTypes: !0,
2943
+ contextType: !0,
2944
+ contextTypes: !0,
2945
+ defaultProps: !0,
2946
+ displayName: !0,
2947
+ getDefaultProps: !0,
2948
+ getDerivedStateFromError: !0,
2949
+ getDerivedStateFromProps: !0,
2950
+ mixins: !0,
2951
+ propTypes: !0,
2952
+ type: !0
2953
+ }, r = {
2954
+ name: !0,
2955
+ length: !0,
2956
+ prototype: !0,
2957
+ caller: !0,
2958
+ callee: !0,
2959
+ arguments: !0,
2960
+ arity: !0
2961
+ }, n = {
2962
+ $$typeof: !0,
2963
+ render: !0,
2964
+ defaultProps: !0,
2965
+ displayName: !0,
2966
+ propTypes: !0
2967
+ }, o = {
2968
+ $$typeof: !0,
2969
+ compare: !0,
2970
+ defaultProps: !0,
2971
+ displayName: !0,
2972
+ propTypes: !0,
2973
+ type: !0
2974
+ }, i = {};
2975
+ i[e.ForwardRef] = n, i[e.Memo] = o;
2976
+ function a(g) {
2977
+ return e.isMemo(g) ? o : i[g.$$typeof] || t;
2978
+ }
2979
+ var u = Object.defineProperty, p = Object.getOwnPropertyNames, f = Object.getOwnPropertySymbols, x = Object.getOwnPropertyDescriptor, h = Object.getPrototypeOf, m = Object.prototype;
2980
+ function l(g, w, E) {
2981
+ if (typeof w != "string") {
2982
+ if (m) {
2983
+ var $ = h(w);
2984
+ $ && $ !== m && l(g, $, E);
2985
+ }
2986
+ var j = p(w);
2987
+ f && (j = j.concat(f(w)));
2988
+ for (var y = a(g), _ = a(w), d = 0; d < j.length; ++d) {
2989
+ var k = j[d];
2990
+ if (!r[k] && !(E && E[k]) && !(_ && _[k]) && !(y && y[k])) {
2991
+ var I = x(w, k);
2992
+ try {
2993
+ u(g, k, I);
2994
+ } catch {
2995
+ }
2996
+ }
2997
+ }
2998
+ }
2999
+ return g;
3000
+ }
3001
+ return Pe = l, Pe;
3002
+ }
3003
+ vc();
3004
+ var br = function(t, r, n) {
3005
+ return t = t <= n ? t : n, t = t >= r ? t : r, t;
3006
+ }, yc = function() {
3007
+ var t = !1, r = [], n = function() {
3008
+ t = !0;
3009
+ var u = r.shift();
3010
+ if (u)
3011
+ return u(n);
3012
+ t = !1;
3013
+ }, o = function() {
3014
+ t = !1, r = [];
3015
+ }, i = function(u) {
3016
+ r.push(u), !t && r.length === 1 && n();
3017
+ };
3018
+ return {
3019
+ clear: o,
3020
+ enqueue: i
3021
+ };
3022
+ }, xc = function() {
3023
+ var t, r = function() {
3024
+ t && window.cancelAnimationFrame(t);
3025
+ }, n = function(i, a) {
3026
+ var u, p, f = function(h) {
3027
+ if (p = p || h, u = h - p, u > a) {
3028
+ i();
3029
+ return;
3030
+ }
3031
+ t = window.requestAnimationFrame(f);
3032
+ };
3033
+ t = window.requestAnimationFrame(f);
3034
+ };
3035
+ return {
3036
+ cancel: r,
3037
+ schedule: n
3038
+ };
3039
+ }, _c = function(t) {
3040
+ var r = 0;
3041
+ return t >= 0 && t < 0.2 ? r = 0.1 : t >= 0.2 && t < 0.5 ? r = 0.04 : t >= 0.5 && t < 0.8 ? r = 0.02 : t >= 0.8 && t < 0.99 && (r = 5e-3), br(t + r, 0, 0.994);
3042
+ }, Ct = function(t) {
3043
+ F(t, []);
3044
+ }, bc = function(t) {
3045
+ return ++t % 1e6;
3046
+ }, wc = function() {
3047
+ var t = G(0), r = t[1];
3048
+ return B(function() {
3049
+ return r(bc);
3050
+ }, []);
3051
+ }, jc = function(t) {
3052
+ t === void 0 && (t = {});
3053
+ var r = wc(), n = H(ye({}, t)), o = B(function() {
3054
+ return n.current;
3055
+ }, []), i = B(function(a) {
3056
+ a && (Object.assign(n.current, a), r());
3057
+ }, []);
3058
+ return [o, i];
3059
+ }, kc = function() {
3060
+ var t = H(!0);
3061
+ return t.current ? (t.current = !1, !0) : t.current;
3062
+ }, Tt = function(t, r) {
3063
+ var n = kc();
3064
+ F(function() {
3065
+ if (!n)
3066
+ return t();
3067
+ }, r);
3068
+ }, wr = function() {
3069
+ }, Nt = {
3070
+ isFinished: !0,
3071
+ progress: 0,
3072
+ sideEffect: wr
3073
+ }, $c = function(t) {
3074
+ var r = t === void 0 ? {} : t, n = r.animationDuration, o = n === void 0 ? 200 : n, i = r.incrementDuration, a = i === void 0 ? 800 : i, u = r.isAnimating, p = u === void 0 ? !1 : u, f = r.minimum, x = f === void 0 ? 0.08 : f, h = jc(Nt), m = h[0], l = h[1], g = H(null), w = H(null);
3075
+ Ct(function() {
3076
+ g.current = yc(), w.current = xc();
3077
+ });
3078
+ var E = B(function() {
3079
+ var k, I;
3080
+ (k = w.current) == null || k.cancel(), (I = g.current) == null || I.clear();
3081
+ }, []), $ = B(function(k) {
3082
+ var I;
3083
+ if (k = br(k, x, 1), k === 1) {
3084
+ var D, X;
3085
+ E(), (D = g.current) == null || D.enqueue(function(Q) {
3086
+ l({
3087
+ progress: k,
3088
+ sideEffect: function() {
3089
+ var W;
3090
+ return (W = w.current) == null ? void 0 : W.schedule(Q, o);
3091
+ }
3092
+ });
3093
+ }), (X = g.current) == null || X.enqueue(function() {
3094
+ l({
3095
+ isFinished: !0,
3096
+ sideEffect: E
3097
+ });
3098
+ });
3099
+ return;
3100
+ }
3101
+ (I = g.current) == null || I.enqueue(function(Q) {
3102
+ l({
3103
+ isFinished: !1,
3104
+ progress: k,
3105
+ sideEffect: function() {
3106
+ var W;
3107
+ return (W = w.current) == null ? void 0 : W.schedule(Q, o);
3108
+ }
3109
+ });
3110
+ });
3111
+ }, [o, E, x, g, l, w]), j = B(function() {
3112
+ $(_c(m().progress));
3113
+ }, [m, $]), y = B(function() {
3114
+ var k = function() {
3115
+ var D;
3116
+ j(), (D = g.current) == null || D.enqueue(function(X) {
3117
+ var Q;
3118
+ (Q = w.current) == null || Q.schedule(function() {
3119
+ k(), X();
3120
+ }, a);
3121
+ });
3122
+ };
3123
+ k();
3124
+ }, [a, g, w, j]), _ = H(wr), d = m().sideEffect;
3125
+ return F(function() {
3126
+ _.current = j;
3127
+ }), Ct(function() {
3128
+ return p && y(), E;
3129
+ }), Tt(function() {
3130
+ m().sideEffect();
3131
+ }, [m, d]), Tt(function() {
3132
+ p ? l(ye({}, Nt, {
3133
+ sideEffect: y
3134
+ })) : $(1);
3135
+ }, [p, $, l, y]), {
3136
+ animationDuration: o,
3137
+ isFinished: m().isFinished,
3138
+ progress: m().progress
3139
+ };
3140
+ };
3141
+ const jr = () => {
3142
+ const t = De().state === "loading", [r, n] = G(!1);
3143
+ F(() => {
3144
+ const a = setTimeout(() => n(t), 200);
3145
+ return () => clearTimeout(a);
3146
+ }, [t]);
3147
+ const { isFinished: o, progress: i } = $c({ isAnimating: r });
3148
+ return /* @__PURE__ */ s.jsx(
3149
+ "div",
3150
+ {
3151
+ className: "absolute w-0 left-0 right-0 bottom-[-1px] h-[2px] bg-primary transition-all duration-300 ease-in-out",
3152
+ style: {
3153
+ opacity: o ? 0 : 1,
3154
+ width: o ? 0 : `${i * 100}%`
3155
+ }
3156
+ }
3157
+ );
3158
+ };
3159
+ function zc() {
3160
+ const e = navigator.userAgent.toLowerCase();
3161
+ if (e.includes("win")) return "Windows";
3162
+ if (e.includes("mac")) return "macOS";
3163
+ if (e.includes("linux")) return "Linux";
3164
+ }
3165
+ const kr = ({ className: e }) => {
3166
+ const t = M(), [r, n] = G(!1), o = B(() => n(!1), []);
3167
+ F(() => {
3168
+ if (r)
3169
+ return;
3170
+ function a(u) {
3171
+ u.key === "k" && (u.metaKey || u.ctrlKey) && (u.preventDefault(), n(!0));
3172
+ }
3173
+ return window.addEventListener("keydown", a), () => {
3174
+ window.removeEventListener("keydown", a);
3175
+ };
3176
+ }, [r, n]);
3177
+ const i = t.plugins.find(Yn);
3178
+ return i ? /* @__PURE__ */ s.jsxs("div", { className: e, children: [
3179
+ /* @__PURE__ */ s.jsxs(
3180
+ "button",
3181
+ {
3182
+ type: "button",
3183
+ onClick: () => n(!0),
3184
+ className: "flex items-center border border-input hover:bg-accent hover:text-accent-foreground p-4 relative h-8 justify-start rounded-lg bg-background text-sm text-muted-foreground shadow-none w-full sm:w-72",
3185
+ children: [
3186
+ /* @__PURE__ */ s.jsxs("div", { className: "flex items-center gap-2 grow", children: [
3187
+ /* @__PURE__ */ s.jsx(Bn, { size: 14 }),
3188
+ "Search"
3189
+ ] }),
3190
+ /* @__PURE__ */ s.jsx(te, { children: /* @__PURE__ */ s.jsx(Pc, {}) })
3191
+ ]
3192
+ }
3193
+ ),
3194
+ /* @__PURE__ */ s.jsx(qe, { fallback: null, children: i.renderSearch({
3195
+ isOpen: r,
3196
+ onClose: o
3197
+ }) })
3198
+ ] }) : null;
3199
+ }, Pc = () => {
3200
+ const e = zc();
3201
+ return /* @__PURE__ */ s.jsxs("kbd", { className: "absolute end-1.5 hidden h-5 select-none items-center gap-1 rounded-sm border bg-muted px-1.5 font-mono text-[11px] font-medium opacity-100 sm:flex", children: [
3202
+ e === "macOS" ? "⌘" : "Ctrl",
3203
+ "+K"
3204
+ ] });
3205
+ }, $r = () => {
3206
+ const { resolvedTheme: e, setTheme: t } = Rt();
3207
+ return /* @__PURE__ */ s.jsx(te, { fallback: /* @__PURE__ */ s.jsx(Se, { variant: "ghost", size: "icon" }), children: /* @__PURE__ */ s.jsxs(
3208
+ "button",
3209
+ {
3210
+ type: "button",
3211
+ className: "flex rounded-full border p-0.5 gap-0.5 group",
3212
+ onClick: () => t(e === "dark" ? "light" : "dark"),
3213
+ "aria-label": e === "dark" ? "Switch to light mode" : "Switch to dark mode",
3214
+ children: [
3215
+ /* @__PURE__ */ s.jsx(
3216
+ "div",
3217
+ {
3218
+ className: O(
3219
+ "border border-transparent rounded-full p-0.5 [&>svg>circle]:transition-colors [&>svg>path]:transition-transform transition-all [&>svg>path]:duration-200 [&>svg>circle]:duration-500 [&>svg>circle]:fill-transparent",
3220
+ e === "light" && "border-border bg-muted",
3221
+ e === "dark" && "group-hover:[&>svg>path]:scale-110 group-hover:[&>svg>path]:-translate-x-[1px] group-hover:[&>svg>path]:-translate-y-[1px] group-hover:rotate-[15deg] "
3222
+ ),
3223
+ children: /* @__PURE__ */ s.jsx(Kn, { size: 16 })
3224
+ }
3225
+ ),
3226
+ /* @__PURE__ */ s.jsx(
3227
+ "div",
3228
+ {
3229
+ className: O(
3230
+ "border border-transparent rounded-full p-0.5 transition-transform transform-gpu duration-500",
3231
+ e === "dark" && "border-border bg-muted [&>svg>path]:fill-white [&>svg>path]:stroke-transparent",
3232
+ e === "light" && "group-hover:rotate-[-10deg] [&>svg>path]:stroke-currentColor"
3233
+ ),
3234
+ children: /* @__PURE__ */ s.jsx(Hn, { size: 16 })
3235
+ }
3236
+ )
3237
+ ]
3238
+ }
3239
+ ) });
3240
+ }, Ec = () => {
3241
+ const { navigation: e } = M(), { isAuthenticated: t } = oe(), r = e.filter(Lt(t));
3242
+ return r.length === 0 ? /* @__PURE__ */ s.jsx("style", { children: ":root { --top-nav-height: 0px; }" }) : /* @__PURE__ */ s.jsx(qe, { children: /* @__PURE__ */ s.jsxs("div", { className: "items-center justify-between px-8 h-(--top-nav-height) hidden lg:flex text-sm relative", children: [
3243
+ /* @__PURE__ */ s.jsx("nav", { className: "text-sm", children: /* @__PURE__ */ s.jsx("ul", { className: "flex flex-row items-center gap-8", children: r.map((n) => /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(Pr, { ...n }) }, n.label + n.type)) }) }),
3244
+ /* @__PURE__ */ s.jsx(A.Target, { name: "top-navigation-side" })
3245
+ ] }) });
3246
+ }, zr = (e) => {
3247
+ switch (e.type) {
3248
+ case "doc":
3249
+ return ee(e.path);
3250
+ case "link":
3251
+ return e.to;
3252
+ case "category":
3253
+ return e.link?.path ? ee(e.link.path) : mn(e, (t) => {
3254
+ if (t.type !== "category")
3255
+ return zr(t);
3256
+ }) ?? "";
3257
+ case "custom-page":
3258
+ return e.path;
3259
+ }
3260
+ }, Ie = ({
3261
+ isActive: e,
3262
+ children: t,
3263
+ ...r
3264
+ }) => /* @__PURE__ */ s.jsx(
3265
+ on,
3266
+ {
3267
+ viewTransition: !0,
3268
+ className: ({ isActive: n, isPending: o }) => {
3269
+ const i = n || e;
3270
+ return mo(
3271
+ "flex items-center gap-2 lg:py-3.5 font-medium -mb-px transition duration-150 delay-75 relative",
3272
+ i || o ? [
3273
+ "text-foreground",
3274
+ // underline with view transition animation
3275
+ "after:content-[''] after:absolute after:bottom-0 after:left-0 after:right-0",
3276
+ "after:h-0.5 after:bg-primary",
3277
+ i && "after:[view-transition-name:top-nav-underline]",
3278
+ o && "after:bg-primary/25"
3279
+ ] : "text-foreground/75 hover:text-foreground"
3280
+ );
3281
+ },
3282
+ ...r,
3283
+ children: t
3284
+ }
3285
+ ), Pr = (e) => {
3286
+ const t = Qt(), r = kn(t.topNavItem, e), n = zr(e);
3287
+ return (
3288
+ // We don't use isActive here because it has to be inside the navigation,
3289
+ // the top nav id doesn't necessarily start with the navigation id
3290
+ /* @__PURE__ */ s.jsxs(Ie, { to: n, isActive: r, children: [
3291
+ e.icon && /* @__PURE__ */ s.jsx(e.icon, { size: 16, className: "align-[-0.125em]" }),
3292
+ e.label
3293
+ ] })
3294
+ );
3295
+ }, Sc = () => {
3296
+ const { navigation: e, options: t, getProfileMenuItems: r } = M(), { isAuthenticated: n, profile: o, isAuthEnabled: i, login: a } = oe(), [u, p] = G(!1), f = r(), x = e.filter(Lt(n));
3297
+ return /* @__PURE__ */ s.jsxs(
3298
+ ho,
3299
+ {
3300
+ direction: t.site?.dir === "rtl" ? "left" : "right",
3301
+ open: u,
3302
+ onOpenChange: (h) => p(h),
3303
+ children: [
3304
+ /* @__PURE__ */ s.jsxs("div", { className: "flex lg:hidden justify-self-end", children: [
3305
+ /* @__PURE__ */ s.jsx(po, { className: "lg:hidden", children: /* @__PURE__ */ s.jsx(Wn, { size: 22 }) }),
3306
+ /* @__PURE__ */ s.jsx(jr, {})
3307
+ ] }),
3308
+ /* @__PURE__ */ s.jsx(
3309
+ Xt,
3310
+ {
3311
+ className: "lg:hidden h-[100dvh] end-0 start-auto w-[320px] rounded-none",
3312
+ "aria-describedby": void 0,
3313
+ children: /* @__PURE__ */ s.jsxs("div", { className: "p-4 overflow-y-auto overscroll-none h-full flex flex-col justify-between", children: [
3314
+ /* @__PURE__ */ s.jsxs("div", { children: [
3315
+ /* @__PURE__ */ s.jsx(Jt, { children: /* @__PURE__ */ s.jsx(er, { children: "Navigation" }) }),
3316
+ /* @__PURE__ */ s.jsx(kr, { className: "flex p-4" }),
3317
+ /* @__PURE__ */ s.jsxs("ul", { className: "flex flex-col items-center gap-4 p-4", children: [
3318
+ /* @__PURE__ */ s.jsx("li", { className: "empty:hidden", children: /* @__PURE__ */ s.jsx(A.Target, { name: "top-navigation-side" }) }),
3319
+ i && /* @__PURE__ */ s.jsx(
3320
+ te,
3321
+ {
3322
+ fallback: /* @__PURE__ */ s.jsx(Ae, { className: "rounded-sm h-5 w-24 mr-4" }),
3323
+ children: n ? Object.values(r()).length > 0 && /* @__PURE__ */ s.jsx(In, { children: /* @__PURE__ */ s.jsxs("li", { children: [
3324
+ o?.name ? `${o.name}` : "My Account",
3325
+ o?.email && /* @__PURE__ */ s.jsx("div", { className: "font-normal text-muted-foreground", children: o.email })
3326
+ ] }) }) : /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(
3327
+ Ie,
3328
+ {
3329
+ to: "/signin",
3330
+ onClick: () => p(!1),
3331
+ children: "Login"
3332
+ }
3333
+ ) })
3334
+ }
3335
+ ),
3336
+ x.map((h) => /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("button", { type: "button", onClick: () => p(!1), children: /* @__PURE__ */ s.jsx(Pr, { ...h }) }) }, h.label)),
3337
+ i && n && f.length > 0 && /* @__PURE__ */ s.jsx(
3338
+ te,
3339
+ {
3340
+ fallback: /* @__PURE__ */ s.jsx(Ae, { className: "rounded-sm h-5 w-24 mr-4" }),
3341
+ children: f.map((h) => /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx(
3342
+ Ie,
3343
+ {
3344
+ to: h.path ?? "",
3345
+ onClick: () => p(!1),
3346
+ children: h.label
3347
+ }
3348
+ ) }, h.label))
3349
+ }
3350
+ ),
3351
+ /* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx($r, {}) })
3352
+ ] })
3353
+ ] }),
3354
+ t.site?.showPoweredBy !== !1 && /* @__PURE__ */ s.jsx(_r, { className: "grow-0 justify-center gap-1" })
3355
+ ] })
3356
+ }
3357
+ )
3358
+ ]
3359
+ }
3360
+ );
3361
+ }, ge = ({ item: e }) => e.children ? /* @__PURE__ */ s.jsxs(ao, { children: [
3362
+ /* @__PURE__ */ s.jsx(co, { children: e.label }),
3363
+ /* @__PURE__ */ s.jsx(uo, { children: /* @__PURE__ */ s.jsx(lo, { children: e.children.map((t, r) => (
3364
+ // eslint-disable-next-line react/no-array-index-key
3365
+ /* @__PURE__ */ s.jsx(ge, { item: t }, r)
3366
+ )) }) })
3367
+ ] }, e.label) : /* @__PURE__ */ s.jsx(Me, { to: e.path ?? "", children: /* @__PURE__ */ s.jsxs(fo, { className: "flex gap-2", children: [
3368
+ e.icon && /* @__PURE__ */ s.jsx(e.icon, { size: 16, strokeWidth: 1, absoluteStrokeWidth: !0 }),
3369
+ e.label
3370
+ ] }, e.label) }), Er = Vt(function() {
3371
+ const t = oe(), { isAuthenticated: r, profile: n, isAuthEnabled: o } = oe(), i = M(), { site: a, plugins: u, options: p } = i, f = u.filter((l) => Gt(l)).flatMap((l) => l.getProfileMenuItems(i)).sort((l) => l.weight ?? 0), x = a?.logo ? /https?:\/\//.test(a.logo.src.light) ? a.logo.src.light : ee(p.basePath, a.logo.src.light) : void 0, h = a?.logo ? /https?:\/\//.test(a.logo.src.dark) ? a.logo.src.dark : ee(p.basePath, a.logo.src.dark) : void 0, m = "inset-shadow-[0_-1px_0_0_var(--border)]";
3372
+ return /* @__PURE__ */ s.jsxs(
3373
+ "header",
3374
+ {
3375
+ className: "sticky lg:top-0 z-10 bg-background/80 backdrop-blur w-full",
3376
+ "data-pagefind-ignore": "all",
3377
+ children: [
3378
+ /* @__PURE__ */ s.jsx(hc, {}),
3379
+ /* @__PURE__ */ s.jsxs("div", { className: O(m, "relative"), children: [
3380
+ /* @__PURE__ */ s.jsx(jr, {}),
3381
+ /* @__PURE__ */ s.jsxs("div", { className: "max-w-screen-2xl mx-auto flex items-center justify-between h-(--top-header-height) px-4 lg:px-8 border-transparent", children: [
3382
+ /* @__PURE__ */ s.jsx("div", { className: "flex", children: /* @__PURE__ */ s.jsx(Me, { to: a?.logo?.href ?? "/", children: /* @__PURE__ */ s.jsxs("div", { className: "flex items-center gap-3.5", children: [
3383
+ a?.logo && /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
3384
+ /* @__PURE__ */ s.jsx(
3385
+ "img",
3386
+ {
3387
+ src: x,
3388
+ alt: a.logo.alt ?? a.title,
3389
+ style: { width: a.logo.width },
3390
+ className: "max-h-(--top-header-height) dark:hidden",
3391
+ loading: "lazy"
3392
+ }
3393
+ ),
3394
+ /* @__PURE__ */ s.jsx(
3395
+ "img",
3396
+ {
3397
+ src: h,
3398
+ alt: a.logo.alt ?? a.title,
3399
+ style: { width: a.logo.width },
3400
+ className: "max-h-(--top-header-height) hidden dark:block",
3401
+ loading: "lazy"
3402
+ }
3403
+ )
3404
+ ] }),
3405
+ /* @__PURE__ */ s.jsx("span", { className: "font-semibold text-2xl", children: a?.title })
3406
+ ] }) }) }),
3407
+ /* @__PURE__ */ s.jsx("div", { className: "absolute inset-x-0 justify-center items-center hidden lg:flex w-full pointer-events-none", children: /* @__PURE__ */ s.jsx(kr, { className: "pointer-events-auto" }) }),
3408
+ /* @__PURE__ */ s.jsxs("div", { className: "flex items-center gap-8", children: [
3409
+ /* @__PURE__ */ s.jsx(Sc, {}),
3410
+ /* @__PURE__ */ s.jsxs("div", { className: "hidden lg:flex items-center justify-self-end text-sm gap-2", children: [
3411
+ /* @__PURE__ */ s.jsx(A.Target, { name: "head-navigation-start" }),
3412
+ o && /* @__PURE__ */ s.jsx(
3413
+ te,
3414
+ {
3415
+ fallback: /* @__PURE__ */ s.jsx(Ae, { className: "rounded-sm h-5 w-24 mr-4" }),
3416
+ children: r ? Object.values(f).length > 0 && /* @__PURE__ */ s.jsxs(no, { modal: !1, children: [
3417
+ /* @__PURE__ */ s.jsx(oo, { asChild: !0, children: /* @__PURE__ */ s.jsx(Se, { variant: "ghost", children: n?.name ?? "My Account" }) }),
3418
+ /* @__PURE__ */ s.jsxs(so, { className: "w-56", children: [
3419
+ /* @__PURE__ */ s.jsxs(io, { children: [
3420
+ n?.name ? `${n.name}` : "My Account",
3421
+ n?.email && /* @__PURE__ */ s.jsx("div", { className: "font-normal text-muted-foreground", children: n.email })
3422
+ ] }),
3423
+ f.filter((l) => l.category === "top").length > 0 && /* @__PURE__ */ s.jsx(ze, {}),
3424
+ f.filter((l) => l.category === "top").map((l) => /* @__PURE__ */ s.jsx(ge, { item: l }, l.label)),
3425
+ f.filter(
3426
+ (l) => !l.category || l.category === "middle"
3427
+ ).length > 0 && /* @__PURE__ */ s.jsx(ze, {}),
3428
+ f.filter(
3429
+ (l) => !l.category || l.category === "middle"
3430
+ ).map((l) => /* @__PURE__ */ s.jsx(ge, { item: l }, l.label)),
3431
+ f.filter((l) => l.category === "bottom").length > 0 && /* @__PURE__ */ s.jsx(ze, {}),
3432
+ f.filter((l) => l.category === "bottom").map((l) => /* @__PURE__ */ s.jsx(ge, { item: l }, l.label))
3433
+ ] })
3434
+ ] }) : /* @__PURE__ */ s.jsx(Se, { variant: "ghost", onClick: () => t.login(), children: "Login" })
3435
+ }
3436
+ ),
3437
+ /* @__PURE__ */ s.jsx(A.Target, { name: "head-navigation-end" }),
3438
+ /* @__PURE__ */ s.jsx($r, {})
3439
+ ] })
3440
+ ] })
3441
+ ] })
3442
+ ] }),
3443
+ /* @__PURE__ */ s.jsx("div", { className: O("hidden lg:block", m), children: /* @__PURE__ */ s.jsxs("div", { className: "max-w-screen-2xl mx-auto border-transparent relative", children: [
3444
+ /* @__PURE__ */ s.jsx(A.Target, { name: "top-navigation-before" }),
3445
+ /* @__PURE__ */ s.jsx(Ec, {}),
3446
+ /* @__PURE__ */ s.jsx(A.Target, { name: "top-navigation-after" })
3447
+ ] }) })
3448
+ ]
3449
+ }
3450
+ );
3451
+ }), Sr = ({
3452
+ shouldScaleBackground: e = !0,
3453
+ ...t
3454
+ }) => /* @__PURE__ */ s.jsx(
3455
+ q.Root,
3456
+ {
3457
+ shouldScaleBackground: e,
3458
+ ...t
3459
+ }
3460
+ );
3461
+ Sr.displayName = "Drawer";
3462
+ const Zc = q.Trigger, Cc = q.Portal, Zr = K.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ s.jsx(
3463
+ q.Overlay,
3464
+ {
3465
+ ref: r,
3466
+ className: O("fixed inset-0 z-50 bg-black/80", e),
3467
+ ...t
3468
+ }
3469
+ ));
3470
+ Zr.displayName = q.Overlay.displayName;
3471
+ const Tc = K.forwardRef(
3472
+ ({ className: e, children: t, hideBar: r = !0, ...n }, o) => /* @__PURE__ */ s.jsxs(Cc, { children: [
3473
+ /* @__PURE__ */ s.jsx(Zr, {}),
3474
+ /* @__PURE__ */ s.jsxs(
3475
+ q.Content,
3476
+ {
3477
+ ref: o,
3478
+ className: O(
3479
+ "fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
3480
+ e
3481
+ ),
3482
+ ...n,
3483
+ children: [
3484
+ !r && /* @__PURE__ */ s.jsx("div", { className: "mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted" }),
3485
+ t
3486
+ ]
3487
+ }
3488
+ )
3489
+ ] })
3490
+ );
3491
+ Tc.displayName = "DrawerContent";
3492
+ const Nc = K.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ s.jsx(
3493
+ q.Title,
3494
+ {
3495
+ ref: r,
3496
+ className: O(
3497
+ "text-lg font-semibold leading-none tracking-tight",
3498
+ e
3499
+ ),
3500
+ ...t
3501
+ }
3502
+ ));
3503
+ Nc.displayName = q.Title.displayName;
3504
+ const Oc = K.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ s.jsx(
3505
+ q.Description,
3506
+ {
3507
+ ref: r,
3508
+ className: O("text-sm text-muted-foreground", e),
3509
+ ...t
3510
+ }
3511
+ ));
3512
+ Oc.displayName = q.Description.displayName;
3513
+ const Cr = ({
3514
+ children: e,
3515
+ className: t
3516
+ }) => {
3517
+ const { options: r } = M(), n = H(null);
3518
+ return F(() => {
3519
+ const o = n.current?.querySelector('[aria-current="page"]');
3520
+ $n(o ?? null);
3521
+ }, []), /* @__PURE__ */ s.jsxs(
3522
+ "div",
3523
+ {
3524
+ className: "grid sticky top-(--header-height) lg:h-[calc(100vh-var(--header-height))] grid-rows-[1fr_min-content] border-r",
3525
+ "data-pagefind-ignore": "all",
3526
+ children: [
3527
+ /* @__PURE__ */ s.jsx(
3528
+ "nav",
3529
+ {
3530
+ ref: n,
3531
+ className: O(
3532
+ "hidden max-w-[calc(var(--side-nav-width)+var(--padding-nav-item))] lg:flex scrollbar flex-col overflow-y-auto shrink-0 text-sm pe-3 ps-4 lg:ps-8",
3533
+ "-mx-(--padding-nav-item) pb-[8vh] pt-(--padding-content-top) scroll-pt-2 gap-1",
3534
+ // Revert the padding/margin on the first child
3535
+ "-mt-2.5",
3536
+ t
3537
+ ),
3538
+ style: {
3539
+ maskImage: "linear-gradient(180deg, transparent 1%, rgba(0, 0, 0, 1) 20px, rgba(0, 0, 0, 1) 90%, transparent 99%)"
3540
+ },
3541
+ children: e
3542
+ }
3543
+ ),
3544
+ /* @__PURE__ */ s.jsx("div", { className: "bg-background border-t p-2 mx-5 gap-2 items-center mt-2 drop-shadow-[0_-3px_1px_rgba(0,0,0,0.015)] hidden lg:[&:has(>_:nth-child(1):last-child)]:flex", children: r.site?.showPoweredBy !== !1 && /* @__PURE__ */ s.jsx(_r, {}) })
3545
+ ]
3546
+ }
3547
+ );
3548
+ };
3549
+ Cr.displayName = "NavigationWrapper";
3550
+ const Ac = ({
3551
+ onRequestClose: e,
3552
+ navigation: t
3553
+ }) => /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
3554
+ /* @__PURE__ */ s.jsxs(Cr, { children: [
3555
+ /* @__PURE__ */ s.jsx(A.Target, { name: "navigation-before" }),
3556
+ t.map((r) => /* @__PURE__ */ s.jsx(
3557
+ nt,
3558
+ {
3559
+ item: r
3560
+ },
3561
+ r.type + (r.label ?? "") + ("path" in r ? r.path : "") + ("file" in r ? r.file : "") + ("to" in r ? r.to : "")
3562
+ )),
3563
+ /* @__PURE__ */ s.jsx(A.Target, { name: "navigation-after" })
3564
+ ] }),
3565
+ /* @__PURE__ */ s.jsx(
3566
+ Xt,
3567
+ {
3568
+ className: "lg:hidden h-[100dvh] start-0 w-[320px] rounded-none",
3569
+ "aria-describedby": void 0,
3570
+ children: /* @__PURE__ */ s.jsxs("div", { className: "p-4 overflow-y-auto overscroll-none", children: [
3571
+ /* @__PURE__ */ s.jsx(Jt, { children: /* @__PURE__ */ s.jsx(er, { children: "Navigation" }) }),
3572
+ t.map((r) => /* @__PURE__ */ s.jsx(
3573
+ nt,
3574
+ {
3575
+ item: r,
3576
+ onRequestClose: e
3577
+ },
3578
+ r.label
3579
+ ))
3580
+ ] })
3581
+ }
3582
+ )
3583
+ ] }), Ic = ({ children: e }) => {
3584
+ const [t, r] = G(!1), { navigation: n } = Qt(), o = n.length > 0, i = De().state === "loading", { options: a } = M();
3585
+ return /* @__PURE__ */ s.jsxs(
3586
+ Sr,
3587
+ {
3588
+ direction: a.site?.dir === "rtl" ? "right" : "left",
3589
+ open: t,
3590
+ onOpenChange: (u) => r(u),
3591
+ children: [
3592
+ o && /* @__PURE__ */ s.jsx(
3593
+ Ac,
3594
+ {
3595
+ onRequestClose: () => r(!1),
3596
+ navigation: n
3597
+ }
3598
+ ),
3599
+ o && /* @__PURE__ */ s.jsx("div", { className: "lg:hidden -mx-4 px-4 py-2 sticky bg-background/80 backdrop-blur-xs z-10 top-0 start-0 end-0 border-b", children: /* @__PURE__ */ s.jsxs(Zc, { className: "flex items-center gap-2 px-4", children: [
3600
+ /* @__PURE__ */ s.jsx(Vn, { size: 16, strokeWidth: 1.5 }),
3601
+ /* @__PURE__ */ s.jsx("span", { className: "text-sm", children: "Menu" })
3602
+ ] }) }),
3603
+ /* @__PURE__ */ s.jsxs(
3604
+ "main",
3605
+ {
3606
+ "data-pagefind-body": !0,
3607
+ className: O(
3608
+ "px-4 lg:pe-8 lg:px-8",
3609
+ !o && "col-span-full",
3610
+ i && "animate-pulse"
3611
+ ),
3612
+ children: [
3613
+ /* @__PURE__ */ s.jsx(A.Target, { name: "content-before" }),
3614
+ e,
3615
+ /* @__PURE__ */ s.jsx(A.Target, { name: "content-after" })
3616
+ ]
3617
+ }
3618
+ )
3619
+ ]
3620
+ }
3621
+ );
3622
+ }, Rc = () => /* @__PURE__ */ s.jsx("main", { className: "col-span-full row-span-full grid place-items-center", children: /* @__PURE__ */ s.jsx(Yt, {}) }), Dc = ({ children: e }) => {
3623
+ const { meta: t, authentication: r, options: n } = M(), o = xe();
3624
+ return zn(), uc(), F(() => {
3625
+ r?.onPageLoad?.();
3626
+ }, [r]), /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
3627
+ /* @__PURE__ */ s.jsxs(Re, { titleTemplate: t?.title, children: [
3628
+ n.canonicalUrlOrigin && /* @__PURE__ */ s.jsx(
3629
+ "link",
3630
+ {
3631
+ rel: "canonical",
3632
+ href: ee(
3633
+ n.canonicalUrlOrigin,
3634
+ n.basePath,
3635
+ o.pathname
3636
+ )
3637
+ }
3638
+ ),
3639
+ t?.description && /* @__PURE__ */ s.jsx("meta", { name: "description", content: t.description }),
3640
+ t?.favicon && /* @__PURE__ */ s.jsx("link", { rel: "icon", href: t.favicon })
3641
+ ] }),
3642
+ /* @__PURE__ */ s.jsx(A.Target, { name: "layout-before-head" }),
3643
+ /* @__PURE__ */ s.jsx(Er, {}),
3644
+ /* @__PURE__ */ s.jsx(A.Target, { name: "layout-after-head" }),
3645
+ /* @__PURE__ */ s.jsx(
3646
+ "div",
3647
+ {
3648
+ className: O(
3649
+ "grid max-w-screen-2xl w-full lg:mx-auto",
3650
+ "[&:has(>:only-child)]:grid-rows-1 grid-rows-[0_min-content_1fr] lg:grid-rows-[min-content_1fr]",
3651
+ "grid-cols-1 lg:grid-cols-[var(--side-nav-width)_1fr]"
3652
+ ),
3653
+ children: /* @__PURE__ */ s.jsx(qe, { fallback: /* @__PURE__ */ s.jsx(Rc, {}), children: /* @__PURE__ */ s.jsx(Ic, { children: e ?? /* @__PURE__ */ s.jsx(Dt, {}) }) })
3654
+ }
3655
+ ),
3656
+ /* @__PURE__ */ s.jsx(fc, {})
3657
+ ] });
3658
+ }, Mc = ({
3659
+ title: e = "An error occurred",
3660
+ message: t,
3661
+ category: r
3662
+ }) => /* @__PURE__ */ s.jsxs(Kt, { className: "h-full pt-(--padding-content-top)", children: [
3663
+ r && /* @__PURE__ */ s.jsx(Pn, { children: r }),
3664
+ e && /* @__PURE__ */ s.jsx(En, { level: 1, className: "flex gap-3.5 items-center", children: e }),
3665
+ /* @__PURE__ */ s.jsx("p", { children: t })
3666
+ ] }), Fc = (e) => {
3667
+ switch (e) {
3668
+ case 400:
3669
+ return {
3670
+ title: "Bad Request",
3671
+ message: "The request could not be understood by the server due to malformed syntax."
3672
+ };
3673
+ case 403:
3674
+ return {
3675
+ title: "Forbidden",
3676
+ message: "You don't have permission to access this resource."
3677
+ };
3678
+ case 404:
3679
+ return {
3680
+ title: "Not Found",
3681
+ message: "The requested resource could not be found."
3682
+ };
3683
+ case 405:
3684
+ return {
3685
+ title: "Method Not Allowed",
3686
+ message: "The request method is not supported for the requested resource."
3687
+ };
3688
+ case 414:
3689
+ return {
3690
+ title: "Request URI Too Large",
3691
+ message: "The request URI is too large."
3692
+ };
3693
+ case 416:
3694
+ return {
3695
+ title: "Range Not Satisfiable",
3696
+ message: "The server cannot satisfy the request range."
3697
+ };
3698
+ case 500:
3699
+ return {
3700
+ title: "Internal Server Error",
3701
+ message: "An unexpected error occurred while processing your request."
3702
+ };
3703
+ case 501:
3704
+ return {
3705
+ title: "Not Implemented",
3706
+ message: "The server does not support the functionality required to fulfill the request."
3707
+ };
3708
+ case 502:
3709
+ return {
3710
+ title: "Bad Gateway",
3711
+ message: "The server received an invalid response from the upstream server."
3712
+ };
3713
+ case 503:
3714
+ return {
3715
+ title: "Service Unavailable",
3716
+ message: "The server is temporarily unable to handle the request."
3717
+ };
3718
+ case 504:
3719
+ return {
3720
+ title: "Gateway Timeout",
3721
+ message: "The server did not receive a timely response from the upstream server."
3722
+ };
3723
+ default:
3724
+ return {
3725
+ title: "An error occurred",
3726
+ message: "Something went wrong while processing your request."
3727
+ };
3728
+ }
3729
+ }, qc = ({ statusCode: e, message: t }) => {
3730
+ if (e === 404)
3731
+ return /* @__PURE__ */ s.jsx(Sn, {});
3732
+ const r = Fc(e);
3733
+ return /* @__PURE__ */ s.jsx(
3734
+ Mc,
3735
+ {
3736
+ title: r.title,
3737
+ message: t ?? r.message,
3738
+ category: e
3739
+ }
3740
+ );
3741
+ }, Uc = Fe(null), Ee = {
3742
+ didCatch: !1,
3743
+ error: null
3744
+ };
3745
+ class Lc extends Rn {
3746
+ constructor(t) {
3747
+ super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = Ee;
3748
+ }
3749
+ static getDerivedStateFromError(t) {
3750
+ return {
3751
+ didCatch: !0,
3752
+ error: t
3753
+ };
3754
+ }
3755
+ resetErrorBoundary() {
3756
+ const {
3757
+ error: t
3758
+ } = this.state;
3759
+ if (t !== null) {
3760
+ for (var r, n, o = arguments.length, i = new Array(o), a = 0; a < o; a++)
3761
+ i[a] = arguments[a];
3762
+ (r = (n = this.props).onReset) === null || r === void 0 || r.call(n, {
3763
+ args: i,
3764
+ reason: "imperative-api"
3765
+ }), this.setState(Ee);
3766
+ }
3767
+ }
3768
+ componentDidCatch(t, r) {
3769
+ var n, o;
3770
+ (n = (o = this.props).onError) === null || n === void 0 || n.call(o, t, r);
3771
+ }
3772
+ componentDidUpdate(t, r) {
3773
+ const {
3774
+ didCatch: n
3775
+ } = this.state, {
3776
+ resetKeys: o
3777
+ } = this.props;
3778
+ if (n && r.error !== null && Qc(t.resetKeys, o)) {
3779
+ var i, a;
3780
+ (i = (a = this.props).onReset) === null || i === void 0 || i.call(a, {
3781
+ next: o,
3782
+ prev: t.resetKeys,
3783
+ reason: "keys"
3784
+ }), this.setState(Ee);
3785
+ }
3786
+ }
3787
+ render() {
3788
+ const {
3789
+ children: t,
3790
+ fallbackRender: r,
3791
+ FallbackComponent: n,
3792
+ fallback: o
3793
+ } = this.props, {
3794
+ didCatch: i,
3795
+ error: a
3796
+ } = this.state;
3797
+ let u = t;
3798
+ if (i) {
3799
+ const p = {
3800
+ error: a,
3801
+ resetErrorBoundary: this.resetErrorBoundary
3802
+ };
3803
+ if (typeof r == "function")
3804
+ u = r(p);
3805
+ else if (n)
3806
+ u = ot(n, p);
3807
+ else if (o !== void 0)
3808
+ u = o;
3809
+ else
3810
+ throw a;
3811
+ }
3812
+ return ot(Uc.Provider, {
3813
+ value: {
3814
+ didCatch: i,
3815
+ error: a,
3816
+ resetErrorBoundary: this.resetErrorBoundary
3817
+ }
3818
+ }, u);
3819
+ }
3820
+ }
3821
+ function Qc() {
3822
+ let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
3823
+ return e.length !== t.length || e.some((r, n) => !Object.is(r, t[n]));
3824
+ }
3825
+ let Bc = () => ({
3826
+ emit(e, ...t) {
3827
+ for (let r = this.events[e] || [], n = 0, o = r.length; n < o; n++)
3828
+ r[n](...t);
3829
+ },
3830
+ events: {},
3831
+ on(e, t) {
3832
+ return (this.events[e] ||= []).push(t), () => {
3833
+ this.events[e] = this.events[e]?.filter((r) => t !== r);
3834
+ };
3835
+ }
3836
+ });
3837
+ const Kc = (e) => Object.entries(e);
3838
+ class Hc {
3839
+ plugins;
3840
+ navigation;
3841
+ meta;
3842
+ site;
3843
+ authentication;
3844
+ queryClient;
3845
+ options;
3846
+ navigationPlugins;
3847
+ emitter = Bc();
3848
+ constructor(t, r) {
3849
+ const n = (t.protectedRoutes ?? []).concat(
3850
+ t.plugins?.flatMap(
3851
+ (o) => st(o) ? o.getProtectedRoutes?.() ?? [] : []
3852
+ ) ?? []
3853
+ );
3854
+ this.queryClient = r, this.options = { ...t, protectedRoutes: n }, this.plugins = t.plugins ?? [], this.navigation = t.navigation ?? [], this.navigationPlugins = this.plugins.filter(st), this.authentication = this.plugins.find(Gn), this.meta = t.metadata, this.site = t.site, this.plugins.forEach((o) => {
3855
+ Jn(o) && Kc(o.events).forEach(([i, a]) => {
3856
+ this.emitter.on(i, a);
3857
+ });
3858
+ }), gn.subscribe((o, i) => {
3859
+ this.emitEvent("auth", {
3860
+ prev: i,
3861
+ next: o
3862
+ });
3863
+ });
3864
+ }
3865
+ initialize = async () => {
3866
+ await Promise.all(
3867
+ this.plugins.filter(Xn).map((t) => t.initialize?.(this))
3868
+ );
3869
+ };
3870
+ getApiIdentities = async () => (await Promise.all(
3871
+ this.plugins.filter(eo).map((r) => r.getIdentities(this))
3872
+ )).flat();
3873
+ addEventListener(t, r) {
3874
+ return this.emitter.on(t, r);
3875
+ }
3876
+ emitEvent = (t, ...r) => this.emitter.emit(t, ...r);
3877
+ getPluginNavigation = async (t) => (await Promise.all(
3878
+ this.navigationPlugins.map(
3879
+ (n) => n.getNavigation?.(ee(t), this)
3880
+ )
3881
+ )).flatMap((n) => n ?? []);
3882
+ getProfileMenuItems = () => this.plugins.filter((r) => Gt(r)).flatMap((r) => r.getProfileMenuItems(this)).sort(Wc(["top", "middle", "bottom"])).sort((r) => r.weight ?? 0);
3883
+ signRequest = async (t) => {
3884
+ if (!this.authentication)
3885
+ throw new Error("No authentication provider configured");
3886
+ return await this.authentication.signRequest(t);
3887
+ };
3888
+ }
3889
+ const Wc = (e) => (t, r) => {
3890
+ const n = e.indexOf(t.category ?? "middle"), o = e.indexOf(r.category ?? "middle");
3891
+ return n - o;
3892
+ };
3893
+ function Vc({ error: e, resetErrorBoundary: t }) {
3894
+ return /* @__PURE__ */ s.jsx(Bt, { error: e });
3895
+ }
3896
+ const me = globalThis;
3897
+ (!me.requestIdleCallback || !me.cancelIdleCallback) && (me.requestIdleCallback = (e) => setTimeout(e, 1), me.cancelIdleCallback = clearTimeout);
3898
+ const Tr = {
3899
+ Header: Er
3900
+ }, Yc = Fe(Tr), Gc = Yc.Provider, Jc = () => {
3901
+ const e = xe(), t = M(), r = H(void 0);
3902
+ return F(() => {
3903
+ t.emitEvent("location", {
3904
+ from: r.current,
3905
+ to: e
3906
+ }), r.current = e;
3907
+ }, [t, e]), null;
3908
+ }, Xc = ({
3909
+ children: e,
3910
+ context: t
3911
+ }) => (vn({
3912
+ queryFn: async () => (await t.initialize(), !0),
3913
+ queryKey: ["zudoku-initialize", yn]
3914
+ }), /* @__PURE__ */ s.jsx(xn.Provider, { value: t, children: e }));
3915
+ let Ot;
3916
+ const Nr = Vt(
3917
+ ({ children: e, ...t }) => {
3918
+ const r = $e(
3919
+ () => ({ ...Tr, ...t.overrides }),
3920
+ [t.overrides]
3921
+ ), n = xe(), o = $e(() => ({
3922
+ ...(t.plugins ?? []).filter(to).flatMap(
3923
+ (l) => l.getMdxComponents ? [l.getMdxComponents()] : []
3924
+ ).reduce(
3925
+ (l, g) => ({ ...l, ...g }),
3926
+ {}
3927
+ ),
3928
+ ...Zn,
3929
+ ...t.mdx?.components
3930
+ }), [t.mdx?.components, t.plugins]), { stagger: i } = Dn(Ze), [a, u] = G(!1), p = $e(
3931
+ () => a ? { stagger: !0 } : { stagger: i },
3932
+ [i, a]
3933
+ ), f = De(), x = qt();
3934
+ F(() => {
3935
+ a || u(!0);
3936
+ }, [a, f.location]), Ot ??= new Hc(t, x);
3937
+ const h = t.plugins?.flatMap(
3938
+ (m) => ro(m) ? m.getHead?.({ location: n }) ?? [] : []
3939
+ ).map((m, l) => /* @__PURE__ */ s.jsx(Re, { children: m }, l));
3940
+ return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
3941
+ h,
3942
+ /* @__PURE__ */ s.jsx(Ze.Provider, { value: p, children: /* @__PURE__ */ s.jsxs(Xc, { context: Ot, children: [
3943
+ /* @__PURE__ */ s.jsx(Jc, {}),
3944
+ /* @__PURE__ */ s.jsx(Cn, { slots: t.slots ?? t.UNSAFE_slotlets, children: /* @__PURE__ */ s.jsx(Xr, { components: o, children: /* @__PURE__ */ s.jsx(en, { attribute: "class", disableTransitionOnChange: !0, children: /* @__PURE__ */ s.jsx(Gc, { value: r, children: /* @__PURE__ */ s.jsx(Tn, { children: e ?? /* @__PURE__ */ s.jsx(Dt, {}) }) }) }) }) })
3945
+ ] }) })
3946
+ ] });
3947
+ }
3948
+ );
3949
+ Nr.displayName = "ZudokoInner";
3950
+ const Or = (e) => /* @__PURE__ */ s.jsx(Lc, { FallbackComponent: Vc, children: /* @__PURE__ */ s.jsx(Nr, { ...e }) });
3951
+ Or.displayName = "Zudoku";
3952
+ const _u = Dc, bu = Nn, wu = wo, ju = $o, ku = zo, $u = Jr, zu = Re, Pu = qc, Eu = An, Su = On, Zu = Yt, Cu = te, Tu = Ht, Nu = Me, Ou = cc, Au = Or, Iu = Kt, Ru = tn, eu = M, Du = oe, Mu = _n, Fu = bn, qu = Rt;
3953
+ export {
3954
+ Tu as B,
3955
+ Eu as C,
3956
+ zu as H,
3957
+ Nu as L,
3958
+ Su as M,
3959
+ bu as R,
3960
+ Zu as S,
3961
+ Iu as T,
3962
+ Au as Z,
3963
+ $c as a,
3964
+ Du as b,
3965
+ _u as c,
3966
+ wu as d,
3967
+ ju as e,
3968
+ ku as f,
3969
+ $u as g,
3970
+ Pu as h,
3971
+ Cu as i,
3972
+ Ou as j,
3973
+ Ru as k,
3974
+ Mu as l,
3975
+ Fu as m,
3976
+ qu as n,
3977
+ Kc as o,
3978
+ eu as u
3979
+ };
3980
+ //# sourceMappingURL=index-BHBXOwle.js.map