@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,15 +1,10 @@
1
1
  export declare const mainGroup: {
2
2
  passwordResetDialog: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
3
3
  graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
4
+ '*': {};
4
5
  graphql: {};
5
6
  readFragment: {};
6
- FragmentOf: {
7
- isTypeOnly: true;
8
- };
9
- ResultOf: {
10
- isTypeOnly: true;
11
- };
12
- VariablesOf: {
7
+ FragmentType: {
13
8
  isTypeOnly: true;
14
9
  };
15
10
  }>>;
@@ -20,6 +15,20 @@ export declare const mainGroup: {
20
15
  Alert: {};
21
16
  AlertDescription: {};
22
17
  AlertTitle: {};
18
+ Autocomplete: {};
19
+ AutocompleteClear: {};
20
+ AutocompleteCollection: {};
21
+ AutocompleteContent: {};
22
+ AutocompleteEmpty: {};
23
+ AutocompleteGroup: {};
24
+ AutocompleteInput: {};
25
+ AutocompleteItem: {};
26
+ AutocompleteLabel: {};
27
+ AutocompleteList: {};
28
+ AutocompleteSeparator: {};
29
+ AutocompleteStatus: {};
30
+ AutocompleteTrigger: {};
31
+ AutocompleteValue: {};
23
32
  Badge: {};
24
33
  badgeVariants: {};
25
34
  BadgeWithIcon: {};
@@ -48,18 +57,12 @@ export declare const mainGroup: {
48
57
  CheckedInput: {};
49
58
  CircularProgress: {};
50
59
  cn: {};
60
+ Collapsible: {};
61
+ CollapsibleContent: {};
62
+ CollapsibleTrigger: {};
51
63
  Combobox: {};
52
64
  ComboboxField: {};
53
65
  ComboboxFieldController: {};
54
- Command: {};
55
- CommandDialog: {};
56
- CommandEmpty: {};
57
- CommandGroup: {};
58
- CommandInput: {};
59
- CommandItem: {};
60
- CommandList: {};
61
- CommandSeparator: {};
62
- CommandShortcut: {};
63
66
  ConfirmDialog: {};
64
67
  DatePickerField: {};
65
68
  DatePickerFieldController: {};
@@ -96,37 +99,43 @@ export declare const mainGroup: {
96
99
  EmptyDisplay: {};
97
100
  ErrorableLoader: {};
98
101
  ErrorDisplay: {};
99
- FormControl: {};
100
- FormDescription: {};
102
+ Field: {};
103
+ FieldContent: {};
104
+ FieldDescription: {};
105
+ FieldError: {};
106
+ FieldGroup: {};
107
+ FieldLabel: {};
108
+ FieldLegend: {};
109
+ FieldSeparator: {};
110
+ FieldSet: {};
111
+ FieldTitle: {};
112
+ fieldVariants: {};
101
113
  FormFieldProps: {
102
114
  isTypeOnly: true;
103
115
  };
104
- FormItem: {};
105
- FormLabel: {};
106
- FormMessage: {};
107
116
  IconElement: {
108
117
  isTypeOnly: true;
109
118
  };
110
119
  Input: {};
111
120
  InputField: {};
112
121
  InputFieldController: {};
122
+ InputGroup: {};
123
+ InputGroupAddon: {};
124
+ InputGroupButton: {};
125
+ InputGroupInput: {};
126
+ InputGroupText: {};
127
+ InputGroupTextarea: {};
113
128
  inputVariants: {};
114
129
  Label: {};
115
130
  LinkButton: {};
116
131
  Loader: {};
117
132
  mergeRefs: {};
118
133
  Modal: {};
119
- MultiCombobox: {};
120
- MultiComboboxContent: {};
121
- MultiComboboxEmpty: {};
122
134
  MultiComboboxField: {};
123
135
  MultiComboboxFieldController: {};
124
136
  MultiComboboxFieldProps: {
125
137
  isTypeOnly: true;
126
138
  };
127
- MultiComboboxGroup: {};
128
- MultiComboboxInput: {};
129
- MultiComboboxItem: {};
130
139
  MultiSelectOptionProps: {
131
140
  isTypeOnly: true;
132
141
  };
@@ -149,16 +158,12 @@ export declare const mainGroup: {
149
158
  ReactSelectInput: {};
150
159
  ScrollArea: {};
151
160
  Select: {};
152
- selectCheckVariants: {};
153
- selectContentVariants: {};
154
161
  SelectField: {};
155
162
  SelectFieldController: {};
156
163
  SelectInput: {};
157
- selectItemVariants: {};
158
164
  SelectOptionProps: {
159
165
  isTypeOnly: true;
160
166
  };
161
- selectTriggerVariants: {};
162
167
  Separator: {};
163
168
  Sheet: {};
164
169
  SheetClose: {};
@@ -192,6 +197,8 @@ export declare const mainGroup: {
192
197
  SidebarSeparator: {};
193
198
  SidebarTrigger: {};
194
199
  Skeleton: {};
200
+ Slider: {};
201
+ Spinner: {};
195
202
  Switch: {};
196
203
  SwitchField: {};
197
204
  SwitchFieldController: {};
@@ -213,6 +220,7 @@ export declare const mainGroup: {
213
220
  TooltipContent: {};
214
221
  TooltipProvider: {};
215
222
  TooltipTrigger: {};
223
+ useAutocompleteFilter: {};
216
224
  useConfirmDialog: {};
217
225
  UseConfirmDialogRequestOptions: {
218
226
  isTypeOnly: true;
@@ -221,7 +229,6 @@ export declare const mainGroup: {
221
229
  useControlledState: {};
222
230
  useControllerMerged: {};
223
231
  useIsMobile: {};
224
- useMultiComboboxContext: {};
225
232
  useSidebar: {};
226
233
  }>>;
227
234
  }, Record<never, Record<never, never>>>;
@@ -230,15 +237,10 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
230
237
  mainGroup: {
231
238
  passwordResetDialog: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
232
239
  graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
240
+ '*': {};
233
241
  graphql: {};
234
242
  readFragment: {};
235
- FragmentOf: {
236
- isTypeOnly: true;
237
- };
238
- ResultOf: {
239
- isTypeOnly: true;
240
- };
241
- VariablesOf: {
243
+ FragmentType: {
242
244
  isTypeOnly: true;
243
245
  };
244
246
  }>>;
@@ -249,6 +251,20 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
249
251
  Alert: {};
250
252
  AlertDescription: {};
251
253
  AlertTitle: {};
254
+ Autocomplete: {};
255
+ AutocompleteClear: {};
256
+ AutocompleteCollection: {};
257
+ AutocompleteContent: {};
258
+ AutocompleteEmpty: {};
259
+ AutocompleteGroup: {};
260
+ AutocompleteInput: {};
261
+ AutocompleteItem: {};
262
+ AutocompleteLabel: {};
263
+ AutocompleteList: {};
264
+ AutocompleteSeparator: {};
265
+ AutocompleteStatus: {};
266
+ AutocompleteTrigger: {};
267
+ AutocompleteValue: {};
252
268
  Badge: {};
253
269
  badgeVariants: {};
254
270
  BadgeWithIcon: {};
@@ -277,18 +293,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
277
293
  CheckedInput: {};
278
294
  CircularProgress: {};
279
295
  cn: {};
296
+ Collapsible: {};
297
+ CollapsibleContent: {};
298
+ CollapsibleTrigger: {};
280
299
  Combobox: {};
281
300
  ComboboxField: {};
282
301
  ComboboxFieldController: {};
283
- Command: {};
284
- CommandDialog: {};
285
- CommandEmpty: {};
286
- CommandGroup: {};
287
- CommandInput: {};
288
- CommandItem: {};
289
- CommandList: {};
290
- CommandSeparator: {};
291
- CommandShortcut: {};
292
302
  ConfirmDialog: {};
293
303
  DatePickerField: {};
294
304
  DatePickerFieldController: {};
@@ -325,37 +335,43 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
325
335
  EmptyDisplay: {};
326
336
  ErrorableLoader: {};
327
337
  ErrorDisplay: {};
328
- FormControl: {};
329
- FormDescription: {};
338
+ Field: {};
339
+ FieldContent: {};
340
+ FieldDescription: {};
341
+ FieldError: {};
342
+ FieldGroup: {};
343
+ FieldLabel: {};
344
+ FieldLegend: {};
345
+ FieldSeparator: {};
346
+ FieldSet: {};
347
+ FieldTitle: {};
348
+ fieldVariants: {};
330
349
  FormFieldProps: {
331
350
  isTypeOnly: true;
332
351
  };
333
- FormItem: {};
334
- FormLabel: {};
335
- FormMessage: {};
336
352
  IconElement: {
337
353
  isTypeOnly: true;
338
354
  };
339
355
  Input: {};
340
356
  InputField: {};
341
357
  InputFieldController: {};
358
+ InputGroup: {};
359
+ InputGroupAddon: {};
360
+ InputGroupButton: {};
361
+ InputGroupInput: {};
362
+ InputGroupText: {};
363
+ InputGroupTextarea: {};
342
364
  inputVariants: {};
343
365
  Label: {};
344
366
  LinkButton: {};
345
367
  Loader: {};
346
368
  mergeRefs: {};
347
369
  Modal: {};
348
- MultiCombobox: {};
349
- MultiComboboxContent: {};
350
- MultiComboboxEmpty: {};
351
370
  MultiComboboxField: {};
352
371
  MultiComboboxFieldController: {};
353
372
  MultiComboboxFieldProps: {
354
373
  isTypeOnly: true;
355
374
  };
356
- MultiComboboxGroup: {};
357
- MultiComboboxInput: {};
358
- MultiComboboxItem: {};
359
375
  MultiSelectOptionProps: {
360
376
  isTypeOnly: true;
361
377
  };
@@ -378,16 +394,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
378
394
  ReactSelectInput: {};
379
395
  ScrollArea: {};
380
396
  Select: {};
381
- selectCheckVariants: {};
382
- selectContentVariants: {};
383
397
  SelectField: {};
384
398
  SelectFieldController: {};
385
399
  SelectInput: {};
386
- selectItemVariants: {};
387
400
  SelectOptionProps: {
388
401
  isTypeOnly: true;
389
402
  };
390
- selectTriggerVariants: {};
391
403
  Separator: {};
392
404
  Sheet: {};
393
405
  SheetClose: {};
@@ -421,6 +433,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
421
433
  SidebarSeparator: {};
422
434
  SidebarTrigger: {};
423
435
  Skeleton: {};
436
+ Slider: {};
437
+ Spinner: {};
424
438
  Switch: {};
425
439
  SwitchField: {};
426
440
  SwitchFieldController: {};
@@ -442,6 +456,7 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
442
456
  TooltipContent: {};
443
457
  TooltipProvider: {};
444
458
  TooltipTrigger: {};
459
+ useAutocompleteFilter: {};
445
460
  useConfirmDialog: {};
446
461
  UseConfirmDialogRequestOptions: {
447
462
  isTypeOnly: true;
@@ -450,7 +465,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
450
465
  useControlledState: {};
451
466
  useControllerMerged: {};
452
467
  useIsMobile: {};
453
- useMultiComboboxContext: {};
454
468
  useSidebar: {};
455
469
  }>>;
456
470
  }, Record<never, Record<never, never>>>;
@@ -1 +1 @@
1
- {"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AAEjD,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEvE,CAAC"}
1
+ {"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AAEjD,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEvE,CAAC"}
@@ -1,8 +1,8 @@
1
- import type { FragmentOf } from '%graphqlImports';
1
+ import type { FragmentType } from '%graphqlImports';
2
2
  import type { ReactElement } from 'react';
3
3
  export declare const passwordResetDialogUserFragment: any;
4
4
  interface PasswordResetDialogProps {
5
- user: FragmentOf<typeof passwordResetDialogUserFragment>;
5
+ user: FragmentType<typeof passwordResetDialogUserFragment>;
6
6
  open: boolean;
7
7
  onOpenChange: (open: boolean) => void;
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"password-reset-dialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAwC1C,eAAO,MAAM,+BAA+B,KAM1C,CAAC;AAeH,UAAU,wBAAwB;IAChC,IAAI,EAAE,UAAU,CAAC,OAAO,+BAA+B,CAAC,CAAC;IACzD,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,IAAI,EACJ,IAAI,EACJ,YAAY,GACb,EAAE,wBAAwB,GAAG,YAAY,CAwFzC"}
1
+ {"version":3,"file":"password-reset-dialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAwC1C,eAAO,MAAM,+BAA+B,KAM1C,CAAC;AAYH,UAAU,wBAAwB;IAChC,IAAI,EAAE,YAAY,CAAC,OAAO,+BAA+B,CAAC,CAAC;IAC3D,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,IAAI,EACJ,IAAI,EACJ,YAAY,GACb,EAAE,wBAAwB,GAAG,YAAY,CAwFzC"}
@@ -28,14 +28,14 @@ export const passwordResetDialogUserFragment = graphql(`
28
28
  }
29
29
  `);
30
30
  const resetUserPasswordMutation = graphql(`
31
- mutation ResetUserPassword($input: ResetUserPasswordInput!) {
32
- resetUserPassword(input: $input) {
33
- user {
34
- ...PasswordResetDialog_user
35
- }
31
+ mutation ResetUserPassword($input: ResetUserPasswordInput!) {
32
+ resetUserPassword(input: $input) {
33
+ user {
34
+ ...PasswordResetDialog_user
36
35
  }
37
36
  }
38
- `, [passwordResetDialogUserFragment]);
37
+ }
38
+ `);
39
39
  /**
40
40
  * Dialog for resetting a user's password.
41
41
  * Allows admins to set a new password for any user without requiring the current password.
@@ -1 +1 @@
1
- {"version":3,"file":"password-reset-dialog.js","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"password-reset-dialog.js","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  // @ts-nocheck
2
2
 
3
- import type { FragmentOf } from '%graphqlImports';
3
+ import type { FragmentType } from '%graphqlImports';
4
4
  import type { ReactElement } from 'react';
5
5
 
6
6
  import { graphql, readFragment } from '%graphqlImports';
@@ -49,21 +49,18 @@ export const passwordResetDialogUserFragment = graphql(`
49
49
  }
50
50
  `);
51
51
 
52
- const resetUserPasswordMutation = graphql(
53
- `
54
- mutation ResetUserPassword($input: ResetUserPasswordInput!) {
55
- resetUserPassword(input: $input) {
56
- user {
57
- ...PasswordResetDialog_user
58
- }
52
+ const resetUserPasswordMutation = graphql(`
53
+ mutation ResetUserPassword($input: ResetUserPasswordInput!) {
54
+ resetUserPassword(input: $input) {
55
+ user {
56
+ ...PasswordResetDialog_user
59
57
  }
60
58
  }
61
- `,
62
- [passwordResetDialogUserFragment],
63
- );
59
+ }
60
+ `);
64
61
 
65
62
  interface PasswordResetDialogProps {
66
- user: FragmentOf<typeof passwordResetDialogUserFragment>;
63
+ user: FragmentType<typeof passwordResetDialogUserFragment>;
67
64
  open: boolean;
68
65
  onOpenChange: (open: boolean) => void;
69
66
  }
@@ -12,6 +12,20 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
12
12
  Alert: {};
13
13
  AlertDescription: {};
14
14
  AlertTitle: {};
15
+ Autocomplete: {};
16
+ AutocompleteClear: {};
17
+ AutocompleteCollection: {};
18
+ AutocompleteContent: {};
19
+ AutocompleteEmpty: {};
20
+ AutocompleteGroup: {};
21
+ AutocompleteInput: {};
22
+ AutocompleteItem: {};
23
+ AutocompleteLabel: {};
24
+ AutocompleteList: {};
25
+ AutocompleteSeparator: {};
26
+ AutocompleteStatus: {};
27
+ AutocompleteTrigger: {};
28
+ AutocompleteValue: {};
15
29
  Badge: {};
16
30
  badgeVariants: {};
17
31
  BadgeWithIcon: {};
@@ -40,18 +54,12 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
40
54
  CheckedInput: {};
41
55
  CircularProgress: {};
42
56
  cn: {};
57
+ Collapsible: {};
58
+ CollapsibleContent: {};
59
+ CollapsibleTrigger: {};
43
60
  Combobox: {};
44
61
  ComboboxField: {};
45
62
  ComboboxFieldController: {};
46
- Command: {};
47
- CommandDialog: {};
48
- CommandEmpty: {};
49
- CommandGroup: {};
50
- CommandInput: {};
51
- CommandItem: {};
52
- CommandList: {};
53
- CommandSeparator: {};
54
- CommandShortcut: {};
55
63
  ConfirmDialog: {};
56
64
  DatePickerField: {};
57
65
  DatePickerFieldController: {};
@@ -88,37 +96,43 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
88
96
  EmptyDisplay: {};
89
97
  ErrorableLoader: {};
90
98
  ErrorDisplay: {};
91
- FormControl: {};
92
- FormDescription: {};
99
+ Field: {};
100
+ FieldContent: {};
101
+ FieldDescription: {};
102
+ FieldError: {};
103
+ FieldGroup: {};
104
+ FieldLabel: {};
105
+ FieldLegend: {};
106
+ FieldSeparator: {};
107
+ FieldSet: {};
108
+ FieldTitle: {};
109
+ fieldVariants: {};
93
110
  FormFieldProps: {
94
111
  isTypeOnly: true;
95
112
  };
96
- FormItem: {};
97
- FormLabel: {};
98
- FormMessage: {};
99
113
  IconElement: {
100
114
  isTypeOnly: true;
101
115
  };
102
116
  Input: {};
103
117
  InputField: {};
104
118
  InputFieldController: {};
119
+ InputGroup: {};
120
+ InputGroupAddon: {};
121
+ InputGroupButton: {};
122
+ InputGroupInput: {};
123
+ InputGroupText: {};
124
+ InputGroupTextarea: {};
105
125
  inputVariants: {};
106
126
  Label: {};
107
127
  LinkButton: {};
108
128
  Loader: {};
109
129
  mergeRefs: {};
110
130
  Modal: {};
111
- MultiCombobox: {};
112
- MultiComboboxContent: {};
113
- MultiComboboxEmpty: {};
114
131
  MultiComboboxField: {};
115
132
  MultiComboboxFieldController: {};
116
133
  MultiComboboxFieldProps: {
117
134
  isTypeOnly: true;
118
135
  };
119
- MultiComboboxGroup: {};
120
- MultiComboboxInput: {};
121
- MultiComboboxItem: {};
122
136
  MultiSelectOptionProps: {
123
137
  isTypeOnly: true;
124
138
  };
@@ -141,16 +155,12 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
141
155
  ReactSelectInput: {};
142
156
  ScrollArea: {};
143
157
  Select: {};
144
- selectCheckVariants: {};
145
- selectContentVariants: {};
146
158
  SelectField: {};
147
159
  SelectFieldController: {};
148
160
  SelectInput: {};
149
- selectItemVariants: {};
150
161
  SelectOptionProps: {
151
162
  isTypeOnly: true;
152
163
  };
153
- selectTriggerVariants: {};
154
164
  Separator: {};
155
165
  Sheet: {};
156
166
  SheetClose: {};
@@ -184,6 +194,8 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
184
194
  SidebarSeparator: {};
185
195
  SidebarTrigger: {};
186
196
  Skeleton: {};
197
+ Slider: {};
198
+ Spinner: {};
187
199
  Switch: {};
188
200
  SwitchField: {};
189
201
  SwitchFieldController: {};
@@ -205,6 +217,7 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
205
217
  TooltipContent: {};
206
218
  TooltipProvider: {};
207
219
  TooltipTrigger: {};
220
+ useAutocompleteFilter: {};
208
221
  useConfirmDialog: {};
209
222
  UseConfirmDialogRequestOptions: {
210
223
  isTypeOnly: true;
@@ -213,7 +226,6 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
213
226
  useControlledState: {};
214
227
  useControllerMerged: {};
215
228
  useIsMobile: {};
216
- useMultiComboboxContext: {};
217
229
  useSidebar: {};
218
230
  }>>;
219
231
  }, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"admin-crud-roles-column.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CxC,CAAC"}
1
+ {"version":3,"file":"admin-crud-roles-column.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"local-auth-definition-editor.d.ts","sourceRoot":"","sources":["../../../../src/local-auth/core/components/local-auth-definition-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmC/B,OAAO,iBAAiB,CAAC;AAEzB,wBAAgB,yBAAyB,CAAC,EACxC,UAAU,EAAE,cAAc,EAC1B,QAAQ,EACR,MAAM,GACP,EAAE,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAqKpC"}
1
+ {"version":3,"file":"local-auth-definition-editor.d.ts","sourceRoot":"","sources":["../../../../src/local-auth/core/components/local-auth-definition-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAoC/B,OAAO,iBAAiB,CAAC;AAEzB,wBAAgB,yBAAyB,CAAC,EACxC,UAAU,EAAE,cAAc,EAC1B,QAAQ,EACR,MAAM,GACP,EAAE,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAyLpC"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { applyMergedDefinition, diffDefinition, PluginUtils, } from '@baseplate-dev/project-builder-lib';
3
3
  import { DefinitionDiffAlert, useBlockUnsavedChangesNavigate, useDefinitionSchema, useProjectDefinition, useResettableForm, } from '@baseplate-dev/project-builder-lib/web';
4
- import { FormActionBar, MultiComboboxFieldController, SectionList, SectionListSection, SectionListSectionContent, SectionListSectionDescription, SectionListSectionHeader, SectionListSectionTitle, } from '@baseplate-dev/ui-components';
4
+ import { FormActionBar, MultiComboboxFieldController, SectionList, SectionListSection, SectionListSectionContent, SectionListSectionDescription, SectionListSectionHeader, SectionListSectionTitle, SwitchFieldController, } from '@baseplate-dev/ui-components';
5
5
  import { zodResolver } from '@hookform/resolvers/zod';
6
6
  import { useMemo } from 'react';
7
7
  import { getAuthPluginDefinition } from '#src/auth/utils/get-auth-plugin-definition.js';
@@ -26,6 +26,7 @@ export function LocalAuthDefinitionEditor({ definition: pluginMetadata, metadata
26
26
  return {
27
27
  initialUserRoles: [],
28
28
  userAdminRoles: [],
29
+ requireNameOnRegistration: false,
29
30
  };
30
31
  }, [pluginMetadata?.config]);
31
32
  const form = useResettableForm({
@@ -54,6 +55,6 @@ export function LocalAuthDefinitionEditor({ definition: pluginMetadata, metadata
54
55
  useBlockUnsavedChangesNavigate({ control, reset, onSubmit });
55
56
  return (_jsxs("div", { className: "auth:relative auth:flex auth:h-full auth:flex-1 auth:flex-col auth:gap-4 auth:overflow-hidden", children: [_jsx(AuthConfigTabs, {}), _jsx("div", { className: "auth:mb-[--action-bar-height] auth:flex auth:flex-1 auth:overflow-y-auto", style: {
56
57
  '--action-bar-height': '52px',
57
- }, children: _jsxs("form", { onSubmit: onSubmit, className: "auth:max-w-6xl auth:flex-1", children: [_jsx("div", { className: "auth:pb-16", children: _jsxs(SectionList, { children: [_jsxs(SectionListSection, { children: [_jsxs(SectionListSectionHeader, { children: [_jsx(SectionListSectionTitle, { children: "Local Auth User Models" }), _jsx(SectionListSectionDescription, { children: "The plugin will automatically configure the models it needs." })] }), _jsx(SectionListSectionContent, { className: "auth:space-y-6", children: _jsx(DefinitionDiffAlert, { diff: diff, upToDateMessage: "All required models are already configured correctly. No changes needed." }) })] }), _jsxs(SectionListSection, { children: [_jsxs(SectionListSectionHeader, { children: [_jsx(SectionListSectionTitle, { children: "Initial User Setup" }), _jsx(SectionListSectionDescription, { children: "In order to access the admin panel, an initial user must be created. To make it easier, the plugin will automatically add a seed script to create the initial user provided a .seed.env exists with the INTIIAL_USER_EMAIL and INTIIAL_USER_PASSWORD variables." })] }), _jsx(SectionListSectionContent, { className: "auth:space-y-6", children: _jsx(MultiComboboxFieldController, { label: "Initial User Roles", name: "initialUserRoles", control: control, options: roles, description: "The roles that will be assigned to the initial user." }) })] }), _jsxs(SectionListSection, { children: [_jsxs(SectionListSectionHeader, { children: [_jsx(SectionListSectionTitle, { children: "User Management Permissions" }), _jsx(SectionListSectionDescription, { children: "Configure which roles can manage users and assign roles to other users in the admin interface." })] }), _jsx(SectionListSectionContent, { className: "auth:space-y-6", children: _jsx(MultiComboboxFieldController, { label: "User Admin Roles", name: "userAdminRoles", control: control, options: roles, description: "Roles that can manage users and assign roles to other users." }) })] })] }) }), _jsx(FormActionBar, { form: form, allowSaveWithoutDirty: !pluginMetadata || diff.hasChanges })] }) })] }));
58
+ }, children: _jsxs("form", { onSubmit: onSubmit, className: "auth:max-w-6xl auth:flex-1", children: [_jsx("div", { className: "auth:pb-16", children: _jsxs(SectionList, { children: [_jsxs(SectionListSection, { children: [_jsxs(SectionListSectionHeader, { children: [_jsx(SectionListSectionTitle, { children: "Local Auth User Models" }), _jsx(SectionListSectionDescription, { children: "The plugin will automatically configure the models it needs." })] }), _jsx(SectionListSectionContent, { className: "auth:space-y-6", children: _jsx(DefinitionDiffAlert, { diff: diff, upToDateMessage: "All required models are already configured correctly. No changes needed." }) })] }), _jsxs(SectionListSection, { children: [_jsxs(SectionListSectionHeader, { children: [_jsx(SectionListSectionTitle, { children: "Initial User Setup" }), _jsx(SectionListSectionDescription, { children: "In order to access the admin panel, an initial user must be created. To make it easier, the plugin will automatically add a seed script to create the initial user provided a .seed.env exists with the INTIIAL_USER_EMAIL and INTIIAL_USER_PASSWORD variables." })] }), _jsx(SectionListSectionContent, { className: "auth:space-y-6", children: _jsx(MultiComboboxFieldController, { label: "Initial User Roles", name: "initialUserRoles", control: control, options: roles, description: "The roles that will be assigned to the initial user." }) })] }), _jsxs(SectionListSection, { children: [_jsxs(SectionListSectionHeader, { children: [_jsx(SectionListSectionTitle, { children: "User Management Permissions" }), _jsx(SectionListSectionDescription, { children: "Configure which roles can manage users and assign roles to other users in the admin interface." })] }), _jsx(SectionListSectionContent, { className: "auth:space-y-6", children: _jsx(MultiComboboxFieldController, { label: "User Admin Roles", name: "userAdminRoles", control: control, options: roles, description: "Roles that can manage users and assign roles to other users." }) })] }), _jsxs(SectionListSection, { children: [_jsxs(SectionListSectionHeader, { children: [_jsx(SectionListSectionTitle, { children: "Registration Settings" }), _jsx(SectionListSectionDescription, { children: "Configure what information is collected during user registration." })] }), _jsx(SectionListSectionContent, { className: "auth:space-y-6", children: _jsx(SwitchFieldController, { label: "Require Name on Registration", name: "requireNameOnRegistration", control: control, description: "When enabled, users must provide their name when registering." }) })] })] }) }), _jsx(FormActionBar, { form: form, allowSaveWithoutDirty: !pluginMetadata || diff.hasChanges })] }) })] }));
58
59
  }
59
60
  //# sourceMappingURL=local-auth-definition-editor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"local-auth-definition-editor.js","sourceRoot":"","sources":["../../../../src/local-auth/core/components/local-auth-definition-editor.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"local-auth-definition-editor.js","sourceRoot":"","sources":["../../../../src/local-auth/core/components/local-auth-definition-editor.tsx"],"names":[],"mappings":"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"}
@@ -4,6 +4,7 @@
4
4
  export declare const authEmailPasswordGenerator: import("@baseplate-dev/sync").GeneratorBundleCreator<{
5
5
  adminRoles: string[];
6
6
  devWebDomainPort: number;
7
+ requireNameOnRegistration: boolean;
7
8
  }, {
8
9
  paths: import("@baseplate-dev/sync").GeneratorTask<{
9
10
  localAuthCoreAuthEmailPasswordPaths: import("@baseplate-dev/sync").ProviderExport<import("./generated/template-paths.js").LocalAuthCoreAuthEmailPasswordPaths>;
@@ -1 +1 @@
1
- {"version":3,"file":"auth-email-password.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/core/generators/auth-email-password/auth-email-password.generator.ts"],"names":[],"mappings":"AAyBA;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsFrC,CAAC"}
1
+ {"version":3,"file":"auth-email-password.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/core/generators/auth-email-password/auth-email-password.generator.ts"],"names":[],"mappings":"AA0BA;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiGrC,CAAC"}