@baseplate-dev/plugin-auth 0.6.4 → 0.6.6
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.
- package/CHANGELOG.md +46 -0
- package/dist/auth/core/common.d.ts.map +1 -1
- package/dist/auth/core/common.js +2 -3
- package/dist/auth/core/common.js.map +1 -1
- package/dist/auth/core/components/auth-definition-editor.d.ts.map +1 -1
- package/dist/auth/core/components/auth-definition-editor.js +6 -2
- package/dist/auth/core/components/auth-definition-editor.js.map +1 -1
- package/dist/auth/core/node.d.ts.map +1 -1
- package/dist/auth/core/node.js +1 -0
- package/dist/auth/core/node.js.map +1 -1
- package/dist/auth/core/schema/migrations.d.ts +3 -0
- package/dist/auth/core/schema/migrations.d.ts.map +1 -0
- package/dist/auth/core/schema/migrations.js +54 -0
- package/dist/auth/core/schema/migrations.js.map +1 -0
- package/dist/auth/core/schema/plugin-definition.d.ts +5 -0
- package/dist/auth/core/schema/plugin-definition.d.ts.map +1 -1
- package/dist/auth/core/schema/plugin-definition.js +4 -0
- package/dist/auth/core/schema/plugin-definition.js.map +1 -1
- package/dist/auth/core/schema/roles/constants.d.ts.map +1 -1
- package/dist/auth/core/schema/roles/constants.js +9 -0
- package/dist/auth/core/schema/roles/constants.js.map +1 -1
- package/dist/auth/core/schema/roles/schema.d.ts +8 -0
- package/dist/auth/core/schema/roles/schema.d.ts.map +1 -1
- package/dist/auth/core/schema/roles/schema.js +1 -0
- package/dist/auth/core/schema/roles/schema.js.map +1 -1
- package/dist/better-auth/admin/common.d.ts +5 -0
- package/dist/better-auth/admin/common.d.ts.map +1 -0
- package/dist/better-auth/admin/common.js +29 -0
- package/dist/better-auth/admin/common.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +510 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +123 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +510 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js +9 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js +24 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +260 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js +41 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +249 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js +20 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts +2 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.js +2 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +22 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +78 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +162 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +509 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +114 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +510 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.js +9 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js +24 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +260 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js +41 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +495 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js +22 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.d.ts +2 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.js +2 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +22 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +89 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +171 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +244 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js +54 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/index.d.ts +2 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +1 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/index.js +2 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/index.js.map +1 -0
- package/dist/better-auth/admin/node.d.ts +5 -0
- package/dist/better-auth/admin/node.d.ts.map +1 -0
- package/dist/better-auth/admin/node.js +57 -0
- package/dist/better-auth/admin/node.js.map +1 -0
- package/dist/better-auth/admin/schema/manage-role-action.d.ts +12 -0
- package/dist/better-auth/admin/schema/manage-role-action.d.ts.map +1 -0
- package/dist/better-auth/admin/schema/manage-role-action.js +6 -0
- package/dist/better-auth/admin/schema/manage-role-action.js.map +1 -0
- package/dist/better-auth/admin/schema/reset-password-action.d.ts +12 -0
- package/dist/better-auth/admin/schema/reset-password-action.d.ts.map +1 -0
- package/dist/better-auth/admin/schema/reset-password-action.js +6 -0
- package/dist/better-auth/admin/schema/reset-password-action.js.map +1 -0
- package/dist/better-auth/admin/schema/roles-column.d.ts +9 -0
- package/dist/better-auth/admin/schema/roles-column.d.ts.map +1 -0
- package/dist/better-auth/admin/schema/roles-column.js +6 -0
- package/dist/better-auth/admin/schema/roles-column.js.map +1 -0
- package/dist/better-auth/admin/web.d.ts +5 -0
- package/dist/better-auth/admin/web.d.ts.map +1 -0
- package/dist/better-auth/admin/web.js +39 -0
- package/dist/better-auth/admin/web.js.map +1 -0
- package/dist/better-auth/core/common.d.ts.map +1 -1
- package/dist/better-auth/core/common.js +5 -2
- package/dist/better-auth/core/common.js.map +1 -1
- package/dist/better-auth/core/components/better-auth-definition-editor.d.ts.map +1 -1
- package/dist/better-auth/core/components/better-auth-definition-editor.js +17 -5
- package/dist/better-auth/core/components/better-auth-definition-editor.js.map +1 -1
- package/dist/better-auth/core/node.d.ts.map +1 -1
- package/dist/better-auth/core/node.js +21 -4
- package/dist/better-auth/core/node.js.map +1 -1
- package/dist/better-auth/core/schema/models.d.ts +1 -1
- package/dist/better-auth/core/schema/models.d.ts.map +1 -1
- package/dist/better-auth/core/schema/models.js +25 -10
- package/dist/better-auth/core/schema/models.js.map +1 -1
- package/dist/better-auth/core/schema/plugin-definition.d.ts +4 -1
- package/dist/better-auth/core/schema/plugin-definition.d.ts.map +1 -1
- package/dist/better-auth/core/schema/plugin-definition.js +7 -2
- package/dist/better-auth/core/schema/plugin-definition.js.map +1 -1
- package/dist/better-auth/core/schema/schema-issue-checker.d.ts +3 -0
- package/dist/better-auth/core/schema/schema-issue-checker.d.ts.map +1 -0
- package/dist/better-auth/core/schema/schema-issue-checker.js +21 -0
- package/dist/better-auth/core/schema/schema-issue-checker.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.d.ts +72 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.js +56 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts +109 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.js +11 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.d.ts +13 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.js +25 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.d.ts +55 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.js +57 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.d.ts +21 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.js +30 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.d.ts +46 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.js +33 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/index.d.ts +4 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/index.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/index.js +3 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/index.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/templates/module/schema/admin-auth.mutations.ts +48 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/templates/module/services/admin-auth.service.ts +106 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.d.ts +43 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.js +48 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.d.ts +96 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.js +9 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.d.ts +14 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.js +26 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.d.ts +41 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.js +59 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.d.ts +60 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.js +42 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/index.d.ts +2 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/index.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/index.js +2 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/index.js.map +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/templates/src/emails/auth/account-verification.email.tsx +55 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/templates/src/emails/auth/password-changed.email.tsx +44 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/templates/src/emails/auth/password-reset.email.tsx +55 -0
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +26 -4
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts.map +1 -1
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +14 -3
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js.map +1 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +42 -0
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts.map +1 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +20 -0
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts.map +1 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +4 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js.map +1 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +22 -0
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts.map +1 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +7 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js.map +1 -1
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +25 -1
- package/dist/better-auth/generators/fastify/index.d.ts +3 -0
- package/dist/better-auth/generators/fastify/index.d.ts.map +1 -1
- package/dist/better-auth/generators/fastify/index.js +3 -0
- package/dist/better-auth/generators/fastify/index.js.map +1 -1
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.d.ts +66 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.js +9 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.js.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.d.ts +12 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.js +24 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.js.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.d.ts +38 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.js +43 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.js.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.d.ts +27 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.js +18 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.js.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/index.d.ts +2 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/index.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/index.js +2 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/index.js.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.d.ts +49 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.d.ts.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.js +60 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.js.map +1 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/templates/src/prisma/seed-initial-user.ts +63 -0
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +12 -1
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +771 -3
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts +3 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js +3 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +12 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +1543 -29
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js +49 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/forgot-password.tsx +133 -0
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/login.tsx +9 -1
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/register.tsx +5 -1
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/reset-password.tsx +177 -0
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/verify-email.tsx +109 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +24 -2
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +12 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +12 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +12 -1
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +1 -1
- package/dist/better-auth/plugin.json +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +24 -2
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +24 -2
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +12 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +12 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +1 -3
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +24 -2
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +24 -2
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +12 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +24 -2
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +1 -1
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +12 -1
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/node.js +1 -1
- package/dist/local-auth/admin/node.js.map +1 -1
- package/dist/local-auth/core/common.d.ts.map +1 -1
- package/dist/local-auth/core/common.js +5 -2
- package/dist/local-auth/core/common.js.map +1 -1
- package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -1
- package/dist/local-auth/core/components/local-auth-definition-editor.js +7 -4
- package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +11 -0
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +22 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js +8 -3
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.ts +11 -4
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +12 -1
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +72 -6
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +12 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +108 -9
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +24 -2
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +12 -1
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +24 -2
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +12 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts +0 -9
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.js +0 -2
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.js.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js +0 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/index.d.ts +0 -2
- package/dist/local-auth/core/generators/seed-initial-user/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/index.js +0 -1
- package/dist/local-auth/core/generators/seed-initial-user/index.js.map +1 -1
- package/dist/local-auth/core/node.d.ts.map +1 -1
- package/dist/local-auth/core/node.js +6 -3
- package/dist/local-auth/core/node.js.map +1 -1
- package/dist/local-auth/core/schema/models.d.ts +1 -1
- package/dist/local-auth/core/schema/models.d.ts.map +1 -1
- package/dist/local-auth/core/schema/models.js +25 -10
- package/dist/local-auth/core/schema/models.js.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.d.ts +1 -2
- package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.js +1 -5
- package/dist/local-auth/core/schema/plugin-definition.js.map +1 -1
- package/dist/local-auth/core/schema/schema-issue-checker.d.ts +3 -0
- package/dist/local-auth/core/schema/schema-issue-checker.d.ts.map +1 -0
- package/dist/local-auth/core/schema/schema-issue-checker.js +21 -0
- package/dist/local-auth/core/schema/schema-issue-checker.js.map +1 -0
- package/dist/local-auth/plugin.json +6 -1
- package/dist/placeholder-auth/core/schema/models.d.ts.map +1 -1
- package/dist/placeholder-auth/core/schema/models.js +17 -2
- package/dist/placeholder-auth/core/schema/models.js.map +1 -1
- package/dist/web/assets/__federation_expose_authCoreCommon-NPAy2Xu2.js +85 -0
- package/dist/web/assets/__federation_expose_authCoreCommon-NPAy2Xu2.js.map +1 -0
- package/dist/web/assets/{__federation_expose_authCoreWeb-BSv8GVI2.js → __federation_expose_authCoreWeb-D0AlXNml.js} +29 -9
- package/dist/web/assets/__federation_expose_authCoreWeb-D0AlXNml.js.map +1 -0
- package/dist/web/assets/__federation_expose_better-authAdminCommon-Bp8fb_BT.js +63 -0
- package/dist/web/assets/__federation_expose_better-authAdminCommon-Bp8fb_BT.js.map +1 -0
- package/dist/web/assets/__federation_expose_better-authAdminWeb-Dggf6fZk.js +41 -0
- package/dist/web/assets/__federation_expose_better-authAdminWeb-Dggf6fZk.js.map +1 -0
- package/dist/web/assets/__federation_expose_better-authCoreCommon-D3bQgHWh.js +54 -0
- package/dist/web/assets/__federation_expose_better-authCoreCommon-D3bQgHWh.js.map +1 -0
- package/dist/web/assets/__federation_expose_better-authCoreWeb-4VA_40fu.js +157 -0
- package/dist/web/assets/__federation_expose_better-authCoreWeb-4VA_40fu.js.map +1 -0
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-IuYupUXE.js → __federation_expose_local-authAdminCommon-Bp8fb_BT.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-IuYupUXE.js.map → __federation_expose_local-authAdminCommon-Bp8fb_BT.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-BzhksqwO.js → __federation_expose_local-authAdminWeb-BDyZDL1a.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-BzhksqwO.js.map → __federation_expose_local-authAdminWeb-BDyZDL1a.js.map} +1 -1
- package/dist/web/assets/__federation_expose_local-authCoreCommon-C3UyEu-M.js +54 -0
- package/dist/web/assets/__federation_expose_local-authCoreCommon-C3UyEu-M.js.map +1 -0
- package/dist/web/assets/__federation_expose_local-authCoreWeb-BYkl2IGk.js +167 -0
- package/dist/web/assets/__federation_expose_local-authCoreWeb-BYkl2IGk.js.map +1 -0
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-hGIPuBy3.js → __federation_expose_placeholder-authCoreCommon-Bq0ln8n5.js} +3 -3
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-hGIPuBy3.js.map → __federation_expose_placeholder-authCoreCommon-Bq0ln8n5.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-P4Qq8Zf6.js → __federation_expose_placeholder-authCoreWeb-BNGIcu0Y.js} +22 -7
- package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-BNGIcu0Y.js.map +1 -0
- package/dist/web/assets/{__federation_fn_import-CzLgVaFb.js → __federation_fn_import-DybuDj1g.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-CzLgVaFb.js.map → __federation_fn_import-DybuDj1g.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-DA-fkeD5.js → web-CAuxM6sN.js} +11 -11
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-CAuxM6sN.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-zJirGIS1.js → project-builder-lib-DkaXS95C.js} +11304 -10250
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-DkaXS95C.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-Ds8y9Suz.js → ui-components-DX4jbl4M.js} +217 -51
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DX4jbl4M.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-DnBM79-7.js → utils-B-MiuXg4.js} +49 -16
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-B-MiuXg4.js.map +1 -0
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-BoEohCHh.js → react-router-DyqK0P1G.js} +2 -2
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-BoEohCHh.js.map → react-router-DyqK0P1G.js.map} +1 -1
- package/dist/web/assets/{get-auth-plugin-definition-DM6kosCC.js → get-auth-plugin-definition-BigT75An.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-DM6kosCC.js.map → get-auth-plugin-definition-BigT75An.js.map} +1 -1
- package/dist/web/assets/{index-EshpyU4T.js → index-BwviOVwi.js} +3 -5
- package/dist/web/assets/{index-EshpyU4T.js.map → index-BwviOVwi.js.map} +1 -1
- package/dist/web/assets/{index.esm-CYY7gyrG.js → index.esm-Db6zPKK9.js} +2 -2
- package/dist/web/assets/{index.esm-CYY7gyrG.js.map → index.esm-Db6zPKK9.js.map} +1 -1
- package/dist/web/assets/model-names-D7UT0B8x.js +10 -0
- package/dist/web/assets/model-names-D7UT0B8x.js.map +1 -0
- package/dist/web/assets/{model-utils-WWo9T1Zx.js → model-utils-D0sDtkf1.js} +138 -20
- package/dist/web/assets/model-utils-D0sDtkf1.js.map +1 -0
- package/dist/web/assets/plugin-definition-BQN6LXOW.js +304 -0
- package/dist/web/assets/plugin-definition-BQN6LXOW.js.map +1 -0
- package/dist/web/assets/{plugin-definition-CqP9VmOQ.js → plugin-definition-Cg8Gij5x.js} +2 -2
- package/dist/web/assets/{plugin-definition-CqP9VmOQ.js.map → plugin-definition-Cg8Gij5x.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-y6VVQ5_O.js → plugin-definition-ChoxTjiw.js} +20 -6
- package/dist/web/assets/plugin-definition-ChoxTjiw.js.map +1 -0
- package/dist/web/assets/{__federation_expose_better-authCoreWeb-2kA00dBg.js → plugin-definition-D9-5sSEf.js} +43 -130
- package/dist/web/assets/plugin-definition-D9-5sSEf.js.map +1 -0
- package/dist/web/assets/{react-B6Fz4KB7.js → react-CcDhDxl8.js} +2 -2
- package/dist/web/assets/{react-B6Fz4KB7.js.map → react-CcDhDxl8.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +20 -14
- package/dist/web/assets/remoteEntry.js.map +1 -1
- package/dist/web/assets/{styles-0yxEwdyo.js → styles-Otn_yxD1.js} +3 -3
- package/dist/web/assets/{styles-0yxEwdyo.js.map → styles-Otn_yxD1.js.map} +1 -1
- package/package.json +15 -15
- package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts +0 -18
- package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts.map +0 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js +0 -26
- package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js.map +0 -1
- package/dist/web/assets/__federation_expose_authCoreCommon-D8SAyij-.js +0 -30
- package/dist/web/assets/__federation_expose_authCoreCommon-D8SAyij-.js.map +0 -1
- package/dist/web/assets/__federation_expose_authCoreWeb-BSv8GVI2.js.map +0 -1
- package/dist/web/assets/__federation_expose_better-authCoreCommon-BJhkN6zV.js +0 -20
- package/dist/web/assets/__federation_expose_better-authCoreCommon-BJhkN6zV.js.map +0 -1
- package/dist/web/assets/__federation_expose_better-authCoreWeb-2kA00dBg.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authCoreCommon-DO5xRAoM.js +0 -21
- package/dist/web/assets/__federation_expose_local-authCoreCommon-DO5xRAoM.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authCoreWeb-QdXa2aao.js +0 -448
- package/dist/web/assets/__federation_expose_local-authCoreWeb-QdXa2aao.js.map +0 -1
- package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-P4Qq8Zf6.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DA-fkeD5.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-zJirGIS1.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Ds8y9Suz.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DnBM79-7.js.map +0 -1
- package/dist/web/assets/model-utils-WWo9T1Zx.js.map +0 -1
- package/dist/web/assets/plugin-definition-BCrs3YSY.js +0 -20
- package/dist/web/assets/plugin-definition-BCrs3YSY.js.map +0 -1
- package/dist/web/assets/plugin-definition-BwAJGzRn.js +0 -32
- package/dist/web/assets/plugin-definition-BwAJGzRn.js.map +0 -1
- package/dist/web/assets/plugin-definition-y6VVQ5_O.js.map +0 -1
|
@@ -100,7 +100,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
100
100
|
DropdownMenuSubContent: {};
|
|
101
101
|
DropdownMenuSubTrigger: {};
|
|
102
102
|
DropdownMenuTrigger: {};
|
|
103
|
-
EmptyDisplay: {};
|
|
104
103
|
ErrorableLoader: {};
|
|
105
104
|
ErrorDisplay: {};
|
|
106
105
|
Field: {};
|
|
@@ -130,6 +129,18 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
130
129
|
InputGroupText: {};
|
|
131
130
|
InputGroupTextarea: {};
|
|
132
131
|
inputVariants: {};
|
|
132
|
+
Item: {};
|
|
133
|
+
ItemActions: {};
|
|
134
|
+
ItemContent: {};
|
|
135
|
+
ItemDescription: {};
|
|
136
|
+
ItemFooter: {};
|
|
137
|
+
ItemGroup: {};
|
|
138
|
+
ItemHeader: {};
|
|
139
|
+
ItemMedia: {};
|
|
140
|
+
itemMediaVariants: {};
|
|
141
|
+
ItemSeparator: {};
|
|
142
|
+
ItemTitle: {};
|
|
143
|
+
itemVariants: {};
|
|
133
144
|
Label: {};
|
|
134
145
|
LinkButton: {};
|
|
135
146
|
Loader: {};
|
package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/react-better-auth/generated/typed-templates.ts"],"names":[],"mappings":"AAyCA,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/react-better-auth/generated/typed-templates.ts"],"names":[],"mappings":"AAyCA,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnD,CAAC"}
|
package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts
CHANGED
|
@@ -115,7 +115,6 @@ export declare const reactBetterAuthGenerator: import("@baseplate-dev/sync").Gen
|
|
|
115
115
|
DropdownMenuSubContent: {};
|
|
116
116
|
DropdownMenuSubTrigger: {};
|
|
117
117
|
DropdownMenuTrigger: {};
|
|
118
|
-
EmptyDisplay: {};
|
|
119
118
|
ErrorableLoader: {};
|
|
120
119
|
ErrorDisplay: {};
|
|
121
120
|
Field: {};
|
|
@@ -145,6 +144,18 @@ export declare const reactBetterAuthGenerator: import("@baseplate-dev/sync").Gen
|
|
|
145
144
|
InputGroupText: {};
|
|
146
145
|
InputGroupTextarea: {};
|
|
147
146
|
inputVariants: {};
|
|
147
|
+
Item: {};
|
|
148
|
+
ItemActions: {};
|
|
149
|
+
ItemContent: {};
|
|
150
|
+
ItemDescription: {};
|
|
151
|
+
ItemFooter: {};
|
|
152
|
+
ItemGroup: {};
|
|
153
|
+
ItemHeader: {};
|
|
154
|
+
ItemMedia: {};
|
|
155
|
+
itemMediaVariants: {};
|
|
156
|
+
ItemSeparator: {};
|
|
157
|
+
ItemTitle: {};
|
|
158
|
+
itemVariants: {};
|
|
148
159
|
Label: {};
|
|
149
160
|
LinkButton: {};
|
|
150
161
|
Loader: {};
|
package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-better-auth.generator.d.ts","sourceRoot":"","sources":["../../../../../src/better-auth/generators/react/react-better-auth/react-better-auth.generator.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"react-better-auth.generator.d.ts","sourceRoot":"","sources":["../../../../../src/better-auth/generators/react/react-better-auth/react-better-auth.generator.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkEnC,CAAC"}
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
"icon": "icon.svg",
|
|
5
5
|
"description": "Self-hosted authentication using Better Auth with email/password, cookie-based sessions, and Prisma adapter.",
|
|
6
6
|
"version": "0.1.0",
|
|
7
|
-
"moduleDirectories": ["core"],
|
|
7
|
+
"moduleDirectories": ["core", "admin"],
|
|
8
8
|
"managedBy": "@baseplate-dev/plugin-auth:auth"
|
|
9
9
|
}
|
|
@@ -111,7 +111,6 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
111
111
|
DropdownMenuSubContent: {};
|
|
112
112
|
DropdownMenuSubTrigger: {};
|
|
113
113
|
DropdownMenuTrigger: {};
|
|
114
|
-
EmptyDisplay: {};
|
|
115
114
|
ErrorableLoader: {};
|
|
116
115
|
ErrorDisplay: {};
|
|
117
116
|
Field: {};
|
|
@@ -141,6 +140,18 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
141
140
|
InputGroupText: {};
|
|
142
141
|
InputGroupTextarea: {};
|
|
143
142
|
inputVariants: {};
|
|
143
|
+
Item: {};
|
|
144
|
+
ItemActions: {};
|
|
145
|
+
ItemContent: {};
|
|
146
|
+
ItemDescription: {};
|
|
147
|
+
ItemFooter: {};
|
|
148
|
+
ItemGroup: {};
|
|
149
|
+
ItemHeader: {};
|
|
150
|
+
ItemMedia: {};
|
|
151
|
+
itemMediaVariants: {};
|
|
152
|
+
ItemSeparator: {};
|
|
153
|
+
ItemTitle: {};
|
|
154
|
+
itemVariants: {};
|
|
144
155
|
Label: {};
|
|
145
156
|
LinkButton: {};
|
|
146
157
|
Loader: {};
|
|
@@ -338,7 +349,6 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
338
349
|
DropdownMenuSubContent: {};
|
|
339
350
|
DropdownMenuSubTrigger: {};
|
|
340
351
|
DropdownMenuTrigger: {};
|
|
341
|
-
EmptyDisplay: {};
|
|
342
352
|
ErrorableLoader: {};
|
|
343
353
|
ErrorDisplay: {};
|
|
344
354
|
Field: {};
|
|
@@ -368,6 +378,18 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
368
378
|
InputGroupText: {};
|
|
369
379
|
InputGroupTextarea: {};
|
|
370
380
|
inputVariants: {};
|
|
381
|
+
Item: {};
|
|
382
|
+
ItemActions: {};
|
|
383
|
+
ItemContent: {};
|
|
384
|
+
ItemDescription: {};
|
|
385
|
+
ItemFooter: {};
|
|
386
|
+
ItemGroup: {};
|
|
387
|
+
ItemHeader: {};
|
|
388
|
+
ItemMedia: {};
|
|
389
|
+
itemMediaVariants: {};
|
|
390
|
+
ItemSeparator: {};
|
|
391
|
+
ItemTitle: {};
|
|
392
|
+
itemVariants: {};
|
|
371
393
|
Label: {};
|
|
372
394
|
LinkButton: {};
|
|
373
395
|
Loader: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin-crud-manage-roles-action.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"admin-crud-manage-roles-action.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgI9C,CAAC"}
|
package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts
CHANGED
|
@@ -109,7 +109,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
109
109
|
DropdownMenuSubContent: {};
|
|
110
110
|
DropdownMenuSubTrigger: {};
|
|
111
111
|
DropdownMenuTrigger: {};
|
|
112
|
-
EmptyDisplay: {};
|
|
113
112
|
ErrorableLoader: {};
|
|
114
113
|
ErrorDisplay: {};
|
|
115
114
|
Field: {};
|
|
@@ -139,6 +138,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
139
138
|
InputGroupText: {};
|
|
140
139
|
InputGroupTextarea: {};
|
|
141
140
|
inputVariants: {};
|
|
141
|
+
Item: {};
|
|
142
|
+
ItemActions: {};
|
|
143
|
+
ItemContent: {};
|
|
144
|
+
ItemDescription: {};
|
|
145
|
+
ItemFooter: {};
|
|
146
|
+
ItemGroup: {};
|
|
147
|
+
ItemHeader: {};
|
|
148
|
+
ItemMedia: {};
|
|
149
|
+
itemMediaVariants: {};
|
|
150
|
+
ItemSeparator: {};
|
|
151
|
+
ItemTitle: {};
|
|
152
|
+
itemVariants: {};
|
|
142
153
|
Label: {};
|
|
143
154
|
LinkButton: {};
|
|
144
155
|
Loader: {};
|
|
@@ -347,7 +358,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
347
358
|
DropdownMenuSubContent: {};
|
|
348
359
|
DropdownMenuSubTrigger: {};
|
|
349
360
|
DropdownMenuTrigger: {};
|
|
350
|
-
EmptyDisplay: {};
|
|
351
361
|
ErrorableLoader: {};
|
|
352
362
|
ErrorDisplay: {};
|
|
353
363
|
Field: {};
|
|
@@ -377,6 +387,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
377
387
|
InputGroupText: {};
|
|
378
388
|
InputGroupTextarea: {};
|
|
379
389
|
inputVariants: {};
|
|
390
|
+
Item: {};
|
|
391
|
+
ItemActions: {};
|
|
392
|
+
ItemContent: {};
|
|
393
|
+
ItemDescription: {};
|
|
394
|
+
ItemFooter: {};
|
|
395
|
+
ItemGroup: {};
|
|
396
|
+
ItemHeader: {};
|
|
397
|
+
ItemMedia: {};
|
|
398
|
+
itemMediaVariants: {};
|
|
399
|
+
ItemSeparator: {};
|
|
400
|
+
ItemTitle: {};
|
|
401
|
+
itemVariants: {};
|
|
380
402
|
Label: {};
|
|
381
403
|
LinkButton: {};
|
|
382
404
|
Loader: {};
|
package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yDAAyD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIrE,CAAC"}
|
|
@@ -108,7 +108,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
108
108
|
DropdownMenuSubContent: {};
|
|
109
109
|
DropdownMenuSubTrigger: {};
|
|
110
110
|
DropdownMenuTrigger: {};
|
|
111
|
-
EmptyDisplay: {};
|
|
112
111
|
ErrorableLoader: {};
|
|
113
112
|
ErrorDisplay: {};
|
|
114
113
|
Field: {};
|
|
@@ -138,6 +137,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
138
137
|
InputGroupText: {};
|
|
139
138
|
InputGroupTextarea: {};
|
|
140
139
|
inputVariants: {};
|
|
140
|
+
Item: {};
|
|
141
|
+
ItemActions: {};
|
|
142
|
+
ItemContent: {};
|
|
143
|
+
ItemDescription: {};
|
|
144
|
+
ItemFooter: {};
|
|
145
|
+
ItemGroup: {};
|
|
146
|
+
ItemHeader: {};
|
|
147
|
+
ItemMedia: {};
|
|
148
|
+
itemMediaVariants: {};
|
|
149
|
+
ItemSeparator: {};
|
|
150
|
+
ItemTitle: {};
|
|
151
|
+
itemVariants: {};
|
|
141
152
|
Label: {};
|
|
142
153
|
LinkButton: {};
|
|
143
154
|
Loader: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAUzD,OAAO,EAAE,yDAAyD,EAAE,MAAM,sBAAsB,CAAC;AAEjG,MAAM,WAAW,iDAAiD;IAChE,iBAAiB,EAAE;QACjB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,yDAAyD,CAAC,iBAAiB,CACnF,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA0CD,eAAO,MAAM,yDAAyD
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAUzD,OAAO,EAAE,yDAAyD,EAAE,MAAM,sBAAsB,CAAC;AAEjG,MAAM,WAAW,iDAAiD;IAChE,iBAAiB,EAAE;QACjB,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,yDAAyD,CAAC,iBAAiB,CACnF,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA0CD,eAAO,MAAM,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGrE,CAAC"}
|
|
@@ -98,7 +98,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
98
98
|
DropdownMenuSubContent: {};
|
|
99
99
|
DropdownMenuSubTrigger: {};
|
|
100
100
|
DropdownMenuTrigger: {};
|
|
101
|
-
EmptyDisplay: {};
|
|
102
101
|
ErrorableLoader: {};
|
|
103
102
|
ErrorDisplay: {};
|
|
104
103
|
Field: {};
|
|
@@ -128,6 +127,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
128
127
|
InputGroupText: {};
|
|
129
128
|
InputGroupTextarea: {};
|
|
130
129
|
inputVariants: {};
|
|
130
|
+
Item: {};
|
|
131
|
+
ItemActions: {};
|
|
132
|
+
ItemContent: {};
|
|
133
|
+
ItemDescription: {};
|
|
134
|
+
ItemFooter: {};
|
|
135
|
+
ItemGroup: {};
|
|
136
|
+
ItemHeader: {};
|
|
137
|
+
ItemMedia: {};
|
|
138
|
+
itemMediaVariants: {};
|
|
139
|
+
ItemSeparator: {};
|
|
140
|
+
ItemTitle: {};
|
|
141
|
+
itemVariants: {};
|
|
131
142
|
Label: {};
|
|
132
143
|
LinkButton: {};
|
|
133
144
|
Loader: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,yDAAyD
|
|
1
|
+
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAErE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role-manager-dialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAmC1C,eAAO,MAAM,6BAA6B,KASxC,CAAC;AAYH,UAAU,sBAAsB;IAC9B,IAAI,EAAE,YAAY,CAAC,OAAO,6BAA6B,CAAC,CAAC;IACzD,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,IAAI,EACJ,YAAY,GACb,EAAE,sBAAsB,GAAG,YAAY,
|
|
1
|
+
{"version":3,"file":"role-manager-dialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAmC1C,eAAO,MAAM,6BAA6B,KASxC,CAAC;AAYH,UAAU,sBAAsB;IAC9B,IAAI,EAAE,YAAY,CAAC,OAAO,6BAA6B,CAAC,CAAC;IACzD,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,IAAI,EACJ,YAAY,GACb,EAAE,sBAAsB,GAAG,YAAY,CAiFvC"}
|
|
@@ -71,7 +71,7 @@ export function RoleManagerDialog({ user, open, onOpenChange, }) {
|
|
|
71
71
|
setIsSaving(false);
|
|
72
72
|
}
|
|
73
73
|
};
|
|
74
|
-
return (_jsx(Dialog, { open: open, onOpenChange: onOpenChange, children: _jsxs(DialogContent, { className: "sm:max-w-[500px]", children: [_jsxs(DialogHeader, { children: [_jsx(DialogTitle, { children: "Manage Roles" }), _jsxs(DialogDescription, { children: ["Assign roles to ", userData.name
|
|
74
|
+
return (_jsx(Dialog, { open: open, onOpenChange: onOpenChange, children: _jsxs(DialogContent, { className: "sm:max-w-[500px]", children: [_jsxs(DialogHeader, { children: [_jsx(DialogTitle, { children: "Manage Roles" }), _jsxs(DialogDescription, { children: ["Assign roles to ", userData.name] })] }), _jsxs("form", { onSubmit: form.handleSubmit(handleSubmit), children: [_jsx("div", { className: "py-4", children: _jsx(MultiComboboxFieldController, { control: form.control, name: "roles", label: "User Roles", description: "Select one or more roles for this user. Built-in roles like 'user' and 'public' are automatically assigned.", placeholder: "Search and select roles...", options: AVAILABLE_ROLES, getOptionLabel: (option) => option.label, getOptionValue: (option) => option.value, renderItemLabel: (option) => (_jsxs("div", { className: "flex flex-col", children: [_jsx("span", { children: option.label }), _jsx("span", { className: "text-xs text-muted-foreground", children: option.description })] })), noResultsText: "No roles found" }) }), _jsxs(DialogFooter, { children: [_jsx(Button, { type: "button", variant: "outline", onClick: () => {
|
|
75
75
|
onOpenChange(false);
|
|
76
76
|
}, children: "Cancel" }), _jsx(Button, { type: "submit", disabled: isSaving, children: "Save Roles" })] })] })] }) }));
|
|
77
77
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role-manager-dialog.js","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EACL,MAAM,EACN,MAAM,EACN,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,4BAA4B,GAC7B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAC/B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9B,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CAC3B,CAAC,CAAC;AAUH,oDAAoD;AACpD,MAAM,eAAe,GAAiB,mBAAmB,CAAC;AAE1D,MAAM,CAAC,MAAM,6BAA6B,GAAG,OAAO,CAAC;;;;;;;;;CASpD,CAAC,CAAC;AAEH,MAAM,uBAAuB,GAAG,OAAO,CAAC;;;;;;;;CAQvC,CAAC,CAAC;AAQH;;;;;;;;;;GAUG;AACH,MAAM,UAAU,iBAAiB,CAAC,EAChC,IAAI,EACJ,IAAI,EACJ,YAAY,GACW;IACvB,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAEhD,2BAA2B;IAC3B,MAAM,QAAQ,GAAG,YAAY,CAAC,6BAA6B,EAAE,IAAI,CAAC,CAAC;IAEnE,MAAM,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC,uBAAuB,CAAC,CAAC;IAE/D,MAAM,IAAI,GAAG,OAAO,CAAe;QACjC,QAAQ,EAAE,WAAW,CAAC,cAAc,CAAC;QACrC,aAAa,EAAE;YACb,KAAK,EAAE,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAmB,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;SAC3D;KACF,CAAC,CAAC;IAEH,MAAM,YAAY,GAAG,KAAK,EAAE,IAAkB,EAAiB,EAAE;QAC/D,WAAW,CAAC,IAAI,CAAC,CAAC;QAClB,IAAI,CAAC;YACH,MAAM,eAAe,CAAC;gBACpB,SAAS,EAAE;oBACT,KAAK,EAAE,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE;iBAClD;aACF,CAAC,CAAC;YACH,KAAK,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC;YAC5C,YAAY,CAAC,KAAK,CAAC,CAAC;QACtB,CAAC;QAAC,MAAM,CAAC;YACP,KAAK,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC;QACxC,CAAC;gBAAS,CAAC;YACT,WAAW,CAAC,KAAK,CAAC,CAAC;QACrB,CAAC;IACH,CAAC,CAAC;IAEF,OAAO,CACL,KAAC,MAAM,IAAC,IAAI,EAAE,IAAI,EAAE,YAAY,EAAE,YAAY,YAC5C,MAAC,aAAa,IAAC,SAAS,EAAC,kBAAkB,aACzC,MAAC,YAAY,eACX,KAAC,WAAW,+BAA2B,EACvC,MAAC,iBAAiB,
|
|
1
|
+
{"version":3,"file":"role-manager-dialog.js","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx"],"names":[],"mappings":"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"}
|
|
@@ -115,9 +115,7 @@ export function RoleManagerDialog({
|
|
|
115
115
|
<DialogContent className="sm:max-w-[500px]">
|
|
116
116
|
<DialogHeader>
|
|
117
117
|
<DialogTitle>Manage Roles</DialogTitle>
|
|
118
|
-
<DialogDescription>
|
|
119
|
-
Assign roles to {userData.name ?? userData.email}
|
|
120
|
-
</DialogDescription>
|
|
118
|
+
<DialogDescription>Assign roles to {userData.name}</DialogDescription>
|
|
121
119
|
</DialogHeader>
|
|
122
120
|
|
|
123
121
|
<form onSubmit={form.handleSubmit(handleSubmit)}>
|
|
@@ -110,7 +110,6 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
110
110
|
DropdownMenuSubContent: {};
|
|
111
111
|
DropdownMenuSubTrigger: {};
|
|
112
112
|
DropdownMenuTrigger: {};
|
|
113
|
-
EmptyDisplay: {};
|
|
114
113
|
ErrorableLoader: {};
|
|
115
114
|
ErrorDisplay: {};
|
|
116
115
|
Field: {};
|
|
@@ -140,6 +139,18 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
140
139
|
InputGroupText: {};
|
|
141
140
|
InputGroupTextarea: {};
|
|
142
141
|
inputVariants: {};
|
|
142
|
+
Item: {};
|
|
143
|
+
ItemActions: {};
|
|
144
|
+
ItemContent: {};
|
|
145
|
+
ItemDescription: {};
|
|
146
|
+
ItemFooter: {};
|
|
147
|
+
ItemGroup: {};
|
|
148
|
+
ItemHeader: {};
|
|
149
|
+
ItemMedia: {};
|
|
150
|
+
itemMediaVariants: {};
|
|
151
|
+
ItemSeparator: {};
|
|
152
|
+
ItemTitle: {};
|
|
153
|
+
itemVariants: {};
|
|
143
154
|
Label: {};
|
|
144
155
|
LinkButton: {};
|
|
145
156
|
Loader: {};
|
|
@@ -337,7 +348,6 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
337
348
|
DropdownMenuSubContent: {};
|
|
338
349
|
DropdownMenuSubTrigger: {};
|
|
339
350
|
DropdownMenuTrigger: {};
|
|
340
|
-
EmptyDisplay: {};
|
|
341
351
|
ErrorableLoader: {};
|
|
342
352
|
ErrorDisplay: {};
|
|
343
353
|
Field: {};
|
|
@@ -367,6 +377,18 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
367
377
|
InputGroupText: {};
|
|
368
378
|
InputGroupTextarea: {};
|
|
369
379
|
inputVariants: {};
|
|
380
|
+
Item: {};
|
|
381
|
+
ItemActions: {};
|
|
382
|
+
ItemContent: {};
|
|
383
|
+
ItemDescription: {};
|
|
384
|
+
ItemFooter: {};
|
|
385
|
+
ItemGroup: {};
|
|
386
|
+
ItemHeader: {};
|
|
387
|
+
ItemMedia: {};
|
|
388
|
+
itemMediaVariants: {};
|
|
389
|
+
ItemSeparator: {};
|
|
390
|
+
ItemTitle: {};
|
|
391
|
+
itemVariants: {};
|
|
370
392
|
Label: {};
|
|
371
393
|
LinkButton: {};
|
|
372
394
|
Loader: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin-crud-reset-password-action.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.ts"],"names":[],"mappings":"AAqBA;;GAEG;AACH,eAAO,MAAM,qCAAqC
|
|
1
|
+
{"version":3,"file":"admin-crud-reset-password-action.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.ts"],"names":[],"mappings":"AAqBA;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuHhD,CAAC"}
|
package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts
CHANGED
|
@@ -109,7 +109,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
109
109
|
DropdownMenuSubContent: {};
|
|
110
110
|
DropdownMenuSubTrigger: {};
|
|
111
111
|
DropdownMenuTrigger: {};
|
|
112
|
-
EmptyDisplay: {};
|
|
113
112
|
ErrorableLoader: {};
|
|
114
113
|
ErrorDisplay: {};
|
|
115
114
|
Field: {};
|
|
@@ -139,6 +138,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
139
138
|
InputGroupText: {};
|
|
140
139
|
InputGroupTextarea: {};
|
|
141
140
|
inputVariants: {};
|
|
141
|
+
Item: {};
|
|
142
|
+
ItemActions: {};
|
|
143
|
+
ItemContent: {};
|
|
144
|
+
ItemDescription: {};
|
|
145
|
+
ItemFooter: {};
|
|
146
|
+
ItemGroup: {};
|
|
147
|
+
ItemHeader: {};
|
|
148
|
+
ItemMedia: {};
|
|
149
|
+
itemMediaVariants: {};
|
|
150
|
+
ItemSeparator: {};
|
|
151
|
+
ItemTitle: {};
|
|
152
|
+
itemVariants: {};
|
|
142
153
|
Label: {};
|
|
143
154
|
LinkButton: {};
|
|
144
155
|
Loader: {};
|
|
@@ -346,7 +357,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
346
357
|
DropdownMenuSubContent: {};
|
|
347
358
|
DropdownMenuSubTrigger: {};
|
|
348
359
|
DropdownMenuTrigger: {};
|
|
349
|
-
EmptyDisplay: {};
|
|
350
360
|
ErrorableLoader: {};
|
|
351
361
|
ErrorDisplay: {};
|
|
352
362
|
Field: {};
|
|
@@ -376,6 +386,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
376
386
|
InputGroupText: {};
|
|
377
387
|
InputGroupTextarea: {};
|
|
378
388
|
inputVariants: {};
|
|
389
|
+
Item: {};
|
|
390
|
+
ItemActions: {};
|
|
391
|
+
ItemContent: {};
|
|
392
|
+
ItemDescription: {};
|
|
393
|
+
ItemFooter: {};
|
|
394
|
+
ItemGroup: {};
|
|
395
|
+
ItemHeader: {};
|
|
396
|
+
ItemMedia: {};
|
|
397
|
+
itemMediaVariants: {};
|
|
398
|
+
ItemSeparator: {};
|
|
399
|
+
ItemTitle: {};
|
|
400
|
+
itemVariants: {};
|
|
379
401
|
Label: {};
|
|
380
402
|
LinkButton: {};
|
|
381
403
|
Loader: {};
|
package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2DAA2D
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvE,CAAC"}
|
|
@@ -108,7 +108,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS
|
|
|
108
108
|
DropdownMenuSubContent: {};
|
|
109
109
|
DropdownMenuSubTrigger: {};
|
|
110
110
|
DropdownMenuTrigger: {};
|
|
111
|
-
EmptyDisplay: {};
|
|
112
111
|
ErrorableLoader: {};
|
|
113
112
|
ErrorDisplay: {};
|
|
114
113
|
Field: {};
|
|
@@ -138,6 +137,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS
|
|
|
138
137
|
InputGroupText: {};
|
|
139
138
|
InputGroupTextarea: {};
|
|
140
139
|
inputVariants: {};
|
|
140
|
+
Item: {};
|
|
141
|
+
ItemActions: {};
|
|
142
|
+
ItemContent: {};
|
|
143
|
+
ItemDescription: {};
|
|
144
|
+
ItemFooter: {};
|
|
145
|
+
ItemGroup: {};
|
|
146
|
+
ItemHeader: {};
|
|
147
|
+
ItemMedia: {};
|
|
148
|
+
itemMediaVariants: {};
|
|
149
|
+
ItemSeparator: {};
|
|
150
|
+
ItemTitle: {};
|
|
151
|
+
itemVariants: {};
|
|
141
152
|
Label: {};
|
|
142
153
|
LinkButton: {};
|
|
143
154
|
Loader: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAUzD,OAAO,EAAE,2DAA2D,EAAE,MAAM,sBAAsB,CAAC;AAEnG,MAAM,WAAW,mDAAmD;IAClE,SAAS,EAAE;QACT,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,2DAA2D,CAAC,SAAS,CAC7E,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA0CD,eAAO,MAAM,2DAA2D
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAUzD,OAAO,EAAE,2DAA2D,EAAE,MAAM,sBAAsB,CAAC;AAEnG,MAAM,WAAW,mDAAmD;IAClE,SAAS,EAAE;QACT,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,2DAA2D,CAAC,SAAS,CAC7E,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA0CD,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvE,CAAC"}
|
|
@@ -96,7 +96,6 @@ export declare const mainGroup: {
|
|
|
96
96
|
DropdownMenuSubContent: {};
|
|
97
97
|
DropdownMenuSubTrigger: {};
|
|
98
98
|
DropdownMenuTrigger: {};
|
|
99
|
-
EmptyDisplay: {};
|
|
100
99
|
ErrorableLoader: {};
|
|
101
100
|
ErrorDisplay: {};
|
|
102
101
|
Field: {};
|
|
@@ -126,6 +125,18 @@ export declare const mainGroup: {
|
|
|
126
125
|
InputGroupText: {};
|
|
127
126
|
InputGroupTextarea: {};
|
|
128
127
|
inputVariants: {};
|
|
128
|
+
Item: {};
|
|
129
|
+
ItemActions: {};
|
|
130
|
+
ItemContent: {};
|
|
131
|
+
ItemDescription: {};
|
|
132
|
+
ItemFooter: {};
|
|
133
|
+
ItemGroup: {};
|
|
134
|
+
ItemHeader: {};
|
|
135
|
+
ItemMedia: {};
|
|
136
|
+
itemMediaVariants: {};
|
|
137
|
+
ItemSeparator: {};
|
|
138
|
+
ItemTitle: {};
|
|
139
|
+
itemVariants: {};
|
|
129
140
|
Label: {};
|
|
130
141
|
LinkButton: {};
|
|
131
142
|
Loader: {};
|
|
@@ -332,7 +343,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
332
343
|
DropdownMenuSubContent: {};
|
|
333
344
|
DropdownMenuSubTrigger: {};
|
|
334
345
|
DropdownMenuTrigger: {};
|
|
335
|
-
EmptyDisplay: {};
|
|
336
346
|
ErrorableLoader: {};
|
|
337
347
|
ErrorDisplay: {};
|
|
338
348
|
Field: {};
|
|
@@ -362,6 +372,18 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
362
372
|
InputGroupText: {};
|
|
363
373
|
InputGroupTextarea: {};
|
|
364
374
|
inputVariants: {};
|
|
375
|
+
Item: {};
|
|
376
|
+
ItemActions: {};
|
|
377
|
+
ItemContent: {};
|
|
378
|
+
ItemDescription: {};
|
|
379
|
+
ItemFooter: {};
|
|
380
|
+
ItemGroup: {};
|
|
381
|
+
ItemHeader: {};
|
|
382
|
+
ItemMedia: {};
|
|
383
|
+
itemMediaVariants: {};
|
|
384
|
+
ItemSeparator: {};
|
|
385
|
+
ItemTitle: {};
|
|
386
|
+
itemVariants: {};
|
|
365
387
|
Label: {};
|
|
366
388
|
LinkButton: {};
|
|
367
389
|
Loader: {};
|
|
@@ -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
|
|
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"}
|
|
@@ -81,7 +81,7 @@ export function PasswordResetDialog({ user, open, onOpenChange, }) {
|
|
|
81
81
|
setIsSaving(false);
|
|
82
82
|
}
|
|
83
83
|
};
|
|
84
|
-
return (_jsx(Dialog, { open: open, onOpenChange: onOpenChange, children: _jsxs(DialogContent, { className: "sm:max-w-[425px]", children: [_jsxs(DialogHeader, { children: [_jsx(DialogTitle, { children: "Reset Password" }), _jsxs(DialogDescription, { children: ["Set a new password for ", userData.name
|
|
84
|
+
return (_jsx(Dialog, { open: open, onOpenChange: onOpenChange, children: _jsxs(DialogContent, { className: "sm:max-w-[425px]", children: [_jsxs(DialogHeader, { children: [_jsx(DialogTitle, { children: "Reset Password" }), _jsxs(DialogDescription, { children: ["Set a new password for ", userData.name] })] }), _jsxs("form", { onSubmit: form.handleSubmit(handleSubmit), children: [_jsxs("div", { className: "space-y-4 py-4", children: [_jsx(InputFieldController, { control: form.control, name: "newPassword", label: "New Password", type: "password", placeholder: "Enter new password", description: `Must be at least ${PASSWORD_MIN_LENGTH} characters`, autoComplete: "off" }), _jsx(InputFieldController, { control: form.control, name: "confirmPassword", label: "Confirm Password", type: "password", placeholder: "Confirm new password", autoComplete: "off" })] }), _jsxs(DialogFooter, { children: [_jsx(Button, { type: "button", variant: "outline", onClick: () => {
|
|
85
85
|
onOpenChange(false);
|
|
86
86
|
form.reset();
|
|
87
87
|
}, children: "Cancel" }), _jsx(Button, { type: "submit", disabled: isSaving, children: "Reset 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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"}
|
|
@@ -123,7 +123,7 @@ export function PasswordResetDialog({
|
|
|
123
123
|
<DialogHeader>
|
|
124
124
|
<DialogTitle>Reset Password</DialogTitle>
|
|
125
125
|
<DialogDescription>
|
|
126
|
-
Set a new password for {userData.name
|
|
126
|
+
Set a new password for {userData.name}
|
|
127
127
|
</DialogDescription>
|
|
128
128
|
</DialogHeader>
|
|
129
129
|
|
|
@@ -93,7 +93,6 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
93
93
|
DropdownMenuSubContent: {};
|
|
94
94
|
DropdownMenuSubTrigger: {};
|
|
95
95
|
DropdownMenuTrigger: {};
|
|
96
|
-
EmptyDisplay: {};
|
|
97
96
|
ErrorableLoader: {};
|
|
98
97
|
ErrorDisplay: {};
|
|
99
98
|
Field: {};
|
|
@@ -123,6 +122,18 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
123
122
|
InputGroupText: {};
|
|
124
123
|
InputGroupTextarea: {};
|
|
125
124
|
inputVariants: {};
|
|
125
|
+
Item: {};
|
|
126
|
+
ItemActions: {};
|
|
127
|
+
ItemContent: {};
|
|
128
|
+
ItemDescription: {};
|
|
129
|
+
ItemFooter: {};
|
|
130
|
+
ItemGroup: {};
|
|
131
|
+
ItemHeader: {};
|
|
132
|
+
ItemMedia: {};
|
|
133
|
+
itemMediaVariants: {};
|
|
134
|
+
ItemSeparator: {};
|
|
135
|
+
ItemTitle: {};
|
|
136
|
+
itemVariants: {};
|
|
126
137
|
Label: {};
|
|
127
138
|
LinkButton: {};
|
|
128
139
|
Loader: {};
|
|
@@ -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
|
|
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"}
|
|
@@ -24,7 +24,7 @@ function buildManageRolesActionCompiler() {
|
|
|
24
24
|
position: definition.position,
|
|
25
25
|
availableRoles: authConfig
|
|
26
26
|
.getAuthConfigOrThrow(definitionContainer.definition)
|
|
27
|
-
.roles.filter((r) => !r.
|
|
27
|
+
.roles.filter((r) => !r.autoAssigned),
|
|
28
28
|
});
|
|
29
29
|
},
|
|
30
30
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node.js","sourceRoot":"","sources":["../../../src/local-auth/admin/node.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,EAC3B,cAAc,EACd,kBAAkB,GACnB,MAAM,oCAAoC,CAAC;AAM5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,sDAAsD,CAAC;AAC3G,OAAO,EAAE,qCAAqC,EAAE,MAAM,wDAAwD,CAAC;AAC/G,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAE9F,SAAS,wBAAwB;IAC/B,OAAO;QACL,IAAI,EAAE,OAAO;QACb,aAAa,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE;YACjC,OAAO,6BAA6B,CAAC;gBACnC,EAAE,EAAE,UAAU,CAAC,EAAE;gBACjB,KAAK,EAAE,UAAU,CAAC,KAAK;gBACvB,KAAK;aACN,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,SAAS,8BAA8B;IACrC,OAAO;QACL,IAAI,EAAE,cAAc;QACpB,aAAa,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,mBAAmB,EAAE;YACtD,MAAM,UAAU,GAAG,mBAAmB,CAAC,WAAW,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;YACvE,OAAO,mCAAmC,CAAC;gBACzC,KAAK;gBACL,QAAQ,EAAE,UAAU,CAAC,QAAQ;gBAC7B,cAAc,EAAE,UAAU;qBACvB,oBAAoB,CAAC,mBAAmB,CAAC,UAAU,CAAC;qBACpD,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"node.js","sourceRoot":"","sources":["../../../src/local-auth/admin/node.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,EAC3B,cAAc,EACd,kBAAkB,GACnB,MAAM,oCAAoC,CAAC;AAM5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,sDAAsD,CAAC;AAC3G,OAAO,EAAE,qCAAqC,EAAE,MAAM,wDAAwD,CAAC;AAC/G,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAE9F,SAAS,wBAAwB;IAC/B,OAAO;QACL,IAAI,EAAE,OAAO;QACb,aAAa,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE;YACjC,OAAO,6BAA6B,CAAC;gBACnC,EAAE,EAAE,UAAU,CAAC,EAAE;gBACjB,KAAK,EAAE,UAAU,CAAC,KAAK;gBACvB,KAAK;aACN,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,SAAS,8BAA8B;IACrC,OAAO;QACL,IAAI,EAAE,cAAc;QACpB,aAAa,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,mBAAmB,EAAE;YACtD,MAAM,UAAU,GAAG,mBAAmB,CAAC,WAAW,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;YACvE,OAAO,mCAAmC,CAAC;gBACzC,KAAK;gBACL,QAAQ,EAAE,UAAU,CAAC,QAAQ;gBAC7B,cAAc,EAAE,UAAU;qBACvB,oBAAoB,CAAC,mBAAmB,CAAC,UAAU,CAAC;qBACpD,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC;aACxC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,SAAS,gCAAgC;IACvC,OAAO;QACL,IAAI,EAAE,gBAAgB;QACtB,aAAa,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE;YACjC,OAAO,qCAAqC,CAAC;gBAC3C,KAAK;gBACL,QAAQ,EAAE,UAAU,CAAC,QAAQ;aAC9B,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,eAAe,kBAAkB,CAAC;IAChC,IAAI,EAAE,MAAM;IACZ,YAAY,EAAE;QACZ,uBAAuB,EAAE,2BAA2B;QACpD,uBAAuB,EAAE,2BAA2B;KACrD;IACD,UAAU,EAAE,CAAC,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,EAAE,EAAE;QACnE,uBAAuB,CAAC,OAAO,CAAC,OAAO,CAAC;YACtC,8BAA8B,EAAE;YAChC,gCAAgC,EAAE;SACnC,CAAC,CAAC;QACH,uBAAuB,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAE,CAAC,CAAC;IAClE,CAAC;CACF,CAAC,CAAC"}
|