docs-i18n 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (249) hide show
  1. package/admin/app/lib/auth-client.ts +21 -0
  2. package/admin/app/lib/auth.server.ts +62 -0
  3. package/admin/app/routeTree.gen.ts +21 -3
  4. package/admin/app/routes/index.tsx +68 -8
  5. package/admin/app/routes/login.tsx +207 -0
  6. package/admin/app/server.ts +23 -0
  7. package/admin/app/styles.css +146 -0
  8. package/admin/app/worker.ts +18 -0
  9. package/admin/dist/client/assets/auth-client-DqJZaFZR.js +3 -0
  10. package/admin/dist/client/assets/login-CQjkiBAF.js +1 -0
  11. package/admin/dist/client/assets/main-bc5tcdGg.js +18 -0
  12. package/admin/dist/client/assets/routes-CTPOG_v1.js +3 -0
  13. package/admin/dist/client/assets/{styles-DJ6QEJmN.css → styles-zS0BbO7e.css} +1 -1
  14. package/admin/dist/client/assets/useNavigate-CEOVvMjz.js +1 -0
  15. package/admin/dist/server/assets/{react-dom-CpO9xk_L.js → __tanstack-start-server-fn-resolver-qK0Yfvti.js} +83 -507
  16. package/admin/dist/server/assets/_tanstack-start-manifest_v-BgMVPPt2.js +21 -0
  17. package/admin/dist/server/assets/adapter-DjXlUL1J.js +2253 -0
  18. package/admin/dist/server/assets/auth-client-CoUpyQIM.js +807 -0
  19. package/admin/dist/server/assets/auth-dSAIPjBw.js +72 -0
  20. package/admin/dist/server/assets/auth.server-BLVDnTCZ.js +31352 -0
  21. package/admin/dist/server/assets/bun-sqlite-dialect-C8OaCWSL-BNNY-FoT.js +154 -0
  22. package/admin/dist/server/assets/compiled-query-CnFG_BVV.js +6967 -0
  23. package/admin/dist/server/assets/d1-sqlite-dialect-sYHNqBte-Bjz-cybU.js +115 -0
  24. package/admin/dist/server/assets/dist-C3-e8E2B.js +215 -0
  25. package/admin/dist/server/assets/dist-CUzFWZag.js +6039 -0
  26. package/admin/dist/server/assets/{init-DJr2glb3.js → dist-DBv71kqn.js} +21 -381
  27. package/admin/dist/server/assets/error-CASJ5tIm.js +457 -0
  28. package/admin/dist/server/assets/error-codes-BhMTGvV6.js +1153 -0
  29. package/admin/dist/server/assets/init-CJJUsPDL.js +49 -0
  30. package/admin/dist/server/assets/job-manager-D9Ab9hgu.js +179 -0
  31. package/admin/dist/server/assets/{jobs-bQfYqSk7.js → jobs-DrEe9YOj.js} +18 -5
  32. package/admin/dist/server/assets/kysely-adapter-YC8RFPyc.js +2 -0
  33. package/admin/dist/server/assets/login-SqzTMYOZ.js +228 -0
  34. package/admin/dist/server/assets/migrator-ZpVZslbq.js +2926 -0
  35. package/admin/dist/server/assets/{misc-DOk3t9vs.js → misc-BSoYldBT.js} +22 -9
  36. package/admin/dist/server/assets/{models-CBb8Owe5.js → models-CoviNHUP.js} +1 -1
  37. package/admin/dist/server/assets/node-sqlite-dialect-BJIaP6lL.js +154 -0
  38. package/admin/dist/server/assets/{router-DlU_fGDK.js → router-D-82slI-.js} +23 -11
  39. package/admin/dist/server/assets/{routes-BcfX6iub.js → routes-B1pNmxF3.js} +43 -29
  40. package/admin/dist/server/assets/{routes-pIM0fgUO.js → routes-C9huiZHw.js} +56 -22
  41. package/admin/dist/server/assets/sqlite-adapter-CL2EidjD.js +69 -0
  42. package/admin/dist/server/assets/{start-BS52hm79.js → start-BiybVoR2.js} +1 -1
  43. package/admin/dist/server/assets/status-B1AGLvHn.js +162 -0
  44. package/admin/dist/server/assets/status-D7PU72hm.js +262 -0
  45. package/admin/dist/server/assets/string-B4XlckmJ.js +6 -0
  46. package/admin/dist/server/assets/useNavigate-0H08s_Q2.js +29 -0
  47. package/admin/dist/server/assets/useRouter-BXJvr8to.js +508 -0
  48. package/admin/dist/server/server.js +70 -90
  49. package/admin/package.json +6 -1
  50. package/admin/server/functions/auth.ts +89 -0
  51. package/admin/server/functions/jobs.ts +30 -2
  52. package/admin/server/functions/misc.ts +25 -5
  53. package/admin/server/functions/status.ts +52 -3
  54. package/admin/server/index.ts +1 -1
  55. package/admin/server/init.ts +21 -9
  56. package/admin/server/services/d1-status.ts +282 -0
  57. package/admin/vite.config.ts +29 -15
  58. package/admin/wrangler.jsonc +16 -0
  59. package/package.json +1 -1
  60. package/template/content/docs-i18n/en/cli.md +9 -5
  61. package/template/content/docs-i18n/en/deployment.md +85 -68
  62. package/template/dist/client/assets/{Doc-CbmLeLjl.js → Doc-BKO69_nz.js} +1 -1
  63. package/template/dist/client/assets/{DocsLayout-ERG7nrAc.js → DocsLayout-BGugXxEQ.js} +1 -1
  64. package/template/dist/client/assets/{FileTabs-CCynw0nL.js → FileTabs-4fZriOj4.js} +1 -1
  65. package/template/dist/client/assets/{Footer-l6Y8-ltB.js → Footer-DYh1AfWA.js} +1 -1
  66. package/template/dist/client/assets/{FrameworkContent-pNf68F7f.js → FrameworkContent-rVvjxASn.js} +1 -1
  67. package/template/dist/client/assets/{MarkdownHeadingContext-6I862CKH.js → MarkdownHeadingContext-CdvUDZFU.js} +4 -4
  68. package/template/dist/client/assets/{PostNotFound-ScC0039d.js → PostNotFound-WoSYGsGu.js} +1 -1
  69. package/template/dist/client/assets/{_basePickBy-B-GcvGxW.js → _basePickBy-Dd7GuR7A.js} +1 -1
  70. package/template/dist/client/assets/{_baseUniq-C1WySGZQ.js → _baseUniq-DMxQLGFI.js} +1 -1
  71. package/template/dist/client/assets/_lang-3AqGszEy.js +1 -0
  72. package/template/dist/client/assets/_lang._project-COkrIqzH.js +1 -0
  73. package/template/dist/client/assets/_lang._project._version-B8vRZczu.js +1 -0
  74. package/template/dist/client/assets/{_lang._project._version.docs-aw08dKvN.js → _lang._project._version.docs-DokNGgvU.js} +1 -1
  75. package/template/dist/client/assets/{_lang._project._version.docs._-B4Vb_S0V.js → _lang._project._version.docs._-CXCNZzOb.js} +1 -1
  76. package/template/dist/client/assets/_lang._project._version.docs._-DR0WSQEb.js +1 -0
  77. package/template/dist/client/assets/_lang._project._version.docs.framework._framework._-C_Grro8r.js +1 -0
  78. package/template/dist/client/assets/{_lang._project._version.docs.framework._framework.index-DInYPTXM.js → _lang._project._version.docs.framework._framework.index-DsYjXRdj.js} +1 -1
  79. package/template/dist/client/assets/{_lang._project._version.docs.framework.index-B7EvJmBI.js → _lang._project._version.docs.framework.index-DQX1lBi3.js} +1 -1
  80. package/template/dist/client/assets/{_lang._project.docs-4oX3ADgu.js → _lang._project.docs-DsYQj9jI.js} +1 -1
  81. package/template/dist/client/assets/_lang._project.docs._-DlM_D6DD.js +1 -0
  82. package/template/dist/client/assets/{_lang._project.docs._-emq0IsQw.js → _lang._project.docs._-l2tTjx80.js} +1 -1
  83. package/template/dist/client/assets/_lang.blog-CEwEtalL.js +1 -0
  84. package/template/dist/client/assets/_lang.blog-D6YGC3tK.js +1 -0
  85. package/template/dist/client/assets/_lang.blog._-DgHu4oLy.js +1 -0
  86. package/template/dist/client/assets/{_lang.blog._-DErizs7q.js → _lang.blog._-Umz18sQE.js} +1 -1
  87. package/template/dist/client/assets/_lang.blog.index-C8LKUFtD.js +1 -0
  88. package/template/dist/client/assets/{_lang.blog.index-DZDuDkQr.js → _lang.blog.index-DzUqpOBE.js} +1 -1
  89. package/template/dist/client/assets/{_lang.docs-CQK0rfqt.js → _lang.docs-CUh3R7DD.js} +1 -1
  90. package/template/dist/client/assets/{_lang.docs._-BiCvgeV1.js → _lang.docs._-DlgTPy3s.js} +1 -1
  91. package/template/dist/client/assets/_lang.docs._-DmaQE7lx.js +1 -0
  92. package/template/dist/client/assets/_lang.docs.framework._framework._-B4C4uDFp.js +1 -0
  93. package/template/dist/client/assets/{_lang.docs.framework._framework.index-Bu5p5Q_r.js → _lang.docs.framework._framework.index-DTg6Xd3p.js} +1 -1
  94. package/template/dist/client/assets/{_lang.docs.framework.index-uTDFLagP.js → _lang.docs.framework.index-BQ2enasl.js} +1 -1
  95. package/template/dist/client/assets/{arc-C16C7aa3.js → arc-DGPgC_QF.js} +1 -1
  96. package/template/dist/client/assets/{architectureDiagram-2XIMDMQ5-DgSSDH9Z.js → architectureDiagram-2XIMDMQ5-yI53_GAi.js} +1 -1
  97. package/template/dist/client/assets/{blockDiagram-WCTKOSBZ-Bs8e58Or.js → blockDiagram-WCTKOSBZ-C3tr24zy.js} +1 -1
  98. package/template/dist/client/assets/{c4Diagram-IC4MRINW-DsGaAPtm.js → c4Diagram-IC4MRINW-DOA-mowm.js} +1 -1
  99. package/template/dist/client/assets/channel-DzZD7dUQ.js +1 -0
  100. package/template/dist/client/assets/{chunk-4BX2VUAB-BQdq93Vq.js → chunk-4BX2VUAB-B6NSnNJJ.js} +1 -1
  101. package/template/dist/client/assets/{chunk-55IACEB6-zjp4uUiZ.js → chunk-55IACEB6-CWYwArBH.js} +1 -1
  102. package/template/dist/client/assets/{chunk-FMBD7UC4-CEdYlBOF.js → chunk-FMBD7UC4-DSyn2wIW.js} +1 -1
  103. package/template/dist/client/assets/{chunk-JSJVCQXG-CVkDw9ls.js → chunk-JSJVCQXG-D83nm5W0.js} +1 -1
  104. package/template/dist/client/assets/{chunk-KX2RTZJC--1vKv-mr.js → chunk-KX2RTZJC-DD7fN9e9.js} +1 -1
  105. package/template/dist/client/assets/{chunk-NQ4KR5QH-Cpo-W18l.js → chunk-NQ4KR5QH-C3YlYiU5.js} +1 -1
  106. package/template/dist/client/assets/{chunk-QZHKN3VN-BizWJuB4.js → chunk-QZHKN3VN-B7wBEuCG.js} +1 -1
  107. package/template/dist/client/assets/{chunk-WL4C6EOR-6lLYa9R1.js → chunk-WL4C6EOR-ByA1FloT.js} +1 -1
  108. package/template/dist/client/assets/classDiagram-VBA2DB6C-CRozKaUD.js +1 -0
  109. package/template/dist/client/assets/classDiagram-v2-RAHNMMFH-CRozKaUD.js +1 -0
  110. package/template/dist/client/assets/clone-CGnOEl4E.js +1 -0
  111. package/template/dist/client/assets/{cose-bilkent-S5V4N54A-CaD0EGPJ.js → cose-bilkent-S5V4N54A-nt_sXfWc.js} +1 -1
  112. package/template/dist/client/assets/{dagre-KLK3FWXG-h4F9WtDQ.js → dagre-KLK3FWXG-DUsyMTPd.js} +1 -1
  113. package/template/dist/client/assets/{diagram-E7M64L7V-CBUSWzH5.js → diagram-E7M64L7V-D5SAypX0.js} +1 -1
  114. package/template/dist/client/assets/{diagram-IFDJBPK2-C5oMubv0.js → diagram-IFDJBPK2-WhP5c8Vz.js} +1 -1
  115. package/template/dist/client/assets/{diagram-P4PSJMXO-DdPwwhHR.js → diagram-P4PSJMXO-AMrwIlhf.js} +1 -1
  116. package/template/dist/client/assets/{erDiagram-INFDFZHY-0U5A-RF0.js → erDiagram-INFDFZHY-BxifSpCV.js} +1 -1
  117. package/template/dist/client/assets/{flowDiagram-PKNHOUZH-CXN3pvSW.js → flowDiagram-PKNHOUZH-BMAowE9I.js} +1 -1
  118. package/template/dist/client/assets/{ganttDiagram-A5KZAMGK-DlovlSO7.js → ganttDiagram-A5KZAMGK-Bay-0iRq.js} +1 -1
  119. package/template/dist/client/assets/{gitGraphDiagram-K3NZZRJ6-Bo-Jjy7v.js → gitGraphDiagram-K3NZZRJ6-Va91W3gw.js} +1 -1
  120. package/template/dist/client/assets/{graph-C0TauvuO.js → graph-CbBYObK_.js} +1 -1
  121. package/template/dist/client/assets/{index-iATq4LEm.js → index-CF6qz2tX.js} +1 -1
  122. package/template/dist/client/assets/{infoDiagram-LFFYTUFH-BbvPzztn.js → infoDiagram-LFFYTUFH-Byd5C-4U.js} +1 -1
  123. package/template/dist/client/assets/{ishikawaDiagram-PHBUUO56-DKCMONMO.js → ishikawaDiagram-PHBUUO56-DxOKnE1v.js} +1 -1
  124. package/template/dist/client/assets/{journeyDiagram-4ABVD52K-D9NP_vvu.js → journeyDiagram-4ABVD52K-IRmt7RI4.js} +1 -1
  125. package/template/dist/client/assets/{kanban-definition-K7BYSVSG-X-u_nWxK.js → kanban-definition-K7BYSVSG-BjTVXn-R.js} +1 -1
  126. package/template/dist/client/assets/{layout-IeRzBrUX.js → layout-Bbx6A0bC.js} +1 -1
  127. package/template/dist/client/assets/{linear-DEzVUeiK.js → linear-Df2eAW4A.js} +1 -1
  128. package/template/dist/client/assets/{main-Csj9i19C.js → main-DqZtiCro.js} +2 -2
  129. package/template/dist/client/assets/{mermaid.core-CCnh2DG0.js → mermaid.core-BIoiBcAA.js} +4 -4
  130. package/template/dist/client/assets/{mindmap-definition-YRQLILUH-DgyN4Ft-.js → mindmap-definition-YRQLILUH-Btzz0iIP.js} +1 -1
  131. package/template/dist/client/assets/ordinal-Cboi1Yqb.js +1 -0
  132. package/template/dist/client/assets/{pieDiagram-SKSYHLDU-DDVqU_2Q.js → pieDiagram-SKSYHLDU-C2amrGtU.js} +1 -1
  133. package/template/dist/client/assets/{quadrantDiagram-337W2JSQ-BeUxMqle.js → quadrantDiagram-337W2JSQ-EVgH9VuN.js} +1 -1
  134. package/template/dist/client/assets/{react-os8EX6z1.js → react-qvbbiZob.js} +1 -1
  135. package/template/dist/client/assets/{requirementDiagram-Z7DCOOCP-CpzdlyEd.js → requirementDiagram-Z7DCOOCP-BkYPbRis.js} +1 -1
  136. package/template/dist/client/assets/{sankeyDiagram-WA2Y5GQK-CmSWF6XU.js → sankeyDiagram-WA2Y5GQK-B5EIaP-h.js} +1 -1
  137. package/template/dist/client/assets/{sequenceDiagram-2WXFIKYE-DarofLka.js → sequenceDiagram-2WXFIKYE-BC33VGOc.js} +1 -1
  138. package/template/dist/client/assets/{stateDiagram-RAJIS63D-CEio2h-7.js → stateDiagram-RAJIS63D-DiKvWUYb.js} +1 -1
  139. package/template/dist/client/assets/stateDiagram-v2-FVOUBMTO-DjKMPYGe.js +1 -0
  140. package/template/dist/client/assets/{timeline-definition-YZTLITO2-By_Wk6uc.js → timeline-definition-YZTLITO2-QiFlgbRA.js} +1 -1
  141. package/template/dist/client/assets/{treemap-KZPCXAKY-mKcaMbv9.js → treemap-KZPCXAKY-BOYbyS9G.js} +1 -1
  142. package/template/dist/client/assets/{vennDiagram-LZ73GAT5-Dx_Fh7nH.js → vennDiagram-LZ73GAT5-CqmW7j4r.js} +1 -1
  143. package/template/dist/client/assets/{xychartDiagram-JWTSCODW-DSAwWbBw.js → xychartDiagram-JWTSCODW-gj6oWX8l.js} +1 -1
  144. package/template/dist/server/assets/{Doc-B8TJBEmx.js → Doc-9tJiX5y6.js} +3 -3
  145. package/template/dist/server/assets/{DocsLayout-CnWgvk8u.js → DocsLayout-BTjhU_W5.js} +2 -2
  146. package/template/dist/server/assets/{Footer-WapWK45U.js → Footer-CefTi2yh.js} +1 -1
  147. package/template/dist/server/assets/{FrameworkContent-gzqT-Q1n.js → FrameworkContent-BkJvuP04.js} +2 -2
  148. package/template/dist/server/assets/{MarkdownHeadingContext-Iyk66Y4x.js → MarkdownHeadingContext-37oQpb36.js} +3 -3
  149. package/template/dist/server/assets/{PostNotFound-GKdNuzsX.js → PostNotFound-BqBZf83v.js} +1 -1
  150. package/template/dist/server/assets/{_basePickBy-DJ9gzwF8.js → _basePickBy-DZ3TPUta.js} +2 -2
  151. package/template/dist/server/assets/{_baseUniq-CezmbvU2.js → _baseUniq-DKicWTQT.js} +1 -1
  152. package/template/dist/server/assets/{_lang._project._version.docs-BOZ34yW7.js → _lang._project._version.docs-U-t4mk5_.js} +3 -3
  153. package/template/dist/server/assets/{_lang._project._version.docs._-5W2jN7Re.js → _lang._project._version.docs._-DMgnElWM.js} +5 -5
  154. package/template/dist/server/assets/{_lang._project._version.docs.framework._framework._-DeN_oA8l.js → _lang._project._version.docs.framework._framework._-kBw_9L-F.js} +5 -5
  155. package/template/dist/server/assets/{_lang._project._version.docs.framework._framework.index-jWKDCQSE.js → _lang._project._version.docs.framework._framework.index-Bsyj0DD5.js} +1 -1
  156. package/template/dist/server/assets/{_lang._project._version.docs.framework.index-DOT4MtjZ.js → _lang._project._version.docs.framework.index-CmLAP_Io.js} +1 -1
  157. package/template/dist/server/assets/{_lang._project.docs-r4V9TXuu.js → _lang._project.docs-Bb4ZZ_jr.js} +3 -3
  158. package/template/dist/server/assets/{_lang._project.docs._-Bge7JaYE.js → _lang._project.docs._-ChrpJ61j.js} +5 -5
  159. package/template/dist/server/assets/{_lang.blog-DJOfiyA8.js → _lang.blog-8j6IvzvQ.js} +2 -2
  160. package/template/dist/server/assets/{_lang.blog._-yJSqbX08.js → _lang.blog._-BPzP97Ac.js} +2 -2
  161. package/template/dist/server/assets/{_lang.blog._-C7iqMj9O.js → _lang.blog._-DNX8UglA.js} +2 -2
  162. package/template/dist/server/assets/{_lang.blog.index-Df_6_IKx.js → _lang.blog.index-CeZnMJBi.js} +1 -1
  163. package/template/dist/server/assets/{_lang.blog.index-CrdyROhK.js → _lang.blog.index-DzVKqoC4.js} +2 -2
  164. package/template/dist/server/assets/{_lang.docs-Jwt4deTW.js → _lang.docs-B4StnHMb.js} +3 -3
  165. package/template/dist/server/assets/{_lang.docs._-D_DdKLAV.js → _lang.docs._--c0In1AT.js} +5 -5
  166. package/template/dist/server/assets/{_lang.docs.framework._framework._-BkQaZ_1f.js → _lang.docs.framework._framework._-Be0U7cDg.js} +5 -5
  167. package/template/dist/server/assets/{_lang.docs.framework._framework.index-BLx8p8IS.js → _lang.docs.framework._framework.index-BZ512aSk.js} +1 -1
  168. package/template/dist/server/assets/{_lang.docs.framework.index-BytQ_q8T.js → _lang.docs.framework.index-U8z3j4kz.js} +1 -1
  169. package/template/dist/server/assets/{_tanstack-start-manifest_v-RX6ItZ5S.js → _tanstack-start-manifest_v-DXpQ8503.js} +1 -1
  170. package/template/dist/server/assets/{arc-BwftnT5H.js → arc-B4h6h_n6.js} +1 -1
  171. package/template/dist/server/assets/{architecture-PBZL5I3N-KbDVC6gM.js → architecture-PBZL5I3N-CUwqLXkR.js} +6 -6
  172. package/template/dist/server/assets/{architectureDiagram-2XIMDMQ5-BoLvWxb3.js → architectureDiagram-2XIMDMQ5-CuCoxdBe.js} +6 -6
  173. package/template/dist/server/assets/{blockDiagram-WCTKOSBZ-GPFcXs-f.js → blockDiagram-WCTKOSBZ-D5PsUOim.js} +6 -6
  174. package/template/dist/server/assets/{c4Diagram-IC4MRINW-EQwQCspo.js → c4Diagram-IC4MRINW-CXy5xO3o.js} +2 -2
  175. package/template/dist/server/assets/{channel-CxvwuPH7.js → channel-D0l-mWaF.js} +1 -1
  176. package/template/dist/server/assets/{chunk-4BX2VUAB-DUgcw5ei.js → chunk-4BX2VUAB-M7FVHMss.js} +1 -1
  177. package/template/dist/server/assets/{chunk-55IACEB6-Cn15uD91.js → chunk-55IACEB6-D_gDAje5.js} +1 -1
  178. package/template/dist/server/assets/{chunk-FMBD7UC4-Ck3iyLPu.js → chunk-FMBD7UC4-B5Bebx-Y.js} +1 -1
  179. package/template/dist/server/assets/{chunk-JSJVCQXG-VAT8yncE.js → chunk-JSJVCQXG-DxBkq-uB.js} +1 -1
  180. package/template/dist/server/assets/{chunk-KX2RTZJC-B1bd2VmA.js → chunk-KX2RTZJC-BMHm1EGi.js} +1 -1
  181. package/template/dist/server/assets/{chunk-NQ4KR5QH-CR67GG9C.js → chunk-NQ4KR5QH-Cp28pTwT.js} +3 -3
  182. package/template/dist/server/assets/{chunk-QZHKN3VN-B9SSazM4.js → chunk-QZHKN3VN-Bq5GZqaR.js} +1 -1
  183. package/template/dist/server/assets/{chunk-WL4C6EOR-DZ4Pjuao.js → chunk-WL4C6EOR-C9Nj5GdW.js} +5 -5
  184. package/template/dist/server/assets/{classDiagram-VBA2DB6C-CA6_4Wb2.js → classDiagram-VBA2DB6C-CUchv9T5.js} +6 -6
  185. package/template/dist/server/assets/{classDiagram-v2-RAHNMMFH-CA6_4Wb2.js → classDiagram-v2-RAHNMMFH-CUchv9T5.js} +6 -6
  186. package/template/dist/server/assets/{clone-DJHP_iVy.js → clone-CJcTi58S.js} +1 -1
  187. package/template/dist/server/assets/{cose-bilkent-S5V4N54A-DtU-cN6W.js → cose-bilkent-S5V4N54A-CxvCMhN_.js} +1 -1
  188. package/template/dist/server/assets/{dagre-KLK3FWXG-yZYrVU4p.js → dagre-KLK3FWXG-B5bQP7FL.js} +6 -6
  189. package/template/dist/server/assets/{diagram-E7M64L7V-8Yyz0aw0.js → diagram-E7M64L7V-NjHca90S.js} +8 -8
  190. package/template/dist/server/assets/{diagram-IFDJBPK2-DcxFYI3M.js → diagram-IFDJBPK2-CoTCfBKd.js} +6 -6
  191. package/template/dist/server/assets/{diagram-P4PSJMXO-CehxUcI0.js → diagram-P4PSJMXO-DHvGgYjH.js} +6 -6
  192. package/template/dist/server/assets/{erDiagram-INFDFZHY-Bu2p1_Pj.js → erDiagram-INFDFZHY-01crajKr.js} +4 -4
  193. package/template/dist/server/assets/{flowDiagram-PKNHOUZH-B_eKR7I0.js → flowDiagram-PKNHOUZH-BkUQ_vxg.js} +6 -6
  194. package/template/dist/server/assets/{ganttDiagram-A5KZAMGK-DP6YEZof.js → ganttDiagram-A5KZAMGK-DvrO-w2P.js} +2 -2
  195. package/template/dist/server/assets/{gitGraph-HDMCJU4V-Bt0qhVL4.js → gitGraph-HDMCJU4V-h9JNaxB7.js} +6 -6
  196. package/template/dist/server/assets/{gitGraphDiagram-K3NZZRJ6-DwvkdYrg.js → gitGraphDiagram-K3NZZRJ6-BoKm6Fm-.js} +7 -7
  197. package/template/dist/server/assets/{graph-BVFNe_k5.js → graph-BoxbfI7Z.js} +2 -2
  198. package/template/dist/server/assets/{index-DvBGSZeA.js → index-Jfzi6SZW.js} +2 -2
  199. package/template/dist/server/assets/{info-3K5VOQVL-CFejRnvB.js → info-3K5VOQVL-DgaSHqkS.js} +6 -6
  200. package/template/dist/server/assets/{infoDiagram-LFFYTUFH-D0v9uyXI.js → infoDiagram-LFFYTUFH-DgV5W8-I.js} +5 -5
  201. package/template/dist/server/assets/{ishikawaDiagram-PHBUUO56-DZumspL4.js → ishikawaDiagram-PHBUUO56-CqlMQ0Fq.js} +1 -1
  202. package/template/dist/server/assets/{journeyDiagram-4ABVD52K-nRp_-qZp.js → journeyDiagram-4ABVD52K-D6ySTub8.js} +4 -4
  203. package/template/dist/server/assets/{kanban-definition-K7BYSVSG-BMKyyzjt.js → kanban-definition-K7BYSVSG-BT8m7Cwk.js} +2 -2
  204. package/template/dist/server/assets/{layout-mpiN5R-5.js → layout-CkYcErfn.js} +4 -4
  205. package/template/dist/server/assets/{linear-CqNYgjEx.js → linear-F_0dWGZL.js} +1 -1
  206. package/template/dist/server/assets/{mermaid-parser.core-B8Uu3QZY.js → mermaid-parser.core-q5MdUJuo.js} +11 -11
  207. package/template/dist/server/assets/{mermaid.core-BI3nMhNO.js → mermaid.core-DOWTODR1.js} +31 -31
  208. package/template/dist/server/assets/{mindmap-definition-YRQLILUH-DCoFqLPh.js → mindmap-definition-YRQLILUH-BQxlQqn-.js} +3 -3
  209. package/template/dist/server/assets/{ordinal-Bcam90FY.js → ordinal-CxptdPJm.js} +1 -1
  210. package/template/dist/server/assets/{packet-RMMSAZCW-djgonfKN.js → packet-RMMSAZCW-D8FkLZuP.js} +6 -6
  211. package/template/dist/server/assets/{pie-UPGHQEXC-Dug2t-PE.js → pie-UPGHQEXC-Diw2fHLk.js} +6 -6
  212. package/template/dist/server/assets/{pieDiagram-SKSYHLDU-CS0_hW4w.js → pieDiagram-SKSYHLDU-B1J4UJZ7.js} +8 -8
  213. package/template/dist/server/assets/{quadrantDiagram-337W2JSQ-BpQNM0zu.js → quadrantDiagram-337W2JSQ-BvjKLapg.js} +2 -2
  214. package/template/dist/server/assets/{radar-KQ55EAFF-3ir2W9Wi.js → radar-KQ55EAFF-CcBdPU3n.js} +6 -6
  215. package/template/dist/server/assets/{requirementDiagram-Z7DCOOCP-D92RyjV4.js → requirementDiagram-Z7DCOOCP-Bgr_wnAs.js} +3 -3
  216. package/template/dist/server/assets/{router-DPPgDicW.js → router-DxwPl-Dc.js} +18 -18
  217. package/template/dist/server/assets/{sankeyDiagram-WA2Y5GQK-DCPRB-xO.js → sankeyDiagram-WA2Y5GQK-B0UwtyW3.js} +2 -2
  218. package/template/dist/server/assets/{sequenceDiagram-2WXFIKYE-C1ab2VvU.js → sequenceDiagram-2WXFIKYE-BbxQJHjO.js} +3 -3
  219. package/template/dist/server/assets/{stateDiagram-RAJIS63D-GhG1G3ff.js → stateDiagram-RAJIS63D-Cg-uJ_UO.js} +8 -8
  220. package/template/dist/server/assets/{stateDiagram-v2-FVOUBMTO-C-KtMadV.js → stateDiagram-v2-FVOUBMTO-BWVPrqfa.js} +4 -4
  221. package/template/dist/server/assets/{timeline-definition-YZTLITO2-DyfAQCd4.js → timeline-definition-YZTLITO2-DCSJT2WT.js} +2 -2
  222. package/template/dist/server/assets/{treemap-KZPCXAKY-Cn0Cw4Cl.js → treemap-KZPCXAKY-a0nhlKgx.js} +6 -6
  223. package/template/dist/server/assets/{vennDiagram-LZ73GAT5-D2Ak5JUa.js → vennDiagram-LZ73GAT5-Bk2HQEQq.js} +1 -1
  224. package/template/dist/server/assets/{xychartDiagram-JWTSCODW-DqoBOs1L.js → xychartDiagram-JWTSCODW-C4svHkt_.js} +3 -3
  225. package/template/dist/server/server.js +5 -5
  226. package/admin/dist/client/assets/main-CSFhgz4p.js +0 -17
  227. package/admin/dist/client/assets/routes-C6bCOSX-.js +0 -3
  228. package/admin/dist/server/assets/_tanstack-start-manifest_v-BE5XHVZ2.js +0 -17
  229. package/admin/dist/server/assets/redirect-DtfSYi2g.js +0 -51
  230. package/admin/dist/server/assets/status-CZz8Rs_7.js +0 -81
  231. package/template/dist/client/assets/_lang-B3tRf7os.js +0 -1
  232. package/template/dist/client/assets/_lang._project-CH0inpmY.js +0 -1
  233. package/template/dist/client/assets/_lang._project._version-CESvrqds.js +0 -1
  234. package/template/dist/client/assets/_lang._project._version.docs._-BexMyJr9.js +0 -1
  235. package/template/dist/client/assets/_lang._project._version.docs.framework._framework._-BbQgUWTH.js +0 -1
  236. package/template/dist/client/assets/_lang._project.docs._-R9bOn492.js +0 -1
  237. package/template/dist/client/assets/_lang.blog-BViCs72M.js +0 -1
  238. package/template/dist/client/assets/_lang.blog-DhVkwYEk.js +0 -1
  239. package/template/dist/client/assets/_lang.blog._-BHdaHDBU.js +0 -1
  240. package/template/dist/client/assets/_lang.blog.index-CELEUrkj.js +0 -1
  241. package/template/dist/client/assets/_lang.docs._-axvS_dfl.js +0 -1
  242. package/template/dist/client/assets/_lang.docs.framework._framework._-D2FAQ0gW.js +0 -1
  243. package/template/dist/client/assets/channel-Clrp6Lr4.js +0 -1
  244. package/template/dist/client/assets/classDiagram-VBA2DB6C-Beq6_jEy.js +0 -1
  245. package/template/dist/client/assets/classDiagram-v2-RAHNMMFH-Beq6_jEy.js +0 -1
  246. package/template/dist/client/assets/clone-BbBu6MzK.js +0 -1
  247. package/template/dist/client/assets/ordinal-BENe2yWM.js +0 -1
  248. package/template/dist/client/assets/stateDiagram-v2-FVOUBMTO-CbfK0_BD.js +0 -1
  249. /package/admin/dist/server/assets/{createServerRpc-DJq9yo-B.js → createServerRpc-Cyyxq9HQ.js} +0 -0
