@baseplate-dev/plugin-auth 0.6.2 → 0.6.4

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 (200) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/LICENSE +114 -123
  3. package/dist/auth/core/common.d.ts.map +1 -1
  4. package/dist/auth/core/common.js +1 -0
  5. package/dist/auth/core/common.js.map +1 -1
  6. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts +1 -3
  7. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +1 -1
  8. package/dist/auth/core/components/role-editor-form/role-dialog.js +10 -10
  9. package/dist/auth/core/components/role-editor-form/role-dialog.js.map +1 -1
  10. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-log-out.ts +2 -4
  11. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-session.ts +1 -2
  12. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +37 -25
  13. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +1 -1
  14. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +111 -75
  15. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +1 -1
  16. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +37 -25
  17. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +1 -1
  18. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +148 -100
  19. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +1 -1
  20. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js +2 -2
  21. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +1 -1
  22. package/dist/better-auth/generators/react/better-auth-pages/templates/routes/{auth/login.tsx → login.tsx} +11 -13
  23. package/dist/better-auth/generators/react/better-auth-pages/templates/routes/{auth/register.tsx → register.tsx} +11 -13
  24. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +74 -50
  25. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +1 -1
  26. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +37 -25
  27. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +1 -1
  28. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +37 -25
  29. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +1 -1
  30. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +37 -25
  31. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +1 -1
  32. package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +3 -6
  33. package/dist/better-auth/generators/react/react-better-auth/templates/src/services/auth-client.ts +0 -2
  34. package/dist/common/components/auth-config-tabs.d.ts.map +1 -1
  35. package/dist/common/components/auth-config-tabs.js +1 -1
  36. package/dist/common/components/auth-config-tabs.js.map +1 -1
  37. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +78 -64
  38. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -1
  39. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +5 -3
  40. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -1
  41. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +78 -64
  42. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -1
  43. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +39 -32
  44. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -1
  45. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +39 -32
  46. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -1
  47. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +2 -2
  48. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -1
  49. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +6 -6
  50. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -1
  51. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +9 -12
  52. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +78 -64
  53. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -1
  54. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +5 -3
  55. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -1
  56. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +78 -64
  57. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -1
  58. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +39 -32
  59. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -1
  60. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +78 -64
  61. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -1
  62. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +2 -2
  63. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -1
  64. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +6 -6
  65. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -1
  66. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +9 -12
  67. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +37 -25
  68. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -1
  69. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -1
  70. package/dist/local-auth/core/components/local-auth-definition-editor.js +3 -2
  71. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -1
  72. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +1 -0
  73. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -1
  74. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +7 -1
  75. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -1
  76. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +3 -1
  77. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -1
  78. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +6 -2
  79. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -1
  80. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +1 -1
  81. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -1
  82. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +5 -1
  83. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -1
  84. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +5 -1
  85. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +2 -0
  86. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -1
  87. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +4 -1
  88. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -1
  89. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +6 -1
  90. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +2 -7
  91. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -1
  92. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +6 -21
  93. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -1
  94. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +2 -7
  95. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -1
  96. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +8 -28
  97. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -1
  98. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +2 -2
  99. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -1
  100. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -1
  101. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +3 -3
  102. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +43 -33
  103. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
  104. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +37 -4
  105. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +1 -1
  106. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +240 -196
  107. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
  108. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +39 -32
  109. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
  110. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +363 -296
  111. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
  112. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +5 -2
  113. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -1
  114. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +1 -1
  115. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +1 -1
  116. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +1 -1
  117. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +3 -10
  118. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +1 -1
  119. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +6 -10
  120. package/dist/local-auth/core/generators/react-session/generated/index.d.ts +78 -64
  121. package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -1
  122. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +39 -32
  123. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -1
  124. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +78 -64
  125. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -1
  126. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +39 -32
  127. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
  128. package/dist/local-auth/core/node.d.ts.map +1 -1
  129. package/dist/local-auth/core/node.js +6 -2
  130. package/dist/local-auth/core/node.js.map +1 -1
  131. package/dist/local-auth/core/schema/plugin-definition.d.ts +1 -0
  132. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -1
  133. package/dist/local-auth/core/schema/plugin-definition.js +1 -0
  134. package/dist/local-auth/core/schema/plugin-definition.js.map +1 -1
  135. package/dist/web/assets/{__federation_expose_authCoreCommon-CIVhaGqo.js → __federation_expose_authCoreCommon-D8SAyij-.js} +4 -3
  136. package/dist/web/assets/__federation_expose_authCoreCommon-D8SAyij-.js.map +1 -0
  137. package/dist/web/assets/{__federation_expose_authCoreWeb-N-mh42Bs.js → __federation_expose_authCoreWeb-BSv8GVI2.js} +60 -65
  138. package/dist/web/assets/__federation_expose_authCoreWeb-BSv8GVI2.js.map +1 -0
  139. package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js → __federation_expose_better-authCoreCommon-BJhkN6zV.js} +3 -3
  140. package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js.map → __federation_expose_better-authCoreCommon-BJhkN6zV.js.map} +1 -1
  141. package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js → __federation_expose_better-authCoreWeb-2kA00dBg.js} +5 -5
  142. package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js.map → __federation_expose_better-authCoreWeb-2kA00dBg.js.map} +1 -1
  143. package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js → __federation_expose_local-authAdminCommon-IuYupUXE.js} +2 -2
  144. package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js.map → __federation_expose_local-authAdminCommon-IuYupUXE.js.map} +1 -1
  145. package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js → __federation_expose_local-authAdminWeb-BzhksqwO.js} +2 -2
  146. package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js.map → __federation_expose_local-authAdminWeb-BzhksqwO.js.map} +1 -1
  147. package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js → __federation_expose_local-authCoreCommon-DO5xRAoM.js} +3 -3
  148. package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js.map → __federation_expose_local-authCoreCommon-DO5xRAoM.js.map} +1 -1
  149. package/dist/web/assets/{__federation_expose_local-authCoreWeb-BY-mP3uS.js → __federation_expose_local-authCoreWeb-QdXa2aao.js} +23 -7
  150. package/dist/web/assets/__federation_expose_local-authCoreWeb-QdXa2aao.js.map +1 -0
  151. package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js → __federation_expose_placeholder-authCoreCommon-hGIPuBy3.js} +3 -3
  152. package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js.map → __federation_expose_placeholder-authCoreCommon-hGIPuBy3.js.map} +1 -1
  153. package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js → __federation_expose_placeholder-authCoreWeb-P4Qq8Zf6.js} +5 -5
  154. package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js.map → __federation_expose_placeholder-authCoreWeb-P4Qq8Zf6.js.map} +1 -1
  155. package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js → __federation_fn_import-CzLgVaFb.js} +2 -2
  156. package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js.map → __federation_fn_import-CzLgVaFb.js.map} +1 -1
  157. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-bRU6KpPk.js → web-DA-fkeD5.js} +12 -10
  158. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DA-fkeD5.js.map +1 -0
  159. package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-CQKLkNsU.js → project-builder-lib-zJirGIS1.js} +321 -36
  160. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-zJirGIS1.js.map +1 -0
  161. package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-DhyoEUTy.js → ui-components-Ds8y9Suz.js} +49747 -33379
  162. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Ds8y9Suz.js.map +1 -0
  163. package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-9w-0yxVZ.js → utils-DnBM79-7.js} +3 -2
  164. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DnBM79-7.js.map +1 -0
  165. package/dist/web/assets/__federation_shared_@tanstack/{react-router-CbExBaoL.js → react-router-BoEohCHh.js} +3 -200
  166. package/dist/web/assets/__federation_shared_@tanstack/react-router-BoEohCHh.js.map +1 -0
  167. package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js → get-auth-plugin-definition-DM6kosCC.js} +2 -2
  168. package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js.map → get-auth-plugin-definition-DM6kosCC.js.map} +1 -1
  169. package/dist/web/assets/{index-B_A3cgiy.js → index-EshpyU4T.js} +5 -5
  170. package/dist/web/assets/{index-B_A3cgiy.js.map → index-EshpyU4T.js.map} +1 -1
  171. package/dist/web/assets/{index.esm-BraHxHLB.js → index.esm-CYY7gyrG.js} +2 -2
  172. package/dist/web/assets/{index.esm-BraHxHLB.js.map → index.esm-CYY7gyrG.js.map} +1 -1
  173. package/dist/web/assets/{model-utils-BfcjfzCn.js → model-utils-WWo9T1Zx.js} +30 -2
  174. package/dist/web/assets/{model-utils-BfcjfzCn.js.map → model-utils-WWo9T1Zx.js.map} +1 -1
  175. package/dist/web/assets/{plugin-definition-CXnKUJ1l.js → plugin-definition-BCrs3YSY.js} +2 -2
  176. package/dist/web/assets/{plugin-definition-CXnKUJ1l.js.map → plugin-definition-BCrs3YSY.js.map} +1 -1
  177. package/dist/web/assets/{plugin-definition-Ckl5hjD1.js → plugin-definition-BwAJGzRn.js} +4 -3
  178. package/dist/web/assets/plugin-definition-BwAJGzRn.js.map +1 -0
  179. package/dist/web/assets/{plugin-definition-D26rR8AB.js → plugin-definition-CqP9VmOQ.js} +2 -2
  180. package/dist/web/assets/{plugin-definition-D26rR8AB.js.map → plugin-definition-CqP9VmOQ.js.map} +1 -1
  181. package/dist/web/assets/{plugin-definition-DJzXScRp.js → plugin-definition-y6VVQ5_O.js} +2 -2
  182. package/dist/web/assets/{plugin-definition-DJzXScRp.js.map → plugin-definition-y6VVQ5_O.js.map} +1 -1
  183. package/dist/web/assets/{react-CL9M_wyN.js → react-B6Fz4KB7.js} +2 -2
  184. package/dist/web/assets/{react-CL9M_wyN.js.map → react-B6Fz4KB7.js.map} +1 -1
  185. package/dist/web/assets/remoteEntry.js +10 -10
  186. package/dist/web/assets/{styles-tkrWV-ZE.js → styles-0yxEwdyo.js} +24 -14
  187. package/dist/web/assets/styles-0yxEwdyo.js.map +1 -0
  188. package/dist/web/assets/with-selector-DTXBONcE.js +201 -0
  189. package/dist/web/assets/with-selector-DTXBONcE.js.map +1 -0
  190. package/package.json +19 -22
  191. package/dist/web/assets/__federation_expose_authCoreCommon-CIVhaGqo.js.map +0 -1
  192. package/dist/web/assets/__federation_expose_authCoreWeb-N-mh42Bs.js.map +0 -1
  193. package/dist/web/assets/__federation_expose_local-authCoreWeb-BY-mP3uS.js.map +0 -1
  194. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-bRU6KpPk.js.map +0 -1
  195. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CQKLkNsU.js.map +0 -1
  196. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DhyoEUTy.js.map +0 -1
  197. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-9w-0yxVZ.js.map +0 -1
  198. package/dist/web/assets/__federation_shared_@tanstack/react-router-CbExBaoL.js.map +0 -1
  199. package/dist/web/assets/plugin-definition-Ckl5hjD1.js.map +0 -1
  200. package/dist/web/assets/styles-tkrWV-ZE.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-definition-Ckl5hjD1.js","sources":["../../../src/local-auth/core/schema/plugin-definition.ts"],"sourcesContent":["import type { def } from '@baseplate-dev/project-builder-lib';\n\nimport {\n authRoleEntityType,\n definitionSchema,\n} from '@baseplate-dev/project-builder-lib';\nimport { z } from 'zod';\n\nexport const createLocalAuthPluginDefinitionSchema = definitionSchema((ctx) =>\n z.object({\n initialUserRoles: ctx.withDefault(\n z.array(\n ctx.withRef({\n type: authRoleEntityType,\n onDelete: 'DELETE',\n }),\n ),\n [],\n ),\n userAdminRoles: ctx.withDefault(\n z.array(\n ctx.withRef({\n type: authRoleEntityType,\n onDelete: 'DELETE',\n }),\n ),\n [],\n ),\n }),\n);\n\nexport type LocalAuthPluginDefinition = def.InferOutput<\n typeof createLocalAuthPluginDefinitionSchema\n>;\n\nexport type LocalAuthPluginDefinitionInput = def.InferInput<\n typeof createLocalAuthPluginDefinitionSchema\n>;\n"],"names":[],"mappings":";;AAEA,MAAA,CAAA,kBAAA,CAAA,gBAAA,CAAA,GAAA,MAAA,YAAA,CAAA,oCAAA,CAAA;;AAIA,MAAA,CAAA,CAAA,CAAA,GAAA,MAAA,YAAA,CAAA,KAAA,CAAA;;AAEO,MAAM,qCAAA,GAAwC,gBAAA;AAAA,EAAiB,CAAC,GAAA,KACrE,CAAA,CAAE,MAAA,CAAO;AAAA,IACP,kBAAkB,GAAA,CAAI,WAAA;AAAA,MACpB,CAAA,CAAE,KAAA;AAAA,QACA,IAAI,OAAA,CAAQ;AAAA,UACV,IAAA,EAAM,kBAAA;AAAA,UACN,QAAA,EAAU;AAAA,SACX;AAAA,OACH;AAAA,MACA;AAAC,KACH;AAAA,IACA,gBAAgB,GAAA,CAAI,WAAA;AAAA,MAClB,CAAA,CAAE,KAAA;AAAA,QACA,IAAI,OAAA,CAAQ;AAAA,UACV,IAAA,EAAM,kBAAA;AAAA,UACN,QAAA,EAAU;AAAA,SACX;AAAA,OACH;AAAA,MACA;AAAC;AACH,GACD;AACH;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"styles-tkrWV-ZE.js","sources":["../../../../../node_modules/.pnpm/@hookform+resolvers@5.2.2_react-hook-form@7.71.1_react@19.1.0_/node_modules/@hookform/resolvers/dist/resolvers.mjs","../../../../../node_modules/.pnpm/@hookform+resolvers@5.2.2_react-hook-form@7.71.1_react@19.1.0_/node_modules/@hookform/resolvers/zod/dist/zod.mjs","../../../src/common/components/auth-config-tabs.tsx"],"sourcesContent":["import{get as e,set as t}from\"react-hook-form\";const r=(t,r,o)=>{if(t&&\"reportValidity\"in t){const s=e(o,r);t.setCustomValidity(s&&s.message||\"\"),t.reportValidity()}},o=(e,t)=>{for(const o in t.fields){const s=t.fields[o];s&&s.ref&&\"reportValidity\"in s.ref?r(s.ref,o,e):s&&s.refs&&s.refs.forEach(t=>r(t,o,e))}},s=(r,s)=>{s.shouldUseNativeValidation&&o(r,s);const n={};for(const o in r){const f=e(s.fields,o),c=Object.assign(r[o]||{},{ref:f&&f.ref});if(i(s.names||Object.keys(r),o)){const r=Object.assign({},e(n,o));t(r,\"root\",c),t(n,o,r)}else t(n,o,c)}return n},i=(e,t)=>{const r=n(t);return e.some(e=>n(e).match(`^${r}\\\\.\\\\d+`))};function n(e){return e.replace(/\\]|\\[/g,\"\")}export{s as toNestErrors,o as validateFieldsNatively};\n//# sourceMappingURL=resolvers.mjs.map\n","import{validateFieldsNatively as r,toNestErrors as e}from\"@hookform/resolvers\";import{appendErrors as o}from\"react-hook-form\";import*as n from\"zod/v4/core\";function t(r,e){try{var o=r()}catch(r){return e(r)}return o&&o.then?o.then(void 0,e):o}function s(r,e){for(var n={};r.length;){var t=r[0],s=t.code,i=t.message,a=t.path.join(\".\");if(!n[a])if(\"unionErrors\"in t){var u=t.unionErrors[0].errors[0];n[a]={message:u.message,type:u.code}}else n[a]={message:i,type:s};if(\"unionErrors\"in t&&t.unionErrors.forEach(function(e){return e.errors.forEach(function(e){return r.push(e)})}),e){var c=n[a].types,f=c&&c[t.code];n[a]=o(a,e,n,s,f?[].concat(f,t.message):t.message)}r.shift()}return n}function i(r,e){for(var n={};r.length;){var t=r[0],s=t.code,i=t.message,a=t.path.join(\".\");if(!n[a])if(\"invalid_union\"===t.code&&t.errors.length>0){var u=t.errors[0][0];n[a]={message:u.message,type:u.code}}else n[a]={message:i,type:s};if(\"invalid_union\"===t.code&&t.errors.forEach(function(e){return e.forEach(function(e){return r.push(e)})}),e){var c=n[a].types,f=c&&c[t.code];n[a]=o(a,e,n,s,f?[].concat(f,t.message):t.message)}r.shift()}return n}function a(o,a,u){if(void 0===u&&(u={}),function(r){return\"_def\"in r&&\"object\"==typeof r._def&&\"typeName\"in r._def}(o))return function(n,i,c){try{return Promise.resolve(t(function(){return Promise.resolve(o[\"sync\"===u.mode?\"parse\":\"parseAsync\"](n,a)).then(function(e){return c.shouldUseNativeValidation&&r({},c),{errors:{},values:u.raw?Object.assign({},n):e}})},function(r){if(function(r){return Array.isArray(null==r?void 0:r.issues)}(r))return{values:{},errors:e(s(r.errors,!c.shouldUseNativeValidation&&\"all\"===c.criteriaMode),c)};throw r}))}catch(r){return Promise.reject(r)}};if(function(r){return\"_zod\"in r&&\"object\"==typeof r._zod}(o))return function(s,c,f){try{return Promise.resolve(t(function(){return Promise.resolve((\"sync\"===u.mode?n.parse:n.parseAsync)(o,s,a)).then(function(e){return f.shouldUseNativeValidation&&r({},f),{errors:{},values:u.raw?Object.assign({},s):e}})},function(r){if(function(r){return r instanceof n.$ZodError}(r))return{values:{},errors:e(i(r.issues,!f.shouldUseNativeValidation&&\"all\"===f.criteriaMode),f)};throw r}))}catch(r){return Promise.reject(r)}};throw new Error(\"Invalid input: not a Zod schema\")}export{a as zodResolver};\n//# sourceMappingURL=zod.module.js.map\n","import { PluginUtils } from '@baseplate-dev/project-builder-lib';\nimport { useProjectDefinition } from '@baseplate-dev/project-builder-lib/web';\nimport {\n NavigationTabs,\n NavigationTabsItem,\n} from '@baseplate-dev/ui-components';\nimport { Link } from '@tanstack/react-router';\n\nimport type { AuthPluginDefinition } from '#src/auth/core/schema/plugin-definition.js';\n\nexport function AuthConfigTabs(): React.ReactElement | null {\n const { definition, schemaParserContext } = useProjectDefinition();\n\n const authPlugin = schemaParserContext.pluginStore.availablePlugins.find(\n (p) =>\n p.metadata.packageName === '@baseplate-dev/plugin-auth' &&\n p.metadata.name === 'auth',\n );\n\n if (!authPlugin) {\n return null;\n }\n\n const authConfig = PluginUtils.configByKey(\n definition,\n authPlugin.metadata.key,\n ) as AuthPluginDefinition | undefined;\n\n const implementationPluginKey = authConfig?.implementationPluginKey;\n\n const authImplementationPlugin =\n schemaParserContext.pluginStore.availablePlugins.find(\n (p) => p.metadata.key === implementationPluginKey,\n );\n\n if (!authImplementationPlugin) {\n return null;\n }\n\n return (\n <NavigationTabs>\n <NavigationTabsItem asChild>\n <Link\n to=\"/plugins/edit/$key\"\n params={{ key: authPlugin.metadata.key }}\n activeOptions={{ exact: true }}\n >\n Auth\n </Link>\n </NavigationTabsItem>\n <NavigationTabsItem asChild>\n <Link\n to={`/plugins/edit/${authImplementationPlugin.metadata.key}`}\n activeOptions={{ exact: true }}\n >\n {authImplementationPlugin.metadata.displayName}\n </Link>\n </NavigationTabsItem>\n </NavigationTabs>\n );\n}\n"],"names":["e","s","i","t","o","r","n.parse","n.parseAsync","n.$ZodError","jsx"],"mappings":"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","x_google_ignoreList":[0,1]}