@baseplate-dev/plugin-auth 0.6.9 → 0.6.11

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 (631) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/auth/core/web.js +31 -2
  3. package/dist/better-auth/constants/packages.d.ts +1 -1
  4. package/dist/better-auth/constants/packages.js +1 -1
  5. package/dist/better-auth/core/web.js +15 -2
  6. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +0 -1
  7. package/dist/local-auth/core/web.js +15 -2
  8. package/dist/placeholder-auth/core/web.js +13 -2
  9. package/dist/web/assets/_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-DEljr3MS.js +226 -0
  10. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-B6a7L2-k.js +346 -0
  11. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-JKpdJ1L0.js +89 -0
  12. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DsLoA9K7.js +73549 -0
  13. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CGsbw2Lx.js +6181 -0
  14. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-DE4UUe5K.js +13784 -0
  15. package/dist/web/assets/auth-YjeUffyx.js +1 -0
  16. package/dist/web/assets/common-B3OG-gju.js +37 -0
  17. package/dist/web/assets/common-CTWnBc6I.js +39 -0
  18. package/dist/web/assets/common-CzNLnT_1.js +63 -0
  19. package/dist/web/assets/common-g_Gn0v5J.js +18 -0
  20. package/dist/web/assets/common-kfSP8YQO.js +39 -0
  21. package/dist/web/assets/common-zfktVQvk.js +37 -0
  22. package/dist/web/assets/dist-C6kDPCTC.js +18148 -0
  23. package/dist/web/assets/get-auth-plugin-definition-2vFJROjB.js +14 -0
  24. package/dist/web/assets/hostInit-35H-qR11.js +119 -0
  25. package/dist/web/assets/index-Cr47LBtj.js +2 -0
  26. package/dist/web/assets/mf-entry-bootstrap-0-13480d2a.js +32 -0
  27. package/dist/web/assets/model-names-BluImOzu.js +27 -0
  28. package/dist/web/assets/model-names-CUS5rSei.js +12 -0
  29. package/dist/web/assets/model-utils-ZF_FVZ_o.js +1287 -0
  30. package/dist/web/assets/models-CORL4i-6.js +285 -0
  31. package/dist/web/assets/models-DPPMgQz_.js +304 -0
  32. package/dist/web/assets/plugin-definition-UAfMRa7u.js +78 -0
  33. package/dist/web/assets/plugin-definition-mNNM2hOB.js +11 -0
  34. package/dist/web/assets/rolldown-runtime-FZ4Itg2g.js +42 -0
  35. package/dist/web/assets/{style-DiK_rD1L.css → styles-Cc26Bbxc.css} +1 -1
  36. package/dist/web/assets/styles-DNVWarsT.js +173 -0
  37. package/dist/web/assets/virtualExposes-CZsMFYa2.js +2 -0
  38. package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-Bt9-dftr.js +3892 -0
  39. package/dist/web/assets/virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DC8YPV1Z.js +129 -0
  40. package/dist/web/assets/virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-CmilMd0E.js +168 -0
  41. package/dist/web/assets/vite-preload-helper-iIio8xkS.js +67 -0
  42. package/dist/web/assets/web-BbqWFVPH.js +397 -0
  43. package/dist/web/assets/web-BldKZtQd.js +123 -0
  44. package/dist/web/assets/web-CNMEeTj-.js +46 -0
  45. package/dist/web/assets/web-CnsQCdFE.js +46 -0
  46. package/dist/web/assets/web-DiGj_0d0.js +118 -0
  47. package/dist/web/assets/web-OntIhIfe.js +355 -0
  48. package/dist/web/assets/web-y8E7eNgy.js +106 -0
  49. package/dist/web/index.html +2 -2
  50. package/dist/web/remoteEntry.js +2 -0
  51. package/dist/web/remoteEntry.ssr.js +43 -0
  52. package/package.json +24 -21
  53. package/dist/auth/core/common.d.ts.map +0 -1
  54. package/dist/auth/core/common.js.map +0 -1
  55. package/dist/auth/core/components/auth-definition-editor.d.ts.map +0 -1
  56. package/dist/auth/core/components/auth-definition-editor.js.map +0 -1
  57. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +0 -1
  58. package/dist/auth/core/components/role-editor-form/role-dialog.js.map +0 -1
  59. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts.map +0 -1
  60. package/dist/auth/core/components/role-editor-form/role-editor-form.js.map +0 -1
  61. package/dist/auth/core/node.d.ts.map +0 -1
  62. package/dist/auth/core/node.js.map +0 -1
  63. package/dist/auth/core/schema/migrations.d.ts.map +0 -1
  64. package/dist/auth/core/schema/migrations.js.map +0 -1
  65. package/dist/auth/core/schema/plugin-definition.d.ts.map +0 -1
  66. package/dist/auth/core/schema/plugin-definition.js.map +0 -1
  67. package/dist/auth/core/schema/roles/constants.d.ts.map +0 -1
  68. package/dist/auth/core/schema/roles/constants.js.map +0 -1
  69. package/dist/auth/core/schema/roles/index.d.ts.map +0 -1
  70. package/dist/auth/core/schema/roles/index.js.map +0 -1
  71. package/dist/auth/core/schema/roles/schema.d.ts.map +0 -1
  72. package/dist/auth/core/schema/roles/schema.js.map +0 -1
  73. package/dist/auth/core/web.d.ts.map +0 -1
  74. package/dist/auth/core/web.js.map +0 -1
  75. package/dist/auth/index.d.ts.map +0 -1
  76. package/dist/auth/index.js.map +0 -1
  77. package/dist/auth/utils/get-auth-plugin-definition.d.ts.map +0 -1
  78. package/dist/auth/utils/get-auth-plugin-definition.js.map +0 -1
  79. package/dist/auth/utils/index.d.ts.map +0 -1
  80. package/dist/auth/utils/index.js.map +0 -1
  81. package/dist/better-auth/admin/common.d.ts.map +0 -1
  82. package/dist/better-auth/admin/common.js.map +0 -1
  83. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +0 -1
  84. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +0 -1
  85. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +0 -1
  86. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +0 -1
  87. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +0 -1
  88. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +0 -1
  89. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +0 -1
  90. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +0 -1
  91. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +0 -1
  92. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +0 -1
  93. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +0 -1
  94. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +0 -1
  95. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +0 -1
  96. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +0 -1
  97. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +0 -1
  98. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +0 -1
  99. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +0 -1
  100. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +0 -1
  101. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +0 -1
  102. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +0 -1
  103. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +0 -1
  104. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +0 -1
  105. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +0 -1
  106. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +0 -1
  107. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +0 -1
  108. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.js.map +0 -1
  109. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +0 -1
  110. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +0 -1
  111. package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +0 -1
  112. package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +0 -1
  113. package/dist/better-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +0 -1
  114. package/dist/better-auth/admin/generators/admin-crud-roles-column/index.js.map +0 -1
  115. package/dist/better-auth/admin/node.d.ts.map +0 -1
  116. package/dist/better-auth/admin/node.js.map +0 -1
  117. package/dist/better-auth/admin/schema/manage-role-action.d.ts.map +0 -1
  118. package/dist/better-auth/admin/schema/manage-role-action.js.map +0 -1
  119. package/dist/better-auth/admin/schema/reset-password-action.d.ts.map +0 -1
  120. package/dist/better-auth/admin/schema/reset-password-action.js.map +0 -1
  121. package/dist/better-auth/admin/schema/roles-column.d.ts.map +0 -1
  122. package/dist/better-auth/admin/schema/roles-column.js.map +0 -1
  123. package/dist/better-auth/admin/web.d.ts.map +0 -1
  124. package/dist/better-auth/admin/web.js.map +0 -1
  125. package/dist/better-auth/constants/model-names.d.ts.map +0 -1
  126. package/dist/better-auth/constants/model-names.js.map +0 -1
  127. package/dist/better-auth/constants/packages.d.ts.map +0 -1
  128. package/dist/better-auth/constants/packages.js.map +0 -1
  129. package/dist/better-auth/core/common.d.ts.map +0 -1
  130. package/dist/better-auth/core/common.js.map +0 -1
  131. package/dist/better-auth/core/components/better-auth-definition-editor.d.ts.map +0 -1
  132. package/dist/better-auth/core/components/better-auth-definition-editor.js.map +0 -1
  133. package/dist/better-auth/core/index.d.ts.map +0 -1
  134. package/dist/better-auth/core/index.js.map +0 -1
  135. package/dist/better-auth/core/node.d.ts.map +0 -1
  136. package/dist/better-auth/core/node.js.map +0 -1
  137. package/dist/better-auth/core/schema/models.d.ts.map +0 -1
  138. package/dist/better-auth/core/schema/models.js.map +0 -1
  139. package/dist/better-auth/core/schema/plugin-definition.d.ts.map +0 -1
  140. package/dist/better-auth/core/schema/plugin-definition.js.map +0 -1
  141. package/dist/better-auth/core/schema/schema-issue-checker.d.ts.map +0 -1
  142. package/dist/better-auth/core/schema/schema-issue-checker.js.map +0 -1
  143. package/dist/better-auth/core/web.d.ts.map +0 -1
  144. package/dist/better-auth/core/web.js.map +0 -1
  145. package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.d.ts.map +0 -1
  146. package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.js.map +0 -1
  147. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts.map +0 -1
  148. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.js.map +0 -1
  149. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.d.ts.map +0 -1
  150. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.js.map +0 -1
  151. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.d.ts.map +0 -1
  152. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.js.map +0 -1
  153. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.d.ts.map +0 -1
  154. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.js.map +0 -1
  155. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.d.ts.map +0 -1
  156. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.js.map +0 -1
  157. package/dist/better-auth/generators/fastify/better-auth-admin-module/index.d.ts.map +0 -1
  158. package/dist/better-auth/generators/fastify/better-auth-admin-module/index.js.map +0 -1
  159. package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.d.ts.map +0 -1
  160. package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.js.map +0 -1
  161. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.d.ts.map +0 -1
  162. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.js.map +0 -1
  163. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.d.ts.map +0 -1
  164. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.js.map +0 -1
  165. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.d.ts.map +0 -1
  166. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.js.map +0 -1
  167. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.d.ts.map +0 -1
  168. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.js.map +0 -1
  169. package/dist/better-auth/generators/fastify/better-auth-email-templates/index.d.ts.map +0 -1
  170. package/dist/better-auth/generators/fastify/better-auth-email-templates/index.js.map +0 -1
  171. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts.map +0 -1
  172. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js.map +0 -1
  173. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts.map +0 -1
  174. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.js.map +0 -1
  175. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.d.ts.map +0 -1
  176. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.js.map +0 -1
  177. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts.map +0 -1
  178. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js.map +0 -1
  179. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts.map +0 -1
  180. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js.map +0 -1
  181. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts.map +0 -1
  182. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js.map +0 -1
  183. package/dist/better-auth/generators/fastify/better-auth-module/index.d.ts.map +0 -1
  184. package/dist/better-auth/generators/fastify/better-auth-module/index.js.map +0 -1
  185. package/dist/better-auth/generators/fastify/index.d.ts.map +0 -1
  186. package/dist/better-auth/generators/fastify/index.js.map +0 -1
  187. package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.d.ts.map +0 -1
  188. package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.js.map +0 -1
  189. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.d.ts.map +0 -1
  190. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.js.map +0 -1
  191. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.d.ts.map +0 -1
  192. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.js.map +0 -1
  193. package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.d.ts.map +0 -1
  194. package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.js.map +0 -1
  195. package/dist/better-auth/generators/fastify/seed-initial-user/index.d.ts.map +0 -1
  196. package/dist/better-auth/generators/fastify/seed-initial-user/index.js.map +0 -1
  197. package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.d.ts.map +0 -1
  198. package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.js.map +0 -1
  199. package/dist/better-auth/generators/index.d.ts.map +0 -1
  200. package/dist/better-auth/generators/index.js.map +0 -1
  201. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts.map +0 -1
  202. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.js.map +0 -1
  203. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts.map +0 -1
  204. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.js.map +0 -1
  205. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts.map +0 -1
  206. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js.map +0 -1
  207. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.d.ts.map +0 -1
  208. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.js.map +0 -1
  209. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  210. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js.map +0 -1
  211. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts.map +0 -1
  212. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js.map +0 -1
  213. package/dist/better-auth/generators/react/better-auth-hooks/index.d.ts.map +0 -1
  214. package/dist/better-auth/generators/react/better-auth-hooks/index.js.map +0 -1
  215. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +0 -1
  216. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.js.map +0 -1
  217. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +0 -1
  218. package/dist/better-auth/generators/react/better-auth-pages/generated/index.js.map +0 -1
  219. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts.map +0 -1
  220. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js.map +0 -1
  221. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +0 -1
  222. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.js.map +0 -1
  223. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +0 -1
  224. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +0 -1
  225. package/dist/better-auth/generators/react/better-auth-pages/index.d.ts.map +0 -1
  226. package/dist/better-auth/generators/react/better-auth-pages/index.js.map +0 -1
  227. package/dist/better-auth/generators/react/index.d.ts.map +0 -1
  228. package/dist/better-auth/generators/react/index.js.map +0 -1
  229. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +0 -1
  230. package/dist/better-auth/generators/react/react-better-auth/generated/index.js.map +0 -1
  231. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.d.ts.map +0 -1
  232. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.js.map +0 -1
  233. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +0 -1
  234. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.js.map +0 -1
  235. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts.map +0 -1
  236. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js.map +0 -1
  237. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +0 -1
  238. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.js.map +0 -1
  239. package/dist/better-auth/generators/react/react-better-auth/index.d.ts.map +0 -1
  240. package/dist/better-auth/generators/react/react-better-auth/index.js.map +0 -1
  241. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +0 -1
  242. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.js.map +0 -1
  243. package/dist/better-auth/index.d.ts.map +0 -1
  244. package/dist/better-auth/index.js.map +0 -1
  245. package/dist/common/components/auth-config-tabs.d.ts.map +0 -1
  246. package/dist/common/components/auth-config-tabs.js.map +0 -1
  247. package/dist/local-auth/admin/common.d.ts.map +0 -1
  248. package/dist/local-auth/admin/common.js.map +0 -1
  249. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +0 -1
  250. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +0 -1
  251. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +0 -1
  252. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +0 -1
  253. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +0 -1
  254. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +0 -1
  255. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +0 -1
  256. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +0 -1
  257. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +0 -1
  258. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +0 -1
  259. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +0 -1
  260. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +0 -1
  261. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +0 -1
  262. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +0 -1
  263. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +0 -1
  264. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +0 -1
  265. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +0 -1
  266. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +0 -1
  267. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +0 -1
  268. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +0 -1
  269. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +0 -1
  270. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +0 -1
  271. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +0 -1
  272. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +0 -1
  273. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +0 -1
  274. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js.map +0 -1
  275. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +0 -1
  276. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +0 -1
  277. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +0 -1
  278. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +0 -1
  279. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +0 -1
  280. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js.map +0 -1
  281. package/dist/local-auth/admin/node.d.ts.map +0 -1
  282. package/dist/local-auth/admin/node.js.map +0 -1
  283. package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +0 -1
  284. package/dist/local-auth/admin/schema/manage-role-action.js.map +0 -1
  285. package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +0 -1
  286. package/dist/local-auth/admin/schema/reset-password-action.js.map +0 -1
  287. package/dist/local-auth/admin/schema/roles-column.d.ts.map +0 -1
  288. package/dist/local-auth/admin/schema/roles-column.js.map +0 -1
  289. package/dist/local-auth/admin/web.d.ts.map +0 -1
  290. package/dist/local-auth/admin/web.js.map +0 -1
  291. package/dist/local-auth/constants/model-names.d.ts.map +0 -1
  292. package/dist/local-auth/constants/model-names.js.map +0 -1
  293. package/dist/local-auth/core/common.d.ts.map +0 -1
  294. package/dist/local-auth/core/common.js.map +0 -1
  295. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +0 -1
  296. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +0 -1
  297. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +0 -1
  298. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js.map +0 -1
  299. package/dist/local-auth/core/generators/auth-apollo/index.d.ts.map +0 -1
  300. package/dist/local-auth/core/generators/auth-apollo/index.js.map +0 -1
  301. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts.map +0 -1
  302. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js.map +0 -1
  303. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +0 -1
  304. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +0 -1
  305. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +0 -1
  306. package/dist/local-auth/core/generators/auth-email-password/generated/index.js.map +0 -1
  307. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +0 -1
  308. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js.map +0 -1
  309. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +0 -1
  310. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js.map +0 -1
  311. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +0 -1
  312. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +0 -1
  313. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +0 -1
  314. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +0 -1
  315. package/dist/local-auth/core/generators/auth-email-password/index.d.ts.map +0 -1
  316. package/dist/local-auth/core/generators/auth-email-password/index.js.map +0 -1
  317. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +0 -1
  318. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +0 -1
  319. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts.map +0 -1
  320. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js.map +0 -1
  321. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts.map +0 -1
  322. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js.map +0 -1
  323. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts.map +0 -1
  324. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +0 -1
  325. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts.map +0 -1
  326. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js.map +0 -1
  327. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts.map +0 -1
  328. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js.map +0 -1
  329. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +0 -1
  330. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +0 -1
  331. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts.map +0 -1
  332. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js.map +0 -1
  333. package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts.map +0 -1
  334. package/dist/local-auth/core/generators/auth-email-templates/generated/index.js.map +0 -1
  335. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts.map +0 -1
  336. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js.map +0 -1
  337. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts.map +0 -1
  338. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js.map +0 -1
  339. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts.map +0 -1
  340. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js.map +0 -1
  341. package/dist/local-auth/core/generators/auth-email-templates/index.d.ts.map +0 -1
  342. package/dist/local-auth/core/generators/auth-email-templates/index.js.map +0 -1
  343. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts.map +0 -1
  344. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js.map +0 -1
  345. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts.map +0 -1
  346. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js.map +0 -1
  347. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts.map +0 -1
  348. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js.map +0 -1
  349. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +0 -1
  350. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js.map +0 -1
  351. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +0 -1
  352. package/dist/local-auth/core/generators/auth-hooks/generated/index.js.map +0 -1
  353. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +0 -1
  354. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js.map +0 -1
  355. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +0 -1
  356. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js.map +0 -1
  357. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  358. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +0 -1
  359. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +0 -1
  360. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js.map +0 -1
  361. package/dist/local-auth/core/generators/auth-hooks/index.d.ts.map +0 -1
  362. package/dist/local-auth/core/generators/auth-hooks/index.js.map +0 -1
  363. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +0 -1
  364. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +0 -1
  365. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +0 -1
  366. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +0 -1
  367. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +0 -1
  368. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +0 -1
  369. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +0 -1
  370. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +0 -1
  371. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +0 -1
  372. package/dist/local-auth/core/generators/auth-module/generated/index.js.map +0 -1
  373. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +0 -1
  374. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +0 -1
  375. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +0 -1
  376. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +0 -1
  377. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts.map +0 -1
  378. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js.map +0 -1
  379. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +0 -1
  380. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +0 -1
  381. package/dist/local-auth/core/generators/auth-module/index.d.ts.map +0 -1
  382. package/dist/local-auth/core/generators/auth-module/index.js.map +0 -1
  383. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts.map +0 -1
  384. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js.map +0 -1
  385. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts.map +0 -1
  386. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js.map +0 -1
  387. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts.map +0 -1
  388. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js.map +0 -1
  389. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts.map +0 -1
  390. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js.map +0 -1
  391. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts.map +0 -1
  392. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js.map +0 -1
  393. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts.map +0 -1
  394. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +0 -1
  395. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts.map +0 -1
  396. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +0 -1
  397. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts.map +0 -1
  398. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js.map +0 -1
  399. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +0 -1
  400. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +0 -1
  401. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +0 -1
  402. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +0 -1
  403. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts.map +0 -1
  404. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js.map +0 -1
  405. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts.map +0 -1
  406. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +0 -1
  407. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts.map +0 -1
  408. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js.map +0 -1
  409. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +0 -1
  410. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +0 -1
  411. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +0 -1
  412. package/dist/local-auth/core/generators/auth-routes/generated/index.js.map +0 -1
  413. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +0 -1
  414. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +0 -1
  415. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +0 -1
  416. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +0 -1
  417. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts.map +0 -1
  418. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js.map +0 -1
  419. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +0 -1
  420. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +0 -1
  421. package/dist/local-auth/core/generators/auth-routes/index.d.ts.map +0 -1
  422. package/dist/local-auth/core/generators/auth-routes/index.js.map +0 -1
  423. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts.map +0 -1
  424. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js.map +0 -1
  425. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts.map +0 -1
  426. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js.map +0 -1
  427. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +0 -1
  428. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +0 -1
  429. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +0 -1
  430. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +0 -1
  431. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts.map +0 -1
  432. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js.map +0 -1
  433. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts.map +0 -1
  434. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js.map +0 -1
  435. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts.map +0 -1
  436. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js.map +0 -1
  437. package/dist/local-auth/core/generators/index.d.ts.map +0 -1
  438. package/dist/local-auth/core/generators/index.js.map +0 -1
  439. package/dist/local-auth/core/generators/react-auth/index.d.ts.map +0 -1
  440. package/dist/local-auth/core/generators/react-auth/index.js.map +0 -1
  441. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts.map +0 -1
  442. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js.map +0 -1
  443. package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +0 -1
  444. package/dist/local-auth/core/generators/react-session/generated/index.js.map +0 -1
  445. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts.map +0 -1
  446. package/dist/local-auth/core/generators/react-session/generated/template-paths.js.map +0 -1
  447. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +0 -1
  448. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js.map +0 -1
  449. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts.map +0 -1
  450. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js.map +0 -1
  451. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +0 -1
  452. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js.map +0 -1
  453. package/dist/local-auth/core/generators/react-session/index.d.ts.map +0 -1
  454. package/dist/local-auth/core/generators/react-session/index.js.map +0 -1
  455. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +0 -1
  456. package/dist/local-auth/core/generators/react-session/react-session.generator.js.map +0 -1
  457. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +0 -1
  458. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +0 -1
  459. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts.map +0 -1
  460. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js.map +0 -1
  461. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +0 -1
  462. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js.map +0 -1
  463. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts.map +0 -1
  464. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js.map +0 -1
  465. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts.map +0 -1
  466. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js.map +0 -1
  467. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +0 -1
  468. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js.map +0 -1
  469. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts.map +0 -1
  470. package/dist/local-auth/core/generators/seed-initial-user/index.js.map +0 -1
  471. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts.map +0 -1
  472. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js.map +0 -1
  473. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts.map +0 -1
  474. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js.map +0 -1
  475. package/dist/local-auth/core/index.d.ts.map +0 -1
  476. package/dist/local-auth/core/index.js.map +0 -1
  477. package/dist/local-auth/core/node.d.ts.map +0 -1
  478. package/dist/local-auth/core/node.js.map +0 -1
  479. package/dist/local-auth/core/schema/models.d.ts.map +0 -1
  480. package/dist/local-auth/core/schema/models.js.map +0 -1
  481. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +0 -1
  482. package/dist/local-auth/core/schema/plugin-definition.js.map +0 -1
  483. package/dist/local-auth/core/schema/schema-issue-checker.d.ts.map +0 -1
  484. package/dist/local-auth/core/schema/schema-issue-checker.js.map +0 -1
  485. package/dist/local-auth/core/web.d.ts.map +0 -1
  486. package/dist/local-auth/core/web.js.map +0 -1
  487. package/dist/local-auth/index.d.ts.map +0 -1
  488. package/dist/local-auth/index.js.map +0 -1
  489. package/dist/placeholder-auth/constants/model-names.d.ts.map +0 -1
  490. package/dist/placeholder-auth/constants/model-names.js.map +0 -1
  491. package/dist/placeholder-auth/core/common.d.ts.map +0 -1
  492. package/dist/placeholder-auth/core/common.js.map +0 -1
  493. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts.map +0 -1
  494. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js.map +0 -1
  495. package/dist/placeholder-auth/core/generators/index.d.ts.map +0 -1
  496. package/dist/placeholder-auth/core/generators/index.js.map +0 -1
  497. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +0 -1
  498. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js.map +0 -1
  499. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts.map +0 -1
  500. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js.map +0 -1
  501. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts.map +0 -1
  502. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js.map +0 -1
  503. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  504. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js.map +0 -1
  505. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +0 -1
  506. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +0 -1
  507. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts.map +0 -1
  508. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js.map +0 -1
  509. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts.map +0 -1
  510. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js.map +0 -1
  511. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts.map +0 -1
  512. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js.map +0 -1
  513. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts.map +0 -1
  514. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js.map +0 -1
  515. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +0 -1
  516. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +0 -1
  517. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts.map +0 -1
  518. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js.map +0 -1
  519. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts.map +0 -1
  520. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js.map +0 -1
  521. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts.map +0 -1
  522. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js.map +0 -1
  523. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts.map +0 -1
  524. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js.map +0 -1
  525. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts.map +0 -1
  526. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js.map +0 -1
  527. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts.map +0 -1
  528. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js.map +0 -1
  529. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts.map +0 -1
  530. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js.map +0 -1
  531. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts.map +0 -1
  532. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js.map +0 -1
  533. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts.map +0 -1
  534. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js.map +0 -1
  535. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts.map +0 -1
  536. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js.map +0 -1
  537. package/dist/placeholder-auth/core/index.d.ts.map +0 -1
  538. package/dist/placeholder-auth/core/index.js.map +0 -1
  539. package/dist/placeholder-auth/core/node.d.ts.map +0 -1
  540. package/dist/placeholder-auth/core/node.js.map +0 -1
  541. package/dist/placeholder-auth/core/schema/models.d.ts.map +0 -1
  542. package/dist/placeholder-auth/core/schema/models.js.map +0 -1
  543. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts.map +0 -1
  544. package/dist/placeholder-auth/core/schema/plugin-definition.js.map +0 -1
  545. package/dist/placeholder-auth/core/web.d.ts.map +0 -1
  546. package/dist/placeholder-auth/core/web.js.map +0 -1
  547. package/dist/placeholder-auth/index.d.ts.map +0 -1
  548. package/dist/placeholder-auth/index.js.map +0 -1
  549. package/dist/web/assets/__federation_expose_authCoreCommon-B9LFt4zi.js +0 -85
  550. package/dist/web/assets/__federation_expose_authCoreCommon-B9LFt4zi.js.map +0 -1
  551. package/dist/web/assets/__federation_expose_authCoreWeb-CRo6bfSQ.js +0 -453
  552. package/dist/web/assets/__federation_expose_authCoreWeb-CRo6bfSQ.js.map +0 -1
  553. package/dist/web/assets/__federation_expose_better-authAdminCommon-Drx1dj0K.js +0 -63
  554. package/dist/web/assets/__federation_expose_better-authAdminCommon-Drx1dj0K.js.map +0 -1
  555. package/dist/web/assets/__federation_expose_better-authAdminWeb-Zsc9mjjD.js +0 -41
  556. package/dist/web/assets/__federation_expose_better-authAdminWeb-Zsc9mjjD.js.map +0 -1
  557. package/dist/web/assets/__federation_expose_better-authCoreCommon-BTstKS5D.js +0 -54
  558. package/dist/web/assets/__federation_expose_better-authCoreCommon-BTstKS5D.js.map +0 -1
  559. package/dist/web/assets/__federation_expose_better-authCoreWeb-ClXucVm1.js +0 -157
  560. package/dist/web/assets/__federation_expose_better-authCoreWeb-ClXucVm1.js.map +0 -1
  561. package/dist/web/assets/__federation_expose_local-authAdminCommon-Drx1dj0K.js +0 -63
  562. package/dist/web/assets/__federation_expose_local-authAdminCommon-Drx1dj0K.js.map +0 -1
  563. package/dist/web/assets/__federation_expose_local-authAdminWeb-Ci30yAgH.js +0 -41
  564. package/dist/web/assets/__federation_expose_local-authAdminWeb-Ci30yAgH.js.map +0 -1
  565. package/dist/web/assets/__federation_expose_local-authCoreCommon-C13Qctt3.js +0 -54
  566. package/dist/web/assets/__federation_expose_local-authCoreCommon-C13Qctt3.js.map +0 -1
  567. package/dist/web/assets/__federation_expose_local-authCoreWeb-CLMjEvfQ.js +0 -167
  568. package/dist/web/assets/__federation_expose_local-authCoreWeb-CLMjEvfQ.js.map +0 -1
  569. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CtZPLUXY.js +0 -23
  570. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CtZPLUXY.js.map +0 -1
  571. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-DNuOQDyt.js +0 -177
  572. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-DNuOQDyt.js.map +0 -1
  573. package/dist/web/assets/__federation_fn_import-DvwH-J9J.js +0 -421
  574. package/dist/web/assets/__federation_fn_import-DvwH-J9J.js.map +0 -1
  575. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B2EK5IrR.js +0 -359
  576. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B2EK5IrR.js.map +0 -1
  577. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CueLW7vJ.js +0 -22532
  578. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CueLW7vJ.js.map +0 -1
  579. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Cs5voPoC.js +0 -78638
  580. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Cs5voPoC.js.map +0 -1
  581. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DH2Y7csi.js +0 -1855
  582. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DH2Y7csi.js.map +0 -1
  583. package/dist/web/assets/__federation_shared_@tanstack/react-router-CDlgRD7c.js +0 -6565
  584. package/dist/web/assets/__federation_shared_@tanstack/react-router-CDlgRD7c.js.map +0 -1
  585. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js +0 -8
  586. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js.map +0 -1
  587. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js +0 -251
  588. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js.map +0 -1
  589. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js +0 -13250
  590. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js.map +0 -1
  591. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js +0 -6
  592. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js.map +0 -1
  593. package/dist/web/assets/get-auth-plugin-definition-B2xRtRBt.js +0 -13
  594. package/dist/web/assets/get-auth-plugin-definition-B2xRtRBt.js.map +0 -1
  595. package/dist/web/assets/index-D2s6d88Y.js +0 -101
  596. package/dist/web/assets/index-D2s6d88Y.js.map +0 -1
  597. package/dist/web/assets/index-DUwCgkeV.js +0 -570
  598. package/dist/web/assets/index-DUwCgkeV.js.map +0 -1
  599. package/dist/web/assets/index-l0sNRNKZ.js.map +0 -1
  600. package/dist/web/assets/index.esm-CUhaqfEI.js +0 -2676
  601. package/dist/web/assets/index.esm-CUhaqfEI.js.map +0 -1
  602. package/dist/web/assets/isEqual-tnzoadW8.js +0 -242
  603. package/dist/web/assets/isEqual-tnzoadW8.js.map +0 -1
  604. package/dist/web/assets/jsx-runtime-XI9uIe3W.js +0 -60
  605. package/dist/web/assets/jsx-runtime-XI9uIe3W.js.map +0 -1
  606. package/dist/web/assets/mergeWith-VagwCqUi.js +0 -76
  607. package/dist/web/assets/mergeWith-VagwCqUi.js.map +0 -1
  608. package/dist/web/assets/model-names-D7UT0B8x.js +0 -10
  609. package/dist/web/assets/model-names-D7UT0B8x.js.map +0 -1
  610. package/dist/web/assets/model-names-DrcaRxt1.js +0 -25
  611. package/dist/web/assets/model-names-DrcaRxt1.js.map +0 -1
  612. package/dist/web/assets/model-utils-Ccvph4Ii.js +0 -840
  613. package/dist/web/assets/model-utils-Ccvph4Ii.js.map +0 -1
  614. package/dist/web/assets/plugin-definition-B6PqjUHm.js +0 -16
  615. package/dist/web/assets/plugin-definition-B6PqjUHm.js.map +0 -1
  616. package/dist/web/assets/plugin-definition-B6kOvigE.js +0 -315
  617. package/dist/web/assets/plugin-definition-B6kOvigE.js.map +0 -1
  618. package/dist/web/assets/plugin-definition-DDe2WhbZ.js +0 -93
  619. package/dist/web/assets/plugin-definition-DDe2WhbZ.js.map +0 -1
  620. package/dist/web/assets/plugin-definition-QKz1ZAYK.js +0 -304
  621. package/dist/web/assets/plugin-definition-QKz1ZAYK.js.map +0 -1
  622. package/dist/web/assets/react-D62wAwO5.js +0 -47
  623. package/dist/web/assets/react-D62wAwO5.js.map +0 -1
  624. package/dist/web/assets/registries-Tz_dluz3.js +0 -1119
  625. package/dist/web/assets/registries-Tz_dluz3.js.map +0 -1
  626. package/dist/web/assets/remoteEntry.js +0 -84
  627. package/dist/web/assets/remoteEntry.js.map +0 -1
  628. package/dist/web/assets/styles-BEU-uMT0.js +0 -69
  629. package/dist/web/assets/styles-BEU-uMT0.js.map +0 -1
  630. package/dist/web/assets/with-selector-DTXBONcE.js +0 -201
  631. package/dist/web/assets/with-selector-DTXBONcE.js.map +0 -1