@@ -1,453 +1,5 @@
1
1
  import { i as __toESM, t as __commonJSMin } from "./chunk-CNvmzFzq.js";
2
- //#region ../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react.production.js
3
- /**
4
- * @license React
5
- * react.production.js
6
- *
7
- * Copyright (c) Meta Platforms, Inc. and affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
13
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
14
- function getIteratorFn(maybeIterable) {
15
- if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
16
- maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
17
- return "function" === typeof maybeIterable ? maybeIterable : null;
18
- }
19
- var ReactNoopUpdateQueue = {
20
- isMounted: function() {
21
- return !1;
22
- },
23
- enqueueForceUpdate: function() {},
24
- enqueueReplaceState: function() {},
25
- enqueueSetState: function() {}
26
- }, assign = Object.assign, emptyObject = {};
27
- function Component(props, context, updater) {
28
- this.props = props;
29
- this.context = context;
30
- this.refs = emptyObject;
31
- this.updater = updater || ReactNoopUpdateQueue;
32
- }
33
- Component.prototype.isReactComponent = {};
34
- Component.prototype.setState = function(partialState, callback) {
35
- if ("object" !== typeof partialState && "function" !== typeof partialState && null != partialState) throw Error("takes an object of state variables to update or a function which returns an object of state variables.");
36
- this.updater.enqueueSetState(this, partialState, callback, "setState");
37
- };
38
- Component.prototype.forceUpdate = function(callback) {
39
- this.updater.enqueueForceUpdate(this, callback, "forceUpdate");
40
- };
41
- function ComponentDummy() {}
42
- ComponentDummy.prototype = Component.prototype;
43
- function PureComponent(props, context, updater) {
44
- this.props = props;
45
- this.context = context;
46
- this.refs = emptyObject;
47
- this.updater = updater || ReactNoopUpdateQueue;
48
- }
49
- var pureComponentPrototype = PureComponent.prototype = new ComponentDummy();
50
- pureComponentPrototype.constructor = PureComponent;
51
- assign(pureComponentPrototype, Component.prototype);
52
- pureComponentPrototype.isPureReactComponent = !0;
53
- var isArrayImpl = Array.isArray;
54
- function noop() {}
55
- var ReactSharedInternals = {
56
- H: null,
57
- A: null,
58
- T: null,
59
- S: null
60
- }, hasOwnProperty = Object.prototype.hasOwnProperty;
61
- function ReactElement(type, key, props) {
62
- var refProp = props.ref;
63
- return {
64
- $$typeof: REACT_ELEMENT_TYPE,
65
- type,
66
- key,
67
- ref: void 0 !== refProp ? refProp : null,
68
- props
69
- };
70
- }
71
- function cloneAndReplaceKey(oldElement, newKey) {
72
- return ReactElement(oldElement.type, newKey, oldElement.props);
73
- }
74
- function isValidElement(object) {
75
- return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
76
- }
77
- function escape(key) {
78
- var escaperLookup = {
79
- "=": "=0",
80
- ":": "=2"
81
- };
82
- return "$" + key.replace(/[=:]/g, function(match) {
83
- return escaperLookup[match];
84
- });
85
- }
86
- var userProvidedKeyEscapeRegex = /\/+/g;
87
- function getElementKey(element, index) {
88
- return "object" === typeof element && null !== element && null != element.key ? escape("" + element.key) : index.toString(36);
89
- }
90
- function resolveThenable(thenable) {
91
- switch (thenable.status) {
92
- case "fulfilled": return thenable.value;
93
- case "rejected": throw thenable.reason;
94
- default: switch ("string" === typeof thenable.status ? thenable.then(noop, noop) : (thenable.status = "pending", thenable.then(function(fulfilledValue) {
95
- "pending" === thenable.status && (thenable.status = "fulfilled", thenable.value = fulfilledValue);
96
- }, function(error) {
97
- "pending" === thenable.status && (thenable.status = "rejected", thenable.reason = error);
98
- })), thenable.status) {
99
- case "fulfilled": return thenable.value;
100
- case "rejected": throw thenable.reason;
101
- }
102
- }
103
- throw thenable;
104
- }
105
- function mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {
106
- var type = typeof children;
107
- if ("undefined" === type || "boolean" === type) children = null;
108
- var invokeCallback = !1;
109
- if (null === children) invokeCallback = !0;
110
- else switch (type) {
111
- case "bigint":
112
- case "string":
113
- case "number":
114
- invokeCallback = !0;
115
- break;
116
- case "object": switch (children.$$typeof) {
117
- case REACT_ELEMENT_TYPE:
118
- case REACT_PORTAL_TYPE:
119
- invokeCallback = !0;
120
- break;
121
- case REACT_LAZY_TYPE: return invokeCallback = children._init, mapIntoArray(invokeCallback(children._payload), array, escapedPrefix, nameSoFar, callback);
122
- }
123
- }
124
- if (invokeCallback) return callback = callback(children), invokeCallback = "" === nameSoFar ? "." + getElementKey(children, 0) : nameSoFar, isArrayImpl(callback) ? (escapedPrefix = "", null != invokeCallback && (escapedPrefix = invokeCallback.replace(userProvidedKeyEscapeRegex, "$&/") + "/"), mapIntoArray(callback, array, escapedPrefix, "", function(c) {
125
- return c;
126
- })) : null != callback && (isValidElement(callback) && (callback = cloneAndReplaceKey(callback, escapedPrefix + (null == callback.key || children && children.key === callback.key ? "" : ("" + callback.key).replace(userProvidedKeyEscapeRegex, "$&/") + "/") + invokeCallback)), array.push(callback)), 1;
127
- invokeCallback = 0;
128
- var nextNamePrefix = "" === nameSoFar ? "." : nameSoFar + ":";
129
- if (isArrayImpl(children)) for (var i = 0; i < children.length; i++) nameSoFar = children[i], type = nextNamePrefix + getElementKey(nameSoFar, i), invokeCallback += mapIntoArray(nameSoFar, array, escapedPrefix, type, callback);
130
- else if (i = getIteratorFn(children), "function" === typeof i) for (children = i.call(children), i = 0; !(nameSoFar = children.next()).done;) nameSoFar = nameSoFar.value, type = nextNamePrefix + getElementKey(nameSoFar, i++), invokeCallback += mapIntoArray(nameSoFar, array, escapedPrefix, type, callback);
131
- else if ("object" === type) {
132
- if ("function" === typeof children.then) return mapIntoArray(resolveThenable(children), array, escapedPrefix, nameSoFar, callback);
133
- array = String(children);
134
- throw Error("Objects are not valid as a React child (found: " + ("[object Object]" === array ? "object with keys {" + Object.keys(children).join(", ") + "}" : array) + "). If you meant to render a collection of children, use an array instead.");
135
- }
136
- return invokeCallback;
137
- }
138
- function mapChildren(children, func, context) {
139
- if (null == children) return children;
140
- var result = [], count = 0;
141
- mapIntoArray(children, result, "", "", function(child) {
142
- return func.call(context, child, count++);
143
- });
144
- return result;
145
- }
146
- function lazyInitializer(payload) {
147
- if (-1 === payload._status) {
148
- var ctor = payload._result;
149
- ctor = ctor();
150
- ctor.then(function(moduleObject) {
151
- if (0 === payload._status || -1 === payload._status) payload._status = 1, payload._result = moduleObject;
152
- }, function(error) {
153
- if (0 === payload._status || -1 === payload._status) payload._status = 2, payload._result = error;
154
- });
155
- -1 === payload._status && (payload._status = 0, payload._result = ctor);
156
- }
157
- if (1 === payload._status) return payload._result.default;
158
- throw payload._result;
159
- }
160
- var reportGlobalError = "function" === typeof reportError ? reportError : function(error) {
161
- if ("object" === typeof window && "function" === typeof window.ErrorEvent) {
162
- var event = new window.ErrorEvent("error", {
163
- bubbles: !0,
164
- cancelable: !0,
165
- message: "object" === typeof error && null !== error && "string" === typeof error.message ? String(error.message) : String(error),
166
- error
167
- });
168
- if (!window.dispatchEvent(event)) return;
169
- } else if ("object" === typeof process && "function" === typeof process.emit) {
170
- process.emit("uncaughtException", error);
171
- return;
172
- }
173
- console.error(error);
174
- }, Children = {
175
- map: mapChildren,
176
- forEach: function(children, forEachFunc, forEachContext) {
177
- mapChildren(children, function() {
178
- forEachFunc.apply(this, arguments);
179
- }, forEachContext);
180
- },
181
- count: function(children) {
182
- var n = 0;
183
- mapChildren(children, function() {
184
- n++;
185
- });
186
- return n;
187
- },
188
- toArray: function(children) {
189
- return mapChildren(children, function(child) {
190
- return child;
191
- }) || [];
192
- },
193
- only: function(children) {
194
- if (!isValidElement(children)) throw Error("React.Children.only expected to receive a single React element child.");
195
- return children;
196
- }
197
- };
198
- exports.Activity = REACT_ACTIVITY_TYPE;
199
- exports.Children = Children;
200
- exports.Component = Component;
201
- exports.Fragment = REACT_FRAGMENT_TYPE;
202
- exports.Profiler = REACT_PROFILER_TYPE;
203
- exports.PureComponent = PureComponent;
204
- exports.StrictMode = REACT_STRICT_MODE_TYPE;
205
- exports.Suspense = REACT_SUSPENSE_TYPE;
206
- exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals;
207
- exports.__COMPILER_RUNTIME = {
208
- __proto__: null,
209
- c: function(size) {
210
- return ReactSharedInternals.H.useMemoCache(size);
211
- }
212
- };
213
- exports.cache = function(fn) {
214
- return function() {
215
- return fn.apply(null, arguments);
216
- };
217
- };
218
- exports.cacheSignal = function() {
219
- return null;
220
- };
221
- exports.cloneElement = function(element, config, children) {
222
- if (null === element || void 0 === element) throw Error("The argument must be a React element, but you passed " + element + ".");
223
- var props = assign({}, element.props), key = element.key;
224
- if (null != config) for (propName in void 0 !== config.key && (key = "" + config.key), config) !hasOwnProperty.call(config, propName) || "key" === propName || "__self" === propName || "__source" === propName || "ref" === propName && void 0 === config.ref || (props[propName] = config[propName]);
225
- var propName = arguments.length - 2;
226
- if (1 === propName) props.children = children;
227
- else if (1 < propName) {
228
- for (var childArray = Array(propName), i = 0; i < propName; i++) childArray[i] = arguments[i + 2];
229
- props.children = childArray;
230
- }
231
- return ReactElement(element.type, key, props);
232
- };
233
- exports.createContext = function(defaultValue) {
234
- defaultValue = {
235
- $$typeof: REACT_CONTEXT_TYPE,
236
- _currentValue: defaultValue,
237
- _currentValue2: defaultValue,
238
- _threadCount: 0,
239
- Provider: null,
240
- Consumer: null
241
- };
242
- defaultValue.Provider = defaultValue;
243
- defaultValue.Consumer = {
244
- $$typeof: REACT_CONSUMER_TYPE,
245
- _context: defaultValue
246
- };
247
- return defaultValue;
248
- };
249
- exports.createElement = function(type, config, children) {
250
- var propName, props = {}, key = null;
251
- if (null != config) for (propName in void 0 !== config.key && (key = "" + config.key), config) hasOwnProperty.call(config, propName) && "key" !== propName && "__self" !== propName && "__source" !== propName && (props[propName] = config[propName]);
252
- var childrenLength = arguments.length - 2;
253
- if (1 === childrenLength) props.children = children;
254
- else if (1 < childrenLength) {
255
- for (var childArray = Array(childrenLength), i = 0; i < childrenLength; i++) childArray[i] = arguments[i + 2];
256
- props.children = childArray;
257
- }
258
- if (type && type.defaultProps) for (propName in childrenLength = type.defaultProps, childrenLength) void 0 === props[propName] && (props[propName] = childrenLength[propName]);
259
- return ReactElement(type, key, props);
260
- };
261
- exports.createRef = function() {
262
- return { current: null };
263
- };
264
- exports.forwardRef = function(render) {
265
- return {
266
- $$typeof: REACT_FORWARD_REF_TYPE,
267
- render
268
- };
269
- };
270
- exports.isValidElement = isValidElement;
271
- exports.lazy = function(ctor) {
272
- return {
273
- $$typeof: REACT_LAZY_TYPE,
274
- _payload: {
275
- _status: -1,
276
- _result: ctor
277
- },
278
- _init: lazyInitializer
279
- };
280
- };
281
- exports.memo = function(type, compare) {
282
- return {
283
- $$typeof: REACT_MEMO_TYPE,
284
- type,
285
- compare: void 0 === compare ? null : compare
286
- };
287
- };
288
- exports.startTransition = function(scope) {
289
- var prevTransition = ReactSharedInternals.T, currentTransition = {};
290
- ReactSharedInternals.T = currentTransition;
291
- try {
292
- var returnValue = scope(), onStartTransitionFinish = ReactSharedInternals.S;
293
- null !== onStartTransitionFinish && onStartTransitionFinish(currentTransition, returnValue);
294
- "object" === typeof returnValue && null !== returnValue && "function" === typeof returnValue.then && returnValue.then(noop, reportGlobalError);
295
- } catch (error) {
296
- reportGlobalError(error);
297
- } finally {
298
- null !== prevTransition && null !== currentTransition.types && (prevTransition.types = currentTransition.types), ReactSharedInternals.T = prevTransition;
299
- }
300
- };
301
- exports.unstable_useCacheRefresh = function() {
302
- return ReactSharedInternals.H.useCacheRefresh();
303
- };
304
- exports.use = function(usable) {
305
- return ReactSharedInternals.H.use(usable);
306
- };
307
- exports.useActionState = function(action, initialState, permalink) {
308
- return ReactSharedInternals.H.useActionState(action, initialState, permalink);
309
- };
310
- exports.useCallback = function(callback, deps) {
311
- return ReactSharedInternals.H.useCallback(callback, deps);
312
- };
313
- exports.useContext = function(Context) {
314
- return ReactSharedInternals.H.useContext(Context);
315
- };
316
- exports.useDebugValue = function() {};
317
- exports.useDeferredValue = function(value, initialValue) {
318
- return ReactSharedInternals.H.useDeferredValue(value, initialValue);
319
- };
320
- exports.useEffect = function(create, deps) {
321
- return ReactSharedInternals.H.useEffect(create, deps);
322
- };
323
- exports.useEffectEvent = function(callback) {
324
- return ReactSharedInternals.H.useEffectEvent(callback);
325
- };
326
- exports.useId = function() {
327
- return ReactSharedInternals.H.useId();
328
- };
329
- exports.useImperativeHandle = function(ref, create, deps) {
330
- return ReactSharedInternals.H.useImperativeHandle(ref, create, deps);
331
- };
332
- exports.useInsertionEffect = function(create, deps) {
333
- return ReactSharedInternals.H.useInsertionEffect(create, deps);
334
- };
335
- exports.useLayoutEffect = function(create, deps) {
336
- return ReactSharedInternals.H.useLayoutEffect(create, deps);
337
- };
338
- exports.useMemo = function(create, deps) {
339
- return ReactSharedInternals.H.useMemo(create, deps);
340
- };
341
- exports.useOptimistic = function(passthrough, reducer) {
342
- return ReactSharedInternals.H.useOptimistic(passthrough, reducer);
343
- };
344
- exports.useReducer = function(reducer, initialArg, init) {
345
- return ReactSharedInternals.H.useReducer(reducer, initialArg, init);
346
- };
347
- exports.useRef = function(initialValue) {
348
- return ReactSharedInternals.H.useRef(initialValue);
349
- };
350
- exports.useState = function(initialState) {
351
- return ReactSharedInternals.H.useState(initialState);
352
- };
353
- exports.useSyncExternalStore = function(subscribe, getSnapshot, getServerSnapshot) {
354
- return ReactSharedInternals.H.useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot);
355
- };
356
- exports.useTransition = function() {
357
- return ReactSharedInternals.H.useTransition();
358
- };
359
- exports.version = "19.2.4";
360
- }));
361
- //#endregion
362
- //#region ../../node_modules/.bun/react@19.2.4/node_modules/react/index.js
363
- var require_react = /* @__PURE__ */ __commonJSMin(((exports, module) => {
364
- module.exports = require_react_production();
365
- }));
366
- //#endregion
367
- //#region ../../node_modules/.bun/@tanstack+react-router@1.168.3+bf16f8eded5e12ee/node_modules/@tanstack/react-router/dist/esm/utils.js
368
- var import_react = /* @__PURE__ */ __toESM(require_react(), 1);
369
- /**
370
- * React.use if available (React 19+), undefined otherwise.
371
- * Use dynamic lookup to avoid Webpack compilation errors with React 18.
372
- */
373
- var reactUse = import_react.use;
374
- var useLayoutEffect = typeof window !== "undefined" ? import_react.useLayoutEffect : import_react.useEffect;
375
- /**
376
- * Taken from https://www.developerway.com/posts/implementing-advanced-use-previous-hook#part3
377
- */
378
- function usePrevious(value) {
379
- const ref = import_react.useRef({
380
- value,
381
- prev: null
382
- });
383
- const current = ref.current.value;
384
- if (value !== current) ref.current = {
385
- value,
386
- prev: current
387
- };
388
- return ref.current.prev;
389
- }
390
- /**
391
- * React hook to wrap `IntersectionObserver`.
392
- *
393
- * This hook will create an `IntersectionObserver` and observe the ref passed to it.
394
- *
395
- * When the intersection changes, the callback will be called with the `IntersectionObserverEntry`.
396
- *
397
- * @param ref - The ref to observe
398
- * @param intersectionObserverOptions - The options to pass to the IntersectionObserver
399
- * @param options - The options to pass to the hook
400
- * @param callback - The callback to call when the intersection changes
401
- * @returns The IntersectionObserver instance
402
- * @example
403
- * ```tsx
404
- * const MyComponent = () => {
405
- * const ref = React.useRef<HTMLDivElement>(null)
406
- * useIntersectionObserver(
407
- * ref,
408
- * (entry) => { doSomething(entry) },
409
- * { rootMargin: '10px' },
410
- * { disabled: false }
411
- * )
412
- * return <div ref={ref} />
413
- * ```
414
- */
415
- function useIntersectionObserver(ref, callback, intersectionObserverOptions = {}, options = {}) {
416
- import_react.useEffect(() => {
417
- if (!ref.current || options.disabled || typeof IntersectionObserver !== "function") return;
418
- const observer = new IntersectionObserver(([entry]) => {
419
- callback(entry);
420
- }, intersectionObserverOptions);
421
- observer.observe(ref.current);
422
- return () => {
423
- observer.disconnect();
424
- };
425
- }, [
426
- callback,
427
- intersectionObserverOptions,
428
- options.disabled,
429
- ref
430
- ]);
431
- }
432
- /**
433
- * React hook to take a `React.ForwardedRef` and returns a `ref` that can be used on a DOM element.
434
- *
435
- * @param ref - The forwarded ref
436
- * @returns The inner ref returned by `useRef`
437
- * @example
438
- * ```tsx
439
- * const MyComponent = React.forwardRef((props, ref) => {
440
- * const innerRef = useForwardedRef(ref)
441
- * return <div ref={innerRef} />
442
- * })
443
- * ```
444
- */
445
- function useForwardedRef(ref) {
446
- const innerRef = import_react.useRef(null);
447
- import_react.useImperativeHandle(ref, () => innerRef.current, []);
448
- return innerRef;
449
- }
450
- //#endregion
2
+ import { l as require_react, r as require_jsx_runtime } from "./useRouter-BXJvr8to.js";
451
3
  //#region ../../node_modules/.bun/@tanstack+router-core@1.168.3/node_modules/@tanstack/router-core/dist/esm/utils.js
