@baseplate-dev/plugin-auth 4.0.0 → 4.0.2
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 +621 -0
- package/dist/auth/core/common.d.ts +2 -5
- package/dist/auth/core/common.d.ts.map +1 -1
- package/dist/auth/core/common.js +14 -14
- package/dist/auth/core/common.js.map +1 -1
- package/dist/auth/core/node.d.ts +3 -3
- package/dist/auth/core/node.d.ts.map +1 -1
- package/dist/auth/core/node.js +5 -8
- package/dist/auth/core/node.js.map +1 -1
- package/dist/auth/core/web.d.ts +3 -3
- package/dist/auth/core/web.d.ts.map +1 -1
- package/dist/auth/core/web.js +4 -5
- package/dist/auth/core/web.js.map +1 -1
- package/dist/auth0/core/common.d.ts +3 -5
- package/dist/auth0/core/common.d.ts.map +1 -1
- package/dist/auth0/core/common.js +11 -14
- package/dist/auth0/core/common.js.map +1 -1
- package/dist/auth0/core/node.d.ts +3 -3
- package/dist/auth0/core/node.d.ts.map +1 -1
- package/dist/auth0/core/node.js +5 -8
- package/dist/auth0/core/node.js.map +1 -1
- package/dist/auth0/core/schema/plugin-definition.js +1 -1
- package/dist/auth0/core/schema/plugin-definition.js.map +1 -1
- package/dist/auth0/core/web.d.ts +3 -3
- package/dist/auth0/core/web.d.ts.map +1 -1
- package/dist/auth0/core/web.js +4 -5
- package/dist/auth0/core/web.js.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/templates/module/schema/user-session.queries.ts +1 -1
- package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +1 -1
- package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +1 -1
- package/dist/local-auth/admin/common.d.ts +3 -2
- package/dist/local-auth/admin/common.d.ts.map +1 -1
- package/dist/local-auth/admin/common.js +6 -7
- package/dist/local-auth/admin/common.js.map +1 -1
- package/dist/local-auth/admin/node.d.ts +3 -6
- package/dist/local-auth/admin/node.d.ts.map +1 -1
- package/dist/local-auth/admin/node.js +13 -12
- package/dist/local-auth/admin/node.js.map +1 -1
- package/dist/local-auth/admin/web.d.ts +3 -4
- package/dist/local-auth/admin/web.d.ts.map +1 -1
- package/dist/local-auth/admin/web.js +22 -21
- package/dist/local-auth/admin/web.js.map +1 -1
- package/dist/local-auth/constants/model-names.d.ts +4 -0
- package/dist/local-auth/constants/model-names.d.ts.map +1 -1
- package/dist/local-auth/constants/model-names.js +4 -0
- package/dist/local-auth/constants/model-names.js.map +1 -1
- package/dist/local-auth/core/common.d.ts +3 -5
- package/dist/local-auth/core/common.d.ts.map +1 -1
- package/dist/local-auth/core/common.js +10 -13
- package/dist/local-auth/core/common.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +49 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +17 -6
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +209 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -1
- 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.d.ts.map +1 -1
- 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-paths.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +47 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +48 -2
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts +18 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js +12 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +253 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +102 -4
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +15 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +15 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +18 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js +24 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.ts +35 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js +38 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.ts +54 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.js +106 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.ts +146 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts +24 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +88 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +141 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts +35 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +157 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +233 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +48 -14
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +79 -15
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +43 -0
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js +48 -0
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +96 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.js +11 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js +26 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +41 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js +59 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +60 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js +42 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/index.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/index.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/index.js +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/index.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.tsx +55 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js +12 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.tsx +44 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.tsx +55 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +1 -1
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js +2 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.ts +2 -2
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +1 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +722 -4
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/index.js +2 -0
- package/dist/local-auth/core/generators/auth-routes/generated/index.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +4 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +4 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js +14 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts +21 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js +30 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +1216 -34
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +70 -2
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/index.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-routes/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/index.js +1 -0
- package/dist/local-auth/core/generators/auth-routes/index.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts +10 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js +11 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.ts +12 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js +60 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.tsx +127 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +6 -11
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +20 -19
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +2 -3
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +131 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +240 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +106 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +206 -0
- package/dist/local-auth/core/generators/index.d.ts +1 -0
- package/dist/local-auth/core/generators/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/index.js +1 -0
- package/dist/local-auth/core/generators/index.js.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts +12 -0
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts +6 -0
- package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts +6 -0
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js.map +1 -1
- package/dist/local-auth/core/node.d.ts +3 -3
- package/dist/local-auth/core/node.d.ts.map +1 -1
- package/dist/local-auth/core/node.js +16 -9
- package/dist/local-auth/core/node.js.map +1 -1
- package/dist/local-auth/core/schema/models.d.ts.map +1 -1
- package/dist/local-auth/core/schema/models.js +60 -0
- package/dist/local-auth/core/schema/models.js.map +1 -1
- package/dist/local-auth/core/web.d.ts +3 -3
- package/dist/local-auth/core/web.d.ts.map +1 -1
- package/dist/local-auth/core/web.js +4 -5
- package/dist/local-auth/core/web.js.map +1 -1
- package/dist/placeholder-auth/core/common.d.ts +2 -5
- package/dist/placeholder-auth/core/common.d.ts.map +1 -1
- package/dist/placeholder-auth/core/common.js +10 -13
- package/dist/placeholder-auth/core/common.js.map +1 -1
- package/dist/placeholder-auth/core/node.d.ts +3 -3
- package/dist/placeholder-auth/core/node.d.ts.map +1 -1
- package/dist/placeholder-auth/core/node.js +5 -8
- package/dist/placeholder-auth/core/node.js.map +1 -1
- package/dist/placeholder-auth/core/schema/plugin-definition.js +1 -1
- package/dist/placeholder-auth/core/schema/plugin-definition.js.map +1 -1
- package/dist/placeholder-auth/core/web.d.ts +3 -3
- package/dist/placeholder-auth/core/web.d.ts.map +1 -1
- package/dist/placeholder-auth/core/web.js +4 -5
- package/dist/placeholder-auth/core/web.js.map +1 -1
- package/dist/web/assets/__federation_expose_auth0CoreCommon-DKJVe6Rd.js +40 -0
- package/dist/web/assets/__federation_expose_auth0CoreCommon-DKJVe6Rd.js.map +1 -0
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-CZueDXPK.js → __federation_expose_auth0CoreWeb-CfhSWZsK.js} +9 -10
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-CZueDXPK.js.map → __federation_expose_auth0CoreWeb-CfhSWZsK.js.map} +1 -1
- package/dist/web/assets/__federation_expose_authCoreCommon-D3-Gk9mI.js +29 -0
- package/dist/web/assets/__federation_expose_authCoreCommon-D3-Gk9mI.js.map +1 -0
- package/dist/web/assets/{__federation_expose_authCoreWeb-C8rgnA2v.js → __federation_expose_authCoreWeb-DZoAij9e.js} +10 -11
- package/dist/web/assets/{__federation_expose_authCoreWeb-C8rgnA2v.js.map → __federation_expose_authCoreWeb-DZoAij9e.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-C75-DAzO.js → __federation_expose_local-authAdminCommon-BRHnF0Hn.js} +8 -9
- package/dist/web/assets/__federation_expose_local-authAdminCommon-BRHnF0Hn.js.map +1 -0
- package/dist/web/assets/__federation_expose_local-authAdminWeb-dYAIxuqC.js +41 -0
- package/dist/web/assets/__federation_expose_local-authAdminWeb-dYAIxuqC.js.map +1 -0
- package/dist/web/assets/__federation_expose_local-authCoreCommon-CIwvOx0d.js +21 -0
- package/dist/web/assets/__federation_expose_local-authCoreCommon-CIwvOx0d.js.map +1 -0
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-ChyvdsRq.js → __federation_expose_local-authCoreWeb-Bwooi2qZ.js} +70 -11
- package/dist/web/assets/__federation_expose_local-authCoreWeb-Bwooi2qZ.js.map +1 -0
- package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-gFDSzGjB.js +23 -0
- package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-gFDSzGjB.js.map +1 -0
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-CT8JKYLB.js → __federation_expose_placeholder-authCoreWeb-BZLwIkLk.js} +9 -13
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-CT8JKYLB.js.map → __federation_expose_placeholder-authCoreWeb-BZLwIkLk.js.map} +1 -1
- package/dist/web/assets/{__federation_fn_import-C_QCk5FX.js → __federation_fn_import-pxYUpmb_.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-C_QCk5FX.js.map → __federation_fn_import-pxYUpmb_.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-DtztAtUw.js → web-BXi2UCP-.js} +39 -120
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BXi2UCP-.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-O0clDXMb.js +17445 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-O0clDXMb.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BpuFQk6s.js +52536 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BpuFQk6s.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-Bxy-1ETU.js → utils-UiZ-8JBg.js} +30 -10
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-UiZ-8JBg.js.map +1 -0
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-DooFj-IS.js → react-router-BPEAtEJI.js} +1069 -746
- package/dist/web/assets/__federation_shared_@tanstack/react-router-BPEAtEJI.js.map +1 -0
- package/dist/web/assets/{get-auth-plugin-definition-D2XMaoy7.js → get-auth-plugin-definition-DPsrvQbo.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-D2XMaoy7.js.map → get-auth-plugin-definition-DPsrvQbo.js.map} +1 -1
- package/dist/web/assets/{index-DwJT6_Wn.js → index-CSfs0UAV.js} +2 -2
- package/dist/web/assets/{index-DwJT6_Wn.js.map → index-CSfs0UAV.js.map} +1 -1
- package/dist/web/assets/{index.esm-ChwWPPiL.js → index.esm-BoRQu8mM.js} +2 -2
- package/dist/web/assets/{index.esm-ChwWPPiL.js.map → index.esm-BoRQu8mM.js.map} +1 -1
- package/dist/web/assets/{isEqual-DAXqKRba.js → isEqual-BQtm2LNT.js} +5 -5
- package/dist/web/assets/{isEqual-DAXqKRba.js.map → isEqual-BQtm2LNT.js.map} +1 -1
- package/dist/web/assets/{model-merger-gGkFnyaY.js → model-merger-CdjliK9v.js} +266 -101
- package/dist/web/assets/model-merger-CdjliK9v.js.map +1 -0
- package/dist/web/assets/{model-names-CEoSIalq.js → model-names-DrcaRxt1.js} +6 -2
- package/dist/web/assets/{model-names-CEoSIalq.js.map → model-names-DrcaRxt1.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-rpMj4pr8.js → plugin-definition-BG6tu7Hh.js} +3 -3
- package/dist/web/assets/plugin-definition-BG6tu7Hh.js.map +1 -0
- package/dist/web/assets/{plugin-definition-QRBMcFiG.js → plugin-definition-BMYDEj3f.js} +3 -3
- package/dist/web/assets/plugin-definition-BMYDEj3f.js.map +1 -0
- package/dist/web/assets/{plugin-definition-hAzbWO7b.js → plugin-definition-DRhTuQas.js} +2 -2
- package/dist/web/assets/{plugin-definition-hAzbWO7b.js.map → plugin-definition-DRhTuQas.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-_slrOM0G.js → plugin-definition-j1nJ0FFI.js} +2 -2
- package/dist/web/assets/{plugin-definition-_slrOM0G.js.map → plugin-definition-j1nJ0FFI.js.map} +1 -1
- package/dist/web/assets/{react-DbX1FP85.js → react-CBhSWxr_.js} +2 -2
- package/dist/web/assets/{react-DbX1FP85.js.map → react-CBhSWxr_.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +20 -20
- package/dist/web/assets/{style-DZ-aOCkd.css → style-DiK_rD1L.css} +1 -1
- package/dist/web/assets/{styles-DqLt1Blm.js → styles-BbHyE-2h.js} +3 -3
- package/dist/web/assets/{styles-DqLt1Blm.js.map → styles-BbHyE-2h.js.map} +1 -1
- package/dist/web/index.html +1 -1
- package/package.json +23 -20
- package/dist/web/assets/__federation_expose_auth0CoreCommon-Ga9LD3d6.js +0 -43
- package/dist/web/assets/__federation_expose_auth0CoreCommon-Ga9LD3d6.js.map +0 -1
- package/dist/web/assets/__federation_expose_authCoreCommon-BrTLsuJC.js +0 -29
- package/dist/web/assets/__federation_expose_authCoreCommon-BrTLsuJC.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authAdminCommon-C75-DAzO.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authAdminWeb-D2xGvwyL.js +0 -40
- package/dist/web/assets/__federation_expose_local-authAdminWeb-D2xGvwyL.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authCoreCommon-BFUbyPYg.js +0 -27
- package/dist/web/assets/__federation_expose_local-authCoreCommon-BFUbyPYg.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authCoreWeb-ChyvdsRq.js.map +0 -1
- package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-DrFV9FSW.js +0 -26
- package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-DrFV9FSW.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DtztAtUw.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CcNtL_U6.js +0 -10507
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CcNtL_U6.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DA_4I2Vy.js +0 -24082
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DA_4I2Vy.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-Bxy-1ETU.js.map +0 -1
- package/dist/web/assets/__federation_shared_@tanstack/react-router-DooFj-IS.js.map +0 -1
- package/dist/web/assets/model-merger-gGkFnyaY.js.map +0 -1
- package/dist/web/assets/plugin-definition-QRBMcFiG.js.map +0 -1
- package/dist/web/assets/plugin-definition-rpMj4pr8.js.map +0 -1
|
@@ -1,4 +1,238 @@
|
|
|
1
1
|
export declare const mainGroup: {
|
|
2
|
+
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
3
|
+
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
4
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
5
|
+
graphql: {};
|
|
6
|
+
readFragment: {};
|
|
7
|
+
FragmentOf: {
|
|
8
|
+
isTypeOnly: true;
|
|
9
|
+
};
|
|
10
|
+
ResultOf: {
|
|
11
|
+
isTypeOnly: true;
|
|
12
|
+
};
|
|
13
|
+
VariablesOf: {
|
|
14
|
+
isTypeOnly: true;
|
|
15
|
+
};
|
|
16
|
+
}>>;
|
|
17
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
18
|
+
AddOptionRequiredFields: {
|
|
19
|
+
isTypeOnly: true;
|
|
20
|
+
};
|
|
21
|
+
Alert: {};
|
|
22
|
+
AlertDescription: {};
|
|
23
|
+
AlertTitle: {};
|
|
24
|
+
Badge: {};
|
|
25
|
+
badgeVariants: {};
|
|
26
|
+
BadgeWithIcon: {};
|
|
27
|
+
BadgeWithIconProps: {
|
|
28
|
+
isTypeOnly: true;
|
|
29
|
+
};
|
|
30
|
+
Breadcrumb: {};
|
|
31
|
+
BreadcrumbEllipsis: {};
|
|
32
|
+
BreadcrumbItem: {};
|
|
33
|
+
BreadcrumbLink: {};
|
|
34
|
+
BreadcrumbList: {};
|
|
35
|
+
BreadcrumbPage: {};
|
|
36
|
+
BreadcrumbSeparator: {};
|
|
37
|
+
Button: {};
|
|
38
|
+
buttonVariants: {};
|
|
39
|
+
Calendar: {};
|
|
40
|
+
Card: {};
|
|
41
|
+
CardContent: {};
|
|
42
|
+
CardDescription: {};
|
|
43
|
+
CardFooter: {};
|
|
44
|
+
CardHeader: {};
|
|
45
|
+
CardTitle: {};
|
|
46
|
+
Checkbox: {};
|
|
47
|
+
CheckboxField: {};
|
|
48
|
+
CheckboxFieldController: {};
|
|
49
|
+
CheckedInput: {};
|
|
50
|
+
CircularProgress: {};
|
|
51
|
+
cn: {};
|
|
52
|
+
Combobox: {};
|
|
53
|
+
ComboboxField: {};
|
|
54
|
+
ComboboxFieldController: {};
|
|
55
|
+
Command: {};
|
|
56
|
+
CommandDialog: {};
|
|
57
|
+
CommandEmpty: {};
|
|
58
|
+
CommandGroup: {};
|
|
59
|
+
CommandInput: {};
|
|
60
|
+
CommandItem: {};
|
|
61
|
+
CommandList: {};
|
|
62
|
+
CommandSeparator: {};
|
|
63
|
+
CommandShortcut: {};
|
|
64
|
+
ConfirmDialog: {};
|
|
65
|
+
DatePickerField: {};
|
|
66
|
+
DatePickerFieldController: {};
|
|
67
|
+
DateTimePickerField: {};
|
|
68
|
+
DateTimePickerFieldController: {};
|
|
69
|
+
Dialog: {};
|
|
70
|
+
DialogClose: {};
|
|
71
|
+
DialogContent: {};
|
|
72
|
+
DialogDescription: {};
|
|
73
|
+
DialogFooter: {};
|
|
74
|
+
DialogHeader: {};
|
|
75
|
+
DialogOverlay: {};
|
|
76
|
+
DialogPortal: {};
|
|
77
|
+
DialogTitle: {};
|
|
78
|
+
DialogTrigger: {};
|
|
79
|
+
DialogWidth: {
|
|
80
|
+
isTypeOnly: true;
|
|
81
|
+
};
|
|
82
|
+
DropdownMenu: {};
|
|
83
|
+
DropdownMenuCheckboxItem: {};
|
|
84
|
+
DropdownMenuContent: {};
|
|
85
|
+
DropdownMenuGroup: {};
|
|
86
|
+
DropdownMenuItem: {};
|
|
87
|
+
DropdownMenuLabel: {};
|
|
88
|
+
DropdownMenuPortal: {};
|
|
89
|
+
DropdownMenuRadioGroup: {};
|
|
90
|
+
DropdownMenuRadioItem: {};
|
|
91
|
+
DropdownMenuSeparator: {};
|
|
92
|
+
DropdownMenuShortcut: {};
|
|
93
|
+
DropdownMenuSub: {};
|
|
94
|
+
DropdownMenuSubContent: {};
|
|
95
|
+
DropdownMenuSubTrigger: {};
|
|
96
|
+
DropdownMenuTrigger: {};
|
|
97
|
+
EmptyDisplay: {};
|
|
98
|
+
ErrorableLoader: {};
|
|
99
|
+
ErrorDisplay: {};
|
|
100
|
+
FormControl: {};
|
|
101
|
+
FormDescription: {};
|
|
102
|
+
FormFieldProps: {
|
|
103
|
+
isTypeOnly: true;
|
|
104
|
+
};
|
|
105
|
+
FormItem: {};
|
|
106
|
+
FormLabel: {};
|
|
107
|
+
FormMessage: {};
|
|
108
|
+
IconElement: {
|
|
109
|
+
isTypeOnly: true;
|
|
110
|
+
};
|
|
111
|
+
Input: {};
|
|
112
|
+
InputField: {};
|
|
113
|
+
InputFieldController: {};
|
|
114
|
+
inputVariants: {};
|
|
115
|
+
Label: {};
|
|
116
|
+
LinkButton: {};
|
|
117
|
+
Loader: {};
|
|
118
|
+
mergeRefs: {};
|
|
119
|
+
Modal: {};
|
|
120
|
+
MultiCombobox: {};
|
|
121
|
+
MultiComboboxContent: {};
|
|
122
|
+
MultiComboboxEmpty: {};
|
|
123
|
+
MultiComboboxField: {};
|
|
124
|
+
MultiComboboxFieldController: {};
|
|
125
|
+
MultiComboboxFieldProps: {
|
|
126
|
+
isTypeOnly: true;
|
|
127
|
+
};
|
|
128
|
+
MultiComboboxGroup: {};
|
|
129
|
+
MultiComboboxInput: {};
|
|
130
|
+
MultiComboboxItem: {};
|
|
131
|
+
MultiSelectOptionProps: {
|
|
132
|
+
isTypeOnly: true;
|
|
133
|
+
};
|
|
134
|
+
NavigationMenu: {};
|
|
135
|
+
NavigationMenuContent: {};
|
|
136
|
+
NavigationMenuIndicator: {};
|
|
137
|
+
NavigationMenuItem: {};
|
|
138
|
+
NavigationMenuItemWithLink: {};
|
|
139
|
+
NavigationMenuLink: {};
|
|
140
|
+
NavigationMenuList: {};
|
|
141
|
+
NavigationMenuTrigger: {};
|
|
142
|
+
navigationMenuTriggerStyle: {};
|
|
143
|
+
NavigationMenuViewport: {};
|
|
144
|
+
NotFoundCard: {};
|
|
145
|
+
Popover: {};
|
|
146
|
+
PopoverAnchor: {};
|
|
147
|
+
PopoverContent: {};
|
|
148
|
+
PopoverTrigger: {};
|
|
149
|
+
ReactDatePickerInput: {};
|
|
150
|
+
ReactSelectInput: {};
|
|
151
|
+
ScrollArea: {};
|
|
152
|
+
Select: {};
|
|
153
|
+
selectCheckVariants: {};
|
|
154
|
+
selectContentVariants: {};
|
|
155
|
+
SelectField: {};
|
|
156
|
+
SelectFieldController: {};
|
|
157
|
+
SelectInput: {};
|
|
158
|
+
selectItemVariants: {};
|
|
159
|
+
SelectOptionProps: {
|
|
160
|
+
isTypeOnly: true;
|
|
161
|
+
};
|
|
162
|
+
selectTriggerVariants: {};
|
|
163
|
+
Separator: {};
|
|
164
|
+
Sheet: {};
|
|
165
|
+
SheetClose: {};
|
|
166
|
+
SheetContent: {};
|
|
167
|
+
SheetDescription: {};
|
|
168
|
+
SheetFooter: {};
|
|
169
|
+
SheetHeader: {};
|
|
170
|
+
SheetTitle: {};
|
|
171
|
+
SheetTrigger: {};
|
|
172
|
+
Sidebar: {};
|
|
173
|
+
SidebarContent: {};
|
|
174
|
+
SidebarFooter: {};
|
|
175
|
+
SidebarGroup: {};
|
|
176
|
+
SidebarGroupAction: {};
|
|
177
|
+
SidebarGroupContent: {};
|
|
178
|
+
SidebarGroupLabel: {};
|
|
179
|
+
SidebarHeader: {};
|
|
180
|
+
SidebarInput: {};
|
|
181
|
+
SidebarInset: {};
|
|
182
|
+
SidebarMenu: {};
|
|
183
|
+
SidebarMenuAction: {};
|
|
184
|
+
SidebarMenuBadge: {};
|
|
185
|
+
SidebarMenuButton: {};
|
|
186
|
+
SidebarMenuItem: {};
|
|
187
|
+
SidebarMenuSkeleton: {};
|
|
188
|
+
SidebarMenuSub: {};
|
|
189
|
+
SidebarMenuSubButton: {};
|
|
190
|
+
SidebarMenuSubItem: {};
|
|
191
|
+
SidebarProvider: {};
|
|
192
|
+
SidebarRail: {};
|
|
193
|
+
SidebarSeparator: {};
|
|
194
|
+
SidebarTrigger: {};
|
|
195
|
+
Skeleton: {};
|
|
196
|
+
Switch: {};
|
|
197
|
+
SwitchField: {};
|
|
198
|
+
SwitchFieldController: {};
|
|
199
|
+
Table: {};
|
|
200
|
+
TableBody: {};
|
|
201
|
+
TableCaption: {};
|
|
202
|
+
TableCell: {};
|
|
203
|
+
TableFooter: {};
|
|
204
|
+
TableHead: {};
|
|
205
|
+
TableHeader: {};
|
|
206
|
+
TableRow: {};
|
|
207
|
+
Textarea: {};
|
|
208
|
+
TextareaField: {};
|
|
209
|
+
TextareaFieldController: {};
|
|
210
|
+
TextAreaInput: {};
|
|
211
|
+
TextInput: {};
|
|
212
|
+
Toaster: {};
|
|
213
|
+
Tooltip: {};
|
|
214
|
+
TooltipContent: {};
|
|
215
|
+
TooltipProvider: {};
|
|
216
|
+
TooltipTrigger: {};
|
|
217
|
+
useConfirmDialog: {};
|
|
218
|
+
UseConfirmDialogRequestOptions: {
|
|
219
|
+
isTypeOnly: true;
|
|
220
|
+
};
|
|
221
|
+
useConfirmDialogState: {};
|
|
222
|
+
useControlledState: {};
|
|
223
|
+
useControllerMerged: {};
|
|
224
|
+
useIsMobile: {};
|
|
225
|
+
useMultiComboboxContext: {};
|
|
226
|
+
useSidebar: {};
|
|
227
|
+
}>>;
|
|
228
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
229
|
+
formatError: {};
|
|
230
|
+
logAndFormatError: {};
|
|
231
|
+
logError: {};
|
|
232
|
+
}>>;
|
|
233
|
+
}, {
|
|
234
|
+
constants: {};
|
|
235
|
+
}>;
|
|
2
236
|
login: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
3
237
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
4
238
|
getApolloErrorCode: {};
|
|
@@ -236,7 +470,9 @@ export declare const mainGroup: {
|
|
|
236
470
|
UserSessionClient: {};
|
|
237
471
|
userSessionClient: {};
|
|
238
472
|
}>>;
|
|
239
|
-
},
|
|
473
|
+
}, {
|
|
474
|
+
constants: {};
|
|
475
|
+
}>;
|
|
240
476
|
register: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
241
477
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
242
478
|
getApolloErrorCode: {};
|
|
@@ -474,32 +710,744 @@ export declare const mainGroup: {
|
|
|
474
710
|
UserSessionClient: {};
|
|
475
711
|
userSessionClient: {};
|
|
476
712
|
}>>;
|
|
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
|
-
|
|
713
|
+
}, {
|
|
714
|
+
constants: {};
|
|
715
|
+
}>;
|
|
716
|
+
resetPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
717
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
718
|
+
getApolloErrorCode: {};
|
|
719
|
+
}>>;
|
|
720
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
721
|
+
graphql: {};
|
|
722
|
+
readFragment: {};
|
|
723
|
+
FragmentOf: {
|
|
724
|
+
isTypeOnly: true;
|
|
725
|
+
};
|
|
726
|
+
ResultOf: {
|
|
727
|
+
isTypeOnly: true;
|
|
728
|
+
};
|
|
729
|
+
VariablesOf: {
|
|
730
|
+
isTypeOnly: true;
|
|
731
|
+
};
|
|
732
|
+
}>>;
|
|
733
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
734
|
+
AddOptionRequiredFields: {
|
|
735
|
+
isTypeOnly: true;
|
|
736
|
+
};
|
|
737
|
+
Alert: {};
|
|
738
|
+
AlertDescription: {};
|
|
739
|
+
AlertTitle: {};
|
|
740
|
+
Badge: {};
|
|
741
|
+
badgeVariants: {};
|
|
742
|
+
BadgeWithIcon: {};
|
|
743
|
+
BadgeWithIconProps: {
|
|
744
|
+
isTypeOnly: true;
|
|
745
|
+
};
|
|
746
|
+
Breadcrumb: {};
|
|
747
|
+
BreadcrumbEllipsis: {};
|
|
748
|
+
BreadcrumbItem: {};
|
|
749
|
+
BreadcrumbLink: {};
|
|
750
|
+
BreadcrumbList: {};
|
|
751
|
+
BreadcrumbPage: {};
|
|
752
|
+
BreadcrumbSeparator: {};
|
|
753
|
+
Button: {};
|
|
754
|
+
buttonVariants: {};
|
|
755
|
+
Calendar: {};
|
|
756
|
+
Card: {};
|
|
757
|
+
CardContent: {};
|
|
758
|
+
CardDescription: {};
|
|
759
|
+
CardFooter: {};
|
|
760
|
+
CardHeader: {};
|
|
761
|
+
CardTitle: {};
|
|
762
|
+
Checkbox: {};
|
|
763
|
+
CheckboxField: {};
|
|
764
|
+
CheckboxFieldController: {};
|
|
765
|
+
CheckedInput: {};
|
|
766
|
+
CircularProgress: {};
|
|
767
|
+
cn: {};
|
|
768
|
+
Combobox: {};
|
|
769
|
+
ComboboxField: {};
|
|
770
|
+
ComboboxFieldController: {};
|
|
771
|
+
Command: {};
|
|
772
|
+
CommandDialog: {};
|
|
773
|
+
CommandEmpty: {};
|
|
774
|
+
CommandGroup: {};
|
|
775
|
+
CommandInput: {};
|
|
776
|
+
CommandItem: {};
|
|
777
|
+
CommandList: {};
|
|
778
|
+
CommandSeparator: {};
|
|
779
|
+
CommandShortcut: {};
|
|
780
|
+
ConfirmDialog: {};
|
|
781
|
+
DatePickerField: {};
|
|
782
|
+
DatePickerFieldController: {};
|
|
783
|
+
DateTimePickerField: {};
|
|
784
|
+
DateTimePickerFieldController: {};
|
|
785
|
+
Dialog: {};
|
|
786
|
+
DialogClose: {};
|
|
787
|
+
DialogContent: {};
|
|
788
|
+
DialogDescription: {};
|
|
789
|
+
DialogFooter: {};
|
|
790
|
+
DialogHeader: {};
|
|
791
|
+
DialogOverlay: {};
|
|
792
|
+
DialogPortal: {};
|
|
793
|
+
DialogTitle: {};
|
|
794
|
+
DialogTrigger: {};
|
|
795
|
+
DialogWidth: {
|
|
796
|
+
isTypeOnly: true;
|
|
797
|
+
};
|
|
798
|
+
DropdownMenu: {};
|
|
799
|
+
DropdownMenuCheckboxItem: {};
|
|
800
|
+
DropdownMenuContent: {};
|
|
801
|
+
DropdownMenuGroup: {};
|
|
802
|
+
DropdownMenuItem: {};
|
|
803
|
+
DropdownMenuLabel: {};
|
|
804
|
+
DropdownMenuPortal: {};
|
|
805
|
+
DropdownMenuRadioGroup: {};
|
|
806
|
+
DropdownMenuRadioItem: {};
|
|
807
|
+
DropdownMenuSeparator: {};
|
|
808
|
+
DropdownMenuShortcut: {};
|
|
809
|
+
DropdownMenuSub: {};
|
|
810
|
+
DropdownMenuSubContent: {};
|
|
811
|
+
DropdownMenuSubTrigger: {};
|
|
812
|
+
DropdownMenuTrigger: {};
|
|
813
|
+
EmptyDisplay: {};
|
|
814
|
+
ErrorableLoader: {};
|
|
815
|
+
ErrorDisplay: {};
|
|
816
|
+
FormControl: {};
|
|
817
|
+
FormDescription: {};
|
|
818
|
+
FormFieldProps: {
|
|
819
|
+
isTypeOnly: true;
|
|
820
|
+
};
|
|
821
|
+
FormItem: {};
|
|
822
|
+
FormLabel: {};
|
|
823
|
+
FormMessage: {};
|
|
824
|
+
IconElement: {
|
|
825
|
+
isTypeOnly: true;
|
|
826
|
+
};
|
|
827
|
+
Input: {};
|
|
828
|
+
InputField: {};
|
|
829
|
+
InputFieldController: {};
|
|
830
|
+
inputVariants: {};
|
|
831
|
+
Label: {};
|
|
832
|
+
LinkButton: {};
|
|
833
|
+
Loader: {};
|
|
834
|
+
mergeRefs: {};
|
|
835
|
+
Modal: {};
|
|
836
|
+
MultiCombobox: {};
|
|
837
|
+
MultiComboboxContent: {};
|
|
838
|
+
MultiComboboxEmpty: {};
|
|
839
|
+
MultiComboboxField: {};
|
|
840
|
+
MultiComboboxFieldController: {};
|
|
841
|
+
MultiComboboxFieldProps: {
|
|
842
|
+
isTypeOnly: true;
|
|
843
|
+
};
|
|
844
|
+
MultiComboboxGroup: {};
|
|
845
|
+
MultiComboboxInput: {};
|
|
846
|
+
MultiComboboxItem: {};
|
|
847
|
+
MultiSelectOptionProps: {
|
|
848
|
+
isTypeOnly: true;
|
|
849
|
+
};
|
|
850
|
+
NavigationMenu: {};
|
|
851
|
+
NavigationMenuContent: {};
|
|
852
|
+
NavigationMenuIndicator: {};
|
|
853
|
+
NavigationMenuItem: {};
|
|
854
|
+
NavigationMenuItemWithLink: {};
|
|
855
|
+
NavigationMenuLink: {};
|
|
856
|
+
NavigationMenuList: {};
|
|
857
|
+
NavigationMenuTrigger: {};
|
|
858
|
+
navigationMenuTriggerStyle: {};
|
|
859
|
+
NavigationMenuViewport: {};
|
|
860
|
+
NotFoundCard: {};
|
|
861
|
+
Popover: {};
|
|
862
|
+
PopoverAnchor: {};
|
|
863
|
+
PopoverContent: {};
|
|
864
|
+
PopoverTrigger: {};
|
|
865
|
+
ReactDatePickerInput: {};
|
|
866
|
+
ReactSelectInput: {};
|
|
867
|
+
ScrollArea: {};
|
|
868
|
+
Select: {};
|
|
869
|
+
selectCheckVariants: {};
|
|
870
|
+
selectContentVariants: {};
|
|
871
|
+
SelectField: {};
|
|
872
|
+
SelectFieldController: {};
|
|
873
|
+
SelectInput: {};
|
|
874
|
+
selectItemVariants: {};
|
|
875
|
+
SelectOptionProps: {
|
|
876
|
+
isTypeOnly: true;
|
|
877
|
+
};
|
|
878
|
+
selectTriggerVariants: {};
|
|
879
|
+
Separator: {};
|
|
880
|
+
Sheet: {};
|
|
881
|
+
SheetClose: {};
|
|
882
|
+
SheetContent: {};
|
|
883
|
+
SheetDescription: {};
|
|
884
|
+
SheetFooter: {};
|
|
885
|
+
SheetHeader: {};
|
|
886
|
+
SheetTitle: {};
|
|
887
|
+
SheetTrigger: {};
|
|
888
|
+
Sidebar: {};
|
|
889
|
+
SidebarContent: {};
|
|
890
|
+
SidebarFooter: {};
|
|
891
|
+
SidebarGroup: {};
|
|
892
|
+
SidebarGroupAction: {};
|
|
893
|
+
SidebarGroupContent: {};
|
|
894
|
+
SidebarGroupLabel: {};
|
|
895
|
+
SidebarHeader: {};
|
|
896
|
+
SidebarInput: {};
|
|
897
|
+
SidebarInset: {};
|
|
898
|
+
SidebarMenu: {};
|
|
899
|
+
SidebarMenuAction: {};
|
|
900
|
+
SidebarMenuBadge: {};
|
|
901
|
+
SidebarMenuButton: {};
|
|
902
|
+
SidebarMenuItem: {};
|
|
903
|
+
SidebarMenuSkeleton: {};
|
|
904
|
+
SidebarMenuSub: {};
|
|
905
|
+
SidebarMenuSubButton: {};
|
|
906
|
+
SidebarMenuSubItem: {};
|
|
907
|
+
SidebarProvider: {};
|
|
908
|
+
SidebarRail: {};
|
|
909
|
+
SidebarSeparator: {};
|
|
910
|
+
SidebarTrigger: {};
|
|
911
|
+
Skeleton: {};
|
|
912
|
+
Switch: {};
|
|
913
|
+
SwitchField: {};
|
|
914
|
+
SwitchFieldController: {};
|
|
915
|
+
Table: {};
|
|
916
|
+
TableBody: {};
|
|
917
|
+
TableCaption: {};
|
|
918
|
+
TableCell: {};
|
|
919
|
+
TableFooter: {};
|
|
920
|
+
TableHead: {};
|
|
921
|
+
TableHeader: {};
|
|
922
|
+
TableRow: {};
|
|
923
|
+
Textarea: {};
|
|
924
|
+
TextareaField: {};
|
|
925
|
+
TextareaFieldController: {};
|
|
926
|
+
TextAreaInput: {};
|
|
927
|
+
TextInput: {};
|
|
928
|
+
Toaster: {};
|
|
929
|
+
Tooltip: {};
|
|
930
|
+
TooltipContent: {};
|
|
931
|
+
TooltipProvider: {};
|
|
932
|
+
TooltipTrigger: {};
|
|
933
|
+
useConfirmDialog: {};
|
|
934
|
+
UseConfirmDialogRequestOptions: {
|
|
935
|
+
isTypeOnly: true;
|
|
936
|
+
};
|
|
937
|
+
useConfirmDialogState: {};
|
|
938
|
+
useControlledState: {};
|
|
939
|
+
useControllerMerged: {};
|
|
940
|
+
useIsMobile: {};
|
|
941
|
+
useMultiComboboxContext: {};
|
|
942
|
+
useSidebar: {};
|
|
943
|
+
}>>;
|
|
944
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
945
|
+
formatError: {};
|
|
946
|
+
logAndFormatError: {};
|
|
947
|
+
logError: {};
|
|
948
|
+
}>>;
|
|
949
|
+
}, {
|
|
950
|
+
constants: {};
|
|
951
|
+
}>;
|
|
952
|
+
route: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
953
|
+
};
|
|
954
|
+
export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
955
|
+
mainGroup: {
|
|
956
|
+
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
957
|
+
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
958
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
959
|
+
graphql: {};
|
|
960
|
+
readFragment: {};
|
|
961
|
+
FragmentOf: {
|
|
962
|
+
isTypeOnly: true;
|
|
963
|
+
};
|
|
964
|
+
ResultOf: {
|
|
965
|
+
isTypeOnly: true;
|
|
966
|
+
};
|
|
967
|
+
VariablesOf: {
|
|
968
|
+
isTypeOnly: true;
|
|
969
|
+
};
|
|
970
|
+
}>>;
|
|
971
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
972
|
+
AddOptionRequiredFields: {
|
|
973
|
+
isTypeOnly: true;
|
|
974
|
+
};
|
|
975
|
+
Alert: {};
|
|
976
|
+
AlertDescription: {};
|
|
977
|
+
AlertTitle: {};
|
|
978
|
+
Badge: {};
|
|
979
|
+
badgeVariants: {};
|
|
980
|
+
BadgeWithIcon: {};
|
|
981
|
+
BadgeWithIconProps: {
|
|
982
|
+
isTypeOnly: true;
|
|
983
|
+
};
|
|
984
|
+
Breadcrumb: {};
|
|
985
|
+
BreadcrumbEllipsis: {};
|
|
986
|
+
BreadcrumbItem: {};
|
|
987
|
+
BreadcrumbLink: {};
|
|
988
|
+
BreadcrumbList: {};
|
|
989
|
+
BreadcrumbPage: {};
|
|
990
|
+
BreadcrumbSeparator: {};
|
|
991
|
+
Button: {};
|
|
992
|
+
buttonVariants: {};
|
|
993
|
+
Calendar: {};
|
|
994
|
+
Card: {};
|
|
995
|
+
CardContent: {};
|
|
996
|
+
CardDescription: {};
|
|
997
|
+
CardFooter: {};
|
|
998
|
+
CardHeader: {};
|
|
999
|
+
CardTitle: {};
|
|
1000
|
+
Checkbox: {};
|
|
1001
|
+
CheckboxField: {};
|
|
1002
|
+
CheckboxFieldController: {};
|
|
1003
|
+
CheckedInput: {};
|
|
1004
|
+
CircularProgress: {};
|
|
1005
|
+
cn: {};
|
|
1006
|
+
Combobox: {};
|
|
1007
|
+
ComboboxField: {};
|
|
1008
|
+
ComboboxFieldController: {};
|
|
1009
|
+
Command: {};
|
|
1010
|
+
CommandDialog: {};
|
|
1011
|
+
CommandEmpty: {};
|
|
1012
|
+
CommandGroup: {};
|
|
1013
|
+
CommandInput: {};
|
|
1014
|
+
CommandItem: {};
|
|
1015
|
+
CommandList: {};
|
|
1016
|
+
CommandSeparator: {};
|
|
1017
|
+
CommandShortcut: {};
|
|
1018
|
+
ConfirmDialog: {};
|
|
1019
|
+
DatePickerField: {};
|
|
1020
|
+
DatePickerFieldController: {};
|
|
1021
|
+
DateTimePickerField: {};
|
|
1022
|
+
DateTimePickerFieldController: {};
|
|
1023
|
+
Dialog: {};
|
|
1024
|
+
DialogClose: {};
|
|
1025
|
+
DialogContent: {};
|
|
1026
|
+
DialogDescription: {};
|
|
1027
|
+
DialogFooter: {};
|
|
1028
|
+
DialogHeader: {};
|
|
1029
|
+
DialogOverlay: {};
|
|
1030
|
+
DialogPortal: {};
|
|
1031
|
+
DialogTitle: {};
|
|
1032
|
+
DialogTrigger: {};
|
|
1033
|
+
DialogWidth: {
|
|
1034
|
+
isTypeOnly: true;
|
|
1035
|
+
};
|
|
1036
|
+
DropdownMenu: {};
|
|
1037
|
+
DropdownMenuCheckboxItem: {};
|
|
1038
|
+
DropdownMenuContent: {};
|
|
1039
|
+
DropdownMenuGroup: {};
|
|
1040
|
+
DropdownMenuItem: {};
|
|
1041
|
+
DropdownMenuLabel: {};
|
|
1042
|
+
DropdownMenuPortal: {};
|
|
1043
|
+
DropdownMenuRadioGroup: {};
|
|
1044
|
+
DropdownMenuRadioItem: {};
|
|
1045
|
+
DropdownMenuSeparator: {};
|
|
1046
|
+
DropdownMenuShortcut: {};
|
|
1047
|
+
DropdownMenuSub: {};
|
|
1048
|
+
DropdownMenuSubContent: {};
|
|
1049
|
+
DropdownMenuSubTrigger: {};
|
|
1050
|
+
DropdownMenuTrigger: {};
|
|
1051
|
+
EmptyDisplay: {};
|
|
1052
|
+
ErrorableLoader: {};
|
|
1053
|
+
ErrorDisplay: {};
|
|
1054
|
+
FormControl: {};
|
|
1055
|
+
FormDescription: {};
|
|
1056
|
+
FormFieldProps: {
|
|
1057
|
+
isTypeOnly: true;
|
|
1058
|
+
};
|
|
1059
|
+
FormItem: {};
|
|
1060
|
+
FormLabel: {};
|
|
1061
|
+
FormMessage: {};
|
|
1062
|
+
IconElement: {
|
|
1063
|
+
isTypeOnly: true;
|
|
1064
|
+
};
|
|
1065
|
+
Input: {};
|
|
1066
|
+
InputField: {};
|
|
1067
|
+
InputFieldController: {};
|
|
1068
|
+
inputVariants: {};
|
|
1069
|
+
Label: {};
|
|
1070
|
+
LinkButton: {};
|
|
1071
|
+
Loader: {};
|
|
1072
|
+
mergeRefs: {};
|
|
1073
|
+
Modal: {};
|
|
1074
|
+
MultiCombobox: {};
|
|
1075
|
+
MultiComboboxContent: {};
|
|
1076
|
+
MultiComboboxEmpty: {};
|
|
1077
|
+
MultiComboboxField: {};
|
|
1078
|
+
MultiComboboxFieldController: {};
|
|
1079
|
+
MultiComboboxFieldProps: {
|
|
1080
|
+
isTypeOnly: true;
|
|
1081
|
+
};
|
|
1082
|
+
MultiComboboxGroup: {};
|
|
1083
|
+
MultiComboboxInput: {};
|
|
1084
|
+
MultiComboboxItem: {};
|
|
1085
|
+
MultiSelectOptionProps: {
|
|
1086
|
+
isTypeOnly: true;
|
|
1087
|
+
};
|
|
1088
|
+
NavigationMenu: {};
|
|
1089
|
+
NavigationMenuContent: {};
|
|
1090
|
+
NavigationMenuIndicator: {};
|
|
1091
|
+
NavigationMenuItem: {};
|
|
1092
|
+
NavigationMenuItemWithLink: {};
|
|
1093
|
+
NavigationMenuLink: {};
|
|
1094
|
+
NavigationMenuList: {};
|
|
1095
|
+
NavigationMenuTrigger: {};
|
|
1096
|
+
navigationMenuTriggerStyle: {};
|
|
1097
|
+
NavigationMenuViewport: {};
|
|
1098
|
+
NotFoundCard: {};
|
|
1099
|
+
Popover: {};
|
|
1100
|
+
PopoverAnchor: {};
|
|
1101
|
+
PopoverContent: {};
|
|
1102
|
+
PopoverTrigger: {};
|
|
1103
|
+
ReactDatePickerInput: {};
|
|
1104
|
+
ReactSelectInput: {};
|
|
1105
|
+
ScrollArea: {};
|
|
1106
|
+
Select: {};
|
|
1107
|
+
selectCheckVariants: {};
|
|
1108
|
+
selectContentVariants: {};
|
|
1109
|
+
SelectField: {};
|
|
1110
|
+
SelectFieldController: {};
|
|
1111
|
+
SelectInput: {};
|
|
1112
|
+
selectItemVariants: {};
|
|
1113
|
+
SelectOptionProps: {
|
|
1114
|
+
isTypeOnly: true;
|
|
1115
|
+
};
|
|
1116
|
+
selectTriggerVariants: {};
|
|
1117
|
+
Separator: {};
|
|
1118
|
+
Sheet: {};
|
|
1119
|
+
SheetClose: {};
|
|
1120
|
+
SheetContent: {};
|
|
1121
|
+
SheetDescription: {};
|
|
1122
|
+
SheetFooter: {};
|
|
1123
|
+
SheetHeader: {};
|
|
1124
|
+
SheetTitle: {};
|
|
1125
|
+
SheetTrigger: {};
|
|
1126
|
+
Sidebar: {};
|
|
1127
|
+
SidebarContent: {};
|
|
1128
|
+
SidebarFooter: {};
|
|
1129
|
+
SidebarGroup: {};
|
|
1130
|
+
SidebarGroupAction: {};
|
|
1131
|
+
SidebarGroupContent: {};
|
|
1132
|
+
SidebarGroupLabel: {};
|
|
1133
|
+
SidebarHeader: {};
|
|
1134
|
+
SidebarInput: {};
|
|
1135
|
+
SidebarInset: {};
|
|
1136
|
+
SidebarMenu: {};
|
|
1137
|
+
SidebarMenuAction: {};
|
|
1138
|
+
SidebarMenuBadge: {};
|
|
1139
|
+
SidebarMenuButton: {};
|
|
1140
|
+
SidebarMenuItem: {};
|
|
1141
|
+
SidebarMenuSkeleton: {};
|
|
1142
|
+
SidebarMenuSub: {};
|
|
1143
|
+
SidebarMenuSubButton: {};
|
|
1144
|
+
SidebarMenuSubItem: {};
|
|
1145
|
+
SidebarProvider: {};
|
|
1146
|
+
SidebarRail: {};
|
|
1147
|
+
SidebarSeparator: {};
|
|
1148
|
+
SidebarTrigger: {};
|
|
1149
|
+
Skeleton: {};
|
|
1150
|
+
Switch: {};
|
|
1151
|
+
SwitchField: {};
|
|
1152
|
+
SwitchFieldController: {};
|
|
1153
|
+
Table: {};
|
|
1154
|
+
TableBody: {};
|
|
1155
|
+
TableCaption: {};
|
|
1156
|
+
TableCell: {};
|
|
1157
|
+
TableFooter: {};
|
|
1158
|
+
TableHead: {};
|
|
1159
|
+
TableHeader: {};
|
|
1160
|
+
TableRow: {};
|
|
1161
|
+
Textarea: {};
|
|
1162
|
+
TextareaField: {};
|
|
1163
|
+
TextareaFieldController: {};
|
|
1164
|
+
TextAreaInput: {};
|
|
1165
|
+
TextInput: {};
|
|
1166
|
+
Toaster: {};
|
|
1167
|
+
Tooltip: {};
|
|
1168
|
+
TooltipContent: {};
|
|
1169
|
+
TooltipProvider: {};
|
|
1170
|
+
TooltipTrigger: {};
|
|
1171
|
+
useConfirmDialog: {};
|
|
1172
|
+
UseConfirmDialogRequestOptions: {
|
|
1173
|
+
isTypeOnly: true;
|
|
1174
|
+
};
|
|
1175
|
+
useConfirmDialogState: {};
|
|
1176
|
+
useControlledState: {};
|
|
1177
|
+
useControllerMerged: {};
|
|
1178
|
+
useIsMobile: {};
|
|
1179
|
+
useMultiComboboxContext: {};
|
|
1180
|
+
useSidebar: {};
|
|
1181
|
+
}>>;
|
|
1182
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1183
|
+
formatError: {};
|
|
1184
|
+
logAndFormatError: {};
|
|
1185
|
+
logError: {};
|
|
1186
|
+
}>>;
|
|
1187
|
+
}, {
|
|
1188
|
+
constants: {};
|
|
1189
|
+
}>;
|
|
1190
|
+
login: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
1191
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1192
|
+
getApolloErrorCode: {};
|
|
1193
|
+
}>>;
|
|
1194
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1195
|
+
graphql: {};
|
|
1196
|
+
readFragment: {};
|
|
1197
|
+
FragmentOf: {
|
|
1198
|
+
isTypeOnly: true;
|
|
1199
|
+
};
|
|
1200
|
+
ResultOf: {
|
|
1201
|
+
isTypeOnly: true;
|
|
1202
|
+
};
|
|
1203
|
+
VariablesOf: {
|
|
1204
|
+
isTypeOnly: true;
|
|
1205
|
+
};
|
|
1206
|
+
}>>;
|
|
1207
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1208
|
+
AddOptionRequiredFields: {
|
|
1209
|
+
isTypeOnly: true;
|
|
1210
|
+
};
|
|
1211
|
+
Alert: {};
|
|
1212
|
+
AlertDescription: {};
|
|
1213
|
+
AlertTitle: {};
|
|
1214
|
+
Badge: {};
|
|
1215
|
+
badgeVariants: {};
|
|
1216
|
+
BadgeWithIcon: {};
|
|
1217
|
+
BadgeWithIconProps: {
|
|
1218
|
+
isTypeOnly: true;
|
|
1219
|
+
};
|
|
1220
|
+
Breadcrumb: {};
|
|
1221
|
+
BreadcrumbEllipsis: {};
|
|
1222
|
+
BreadcrumbItem: {};
|
|
1223
|
+
BreadcrumbLink: {};
|
|
1224
|
+
BreadcrumbList: {};
|
|
1225
|
+
BreadcrumbPage: {};
|
|
1226
|
+
BreadcrumbSeparator: {};
|
|
1227
|
+
Button: {};
|
|
1228
|
+
buttonVariants: {};
|
|
1229
|
+
Calendar: {};
|
|
1230
|
+
Card: {};
|
|
1231
|
+
CardContent: {};
|
|
1232
|
+
CardDescription: {};
|
|
1233
|
+
CardFooter: {};
|
|
1234
|
+
CardHeader: {};
|
|
1235
|
+
CardTitle: {};
|
|
1236
|
+
Checkbox: {};
|
|
1237
|
+
CheckboxField: {};
|
|
1238
|
+
CheckboxFieldController: {};
|
|
1239
|
+
CheckedInput: {};
|
|
1240
|
+
CircularProgress: {};
|
|
1241
|
+
cn: {};
|
|
1242
|
+
Combobox: {};
|
|
1243
|
+
ComboboxField: {};
|
|
1244
|
+
ComboboxFieldController: {};
|
|
1245
|
+
Command: {};
|
|
1246
|
+
CommandDialog: {};
|
|
1247
|
+
CommandEmpty: {};
|
|
1248
|
+
CommandGroup: {};
|
|
1249
|
+
CommandInput: {};
|
|
1250
|
+
CommandItem: {};
|
|
1251
|
+
CommandList: {};
|
|
1252
|
+
CommandSeparator: {};
|
|
1253
|
+
CommandShortcut: {};
|
|
1254
|
+
ConfirmDialog: {};
|
|
1255
|
+
DatePickerField: {};
|
|
1256
|
+
DatePickerFieldController: {};
|
|
1257
|
+
DateTimePickerField: {};
|
|
1258
|
+
DateTimePickerFieldController: {};
|
|
1259
|
+
Dialog: {};
|
|
1260
|
+
DialogClose: {};
|
|
1261
|
+
DialogContent: {};
|
|
1262
|
+
DialogDescription: {};
|
|
1263
|
+
DialogFooter: {};
|
|
1264
|
+
DialogHeader: {};
|
|
1265
|
+
DialogOverlay: {};
|
|
1266
|
+
DialogPortal: {};
|
|
1267
|
+
DialogTitle: {};
|
|
1268
|
+
DialogTrigger: {};
|
|
1269
|
+
DialogWidth: {
|
|
1270
|
+
isTypeOnly: true;
|
|
1271
|
+
};
|
|
1272
|
+
DropdownMenu: {};
|
|
1273
|
+
DropdownMenuCheckboxItem: {};
|
|
1274
|
+
DropdownMenuContent: {};
|
|
1275
|
+
DropdownMenuGroup: {};
|
|
1276
|
+
DropdownMenuItem: {};
|
|
1277
|
+
DropdownMenuLabel: {};
|
|
1278
|
+
DropdownMenuPortal: {};
|
|
1279
|
+
DropdownMenuRadioGroup: {};
|
|
1280
|
+
DropdownMenuRadioItem: {};
|
|
1281
|
+
DropdownMenuSeparator: {};
|
|
1282
|
+
DropdownMenuShortcut: {};
|
|
1283
|
+
DropdownMenuSub: {};
|
|
1284
|
+
DropdownMenuSubContent: {};
|
|
1285
|
+
DropdownMenuSubTrigger: {};
|
|
1286
|
+
DropdownMenuTrigger: {};
|
|
1287
|
+
EmptyDisplay: {};
|
|
1288
|
+
ErrorableLoader: {};
|
|
1289
|
+
ErrorDisplay: {};
|
|
1290
|
+
FormControl: {};
|
|
1291
|
+
FormDescription: {};
|
|
1292
|
+
FormFieldProps: {
|
|
1293
|
+
isTypeOnly: true;
|
|
1294
|
+
};
|
|
1295
|
+
FormItem: {};
|
|
1296
|
+
FormLabel: {};
|
|
1297
|
+
FormMessage: {};
|
|
1298
|
+
IconElement: {
|
|
1299
|
+
isTypeOnly: true;
|
|
1300
|
+
};
|
|
1301
|
+
Input: {};
|
|
1302
|
+
InputField: {};
|
|
1303
|
+
InputFieldController: {};
|
|
1304
|
+
inputVariants: {};
|
|
1305
|
+
Label: {};
|
|
1306
|
+
LinkButton: {};
|
|
1307
|
+
Loader: {};
|
|
1308
|
+
mergeRefs: {};
|
|
1309
|
+
Modal: {};
|
|
1310
|
+
MultiCombobox: {};
|
|
1311
|
+
MultiComboboxContent: {};
|
|
1312
|
+
MultiComboboxEmpty: {};
|
|
1313
|
+
MultiComboboxField: {};
|
|
1314
|
+
MultiComboboxFieldController: {};
|
|
1315
|
+
MultiComboboxFieldProps: {
|
|
1316
|
+
isTypeOnly: true;
|
|
1317
|
+
};
|
|
1318
|
+
MultiComboboxGroup: {};
|
|
1319
|
+
MultiComboboxInput: {};
|
|
1320
|
+
MultiComboboxItem: {};
|
|
1321
|
+
MultiSelectOptionProps: {
|
|
1322
|
+
isTypeOnly: true;
|
|
1323
|
+
};
|
|
1324
|
+
NavigationMenu: {};
|
|
1325
|
+
NavigationMenuContent: {};
|
|
1326
|
+
NavigationMenuIndicator: {};
|
|
1327
|
+
NavigationMenuItem: {};
|
|
1328
|
+
NavigationMenuItemWithLink: {};
|
|
1329
|
+
NavigationMenuLink: {};
|
|
1330
|
+
NavigationMenuList: {};
|
|
1331
|
+
NavigationMenuTrigger: {};
|
|
1332
|
+
navigationMenuTriggerStyle: {};
|
|
1333
|
+
NavigationMenuViewport: {};
|
|
1334
|
+
NotFoundCard: {};
|
|
1335
|
+
Popover: {};
|
|
1336
|
+
PopoverAnchor: {};
|
|
1337
|
+
PopoverContent: {};
|
|
1338
|
+
PopoverTrigger: {};
|
|
1339
|
+
ReactDatePickerInput: {};
|
|
1340
|
+
ReactSelectInput: {};
|
|
1341
|
+
ScrollArea: {};
|
|
1342
|
+
Select: {};
|
|
1343
|
+
selectCheckVariants: {};
|
|
1344
|
+
selectContentVariants: {};
|
|
1345
|
+
SelectField: {};
|
|
1346
|
+
SelectFieldController: {};
|
|
1347
|
+
SelectInput: {};
|
|
1348
|
+
selectItemVariants: {};
|
|
1349
|
+
SelectOptionProps: {
|
|
1350
|
+
isTypeOnly: true;
|
|
1351
|
+
};
|
|
1352
|
+
selectTriggerVariants: {};
|
|
1353
|
+
Separator: {};
|
|
1354
|
+
Sheet: {};
|
|
1355
|
+
SheetClose: {};
|
|
1356
|
+
SheetContent: {};
|
|
1357
|
+
SheetDescription: {};
|
|
1358
|
+
SheetFooter: {};
|
|
1359
|
+
SheetHeader: {};
|
|
1360
|
+
SheetTitle: {};
|
|
1361
|
+
SheetTrigger: {};
|
|
1362
|
+
Sidebar: {};
|
|
1363
|
+
SidebarContent: {};
|
|
1364
|
+
SidebarFooter: {};
|
|
1365
|
+
SidebarGroup: {};
|
|
1366
|
+
SidebarGroupAction: {};
|
|
1367
|
+
SidebarGroupContent: {};
|
|
1368
|
+
SidebarGroupLabel: {};
|
|
1369
|
+
SidebarHeader: {};
|
|
1370
|
+
SidebarInput: {};
|
|
1371
|
+
SidebarInset: {};
|
|
1372
|
+
SidebarMenu: {};
|
|
1373
|
+
SidebarMenuAction: {};
|
|
1374
|
+
SidebarMenuBadge: {};
|
|
1375
|
+
SidebarMenuButton: {};
|
|
1376
|
+
SidebarMenuItem: {};
|
|
1377
|
+
SidebarMenuSkeleton: {};
|
|
1378
|
+
SidebarMenuSub: {};
|
|
1379
|
+
SidebarMenuSubButton: {};
|
|
1380
|
+
SidebarMenuSubItem: {};
|
|
1381
|
+
SidebarProvider: {};
|
|
1382
|
+
SidebarRail: {};
|
|
1383
|
+
SidebarSeparator: {};
|
|
1384
|
+
SidebarTrigger: {};
|
|
1385
|
+
Skeleton: {};
|
|
1386
|
+
Switch: {};
|
|
1387
|
+
SwitchField: {};
|
|
1388
|
+
SwitchFieldController: {};
|
|
1389
|
+
Table: {};
|
|
1390
|
+
TableBody: {};
|
|
1391
|
+
TableCaption: {};
|
|
1392
|
+
TableCell: {};
|
|
1393
|
+
TableFooter: {};
|
|
1394
|
+
TableHead: {};
|
|
1395
|
+
TableHeader: {};
|
|
1396
|
+
TableRow: {};
|
|
1397
|
+
Textarea: {};
|
|
1398
|
+
TextareaField: {};
|
|
1399
|
+
TextareaFieldController: {};
|
|
1400
|
+
TextAreaInput: {};
|
|
1401
|
+
TextInput: {};
|
|
1402
|
+
Toaster: {};
|
|
1403
|
+
Tooltip: {};
|
|
1404
|
+
TooltipContent: {};
|
|
1405
|
+
TooltipProvider: {};
|
|
1406
|
+
TooltipTrigger: {};
|
|
1407
|
+
useConfirmDialog: {};
|
|
1408
|
+
UseConfirmDialogRequestOptions: {
|
|
1409
|
+
isTypeOnly: true;
|
|
1410
|
+
};
|
|
1411
|
+
useConfirmDialogState: {};
|
|
1412
|
+
useControlledState: {};
|
|
1413
|
+
useControllerMerged: {};
|
|
1414
|
+
useIsMobile: {};
|
|
1415
|
+
useMultiComboboxContext: {};
|
|
1416
|
+
useSidebar: {};
|
|
1417
|
+
}>>;
|
|
1418
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1419
|
+
formatError: {};
|
|
1420
|
+
logAndFormatError: {};
|
|
1421
|
+
logError: {};
|
|
1422
|
+
}>>;
|
|
1423
|
+
reactSessionImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1424
|
+
UserSessionClient: {};
|
|
1425
|
+
userSessionClient: {};
|
|
1426
|
+
}>>;
|
|
1427
|
+
}, {
|
|
1428
|
+
constants: {};
|
|
1429
|
+
}>;
|
|
1430
|
+
register: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
1431
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1432
|
+
getApolloErrorCode: {};
|
|
1433
|
+
}>>;
|
|
1434
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1435
|
+
graphql: {};
|
|
1436
|
+
readFragment: {};
|
|
1437
|
+
FragmentOf: {
|
|
1438
|
+
isTypeOnly: true;
|
|
1439
|
+
};
|
|
1440
|
+
ResultOf: {
|
|
1441
|
+
isTypeOnly: true;
|
|
1442
|
+
};
|
|
1443
|
+
VariablesOf: {
|
|
1444
|
+
isTypeOnly: true;
|
|
1445
|
+
};
|
|
1446
|
+
}>>;
|
|
1447
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1448
|
+
AddOptionRequiredFields: {
|
|
1449
|
+
isTypeOnly: true;
|
|
1450
|
+
};
|
|
503
1451
|
Alert: {};
|
|
504
1452
|
AlertDescription: {};
|
|
505
1453
|
AlertTitle: {};
|
|
@@ -716,8 +1664,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
716
1664
|
UserSessionClient: {};
|
|
717
1665
|
userSessionClient: {};
|
|
718
1666
|
}>>;
|
|
719
|
-
},
|
|
720
|
-
|
|
1667
|
+
}, {
|
|
1668
|
+
constants: {};
|
|
1669
|
+
}>;
|
|
1670
|
+
resetPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
721
1671
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
722
1672
|
getApolloErrorCode: {};
|
|
723
1673
|
}>>;
|
|
@@ -950,12 +1900,244 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
950
1900
|
logAndFormatError: {};
|
|
951
1901
|
logError: {};
|
|
952
1902
|
}>>;
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
}>>;
|
|
957
|
-
}, Record<never, Record<never, never>>>;
|
|
1903
|
+
}, {
|
|
1904
|
+
constants: {};
|
|
1905
|
+
}>;
|
|
958
1906
|
route: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
959
1907
|
};
|
|
1908
|
+
verifyEmail: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
1909
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1910
|
+
getApolloErrorCode: {};
|
|
1911
|
+
}>>;
|
|
1912
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1913
|
+
graphql: {};
|
|
1914
|
+
readFragment: {};
|
|
1915
|
+
FragmentOf: {
|
|
1916
|
+
isTypeOnly: true;
|
|
1917
|
+
};
|
|
1918
|
+
ResultOf: {
|
|
1919
|
+
isTypeOnly: true;
|
|
1920
|
+
};
|
|
1921
|
+
VariablesOf: {
|
|
1922
|
+
isTypeOnly: true;
|
|
1923
|
+
};
|
|
1924
|
+
}>>;
|
|
1925
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1926
|
+
AddOptionRequiredFields: {
|
|
1927
|
+
isTypeOnly: true;
|
|
1928
|
+
};
|
|
1929
|
+
Alert: {};
|
|
1930
|
+
AlertDescription: {};
|
|
1931
|
+
AlertTitle: {};
|
|
1932
|
+
Badge: {};
|
|
1933
|
+
badgeVariants: {};
|
|
1934
|
+
BadgeWithIcon: {};
|
|
1935
|
+
BadgeWithIconProps: {
|
|
1936
|
+
isTypeOnly: true;
|
|
1937
|
+
};
|
|
1938
|
+
Breadcrumb: {};
|
|
1939
|
+
BreadcrumbEllipsis: {};
|
|
1940
|
+
BreadcrumbItem: {};
|
|
1941
|
+
BreadcrumbLink: {};
|
|
1942
|
+
BreadcrumbList: {};
|
|
1943
|
+
BreadcrumbPage: {};
|
|
1944
|
+
BreadcrumbSeparator: {};
|
|
1945
|
+
Button: {};
|
|
1946
|
+
buttonVariants: {};
|
|
1947
|
+
Calendar: {};
|
|
1948
|
+
Card: {};
|
|
1949
|
+
CardContent: {};
|
|
1950
|
+
CardDescription: {};
|
|
1951
|
+
CardFooter: {};
|
|
1952
|
+
CardHeader: {};
|
|
1953
|
+
CardTitle: {};
|
|
1954
|
+
Checkbox: {};
|
|
1955
|
+
CheckboxField: {};
|
|
1956
|
+
CheckboxFieldController: {};
|
|
1957
|
+
CheckedInput: {};
|
|
1958
|
+
CircularProgress: {};
|
|
1959
|
+
cn: {};
|
|
1960
|
+
Combobox: {};
|
|
1961
|
+
ComboboxField: {};
|
|
1962
|
+
ComboboxFieldController: {};
|
|
1963
|
+
Command: {};
|
|
1964
|
+
CommandDialog: {};
|
|
1965
|
+
CommandEmpty: {};
|
|
1966
|
+
CommandGroup: {};
|
|
1967
|
+
CommandInput: {};
|
|
1968
|
+
CommandItem: {};
|
|
1969
|
+
CommandList: {};
|
|
1970
|
+
CommandSeparator: {};
|
|
1971
|
+
CommandShortcut: {};
|
|
1972
|
+
ConfirmDialog: {};
|
|
1973
|
+
DatePickerField: {};
|
|
1974
|
+
DatePickerFieldController: {};
|
|
1975
|
+
DateTimePickerField: {};
|
|
1976
|
+
DateTimePickerFieldController: {};
|
|
1977
|
+
Dialog: {};
|
|
1978
|
+
DialogClose: {};
|
|
1979
|
+
DialogContent: {};
|
|
1980
|
+
DialogDescription: {};
|
|
1981
|
+
DialogFooter: {};
|
|
1982
|
+
DialogHeader: {};
|
|
1983
|
+
DialogOverlay: {};
|
|
1984
|
+
DialogPortal: {};
|
|
1985
|
+
DialogTitle: {};
|
|
1986
|
+
DialogTrigger: {};
|
|
1987
|
+
DialogWidth: {
|
|
1988
|
+
isTypeOnly: true;
|
|
1989
|
+
};
|
|
1990
|
+
DropdownMenu: {};
|
|
1991
|
+
DropdownMenuCheckboxItem: {};
|
|
1992
|
+
DropdownMenuContent: {};
|
|
1993
|
+
DropdownMenuGroup: {};
|
|
1994
|
+
DropdownMenuItem: {};
|
|
1995
|
+
DropdownMenuLabel: {};
|
|
1996
|
+
DropdownMenuPortal: {};
|
|
1997
|
+
DropdownMenuRadioGroup: {};
|
|
1998
|
+
DropdownMenuRadioItem: {};
|
|
1999
|
+
DropdownMenuSeparator: {};
|
|
2000
|
+
DropdownMenuShortcut: {};
|
|
2001
|
+
DropdownMenuSub: {};
|
|
2002
|
+
DropdownMenuSubContent: {};
|
|
2003
|
+
DropdownMenuSubTrigger: {};
|
|
2004
|
+
DropdownMenuTrigger: {};
|
|
2005
|
+
EmptyDisplay: {};
|
|
2006
|
+
ErrorableLoader: {};
|
|
2007
|
+
ErrorDisplay: {};
|
|
2008
|
+
FormControl: {};
|
|
2009
|
+
FormDescription: {};
|
|
2010
|
+
FormFieldProps: {
|
|
2011
|
+
isTypeOnly: true;
|
|
2012
|
+
};
|
|
2013
|
+
FormItem: {};
|
|
2014
|
+
FormLabel: {};
|
|
2015
|
+
FormMessage: {};
|
|
2016
|
+
IconElement: {
|
|
2017
|
+
isTypeOnly: true;
|
|
2018
|
+
};
|
|
2019
|
+
Input: {};
|
|
2020
|
+
InputField: {};
|
|
2021
|
+
InputFieldController: {};
|
|
2022
|
+
inputVariants: {};
|
|
2023
|
+
Label: {};
|
|
2024
|
+
LinkButton: {};
|
|
2025
|
+
Loader: {};
|
|
2026
|
+
mergeRefs: {};
|
|
2027
|
+
Modal: {};
|
|
2028
|
+
MultiCombobox: {};
|
|
2029
|
+
MultiComboboxContent: {};
|
|
2030
|
+
MultiComboboxEmpty: {};
|
|
2031
|
+
MultiComboboxField: {};
|
|
2032
|
+
MultiComboboxFieldController: {};
|
|
2033
|
+
MultiComboboxFieldProps: {
|
|
2034
|
+
isTypeOnly: true;
|
|
2035
|
+
};
|
|
2036
|
+
MultiComboboxGroup: {};
|
|
2037
|
+
MultiComboboxInput: {};
|
|
2038
|
+
MultiComboboxItem: {};
|
|
2039
|
+
MultiSelectOptionProps: {
|
|
2040
|
+
isTypeOnly: true;
|
|
2041
|
+
};
|
|
2042
|
+
NavigationMenu: {};
|
|
2043
|
+
NavigationMenuContent: {};
|
|
2044
|
+
NavigationMenuIndicator: {};
|
|
2045
|
+
NavigationMenuItem: {};
|
|
2046
|
+
NavigationMenuItemWithLink: {};
|
|
2047
|
+
NavigationMenuLink: {};
|
|
2048
|
+
NavigationMenuList: {};
|
|
2049
|
+
NavigationMenuTrigger: {};
|
|
2050
|
+
navigationMenuTriggerStyle: {};
|
|
2051
|
+
NavigationMenuViewport: {};
|
|
2052
|
+
NotFoundCard: {};
|
|
2053
|
+
Popover: {};
|
|
2054
|
+
PopoverAnchor: {};
|
|
2055
|
+
PopoverContent: {};
|
|
2056
|
+
PopoverTrigger: {};
|
|
2057
|
+
ReactDatePickerInput: {};
|
|
2058
|
+
ReactSelectInput: {};
|
|
2059
|
+
ScrollArea: {};
|
|
2060
|
+
Select: {};
|
|
2061
|
+
selectCheckVariants: {};
|
|
2062
|
+
selectContentVariants: {};
|
|
2063
|
+
SelectField: {};
|
|
2064
|
+
SelectFieldController: {};
|
|
2065
|
+
SelectInput: {};
|
|
2066
|
+
selectItemVariants: {};
|
|
2067
|
+
SelectOptionProps: {
|
|
2068
|
+
isTypeOnly: true;
|
|
2069
|
+
};
|
|
2070
|
+
selectTriggerVariants: {};
|
|
2071
|
+
Separator: {};
|
|
2072
|
+
Sheet: {};
|
|
2073
|
+
SheetClose: {};
|
|
2074
|
+
SheetContent: {};
|
|
2075
|
+
SheetDescription: {};
|
|
2076
|
+
SheetFooter: {};
|
|
2077
|
+
SheetHeader: {};
|
|
2078
|
+
SheetTitle: {};
|
|
2079
|
+
SheetTrigger: {};
|
|
2080
|
+
Sidebar: {};
|
|
2081
|
+
SidebarContent: {};
|
|
2082
|
+
SidebarFooter: {};
|
|
2083
|
+
SidebarGroup: {};
|
|
2084
|
+
SidebarGroupAction: {};
|
|
2085
|
+
SidebarGroupContent: {};
|
|
2086
|
+
SidebarGroupLabel: {};
|
|
2087
|
+
SidebarHeader: {};
|
|
2088
|
+
SidebarInput: {};
|
|
2089
|
+
SidebarInset: {};
|
|
2090
|
+
SidebarMenu: {};
|
|
2091
|
+
SidebarMenuAction: {};
|
|
2092
|
+
SidebarMenuBadge: {};
|
|
2093
|
+
SidebarMenuButton: {};
|
|
2094
|
+
SidebarMenuItem: {};
|
|
2095
|
+
SidebarMenuSkeleton: {};
|
|
2096
|
+
SidebarMenuSub: {};
|
|
2097
|
+
SidebarMenuSubButton: {};
|
|
2098
|
+
SidebarMenuSubItem: {};
|
|
2099
|
+
SidebarProvider: {};
|
|
2100
|
+
SidebarRail: {};
|
|
2101
|
+
SidebarSeparator: {};
|
|
2102
|
+
SidebarTrigger: {};
|
|
2103
|
+
Skeleton: {};
|
|
2104
|
+
Switch: {};
|
|
2105
|
+
SwitchField: {};
|
|
2106
|
+
SwitchFieldController: {};
|
|
2107
|
+
Table: {};
|
|
2108
|
+
TableBody: {};
|
|
2109
|
+
TableCaption: {};
|
|
2110
|
+
TableCell: {};
|
|
2111
|
+
TableFooter: {};
|
|
2112
|
+
TableHead: {};
|
|
2113
|
+
TableHeader: {};
|
|
2114
|
+
TableRow: {};
|
|
2115
|
+
Textarea: {};
|
|
2116
|
+
TextareaField: {};
|
|
2117
|
+
TextareaFieldController: {};
|
|
2118
|
+
TextAreaInput: {};
|
|
2119
|
+
TextInput: {};
|
|
2120
|
+
Toaster: {};
|
|
2121
|
+
Tooltip: {};
|
|
2122
|
+
TooltipContent: {};
|
|
2123
|
+
TooltipProvider: {};
|
|
2124
|
+
TooltipTrigger: {};
|
|
2125
|
+
useConfirmDialog: {};
|
|
2126
|
+
UseConfirmDialogRequestOptions: {
|
|
2127
|
+
isTypeOnly: true;
|
|
2128
|
+
};
|
|
2129
|
+
useConfirmDialogState: {};
|
|
2130
|
+
useControlledState: {};
|
|
2131
|
+
useControllerMerged: {};
|
|
2132
|
+
useIsMobile: {};
|
|
2133
|
+
useMultiComboboxContext: {};
|
|
2134
|
+
useSidebar: {};
|
|
2135
|
+
}>>;
|
|
2136
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
2137
|
+
formatError: {};
|
|
2138
|
+
logAndFormatError: {};
|
|
2139
|
+
logError: {};
|
|
2140
|
+
}>>;
|
|
2141
|
+
}, Record<never, Record<never, never>>>;
|
|
960
2142
|
};
|
|
961
2143
|
//# sourceMappingURL=typed-templates.d.ts.map
|