@baseplate-dev/plugin-auth 0.6.18 → 0.6.19
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 +34 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +31 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +31 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +1 -2
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +1 -1
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +31 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +1 -2
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +1 -1
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +31 -0
- package/dist/better-auth/core/node.js +7 -8
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.js +1 -0
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +20 -3
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +5 -24
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +40 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +19 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +6 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js +1 -0
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +20 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +4 -1
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +16 -8
- package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts +1 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts +5 -4
- package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts +1 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js +1 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts +2 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js +2 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts +6 -6
- package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js +13 -13
- package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/{use-required-user-id.ts → use-user-id-or-throw.ts} +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +31 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +186 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +31 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +310 -0
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/forgot-password.tsx +1 -4
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +65 -2
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +32 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts +1 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js +1 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +32 -1
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +32 -1
- package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +12 -3
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.js +1 -2
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.tsx +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +1 -2
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +1 -2
- 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 +31 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +10 -7
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +8 -11
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +40 -13
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +6 -5
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts +1 -3
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js +1 -2
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +40 -16
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +11 -8
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +5 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.js +17 -13
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.ts +25 -13
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +2 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +5 -3
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +272 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +547 -4
- package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +271 -0
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js +4 -2
- package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts +2 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js +2 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +548 -6
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js +15 -14
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.ts +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +7 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +19 -7
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +3 -26
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +48 -7
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +0 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +0 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +19 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +7 -3
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +28 -7
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +5 -14
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.d.ts +7 -6
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.js +23 -17
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.ts +25 -18
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +8 -9
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +10 -11
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +31 -0
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +249 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +31 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js +1 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +310 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.js +12 -5
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.tsx +14 -4
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js +1 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.js +4 -4
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.tsx +4 -3
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +4 -4
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +4 -3
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +4 -4
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +4 -3
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +1 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +1 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +78 -7
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +32 -1
- package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts +1 -0
- package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js +1 -0
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +90 -12
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.js +5 -2
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +48 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.js +35 -1
- package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js +17 -44
- package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +21 -49
- package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts +43 -34
- package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js +96 -80
- package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.ts +148 -82
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts +0 -2
- package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts +0 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts +0 -1
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts +0 -1
- package/dist/local-auth/core/node.js +7 -7
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts +4 -3
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts +2 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js +2 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts +4 -4
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js +13 -13
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts +1 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.ts +2 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +1 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts +0 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts +1 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js +1 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts +0 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.d.ts +0 -1
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth__mf_owner__1-CKKmnLep.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth__mf_owner__1-DUupKqD4.js} +14 -14
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Cx7TvZ_H.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-DE4rTqEA.js} +198 -66
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-D3Nvasea.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-mszeXpf-.js} +1 -1
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-C2GDE8Py.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-CtIleM_e.js} +2517 -1545
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CiccpWjh.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-BckLhSjF.js} +2 -2
- package/dist/web/assets/auth-DR6QxrAW.js +1 -0
- package/dist/web/assets/{common-CoLuMS7U.js → common-BsyRiQi3.js} +6 -6
- package/dist/web/assets/{common-N3skPbzk.js → common-CRwNlCMn.js} +10 -10
- package/dist/web/assets/{common-Co5lW_TK.js → common-CvqlRZC9.js} +12 -12
- package/dist/web/assets/{common-C8_sC5pp.js → common-D3atSs7O.js} +15 -15
- package/dist/web/assets/common-DuFyXa6l.js +36 -0
- package/dist/web/assets/common-islduJTj.js +43 -0
- package/dist/web/assets/{get-auth-plugin-definition-DyokUVjX.js → get-auth-plugin-definition-BgWWHl_Y.js} +3 -3
- package/dist/web/assets/{hostInit-BCYmw0H5.js → hostInit-DNA4kLRY.js} +1 -1
- package/dist/web/assets/{mf-entry-bootstrap-0-3ede9334.js → mf-entry-bootstrap-0-ea77c09b.js} +1 -1
- package/dist/web/assets/{mf-entry-bootstrap-1-3da85eea.js → mf-entry-bootstrap-1-9dee3d8d.js} +2 -2
- package/dist/web/assets/{mf-entry-bootstrap-2-32e24e11.js → mf-entry-bootstrap-2-3179040b.js} +1 -1
- package/dist/web/assets/{mf-entry-bootstrap-3-a3cfea9d.js → mf-entry-bootstrap-3-370d200d.js} +2 -2
- package/dist/web/assets/{models-BcPOQC5p.js → models-BOeSYfRn.js} +4 -4
- package/dist/web/assets/{models-BcUgOGGn.js → models-DF6DoXt6.js} +4 -4
- package/dist/web/assets/{plugin-definition-D1EImXIf.js → plugin-definition--k0VAeK3.js} +9 -9
- package/dist/web/assets/{plugin-definition-lw-gB4hU.js → plugin-definition-CMwSlxsJ.js} +3 -3
- package/dist/web/assets/{styles-EOyEbGA4.js → styles-BQEcQHoR.js} +8 -8
- package/dist/web/assets/{virtualExposes-DWORnjyA.js → virtualExposes-C7fDiAmS.js} +1 -1
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-t-KnBiUh.js → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-BZBRyml2.js} +3 -3
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DZfE3QCR.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-6SjVUCs8.js} +13 -13
- package/dist/web/assets/{web-kaD9AzNS.js → web-8wz0ad-V.js} +8 -8
- package/dist/web/assets/{web-EDeSquSP.js → web-BGixH_gT.js} +19 -19
- package/dist/web/assets/{web-PqAcfBSy.js → web-BxIwkN3O.js} +7 -7
- package/dist/web/assets/{web-CBVepebK.js → web-CQMfABjr.js} +19 -19
- package/dist/web/assets/{web-RhChfBw_.js → web-CcNpItSu.js} +17 -17
- package/dist/web/assets/{web-xJ-GnSkC.js → web-CypPeiVv.js} +25 -25
- package/dist/web/assets/{web-Dgb85jhs.js → web-CzK_la2_.js} +41 -41
- package/dist/web/index.html +4 -4
- package/dist/web/remoteEntry.js +1 -1
- package/package.json +12 -12
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts +0 -38
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js +0 -71
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.ts +0 -77
- package/dist/web/assets/auth-CsHp2bQi.js +0 -1
- package/dist/web/assets/common-BGTuTgx7.js +0 -43
- package/dist/web/assets/common-Dueu_1NG.js +0 -36
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
2
2
|
imports: {
|
|
3
|
+
generatorName: string;
|
|
3
4
|
task: import("@baseplate-dev/sync").GeneratorTask<{
|
|
4
5
|
authRoutesImports: import("@baseplate-dev/sync").ProviderExport<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
5
6
|
PASSWORD_MAX_LENGTH: {};
|
|
@@ -41,6 +42,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
41
42
|
isTypeOnly: true;
|
|
42
43
|
};
|
|
43
44
|
Alert: {};
|
|
45
|
+
AlertAction: {};
|
|
44
46
|
AlertDescription: {};
|
|
45
47
|
AlertTitle: {};
|
|
46
48
|
Autocomplete: {};
|
|
@@ -70,6 +72,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
70
72
|
buttonVariants: {};
|
|
71
73
|
Calendar: {};
|
|
72
74
|
Card: {};
|
|
75
|
+
CardAction: {};
|
|
73
76
|
CardContent: {};
|
|
74
77
|
CardDescription: {};
|
|
75
78
|
CardFooter: {};
|
|
@@ -196,6 +199,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
196
199
|
NotFoundCard: {};
|
|
197
200
|
NumberField: {};
|
|
198
201
|
NumberFieldController: {};
|
|
202
|
+
PageHeader: {};
|
|
203
|
+
PageHeaderActions: {};
|
|
204
|
+
PageHeaderDescription: {};
|
|
205
|
+
PageHeaderTitle: {};
|
|
199
206
|
Popover: {};
|
|
200
207
|
PopoverContent: {};
|
|
201
208
|
PopoverTrigger: {};
|
|
@@ -205,6 +212,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
205
212
|
isTypeOnly: true;
|
|
206
213
|
};
|
|
207
214
|
ScrollArea: {};
|
|
215
|
+
Section: {};
|
|
216
|
+
SectionActions: {};
|
|
217
|
+
SectionDescription: {};
|
|
218
|
+
SectionHeader: {};
|
|
219
|
+
SectionTitle: {};
|
|
208
220
|
Select: {};
|
|
209
221
|
SelectField: {};
|
|
210
222
|
SelectFieldController: {};
|
|
@@ -260,7 +272,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
260
272
|
Textarea: {};
|
|
261
273
|
TextareaField: {};
|
|
262
274
|
TextareaFieldController: {};
|
|
275
|
+
Toast: {};
|
|
276
|
+
toast: {};
|
|
277
|
+
ToastAction: {};
|
|
278
|
+
ToastClose: {};
|
|
279
|
+
ToastContent: {};
|
|
280
|
+
ToastDescription: {};
|
|
263
281
|
Toaster: {};
|
|
282
|
+
toastManager: {};
|
|
283
|
+
ToastOptions: {
|
|
284
|
+
isTypeOnly: true;
|
|
285
|
+
};
|
|
286
|
+
ToastPortal: {};
|
|
287
|
+
ToastProvider: {};
|
|
288
|
+
ToastTitle: {};
|
|
289
|
+
ToastType: {
|
|
290
|
+
isTypeOnly: true;
|
|
291
|
+
};
|
|
292
|
+
ToastUpdateOptions: {
|
|
293
|
+
isTypeOnly: true;
|
|
294
|
+
};
|
|
295
|
+
ToastViewport: {};
|
|
264
296
|
Tooltip: {};
|
|
265
297
|
TooltipContent: {};
|
|
266
298
|
TooltipProvider: {};
|
|
@@ -308,6 +340,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
308
340
|
isTypeOnly: true;
|
|
309
341
|
};
|
|
310
342
|
Alert: {};
|
|
343
|
+
AlertAction: {};
|
|
311
344
|
AlertDescription: {};
|
|
312
345
|
AlertTitle: {};
|
|
313
346
|
Autocomplete: {};
|
|
@@ -337,6 +370,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
337
370
|
buttonVariants: {};
|
|
338
371
|
Calendar: {};
|
|
339
372
|
Card: {};
|
|
373
|
+
CardAction: {};
|
|
340
374
|
CardContent: {};
|
|
341
375
|
CardDescription: {};
|
|
342
376
|
CardFooter: {};
|
|
@@ -463,6 +497,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
463
497
|
NotFoundCard: {};
|
|
464
498
|
NumberField: {};
|
|
465
499
|
NumberFieldController: {};
|
|
500
|
+
PageHeader: {};
|
|
501
|
+
PageHeaderActions: {};
|
|
502
|
+
PageHeaderDescription: {};
|
|
503
|
+
PageHeaderTitle: {};
|
|
466
504
|
Popover: {};
|
|
467
505
|
PopoverContent: {};
|
|
468
506
|
PopoverTrigger: {};
|
|
@@ -472,6 +510,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
472
510
|
isTypeOnly: true;
|
|
473
511
|
};
|
|
474
512
|
ScrollArea: {};
|
|
513
|
+
Section: {};
|
|
514
|
+
SectionActions: {};
|
|
515
|
+
SectionDescription: {};
|
|
516
|
+
SectionHeader: {};
|
|
517
|
+
SectionTitle: {};
|
|
475
518
|
Select: {};
|
|
476
519
|
SelectField: {};
|
|
477
520
|
SelectFieldController: {};
|
|
@@ -527,7 +570,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
527
570
|
Textarea: {};
|
|
528
571
|
TextareaField: {};
|
|
529
572
|
TextareaFieldController: {};
|
|
573
|
+
Toast: {};
|
|
574
|
+
toast: {};
|
|
575
|
+
ToastAction: {};
|
|
576
|
+
ToastClose: {};
|
|
577
|
+
ToastContent: {};
|
|
578
|
+
ToastDescription: {};
|
|
530
579
|
Toaster: {};
|
|
580
|
+
toastManager: {};
|
|
581
|
+
ToastOptions: {
|
|
582
|
+
isTypeOnly: true;
|
|
583
|
+
};
|
|
584
|
+
ToastPortal: {};
|
|
585
|
+
ToastProvider: {};
|
|
586
|
+
ToastTitle: {};
|
|
587
|
+
ToastType: {
|
|
588
|
+
isTypeOnly: true;
|
|
589
|
+
};
|
|
590
|
+
ToastUpdateOptions: {
|
|
591
|
+
isTypeOnly: true;
|
|
592
|
+
};
|
|
593
|
+
ToastViewport: {};
|
|
531
594
|
Tooltip: {};
|
|
532
595
|
TooltipContent: {};
|
|
533
596
|
TooltipProvider: {};
|
|
@@ -574,6 +637,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
574
637
|
isTypeOnly: true;
|
|
575
638
|
};
|
|
576
639
|
Alert: {};
|
|
640
|
+
AlertAction: {};
|
|
577
641
|
AlertDescription: {};
|
|
578
642
|
AlertTitle: {};
|
|
579
643
|
Autocomplete: {};
|
|
@@ -603,6 +667,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
603
667
|
buttonVariants: {};
|
|
604
668
|
Calendar: {};
|
|
605
669
|
Card: {};
|
|
670
|
+
CardAction: {};
|
|
606
671
|
CardContent: {};
|
|
607
672
|
CardDescription: {};
|
|
608
673
|
CardFooter: {};
|
|
@@ -729,6 +794,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
729
794
|
NotFoundCard: {};
|
|
730
795
|
NumberField: {};
|
|
731
796
|
NumberFieldController: {};
|
|
797
|
+
PageHeader: {};
|
|
798
|
+
PageHeaderActions: {};
|
|
799
|
+
PageHeaderDescription: {};
|
|
800
|
+
PageHeaderTitle: {};
|
|
732
801
|
Popover: {};
|
|
733
802
|
PopoverContent: {};
|
|
734
803
|
PopoverTrigger: {};
|
|
@@ -738,6 +807,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
738
807
|
isTypeOnly: true;
|
|
739
808
|
};
|
|
740
809
|
ScrollArea: {};
|
|
810
|
+
Section: {};
|
|
811
|
+
SectionActions: {};
|
|
812
|
+
SectionDescription: {};
|
|
813
|
+
SectionHeader: {};
|
|
814
|
+
SectionTitle: {};
|
|
741
815
|
Select: {};
|
|
742
816
|
SelectField: {};
|
|
743
817
|
SelectFieldController: {};
|
|
@@ -793,7 +867,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
793
867
|
Textarea: {};
|
|
794
868
|
TextareaField: {};
|
|
795
869
|
TextareaFieldController: {};
|
|
870
|
+
Toast: {};
|
|
871
|
+
toast: {};
|
|
872
|
+
ToastAction: {};
|
|
873
|
+
ToastClose: {};
|
|
874
|
+
ToastContent: {};
|
|
875
|
+
ToastDescription: {};
|
|
796
876
|
Toaster: {};
|
|
877
|
+
toastManager: {};
|
|
878
|
+
ToastOptions: {
|
|
879
|
+
isTypeOnly: true;
|
|
880
|
+
};
|
|
881
|
+
ToastPortal: {};
|
|
882
|
+
ToastProvider: {};
|
|
883
|
+
ToastTitle: {};
|
|
884
|
+
ToastType: {
|
|
885
|
+
isTypeOnly: true;
|
|
886
|
+
};
|
|
887
|
+
ToastUpdateOptions: {
|
|
888
|
+
isTypeOnly: true;
|
|
889
|
+
};
|
|
890
|
+
ToastViewport: {};
|
|
797
891
|
Tooltip: {};
|
|
798
892
|
TooltipContent: {};
|
|
799
893
|
TooltipProvider: {};
|
|
@@ -837,6 +931,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
837
931
|
isTypeOnly: true;
|
|
838
932
|
};
|
|
839
933
|
Alert: {};
|
|
934
|
+
AlertAction: {};
|
|
840
935
|
AlertDescription: {};
|
|
841
936
|
AlertTitle: {};
|
|
842
937
|
Autocomplete: {};
|
|
@@ -866,6 +961,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
866
961
|
buttonVariants: {};
|
|
867
962
|
Calendar: {};
|
|
868
963
|
Card: {};
|
|
964
|
+
CardAction: {};
|
|
869
965
|
CardContent: {};
|
|
870
966
|
CardDescription: {};
|
|
871
967
|
CardFooter: {};
|
|
@@ -992,6 +1088,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
992
1088
|
NotFoundCard: {};
|
|
993
1089
|
NumberField: {};
|
|
994
1090
|
NumberFieldController: {};
|
|
1091
|
+
PageHeader: {};
|
|
1092
|
+
PageHeaderActions: {};
|
|
1093
|
+
PageHeaderDescription: {};
|
|
1094
|
+
PageHeaderTitle: {};
|
|
995
1095
|
Popover: {};
|
|
996
1096
|
PopoverContent: {};
|
|
997
1097
|
PopoverTrigger: {};
|
|
@@ -1001,6 +1101,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1001
1101
|
isTypeOnly: true;
|
|
1002
1102
|
};
|
|
1003
1103
|
ScrollArea: {};
|
|
1104
|
+
Section: {};
|
|
1105
|
+
SectionActions: {};
|
|
1106
|
+
SectionDescription: {};
|
|
1107
|
+
SectionHeader: {};
|
|
1108
|
+
SectionTitle: {};
|
|
1004
1109
|
Select: {};
|
|
1005
1110
|
SelectField: {};
|
|
1006
1111
|
SelectFieldController: {};
|
|
@@ -1056,7 +1161,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1056
1161
|
Textarea: {};
|
|
1057
1162
|
TextareaField: {};
|
|
1058
1163
|
TextareaFieldController: {};
|
|
1164
|
+
Toast: {};
|
|
1165
|
+
toast: {};
|
|
1166
|
+
ToastAction: {};
|
|
1167
|
+
ToastClose: {};
|
|
1168
|
+
ToastContent: {};
|
|
1169
|
+
ToastDescription: {};
|
|
1059
1170
|
Toaster: {};
|
|
1171
|
+
toastManager: {};
|
|
1172
|
+
ToastOptions: {
|
|
1173
|
+
isTypeOnly: true;
|
|
1174
|
+
};
|
|
1175
|
+
ToastPortal: {};
|
|
1176
|
+
ToastProvider: {};
|
|
1177
|
+
ToastTitle: {};
|
|
1178
|
+
ToastType: {
|
|
1179
|
+
isTypeOnly: true;
|
|
1180
|
+
};
|
|
1181
|
+
ToastUpdateOptions: {
|
|
1182
|
+
isTypeOnly: true;
|
|
1183
|
+
};
|
|
1184
|
+
ToastViewport: {};
|
|
1060
1185
|
Tooltip: {};
|
|
1061
1186
|
TooltipContent: {};
|
|
1062
1187
|
TooltipProvider: {};
|
|
@@ -1102,6 +1227,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1102
1227
|
isTypeOnly: true;
|
|
1103
1228
|
};
|
|
1104
1229
|
Alert: {};
|
|
1230
|
+
AlertAction: {};
|
|
1105
1231
|
AlertDescription: {};
|
|
1106
1232
|
AlertTitle: {};
|
|
1107
1233
|
Autocomplete: {};
|
|
@@ -1131,6 +1257,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1131
1257
|
buttonVariants: {};
|
|
1132
1258
|
Calendar: {};
|
|
1133
1259
|
Card: {};
|
|
1260
|
+
CardAction: {};
|
|
1134
1261
|
CardContent: {};
|
|
1135
1262
|
CardDescription: {};
|
|
1136
1263
|
CardFooter: {};
|
|
@@ -1257,6 +1384,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1257
1384
|
NotFoundCard: {};
|
|
1258
1385
|
NumberField: {};
|
|
1259
1386
|
NumberFieldController: {};
|
|
1387
|
+
PageHeader: {};
|
|
1388
|
+
PageHeaderActions: {};
|
|
1389
|
+
PageHeaderDescription: {};
|
|
1390
|
+
PageHeaderTitle: {};
|
|
1260
1391
|
Popover: {};
|
|
1261
1392
|
PopoverContent: {};
|
|
1262
1393
|
PopoverTrigger: {};
|
|
@@ -1266,6 +1397,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1266
1397
|
isTypeOnly: true;
|
|
1267
1398
|
};
|
|
1268
1399
|
ScrollArea: {};
|
|
1400
|
+
Section: {};
|
|
1401
|
+
SectionActions: {};
|
|
1402
|
+
SectionDescription: {};
|
|
1403
|
+
SectionHeader: {};
|
|
1404
|
+
SectionTitle: {};
|
|
1269
1405
|
Select: {};
|
|
1270
1406
|
SelectField: {};
|
|
1271
1407
|
SelectFieldController: {};
|
|
@@ -1321,7 +1457,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1321
1457
|
Textarea: {};
|
|
1322
1458
|
TextareaField: {};
|
|
1323
1459
|
TextareaFieldController: {};
|
|
1460
|
+
Toast: {};
|
|
1461
|
+
toast: {};
|
|
1462
|
+
ToastAction: {};
|
|
1463
|
+
ToastClose: {};
|
|
1464
|
+
ToastContent: {};
|
|
1465
|
+
ToastDescription: {};
|
|
1324
1466
|
Toaster: {};
|
|
1467
|
+
toastManager: {};
|
|
1468
|
+
ToastOptions: {
|
|
1469
|
+
isTypeOnly: true;
|
|
1470
|
+
};
|
|
1471
|
+
ToastPortal: {};
|
|
1472
|
+
ToastProvider: {};
|
|
1473
|
+
ToastTitle: {};
|
|
1474
|
+
ToastType: {
|
|
1475
|
+
isTypeOnly: true;
|
|
1476
|
+
};
|
|
1477
|
+
ToastUpdateOptions: {
|
|
1478
|
+
isTypeOnly: true;
|
|
1479
|
+
};
|
|
1480
|
+
ToastViewport: {};
|
|
1325
1481
|
Tooltip: {};
|
|
1326
1482
|
TooltipContent: {};
|
|
1327
1483
|
TooltipProvider: {};
|
|
@@ -1368,6 +1524,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1368
1524
|
isTypeOnly: true;
|
|
1369
1525
|
};
|
|
1370
1526
|
Alert: {};
|
|
1527
|
+
AlertAction: {};
|
|
1371
1528
|
AlertDescription: {};
|
|
1372
1529
|
AlertTitle: {};
|
|
1373
1530
|
Autocomplete: {};
|
|
@@ -1397,6 +1554,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1397
1554
|
buttonVariants: {};
|
|
1398
1555
|
Calendar: {};
|
|
1399
1556
|
Card: {};
|
|
1557
|
+
CardAction: {};
|
|
1400
1558
|
CardContent: {};
|
|
1401
1559
|
CardDescription: {};
|
|
1402
1560
|
CardFooter: {};
|
|
@@ -1523,6 +1681,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1523
1681
|
NotFoundCard: {};
|
|
1524
1682
|
NumberField: {};
|
|
1525
1683
|
NumberFieldController: {};
|
|
1684
|
+
PageHeader: {};
|
|
1685
|
+
PageHeaderActions: {};
|
|
1686
|
+
PageHeaderDescription: {};
|
|
1687
|
+
PageHeaderTitle: {};
|
|
1526
1688
|
Popover: {};
|
|
1527
1689
|
PopoverContent: {};
|
|
1528
1690
|
PopoverTrigger: {};
|
|
@@ -1532,6 +1694,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1532
1694
|
isTypeOnly: true;
|
|
1533
1695
|
};
|
|
1534
1696
|
ScrollArea: {};
|
|
1697
|
+
Section: {};
|
|
1698
|
+
SectionActions: {};
|
|
1699
|
+
SectionDescription: {};
|
|
1700
|
+
SectionHeader: {};
|
|
1701
|
+
SectionTitle: {};
|
|
1535
1702
|
Select: {};
|
|
1536
1703
|
SelectField: {};
|
|
1537
1704
|
SelectFieldController: {};
|
|
@@ -1587,7 +1754,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1587
1754
|
Textarea: {};
|
|
1588
1755
|
TextareaField: {};
|
|
1589
1756
|
TextareaFieldController: {};
|
|
1757
|
+
Toast: {};
|
|
1758
|
+
toast: {};
|
|
1759
|
+
ToastAction: {};
|
|
1760
|
+
ToastClose: {};
|
|
1761
|
+
ToastContent: {};
|
|
1762
|
+
ToastDescription: {};
|
|
1590
1763
|
Toaster: {};
|
|
1764
|
+
toastManager: {};
|
|
1765
|
+
ToastOptions: {
|
|
1766
|
+
isTypeOnly: true;
|
|
1767
|
+
};
|
|
1768
|
+
ToastPortal: {};
|
|
1769
|
+
ToastProvider: {};
|
|
1770
|
+
ToastTitle: {};
|
|
1771
|
+
ToastType: {
|
|
1772
|
+
isTypeOnly: true;
|
|
1773
|
+
};
|
|
1774
|
+
ToastUpdateOptions: {
|
|
1775
|
+
isTypeOnly: true;
|
|
1776
|
+
};
|
|
1777
|
+
ToastViewport: {};
|
|
1591
1778
|
Tooltip: {};
|
|
1592
1779
|
TooltipContent: {};
|
|
1593
1780
|
TooltipProvider: {};
|
|
@@ -1637,6 +1824,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1637
1824
|
isTypeOnly: true;
|
|
1638
1825
|
};
|
|
1639
1826
|
Alert: {};
|
|
1827
|
+
AlertAction: {};
|
|
1640
1828
|
AlertDescription: {};
|
|
1641
1829
|
AlertTitle: {};
|
|
1642
1830
|
Autocomplete: {};
|
|
@@ -1666,6 +1854,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1666
1854
|
buttonVariants: {};
|
|
1667
1855
|
Calendar: {};
|
|
1668
1856
|
Card: {};
|
|
1857
|
+
CardAction: {};
|
|
1669
1858
|
CardContent: {};
|
|
1670
1859
|
CardDescription: {};
|
|
1671
1860
|
CardFooter: {};
|
|
@@ -1792,6 +1981,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1792
1981
|
NotFoundCard: {};
|
|
1793
1982
|
NumberField: {};
|
|
1794
1983
|
NumberFieldController: {};
|
|
1984
|
+
PageHeader: {};
|
|
1985
|
+
PageHeaderActions: {};
|
|
1986
|
+
PageHeaderDescription: {};
|
|
1987
|
+
PageHeaderTitle: {};
|
|
1795
1988
|
Popover: {};
|
|
1796
1989
|
PopoverContent: {};
|
|
1797
1990
|
PopoverTrigger: {};
|
|
@@ -1801,6 +1994,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1801
1994
|
isTypeOnly: true;
|
|
1802
1995
|
};
|
|
1803
1996
|
ScrollArea: {};
|
|
1997
|
+
Section: {};
|
|
1998
|
+
SectionActions: {};
|
|
1999
|
+
SectionDescription: {};
|
|
2000
|
+
SectionHeader: {};
|
|
2001
|
+
SectionTitle: {};
|
|
1804
2002
|
Select: {};
|
|
1805
2003
|
SelectField: {};
|
|
1806
2004
|
SelectFieldController: {};
|
|
@@ -1856,7 +2054,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1856
2054
|
Textarea: {};
|
|
1857
2055
|
TextareaField: {};
|
|
1858
2056
|
TextareaFieldController: {};
|
|
2057
|
+
Toast: {};
|
|
2058
|
+
toast: {};
|
|
2059
|
+
ToastAction: {};
|
|
2060
|
+
ToastClose: {};
|
|
2061
|
+
ToastContent: {};
|
|
2062
|
+
ToastDescription: {};
|
|
1859
2063
|
Toaster: {};
|
|
2064
|
+
toastManager: {};
|
|
2065
|
+
ToastOptions: {
|
|
2066
|
+
isTypeOnly: true;
|
|
2067
|
+
};
|
|
2068
|
+
ToastPortal: {};
|
|
2069
|
+
ToastProvider: {};
|
|
2070
|
+
ToastTitle: {};
|
|
2071
|
+
ToastType: {
|
|
2072
|
+
isTypeOnly: true;
|
|
2073
|
+
};
|
|
2074
|
+
ToastUpdateOptions: {
|
|
2075
|
+
isTypeOnly: true;
|
|
2076
|
+
};
|
|
2077
|
+
ToastViewport: {};
|
|
1860
2078
|
Tooltip: {};
|
|
1861
2079
|
TooltipContent: {};
|
|
1862
2080
|
TooltipProvider: {};
|
|
@@ -1901,6 +2119,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1901
2119
|
isTypeOnly: true;
|
|
1902
2120
|
};
|
|
1903
2121
|
Alert: {};
|
|
2122
|
+
AlertAction: {};
|
|
1904
2123
|
AlertDescription: {};
|
|
1905
2124
|
AlertTitle: {};
|
|
1906
2125
|
Autocomplete: {};
|
|
@@ -1930,6 +2149,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1930
2149
|
buttonVariants: {};
|
|
1931
2150
|
Calendar: {};
|
|
1932
2151
|
Card: {};
|
|
2152
|
+
CardAction: {};
|
|
1933
2153
|
CardContent: {};
|
|
1934
2154
|
CardDescription: {};
|
|
1935
2155
|
CardFooter: {};
|
|
@@ -2056,6 +2276,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
2056
2276
|
NotFoundCard: {};
|
|
2057
2277
|
NumberField: {};
|
|
2058
2278
|
NumberFieldController: {};
|
|
2279
|
+
PageHeader: {};
|
|
2280
|
+
PageHeaderActions: {};
|
|
2281
|
+
PageHeaderDescription: {};
|
|
2282
|
+
PageHeaderTitle: {};
|
|
2059
2283
|
Popover: {};
|
|
2060
2284
|
PopoverContent: {};
|
|
2061
2285
|
PopoverTrigger: {};
|
|
@@ -2065,6 +2289,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
2065
2289
|
isTypeOnly: true;
|
|
2066
2290
|
};
|
|
2067
2291
|
ScrollArea: {};
|
|
2292
|
+
Section: {};
|
|
2293
|
+
SectionActions: {};
|
|
2294
|
+
SectionDescription: {};
|
|
2295
|
+
SectionHeader: {};
|
|
2296
|
+
SectionTitle: {};
|
|
2068
2297
|
Select: {};
|
|
2069
2298
|
SelectField: {};
|
|
2070
2299
|
SelectFieldController: {};
|
|
@@ -2120,7 +2349,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
2120
2349
|
Textarea: {};
|
|
2121
2350
|
TextareaField: {};
|
|
2122
2351
|
TextareaFieldController: {};
|
|
2352
|
+
Toast: {};
|
|
2353
|
+
toast: {};
|
|
2354
|
+
ToastAction: {};
|
|
2355
|
+
ToastClose: {};
|
|
2356
|
+
ToastContent: {};
|
|
2357
|
+
ToastDescription: {};
|
|
2123
2358
|
Toaster: {};
|
|
2359
|
+
toastManager: {};
|
|
2360
|
+
ToastOptions: {
|
|
2361
|
+
isTypeOnly: true;
|
|
2362
|
+
};
|
|
2363
|
+
ToastPortal: {};
|
|
2364
|
+
ToastProvider: {};
|
|
2365
|
+
ToastTitle: {};
|
|
2366
|
+
ToastType: {
|
|
2367
|
+
isTypeOnly: true;
|
|
2368
|
+
};
|
|
2369
|
+
ToastUpdateOptions: {
|
|
2370
|
+
isTypeOnly: true;
|
|
2371
|
+
};
|
|
2372
|
+
ToastViewport: {};
|
|
2124
2373
|
Tooltip: {};
|
|
2125
2374
|
TooltipContent: {};
|
|
2126
2375
|
TooltipProvider: {};
|
|
@@ -45,6 +45,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
45
45
|
isTypeOnly: true;
|
|
46
46
|
};
|
|
47
47
|
Alert: {};
|
|
48
|
+
AlertAction: {};
|
|
48
49
|
AlertDescription: {};
|
|
49
50
|
AlertTitle: {};
|
|
50
51
|
Autocomplete: {};
|
|
@@ -74,6 +75,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
74
75
|
buttonVariants: {};
|
|
75
76
|
Calendar: {};
|
|
76
77
|
Card: {};
|
|
78
|
+
CardAction: {};
|
|
77
79
|
CardContent: {};
|
|
78
80
|
CardDescription: {};
|
|
79
81
|
CardFooter: {};
|
|
@@ -200,6 +202,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
200
202
|
NotFoundCard: {};
|
|
201
203
|
NumberField: {};
|
|
202
204
|
NumberFieldController: {};
|
|
205
|
+
PageHeader: {};
|
|
206
|
+
PageHeaderActions: {};
|
|
207
|
+
PageHeaderDescription: {};
|
|
208
|
+
PageHeaderTitle: {};
|
|
203
209
|
Popover: {};
|
|
204
210
|
PopoverContent: {};
|
|
205
211
|
PopoverTrigger: {};
|
|
@@ -209,6 +215,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
209
215
|
isTypeOnly: true;
|
|
210
216
|
};
|
|
211
217
|
ScrollArea: {};
|
|
218
|
+
Section: {};
|
|
219
|
+
SectionActions: {};
|
|
220
|
+
SectionDescription: {};
|
|
221
|
+
SectionHeader: {};
|
|
222
|
+
SectionTitle: {};
|
|
212
223
|
Select: {};
|
|
213
224
|
SelectField: {};
|
|
214
225
|
SelectFieldController: {};
|
|
@@ -264,7 +275,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
264
275
|
Textarea: {};
|
|
265
276
|
TextareaField: {};
|
|
266
277
|
TextareaFieldController: {};
|
|
278
|
+
Toast: {};
|
|
279
|
+
toast: {};
|
|
280
|
+
ToastAction: {};
|
|
281
|
+
ToastClose: {};
|
|
282
|
+
ToastContent: {};
|
|
283
|
+
ToastDescription: {};
|
|
267
284
|
Toaster: {};
|
|
285
|
+
toastManager: {};
|
|
286
|
+
ToastOptions: {
|
|
287
|
+
isTypeOnly: true;
|
|
288
|
+
};
|
|
289
|
+
ToastPortal: {};
|
|
290
|
+
ToastProvider: {};
|
|
291
|
+
ToastTitle: {};
|
|
292
|
+
ToastType: {
|
|
293
|
+
isTypeOnly: true;
|
|
294
|
+
};
|
|
295
|
+
ToastUpdateOptions: {
|
|
296
|
+
isTypeOnly: true;
|
|
297
|
+
};
|
|
298
|
+
ToastViewport: {};
|
|
268
299
|
Tooltip: {};
|
|
269
300
|
TooltipContent: {};
|
|
270
301
|
TooltipProvider: {};
|
|
@@ -9,6 +9,7 @@ export declare const authRoutesImportsProvider: import("@baseplate-dev/sync").Pr
|
|
|
9
9
|
PASSWORD_MIN_LENGTH: {};
|
|
10
10
|
}>>;
|
|
11
11
|
export declare const AUTH_CORE_AUTH_ROUTES_IMPORTS: {
|
|
12
|
+
generatorName: string;
|
|
12
13
|
task: import("@baseplate-dev/sync").GeneratorTask<{
|
|
13
14
|
authRoutesImports: import("@baseplate-dev/sync").ProviderExport<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
14
15
|
PASSWORD_MAX_LENGTH: {};
|
|
@@ -25,6 +25,7 @@ const authCoreAuthRoutesImportsTask = createGeneratorTask({
|
|
|
25
25
|
},
|
|
26
26
|
});
|
|
27
27
|
export const AUTH_CORE_AUTH_ROUTES_IMPORTS = {
|
|
28
|
+
generatorName: '@baseplate-dev/plugin-auth#auth/core/auth-routes',
|
|
28
29
|
task: authCoreAuthRoutesImportsTask,
|
|
29
30
|
};
|
|
30
31
|
//# sourceMappingURL=ts-import-providers.js.map
|