452
4
  /**
453
5
  * Return the last element of an array.
@@ -1748,46 +1300,8 @@ function isNotFound(obj) {
1748
1300
  /** Stable identifier used for the root route in a route tree. */
1749
1301
  var rootRouteId = "__root__";
1750
1302
  //#endregion
1751
- //#region ../../node_modules/.bun/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.production.js
1752
- /**
1753
- * @license React
1754
- * react-jsx-runtime.production.js
1755
- *
1756
- * Copyright (c) Meta Platforms, Inc. and affiliates.
1757
- *
1758
- * This source code is licensed under the MIT license found in the
1759
- * LICENSE file in the root directory of this source tree.
1760
- */
1761
- var require_react_jsx_runtime_production = /* @__PURE__ */ __commonJSMin(((exports) => {
1762
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
1763
- function jsxProd(type, config, maybeKey) {
1764
- var key = null;
1765
- void 0 !== maybeKey && (key = "" + maybeKey);
1766
- void 0 !== config.key && (key = "" + config.key);
1767
- if ("key" in config) {
1768
- maybeKey = {};
1769
- for (var propName in config) "key" !== propName && (maybeKey[propName] = config[propName]);
1770
- } else maybeKey = config;
1771
- config = maybeKey.ref;
1772
- return {
1773
- $$typeof: REACT_ELEMENT_TYPE,
1774
- type,
1775
- key,
1776
- ref: void 0 !== config ? config : null,
1777
- props: maybeKey
1778
- };
1779
- }
1780
- exports.Fragment = REACT_FRAGMENT_TYPE;
1781
- exports.jsx = jsxProd;
1782
- exports.jsxs = jsxProd;
1783
- }));
1784
- //#endregion
1785
- //#region ../../node_modules/.bun/react@19.2.4/node_modules/react/jsx-runtime.js
1786
- var require_jsx_runtime = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1787
- module.exports = require_react_jsx_runtime_production();
1788
- }));
1789
- //#endregion
1790
1303
  //#region ../../node_modules/.bun/@tanstack+react-router@1.168.3+bf16f8eded5e12ee/node_modules/@tanstack/react-router/dist/esm/ClientOnly.js
