@baseplate-dev/plugin-auth 0.6.2 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -0
- package/LICENSE +114 -123
- package/dist/auth/core/common.d.ts.map +1 -1
- package/dist/auth/core/common.js +1 -0
- package/dist/auth/core/common.js.map +1 -1
- package/dist/auth/core/components/role-editor-form/role-dialog.d.ts +1 -3
- package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +1 -1
- package/dist/auth/core/components/role-editor-form/role-dialog.js +10 -10
- package/dist/auth/core/components/role-editor-form/role-dialog.js.map +1 -1
- package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-log-out.ts +2 -4
- package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-session.ts +1 -2
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +37 -25
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +111 -75
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +37 -25
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +148 -100
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js +2 -2
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/{auth/login.tsx → login.tsx} +11 -13
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/{auth/register.tsx → register.tsx} +11 -13
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +74 -50
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +37 -25
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +37 -25
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +37 -25
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +3 -6
- package/dist/better-auth/generators/react/react-better-auth/templates/src/services/auth-client.ts +0 -2
- package/dist/common/components/auth-config-tabs.d.ts.map +1 -1
- package/dist/common/components/auth-config-tabs.js +1 -1
- package/dist/common/components/auth-config-tabs.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +5 -3
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +39 -32
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +2 -2
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +6 -6
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +9 -12
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +5 -3
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +2 -2
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +6 -6
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +9 -12
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +37 -25
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -1
- package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -1
- package/dist/local-auth/core/components/local-auth-definition-editor.js +3 -2
- package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +1 -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 +7 -1
- 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 +3 -1
- 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/typed-templates.d.ts +6 -2
- 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 +1 -1
- 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/schema/user-password.mutations.js +5 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +5 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +2 -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 +4 -1
- 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 +6 -1
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +2 -7
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +6 -21
- package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +2 -7
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +8 -28
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +2 -2
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +3 -3
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +43 -33
- 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 +37 -4
- 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 +240 -196
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +363 -296
- 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 +5 -2
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +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 +3 -10
- 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 +6 -10
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +78 -64
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +78 -64
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +39 -32
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
- package/dist/local-auth/core/node.d.ts.map +1 -1
- package/dist/local-auth/core/node.js +6 -2
- package/dist/local-auth/core/node.js.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.d.ts +1 -0
- package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -1
- package/dist/local-auth/core/schema/plugin-definition.js +1 -0
- package/dist/local-auth/core/schema/plugin-definition.js.map +1 -1
- package/dist/web/assets/{__federation_expose_authCoreCommon-CIVhaGqo.js → __federation_expose_authCoreCommon-D8SAyij-.js} +4 -3
- package/dist/web/assets/__federation_expose_authCoreCommon-D8SAyij-.js.map +1 -0
- package/dist/web/assets/{__federation_expose_authCoreWeb-N-mh42Bs.js → __federation_expose_authCoreWeb-BSv8GVI2.js} +60 -65
- package/dist/web/assets/__federation_expose_authCoreWeb-BSv8GVI2.js.map +1 -0
- package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js → __federation_expose_better-authCoreCommon-BJhkN6zV.js} +3 -3
- package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js.map → __federation_expose_better-authCoreCommon-BJhkN6zV.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js → __federation_expose_better-authCoreWeb-2kA00dBg.js} +5 -5
- package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js.map → __federation_expose_better-authCoreWeb-2kA00dBg.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js → __federation_expose_local-authAdminCommon-IuYupUXE.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js.map → __federation_expose_local-authAdminCommon-IuYupUXE.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js → __federation_expose_local-authAdminWeb-BzhksqwO.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js.map → __federation_expose_local-authAdminWeb-BzhksqwO.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js → __federation_expose_local-authCoreCommon-DO5xRAoM.js} +3 -3
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js.map → __federation_expose_local-authCoreCommon-DO5xRAoM.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-BY-mP3uS.js → __federation_expose_local-authCoreWeb-QdXa2aao.js} +23 -7
- package/dist/web/assets/__federation_expose_local-authCoreWeb-QdXa2aao.js.map +1 -0
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js → __federation_expose_placeholder-authCoreCommon-hGIPuBy3.js} +3 -3
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js.map → __federation_expose_placeholder-authCoreCommon-hGIPuBy3.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js → __federation_expose_placeholder-authCoreWeb-P4Qq8Zf6.js} +5 -5
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js.map → __federation_expose_placeholder-authCoreWeb-P4Qq8Zf6.js.map} +1 -1
- package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js → __federation_fn_import-CzLgVaFb.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js.map → __federation_fn_import-CzLgVaFb.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-bRU6KpPk.js → web-DA-fkeD5.js} +12 -10
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DA-fkeD5.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-CQKLkNsU.js → project-builder-lib-zJirGIS1.js} +321 -36
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-zJirGIS1.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-DhyoEUTy.js → ui-components-Ds8y9Suz.js} +49747 -33379
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Ds8y9Suz.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-9w-0yxVZ.js → utils-DnBM79-7.js} +3 -2
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DnBM79-7.js.map +1 -0
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-CbExBaoL.js → react-router-BoEohCHh.js} +3 -200
- package/dist/web/assets/__federation_shared_@tanstack/react-router-BoEohCHh.js.map +1 -0
- package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js → get-auth-plugin-definition-DM6kosCC.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js.map → get-auth-plugin-definition-DM6kosCC.js.map} +1 -1
- package/dist/web/assets/{index-B_A3cgiy.js → index-EshpyU4T.js} +5 -5
- package/dist/web/assets/{index-B_A3cgiy.js.map → index-EshpyU4T.js.map} +1 -1
- package/dist/web/assets/{index.esm-BraHxHLB.js → index.esm-CYY7gyrG.js} +2 -2
- package/dist/web/assets/{index.esm-BraHxHLB.js.map → index.esm-CYY7gyrG.js.map} +1 -1
- package/dist/web/assets/{model-utils-BfcjfzCn.js → model-utils-WWo9T1Zx.js} +30 -2
- package/dist/web/assets/{model-utils-BfcjfzCn.js.map → model-utils-WWo9T1Zx.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-CXnKUJ1l.js → plugin-definition-BCrs3YSY.js} +2 -2
- package/dist/web/assets/{plugin-definition-CXnKUJ1l.js.map → plugin-definition-BCrs3YSY.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-Ckl5hjD1.js → plugin-definition-BwAJGzRn.js} +4 -3
- package/dist/web/assets/plugin-definition-BwAJGzRn.js.map +1 -0
- package/dist/web/assets/{plugin-definition-D26rR8AB.js → plugin-definition-CqP9VmOQ.js} +2 -2
- package/dist/web/assets/{plugin-definition-D26rR8AB.js.map → plugin-definition-CqP9VmOQ.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-DJzXScRp.js → plugin-definition-y6VVQ5_O.js} +2 -2
- package/dist/web/assets/{plugin-definition-DJzXScRp.js.map → plugin-definition-y6VVQ5_O.js.map} +1 -1
- package/dist/web/assets/{react-CL9M_wyN.js → react-B6Fz4KB7.js} +2 -2
- package/dist/web/assets/{react-CL9M_wyN.js.map → react-B6Fz4KB7.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +10 -10
- package/dist/web/assets/{styles-tkrWV-ZE.js → styles-0yxEwdyo.js} +24 -14
- package/dist/web/assets/styles-0yxEwdyo.js.map +1 -0
- package/dist/web/assets/with-selector-DTXBONcE.js +201 -0
- package/dist/web/assets/with-selector-DTXBONcE.js.map +1 -0
- package/package.json +19 -22
- package/dist/web/assets/__federation_expose_authCoreCommon-CIVhaGqo.js.map +0 -1
- package/dist/web/assets/__federation_expose_authCoreWeb-N-mh42Bs.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authCoreWeb-BY-mP3uS.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-bRU6KpPk.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CQKLkNsU.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DhyoEUTy.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-9w-0yxVZ.js.map +0 -1
- package/dist/web/assets/__federation_shared_@tanstack/react-router-CbExBaoL.js.map +0 -1
- package/dist/web/assets/plugin-definition-Ckl5hjD1.js.map +0 -1
- package/dist/web/assets/styles-tkrWV-ZE.js.map +0 -1
package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts
CHANGED
|
@@ -23,6 +23,20 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
23
23
|
Alert: {};
|
|
24
24
|
AlertDescription: {};
|
|
25
25
|
AlertTitle: {};
|
|
26
|
+
Autocomplete: {};
|
|
27
|
+
AutocompleteClear: {};
|
|
28
|
+
AutocompleteCollection: {};
|
|
29
|
+
AutocompleteContent: {};
|
|
30
|
+
AutocompleteEmpty: {};
|
|
31
|
+
AutocompleteGroup: {};
|
|
32
|
+
AutocompleteInput: {};
|
|
33
|
+
AutocompleteItem: {};
|
|
34
|
+
AutocompleteLabel: {};
|
|
35
|
+
AutocompleteList: {};
|
|
36
|
+
AutocompleteSeparator: {};
|
|
37
|
+
AutocompleteStatus: {};
|
|
38
|
+
AutocompleteTrigger: {};
|
|
39
|
+
AutocompleteValue: {};
|
|
26
40
|
Badge: {};
|
|
27
41
|
badgeVariants: {};
|
|
28
42
|
BadgeWithIcon: {};
|
|
@@ -51,18 +65,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
51
65
|
CheckedInput: {};
|
|
52
66
|
CircularProgress: {};
|
|
53
67
|
cn: {};
|
|
68
|
+
Collapsible: {};
|
|
69
|
+
CollapsibleContent: {};
|
|
70
|
+
CollapsibleTrigger: {};
|
|
54
71
|
Combobox: {};
|
|
55
72
|
ComboboxField: {};
|
|
56
73
|
ComboboxFieldController: {};
|
|
57
|
-
Command: {};
|
|
58
|
-
CommandDialog: {};
|
|
59
|
-
CommandEmpty: {};
|
|
60
|
-
CommandGroup: {};
|
|
61
|
-
CommandInput: {};
|
|
62
|
-
CommandItem: {};
|
|
63
|
-
CommandList: {};
|
|
64
|
-
CommandSeparator: {};
|
|
65
|
-
CommandShortcut: {};
|
|
66
74
|
ConfirmDialog: {};
|
|
67
75
|
DatePickerField: {};
|
|
68
76
|
DatePickerFieldController: {};
|
|
@@ -99,37 +107,43 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
99
107
|
EmptyDisplay: {};
|
|
100
108
|
ErrorableLoader: {};
|
|
101
109
|
ErrorDisplay: {};
|
|
102
|
-
|
|
103
|
-
|
|
110
|
+
Field: {};
|
|
111
|
+
FieldContent: {};
|
|
112
|
+
FieldDescription: {};
|
|
113
|
+
FieldError: {};
|
|
114
|
+
FieldGroup: {};
|
|
115
|
+
FieldLabel: {};
|
|
116
|
+
FieldLegend: {};
|
|
117
|
+
FieldSeparator: {};
|
|
118
|
+
FieldSet: {};
|
|
119
|
+
FieldTitle: {};
|
|
120
|
+
fieldVariants: {};
|
|
104
121
|
FormFieldProps: {
|
|
105
122
|
isTypeOnly: true;
|
|
106
123
|
};
|
|
107
|
-
FormItem: {};
|
|
108
|
-
FormLabel: {};
|
|
109
|
-
FormMessage: {};
|
|
110
124
|
IconElement: {
|
|
111
125
|
isTypeOnly: true;
|
|
112
126
|
};
|
|
113
127
|
Input: {};
|
|
114
128
|
InputField: {};
|
|
115
129
|
InputFieldController: {};
|
|
130
|
+
InputGroup: {};
|
|
131
|
+
InputGroupAddon: {};
|
|
132
|
+
InputGroupButton: {};
|
|
133
|
+
InputGroupInput: {};
|
|
134
|
+
InputGroupText: {};
|
|
135
|
+
InputGroupTextarea: {};
|
|
116
136
|
inputVariants: {};
|
|
117
137
|
Label: {};
|
|
118
138
|
LinkButton: {};
|
|
119
139
|
Loader: {};
|
|
120
140
|
mergeRefs: {};
|
|
121
141
|
Modal: {};
|
|
122
|
-
MultiCombobox: {};
|
|
123
|
-
MultiComboboxContent: {};
|
|
124
|
-
MultiComboboxEmpty: {};
|
|
125
142
|
MultiComboboxField: {};
|
|
126
143
|
MultiComboboxFieldController: {};
|
|
127
144
|
MultiComboboxFieldProps: {
|
|
128
145
|
isTypeOnly: true;
|
|
129
146
|
};
|
|
130
|
-
MultiComboboxGroup: {};
|
|
131
|
-
MultiComboboxInput: {};
|
|
132
|
-
MultiComboboxItem: {};
|
|
133
147
|
MultiSelectOptionProps: {
|
|
134
148
|
isTypeOnly: true;
|
|
135
149
|
};
|
|
@@ -152,16 +166,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
152
166
|
ReactSelectInput: {};
|
|
153
167
|
ScrollArea: {};
|
|
154
168
|
Select: {};
|
|
155
|
-
selectCheckVariants: {};
|
|
156
|
-
selectContentVariants: {};
|
|
157
169
|
SelectField: {};
|
|
158
170
|
SelectFieldController: {};
|
|
159
171
|
SelectInput: {};
|
|
160
|
-
selectItemVariants: {};
|
|
161
172
|
SelectOptionProps: {
|
|
162
173
|
isTypeOnly: true;
|
|
163
174
|
};
|
|
164
|
-
selectTriggerVariants: {};
|
|
165
175
|
Separator: {};
|
|
166
176
|
Sheet: {};
|
|
167
177
|
SheetClose: {};
|
|
@@ -195,6 +205,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
195
205
|
SidebarSeparator: {};
|
|
196
206
|
SidebarTrigger: {};
|
|
197
207
|
Skeleton: {};
|
|
208
|
+
Slider: {};
|
|
209
|
+
Spinner: {};
|
|
198
210
|
Switch: {};
|
|
199
211
|
SwitchField: {};
|
|
200
212
|
SwitchFieldController: {};
|
|
@@ -216,6 +228,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
216
228
|
TooltipContent: {};
|
|
217
229
|
TooltipProvider: {};
|
|
218
230
|
TooltipTrigger: {};
|
|
231
|
+
useAutocompleteFilter: {};
|
|
219
232
|
useConfirmDialog: {};
|
|
220
233
|
UseConfirmDialogRequestOptions: {
|
|
221
234
|
isTypeOnly: true;
|
|
@@ -224,7 +237,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
224
237
|
useControlledState: {};
|
|
225
238
|
useControllerMerged: {};
|
|
226
239
|
useIsMobile: {};
|
|
227
|
-
useMultiComboboxContext: {};
|
|
228
240
|
useSidebar: {};
|
|
229
241
|
}>>;
|
|
230
242
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/better-auth-pages/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAYzD,OAAO,EAAE,uCAAuC,EAAE,MAAM,sBAAsB,CAAC;AAE/E,MAAM,WAAW,kCAAkC;IACjD,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,uCAAuC,CAAC,UAAU,CAC1D,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAgDD,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/better-auth-pages/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAYzD,OAAO,EAAE,uCAAuC,EAAE,MAAM,sBAAsB,CAAC;AAE/E,MAAM,WAAW,kCAAkC;IACjD,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,uCAAuC,CAAC,UAAU,CAC1D,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAgDD,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnD,CAAC"}
|
|
@@ -11,6 +11,20 @@ export declare const pagesGroup: {
|
|
|
11
11
|
Alert: {};
|
|
12
12
|
AlertDescription: {};
|
|
13
13
|
AlertTitle: {};
|
|
14
|
+
Autocomplete: {};
|
|
15
|
+
AutocompleteClear: {};
|
|
16
|
+
AutocompleteCollection: {};
|
|
17
|
+
AutocompleteContent: {};
|
|
18
|
+
AutocompleteEmpty: {};
|
|
19
|
+
AutocompleteGroup: {};
|
|
20
|
+
AutocompleteInput: {};
|
|
21
|
+
AutocompleteItem: {};
|
|
22
|
+
AutocompleteLabel: {};
|
|
23
|
+
AutocompleteList: {};
|
|
24
|
+
AutocompleteSeparator: {};
|
|
25
|
+
AutocompleteStatus: {};
|
|
26
|
+
AutocompleteTrigger: {};
|
|
27
|
+
AutocompleteValue: {};
|
|
14
28
|
Badge: {};
|
|
15
29
|
badgeVariants: {};
|
|
16
30
|
BadgeWithIcon: {};
|
|
@@ -39,18 +53,12 @@ export declare const pagesGroup: {
|
|
|
39
53
|
CheckedInput: {};
|
|
40
54
|
CircularProgress: {};
|
|
41
55
|
cn: {};
|
|
56
|
+
Collapsible: {};
|
|
57
|
+
CollapsibleContent: {};
|
|
58
|
+
CollapsibleTrigger: {};
|
|
42
59
|
Combobox: {};
|
|
43
60
|
ComboboxField: {};
|
|
44
61
|
ComboboxFieldController: {};
|
|
45
|
-
Command: {};
|
|
46
|
-
CommandDialog: {};
|
|
47
|
-
CommandEmpty: {};
|
|
48
|
-
CommandGroup: {};
|
|
49
|
-
CommandInput: {};
|
|
50
|
-
CommandItem: {};
|
|
51
|
-
CommandList: {};
|
|
52
|
-
CommandSeparator: {};
|
|
53
|
-
CommandShortcut: {};
|
|
54
62
|
ConfirmDialog: {};
|
|
55
63
|
DatePickerField: {};
|
|
56
64
|
DatePickerFieldController: {};
|
|
@@ -87,37 +95,43 @@ export declare const pagesGroup: {
|
|
|
87
95
|
EmptyDisplay: {};
|
|
88
96
|
ErrorableLoader: {};
|
|
89
97
|
ErrorDisplay: {};
|
|
90
|
-
|
|
91
|
-
|
|
98
|
+
Field: {};
|
|
99
|
+
FieldContent: {};
|
|
100
|
+
FieldDescription: {};
|
|
101
|
+
FieldError: {};
|
|
102
|
+
FieldGroup: {};
|
|
103
|
+
FieldLabel: {};
|
|
104
|
+
FieldLegend: {};
|
|
105
|
+
FieldSeparator: {};
|
|
106
|
+
FieldSet: {};
|
|
107
|
+
FieldTitle: {};
|
|
108
|
+
fieldVariants: {};
|
|
92
109
|
FormFieldProps: {
|
|
93
110
|
isTypeOnly: true;
|
|
94
111
|
};
|
|
95
|
-
FormItem: {};
|
|
96
|
-
FormLabel: {};
|
|
97
|
-
FormMessage: {};
|
|
98
112
|
IconElement: {
|
|
99
113
|
isTypeOnly: true;
|
|
100
114
|
};
|
|
101
115
|
Input: {};
|
|
102
116
|
InputField: {};
|
|
103
117
|
InputFieldController: {};
|
|
118
|
+
InputGroup: {};
|
|
119
|
+
InputGroupAddon: {};
|
|
120
|
+
InputGroupButton: {};
|
|
121
|
+
InputGroupInput: {};
|
|
122
|
+
InputGroupText: {};
|
|
123
|
+
InputGroupTextarea: {};
|
|
104
124
|
inputVariants: {};
|
|
105
125
|
Label: {};
|
|
106
126
|
LinkButton: {};
|
|
107
127
|
Loader: {};
|
|
108
128
|
mergeRefs: {};
|
|
109
129
|
Modal: {};
|
|
110
|
-
MultiCombobox: {};
|
|
111
|
-
MultiComboboxContent: {};
|
|
112
|
-
MultiComboboxEmpty: {};
|
|
113
130
|
MultiComboboxField: {};
|
|
114
131
|
MultiComboboxFieldController: {};
|
|
115
132
|
MultiComboboxFieldProps: {
|
|
116
133
|
isTypeOnly: true;
|
|
117
134
|
};
|
|
118
|
-
MultiComboboxGroup: {};
|
|
119
|
-
MultiComboboxInput: {};
|
|
120
|
-
MultiComboboxItem: {};
|
|
121
135
|
MultiSelectOptionProps: {
|
|
122
136
|
isTypeOnly: true;
|
|
123
137
|
};
|
|
@@ -140,16 +154,12 @@ export declare const pagesGroup: {
|
|
|
140
154
|
ReactSelectInput: {};
|
|
141
155
|
ScrollArea: {};
|
|
142
156
|
Select: {};
|
|
143
|
-
selectCheckVariants: {};
|
|
144
|
-
selectContentVariants: {};
|
|
145
157
|
SelectField: {};
|
|
146
158
|
SelectFieldController: {};
|
|
147
159
|
SelectInput: {};
|
|
148
|
-
selectItemVariants: {};
|
|
149
160
|
SelectOptionProps: {
|
|
150
161
|
isTypeOnly: true;
|
|
151
162
|
};
|
|
152
|
-
selectTriggerVariants: {};
|
|
153
163
|
Separator: {};
|
|
154
164
|
Sheet: {};
|
|
155
165
|
SheetClose: {};
|
|
@@ -183,6 +193,8 @@ export declare const pagesGroup: {
|
|
|
183
193
|
SidebarSeparator: {};
|
|
184
194
|
SidebarTrigger: {};
|
|
185
195
|
Skeleton: {};
|
|
196
|
+
Slider: {};
|
|
197
|
+
Spinner: {};
|
|
186
198
|
Switch: {};
|
|
187
199
|
SwitchField: {};
|
|
188
200
|
SwitchFieldController: {};
|
|
@@ -204,6 +216,7 @@ export declare const pagesGroup: {
|
|
|
204
216
|
TooltipContent: {};
|
|
205
217
|
TooltipProvider: {};
|
|
206
218
|
TooltipTrigger: {};
|
|
219
|
+
useAutocompleteFilter: {};
|
|
207
220
|
useConfirmDialog: {};
|
|
208
221
|
UseConfirmDialogRequestOptions: {
|
|
209
222
|
isTypeOnly: true;
|
|
@@ -212,7 +225,6 @@ export declare const pagesGroup: {
|
|
|
212
225
|
useControlledState: {};
|
|
213
226
|
useControllerMerged: {};
|
|
214
227
|
useIsMobile: {};
|
|
215
|
-
useMultiComboboxContext: {};
|
|
216
228
|
useSidebar: {};
|
|
217
229
|
}>>;
|
|
218
230
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -233,6 +245,20 @@ export declare const pagesGroup: {
|
|
|
233
245
|
Alert: {};
|
|
234
246
|
AlertDescription: {};
|
|
235
247
|
AlertTitle: {};
|
|
248
|
+
Autocomplete: {};
|
|
249
|
+
AutocompleteClear: {};
|
|
250
|
+
AutocompleteCollection: {};
|
|
251
|
+
AutocompleteContent: {};
|
|
252
|
+
AutocompleteEmpty: {};
|
|
253
|
+
AutocompleteGroup: {};
|
|
254
|
+
AutocompleteInput: {};
|
|
255
|
+
AutocompleteItem: {};
|
|
256
|
+
AutocompleteLabel: {};
|
|
257
|
+
AutocompleteList: {};
|
|
258
|
+
AutocompleteSeparator: {};
|
|
259
|
+
AutocompleteStatus: {};
|
|
260
|
+
AutocompleteTrigger: {};
|
|
261
|
+
AutocompleteValue: {};
|
|
236
262
|
Badge: {};
|
|
237
263
|
badgeVariants: {};
|
|
238
264
|
BadgeWithIcon: {};
|
|
@@ -261,18 +287,12 @@ export declare const pagesGroup: {
|
|
|
261
287
|
CheckedInput: {};
|
|
262
288
|
CircularProgress: {};
|
|
263
289
|
cn: {};
|
|
290
|
+
Collapsible: {};
|
|
291
|
+
CollapsibleContent: {};
|
|
292
|
+
CollapsibleTrigger: {};
|
|
264
293
|
Combobox: {};
|
|
265
294
|
ComboboxField: {};
|
|
266
295
|
ComboboxFieldController: {};
|
|
267
|
-
Command: {};
|
|
268
|
-
CommandDialog: {};
|
|
269
|
-
CommandEmpty: {};
|
|
270
|
-
CommandGroup: {};
|
|
271
|
-
CommandInput: {};
|
|
272
|
-
CommandItem: {};
|
|
273
|
-
CommandList: {};
|
|
274
|
-
CommandSeparator: {};
|
|
275
|
-
CommandShortcut: {};
|
|
276
296
|
ConfirmDialog: {};
|
|
277
297
|
DatePickerField: {};
|
|
278
298
|
DatePickerFieldController: {};
|
|
@@ -309,37 +329,43 @@ export declare const pagesGroup: {
|
|
|
309
329
|
EmptyDisplay: {};
|
|
310
330
|
ErrorableLoader: {};
|
|
311
331
|
ErrorDisplay: {};
|
|
312
|
-
|
|
313
|
-
|
|
332
|
+
Field: {};
|
|
333
|
+
FieldContent: {};
|
|
334
|
+
FieldDescription: {};
|
|
335
|
+
FieldError: {};
|
|
336
|
+
FieldGroup: {};
|
|
337
|
+
FieldLabel: {};
|
|
338
|
+
FieldLegend: {};
|
|
339
|
+
FieldSeparator: {};
|
|
340
|
+
FieldSet: {};
|
|
341
|
+
FieldTitle: {};
|
|
342
|
+
fieldVariants: {};
|
|
314
343
|
FormFieldProps: {
|
|
315
344
|
isTypeOnly: true;
|
|
316
345
|
};
|
|
317
|
-
FormItem: {};
|
|
318
|
-
FormLabel: {};
|
|
319
|
-
FormMessage: {};
|
|
320
346
|
IconElement: {
|
|
321
347
|
isTypeOnly: true;
|
|
322
348
|
};
|
|
323
349
|
Input: {};
|
|
324
350
|
InputField: {};
|
|
325
351
|
InputFieldController: {};
|
|
352
|
+
InputGroup: {};
|
|
353
|
+
InputGroupAddon: {};
|
|
354
|
+
InputGroupButton: {};
|
|
355
|
+
InputGroupInput: {};
|
|
356
|
+
InputGroupText: {};
|
|
357
|
+
InputGroupTextarea: {};
|
|
326
358
|
inputVariants: {};
|
|
327
359
|
Label: {};
|
|
328
360
|
LinkButton: {};
|
|
329
361
|
Loader: {};
|
|
330
362
|
mergeRefs: {};
|
|
331
363
|
Modal: {};
|
|
332
|
-
MultiCombobox: {};
|
|
333
|
-
MultiComboboxContent: {};
|
|
334
|
-
MultiComboboxEmpty: {};
|
|
335
364
|
MultiComboboxField: {};
|
|
336
365
|
MultiComboboxFieldController: {};
|
|
337
366
|
MultiComboboxFieldProps: {
|
|
338
367
|
isTypeOnly: true;
|
|
339
368
|
};
|
|
340
|
-
MultiComboboxGroup: {};
|
|
341
|
-
MultiComboboxInput: {};
|
|
342
|
-
MultiComboboxItem: {};
|
|
343
369
|
MultiSelectOptionProps: {
|
|
344
370
|
isTypeOnly: true;
|
|
345
371
|
};
|
|
@@ -362,16 +388,12 @@ export declare const pagesGroup: {
|
|
|
362
388
|
ReactSelectInput: {};
|
|
363
389
|
ScrollArea: {};
|
|
364
390
|
Select: {};
|
|
365
|
-
selectCheckVariants: {};
|
|
366
|
-
selectContentVariants: {};
|
|
367
391
|
SelectField: {};
|
|
368
392
|
SelectFieldController: {};
|
|
369
393
|
SelectInput: {};
|
|
370
|
-
selectItemVariants: {};
|
|
371
394
|
SelectOptionProps: {
|
|
372
395
|
isTypeOnly: true;
|
|
373
396
|
};
|
|
374
|
-
selectTriggerVariants: {};
|
|
375
397
|
Separator: {};
|
|
376
398
|
Sheet: {};
|
|
377
399
|
SheetClose: {};
|
|
@@ -405,6 +427,8 @@ export declare const pagesGroup: {
|
|
|
405
427
|
SidebarSeparator: {};
|
|
406
428
|
SidebarTrigger: {};
|
|
407
429
|
Skeleton: {};
|
|
430
|
+
Slider: {};
|
|
431
|
+
Spinner: {};
|
|
408
432
|
Switch: {};
|
|
409
433
|
SwitchField: {};
|
|
410
434
|
SwitchFieldController: {};
|
|
@@ -426,6 +450,7 @@ export declare const pagesGroup: {
|
|
|
426
450
|
TooltipContent: {};
|
|
427
451
|
TooltipProvider: {};
|
|
428
452
|
TooltipTrigger: {};
|
|
453
|
+
useAutocompleteFilter: {};
|
|
429
454
|
useConfirmDialog: {};
|
|
430
455
|
UseConfirmDialogRequestOptions: {
|
|
431
456
|
isTypeOnly: true;
|
|
@@ -434,7 +459,6 @@ export declare const pagesGroup: {
|
|
|
434
459
|
useControlledState: {};
|
|
435
460
|
useControllerMerged: {};
|
|
436
461
|
useIsMobile: {};
|
|
437
|
-
useMultiComboboxContext: {};
|
|
438
462
|
useSidebar: {};
|
|
439
463
|
}>>;
|
|
440
464
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -458,6 +482,20 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
458
482
|
Alert: {};
|
|
459
483
|
AlertDescription: {};
|
|
460
484
|
AlertTitle: {};
|
|
485
|
+
Autocomplete: {};
|
|
486
|
+
AutocompleteClear: {};
|
|
487
|
+
AutocompleteCollection: {};
|
|
488
|
+
AutocompleteContent: {};
|
|
489
|
+
AutocompleteEmpty: {};
|
|
490
|
+
AutocompleteGroup: {};
|
|
491
|
+
AutocompleteInput: {};
|
|
492
|
+
AutocompleteItem: {};
|
|
493
|
+
AutocompleteLabel: {};
|
|
494
|
+
AutocompleteList: {};
|
|
495
|
+
AutocompleteSeparator: {};
|
|
496
|
+
AutocompleteStatus: {};
|
|
497
|
+
AutocompleteTrigger: {};
|
|
498
|
+
AutocompleteValue: {};
|
|
461
499
|
Badge: {};
|
|
462
500
|
badgeVariants: {};
|
|
463
501
|
BadgeWithIcon: {};
|
|
@@ -486,18 +524,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
486
524
|
CheckedInput: {};
|
|
487
525
|
CircularProgress: {};
|
|
488
526
|
cn: {};
|
|
527
|
+
Collapsible: {};
|
|
528
|
+
CollapsibleContent: {};
|
|
529
|
+
CollapsibleTrigger: {};
|
|
489
530
|
Combobox: {};
|
|
490
531
|
ComboboxField: {};
|
|
491
532
|
ComboboxFieldController: {};
|
|
492
|
-
Command: {};
|
|
493
|
-
CommandDialog: {};
|
|
494
|
-
CommandEmpty: {};
|
|
495
|
-
CommandGroup: {};
|
|
496
|
-
CommandInput: {};
|
|
497
|
-
CommandItem: {};
|
|
498
|
-
CommandList: {};
|
|
499
|
-
CommandSeparator: {};
|
|
500
|
-
CommandShortcut: {};
|
|
501
533
|
ConfirmDialog: {};
|
|
502
534
|
DatePickerField: {};
|
|
503
535
|
DatePickerFieldController: {};
|
|
@@ -534,37 +566,43 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
534
566
|
EmptyDisplay: {};
|
|
535
567
|
ErrorableLoader: {};
|
|
536
568
|
ErrorDisplay: {};
|
|
537
|
-
|
|
538
|
-
|
|
569
|
+
Field: {};
|
|
570
|
+
FieldContent: {};
|
|
571
|
+
FieldDescription: {};
|
|
572
|
+
FieldError: {};
|
|
573
|
+
FieldGroup: {};
|
|
574
|
+
FieldLabel: {};
|
|
575
|
+
FieldLegend: {};
|
|
576
|
+
FieldSeparator: {};
|
|
577
|
+
FieldSet: {};
|
|
578
|
+
FieldTitle: {};
|
|
579
|
+
fieldVariants: {};
|
|
539
580
|
FormFieldProps: {
|
|
540
581
|
isTypeOnly: true;
|
|
541
582
|
};
|
|
542
|
-
FormItem: {};
|
|
543
|
-
FormLabel: {};
|
|
544
|
-
FormMessage: {};
|
|
545
583
|
IconElement: {
|
|
546
584
|
isTypeOnly: true;
|
|
547
585
|
};
|
|
548
586
|
Input: {};
|
|
549
587
|
InputField: {};
|
|
550
588
|
InputFieldController: {};
|
|
589
|
+
InputGroup: {};
|
|
590
|
+
InputGroupAddon: {};
|
|
591
|
+
InputGroupButton: {};
|
|
592
|
+
InputGroupInput: {};
|
|
593
|
+
InputGroupText: {};
|
|
594
|
+
InputGroupTextarea: {};
|
|
551
595
|
inputVariants: {};
|
|
552
596
|
Label: {};
|
|
553
597
|
LinkButton: {};
|
|
554
598
|
Loader: {};
|
|
555
599
|
mergeRefs: {};
|
|
556
600
|
Modal: {};
|
|
557
|
-
MultiCombobox: {};
|
|
558
|
-
MultiComboboxContent: {};
|
|
559
|
-
MultiComboboxEmpty: {};
|
|
560
601
|
MultiComboboxField: {};
|
|
561
602
|
MultiComboboxFieldController: {};
|
|
562
603
|
MultiComboboxFieldProps: {
|
|
563
604
|
isTypeOnly: true;
|
|
564
605
|
};
|
|
565
|
-
MultiComboboxGroup: {};
|
|
566
|
-
MultiComboboxInput: {};
|
|
567
|
-
MultiComboboxItem: {};
|
|
568
606
|
MultiSelectOptionProps: {
|
|
569
607
|
isTypeOnly: true;
|
|
570
608
|
};
|
|
@@ -587,16 +625,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
587
625
|
ReactSelectInput: {};
|
|
588
626
|
ScrollArea: {};
|
|
589
627
|
Select: {};
|
|
590
|
-
selectCheckVariants: {};
|
|
591
|
-
selectContentVariants: {};
|
|
592
628
|
SelectField: {};
|
|
593
629
|
SelectFieldController: {};
|
|
594
630
|
SelectInput: {};
|
|
595
|
-
selectItemVariants: {};
|
|
596
631
|
SelectOptionProps: {
|
|
597
632
|
isTypeOnly: true;
|
|
598
633
|
};
|
|
599
|
-
selectTriggerVariants: {};
|
|
600
634
|
Separator: {};
|
|
601
635
|
Sheet: {};
|
|
602
636
|
SheetClose: {};
|
|
@@ -630,6 +664,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
630
664
|
SidebarSeparator: {};
|
|
631
665
|
SidebarTrigger: {};
|
|
632
666
|
Skeleton: {};
|
|
667
|
+
Slider: {};
|
|
668
|
+
Spinner: {};
|
|
633
669
|
Switch: {};
|
|
634
670
|
SwitchField: {};
|
|
635
671
|
SwitchFieldController: {};
|
|
@@ -651,6 +687,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
651
687
|
TooltipContent: {};
|
|
652
688
|
TooltipProvider: {};
|
|
653
689
|
TooltipTrigger: {};
|
|
690
|
+
useAutocompleteFilter: {};
|
|
654
691
|
useConfirmDialog: {};
|
|
655
692
|
UseConfirmDialogRequestOptions: {
|
|
656
693
|
isTypeOnly: true;
|
|
@@ -659,7 +696,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
659
696
|
useControlledState: {};
|
|
660
697
|
useControllerMerged: {};
|
|
661
698
|
useIsMobile: {};
|
|
662
|
-
useMultiComboboxContext: {};
|
|
663
699
|
useSidebar: {};
|
|
664
700
|
}>>;
|
|
665
701
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -680,6 +716,20 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
680
716
|
Alert: {};
|
|
681
717
|
AlertDescription: {};
|
|
682
718
|
AlertTitle: {};
|
|
719
|
+
Autocomplete: {};
|
|
720
|
+
AutocompleteClear: {};
|
|
721
|
+
AutocompleteCollection: {};
|
|
722
|
+
AutocompleteContent: {};
|
|
723
|
+
AutocompleteEmpty: {};
|
|
724
|
+
AutocompleteGroup: {};
|
|
725
|
+
AutocompleteInput: {};
|
|
726
|
+
AutocompleteItem: {};
|
|
727
|
+
AutocompleteLabel: {};
|
|
728
|
+
AutocompleteList: {};
|
|
729
|
+
AutocompleteSeparator: {};
|
|
730
|
+
AutocompleteStatus: {};
|
|
731
|
+
AutocompleteTrigger: {};
|
|
732
|
+
AutocompleteValue: {};
|
|
683
733
|
Badge: {};
|
|
684
734
|
badgeVariants: {};
|
|
685
735
|
BadgeWithIcon: {};
|
|
@@ -708,18 +758,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
708
758
|
CheckedInput: {};
|
|
709
759
|
CircularProgress: {};
|
|
710
760
|
cn: {};
|
|
761
|
+
Collapsible: {};
|
|
762
|
+
CollapsibleContent: {};
|
|
763
|
+
CollapsibleTrigger: {};
|
|
711
764
|
Combobox: {};
|
|
712
765
|
ComboboxField: {};
|
|
713
766
|
ComboboxFieldController: {};
|
|
714
|
-
Command: {};
|
|
715
|
-
CommandDialog: {};
|
|
716
|
-
CommandEmpty: {};
|
|
717
|
-
CommandGroup: {};
|
|
718
|
-
CommandInput: {};
|
|
719
|
-
CommandItem: {};
|
|
720
|
-
CommandList: {};
|
|
721
|
-
CommandSeparator: {};
|
|
722
|
-
CommandShortcut: {};
|
|
723
767
|
ConfirmDialog: {};
|
|
724
768
|
DatePickerField: {};
|
|
725
769
|
DatePickerFieldController: {};
|
|
@@ -756,37 +800,43 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
756
800
|
EmptyDisplay: {};
|
|
757
801
|
ErrorableLoader: {};
|
|
758
802
|
ErrorDisplay: {};
|
|
759
|
-
|
|
760
|
-
|
|
803
|
+
Field: {};
|
|
804
|
+
FieldContent: {};
|
|
805
|
+
FieldDescription: {};
|
|
806
|
+
FieldError: {};
|
|
807
|
+
FieldGroup: {};
|
|
808
|
+
FieldLabel: {};
|
|
809
|
+
FieldLegend: {};
|
|
810
|
+
FieldSeparator: {};
|
|
811
|
+
FieldSet: {};
|
|
812
|
+
FieldTitle: {};
|
|
813
|
+
fieldVariants: {};
|
|
761
814
|
FormFieldProps: {
|
|
762
815
|
isTypeOnly: true;
|
|
763
816
|
};
|
|
764
|
-
FormItem: {};
|
|
765
|
-
FormLabel: {};
|
|
766
|
-
FormMessage: {};
|
|
767
817
|
IconElement: {
|
|
768
818
|
isTypeOnly: true;
|
|
769
819
|
};
|
|
770
820
|
Input: {};
|
|
771
821
|
InputField: {};
|
|
772
822
|
InputFieldController: {};
|
|
823
|
+
InputGroup: {};
|
|
824
|
+
InputGroupAddon: {};
|
|
825
|
+
InputGroupButton: {};
|
|
826
|
+
InputGroupInput: {};
|
|
827
|
+
InputGroupText: {};
|
|
828
|
+
InputGroupTextarea: {};
|
|
773
829
|
inputVariants: {};
|
|
774
830
|
Label: {};
|
|
775
831
|
LinkButton: {};
|
|
776
832
|
Loader: {};
|
|
777
833
|
mergeRefs: {};
|
|
778
834
|
Modal: {};
|
|
779
|
-
MultiCombobox: {};
|
|
780
|
-
MultiComboboxContent: {};
|
|
781
|
-
MultiComboboxEmpty: {};
|
|
782
835
|
MultiComboboxField: {};
|
|
783
836
|
MultiComboboxFieldController: {};
|
|
784
837
|
MultiComboboxFieldProps: {
|
|
785
838
|
isTypeOnly: true;
|
|
786
839
|
};
|
|
787
|
-
MultiComboboxGroup: {};
|
|
788
|
-
MultiComboboxInput: {};
|
|
789
|
-
MultiComboboxItem: {};
|
|
790
840
|
MultiSelectOptionProps: {
|
|
791
841
|
isTypeOnly: true;
|
|
792
842
|
};
|
|
@@ -809,16 +859,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
809
859
|
ReactSelectInput: {};
|
|
810
860
|
ScrollArea: {};
|
|
811
861
|
Select: {};
|
|
812
|
-
selectCheckVariants: {};
|
|
813
|
-
selectContentVariants: {};
|
|
814
862
|
SelectField: {};
|
|
815
863
|
SelectFieldController: {};
|
|
816
864
|
SelectInput: {};
|
|
817
|
-
selectItemVariants: {};
|
|
818
865
|
SelectOptionProps: {
|
|
819
866
|
isTypeOnly: true;
|
|
820
867
|
};
|
|
821
|
-
selectTriggerVariants: {};
|
|
822
868
|
Separator: {};
|
|
823
869
|
Sheet: {};
|
|
824
870
|
SheetClose: {};
|
|
@@ -852,6 +898,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
852
898
|
SidebarSeparator: {};
|
|
853
899
|
SidebarTrigger: {};
|
|
854
900
|
Skeleton: {};
|
|
901
|
+
Slider: {};
|
|
902
|
+
Spinner: {};
|
|
855
903
|
Switch: {};
|
|
856
904
|
SwitchField: {};
|
|
857
905
|
SwitchFieldController: {};
|
|
@@ -873,6 +921,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
873
921
|
TooltipContent: {};
|
|
874
922
|
TooltipProvider: {};
|
|
875
923
|
TooltipTrigger: {};
|
|
924
|
+
useAutocompleteFilter: {};
|
|
876
925
|
useConfirmDialog: {};
|
|
877
926
|
UseConfirmDialogRequestOptions: {
|
|
878
927
|
isTypeOnly: true;
|
|
@@ -881,7 +930,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
881
930
|
useControlledState: {};
|
|
882
931
|
useControllerMerged: {};
|
|
883
932
|
useIsMobile: {};
|
|
884
|
-
useMultiComboboxContext: {};
|
|
885
933
|
useSidebar: {};
|
|
886
934
|
}>>;
|
|
887
935
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/better-auth-pages/generated/typed-templates.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/better-auth-pages/generated/typed-templates.ts"],"names":[],"mappings":"AAuCA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAC;AAE9C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAC"}
|