@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
|
@@ -26,15 +26,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
26
26
|
getApolloErrorCode: {};
|
|
27
27
|
}>>;
|
|
28
28
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
29
|
+
'*': {};
|
|
29
30
|
graphql: {};
|
|
30
31
|
readFragment: {};
|
|
31
|
-
|
|
32
|
-
isTypeOnly: true;
|
|
33
|
-
};
|
|
34
|
-
ResultOf: {
|
|
35
|
-
isTypeOnly: true;
|
|
36
|
-
};
|
|
37
|
-
VariablesOf: {
|
|
32
|
+
FragmentType: {
|
|
38
33
|
isTypeOnly: true;
|
|
39
34
|
};
|
|
40
35
|
}>>;
|
|
@@ -46,6 +41,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
46
41
|
Alert: {};
|
|
47
42
|
AlertDescription: {};
|
|
48
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: {};
|
|
49
58
|
Badge: {};
|
|
50
59
|
badgeVariants: {};
|
|
51
60
|
BadgeWithIcon: {};
|
|
@@ -74,18 +83,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
74
83
|
CheckedInput: {};
|
|
75
84
|
CircularProgress: {};
|
|
76
85
|
cn: {};
|
|
86
|
+
Collapsible: {};
|
|
87
|
+
CollapsibleContent: {};
|
|
88
|
+
CollapsibleTrigger: {};
|
|
77
89
|
Combobox: {};
|
|
78
90
|
ComboboxField: {};
|
|
79
91
|
ComboboxFieldController: {};
|
|
80
|
-
Command: {};
|
|
81
|
-
CommandDialog: {};
|
|
82
|
-
CommandEmpty: {};
|
|
83
|
-
CommandGroup: {};
|
|
84
|
-
CommandInput: {};
|
|
85
|
-
CommandItem: {};
|
|
86
|
-
CommandList: {};
|
|
87
|
-
CommandSeparator: {};
|
|
88
|
-
CommandShortcut: {};
|
|
89
92
|
ConfirmDialog: {};
|
|
90
93
|
DatePickerField: {};
|
|
91
94
|
DatePickerFieldController: {};
|
|
@@ -122,37 +125,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
122
125
|
EmptyDisplay: {};
|
|
123
126
|
ErrorableLoader: {};
|
|
124
127
|
ErrorDisplay: {};
|
|
125
|
-
|
|
126
|
-
|
|
128
|
+
Field: {};
|
|
129
|
+
FieldContent: {};
|
|
130
|
+
FieldDescription: {};
|
|
131
|
+
FieldError: {};
|
|
132
|
+
FieldGroup: {};
|
|
133
|
+
FieldLabel: {};
|
|
134
|
+
FieldLegend: {};
|
|
135
|
+
FieldSeparator: {};
|
|
136
|
+
FieldSet: {};
|
|
137
|
+
FieldTitle: {};
|
|
138
|
+
fieldVariants: {};
|
|
127
139
|
FormFieldProps: {
|
|
128
140
|
isTypeOnly: true;
|
|
129
141
|
};
|
|
130
|
-
FormItem: {};
|
|
131
|
-
FormLabel: {};
|
|
132
|
-
FormMessage: {};
|
|
133
142
|
IconElement: {
|
|
134
143
|
isTypeOnly: true;
|
|
135
144
|
};
|
|
136
145
|
Input: {};
|
|
137
146
|
InputField: {};
|
|
138
147
|
InputFieldController: {};
|
|
148
|
+
InputGroup: {};
|
|
149
|
+
InputGroupAddon: {};
|
|
150
|
+
InputGroupButton: {};
|
|
151
|
+
InputGroupInput: {};
|
|
152
|
+
InputGroupText: {};
|
|
153
|
+
InputGroupTextarea: {};
|
|
139
154
|
inputVariants: {};
|
|
140
155
|
Label: {};
|
|
141
156
|
LinkButton: {};
|
|
142
157
|
Loader: {};
|
|
143
158
|
mergeRefs: {};
|
|
144
159
|
Modal: {};
|
|
145
|
-
MultiCombobox: {};
|
|
146
|
-
MultiComboboxContent: {};
|
|
147
|
-
MultiComboboxEmpty: {};
|
|
148
160
|
MultiComboboxField: {};
|
|
149
161
|
MultiComboboxFieldController: {};
|
|
150
162
|
MultiComboboxFieldProps: {
|
|
151
163
|
isTypeOnly: true;
|
|
152
164
|
};
|
|
153
|
-
MultiComboboxGroup: {};
|
|
154
|
-
MultiComboboxInput: {};
|
|
155
|
-
MultiComboboxItem: {};
|
|
156
165
|
MultiSelectOptionProps: {
|
|
157
166
|
isTypeOnly: true;
|
|
158
167
|
};
|
|
@@ -175,16 +184,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
175
184
|
ReactSelectInput: {};
|
|
176
185
|
ScrollArea: {};
|
|
177
186
|
Select: {};
|
|
178
|
-
selectCheckVariants: {};
|
|
179
|
-
selectContentVariants: {};
|
|
180
187
|
SelectField: {};
|
|
181
188
|
SelectFieldController: {};
|
|
182
189
|
SelectInput: {};
|
|
183
|
-
selectItemVariants: {};
|
|
184
190
|
SelectOptionProps: {
|
|
185
191
|
isTypeOnly: true;
|
|
186
192
|
};
|
|
187
|
-
selectTriggerVariants: {};
|
|
188
193
|
Separator: {};
|
|
189
194
|
Sheet: {};
|
|
190
195
|
SheetClose: {};
|
|
@@ -218,6 +223,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
218
223
|
SidebarSeparator: {};
|
|
219
224
|
SidebarTrigger: {};
|
|
220
225
|
Skeleton: {};
|
|
226
|
+
Slider: {};
|
|
227
|
+
Spinner: {};
|
|
221
228
|
Switch: {};
|
|
222
229
|
SwitchField: {};
|
|
223
230
|
SwitchFieldController: {};
|
|
@@ -239,6 +246,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
239
246
|
TooltipContent: {};
|
|
240
247
|
TooltipProvider: {};
|
|
241
248
|
TooltipTrigger: {};
|
|
249
|
+
useAutocompleteFilter: {};
|
|
242
250
|
useConfirmDialog: {};
|
|
243
251
|
UseConfirmDialogRequestOptions: {
|
|
244
252
|
isTypeOnly: true;
|
|
@@ -247,7 +255,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
247
255
|
useControlledState: {};
|
|
248
256
|
useControllerMerged: {};
|
|
249
257
|
useIsMobile: {};
|
|
250
|
-
useMultiComboboxContext: {};
|
|
251
258
|
useSidebar: {};
|
|
252
259
|
}>>;
|
|
253
260
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -267,15 +274,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
267
274
|
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
268
275
|
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
269
276
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
277
|
+
'*': {};
|
|
270
278
|
graphql: {};
|
|
271
279
|
readFragment: {};
|
|
272
|
-
|
|
273
|
-
isTypeOnly: true;
|
|
274
|
-
};
|
|
275
|
-
ResultOf: {
|
|
276
|
-
isTypeOnly: true;
|
|
277
|
-
};
|
|
278
|
-
VariablesOf: {
|
|
280
|
+
FragmentType: {
|
|
279
281
|
isTypeOnly: true;
|
|
280
282
|
};
|
|
281
283
|
}>>;
|
|
@@ -286,6 +288,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
286
288
|
Alert: {};
|
|
287
289
|
AlertDescription: {};
|
|
288
290
|
AlertTitle: {};
|
|
291
|
+
Autocomplete: {};
|
|
292
|
+
AutocompleteClear: {};
|
|
293
|
+
AutocompleteCollection: {};
|
|
294
|
+
AutocompleteContent: {};
|
|
295
|
+
AutocompleteEmpty: {};
|
|
296
|
+
AutocompleteGroup: {};
|
|
297
|
+
AutocompleteInput: {};
|
|
298
|
+
AutocompleteItem: {};
|
|
299
|
+
AutocompleteLabel: {};
|
|
300
|
+
AutocompleteList: {};
|
|
301
|
+
AutocompleteSeparator: {};
|
|
302
|
+
AutocompleteStatus: {};
|
|
303
|
+
AutocompleteTrigger: {};
|
|
304
|
+
AutocompleteValue: {};
|
|
289
305
|
Badge: {};
|
|
290
306
|
badgeVariants: {};
|
|
291
307
|
BadgeWithIcon: {};
|
|
@@ -314,18 +330,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
314
330
|
CheckedInput: {};
|
|
315
331
|
CircularProgress: {};
|
|
316
332
|
cn: {};
|
|
333
|
+
Collapsible: {};
|
|
334
|
+
CollapsibleContent: {};
|
|
335
|
+
CollapsibleTrigger: {};
|
|
317
336
|
Combobox: {};
|
|
318
337
|
ComboboxField: {};
|
|
319
338
|
ComboboxFieldController: {};
|
|
320
|
-
Command: {};
|
|
321
|
-
CommandDialog: {};
|
|
322
|
-
CommandEmpty: {};
|
|
323
|
-
CommandGroup: {};
|
|
324
|
-
CommandInput: {};
|
|
325
|
-
CommandItem: {};
|
|
326
|
-
CommandList: {};
|
|
327
|
-
CommandSeparator: {};
|
|
328
|
-
CommandShortcut: {};
|
|
329
339
|
ConfirmDialog: {};
|
|
330
340
|
DatePickerField: {};
|
|
331
341
|
DatePickerFieldController: {};
|
|
@@ -362,37 +372,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
362
372
|
EmptyDisplay: {};
|
|
363
373
|
ErrorableLoader: {};
|
|
364
374
|
ErrorDisplay: {};
|
|
365
|
-
|
|
366
|
-
|
|
375
|
+
Field: {};
|
|
376
|
+
FieldContent: {};
|
|
377
|
+
FieldDescription: {};
|
|
378
|
+
FieldError: {};
|
|
379
|
+
FieldGroup: {};
|
|
380
|
+
FieldLabel: {};
|
|
381
|
+
FieldLegend: {};
|
|
382
|
+
FieldSeparator: {};
|
|
383
|
+
FieldSet: {};
|
|
384
|
+
FieldTitle: {};
|
|
385
|
+
fieldVariants: {};
|
|
367
386
|
FormFieldProps: {
|
|
368
387
|
isTypeOnly: true;
|
|
369
388
|
};
|
|
370
|
-
FormItem: {};
|
|
371
|
-
FormLabel: {};
|
|
372
|
-
FormMessage: {};
|
|
373
389
|
IconElement: {
|
|
374
390
|
isTypeOnly: true;
|
|
375
391
|
};
|
|
376
392
|
Input: {};
|
|
377
393
|
InputField: {};
|
|
378
394
|
InputFieldController: {};
|
|
395
|
+
InputGroup: {};
|
|
396
|
+
InputGroupAddon: {};
|
|
397
|
+
InputGroupButton: {};
|
|
398
|
+
InputGroupInput: {};
|
|
399
|
+
InputGroupText: {};
|
|
400
|
+
InputGroupTextarea: {};
|
|
379
401
|
inputVariants: {};
|
|
380
402
|
Label: {};
|
|
381
403
|
LinkButton: {};
|
|
382
404
|
Loader: {};
|
|
383
405
|
mergeRefs: {};
|
|
384
406
|
Modal: {};
|
|
385
|
-
MultiCombobox: {};
|
|
386
|
-
MultiComboboxContent: {};
|
|
387
|
-
MultiComboboxEmpty: {};
|
|
388
407
|
MultiComboboxField: {};
|
|
389
408
|
MultiComboboxFieldController: {};
|
|
390
409
|
MultiComboboxFieldProps: {
|
|
391
410
|
isTypeOnly: true;
|
|
392
411
|
};
|
|
393
|
-
MultiComboboxGroup: {};
|
|
394
|
-
MultiComboboxInput: {};
|
|
395
|
-
MultiComboboxItem: {};
|
|
396
412
|
MultiSelectOptionProps: {
|
|
397
413
|
isTypeOnly: true;
|
|
398
414
|
};
|
|
@@ -415,16 +431,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
415
431
|
ReactSelectInput: {};
|
|
416
432
|
ScrollArea: {};
|
|
417
433
|
Select: {};
|
|
418
|
-
selectCheckVariants: {};
|
|
419
|
-
selectContentVariants: {};
|
|
420
434
|
SelectField: {};
|
|
421
435
|
SelectFieldController: {};
|
|
422
436
|
SelectInput: {};
|
|
423
|
-
selectItemVariants: {};
|
|
424
437
|
SelectOptionProps: {
|
|
425
438
|
isTypeOnly: true;
|
|
426
439
|
};
|
|
427
|
-
selectTriggerVariants: {};
|
|
428
440
|
Separator: {};
|
|
429
441
|
Sheet: {};
|
|
430
442
|
SheetClose: {};
|
|
@@ -458,6 +470,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
458
470
|
SidebarSeparator: {};
|
|
459
471
|
SidebarTrigger: {};
|
|
460
472
|
Skeleton: {};
|
|
473
|
+
Slider: {};
|
|
474
|
+
Spinner: {};
|
|
461
475
|
Switch: {};
|
|
462
476
|
SwitchField: {};
|
|
463
477
|
SwitchFieldController: {};
|
|
@@ -479,6 +493,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
479
493
|
TooltipContent: {};
|
|
480
494
|
TooltipProvider: {};
|
|
481
495
|
TooltipTrigger: {};
|
|
496
|
+
useAutocompleteFilter: {};
|
|
482
497
|
useConfirmDialog: {};
|
|
483
498
|
UseConfirmDialogRequestOptions: {
|
|
484
499
|
isTypeOnly: true;
|
|
@@ -487,7 +502,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
487
502
|
useControlledState: {};
|
|
488
503
|
useControllerMerged: {};
|
|
489
504
|
useIsMobile: {};
|
|
490
|
-
useMultiComboboxContext: {};
|
|
491
505
|
useSidebar: {};
|
|
492
506
|
}>>;
|
|
493
507
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -503,15 +517,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
503
517
|
getApolloErrorCode: {};
|
|
504
518
|
}>>;
|
|
505
519
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
520
|
+
'*': {};
|
|
506
521
|
graphql: {};
|
|
507
522
|
readFragment: {};
|
|
508
|
-
|
|
509
|
-
isTypeOnly: true;
|
|
510
|
-
};
|
|
511
|
-
ResultOf: {
|
|
512
|
-
isTypeOnly: true;
|
|
513
|
-
};
|
|
514
|
-
VariablesOf: {
|
|
523
|
+
FragmentType: {
|
|
515
524
|
isTypeOnly: true;
|
|
516
525
|
};
|
|
517
526
|
}>>;
|
|
@@ -522,6 +531,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
522
531
|
Alert: {};
|
|
523
532
|
AlertDescription: {};
|
|
524
533
|
AlertTitle: {};
|
|
534
|
+
Autocomplete: {};
|
|
535
|
+
AutocompleteClear: {};
|
|
536
|
+
AutocompleteCollection: {};
|
|
537
|
+
AutocompleteContent: {};
|
|
538
|
+
AutocompleteEmpty: {};
|
|
539
|
+
AutocompleteGroup: {};
|
|
540
|
+
AutocompleteInput: {};
|
|
541
|
+
AutocompleteItem: {};
|
|
542
|
+
AutocompleteLabel: {};
|
|
543
|
+
AutocompleteList: {};
|
|
544
|
+
AutocompleteSeparator: {};
|
|
545
|
+
AutocompleteStatus: {};
|
|
546
|
+
AutocompleteTrigger: {};
|
|
547
|
+
AutocompleteValue: {};
|
|
525
548
|
Badge: {};
|
|
526
549
|
badgeVariants: {};
|
|
527
550
|
BadgeWithIcon: {};
|
|
@@ -550,18 +573,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
550
573
|
CheckedInput: {};
|
|
551
574
|
CircularProgress: {};
|
|
552
575
|
cn: {};
|
|
576
|
+
Collapsible: {};
|
|
577
|
+
CollapsibleContent: {};
|
|
578
|
+
CollapsibleTrigger: {};
|
|
553
579
|
Combobox: {};
|
|
554
580
|
ComboboxField: {};
|
|
555
581
|
ComboboxFieldController: {};
|
|
556
|
-
Command: {};
|
|
557
|
-
CommandDialog: {};
|
|
558
|
-
CommandEmpty: {};
|
|
559
|
-
CommandGroup: {};
|
|
560
|
-
CommandInput: {};
|
|
561
|
-
CommandItem: {};
|
|
562
|
-
CommandList: {};
|
|
563
|
-
CommandSeparator: {};
|
|
564
|
-
CommandShortcut: {};
|
|
565
582
|
ConfirmDialog: {};
|
|
566
583
|
DatePickerField: {};
|
|
567
584
|
DatePickerFieldController: {};
|
|
@@ -598,37 +615,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
598
615
|
EmptyDisplay: {};
|
|
599
616
|
ErrorableLoader: {};
|
|
600
617
|
ErrorDisplay: {};
|
|
601
|
-
|
|
602
|
-
|
|
618
|
+
Field: {};
|
|
619
|
+
FieldContent: {};
|
|
620
|
+
FieldDescription: {};
|
|
621
|
+
FieldError: {};
|
|
622
|
+
FieldGroup: {};
|
|
623
|
+
FieldLabel: {};
|
|
624
|
+
FieldLegend: {};
|
|
625
|
+
FieldSeparator: {};
|
|
626
|
+
FieldSet: {};
|
|
627
|
+
FieldTitle: {};
|
|
628
|
+
fieldVariants: {};
|
|
603
629
|
FormFieldProps: {
|
|
604
630
|
isTypeOnly: true;
|
|
605
631
|
};
|
|
606
|
-
FormItem: {};
|
|
607
|
-
FormLabel: {};
|
|
608
|
-
FormMessage: {};
|
|
609
632
|
IconElement: {
|
|
610
633
|
isTypeOnly: true;
|
|
611
634
|
};
|
|
612
635
|
Input: {};
|
|
613
636
|
InputField: {};
|
|
614
637
|
InputFieldController: {};
|
|
638
|
+
InputGroup: {};
|
|
639
|
+
InputGroupAddon: {};
|
|
640
|
+
InputGroupButton: {};
|
|
641
|
+
InputGroupInput: {};
|
|
642
|
+
InputGroupText: {};
|
|
643
|
+
InputGroupTextarea: {};
|
|
615
644
|
inputVariants: {};
|
|
616
645
|
Label: {};
|
|
617
646
|
LinkButton: {};
|
|
618
647
|
Loader: {};
|
|
619
648
|
mergeRefs: {};
|
|
620
649
|
Modal: {};
|
|
621
|
-
MultiCombobox: {};
|
|
622
|
-
MultiComboboxContent: {};
|
|
623
|
-
MultiComboboxEmpty: {};
|
|
624
650
|
MultiComboboxField: {};
|
|
625
651
|
MultiComboboxFieldController: {};
|
|
626
652
|
MultiComboboxFieldProps: {
|
|
627
653
|
isTypeOnly: true;
|
|
628
654
|
};
|
|
629
|
-
MultiComboboxGroup: {};
|
|
630
|
-
MultiComboboxInput: {};
|
|
631
|
-
MultiComboboxItem: {};
|
|
632
655
|
MultiSelectOptionProps: {
|
|
633
656
|
isTypeOnly: true;
|
|
634
657
|
};
|
|
@@ -651,16 +674,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
651
674
|
ReactSelectInput: {};
|
|
652
675
|
ScrollArea: {};
|
|
653
676
|
Select: {};
|
|
654
|
-
selectCheckVariants: {};
|
|
655
|
-
selectContentVariants: {};
|
|
656
677
|
SelectField: {};
|
|
657
678
|
SelectFieldController: {};
|
|
658
679
|
SelectInput: {};
|
|
659
|
-
selectItemVariants: {};
|
|
660
680
|
SelectOptionProps: {
|
|
661
681
|
isTypeOnly: true;
|
|
662
682
|
};
|
|
663
|
-
selectTriggerVariants: {};
|
|
664
683
|
Separator: {};
|
|
665
684
|
Sheet: {};
|
|
666
685
|
SheetClose: {};
|
|
@@ -694,6 +713,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
694
713
|
SidebarSeparator: {};
|
|
695
714
|
SidebarTrigger: {};
|
|
696
715
|
Skeleton: {};
|
|
716
|
+
Slider: {};
|
|
717
|
+
Spinner: {};
|
|
697
718
|
Switch: {};
|
|
698
719
|
SwitchField: {};
|
|
699
720
|
SwitchFieldController: {};
|
|
@@ -715,6 +736,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
715
736
|
TooltipContent: {};
|
|
716
737
|
TooltipProvider: {};
|
|
717
738
|
TooltipTrigger: {};
|
|
739
|
+
useAutocompleteFilter: {};
|
|
718
740
|
useConfirmDialog: {};
|
|
719
741
|
UseConfirmDialogRequestOptions: {
|
|
720
742
|
isTypeOnly: true;
|
|
@@ -723,7 +745,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
723
745
|
useControlledState: {};
|
|
724
746
|
useControllerMerged: {};
|
|
725
747
|
useIsMobile: {};
|
|
726
|
-
useMultiComboboxContext: {};
|
|
727
748
|
useSidebar: {};
|
|
728
749
|
}>>;
|
|
729
750
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -738,20 +759,19 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
738
759
|
}, {
|
|
739
760
|
constants: {};
|
|
740
761
|
}>;
|
|
741
|
-
register: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
762
|
+
register: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
763
|
+
TPL_NAME_FORM_CONTROL: {};
|
|
764
|
+
TPL_REGISTER_INPUT: {};
|
|
765
|
+
TPL_REGISTER_SCHEMA: {};
|
|
766
|
+
}, {
|
|
742
767
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
743
768
|
getApolloErrorCode: {};
|
|
744
769
|
}>>;
|
|
745
770
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
771
|
+
'*': {};
|
|
746
772
|
graphql: {};
|
|
747
773
|
readFragment: {};
|
|
748
|
-
|
|
749
|
-
isTypeOnly: true;
|
|
750
|
-
};
|
|
751
|
-
ResultOf: {
|
|
752
|
-
isTypeOnly: true;
|
|
753
|
-
};
|
|
754
|
-
VariablesOf: {
|
|
774
|
+
FragmentType: {
|
|
755
775
|
isTypeOnly: true;
|
|
756
776
|
};
|
|
757
777
|
}>>;
|
|
@@ -762,6 +782,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
762
782
|
Alert: {};
|
|
763
783
|
AlertDescription: {};
|
|
764
784
|
AlertTitle: {};
|
|
785
|
+
Autocomplete: {};
|
|
786
|
+
AutocompleteClear: {};
|
|
787
|
+
AutocompleteCollection: {};
|
|
788
|
+
AutocompleteContent: {};
|
|
789
|
+
AutocompleteEmpty: {};
|
|
790
|
+
AutocompleteGroup: {};
|
|
791
|
+
AutocompleteInput: {};
|
|
792
|
+
AutocompleteItem: {};
|
|
793
|
+
AutocompleteLabel: {};
|
|
794
|
+
AutocompleteList: {};
|
|
795
|
+
AutocompleteSeparator: {};
|
|
796
|
+
AutocompleteStatus: {};
|
|
797
|
+
AutocompleteTrigger: {};
|
|
798
|
+
AutocompleteValue: {};
|
|
765
799
|
Badge: {};
|
|
766
800
|
badgeVariants: {};
|
|
767
801
|
BadgeWithIcon: {};
|
|
@@ -790,18 +824,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
790
824
|
CheckedInput: {};
|
|
791
825
|
CircularProgress: {};
|
|
792
826
|
cn: {};
|
|
827
|
+
Collapsible: {};
|
|
828
|
+
CollapsibleContent: {};
|
|
829
|
+
CollapsibleTrigger: {};
|
|
793
830
|
Combobox: {};
|
|
794
831
|
ComboboxField: {};
|
|
795
832
|
ComboboxFieldController: {};
|
|
796
|
-
Command: {};
|
|
797
|
-
CommandDialog: {};
|
|
798
|
-
CommandEmpty: {};
|
|
799
|
-
CommandGroup: {};
|
|
800
|
-
CommandInput: {};
|
|
801
|
-
CommandItem: {};
|
|
802
|
-
CommandList: {};
|
|
803
|
-
CommandSeparator: {};
|
|
804
|
-
CommandShortcut: {};
|
|
805
833
|
ConfirmDialog: {};
|
|
806
834
|
DatePickerField: {};
|
|
807
835
|
DatePickerFieldController: {};
|
|
@@ -838,37 +866,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
838
866
|
EmptyDisplay: {};
|
|
839
867
|
ErrorableLoader: {};
|
|
840
868
|
ErrorDisplay: {};
|
|
841
|
-
|
|
842
|
-
|
|
869
|
+
Field: {};
|
|
870
|
+
FieldContent: {};
|
|
871
|
+
FieldDescription: {};
|
|
872
|
+
FieldError: {};
|
|
873
|
+
FieldGroup: {};
|
|
874
|
+
FieldLabel: {};
|
|
875
|
+
FieldLegend: {};
|
|
876
|
+
FieldSeparator: {};
|
|
877
|
+
FieldSet: {};
|
|
878
|
+
FieldTitle: {};
|
|
879
|
+
fieldVariants: {};
|
|
843
880
|
FormFieldProps: {
|
|
844
881
|
isTypeOnly: true;
|
|
845
882
|
};
|
|
846
|
-
FormItem: {};
|
|
847
|
-
FormLabel: {};
|
|
848
|
-
FormMessage: {};
|
|
849
883
|
IconElement: {
|
|
850
884
|
isTypeOnly: true;
|
|
851
885
|
};
|
|
852
886
|
Input: {};
|
|
853
887
|
InputField: {};
|
|
854
888
|
InputFieldController: {};
|
|
889
|
+
InputGroup: {};
|
|
890
|
+
InputGroupAddon: {};
|
|
891
|
+
InputGroupButton: {};
|
|
892
|
+
InputGroupInput: {};
|
|
893
|
+
InputGroupText: {};
|
|
894
|
+
InputGroupTextarea: {};
|
|
855
895
|
inputVariants: {};
|
|
856
896
|
Label: {};
|
|
857
897
|
LinkButton: {};
|
|
858
898
|
Loader: {};
|
|
859
899
|
mergeRefs: {};
|
|
860
900
|
Modal: {};
|
|
861
|
-
MultiCombobox: {};
|
|
862
|
-
MultiComboboxContent: {};
|
|
863
|
-
MultiComboboxEmpty: {};
|
|
864
901
|
MultiComboboxField: {};
|
|
865
902
|
MultiComboboxFieldController: {};
|
|
866
903
|
MultiComboboxFieldProps: {
|
|
867
904
|
isTypeOnly: true;
|
|
868
905
|
};
|
|
869
|
-
MultiComboboxGroup: {};
|
|
870
|
-
MultiComboboxInput: {};
|
|
871
|
-
MultiComboboxItem: {};
|
|
872
906
|
MultiSelectOptionProps: {
|
|
873
907
|
isTypeOnly: true;
|
|
874
908
|
};
|
|
@@ -891,16 +925,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
891
925
|
ReactSelectInput: {};
|
|
892
926
|
ScrollArea: {};
|
|
893
927
|
Select: {};
|
|
894
|
-
selectCheckVariants: {};
|
|
895
|
-
selectContentVariants: {};
|
|
896
928
|
SelectField: {};
|
|
897
929
|
SelectFieldController: {};
|
|
898
930
|
SelectInput: {};
|
|
899
|
-
selectItemVariants: {};
|
|
900
931
|
SelectOptionProps: {
|
|
901
932
|
isTypeOnly: true;
|
|
902
933
|
};
|
|
903
|
-
selectTriggerVariants: {};
|
|
904
934
|
Separator: {};
|
|
905
935
|
Sheet: {};
|
|
906
936
|
SheetClose: {};
|
|
@@ -934,6 +964,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
934
964
|
SidebarSeparator: {};
|
|
935
965
|
SidebarTrigger: {};
|
|
936
966
|
Skeleton: {};
|
|
967
|
+
Slider: {};
|
|
968
|
+
Spinner: {};
|
|
937
969
|
Switch: {};
|
|
938
970
|
SwitchField: {};
|
|
939
971
|
SwitchFieldController: {};
|
|
@@ -955,6 +987,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
955
987
|
TooltipContent: {};
|
|
956
988
|
TooltipProvider: {};
|
|
957
989
|
TooltipTrigger: {};
|
|
990
|
+
useAutocompleteFilter: {};
|
|
958
991
|
useConfirmDialog: {};
|
|
959
992
|
UseConfirmDialogRequestOptions: {
|
|
960
993
|
isTypeOnly: true;
|
|
@@ -963,7 +996,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
963
996
|
useControlledState: {};
|
|
964
997
|
useControllerMerged: {};
|
|
965
998
|
useIsMobile: {};
|
|
966
|
-
useMultiComboboxContext: {};
|
|
967
999
|
useSidebar: {};
|
|
968
1000
|
}>>;
|
|
969
1001
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -975,23 +1007,16 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
975
1007
|
UserSessionClient: {};
|
|
976
1008
|
userSessionClient: {};
|
|
977
1009
|
}>>;
|
|
978
|
-
},
|
|
979
|
-
constants: {};
|
|
980
|
-
}>;
|
|
1010
|
+
}, Record<never, Record<never, never>>>;
|
|
981
1011
|
resetPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
982
1012
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
983
1013
|
getApolloErrorCode: {};
|
|
984
1014
|
}>>;
|
|
985
1015
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1016
|
+
'*': {};
|
|
986
1017
|
graphql: {};
|
|
987
1018
|
readFragment: {};
|
|
988
|
-
|
|
989
|
-
isTypeOnly: true;
|
|
990
|
-
};
|
|
991
|
-
ResultOf: {
|
|
992
|
-
isTypeOnly: true;
|
|
993
|
-
};
|
|
994
|
-
VariablesOf: {
|
|
1019
|
+
FragmentType: {
|
|
995
1020
|
isTypeOnly: true;
|
|
996
1021
|
};
|
|
997
1022
|
}>>;
|
|
@@ -1002,6 +1027,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1002
1027
|
Alert: {};
|
|
1003
1028
|
AlertDescription: {};
|
|
1004
1029
|
AlertTitle: {};
|
|
1030
|
+
Autocomplete: {};
|
|
1031
|
+
AutocompleteClear: {};
|
|
1032
|
+
AutocompleteCollection: {};
|
|
1033
|
+
AutocompleteContent: {};
|
|
1034
|
+
AutocompleteEmpty: {};
|
|
1035
|
+
AutocompleteGroup: {};
|
|
1036
|
+
AutocompleteInput: {};
|
|
1037
|
+
AutocompleteItem: {};
|
|
1038
|
+
AutocompleteLabel: {};
|
|
1039
|
+
AutocompleteList: {};
|
|
1040
|
+
AutocompleteSeparator: {};
|
|
1041
|
+
AutocompleteStatus: {};
|
|
1042
|
+
AutocompleteTrigger: {};
|
|
1043
|
+
AutocompleteValue: {};
|
|
1005
1044
|
Badge: {};
|
|
1006
1045
|
badgeVariants: {};
|
|
1007
1046
|
BadgeWithIcon: {};
|
|
@@ -1030,18 +1069,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1030
1069
|
CheckedInput: {};
|
|
1031
1070
|
CircularProgress: {};
|
|
1032
1071
|
cn: {};
|
|
1072
|
+
Collapsible: {};
|
|
1073
|
+
CollapsibleContent: {};
|
|
1074
|
+
CollapsibleTrigger: {};
|
|
1033
1075
|
Combobox: {};
|
|
1034
1076
|
ComboboxField: {};
|
|
1035
1077
|
ComboboxFieldController: {};
|
|
1036
|
-
Command: {};
|
|
1037
|
-
CommandDialog: {};
|
|
1038
|
-
CommandEmpty: {};
|
|
1039
|
-
CommandGroup: {};
|
|
1040
|
-
CommandInput: {};
|
|
1041
|
-
CommandItem: {};
|
|
1042
|
-
CommandList: {};
|
|
1043
|
-
CommandSeparator: {};
|
|
1044
|
-
CommandShortcut: {};
|
|
1045
1078
|
ConfirmDialog: {};
|
|
1046
1079
|
DatePickerField: {};
|
|
1047
1080
|
DatePickerFieldController: {};
|
|
@@ -1078,37 +1111,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1078
1111
|
EmptyDisplay: {};
|
|
1079
1112
|
ErrorableLoader: {};
|
|
1080
1113
|
ErrorDisplay: {};
|
|
1081
|
-
|
|
1082
|
-
|
|
1114
|
+
Field: {};
|
|
1115
|
+
FieldContent: {};
|
|
1116
|
+
FieldDescription: {};
|
|
1117
|
+
FieldError: {};
|
|
1118
|
+
FieldGroup: {};
|
|
1119
|
+
FieldLabel: {};
|
|
1120
|
+
FieldLegend: {};
|
|
1121
|
+
FieldSeparator: {};
|
|
1122
|
+
FieldSet: {};
|
|
1123
|
+
FieldTitle: {};
|
|
1124
|
+
fieldVariants: {};
|
|
1083
1125
|
FormFieldProps: {
|
|
1084
1126
|
isTypeOnly: true;
|
|
1085
1127
|
};
|
|
1086
|
-
FormItem: {};
|
|
1087
|
-
FormLabel: {};
|
|
1088
|
-
FormMessage: {};
|
|
1089
1128
|
IconElement: {
|
|
1090
1129
|
isTypeOnly: true;
|
|
1091
1130
|
};
|
|
1092
1131
|
Input: {};
|
|
1093
1132
|
InputField: {};
|
|
1094
1133
|
InputFieldController: {};
|
|
1134
|
+
InputGroup: {};
|
|
1135
|
+
InputGroupAddon: {};
|
|
1136
|
+
InputGroupButton: {};
|
|
1137
|
+
InputGroupInput: {};
|
|
1138
|
+
InputGroupText: {};
|
|
1139
|
+
InputGroupTextarea: {};
|
|
1095
1140
|
inputVariants: {};
|
|
1096
1141
|
Label: {};
|
|
1097
1142
|
LinkButton: {};
|
|
1098
1143
|
Loader: {};
|
|
1099
1144
|
mergeRefs: {};
|
|
1100
1145
|
Modal: {};
|
|
1101
|
-
MultiCombobox: {};
|
|
1102
|
-
MultiComboboxContent: {};
|
|
1103
|
-
MultiComboboxEmpty: {};
|
|
1104
1146
|
MultiComboboxField: {};
|
|
1105
1147
|
MultiComboboxFieldController: {};
|
|
1106
1148
|
MultiComboboxFieldProps: {
|
|
1107
1149
|
isTypeOnly: true;
|
|
1108
1150
|
};
|
|
1109
|
-
MultiComboboxGroup: {};
|
|
1110
|
-
MultiComboboxInput: {};
|
|
1111
|
-
MultiComboboxItem: {};
|
|
1112
1151
|
MultiSelectOptionProps: {
|
|
1113
1152
|
isTypeOnly: true;
|
|
1114
1153
|
};
|
|
@@ -1131,16 +1170,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1131
1170
|
ReactSelectInput: {};
|
|
1132
1171
|
ScrollArea: {};
|
|
1133
1172
|
Select: {};
|
|
1134
|
-
selectCheckVariants: {};
|
|
1135
|
-
selectContentVariants: {};
|
|
1136
1173
|
SelectField: {};
|
|
1137
1174
|
SelectFieldController: {};
|
|
1138
1175
|
SelectInput: {};
|
|
1139
|
-
selectItemVariants: {};
|
|
1140
1176
|
SelectOptionProps: {
|
|
1141
1177
|
isTypeOnly: true;
|
|
1142
1178
|
};
|
|
1143
|
-
selectTriggerVariants: {};
|
|
1144
1179
|
Separator: {};
|
|
1145
1180
|
Sheet: {};
|
|
1146
1181
|
SheetClose: {};
|
|
@@ -1174,6 +1209,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1174
1209
|
SidebarSeparator: {};
|
|
1175
1210
|
SidebarTrigger: {};
|
|
1176
1211
|
Skeleton: {};
|
|
1212
|
+
Slider: {};
|
|
1213
|
+
Spinner: {};
|
|
1177
1214
|
Switch: {};
|
|
1178
1215
|
SwitchField: {};
|
|
1179
1216
|
SwitchFieldController: {};
|
|
@@ -1195,6 +1232,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1195
1232
|
TooltipContent: {};
|
|
1196
1233
|
TooltipProvider: {};
|
|
1197
1234
|
TooltipTrigger: {};
|
|
1235
|
+
useAutocompleteFilter: {};
|
|
1198
1236
|
useConfirmDialog: {};
|
|
1199
1237
|
UseConfirmDialogRequestOptions: {
|
|
1200
1238
|
isTypeOnly: true;
|
|
@@ -1203,7 +1241,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1203
1241
|
useControlledState: {};
|
|
1204
1242
|
useControllerMerged: {};
|
|
1205
1243
|
useIsMobile: {};
|
|
1206
|
-
useMultiComboboxContext: {};
|
|
1207
1244
|
useSidebar: {};
|
|
1208
1245
|
}>>;
|
|
1209
1246
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1221,15 +1258,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1221
1258
|
getApolloErrorCode: {};
|
|
1222
1259
|
}>>;
|
|
1223
1260
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1261
|
+
'*': {};
|
|
1224
1262
|
graphql: {};
|
|
1225
1263
|
readFragment: {};
|
|
1226
|
-
|
|
1227
|
-
isTypeOnly: true;
|
|
1228
|
-
};
|
|
1229
|
-
ResultOf: {
|
|
1230
|
-
isTypeOnly: true;
|
|
1231
|
-
};
|
|
1232
|
-
VariablesOf: {
|
|
1264
|
+
FragmentType: {
|
|
1233
1265
|
isTypeOnly: true;
|
|
1234
1266
|
};
|
|
1235
1267
|
}>>;
|
|
@@ -1240,6 +1272,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1240
1272
|
Alert: {};
|
|
1241
1273
|
AlertDescription: {};
|
|
1242
1274
|
AlertTitle: {};
|
|
1275
|
+
Autocomplete: {};
|
|
1276
|
+
AutocompleteClear: {};
|
|
1277
|
+
AutocompleteCollection: {};
|
|
1278
|
+
AutocompleteContent: {};
|
|
1279
|
+
AutocompleteEmpty: {};
|
|
1280
|
+
AutocompleteGroup: {};
|
|
1281
|
+
AutocompleteInput: {};
|
|
1282
|
+
AutocompleteItem: {};
|
|
1283
|
+
AutocompleteLabel: {};
|
|
1284
|
+
AutocompleteList: {};
|
|
1285
|
+
AutocompleteSeparator: {};
|
|
1286
|
+
AutocompleteStatus: {};
|
|
1287
|
+
AutocompleteTrigger: {};
|
|
1288
|
+
AutocompleteValue: {};
|
|
1243
1289
|
Badge: {};
|
|
1244
1290
|
badgeVariants: {};
|
|
1245
1291
|
BadgeWithIcon: {};
|
|
@@ -1268,18 +1314,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1268
1314
|
CheckedInput: {};
|
|
1269
1315
|
CircularProgress: {};
|
|
1270
1316
|
cn: {};
|
|
1317
|
+
Collapsible: {};
|
|
1318
|
+
CollapsibleContent: {};
|
|
1319
|
+
CollapsibleTrigger: {};
|
|
1271
1320
|
Combobox: {};
|
|
1272
1321
|
ComboboxField: {};
|
|
1273
1322
|
ComboboxFieldController: {};
|
|
1274
|
-
Command: {};
|
|
1275
|
-
CommandDialog: {};
|
|
1276
|
-
CommandEmpty: {};
|
|
1277
|
-
CommandGroup: {};
|
|
1278
|
-
CommandInput: {};
|
|
1279
|
-
CommandItem: {};
|
|
1280
|
-
CommandList: {};
|
|
1281
|
-
CommandSeparator: {};
|
|
1282
|
-
CommandShortcut: {};
|
|
1283
1323
|
ConfirmDialog: {};
|
|
1284
1324
|
DatePickerField: {};
|
|
1285
1325
|
DatePickerFieldController: {};
|
|
@@ -1316,37 +1356,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1316
1356
|
EmptyDisplay: {};
|
|
1317
1357
|
ErrorableLoader: {};
|
|
1318
1358
|
ErrorDisplay: {};
|
|
1319
|
-
|
|
1320
|
-
|
|
1359
|
+
Field: {};
|
|
1360
|
+
FieldContent: {};
|
|
1361
|
+
FieldDescription: {};
|
|
1362
|
+
FieldError: {};
|
|
1363
|
+
FieldGroup: {};
|
|
1364
|
+
FieldLabel: {};
|
|
1365
|
+
FieldLegend: {};
|
|
1366
|
+
FieldSeparator: {};
|
|
1367
|
+
FieldSet: {};
|
|
1368
|
+
FieldTitle: {};
|
|
1369
|
+
fieldVariants: {};
|
|
1321
1370
|
FormFieldProps: {
|
|
1322
1371
|
isTypeOnly: true;
|
|
1323
1372
|
};
|
|
1324
|
-
FormItem: {};
|
|
1325
|
-
FormLabel: {};
|
|
1326
|
-
FormMessage: {};
|
|
1327
1373
|
IconElement: {
|
|
1328
1374
|
isTypeOnly: true;
|
|
1329
1375
|
};
|
|
1330
1376
|
Input: {};
|
|
1331
1377
|
InputField: {};
|
|
1332
1378
|
InputFieldController: {};
|
|
1379
|
+
InputGroup: {};
|
|
1380
|
+
InputGroupAddon: {};
|
|
1381
|
+
InputGroupButton: {};
|
|
1382
|
+
InputGroupInput: {};
|
|
1383
|
+
InputGroupText: {};
|
|
1384
|
+
InputGroupTextarea: {};
|
|
1333
1385
|
inputVariants: {};
|
|
1334
1386
|
Label: {};
|
|
1335
1387
|
LinkButton: {};
|
|
1336
1388
|
Loader: {};
|
|
1337
1389
|
mergeRefs: {};
|
|
1338
1390
|
Modal: {};
|
|
1339
|
-
MultiCombobox: {};
|
|
1340
|
-
MultiComboboxContent: {};
|
|
1341
|
-
MultiComboboxEmpty: {};
|
|
1342
1391
|
MultiComboboxField: {};
|
|
1343
1392
|
MultiComboboxFieldController: {};
|
|
1344
1393
|
MultiComboboxFieldProps: {
|
|
1345
1394
|
isTypeOnly: true;
|
|
1346
1395
|
};
|
|
1347
|
-
MultiComboboxGroup: {};
|
|
1348
|
-
MultiComboboxInput: {};
|
|
1349
|
-
MultiComboboxItem: {};
|
|
1350
1396
|
MultiSelectOptionProps: {
|
|
1351
1397
|
isTypeOnly: true;
|
|
1352
1398
|
};
|
|
@@ -1369,16 +1415,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1369
1415
|
ReactSelectInput: {};
|
|
1370
1416
|
ScrollArea: {};
|
|
1371
1417
|
Select: {};
|
|
1372
|
-
selectCheckVariants: {};
|
|
1373
|
-
selectContentVariants: {};
|
|
1374
1418
|
SelectField: {};
|
|
1375
1419
|
SelectFieldController: {};
|
|
1376
1420
|
SelectInput: {};
|
|
1377
|
-
selectItemVariants: {};
|
|
1378
1421
|
SelectOptionProps: {
|
|
1379
1422
|
isTypeOnly: true;
|
|
1380
1423
|
};
|
|
1381
|
-
selectTriggerVariants: {};
|
|
1382
1424
|
Separator: {};
|
|
1383
1425
|
Sheet: {};
|
|
1384
1426
|
SheetClose: {};
|
|
@@ -1412,6 +1454,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1412
1454
|
SidebarSeparator: {};
|
|
1413
1455
|
SidebarTrigger: {};
|
|
1414
1456
|
Skeleton: {};
|
|
1457
|
+
Slider: {};
|
|
1458
|
+
Spinner: {};
|
|
1415
1459
|
Switch: {};
|
|
1416
1460
|
SwitchField: {};
|
|
1417
1461
|
SwitchFieldController: {};
|
|
@@ -1433,6 +1477,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1433
1477
|
TooltipContent: {};
|
|
1434
1478
|
TooltipProvider: {};
|
|
1435
1479
|
TooltipTrigger: {};
|
|
1480
|
+
useAutocompleteFilter: {};
|
|
1436
1481
|
useConfirmDialog: {};
|
|
1437
1482
|
UseConfirmDialogRequestOptions: {
|
|
1438
1483
|
isTypeOnly: true;
|
|
@@ -1441,7 +1486,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1441
1486
|
useControlledState: {};
|
|
1442
1487
|
useControllerMerged: {};
|
|
1443
1488
|
useIsMobile: {};
|
|
1444
|
-
useMultiComboboxContext: {};
|
|
1445
1489
|
useSidebar: {};
|
|
1446
1490
|
}>>;
|
|
1447
1491
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|