1304
+ var import_react = /* @__PURE__ */ __toESM(require_react(), 1);
1791
1305
  var import_jsx_runtime = require_jsx_runtime();
1792
1306
  /**
1793
1307
  * Render the children only after the JS has loaded client-side. Use an optional
@@ -1835,24 +1349,6 @@ function subscribe() {
1835
1349
  return () => {};
1836
1350
  }
1837
1351
  //#endregion
1838
- //#region ../../node_modules/.bun/@tanstack+react-router@1.168.3+bf16f8eded5e12ee/node_modules/@tanstack/react-router/dist/esm/routerContext.js
1839
- var routerContext = import_react.createContext(null);
1840
- //#endregion
1841
- //#region ../../node_modules/.bun/@tanstack+react-router@1.168.3+bf16f8eded5e12ee/node_modules/@tanstack/react-router/dist/esm/useRouter.js
1842
- /**
1843
- * Access the current TanStack Router instance from React context.
1844
- * Must be used within a `RouterProvider`.
1845
- *
1846
- * Options:
1847
- * - `warn`: Log a warning if no router context is found (default: true).
1848
- *
1849
- * @returns The registered router instance.
1850
- * @link https://tanstack.com/router/latest/docs/framework/react/api/router/useRouterHook
1851
- */
1852
- function useRouter(opts) {
1853
- return import_react.useContext(routerContext);
1854
- }
1855
- //#endregion
1856
1352
  //#region ../../node_modules/.bun/@tanstack+react-router@1.168.3+bf16f8eded5e12ee/node_modules/@tanstack/react-router/dist/esm/matchContext.js
