@baseplate-dev/plugin-auth 0.6.2 → 0.6.3
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 +18 -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/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 +39 -32
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +234 -192
- 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 +351 -288
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +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/web/assets/{__federation_expose_authCoreCommon-CIVhaGqo.js → __federation_expose_authCoreCommon-CnNoa4tF.js} +4 -3
- package/dist/web/assets/__federation_expose_authCoreCommon-CnNoa4tF.js.map +1 -0
- package/dist/web/assets/{__federation_expose_authCoreWeb-N-mh42Bs.js → __federation_expose_authCoreWeb-BL_U7yuj.js} +60 -65
- package/dist/web/assets/__federation_expose_authCoreWeb-BL_U7yuj.js.map +1 -0
- package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js → __federation_expose_better-authCoreCommon-D-mTcxYO.js} +3 -3
- package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js.map → __federation_expose_better-authCoreCommon-D-mTcxYO.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js → __federation_expose_better-authCoreWeb-CXHL-Ghf.js} +5 -5
- package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js.map → __federation_expose_better-authCoreWeb-CXHL-Ghf.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js → __federation_expose_local-authAdminCommon-LIsARRNU.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js.map → __federation_expose_local-authAdminCommon-LIsARRNU.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js → __federation_expose_local-authAdminWeb-DyYUDLm9.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js.map → __federation_expose_local-authAdminWeb-DyYUDLm9.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js → __federation_expose_local-authCoreCommon-p_UbExc7.js} +3 -3
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js.map → __federation_expose_local-authCoreCommon-p_UbExc7.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-BY-mP3uS.js → __federation_expose_local-authCoreWeb-8TcUJFT6.js} +5 -5
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-BY-mP3uS.js.map → __federation_expose_local-authCoreWeb-8TcUJFT6.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js → __federation_expose_placeholder-authCoreCommon-CtZXaDUc.js} +3 -3
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js.map → __federation_expose_placeholder-authCoreCommon-CtZXaDUc.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js → __federation_expose_placeholder-authCoreWeb-CZAKokTb.js} +5 -5
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js.map → __federation_expose_placeholder-authCoreWeb-CZAKokTb.js.map} +1 -1
- package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js → __federation_fn_import-3DENgil8.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js.map → __federation_fn_import-3DENgil8.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-bRU6KpPk.js → web-B5bdbzFj.js} +8 -8
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B5bdbzFj.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-CQKLkNsU.js → project-builder-lib-DCA3vO4J.js} +319 -34
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-DCA3vO4J.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-DhyoEUTy.js → ui-components-BvL7RO9S.js} +49747 -33379
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BvL7RO9S.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-9w-0yxVZ.js → utils-0-N5BG4T.js} +3 -2
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-0-N5BG4T.js.map +1 -0
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-CbExBaoL.js → react-router-DSniiJ6U.js} +3 -200
- package/dist/web/assets/__federation_shared_@tanstack/react-router-DSniiJ6U.js.map +1 -0
- package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js → get-auth-plugin-definition-DHcbFujw.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js.map → get-auth-plugin-definition-DHcbFujw.js.map} +1 -1
- package/dist/web/assets/{index-B_A3cgiy.js → index-DQKNnI1w.js} +5 -5
- package/dist/web/assets/{index-B_A3cgiy.js.map → index-DQKNnI1w.js.map} +1 -1
- package/dist/web/assets/{index.esm-BraHxHLB.js → index.esm-Dpqxgpya.js} +2 -2
- package/dist/web/assets/{index.esm-BraHxHLB.js.map → index.esm-Dpqxgpya.js.map} +1 -1
- package/dist/web/assets/{model-utils-BfcjfzCn.js → model-utils-BFX3c3dn.js} +2 -2
- package/dist/web/assets/{model-utils-BfcjfzCn.js.map → model-utils-BFX3c3dn.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-DJzXScRp.js → plugin-definition-B86WQ7Ni.js} +2 -2
- package/dist/web/assets/{plugin-definition-DJzXScRp.js.map → plugin-definition-B86WQ7Ni.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-CXnKUJ1l.js → plugin-definition-CEQb6mWV.js} +2 -2
- package/dist/web/assets/{plugin-definition-CXnKUJ1l.js.map → plugin-definition-CEQb6mWV.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-Ckl5hjD1.js → plugin-definition-DrsKbcJc.js} +2 -2
- package/dist/web/assets/{plugin-definition-Ckl5hjD1.js.map → plugin-definition-DrsKbcJc.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-D26rR8AB.js → plugin-definition-KEpaSB6p.js} +2 -2
- package/dist/web/assets/{plugin-definition-D26rR8AB.js.map → plugin-definition-KEpaSB6p.js.map} +1 -1
- package/dist/web/assets/{react-CL9M_wyN.js → react-hu8Hx0R4.js} +2 -2
- package/dist/web/assets/{react-CL9M_wyN.js.map → react-hu8Hx0R4.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +10 -10
- package/dist/web/assets/{styles-tkrWV-ZE.js → styles-CpKtlIgU.js} +24 -14
- package/dist/web/assets/styles-CpKtlIgU.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_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/styles-tkrWV-ZE.js.map +0 -1
|
@@ -12,7 +12,7 @@ const login = createTsTemplateFile({
|
|
|
12
12
|
},
|
|
13
13
|
name: 'login',
|
|
14
14
|
source: {
|
|
15
|
-
path: path.join(import.meta.dirname, '../templates/routes/
|
|
15
|
+
path: path.join(import.meta.dirname, '../templates/routes/login.tsx'),
|
|
16
16
|
},
|
|
17
17
|
variables: {},
|
|
18
18
|
});
|
|
@@ -26,7 +26,7 @@ const register = createTsTemplateFile({
|
|
|
26
26
|
},
|
|
27
27
|
name: 'register',
|
|
28
28
|
source: {
|
|
29
|
-
path: path.join(import.meta.dirname, '../templates/routes/
|
|
29
|
+
path: path.join(import.meta.dirname, '../templates/routes/register.tsx'),
|
|
30
30
|
},
|
|
31
31
|
variables: {},
|
|
32
32
|
});
|
package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.js","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/better-auth-pages/generated/typed-templates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EACL,8BAA8B,EAC9B,yBAAyB,GAC1B,MAAM,iCAAiC,CAAC;AACzC,OAAO,IAAI,MAAM,WAAW,CAAC;AAE7B,OAAO,EAAE,yBAAyB,EAAE,MAAM,sFAAsF,CAAC;AAEjI,MAAM,KAAK,GAAG,oBAAoB,CAAC;IACjC,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE;QAClB,iBAAiB,EAAE,yBAAyB;QAC5C,sBAAsB,EAAE,8BAA8B;QACtD,iBAAiB,EAAE,yBAAyB;KAC7C;IACD,IAAI,EAAE,OAAO;IACb,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"typed-templates.js","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/better-auth-pages/generated/typed-templates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EACL,8BAA8B,EAC9B,yBAAyB,GAC1B,MAAM,iCAAiC,CAAC;AACzC,OAAO,IAAI,MAAM,WAAW,CAAC;AAE7B,OAAO,EAAE,yBAAyB,EAAE,MAAM,sFAAsF,CAAC;AAEjI,MAAM,KAAK,GAAG,oBAAoB,CAAC;IACjC,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE;QAClB,iBAAiB,EAAE,yBAAyB;QAC5C,sBAAsB,EAAE,8BAA8B;QACtD,iBAAiB,EAAE,yBAAyB;KAC7C;IACD,IAAI,EAAE,OAAO;IACb,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,+BAA+B,CAAC;KACtE;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,QAAQ,GAAG,oBAAoB,CAAC;IACpC,WAAW,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE;IAClC,KAAK,EAAE,OAAO;IACd,kBAAkB,EAAE;QAClB,iBAAiB,EAAE,yBAAyB;QAC5C,sBAAsB,EAAE,8BAA8B;QACtD,iBAAiB,EAAE,yBAAyB;KAC7C;IACD,IAAI,EAAE,UAAU;IAChB,MAAM,EAAE;QACN,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,kCAAkC,CAAC;KACzE;IACD,SAAS,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC;AAE9C,MAAM,CAAC,MAAM,uCAAuC,GAAG,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -1,16 +1,6 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
createFileRoute,
|
|
6
|
-
Link,
|
|
7
|
-
redirect,
|
|
8
|
-
useRouter,
|
|
9
|
-
} from '@tanstack/react-router';
|
|
10
|
-
import { useState } from 'react';
|
|
11
|
-
import { useForm } from 'react-hook-form';
|
|
12
|
-
import { z } from 'zod';
|
|
13
|
-
|
|
3
|
+
import { authClient } from '%betterAuthImports';
|
|
14
4
|
import {
|
|
15
5
|
Button,
|
|
16
6
|
Card,
|
|
@@ -21,8 +11,16 @@ import {
|
|
|
21
11
|
InputFieldController,
|
|
22
12
|
} from '%reactComponentsImports';
|
|
23
13
|
import { logError } from '%reactErrorImports';
|
|
24
|
-
|
|
25
|
-
import {
|
|
14
|
+
import { zodResolver } from '@hookform/resolvers/zod';
|
|
15
|
+
import {
|
|
16
|
+
createFileRoute,
|
|
17
|
+
Link,
|
|
18
|
+
redirect,
|
|
19
|
+
useRouter,
|
|
20
|
+
} from '@tanstack/react-router';
|
|
21
|
+
import { useState } from 'react';
|
|
22
|
+
import { useForm } from 'react-hook-form';
|
|
23
|
+
import { z } from 'zod';
|
|
26
24
|
|
|
27
25
|
export const Route = createFileRoute('/auth/login')({
|
|
28
26
|
validateSearch: z.object({
|
|
@@ -1,16 +1,6 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
createFileRoute,
|
|
6
|
-
Link,
|
|
7
|
-
redirect,
|
|
8
|
-
useRouter,
|
|
9
|
-
} from '@tanstack/react-router';
|
|
10
|
-
import { useState } from 'react';
|
|
11
|
-
import { useForm } from 'react-hook-form';
|
|
12
|
-
import { z } from 'zod';
|
|
13
|
-
|
|
3
|
+
import { authClient } from '%betterAuthImports';
|
|
14
4
|
import {
|
|
15
5
|
Button,
|
|
16
6
|
Card,
|
|
@@ -21,8 +11,16 @@ import {
|
|
|
21
11
|
InputFieldController,
|
|
22
12
|
} from '%reactComponentsImports';
|
|
23
13
|
import { logError } from '%reactErrorImports';
|
|
24
|
-
|
|
25
|
-
import {
|
|
14
|
+
import { zodResolver } from '@hookform/resolvers/zod';
|
|
15
|
+
import {
|
|
16
|
+
createFileRoute,
|
|
17
|
+
Link,
|
|
18
|
+
redirect,
|
|
19
|
+
useRouter,
|
|
20
|
+
} from '@tanstack/react-router';
|
|
21
|
+
import { useState } from 'react';
|
|
22
|
+
import { useForm } from 'react-hook-form';
|
|
23
|
+
import { z } from 'zod';
|
|
26
24
|
|
|
27
25
|
export const Route = createFileRoute('/auth/register')({
|
|
28
26
|
validateSearch: z.object({
|
|
@@ -41,6 +41,20 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
41
41
|
Alert: {};
|
|
42
42
|
AlertDescription: {};
|
|
43
43
|
AlertTitle: {};
|
|
44
|
+
Autocomplete: {};
|
|
45
|
+
AutocompleteClear: {};
|
|
46
|
+
AutocompleteCollection: {};
|
|
47
|
+
AutocompleteContent: {};
|
|
48
|
+
AutocompleteEmpty: {};
|
|
49
|
+
AutocompleteGroup: {};
|
|
50
|
+
AutocompleteInput: {};
|
|
51
|
+
AutocompleteItem: {};
|
|
52
|
+
AutocompleteLabel: {};
|
|
53
|
+
AutocompleteList: {};
|
|
54
|
+
AutocompleteSeparator: {};
|
|
55
|
+
AutocompleteStatus: {};
|
|
56
|
+
AutocompleteTrigger: {};
|
|
57
|
+
AutocompleteValue: {};
|
|
44
58
|
Badge: {};
|
|
45
59
|
badgeVariants: {};
|
|
46
60
|
BadgeWithIcon: {};
|
|
@@ -69,18 +83,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
69
83
|
CheckedInput: {};
|
|
70
84
|
CircularProgress: {};
|
|
71
85
|
cn: {};
|
|
86
|
+
Collapsible: {};
|
|
87
|
+
CollapsibleContent: {};
|
|
88
|
+
CollapsibleTrigger: {};
|
|
72
89
|
Combobox: {};
|
|
73
90
|
ComboboxField: {};
|
|
74
91
|
ComboboxFieldController: {};
|
|
75
|
-
Command: {};
|
|
76
|
-
CommandDialog: {};
|
|
77
|
-
CommandEmpty: {};
|
|
78
|
-
CommandGroup: {};
|
|
79
|
-
CommandInput: {};
|
|
80
|
-
CommandItem: {};
|
|
81
|
-
CommandList: {};
|
|
82
|
-
CommandSeparator: {};
|
|
83
|
-
CommandShortcut: {};
|
|
84
92
|
ConfirmDialog: {};
|
|
85
93
|
DatePickerField: {};
|
|
86
94
|
DatePickerFieldController: {};
|
|
@@ -117,37 +125,43 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
117
125
|
EmptyDisplay: {};
|
|
118
126
|
ErrorableLoader: {};
|
|
119
127
|
ErrorDisplay: {};
|
|
120
|
-
|
|
121
|
-
|
|
128
|
+
Field: {};
|
|
129
|
+
FieldContent: {};
|
|
130
|
+
FieldDescription: {};
|
|
131
|
+
FieldError: {};
|
|
132
|
+
FieldGroup: {};
|
|
133
|
+
FieldLabel: {};
|
|
134
|
+
FieldLegend: {};
|
|
135
|
+
FieldSeparator: {};
|
|
136
|
+
FieldSet: {};
|
|
137
|
+
FieldTitle: {};
|
|
138
|
+
fieldVariants: {};
|
|
122
139
|
FormFieldProps: {
|
|
123
140
|
isTypeOnly: true;
|
|
124
141
|
};
|
|
125
|
-
FormItem: {};
|
|
126
|
-
FormLabel: {};
|
|
127
|
-
FormMessage: {};
|
|
128
142
|
IconElement: {
|
|
129
143
|
isTypeOnly: true;
|
|
130
144
|
};
|
|
131
145
|
Input: {};
|
|
132
146
|
InputField: {};
|
|
133
147
|
InputFieldController: {};
|
|
148
|
+
InputGroup: {};
|
|
149
|
+
InputGroupAddon: {};
|
|
150
|
+
InputGroupButton: {};
|
|
151
|
+
InputGroupInput: {};
|
|
152
|
+
InputGroupText: {};
|
|
153
|
+
InputGroupTextarea: {};
|
|
134
154
|
inputVariants: {};
|
|
135
155
|
Label: {};
|
|
136
156
|
LinkButton: {};
|
|
137
157
|
Loader: {};
|
|
138
158
|
mergeRefs: {};
|
|
139
159
|
Modal: {};
|
|
140
|
-
MultiCombobox: {};
|
|
141
|
-
MultiComboboxContent: {};
|
|
142
|
-
MultiComboboxEmpty: {};
|
|
143
160
|
MultiComboboxField: {};
|
|
144
161
|
MultiComboboxFieldController: {};
|
|
145
162
|
MultiComboboxFieldProps: {
|
|
146
163
|
isTypeOnly: true;
|
|
147
164
|
};
|
|
148
|
-
MultiComboboxGroup: {};
|
|
149
|
-
MultiComboboxInput: {};
|
|
150
|
-
MultiComboboxItem: {};
|
|
151
165
|
MultiSelectOptionProps: {
|
|
152
166
|
isTypeOnly: true;
|
|
153
167
|
};
|
|
@@ -170,16 +184,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
170
184
|
ReactSelectInput: {};
|
|
171
185
|
ScrollArea: {};
|
|
172
186
|
Select: {};
|
|
173
|
-
selectCheckVariants: {};
|
|
174
|
-
selectContentVariants: {};
|
|
175
187
|
SelectField: {};
|
|
176
188
|
SelectFieldController: {};
|
|
177
189
|
SelectInput: {};
|
|
178
|
-
selectItemVariants: {};
|
|
179
190
|
SelectOptionProps: {
|
|
180
191
|
isTypeOnly: true;
|
|
181
192
|
};
|
|
182
|
-
selectTriggerVariants: {};
|
|
183
193
|
Separator: {};
|
|
184
194
|
Sheet: {};
|
|
185
195
|
SheetClose: {};
|
|
@@ -213,6 +223,8 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
213
223
|
SidebarSeparator: {};
|
|
214
224
|
SidebarTrigger: {};
|
|
215
225
|
Skeleton: {};
|
|
226
|
+
Slider: {};
|
|
227
|
+
Spinner: {};
|
|
216
228
|
Switch: {};
|
|
217
229
|
SwitchField: {};
|
|
218
230
|
SwitchFieldController: {};
|
|
@@ -234,6 +246,7 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
234
246
|
TooltipContent: {};
|
|
235
247
|
TooltipProvider: {};
|
|
236
248
|
TooltipTrigger: {};
|
|
249
|
+
useAutocompleteFilter: {};
|
|
237
250
|
useConfirmDialog: {};
|
|
238
251
|
UseConfirmDialogRequestOptions: {
|
|
239
252
|
isTypeOnly: true;
|
|
@@ -242,7 +255,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
242
255
|
useControlledState: {};
|
|
243
256
|
useControllerMerged: {};
|
|
244
257
|
useIsMobile: {};
|
|
245
|
-
useMultiComboboxContext: {};
|
|
246
258
|
useSidebar: {};
|
|
247
259
|
}>>;
|
|
248
260
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -274,6 +286,20 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
274
286
|
Alert: {};
|
|
275
287
|
AlertDescription: {};
|
|
276
288
|
AlertTitle: {};
|
|
289
|
+
Autocomplete: {};
|
|
290
|
+
AutocompleteClear: {};
|
|
291
|
+
AutocompleteCollection: {};
|
|
292
|
+
AutocompleteContent: {};
|
|
293
|
+
AutocompleteEmpty: {};
|
|
294
|
+
AutocompleteGroup: {};
|
|
295
|
+
AutocompleteInput: {};
|
|
296
|
+
AutocompleteItem: {};
|
|
297
|
+
AutocompleteLabel: {};
|
|
298
|
+
AutocompleteList: {};
|
|
299
|
+
AutocompleteSeparator: {};
|
|
300
|
+
AutocompleteStatus: {};
|
|
301
|
+
AutocompleteTrigger: {};
|
|
302
|
+
AutocompleteValue: {};
|
|
277
303
|
Badge: {};
|
|
278
304
|
badgeVariants: {};
|
|
279
305
|
BadgeWithIcon: {};
|
|
@@ -302,18 +328,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
302
328
|
CheckedInput: {};
|
|
303
329
|
CircularProgress: {};
|
|
304
330
|
cn: {};
|
|
331
|
+
Collapsible: {};
|
|
332
|
+
CollapsibleContent: {};
|
|
333
|
+
CollapsibleTrigger: {};
|
|
305
334
|
Combobox: {};
|
|
306
335
|
ComboboxField: {};
|
|
307
336
|
ComboboxFieldController: {};
|
|
308
|
-
Command: {};
|
|
309
|
-
CommandDialog: {};
|
|
310
|
-
CommandEmpty: {};
|
|
311
|
-
CommandGroup: {};
|
|
312
|
-
CommandInput: {};
|
|
313
|
-
CommandItem: {};
|
|
314
|
-
CommandList: {};
|
|
315
|
-
CommandSeparator: {};
|
|
316
|
-
CommandShortcut: {};
|
|
317
337
|
ConfirmDialog: {};
|
|
318
338
|
DatePickerField: {};
|
|
319
339
|
DatePickerFieldController: {};
|
|
@@ -350,37 +370,43 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
350
370
|
EmptyDisplay: {};
|
|
351
371
|
ErrorableLoader: {};
|
|
352
372
|
ErrorDisplay: {};
|
|
353
|
-
|
|
354
|
-
|
|
373
|
+
Field: {};
|
|
374
|
+
FieldContent: {};
|
|
375
|
+
FieldDescription: {};
|
|
376
|
+
FieldError: {};
|
|
377
|
+
FieldGroup: {};
|
|
378
|
+
FieldLabel: {};
|
|
379
|
+
FieldLegend: {};
|
|
380
|
+
FieldSeparator: {};
|
|
381
|
+
FieldSet: {};
|
|
382
|
+
FieldTitle: {};
|
|
383
|
+
fieldVariants: {};
|
|
355
384
|
FormFieldProps: {
|
|
356
385
|
isTypeOnly: true;
|
|
357
386
|
};
|
|
358
|
-
FormItem: {};
|
|
359
|
-
FormLabel: {};
|
|
360
|
-
FormMessage: {};
|
|
361
387
|
IconElement: {
|
|
362
388
|
isTypeOnly: true;
|
|
363
389
|
};
|
|
364
390
|
Input: {};
|
|
365
391
|
InputField: {};
|
|
366
392
|
InputFieldController: {};
|
|
393
|
+
InputGroup: {};
|
|
394
|
+
InputGroupAddon: {};
|
|
395
|
+
InputGroupButton: {};
|
|
396
|
+
InputGroupInput: {};
|
|
397
|
+
InputGroupText: {};
|
|
398
|
+
InputGroupTextarea: {};
|
|
367
399
|
inputVariants: {};
|
|
368
400
|
Label: {};
|
|
369
401
|
LinkButton: {};
|
|
370
402
|
Loader: {};
|
|
371
403
|
mergeRefs: {};
|
|
372
404
|
Modal: {};
|
|
373
|
-
MultiCombobox: {};
|
|
374
|
-
MultiComboboxContent: {};
|
|
375
|
-
MultiComboboxEmpty: {};
|
|
376
405
|
MultiComboboxField: {};
|
|
377
406
|
MultiComboboxFieldController: {};
|
|
378
407
|
MultiComboboxFieldProps: {
|
|
379
408
|
isTypeOnly: true;
|
|
380
409
|
};
|
|
381
|
-
MultiComboboxGroup: {};
|
|
382
|
-
MultiComboboxInput: {};
|
|
383
|
-
MultiComboboxItem: {};
|
|
384
410
|
MultiSelectOptionProps: {
|
|
385
411
|
isTypeOnly: true;
|
|
386
412
|
};
|
|
@@ -403,16 +429,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
403
429
|
ReactSelectInput: {};
|
|
404
430
|
ScrollArea: {};
|
|
405
431
|
Select: {};
|
|
406
|
-
selectCheckVariants: {};
|
|
407
|
-
selectContentVariants: {};
|
|
408
432
|
SelectField: {};
|
|
409
433
|
SelectFieldController: {};
|
|
410
434
|
SelectInput: {};
|
|
411
|
-
selectItemVariants: {};
|
|
412
435
|
SelectOptionProps: {
|
|
413
436
|
isTypeOnly: true;
|
|
414
437
|
};
|
|
415
|
-
selectTriggerVariants: {};
|
|
416
438
|
Separator: {};
|
|
417
439
|
Sheet: {};
|
|
418
440
|
SheetClose: {};
|
|
@@ -446,6 +468,8 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
446
468
|
SidebarSeparator: {};
|
|
447
469
|
SidebarTrigger: {};
|
|
448
470
|
Skeleton: {};
|
|
471
|
+
Slider: {};
|
|
472
|
+
Spinner: {};
|
|
449
473
|
Switch: {};
|
|
450
474
|
SwitchField: {};
|
|
451
475
|
SwitchFieldController: {};
|
|
@@ -467,6 +491,7 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
467
491
|
TooltipContent: {};
|
|
468
492
|
TooltipProvider: {};
|
|
469
493
|
TooltipTrigger: {};
|
|
494
|
+
useAutocompleteFilter: {};
|
|
470
495
|
useConfirmDialog: {};
|
|
471
496
|
UseConfirmDialogRequestOptions: {
|
|
472
497
|
isTypeOnly: true;
|
|
@@ -475,7 +500,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
475
500
|
useControlledState: {};
|
|
476
501
|
useControllerMerged: {};
|
|
477
502
|
useIsMobile: {};
|
|
478
|
-
useMultiComboboxContext: {};
|
|
479
503
|
useSidebar: {};
|
|
480
504
|
}>>;
|
|
481
505
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/react-better-auth/generated/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/react-better-auth/generated/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKnD,CAAC"}
|
package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts
CHANGED
|
@@ -33,6 +33,20 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
|
|
|
33
33
|
Alert: {};
|
|
34
34
|
AlertDescription: {};
|
|
35
35
|
AlertTitle: {};
|
|
36
|
+
Autocomplete: {};
|
|
37
|
+
AutocompleteClear: {};
|
|
38
|
+
AutocompleteCollection: {};
|
|
39
|
+
AutocompleteContent: {};
|
|
40
|
+
AutocompleteEmpty: {};
|
|
41
|
+
AutocompleteGroup: {};
|
|
42
|
+
AutocompleteInput: {};
|
|
43
|
+
AutocompleteItem: {};
|
|
44
|
+
AutocompleteLabel: {};
|
|
45
|
+
AutocompleteList: {};
|
|
46
|
+
AutocompleteSeparator: {};
|
|
47
|
+
AutocompleteStatus: {};
|
|
48
|
+
AutocompleteTrigger: {};
|
|
49
|
+
AutocompleteValue: {};
|
|
36
50
|
Badge: {};
|
|
37
51
|
badgeVariants: {};
|
|
38
52
|
BadgeWithIcon: {};
|
|
@@ -61,18 +75,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
|
|
|
61
75
|
CheckedInput: {};
|
|
62
76
|
CircularProgress: {};
|
|
63
77
|
cn: {};
|
|
78
|
+
Collapsible: {};
|
|
79
|
+
CollapsibleContent: {};
|
|
80
|
+
CollapsibleTrigger: {};
|
|
64
81
|
Combobox: {};
|
|
65
82
|
ComboboxField: {};
|
|
66
83
|
ComboboxFieldController: {};
|
|
67
|
-
Command: {};
|
|
68
|
-
CommandDialog: {};
|
|
69
|
-
CommandEmpty: {};
|
|
70
|
-
CommandGroup: {};
|
|
71
|
-
CommandInput: {};
|
|
72
|
-
CommandItem: {};
|
|
73
|
-
CommandList: {};
|
|
74
|
-
CommandSeparator: {};
|
|
75
|
-
CommandShortcut: {};
|
|
76
84
|
ConfirmDialog: {};
|
|
77
85
|
DatePickerField: {};
|
|
78
86
|
DatePickerFieldController: {};
|
|
@@ -109,37 +117,43 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
|
|
|
109
117
|
EmptyDisplay: {};
|
|
110
118
|
ErrorableLoader: {};
|
|
111
119
|
ErrorDisplay: {};
|
|
112
|
-
|
|
113
|
-
|
|
120
|
+
Field: {};
|
|
121
|
+
FieldContent: {};
|
|
122
|
+
FieldDescription: {};
|
|
123
|
+
FieldError: {};
|
|
124
|
+
FieldGroup: {};
|
|
125
|
+
FieldLabel: {};
|
|
126
|
+
FieldLegend: {};
|
|
127
|
+
FieldSeparator: {};
|
|
128
|
+
FieldSet: {};
|
|
129
|
+
FieldTitle: {};
|
|
130
|
+
fieldVariants: {};
|
|
114
131
|
FormFieldProps: {
|
|
115
132
|
isTypeOnly: true;
|
|
116
133
|
};
|
|
117
|
-
FormItem: {};
|
|
118
|
-
FormLabel: {};
|
|
119
|
-
FormMessage: {};
|
|
120
134
|
IconElement: {
|
|
121
135
|
isTypeOnly: true;
|
|
122
136
|
};
|
|
123
137
|
Input: {};
|
|
124
138
|
InputField: {};
|
|
125
139
|
InputFieldController: {};
|
|
140
|
+
InputGroup: {};
|
|
141
|
+
InputGroupAddon: {};
|
|
142
|
+
InputGroupButton: {};
|
|
143
|
+
InputGroupInput: {};
|
|
144
|
+
InputGroupText: {};
|
|
145
|
+
InputGroupTextarea: {};
|
|
126
146
|
inputVariants: {};
|
|
127
147
|
Label: {};
|
|
128
148
|
LinkButton: {};
|
|
129
149
|
Loader: {};
|
|
130
150
|
mergeRefs: {};
|
|
131
151
|
Modal: {};
|
|
132
|
-
MultiCombobox: {};
|
|
133
|
-
MultiComboboxContent: {};
|
|
134
|
-
MultiComboboxEmpty: {};
|
|
135
152
|
MultiComboboxField: {};
|
|
136
153
|
MultiComboboxFieldController: {};
|
|
137
154
|
MultiComboboxFieldProps: {
|
|
138
155
|
isTypeOnly: true;
|
|
139
156
|
};
|
|
140
|
-
MultiComboboxGroup: {};
|
|
141
|
-
MultiComboboxInput: {};
|
|
142
|
-
MultiComboboxItem: {};
|
|
143
157
|
MultiSelectOptionProps: {
|
|
144
158
|
isTypeOnly: true;
|
|
145
159
|
};
|
|
@@ -162,16 +176,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
|
|
|
162
176
|
ReactSelectInput: {};
|
|
163
177
|
ScrollArea: {};
|
|
164
178
|
Select: {};
|
|
165
|
-
selectCheckVariants: {};
|
|
166
|
-
selectContentVariants: {};
|
|
167
179
|
SelectField: {};
|
|
168
180
|
SelectFieldController: {};
|
|
169
181
|
SelectInput: {};
|
|
170
|
-
selectItemVariants: {};
|
|
171
182
|
SelectOptionProps: {
|
|
172
183
|
isTypeOnly: true;
|
|
173
184
|
};
|
|
174
|
-
selectTriggerVariants: {};
|
|
175
185
|
Separator: {};
|
|
176
186
|
Sheet: {};
|
|
177
187
|
SheetClose: {};
|
|
@@ -205,6 +215,8 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
|
|
|
205
215
|
SidebarSeparator: {};
|
|
206
216
|
SidebarTrigger: {};
|
|
207
217
|
Skeleton: {};
|
|
218
|
+
Slider: {};
|
|
219
|
+
Spinner: {};
|
|
208
220
|
Switch: {};
|
|
209
221
|
SwitchField: {};
|
|
210
222
|
SwitchFieldController: {};
|
|
@@ -226,6 +238,7 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
|
|
|
226
238
|
TooltipContent: {};
|
|
227
239
|
TooltipProvider: {};
|
|
228
240
|
TooltipTrigger: {};
|
|
241
|
+
useAutocompleteFilter: {};
|
|
229
242
|
useConfirmDialog: {};
|
|
230
243
|
UseConfirmDialogRequestOptions: {
|
|
231
244
|
isTypeOnly: true;
|
|
@@ -234,7 +247,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
|
|
|
234
247
|
useControlledState: {};
|
|
235
248
|
useControllerMerged: {};
|
|
236
249
|
useIsMobile: {};
|
|
237
|
-
useMultiComboboxContext: {};
|
|
238
250
|
useSidebar: {};
|
|
239
251
|
}>>;
|
|
240
252
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/react-better-auth/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAWzD,OAAO,EAAE,uCAAuC,EAAE,MAAM,sBAAsB,CAAC;AAE/E,MAAM,WAAW,kCAAkC;IACjD,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,uCAAuC,CAAC,UAAU,CAC1D,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;IACF,cAAc,EAAE;QACd,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,uCAAuC,CAAC,cAAc,CAC9D,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA0DD,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/react-better-auth/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAWzD,OAAO,EAAE,uCAAuC,EAAE,MAAM,sBAAsB,CAAC;AAE/E,MAAM,WAAW,kCAAkC;IACjD,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,uCAAuC,CAAC,UAAU,CAC1D,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;IACF,cAAc,EAAE;QACd,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,+BAA+B,CAC7B,OAAO,uCAAuC,CAAC,cAAc,CAC9D,EACD,aAAa,GAAG,oBAAoB,GAAG,UAAU,GAAG,gBAAgB,CACrE,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AA0DD,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnD,CAAC"}
|
|
@@ -19,6 +19,20 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
19
19
|
Alert: {};
|
|
20
20
|
AlertDescription: {};
|
|
21
21
|
AlertTitle: {};
|
|
22
|
+
Autocomplete: {};
|
|
23
|
+
AutocompleteClear: {};
|
|
24
|
+
AutocompleteCollection: {};
|
|
25
|
+
AutocompleteContent: {};
|
|
26
|
+
AutocompleteEmpty: {};
|
|
27
|
+
AutocompleteGroup: {};
|
|
28
|
+
AutocompleteInput: {};
|
|
29
|
+
AutocompleteItem: {};
|
|
30
|
+
AutocompleteLabel: {};
|
|
31
|
+
AutocompleteList: {};
|
|
32
|
+
AutocompleteSeparator: {};
|
|
33
|
+
AutocompleteStatus: {};
|
|
34
|
+
AutocompleteTrigger: {};
|
|
35
|
+
AutocompleteValue: {};
|
|
22
36
|
Badge: {};
|
|
23
37
|
badgeVariants: {};
|
|
24
38
|
BadgeWithIcon: {};
|
|
@@ -47,18 +61,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
47
61
|
CheckedInput: {};
|
|
48
62
|
CircularProgress: {};
|
|
49
63
|
cn: {};
|
|
64
|
+
Collapsible: {};
|
|
65
|
+
CollapsibleContent: {};
|
|
66
|
+
CollapsibleTrigger: {};
|
|
50
67
|
Combobox: {};
|
|
51
68
|
ComboboxField: {};
|
|
52
69
|
ComboboxFieldController: {};
|
|
53
|
-
Command: {};
|
|
54
|
-
CommandDialog: {};
|
|
55
|
-
CommandEmpty: {};
|
|
56
|
-
CommandGroup: {};
|
|
57
|
-
CommandInput: {};
|
|
58
|
-
CommandItem: {};
|
|
59
|
-
CommandList: {};
|
|
60
|
-
CommandSeparator: {};
|
|
61
|
-
CommandShortcut: {};
|
|
62
70
|
ConfirmDialog: {};
|
|
63
71
|
DatePickerField: {};
|
|
64
72
|
DatePickerFieldController: {};
|
|
@@ -95,37 +103,43 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
95
103
|
EmptyDisplay: {};
|
|
96
104
|
ErrorableLoader: {};
|
|
97
105
|
ErrorDisplay: {};
|
|
98
|
-
|
|
99
|
-
|
|
106
|
+
Field: {};
|
|
107
|
+
FieldContent: {};
|
|
108
|
+
FieldDescription: {};
|
|
109
|
+
FieldError: {};
|
|
110
|
+
FieldGroup: {};
|
|
111
|
+
FieldLabel: {};
|
|
112
|
+
FieldLegend: {};
|
|
113
|
+
FieldSeparator: {};
|
|
114
|
+
FieldSet: {};
|
|
115
|
+
FieldTitle: {};
|
|
116
|
+
fieldVariants: {};
|
|
100
117
|
FormFieldProps: {
|
|
101
118
|
isTypeOnly: true;
|
|
102
119
|
};
|
|
103
|
-
FormItem: {};
|
|
104
|
-
FormLabel: {};
|
|
105
|
-
FormMessage: {};
|
|
106
120
|
IconElement: {
|
|
107
121
|
isTypeOnly: true;
|
|
108
122
|
};
|
|
109
123
|
Input: {};
|
|
110
124
|
InputField: {};
|
|
111
125
|
InputFieldController: {};
|
|
126
|
+
InputGroup: {};
|
|
127
|
+
InputGroupAddon: {};
|
|
128
|
+
InputGroupButton: {};
|
|
129
|
+
InputGroupInput: {};
|
|
130
|
+
InputGroupText: {};
|
|
131
|
+
InputGroupTextarea: {};
|
|
112
132
|
inputVariants: {};
|
|
113
133
|
Label: {};
|
|
114
134
|
LinkButton: {};
|
|
115
135
|
Loader: {};
|
|
116
136
|
mergeRefs: {};
|
|
117
137
|
Modal: {};
|
|
118
|
-
MultiCombobox: {};
|
|
119
|
-
MultiComboboxContent: {};
|
|
120
|
-
MultiComboboxEmpty: {};
|
|
121
138
|
MultiComboboxField: {};
|
|
122
139
|
MultiComboboxFieldController: {};
|
|
123
140
|
MultiComboboxFieldProps: {
|
|
124
141
|
isTypeOnly: true;
|
|
125
142
|
};
|
|
126
|
-
MultiComboboxGroup: {};
|
|
127
|
-
MultiComboboxInput: {};
|
|
128
|
-
MultiComboboxItem: {};
|
|
129
143
|
MultiSelectOptionProps: {
|
|
130
144
|
isTypeOnly: true;
|
|
131
145
|
};
|
|
@@ -148,16 +162,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
148
162
|
ReactSelectInput: {};
|
|
149
163
|
ScrollArea: {};
|
|
150
164
|
Select: {};
|
|
151
|
-
selectCheckVariants: {};
|
|
152
|
-
selectContentVariants: {};
|
|
153
165
|
SelectField: {};
|
|
154
166
|
SelectFieldController: {};
|
|
155
167
|
SelectInput: {};
|
|
156
|
-
selectItemVariants: {};
|
|
157
168
|
SelectOptionProps: {
|
|
158
169
|
isTypeOnly: true;
|
|
159
170
|
};
|
|
160
|
-
selectTriggerVariants: {};
|
|
161
171
|
Separator: {};
|
|
162
172
|
Sheet: {};
|
|
163
173
|
SheetClose: {};
|
|
@@ -191,6 +201,8 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
191
201
|
SidebarSeparator: {};
|
|
192
202
|
SidebarTrigger: {};
|
|
193
203
|
Skeleton: {};
|
|
204
|
+
Slider: {};
|
|
205
|
+
Spinner: {};
|
|
194
206
|
Switch: {};
|
|
195
207
|
SwitchField: {};
|
|
196
208
|
SwitchFieldController: {};
|
|
@@ -212,6 +224,7 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
212
224
|
TooltipContent: {};
|
|
213
225
|
TooltipProvider: {};
|
|
214
226
|
TooltipTrigger: {};
|
|
227
|
+
useAutocompleteFilter: {};
|
|
215
228
|
useConfirmDialog: {};
|
|
216
229
|
UseConfirmDialogRequestOptions: {
|
|
217
230
|
isTypeOnly: true;
|
|
@@ -220,7 +233,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
220
233
|
useControlledState: {};
|
|
221
234
|
useControllerMerged: {};
|
|
222
235
|
useIsMobile: {};
|
|
223
|
-
useMultiComboboxContext: {};
|
|
224
236
|
useSidebar: {};
|
|
225
237
|
}>>;
|
|
226
238
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/react-better-auth/generated/typed-templates.ts"],"names":[],"mappings":"AAyCA,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/better-auth/generators/react/react-better-auth/generated/typed-templates.ts"],"names":[],"mappings":"AAyCA,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnD,CAAC"}
|