@@ -1,359 +0,0 @@
1
- import { importShared } from '../../__federation_fn_import-DvwH-J9J.js';
2
- import { j as jsxRuntimeExports } from '../../jsx-runtime-XI9uIe3W.js';
3
- import { F as FeatureUtils, M as ModelUtils, t as withPlaceholderSlots, c as createFieldMapSpec, m as createPluginSpec } from '../../model-utils-Ccvph4Ii.js';
4
- import { c as create } from '../../react-D62wAwO5.js';
5
- import { u as useFormState, a as useForm } from '../../index.esm-CUhaqfEI.js';
6
- import { A as isEqual } from '../../isEqual-tnzoadW8.js';
7
-
8
- const {Alert,AlertDescription,AlertTitle,Badge,Button,Dialog,DialogContent,DialogHeader,DialogTitle,DialogTrigger,JsonDiffViewer} = await importShared('@baseplate-dev/ui-components');
9
-
10
- const CHANGE_TYPE_BADGE_VARIANT = {
11
- added: 'default',
12
- updated: 'secondary',
13
- removed: 'destructive',
14
- };
15
- function DefinitionDiffEntryRow({ entry, }) {
16
- return (jsxRuntimeExports.jsxs("div", { className: "flex w-full items-center justify-between px-3 py-2 text-sm", children: [jsxRuntimeExports.jsx("span", { className: "font-medium", children: entry.label }), jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-2", children: [jsxRuntimeExports.jsx(Badge, { variant: CHANGE_TYPE_BADGE_VARIANT[entry.type], children: entry.type }), jsxRuntimeExports.jsxs(Dialog, { children: [jsxRuntimeExports.jsx(DialogTrigger, { render: jsxRuntimeExports.jsx(Button, { variant: "ghost", size: "sm" }), children: "Details" }), jsxRuntimeExports.jsxs(DialogContent, { width: "xl", children: [jsxRuntimeExports.jsx(DialogHeader, { children: jsxRuntimeExports.jsxs(DialogTitle, { children: [entry.label, " \u2014 ", entry.type] }) }), jsxRuntimeExports.jsx("div", { className: "max-h-[60vh] overflow-auto", children: entry.type === 'added' ? (jsxRuntimeExports.jsx("pre", { className: "text-xs whitespace-pre-wrap", children: JSON.stringify(entry.merged, null, 2) })) : entry.type === 'removed' ? (jsxRuntimeExports.jsx("pre", { className: "text-xs whitespace-pre-wrap", children: JSON.stringify(entry.current, null, 2) })) : (jsxRuntimeExports.jsx(JsonDiffViewer, { oldValue: entry.current, newValue: entry.merged })) })] })] })] })] }));
17
- }
18
- function DefinitionDiffAlert({ diff, upToDateMessage = 'All changes are up to date. No changes needed.', }) {
19
- if (!diff.hasChanges) {
20
- return (jsxRuntimeExports.jsxs(Alert, { variant: "default", children: [jsxRuntimeExports.jsx(AlertTitle, { children: "Up to Date" }), jsxRuntimeExports.jsx(AlertDescription, { children: upToDateMessage })] }));
21
- }
22
- return (jsxRuntimeExports.jsxs("div", { className: "overflow-hidden rounded-lg border", children: [jsxRuntimeExports.jsxs("div", { className: "border-b px-3 py-2", children: [jsxRuntimeExports.jsx("span", { className: "text-sm font-medium", children: "Pending Changes" }), jsxRuntimeExports.jsx("p", { className: "text-xs opacity-60", children: "The following changes will be applied when you save:" })] }), jsxRuntimeExports.jsx("div", { className: "divide-y", children: diff.entries.map((entry) => (jsxRuntimeExports.jsx(DefinitionDiffEntryRow, { entry: entry }, `${entry.path}-${entry.label}`))) })] }));
23
- }
24
-
25
- const React = await importShared('react');
26
-
27
- const ProjectDefinitionContext = React.createContext(null);
28
- function useProjectDefinition() {
29
- const result = React.useContext(ProjectDefinitionContext);
30
- if (!result) {
31
- throw new Error(`useProjectDefinition must be used within a <ProjectDefinitionProvider>`);
32
- }
33
- return result;
34
- }
35
-
36
- const {ComboboxField: ComboboxField$1,useControllerMerged: useControllerMerged$1} = await importShared('@baseplate-dev/ui-components');
37
-
38
- const {useMemo: useMemo$2,useState: useState$1} = await importShared('react');
39
- function createCreateOption$1(value) {
40
- return {
41
- label: value,
42
- value,
43
- isCreate: true,
44
- };
45
- }
46
- function FeatureComboboxField({ canCreate, value, ...rest }) {
47
- const { definition } = useProjectDefinition();
48
- const [searchQuery, setSearchQuery] = useState$1(value ? FeatureUtils.getFeatureById(definition, value)?.name : '');
49
- const featureOptions = useMemo$2(() => {
50
- const baseFeatures = definition.features.map((feature) => ({
51
- label: feature.name,
52
- value: feature.id,
53
- isCreate: false,
54
- }));
55
- if (!canCreate)
56
- return baseFeatures;
57
- const newFeatureName = searchQuery ? searchQuery : value;
58
- const doesNewFeatureExist = baseFeatures.some((option) => option.label === newFeatureName || option.value === newFeatureName);
59
- return !doesNewFeatureExist &&
60
- newFeatureName &&
61
- FeatureUtils.validateFeatureName(newFeatureName)
62
- ? [...baseFeatures, createCreateOption$1(newFeatureName)]
63
- : baseFeatures;
64
- }, [definition.features, searchQuery, value, canCreate]);
65
- return (jsxRuntimeExports.jsx(ComboboxField$1, { placeholder: "Select a feature", ...rest, inputValue: searchQuery, onInputValueChange: setSearchQuery, options: featureOptions, value: value, renderItemLabel: (item) => item.isCreate ? `Create "${item.label}"` : item.label }));
66
- }
67
- function FeatureComboboxFieldController({ name, control, ...rest }) {
68
- const { field, fieldState: { error }, } = useControllerMerged$1({ name, control }, rest);
69
- const restProps = rest;
70
- return (jsxRuntimeExports.jsx(FeatureComboboxField, { error: error?.message, ...restProps, ...field, value: field.value ?? null }));
71
- }
72
-
73
- const {ComboboxField,useControllerMerged} = await importShared('@baseplate-dev/ui-components');
74
-
75
- const {useMemo: useMemo$1,useState} = await importShared('react');
76
- function createCreateOption(value) {
77
- return {
78
- label: `Create "${value}"`,
79
- value,
80
- };
81
- }
82
- function ModelComboboxField({ canCreate, value, ...rest }) {
83
- const { definition } = useProjectDefinition();
84
- const [searchQuery, setSearchQuery] = useState('');
85
- const modelOptions = useMemo$1(() => {
86
- const baseModels = definition.models.map((model) => ({
87
- label: model.name,
88
- value: model.id,
89
- }));
90
- if (!canCreate)
91
- return baseModels;
92
- const newModelName = searchQuery ? searchQuery : value;
93
- const doesNewModelExist = baseModels.some((option) => option.label === newModelName || option.value === newModelName);
94
- return !doesNewModelExist &&
95
- newModelName &&
96
- ModelUtils.validateModelName(newModelName)
97
- ? [...baseModels, createCreateOption(newModelName)]
98
- : baseModels;
99
- }, [definition.models, searchQuery, value, canCreate]);
100
- return (jsxRuntimeExports.jsx(ComboboxField, { placeholder: "Select a model", ...rest, onInputValueChange: canCreate ? setSearchQuery : undefined, options: modelOptions, value: value }));
101
- }
102
- function ModelComboboxFieldController({ name, control, ...rest }) {
103
- const { field, fieldState: { error }, } = useControllerMerged({ name, control }, rest);
104
- const restProps = rest;
105
- return (jsxRuntimeExports.jsx(ModelComboboxField, { error: error?.message, ...restProps, ...field, value: field.value ?? null }));
106
- }
107
-
108
- const {createContext} = await importShared('react');
109
-
110
- const ErrorHandlerContext = createContext(null);
111
-
112
- const {useEffect: useEffect$2,useId} = await importShared('react');
113
- const useBlockerDialogState = create((set) => ({
114
- activeBlockers: [],
115
- addBlocker: (options) => {
116
- set((state) => ({
117
- activeBlockers: [...state.activeBlockers, options],
118
- }));
119
- },
120
- removeBlocker: (id) => {
121
- set((state) => ({
122
- activeBlockers: state.activeBlockers.filter((blocker) => blocker.id !== id),
123
- }));
124
- },
125
- requestedBlockers: [],
126
- requestBlocker(options) {
127
- set((state) => ({
128
- requestedBlockers: [...state.requestedBlockers, options],
129
- }));
130
- },
131
- clearRequestedBlockers: () => {
132
- set(() => ({
133
- requestedBlockers: [],
134
- }));
135
- },
136
- }));
137
- function useBlockBeforeContinue() {
138
- const hasActiveBlockers = useBlockerDialogState((state) => state.activeBlockers.length > 0);
139
- const clearRequestedBlockers = useBlockerDialogState((state) => state.clearRequestedBlockers);
140
- // make sure we clear any blocker requests if we navigate away
141
- useEffect$2(() => () => {
142
- clearRequestedBlockers();
143
- }, [clearRequestedBlockers]);
144
- const requestBlocker = useBlockerDialogState((state) => state.requestBlocker);
145
- // if no blockers, continue immediately
146
- if (!hasActiveBlockers) {
147
- return ({ onContinue }) => {
148
- onContinue();
149
- };
150
- }
151
- return requestBlocker;
152
- }
153
- function useBlockerDialog(options) {
154
- const id = useId();
155
- const addBlocker = useBlockerDialogState((state) => state.addBlocker);
156
- const removeBlocker = useBlockerDialogState((state) => state.removeBlocker);
157
- useEffect$2(() => {
158
- if (options.disableBlock) {
159
- return;
160
- }
161
- addBlocker({
162
- disableBlock: options.disableBlock,
163
- title: options.title,
164
- content: options.content,
165
- buttonContinueWithoutSaveText: options.buttonContinueWithoutSaveText,
166
- onContinueWithoutSave: options.onContinueWithoutSave,
167
- buttonContinueText: options.buttonContinueText,
168
- onContinue: options.onContinue,
169
- id,
170
- });
171
- return () => {
172
- removeBlocker(id);
173
- };
174
- }, [
175
- addBlocker,
176
- removeBlocker,
177
- options.disableBlock,
178
- options.buttonContinueWithoutSaveText,
179
- options.onContinueWithoutSave,
180
- options.buttonContinueText,
181
- options.content,
182
- options.title,
183
- options.onContinue,
184
- id,
185
- ]);
186
- }
187
-
188
- function useBlockDirtyFormNavigate(formState, reset) {
189
- useBlockerDialog({
190
- disableBlock: !formState.isDirty,
191
- title: 'Unsaved Changes',
192
- content: 'You have unsaved changes. Are you sure you want to continue?',
193
- buttonContinueText: 'Discard Changes',
194
- onContinue: () => {
195
- reset();
196
- return true;
197
- },
198
- });
199
- }
200
-
201
- const {toast: toast$1} = await importShared('@baseplate-dev/ui-components');
202
- const {useEffect: useEffect$1,useRef: useRef$1} = await importShared('react');
203
- function useBlockUnsavedChangesNavigate({ control, reset, onSubmit }) {
204
- const isDirtyRef = useRef$1(false);
205
- const formState = useFormState({ control });
206
- isDirtyRef.current = formState.isDirty;
207
- useBlockerDialog({
208
- disableBlock: !formState.isDirty,
209
- title: "Unsaved Changes",
210
- content: "You have unsaved changes. Do you want to save your changes?",
211
- buttonContinueWithoutSaveText: "Discard Changes",
212
- onContinueWithoutSave: () => {
213
- reset();
214
- return true;
215
- },
216
- buttonContinueText: "Save",
217
- onContinue: async () => {
218
- await onSubmit();
219
- await new Promise((resolve) => setTimeout(resolve, 1));
220
- return !isDirtyRef.current;
221
- }
222
- });
223
- }
224
-
225
- const {useMemo} = await importShared('react');
226
- function useDefinitionSchema(schemaCreator) {
227
- const { definitionSchemaParserContext } = useProjectDefinition();
228
- return useMemo(() => {
229
- if ('slotDefinition' in schemaCreator) {
230
- return withPlaceholderSlots(schemaCreator)(definitionSchemaParserContext);
231
- }
232
- return schemaCreator(definitionSchemaParserContext);
233
- }, [definitionSchemaParserContext, schemaCreator]);
234
- }
235
-
236
- const {useContext} = await importShared('react');
237
- function useErrorHandler() {
238
- const context = useContext(ErrorHandlerContext);
239
- if (!context) {
240
- throw new Error('useErrorHandler must be used within an ErrorHandlerContext');
241
- }
242
- return context;
243
- }
244
-
245
- const {toast} = await importShared('@baseplate-dev/ui-components');
246
- const {useEffect,useRef} = await importShared('react');
247
- function useResettableForm(props) {
248
- const formProps = useForm(props);
249
- const { reset, formState } = formProps;
250
- const { isDirty } = formState;
251
- const { updatedExternally } = useProjectDefinition();
252
- const oldValues = useRef(undefined);
253
- useEffect(() => {
254
- if (oldValues.current &&
255
- !isEqual(oldValues.current.oldDefaultValues, props?.defaultValues)) {
256
- reset(props?.defaultValues);
257
- if (isDirty && updatedExternally) {
258
- toast.warning('Contents were updated externally so form was reset!');
259
- }
260
- }
261
- if (!oldValues.current ||
262
- !isEqual(oldValues.current.oldDefaultValues, props?.defaultValues)) {
263
- oldValues.current = {
264
- oldDefaultValues: props?.defaultValues,
265
- };
266
- }
267
- }, [props?.defaultValues, reset, updatedExternally, isDirty]);
268
- return formProps;
269
- }
270
-
271
- function createAdminCrudActionWebConfig(config) {
272
- return config;
273
- }
274
- /**
275
- * Spec for registering admin CRUD action web configs
276
- */
277
- const adminCrudActionWebSpec = createFieldMapSpec('core/admin-crud-action-web', (t) => ({
278
- // oxlint-disable-next-line typescript/no-explicit-any -- plugins register varying action types at runtime
279
- actions: t.namedArrayToMap(),
280
- }));
281
-
282
- function createAdminCrudColumnWebConfig(config) {
283
- return config;
284
- }
285
- /**
286
- * Spec for registering admin CRUD column web configs
287
- */
288
- const adminCrudColumnWebSpec = createFieldMapSpec('core/admin-crud-column-web', (t) => ({
289
- // oxlint-disable-next-line typescript/no-explicit-any -- plugins register varying column types at runtime
290
- columns: t.namedArrayToMap(),
291
- }));
292
-
293
- function createAdminCrudInputWebConfig(config) {
294
- return config;
295
- }
296
- /**
297
- * Spec for registering admin CRUD input web configs
298
- */
299
- const adminCrudInputWebSpec = createFieldMapSpec('core/admin-crud-input-web', (t) => ({
300
- // oxlint-disable-next-line typescript/no-explicit-any -- plugins register varying input types at runtime
301
- inputs: t.namedArrayToMap(),
302
- }));
303
-
304
- /**
305
- * Spec for registering navigation builder functions for definition entity types.
306
- *
307
- * Use `register(entityType, builder)` during initialization. If the entity type
308
- * has a parent (THasParent = true), parentId and parentKey are required strings
309
- * in the builder's params. grandparentId/grandparentKey are always optional and
310
- * available for grandchild entity types.
311
- *
312
- * After initialization, use `getNavBuilder(entityType)` to retrieve the builder.
313
- */
314
- const entityTypeUrlWebSpec = createPluginSpec('core/entity-type-url-web', {
315
- initializer: () => {
316
- const builders = new Map();
317
- return {
318
- init: {
319
- register: (entityType, builder) => {
320
- builders.set(entityType.name, builder);
321
- },
322
- },
323
- use: () => ({
324
- getNavBuilder: (entityType) => builders.get(entityType.name),
325
- }),
326
- };
327
- },
328
- });
329
-
330
- function createModelTransformerWebConfig(config) {
331
- return config;
332
- }
333
- /**
334
- * Spec for adding web config for transformers
335
- */
336
- const modelTransformerWebSpec = createFieldMapSpec('core/model-transformer-web', (t) => ({
337
- // oxlint-disable-next-line typescript/no-explicit-any -- plugins register varying transformer types at runtime
338
- transformers: t.namedArrayToMap(),
339
- }), {
340
- use: (values) => ({
341
- getWebConfigOrThrow(name) {
342
- const transformer = values.transformers.get(name);
343
- if (!transformer) {
344
- throw new Error(`Transformer ${name} not found`);
345
- }
346
- return transformer;
347
- },
348
- getWebConfigs: () => [...values.transformers.values()],
349
- }),
350
- });
351
-
352
- function setUndefinedIfEmpty(value) {
353
- if (value === '')
354
- return undefined;
355
- return value;
356
- }
357
-
358
- export { DefinitionDiffAlert, ErrorHandlerContext, FeatureComboboxField, FeatureComboboxFieldController, ModelComboboxField, ModelComboboxFieldController, ProjectDefinitionContext, adminCrudActionWebSpec, adminCrudColumnWebSpec, adminCrudInputWebSpec, createAdminCrudActionWebConfig, createAdminCrudColumnWebConfig, createAdminCrudInputWebConfig, createModelTransformerWebConfig, entityTypeUrlWebSpec, modelTransformerWebSpec, setUndefinedIfEmpty, useBlockBeforeContinue, useBlockDirtyFormNavigate, useBlockUnsavedChangesNavigate, useBlockerDialog, useBlockerDialogState, useDefinitionSchema, useErrorHandler, useProjectDefinition, useResettableForm };
359
- //# sourceMappingURL=web-B2EK5IrR.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"web-B2EK5IrR.js","sources":["../../../../../../../packages/project-builder-lib/dist/web/components/definition-diff-alert.js","../../../../../../../packages/project-builder-lib/dist/web/hooks/use-project-definition.js","../../../../../../../packages/project-builder-lib/dist/web/components/feature-combobox-field.js","../../../../../../../packages/project-builder-lib/dist/web/components/model-combobox-field.js","../../../../../../../packages/project-builder-lib/dist/web/contexts/error-handler.js","../../../../../../../packages/project-builder-lib/dist/web/hooks/use-blocker-dialog.js","../../../../../../../packages/project-builder-lib/dist/web/hooks/use-block-dirty-form-navigate.js","../../../../../../../packages/project-builder-lib/dist/web/hooks/use-block-unsaved-changes-navigate.js","../../../../../../../packages/project-builder-lib/dist/web/hooks/use-definition-schema.js","../../../../../../../packages/project-builder-lib/dist/web/hooks/use-error-handler.js","../../../../../../../packages/project-builder-lib/dist/web/hooks/use-resettable-form.js","../../../../../../../packages/project-builder-lib/dist/web/specs/admin-crud-action-web-spec.js","../../../../../../../packages/project-builder-lib/dist/web/specs/admin-crud-column-web-spec.js","../../../../../../../packages/project-builder-lib/dist/web/specs/admin-crud-input-web-spec.js","../../../../../../../packages/project-builder-lib/dist/web/specs/entity-type-url-web-spec.js","../../../../../../../packages/project-builder-lib/dist/web/specs/model-transformer-web-spec.js","../../../../../../../packages/project-builder-lib/dist/web/utils/form.js"],"sourcesContent":["import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Alert, AlertDescription, AlertTitle, Badge, Button, Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger, JsonDiffViewer, } from '@baseplate-dev/ui-components';\nconst CHANGE_TYPE_BADGE_VARIANT = {\n added: 'default',\n updated: 'secondary',\n removed: 'destructive',\n};\nfunction DefinitionDiffEntryRow({ entry, }) {\n return (_jsxs(\"div\", { className: \"flex w-full items-center justify-between px-3 py-2 text-sm\", children: [_jsx(\"span\", { className: \"font-medium\", children: entry.label }), _jsxs(\"div\", { className: \"flex items-center gap-2\", children: [_jsx(Badge, { variant: CHANGE_TYPE_BADGE_VARIANT[entry.type], children: entry.type }), _jsxs(Dialog, { children: [_jsx(DialogTrigger, { render: _jsx(Button, { variant: \"ghost\", size: \"sm\" }), children: \"Details\" }), _jsxs(DialogContent, { width: \"xl\", children: [_jsx(DialogHeader, { children: _jsxs(DialogTitle, { children: [entry.label, \" \\u2014 \", entry.type] }) }), _jsx(\"div\", { className: \"max-h-[60vh] overflow-auto\", children: entry.type === 'added' ? (_jsx(\"pre\", { className: \"text-xs whitespace-pre-wrap\", children: JSON.stringify(entry.merged, null, 2) })) : entry.type === 'removed' ? (_jsx(\"pre\", { className: \"text-xs whitespace-pre-wrap\", children: JSON.stringify(entry.current, null, 2) })) : (_jsx(JsonDiffViewer, { oldValue: entry.current, newValue: entry.merged })) })] })] })] })] }));\n}\nexport function DefinitionDiffAlert({ diff, upToDateMessage = 'All changes are up to date. No changes needed.', }) {\n if (!diff.hasChanges) {\n return (_jsxs(Alert, { variant: \"default\", children: [_jsx(AlertTitle, { children: \"Up to Date\" }), _jsx(AlertDescription, { children: upToDateMessage })] }));\n }\n return (_jsxs(\"div\", { className: \"overflow-hidden rounded-lg border\", children: [_jsxs(\"div\", { className: \"border-b px-3 py-2\", children: [_jsx(\"span\", { className: \"text-sm font-medium\", children: \"Pending Changes\" }), _jsx(\"p\", { className: \"text-xs opacity-60\", children: \"The following changes will be applied when you save:\" })] }), _jsx(\"div\", { className: \"divide-y\", children: diff.entries.map((entry) => (_jsx(DefinitionDiffEntryRow, { entry: entry }, `${entry.path}-${entry.label}`))) })] }));\n}\n//# sourceMappingURL=definition-diff-alert.js.map","import React from 'react';\nexport const ProjectDefinitionContext = React.createContext(null);\nexport function useProjectDefinition() {\n const result = React.useContext(ProjectDefinitionContext);\n if (!result) {\n throw new Error(`useProjectDefinition must be used within a <ProjectDefinitionProvider>`);\n }\n return result;\n}\n//# sourceMappingURL=use-project-definition.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { ComboboxField, useControllerMerged, } from '@baseplate-dev/ui-components';\nimport { useMemo, useState } from 'react';\nimport { FeatureUtils } from '#src/definition/index.js';\nimport { useProjectDefinition } from '../hooks/use-project-definition.js';\nfunction createCreateOption(value) {\n return {\n label: value,\n value,\n isCreate: true,\n };\n}\nfunction FeatureComboboxField({ canCreate, value, ...rest }) {\n const { definition } = useProjectDefinition();\n const [searchQuery, setSearchQuery] = useState(value ? FeatureUtils.getFeatureById(definition, value)?.name : '');\n const featureOptions = useMemo(() => {\n const baseFeatures = definition.features.map((feature) => ({\n label: feature.name,\n value: feature.id,\n isCreate: false,\n }));\n if (!canCreate)\n return baseFeatures;\n const newFeatureName = searchQuery ? searchQuery : value;\n const doesNewFeatureExist = baseFeatures.some((option) => option.label === newFeatureName || option.value === newFeatureName);\n return !doesNewFeatureExist &&\n newFeatureName &&\n FeatureUtils.validateFeatureName(newFeatureName)\n ? [...baseFeatures, createCreateOption(newFeatureName)]\n : baseFeatures;\n }, [definition.features, searchQuery, value, canCreate]);\n return (_jsx(ComboboxField, { placeholder: \"Select a feature\", ...rest, inputValue: searchQuery, onInputValueChange: setSearchQuery, options: featureOptions, value: value, renderItemLabel: (item) => item.isCreate ? `Create \"${item.label}\"` : item.label }));\n}\nfunction FeatureComboboxFieldController({ name, control, ...rest }) {\n const { field, fieldState: { error }, } = useControllerMerged({ name, control }, rest);\n const restProps = rest;\n return (_jsx(FeatureComboboxField, { error: error?.message, ...restProps, ...field, value: field.value ?? null }));\n}\nexport { FeatureComboboxField, FeatureComboboxFieldController };\n//# sourceMappingURL=feature-combobox-field.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { ComboboxField, useControllerMerged, } from '@baseplate-dev/ui-components';\nimport { useMemo, useState } from 'react';\nimport { ModelUtils } from '#src/definition/index.js';\nimport { useProjectDefinition } from '../hooks/use-project-definition.js';\nfunction createCreateOption(value) {\n return {\n label: `Create \"${value}\"`,\n value,\n };\n}\nfunction ModelComboboxField({ canCreate, value, ...rest }) {\n const { definition } = useProjectDefinition();\n const [searchQuery, setSearchQuery] = useState('');\n const modelOptions = useMemo(() => {\n const baseModels = definition.models.map((model) => ({\n label: model.name,\n value: model.id,\n }));\n if (!canCreate)\n return baseModels;\n const newModelName = searchQuery ? searchQuery : value;\n const doesNewModelExist = baseModels.some((option) => option.label === newModelName || option.value === newModelName);\n return !doesNewModelExist &&\n newModelName &&\n ModelUtils.validateModelName(newModelName)\n ? [...baseModels, createCreateOption(newModelName)]\n : baseModels;\n }, [definition.models, searchQuery, value, canCreate]);\n return (_jsx(ComboboxField, { placeholder: \"Select a model\", ...rest, onInputValueChange: canCreate ? setSearchQuery : undefined, options: modelOptions, value: value }));\n}\nfunction ModelComboboxFieldController({ name, control, ...rest }) {\n const { field, fieldState: { error }, } = useControllerMerged({ name, control }, rest);\n const restProps = rest;\n return (_jsx(ModelComboboxField, { error: error?.message, ...restProps, ...field, value: field.value ?? null }));\n}\nexport { ModelComboboxField, ModelComboboxFieldController };\n//# sourceMappingURL=model-combobox-field.js.map","import { createContext } from 'react';\nexport const ErrorHandlerContext = createContext(null);\n//# sourceMappingURL=error-handler.js.map","import { useEffect, useId } from 'react';\nimport { create } from 'zustand';\nexport const useBlockerDialogState = create((set) => ({\n activeBlockers: [],\n addBlocker: (options) => {\n set((state) => ({\n activeBlockers: [...state.activeBlockers, options],\n }));\n },\n removeBlocker: (id) => {\n set((state) => ({\n activeBlockers: state.activeBlockers.filter((blocker) => blocker.id !== id),\n }));\n },\n requestedBlockers: [],\n requestBlocker(options) {\n set((state) => ({\n requestedBlockers: [...state.requestedBlockers, options],\n }));\n },\n clearRequestedBlockers: () => {\n set(() => ({\n requestedBlockers: [],\n }));\n },\n}));\nexport function useBlockBeforeContinue() {\n const hasActiveBlockers = useBlockerDialogState((state) => state.activeBlockers.length > 0);\n const clearRequestedBlockers = useBlockerDialogState((state) => state.clearRequestedBlockers);\n // make sure we clear any blocker requests if we navigate away\n useEffect(() => () => {\n clearRequestedBlockers();\n }, [clearRequestedBlockers]);\n const requestBlocker = useBlockerDialogState((state) => state.requestBlocker);\n // if no blockers, continue immediately\n if (!hasActiveBlockers) {\n return ({ onContinue }) => {\n onContinue();\n };\n }\n return requestBlocker;\n}\nexport function useBlockerDialog(options) {\n const id = useId();\n const addBlocker = useBlockerDialogState((state) => state.addBlocker);\n const removeBlocker = useBlockerDialogState((state) => state.removeBlocker);\n useEffect(() => {\n if (options.disableBlock) {\n return;\n }\n addBlocker({\n disableBlock: options.disableBlock,\n title: options.title,\n content: options.content,\n buttonContinueWithoutSaveText: options.buttonContinueWithoutSaveText,\n onContinueWithoutSave: options.onContinueWithoutSave,\n buttonContinueText: options.buttonContinueText,\n onContinue: options.onContinue,\n id,\n });\n return () => {\n removeBlocker(id);\n };\n }, [\n addBlocker,\n removeBlocker,\n options.disableBlock,\n options.buttonContinueWithoutSaveText,\n options.onContinueWithoutSave,\n options.buttonContinueText,\n options.content,\n options.title,\n options.onContinue,\n id,\n ]);\n}\n//# sourceMappingURL=use-blocker-dialog.js.map","import { useBlockerDialog } from './use-blocker-dialog.js';\nexport function useBlockDirtyFormNavigate(formState, reset) {\n useBlockerDialog({\n disableBlock: !formState.isDirty,\n title: 'Unsaved Changes',\n content: 'You have unsaved changes. Are you sure you want to continue?',\n buttonContinueText: 'Discard Changes',\n onContinue: () => {\n reset();\n return true;\n },\n });\n}\n//# sourceMappingURL=use-block-dirty-form-navigate.js.map","import { toast } from '@baseplate-dev/ui-components';\nimport { flattenObject } from 'es-toolkit';\nimport { useEffect, useRef } from 'react';\nimport { useFormState } from 'react-hook-form';\nimport { useBlockerDialog } from './use-blocker-dialog.js';\nexport function useBlockUnsavedChangesNavigate({ control, reset, onSubmit, }) {\n const isDirtyRef = useRef(false);\n const formState = useFormState({ control });\n isDirtyRef.current = formState.isDirty;\n if (import.meta.env.DEV) {\n // eslint-disable-next-line react-hooks/rules-of-hooks -- only want to run this check in dev mode for performance/usability reasons\n useEffect(() => {\n if (Object.keys(formState.dirtyFields).length === 0 &&\n formState.isDirty) {\n // a bit of a hack to figure out what the issue is but OK since we only do this in dev mode\n const { _formValues, _defaultValues } = control;\n const formValueKeys = Object.keys(flattenObject(_formValues));\n const defaultValueKeys = Object.keys(flattenObject(_defaultValues));\n const missingKeys = formValueKeys.filter((key) => !defaultValueKeys.includes(key));\n toast.error(`Form is dirty but no fields are marked as dirty. This implies that there is likely a field ` +\n `is controlled but not set in defaultValues. This can be fixed by setting the default value to the field. ` +\n `Note: You will only see this error if you are running the app in dev mode. ` +\n `Missing fields: ${missingKeys.join(', ')}`);\n }\n }, [formState.dirtyFields, formState.isDirty, control]);\n }\n useBlockerDialog({\n disableBlock: !formState.isDirty,\n title: 'Unsaved Changes',\n content: 'You have unsaved changes. Do you want to save your changes?',\n buttonContinueWithoutSaveText: 'Discard Changes',\n onContinueWithoutSave: () => {\n reset();\n return true;\n },\n buttonContinueText: 'Save',\n onContinue: async () => {\n await onSubmit();\n // a bit of a hack to make sure we get the latest form state before continuing\n // there's not an easy way of figuring out if the submission was successful or not\n // so we wait for a React re-render and then check if the form is still dirty\n await new Promise((resolve) => setTimeout(resolve, 1));\n return !isDirtyRef.current;\n },\n });\n}\n//# sourceMappingURL=use-block-unsaved-changes-navigate.js.map","import { useMemo } from 'react';\nimport { withPlaceholderSlots } from '#src/schema/index.js';\nimport { useProjectDefinition } from './use-project-definition.js';\nexport function useDefinitionSchema(schemaCreator) {\n const { definitionSchemaParserContext } = useProjectDefinition();\n return useMemo(() => {\n if ('slotDefinition' in schemaCreator) {\n return withPlaceholderSlots(schemaCreator)(definitionSchemaParserContext);\n }\n return schemaCreator(definitionSchemaParserContext);\n }, [definitionSchemaParserContext, schemaCreator]);\n}\n//# sourceMappingURL=use-definition-schema.js.map","import { useContext } from 'react';\nimport { ErrorHandlerContext } from '../contexts/error-handler.js';\nexport function useErrorHandler() {\n const context = useContext(ErrorHandlerContext);\n if (!context) {\n throw new Error('useErrorHandler must be used within an ErrorHandlerContext');\n }\n return context;\n}\n//# sourceMappingURL=use-error-handler.js.map","import { toast } from '@baseplate-dev/ui-components';\nimport { isEqual } from 'es-toolkit';\nimport { useEffect, useRef } from 'react';\nimport { useForm } from 'react-hook-form';\nimport { useProjectDefinition } from './use-project-definition.js';\nexport function useResettableForm(props) {\n const formProps = useForm(props);\n const { reset, formState } = formProps;\n const { isDirty } = formState;\n const { updatedExternally } = useProjectDefinition();\n const oldValues = useRef(undefined);\n useEffect(() => {\n if (oldValues.current &&\n !isEqual(oldValues.current.oldDefaultValues, props?.defaultValues)) {\n reset(props?.defaultValues);\n if (isDirty && updatedExternally) {\n toast.warning('Contents were updated externally so form was reset!');\n }\n }\n if (!oldValues.current ||\n !isEqual(oldValues.current.oldDefaultValues, props?.defaultValues)) {\n oldValues.current = {\n oldDefaultValues: props?.defaultValues,\n };\n }\n }, [props?.defaultValues, reset, updatedExternally, isDirty]);\n return formProps;\n}\n//# sourceMappingURL=use-resettable-form.js.map","import { createFieldMapSpec } from '#src/plugins/utils/create-field-map-spec.js';\nexport function createAdminCrudActionWebConfig(config) {\n return config;\n}\n/**\n * Spec for registering admin CRUD action web configs\n */\nexport const adminCrudActionWebSpec = createFieldMapSpec('core/admin-crud-action-web', (t) => ({\n // oxlint-disable-next-line typescript/no-explicit-any -- plugins register varying action types at runtime\n actions: t.namedArrayToMap(),\n}));\n//# sourceMappingURL=admin-crud-action-web-spec.js.map","import { createFieldMapSpec } from '#src/plugins/utils/create-field-map-spec.js';\nexport function createAdminCrudColumnWebConfig(config) {\n return config;\n}\n/**\n * Spec for registering admin CRUD column web configs\n */\nexport const adminCrudColumnWebSpec = createFieldMapSpec('core/admin-crud-column-web', (t) => ({\n // oxlint-disable-next-line typescript/no-explicit-any -- plugins register varying column types at runtime\n columns: t.namedArrayToMap(),\n}));\n//# sourceMappingURL=admin-crud-column-web-spec.js.map","import { createFieldMapSpec } from '#src/plugins/utils/create-field-map-spec.js';\nexport function createAdminCrudInputWebConfig(config) {\n return config;\n}\n/**\n * Spec for registering admin CRUD input web configs\n */\nexport const adminCrudInputWebSpec = createFieldMapSpec('core/admin-crud-input-web', (t) => ({\n // oxlint-disable-next-line typescript/no-explicit-any -- plugins register varying input types at runtime\n inputs: t.namedArrayToMap(),\n}));\n//# sourceMappingURL=admin-crud-input-web-spec.js.map","import { createPluginSpec } from '#src/plugins/spec/types.js';\n/**\n * Spec for registering navigation builder functions for definition entity types.\n *\n * Use `register(entityType, builder)` during initialization. If the entity type\n * has a parent (THasParent = true), parentId and parentKey are required strings\n * in the builder's params. grandparentId/grandparentKey are always optional and\n * available for grandchild entity types.\n *\n * After initialization, use `getNavBuilder(entityType)` to retrieve the builder.\n */\nexport const entityTypeUrlWebSpec = createPluginSpec('core/entity-type-url-web', {\n initializer: () => {\n const builders = new Map();\n return {\n init: {\n register: (entityType, builder) => {\n builders.set(entityType.name, builder);\n },\n },\n use: () => ({\n getNavBuilder: (entityType) => builders.get(entityType.name),\n }),\n };\n },\n});\n//# sourceMappingURL=entity-type-url-web-spec.js.map","import { createFieldMapSpec } from '#src/plugins/utils/create-field-map-spec.js';\nexport function createModelTransformerWebConfig(config) {\n return config;\n}\n/**\n * Spec for adding web config for transformers\n */\nexport const modelTransformerWebSpec = createFieldMapSpec('core/model-transformer-web', (t) => ({\n // oxlint-disable-next-line typescript/no-explicit-any -- plugins register varying transformer types at runtime\n transformers: t.namedArrayToMap(),\n}), {\n use: (values) => ({\n getWebConfigOrThrow(name) {\n const transformer = values.transformers.get(name);\n if (!transformer) {\n throw new Error(`Transformer ${name} not found`);\n }\n return transformer;\n },\n getWebConfigs: () => [...values.transformers.values()],\n }),\n});\n//# sourceMappingURL=model-transformer-web-spec.js.map","export function setUndefinedIfEmpty(value) {\n if (value === '')\n return undefined;\n return value;\n}\n//# sourceMappingURL=form.js.map"],"names":["_jsxs","_jsx","ComboboxField","useControllerMerged","useMemo","useState","createCreateOption","useEffect","toast","useRef"],"mappings":"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"}