1857
1353
  var matchContext = import_react.createContext(void 0);
1858
1354
  var dummyMatchContext = import_react.createContext(void 0);
@@ -2156,4 +1652,84 @@ var require_react_dom = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2156
1652
  module.exports = require_react_dom_production();
2157
1653
  }));
2158
1654
  //#endregion
2159
- export { arraysEqual as A, last as B, findRouteMatch as C, createLRUCache as D, processRouteTree as E, escapeHtml as F, useIntersectionObserver as G, replaceEqualDeep as H, functionalUpdate as I, require_react as J, useLayoutEffect as K, isDangerousProtocol as L, decodePath as M, deepEqual as N, invariant as O, encodePathLikeUrl as P, isModuleNotFoundError as R, findFlatMatch as S, processRouteMasks as T, reactUse as U, nullReplaceEqualDeep as V, useForwardedRef as W, removeTrailingSlash as _, useRouter as a, trimPathLeft as b, useHydrated as c, isNotFound as d, cleanPath as f, joinPaths as g, interpolatePath as h, matchContext as i, createControlledPromise as j, DEFAULT_PROTOCOL_ALLOWLIST as k, require_jsx_runtime as l, exactPathTest as m, useStore as n, routerContext as o, compileDecodeCharMap as p, usePrevious as q, dummyMatchContext as r, ClientOnly as s, require_react_dom as t, rootRouteId as u, resolvePath as v, findSingleMatch as w, trimPathRight as x, trimPath as y, isPromise as z };
1655
+ //#region \0#tanstack-start-server-fn-resolver
1656
+ var manifest = {
1657
+ "539c27f871f75647d981e1ed4d82b5ee620e9e557722641a4a57c5a5818760c9": {
1658
+ functionName: "getSession_createServerFn_handler",
1659
+ importer: () => import("./auth-dSAIPjBw.js")
1660
+ },
1661
+ "a3d81974aeece150d4b02be5b91590b8187442ebea56be4a89dcbf053626d22b": {
1662
+ functionName: "fetchVersion_createServerFn_handler",
1663
+ importer: () => import("./misc-BSoYldBT.js")
1664
+ },
1665
+ "3bf4ba50ca8ccc3c8c60d8f2e53307a320940d68c478df494552066904c5cd74": {
1666
+ functionName: "fetchLlmConfig_createServerFn_handler",
1667
+ importer: () => import("./misc-BSoYldBT.js")
1668
+ },
1669
+ "e0b4116f6b2c8d096830102e36458acf9c616a056fcdddda956a4d66984ef58c": {
1670
+ functionName: "fetchConfig_createServerFn_handler",
1671
+ importer: () => import("./misc-BSoYldBT.js")
1672
+ },
1673
+ "a054a04356fe9987891efee8b7a11cd2dedb00f6b2e8f26d1c642e001e553d53": {
1674
+ functionName: "openFile_createServerFn_handler",
1675
+ importer: () => import("./misc-BSoYldBT.js")
1676
+ },
1677
+ "4e218d79545765572808c7eab33b7663d4496209c15406d0b449366905b6b83f": {
1678
+ functionName: "fetchStatus_createServerFn_handler",
1679
+ importer: () => import("./status-D7PU72hm.js")
1680
+ },
1681
+ "843cd8b59095708a5ae78198708db9850f89fd3dd3830ab236f0bd924417692f": {
1682
+ functionName: "fetchFileCoverage_createServerFn_handler",
1683
+ importer: () => import("./status-D7PU72hm.js")
1684
+ },
1685
+ "e1e7281e45375c67dbe408c58452e7482b139da60e9e361615553227dce95ee0": {
1686
+ functionName: "fetchFileBlocks_createServerFn_handler",
1687
+ importer: () => import("./status-D7PU72hm.js")
1688
+ },
1689
+ "e1d13d8602339a95f559345ccfc82e9f843dd375ce8e9f580637c241e7e44774": {
1690
+ functionName: "deleteCacheEntry_createServerFn_handler",
1691
+ importer: () => import("./status-D7PU72hm.js")
1692
+ },
1693
+ "1d8e3916f992485c62e62c3693083850b773fdff4ec54277de5a01eb98dab664": {
1694
+ functionName: "rescanVersion_createServerFn_handler",
1695
+ importer: () => import("./status-D7PU72hm.js")
1696
+ },
1697
+ "5080dc3f2f2309ec6981b94c431969637130c657e8a1dfb10400b4614eecc1ea": {
1698
+ functionName: "fetchModels_createServerFn_handler",
1699
+ importer: () => import("./models-CoviNHUP.js")
1700
+ },
1701
+ "421de02ce39dde6e27cf4689e837ec072cbd01e63f8cdd5c2a3f42f0bd5ca613": {
1702
+ functionName: "fetchJobs_createServerFn_handler",
1703
+ importer: () => import("./jobs-DrEe9YOj.js")
1704
+ },
1705
+ "c08559ac758aa0d315deaca7a0d7d923a9a44d997c8cb811151417c1f221ddd6": {
1706
+ functionName: "createJob_createServerFn_handler",
1707
+ importer: () => import("./jobs-DrEe9YOj.js")
1708
+ },
1709
+ "8a56694c9d7b29422a3e7d2f6b803be100d79d3853d92d465cb55ed572781e62": {
1710
+ functionName: "fetchJob_createServerFn_handler",
1711
+ importer: () => import("./jobs-DrEe9YOj.js")
1712
+ },
1713
+ "88c2855c84e91504070bfecc50ddfa50339d22c305626800b6d9b05d79385d71": {
1714
+ functionName: "deleteJob_createServerFn_handler",
1715
+ importer: () => import("./jobs-DrEe9YOj.js")
1716
+ }
1717
+ };
1718
+ async function getServerFnById(id) {
1719
+ const serverFnInfo = manifest[id];
1720
+ if (!serverFnInfo) throw new Error("Server function info not found for " + id);
1721
+ const fnModule = await serverFnInfo.importer();
1722
+ if (!fnModule) {
1723
+ console.info("serverFnInfo", serverFnInfo);
1724
+ throw new Error("Server function module not resolved for " + id);
1725
+ }
1726
+ const action = fnModule[serverFnInfo.functionName];
1727
+ if (!action) {
1728
+ console.info("serverFnInfo", serverFnInfo);
1729
+ console.info("fnModule", fnModule);
1730
+ throw new Error(`Server function module export not resolved for serverFn ID: ${id}`);
1731
+ }
1732
+ return action;
1733
+ }
1734
+ //#endregion
1735
+ export { decodePath as A, replaceEqualDeep as B, processRouteMasks as C, DEFAULT_PROTOCOL_ALLOWLIST as D, invariant as E, isDangerousProtocol as F, isModuleNotFoundError as I, isPromise as L, encodePathLikeUrl as M, escapeHtml as N, arraysEqual as O, functionalUpdate as P, last as R, findSingleMatch as S, createLRUCache as T, trimPath as _, matchContext as a, findFlatMatch as b, rootRouteId as c, compileDecodeCharMap as d, exactPathTest as f, resolvePath as g, removeTrailingSlash as h, dummyMatchContext as i, deepEqual as j, createControlledPromise as k, isNotFound as l, joinPaths as m, require_react_dom as n, ClientOnly as o, interpolatePath as p, useStore as r, useHydrated as s, getServerFnById as t, cleanPath as u, trimPathLeft as v, processRouteTree as w, findRouteMatch as x, trimPathRight as y, nullReplaceEqualDeep as z };
@@ -0,0 +1,21 @@
1
+ //#region \0tanstack-start-manifest:v
2
+ var tsrStartManifest = () => ({
3
+ "routes": {
4
+ "__root__": {
5
+ "filePath": "/home/runner/work/docs-i18n/docs-i18n/packages/admin/app/routes/__root.tsx",
6
+ "children": ["/", "/login"],
7
+ "preloads": ["/assets/main-bc5tcdGg.js", "/assets/useNavigate-CEOVvMjz.js"]
8
+ },
9
+ "/": {
10
+ "filePath": "/home/runner/work/docs-i18n/docs-i18n/packages/admin/app/routes/index.tsx",
11
+ "preloads": ["/assets/routes-CTPOG_v1.js", "/assets/auth-client-DqJZaFZR.js"]
12
+ },
13
+ "/login": {
14
+ "filePath": "/home/runner/work/docs-i18n/docs-i18n/packages/admin/app/routes/login.tsx",
15
+ "preloads": ["/assets/login-CQjkiBAF.js", "/assets/auth-client-DqJZaFZR.js"]
16
+ }
17
+ },
18
+ "clientEntry": "/assets/main-bc5tcdGg.js"
19
+ });
20
+ //#endregion
21
+ export { tsrStartManifest };