@baseplate-dev/plugin-auth 0.6.17 → 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 +54 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +74 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +74 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +37 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +37 -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 +74 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +74 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +37 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +74 -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 +37 -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 +37 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +222 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +37 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +370 -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 +77 -2
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +38 -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 +38 -1
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +38 -1
- package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +12 -3
- package/dist/local-auth/admin/common.js +6 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.d.ts +593 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.js +119 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.d.ts +602 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.js +11 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-paths.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-paths.js +24 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.d.ts +307 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.js +45 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.d.ts +294 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.js +21 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.d.ts +21 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.js +68 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.tsx +122 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +74 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +74 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +37 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +37 -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 +74 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +74 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +37 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +74 -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 +37 -0
- package/dist/local-auth/admin/node.js +13 -0
- package/dist/local-auth/admin/schema/invite-user-action.d.ts +12 -0
- package/dist/local-auth/admin/schema/invite-user-action.js +6 -0
- package/dist/local-auth/admin/web.js +8 -0
- package/dist/local-auth/core/common.js +7 -2
- package/dist/local-auth/core/components/local-auth-definition-editor.js +2 -1
- package/dist/local-auth/core/components/local-auth-web-app-settings-form.d.ts +9 -0
- package/dist/local-auth/core/components/local-auth-web-app-settings-form.js +11 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +16 -7
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +73 -16
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +222 -7
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +27 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +71 -4
- 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 +226 -10
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +91 -7
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.d.ts +19 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.js +20 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.ts +22 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +12 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +12 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +14 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.js +30 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.ts +38 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.js +42 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.ts +54 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +2 -19
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +1 -22
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.d.ts +37 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.js +225 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.ts +333 -0
- 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.d.ts +39 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.js +142 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.ts +221 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +5 -6
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +8 -5
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +3 -1
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js +18 -3
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js +20 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js +24 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.js +18 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.tsx +57 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.js +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.tsx +47 -0
- 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 +23 -7
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +7 -26
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +65 -4
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +22 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +19 -2
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +10 -0
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +7 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +42 -4
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +24 -13
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.ts +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.d.ts +67 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.js +140 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.ts +191 -0
- 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 +39 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +38 -5
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +1089 -268
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +3 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +49 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js +51 -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 +918 -283
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +69 -23
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.js +10 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.ts +11 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.js +155 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.tsx +274 -0
- 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.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.js +184 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.tsx +312 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +5 -5
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +6 -12
- 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 +90 -7
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +38 -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 +102 -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 +54 -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 +30 -12
- package/dist/local-auth/core/schema/migrations.d.ts +3 -0
- package/dist/local-auth/core/schema/migrations.js +36 -0
- package/dist/local-auth/core/schema/models.js +8 -0
- package/dist/local-auth/core/schema/plugin-definition.d.ts +1 -0
- package/dist/local-auth/core/schema/plugin-definition.js +1 -0
- package/dist/local-auth/core/schema/web-app-schema.d.ts +15 -0
- package/dist/local-auth/core/schema/web-app-schema.js +16 -0
- package/dist/local-auth/core/web.js +8 -1
- 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-ChkXxpXe.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth__mf_owner__1-DUupKqD4.js} +42 -34
- package/dist/web/assets/{dist-DY7ZXvq4.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} +16857 -381
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-37vlYRxk.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} +90 -38
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DRSNXPPo.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} +4095 -2399
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-DfiQqvVC.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} +212 -57
- package/dist/web/assets/auth-DR6QxrAW.js +1 -0
- package/dist/web/assets/{common-iHaemino.js → common-BsyRiQi3.js} +6 -6
- package/dist/web/assets/{common-TDf_PrjX.js → common-CRwNlCMn.js} +10 -10
- package/dist/web/assets/{common-ByxS61u8.js → common-CvqlRZC9.js} +12 -12
- package/dist/web/assets/common-D3atSs7O.js +70 -0
- package/dist/web/assets/common-DuFyXa6l.js +36 -0
- package/dist/web/assets/common-islduJTj.js +43 -0
- package/dist/web/assets/{dist-CrLSslv6.js → dist-DQd1TAJX.js} +273 -132
- package/dist/web/assets/{get-auth-plugin-definition-kDCtXq_6.js → get-auth-plugin-definition-BgWWHl_Y.js} +3 -3
- package/dist/web/assets/{hostInit-Cruek6c6.js → hostInit-DNA4kLRY.js} +32 -5
- package/dist/web/assets/{mf-entry-bootstrap-0-dfed0275.js → mf-entry-bootstrap-0-ea77c09b.js} +2 -1
- package/dist/web/assets/{mf-entry-bootstrap-1-5275674a.js → mf-entry-bootstrap-1-9dee3d8d.js} +3 -2
- package/dist/web/assets/{mf-entry-bootstrap-2-39fb9255.js → mf-entry-bootstrap-2-3179040b.js} +3 -2
- package/dist/web/assets/{mf-entry-bootstrap-3-49e64336.js → mf-entry-bootstrap-3-370d200d.js} +3 -2
- package/dist/web/assets/{models-DSvs_3bA.js → models-BOeSYfRn.js} +4 -5
- package/dist/web/assets/{models-BZmCbizK.js → models-DF6DoXt6.js} +11 -6
- package/dist/web/assets/{plugin-definition-CYj29S3q.js → plugin-definition--k0VAeK3.js} +9 -10
- package/dist/web/assets/plugin-definition-CMwSlxsJ.js +10 -0
- package/dist/web/assets/{styles-yjbHBTlw.js → styles-BQEcQHoR.js} +9 -10
- package/dist/web/assets/{virtualExposes-CbPBmicF.js → virtualExposes-C7fDiAmS.js} +1 -1
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-BZBRyml2.js +747 -0
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-B6BXIeF1.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-6SjVUCs8.js} +13 -13
- package/dist/web/assets/web-8wz0ad-V.js +59 -0
- package/dist/web/assets/{web-CXAHKjIY.js → web-BGixH_gT.js} +27 -27
- package/dist/web/assets/{web-1eTcxMhf.js → web-BxIwkN3O.js} +6 -6
- package/dist/web/assets/{web-VqBA3jxZ.js → web-CQMfABjr.js} +24 -24
- package/dist/web/assets/{web-CDAKPPK9.js → web-CcNpItSu.js} +22 -22
- package/dist/web/assets/web-CypPeiVv.js +148 -0
- package/dist/web/assets/{web-D0MSKfyv.js → web-CzK_la2_.js} +53 -53
- package/dist/web/index.html +5 -5
- package/dist/web/remoteEntry.js +1 -1
- package/package.json +14 -14
- 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/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-CO5Pvo0y.js +0 -384
- package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-BEZ7A-cz.js +0 -13566
- package/dist/web/assets/auth-BxAE0rgh.js +0 -1
- package/dist/web/assets/common-CKl_XlvH.js +0 -37
- package/dist/web/assets/common-UpVCKZeW.js +0 -41
- package/dist/web/assets/common-crSwCD36.js +0 -37
- package/dist/web/assets/model-utils-C0WDb_Ec.js +0 -1599
- package/dist/web/assets/plugin-definition-DOMmPL2Z.js +0 -11
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-XM6iYVxf.js +0 -259
- package/dist/web/assets/virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DGjg7Brm.js +0 -129
- package/dist/web/assets/web-DbeAaDTV.js +0 -118
- package/dist/web/assets/web-miDovYk_.js +0 -46
- package/dist/web/remoteEntry.ssr.js +0 -43
|
@@ -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: {};
|
|
@@ -154,6 +157,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
154
157
|
InputGroupInput: {};
|
|
155
158
|
InputGroupText: {};
|
|
156
159
|
InputGroupTextarea: {};
|
|
160
|
+
InputOtp: {};
|
|
161
|
+
InputOtpField: {};
|
|
162
|
+
InputOtpFieldController: {};
|
|
163
|
+
InputOtpGroup: {};
|
|
164
|
+
InputOtpSeparator: {};
|
|
165
|
+
InputOtpSlot: {};
|
|
157
166
|
inputVariants: {};
|
|
158
167
|
Item: {};
|
|
159
168
|
ItemActions: {};
|
|
@@ -190,6 +199,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
190
199
|
NotFoundCard: {};
|
|
191
200
|
NumberField: {};
|
|
192
201
|
NumberFieldController: {};
|
|
202
|
+
PageHeader: {};
|
|
203
|
+
PageHeaderActions: {};
|
|
204
|
+
PageHeaderDescription: {};
|
|
205
|
+
PageHeaderTitle: {};
|
|
193
206
|
Popover: {};
|
|
194
207
|
PopoverContent: {};
|
|
195
208
|
PopoverTrigger: {};
|
|
@@ -199,6 +212,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
199
212
|
isTypeOnly: true;
|
|
200
213
|
};
|
|
201
214
|
ScrollArea: {};
|
|
215
|
+
Section: {};
|
|
216
|
+
SectionActions: {};
|
|
217
|
+
SectionDescription: {};
|
|
218
|
+
SectionHeader: {};
|
|
219
|
+
SectionTitle: {};
|
|
202
220
|
Select: {};
|
|
203
221
|
SelectField: {};
|
|
204
222
|
SelectFieldController: {};
|
|
@@ -254,7 +272,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
254
272
|
Textarea: {};
|
|
255
273
|
TextareaField: {};
|
|
256
274
|
TextareaFieldController: {};
|
|
275
|
+
Toast: {};
|
|
276
|
+
toast: {};
|
|
277
|
+
ToastAction: {};
|
|
278
|
+
ToastClose: {};
|
|
279
|
+
ToastContent: {};
|
|
280
|
+
ToastDescription: {};
|
|
257
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: {};
|
|
258
296
|
Tooltip: {};
|
|
259
297
|
TooltipContent: {};
|
|
260
298
|
TooltipProvider: {};
|
|
@@ -283,265 +321,603 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
283
321
|
}, undefined>;
|
|
284
322
|
};
|
|
285
323
|
templates: {
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
324
|
+
acceptInvite: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
325
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
326
|
+
getApolloErrorCode: {};
|
|
327
|
+
getApolloErrorData: {};
|
|
328
|
+
getApolloErrorDetails: {};
|
|
329
|
+
}>>;
|
|
330
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
331
|
+
'*': {};
|
|
332
|
+
graphql: {};
|
|
333
|
+
readFragment: {};
|
|
334
|
+
FragmentType: {
|
|
335
|
+
isTypeOnly: true;
|
|
336
|
+
};
|
|
337
|
+
}>>;
|
|
338
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
339
|
+
AddOptionRequiredFields: {
|
|
340
|
+
isTypeOnly: true;
|
|
341
|
+
};
|
|
342
|
+
Alert: {};
|
|
343
|
+
AlertAction: {};
|
|
344
|
+
AlertDescription: {};
|
|
345
|
+
AlertTitle: {};
|
|
346
|
+
Autocomplete: {};
|
|
347
|
+
AutocompleteClear: {};
|
|
348
|
+
AutocompleteCollection: {};
|
|
349
|
+
AutocompleteContent: {};
|
|
350
|
+
AutocompleteEmpty: {};
|
|
351
|
+
AutocompleteGroup: {};
|
|
352
|
+
AutocompleteInput: {};
|
|
353
|
+
AutocompleteItem: {};
|
|
354
|
+
AutocompleteLabel: {};
|
|
355
|
+
AutocompleteList: {};
|
|
356
|
+
AutocompleteSeparator: {};
|
|
357
|
+
AutocompleteStatus: {};
|
|
358
|
+
AutocompleteTrigger: {};
|
|
359
|
+
AutocompleteValue: {};
|
|
360
|
+
Badge: {};
|
|
361
|
+
badgeVariants: {};
|
|
362
|
+
Breadcrumb: {};
|
|
363
|
+
BreadcrumbEllipsis: {};
|
|
364
|
+
BreadcrumbItem: {};
|
|
365
|
+
BreadcrumbLink: {};
|
|
366
|
+
BreadcrumbList: {};
|
|
367
|
+
BreadcrumbPage: {};
|
|
368
|
+
BreadcrumbSeparator: {};
|
|
369
|
+
Button: {};
|
|
370
|
+
buttonVariants: {};
|
|
371
|
+
Calendar: {};
|
|
372
|
+
Card: {};
|
|
373
|
+
CardAction: {};
|
|
374
|
+
CardContent: {};
|
|
375
|
+
CardDescription: {};
|
|
376
|
+
CardFooter: {};
|
|
377
|
+
CardHeader: {};
|
|
378
|
+
CardTitle: {};
|
|
379
|
+
Checkbox: {};
|
|
380
|
+
CheckboxField: {};
|
|
381
|
+
CheckboxFieldController: {};
|
|
382
|
+
CircularProgress: {};
|
|
383
|
+
cn: {};
|
|
384
|
+
Collapsible: {};
|
|
385
|
+
CollapsibleContent: {};
|
|
386
|
+
CollapsibleTrigger: {};
|
|
387
|
+
Combobox: {};
|
|
388
|
+
ComboboxField: {};
|
|
389
|
+
ComboboxFieldController: {};
|
|
390
|
+
ConfirmDialog: {};
|
|
391
|
+
DatePickerField: {};
|
|
392
|
+
DatePickerFieldController: {};
|
|
393
|
+
DateTimePickerField: {};
|
|
394
|
+
DateTimePickerFieldController: {};
|
|
395
|
+
Dialog: {};
|
|
396
|
+
DialogClose: {};
|
|
397
|
+
DialogContent: {};
|
|
398
|
+
DialogDescription: {};
|
|
399
|
+
DialogFooter: {};
|
|
400
|
+
DialogHeader: {};
|
|
401
|
+
DialogOverlay: {};
|
|
402
|
+
DialogPortal: {};
|
|
403
|
+
DialogTitle: {};
|
|
404
|
+
DialogTrigger: {};
|
|
405
|
+
DialogWidth: {
|
|
406
|
+
isTypeOnly: true;
|
|
407
|
+
};
|
|
408
|
+
DropdownMenu: {};
|
|
409
|
+
DropdownMenuCheckboxItem: {};
|
|
410
|
+
DropdownMenuContent: {};
|
|
411
|
+
DropdownMenuGroup: {};
|
|
412
|
+
DropdownMenuItem: {};
|
|
413
|
+
DropdownMenuLabel: {};
|
|
414
|
+
DropdownMenuPortal: {};
|
|
415
|
+
DropdownMenuRadioGroup: {};
|
|
416
|
+
DropdownMenuRadioItem: {};
|
|
417
|
+
DropdownMenuSeparator: {};
|
|
418
|
+
DropdownMenuShortcut: {};
|
|
419
|
+
DropdownMenuSub: {};
|
|
420
|
+
DropdownMenuSubContent: {};
|
|
421
|
+
DropdownMenuSubTrigger: {};
|
|
422
|
+
DropdownMenuTrigger: {};
|
|
423
|
+
Empty: {};
|
|
424
|
+
EmptyContent: {};
|
|
425
|
+
EmptyDescription: {};
|
|
426
|
+
EmptyHeader: {};
|
|
427
|
+
EmptyMedia: {};
|
|
428
|
+
emptyMediaVariants: {};
|
|
429
|
+
EmptyTitle: {};
|
|
430
|
+
ErrorableLoader: {};
|
|
431
|
+
ErrorDisplay: {};
|
|
432
|
+
Field: {};
|
|
433
|
+
FieldContent: {};
|
|
434
|
+
FieldDescription: {};
|
|
435
|
+
FieldError: {};
|
|
436
|
+
FieldGroup: {};
|
|
437
|
+
FieldLabel: {};
|
|
438
|
+
FieldLegend: {};
|
|
439
|
+
FieldSeparator: {};
|
|
440
|
+
FieldSet: {};
|
|
441
|
+
FieldTitle: {};
|
|
442
|
+
fieldVariants: {};
|
|
443
|
+
FormFieldProps: {
|
|
444
|
+
isTypeOnly: true;
|
|
445
|
+
};
|
|
446
|
+
IconElement: {
|
|
447
|
+
isTypeOnly: true;
|
|
448
|
+
};
|
|
449
|
+
Input: {};
|
|
450
|
+
InputField: {};
|
|
451
|
+
InputFieldController: {};
|
|
452
|
+
InputGroup: {};
|
|
453
|
+
InputGroupAddon: {};
|
|
454
|
+
InputGroupButton: {};
|
|
455
|
+
InputGroupInput: {};
|
|
456
|
+
InputGroupText: {};
|
|
457
|
+
InputGroupTextarea: {};
|
|
458
|
+
InputOtp: {};
|
|
459
|
+
InputOtpField: {};
|
|
460
|
+
InputOtpFieldController: {};
|
|
461
|
+
InputOtpGroup: {};
|
|
462
|
+
InputOtpSeparator: {};
|
|
463
|
+
InputOtpSlot: {};
|
|
464
|
+
inputVariants: {};
|
|
465
|
+
Item: {};
|
|
466
|
+
ItemActions: {};
|
|
467
|
+
ItemContent: {};
|
|
468
|
+
ItemDescription: {};
|
|
469
|
+
ItemFooter: {};
|
|
470
|
+
ItemGroup: {};
|
|
471
|
+
ItemHeader: {};
|
|
472
|
+
ItemMedia: {};
|
|
473
|
+
itemMediaVariants: {};
|
|
474
|
+
ItemSeparator: {};
|
|
475
|
+
ItemTitle: {};
|
|
476
|
+
itemVariants: {};
|
|
477
|
+
Label: {};
|
|
478
|
+
Loader: {};
|
|
479
|
+
mergeRefs: {};
|
|
480
|
+
MultiComboboxField: {};
|
|
481
|
+
MultiComboboxFieldController: {};
|
|
482
|
+
MultiComboboxFieldProps: {
|
|
483
|
+
isTypeOnly: true;
|
|
484
|
+
};
|
|
485
|
+
MultiSelectOptionProps: {
|
|
486
|
+
isTypeOnly: true;
|
|
487
|
+
};
|
|
488
|
+
NavigationMenu: {};
|
|
489
|
+
NavigationMenuContent: {};
|
|
490
|
+
NavigationMenuIndicator: {};
|
|
491
|
+
NavigationMenuItem: {};
|
|
492
|
+
NavigationMenuItemWithLink: {};
|
|
493
|
+
NavigationMenuLink: {};
|
|
494
|
+
NavigationMenuList: {};
|
|
495
|
+
NavigationMenuTrigger: {};
|
|
496
|
+
navigationMenuTriggerStyle: {};
|
|
497
|
+
NotFoundCard: {};
|
|
498
|
+
NumberField: {};
|
|
499
|
+
NumberFieldController: {};
|
|
500
|
+
PageHeader: {};
|
|
501
|
+
PageHeaderActions: {};
|
|
502
|
+
PageHeaderDescription: {};
|
|
503
|
+
PageHeaderTitle: {};
|
|
504
|
+
Popover: {};
|
|
505
|
+
PopoverContent: {};
|
|
506
|
+
PopoverTrigger: {};
|
|
507
|
+
RadioField: {};
|
|
508
|
+
RadioFieldController: {};
|
|
509
|
+
RadioOptionProps: {
|
|
510
|
+
isTypeOnly: true;
|
|
511
|
+
};
|
|
512
|
+
ScrollArea: {};
|
|
513
|
+
Section: {};
|
|
514
|
+
SectionActions: {};
|
|
515
|
+
SectionDescription: {};
|
|
516
|
+
SectionHeader: {};
|
|
517
|
+
SectionTitle: {};
|
|
518
|
+
Select: {};
|
|
519
|
+
SelectField: {};
|
|
520
|
+
SelectFieldController: {};
|
|
521
|
+
SelectOptionProps: {
|
|
522
|
+
isTypeOnly: true;
|
|
523
|
+
};
|
|
524
|
+
Separator: {};
|
|
525
|
+
Sheet: {};
|
|
526
|
+
SheetClose: {};
|
|
527
|
+
SheetContent: {};
|
|
528
|
+
SheetDescription: {};
|
|
529
|
+
SheetFooter: {};
|
|
530
|
+
SheetHeader: {};
|
|
531
|
+
SheetTitle: {};
|
|
532
|
+
SheetTrigger: {};
|
|
533
|
+
Sidebar: {};
|
|
534
|
+
SidebarContent: {};
|
|
535
|
+
SidebarFooter: {};
|
|
536
|
+
SidebarGroup: {};
|
|
537
|
+
SidebarGroupAction: {};
|
|
538
|
+
SidebarGroupContent: {};
|
|
539
|
+
SidebarGroupLabel: {};
|
|
540
|
+
SidebarHeader: {};
|
|
541
|
+
SidebarInput: {};
|
|
542
|
+
SidebarInset: {};
|
|
543
|
+
SidebarMenu: {};
|
|
544
|
+
SidebarMenuAction: {};
|
|
545
|
+
SidebarMenuBadge: {};
|
|
546
|
+
SidebarMenuButton: {};
|
|
547
|
+
SidebarMenuItem: {};
|
|
548
|
+
SidebarMenuSkeleton: {};
|
|
549
|
+
SidebarMenuSub: {};
|
|
550
|
+
SidebarMenuSubButton: {};
|
|
551
|
+
SidebarMenuSubItem: {};
|
|
552
|
+
SidebarProvider: {};
|
|
553
|
+
SidebarRail: {};
|
|
554
|
+
SidebarSeparator: {};
|
|
555
|
+
SidebarTrigger: {};
|
|
556
|
+
Skeleton: {};
|
|
557
|
+
Slider: {};
|
|
558
|
+
Spinner: {};
|
|
559
|
+
Switch: {};
|
|
560
|
+
SwitchField: {};
|
|
561
|
+
SwitchFieldController: {};
|
|
562
|
+
Table: {};
|
|
563
|
+
TableBody: {};
|
|
564
|
+
TableCaption: {};
|
|
565
|
+
TableCell: {};
|
|
566
|
+
TableFooter: {};
|
|
567
|
+
TableHead: {};
|
|
568
|
+
TableHeader: {};
|
|
569
|
+
TableRow: {};
|
|
570
|
+
Textarea: {};
|
|
571
|
+
TextareaField: {};
|
|
572
|
+
TextareaFieldController: {};
|
|
573
|
+
Toast: {};
|
|
574
|
+
toast: {};
|
|
575
|
+
ToastAction: {};
|
|
576
|
+
ToastClose: {};
|
|
577
|
+
ToastContent: {};
|
|
578
|
+
ToastDescription: {};
|
|
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: {};
|
|
594
|
+
Tooltip: {};
|
|
595
|
+
TooltipContent: {};
|
|
596
|
+
TooltipProvider: {};
|
|
597
|
+
TooltipTrigger: {};
|
|
598
|
+
useAutocompleteFilter: {};
|
|
599
|
+
useConfirmDialog: {};
|
|
600
|
+
UseConfirmDialogRequestOptions: {
|
|
601
|
+
isTypeOnly: true;
|
|
602
|
+
};
|
|
603
|
+
useConfirmDialogState: {};
|
|
604
|
+
useControlledState: {};
|
|
605
|
+
useControllerMerged: {};
|
|
606
|
+
useIsMobile: {};
|
|
607
|
+
useSidebar: {};
|
|
608
|
+
}>>;
|
|
609
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
610
|
+
formatError: {};
|
|
611
|
+
logAndFormatError: {};
|
|
612
|
+
logError: {};
|
|
613
|
+
}>>;
|
|
614
|
+
reactSessionImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
615
|
+
UserSessionClient: {};
|
|
616
|
+
userSessionClient: {};
|
|
617
|
+
}>>;
|
|
618
|
+
}, {
|
|
619
|
+
constants: {};
|
|
620
|
+
}>;
|
|
621
|
+
loginOtp: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
622
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
623
|
+
getApolloErrorCode: {};
|
|
624
|
+
getApolloErrorData: {};
|
|
625
|
+
getApolloErrorDetails: {};
|
|
626
|
+
}>>;
|
|
627
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
628
|
+
'*': {};
|
|
629
|
+
graphql: {};
|
|
630
|
+
readFragment: {};
|
|
631
|
+
FragmentType: {
|
|
632
|
+
isTypeOnly: true;
|
|
633
|
+
};
|
|
634
|
+
}>>;
|
|
635
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
636
|
+
AddOptionRequiredFields: {
|
|
637
|
+
isTypeOnly: true;
|
|
638
|
+
};
|
|
639
|
+
Alert: {};
|
|
640
|
+
AlertAction: {};
|
|
641
|
+
AlertDescription: {};
|
|
642
|
+
AlertTitle: {};
|
|
643
|
+
Autocomplete: {};
|
|
644
|
+
AutocompleteClear: {};
|
|
645
|
+
AutocompleteCollection: {};
|
|
646
|
+
AutocompleteContent: {};
|
|
647
|
+
AutocompleteEmpty: {};
|
|
648
|
+
AutocompleteGroup: {};
|
|
649
|
+
AutocompleteInput: {};
|
|
650
|
+
AutocompleteItem: {};
|
|
651
|
+
AutocompleteLabel: {};
|
|
652
|
+
AutocompleteList: {};
|
|
653
|
+
AutocompleteSeparator: {};
|
|
654
|
+
AutocompleteStatus: {};
|
|
655
|
+
AutocompleteTrigger: {};
|
|
656
|
+
AutocompleteValue: {};
|
|
657
|
+
Badge: {};
|
|
658
|
+
badgeVariants: {};
|
|
659
|
+
Breadcrumb: {};
|
|
660
|
+
BreadcrumbEllipsis: {};
|
|
661
|
+
BreadcrumbItem: {};
|
|
662
|
+
BreadcrumbLink: {};
|
|
663
|
+
BreadcrumbList: {};
|
|
664
|
+
BreadcrumbPage: {};
|
|
665
|
+
BreadcrumbSeparator: {};
|
|
666
|
+
Button: {};
|
|
667
|
+
buttonVariants: {};
|
|
668
|
+
Calendar: {};
|
|
669
|
+
Card: {};
|
|
670
|
+
CardAction: {};
|
|
671
|
+
CardContent: {};
|
|
672
|
+
CardDescription: {};
|
|
673
|
+
CardFooter: {};
|
|
674
|
+
CardHeader: {};
|
|
675
|
+
CardTitle: {};
|
|
676
|
+
Checkbox: {};
|
|
677
|
+
CheckboxField: {};
|
|
678
|
+
CheckboxFieldController: {};
|
|
679
|
+
CircularProgress: {};
|
|
680
|
+
cn: {};
|
|
681
|
+
Collapsible: {};
|
|
682
|
+
CollapsibleContent: {};
|
|
683
|
+
CollapsibleTrigger: {};
|
|
684
|
+
Combobox: {};
|
|
685
|
+
ComboboxField: {};
|
|
686
|
+
ComboboxFieldController: {};
|
|
687
|
+
ConfirmDialog: {};
|
|
688
|
+
DatePickerField: {};
|
|
689
|
+
DatePickerFieldController: {};
|
|
690
|
+
DateTimePickerField: {};
|
|
691
|
+
DateTimePickerFieldController: {};
|
|
692
|
+
Dialog: {};
|
|
693
|
+
DialogClose: {};
|
|
694
|
+
DialogContent: {};
|
|
695
|
+
DialogDescription: {};
|
|
696
|
+
DialogFooter: {};
|
|
697
|
+
DialogHeader: {};
|
|
698
|
+
DialogOverlay: {};
|
|
699
|
+
DialogPortal: {};
|
|
700
|
+
DialogTitle: {};
|
|
701
|
+
DialogTrigger: {};
|
|
702
|
+
DialogWidth: {
|
|
703
|
+
isTypeOnly: true;
|
|
704
|
+
};
|
|
705
|
+
DropdownMenu: {};
|
|
706
|
+
DropdownMenuCheckboxItem: {};
|
|
707
|
+
DropdownMenuContent: {};
|
|
708
|
+
DropdownMenuGroup: {};
|
|
709
|
+
DropdownMenuItem: {};
|
|
710
|
+
DropdownMenuLabel: {};
|
|
711
|
+
DropdownMenuPortal: {};
|
|
712
|
+
DropdownMenuRadioGroup: {};
|
|
713
|
+
DropdownMenuRadioItem: {};
|
|
714
|
+
DropdownMenuSeparator: {};
|
|
715
|
+
DropdownMenuShortcut: {};
|
|
716
|
+
DropdownMenuSub: {};
|
|
717
|
+
DropdownMenuSubContent: {};
|
|
718
|
+
DropdownMenuSubTrigger: {};
|
|
719
|
+
DropdownMenuTrigger: {};
|
|
720
|
+
Empty: {};
|
|
721
|
+
EmptyContent: {};
|
|
722
|
+
EmptyDescription: {};
|
|
723
|
+
EmptyHeader: {};
|
|
724
|
+
EmptyMedia: {};
|
|
725
|
+
emptyMediaVariants: {};
|
|
726
|
+
EmptyTitle: {};
|
|
727
|
+
ErrorableLoader: {};
|
|
728
|
+
ErrorDisplay: {};
|
|
729
|
+
Field: {};
|
|
730
|
+
FieldContent: {};
|
|
731
|
+
FieldDescription: {};
|
|
732
|
+
FieldError: {};
|
|
733
|
+
FieldGroup: {};
|
|
734
|
+
FieldLabel: {};
|
|
735
|
+
FieldLegend: {};
|
|
736
|
+
FieldSeparator: {};
|
|
737
|
+
FieldSet: {};
|
|
738
|
+
FieldTitle: {};
|
|
739
|
+
fieldVariants: {};
|
|
740
|
+
FormFieldProps: {
|
|
741
|
+
isTypeOnly: true;
|
|
742
|
+
};
|
|
743
|
+
IconElement: {
|
|
744
|
+
isTypeOnly: true;
|
|
745
|
+
};
|
|
746
|
+
Input: {};
|
|
747
|
+
InputField: {};
|
|
748
|
+
InputFieldController: {};
|
|
749
|
+
InputGroup: {};
|
|
750
|
+
InputGroupAddon: {};
|
|
751
|
+
InputGroupButton: {};
|
|
752
|
+
InputGroupInput: {};
|
|
753
|
+
InputGroupText: {};
|
|
754
|
+
InputGroupTextarea: {};
|
|
755
|
+
InputOtp: {};
|
|
756
|
+
InputOtpField: {};
|
|
757
|
+
InputOtpFieldController: {};
|
|
758
|
+
InputOtpGroup: {};
|
|
759
|
+
InputOtpSeparator: {};
|
|
760
|
+
InputOtpSlot: {};
|
|
761
|
+
inputVariants: {};
|
|
762
|
+
Item: {};
|
|
763
|
+
ItemActions: {};
|
|
764
|
+
ItemContent: {};
|
|
765
|
+
ItemDescription: {};
|
|
766
|
+
ItemFooter: {};
|
|
767
|
+
ItemGroup: {};
|
|
768
|
+
ItemHeader: {};
|
|
769
|
+
ItemMedia: {};
|
|
770
|
+
itemMediaVariants: {};
|
|
771
|
+
ItemSeparator: {};
|
|
772
|
+
ItemTitle: {};
|
|
773
|
+
itemVariants: {};
|
|
774
|
+
Label: {};
|
|
775
|
+
Loader: {};
|
|
776
|
+
mergeRefs: {};
|
|
777
|
+
MultiComboboxField: {};
|
|
778
|
+
MultiComboboxFieldController: {};
|
|
779
|
+
MultiComboboxFieldProps: {
|
|
780
|
+
isTypeOnly: true;
|
|
781
|
+
};
|
|
782
|
+
MultiSelectOptionProps: {
|
|
783
|
+
isTypeOnly: true;
|
|
784
|
+
};
|
|
785
|
+
NavigationMenu: {};
|
|
786
|
+
NavigationMenuContent: {};
|
|
787
|
+
NavigationMenuIndicator: {};
|
|
788
|
+
NavigationMenuItem: {};
|
|
789
|
+
NavigationMenuItemWithLink: {};
|
|
790
|
+
NavigationMenuLink: {};
|
|
791
|
+
NavigationMenuList: {};
|
|
792
|
+
NavigationMenuTrigger: {};
|
|
793
|
+
navigationMenuTriggerStyle: {};
|
|
794
|
+
NotFoundCard: {};
|
|
795
|
+
NumberField: {};
|
|
796
|
+
NumberFieldController: {};
|
|
797
|
+
PageHeader: {};
|
|
798
|
+
PageHeaderActions: {};
|
|
799
|
+
PageHeaderDescription: {};
|
|
800
|
+
PageHeaderTitle: {};
|
|
801
|
+
Popover: {};
|
|
802
|
+
PopoverContent: {};
|
|
803
|
+
PopoverTrigger: {};
|
|
804
|
+
RadioField: {};
|
|
805
|
+
RadioFieldController: {};
|
|
806
|
+
RadioOptionProps: {
|
|
807
|
+
isTypeOnly: true;
|
|
808
|
+
};
|
|
809
|
+
ScrollArea: {};
|
|
810
|
+
Section: {};
|
|
811
|
+
SectionActions: {};
|
|
812
|
+
SectionDescription: {};
|
|
813
|
+
SectionHeader: {};
|
|
814
|
+
SectionTitle: {};
|
|
815
|
+
Select: {};
|
|
816
|
+
SelectField: {};
|
|
817
|
+
SelectFieldController: {};
|
|
818
|
+
SelectOptionProps: {
|
|
819
|
+
isTypeOnly: true;
|
|
820
|
+
};
|
|
821
|
+
Separator: {};
|
|
822
|
+
Sheet: {};
|
|
823
|
+
SheetClose: {};
|
|
824
|
+
SheetContent: {};
|
|
825
|
+
SheetDescription: {};
|
|
826
|
+
SheetFooter: {};
|
|
827
|
+
SheetHeader: {};
|
|
828
|
+
SheetTitle: {};
|
|
829
|
+
SheetTrigger: {};
|
|
830
|
+
Sidebar: {};
|
|
831
|
+
SidebarContent: {};
|
|
832
|
+
SidebarFooter: {};
|
|
833
|
+
SidebarGroup: {};
|
|
834
|
+
SidebarGroupAction: {};
|
|
835
|
+
SidebarGroupContent: {};
|
|
836
|
+
SidebarGroupLabel: {};
|
|
837
|
+
SidebarHeader: {};
|
|
838
|
+
SidebarInput: {};
|
|
839
|
+
SidebarInset: {};
|
|
840
|
+
SidebarMenu: {};
|
|
841
|
+
SidebarMenuAction: {};
|
|
842
|
+
SidebarMenuBadge: {};
|
|
843
|
+
SidebarMenuButton: {};
|
|
844
|
+
SidebarMenuItem: {};
|
|
845
|
+
SidebarMenuSkeleton: {};
|
|
846
|
+
SidebarMenuSub: {};
|
|
847
|
+
SidebarMenuSubButton: {};
|
|
848
|
+
SidebarMenuSubItem: {};
|
|
849
|
+
SidebarProvider: {};
|
|
850
|
+
SidebarRail: {};
|
|
851
|
+
SidebarSeparator: {};
|
|
852
|
+
SidebarTrigger: {};
|
|
853
|
+
Skeleton: {};
|
|
854
|
+
Slider: {};
|
|
855
|
+
Spinner: {};
|
|
856
|
+
Switch: {};
|
|
857
|
+
SwitchField: {};
|
|
858
|
+
SwitchFieldController: {};
|
|
859
|
+
Table: {};
|
|
860
|
+
TableBody: {};
|
|
861
|
+
TableCaption: {};
|
|
862
|
+
TableCell: {};
|
|
863
|
+
TableFooter: {};
|
|
864
|
+
TableHead: {};
|
|
865
|
+
TableHeader: {};
|
|
866
|
+
TableRow: {};
|
|
867
|
+
Textarea: {};
|
|
868
|
+
TextareaField: {};
|
|
869
|
+
TextareaFieldController: {};
|
|
870
|
+
Toast: {};
|
|
871
|
+
toast: {};
|
|
872
|
+
ToastAction: {};
|
|
873
|
+
ToastClose: {};
|
|
874
|
+
ToastContent: {};
|
|
875
|
+
ToastDescription: {};
|
|
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: {};
|
|
891
|
+
Tooltip: {};
|
|
892
|
+
TooltipContent: {};
|
|
893
|
+
TooltipProvider: {};
|
|
894
|
+
TooltipTrigger: {};
|
|
895
|
+
useAutocompleteFilter: {};
|
|
896
|
+
useConfirmDialog: {};
|
|
897
|
+
UseConfirmDialogRequestOptions: {
|
|
898
|
+
isTypeOnly: true;
|
|
899
|
+
};
|
|
900
|
+
useConfirmDialogState: {};
|
|
901
|
+
useControlledState: {};
|
|
902
|
+
useControllerMerged: {};
|
|
903
|
+
useIsMobile: {};
|
|
904
|
+
useSidebar: {};
|
|
905
|
+
}>>;
|
|
906
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
907
|
+
formatError: {};
|
|
908
|
+
logAndFormatError: {};
|
|
909
|
+
logError: {};
|
|
910
|
+
}>>;
|
|
911
|
+
reactSessionImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
912
|
+
UserSessionClient: {};
|
|
913
|
+
userSessionClient: {};
|
|
914
|
+
}>>;
|
|
915
|
+
}, {
|
|
916
|
+
otpConstants: {};
|
|
917
|
+
}>;
|
|
918
|
+
mainGroup: {
|
|
919
|
+
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
920
|
+
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
545
921
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
546
922
|
'*': {};
|
|
547
923
|
graphql: {};
|
|
@@ -555,6 +931,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
555
931
|
isTypeOnly: true;
|
|
556
932
|
};
|
|
557
933
|
Alert: {};
|
|
934
|
+
AlertAction: {};
|
|
558
935
|
AlertDescription: {};
|
|
559
936
|
AlertTitle: {};
|
|
560
937
|
Autocomplete: {};
|
|
@@ -584,6 +961,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
584
961
|
buttonVariants: {};
|
|
585
962
|
Calendar: {};
|
|
586
963
|
Card: {};
|
|
964
|
+
CardAction: {};
|
|
587
965
|
CardContent: {};
|
|
588
966
|
CardDescription: {};
|
|
589
967
|
CardFooter: {};
|
|
@@ -668,6 +1046,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
668
1046
|
InputGroupInput: {};
|
|
669
1047
|
InputGroupText: {};
|
|
670
1048
|
InputGroupTextarea: {};
|
|
1049
|
+
InputOtp: {};
|
|
1050
|
+
InputOtpField: {};
|
|
1051
|
+
InputOtpFieldController: {};
|
|
1052
|
+
InputOtpGroup: {};
|
|
1053
|
+
InputOtpSeparator: {};
|
|
1054
|
+
InputOtpSlot: {};
|
|
671
1055
|
inputVariants: {};
|
|
672
1056
|
Item: {};
|
|
673
1057
|
ItemActions: {};
|
|
@@ -704,6 +1088,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
704
1088
|
NotFoundCard: {};
|
|
705
1089
|
NumberField: {};
|
|
706
1090
|
NumberFieldController: {};
|
|
1091
|
+
PageHeader: {};
|
|
1092
|
+
PageHeaderActions: {};
|
|
1093
|
+
PageHeaderDescription: {};
|
|
1094
|
+
PageHeaderTitle: {};
|
|
707
1095
|
Popover: {};
|
|
708
1096
|
PopoverContent: {};
|
|
709
1097
|
PopoverTrigger: {};
|
|
@@ -713,6 +1101,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
713
1101
|
isTypeOnly: true;
|
|
714
1102
|
};
|
|
715
1103
|
ScrollArea: {};
|
|
1104
|
+
Section: {};
|
|
1105
|
+
SectionActions: {};
|
|
1106
|
+
SectionDescription: {};
|
|
1107
|
+
SectionHeader: {};
|
|
1108
|
+
SectionTitle: {};
|
|
716
1109
|
Select: {};
|
|
717
1110
|
SelectField: {};
|
|
718
1111
|
SelectFieldController: {};
|
|
@@ -768,7 +1161,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
768
1161
|
Textarea: {};
|
|
769
1162
|
TextareaField: {};
|
|
770
1163
|
TextareaFieldController: {};
|
|
1164
|
+
Toast: {};
|
|
1165
|
+
toast: {};
|
|
1166
|
+
ToastAction: {};
|
|
1167
|
+
ToastClose: {};
|
|
1168
|
+
ToastContent: {};
|
|
1169
|
+
ToastDescription: {};
|
|
771
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: {};
|
|
772
1185
|
Tooltip: {};
|
|
773
1186
|
TooltipContent: {};
|
|
774
1187
|
TooltipProvider: {};
|
|
@@ -789,17 +1202,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
789
1202
|
logAndFormatError: {};
|
|
790
1203
|
logError: {};
|
|
791
1204
|
}>>;
|
|
792
|
-
reactSessionImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
793
|
-
UserSessionClient: {};
|
|
794
|
-
userSessionClient: {};
|
|
795
|
-
}>>;
|
|
796
1205
|
}, {
|
|
797
1206
|
constants: {};
|
|
798
1207
|
}>;
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
TPL_REGISTER_SCHEMA: {};
|
|
1208
|
+
login: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
1209
|
+
TPL_OTP_LOGIN_LINK: {};
|
|
1210
|
+
TPL_REGISTER_LINK: {};
|
|
803
1211
|
}, {
|
|
804
1212
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
805
1213
|
getApolloErrorCode: {};
|
|
@@ -819,6 +1227,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
819
1227
|
isTypeOnly: true;
|
|
820
1228
|
};
|
|
821
1229
|
Alert: {};
|
|
1230
|
+
AlertAction: {};
|
|
822
1231
|
AlertDescription: {};
|
|
823
1232
|
AlertTitle: {};
|
|
824
1233
|
Autocomplete: {};
|
|
@@ -848,6 +1257,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
848
1257
|
buttonVariants: {};
|
|
849
1258
|
Calendar: {};
|
|
850
1259
|
Card: {};
|
|
1260
|
+
CardAction: {};
|
|
851
1261
|
CardContent: {};
|
|
852
1262
|
CardDescription: {};
|
|
853
1263
|
CardFooter: {};
|
|
@@ -932,6 +1342,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
932
1342
|
InputGroupInput: {};
|
|
933
1343
|
InputGroupText: {};
|
|
934
1344
|
InputGroupTextarea: {};
|
|
1345
|
+
InputOtp: {};
|
|
1346
|
+
InputOtpField: {};
|
|
1347
|
+
InputOtpFieldController: {};
|
|
1348
|
+
InputOtpGroup: {};
|
|
1349
|
+
InputOtpSeparator: {};
|
|
1350
|
+
InputOtpSlot: {};
|
|
935
1351
|
inputVariants: {};
|
|
936
1352
|
Item: {};
|
|
937
1353
|
ItemActions: {};
|
|
@@ -968,6 +1384,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
968
1384
|
NotFoundCard: {};
|
|
969
1385
|
NumberField: {};
|
|
970
1386
|
NumberFieldController: {};
|
|
1387
|
+
PageHeader: {};
|
|
1388
|
+
PageHeaderActions: {};
|
|
1389
|
+
PageHeaderDescription: {};
|
|
1390
|
+
PageHeaderTitle: {};
|
|
971
1391
|
Popover: {};
|
|
972
1392
|
PopoverContent: {};
|
|
973
1393
|
PopoverTrigger: {};
|
|
@@ -977,6 +1397,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
977
1397
|
isTypeOnly: true;
|
|
978
1398
|
};
|
|
979
1399
|
ScrollArea: {};
|
|
1400
|
+
Section: {};
|
|
1401
|
+
SectionActions: {};
|
|
1402
|
+
SectionDescription: {};
|
|
1403
|
+
SectionHeader: {};
|
|
1404
|
+
SectionTitle: {};
|
|
980
1405
|
Select: {};
|
|
981
1406
|
SelectField: {};
|
|
982
1407
|
SelectFieldController: {};
|
|
@@ -1032,7 +1457,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1032
1457
|
Textarea: {};
|
|
1033
1458
|
TextareaField: {};
|
|
1034
1459
|
TextareaFieldController: {};
|
|
1460
|
+
Toast: {};
|
|
1461
|
+
toast: {};
|
|
1462
|
+
ToastAction: {};
|
|
1463
|
+
ToastClose: {};
|
|
1464
|
+
ToastContent: {};
|
|
1465
|
+
ToastDescription: {};
|
|
1035
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: {};
|
|
1036
1481
|
Tooltip: {};
|
|
1037
1482
|
TooltipContent: {};
|
|
1038
1483
|
TooltipProvider: {};
|
|
@@ -1057,7 +1502,9 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1057
1502
|
UserSessionClient: {};
|
|
1058
1503
|
userSessionClient: {};
|
|
1059
1504
|
}>>;
|
|
1060
|
-
},
|
|
1505
|
+
}, {
|
|
1506
|
+
constants: {};
|
|
1507
|
+
}>;
|
|
1061
1508
|
resetPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
1062
1509
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1063
1510
|
getApolloErrorCode: {};
|
|
@@ -1077,6 +1524,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1077
1524
|
isTypeOnly: true;
|
|
1078
1525
|
};
|
|
1079
1526
|
Alert: {};
|
|
1527
|
+
AlertAction: {};
|
|
1080
1528
|
AlertDescription: {};
|
|
1081
1529
|
AlertTitle: {};
|
|
1082
1530
|
Autocomplete: {};
|
|
@@ -1106,6 +1554,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1106
1554
|
buttonVariants: {};
|
|
1107
1555
|
Calendar: {};
|
|
1108
1556
|
Card: {};
|
|
1557
|
+
CardAction: {};
|
|
1109
1558
|
CardContent: {};
|
|
1110
1559
|
CardDescription: {};
|
|
1111
1560
|
CardFooter: {};
|
|
@@ -1190,6 +1639,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1190
1639
|
InputGroupInput: {};
|
|
1191
1640
|
InputGroupText: {};
|
|
1192
1641
|
InputGroupTextarea: {};
|
|
1642
|
+
InputOtp: {};
|
|
1643
|
+
InputOtpField: {};
|
|
1644
|
+
InputOtpFieldController: {};
|
|
1645
|
+
InputOtpGroup: {};
|
|
1646
|
+
InputOtpSeparator: {};
|
|
1647
|
+
InputOtpSlot: {};
|
|
1193
1648
|
inputVariants: {};
|
|
1194
1649
|
Item: {};
|
|
1195
1650
|
ItemActions: {};
|
|
@@ -1226,6 +1681,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1226
1681
|
NotFoundCard: {};
|
|
1227
1682
|
NumberField: {};
|
|
1228
1683
|
NumberFieldController: {};
|
|
1684
|
+
PageHeader: {};
|
|
1685
|
+
PageHeaderActions: {};
|
|
1686
|
+
PageHeaderDescription: {};
|
|
1687
|
+
PageHeaderTitle: {};
|
|
1229
1688
|
Popover: {};
|
|
1230
1689
|
PopoverContent: {};
|
|
1231
1690
|
PopoverTrigger: {};
|
|
@@ -1235,6 +1694,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1235
1694
|
isTypeOnly: true;
|
|
1236
1695
|
};
|
|
1237
1696
|
ScrollArea: {};
|
|
1697
|
+
Section: {};
|
|
1698
|
+
SectionActions: {};
|
|
1699
|
+
SectionDescription: {};
|
|
1700
|
+
SectionHeader: {};
|
|
1701
|
+
SectionTitle: {};
|
|
1238
1702
|
Select: {};
|
|
1239
1703
|
SelectField: {};
|
|
1240
1704
|
SelectFieldController: {};
|
|
@@ -1290,7 +1754,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1290
1754
|
Textarea: {};
|
|
1291
1755
|
TextareaField: {};
|
|
1292
1756
|
TextareaFieldController: {};
|
|
1757
|
+
Toast: {};
|
|
1758
|
+
toast: {};
|
|
1759
|
+
ToastAction: {};
|
|
1760
|
+
ToastClose: {};
|
|
1761
|
+
ToastContent: {};
|
|
1762
|
+
ToastDescription: {};
|
|
1293
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: {};
|
|
1294
1778
|
Tooltip: {};
|
|
1295
1779
|
TooltipContent: {};
|
|
1296
1780
|
TooltipProvider: {};
|
|
@@ -1316,6 +1800,306 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1316
1800
|
}>;
|
|
1317
1801
|
route: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
1318
1802
|
};
|
|
1803
|
+
otpConstants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
1804
|
+
register: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
1805
|
+
TPL_NAME_FORM_CONTROL: {};
|
|
1806
|
+
TPL_REGISTER_INPUT: {};
|
|
1807
|
+
TPL_REGISTER_SCHEMA: {};
|
|
1808
|
+
}, {
|
|
1809
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1810
|
+
getApolloErrorCode: {};
|
|
1811
|
+
getApolloErrorData: {};
|
|
1812
|
+
getApolloErrorDetails: {};
|
|
1813
|
+
}>>;
|
|
1814
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1815
|
+
'*': {};
|
|
1816
|
+
graphql: {};
|
|
1817
|
+
readFragment: {};
|
|
1818
|
+
FragmentType: {
|
|
1819
|
+
isTypeOnly: true;
|
|
1820
|
+
};
|
|
1821
|
+
}>>;
|
|
1822
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1823
|
+
AddOptionRequiredFields: {
|
|
1824
|
+
isTypeOnly: true;
|
|
1825
|
+
};
|
|
1826
|
+
Alert: {};
|
|
1827
|
+
AlertAction: {};
|
|
1828
|
+
AlertDescription: {};
|
|
1829
|
+
AlertTitle: {};
|
|
1830
|
+
Autocomplete: {};
|
|
1831
|
+
AutocompleteClear: {};
|
|
1832
|
+
AutocompleteCollection: {};
|
|
1833
|
+
AutocompleteContent: {};
|
|
1834
|
+
AutocompleteEmpty: {};
|
|
1835
|
+
AutocompleteGroup: {};
|
|
1836
|
+
AutocompleteInput: {};
|
|
1837
|
+
AutocompleteItem: {};
|
|
1838
|
+
AutocompleteLabel: {};
|
|
1839
|
+
AutocompleteList: {};
|
|
1840
|
+
AutocompleteSeparator: {};
|
|
1841
|
+
AutocompleteStatus: {};
|
|
1842
|
+
AutocompleteTrigger: {};
|
|
1843
|
+
AutocompleteValue: {};
|
|
1844
|
+
Badge: {};
|
|
1845
|
+
badgeVariants: {};
|
|
1846
|
+
Breadcrumb: {};
|
|
1847
|
+
BreadcrumbEllipsis: {};
|
|
1848
|
+
BreadcrumbItem: {};
|
|
1849
|
+
BreadcrumbLink: {};
|
|
1850
|
+
BreadcrumbList: {};
|
|
1851
|
+
BreadcrumbPage: {};
|
|
1852
|
+
BreadcrumbSeparator: {};
|
|
1853
|
+
Button: {};
|
|
1854
|
+
buttonVariants: {};
|
|
1855
|
+
Calendar: {};
|
|
1856
|
+
Card: {};
|
|
1857
|
+
CardAction: {};
|
|
1858
|
+
CardContent: {};
|
|
1859
|
+
CardDescription: {};
|
|
1860
|
+
CardFooter: {};
|
|
1861
|
+
CardHeader: {};
|
|
1862
|
+
CardTitle: {};
|
|
1863
|
+
Checkbox: {};
|
|
1864
|
+
CheckboxField: {};
|
|
1865
|
+
CheckboxFieldController: {};
|
|
1866
|
+
CircularProgress: {};
|
|
1867
|
+
cn: {};
|
|
1868
|
+
Collapsible: {};
|
|
1869
|
+
CollapsibleContent: {};
|
|
1870
|
+
CollapsibleTrigger: {};
|
|
1871
|
+
Combobox: {};
|
|
1872
|
+
ComboboxField: {};
|
|
1873
|
+
ComboboxFieldController: {};
|
|
1874
|
+
ConfirmDialog: {};
|
|
1875
|
+
DatePickerField: {};
|
|
1876
|
+
DatePickerFieldController: {};
|
|
1877
|
+
DateTimePickerField: {};
|
|
1878
|
+
DateTimePickerFieldController: {};
|
|
1879
|
+
Dialog: {};
|
|
1880
|
+
DialogClose: {};
|
|
1881
|
+
DialogContent: {};
|
|
1882
|
+
DialogDescription: {};
|
|
1883
|
+
DialogFooter: {};
|
|
1884
|
+
DialogHeader: {};
|
|
1885
|
+
DialogOverlay: {};
|
|
1886
|
+
DialogPortal: {};
|
|
1887
|
+
DialogTitle: {};
|
|
1888
|
+
DialogTrigger: {};
|
|
1889
|
+
DialogWidth: {
|
|
1890
|
+
isTypeOnly: true;
|
|
1891
|
+
};
|
|
1892
|
+
DropdownMenu: {};
|
|
1893
|
+
DropdownMenuCheckboxItem: {};
|
|
1894
|
+
DropdownMenuContent: {};
|
|
1895
|
+
DropdownMenuGroup: {};
|
|
1896
|
+
DropdownMenuItem: {};
|
|
1897
|
+
DropdownMenuLabel: {};
|
|
1898
|
+
DropdownMenuPortal: {};
|
|
1899
|
+
DropdownMenuRadioGroup: {};
|
|
1900
|
+
DropdownMenuRadioItem: {};
|
|
1901
|
+
DropdownMenuSeparator: {};
|
|
1902
|
+
DropdownMenuShortcut: {};
|
|
1903
|
+
DropdownMenuSub: {};
|
|
1904
|
+
DropdownMenuSubContent: {};
|
|
1905
|
+
DropdownMenuSubTrigger: {};
|
|
1906
|
+
DropdownMenuTrigger: {};
|
|
1907
|
+
Empty: {};
|
|
1908
|
+
EmptyContent: {};
|
|
1909
|
+
EmptyDescription: {};
|
|
1910
|
+
EmptyHeader: {};
|
|
1911
|
+
EmptyMedia: {};
|
|
1912
|
+
emptyMediaVariants: {};
|
|
1913
|
+
EmptyTitle: {};
|
|
1914
|
+
ErrorableLoader: {};
|
|
1915
|
+
ErrorDisplay: {};
|
|
1916
|
+
Field: {};
|
|
1917
|
+
FieldContent: {};
|
|
1918
|
+
FieldDescription: {};
|
|
1919
|
+
FieldError: {};
|
|
1920
|
+
FieldGroup: {};
|
|
1921
|
+
FieldLabel: {};
|
|
1922
|
+
FieldLegend: {};
|
|
1923
|
+
FieldSeparator: {};
|
|
1924
|
+
FieldSet: {};
|
|
1925
|
+
FieldTitle: {};
|
|
1926
|
+
fieldVariants: {};
|
|
1927
|
+
FormFieldProps: {
|
|
1928
|
+
isTypeOnly: true;
|
|
1929
|
+
};
|
|
1930
|
+
IconElement: {
|
|
1931
|
+
isTypeOnly: true;
|
|
1932
|
+
};
|
|
1933
|
+
Input: {};
|
|
1934
|
+
InputField: {};
|
|
1935
|
+
InputFieldController: {};
|
|
1936
|
+
InputGroup: {};
|
|
1937
|
+
InputGroupAddon: {};
|
|
1938
|
+
InputGroupButton: {};
|
|
1939
|
+
InputGroupInput: {};
|
|
1940
|
+
InputGroupText: {};
|
|
1941
|
+
InputGroupTextarea: {};
|
|
1942
|
+
InputOtp: {};
|
|
1943
|
+
InputOtpField: {};
|
|
1944
|
+
InputOtpFieldController: {};
|
|
1945
|
+
InputOtpGroup: {};
|
|
1946
|
+
InputOtpSeparator: {};
|
|
1947
|
+
InputOtpSlot: {};
|
|
1948
|
+
inputVariants: {};
|
|
1949
|
+
Item: {};
|
|
1950
|
+
ItemActions: {};
|
|
1951
|
+
ItemContent: {};
|
|
1952
|
+
ItemDescription: {};
|
|
1953
|
+
ItemFooter: {};
|
|
1954
|
+
ItemGroup: {};
|
|
1955
|
+
ItemHeader: {};
|
|
1956
|
+
ItemMedia: {};
|
|
1957
|
+
itemMediaVariants: {};
|
|
1958
|
+
ItemSeparator: {};
|
|
1959
|
+
ItemTitle: {};
|
|
1960
|
+
itemVariants: {};
|
|
1961
|
+
Label: {};
|
|
1962
|
+
Loader: {};
|
|
1963
|
+
mergeRefs: {};
|
|
1964
|
+
MultiComboboxField: {};
|
|
1965
|
+
MultiComboboxFieldController: {};
|
|
1966
|
+
MultiComboboxFieldProps: {
|
|
1967
|
+
isTypeOnly: true;
|
|
1968
|
+
};
|
|
1969
|
+
MultiSelectOptionProps: {
|
|
1970
|
+
isTypeOnly: true;
|
|
1971
|
+
};
|
|
1972
|
+
NavigationMenu: {};
|
|
1973
|
+
NavigationMenuContent: {};
|
|
1974
|
+
NavigationMenuIndicator: {};
|
|
1975
|
+
NavigationMenuItem: {};
|
|
1976
|
+
NavigationMenuItemWithLink: {};
|
|
1977
|
+
NavigationMenuLink: {};
|
|
1978
|
+
NavigationMenuList: {};
|
|
1979
|
+
NavigationMenuTrigger: {};
|
|
1980
|
+
navigationMenuTriggerStyle: {};
|
|
1981
|
+
NotFoundCard: {};
|
|
1982
|
+
NumberField: {};
|
|
1983
|
+
NumberFieldController: {};
|
|
1984
|
+
PageHeader: {};
|
|
1985
|
+
PageHeaderActions: {};
|
|
1986
|
+
PageHeaderDescription: {};
|
|
1987
|
+
PageHeaderTitle: {};
|
|
1988
|
+
Popover: {};
|
|
1989
|
+
PopoverContent: {};
|
|
1990
|
+
PopoverTrigger: {};
|
|
1991
|
+
RadioField: {};
|
|
1992
|
+
RadioFieldController: {};
|
|
1993
|
+
RadioOptionProps: {
|
|
1994
|
+
isTypeOnly: true;
|
|
1995
|
+
};
|
|
1996
|
+
ScrollArea: {};
|
|
1997
|
+
Section: {};
|
|
1998
|
+
SectionActions: {};
|
|
1999
|
+
SectionDescription: {};
|
|
2000
|
+
SectionHeader: {};
|
|
2001
|
+
SectionTitle: {};
|
|
2002
|
+
Select: {};
|
|
2003
|
+
SelectField: {};
|
|
2004
|
+
SelectFieldController: {};
|
|
2005
|
+
SelectOptionProps: {
|
|
2006
|
+
isTypeOnly: true;
|
|
2007
|
+
};
|
|
2008
|
+
Separator: {};
|
|
2009
|
+
Sheet: {};
|
|
2010
|
+
SheetClose: {};
|
|
2011
|
+
SheetContent: {};
|
|
2012
|
+
SheetDescription: {};
|
|
2013
|
+
SheetFooter: {};
|
|
2014
|
+
SheetHeader: {};
|
|
2015
|
+
SheetTitle: {};
|
|
2016
|
+
SheetTrigger: {};
|
|
2017
|
+
Sidebar: {};
|
|
2018
|
+
SidebarContent: {};
|
|
2019
|
+
SidebarFooter: {};
|
|
2020
|
+
SidebarGroup: {};
|
|
2021
|
+
SidebarGroupAction: {};
|
|
2022
|
+
SidebarGroupContent: {};
|
|
2023
|
+
SidebarGroupLabel: {};
|
|
2024
|
+
SidebarHeader: {};
|
|
2025
|
+
SidebarInput: {};
|
|
2026
|
+
SidebarInset: {};
|
|
2027
|
+
SidebarMenu: {};
|
|
2028
|
+
SidebarMenuAction: {};
|
|
2029
|
+
SidebarMenuBadge: {};
|
|
2030
|
+
SidebarMenuButton: {};
|
|
2031
|
+
SidebarMenuItem: {};
|
|
2032
|
+
SidebarMenuSkeleton: {};
|
|
2033
|
+
SidebarMenuSub: {};
|
|
2034
|
+
SidebarMenuSubButton: {};
|
|
2035
|
+
SidebarMenuSubItem: {};
|
|
2036
|
+
SidebarProvider: {};
|
|
2037
|
+
SidebarRail: {};
|
|
2038
|
+
SidebarSeparator: {};
|
|
2039
|
+
SidebarTrigger: {};
|
|
2040
|
+
Skeleton: {};
|
|
2041
|
+
Slider: {};
|
|
2042
|
+
Spinner: {};
|
|
2043
|
+
Switch: {};
|
|
2044
|
+
SwitchField: {};
|
|
2045
|
+
SwitchFieldController: {};
|
|
2046
|
+
Table: {};
|
|
2047
|
+
TableBody: {};
|
|
2048
|
+
TableCaption: {};
|
|
2049
|
+
TableCell: {};
|
|
2050
|
+
TableFooter: {};
|
|
2051
|
+
TableHead: {};
|
|
2052
|
+
TableHeader: {};
|
|
2053
|
+
TableRow: {};
|
|
2054
|
+
Textarea: {};
|
|
2055
|
+
TextareaField: {};
|
|
2056
|
+
TextareaFieldController: {};
|
|
2057
|
+
Toast: {};
|
|
2058
|
+
toast: {};
|
|
2059
|
+
ToastAction: {};
|
|
2060
|
+
ToastClose: {};
|
|
2061
|
+
ToastContent: {};
|
|
2062
|
+
ToastDescription: {};
|
|
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: {};
|
|
2078
|
+
Tooltip: {};
|
|
2079
|
+
TooltipContent: {};
|
|
2080
|
+
TooltipProvider: {};
|
|
2081
|
+
TooltipTrigger: {};
|
|
2082
|
+
useAutocompleteFilter: {};
|
|
2083
|
+
useConfirmDialog: {};
|
|
2084
|
+
UseConfirmDialogRequestOptions: {
|
|
2085
|
+
isTypeOnly: true;
|
|
2086
|
+
};
|
|
2087
|
+
useConfirmDialogState: {};
|
|
2088
|
+
useControlledState: {};
|
|
2089
|
+
useControllerMerged: {};
|
|
2090
|
+
useIsMobile: {};
|
|
2091
|
+
useSidebar: {};
|
|
2092
|
+
}>>;
|
|
2093
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
2094
|
+
formatError: {};
|
|
2095
|
+
logAndFormatError: {};
|
|
2096
|
+
logError: {};
|
|
2097
|
+
}>>;
|
|
2098
|
+
reactSessionImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
2099
|
+
UserSessionClient: {};
|
|
2100
|
+
userSessionClient: {};
|
|
2101
|
+
}>>;
|
|
2102
|
+
}, Record<never, Record<never, never>>>;
|
|
1319
2103
|
verifyEmail: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
1320
2104
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1321
2105
|
getApolloErrorCode: {};
|
|
@@ -1335,6 +2119,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1335
2119
|
isTypeOnly: true;
|
|
1336
2120
|
};
|
|
1337
2121
|
Alert: {};
|
|
2122
|
+
AlertAction: {};
|
|
1338
2123
|
AlertDescription: {};
|
|
1339
2124
|
AlertTitle: {};
|
|
1340
2125
|
Autocomplete: {};
|
|
@@ -1364,6 +2149,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1364
2149
|
buttonVariants: {};
|
|
1365
2150
|
Calendar: {};
|
|
1366
2151
|
Card: {};
|
|
2152
|
+
CardAction: {};
|
|
1367
2153
|
CardContent: {};
|
|
1368
2154
|
CardDescription: {};
|
|
1369
2155
|
CardFooter: {};
|
|
@@ -1448,6 +2234,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1448
2234
|
InputGroupInput: {};
|
|
1449
2235
|
InputGroupText: {};
|
|
1450
2236
|
InputGroupTextarea: {};
|
|
2237
|
+
InputOtp: {};
|
|
2238
|
+
InputOtpField: {};
|
|
2239
|
+
InputOtpFieldController: {};
|
|
2240
|
+
InputOtpGroup: {};
|
|
2241
|
+
InputOtpSeparator: {};
|
|
2242
|
+
InputOtpSlot: {};
|
|
1451
2243
|
inputVariants: {};
|
|
1452
2244
|
Item: {};
|
|
1453
2245
|
ItemActions: {};
|
|
@@ -1484,6 +2276,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1484
2276
|
NotFoundCard: {};
|
|
1485
2277
|
NumberField: {};
|
|
1486
2278
|
NumberFieldController: {};
|
|
2279
|
+
PageHeader: {};
|
|
2280
|
+
PageHeaderActions: {};
|
|
2281
|
+
PageHeaderDescription: {};
|
|
2282
|
+
PageHeaderTitle: {};
|
|
1487
2283
|
Popover: {};
|
|
1488
2284
|
PopoverContent: {};
|
|
1489
2285
|
PopoverTrigger: {};
|
|
@@ -1493,6 +2289,11 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1493
2289
|
isTypeOnly: true;
|
|
1494
2290
|
};
|
|
1495
2291
|
ScrollArea: {};
|
|
2292
|
+
Section: {};
|
|
2293
|
+
SectionActions: {};
|
|
2294
|
+
SectionDescription: {};
|
|
2295
|
+
SectionHeader: {};
|
|
2296
|
+
SectionTitle: {};
|
|
1496
2297
|
Select: {};
|
|
1497
2298
|
SelectField: {};
|
|
1498
2299
|
SelectFieldController: {};
|
|
@@ -1548,7 +2349,27 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1548
2349
|
Textarea: {};
|
|
1549
2350
|
TextareaField: {};
|
|
1550
2351
|
TextareaFieldController: {};
|
|
2352
|
+
Toast: {};
|
|
2353
|
+
toast: {};
|
|
2354
|
+
ToastAction: {};
|
|
2355
|
+
ToastClose: {};
|
|
2356
|
+
ToastContent: {};
|
|
2357
|
+
ToastDescription: {};
|
|
1551
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: {};
|
|
1552
2373
|
Tooltip: {};
|
|
1553
2374
|
TooltipContent: {};
|
|
1554
2375
|
TooltipProvider: {};
|